@charset "UTF-8";
.color-main {
	color: #b1885b;
}

.color-naver {
	color: #03cf5d;
}

.color-kakao {
	color: #017cff;
}

.color-point {
	color: #9ed74d;
}

.color-grey {
	color: #757575;
}

input[type='text'],
input[type='password'],
input[type='data'],
input[type='detetime'],
input[type='datetime-local'],
input[type='email'],
input[type='mouth'],
input[type='number'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='week'] {
	width: 100%;
	height: 3rem;
	padding: 0 0.75rem;
	border: 1px solid #757575;
	border-radius: 0.25em;
}
input[type='text']:hover,
input[type='password']:hover,
input[type='data']:hover,
input[type='detetime']:hover,
input[type='datetime-local']:hover,
input[type='email']:hover,
input[type='mouth']:hover,
input[type='number']:hover,
input[type='range']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='time']:hover,
input[type='week']:hover,
input[type='text']:active,
input[type='password']:active,
input[type='data']:active,
input[type='detetime']:active,
input[type='datetime-local']:active,
input[type='email']:active,
input[type='mouth']:active,
input[type='number']:active,
input[type='range']:active,
input[type='search']:active,
input[type='tel']:active,
input[type='time']:active,
input[type='week']:active,
input[type='text']:focus,
input[type='password']:focus,
input[type='data']:focus,
input[type='detetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='mouth']:focus,
input[type='number']:focus,
input[type='range']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='week']:focus {
	border-color: #555555;
}
input[type='text']:disabled,
input[type='password']:disabled,
input[type='data']:disabled,
input[type='detetime']:disabled,
input[type='datetime-local']:disabled,
input[type='email']:disabled,
input[type='mouth']:disabled,
input[type='number']:disabled,
input[type='range']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='time']:disabled,
input[type='week']:disabled {
	background-color: #f8f8f8;
	cursor: not-allowed;
}
input[type='text']:read-only,
input[type='password']:read-only,
input[type='data']:read-only,
input[type='detetime']:read-only,
input[type='datetime-local']:read-only,
input[type='email']:read-only,
input[type='mouth']:read-only,
input[type='number']:read-only,
input[type='range']:read-only,
input[type='search']:read-only,
input[type='tel']:read-only,
input[type='time']:read-only,
input[type='week']:read-only {
	background-color: #f8f8f8;
}

html,
body {
	font-size: 16px;
	font-family: 'Noto Sans KR', 'Nanum Gothic', '굴림', sans-serif;
	overflow-x: hidden;
	color: #212121;
	-webkit-text-size-adjust: none;
	/*Chrome, Safari, newer versions of Opera*/
	-moz-text-size-adjust: none;
	/*Firefox*/
	-ms-text-size-adjust: none;
	/*Ie*/
	-o-text-size-adjust: none;
	/*old versions of Opera*/
	text-size-adjust: none;
	word-break: keep-all;
	scroll-behavior: smooth;
}

p,
h2,
h3 {
	letter-spacing: -0.03em;
}

