@charset "utf-8";


/* common */
#container {position: relative;}
.df {display: flex !important;flex-wrap: wrap;}
.df .half{flex: 0 1 calc(100% / 2);}
.no-scroll {
	overflow: hidden !important; 
}

/* slick common */
.slick-slider {width: 100%;height: 100%;overflow: hidden;}
.slick-slider div {width: 100%;float: left;height: 100%;text-align: center;}
.slick-slider div .img img{width: 100%;height: 100%;object-fit: cover;}
.slide_wrap{border: 1px solid #e5e5e5;border-radius: 30px;padding: 35px 40px;position: relative;z-index: 0;overflow: hidden;flex: 60%;}

.nav-container{position:relative}
.nav-img img{cursor: pointer;width: 180px;height: 100px;object-fit: cover;border: 1px solid #e2e2e2;padding: 4%;}
.main-container img {height: 300px;margin-bottom: 30px;}
.con_info .info_text {    flex: 40%;}

.sub_con .slick-arrow{position:absolute;display:block;width: 30px;height: 30px;transition:all .4s!important;z-index:10;top: 50%;}
.sub_con .slick-prev{background:url('../img/sub/arrow01.png') no-repeat center #e5e5e5;border-radius:100%;transform: translateY(-50%) rotate(90deg);left: -33px;}
.sub_con .slick-next{background:url('../img/sub/arrow01.png') no-repeat center #e5e5e5;border-radius:100%;transform: translateY(-50%) rotate(270deg);right: -33px;}
.sub_con .slick-next:hover{background:url('../img/sub/arrow01.png') no-repeat center #b5b5b5;}
.sub_con .slick-prev:hover{background:url('../img/sub/arrow01.png') no-repeat center #b5b5b5;}

@media screen and (max-width:1024px){
.nav-container{/* display:none; */}
}

@media screen and (max-width:768px) {
	.slide_wrap{padding:20px 40px}
	.nav-img img{width:130px;height:80px}
}
@media screen and (max-width:500px) {
	.slider-main img{max-height:160px}
	.nav-img img{width:70px;height:50px}
}


/* layout */
.wr-1500{width: 100%;max-width: 1500px; margin: 0 auto;}
.wr-1770{width: 100%;max-width: 1770px; margin: 0 auto;}

@media (max-width: 1770px){
	/* .wr-1770{paddding:0 20px;} */
}

@media (max-width: 1500px){
	.wr-1500{padding: 0 20px;}
}


/*table */
.info_text .item_table_wr{
    padding-top: 20px;
}
.item_table_wr{width:100%;text-align: left;width: 100%;}
.item_table_wr table{width:100%;border-spacing: 0;font-size: 20px;}
.item_table_wr th{background: #093e7f00;padding: 10px 10px;color: #000;border-bottom: 1px solid #dedede;border-right: 1px solid #dedede;}
.item_table_wr thead tr:first-child th{border-top: 1px solid #000000;border-bottom:1px solid #000}
.item_table_wr td{/* background:#eee; */padding: 10px 30px;font-weight: 500;font-size: clamp(16px, 3vw, 20px);border-bottom: 1px solid #dedede;border-right: 1px solid #dedede;}
.item_table_wr td:last-child{border-right:0;}
.item_table_wr tbody{border-bottom:1px solid #000}
.item_table_wr tr:last-child td{border-bottom:0}
.item_table_wr tr:first-child td:first-child{border-bottom:0}
.item_table_wr td.bt{border-bottom: 1px solid #dedede !important;}
.item_table_wr thead tr:first-child th:last-child{border-right:0}

@media screen and (max-width:650px) {
.item_table_wr::-webkit-scrollbar{height:5px}
.item_table_wr::-webkit-scrollbar-thumb{background-color: #24205a;border-radius:10px}
.item_table_wr::-webkit-scrollbar-track{background-color:#e2e2e2;border-radius:10px}.item_table_wr td{padding:15px}

}

.item_table_wr3{width:100%;text-align: left;width: 100%;}
.item_table_wr3 table{width:100%;border-spacing: 0;font-size: 20px;text-align: center;}
.item_table_wr3 thead{border-top: 2px solid #000;}
.item_table_wr3 th{background: #093e7f00;padding: 10px 5px;color: #000;border-bottom: 1px solid #dedede;border-right: 1px solid #dedede;font-size: 12px;}
.item_table_wr3 thead tr:first-child th{border-top: 2px solid #000000;border-bottom:1px solid #000}
.item_table_wr3 tr{border-bottom: 1px solid #dedede;}
.item_table_wr3 tr:last-child{border-bottom:1px solid #000 }
.item_table_wr3 tr:last-child td{/* border-bottom:0; */}
.item_table_wr3 td{/* background:#eee; */padding: 10px;font-weight: 500;font-size: clamp(16px, 3vw, 20px);border-right: 1px solid #dedede;border-bottom: 1px solid #dedede;font-size: 12px;min-width: 77px;height: 67px;}
.item_table_wr3 td:last-child{border-right:0;}
.item_table_wr3 td.green {color: #007b37;background: #def2e7;}
.item_table_wr3 td.blue{color: #666666;background: #ffffda;}
.item_table_wr3 tbody{border-bottom: 2px solid #000;}
.item_table_wr3 tr:last-child td{/* border-bottom:0; */}
.item_table_wr3 tr:first-child td:first-child{/* border-bottom:0; */}
.item_table_wr3 thead tr:first-child th:last-child{border-right:0}

.item_table_wr3 .ft-16{font-size: 16px;font-weight: 700;}


.sub1_8 .item_table_wr3 table {border-collapse: separate;}
.sub1_8 .item_table_wr3 thead {position: sticky;top: 0;background: #fff;}
.sub1_8 .item_table_wr3 {height: 530px;overflow: auto;}

@media screen and (max-width:650px) {
.item_table_wr3::-webkit-scrollbar{height:5px}
.item_table_wr3::-webkit-scrollbar-thumb{background-color: #24205a;border-radius:10px}
.item_table_wr3::-webkit-scrollbar-track{background-color:#e2e2e2;border-radius:10px}.item_table_wr td{padding:15px}

}



/*상단 레이아웃*/
#header.sub_header{background:#fff;/* border-bottom: 1px solid #efefef; *//* box-shadow: 1px 1px 5px #6d6d6d3d; */position: relative;}
.sub_header .gnb__logo-link__item.sub__header{display:block}
.sub_header .gnb__logo-link__item{display:none}
.sub_header .sitemap__btn img:nth-child(2){display:block}
.sub_header .gnb__1depth-link{color:#000}
.sub_header .sitemap__btn img:nth-child(1){display:none}
.sub_header .gnb__line{ display: none;
}
/* sub navigation background */
#sub-nav.nav01{background: url(../img/sub/sub_visual_1.jpg)no-repeat center;background-size: cover;}
#sub-nav.nav02{background: url(../img/sub/sub_visual_2.jpg)no-repeat center;background-size: cover;}
#sub-nav.nav03{background: url(../img/sub/sub_visual_3.jpg)no-repeat center;background-size: cover;}
#sub-nav.nav04{background: url(../img/sub/sub_visual_4.jpg)no-repeat center;background-size: cover;}
#sub-nav.nav05{background: url(../img/sub/sub_visual_5.jpg)no-repeat center;background-size: cover;z-index: 2;}
#sub-nav.nav06{background: url(../img/sub/sub_visual_6.jpg)no-repeat center;background-size: cover;}
#sub-nav.nav07{background: url(../img/sub/sub_visual_7.jpg)no-repeat center;background-size: cover;}


/* navigation */
#sub-nav{position:relative;width: 100%;margin-top: 80px;height: 380px;/* border-radius: 25px; *//* max-width: 1770px; */margin: 0 auto 0;z-index: 1;}
#sub-nav > div{height: 100%;}
#sub-nav .visual__wrap{width:100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}
#sub-nav .visual__wrap .nav-title{position: absolute;color: #fff;font-size: 50px;font-weight: 800;letter-spacing: 4px;text-align: left;max-width: 1400px;width: 100%;left: 50%;top: calc(50% - 40px);transform: translate(-50%, -50%);text-align: center;font-family: 'SCDream';font-weight: 500;}
#sub-nav .visual__wrap .nav-route{position: absolute;left: 30px;top: 40px;color: #fff;font-size: 20px;}
#sub-nav .visual__wrap .nav-route ul{}
#sub-nav .visual__wrap .nav-route ul li{padding: 0 15px;position: relative;font-size: 20px;color: #fff;}
#sub-nav .visual__wrap .nav-route ul li:after{display:block;content: '·';position:absolute;top: 1px;right: -3px;font-size: 20px;font-weight: 700;}
#sub-nav .visual__wrap .nav-route ul li:last-child:after{display:none;}
#sub-nav .menu-wr{text-align: center;box-shadow: 0 4px 8px -7px #6f6f6f8a;}
#sub-nav .menu-wr ul{justify-content:center;}
#sub-nav .menu-wr ul.eight li  {flex: 0 1 calc(100% / 8 - 50px);}
#sub-nav .menu-wr ul.seven li {flex: 0 1 calc(100% / 7 - 50px);}
#sub-nav .menu-wr ul.four li {flex: 0 1 calc(100% / 4 - 50px);}
#sub-nav .menu-wr ul.five li {flex: 0 1 calc(100% / 5 - 50px);}
#sub-nav .menu-wr li{position:relative;}
#sub-nav .menu-wr li a{position:relative;display:block;width: 100%;padding: 16px 0px;font-size: 22px;color: #bfbfbf;font-weight: 500;transition: all 0.3s;}
/* #sub-nav .menu-wr li a:after{position:absolute;display: none;content:'';width: calc(100% - 80px);height: 3px;left: 40px;bottom: 0;background: #fff;} */
#sub-nav .menu-wr li a:hover{coㅁlor: #003358;font-weight: 900;}
#sub-nav .menu-wr li a.active{color: #003358;font-weight: 900;}
#sub-nav.nav04 .menu-wr{justify-content: center;}


#sub-nav .nav_root{}
#sub-nav .nav_root .root_wr{}
#sub-nav .nav_root .root_wr .r_txt{position: absolute;left: 50%;top: calc(56% - 0px);transform: translate(-50%, -50%);z-index: 9;color: #fff;display: flex;flex-direction: column;justify-content: center;font-family: 'SCDream';}
#sub-nav .nav_root .root_wr .r_txt span{display:inline-block;vertical-align: middle;color: #fff;font-weight: 100;}
#sub-nav .nav_root .root_wr .r_txt .icon{vertical-align: bottom;}
#sub-nav .nav_root .root_wr .r_txt .arr{padding: 0px 3px;}


#sub-nav .fix {position: fixed;top: 10px;width: 100%;left: 0;z-index: 100;padding: 0 20px;box-shadow: unset;}
#sub-nav .fix ul{box-shadow:10px 10px 30px #00000014;background-color:rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:0 1rem;height:70px;align-items:center;border-radius:60px;gap:5px;max-width: 1400px;margin: 0 auto;}
#sub-nav .menu-wr.fix li a{color:#000;font-size:clamp(14px,2vh,20px);padding: 0;}
#sub-nav .menu-wr.fix li a.active{color:#fff;background:#003358;padding:10px;border-radius:30px}
#sub-nav .menu-wr.fix li a.active:hover{color:#fff;background:#003358;padding:10px;border-radius:30px}
#sub-nav .menu-wr.fix li a:hover{color:#fff;background:#00335885;padding:10px;border-radius:30px}
.sub_header .gnb__line:before{display:none}
.sub_header .gnb__line:after{display:none}
.footer__sub{margin: 0 20px;}
.footer__sub .footer__content{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding: 15px 50px;position:relative}
.footer__sub .footer__content:before {position:absolute;content:'';background:#e6e6e6;border-radius:100%;width:10px;height:10px;left:0;top:-6px}
.footer__sub .footer__content:after {position:absolute;content:'';background:#e6e6e6;border-radius:100%;width:10px;height:10px;right:0;top:-6px}
/* mobile */
.m-menu{display:none;/* padding-top: 10px; */}
.m-menu .mnav-ul{
    position: relative;
    bottom: 50px;
}
.m-menu .mnav-ul li .mnav-1a {display:block;background: #202329;font-size: 18px;color: #fff;height: 50px;line-height: 48px;font-weight:400;cursor:pointer;padding: 0 25px;letter-spacing: -2px;position: relative;}
.m-menu .mnav-ul li .mnav-1a > span{display: block;content: '';position:absolute;background: url('../img/sub/nav-plus.png')no-repeat center;right: 15px;top: 50%;width: 16px;height: 12px;margin-top: -6px;transition: all 0.5s;}
.m-menu .mnav-ul li .mnav-1a .on {transform:rotate(180deg);}
.m-menu .mnav-ul li ul {position:relative;display:none;position:absolute;top: 50px;left: -1px;z-index:10;width: calc(100% + 2px);border: 1px solid #e3e3e3;padding: 15px 30px;background: #fff;z-index: 999;}
.m-menu .mnav-ul li ul li {border-bottom: 0;border-right: 0;transition:0.3s;background:#fff;padding: 3px 0;}
.m-menu .mnav-ul li ul li a {display: block;/* line-height: 1; */color: #6c6c6c;letter-spacing: -1px;font-size: 16px;word-break: keep-all;line-height: 25px;}
.m-menu .mnav-ul li ul li a:hover{color: #003358;font-weight:bold;text-decoration:underline;}

@media (max-width:1650px){
	#sub-nav .visual__wrap{}
	#sub-nav .menu-wr li a{padding: 23px 0;}
}

@media (max-width:1440px){
	#sub-nav .visual__wrap{}
	#sub-nav .visual__wrap .nav-title{font-size: 46px;text-align: center;}
	#sub-nav .menu-wr li a{padding: 15px 0;}
	#sub-nav .menu-wr ul.eight li{flex: 0 1 calc(100% / 8 - 10px);}
	#sub-nav .menu-wr ul.seven li{flex: 0 1 calc(100% / 7 - 10px);}
	#sub-nav .menu-wr ul.four li{flex: 0 1 calc(100% / 4 - 10px);}
	#sub-nav .menu-wr ul.five li{flex: 0 1 calc(100% / 5 - 10px);}
}

@media (max-width: 1300px){
	#sub-nav .visual__wrap{}
	#sub-nav .visual__wrap .nav-title{font-size: 38px;}
}

@media (max-width:1024px){
	#sub-nav{
    height: 300px;
}
	#sub-nav .visual__wrap{
}
	#sub-nav .visual__wrap .nav-title{font-size: clamp(28px,3.2vw,42px);top: calc(50% - 20px);}
	#sub-nav .menu-wr li a{padding: 20px 0;font-size: 20px;}
	#sub-nav .menu-wr li a p:after{right: -8px;}

	#sub-nav.nav03{}
}

@media (max-width:960px){
	.footer__sub .footer__content{padding: 20px;}
	#sub-nav .menu-wr li a{}
	#sub-nav .menu-wr li a p.long{font-size: 13px;}
}

@media (max-width:768px){
	#sub-nav{border-radius:0}
    .pc-menu{display:none}
    .m-menu{display:block;position: absolute;width: 100%;bottom: 0;}
}

@media (max-width:500px){
	#sub-nav{height: 280px !important;}
}



/* 서브시작 */

.sub_con {
	background: #f5eedf;
	padding: clamp(60px,8vw,135px) 0;
}

@media screen and (max-width:1480px) {
	.sub_con{padding: clamp(60px,8vw,135px) 40px;}
}

/* sub1_1 */
.sub1_1 .df{align-items:center;}
.sub1_1 .text {padding: 0 0 0 clamp(40px,2vw,60px);height: 100%;font-family: 'SCDream';font-weight: 500;}
.sub1_1 .text .tit {font-size: clamp(32px,2vw,40px);padding: 0 0 clamp(40px,3.8vw,60px);}
.sub1_1 .text .txt {padding: 0 0 clamp(20px,3.8vw,60px);font-weight: 400;font-size: clamp(18px,2vw,20px);line-height: 1.6em;}


.sub1_1 .df{justify-content: center;}
.sub1_1 .wr-1400 .ideology { padding-top:clamp(20px, 2vw, 60px);}
.sub1_1 .wr-1400 .ideology > .text {text-align: center;padding: 0 0 clamp(40px,2.2vw,100px);color: #272727;}
.sub1_1 .wr-1400 .ideology > .text .tit {font-size: clamp(32px,3.2vw,50px);font-family: 'SCDream';font-weight: 600;padding: 0 0 clamp(20px,2vw,42px);}
.sub1_1 .wr-1400 .ideology > .text  .txt {font-family: 'SCDream';font-weight: 300;font-size: clamp(18px,2vw,22px);}
.sub1_1 .wr-1400 .ideology .img{display: flex; justify-content: center;}

@media screen and (max-width:1024px) {
	.sub1_1 .df{flex-direction: column;gap: 60px;}
	.sub1_1 .text{padding: 0;}
}

/*sub1_2*/
.sub1_2 .btm_con {padding: clamp(40px,3.8vw,72px) 0 0;text-align: center;font-family: 'SCDream';font-weight: 400;line-height: 1.6em;letter-spacing: 0.5px;}
.sub1_2 .ceo_con {padding: clamp(40px, 3.8vw, 72px) 0 0;text-align: right;font-family: 'SCDream';font-weight: 400;line-height: 1.6em;letter-spacing: 0.5px}
.sub1_2 .ceo_con .ceo_name_con{display: inline-block;}
.sub1_2 .ceo_con .ceo_name_con span{vertical-align: bottom;}
@media screen and (max-width:1024px) {
	.sub1_2 .top_con img{height: 300px; object-fit: cover;}
	.sub1_2 .btm_con .txt {word-break: break-all;}
}

@media screen and (max-width:768px) {
	.sub1_2 .top_con img{height: 200px;}
}


@media screen and (max-width:500px) {
	.sub1_2 .top_con img{height: 160px;}
	.sub1_2 .btm_con .txt br{display: none;}
}

/* sub1_3 */
.sub1_3 {padding: 0 clamp(50px, 2vw, 60px);}
.sub1_3 .wr-1400 > .text {text-align: center;padding: 0 0 clamp(40px,5.2vw,100px);color: #272727;}
.sub1_3 .wr-1400 > .text .tit {font-size: clamp(32px,3.2vw,50px);font-family: 'SCDream';font-weight: 600;padding: 0 0 clamp(20px,2vw,42px);}
.sub1_3 .df {gap: clamp(12px,2vw,24px);}
.sub1_3 .wr-1400 > .text  .txt {font-family: 'SCDream';font-weight: 300;font-size: clamp(18px,2vw,22px);}
.sub1_3 .df .four {padding: 0 12px;}
.sub1_3 .df .four .text {position: relative;font-family: 'SCDream';padding: clamp(5px,0.5vw,72px) 0 0;}
.sub1_3 .df .four .text .tit {font-size: clamp(18px,2vw,20px);font-weight: 600;padding: 0 0 clamp(12px,2vw,20px) clamp(10px,1vw,20px);}
.sub1_3 .df .four .text .txt {font-size: clamp(18px,1vw,22px);font-weight: 300;}
.sub1_3 .df .four .text:before {content: '';position: absolute;top: 12px;left: 0;background: #cec2ab;width: 10px;height: 22px;}

.sub1_3 .slide-wr{position: relative;}
.sub1_3 .visual-slide{overflow:hidden;position: relative;}
.sub1_3 .slick-slide{display:block;float:left;}
.sub1_3 .slick-slider div {width: 100%;float: left;height: 100%;text-align: left;}
.sub1_3 .visual-slide-arrow-wr {display: flex;width: 100%;margin: 0 auto;position: absolute;flex-wrap: wrap;justify-content: space-between;left: 50%;bottom: 80%;transform: translateX(-50%);}
.sub1_3 .btm_con {position: relative;}
.sub1_3 .visual-slide-arrow-wr .arrow-prev { left: -45px; transform: translateX(-50%);}
.sub1_3 .visual-slide-arrow-wr .arrow-next {right: -45px;transform: translateX(50%)}
.sub1_3 .visual-slide-arrow-wr > button {width: 62px;}


@media screen and (max-width:1024px) {
	.sub1_3 .df .four{flex: 0 1 calc(100% / 2 - clamp(6px,1vw,12px));}
	.sub1_3 .df .four img{width: 100%; object-fit: cover;}
}

@media screen and (max-width:500px) {
	.sub1_3 .df .four{flex: 100%;}
}

/* sub1_4 */
.sub1_4 .wr-1400 > .text {text-align: center;padding: 0 0 clamp(40px,5.2vw,100px);color: #272727;}
.sub1_4 .wr-1400 > .text .tit {font-size: clamp(32px,3.2vw,50px);font-family: 'SCDream';font-weight: 600;padding: 0 0 clamp(20px,2vw,42px);}
.sub1_4 .wr-1400 > .text  .txt {font-family: 'SCDream';font-weight: 300;font-size: clamp(18px,2vw,22px);}


/* sub1_5 */
.sub1_5 {}

.sub1_5 .wr-1400 > .text {text-align: center;padding: 0 0 clamp(40px,5.2vw,100px);color: #272727;}
.sub1_5 .wr-1400 > .text .tit {font-size: clamp(32px,3.2vw,50px);font-family: 'SCDream';font-weight: 600;padding: 0 0 clamp(20px,2vw,42px);}
.sub1_5 .wr-1400 > .text  .txt {font-family: 'SCDream';font-weight: 300;font-size: clamp(18px,2vw,22px);}
.sub1_5 .df {gap: clamp(12px,2vw,24px);}
.sub1_5 .df .four {flex: 0 1 calc(100% / 4 - clamp(12px,2vw,18px));}
.sub1_5 .df .four .tit {text-align: center;padding: clamp(20px,2vw,32px) 0 0;font-size: 18px;font-family: 'SCDream';font-weight: 300;}

@media screen and (max-width:768px) {
	.sub1_5 .df .four{flex: 0 1 calc(100% / 2 - clamp(6px,2vw,9px));}
}

@media screen and (max-width:500px) {
	.sub1_5 .df .four{flex: 100%;}
}

@media screen and (max-width:320px) {
	.sub1_5 .wr-1400 > .text .tit{word-break: break-all;}
}


/* sub1_6 */
.sub1_6 .map_content{position:relative;display: flex;}
.sub1_6 .map_content .map_bg {flex: 70%;}
.sub1_6 .map_content .map_bg > div {width: 100% !important;height: 100% !important;max-width: 1350px;}
.sub1_6 .map_content .wrap_map {height: 600px !important;}
.sub1_6 .map_content .box_wr{flex: 30%;}
.sub1_6 .map_content .box01{background: #fff;height: 150px;padding: 48px 70px;display:flex;align-items:center;justify-content:space-between;border-bottom: 1px solid #d9d9d9;border-top: 1px solid #d9d9d9;font-size: clamp(18px,2vw,20px);}
.sub1_6 .map_content .box01 p:first-child{font-size: clamp(22px,2vw,26px);font-weight: 800;padding-bottom: 15px;}
.sub1_6 .map_content .box02{background: #fff;height: 150px;padding: 48px 70px;display:flex;align-items:center;justify-content:space-between;border-bottom: 1px solid #d9d9d9;font-size: clamp(18px,2vw,20px);}
.sub1_6 .map_content .box02 p:first-child{font-size: clamp(22px,2vw,26px);font-weight: 700;padding-bottom: 15px;font-family: 'TheJamsil';}
.sub1_6 .map_content .box03{background: #fff;height: 150px;padding: 48px 70px;display:flex;align-items:center;justify-content:space-between;font-size: clamp(18px,2vw,20px);}
.sub1_6 .map_content .box03 p:first-child{font-size: clamp(22px,2vw,26px);font-weight: 800;padding-bottom: 15px;}
.sub1_6 .map_content .box04{background:#fbe100;height: 150px;padding: 48px 70px;display:flex;align-items:center;justify-content:space-between;cursor: pointer;font-size: clamp(18px,2vw,20px);}
.sub1_6 .map_content .box04 p:first-child{font-size: clamp(22px,2vw,26px);font-weight: 800;padding-bottom: 15px;}
.wrap_controllers.hide {display: none;}


@media screen and (max-width:1300px){
	.sub1_6 .page-tit{padding: 0 20px 50px 20px;}
	.sub1_6 .map_content .wrap_map {height: 100% !important;}
	.sub1_6 .map_content .box01{padding: 40px 50px;height: 190px;}
	.sub1_6 .map_content .box02{padding: 40px 50px;height: 190px;}
	.sub1_6 .map_content .box03{padding: 40px 50px;height: 190px;}
	.sub1_6 .map_content .box04{padding: 40px 50px;height: 190px;}
}
@media screen and (max-width:1024px){
	.sub1_6 .map_content{flex-wrap:wrap}
	.sub1_6 .map_content .wrap_map {height: 410px !important;}
	.sub1_6 .map_content .box_wr{top:-50px;right: 20px;flex: 100%;}
	.sub1_6 .map_content .map_bg{flex:100%}

	.sub1_6 .map_content .box01{padding: 30px 40px;height: 150px;}
	.sub1_6 .map_content .box01 p:first-child{font-size:20px}

	.sub1_6 .map_content .box02{padding: 30px 40px;height: 150px;}
	.sub1_6 .map_content .box02 p:first-child{font-size:20px}
	
	.sub1_6 .map_content .box03{padding: 30px 40px;height: 150px;}
	.sub1_6 .map_content .box03 p:first-child{font-size:20px}

	.sub1_6 .map_content .box04{padding: 30px 40px;height: 150px;}
	.sub1_6 .map_content .box04 p:first-child{font-size:20px}
}

@media screen and (max-width:768px) {
	.sub1_6 .page-tit{padding: 0 20px 30px 20px;}
	.sub1_6 .map_content .wrap_map {height: 310px !important;}
	.sub1_6 .map_content .box_wr{position: unset;}

	.sub1_6 .map_content .box01{padding: 20px 30px;}
	.sub1_6 .map_content .box01 p:first-child{font-weight: 600;}

	.sub1_6 .map_content .box02{padding: 20px 30px;}
	.sub1_6 .map_content .box02 p:first-child{font-weight: 600;}
	
	.sub1_6 .map_content .box03{padding: 20px 30px;}
	.sub1_6 .map_content .box03 p:first-child{font-weight: 600;}
	
	.sub1_6 .map_content .box04{padding: 20px 30px;}
	.sub1_6 .map_content .box04 p:first-child{font-weight: 600;}
}

@media screen and (max-width:500px) {
	.sub1_6 .page-tit h1{text-align:center}
	.sub1_6 .map_content .box01{height:auto;padding: 20px 20px;}
	.sub1_6 .map_content .box02{height:auto;padding: 20px 20px;}
	.sub1_6 .map_content .box03{height:auto;padding: 20px 20px;}
	.sub1_6 .map_content .box04{height:auto;padding: 20px 20px;}
	.sub1_6 .root_daum_roughmap .border1{display:block!important;}
}


/* sub3_1 */
.sub3_1 .top_menu {padding: 0 0 clamp(40px,4.8vw,80px);max-width: 900px;margin: 0 auto;display: flex;flex-wrap: wrap;gap: clamp(12px,2vw,30px);}
.sub3_1 .top_menu > a {flex: 0 1 calc(100% / 2 - clamp(6px,2vw,15px));padding: clamp(12px,2vw,26px);font-size: clamp(22px,2vw,30px);font-family: 'SCDream';font-weight: 600;background: #fff;color: #3d6b93;display: flex;justify-content: center;align-items: center;}
.sub3_1 .top_menu > .active {background: #3d6b93;color: #fff;}
.sub3_1 .wr-1400 {}
.sub3_1 .wr-1400 .half {flex: 0 1 calc(100% / 2 - clamp(8px,2vw,15px));}
.sub3_1 .wr-1400 .half .text {font-family: 'SCDream';}
.sub3_1 .wr-1400 .half .text .tit {font-weight: 600;font-size: clamp(28px,2vw,50px);line-height: 1.4em;padding: 0 0 clamp(20px,2.2vw,46px);}
.sub3_1 .wr-1400 .half .text .tit span {color: #22527d;}
.sub3_1 .wr-1400 .half .text .txt {color: #272727;font-weight: 300;}
.sub3_1 .wr-1400 .half img {width: calc(100% / 2 - clamp(12px,2vw,17px));}
.sub3_1 .top_con {padding: 0 0 clamp(20px,2.8vw,42px);gap: clamp(16px,2vw,30px);}
.sub3_1 .top_con .df {gap: clamp(20px,2vw,34px);}
.sub3_1 .btm_con {gap: clamp(16px,2vw,30px);}
.sub3_1 .btm_con .half {flex: 0 1 calc(100% / 2 - clamp(8px,2vw,15px));}
.sub3_1 .btm_con .left_con img {width: 100%;}
.sub3_1 .btm_con .right_con {gap: clamp(20px,2vw,40px) clamp(20px,2vw,34px);display: flex;flex-wrap: wrap;}
.sub3_1 .btm_con .right_con img:last-child {width: 100%;}

@media screen and (max-width:1024px) {
	.sub3_1 .top_con{flex-direction: column;}
	.sub3_1 .btm_con{flex-direction: column;}
	.sub3_1 .btm_con .left_con img{max-height: 400px;object-fit: cover;}
	.sub3_1 .wr-1400 .half .text .tit br{display: none;}
}

@media screen and (max-width:500px) {
	/* .sub3_1 .top_con .df{flex-direction: column;} */
	.sub3_1 .btm_con .left_con img{max-height: 194px;}
}



/* sub3_2 */
.sub3_2 .wr-1400 > .text {text-align: center;padding: 0 0 clamp(40px,5.2vw,100px);color: #272727;}
.sub3_2 .wr-1400 > .text .tit {font-size: clamp(32px,3.2vw,50px);font-family: 'SCDream';font-weight: 600;padding: 0 0 clamp(20px,2vw,42px);}
.sub3_2 .wr-1400 > .text  .txt {font-family: 'SCDream';font-weight: 300;font-size: clamp(18px,2vw,22px);}
.sub3_2 .mid_con {gap: 12px;padding: 0 0 clamp(40px,4.2vw,72px);}
.sub3_2 .mid_con .seven {flex: 0 1 calc(100% / 7 - 12px);text-align: center;font-family: 'SCDream';z-index: 1;width: auto;height: auto;background: #fff;padding: clamp(18px,2vw,30px) 20px clamp(20px,2vw,36px);border: 1px solid #c5b9a1;box-sizing: border-box;}
.sub3_2 .mid_con .seven .tit {padding: 0 0 clamp(12px,2vw,26px);border-bottom: 1px solid #01010028;font-size: clamp(22px,2vw,30px);font-weight: 700;color: #1b354b;}
.sub3_2 .mid_con .seven  .txt {padding: clamp(12px,2vw,22px) 0 0;color: #3d6b93;font-size: clamp(28px,2vw,40px);font-weight: 700;letter-spacing: -2px;}
.sub3_2 .mid_con .seven .txt span {color: #aeaeae;font-size: clamp(18px,2vw,20px);}
.sub3_2 .btm_con {gap: clamp(12px,2vw,24px);}
.sub3_2 .btm_con .half {flex: 0 1 calc(100% / 2 - clamp(6px,2vw,12px));}
.sub3_2 .btm_con .half li {list-style: none;display: flex;flex-wrap:wrap;padding: clamp(12px,2vw,20px);border-top: 2px solid #c4b9a1;}
.sub3_2 .btm_con .half li:last-child{border-bottom: 2px solid #c4b9a1}
.sub3_2 .btm_con .half li > div{display:flex;flex-wrap:wrap;gap: clamp(12px,2vw,16px);font-size: clamp(18px,2vw,20px);font-family: 'SCDream';align-items: center;}
.sub3_2 .btm_con .half li > div > a{display:flex;flex-wrap:wrap;gap: clamp(12px,2vw,20px);}
.sub3_2 .btm_con .half li .area {flex: 20%;}
.sub3_2 .btm_con .half li .name {flex: 40%;}
.sub3_2 .btm_con .half li .tell {flex: 40%;}
.sub3_2 .btm_con .half li > div .tit {font-weight: 700;color: #141414;}
.sub3_2 .btm_con .half li > div .txt {color: #141414;font-weight: 400;}
.sub3_2 .btm_con .half:last-child li:first-child .name .txt {font-size: 16px;}


@media screen and (max-width:1200px) {
	.sub3_2 .btm_con .half li > div{}
	.sub3_2 .btm_con .half li > div{flex-direction: column;justify-content: space-between;align-items: flex-start;}
	.sub3_2 .btm_con .half li .name {flex: 45%;}
	.sub3_2 .btm_con .half li .tell{flex: 35%;}
	.sub3_2 .btm_con .half li > div .txt{font-size: 16px;}
}

@media screen and (max-width:768px) {
	.sub3_2 .btm_con .half li{flex-direction: column;gap: 8px;}
	.sub3_2 .btm_con .half li > div{flex-direction: row;}
	.sub3_2 .btm_con .half li > div > a{justify-content: space-between;width: 100%;}

	.sub3_2 .mid_con{justify-content: center;}
	.sub3_2 .mid_con .seven{flex: 0 1 calc(100% / 4 - 12px);}
}

@media screen and (max-width:600px) {
	.sub3_2 .btm_con{flex-direction: column;gap: 0;}
	.sub3_2 .btm_con .half:first-child li:last-child{border-bottom: 0;}
}
@media screen and (max-width:600px) {
	.sub3_2 .mid_con .seven{ flex:0 1 calc(100% / 2 - 12px)}
}


/*3_2 test  */

.map_wr {width:100%; margin:0 auto; display: flex; justify-content: center;}
/* .map_left {width:50%; height:700px; background:url('../img/sub/map_bg.png') no-repeat center top; float:left; position:relative; background-size: contain;} */
.map_left {}
.map_right{width: 40%;}
.map_btn {position:absolute; cursor:pointer;}
.map_btn_01 {width: 70px;height: 113px;top: 184px;left: 150px;}
.map_btn_02 {width: 66px;height: 108px;top: 428px;left: 221px;}
.map_btn_03 {width: 210px;height: 128px;top: 548px;left: 100px;}
.map_btn_04 {width: 64px;height: 98px;top: 680px;left: 126px;}
.map_btn_05 {width: 169px;height: 110px;top: 630px;left: 320px;}
.map_btn_06 {width: 67px;height: 101px;top: 652px;left: 503px;}

/* .map_right {width:45%; float:right;} */
/* 상위를 그냥 display:flex 해야지*/
.overview_textbox {margin-top:150px; padding:30px;}
.overview_textbox div {display:none;}
.overview_textbox div:first-child {display:block;}
.tb_tit { font-size:29px; color:#363636; margin:10px 0;}
.tb1 {margin:20px 0;}
.tb1 li {line-height:45px; border-top:2px solid #e1d8c7; overflow:hidden; font-size:15px;}
.tb1 li:last-child {border-bottom:2px solid #e1d8c7;}
.tb1 li p:first-child {width:150px; text-align:center; background:#e1d8c7; border-right:1px solid #eee; float:left;}
.tb1 li p:nth-child(2) {padding-left:20px; float:left;}


@media screen and (max-width: 768px) {
	.map_left {display: flex; justify-content: center}
	.map_right{width: 100%;}
	.map_wr { display: flex; justify-content: center; flex-direction: column;}
	.sub_tabs {display:block;margin: 50px auto 20px;text-align:center;overflow:hidden;width:100%;padding: 0 50px;}
	.sub_tabs li::after {display:block; content:''; clear:both;}
	.sub_tabs li {transition:all 0.3s ease;width:33.3%;cursor:pointer;display:block;float:left;height:45px;line-height:45px;text-align:center;color:#555;font-size: 14px;border-right: 1px solid #eee;border-bottom: 1px solid #eee;}
	.sub_tabs li:first-child, .sub_tabs li:nth-child(2), .sub_tabs li:nth-child(3) {border-top:1px solid #eee;}
	.sub_tabs li:first-child, .sub_tabs li:nth-child(4) {border:1px solid #eee;}
	.subtab-link.current {display:block; }
	.sub_tabs li.current{color: #363636;border: 1px solid #363636;display:inline-block;text-align:center;font-weight:500;transition:all 0.3s ease;background: #e1d8c7;}
	.sub_tabs li:hover {font-size:14px;font-weight:500;transition:all ease 0.3s 0s;}
	.subtab-content {width:100%; display: none;margin:0 auto;}
	.subtab-content.current {display: block;}


	.tb_tit {background-size:60px; font-size:18px; color:#363636; margin:0px 0;}
	.tb1 {margin:10px 0;}
	.tb1 li {line-height:45px; border-top:2px solid #e1d8c7; overflow:hidden; font-size:15px;}
	/* .tb1 li:last-child {border-bottom:1px solid #eee;} */
	.tb1 li p:first-child {width:150px; text-align:center; background:#e1d8c7; border-right:1px solid #eee; float:left;}
	.tb1 li p:nth-child(2) {padding-left:20px; float:left;}

	
}