@charset "UTF-8";
.textarea:after,
.input-file:after {
	content: '';
	display: block;
	clear: both;
}

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'],
.textarea textarea,
.select select,
.input-file label,
.input-file .upload-name {
	width: 100%;
	height: 3rem;
	padding: 0 0.75rem;
	border: 1px solid #888888;
	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,
.textarea textarea:hover,
.select select:hover,
.input-file label:hover,
.input-file .upload-name: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,
.textarea textarea:active,
.select select:active,
.input-file label:active,
.input-file .upload-name: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,
.textarea textarea:focus,
.select select:focus,
.input-file label:focus,
.input-file .upload-name: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,
.textarea textarea:disabled,
.select select:disabled,
.input-file label:disabled,
.input-file .upload-name: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,
.textarea textarea:read-only,
.select select:read-only,
.input-file label:read-only,
.input-file .upload-name:read-only {
	background-color: #f8f8f8;
}

html,
body {
	font-size: 16px;
	font-family: 'Noto Sans KR', 'Nanum Gothic', '굴림', sans-serif;
	overflow-x: hidden;
	color: #222;
	-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;
}

@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;
}

.paddingArticle {
	width: 100%;
	padding: 7.5rem 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;
}

/* 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;
}

.btn__link {
	width: 230px;
	height: 72px;
	font-size: 0.875rem;
}
.btn__link--white {
	border-color: #fff;
}

.input-label {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 0.5rem;
}

.help-text {
	display: block;
	margin-top: 0.7rem;
	font-size: 0.875rem;
	font-weight: normal;
}

/* Textarea
-----------------------------------------------*/
.textarea {
	width: 100%;
}
.textarea textarea {
	height: auto;
	min-height: 5rem;
	vertical-align: top;
	overflow: auto;
	resize: none;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.textarea .textarea-num {
	float: right;
}

/* Selects custom
-----------------------------------------------*/
.select {
	width: 100%;
}
.select select {
	display: block;
}

/* form checkbox / radio cusotm
-----------------------------------------------*/
.form-check {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	font-size: 1rem;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
}
.form-check.no-text {
	padding-left: 0;
}
.form-check:hover input[type='radio'] ~ .checkmark,
.form-check:hover input[type='checkbox'] ~ .checkmark {
	background-color: #eee;
}
.form-check input[type='checkbox'],
.form-check input[type='radio'] {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}
.form-check input[type='checkbox']:checked ~ .checkmark,
.form-check input[type='radio']:checked ~ .checkmark {
	background-color: #144636;
	border: 1px solid #144636;
}
.form-check input[type='checkbox']:checked ~ .checkmark:after,
.form-check input[type='radio']:checked ~ .checkmark:after {
	display: block;
}
.form-check input[type='checkbox']:disabled ~ .checkmark,
.form-check input[type='radio']:disabled ~ .checkmark {
	background-color: #ddd;
}
.form-check input[type='checkbox']:disabled ~ .checkmark:after,
.form-check input[type='radio']:disabled ~ .checkmark:after {
	display: none;
}
.form-check input[type='checkbox']:disabled:checked ~ .checkmark,
.form-check input[type='radio']:disabled:checked ~ .checkmark {
	background-color: rgba(213, 63, 65, 0.4);
}
.form-check input[type='checkbox']:disabled:checked ~ .checkmark:after,
.form-check input[type='radio']:disabled:checked ~ .checkmark:after {
	display: block;
}
.form-check input[type='radio'] ~ .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	width: 13px;
	background-color: #efefef;
	border-radius: 50%;
}
.form-check input[type='radio'] ~ .checkmark:after {
	content: '';
	position: absolute;
	display: none;
	top: 5.4px;
	left: 5.5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
}
.form-check input[type='checkbox'] {
	height: 0;
	width: 0;
}
.form-check input[type='checkbox'] ~ .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	width: 13px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.form-check input[type='checkbox'] ~ .checkmark:after {
	content: '';
	position: absolute;
	display: none;
	left: 4px;
	top: 0px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* switch cusotm
-----------------------------------------------*/
.switch {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	margin: 4px 0 4px 4px;
	font-size: 1rem;
}
.switch input[type='checkbox'] {
	height: 0;
	width: 0;
	visibility: hidden;
}
.switch input[type='checkbox']:checked + label {
	transition: all 0.4s ease-in-out;
	background-color: #144636;
}
.switch input[type='checkbox']:checked + label:after {
	left: 37px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.switch input[type='checkbox']:disabled + label {
	background-color: #bbb;
}
.switch input[type='checkbox']:disabled + label:after {
	background-color: #ddd;
}
.switch label {
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 15px;
	background-color: #ddd;
	border-radius: 2em;
	text-indent: -9999px;
	cursor: pointer;
}
.switch label:after {
	transition: all 0.3s ease-in-out;
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: 19px;
	height: 19px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* File Uploads
-----------------------------------------------*/
.input-file input[type='file'] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.input-file label {
	float: left;
	display: block;
	width: 80px;
	color: #fff;
	font-size: inherit;
	line-height: 3rem;
	text-align: center;
	background-color: #144636;
	cursor: pointer;
	border-top: 1px solid #144636;
	border-bottom: 1px solid #144636;
	border-radius: 0.25em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-sizing: border-box;
}
.input-file .upload-name {
	float: left;
	display: block;
	width: calc(100% - 80px);
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	background-color: #f5f5f5;
	border-radius: 0.25em;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}

/*# sourceMappingURL=style.css.map */
