/* 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'); 
 }
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
/* font-family: "Noto Serif KR", serif; */

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 200;
  src: url(/font/SUIT-Thin.otf) format('opentype');
  src: url(/font/SUIT-Thin.otf) format('opentype'),
       url(/font/SUIT-Thin.ttf) format('truetype');
}

@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; word-break:keep-all;}
*, *: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;}

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

:root {--co01: #1d581d; }

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%; min-width: 1600px;  margin: 0 auto; overflow: hidden;}
.inner{width: 1400px; margin: 0 auto; max-width:100%;}

/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; z-index: 7000; line-height: 1;transition:.4s;}
#header .inner{display: flex; align-items: center; justify-content: space-between;width: 1723px; height: 100px;}
#header h1 a{display: block; background: url(/images/main/main_logo01_pc.png)center no-repeat; width: 147px; height: 75px;  background-size: cover;transition:.4s;}	
#header .gnb_wrap ul.gnb{display: flex;transform: translateX(-57px);}
#header .gnb_wrap ul.gnb li a{display: block;padding: 41px 30px;font-size: 17px; color: #fff; font-weight: 500;transition:.4s;}
#header .menu_btn{position: relative;display: block;width: 27px; height: 16px;}
#header .menu_btn span{display: block; width: 18px; height: 2px; background: #fff;margin-left: auto;}
#header .menu_btn span::after{content:'';position: absolute; top: 0; right: 0; width: 100%; height: 2px; background: #fff;transition:.4s;}
#header .menu_btn span::before{content:'';position: absolute; bottom: 0; right: 0; width: 100%; height: 2px; background: #fff;transition:.4s;}
#header .nav_btn{display: none;}

#header.on{background: #fff;}
#header.on .gnb_wrap ul.gnb li a{color: #222;}
#header.on h1 a{background: url(/images/main/main_logo01_on_pc.png)center no-repeat; width: 147px; height: 75px;  background-size: cover;}
#header.on .menu_btn span{display: block;width: 18px; height: 2px; background: #fff;margin-left: auto;}
#header.on .menu_btn span::after{content:'';position: absolute; top: 8px; right: 0; width: 28px; height: 2px; background: #222;transform: rotate(45deg);}
#header.on .menu_btn span::before{content:'';position: absolute; bottom: 6px; right: 0; width: 28px; height: 2px; background: #222;transform: rotate(-45deg);}

