@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');


@font-face { font-family: 'GmarketSansLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansMedium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');font-weight: normal; font-style: normal;}


/*Common*/
*{margin:0;padding:0;box-sizing:border-box;}
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body{background-color:#fff;word-break:keep-all;
-webkit-text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-ms-text-size-adjust: 100% !important;}
body,h1,h2,h3,h4,h5,h6,th,td,li,dt,dd,a,p,input,textarea,select,option,button{
	color:#171717;
	font-family: 'GmarketSansMedium', sans-serif;
	font-size:14px;font-weight:normal
}
img,fieldset,iframe{border:0 none}
ul,ol,li{list-style:none}
em,address{font-style:normal}
img,input,select,textarea{vertical-align:middle}
a{color:#7d7d7d;text-decoration:none;cursor:pointer}
a:hover{color:#333;text-decoration:none}
button,label{cursor:pointer;_cursor /**/:hand}
button *{position:relative}
textarea{overflow:auto}
option{padding-right:6px}
.input_text, textarea{*margin:-1px 0;padding-right:1px}
.input_check, .input_radio{width:13px;height:13px}
.blind, legend, caption{text-indent:-9999px;font-size:0;line-height:0;overflow:hidden}
hr{display:none}
legend{*width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
caption{*line-height:0}
img{max-width:100%;}

/*test*/
.test1{border:1px solid red}
.test2{background:#4f7beb}

.font1{font-family:"GmarketSansMedium";}
.font2{font-family:"GmarketSansMedium";}




/*로딩 이미지*/
#loading_img{text-align:center;display:none;width:100%;margin:10px 0px 10px 0px;}

/* popup */
.pop_today_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}
.pop_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}

@media(max-width:767px){
	/* 메인 레이어 팝업 */
	.main_layer_popup{width:96%!important;left:50%!important;top:50px!important;transform:translateX(-50%)}
	.main_layer_popup .popupContent{height:100%!important}
	.main_layer_popup img{width:100%}
}





/* footer */
#footer{padding:0 3%;background:#1a1a1a;}
.foot{
	position:relative;
	padding:60px 0 40px;
}
.foot h1{}
.foot .btnTop{
	position:absolute;right:0;top:55px;
	background:#151515;
	border:1px solid rgba(255,255,255,0.3);border-radius:50%;

}
.foot .mid{
	position:relative;
	padding:30px 0 40px;
	border-bottom:1px solid #484848;
}
.foot .mid address{font-size:17px;color:rgba(255,255,255,0.6);line-height:1.7em;}
.foot .mid address .bar{
	display:inline-block;
	width:1px;height:14px;
	background:#484848;
	margin:0 10px;
}
.foot .mid ul{position:absolute;right:0;bottom:25px;display:flex;}
.foot .mid ul li{
	margin-left:10px;
	border-radius:50%;
	background:#313131;
}
.foot .btm{
	display:flex;justify-content:space-between;flex-direction:row-reverse;
	padding:35px 0 0;
}
.foot .btm ul{display:flex;align-items:center;}
.foot .btm ul li{}
.foot .btm ul li.bar{
	display:inline-block;
	width:1px;height:14px;
	background:#484848;
	margin:0 10px;
}
.foot .btm ul li a{font-size:16px;color:rgba(255,255,255,0.4);}
.foot .btm .copy{font-size:17px;color:rgba(255,255,255,0.4);}

@media(max-width:880px){

	.foot .mid ul{position:static;margin-top:20px;}
	.foot .mid ul li:first-child{margin:0;}

}
@media(max-width:740px){

	.foot .btm{display:block;}
	.foot .btm ul{}
	.foot .btm .copy{margin-top:20px;}

}
