@charset "utf-8";

.inner{max-width:1400px; margin:0 auto; }
.sub_visual {margin-top:98px; width: 100%; height: 280px; z-index: 0; background:#dafff8 url("/images/sub/svisual.jpg") no-repeat 50% 0;  display:flex;justify-content: center;  align-items: center;}
.sub_visual_txt{display: inline-block; font-family: 'WandocleanseaB'; line-height:100%; color:#fff; font-size:55px; font-weight: 700;}
.submn{text-align:left; position: absolute; bottom: 0; }

.sub_wrap{display:flex; margin:64px auto 100px; justify-content: space-between;}
.contents_w{width:calc(100% - 330px);}
.submn_w{width:270px;}
.submn_w .leftmenu_b{border-radius:15px; display:inline-block; background:#48a970; padding:25px 30px; font-size:30px; font-weight:700; color:#fff; letter-spacing:-0.5px; line-height: 100%; margin-bottom:10px;}
.submn_w .leftmenu_b span{font-size:16px;  color:#faffb7;  font-weight:400; display:inline-block; }
.submn_w .leftmenu_s a{font-size:17px; border:1px solid #ddd; height:49px; display:flex;  align-items: center; padding:0 20px; width:100%; margin-bottom:7px; justify-content: space-between; }
.submn_w .leftmenu_s.on a{background:#48a970; border-radius:0 20px 0 0; color:#fff; border:1px solid transparent;}
.submn_w .leftmenu_s a i{font-size:22px;}
/* 메뉴 */
.sub_history {width: 100%; }
.sub_history .hist_depth1 >li {display: inline-block; width:160px; color: #fff; text-align: center; }
.sub_history .hist_depth1 >li:first-child{margin-left: -28px;}
.sub_history .hist_depth1 >li a {padding: 20px 0;display: block; font-size:16px;} 
.sub_history .hist_depth1 >li a i{font-size: 21px; margin: -1px 0 0 5px;}
.sub_history .hist_depth1 .active {font-weight: 600;color: #fff;position: relative;}
.sub_history .hist_depth1 .active:hover {color: #fff;}
.sub_history .hist_depth1 .active:hover .hist_depth2 {display: block;}
.sub_history .hist_depth2 {display: none; position: absolute; top: 52px; width: 190px; text-align: center; z-index: 99; border: 1px solid #48a970; border-radius: 30px; overflow:hidden; left: 0;
    margin-left:-17px; background: #fff; padding:10px 0}
.sub_history .hist_depth2 li a {display: block;padding: 4px 10px; font-size:15px; color: #666; /* border-bottom: 1px solid #ddd; */}
.sub_history .hist_depth2 li a:hover {color:#48a970}

.sub_history .arrow{font-size: 20px; margin: 1px 0 0 20px; position: absolute;}

.con_title{font-size:min(44px, 6vw); font-weight:700; display:block; margin-bottom:60px; color:#000; border-bottom: 6px solid #F5F5F5; padding-bottom: 30px;}

#ctt{min-height: 500px;}

.sub_tab ul{display: flex; flex-wrap: wrap; justify-content: flex-start; margin-bottom:50px;}
.sub_tab ul li{flex: 0 0 25%; height: 60px; margin: 0 0 -1px -1px; border: 1px solid #ddd; transition: all 0.3s;}
.sub_tab ul li.on{border: 2px solid #0b9682;  background: #0b9682;  box-shadow: 0px 8px 10px -5px rgba(67, 95, 165, 0.4); color:#fff;}
.sub_tab ul li a{font-size:17px; text-align:center; width:100%; font-weight:600; display: flex;  align-items: center; justify-content: center; height: 100%;}

.m_submn{display:none;}

@media all and (max-width:1399px){
	.submn {left:6vmin}
	.contents_w {padding:0 30px;}
}

@media all and (max-width: 999px){
	.sub_wrap{flex-wrap:wrap; margin: 0;}
	.submn_w { width: 100%}
	.contents_w  { width: 100%}
	.m_submn{ background:#119e72; color:#fff; width:100%; position: relative; z-index: 9; padding: 0 30px;}

	.p_submn{display:none;}
	.m_submn{display:block;}
	.sub_visual{height:200px; background-size:cover}
	.sub_visual_txt{margin-top: -50px; font-size:30px;}
	.con_title{margin: 5vmin 0;  padding-bottom: 19px;}
	.con_title{font-size:25px;}
}

@media all and (max-width: 765px){
	.submn {left:5vmin}
	.sub_con{font-size:15px; line-height:1.6; }

	.sub_tab ul li{flex: 0 0 50%; height:50px;}
	.sub_tab ul li a { font-size: 15px;}

	.sub_wrap{margin-bottom:60px;}
	
}

@media all and (max-width: 499px){
	.header_wrap:after{display:none;}
	.sub_visual{margin-top: 78px; height: 150px;}
	.sub_visual_txt { margin-top:0px;}
}


