@charset "utf-8";

.inwrap{width: 100%; max-width: 1480px; margin: 0 auto; padding: 0 20px;}
.sub_inwrap{width: 100%; max-width: 1480px; margin: 0 auto; padding: 0 20px;}

/* header */
.h_top{min-height: 45px; border-bottom: 1px solid #f0f0f0; width: 100%;}
.h_top > div{width: 100%; display: flex; align-items: center; justify-content: space-between; height: 45px; font-size: 15px; color:#000; line-height: 1.35em; max-width: 1480px; margin: 0 auto; padding: 20px;}
.h_top .utill{display: flex; align-items: center; gap: 2rem; }
.h_top .utill li{position:relative;}
.h_top .utill li + li:after{content:''; display:block; width:2px; height:2px; background:#000; position:absolute; top:6px; left:-15px;}
.h_top .utill li:first-child{padding-left:20px;}
.h_top .utill li:first-child:before{content:''; display:block; background:url(../img/layout/ico_home.png) no-repeat left center / 16px; width:16px; height:14px; position:absolute; top:0; left:0;}
.h_top .font_zoom ul{display: flex; align-items: center; gap: 2rem; }
.h_top .font_zoom ul li{position:relative;}
.h_top .font_zoom ul li + li:after{content:''; display:block; width:2px; height:2px; background:#000; position:absolute; top:10px; left:-15px;}
.h_top .font_zoom ul li:first-child{padding-left:20px;}
.h_top .font_zoom ul li:first-child:before{content:''; display:block; background:url(../img/layout/ico_font.png) no-repeat left center / 16px; width:16px; height:14px; position:absolute; top:0; left:0;}
.h_top .font_zoom ul li.font_controler{font-size:0;} 
.h_top .font_zoom ul li.font_controler a{background: #fafafa; border: 1px solid #ddd;width: 24px; height: 24px; border-radius: 2px;display: inline-block;font-size: 16px; margin-right: 10px;}
.h_top .font_zoom ul li.font_controler a.zoomin{background:url(../img/layout/ico_font_plus.png) no-repeat center center / 12px;}
.h_top .font_zoom ul li.font_controler a.zoomout{background:url(../img/layout/ico_font_miuns.png) no-repeat center center / 12px;}
.h_top .font_zoom ul li.font_controler a.zoomdefalut{margin-right:0; background:url(../img/layout/ico_font_reset.png) no-repeat center center / 12px;}

#header{position: absolute; left: 0; right: 0; background: #fff; z-index:4; border-bottom: 1px solid #f0f0f0; overflow:hidden;}
#header .mobile_h{display:none;  padding: 20px; background:linear-gradient(90deg, #036287,#00b094); width: 100%; height: 90px;}
#header .mobile_h .top_info{display: flex; align-items: center; justify-content: space-between; width: 100%; height: 50px;}
#header .mobile_h .top_info .gnb_mobile_close{width: 30px; height: 30px; position:relative;}
#header .mobile_h .top_info .gnb_mobile_close:before{content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); display: block; width: 18px; height: 2px; background: #fff;}
#header .mobile_h .top_info .gnb_mobile_close:after{ content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); display: block; width: 2px; height: 18px; background: #fff;}
#header .mobile_h .top_info .b_tit{ font-family: 'GmarketSans'; color: #fff; line-height: 1.4; font-size: 18px;}
#header .gnb{position: relative; width: 100%; height: 90px; background: #fff;}
#header .gnb_w{}
#header .gnb > div{ height: 100%; display: flex; align-items: center; justify-content: space-between;}
#header .gnb nav{ height: 100%; display: flex;  z-index: 3; }
#header .gnb nav ul.nav_item_wrap{ display: flex; align-items: center; gap: 2rem;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst.active .dep2_w{ opacity: 1; visibility: visible;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst{height:90px;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst > a{position: relative; display: flex; align-items: center;  height: 100%;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst > a span{position:relative; transition: all 0.3s; font-family: 'Gmarketsans'; font-size: 18px; font-weight: 500;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w{position: absolute;  left: 0;  top: 90px;  width: 100%; z-index: -1;  padding: 50px 0; background: #fff; opacity: 0;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .layout{ width:100%; font-family: 'GmarketSans'; display: flex; justify-content: flex-start; align-items: stretch;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .layout .titbox{width:370px;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .layout .btxt{font-size: 28px; font-weight: 600;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .layout .stxt{font-size: 20px; margin-bottom: 15px; background: url(../img/main/title_bullet.png) no-repeat top left / 40px; padding-top: 20px;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w{width:calc(100% - 370px);}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul{display: flex; align-items: flex-start; width: 100%; flex-wrap: wrap; gap: 0 16px;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul .dep2_lst{width:calc(25% - 12px);}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul .dep2_lst > a{display: block; color:#444; font-size: 20px;  font-weight: 600; margin-bottom:25px;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul .dep2_lst > a.lst_linki:after{content:''; display: inline-block; width: 12px; height: 13px; background:url(../img/layout/hd_linkicon.png) no-repeat center right; margin-left:10px;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep3_w{margin-bottom:40px;} 
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep3_w .dep3_item_w ul .dep3_lst + .dep3_lst{margin-top:15px;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst .dep3_w .dep3_item_w ul .dep3_lst > a{color:#666;}
#header.on{box-shadow: 2px 2px 40px rgb(0 0 0 / 10%);}
#header .gnb_w.open nav ul.nav_item_wrap li.dep1_lst .dep2_w{border-top:1px solid #f0f0f0;}
#header .gnb nav ul.nav_item_wrap li.dep1_lst > a.current:after{content:''; display:block; width:100%; height:2px; background: #036287; position: absolute; bottom:0; left:0; }
#header .gnb .utill{width:44px;}
#header .gnb .utill .menu{display: block; width: 44px; height: 44px; background: #fafafa url(../img/layout/menu.png) no-repeat center center; border-radius: 4px;}

/* footer */
#footer{font-size: 15px; font-family: 'GmarketSans';}
#footer .f_top{border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
#footer .f_nav{float:left;}
#footer .f_nav .nav_lst{display: flex; align-items: center; height: 60px;}
#footer .f_nav .nav_lst li{position:relative; padding-left:30px;}
#footer .f_nav .nav_lst li:first-child{padding-left: 0; color: #036287;}
#footer .f_nav .nav_lst li + li:after{content:''; display:block; width:2px; height:2px; background:#000; position:absolute; top:5px; left:15px;}
#footer .link_wrapper{float:right;}
#footer .f_fac{ float: left;width: 240px; height: 60px; position: relative; border-right: 1px solid #f0f0f0; border-left: 1px solid #f0f0f0;}
#footer .f_fac .fac_box{display: flex; height: 100%; align-items: center; padding: 0 25px; justify-content: space-between; position: relative;}
#footer .f_fac .fac_box .arrow{background:url(../img/layout/select_icon.png) no-repeat; width: 10px; height: 7px; transition: transform .3s;}
#footer .f_fac .fac_box.on .arrow{transform: rotateZ(180deg);}
#footer .f_fac .select_lst{position: absolute; bottom: 60px; left: 0; width: 100%; display: none; overflow: hidden; z-index: 2;}
#footer .f_fac .select_lst .select_lst_box{}
#footer .f_fac .select_lst .select_lst_box li{line-height: 35px; background: #000; border-bottom: 1px solid rgba(255,255,255,0.2);}
#footer .f_fac .select_lst .select_lst_box li a{display: block; padding-left: 20px; font-size: 15px; color: #fff;}
#footer .f_bottom{position: relative; padding:40px 0 80px;}
#footer .f_bottom .f_info{float:left;}
#footer .f_bottom .f_info .f_address{margin-bottom: 3px; line-height: 1.2;}
#footer .f_bottom .f_info .f_address span{ padding-right: 14px;}
#footer .f_bottom .f_info .f_address span strong{padding-right:5px;}
#footer .f_bottom .f_info .f_copyright{color:#888; font-size:13px; margin-top:10px;}
#footer .f_bottom .f_etc{float: right; display: flex; align-items: center;  flex-wrap: wrap;  width: 410px;  gap: 15px 10px;}
#footer .f_bottom .f_etc .certifi{width:60px;}
#footer .f_bottom .f_etc .certifi img{width:100%;}

/* sub_layout */
.sub_layout{width:100%; height:100%; position:relative;}
.sub_layout:before{content:''; display:block; width:100%; height:220px; background:url(../img/layout/sub_visbg.png) no-repeat top center;     background-size: cover; position:absolute; top:0; left:0; z-index:-1;}
.sub_layout:after{content:''; display:block; clear:both;}
.sub_title{font-family: 'GmarketSans'; display: flex; align-items: flex-end; justify-content: space-between; width: 100%; height: 100%; padding: 128px 0 50px;}
.sub_title .title h2{font-size: 28px; font-weight: 600; margin-bottom: 10px;}
.sub_title .title h5{font-size: 14px; color: #818181; text-transform: uppercase;}
.bread_crumb{}
.bread_crumb ul{display: flex; align-items: center;}
.bread_crumb ul li{line-height:1.2; position:relative;}
.bread_crumb ul li.home{margin-left:20px;}
.bread_crumb ul li.home:before{content: ''; display: block; background: url(../img/layout/ico_home.png) no-repeat left center / 16px; width: 16px; height: 14px; position: absolute; top: 1px; left: -20px;}
.bread_crumb ul li + li{margin-left:20px;}
.bread_crumb ul li + li:before{content:''; display:block; position: absolute;  top: 3px; left: -13px; background:url(../img/layout/bread_crumb.png) no-repeat center center; width:10px; height:11px;}
.bread_crumb ul li a{}
.sub_menu{float: left; width: 250px; margin-top: 70px;margin-bottom: 50px; }
.sub_menu:after{content:''; display:block; clear: both;}
.sub_menu .side_tit{width: 100%; height: 150px; border-radius: 5px; background: linear-gradient(65deg, #0b9296, #036287); display: flex; align-items: center; justify-content: center; font-family: 'GmarketSans'; font-size: 24px; color: #fff;}
.sub_menu .side_tit span{position: relative;}
.sub_menu .side_tit span:after{content:''; display:block; position:absolute; top:-8px; right:-12px; width:8px; height:8px; border-radius:50%; background:#04cbab;}
.sub_menu .side_menu{}
.sub_menu .side_menu ul.dep2_w{}
.sub_menu .side_menu ul.dep2_w > li.dep2_lst{margin: 10px 0; width: 100%; background: #fff; border-radius: 5px;}
.sub_menu .side_menu ul.dep2_w .on_dep3 > a:after{content: ''; display: block; position: absolute; top: 22px; right: 20px; width: 10px; height: 10px; background: url(../img/layout/select_icon.png) no-repeat center center / 10px; transform: rotateZ(180deg);}
.sub_menu .side_menu ul.dep2_w > li.dep2_lst > a{position:relative; width: 100%; min-height: 58px; border: 1px solid #eee; border-radius:5px; font-family: 'GmarketSans';  font-size:17px; display: flex; align-items: center; justify-content: flex-start; padding: 0 20px; transition: all .3s;}
.sub_menu .side_menu ul.dep2_w > li.dep2_lst .dep3_w {display:none;}
.sub_menu .side_menu ul.dep2_w > li.dep2_lst .dep3_w ul{background: #ebf1f9; margin: 10px 0; padding: 15px;}
.sub_menu .side_menu ul.dep2_w > li.dep2_lst .dep3_w ul li{padding: 10px;}
.sub_menu .side_menu ul.dep2_w > li.dep2_lst .dep3_w ul li a{display: block; font-family: 'GmarketSans'; padding-left: 10px; position: relative;}
.sub_menu .side_menu ul.dep2_w > li.dep2_lst .dep3_w ul li a:before{content:''; display:block; width: 5px; height: 2px; background: #333; position: absolute; top: 6px; left: 0;}
.sub_menu .side_menu ul.dep2_w > li.dep2_lst .dep3_w ul li a.on{color:#018a8e;}
.sub_menu .side_menu ul.dep2_w > li.dep2_lst .dep3_w ul li a.on:before{background:#018a8e;}
.sub_menu .side_menu ul.dep2_w > li.dep2_lst.active > a{border-color: #018a8e; color: #018a8e;}
.sub_menu .side_menu ul.dep2_w .on_dep3.active > a:after{background:url(../img/layout/select_icon_c.png) no-repeat center center / 10px; transform: rotateZ(0deg);} 
.sub_content{float: right; width: calc(100% - 290px);}
#stance{width: 100%; min-height: 450px; margin-bottom: 80px; margin-top:30px;}

/*layer popup*/
.check_cokie{display:flex; align-items: center;  justify-content: flex-end; padding:5px 10px 10px 0px;}
.check_cokie input{appearance: auto; background: #fff; border: 1px solid #fff;  width: 12px;  height: 12px;  margin-right: 5px;}



    @media screen and (min-width:1200px){

        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul .dep2_lst > a:hover,
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul .dep2_lst > a:focus{color:#036287;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep3_w .dep3_item_w ul .dep3_lst > a:hover,
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep3_w .dep3_item_w ul .dep3_lst > a:focus{text-decoration: underline; text-underline-position: under;}

        .sub_menu .side_menu ul.dep2_w > li.dep2_lst > a:hover,
        .sub_menu .side_menu ul.dep2_w > li.dep2_lst > a:focus{border-color: #018a8e; color: #018a8e;}
        .sub_menu .side_menu ul.dep2_w .on_dep3 > a:hover:after{background:url(../img/layout/select_icon_c.png) no-repeat center center / 10px; transform: rotateZ(0deg); } 

    }

	@media screen and (max-width:1320px){
		
		#footer .f_bottom .f_info, #footer .f_bottom .f_etc {float:none;}
        #footer .f_bottom .f_etc {width: 100%; margin-top: 20px;}

	}

    @media screen and (max-width:1200px){
        
        .h_top {display:none;}
        .h_top .font_zoom{display:none;}
        #header .mobile_h{display:block;}
        #header .gnb nav{overflow: hidden; display:block; position: fixed; width: 100%; height: 100%; top: 0; bottom: 0; right: -100%; background: #fff; z-index: 100; transition: right .6s;}
        #header .gnb nav ul.nav_item_wrap{ flex-direction: column; width: 100%; gap: 0; padding: 20px; transition: all .3s;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst{width:100%; height:auto; border-bottom: 1px solid #f0f0f0;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst > a{display: block; position: relative; padding: 15px 0; text-align: center;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w{z-index:0; left: 160px; top: 90px; width: calc(100% - 160px); height: calc(100vh - 90px); overflow-y:auto; background: #f0f0f0;padding: 0; opacity: 1; display:none;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .layout{flex-direction: column;  max-width: 100%; height:100%; padding:0;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .layout .titbox{display:none;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w{width:100%; height:100%}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul{flex-direction: column; flex-wrap: nowrap; gap: 0; padding: 22px; height:100%; border-radius: 4px;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul .dep2_lst{width:100%; position:relative;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul .dep2_lst.on_dep3 a:after{content:''; display:block; position:absolute; top:15px; right:0; width:10px; height:10px; background: url(../img/layout/ico_font_plus.png) no-repeat center center / 10px; opacity: 20%;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul .dep2_lst.on_dep3.open a:after{content:''; display:block; position:absolute; top:15px; right:0; width:10px; height:10px; background: url(../img/layout/ico_font_miuns.png) no-repeat center center / 10px; opacity: 10%;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul .dep2_lst > a{font-size:16px; margin-bottom:0; font-weight: 400; padding:15px 0;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep3_w{display:none; margin: 5px 0 10px; background:#fff;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep3_w .dep3_item_w ul{padding: 15px;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep3_w .dep3_item_w ul .dep3_lst + .dep3_lst{margin-top:0;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep3_w .dep3_item_w ul .dep3_lst > a{padding: 6px 0; display: block;}

        #header .gnb nav ul.nav_item_wrap.has{width:160px;}
        #header .gnb nav.open {right:0;}
        #header .gnb nav.open .pc{overflow-y: auto; height: calc(100vh - 90px);}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst.open{border-bottom:2px solid #036287;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst.open > a{color:#036287;}

		.sub_title{flex-direction: column;  align-items: flex-start; padding: 90px 0 50px;}
		.bread_crumb{margin-top:30px;}

		/*layer popup*/
		.layer_popup{ top: 110px !important; left: 20px !important; margin-right:20px !important;}

        
    }

    @media screen and (max-width:1024px){
      
        #footer .f_nav, #footer .link_wrapper{float:none;}
        #footer .f_top{border-bottom: 0;}
        #footer .f_fac{width: 100%; height:52px; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0;}
        #footer .f_fac .select_lst{bottom: 52px;}
        #footer .f_bottom{padding:30px 0;}
        #footer .f_bottom .f_info .f_address span{display: block; }
        #footer .f_bottom .f_info .f_address span + span{margin-top: 10px;}

		/* .sub_layout:before{height: calc(100vh - 470px);} */
		.sub_menu{display:none;}
		.sub_content{float:none; width:100%;}

    }

    @media screen and (max-width:768px){
      
        #header .gnb nav ul.nav_item_wrap{padding: 20px 10px;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst > a span{font-size:16px;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep2_w .dep2_item_w > ul .dep2_lst > a{font-size:15px; padding:15px 0;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep3_w .dep3_item_w ul{padding: 15px 12px;}
        #header .gnb nav ul.nav_item_wrap li.dep1_lst .dep3_w .dep3_item_w ul .dep3_lst > a{ padding: 5px 0; font-size: 14px;}
        
        #footer .f_top{font-size:14px;}
        #footer .f_nav{margin: 25px 0;}
        #footer .f_nav .nav_lst{flex-wrap: wrap; gap: 5px; height: 100%;}
        #footer .f_nav .nav_lst li{ width: calc(100% / 2 - 3px); text-align: center; border: 1px solid #f0f0f0; padding-left:0;}
        #footer .f_nav .nav_lst li + li:after{display:none;}
        #footer .f_nav .nav_lst li a{display:block; padding: 12px 0px;}
        

		.sub_layout:before{height:220px;}
        .sub_title{flex-direction: column; align-items: flex-start; padding:50px 0 15px; flex-wrap: wrap;}
        .sub_title .title{width:100%;}
		.bread_crumb {margin-top: 25px;}
		#stance{margin-top: 100px;}

		
  
    }

	 @media screen and (max-width:640px){
      
        .bread_crumb ul{flex-wrap:wrap;}
		.sub_title .title h2{font-size:24px;}
		#footer .f_bottom .f_etc img{width:80%;}
  
    }


    @media screen and (max-width:500px){
      
        #footer .f_nav .nav_lst li{width:100%;}
  
    }





