@media screen and (max-width:1024px) {
/*로그인스킨*/
#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: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; 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:100%; margin-top: 40px;}
.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%;}

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

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

/* === Main === */
#wrap {position:relative; width:100%; max-width:1024px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

/* 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: 100%; height: 80px;}
#header h1 a{display: block; background: url(/images/main/main_logo01_tab.png)center no-repeat; width: 108px; height: 55px;  background-size: cover;transition:.4s;}	
#header .gnb_wrap{display: none;}
#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 .all_menu_btn{display: none;}
#header .nav_btn{display: block;}

#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_tab.png)center no-repeat; width: 108px; height: 55px;  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: #f4f6f7;}
.all_menu_wrap .all_menu{display: flex;padding: 30px 0 40px;}
.all_menu_wrap .all_menu li{flex:1;padding-left: 38px;}
.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;}

/* nav */
.navigation{position:absolute;top: 80px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000;}
.navigation.on{display:block;}
.navigation h3{height:60px;width:100%;}
.navigation h3 a{border-bottom: 1px solid #ddd;}
.navigation h3:nth-child(1) a{border-top: 1px solid #ddd;}
.navigation h3.active a:after{border:2px solid #222;}
.navigation h3.on a:after{border:2px solid #222;}
.navigation h3 a{position: relative;height:60px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 20px;color:#222;font-size:16px;font-weight: 400;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 20px;width: 8px; height: 8px; border-radius:50%; border:2px solid #aaa;transition:.3s;}
.navigation ul{display: block; padding:20px 0;background:#f9f9f9;border-bottom: 1px solid #ddd;}
.navigation ul li{margin-bottom: 10px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;width:100%;color:#444;font-size:14px;border:none;font-weight: 400;padding-left: 20px; word-break:keep-all;}
.navigation ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 80px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.7);z-index: 1000;}

/* visual_wrap */
#visual_wrap{position: relative;}
#visual_wrap .video_wrap{width: 100%; height: 600px;}
#visual_wrap .video_wrap video,
#visual_wrap .video_wrap iframe{width: 100%; height: 100%; object-fit:cover;}
#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: 44px; line-height: 57px; color: #fff; font-weight: 700;font-family: "Noto Serif KR", serif; }
#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: 2.6%;}
#section_wrap .line02{position: absolute; top: 0; right: 2.6%;}
#section_wrap .line03{position: absolute; top: 0; left: 50%; transform:translateX(-50%);}

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

.section .slide_items{display: flex;gap:40px;align-items: center;}
.section .slide_items .numcount{display: flex;gap:25px;align-items: center;}
.section .slide_items .numcount span{font-size: 16px; 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: -16px; 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;}
.section .slide_items .arr_wrap a img{width: 9px;}

/* section01 */
#section01{padding: 100px 0 100px; /* border-bottom: 1px solid #eaeaea; */}
#section01 .top{display: block; align-items: flex-end; justify-content: space-between; margin: 0 0 62px 0;}
#section01 .top .left{display: flex; align-items: flex-end; gap:40px;margin-bottom: 60px;}
#section01 .top .left strong{font-size: 16px; color: #666; font-weight: 400; line-height: 27px;}

#section01 .con_wrap{position: relative;display: flex; gap:56px;}
#section01 .con_wrap .tab-menu-wrap{position: absolute;left: 0; top: -100px;display: flex;gap:20px;margin-top: 0px;}
#section01 .con_wrap .tab-menu-wrap a{display: flex; align-items: center; justify-content: space-between; width: 200px; height: 60px;padding: 20px; transition:.4s;color: var(--co01);font-size: 18px; font-weight: 600;opacity: .4;background: transparent; border-radius:5px;}
#section01 .con_wrap .tab-menu-wrap a:not(:last-child){margin-bottom: 0px;}
#section01 .con_wrap .tab-menu-wrap a.on{background: #f1f2f3;opacity: 1;}
#section01 .con_wrap .tab-menu-wrap a img{width: 9px;}

#section01 .slide_items{justify-content: flex-end;}

#section01 .con_wrap .tab-container{width: 100%;}
#section01 .con_wrap .sec01_slide .slick-list{padding-bottom: 0px;width: calc(100% + 20px);}
#section01 .con_wrap .sec01_slide li{position: relative;margin-right: 20px;}
#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_tab.png)center no-repeat;background-size: cover;z-index: -1;transition:.4s;}
#section01 .con_wrap .sec01_slide li:hover::after{opacity: 0;}
#section01 .con_wrap .sec01_slide .img_wrap img{width: 100%;}
#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%;height: 153px;padding: 40px 30px;transition:.4s;} 
#section01 .con_wrap .sec01_slide .txt_wrap span{display: block;font-family: "Noto Serif KR", serif;font-size: 14px; color: #fff;font-weight: 700;}
#section01 .con_wrap .sec01_slide .txt_wrap p{font-size: 22px; color: #fff; font-weight: 700;padding: 10px 0px ;transition:.4s;}
#section01 .con_wrap .sec01_slide .txt_wrap em{display: inline-block;font-size: 14px; color: #fff; font-weight: 600;padding-bottom: 7px; border-bottom: 1px 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 .h_img_wrap{opacity: 0;}
#section01 .con_wrap .sec01_slide li:hover .txt_wrap{height: 153px;padding: 40px 30px;}
#section01 .con_wrap .sec01_slide li:hover .txt_wrap p{padding: 10px 0px ;}
#section01 .con_wrap .sec01_slide li:hover .txt_wrap strong{display: none;}

/* section02 */
#section02{position: relative;padding: 100px 0 35px;}
#section02::after{content:'';position: absolute; top: 0; left: 2.6%; background: url(/images/main/sec02_bg01_tab.png)center no-repeat; background-size: cover; width: 745px; height: 72px;}
#section02 .con_wrap{display: block;}
#section02 .left{display: flex; align-items: end;justify-content: space-between;width: calc(100% - 2.6%);margin-bottom: 35px;}
#section02 .left .tit{margin-bottom: 0px;}
#section02 .slide_wrap{width: 100%;}
#section02 .sec02_slide .slick-list{padding-bottom: 65px;width: calc(100% + 19px);}
#section02 .sec02_slide li{position: relative;margin-right: 20px; width: 440px; height: 335px;}
#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: 35px; border:1px solid var(--co01);width: 90%;box-shadow:4px 27px 40px rgba(0,0,0,.1);}
#section02 .sec02_slide li .txt_wrap::after{content:'';display: none;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: 20px; color: #bf9c68;font-weight: 600;} 
#section02 .sec02_slide li .txt_wrap span{font-size: 16px; color: #222; line-height: 23px;margin: 15px 0px 25px;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: 25px; font-size: 14px; color: #888; border-top: 1px solid #ddd;}

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

#section03 .con_wrap .con{position: relative;}
#section03 .con_wrap .txt_wrap{position: relative;display: flex;flex-direction: column;gap:25px;/* justify-content: space-between; */width: calc(100% - 100px); height: 345px;background: var(--co01);z-index: 1;padding: 40px;margin-top: 80px;}
#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:10px;}
#section03 .con_wrap .txt_wrap .top .more_btn p{font-size: 13px; 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: 45px; height: 45px; 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;width: 10px;}
#section03 .con_wrap .txt_wrap .top .more_btn em img.more_on{display: none;position: absolute; top: 50%; left: -30%; transform:translate(-50%,-50%);transition:.4s;}
#section03 .con_wrap .txt_wrap .top .more_btn:hover em{background: transparent;}
#section03 .con_wrap .txt_wrap .top .more_btn:hover em img.more{left: 50%; }
#section03 .con_wrap .txt_wrap .top .more_btn:hover em img.more_on{left: 50%;}

#section03 .con_wrap .txt_wrap .bot p{font-size: 28px;font-weight: 700;color: #fff; line-height: 39px; margin-bottom: 15px; word-break:keep-all;}
#section03 .con_wrap .txt_wrap .bot span{font-size: 16px; color: rgba(255,255,255,.6); line-height: 27px; 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: 80px;width: 650px;}
#section03 .con_wrap .img_wrap{position:relative; width:100%; padding-bottom:55.823%;}
#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{position: fixed;right: initial; left: 0; bottom: 0px;z-index: 9999;width: 100%;}
.quick_wrap.rel{position: absolute;bottom: 115px;}
.quick_wrap ul{display: flex;border-top: 1px solid #0d300d;width: 100%;}
.quick_wrap ul li{background: #fff; flex:1; width: auto; height: 43px; background-size: cover;}
.quick_wrap ul li:not(:last-child){margin-bottom: 0px;border-right: 1px solid #0d300d;}
.quick_wrap ul li a{display: flex;justify-content: center; align-items: center;gap:10px;height: 100%;flex-direction: initial;}
.quick_wrap ul li:hover a{gap:10px;}
.quick_wrap ul li p{font-size: 14px; color: var(--co01); font-weight: 700;}
.quick_wrap ul li:nth-child(1) img{width: 22px; }
.quick_wrap ul li:not(:nth-child(1)) img{width: 18px;} */

/* quick */
.quick_wrap{position: fixed;right: initial; left: 0; bottom: 0px;z-index: 9999;width: 100%;}
.quick_wrap.rel{position: absolute;bottom: 115px;}
.quick_wrap ul {display: flex; width: 100%; padding: 20px; background: #fff; box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1); border-radius: 40px 40px 0 0;}
.quick_wrap ul li{width: 50%;height: auto;}
.quick_wrap ul li:not(:last-child){border-bottom: none; border-right: 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; height: 28px;}
.quick_wrap ul li:hover img{transform:translateY(-5px);}

/* footer */
#footer{line-height: 1; background: var(--co01); padding: 30px 0px;}
#footer .inner{display: flex;align-items: center;gap:30px;}
#footer .f_logo img{width: 108px;}
#footer address p{font-size: 12px; 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 8px;}
#footer address p.copy{color: rgba(255,255,255,.2); margin-top: 10px;}

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

#sub_visual_wrap{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: 45px; color: #fff; font-weight: 700; }
#sub_visual_wrap .sub_txt ul{display: flex; align-items: center; justify-content: center; gap:33px; margin-top: 40px;}
#sub_visual_wrap .sub_txt ul li{position: relative;font-size: 16px; 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: 3px; height: 3px; background: #fff; border-radius:50%;}
#sub_visual_wrap .sub_txt ul li img{width: 15px;}

/* tab_menu */
.tab_menu{position: initial; right: 0; bottom: 0;display: block; width:100%; height:60px; background:#fff; border-top: none; line-height: 1; }
.tab_menu .inner{position:relative; display: flex; width: 100%; height:100%;padding: 0;}
.tab_menu a.home{position: relative;display: block;width: 60px; height: 100%; background: url(/images/sub/home_tab.png)center no-repeat var(--co01); background-size: 22px;}
.tab_menu .menu {display: flex;width:  calc(100% - 60px); height:100%;border-bottom: 1px solid #ddd;}
.tab_menu .menu > li {position:relative; min-width:initial; height:100%; flex:1;}
.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:last-child::before{display: none;}
.tab_menu .menu > li::after{content:'';position: absolute; top: 50%; transform:translateY(-50%); right: 20px;background:url("/images/sub/tab_bt_tab.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 20px; width:100%; height:100%; font-size: 16px; 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:20px 0; box-sizing:content-box; background-color:#f7f7f7; z-index:10;}
.tab_menu .menu > li ul li ~ li { margin-top:20px;}
.tab_menu .menu > li ul li a {display:flex; align-items:center; position:relative; font-size:15px; color:#222; padding:0 20px;}

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

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

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

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

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: 11px; font-size: 14px; color: #222; margin-bottom: 5px;}
ul.list01 li::before {position: absolute; content:""; width: 3px; height: 3px; 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;}
table.tbl01 th{font-size: 14px; color: #222; font-weight: 500; padding: 10px; background: #f7f8f9; border: 1px solid #ddd;}
table.tbl01 td{padding: 10px; border: 1px solid #ddd; }
table.tbl01 td.bg_td{text-align: center; background: rgba(13, 48, 13, 0.05); color: #0d300d; font-size: 14px; }

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .top_txt{position: relative;padding-bottom: 125px;}
.sub0101_wrap .top_txt::after{content:'';position: absolute; left: 50%; transform:translateX(-50%); top: 140px; width: 55px; height: 0px; background: #0d300d;/* transition:1s; */}
.sub0101_wrap .top_txt.on02::after{height: 2px; }
.sub0101_wrap .top_txt p{font-size: 20px; color: #222; font-weight: 500;text-align: center;}
.sub0101_wrap .top_txt p:nth-child(2){ margin-top: 20px;line-height: 40px;}
.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: 13px; width: 0%;transition:1s;}
.sub0101_wrap .top_txt.on span::after{width: 100%;} */
.sub0101_wrap .con01{display: flex;align-items: center; gap:90px;flex-direction: column;}
.sub0101_wrap .con01 .img_con{position: relative;}
.sub0101_wrap .con01 .img_con::after{content:'';position: absolute; left: 0px; top: 0px; width: calc(100% - 60px);; height: 100%; background: #f1f2f3; z-index: -1;transition:1s;}
.sub0101_wrap .con01.on .img_con::after{left: 60px; top: 60px; }
.sub0101_wrap .con01 .img_con img{width: calc(100% - 60px);}
.sub0101_wrap .con01 .txt_con p{font-size: 14px; color: #222; line-height: 28px;margin-bottom: 18px;text-align: center;}
.sub0101_wrap .con01 .txt_con strong{display: block;font-size: 14px; color: #222; font-weight: 600;text-align: center;}
.sub0101_wrap .con01 .txt_con .img_box{display:flex; align-items:center; justify-content:center;}
.sub0101_wrap .con01 .txt_con .img_box img{margin-left:15px; width:80px;}


/* 일반게시판_list */
.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.basic_bd02 .search_box .total p{color: #000; font-size: 18px;font-weight: 600;}
.basic_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.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;width: calc(100% - 192px);}
.basic_bd02 .search_box .input_wrap input{width: 100%; 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:'';display: none;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: 15px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 65px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 30px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 15px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 95px);margin-left: 30px;}
.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: 23px;line-height: 21px;border: 1px solid #eee;padding: 0 10px;font-size: 13px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 20px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 13px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.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: 0;}

/* 일반게시판_view */
.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;}
.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: 16px; color: #000;}
.basic_bd01_view .file_box{padding: 22px 35px;}
.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;gap:20px 10px; width: 49%;}
.basic_bd01_view .file_box ul li em{display: block;width: 15px;}
.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: 60px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 49%;}
.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: 18px;}
.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 {font-size: 14px; padding-top: 14px; margin-top: 14px;}
.gallery_bd02 .con ul.img_li {gap: 30px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 16px;}
.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; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.gallery_bd02 .search_box .total p{color: #000; font-size: 18px;font-weight: 600;}
.gallery_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.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;width: calc(100% - 192px);}
.gallery_bd02 .search_box .input_wrap input{width: 100%; 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: 60px;}
.sub0102_wrap .sec01 .con{width: 100%; display: flex; border: 1px solid #0d300d; background: #fafbfa; align-items: center; justify-content: center; padding: 15px; border-radius:50px; margin-bottom:15px; flex-direction: column; text-align: center; gap:5px;}
.sub0102_wrap .sec01 .con:last-child{margin-bottom: 0;}
.sub0102_wrap .sec01 .con span{display: block; color: #0d300d; font-size: 20px; font-weight: 600;}
.sub0102_wrap .sec01 .con p{font-size: 15px; color: #666; margin-left: 0px;}

.sub0102_wrap .sec02 .box{display: flex; align-items: flex-start; gap:30px; margin-bottom: 50px; flex-direction: column;}
.sub0102_wrap .sec02 .box:last-child{margin-bottom: 0;}
.sub0102_wrap .sec02 .box .img img {height: 180px;}
.sub0102_wrap .sec02 .box .txt {width: 100%;}
.sub0102_wrap .sec02 .box .txt strong{color: #222; font-size: 20px; display: block; margin-bottom: 20px; position: relative; padding-left: 100px;}
.sub0102_wrap .sec02 .box .txt strong:before {position: absolute;content: "";width: 80px;height: 3px;left: 0; top:50%; transform: translateY(-50%); background: #0d300d;}
.sub0102_wrap .sec02 .box .txt p{font-size: 15px; color: #222; padding-left: 100px;}
.sub0102_wrap .sec02 .box .txt p i{display: block;}
.sub0102_wrap .sec02 .box02 {flex-direction: row-reverse; text-align: right; flex-direction: column; align-items: flex-end}
.sub0102_wrap .sec02 .box02 .txt strong {padding-left: 0; padding-right: 100px;}
.sub0102_wrap .sec02 .box02 .txt strong:before {display: none;}
.sub0102_wrap .sec02 .box02 .txt strong:after {position: absolute;content: "";width: 80px;height: 3px;right: 0; top:50%; transform: translateY(-50%); background: #0d300d;}
.sub0102_wrap .sec02 .box02 .txt p {padding-left: 0; padding-right: 100px;}

/* sub0103 */
.sub0103_wrap .top{display: flex; gap:20px; margin-bottom: 60px; }
.sub0103_wrap .top .box{width:calc((100% - 40px)/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); border-radius: 5px;}
.sub0103_wrap .top .img_wrap img{width: 100%;}
.sub0103_wrap .top .txt_wrap{position: absolute; bottom: 0; padding: 15px; color: #fff; z-index: 1;justify-content: space-between; }
.sub0103_wrap .top .txt_wrap span{font-size: 16px; display: block;word-break:keep-all;}
/* .sub0103_wrap .top .txt_wrap span:after{content:''; width:2px; height:20px; position:absolute; left:125%; 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:112%;}
.sub0103_wrap .top .txt_wrap p{font-size: 22px; flex-wrap:wrap; gap:20px;}
.sub0103_wrap .box_wrap {gap:20px;}
.sub0103_wrap .box_wrap .box{width: calc((100% - 20px)/2); border: 1px solid #ddd; padding: 25px; border-top: 2px solid #0d300d;}

.sub0103_wrap .box_wrap .box .name{border-bottom:0px solid #ddd; /* padding-bottom: 10px; margin-bottom: 15px; */ gap:32px;}
.sub0103_wrap .box_wrap .box .name em.job {display: inline-block;color:#1d581d; font-size: 17px; font-weight: 700; position: relative;}
/* .sub0103_wrap .box_wrap .box .name em.job:after {position: absolute; content:''; width: 2px; height: 13px; background: rgba(0,0,0,0.2); top: 8px; left: 60px;} */
.sub0103_wrap .box_wrap .box .name p{font-size: 20px; color: #222; font-weight: 600;}
.sub0103_wrap .box_wrap .box .name span{display: block; font-size: 13px; color: #666; margin-bottom: 3px;}
.sub0103_wrap .box_wrap .box ul li{margin-top: 5px; font-size: 13px; 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: 25px;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% - 40px) / 4); border:1px solid #ddd; height: 45px; line-height: 45px; font-size: 16px; color:#999; text-align:center;}


/* sub0103_view */
.sub0103_view01_wrap{display: flex; gap:50px; flex-direction: column; background-size: 1200px;}
.sub0103_view01_wrap.sub0103_view02_wrap{background-size: 1200px;}
.sub0103_view01_wrap.sub0103_view03_wrap{background-size: 1200px;}
.sub0103_view01_wrap .img{width: 50%; margin: 0 auto; margin-right: inherit;}
.sub0103_view01_wrap .img img{width: 100%;}
.sub0103_view01_wrap .img .name{border-left: 3px solid #0d300d; margin-top: 250px; padding-left: 20px;}
.sub0103_view01_wrap .img .name span{font-size: 16px; color: #222;}
.sub0103_view01_wrap .img .name p{font-size: 22px; color: #222; font-weight: 700;}
.sub0103_view01_wrap .img .name em{font-size: 13px; color: #222; display: inline-block; margin-right: 10px;}
.sub0103_view01_wrap .txt{width:calc(100% - 60px); margin: 0 auto; margin-top: 0px;}
.sub0103_view01_wrap .txt button{display: block; border: 1px solid #0d300d; color: #0d300d; font-size: 20px; font-weight: 400; width: 30px; height: 30px; line-height: 25px; text-align: center; margin: 0 auto; margin-top: 30px;}
.sub0103_view01_wrap .box button::after{content:'';position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 1px; 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: 1px; background: #0d300d;transition:.4s;}
.sub0103_view01_wrap .box button.on::after{transform:translate(-50%,-50%) rotate(90deg); }
.sub0103_view01_wrap .box{margin-bottom: 30px;}
.sub0103_view01_wrap .box ul li{font-size: 13px; color: #666; margin-bottom: 10px;}
.sub0103_view01_wrap .box p{font-size: 16px; font-weight: 500; color: #222; margin-bottom: 20px; padding-bottom: 20px;}
.sub0103_view01_wrap .box2{background: #f7f8f9; padding: 25px; display: flex; gap:50px; justify-content: center;}
.sub0103_view01_wrap .box2 p{font-size: 16px; color: #222; }

/* sub0103_view01_2 */
.sub0103_view01_2_wrap {word-break:keep-all;}
.sub0103_view01_2_wrap .con:not(:last-child) {margin-bottom: 60px;}
.sub0103_view01_2_wrap .box1 {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, 400px auto; background-position: 0 59px, 0 22px;}
.sub0103_view01_2_wrap .box2 {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, 400px auto; background-position: 0 59px, 0 22px;}
.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 img {width: 280px;}
.sub0103_view01_2_wrap .con1 .info_wrap {width: calc((100% - 0px) / 2); display: flex; flex-wrap:wrap; flex-direction: column; padding: 80px 40px 40px;}
.sub0103_view01_2_wrap .con1 .info_wrap p.p_sub {font-size: 18px; font-weight: 600; margin-bottom: 5px;}
.sub0103_view01_2_wrap .con1 .info_wrap p.p_tit {font-size: 38px; color:#000; font-weight: 800; line-height: 1;}
.sub0103_view01_2_wrap .con1 .info_wrap p.p_em {font-size: 15px; color:#222; margin-top:20px;}
.sub0103_view01_2_wrap .con1 .info_wrap p.p_em > span {color:#000; font-weight:800; padding-right:15px; display:inline-block;}
.sub0103_view01_2_wrap .con2 {}
.sub0103_view01_2_wrap .con2 > .inner {display: flex; flex-wrap:wrap; flex-direction: column;}
.sub0103_view01_2_wrap .con2 .tit_wrap {width: 100%; margin-bottom: 15px;}
.sub0103_view01_2_wrap .con2 .tit_wrap span.pro_tit {font-size: 26px; color:#222; font-weight: 700; position: relative; padding-left: 40px;}
.sub0103_view01_2_wrap .con2 .tit_wrap span.pro_tit:before {position: absolute; content:''; width: 25px; height: 4px; background: #0d300d; top: 13px; left: 0;}
.sub0103_view01_2_wrap .con2 .con_wrap {width: 100%; padding: 20px 15px 0 15px; border-top:1px solid #ddd;}
.sub0103_view01_2_wrap .con2 .con_wrap p.p_con {font-size: 13px; color:#222; font-weight: 500;}
.sub0103_view01_2_wrap .con2 .con_wrap ul.info_list01 {}
.sub0103_view01_2_wrap .con2 .con_wrap ul.info_list01 li:not(:last-child) {margin-bottom: 8px;}
.sub0103_view01_2_wrap .con2 .con_wrap ul.info_list01 li {font-size: 13px; 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 li {font-size: 13px; color:#333; font-weight: 500; position: relative; padding-left: 12px;}
.sub0103_view01_2_wrap .con2 .con_wrap ul.info_list02 li:before {position: absolute; content:''; width: 3px; height: 3px; border-radius: 50%; background: #0d300d; top:8px; left:0;}

.sub0103_view01_2_wrap button.pro_btn {margin-top: 20px; width: 100px; height: 30px; border-radius: 50px; background: #e8eae7; display: flex; flex-wrap:wrap; justify-content: center; align-content: center; align-items: center; gap: 10px; transition: 0.5s ease-out;}   
.sub0103_view01_2_wrap button.pro_btn p {font-size: 12px; color:#222;}  
.sub0103_view01_2_wrap button.pro_btn p:hover {color:#fff;}  
.sub0103_view01_2_wrap button.pro_btn > em {}
.sub0103_view01_2_wrap button.pro_btn > em img {vertical-align:middle; width: 15px;}
.sub0103_view01_2_wrap button.pro_btn:hover {background: #1d581d; width: 140px; height: 40px;}
.sub0103_view01_2_wrap button.pro_btn:hover em {padding-left: 15px;transition: 0.5s ease-in; }

/* sub0104 */
.sub0104_wrap .box{margin-bottom: 60px; }
.sub0104_wrap .box .map_wrap{background: #f7f8f9;}
.sub0104_wrap .box iframe{width: 100%; height:350px; margin-bottom: 0;}
.sub0104_wrap .box .txt{font-size: 14px; padding: 20px 30px; color: #222;}
.sub0104_wrap .box .txt p{font-size: 16px; font-weight: 500;}
.sub0104_wrap .box .txt p span{display:inline-block;font-size: 14px; 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: 10px;}
.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%; height:300px;}
/* sub0201 */
.sub0201_wrap .inner {display: block; }
.sub0201_wrap .img_wrap {margin-bottom: 60px;}
.sub0201_wrap .img_wrap img {width: 100%;}
.sub0201_wrap .con .left_tit {width: 100%;}
.sub0201_wrap .con .right_txt {width:100%;}
.sub0201_wrap .con .right_txt p {font-size: 14px; color: #222; word-break:keep-all; margin-bottom: 15px;}
.sub0201_wrap .con .right_txt p:last-child {margin-bottom: 0;}
.sub0201_wrap .con02 {background: #f8f8f8; padding: 60px 0; margin: 60px 0; }
.sub0201_wrap .con_box {margin-bottom: 30px;}
.sub0201_wrap .con_box:last-child {margin-bottom: 0;}
.sub0201_wrap .con03 .right_txt p {margin-bottom: 10px;}
.sub0201_wrap .box{margin-bottom: 10px;}

/* sub0601 */
.sub0601_wrap .tab_wrap ul{display: flex; gap:10px; margin-bottom: 20px;}
.sub0601_wrap .tab_wrap ul li{font-size: 16px; 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:15px;flex-wrap:wrap;}
.online_bd06 ul li{display: flex;align-items: center;width: calc((100% - 15px)/2);background: #fafafa;min-height: 60px;}
.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: 120px;padding-left: 20px;font-size: 14px;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% - 120px);}
.online_bd06_2 ul li p{width: 120px;padding-left: 20px;font-size: 14px;color: #222;font-weight: 700;}
.online_bd06_2 ul li .flex01{width: calc(100% - 120px);}
.online_bd06 ul li.input_all2{min-height: 110px;}
.online_bd06 ul li.input_all2 p{width: 310px;}
.online_bd06 ul li.input_all2 .flex01{width: calc(100% - 310px);}
.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:5px 10px; flex-wrap:wrap;}
.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: 180px;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: 40px;}
.online_bd06 .c_box textarea{border: 1px solid #ddd; width: 100%; padding: 15px; font-size: 12px; height:160px; margin-bottom: 10px;}
.online_bd06 .c_box label{position: relative;padding-left: 10px;font-size: 14px;color: #222;}
.online_bd06 .c_box input{margin-bottom: 3px;}
.online_bd06 .btn_wrap a{color: #fff; background: #222; width: 160px; height: 55px; display: block; font-size: 16px; text-align: center; line-height:53px; 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% - 38px) / 4); border:1px solid #ddd; height: 50px; line-height: 50px; font-size: 16px; 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:15px; 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: 170px;background-position: 50% 0;background-size: cover;}
.sub0403_wrap .box_wrap .info {position: relative;padding: 17px 20px 0; height: 200px; background:#e8eae7;}
.sub0403_wrap .box_wrap .info .category {margin-bottom: 6px;font-size: 15px;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: 18px;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: 22px;bottom: 36px;font-size: 14px;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;}
.sub0406_wrap .i_box input{width: 300px;height: 42px;background: #f7f7f7;padding: 0 20px;border: 0;font-size: 14px;color: #222;appearance: none;}
.sub0406_wrap .i_box input::placeholder{font-size: 13px;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: 13px;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;}
.sub0406_wrap .list_tab_wrap ul.list_tab li{background: none; display: inline-block; cursor: pointer; width: calc((100% - 20px) / 3); border:1px solid #ddd; height: 50px; line-height: 50px; font-size: 16px; 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:100px; display:flex; gap:30px; flex-direction:column;}
.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:300px;  min-width:40%;}
.sub0406_wrap ul.data-list li .data-wrap{max-width:100%;}
.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 .item.news .text-wrap .title{font-size:16px; font-weight:700; margin:20px 0 15px; }
.sub0406_wrap .item.news .text-wrap .text{font-size:15px; font-weight:400; margin:20px 0 15px; color:#444;}
.sub0406_wrap .item.news .data-wrap .datas {display: flex;}
.sub0406_wrap .item.news .data-wrap .datas span{display: inline-flex; color:#bbb; align-items: center; font-size:13px;}
.sub0406_wrap .item.news .data-wrap .datas .media{color:#444; margin-left:20px; position:relative;}
.sub0406_wrap .item.news .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:95%; height:550px;margin: 0 auto; 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:40%;}*/
.sub0701_wrap .tit_wrap {position:absolute; top:20px; color:#fff;}
.sub0701_wrap .tit_wrap p {width:100%; font-size:16px; font-weight:600;}
.sub0701_wrap .tit_wrap .top {font-size:24px; font-weight:700; margin-bottom:30px;}
.sub0701_wrap .tit_wrap .tit {width:97%; padding:20px 0px;}
.sub0701_wrap .tit_wrap .tit p{margin:15px 0px;}

.sub0701_wrap .con2 .txt_wrap {width:95%;  box-sizing:border-box; margin:0px auto;box-shadow:2px 2px 20px rgb(9 38 70 / 12%);}
.sub0701_wrap .con2 .txt_wrap p {width:95%; font-size:16px; font-weight:300; color:#222; margin:15px auto; text-align:center; line-height:30px;}
.sub0701_wrap .con2 .txt_wrap p {/* border:1px double #222; border-width:5px; border-radius:15px; */ padding:30px 10px;}

.sub0701_wrap .con3 .txt_wrap span{color:#1d581d;font-size:20px;}
.sub0701_wrap .con3 .txt_wrap1{margin:100px auto; text-align:left;color:#333;}
.sub0701_wrap .con3 .txt_wrap1 strong{font-size:25px; color:#222;}
.sub0701_wrap .con3 .txt_wrap1 p{font-size:16px;}
.sub0701_wrap .con3 .inner{width: 100%; padding: 0;}
.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 {width: 100%;}
.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: 50%;/* background: #e8eae7; */ right: 3%; top:70%; transform: translateY(-50%); height: auto; min-height: 190px; 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: 50%;/* background: #e8eae7; */ left: 3%; top:70%; transform: translateY(-50%); height: auto; min-height: 190px; 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:18px;}
.sub0701_wrap .con3 {position:relative; }
.sub0701_wrap .con3 .txt_wrap strong{color: #222; font-size: 25px;}
.sub0701_wrap .con3 .txt_wrap p{font-size: 15px; line-height: 1.2; color: #444; margin-top: 10px; word-break:keep-all; }
.sub0701_wrap .con3 .box2{margin-top:200px; display:block;}
.sub0701_wrap .con3 .img_wrap img{width:100%;}

/* 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: 18px;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: 14px;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: 18px;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,.view-type1 .view-top .info strong {display: inline-block;font-size: 15px;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: 15px;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: 14px;line-height: 1.625}
.sub0702_view_wrap .tbl-type1 table tbody th {color: #333;background: #f9f9f9}
.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: 130px;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:15px; color:#fff; text-align:center;}


/* sub0407_view */
.sub0407_view_wrap{width:100%; margin:0 auto;}
.sub0407_view_wrap .detail-header .title{font-size:25px;font-weight:700; color:#333;}
.sub0407_view_wrap .detail-body{margin-top:40px;}
.sub0407_view_wrap .detail-body p{font-size:16px; color:#555;}
.sub0407_view_wrap .detail-footer {margin: 30px 0; border-bottom:1px solid #ddd; padding-bottom:30px;}
.sub0407_view_wrap .detail-footer span{color:#999; font-size:16px;}
.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:40px; margin-top:30px;}
.lawyer_items ul li{display:flex; width:calc((100% - 80px) / 3);}
.lawyer_items ul li .img_wrap{width:;}
.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: 10px; 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: 16px;position: relative;}
/* .lawyer_items ul li .box a .txt_wrap span:after{content:'';position: absolute;left: 95px; top: 6px;width: 2px; height: 16px; background:rgba(255,255,255,0.2);} */
.lawyer_items ul li .box a .txt_wrap p{font-size: 22px; 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;}
}