@charset "utf-8";
/********************
    Default set
********************/
/* font */
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}


@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; }
@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: 'GmarketSansLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); font-weight: normal; font-style: normal; }
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


html, body, div, dl, dt, dd, ul, ol, li, p, h1, h2 ,h3, h4, h5, h6{margin:0px; padding:0px;font-family: 'Pretendard', sans-serif; font-size:16px;font-weight:normal;line-height: 1.4; list-style:none; color:#454545;box-sizing: border-box;word-break: keep-all;letter-spacing:-0.5px;}
a{text-decoration:none;color:#454545;}
img{border:0;vertical-align:middle;max-width: 100%;}
select{font-family: 'Pretendard', sans-serif;border:1px solid #d6d6d6;vertical-align:middle;}
input{font-family: 'Pretendard', sans-serif;vertical-align:middle;margin:0;padding:0;font-size:15px;color:#676767;}
label {cursor:pointer;}
textarea{font-family: 'Pretendard', sans-serif;vertical-align:middle;font-size:15px;color:#676767;}
table caption{
	overflow: hidden;
    /*position: absolute;
	left:-9999px;
	top:-9999px; */
    width:0;
    height:0;
    line-height:0;
   
	margin:0;
}
table{border-collapse:separate;border-collapse:collapse;width:100%;border-spacing:0;table-layout: fixed;}


.pc{display:block;}
.mob{display:none;}


.blind{width:0;height:0;position:absolute;top:-9999px;left:-9999px;overflow:hidden;}
.clfix:after {content: ""; display: block; height: 0px; clear: both; visibility: hidden;}
.clear {clear:both; font-size:0; line-height:0; overflow:hidden; height:0 !important; }
.floatL {float:left;}
.floatR {float:right;}
.floatN {float:none;}
.disnone{display:none;}

.txtL {text-align:left !important;}
.txtC {text-align:center !important;}
.txtR {text-align:right !important;}
.txtJ {text-align:justify !important;}
.txtT {vertical-align:top !important;}
.txtM {vertical-align:middle !important;}
.txtB {vertical-align:bottom !important;}
.txtTB {vertical-align:text-bottom !important;}


/********************
    Margin
********************/

.mtp0{margin-top:0px !important;}
.mtp5{margin-top:5px;}
.mtp7{margin-top:7px;}
.mtp10{margin-top:10px !important;}
.mtp12{margin-top:12px !important;}
.mtp15{margin-top:15px !important;}
.mtp20{margin-top:20px !important;}
.mtp25{margin-top:25px !important;}
.mtp30{margin-top:30px !important;}
.mtp35{margin-top:35px !important;}
.mtp40{margin-top:40px !important;}
.mtp50{margin-top:50px !important;}
.mtp60{margin-top:60px;}
.mtp70{margin-top:75px;}
.mtp80{margin-top:80px;}
.mtp90{margin-top:90px;}
.mtp100{margin-top:100px;}
.mtp200{margin-top:200px;}
.mtp23{margin-top:23px;}

.pdt5{padding-top:5px;}
.pdt7{padding-top:7px;}
.pdt10{padding-top:10px;}
.pdt12{padding-top:12px;}
.pdt15{padding-top:15px;}
.pdt20{padding-top:20px;}
.pdt25{padding-top:25px;}
.pdt80{padding-top:80px;}

.pdb100{padding-bottom:100px;}
/***********************************************************
				Start Coding
***********************************************************/

/*
body.fixed #header h1 > a > span.off{display:none;}
body.fixed #header h1 > a > span.on{display:block;}
body.fixed #header .menu > li > a{color:#010101;}
body.fixed #header .menu > li:hover > a{color:#d4af37;}
body.fixed #header .tr_blg > a{color:#000;}
body.fixed #header .tr_blg > a:hover{background: #d4af37;color:#fff;}
*/

body.fixed #header{position: fixed;left: 0;top: 0;width:100%;animation: headerDown .3s ease;box-shadow:7px 8px 10px rgba(0,0,0,0.1);}
body.fixed #header .head_top{display: none;}
@keyframes headerDown{
	from{ transform: translateY(-100%); }
	to{ transform: translateY(0); }
}

#wrap{position:relative;width:100%;margin:0 auto;min-width: 320px;}
#header{width: 100%;margin: 0 auto;background: #fff;position: relative;opacity: 1;z-index:999;transition: all .3s ease;}
.head_area{width: 100%;margin: 0 auto;}
.head_top{padding:40px 0;border-bottom: 1px solid #dfdfdf;transition: .3s;}
.head_top_wid{position: relative;width: 100%;max-width: 1180px;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.head_top_wid h1.logo a{display: inline-block;}
.head_top_wid form{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;max-width: 450px;}
.ht_search_wp{box-sizing: border-box;border: 3px solid #1b57a4;border-radius: 30px;padding: 0 25px;z-index: 99;}
.ht_search_box{width: 100%;height: 40px;display: flex;justify-content: space-between;align-items: center;}
.ht_search_box > p{position: relative;font-size: 15px;color:#454545;display: inline-block;width: 70px;}
.ht_search_box > p:after{content: "";position: absolute;right: 3px;top: 50%;width: 1px;height: 20px;margin-top: -10px;background: #dfdfdf;}
.ht_inpu_box{margin-left: 10px;width:calc(100% - 80px);display: flex;align-items: center;}
.ht_inpu_box input[type="text"]{padding-left: 0;height: 40px;width: calc(100% - 30px);border: 0;font-size: 16px;color:#676767;}
.ht_inpu_box a{display: inline-block;width: 30px;text-align: right;}
.ht_inpu_box button{display: inline-block;width: 30px;text-align: right;background:none;border:none;}
.htr_btns{display: flex;justify-content: flex-end;width: 300px;}
.htr_btns > li + li{margin-left: 25px;}
.htr_btns > li{position:relative;}
.htr_btns > li:before{content:"";position: absolute;right: -13px;top: 50%;width: 1px;height: 13px;background: #b2b2b2;margin-top: -7px;}
.htr_btns > li:last-child:before{display: none;}
.htr_btns > li > a{display: inline-block;font-size: 17px;color:#000;font-weight: 500;line-height: 18px;}
.htr_btns > li > a:hover{color:#1b57a4;}

.head_bot{width: 100%;max-width: 1180px;margin: 0 auto;}
.menu_area{}
.menu{display: flex;}
.menu > li{position:relative;display:inline-block;width: 16.6666%;text-align: center;}
.menu > li > a{display:block;font-size:18px;color:#000;font-weight: 500;line-height:60px;}
.menu > li > a > span{display:block;position:relative;}
.menu > li:hover > a{color:#1b57a4;font-weight: 700;}
.menu > li > ul.mdp02{display:none;position:absolute;left:50%;top:100%;margin-left: -80px;width:160px;padding: 15px 0;background: #037bc0;box-sizing: border-box;z-index:91;}
.menu > li > ul.mdp02 > li{width: 100%;height: 44px;display: table;}
.menu > li > ul.mdp02 > li:last-child{border-bottom: 0;}
.menu > li > ul.mdp02 > li > a{display:table-cell;vertical-align: middle;font-size:16px;color:#fff;line-height: 1.2;}
.menu > li > ul.mdp02 > li > a > span{display: inline-block;}
.menu > li > ul.mdp02 > li:hover > a > span{text-decoration: underline;}

.menu_area > .mor_out{display:none;position:absolute;right:10px;top:18px;}
.menu_bg{display:none;background:#fff;border-top:1px solid #ddd;width:100%;height:340px;position:fixed;left:0;top:99px;box-shadow:7px 8px 10px rgba(0,0,0,0.1);}
.mor_logo{display:none;}

#header a.mor_open{display: none;position: absolute;right: 0;top: 58px;}
#header a.mor_open > span{display: block;margin: 4px 0;width: 22px;height: 3px;background: #000;}




#all_contents{position:relative;width:100%;margin:0 auto;}

#footer{position:relative;width:100%;margin:0 auto;background:#3a3a3a;}
.foot_top{border-bottom: 1px solid #717171;}
.foot_top > .wid{width: calc(100% - 20px);max-width: 1180px;margin: 0 auto;}
.ft_box{display: flex;align-items:center;justify-content:space-between;}
.ft_btn > li{display: inline-block;}
.ft_btn > li + li{margin-left: 42px;position: relative;}
.ft_btn > li + li:after{content: "";position:absolute;left: -21px;top: 50%;width: 1px;height: 14px;margin-top: -6px;background: #717171;}
.ft_btn > li > a{display: inline-block;font-size: 15px;color:#fff;font-weight: 300;}
.ft_btn > li > a:hover{text-decoration: underline;}
.footer_gs{position: relative;display:inline-block;width:210px;}
.footer_gs > a{display:block;font-size:15px;color:#fff;font-weight: 300;padding: 0 20px;border-left: 1px solid #717171;border-right: 1px solid #717171;font-weight:300;height:48px;line-height:48px;box-sizing: border-box;}
.footer_gs > a > span{display: block;background: url(../image/common/fc.png) no-repeat right center;}
.footer_gs > a.on > span{background: url(../image/common/fc2.png) no-repeat right center;}
.footer_gs .family_list{display:none;position:absolute;left:0;bottom:48px;z-index:101;border:1px solid #d2d2d2;background:#fff;width:100%;border-bottom:none;padding:10px 20px;box-sizing: border-box;}
.footer_gs .family_list > li > a{display:block;padding:3px 0;font-size:15px;color:#333;}
.footer_gs .family_list > li > a:hover{color:#000;}
.foot_wid{width: calc(100% - 20px);max-width: 1180px;margin: 0 auto;padding:35px 0 40px;position: relative;}
.fb_box{display: flex;}
.fb_box .f_tel p{font-size: 14px;color:#c0c0c0;line-height: 1;}
.fb_box .f_tel p strong{margin-top: 10px;display: block;font-size: 40px;color:#3cb3f1;font-weight: bold;line-height:1;}
.fb_box .f_cop{margin-left: 35px;}
.fb_box .f_cop > p{font-size: 14px;color:#c0c0c0;font-weight: 350;line-height: 1.6;}
.fb_box .f_cop > p > span{display: inline-block;margin-right: 20px;position: relative;}
.fb_box .f_cop > p > span:last-child{margin-right: 0;}
.fb_box .f_cop > p > span:before{content:"/";position: absolute;right: -17px;top: 0;font-size: 14px;color:#c0c0c0;font-weight: 300;}
.fb_box .f_cop > p > span:last-child:before{display: none;}
.fb_box .f_cop > p:last-child{margin-top: 15px;}
.fb_box .f_logo{position: absolute;right: 0;top: 40px;}



@media screen and (max-width:1599px){
	
	
}
@media screen and (max-width:1220px){
	
}
@media screen and (max-width:1180px){
	.head_top{width: calc(100% - 20px);margin: 0 auto;}
}
@media screen and (max-width:1024px){
	
	.head_top{position: relative;padding:0;border-bottom: 0;}
	.head_top_wid{padding: 35px 0 20px;}
	.head_top_wid form{margin-top: 15px;position: relative;left: auto;top: auto;transform: translate(0);max-width: 100%;}
	.ht_search_wp{border: 2px solid #1b57a4;padding: 0 20px;}
	.htr_btns{position: absolute;right: 0;top: 10px;width: auto;}


	#header a.mor_open{display: inline-block;}


	.menu_area{position:relative;padding-right:0;position:fixed;left:-300px;top:0;width:300px;z-index:9999;height:100%;overflow:auto;background:#fff;}
	.menu{display: block;}
	.menu > li{display:block;text-align:left;padding:0;margin:0;float:none;width: auto;}
	.menu > li:after{display:none;}
	.menu > li > a{display:block;box-sizing: border-box;width:100%;font-size:18px;line-height:18px;padding:15px 10px 15px 15px;color:#090909;border-bottom:1px solid #dfdfdf;}
	.menu > li.nv > a{background: #fff url(../image/common/moff.png) no-repeat right 15px center;}
	.menu > li > a.on{color:#1b57a4;background: #fff url(../image/common/mon.png) no-repeat right 15px center;}
	.menu > li > a:hover{color:#1b57a4;}
	.menu > li:hover > a > span:after{display:none;}
	.menu > li > ul.mdp02{display:none;position:static;width:100%;margin-left:0;border-top:none;background: #1b57a4;border-left:none;box-sizing: border-box;padding:15px;text-align:left;height:auto;border-bottom:1px solid #dfdfdf;box-shadow:0 0 0 rgba(0,0,0,0);}
	.menu > li > ul.mdp02 > li{border-bottom: 0;display: block;height: auto;}
	.menu > li > ul.mdp02 > li > a{display: block;padding: 10px;font-size:16px;}


	.menu_area > .mor_out{display:block;}
	.menu_bg{display:none;position: fixed;left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.7);z-index: 9998;}
	
	
	.mor_logo{display:block;line-height:64px;border-bottom:1px solid #dfdfdf;padding-left: 10px;}
	.mor_logo > a{display:block;max-width:180px;}
	
	.fb_box .f_logo{display: none;}
	
}



@media screen and (max-width:768px){
	.pc{display:none;}
	.mob{display:block;}

	.head_top_wid h1.logo a{max-width: 220px;}
	.ht_search_wp{border-radius: 20px;padding: 5px 15px;}
	
	.foot_top > .wid{padding: 20px 0;}
	.ft_box{display: block;text-align: center;}
	.ft_btn > li + li{margin-left: 10px;}
	.ft_btn > li + li:after{display: none;}
	.ft_btn > li > a{font-size: 15px;}
	.footer_gs{margin-top: 15px;width:200px;text-align:left;border: 1px solid #717171;}
	.footer_gs > a{padding: 0 15px;height:49px;line-height:49px;}
	.footer_gs .family_list{bottom:49px;padding:10px 15px;}
	.foot_wid{padding:25px 0 30px;}
	.fb_box{display: block;text-align: center;}

	.fb_box .f_tel p strong{font-size: 32px;}
	.fb_box .f_cop{margin-left: 0;margin-top: 20px;}
	.fb_box .f_cop > p{font-size: 15px;color:#c0c0c0;font-weight: 350;line-height: 1.6;}
	.fb_box .f_cop > p > span{display: inline-block;margin-right: 12px;}
	.fb_box .f_cop > p > span:before{display: none;}
	.fb_box .f_cop > p:last-child{margin-top: 14px;}
	.fb_box .f_sns{margin: 15px 0;}
	.fb_box .f_sns > ul{justify-content: center;}
	.fb_box .f_sns > ul > li + li{margin-left: 7px;}
	.fb_box .f_sns > ul > li > a{width: 44px;height: 44px;}
	.fb_box .f_sns > ul > li.f_blog > a{background-size: 44px;}
	.fb_box .f_sns > ul > li.f_ytb > a{background-size: 44px;}
	.fb_box .f_sns > ul > li.f_inst > a{background-size: 44px;}
	.fb_box .f_sns > ul > li.f_kakao > a{background-size: 44px;}
	.fb_box .f_sns > ul > li.f_blog > a:hover{background-size: 44px;}
	.fb_box .f_sns > ul > li.f_ytb > a:hover{background-size: 44px;}
	.fb_box .f_sns > ul > li.f_inst > a:hover{background-size: 44px;}
	.fb_box .f_sns > ul > li.f_kakao > a:hover{background-size: 44px;}


}

@media screen and (max-width:640px){

}

@media screen and (max-width:480px){
	.head_top_wid h1.logo a{max-width: 150px;}
	.htr_btns > li + li{margin-left: 12px;}
	.htr_btns > li:before{display: none;}
	.htr_btns > li > a{font-size: 15px;}
	#header a.mor_open{top: 42px;}
}

@media screen and (max-width:420px){
	
	
}