@media screen and (max-width:1024px) {
/*로그인스킨*/
#login_wrap {width:80%;  background:#fff;}
.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:50px; background:#fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:15px; color:#666; line-height:50px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:50px; background:#fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:15px; color:#666; line-height:50px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:50px; }
.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%;  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%;}

.agreement {font-size: 15px;}
.chk_bt {font-size: 15px; width: 180px;}

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

/* === 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: relative; line-height: 1;}
#header .inner{display: flex; align-items: center; justify-content: space-between;width: 100%; height: 80px;}
#header h1 img{/* width: 256px; */ width: 210px;}
#header .gnb_wrap{display: none;position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
#header .gnb_wrap ul{display: flex;align-items: center;}
#header .gnb_wrap ul li{transition:.4s;}
#header .gnb_wrap ul li a{position: relative;display: block;font-size: 18px; color: #222; font-weight: 500; padding: 41px 35px;transition:.4s;width: 200px;text-align: center;}
#header .gnb_wrap ul li.on{background: #0a0f39;}
#header .gnb_wrap ul li.on a{color: #fff;}

#header .h_right{display: flex; gap:40px; align-items: center;}
#header .h_right .log_wrap{display: none;gap:10px;}
#header .h_right .log_wrap a{display: flex; align-items: center; justify-content: center; width: 90px; height: 35px; border-radius:10px; border:1px solid #0a0f39; color: #0a0f39;font-size: 15px; font-weight: 500;}
#header .h_right .log_wrap a:nth-child(1){background: #0a0f39;color: #fff;}
#header .h_right .search_btn img{width: 30px;}

#header .h_right .menu_btn{display: block; position: relative; width: 35px; height: 15px;}
#header .h_right .menu_btn::before{content:'';position: absolute; top: 0; left: 0;height: 3px;width: 100%;background: #222;transition:.3s;}
#header .h_right .menu_btn::after{content:'';position: absolute;bottom: 0;left: 0;height: 3px;width: 100%;background: #222;transition:.3s;}
#header.on .h_right .menu_btn::before{width: 36px;transform: rotate(45deg);top: 4px;}
#header.on .h_right .menu_btn::after{width: 36px;transform: rotate(-45deg);bottom: 9px;}

#header .h_right .menu_btn.all_btn{display: none;}
#header .h_right .menu_btn.nav_btn{display: block;}

