@charset "euc-kr";

/*±¸±Ûº»°íµñ*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/*Áö¸¶ÄÏ »ê½º*/
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
}


/*³ª´®½ºÄù¾î³×¿ÀÃ¼*/
@font-face {
	font-family: 'NanumSquareNeo';
	font-style: normal;
	font-weight: 300;
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
}
@font-face {
	font-family: 'NanumSquareNeo';
	font-style: normal;
	font-weight: 400;
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
}
@font-face {
	font-family: 'NanumSquareNeo';
	font-style: normal;
	font-weight: 700;
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
}
@font-face {
	font-family: 'NanumSquareNeo';
	font-style: normal;
	font-weight: 900;
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
}


*{
	margin:0;
	padding:0;
}
@font-face{
	font-family: 'Noto Sans KR', sans-serif;
}

*{ /* ÆÐµù, º¸´õ¸¦ Æ÷ÇÔ½ÃÅ´ */
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	-o-box-sizing : border-box;
	-ms-box-sizing : border-box;
	box-sizing : border-box;
 } 

body, select, input, textarea, option{
	margin:0;
	padding:0;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	color: #222222;	
	letter-spacing: -0.5px;
}

/* ¾ÆÀÌÆù ±âº» ½ºÅ¸ÀÏ Á¦°Å */
input,
textarea{
	/*ios´ëÀÀ*/
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select{
	/*ios´ëÀÀ*/
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	background: url('../images/sub/bg_select.jpg') no-repeat 95% 50%; /* È­»ìÇ¥ ¾ÆÀÌÄÜ Ãß°¡ */
	background-size: 10px 7px;
	border-radius: 0;
}

 /* -----±âº» ¸µÅ©½ºÅ¸ÀÏ----- */
a:link{
	color :#000000;
	text-decoration: none;
}                                       
a:visited{
	color:#000000;
	text-decoration: none;
}
a:hover{
	color :#0052a5;
	text-decoration :none;
}
a:active{
	color: #0052a5;
	text-decoration: none;
}
.hidden{
	display: none;
}

caption, legend{
	font-size: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	visibility:hidden;
}

img{
	border: 0px;
}

input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

ul,ol,dl,li{
	list-style: none;
}

textarea{
	overflow: auto;
} 

button,label{
	cursor: pointer;
}


.skip{
	position: absolute;
	width: 1px;
	height: 1px;
	border: 1px;
	top: -5000em;
	overflow: hidden;
}
hr{
	display: none;
	clear: both;
}

button{
	font-family: 'Noto Sans KR', sans-serif;
}
button:focus{
	outline: none;
}

/*ÀÔ·ÂÆû*/
input{
	height: 36px;
	border: 1px solid #dddddd;
	color: #5c5c5c;
	padding: 0 10px;
	box-sizing: border-box;
}
input:focus {
	outline: none;
	border: 1px solid #000000;
	border-radius: 0;
}


/*textarea¹Ú½º*/
textarea{
	height: 100px;
	border: 1px solid #dddddd;
	color: #5c5c5c;
	padding: 10px 10px;
	box-sizing: border-box;
}
textarea:focus {
	outline: none;
	border: 1px solid #000000;
	border-radius: 0;
}

/*¼¿·ºÆ®¹Ú½º*/
select{
	height: 36px;
	border: 1px solid #dddddd;
	color: #5c5c5c;
	padding: 0 10px;
}
select:focus {
	outline: none;
	border: 1px solid #000000;
	border-radius: 0;
}

/*¶óµð¿À ¹öÆ°*/
input[type='radio'] {
	display: none;
}
input[type='radio'] + label{
	margin-bottom:0;
	font-weight: 400;
	color: #5c5c5c;
    display: inline-block;
    cursor: pointer;
    position: relative;
	margin: 0 17px 0 0;
}
input[type='radio'] + label::before {
	content: ' ';
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: -5px 7px 0 0;
	background: url('../images/sub/radio_off.png');
}
input[type='radio']:checked + label::before {
	background: url('../images/sub/radio_on.png');
}

/*Ã¼Å©¹öÆ°*/
input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label{
	margin-bottom: 0;
	font-weight: 400;
	color: #262626;	
    display: inline-block;
    cursor: pointer;
    position: relative;   
}
input[type=checkbox]+ label:before {

	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	position: absolute;
	left: 0;
	top: 4px;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
}
input[type=checkbox]:checked + label:before{
    content: "\2713";  /* Ã¼Å©¸ð¾ç */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 16px;
    font-weight:800;
    color: #fff;
    background: #49b80a;
    text-align: center;
    line-height: 12px;

}

@media (max-width: 575px){
	input[type=checkbox] + label{
		font-size: 15px;
		padding: 0 20px 0 24px;
	}
}
@media (min-width: 576px){
	input[type=checkbox] + label{
		font-size: 16px;
		padding: 0 20px 0 26px;
	}
}
@media (min-width: 768px){
	input[type=checkbox] + label{
		font-size: 17px;
		padding: 0 20px 0 26px;
	}
}

/*Å×ÀÌºí-±âº»¼³Á¤*/
table{
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
}

td img{
	border: 0;
	vertical-align: middle;
}

/*================================
	¹ÝÀÀÇü ±âº»»çÀÌÁî
================================*/
/* ±âº»·¹ÀÌ¾Æ¿ô */
.wrap{
	margin: 0 auto;
	overflow: hidden;
}

@media (max-width: 575px) {
	.wrap{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;		
	}
}
@media (min-width: 576px) {
	.wrap{
		max-width: 540px;
		padding-right: 0px;
		padding-left: 0px;
		margin: 0 auto;
	}
}
@media (min-width: 768px){
	.wrap{
		max-width: 720px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 992px){
	.wrap{
		max-width: 950px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1100px){
	.wrap{
		max-width: 1040px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1200px){
	.wrap{
		max-width: 1120px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1300px){
	.wrap{
		max-width: 1200px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1400px){
	.wrap{
		max-width: 1280px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1500px){
	.wrap{
		max-width: 100%;
		padding-right: 50px;
		padding-left: 50px;
	}
}
@media (min-width: 1600px){
	.wrap{
		max-width: 100%;
		padding-right: 60px;
		padding-left: 60px;
	}
}
@media (min-width: 1700px){
	.wrap{
		max-width: 100%;
		padding-right: 70px;
		padding-left: 70px;
	}
}
@media (min-width: 1800px){
	.wrap{
		max-width: 100%;
		padding-right: 100px;
		padding-left: 100px;
	}
}

/* ¼­ºê-±âº»·¹ÀÌ¾Æ¿ô */
.s_wrap{
	margin: 0 auto;
	overflow: hidden;
}

@media (max-width: 575px) {
	.s_wrap{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;		
	}
}
@media (min-width: 576px) {
	.s_wrap{
		max-width: 540px;
		padding-right: 0px;
		padding-left: 0px;
		margin: 0 auto;
	}
}
@media (min-width: 768px){
	.s_wrap{
		max-width: 720px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 992px){
	.s_wrap{
		max-width: 950px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1100px){
	.s_wrap{
		max-width: 1040px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1300px){
	.s_wrap{
		max-width: 1200px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1400px){
	.s_wrap{
		max-width: 1280px;
		padding-right: 0px;
		padding-left: 0px;
	}
	
}
@media (min-width: 1500px){
	.s_wrap{
		max-width: 1450px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1600px){
	.s_wrap{
		max-width: 1500px;
		padding-right: 0px;
		padding-left: 0px;
	}
}

/*º¸ÀÌ°Ô ¾Èº¸ÀÌ°Ô ÇÏ±â*/
@media (max-width: 575px) {
	.visible_xs {
		display: block !important;
	}
	.visible_xs_inline_block {
		display: inline-block !important;
	}
	.hidden_xs {
		display: none !important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.visible_zs {
		display: block !important;
	}
	.visible_zs_inline_block {
		display: inline-block !important;
	}
	.hidden_zs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible_sm {
		display: block !important;
	}
	.visible_sm_inline_block {
		display: inline-block !important;
	}
	.hidden_sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1099px) {
	.visible_md {
		display: block !important;
	}
	.visible_md_inline_block {
		display: inline-block !important;
	}
	.hidden_md {
		display: none !important;
	}
}
@media (min-width: 1100px) and (max-width: 1299px) {
	.visible_hd {
		display: block !important;
	}
	.visible_hd_inline_block {
		display: inline-block !important;
	}
	.hidden_hd {
		display: none !important;
	}
}
@media (min-width: 1300px) {
	.visible_lg {
		display: block !important;
	}
	.visible_lg_inline-block {
		display: inline-block !important;
	}
	.hidden_lg {
		display: none !important;
	}
}
@media (min-width: 1400px) {
	.visible_gw {
		display: block !important;
	}
	.visible_gw_inline-block {
		display: inline-block !important;
	}
	.hidden_gw {
		display: none !important;
	}
}
@media (min-width: 1500px) {
	.visible_wa {
		display: block !important;
	}
	.visible_wa_inline-block {
		display: inline-block !important;
	}
	.hidden_wa {
		display: none !important;
	}
}
@media (min-width: 1600px) {
	.visible_ab {
		display: block !important;
	}
	.visible_ab_inline-block {
		display: inline-block !important;
	}
	.hidden_ab {
		display: none !important;
	}
}
@media (min-width: 1700px) {
	.visible_bc {
		display: block !important;
	}
	.visible_bc_inline-block {
		display: inline-block !important;
	}
	.hidden_bc {
		display: none !important;
	}
}

/*ÇØ»óµµ¿¡ µû¸¥ ÆùÆ®*/
@media (max-width: 575px) {
	html{
		font-size: 16px;
		line-height: 23px;
	}
}
@media (min-width: 576px) {
	html {
		font-size: 16px;
		line-height: 23px;
	}
}
@media (min-width: 768px){
	html {
		font-size: 17px;
		line-height: 27px;
	}
}
@media (min-width: 992px){
	html {
		font-size: 17px;
		line-height: 27px;
	}
}
@media (min-width: 1100px){
	html {
		font-size: 18px;
		line-height: 29px;
	}
}
@media (min-width: 1300px){
	html {
		font-size: 19px;
		line-height: 30px;
	}
}

/*À¯Æ©ºêµ¿¿µ»ó ¹ÝÀÀÇü¿¡ ¸Â°Ô ÁÙ¾îµé±â*/
.youtube{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

/*»ö»ó*/
.color_004ea2{
	color: #004ea2;
}