/* 서브 상단  */



/* 상단 이미지 영역 */
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.Sub_Top_area { position: relative; height: 100%; float: left; margin-top: var(--header-h);; width: 100%;  height:180px; display: flex;  justify-content: center;  align-items: center; }
.Sub_Top_area .contents-container { width: 100%; float: left; padding-top:30px; padding-bottom: 30px}
.Sub_Top_area .title-area { width: 100%; float: left; position: relative; z-index: 99999; }
.container-full .title-area { width: 100%; float: left; position: relative; z-index: 99999; padding: 0px 20px; }
.Sub_Top_area .title-area h2 { color: #000; margin-bottom: 1.2rem; }
.Sub_Top_area .title-area h2 em { position: relative;  }
.current-menu{ position: relative ; padding-left: 40px;}
.current-menu:before { width: 20px; height: 80%; border-right:2px solid #ccc; transform:rotate(26deg); content: ""; position: absolute;left: 0px; top: 0px; }
	
.Sub_Top_area .title-area p.p1 { color: #333; margin-bottom: 20px; }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.Sub_Top_area { position: relative; height: 100%; float: left; margin-top: var(--header-h);; width: 100%;  display: flex;  justify-content: center;  align-items: center; }
.Sub_Top_area .contents-container { width: 100%; float: left;  padding-bottom: 30px}
.Sub_Top_area .title-area { width: 100%; float: left; position: relative; z-index: 99999; }
.container-full .title-area { width: 100%; float: left; position: relative; z-index: 99999; padding: 0px 20px; }
.Sub_Top_area .title-area h2 { color: #000; margin-bottom: 1.2rem; }

.Sub_Top_area .title-area h2 span { position: relative; padding-left: 5px; }
.Sub_Top_area .title-area h2 em { position: relative;  }
.current-menu{ position: relative ; padding-left: 20px;}
.current-menu:before { width: 10px; height: 80%; border-right:2px solid #ccc; transform:rotate(26deg); content: ""; position: absolute;left: -7px; top: 0px; }
	
.Sub_Top_area .title-area p.p1 { color: #333; margin-bottom: 20px; }


}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




.subbgtopimg.etc { width: 100%; float: left; height:200PX; aspect-ratio:var(--Sub-Topbg-h); overflow: hidden; position: relative!important; background-color: rgba(0,0,0,0.13); }
.subbgtopimg.etc img { object-fit: cover; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
	
	
.subbgtopimg.etc 	.title-area {  width: 100%; height: 100%; display: flex;   align-items: center; color: #fff; font-size: 26px; line-height: 130%; font-weight: 600; padding-top: 80px}
	

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {ul.Sub2d_gnb { list-style: none; width:100%; display: flex; flex-direction: row; grid-gap: 5px; padding: 0px; }

	ul.Sub2d_gnb {width: auto; padding:15px 30px ; background-color: #f2f2f2; border-radius: clamp(20px, 3.906vw, 50px) }
ul.Sub2d_gnb li {   text-align: center }
ul.Sub2d_gnb li a { padding: clamp(11px, 0.781vw, 15px) clamp(14px, 1.042vw, 20px) clamp(11px, 0.781vw, 15px) clamp(14px, 1.042vw, 20px);border-radius: clamp(20px, 3.906vw, 50px); font-weight: 600; position: relative; font-size: var(--top1d-font-size); color: #333; }

/* 현재 선택된 메뉴 스타일 */
ul.Sub2d_gnb li.active a { background-color: var(--primary); color: #fff; border-radius:  clamp(20px, 3.906vw, 50px); z-index: 99; position: relative; }
/* 현재 선택된 메뉴 스타일 */

	
ul.Sub2d_gnb li a:before { display: none }	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {ul.Sub2d_gnb { list-style: none; width:100%; float: left;  display: grid;  grid-template-columns: repeat(2, 1fr); grid-gap: 5px; padding: 0px; }
ul.Sub2d_gnb {width:100%; float: left; padding:15px 15px ; background-color: #f2f2f2; }
ul.Sub2d_gnb li { width:100%; float: left;  text-align: center }
	
ul.Sub2d_gnb li a {background-color: #fff; width:100%; float: left;  padding: clamp(11px, 0.781vw, 15px) clamp(14px, 1.042vw, 20px) clamp(11px, 0.781vw, 15px) clamp(14px, 1.042vw, 20px);border-radius:6px; font-weight: 600; position: relative; font-size: var(--top1d-font-size); color: #333; }	

/* 현재 선택된 메뉴 스타일 */
ul.Sub2d_gnb li.active a { background-color: var(--primary); color: #fff; border-radius:6px; z-index: 99; position: relative; }
/* 현재 선택된 메뉴 스타일 */

	


ul.Sub2d_gnb li a:before { display: none }	
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



	






/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
ul.Sub2d_gnb li.active  a:before { display: block;content: ""; width: 7px; height: 7px;  color: #ccc; position: absolute; 
 left: 50%;
  bottom: -10px; margin-left: -7px;
background-color: #eee; width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--primary);; }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
ul.Sub2d_gnb li.active  a:before {display: none }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/







.dep3_tab_box{ width:100%; float:left; margin-top: -20px; }
.dep3_tab_box .contents-container { background-color: #000; }
.dep3_tab { width: 100%; float: left; height:100%; flex-wrap: wrap; flex-direction: row; /* 흰색 선을 나타낼 공간 */; display: flex;grid-gap:0px }
.dep3_tab .dep3_btn { idth: 100%; float: left; display: flex; align-items: center; justify-content: center; padding:clamp(10px, 1.172vw, 15px) clamp(20px, 3.125vw, 40px); background-color:#fff; border-radius:15px; color: #333; text-decoration: none; font-size:clamp(15px, 1.563vw, 20px); font-weight: 700; box-sizing: border-box; transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s;  border: none!important}
.dep3_tab .dep3_btn.active { background-color:var(--primary);  color: white;  }




.dep3_btn.active { background-color:var(--primary); color: #fff; border: none;  }
.dep3_btn.active:hover { color: #fff; border: none; }
.dep3_btn:hover { background-color:var(--primary);color: #fff; order: none;}
/* 흰색 라인을 위해 탭 버튼 사이의 간격을 흰색으로 채우기 */


.dep3_tab > * { box-sizing: border-box; }
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) { .dep3_btn:nth-last-child(n+6) {
border-right: 1px solid #ccc; box-sizing: border-box; border-bottom:1px solid #ccc; }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) { ; }
/**** 모바일 ****/
@media only all and (max-width:767px) { .dep3_btn:nth-last-child(n) {
border-right: 1px solid #ccc; box-sizing: border-box; border-bottom:1px solid #ccc; }
}
/**** 모바일 ****/
@media only all and (max-width:649px) { .dep3_btn:nth-last-child(n+3) {
border-right: 1px solid #ccc; box-sizing: border-box; border-bottom:1px solid #ccc; }
}
	/**** 모바일 ****/
@media only all and (max-width:525px) { .dep3_btn:last-child() {
border-right: 1px solid #ccc; box-sizing: border-box; border-bottom:1px solid #ccc; }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) { ; }
/* 구분 //end -----------------------------------*/



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) { .dep3_title{ width:100%; float:left; font-weight: 700; color: #000; font-size: 30px; text-align: center; margin: 80px 0px; border-bottom: none; }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {  }
/**** 모바일 ****/
@media only all and (max-width:767px) { .dep3_title{ width:100%; float:left; font-weight: 700; color: #000; font-size:22px; text-align: center; margin:30px 0px; border-bottom: none; }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {  }


.subbgtopimg { width: 100%; float: left;  overflow: hidden; position: relative!important;  padding: 0px clamp(20px, 7.813vw, 100px)}
.subbgtopimg .img_box { width: 100%; height:var(--subtop-h);  border-radius: clamp(20px, 3.906vw, 50px); overflow: hidden }

.subbgtopimg .img_box img { object-fit: cover; width: 100%; height: 100%; }
.subbgtopimg .contents-container{ width: 100%;height: 100%;}

	 
 .txbox{ width: 100%!important; float: left;   display: flex;  justify-content: center;  align-items: center; flex-direction: column; margin-top: 30px ; grid-gap: clamp(5px, 0.781vw, 10px); margin-bottom:clamp(40px, 6.250vw, 80px)}
 .txbox .tx1 { width: 100%; float: left; color: var(--subtop-tx1-color); font-size: var(--subtop-tx1)!important; line-height: 110% ; font-weight: 700; text-align: center; margin-bottom:clamp(10px, 1.563vw, 20px)}
 .txbox .tx1 div{  color: var(--subtop-tx1-color); font-size: var(--subtop-tx1)!important; }


 .txbox .tx2 { width: 100%; float: left; color: var(--subtop-tx2-color); font-size: var(--subtop-tx2)!important; line-height: 120%; text-align: center}

 .txbox .tx3 { width: 100%; float: left; color: var(--subtop-tx3-color); font-size: var(--subtop-tx3)!important;}
  .txbox .tx3 em{  color: var(--subtop-tx3-color); font-size: var(--subtop-tx3)!important;}
















.Sub_Path{	width:100%;	   height:var(--Path-h);  float: left; position: relative;  background:var(--Path-bg); z-index: 1}	

.Sub_Path.none{	display: none!important}	



.PageGo{width:100%;   float: left;  display: flex;flex-direction: row; background-color: transparent!important}
.PageGo .gohome{width:var(--Path-h); height:var(--Path-h); display: flex;  justify-content: center;  align-items: center;  float: left;  display: flex;  }
.PageGo .gohome:before{content: "\eca5";    font-family: unicons-line; width:var(--Path-h); height:var(--Path-h); display: flex;  justify-content: center;  align-items: center;  float: left;  display: flex; color: #fff; font-size: 25px}
	




/**** 모바일 ****/
@media only all and (max-width:768px) {
	


.PageGo{ display: grid; grid-template-columns:40px auto auto ; grid-gap: 0px}
}






.PageGo_dep1 {min-width:var(--Path-w);    float:left; position: relative; display: block;  border-left: 1px solid  rgba(255,255,255,0.08); }


.PageGo_dep1 .Dep1_tit{ width:100%;   float: left;  color: #fff;  /* Old browsers */
line-height:var(--Path-h); text-align: left; box-sizing: border-box ; background-color:var(--Path-bg-in)!important;  padding-left: 15px; box-sizing: border-box; position: relative; font-size: var(--Path-font-size); height:var(--Path-h)!important}

.PageGo_dep1 .Dep1_tit:before{ content: "\eb3a";    font-family: unicons-line; position: absolute; right: 10px; top: -3px; color: #fff;font-size: 20px;}

.PageGo_dep1 ul {  width:100%; float: left }



.PageGo_dep1 ul>li{  width:100%; float: left;color: #fff;  background-color:var(--Path-bg-in)!important;  line-height: 40px; text-align:left;font-size: var(--Path-font-size); cursor: pointer; padding: 0px 0px; border: 1px solid rgba(255,255,255,0.08); margin-right: -1px; margin-bottom: -1px; box-sizing: border-box; padding-left: 15px; transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
 }

.PageGo_dep1 ul>li:hover{ background-color:var(--Path-bg-in)!important;   filter: brightness(125%);}

.PageGo_dep1 ul.mysub_b{width:100%; float: left; display: none;position: absolute; top: var(--Path-h); left: 0px;z-index: 99999999 }
.PageGo_dep1 ul.mysub_b_on{width:100%;float: left;  display: block;position: absolute; top:var(--Path-h); left: 0px }



.PageGo_dep1 ul li a{ color: #fff; font-size: var(--Path-font-size); text-align: left }	
.PageGo_dep1 ul li.smenu{ width:100%; float:left; padding-top: 10px ; padding-bottom: 10px}
.PageGo_dep1 ul li.smenu a{ width:100%; float:left;height: 25px; line-height: 25px; color: rgba(255,255,255,0.5); padding-left: 10px; position: relative; box-sizing: border-box; }
.PageGo_dep1 ul li.smenu a.on{ color:    var(--div-color1)!important; }
.PageGo_dep1 ul li.smenu a:hover{color: rgba(255,255,255,1); }
.PageGo_dep1 ul li.smenu a:before{ content: "-";  position: absolute; left: 0px; top: 0px}	




/* 2뎁스 */

.PageGo_dep2 {min-width:var(--Path-w);   float:left; position: relative;  padding-right: 0px; border-left: 1px solid  rgba(255,255,255,0.08);  margin-left: -1px}


.PageGo_dep2 .Dep2_tit{ width:100%;   float: left;  color: #fff;  /* Old browsers */
line-height: var(--Path-h); text-align: left; box-sizing: border-box ; background-color:var(--Path-bg-in)!important;  padding-left: 15px; box-sizing: border-box; position: relative; font-size: var(--Path-font-size);  height:var(--Path-h)!important}

.PageGo_dep2 .Dep2_tit:before{ content: "\eb3a";    font-family: unicons-line; position: absolute; right: 10px; top: -3px; color: #fff;font-size: 20px;}

.PageGo_dep2 ul {  width:100%; float: left }



.PageGo_dep2 ul>li{  width:100%; float: left;color: #fff;  background-color:var(--Path-bg-in)!important; line-height:40px; text-align:left; font-size: var(--Path-font-size); cursor: pointer; padding: 0px 0px; border: 1px solid rgba(255,255,255,0.08);  margin-right: -1px; margin-bottom: -1px; box-sizing: border-box; padding-left: 15px; }
.PageGo_dep2 ul>li:hover{ background-color:var(--Path-bg-in)!important;   filter: brightness(125%);}

.PageGo_dep2 ul.mysub{width:100%; float: left; display: none;position: absolute; top:var(--Path-h); left: 0px;z-index: 99999999 }
.PageGo_dep2 ul.mysub_on{width:100%;float: left;  display: block;position: absolute; top:var(--Path-h); left: 0px }



.PageGo_dep2 ul li a{ color: #fff; font-size:var(--Path-font-size); text-align: left }	
.PageGo_dep2 ul li.smenu{ width:100%; float:left; padding-top: 10px ; padding-bottom: 10px}
.PageGo_dep2 ul li.smenu a{ width:100%; float:left;height: 25px; line-height: 25px; color: rgba(255,255,255,0.5); padding-left: 10px; position: relative; box-sizing: border-box; }
.PageGo_dep2 ul li.smenu a.on{ color:    var(--div-color1)!important; }
.PageGo_dep2 ul li.smenu a:hover{color: rgba(255,255,255,1); }
.PageGo_dep2 ul li.smenu a:before{ content: "-";  position: absolute; left: 0px; top: 0px}	


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.heading-title{font-size:30px!important; text-align: left; margin-bottom: 5px!important}

.menu-item-has-children a{font-size:26px!important;}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


.Dep3_tit {
  cursor: pointer;
  padding: 10px 0;
}


.subtop_tit_size {font-size: var(--subtop-tit-size)!important; line-height: 110%!important}
.subtop_tit_size em{font-size: var(--subtop-tit-size)!important; line-height: 110%!important}
.subtop_tit_size span{font-size: var(--subtop-tit-size)!important; line-height: 110%!important}

.page_title{ width: 100%; float: left;  font-size: var(--tit-lg-size)!important; line-height: 110%!important ;color: #000; margin: clamp(10px, 3.906vw, 50px) 0px; font-weight: 700}