.all_menu_wrap{display: none;position: absolute;left: 0; top: 100px;width: 100%;  line-height: 1;z-index: 4000; background: #fff; opacity: 0.92;}
.all_menu_wrap .all_menu{display: flex;padding: 30px 0 40px;}
.all_menu_wrap .all_menu li{flex:1; padding-left: 30px;}
.all_menu_wrap .all_menu li:not(:last-child){border-right: 1px solid #ddd;}
.all_menu_wrap .all_menu li .all_sub_menu:not(:last-child){margin-bottom: 40px;}
.all_menu_wrap .all_menu li .all_sub_menu h2{font-size: 19px; color: #222; font-weight: 600;margin-bottom: 20px;}
.all_menu_wrap .all_menu li .all_sub_menu a{display: block;font-size: 16px; color: #555;}
.all_menu_wrap .all_menu li .all_sub_menu a:not(:last-child){margin-bottom: 20px;}

.navigation{display: none;}

#header .inner .right{display:flex;gap:30px;}
#header .inner .right a{color:#fff; font-size:17px; }
#header .inner .right span{color:#fff; font-size:17px; }
#header .inner .right_i { display:flex; gap:10px;}
#header.on .inner .right a{color:#222; font-size:17px; }
#header.on .inner .right span{color:#222; font-size:17px; }

/* visual_wrap */
#visual_wrap{position: relative;}
#visual_wrap .video_wrap{width: 100%; height: 100vh;}
#visual_wrap .iframe-wrap{padding:56.25% 0 0 0;position:relative;}
#visual_wrap .video_wrap video,
#visual_wrap .video_wrap iframe{width: 100%; height: 100%; object-fit:cover; position:absolute;top:0;left:0;}
#visual_wrap .txt_wrap{position: absolute; opacity: 1; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 100%; z-index: 1;}
#visual_wrap .txt_wrap p{text-align: center;font-size: 75px; line-height: 100px; color: #fff; font-weight: 700;font-family: "Noto Serif KR", serif; text-shadow: 2px 2px 4px #222, -2px -2px 4px #333;}
#visual_wrap li.slick-active .txt_wrap{animation: visAni ease 2s forwards;}
@keyframes visAni{
0%{opacity: 0; top: 60%;}
100%{opacity: 1; top: 50%;}
}

#section_wrap{position: relative;}
#section_wrap .line{width: 1px; height: 100%;background: #eaeaea; z-index: -1;}
#section_wrap .line01{position: absolute; top: 0; left: 100px; display: none;}
#section_wrap .line02{position: absolute; top: 0; right: 100px; display: none;}
#section_wrap .line03{position: absolute; top: 0; left: 50%; transform:translateX(-50%); display: none;}

.section{line-height: 1;}
.section .tit span{display: block;font-family: "Noto Serif KR", serif; font-size: 16px; color: #bf9c68; font-weight: 700;margin-bottom: 20px;}
.section .tit p{font-size: 60px; color: #222; font-weight: 700;}

.section .slide_items{display: flex;gap:40px;align-items: center;}
.section .slide_items .numcount{display: flex;gap:35px;align-items: center;}
.section .slide_items .numcount span{font-size: 15px; color: rgba(0,0,0,.5); font-weight: 600;}
.section .slide_items .numcount span.now{position: relative;color: #222;}
.section .slide_items .numcount span.now::after{content:'/';position: absolute; right: -21px; top: 50%; transform:translateY(-50%);font-size: 15px; color: rgba(0,0,0,.5); font-weight: 600;}
.section .slide_items .arr_wrap{display: flex;gap:30px;}
.section .slide_items .arr_wrap a{display: block;}



/* section01 */
#section01{padding: 150px 0px 90px 0px;}
#section01 .top{width:380px; display: flex; align-items: flex-end; justify-content: space-between; margin: 0 0 55px 0;}
#section01 .top .left{display: flex; align-items: flex-end; gap:90px;}
#section01 .top .left strong{font-size: 18px; color: #666; font-weight: 400; line-height: 32px;}

#section01 .con_wrap{display: flex; gap:56px;}
#section01 .con_wrap .tab-menu-wrap{margin-top: 93px;}
#section01 .con_wrap .tab-menu-wrap a{display: flex; align-items: center; justify-content: space-between; width: 240px; height: 65px;padding: 25px; transition:.4s;color: var(--co01);font-size: 20px; font-weight: 600;opacity: .4;background: transparent; border-radius:5px;}
#section01 .con_wrap .tab-menu-wrap a:not(:last-child){margin-bottom: 10px;}
#section01 .con_wrap .tab-menu-wrap a.on{background: #f1f2f3;opacity: 1;}

#section01 .con_wrap .tab-container{width: calc(100% - 296px);}
#section01 .con_wrap .sec01_slide .slick-list{padding-bottom: 60px;width: calc(100% + 35px);}
#section01 .con_wrap .sec01_slide li{position: relative;margin-right: 35px;}
#section01 .con_wrap .sec01_slide li::after{opacity: 0;content:'';position: absolute; top: -12px; left: -17px; width: 574px; height: 642px; background: url(/images/main/sec01_bg01_pc.png)center no-repeat;background-size: cover;z-index: -1;transition:.4s;}
#section01 .con_wrap .sec01_slide .img_wrap{width: 100%;}
#section01 .con_wrap .sec01_slide .img_wrap img{width: 100%; clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 60px);}
#section01 .con_wrap .sec01_slide .h_img_wrap{position: absolute;top: 0; left: 0;opacity: 0;transition:.4s;}
#section01 .con_wrap .sec01_slide .h_img_wrap img{width: 100%; }
#section01 .con_wrap .sec01_slide .txt_wrap{position: absolute;bottom: 0; left: 0;width: 100%; padding: 20px 35px;transition:.4s; background: rgb(29,88,29,.8); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);}
#section01 .con_wrap .sec01_slide .txt_wrap span{display: block;font-family: "Noto Serif KR", serif;font-size: 16px; color: #fff;font-weight: 700;}
#section01 .con_wrap .sec01_slide .txt_wrap p{font-size: 25px; color: #fff; font-weight: 700;padding: 10px 0;transition:.4s; line-height: 1.3; word-break:keep-all; white-space: nowrap;}
#section01 .con_wrap .sec01_slide .txt_wrap em{display: inline-block;font-size: 16px; color: #fff; font-weight: 600;padding-bottom: 3px; border-bottom: 2px solid #fff;}
#section01 .con_wrap .sec01_slide .txt_wrap strong{display: none;font-size: 14px;color: rgba(255,255,255,.6);line-height: 28px;font-weight: 400;margin-bottom: 40px;word-break:keep-all;overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap:break-word;}		

#section01 .con_wrap .sec01_slide li:hover .txt_wrap{height: 100%;padding: 60px 40px; background: rgb(0,0,0,.9); clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 60px);}
#section01 .con_wrap .sec01_slide li:hover .txt_wrap p{padding: 20px 0px 30px;}
#section01 .con_wrap .sec01_slide li:hover .txt_wrap strong{display: -webkit-box; }

/* section02 */
#section02{position: relative;padding: 150px 0px 60px 0px;}
#section02::after{content:'';position: absolute; top: 0; left: 100px; background: url(/images/main/sec02_bg01_pc.png)center no-repeat; background-size: cover; width: 1398px; height: 134px;}
#section02 .con_wrap{display: flex;}
#section02 .left{width: 330px;}
#section02 .left .tit{margin-bottom: 60px;}
#section02 .slide_wrap{width: calc(100% - 330px);}
#section02 .sec02_slide .slick-list{padding-bottom: 90px;width: calc(100% + 40px);}
#section02 .sec02_slide .slick-track{margin: 0;}
#section02 .sec02_slide li{position: relative;margin-right: 40px; width: 480px; height: 360px;}
#section02 .sec02_slide li:nth-child(odd){margin-top: 60px;}
#section02 .sec02_slide li .img_wrap{}
#section02 .sec02_slide li .img_wrap img{width: 100%;}
#section02 .sec02_slide li .txt_wrap{position: absolute; bottom: 0; right: 0;background: #fff;padding: 30px; border:1px solid var(--co01);width: 90%;box-shadow:4px 40px 45px rgba(0,0,0,.1);}
#section02 .sec02_slide li .txt_wrap::after{content:'';opacity: 0;position: absolute; top: 0; left: -1px; z-index: 100;width: calc(100% + 2px); height: calc(100% + 1px); border:3px solid #bf9c68;transition:.4s;}
#section02 .sec02_slide li:hover .txt_wrap::after{opacity: 1;}
#section02 .sec02_slide li .txt_wrap p{font-size: 24px; color: #bf9c68;font-weight: 600;} 
#section02 .sec02_slide li .txt_wrap span{font-size: 18px; color: #222; line-height: 26px;margin: 20px 0px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;word-break:keep-all;}
#section02 .sec02_slide li .txt_wrap em{display: block;padding-top: 30px; font-size: 16px; color: #888; border-top: 1px solid #ddd;}

/* section03 */
#section03{position: relative; padding:0px 0px 150px 0px;}
#section03::after{content:'';position: absolute; top: 0; left: 0;width: 100%; height: 100%; z-index: -10;}
#section03 .con_wrap{position: relative;height: 680px;margin-top: 50px;}
#section03 .con_wrap .arr_wrap02{position: absolute;top: 0;left: 0;display: flex; z-index: 1000;}
#section03 .con_wrap .arr_wrap02 a{display: flex; align-items: center; justify-content: center;width: 80px; height: 80px; background: #fff;	border:1px solid #ddd;}
#section03 .con_wrap .arr_wrap02 a:last-child{transform:translateX(-1px);}

#section03 .con_wrap .con{position: relative;}
#section03 .con_wrap .txt_wrap{position: relative;display: flex;flex-direction: column;gap:80px; width: 900px; height: 530px;background: var(--co01);z-index: 1;padding: 40px 80px 80px;margin-top: 150px; z-index: 2;}
#section03 .con_wrap .txt_wrap .top{display: flex; align-items: center; justify-content: space-between;}
#section03 .con_wrap .txt_wrap .top .slide_items span{color: rgba(255,255,255,.5);}
#section03 .con_wrap .txt_wrap .top .slide_items span.now{color: rgba(255,255,255,1);}
#section03 .con_wrap .txt_wrap .top .slide_items .numcount span.now::after{color: rgba(255,255,255,.5);}
#section03 .con_wrap .txt_wrap .top .more_btn{display: flex;align-items: center;gap:20px;}
#section03 .con_wrap .txt_wrap .top .more_btn p{font-size: 20px; color: #fff; font-weight: 700; font-family: "Noto Serif KR", serif;}
#section03 .con_wrap .txt_wrap .top .more_btn em{position: relative;display: block; width: 90px; height: 90px; border:1px solid #fff; background: transparent; border-radius:50%;overflow: hidden;transition:.4s;}
#section03 .con_wrap .txt_wrap .top .more_btn em img.more{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);transition:.4s;}
#section03 .con_wrap .txt_wrap .top .more_btn em img.more_on{position: absolute; top: 50%; left: -30%; transform:translate(-50%,-50%);transition:.4s;}
#section03 .con_wrap .txt_wrap .top .more_btn:hover em{background: #fff;}
#section03 .con_wrap .txt_wrap .top .more_btn:hover em img.more{left: 150%; }
#section03 .con_wrap .txt_wrap .top .more_btn:hover em img.more_on{left: 50%;}

#section03 .con_wrap .txt_wrap .bot p{font-size: 35px;font-weight: 700;color: #fff; line-height: 50px; margin-bottom: 30px; word-break:keep-all;}
#section03 .con_wrap .txt_wrap .bot span{font-size: 18px; color: rgba(255,255,255,.6); line-height: 32px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap:break-word;word-break:keep-all;}

#section03 .con_wrap .img_box{position: absolute; right: 0; bottom: 100px;width: 1039px;z-index: -1;}
#section03 .con_wrap .img_wrap{position:relative; width:100%; padding-bottom:55.823%; opacity: 0.6;}
#section03 .con_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

/* quick */
/* .quick_wrap{display: none;position: fixed;right: 0px; bottom: 50px;z-index: 9999;line-height: 1;}
.quick_wrap.rel{position: absolute;bottom: 255px;}
.quick_wrap ul li{background: url(/images/main/quick_bg01-1_pc.png)center no-repeat; width: 100px; height: 100px; background-size: cover;}
.quick_wrap ul li:not(:last-child){margin-bottom: 10px;}
.quick_wrap ul li a{display: flex;justify-content: center; align-items: center; flex-direction: column;gap:10px;height: 100%;transition:.3s;}
.quick_wrap ul li p{font-size: 14px; color: var(--co01); font-weight: 700;}
.quick_wrap ul li img{transition:.4s;}
.quick_wrap ul li:hover img{transform:translateY(-5px);}  */

/* quick */
.quick_wrap{display: none;position: fixed; right: 30px; bottom: 50px;z-index: 9999;line-height: 1;}
.quick_wrap.rel{position: absolute;bottom: 255px;}
.quick_wrap ul {padding: 20px; background: #fff; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); border-radius: 100px;}
.quick_wrap ul li{height: 120px;}
.quick_wrap ul li:not(:last-child){border-bottom: 1px dashed #ddd;}
.quick_wrap ul li a{display: flex;justify-content: center; align-items: center; flex-direction: column;gap:10px;height: 100%;transition:.3s;}
.quick_wrap ul li p{font-size: 14px; color: var(--co01); font-weight: 700;}
.quick_wrap ul li img{transition:.4s;}
.quick_wrap ul li:hover img{transform:translateY(-5px);}

/* footer */
#footer{line-height: 1; background: var(--co01); padding: 50px 0px;}
#footer .inner{display: flex;align-items: center;gap:60px;}
#footer address p{font-size: 14px; color: rgba(255,255,255,.7);}
#footer address p b{display: inline-block;width: 1px; height: 10px;background: rgba(255,255,255,.2);margin: 0px 10px;}
#footer address p.copy{color: rgba(255,255,255,.2); margin-top: 20px;}

/* ======sub============================== */

#sub_visual_wrap{width: 100%; line-height: 1; position: relative;}
#sub_visual_wrap .sub_txt{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); width: 100%; }
#sub_visual_wrap .sub_txt h2{text-align: center;font-size: 60px; color: #fff; font-weight: 700; }
#sub_visual_wrap .sub_txt ul{display: flex; align-items: center; justify-content: center; gap:34px; margin-top: 50px;}
#sub_visual_wrap .sub_txt ul li{position: relative;font-size: 19px; color: #fff; font-weight: 300;}
#sub_visual_wrap .sub_txt ul li:not(:last-child)::after{content:'';position: absolute; top: 50%; right: -20px; transform:translateY(-50%); width: 4px; height: 4px; background: #fff; border-radius:50%;}

/* tab_menu */
.tab_menu{position: absolute; right: 0; bottom: 0;display: block; width:calc(100% - 260px); height:80px; background:#fff; border-top: none; line-height: 1;}
.tab_menu .inner{position:relative; display: flex; width: 100%; height:100%;}
.tab_menu a.home{position: relative;display: block;width: 85px; height: 100%; background: url(/images/sub/home_pc.png)center no-repeat var(--co01); }
.tab_menu .menu {display: flex; height:100%;}
.tab_menu .menu > li {position:relative; min-width:360px; height:100%; }
.tab_menu .menu > li::before{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 40px; background: #ddd;}
.tab_menu .menu > li::after{content:'';position: absolute; top: 50%; transform:translateY(-50%); right: 20px;background:url("/images/sub/tab_bt_pc.png") center no-repeat; width: 10px; height: 6px; background-size: cover;transition:.4s;}
.tab_menu .menu > li.on::after{transform:translateY(-50%) rotate(180deg); }
.tab_menu .menu > li > a {display:flex; align-items:center; padding: 0 30px; width:100%; height:100%; font-size: 17px; color:#222; font-weight: 500; line-height:1.2; box-sizing:border-box; word-break:keep-all;}
.tab_menu .menu > li ul {display:none; position:absolute; width:100%; top:100%; left:-1px; padding:25px 0; box-sizing:content-box; background-color:#f7f7f7; z-index:10;}
.tab_menu .menu > li ul li ~ li { margin-top:25px;}
.tab_menu .menu > li ul li a {display:flex; align-items:center; position:relative; font-size:16px; color:#222; padding:0 25px;}

#sub_contents{padding: 150px 0px;}
#sub_contents .contop{line-height: 1; margin-bottom: 80px;}
#sub_contents .contop h4{font-size: 46px; color: #222; font-weight: 600;text-align: center;}

h5.h5_tit{font-size: 32px; color: #222; position: relative; margin-bottom: 20px; padding-left: 14px;}
h5.h5_tit:before{position: absolute; content: ''; width: 4px; height: 30px; background: #0d300d; top: 10px; left: 0; }

h6.h6_tit{font-size: 25px; color: #0d300d; margin-bottom: 10px;}

h4.sub_tit {font-size: 20px; font-weight: 550; padding-left: 20px; position: relative; margin-bottom: 15px; color: #222;}
h4.sub_tit::before {position: absolute; content:""; width: 20px; height: 20px; background: url(/images/sub/h4_tit.png)no-repeat; left: 0; top: 6px;}

ul.dot_list li{position: relative; padding-left:10px;}
ul.dot_list li:before{position: absolute; content: ''; width: 3px; height: 3px; background: #0d300d; border-radius:50%; left: 0; top: 9px;}

ul.list01 li {position: relative; padding-left: 14px; font-size: 16px; color: #222; margin-bottom: 5px;}
ul.list01 li::before {position: absolute; content:""; width: 4px; height: 4px; left: 0; top: 10px; background: #0d300d; border-radius: 50%;}
ul.list01 li:last-child {margin-bottom: 0;}

table.tbl01{width: 100%; border-top: 2px solid #0d300d; border-bottom: 2px solid #0d300d;}
table.tbl01 th{font-size: 16px; color: #222; font-weight: 500; padding: 15px; background: #f7f8f9; border: 1px solid #ddd;}
table.tbl01 td{padding: 15px; border: 1px solid #ddd;}
table.tbl01 td.bg_td{text-align: center; background: rgba(13, 48, 13, 0.05); color: #0d300d; font-size: 16px; }

span.add_txt{font-size: 15px; color: #666; display: block; margin-top: 10px;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .top_txt{position: relative;padding-bottom: 150px;}
.sub0101_wrap .top_txt::after{content:'';position: absolute; left: 50%; transform:translateX(-50%); top: 170px; width: 70px; height: 0px; background: #0d300d;/* transition:1s; */}
.sub0101_wrap .top_txt.on02::after{height: 2px; }
.sub0101_wrap .top_txt p{font-size: 24px; color: #222; font-weight: 500;text-align: center;}
.sub0101_wrap .top_txt p:nth-child(2){ margin-top: 30px;line-height: 48px;}
.sub0101_wrap .top_txt span{/* position: relative; */color: #0d300d;}
/* .sub0101_wrap .top_txt span::after{content:'';position: absolute; bottom: -5px;left: 0; background: rgba(13,48,13,.1); height: 14px; width: 0%;transition:1s;}
.sub0101_wrap .top_txt.on span::after{width: 100%;} */
.sub0101_wrap .con01{display: flex;align-items: center; gap:90px;}
.sub0101_wrap .con01 .img_con{position: relative;}
.sub0101_wrap .con01 .img_con::after{content:'';position: absolute; left: 0px; top: 0px; width: 500px; height: 600px; background: #f1f2f3; z-index: -1;transition:1s;}
.sub0101_wrap .con01.on .img_con::after{left: 40px; top: 40px; }
.sub0101_wrap .con01 .txt_con p{font-size: 18px; color: #222; line-height: 32px;margin-bottom: 35px; word-break:keep-all;}
.sub0101_wrap .con01 .txt_con strong{display: block;font-size: 20px; color: #222; font-weight: 600;}

.sub0101_wrap .con01 .txt_con .img_box{display:flex; align-items:center;}
.sub0101_wrap .con01 .txt_con .img_box img{margin-left:25px;}
/* 일반게시판_list */
:root{
	--bg01: #2bacf0;
}

.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%);}

/* sub0102 */
.sub0102_wrap {word-break:keep-all;}
.sub0102_wrap .sec01{margin-bottom: 80px;}
.sub0102_wrap .sec01 .con{width: 100%; display: flex; border: 1px solid #0d300d; background: #fafbfa; align-items: center; justify-content: center; padding: 30px; border-radius:50px; margin-bottom: 20px;}
.sub0102_wrap .sec01 .con:last-child{margin-bottom: 0;}
.sub0102_wrap .sec01 .con span{display: block; color: #0d300d; font-size: 24px; font-weight: 600;}
.sub0102_wrap .sec01 .con p{font-size: 17px; color: #666; margin-left: 20px;}

.sub0102_wrap .sec02 .box{display: flex; align-items: center; gap:50px; margin-bottom: 60px;}
.sub0102_wrap .sec02 .box:last-child{margin-bottom: 0;}
.sub0102_wrap .sec02 .box .txt {width: calc(100% - 850px);}
.sub0102_wrap .sec02 .box .txt strong{color: #222; font-size: 24px; display: block; margin-bottom: 40px; position: relative;}
.sub0102_wrap .sec02 .box .txt strong:before {position: absolute;content: "";width: 120px;height: 3px;left: -140px; top:50%; transform: translateY(-50%); background: #0d300d;}
.sub0102_wrap .sec02 .box .txt p{font-size: 17px; color: #222;}
.sub0102_wrap .sec02 .box .txt p i{display: block;}
.sub0102_wrap .sec02 .box02 {flex-direction: row-reverse; text-align: right;}
.sub0102_wrap .sec02 .box02 .txt strong:before{display: none;}
.sub0102_wrap .sec02 .box02 .txt strong:after{content: ""; width:120px; height:3px; position: absolute; right:-145px; top:50%; transform: translateY(-50%); background: #0d300d;}

/* sub0103 */
.sub0103_wrap .top{display: flex; gap:40px; margin-bottom: 80px;}
.sub0103_wrap .top .box{width:calc((100% - 80px)/3) ; position: relative;}
.sub0103_wrap .top .box a{position: relative; display: block; overflow: hidden;}
.sub0103_wrap .top .box a:after{content: ''; position: absolute; left:0; top:0; width:100%; height: 100%; background: linear-gradient(to top, rgba(0, 0, 0, .4), transparent);}
.sub0103_wrap .top .img_wrap img{width: 100%;}
.sub0103_wrap .top .txt_wrap{position: absolute; bottom: 0; padding:20px; color: #fff; z-index: 1; width: 100%; background: rgba(0,0,0,0.6); display: flex; justify-content: space-around; align-items: center;}
.sub0103_wrap .top .txt_wrap span{font-size: 20px;position: relative;}
/* .sub0103_wrap .top .txt_wrap span:after{content:''; width:2px; height:20px; position:absolute; left:150%; top:50%; transform:translateY(-50%); background:rgba(255,255,255,0.2);} */
.sub0103_wrap .top > div:nth-child(2) .txt_wrap span:after{position:absolute; left:135%;}
.sub0103_wrap .top .txt_wrap p{font-size: 32px; font-weight: 600; letter-spacing:0.5em;}
.sub0103_wrap .box_wrap{display: flex; flex-wrap:wrap; gap:40px;}
.sub0103_wrap .box_wrap .box{width: calc((100% - 80px)/3); border: 1px solid #ddd; padding: 30px; border-top: 2px solid #0d300d; border-bottom: 2px solid #0d300d;}
.sub0103_wrap .box_wrap .box .name{padding-bottom: 0px; margin-bottom: 0px; display: flex; flex-wrap:wrap; align-items:center; justify-content: center; gap:40px;}
.sub0103_wrap .box_wrap .box .name em.job {display: inline-block;color:#1d581d; font-size: 20px; font-weight: 700; position: relative;}
/* .sub0103_wrap .box_wrap .box .name em.job:after {position: absolute; content:''; width: 2px; height: 15px; background: rgba(0,0,0,0.2); top: 8px; left: 70px;} */
.sub0103_wrap .box_wrap .box .name p{font-size: 23px; color: #222; font-weight: 700; letter-spacing: 0.5em;}
.sub0103_wrap .box_wrap .box .name span{display: block; font-size: 15px; color: #666; margin-bottom: 3px;}
.sub0103_wrap .box_wrap .box ul li{margin-top: 5px; font-size: 15px; color: #0d300d;}

.sub0103_wrap .list_wrap {}
.sub0103_wrap .list_wrap .list_tab_wrap {}
.sub0103_wrap .list_wrap .list_tab_wrap ul.list_tab {margin-bottom: 30px;padding: 0px; list-style: none; display: flex; flex-wrap:wrap; gap:10px;}
.sub0103_wrap .list_wrap .list_tab_wrap ul.list_tab li{background: none; display: inline-block; cursor: pointer; width: calc((100% - 60px) / 7); border:1px solid #ddd; height: 50px; line-height: 50px; font-size: 18px; color:#999; text-align:center;}
.sub0103_wrap .list_wrap .list_tab_wrap ul.list_tab li.current{background: #e8eae7; border: 0px; color: #0d300d; font-weight: 600; }

.tab-con{display: none;}
.tab-con.current{display: inherit;}

/* sub0103_view */
.sub0103_view01_wrap{display: flex; gap:60px; background: url('/images/sub/sub0103_img01_new.jpg') no-repeat;}
.sub0103_view01_wrap.sub0103_view02_wrap{display: flex; gap:60px; background: url('/images/sub/sub0103_img02_new.jpg') no-repeat;}
.sub0103_view01_wrap.sub0103_view03_wrap{display: flex; gap:60px; background: url('/images/sub/sub0103_img03_new.jpg') no-repeat;}
.sub0103_view01_wrap .img{width: 450px;}
.sub0103_view01_wrap .img img{width: 100%;}
.sub0103_view01_wrap .img .name{border-left: 3px solid #0d300d; margin-top: 700px; padding-left: 20px;}
.sub0103_view01_wrap .img .name span{font-size: 18px; color: #222;}
.sub0103_view01_wrap .img .name p{font-size: 25spx; color: #222; font-weight: 700; margin-bottom: 5px;}
.sub0103_view01_wrap .img .name em{font-size: 15px; color: #666; display: inline-block; margin-right: 10px;}
.sub0103_view01_wrap .txt{width: calc(100% - 580px); background: #fff; border-top: 2px solid #0d300d; padding: 35px 50px; margin-top: 70px; box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1); word-break:keep-all;}
.sub0103_view01_wrap .txt button{display: block; border: 1px solid #0d300d; color: #0d300d; font-size: 20px; font-weight: 400; width: 36px; height: 36px; line-height: 31px; text-align: center; margin: 0 auto; margin-top: 30px;}
.sub0103_view01_wrap .box{margin-bottom: 40px;}
.sub0103_view01_wrap .box ul li{font-size: 15px; color: #666; margin-bottom: 10px;}
.sub0103_view01_wrap .box p{font-size: 18px; font-weight: 500; color: #222; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.sub0103_view01_wrap .box button{position: relative;}
.sub0103_view01_wrap .box button::after{content:'';position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 2px; height: 10px; background: #0d300d;transition:.4s;}
.sub0103_view01_wrap .box button::before{content:'';position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 10px; height: 2px; background: #0d300d;transition:.4s;}
.sub0103_view01_wrap .box button.on::after{transform:translate(-50%,-50%) rotate(90deg); }
.sub0103_view01_wrap .box2{background: #f7f8f9; padding: 30px; display: flex; gap:50px; justify-content: center;}
.sub0103_view01_wrap .box2 p{font-size: 18px; color: #222; }

/* sub0103_view01_2 */
.sub0103_view01_2_wrap{padding-top: 50px;}
/* .sub0103_view01_2_wrap .m_back_img{border:1px solid #222; background: url(/images/sub/sub0103_pro_bg2.jpg) no-repeat, url(/images/sub/sub0103_pro_bg02.png) no-repeat; width: 100%; height: auto; background-size: 100% 500px, auto; background-position: 0 212px, 0px 136px;} */
/* .sub0103_view01_2_wrap .m_view01_2_wrap .test{margin-top:-250px; border:1px solid red; height:50px;} */
/* .sub0103_view01_2_wrap .con1 {background: url(/images/sub/sub0103_pro_bg2.jpg)no-repeat, url(/images/sub/sub0103_pro_bg02.png)no-repeat; width: 100%; height: auto; background-size: 100% 350px, auto; background-position: 0 212px, 0px 136px;} */
.sub0103_view01_2_wrap .con:not(:last-child) {margin-bottom: 80px; /* border:1px solid red */;}
.sub0103_view01_2_wrap .box1 {/* border:3px solid #222; */ background: url(/images/sub/sub0103_pro_bg2.jpg)no-repeat, url(/images/sub/sub0103_pro_bg02.png)no-repeat; width: 100%; height: auto; background-size: 100% 350px, auto; background-position: 0 212px, 0px 136px;}
.sub0103_view01_2_wrap .box2 {/* border:3px solid pink; */ background: url(/images/sub/sub0103_pro_bg2.jpg)no-repeat, url(/images/sub/sub0103_pro_bg02.png)no-repeat; width: 100%; height: 500px; background-size: 100% 350px, auto; background-position: 0 158px, 0px 82px;}
.sub0103_view01_2_wrap .box2 {padding-top:170px; /* border:3px solid green; */}
.sub0103_view01_2_wrap .con1 > .inner {display: flex; flex-wrap:wrap; align-items: flex-end;}
.sub0103_view01_2_wrap .con1 .img_wrap {width: calc((100% - 0px) / 2); text-align:center;} 
.sub0103_view01_2_wrap .con1 .img_wrap {padding-left:50px:}
.sub0103_view01_2_wrap .con1 .info_wrap {width: calc((100% - 0px) / 2); padding: 100px 100px; /* border:3px solid yellow; */}
.sub0103_view01_2_wrap .con1 .info_wrap p.p_sub {font-size: 24px; color:var(--co01); font-weight: 600; margin-bottom: 10px;}
.sub0103_view01_2_wrap .con1 .info_wrap p.p_tit {font-size: 46px; color:#000; font-weight: 800; line-height: 1;}
.sub0103_view01_2_wrap .con1 .info_wrap p.p_em {font-size: 18px; color:#222; margin-top: 30px;}
.sub0103_view01_2_wrap .con1 .info_wrap p.p_em > span {color:#000; font-weight: 800; padding-right: 20px; display: inline-block;}

.sub0103_view01_2_wrap .con2 > .inner {display: flex; flex-wrap:wrap;}
.sub0103_view01_2_wrap .con2 .tit_wrap {width: calc(100% - 940px);}
.sub0103_view01_2_wrap .con2 .tit_wrap span.pro_tit {font-size: 32px; color:#222; font-weight: 700; position: relative; padding-left: 100px;}
.sub0103_view01_2_wrap .con2 .tit_wrap span.pro_tit:before {position: absolute; content:''; width: 70px; height: 4px; background: #0d300d; top: 15px; left: 0;}
.sub0103_view01_2_wrap .con2 .con_wrap {width: 940px; padding: 30px 20px 0 20px; border-top:1px solid #ddd;}
.sub0103_view01_2_wrap .con2 .con_wrap p.p_con {font-size: 17px; color:#222; font-weight: 500;margin-bottom: 15px; }
.sub0103_view01_2_wrap .con2 .con_wrap ul.info_list01 {margin-top: 9px;}
.sub0103_view01_2_wrap .con2 .con_wrap ul.info_list01 li:not(:last-child) {margin-bottom: 10px; word-break:keep-all;}
.sub0103_view01_2_wrap .con2 .con_wrap ul.info_list01 li {font-size: 17px; color:#333; font-weight: 500;}
.sub0103_view01_2_wrap .con2 .con_wrap ul.info_list02 {margin-top: 0;}
.sub0103_view01_2_wrap .con2 .con_wrap ul.info_list02:not(:first-child) {margin-top: 9px;}
.sub0103_view01_2_wrap .con2 .con_wrap ul.info_list02 li {font-size: 17px; color:#333; font-weight: 500; position: relative; padding-left: 14px;}
.sub0103_view01_2_wrap .con2 .con_wrap ul.info_list02 li:before {position: absolute; content:''; width: 4px; height: 4px; border-radius: 50%; background: #0d300d; top:10px; left:0;}

.sub0103_view01_2_wrap button.pro_btn {margin-top: 20px; width: 100px; height: 35px; border-radius: 50px; background: #e8eae7; display: flex; flex-wrap:wrap; justify-content: center; align-content: center; align-items: flex-end; gap: 10px; transition: 0.5s ease-out;}   
.sub0103_view01_2_wrap button.pro_btn p {font-size: 13px; color:#222;}  
.sub0103_view01_2_wrap button.pro_btn > em {}
.sub0103_view01_2_wrap button.pro_btn > em img {}
.sub0103_view01_2_wrap button.pro_btn:hover {background: #1d581d; width: 100px; height: 35px;}
.sub0103_view01_2_wrap button.pro_btn:hover p {color: #fff; font-size:13px;}
.sub0103_view01_2_wrap button.pro_btn:hover em {padding-left: 20px;transition: 0.5s ease-in; }
.sub0103_view01_2_wrap button.pro_btn:hover em img {-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}



/* sub0104 */
.sub0104_wrap .box{margin-bottom: 80px; }
.sub0104_wrap .box .map_wrap{background: #f7f8f9;}
.sub0104_wrap .box iframe{width: 100%; height: 400px; margin-bottom: 0;}
.sub0104_wrap .box .txt{font-size: 16px; padding: 25px 40px; color: #222;}
.sub0104_wrap .box .txt p{font-size: 18px; font-weight: 500;}
.sub0104_wrap .box .txt p span{display:inline-block;font-size: 15px; padding:0px 7px; margin-right:5px;font-weight: 500; color:#fff; background:#0d300d; border-radius:5px;}
.sub0104_wrap .box .txt ul{display: flex; gap:30px; margin-top: 15px;}
.sub0104_wrap .box .txt ul span{font-weight: 600; color: #0d300d; display: inline-block; margin-right: 10px;}
.sub0104_wrap .box .txt ul a{color: #222;}
.sub0104_wrap .root_daum_roughmap {width:100%;}
/* sub0201 */
.sub0201_wrap {word-break:keep-all;}
.sub0201_wrap .inner {display: flex; }
.sub0201_wrap .img_wrap {margin-bottom: 80px;}
.sub0201_wrap .con .left_tit {width: 420px;}
.sub0201_wrap .con .right_txt {width:calc(100% - 420px);}
.sub0201_wrap .con .right_txt p {font-size: 16px; color: #222; word-break:keep-all; margin-bottom: 20px;}
.sub0201_wrap .con .right_txt p:last-child {margin-bottom: 0;}
.sub0201_wrap .con02 {background: #f8f8f8; padding: 80px 0; margin: 80px 0; }
.sub0201_wrap .con_box {margin-bottom: 40px;}
.sub0201_wrap .con_box:last-child {margin-bottom: 0;}
.sub0201_wrap .con03 .right_txt p {margin-bottom: 15px;}
.sub0201_wrap .box{margin-bottom: 20px;}

/* sub0601 */
.sub0601_wrap .tab_wrap ul{display: flex; gap:10px; margin-bottom: 20px;}
.sub0601_wrap .tab_wrap ul li{font-size: 18px; width: 100px; text-align: center; padding: 10px; border-radius:25px; border: 1px solid #ddd; cursor:pointer;}
.sub0601_wrap .tab_wrap ul li.on{color: #fff; background: #0d300d; border: 1px solid #0d300d;}
.online_bd06 ul{display: flex;gap:20px 30px;flex-wrap:wrap;}
.online_bd06 ul li{display: flex;align-items: center;width: calc((100% - 30px)/2);background: #fafafa;min-height: 60px;}
.online_bd06 ul li.input_all{width: 100%;}
.online_bd06 ul li.input_all2{min-height: 90px;}
.online_bd06 ul li.box_wrap{width: 100%; align-items: flex-start;}
.online_bd06 ul li.box_wrap p{padding-top: 20px;}
.online_bd06 ul li p{width: 190px;padding-left: 28px;font-size: 16px;color: #222;font-weight: 700;}
.online_bd06 ul li span{color: #ef4848; display: inline-block; margin-left: 5px;}
.online_bd06 ul li .flex01{width: calc(100% - 190px);}
.online_bd06 ul li .i_box{display: flex;gap:15px;align-items: center;padding: 0 10px;}
.online_bd06 ul li .i_box .r_box input{display: none;}
.online_bd06 ul li .i_box .r_box label{position: relative;padding-left: 20px;font-size: 15px;color:rgba(0,0,0,0.5);}
.online_bd06 ul li .i_box .r_box label:after{font-family: 'xeicon';content: "\e92c";position: absolute;top: 55%;transform:translateY(-50%);left: 0px;font-size: 15px;color: rgba(0,0,0,0.5);}
.online_bd06 ul li .i_box .r_box input:checked + label{color: #222;}
.online_bd06 ul li .i_box .r_box input:checked + label:after{color: #000;content: '\e92b';}
.online_bd06 ul li .input_wrap{display: flex; gap:10px 20px; flex-wrap:wrap;}
.online_bd06 ul li em.input_con{font-size: 14px; color: #222; display: inline-block; }
.online_bd06 ul li input[type="text"]{height: 100%;border: 0;font-size: 14px;color: #222;padding: 0 10px;background: #fafafa; outline: 0;}
.online_bd06 ul li input[type="text"]::placeholder{color: rgba(0,0,0,0.5);font-size: 14px;}
.online_bd06 ul li textarea{height: 260px;padding: 10px;background: #fafafa;font-size: 14px;color: #222;border: 0; outline: 0;}
.online_bd06 ul li textarea::placeholder{color: rgba(0,0,0,0.5);font-size: 14px;}
.online_bd06 .c_box{margin-top: 15px; margin-bottom: 50px;}
.online_bd06 .c_box textarea{border: 1px solid #ddd; width: 100%; padding: 15px; font-size: 14px; height: 200px; margin-bottom: 10px;}
.online_bd06 .c_box label{position: relative;padding-left: 10px;font-size: 16px;color: #222;}
.online_bd06 .c_box input{margin-bottom: 3px;}
.online_bd06 .btn_wrap a{color: #fff; background: #222; width: 200px; height: 60px; display: block; font-size: 18px; text-align: center; line-height:58px; margin: 0 auto;}

/* sub0403 */
.sub0403_wrap .list_tab_wrap ul.list_tab {margin-bottom: 30px;padding: 0px; list-style: none; display: flex; flex-wrap:wrap; gap:10px;}
.sub0403_wrap .list_tab_wrap ul.list_tab li{background: none; display: inline-block; cursor: pointer; width: calc((100% - 60px) / 7); border:1px solid #ddd; height: 50px; line-height: 50px; font-size: 18px; color:#999; text-align:center;}
.sub0403_wrap .list_tab_wrap ul.list_tab li.current{background: #e8eae7; border: 0px; color: #0d300d; font-weight: 600; }
.sub0403_wrap .box_wrap ul{display:flex; flex-wrap:wrap; gap:30px; justify-content: flex-start;}
.sub0403_wrap .box_wrap ul li{width:31.9%; margin-top: 30px;transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;}
.sub0403_wrap .box_wrap ul li .line{border: 1px solid #ddd; position:relative;}
.sub0403_wrap .box_wrap .img {height: 268px;background-position: 50% 0;background-size: cover;}
.sub0403_wrap .box_wrap .info {position: relative;padding: 34px 39px 0; height: 240px; background:#e8eae7;}
.sub0403_wrap .box_wrap .info .category {margin-bottom: 6px;font-size: 16px;line-height: 1.625; background: var(--co01);color: #fff; display:inline-block; border-radius:30px; padding:5px 15px;}
.sub0403_wrap .box_wrap .info .title {display: block;max-height: 66px;margin-top: 10px;margin-left:4px;font-size: 24px;line-height: 1.41;color: #333;font-weight: 500;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: normal;word-wrap: break-word;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical}
.sub0403_wrap .box_wrap .info .date {position: absolute;left: 42px;bottom: 36px;font-size: 16px;line-height: 1.625;color: #999}

.sub0403_wrap .box_wrap ul li .line:focus, .sub0403_wrap .box_wrap ul li .line:hover {position:relative;border: 2px solid var(--co01);border-bottom-right-radius: 20px;box-shadow: 10px 10px 20px 3px rgba(59, 56, 55, 0.15);}
.sub0403_wrap .box_wrap ul li .line:before {display: none;content: '';position: absolute;bottom: -2px;right: -2px;width: 40px;height: 40px;
background: url(/images/sub/bg_corner_bd02_green.png) no-repeat bottom right;background-size: 40px 40px; z-index:9999;}
.sub0403_wrap .box_wrap ul li .line:focus:before, .sub0403_wrap .box_wrap ul li .line:hover:before {display: block;}

.paging_wrap{text-align:center; box-sizing:border-box; margin-top: 60px;}
ul.paging{display: flex; justify-content: center; font-size:0; }
ul.paging li{display:block; margin:0 10px; width:40px; height:40px;  vertical-align:middle; border:none; }
ul.paging li.style01{border-radius:0;border: 1px solid #ddd;}
ul.paging li a{display:flex; align-items: center; justify-content: center; width: 100%; height: 100%;  font-size:17px; color:#999; line-height:38px;}
ul.paging li a img{display: block; }
ul.paging li.on{background:var(--co01);  border-radius:50%;}
ul.paging li.on a{color:#ffffff;}
ul.paging li.p_btn { margin:0 10px;}
ul.paging li.p_btn a { border:1px solid #ddd;}

/* sub0406 */
.sub0406_wrap .i_box{/* float:right; */position: relative;display:flex;justify-content: flex-end;}
.sub0406_wrap .i_box input{width: 354px;height: 60px;background: #f7f7f7;padding: 0 54px 0 15px;border: 0;font-size: 16px;color: #222;appearance: none;}
.sub0406_wrap .i_box input::placeholder{font-size: 16px;color: #666;}
.sub0406_wrap .i_box input:focus{outline: none;}
.sub0406_wrap .i_box input::-webkit-search-cancel-button{display: none;}
.sub0406_wrap .i_box button{position: absolute;right: 15px;top: 50%;transform:translateY(-50%);}

.sub0406_wrap .list_tab_wrap ul.list_tab {margin-bottom:30px; padding:0px; list-style:none; display:flex; flex-wrap:wrap; gap:10px; /* justify-content: center; */}
.sub0406_wrap .list_tab_wrap ul.list_tab li{background: none; display: inline-block; cursor: pointer; width: calc((100% - 40px) / 5); border:1px solid #ddd; height: 50px; line-height: 50px; font-size: 18px; color:#999; text-align:center;}
.sub0406_wrap .list_tab_wrap ul.list_tab li.current{background: #e8eae7; border: 0px; color: #0d300d; font-weight: 600; }

.sub0406_wrap ul.data-list{margin-top:70px; display:flex; gap:30px; flex-direction:column;}
.sub0406_wrap ul.data-list .list_in{width:100%;}
.sub0406_wrap ul.data-list li{width:100%; box-sizing:border-box; word-break:break-all; overflow: hidden; }
.sub0406_wrap ul.data-list li a.item{display:flex;  align-items: center; gap: 16px clamp(22px, 2.083vw, 42px);}
.sub0406_wrap ul.data-list li a{color:#222;}
.sub0406_wrap ul.data-list li a:hover{color:#222;}
.sub0406_wrap ul.data-list li .img-wrap{max-width:500px;  min-width: 30%; height: 250px;}
.sub0406_wrap ul.data-list li .data-wrap{max-width:900px; min-width: 60%; height:220px; padding-top:10px;}
.sub0406_wrap ul.data-list li .data-wrap > div{width:100%; word-break:break-all;}
.sub0406_wrap ul.data-list li a.item .img-wrap img{width: 100%;height: 100%;}
.sub0406_wrap .badge {height: 32px;padding: 10px 20px;font-weight: 700;border-radius: 4px;}
.sub0406_wrap .badge span{font-size:16px;}
.sub0406_wrap .badge.type2-2 {color: #0d300d;background-color: #e8eae7;}
.sub0406_wrap .badge.type1-1 {color: #F10909;border: 2px solid #F10909;height: 28px;padding:6px 13px;border-radius: 100px;font-weight: 700; margin-left:15px;}
.sub0406_wrap .badge.type1{margin-left:0;}
.sub0406_wrap .item.news .text-wrap{overflow:hidden; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.sub0406_wrap .item.news .text-wrap .title{font-size:18px; font-weight:700; margin:20px 0 15px; }
.sub0406_wrap .item.news .text-wrap .text{font-size:16px; font-weight:400; margin:20px 0 15px; color:#444; word-break:break-all;}
.sub0406_wrap .datas {display: flex;}
.sub0406_wrap .datas span{display: inline-flex; color:#bbb; align-items: center; font-size:15px;}
.sub0406_wrap .data-wrap .datas .media{color:#444; margin-left:20px; position:relative;}
.sub0406_wrap .data-wrap .datas .media:before{ position:absolute; content:""; top:5px; left:-10px; width:1px; height:12px; background:#555;}


.sub0406_wrap .paging_wrap{text-align:center; box-sizing:border-box; margin-top: 60px;}
.sub0406_wrap ul.paging{display: flex; justify-content: center; font-size:0; }
.sub0406_wrap ul.paging li{display:block; margin:0 10px; width:40px; height:40px;  vertical-align:middle; border:none; }
.sub0406_wrap ul.paging li.style01{border-radius:0;border: 1px solid #ddd;}
.sub0406_wrap ul.paging li a{display:flex; align-items: center; justify-content: center; width: 100%; height: 100%;  font-size:17px; color:#999; line-height:38px;}
.sub0406_wrap ul.paging li a img{display: block; }
.sub0406_wrap ul.paging li.on{background:var(--co01);  border-radius:50%;}
.sub0406_wrap ul.paging li.on a{color:#ffffff;}
.sub0406_wrap ul.paging li.p_btn { margin:0 10px;}
.sub0406_wrap ul.paging li.p_btn a { border:1px solid #ddd;}


/* sub0701 */
.sub0701_wrap {word-break:keep-all;}
.sub0701_wrap .con1 {position:relative;}
.sub0701_wrap .con1 .img_wrap{width:100%; height:700px; overflow:hidden; position:relative; background:url('/images/sub/sub0701_bg1234.jpg'); background-size:cover;background-position: center;}
/* .sub0701_wrap .con1 .back_rgba {width:100%; height:400px; background:rgba(0,0,0,0.4); position:absolute; top:60%;} */
.sub0701_wrap .tit_wrap {position:absolute; top:40px; color:#fff; left:50px;}
.sub0701_wrap .tit_wrap p {width:100%; font-size:18px; font-weight:600; }

.sub0701_wrap .tit_wrap .top {font-size:32px; font-weight:600; margin-bottom:180px; margin-top:17px;}
.sub0701_wrap .tit_wrap .tit {padding:20px 0px;}
.sub0701_wrap .tit_wrap .tit p{margin:15px 0px; }

.sub0701_wrap .con2 .txt_wrap {width:1400px; margin:50px auto; box-sizing:border-box; position:relative;box-shadow:2px 2px 20px rgb(9 38 70 / 12%);}
/* .sub0701_wrap .con2 .txt_wrap :after{position:absolute;content: '';position: absolute;right: 150px;bottom: 0px;width: 1400px;height: 310px;background: #f1f2f3;z-index: -1;transition: 1s;} */
.sub0701_wrap .con2 .txt_wrap p {width:100%; font-size:18px; font-weight:500; color:#222; margin:30px auto; text-align:left; line-height:30px;}
.sub0701_wrap .con2 .txt_wrap p { /*border:1px solid #eee; border-width:5px; border-radius:15px; */ padding:30px 90px; background:#fff;}
.sub0701_wrap .con2 .txt_wrap p.p_st01 {  margin-top:-60px; }
.sub0701_wrap .con2 .txt_wrap p i {display:block;}

.sub0701_wrap .con3 .txt_wrap1{margin:100px auto; text-align:left;color:#333;}
.sub0701_wrap .con3 .txt_wrap1 strong{font-size:30px; color:#222;}
.sub0701_wrap .con3 .txt_wrap1 p{font-size:18px; }
.sub0701_wrap .con3 {position:relative;}
.sub0701_wrap .con3 .inner .con3_wrap ul {}
.sub0701_wrap .con3 .inner .con3_wrap ul li.box1:not(:last-child) {margin-bottom: 60px;}
.sub0701_wrap .con3 .inner .con3_wrap ul li.box1 {display: flex; flex-wrap:wrap; align-items: flex-end; position: relative;}
.sub0701_wrap .con3 .inner .con3_wrap ul li.box1_2 {flex-direction: row-reverse;}
.sub0701_wrap .con3 .inner .con3_wrap ul li.box1 .img_wrap {}
.sub0701_wrap .con3 .inner .con3_wrap ul li.box1 .img_wrap img {width: 100%;}
.sub0701_wrap .con3 .inner .con3_wrap ul li.box1 .txt_wrap {width: calc(100% - 700px); right: 0; top:50%; transform: translateY(-50%); height: auto; min-height: 202px; padding: 25px; position: absolute; background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,0.1);}
.sub0701_wrap .con3 .inner .con3_wrap ul li.box1_2 .txt_wrap {width: calc(100% - 700px); left: 0; top:50%; transform: translateY(-50%); height: auto; min-height: 202px; padding: 25px; position: absolute; background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,0.1);}
.sub0701_wrap .con3 .txt_wrap span{color:#1d581d;font-size:24px;}
.sub0701_wrap .con3 .txt_wrap strong{display: block; color: #222; font-size: 30px;}
.sub0701_wrap .con3 .txt_wrap p{font-size: 17px; line-height: 1.6; color: #444; margin-top: 10px; word-break:keep-all; }
.sub0701_wrap .con3 .box2{margin-top:280px; display:flex; flex-direction:column; align-items: flex-start; }

/* sub0702 */
.sub0702_wrap .list-type1 {margin: 27px 0 0 0;border-top: 2px solid #020202;}
.sub0702_wrap .list-type1 ul li {position: relative;padding: 37px 100px 34px 0;border-bottom: 1px solid #ddd}
.sub0702_wrap .list-type1 ul li a {display: inline-block;font-size: 20px;line-height: 1.5;color: #333}
.sub0702_wrap .list-type1 .info {margin: 0 0 10px 0;}
.sub0702_wrap .list-type1 .info span,.list-type1 .info strong {display: inline-block;font-size: 16px;line-height: 1.25}
.sub0702_wrap .list-type1 .info strong {color: var(--co01);}
.sub0702_wrap .list-type1 .info span {position: relative;/*margin-left: 12px; padding-left: 15px; */color: #999;font-weight: 300;}
/* .sub0702_wrap .list-type1 .info span:before {content: '';display: block;position: absolute;left: 0;left: 0;top: 3px;width: 1px;height: 15px;background: #ddd} */
.sub0702_wrap .list-type1 .ing {display: block;position: absolute;top: 50%;margin-top: -35px;right: 20px;width: 70px;height: 70px;line-height: 70px;font-size: 14px;border-radius: 70px;text-align: center;font-weight: 500;color: #fff;background: var(--co01);}
.sub0702_wrap .list-type1 .end {display: block;position: absolute;top: 50%;margin-top: -35px;right: 20px;width: 70px;height: 70px;line-height: 70px;font-size: 14px;border-radius: 70px;text-align: center;font-weight: 500;color: #999;background: #f5f5f5}

/* sub0702_view */
.sub0702_view_wrap .view-type1 {border-top: 2px solid #020202;}
.sub0702_view_wrap .view-type1 .view-top {position: relative;padding: 48px 100px 15px 0;}
.sub0702_view_wrap .view-type1 .view-top .title {display: inline-block;font-size: 20px;color: #333;}
.sub0702_view_wrap .view-type1 .view-top .info {padding: 0 0 0 5px;margin: 0 0 15px 0;}
.sub0702_view_wrap .view-type1 .view-top .info span,.sub0702_view_wrap .view-type1 .view-top .info strong {display: inline-block;font-size: 16px;line-height: 1.25;}
.sub0702_view_wrap .view-type1 .view-top .info strong {color: var(--co01);}
.sub0702_view_wrap .view-type1 .view-top .info span {position: relative;/* margin-left: 12px;padding-left: 15px; */color: #999;font-weight: 300}
/* .sub0702_view_wrap .view-type1 .view-top .info span:before {content: '';display: block;position: absolute;left: 0;left: 0;top: 3px;width: 1px;height: 15px;background: #ddd} */
.sub0702_view_wrap .view-type1 .view-top .ing {display: block;position: absolute;top: 50%;margin-top: -35px;right: 20px;width: 70px;height: 70px;line-height: 70px;font-size: 14px;border-radius: 70px;text-align: center;font-weight: 500;color: #fff;background: var(--co01);}
.sub0702_view_wrap .view-type1 .view-top .end {display: block;position: absolute;top: 50%;margin-top: -35px;right: 20px;width: 70px;height: 70px;line-height: 70px;font-size: 14px;border-radius: 70px;text-align: center;font-weight: 500;color: #999;background: #f5f5f5}
.sub0702_view_wrap .view-type1 .view-cont {padding-top: 15px;}
.sub0702_view_wrap .view-type1 .view-cont .editor {font-size: 16px;line-height: 1.75;color: #666}
.sub0702_view_wrap .view-type1 .view-cont .editor p {margin-top: 6px;}
.sub0702_view_wrap .view-type1 .view-cont .editor p:first-child {margin-top: 0}
.sub0702_view_wrap .tbl-type1 {border-top: 1px solid #020202;border-bottom: 1px solid #999;margin-top: 35px;}
.sub0702_view_wrap .tbl-type1 .w-type1 {width: 240px;}
.sub0702_view_wrap .tbl-type1 table {width: 100%}
.sub0702_view_wrap .tbl-type1 table tbody td,.sub0702_wrap .tbl-type1 table tbody th {padding: 17px 0 16px;border-top: 1px solid #ddd;font-weight: 300}
.sub0702_view_wrap .tbl-type1 table tbody td,.sub0702_wrap .tbl-type1 table tbody td {padding-left:20px;border-top: 1px solid #ddd;font-weight: 300}
.sub0702_view_wrap .tbl-type1 table tbody td span,.sub0702_wrap .tbl-type1 table tbody th span {font-size: 16px;line-height: 1.625}
.sub0702_view_wrap .tbl-type1 table tbody th {color: #333;background: #f9f9f9;     font-size: 16px;}
.sub0702_view_wrap .tbl-type1 table tbody td {color: #666}
.sub0702_view_wrap .tbl-type1 table tbody tr:first-child td,.tbl-type1 table tbody tr:first-child th {border: none}
.sub0702_view_wrap .btn_wrap{width: 150px;height: 45px;line-height:45px;text-align:center;border-radius: 50px;background: #1d581d;margin:0 auto;margin-top:50px;}
.sub0702_view_wrap .btn_wrap a{font-size:16px; color:#fff; text-align:center;}

/* sub0407_view */
.sub0407_view_wrap{width:1200px; margin:0 auto;}
.sub0407_view_wrap .detail-header .title{font-size:30px;font-weight:700; color:#333;}
.sub0407_view_wrap .detail-body{margin-top:40px;}
.sub0407_view_wrap .detail-body p{font-size:18px; color:#555;}
.sub0407_view_wrap .detail-footer {display: flex; justify-content: space-between; align-items: center; margin: 30px 0; border-bottom:1px solid #ddd; padding-bottom:30px;}
.sub0407_view_wrap .detail-footer span{color:#999; font-size:16px;}
.sub0407_view_wrap .detail-footer a.bdr-color2{display: flex; align-items: center; gap:5px; transition:.3s; padding-block: 5px; padding-inline:15px; font-size: 14px; border:2px solid var(--co01); border-radius:20px; color: #222; font-weight: 500;}
.sub0407_view_wrap .detail-footer a.bdr-color2:hover{background: var(--co01); color: #fff;}
.sub0407_view_wrap .detail-footer a.bdr-color2 span{color: var(--co01);}
.sub0407_view_wrap .detail-footer a.bdr-color2:hover span{color: #fff;}
.lawyer_items{margin-top:70px;}
.lawyer_items h3.section-title{font-size:24px; color:#333; font-weight:700;}
.lawyer_items ul{display:flex; width:100%; flex-wrap:wrap; gap:20px; margin-top:30px;}
.lawyer_items ul li{display:flex; width:calc((100% - 80px) / 5);}
/* .lawyer_items ul li:nth-child(2) p{padding-left:9px;} */
.lawyer_items ul li img{width:100%;}
.lawyer_items ul li .box a{position: relative; display: block; overflow: hidden;}
.lawyer_items ul li .box a .txt_wrap{position: absolute; bottom: 0; padding:8px; color: #fff; z-index: 1; width: 100%; background: rgba(0,0,0,0.6); display: flex; justify-content: space-around; align-items: center;}
.lawyer_items ul li .box a .txt_wrap span{font-size:15px; position:relative;}
/* .lawyer_items ul li .box a .txt_wrap span::before{content:'';position: absolute; right:-12px; top:50%; transform:translateY(-50%); width:2px; height:16px; background:rgba(255,255,255,0.2);} */
.lawyer_items ul li .box a .txt_wrap p{font-size:18px; font-weight:600; letter-spacing:0.5em;}
.sub0407_view_wrap .btn_wrap{width: 150px;height: 45px;line-height:45px;text-align:center;border-radius: 50px;background: #1d581d;margin:0 auto;margin-top:50px;}
.sub0407_view_wrap .btn_wrap a{font-size:16px; color:#fff; text-align:center;}

.sub0103_wrap .bar{width:1px; height:18px; background:#555;}
.lawyer_items .bar{width:1px; height:10px; background:#555;}