/* nav */
.navigation{position:absolute;top: 80px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000;line-height: 1;}
.navigation.on{display:block;}
.navigation .log_wrap{display: flex; height: 60px;border-top: 1px solid #ddd;}
.navigation .log_wrap a{display: flex; align-items: center; justify-content: center; flex:1;font-size: 16px; color: #0a0f39; font-weight: 500;}
.navigation .log_wrap a:nth-child(1){background: #0a0f39; color: #fff;}
.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 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: 500;}
.navigation h3.on a,
.navigation h3.active a,
.navigation h3.hover a{font-weight: 500;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 20px;width: 15px;height: 9px;background:url(/images/main/nav_bt_tab.png)center no-repeat;background-size:cover ;transition:.4s;}
.navigation h3.active a:after{transform:translateY(-50%) rotate(180deg);}
.navigation h3.on a:after{transform:translateY(-50%) rotate(180deg);}
.navigation ul{display: block; padding:25px 0;background:#f3f3f5;border-top:2px solid #0a0f39;border-bottom: 1px solid #ddd;}
.navigation ul li{margin-bottom: 20px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;width:100%;color:#666;font-size:16px;border:none;font-weight: 400;padding-left: 20px; word-break:keep-all;}
.navi_bg{display: none;position: absolute;top: 80px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.8);z-index: 1000;}

/* search_wrap */
.search_wrap{display: none;position: absolute; top: 80px; width: 100%;height: 100%;background: rgba(0,0,0,.8);z-index: 6000;padding: 0px; border-top: 1px solid #ddd;}
.search_wrap .search_box{display: flex; align-items: center;justify-content: center;padding: 60px 38px; background: #f7f7f7;}
.search_wrap .search_box input[type="text"]{width: calc(100% - 112px); height: 60px; padding: 0px 25px; border:1px solid #ddd; border-radius: 10px 0 0 10px;font-size: 15px; color: #999;}
.search_wrap .search_box input[type="text"]::placeholder{font-size: 15px; color: #999;}
.search_wrap .search_box .search_btn{display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius:0 10px 10px 0; background: #0a0f39;}
.search_wrap .search_box .search_btn img{width: 27px;}
.search_wrap .search_box .x_btn{display: block;padding-left: 25px;}
.search_wrap .search_box .x_btn img{width: 27px;}

/* all_menu */
#header.on{border-bottom: 1px solid #ddd;}
#header.on .gnb_wrap ul li a{width: 240px;padding: 41px 55px;text-align: center;}
.all_menu_wrap{display: none;position: absolute;top: 100px;z-index: 5000;background: #fff;width: 100%;line-height: 1;}
.all_menu_wrap ul.all_menu{display: flex;justify-content: center;}
.all_menu_wrap ul.all_menu > li{width: 240px;padding: 40px 0;transition:.4s;}
.all_menu_wrap ul.all_menu > li.on{background: #0a0f39;}
.all_menu_wrap ul.all_menu > li.on ul.all_sub_menu li a{color: #fff;}
.all_menu_wrap ul.all_menu ul.all_sub_menu li:not(:last-child){margin-bottom: 30px;}
.all_menu_wrap ul.all_menu ul.all_sub_menu li a{display: block;text-align: center;font-size: 18px;color: #555; font-weight: 500;transition:.3s;} 

/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute; top: 43%; left: 50%; transform:translate(-50%,-50%); width: 100%;z-index: 1000;}
#visual_wrap .txt_wrap p{font-size: 50px; color: #fff; font-weight: 700;}
#visual_wrap .txt_wrap span{display: block;font-size: 20px; color: #fff; font-weight: 400;margin-top: 25px;}
#visual_wrap .visual_items{position: absolute; top: 67%; left: 50%; transform:translate(-50%,-50%); z-index: 1000; width: 100%;}
#visual_wrap .swiper-paging{display: flex;gap: 20px;}
#visual_wrap .swiper-paging .swiper-pagination-bullet{position: relative;width: 40px;height: 40px;display: inline-block;border-radius: 50%;background: transparent;opacity: 1;}
#visual_wrap .swiper-paging .swiper-pagination-bullet::after{content:'';position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);border: 4px solid rgba(255, 255, 255, .3);border-radius: 50%;width: 38px;height: 38px;opacity: 0;}
#visual_wrap .swiper-paging svg{width: 40px; height: 40px;}
#visual_wrap .swiper-paging span.dots{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);font-size: 14px; color: #fff;text-align: center; font-weight: 700;}
#visual_wrap .circle{opacity: 0;}
#visual_wrap .swiper-pagination-bullet-active .circle{animation: draw 4s linear forwards;stroke-dashoffset: 140px; stroke-dasharray: 140px;opacity: 1;}
#visual_wrap .swiper-pagination-bullet-active .circle.on{animation-delay:1s;}
#visual_wrap .swiper-paging .swiper-pagination-bullet.swiper-pagination-bullet-active::after{opacity: 1;}
@keyframes draw {
    to {stroke-dashoffset: 0;}
}

/* section */
.section{padding: 80px 0px;line-height: 1;}
.section .tit a{display: flex; align-items: center; gap:12px;font-size: 16px; color: #fff;transition:.4s;}
.section .tit a:hover{gap:20px;}
.section .tit a img{width: 14px;}

/* section01 */
#section01{background: url(/images/main/sec01_bg01_tab.jpg)center no-repeat; background-size: cover;}
#section01 .con_wrap{display: flex;gap:20px;}
#section01 .con_wrap .con{position: relative;width: calc((100% - 60px) / 3);}
#section01 .con_wrap .con .img_wrap{position:relative; width:100%; padding-bottom:100%;overflow: hidden; border-radius:10px;}
#section01 .con_wrap .con .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;transition:.5s;}
#section01 .con_wrap .con:hover .img_wrap img{transform:scale(1.05);}
#section01 .con_wrap .con .txt_wrap{position: absolute; top: 0; left: 0;width: 100%; height: 100%;padding: 30px;}
#section01 .con_wrap .con .txt_wrap p{font-size: 25px; color: #fff; font-weight: 700;}
#section01 .con_wrap .con .txt_wrap span{display: block;font-size: 18px; color: #fff; line-height: 25px; margin-top: 15px;}
#section01 .con_wrap .con .txt_wrap span i{display: block;}
#section01 .con_wrap .con .txt_wrap em{display: flex; align-items: center; gap:12px;position: absolute; bottom: 30px; right: 30px;font-size: 16px; color: #fff;transition:.4s;}
#section01 .con_wrap .con .txt_wrap em img{width: 14px;}
#section01 .con_wrap .con:hover .txt_wrap em{gap:20px;}
#section01 .con_wrap .con .sec01_slide .img_wrap{border:1px solid #ddd;}
#section01 .con_wrap .con .arr{display: flex; gap:12px;position: absolute;bottom: 20px; right: 20px;}
#section01 .con_wrap .con .arr img{width: 30px;}

/* section02 */
#section02{background: url(/images/main/sec02_bg01_tab.jpg)center no-repeat; background-size: cover;}
#section02 .inner{display: flex;align-items: flex-start; justify-content: space-between;padding: 0 0 0 2.6%;}
#section02 .tit{width: 255px;}
#section02 .tit p{font-size: 50px; color: #fff; font-weight: 700;margin-bottom: 27px;}
#section02 .tit .arr{display: flex; gap:15px;margin-top: 75px;}
#section02 .tit .arr img{width: 50px;}
#section02 .slide_wrap{width: calc(100% - 255px);}
#section02 .sec02_slide .slick-list{width: calc(100% + 20px);}
#section02 .sec02_slide li{background: #fff;padding: 25px;margin-right: 20px;opacity: .7; transition:.4s;width: 290px;}
#section02 .sec02_slide li.slick-current{opacity: 1;}
#section02 .sec02_slide li:hover{opacity: 1;}
#section02 .sec02_slide li .img_wrap{position:relative; width:100%; padding-bottom:61.818%;margin-bottom: 15px;overflow: hidden;}
#section02 .sec02_slide li .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;transition:.5s;}
#section02 .sec02_slide li:hover .img_wrap img{transform:scale(1.05);}
#section02 .sec02_slide li .txt_wrap p{font-size: 16px; color: #0a0f39; font-weight: 600;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section02 .sec02_slide li .txt_wrap span{display: block;font-size: 15px; color: #222; line-height: 20px;margin: 10px 0 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word; height: 40px;}
#section02 .sec02_slide li .txt_wrap em{font-size: 15px; color: #999;}

/* section03 */
#section03{background: url(/images/main/sec03_bg01_tab.jpg)center no-repeat; background-size: cover;padding: 60px 0px 80px;}
#section03 .tit{display: flex; align-items: center; justify-content: space-between;margin-bottom: 40px;}
#section03 .tit a{color: #222;}
#section03 .tab-menu-wrap{display: flex; gap:40px;}
#section03 .tab-menu-wrap button{position: relative;font-size: 35px; color: #ddd; font-weight: 700;transition:.3s;}
#section03 .tab-menu-wrap button.on{color: #0a0f39;}
#section03 .tab-menu-wrap button:not(:last-child)::after{content:'';position: absolute;right: -21px; top: 50%; transform:translateY(-50%);background: #ddd; width: 2px; height: 24px;}
#section03 .tab-con{display: flex;gap:30px;}
#section03 .tab-con .con .box{padding: 25px; border:1px solid #ddd;background: #fff;transition:.4s;}
#section03 .tab-con .con .box:hover{border:1px solid #0a0f39; box-shadow: 1px 9px 27px rgba(0,0,0,.16);}
#section03 .tab-con .con .box p{font-size: 18px; color: #000; line-height: 23px; font-weight: 600;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;word-break: keep-all;}
#section03 .tab-con .con .box span{display: block;font-size: 15px; line-height: 20px; color: #555;margin: 12px 0px 20px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word; height: 40px;word-break: keep-all;}
#section03 .tab-con .con .box em{font-size: 15px; color: #999;}
#section03 .tab-con .con .box .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;transition:.5s;}
#section03 .tab-con .con .box:hover .img_wrap img{transform:scale(1.05);}
#section03 .tab-con .con01{width: calc((100% - 30px) / 2);}
#section03 .tab-con .con01 .box{width: 100%;}
#section03 .tab-con .con01 .box .img_wrap{position:relative; width:100%; padding-bottom:65.263%;overflow: hidden;}
#section03 .tab-con .con01 .txt_wrap{margin-top: 15px;}
#section03 .tab-con .con02{display: flex; gap:30px; flex-wrap:wrap;width: calc((100% - 30px) / 2);}
#section03 .tab-con .con02 .box{display: flex; width: 100%;}
#section03 .tab-con .con02 .box:nth-child(3),
#section03 .tab-con .con02 .box:nth-child(4){display: none;}
#section03 .tab-con .con02 .box a{display: flex; gap:15px; align-items: center;}
#section03 .tab-con .con02 .box .img_box{width: 130px;}
#section03 .tab-con .con02 .box .img_wrap{position:relative; width:100%; padding-bottom:100%;overflow: hidden;}
#section03 .tab-con .con02 .box .txt_wrap{width: calc(100% - 145px);}
#section03 .tab-con .con02 .box span{margin: 8px 0px 20px;}

/* banner_wrap */
#banner_wrap{line-height: 1;padding: 20px 0px;border-top: 1px solid #ddd;}
#banner_wrap .banner_slide{padding: 0 27px;}
#banner_wrap .banner_slide .slick-list{width: calc(100% + 20px);}
#banner_wrap .banner_slide li{margin-right: 20px;}
#banner_wrap .banner_slide li .img_wrap{position:relative; width:100%; padding-bottom:26.047%; border:1px solid #ddd}
#banner_wrap .banner_slide li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
#banner_wrap .slick-prev{position: absolute;left: 0px; top: 50%; transform:translateY(-50%); background: url(/images/main/banner_prev_tab.png)center no-repeat; width: 7px; height: 12px; background-size: cover; text-indent: -9999px;}
#banner_wrap .slick-next{position: absolute;right: 0px; top: 50%; transform:translateY(-50%); background: url(/images/main/banner_next_tab.png)center no-repeat; width: 7px; height: 12px; background-size: cover; text-indent: -9999px;}

.top_btn_fix{position: fixed;bottom: 40px; right: 2.6%;z-index: 9999;}
.top_btn_fix button{display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: #fff; border-radius:50%; box-shadow: 1px 0px 10px rgba(0,0,0,.1);}
.top_btn_fix button img{width: 15px;}

/* footer */
#footer{background: #2f2f2f; padding: 40px 0px;line-height: 1;}
#footer a.f_logo img{/* width: 256px; */ width: 210px;}
#footer .top{padding-bottom: 15px; margin-bottom: 20px;border-bottom: 1px solid rgba(120,120,120,.5);}
#footer .top address{margin-top: 20px;}
#footer .top address p{font-size: 15px; color: #fff; line-height: 30px;}
#footer .top address span{display: inline-block;font-weight: 600;color: #787878;margin-right: 12px;}
#footer .top address b{display: inline-block;width: 1px; height: 10px; background: #fff;margin: 0px 15px;}
#footer .top address b:nth-of-type(2){display: none;}
#footer .top address br{display: none;}
#footer .top address i{display: block;}
#footer .bot{display: flex; align-items: flex-start; justify-content: space-between;flex-direction: column;gap:15px;}
#footer .bot .a_wrap{display: flex;gap:30px;}
#footer .bot .a_wrap a{position: relative;display: block;font-size: 15px; color: #fff;font-weight: 600;}
#footer .bot .a_wrap a:not(:last-child)::after{content:'';position: absolute; right: -20px; top: 50%; transform:translateY(-50%);width: 1px; height: 10px; background: #fff;}
#footer .bot p.copy{font-size: 15px; color: #787878; font-weight: 300;}

/* =======sub================================================= */
#sub_visual_wrap{position: relative; line-height: 1;z-index: -1;}
#sub_visual_wrap .sub_txt{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 100%;}
#sub_visual_wrap .sub_txt h2{font-size: 40px; color: #fff; font-weight: 600;text-align: center;}
#sub_visual_wrap .sub_txt ul{display: flex; align-items: center; justify-content: center;gap:45px; margin-top: 30px;}
#sub_visual_wrap .sub_txt ul li{position: relative;font-size: 16px; color: #fff;}
#sub_visual_wrap .sub_txt ul li img{width: 20px;}
#sub_visual_wrap .sub_txt ul li:not(:last-child):after{content:'';position: absolute; top: 50%; right: -25px; transform:translateY(-50%); width: 4px; height: 4px; background: #fff; border-radius:50%;}

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

/* tab_menu */
.tab_menu{position: relative; transform: translateY(0px); width:100%; height:60px;line-height: 1;z-index: 100;}
.tab_menu .inner{position:relative; display: flex; align-items: flex-end; width: 100%; height:100%;background:#fff;margin: 0;margin-left: auto;box-shadow: 6px 6px 15px rgba(0, 0, 0, .08);padding: 0;}
.tab_menu a.home{position: relative;display: block;width: 60px; height: 100%; background: url(/images/sub/home_tab.png)center no-repeat #0a0f39; background-size: 22px;}
.tab_menu .menu {display: flex; width:calc(100% - 60px); height:100%;border-bottom: 1px solid #eee;}
.tab_menu .menu > li{position:relative; min-width:initial; flex:1; height:100%; }
.tab_menu .menu > li::before{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);background:url("/images/sub/tab_bt_tab.png")center no-repeat; width: 16px; height: 10px; background-size: cover;transition:.4s;}
.tab_menu .menu > li.on::before{transform:translateY(-50%) rotate(180deg);}
.tab_menu .menu > li::after{content:'';position: absolute; right: 0;top: 50%; transform:translateY(-50%); width: 1px; height: 20px; background: #ddd;}
.tab_menu .menu > li:last-child::after{display: none;}
.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:25px 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; width:100%; font-size:16px; color:#555; font-weight: 400;padding:0 20px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu .menu > li ul li a:hover{color: #0a0f39; }
.tab_menu .menu > li ul li.on a{color: #0a0f39; }

/* depth03 */
.dep03_pc{display: none;}

.dep03_tab{position: relative;display: block; margin: 60px auto 0; line-height: 1;width: calc(100% - 80px); }
.dep03_tab em{position: relative;display: flex; align-items: center; justify-content: center;cursor:pointer; width: 100%; height: 55px;font-size: 16px; font-weight: 600;color: #0a0f39; border:1px solid #0a0f39;}
.dep03_tab em::before{content:'';position: absolute;top: 50%; transform:translateY(-50%); right: 20px;width: 18px; height: 2px;background: #0a0f39;transition:.4s;}
.dep03_tab em::after{content:'';position: absolute;transform:translateY(-50%);top: 50%; right: 28px;width: 2px; height: 18px;background: #0a0f39;transition:.4s;}
.dep03_tab em.on::before{transform:translateY(-50%) rotate(180deg); }
.dep03_tab em.on::after{transform:translateY(-50%) rotate(90deg); }
.dep03_tab ul{display: none;position: absolute; top: 55px; left: 0; background: #fff; width: 100%; border:1px solid #ddd;padding: 25px 0px;z-index: 1000;}
.dep03_tab ul li a{display: flex; align-items: center; justify-content: center;font-size: 16px;color: #999;}
.dep03_tab ul li:not(:last-child){margin-bottom: 20px;}
.dep03_tab ul li.on a{color: #0a0f39;}








/* 일반게시판_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%);}

/* 사이트맵 */
.sitemap_wrap {}
.sitemap_wrap .tbl_wrap {}
.sitemap_wrap .sm_mob {display: table;}
.sitemap_wrap .sm_mob:not(:last-child) {margin-bottom: 20px;}
.sitemap_wrap .sm_pc {display: none;}
.sitemap_wrap .sm_tb {border-top: 2px solid #999; border-bottom: 1px solid #ddd; width: 100%;}
.sitemap_wrap .sm_tb th {font-size: 18px; padding: 12px; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.sitemap_wrap .sm_tb th a {color: #222;}
.sitemap_wrap .sm_tb th:first-child {border-left: 0;}
.sitemap_wrap .sm_tb td {padding: 12px; font-size: 16px; border-left: 1px solid #ddd; vertical-align : top;}
.sitemap_wrap .sm_tb td:first-child {border-left: 0;}																																																	  
.sitemap_wrap .sm_tb td a {color:#222;}
.sitemap_wrap .sm_tb td .list_all:not(:last-child) {margin-bottom: 15px;}
.sitemap_wrap .sm_tb td ul.dot_li_s {}
.sitemap_wrap .sm_tb td ul.dot_li_s li:not(:last-child) {margin-bottom: 15px;}
.sitemap_wrap .sm_tb td ul.dot_li_s li {font-size: 16px; position: relative; padding-left: 12px; font-weight: 500;}
.sitemap_wrap .sm_tb td ul.dot_li_s li:before {position: absolute; content:''; width: 4px; height: 4px; border-radius: 50%; left: 0; top: 10px; background:#999;}
.sitemap_wrap .sm_tb td ul.dot_li_s2 {margin-top: 5px;}
.sitemap_wrap .sm_tb td ul.dot_li_s2 li:not(:first-child) {margin-top: 5px;}
.sitemap_wrap .sm_tb td ul.dot_li_s2 li {font-size: 14px; padding-left: 12px;}
.sitemap_wrap .sm_tb td ul.dot_li_s2 li a {color:#555;}
/* sub공통 */
h4.h4_tit {font-size: 26px; color: #222; font-weight: 700; margin-bottom: 0px; position: relative; padding-left: 30px;}
h4.h4_tit:before {position: absolute; content: ''; width: 20px; height: 20px; background: url(/images/sub/sub_tit_tab.png); background-repeat: no-repeat; top: 50%;transform: translateY(-50%); left: 0;}
/* sub0101 */
.sub0101_wrap{padding:10px;}
.sub0101_wrap .con1{display:block;}
.sub0101_wrap .con1 .txt_box .p_tit {font-size:20px;margin:30px 0;color:#0a0f39;font-weight:700;}
.sub0101_wrap .con1 .txt_box .p_wrap {font-size:16px; word-break:keep-all;}
.sub0101_wrap .con1 .txt_box .p_wrap p{margin-bottom:10px;}
.sub0101_wrap .con1 .txt_box .p_sign p{font-size:18px; margin-top:30px; margin-bottom: 0;}
.sub0101_wrap .con1 .txt_box .p_sign strong{font-size:20px;}


/* sub0102 */
.sub0102_wrap{word-break:keep-all;}
.sub0102_wrap .txt01{margin-top:70px; margin-bottom:30px; font-size:30px; color:#222;}
.sub0102_wrap .con1 .long{border:1px solid red;}
.sub0102_wrap .con1 td{font-size:15px; padding:10px; border:1px solid #0a0f39;}
.sub0102_wrap .con1 .title{font-weight:light; background:#0a0f39; color:#fff; border-bottom:1px solid #fff; text-align:center; /* letter-spacing:5px; */}

.sub0102_wrap .con2{padding-top:70px;}
.sub0102_wrap .con2 h4{width:200px; font-size:20px; color:#222; margin: 30px 0px 0px; background:#0a0f39; color:#fff; padding:10px 20px; margin-left:15px;}
.sub0102_wrap .con2 tbody{text-align:center;}
.sub0102_wrap .con2 tr:first-child{background:#0a0f39; color:#fff;}
.sub0102_wrap .con2 tr:first-child td{color:#fff; border:1px solid #fff;}
.sub0102_wrap .con2 td{font-size:15px; border:1px solid #0a0f39; padding:10px;}
.sub0102_wrap .con2 > div{margin-top:70px;}

.sub0102_wrap .con0202 ul{border:2px solid #0a0f39;gap:20px; border-radius:15px; font-size:15px;padding: 20px; color:#222; display:flex; flex-wrap:wrap;}
.sub0102_wrap .con0202 li{padding:0px;} 

/* .sub0103 */
.sub0103_wrap .his_wrap {position: relative;}
.sub0103_wrap .his_wrap::before {content: ''; width: 1px; height: 100%; background: #ddd; position: absolute; left: 50%; top: 0;}
.sub0103_wrap .his_wrap h3 {color: #003668; font-size: 28px; position: relative; line-height: 1; margin: 30px 0 25px;}
.sub0103_wrap .his_wrap li {margin-bottom: 30px; position: relative; word-break: keep-all; font-size: 16px;}
.sub0103_wrap .his_wrap li p.p_tit {font-size: 16px; margin-bottom: 5px; font-weight: 600;}
.sub0103_wrap .his_wrap li p.p_con {font-size: 15px;}
.sub0103_wrap .his_wrap li .txt_wrap {width: 100%; display: block; margin-top: 10px;}
.sub0103_wrap .his_wrap li:last-child {margin-bottom: 0;}
.sub0103_wrap .his_right {padding-left: 50%; }
.sub0103_wrap .his_right h3 {padding-left: 40px;}
.sub0103_wrap .his_right h3::before {width: 18px; height: 18px; background: #fff; border: 5px solid #003668; position: absolute; left: -8px; top: 7px; content: ''; border-radius: 50%;}
.sub0103_wrap .his_right ul {padding-left: 40px;}
/* .sub0103_wrap .his_right li {padding-left: 65px;} */
.sub0103_wrap .his_right li span::before {content: ''; width: 4px; height: 4px; border-radius: 50%; background: #003668; position: absolute; left: 0; top: 10px;}
.sub0103_wrap .his_right span {display: block; font-size: 16px; position:relative; font-weight: 600; width: 100%; padding-left: 12px;}
.sub0103_wrap .his_left {padding-right: 50%; text-align: right;}
.sub0103_wrap .his_left h3 {padding-right: 40px;}
.sub0103_wrap .his_left h3::before {width: 18px; height: 18px; background: #fff; border: 5px solid #003668; position: absolute; right: -10px;  top: 9px; content: ''; border-radius: 50%;}
.sub0103_wrap .his_left ul {padding-right: 40px;}
/* .sub0103_wrap .his_left li {padding-right: 65px;} */
.sub0103_wrap .his_left li span::before {content: ''; width: 4px; height: 4px; border-radius: 50%; background: #003668; position: absolute; right: 0; top: 10px;}
.sub0103_wrap .his_left span {display: block; font-size: 16px; position:relative; font-weight: 600; width: 100%; padding-right: 12px;}

/* sub0201 */
.sub0201_wrap .sub_txt_wrap01 {font-size: 17px; border-top: 1px solid #0a0f39; background: rgba(75,160,255,0.1); padding: 30px 20px;}
.sub0201_wrap .sub_txt_wrap01 > p{font-size: 17px; color: #222; line-height: 1.7; word-break:keep-all;}
.sub0201_wrap .con2{display:flex; flex-direction:column;}
.sub0201_wrap .con3 .txt_box{ width:100%; height:100px;  text-align:center; 
padding:15px;margin-top:50px;box-shadow: 2px 2px 20px rgb(9 38 70 / 12%); font-size:18px; color:#333; font-weight:700;}
.sub0201_wrap .con3{margin-top:50px;}
.sub0201_wrap .con3 tbody{border-top:1px solid #0a0f39; }
.sub0201_wrap .con3 tbody td{font-size:16px; padding:10px; font-weight:700; color:#333; }
.sub0201_wrap .con3 tbody td:first-of-type{text-align:center; background-color:#e6e7eb;}
.sub0201_wrap .con3 tbody .td_st1{padding-left:30px; font-weight:400; }
.sub0201_wrap .con3 tbody .td_st{text-align:center; background-color:#e6e7eb;}
.sub0201_wrap .con3 tbody tr{border-bottom:1px solid #ccc; }
.sub0201_wrap .con3 tbody td p{font-size:15px; color:#555;}
/* sub0201_2 */
.sub0201_2_wrap .sub_txt_wrap01 {border-top: 1px solid #0a0f39; background: rgba(75,160,255,0.1); padding: 30px 40px;}
.sub0201_2_wrap .sub_txt_wrap01 li{font-size: 16px; color: #222; line-height: 1.8; word-break:keep-all; list-style:square;}
.sub0201_2_wrap .con1 .box1{display:flex; gap:100px; align-items:center;}
.sub0201_2_wrap .sub_txt_wrap01 P{font-size: 18px; color: #111; line-height: 1.8; text-align:center;word-break:keep-all; font-weight:700;}
.sub0201_2_wrap .con2 {margin-top:30px;}
.sub0201_2_wrap .con3 {color:#444;box-shadow: 2px 2px 20px rgb(9 38 70 / 12%); margin-top:50px; padding:20px 40px;}
.sub0201_2_wrap .con3 h3{font-size:16px;}
.sub0201_2_wrap .con3 p b{font-size:15px; }
.sub0201_2_wrap .con3 ul li{font-size:15px;margin-bottom:10px; list-style:disc; margin-left:15px;}
.sub0201_2_wrap .con3 .txt_wrap p{font-size:15px;margin-bottom:10px;}

/* sub0201_3 */
.sub0201_3_wrap .sub_txt_wrap01 {border-top: 1px solid #0a0f39; background: rgba(75,160,255,0.1); padding: 30px 40px;}
.sub0201_3_wrap .sub_txt_wrap01 > p{font-size: 16px; color: #222; line-height: 1.8; word-break:keep-all;}
.sub0201_3_wrap .con2{display:flex; flex-direction:column; align-items:center; gap:50px; margin-top:50px;}
.sub0201_3_wrap .con2 img{width:90%; margin:0 auto;}

/* sub0301 */
.sub0301_wrap .con1 span{font-size:22px; color:#555; font-weight:600; padding-left:30px;}
.sub0301_wrap .con1 .img_wrap{margin:30px 0;}
.sub0301_wrap .con1 .sub_txt_wrap02{display:flex; flex-direction:column; gap:20px; justify-content:flex-start;padding: 25px; margin-top:50px; box-shadow: 2px 2px 20px rgb(9 38 70 / 12%);}        
.sub0301_wrap .con1 .sub_txt_wrap02 span {font-size:18px;font-weight:700; width:100px;color:#222; padding-left:0px;}	
.sub0301_wrap .con1 .sub_txt_wrap02 p {font-size:14px; line-height:1.7; word-break:keep-all;}
.sub0301_wrap .sub_txt_wrap01 {border-top: 1px solid #0a0f39; background: rgba(75,160,255,0.1); padding: 30px 40px;}
.sub0301_wrap .sub_txt_wrap01 > p{font-size: 14px; color: #222; line-height: 1.7; word-break:keep-all;}
/* search */
.search_list_wrap .tab_wrap{font-size: 0; text-align: left; border-top:2px solid #17438c; }
.search_list_wrap .tab_wrap li{display: inline-block; font-size: 15px; font-weight: 400; line-height: 55px; color: #222222; width: 16.66%; height: 55px; border:1px solid #dddddd; border-width:0 0 1px 1px; cursor:pointer; vertical-align:top; text-align:center;}
.search_list_wrap .tab_wrap li:first-child{border-right: 1px solid #dddddd;}
.search_list_wrap .tab_wrap li:nth-child(6n){border-right: 1px solid #dddddd;}
.search_list_wrap .tab_wrap li:last-child{width:calc(16.6% + 1px); border-right: 1px solid #dddddd;}
.search_list_wrap .tab_wrap li:hover{display: inline-block; font-size: 15px; font-weight: 400; line-height: 55px; color: #fff; width: 16.66%; height: 55px; background: #17438c; border:1px solid #17438c; }
.search_list_wrap .tab_wrap li.on{display: inline-block; font-size: 15px; font-weight: 400; line-height: 55px; color: #fff; width: 16.66%; height: 55px; background: #17438c; border:1px solid #17438c; }
.search_list_wrap .tab_wrap .tab_con{min-height: 400px; padding-top: 40px;}

}/* end */