@media screen and (max-width: 1024px) {
	html,
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 560px) {
	html,
	body {
		font-size: 14px;
	}
}
@media screen and (max-width: 430px) {
	html,
	body {
		font-size: 13px;
	}
}
* {
	box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
small {
	display: block;
}

blockquote,
q {
	quotes: none;
}

mark {
	background-color: #ff9;
	color: #333;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img,
fieldset {
	border: 0;
	vertical-align: baseline;
}

ul,
ol {
	list-style: none;
}

em,
address {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

a {
	text-decoration: none;
	color: #333;
	vertical-align: baseline;
	cursor: pointer;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.blind {
	overflow: hidden;
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
}

caption.blind {
	position: static;
}

/* 바로가기 */
.skip,
.skip a {
	width: 0px;
	height: 0px;
	line-height: 0;
	border: none;
	position: fixed;
	top: 0px;
	left: 0px;
	font-size: 0;
	overflow: hidden;
	z-index: 100000;
}

.skip a:focus,
.skip a:active {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #21272e;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/* 애니메이션 */
.ani-top {
	position: relative;
	opacity: 0;
	top: 25px;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}
.ani-top.ani-finish {
	top: 0;
	opacity: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

b,
strong {
	font-weight: 600;
}

button {
	cursor: pointer;
}

.link__block {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.bg_gray {
	background: #f5f5f5 !important;
}

.bg_white {
	background: #ffffff !important;
}

.table__list {
	display: table;
	table-layout: fixed;
	width: calc(100% + 40px);
	margin-left: -20px;
	border-spacing: 20px 0;
	padding: 0 10px;
}

.w1400 {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 10px;
}

.w1700 {
	max-width: 1720px;
	margin: 0 auto;
	padding: 0 10px;
}

.paddingArticle {
	width: 100%;
	padding: 6.25rem 0;
}

@media screen and (max-width: 1024px) {
	.paddingArticle {
		padding: 5rem 0;
	}
}
@media screen and (max-width: 768px) {
	.paddingArticle {
		padding: 3.75rem 0;
	}
}
@media screen and (max-width: 560px) {
	.paddingArticle {
		padding: 2.5rem 0;
	}
}
.br_on1400,
.br_on1024,
.br_on768,
.br_on560,
.br_on430 {
	display: none;
}

@media screen and (max-width: 1400px) {
	.br_on1400 {
		display: block;
	}

	.br_close1400 {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.br_on1024 {
		display: block;
	}

	.br_close1024 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.br_on768 {
		display: block;
	}

	.br_close768 {
		display: none;
	}
}
@media screen and (max-width: 560px) {
	.br_on560 {
		display: block;
	}

	.br_close560 {
		display: none;
	}
}
@media screen and (max-width: 430px) {
	.br_on430 {
		display: block;
	}

	.br_close430 {
		display: none;
	}
}
@media screen and (max-width: 370px) {
	.br_close370 {
		display: none;
	}
}
@media screen and (max-width: 340px) {
	.br_close320 {
		display: none;
	}
}
/* g market font */
@font-face {
	font-family: 'GmarketSans';
	src: local('GmarketSans'), url('/assets/fonts/GmarketSansBold.woff2') format('woff2'),
		url('/assets/fonts/GmarketSansBold.woff') format('woff'),
		url('/assets/fonts/GmarketSansBold.ttf') format('truetype'),
		url('/assets/fonts/GmarketSansBold.eot') format('embedded-opentype');
	font-weight: 600;
}
@font-face {
	font-family: 'GmarketSans';
	src: local('GmarketSans'), url('/assets/fonts/GmarketSansMedium.woff2') format('woff2'),
		url('/assets/fonts/GmarketSansMedium.woff') format('woff'),
		url('/assets/fonts/GmarketSansMedium.ttf') format('truetype'),
		url('/assets/fonts/GmarketSansMedium.eot') format('embedded-opentype');
	font-weight: 400;
}
@font-face {
	font-family: 'GmarketSans';
	src: local('GmarketSans'), url('/assets/fonts/GmarketSansLight.woff2') format('woff2'),
		url('/assets/fonts/GmarketSansLight.woff') format('woff'),
		url('/assets/fonts/GmarketSansLight.ttf') format('truetype'),
		url('/assets/fonts/GmarketSansLight.eot') format('embedded-opentype');
	font-weight: 200;
}
.font--gmarket {
	font-family: 'GmarketSans', 'Noto Sans KR', 'Nanum Gothic', '굴림', sans-serif;
}

.font--monts {
	font-family: 'Montserrat', 'GmarketSans', 'Noto Sans KR', sans-serif;
}

.font-marcel {
	font-family: 'Marcellus', 'Noto Sans KR', serif;
}

/* inputs initial
-----------------------------------------------*/
input,
label,
select,
button,
textarea {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1;
	font-size: 0.875rem;
	font-family: 'Noto Sans KR', sans-serif;
}

input:focus,
textarea:focus {
	outline: 0;
}

input,
textarea,
button,
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='radio'],
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select[multiple] {
	vertical-align: top;
}

::-webkit-file-upload-button {
	padding: 0;
	border: 0;
	background: none;
}

textarea {
	resize: none;
}

/* Search Input
-----------------------------------------------*/
input[type='search'] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
	display: none;
}

/* input
-----------------------------------------------*/
input {
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 0.75rem;
}

input[type='text'],
input[type='password'],
input[type='data'],
input[type='detetime'],
input[type='datetime-local'],
input[type='email'],
input[type='mouth'],
input[type='number'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='week'] {
	display: block;
}

/* Buttons
-----------------------------------------------*/
button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	overflow: visible;
}

/* mark info */
.mark-info {
	position: absolute;
	top: -21px;
	left: -16px;
	width: auto;
	text-align: center;
	padding: 0 2em 0 2.75em;
	min-width: 183px;
	height: 45px;
	line-height: 45px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	border-radius: 2em;
	background-color: #0475f4;
	letter-spacing: -1px;
	box-sizing: border-box;
}
.mark-info .icon-pos {
	position: absolute;
	left: 7px;
	top: 7px;
	display: block;
	width: 30px;
	height: 30px;
	background: #fff url(/assets/img/icon-pos.png) no-repeat center;
	background-size: 17px;
	border-radius: 50%;
}

.s_area {
	margin-top: 16.25rem;
}

@media screen and (max-width: 1025px) {
	.s_area {
		margin-top: 12.5rem;
	}
}
@media screen and (max-width: 768px) {
	.s_area {
		margin-top: 8.75rem;
	}
}

/*# sourceMappingURL=style.css.map */
