/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }

 /* pretendard */
@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/font/Pretendard-Black.woff2') format('woff2');
}

/* Common **********************************************************************/ 
html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'Pretendard'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}


/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:47.27%;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}


/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.center{text-align:center;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden; line-height: 1;}
.inner{width: calc(100% - 100px); margin: 0 auto; max-width:1400px;}

/* header */
#header{height: 100px;}
#header .inner{display: flex; align-items:center; justify-content: space-between; height: 100%;}

.nav_btn{display: none;}
.navigation{display: none;}

/* tit 공통 */
.tit-wrap h3{font-size: 3.125rem; color: #222;}

/* gnb */
#header .gnb{display: flex;}
#header .gnb > li{position: relative; padding-inline:30px; padding-block:40px; display: flex; align-items: center;}
#header .gnb > li::after{content:'';position: absolute; left: 50%; top: 98px; transform:translateX(-50%); width: 0%; height: 2px; background: var(--co01); transition:.3s; z-index: 100;}
#header .gnb > li.on::after{width: 50%;}
#header .gnb span a{display: block; font-size: 1.188rem; color: #000; font-weight: 600; white-space:nowrap;}
#header .gnb .lnb_sub{position: absolute; top: 100px; left: 50%; transform:translateX(-50%);z-index: 100; width: 190px; background: #fff;}
#header .gnb .lnb_sub ul{display: none;padding: 1.875rem 0px;}
#header .gnb .lnb_sub ul li a{display: block; color: #383838;font-size: 1.125rem; text-align: center;}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 1.125rem;}


/* visual */
#visual-wrap{max-width:1400px;}
#visual-wrap .swiper-slide .txt-wrap{position: absolute; top: 50%; left: 7%; transform:translateY(-50%); color: #fff; width: 55%;}
#visual-wrap .swiper-slide .txt-wrap p{font-size: 1.125rem;color: rgb(255,255,255,.5);}
#visual-wrap .swiper-slide .txt-wrap h2{font-size: 2.875rem; color: #fff; line-height: 1.5; margin-top: 15px;}
#visual-wrap .swiper-button-next, #visual-wrap .swiper-button-prev{position: unset;}
#visual-wrap .visual_items{position: absolute; bottom: 30px; right: 40px; display: flex; gap:15px; align-items: center; z-index: 2;}
#visual-wrap .visual_items > div:after{display: none;}
#visual-wrap .visual_items .swiper-button-prev{background: url(/images/main/main_visual_prev.png)center no-repeat; background-size:cover; width: 3.125rem; height: 3.125rem; margin-top: 0;}
#visual-wrap .visual_items .swiper-button-next{background: url(/images/main/main_visual_next.png)center no-repeat; background-size:cover; width: 3.125rem; height: 3.125rem; margin-top: 0;}
#visual-wrap .visual_items .num-wrap{display: flex; align-items: center; gap:12px; background: rgb(255,129,27,.6); padding:10px 20px; border-radius:30px; color: #fff; font-size: 1.5rem;}
#visual-wrap .visual_items .visual_num em{display: inline-block; width: 2px; height: 15px; background: #fff; margin-inline:5px;}

/* section01 */
#section01{padding-block: 70px;}
#section01 .sec01-con { display: flex; justify-content: space-between; }
#section01 .sec01-con li { position: relative; width: 17%; }
#section01 .sec01-con li a { display: block; position: relative; }
#section01 .sec01-con li img { display: block; width: 100%; border-radius: 50%; box-shadow: 0 0 14px rgba(47, 47, 47, 0.3); }
#section01 .hover-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.8); border-radius: 50%; opacity: 0; transition: opacity 0.3s ease; }
#section01 .hover-text { color: #fff; font-size: 1.875rem; font-weight: bold; letter-spacing: 1px; }
#section01 .sec01-con li:hover .hover-overlay { opacity: 1; }

/* section02 */
#section02{background: #f7f7f7; padding-block:120px;}
#section02 .inner{display: flex;}
#section02 .tit-wrap{position: relative; width: 23%;}
#section02 .tit-wrap > span{display: block; margin-bottom: 15px; font-size: 1.25rem; color: var(--co01);}
#section02 .tit-wrap p{width: 80%; padding-top: 35px; font-size: 1.25rem; color: #444444; line-height: 1.5;}
#section02 .tit-wrap .sec02_items{display: flex; align-items: center; gap:10px; padding-top: 40px; font-size: 1.125rem;}
#section02 .tit-wrap .sec02_items > div:after{display: none;}
#section02 .gallSlider{overflow: hidden;}
#section02 .gallSlider .swiper-slide{border:2px solid transparent;}
#section02 .gallSlider .swiper-slide:hover{border:2px solid var(--co01);}
#section02 .tit-wrap .swiper-button-prev,
#section02 .tit-wrap .swiper-button-next {position: unset; display: inline-flex; align-items: center; gap:10px; cursor: pointer; color: #aaa; transition: 0.3s;background: none;width: auto;height: auto;margin: 0;}
#section02 .tit-wrap .swiper-button-next {color: var(--co01);}
#section02 .sec02-con {width: 75%;}
#section02 .gallSlider .swiper-slide {position: relative;border: 2px solid transparent; transition: 0.3s; overflow: hidden;}
#section02 .gallSlider .swiper-slide img {width: 100%;height: auto;display: block; transition: 0.3s;}
#section02 .gallSlider .swiper-slide:hover img{transform:scale(1.1);}
#section02 .gallSlider .swiper-slide .more {position: absolute;top: 50%; left: 50%;  transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; text-align: center; background-color: var(--co01); color: #fff;  padding: 15px; border-radius: 50%; aspect-ratio:1; font-size: 0.9rem; opacity: 0; transition: 0.3s;}
#section02 .gallSlider .swiper-slide:hover .more {opacity: 1;}

/* section03 */
#section03{padding-block:120px;}
#section03 .tit-wrap{text-align: center;}
#section03 .tit-wrap p{font-size: 1.75rem; color: #444; padding-top: 25px;}
#section03 .sec03-con{padding-top: 70px;}
#section03 .sec03-con .item-grid {display: flex; flex-direction: column;gap: 60px;}
#section03 .sec03-con .item-row {display: flex; align-items: center; justify-content: space-between;gap: 4.1667vw;}
#section03 .sec03-con .item-row.reverse {flex-direction: row-reverse;}
#section03 .sec03-con .item-row.reverse .reverse-item{display: flex; justify-content: flex-end; text-align: right;}
#section03 .sec03-con .item-img{width: 50%;}
#section03 .sec03-con .item-img img {width: 100%;border-radius: 12px; object-fit: cover;}
#section03 .sec03-con .item-text {flex: 1;}
#section03 .sec03-con .item-text .item-txt{width: 70%;}
#section03 .sec03-con .item-num {display: flex; justify-content: flex-end;font-size: 9.375rem; font-weight: 800; color: #f5c9a4;}
#section03 .sec03-con .item-row.reverse .item-num{justify-content: flex-start;}
#section03 .item-title {font-size: 2.125rem;font-weight: bold; color: #ff6f00; position: relative;z-index: 1;}
#section03 .item-desc {font-size: 1.25rem; margin-top: 10px; line-height: 1.6; color: #333;}

/* section04 */
#section04{padding-block:80px;}
#section04 .tit-wrap{text-align: center;}
#section04 .main-map{width: 100%; padding-top: 65px;}
#section04 .main-map iframe{height: 500px;}
#section04 .map-con{width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding-top: 25px;}
#section04 .map-con > div{width: 47%; border-radius:20px; display: flex; align-items: center; height: 14vh; font-size: 1.3rem; font-weight: 500; padding: 0.75rem 2.125rem; gap:0 1.563rem;}
#section04 .map-con .map-address{background: var(--co01); color: #fff;}
#section04 .map-con .map-address .map-icon{padding: 15px; aspect-ratio:1; background: #fff; border-radius:50%;}
#section04 .map-con .map-address .map-info li:not(:last-child){margin-bottom: 15px;}
#section04 .map-con .map-phone{flex-wrap: wrap; background: #f7f7f7;}
#section04 .map-con .map-phone dl{display: flex; gap:15px;}
#section04 .map-con .map-phone dl dt{color: var(--co01);}
#section04 .map-con .map-phone dl dd{color: #000;}

/* footer */
#footer{background: #333333; color: #fff; padding-block:50px; font-size: 1rem;}
#footer .inner{display: flex; justify-content: space-between;}
#footer .info-wrap > a{font-size: 1.125rem; color: #fff;}
#footer .info-wrap .company{display: flex; gap:1.25rem; padding-top: 25px;}
#footer .info-wrap .company dl{display: flex; gap:0.75rem;}
#footer .info-wrap .company dl dt{font-weight: 500;}
#footer .info-wrap .company dl dd{font-weight: 400;}
#footer .copy{color: rgb(255,255,255,.5); padding-top: 15px;}

/* ===sub======================================= */
#sub_contents{padding: 100px 0;}

#sub_visual_wrap{position: relative; line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); width: 100%;}
#sub_visual_wrap .txt_wrap h2{font-size: 3.438rem; color: #fff; font-weight: 700;text-align: center; margin-bottom: 40px;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: center;gap:35px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 18px; color: #fff; font-weight: 300;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{content:'';position: absolute; left: -20px; top: 50%; transform:translateY(-50%); width: 4px; height: 4px; background: #fff; border-radius:50%;}

/* sub0101_wrap */
.sub0101_wrap h4 {display:flex; align-items: center; font-size: 30px; color:#222; margin-bottom: 50px;}
.sub0101_wrap h4 img {padding-right: 10px;}
.sub0101_wrap .con_box {padding:40px 0; background: url(/images/sub/sub0101_img01.jpg) no-repeat center; border-radius: 20px; }
.sub0101_wrap .con_box p {text-align: center; line-height: 40px; font-size: 24px; color:#fff;}

/* sub0102_wrap */
.sub0102_wrap h4 {display:flex; align-items: center; font-size: 30px; color:#222; margin-bottom: 50px;}
.sub0102_wrap h4 img {padding-right: 10px; }
.sub0102_wrap .con_box {display: flex; gap:50px;}
.sub0102_wrap .con_box img {width:50%; height:100%; border: 3px solid #ddd; box-shadow: 2px 2px 20px rgb(9 38 70 / 12%);}
.sub0102_wrap .con_box p {font-size:24px; line-height: 40px;}

.sub0102_wrap .history_wrap {position: relative; width: 100%; margin:100px 0;}
.sub0102_wrap .history_wrap p.line {position: absolute; content: ''; width: 1px; height: 100%; top: auto; left: 50%; z-index: -1; background: #ddd;}
.sub0102_wrap .history_wrap .right {margin-left: 50%; margin-bottom: 80px; display:flex;}
.sub0102_wrap .history_wrap .right:last-child {margin-bottom: 0;}
.sub0102_wrap .history_wrap .left {margin-right: 50%; margin-bottom: 80px; text-align: right; display:flex; flex-direction: row-reverse;}
.sub0102_wrap .history_wrap .left:last-child {margin-bottom: 0;}
.sub0102_wrap .history_wrap h5.year {font-size: 27px; color: #ff811b; font-weight: 800; position: relative; padding-left: 30px; margin-bottom: 30px; margin-top: -10px;}
.sub0102_wrap .history_wrap h5.year:before {position: absolute; content: ''; width: 20px; height: 20px; background: #fff; border-radius: 50%; 
border: 5px solid #ff811b; top: 12px; left: -9px;}
.sub0102_wrap .history_wrap .left h5.year {padding-left: 0; padding-right: 30px;}
.sub0102_wrap .history_wrap .left h5.year:before {left: auto; right: -11px;}
.sub0102_wrap .history_wrap ul.his_li01 {padding-left: 30px;}
.sub0102_wrap .history_wrap .left ul.his_li01 {padding-left: 0; padding-right: 30px; }
.sub0102_wrap .history_wrap ul.his_li01 > li {position: relative;margin-bottom: 30px;}
.sub0102_wrap .history_wrap ul.his_li01 li:last-child {margin-bottom: 0;}
.sub0102_wrap .history_wrap ul.his_li01 li span.month {position: absolute;top: 0;left: 0px;font-size: 20px; color: #333; font-weight: 600; margin-top: -5px;}
.sub0102_wrap .history_wrap .left ul.his_li01 li span.month {left: auto;right: 0;}
.sub0102_wrap .history_wrap ul.his_li01 li ul.his_li02 {width: 100%; margin-bottom: 20px;}
.sub0102_wrap .history_wrap ul.his_li01 li ul.his_li02:last-child {margin-bottom: 0;}
.sub0102_wrap .history_wrap ul.his_li01 li ul.his_li02 li {margin-bottom: 10px;}
.sub0102_wrap .history_wrap ul.his_li01 li ul.his_li02 li.his_txt {font-size: 16px; color: #555; padding-left: 70px;}
.sub0102_wrap .history_wrap .left ul.his_li01 li ul.his_li02 li.his_txt {padding-left: 0; padding-right: 70px;}
.sub0102_wrap .history_wrap ul.his_li01 li ul.his_li02 li:last-child {margin-bottom: 0;}

/* sub0103_wrap */
.sub0103_wrap h4 {display:flex; align-items: center; font-size: 30px; color:#222; margin-bottom: 50px;}
.sub0103_wrap h4 img {padding-right: 10px;}
.sub0103_wrap ul {display:flex; gap: 50px; }
.sub0103_wrap ul li.map_box .root_daum_roughmap {width:100%;}
.sub0103_wrap ul li span {display: inline-block; width: 120px; height: 60px; font-size: 24px; font-weight: 600; color:#ff811b; line-height: 40px;}
.sub0103_wrap ul li p {display: inline-block; font-size: 24px; }

/* sub0201 */
.sub_common_wrap h3{font-size: 2.25rem; color: #666;}
.sub_common_wrap .slide_custom_container{display: flex; justify-content: space-between; max-width:1400px; margin: 0 auto;}
.sub_common_wrap .slide_custom_container > div{width: calc(50% - 20px); margin: 0;}
.sub_common_wrap .slide_custom_container .mainImageWrap img{width: 100%;}
.sub_common_wrap .slide_custom_container .subSwiper_wrap{width: 48%; display: flex; flex-direction: column; justify-content: space-between;}
.sub_common_wrap .slide_custom_container .swiper img{width: 100%; opacity: .7;}
.sub_common_wrap .slide_custom_container .swiperTxt{padding-top:30px; }
.sub_common_wrap .slide_custom_container .swiperTxt p{font-size: 1.375rem; color: #666; padding-top: 25px; line-height: 1.5; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5; overflow: hidden; text-overflow: ellipsis;}

.sub_common_wrap .con_row{margin-top: 120px;}
.sub_common_wrap .setting_progress_box {display: flex;gap: 28px;}
.sub_common_wrap .setting_progress_box .box {width: calc((100% - 24px) / 4);  position: relative; text-align: center;}
.sub_common_wrap .setting_progress_box .box .img {width: 100%;}
.sub_common_wrap .setting_progress_box .box .img img {width: 100%;height: 100%; object-fit: cover;}
.sub_common_wrap .setting_progress_box .box .progress_box {position: relative; z-index: 1; padding-top: 73px;}
.sub_common_wrap .setting_progress_box .box .progress_box .dot { background-color: #EFEFFB; position: relative; width: 13px; height: 13px; border-radius: 50%; transition: all 0.3s ease; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.sub_common_wrap .setting_progress_box .box .progress_box .bar { position: absolute; width: 0%; height: 2px; left: 50%; top: 50%; transform: translateY(-50%); background: #dddddd; z-index: -1; transition: all 0.3s ease; }
.sub_common_wrap .setting_progress_box .box:not(:last-child) .progress_box .bar { width: calc(100% + 28px); }
.sub_common_wrap .setting_progress_box .box .alt_box .tit { font-size: 22px; color: #333; font-weight: 600; line-height: 1.4em; letter-spacing: -0.03em; transition: all 0.3s ease; opacity: 0.3; }
.sub_common_wrap .setting_progress_box .box .alt_box .alt { margin-top: 10px; font-size: 22px; color: #555; font-weight: 400; opacity: 0.3; transition: all 0.3s ease; }
.sub_common_wrap .setting_progress_box .box.active .progress_box .dot {background-color: var(--co01);}
.sub_common_wrap .setting_progress_box .box.active .progress_box .dot::after { content: '';  position: absolute; width: 210%;  height: 210%;  left: 50%;  top: 50%; transform: translate(-50%, -50%);  background-color: var(--co01);  opacity: 0.3;  filter: blur(4.5px); transition: all 0.3s ease;}
.sub_common_wrap .setting_progress_box .box.active .alt_box .tit {color: var(--co01); opacity: 1;}
.sub_common_wrap .setting_progress_box .box.active .alt_box .alt {opacity: 1;}
.sub_common_wrap .setting_progress_box .box .progress_box .bar .fill {position: absolute; width: 0%; height: 1px;  background-color: var(--co01);  display: none;}
.sub_common_wrap .setting_progress_box .box.active .progress_box .bar .fill { animation: fillAnimation 3s linear forwards;}
@keyframes fillAnimation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.sub_common_wrap .gallery_wrap{margin-top: 190px; overflow: hidden; padding-bottom:160px;}
.sub_common_wrap .previewSwiper.swiper{overflow: visible;}
.sub_common_wrap .previewSwiper {margin-top: 150px;}
.sub_common_wrap .previewSwiper .swiper-slide {border-radius: 16px; transition: transform 0.5s ease, box-shadow 0.5s ease;}
.sub_common_wrap .previewSwiper .swiper-slide-active{z-index: 10;}
.sub_common_wrap .previewSwiper .swiper-slide-active img{transform:scale(1.5); box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);}
.sub_common_wrap .previewSwiper .swiper-slide img {width: 100%;display: block; border-radius: 40px; transition: transform 0.5s ease, box-shadow 0.5s ease; }
.sub_common_wrap .previewSwiper .swiper-button-prev{background: url('/images/sub/sub0201_prev.png')center no-repeat; background-size:cover; width: 70px; height: 70px; color: transparent; left: 15%;}
.sub_common_wrap .previewSwiper .swiper-button-next{background: url('/images/sub/sub0201_next.png')center no-repeat; background-size:cover; width: 70px; height: 70px; color: transparent; right: 15%;}

.sub0601_wrap .lem_tbl{width: 100%;}
.sub0601_wrap .lem_tbl thead{border-top: 2px solid var(--co01);}
.sub0601_wrap .lem_tbl tr th{font-size: 16px; color: #222; padding-block:15px;}
.sub0601_wrap .lem_tbl tr{border-bottom: 1px solid #ddd; text-align: center;}
.sub0601_wrap .lem_tbl tr td{font-size: 14px; color: #555; padding-block:10px;}
/* 일반게시판_list */
:root{
	--bg01: #2bacf0;
	--co01: #ff811b;
}

.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.basic_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;}
.basic_bd02 .search_box .input_wrap input{width: 558px; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 35px 50px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 70px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 36px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 17px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 280px);margin-left: 60px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 15px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 25px;line-height: 23px;border: 1px solid #eee;padding: 0 15px;font-size: 14px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 23px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 17px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.basic_bd02 .news-list ul li .txt_box p.mob_date{display: none;}
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 1;}

/* 일반게시판_view */
.basic_bd01_view .inner{width: 1650px;}
.basic_bd01_view .tit_box{padding-bottom: 50px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 24px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 36px; margin: 20px 0px 30px	; font-weight: 700;color: #000; word-break: break-word;}
.basic_bd01_view .tit_box span{font-size: 18px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 80px 20px;}
.basic_bd01_view .view_box img{margin-bottom: 80px;}
.basic_bd01_view .view_box p{font-size: 18px; color: #000;word-break: break-word;}
.basic_bd01_view .file_box{padding: 22px 35px;background: #f9f9f9; margin-top: 40px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:10px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;align-items: flex-start;gap:20px 10px; width: 32%;}
.basic_bd01_view .file_box ul li img {margin-bottom: 0;}
.basic_bd01_view .file_box ul li em{display: block;}
.basic_bd01_view .file_box ul li a{font-size: 15px; color: #444;transition:.3s;border-bottom: 1px solid transparent;}
.basic_bd01_view .file_box ul li a:hover{border-bottom: 1px solid #444;}
.basic_bd01_view .view_btn_box{display: flex; justify-content:space-between;align-items:center;padding: 50px 0px 20px; border-top: 1px solid #dcdcdc;}
.basic_bd01_view .view_btn_box .arr{display: flex;align-items:center;gap:20px;}
.basic_bd01_view .view_btn_box .arr p{font-size: 18px; color: #000;width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 72px; height: 72px; border:1px solid var(--bg01); border-radius:10px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.basic_bd01_view .view_btn_box .back:hover{background: url(/images/sub/basic_bd01_icon06_2.png)center no-repeat var(--bg01);}
.basic_bd01_view .view_btn_box .back:hover img{display: none;}

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {display: flex; gap: 80px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 32%;}
.gallery_bd02 .con ul.img_li li .img_wrap {position: relative; width: 100%; height: 0; overflow: hidden; margin: 0 auto; border-radius: 10px; padding-bottom: 65.559%;}
.gallery_bd02 .con ul.img_li li .img_wrap img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.2s linear; overflow: hidden;}
.gallery_bd02 .con ul.img_li li .img_wrap img:hover {transform: scale(1.1);}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 20px; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 20px; color:#222; font-weight: 600;word-break: break-word;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 1px solid #ddd; font-size: 16px; color: #444; padding-top: 16px; margin-top: 16px;}
.gallery_bd02 .con ul.img_li {gap: 45px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.gallery_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;}
.gallery_bd02 .search_box .input_wrap input{width: 558px; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}


