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

/* === 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%; }

/* main 공통 */
h3.h3_tit{font-size: 2.188rem; color: #222;}
h3.h3_tit span{position: relative;}
h3.h3_tit span::after{content:''; position: absolute; top: 0; right: -10px; width: 8px; height: 8px; border-radius:50%; background: var(--co01);}



/* header */
#header{position: relative; height: 80px;}
#header .inner{height: 100%;}
#header h1 a{display: block; background: url('/assets/images/main/main_logo.png')center no-repeat; background-size:cover; width: 350px; height: 50px;}
#header .h_right{display: flex; align-items: center; gap:30px;}
#header .login_btn{display: block; padding: 8px 15px; font-size: 0.875rem; color: var(--co01); font-weight: 600; border-radius:30px; border:2px solid var(--co01);}
#header .nav_btn{position: relative; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; width: 26px; height: 22px; transition: all 0.3s ease;}
#header .nav_btn span{width: 100%; height: 2px; background: #222; transition: all 0.3s ease;}
#header .nav_btn span:nth-child(2){width: 70%;}
#header .nav_btn.on {justify-content: center;align-items: center;height: 26px;}
#header .nav_btn.on span {position: absolute; width: 100%;}
#header .nav_btn.on span:nth-child(1) {transform: rotate(45deg);}
#header .nav_btn.on span:nth-child(2) {transform: rotate(-45deg);width: 100%;}
#header .nav_btn.on span:nth-child(3) {display: none;}

/* gnb */
.gnb{display: none;}


/* navigation */
.navigation{position: fixed;left: 0;top: 80px;width: 100%;height: 100%;z-index: 3500; display:none;}
.navigation .lnb{position:absolute; top: 0; z-index:5000; width:50%;background-color:#fff;height:100%; right: 0px; }
.navigation.on{display:block;}
.navigation h3{width:100%;}
.navigation h3.active a:after{background:url('/assets/images/main/nav_arw_on.png')center no-repeat; background-size:cover; width: 16px; height: 8px;}
.navigation h3 a{position: relative;line-height: 55px;width:100%; display: flex;align-items: center;padding: 0 20px;color:#222222;font-size:16px;font-weight: 600; border-bottom:1px solid #dddddd;}
.navigation h3.active a{border-bottom: 1px solid var(--co01);}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 20px;width: 16px;height: 8px;background:url('/assets/images/main/nav_arw.png')center no-repeat;background-size:cover;}
.navigation ul{display: block; padding:15px 0;background:#f6f6f6;}
.navigation ul li a{color:#666;font-size:14px;font-weight: 400;margin-left: 20px; word-break:keep-all;line-height: 30px; transition:.3s;}
.navigation ul li:hover a{color: var(--co01); font-weight: 600; transition:.3s;}
.navigation ul li a.on{color: #222;}
.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,.5);z-index: 1000;} 


/* visual_wrap */
#visual_wrap{position: relative;}
#visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 100%; color: #fff; width: calc(100% - 5.2%); max-width:1500px;}
#visual_wrap .txt_wrap h2{font-size: 2.5rem; line-height: 1.3;}
#visual_wrap .txt_wrap h2 span{display: block;}
#visual_wrap .txt_wrap p{font-size: 1.25rem; margin-top: 30px;}
#visual_wrap .swiper-paging .swiper-pagination-bullet{position: relative;width: 35px;height: 35px;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: 3px solid rgba(255, 255, 255, .3);border-radius: 50%;width: 35px;height: 35px;} */
#visual_wrap .swiper-paging svg{width: 35px; height: 35px;}
#visual_wrap .swiper-paging span.dots{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 8px; height: 8px; border-radius:50%; background: #fff;}
#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;}
@keyframes draw {
    to {stroke-dashoffset: 0;}
}


/* section01 */
#section01{padding-block:80px;}
#section01 .inner{display: flex; justify-content: space-between; flex-direction: column; gap:40px;}
#section01 .main_tab_wrap{width: 100%;}
#section01 .main_search_wrap{width: 100%;}
#section01 .tab_list{display: flex;}
#section01 .tab_list li{flex:1; border:1px solid #ccc; border-bottom: none;}
#section01 .tab_list li:nth-child(1){border-radius: 20px 0 0 0;}
#section01 .tab_list li:nth-child(3){border-radius: 0 20px 0 0;}
#section01 .tab_list li:not(:last-child){border-right: none;}
#section01 .tab_list li.active{background: var(--co01);}
#section01 .tab_list li.active a h3{color: #fff;}
#section01 .tab_list a{display: block; text-align: center; padding-block:15px; }
#section01 .tab_list a h3{font-size: 1.125rem; color: #222;}
#section01 .tab_box{border:1px solid #ccc; padding: 25px 30px;}
#section01 .tab_box .tab_con{display: none;}
#section01 .tab_box .tab_con.active{display: block;}
#section01 .tab_box .tab_top{padding-bottom: 25px; border-bottom: 1px dashed #ccc;}
#section01 .tab_box .tab_top a{display: flex; align-items: center; gap:20px;}
#section01 .tab_box .tab_top .date_box{flex-shrink:0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:5px; color: var(--co01); background: #F8F9FA; border-radius:50%; width: 90px; aspect-ratio:1;}
#section01 .tab_box .tab_top .date_box strong{font-size: 1.625rem;}
#section01 .tab_box .tab_top .date_box p{font-size: 14px; }
#section01 .tab_box .info_box .tit{font-size: 1rem; color: #111; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis;}
#section01 .tab_box .info_box .info{font-size: 0.875rem; color: #444; line-height: 1.4; margin-top: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
#section01 .bbs_list{padding-top: 25px;}
#section01 .bbs_list li:not(:first-child){margin-top: 15px;}
#section01 .bbs_list li a{display: flex; justify-content: space-between; align-items: center;}
#section01 .bbs_list li a p{width: 70%; font-size: 1rem; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis;}
#section01 .bbs_list li a span{font-size: 0.875rem; color: #666;}
#section01 .tab_box .more_btn{display: block; width: 100px; border-radius:30px; border:1px solid var(--co01); padding-block:10px; margin: 30px auto 0; text-align: center; font-size: 1rem; color: var(--co01); font-weight: 600;}
#section01 .main_search_wrap .s_top{display: flex;}
#section01 .s_top .s_tit{width: 100%; padding-block:15px; padding-inline:25px; border:1px solid #ccc; border-right: none; border-radius:20px 0 0 0;}
#section01 .s_top .s_tit h3{font-size: 1.125rem; color: #222;}
#section01 .s_top .more_btn{display: block; width: 52px; display: flex; align-items: center; justify-content: center; border:1px solid #ccc; border-radius:0 20px 0 0; aspect-ratio:1;}
#section01 .s_top .more_btn i{font-size: 26px; color: var(--co01);}
#section01 .s_btm{display: flex; flex-direction: row; justify-content: space-between; height: 90%; padding: 25px; border:1px solid #ccc; border-top: none;}
#section01 .form_txt{width: 38%;}
#section01 .form_wrap{width: 45%;}
#section01 .s_btm p{font-size: 1rem; color: #444; line-height: 1.4; text-align: left; margin-top: 0;}
#section01 .s_btm p span{display: block;}
#section01 .s_form_inner{display: flex; flex-direction: column; align-items: center; gap:15px; margin-top: 0;}
#section01 .s_form_inner select, #section01 .s_form_inner input{width: 100%; border:none; background: #F9F9F9; border-radius:10px; height: 45px; font-size: 0.875rem; color: #666; padding: 10px 20px;}
#section01 .s_form_inner .search_btn{width: 160px; padding-block:5px; font-size: 1.125rem; color: #fff; background: var(--co01); border-radius:10px; margin-top: 5px;}
#section01 .s_form_inner .search_btn i{margin-left: 10px;}

/* section02 */
#section02{padding-block:80px; background: url('/assets/images/main/main_sec03_bg01.png')center no-repeat; background-size:cover;}
#section02 .main_tit{display: flex; justify-content: space-between; align-items: center;}
#section02 .arw_wrap{display: flex; gap:15px;}
#section02 .gallSlide{margin-top: 40px;}
#section02 .arw_wrap .swiper-button-prev, #section02 .arw_wrap .swiper-button-next{position: unset; aspect-ratio: 1; width: 40px; height: auto; margin-top: 0; color: var(--co01); border:1px solid #ccc; background: #fff; border-radius:50%; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);}
#section02 .arw_wrap .swiper-button-prev:hover::after, #section02 .arw_wrap .swiper-button-next:hover::after{transform:scale(1.05); transition:.3s;}
#section02 .arw_wrap .swiper-button-prev::after, #section02 .arw_wrap .swiper-button-next::after{font-size: 12px; transition:.3s;}
#section02 .gallSlide .swiper-slide img{width: 100%; aspect-ratio:1.173 / 1; object-fit:cover; border-radius:10px;}
#section02 .gallSlide .swiper-slide p{margin-top: 15px; font-size: 1rem; color: #000; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}


/* section03 */
#section03{padding-block:80px;}
#section03 .inner{display: flex; gap: 50px; justify-content: space-between; flex-direction: column;}
#section03 .calendar_wrap{flex:0 1 100%;}
#section03 #calendar{height: 690px;}
#section03 #calendar .fc-toolbar-title{color: #222;}
.fc .fc-day.fc-day-sun {color: red;}
.fc .fc-day.fc-day-sat {color: #007bff;}
.fc .fc-day{color: #222;}
.fc-day-today {background-color: #E6ECF7 !important;}
.fc .fc-view-harness{background: #fff;}
#section03 .details_wrap{flex:0 1 37%;}
#section03 .sec03_con{margin-top: 40px; height: 100%;}
#section03 .details_box{border-radius: 10px; background: #fff; border:1px solid #ccc; padding:35px 30px;}
#section03 .item_wrap{height: 580px; overflow-y: scroll;}
#section03 .detail_item{border-radius: 10px; background: #f9f9f9; padding: 25px 30px;}
#section03 .detail_item:hover{box-shadow: 0 4px 8px rgba(0,0,0,0.15); cursor: pointer; transition: all 0.2s ease-in-out;}
#section03 .detail_item:not(:first-child){margin-top: 10px;}
#section03 .detail_item strong{font-size: 1.125rem; color: #222; display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#section03 .detail_item .date_wrap{display: flex; gap: 10px; align-items: center; margin-top: 10px;}
#section03 .detail_item .date_wrap p{font-size: 0.875rem; color: #8B94A3;}
.fc .fc-button-primary.fc-prev-button{background: #fff; color: var(--co01);}
.fc .fc-button-primary.fc-next-button{background: var(--co01); color: #fff;}
.fc .fc-button-primary:disabled{padding: 8px 20px; background: var(--co01); opacity: 1; font-size: 14px;}

/* modal */
.modal {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 9999;}
.modal-content {background: #fff; padding: 40px; width: 70%; max-width:100%; max-height: 80vh; overflow-y: auto; position: relative;}
.modal-content h2{font-size: 1.75rem; color: #000;}
.modal-content .m_top{padding-bottom: 20px; border-bottom: 1px solid #222;}
.modal-content .m_date{display: flex; align-items: center; gap:10px; margin-top: 10px;}
.modal-content .m_date span{font-size: 0.875rem; color: #8B94A3;}
.modal-content .m_btm{margin-top: 20px;}
.modal-content .m_btm .modal-body{background: #F8F8F8; padding: 20px; height:350px; overflow-y: auto; font-size: 0.875rem; color: #222; line-height: 1.6;}
.modal-content .close{position: absolute; top: 30px; right: 30px; background: url('/assets/images/main/modal_close.png')center no-repeat; width: 20px; height: 20px;}

/* footer */
#footer{background: var(--co02); padding-block:50px;}
#footer .inner{display: flex; justify-content: space-between;}
#footer address > div{display: flex; gap:5px; font-size: 0.875rem; color: #ccc; line-height: 1.6; white-space: nowrap;} 
#footer .copy{margin-top: 15px; font-size: 0.75rem; color: #ccc;}
#footer h2 img{width: 300px;}



/* sub */

#sub_visual_wrap { position:relative;}
#sub_visual_wrap .txt_wrap { position:absolute; left:0; right:0; top:50%; transform:translateY(-50%); text-align:center; line-height:1;}
#sub_visual_wrap .txt_wrap h2 { margin-bottom:34px; font-size:35px; color:#fff; font-weight:600;}
#sub_visual_wrap .txt_wrap .sub_list { display:flex;align-items:center;gap:43px;justify-content: center;}
#sub_visual_wrap .txt_wrap .sub_list li { position:relative;font-size:15px; color:#fff; font-weight:400;}
#sub_visual_wrap .txt_wrap .sub_list li::before { content:''; position:absolute; right:-23px; top:5px;width: 4px;height: 4px;border-radius: 50%;background: #fff;}
#sub_visual_wrap .txt_wrap .sub_list li:last-child::before{display: none;}
#sub_visual_wrap .txt_wrap .sub_nav {display: flex;align-items: center;gap: 50px;justify-content: center;}
#sub_visual_wrap .txt_wrap .sub_nav li {position: relative;font-size: 1rem;color: #fff;font-weight: 400;}


#sub_contents{padding: 60px 0;}
#sub_contents .contop h3{font-weight: 500;font-size: 35px;line-height: 1;margin-bottom: 55px;text-align: center;color: #222;}

h3.sub_tit {font-size: 25px;color: #000;text-align: center;}
p.sub_tit {display:flex; align-items: center; gap:10px; color:#111; font-size: 20px; margin-bottom: 20px;}
p.sub_tit img {width:24px; height:24px;}

/* cate_box */
.cate_box ul{width: 100%; display: flex; border-radius: 66px; border: 1px solid #CCC; margin: 0 auto;}
.cate_box ul li{position: relative; flex:1; text-align: center;}
.cate_box ul li:not(:last-child)::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width:	1px; height: 20px; background: #999;}
.cate_box ul li a{display: block; padding: 20px 0; font-size: 18px; color: #999; border-radius: 66px;}

/* cate_box02 */
.cate_box02 {margin-top: 40px;}
.cate_box02 ul{width:100%; display: flex;gap:60px; justify-content: center; align-items: center; border-radius: 20px;background: rgba(0, 109, 181, 0.10);height: 150px; }
.cate_box02 ul li a{ display: block;font-size:20px; color:#444; font-weight: 500;text-align: center; background:#fff; border-radius:10px; padding-block:10px; width:fit-content; padding-inline:60px;}
.cate_box02 ul li.on a{background:#005BAB; font-size:20px; color:#fff; font-weight: 700; }

/* sub0101 */
.sub0101_wrap .sec01{display: flex; justify-content: space-between; align-items: flex-start; gap: 80px;}
.sub0101_wrap .sec01 .img_wrap{width: 40%;}
.sub0101_wrap .sec01 .img_wrap .info{display: flex; justify-content: space-between; margin-top: 15px; font-size: 18px; color: #222; }
.sub0101_wrap .sec01 .txt_wrap{width: 55%;}
.sub0101_wrap .sec01 .txt_wrap strong{font-size: 20px; color: #005FB5; line-height: 1.5;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt{margin-top: 30px;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt p{font-size: 16px; color: #000; line-height: 1.6; word-break:keep-all;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt p:not(:first-child){padding-top: 15px;}
.sub0102_wrap .sec01 .txt_box{padding-block:15px; background: #F7F9FA; border-radius:20px; margin-top: 30px;}
.sub0102_wrap .sec01 .txt_box p{font-size:16px; color: #222; line-height: 2; text-align: center;}
.sub0102_wrap .sec01 .txt_box p span{display: block;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt p.end_txt{padding-top:30px;}

.sub0102_wrap .sec02 .con{display: flex; align-items: flex-start; gap:40px;}
.sub0102_wrap .sec02 .con:not(:first-child){margin-top: 30px;}
.sub0102_wrap .sec02 .con .con_tit{flex-shrink:0; font-size: 18px; color: #fff; background: var(--co01); width: 130px; padding-block:15px; border-radius:30px; text-align: center;}

/* sub0102 */
.sub0102_wrap .con02 .year {width: 80px;flex-shrink: 0;font-size: 1.5625rem;color: var(--co01);}
.sub0102_wrap .history-item .content {position: relative;z-index: 3;display: flex;align-items: flex-start;gap: 100px;max-width: 90%;}
.sub0102_wrap .history-line {position: absolute;top: 0;left: 120px;width: 2px;height: 100%;background: #ddd;z-index: 1;}
.sub0102_wrap .con02 .date_info li em {width: 65px;flex-shrink: 0;font-size: 1.125rem;color: #444;font-weight: 600;}
.sub0102_wrap .con02 .date_info li p {font-size: 1rem;color: #444; word-break:keep-all;}
.sub0102_wrap .con03 ul li {position: relative;padding-left: 15px;font-size: 18px;color: #222;line-height: 1.4;}


/* sub0103 */
.sub0103_wrap h3{margin: 80px 0 50px 0;color: #111;font-size: 25px;font-weight: 600;}
.sub0103_wrap .con:not(:first-child){margin-top: 60px;}	
.sub0103_wrap .con p.p_tit{position: relative; color: #222;font-size: 25px;font-weight: 600; margin-bottom:30px ;}
.sub0103_wrap .con p.p_tit::before{position: absolute; content:''; width:30px; height:3px; background: #005398; bottom:-15px; left:0;}
.sub0103_wrap .con .txt_wrap{margin-top: 20px;}
.sub0103_wrap .con .txt_wrap b{display: block;color: #222;font-size: 18px;font-weight: 600; margin-bottom: 10px;}
.sub0103_wrap .con .txt_wrap p{color: #444;font-size: 1rem;font-weight: 400; line-height: 1.7;}
.sub0103_wrap .con .txt_wrap ul li{color: #444;font-size: 1rem;font-weight: 400; line-height: 1.7;}
.sub0103_wrap .con .txt_wrap ul.ml15{margin-left: 15px; }
.sub0103_wrap .con .txt_wrap ul.mb10{margin-bottom: 10px;}

table.tbl01{width:100%; margin-top: 10px;}
table.tbl01 thead tr th{border-right:1px solid #DEDEDE;background: #E6ECF7; color: #222;font-size: 1rem;font-weight: 700; padding-block:20px; border-top: 2px solid #005BAB;		 }
table.tbl01 thead tr th:last-child{border-right: none;}
table.tbl01 tbody tr td{border-right:1px solid #DEDEDE; color: #444;font-size: 1rem;font-weight: 500; padding-block:15px; border-bottom:1px solid #DEDEDE; text-align: center;  word-break:keep-all;}
table.tbl01 tbody tr td:last-child{border-right: none;}
table.tbl02 tbody tr td{padding-left:30px;}
table.tbl02 tbody tr td:last-child{text-align: left;}

/* sub0104 */
.sub0104_wrap h3{text-align: center; color:#111; font-size: 30px;font-weight: 700; margin-bottom: 30px;}	
.sub0104_wrap .con{margin-top: 80px;}
.sub0104_wrap .cate_box02 li a{width:300px;}
.sub0104_wrap h4{color:#111; font-size: 35px;font-weight: 700; margin-bottom: 30px;}	

/* sub0107 */
.sub0107_wrap .con h3{color: #111;font-size: 30px;font-weight: 700; margin-bottom: 20px;}
.sub0107_wrap .con:not(:first-child){margin-top: 60px;}
.sub0107_wrap .con01 .ul_wrap{display: flex; gap: 0px;flex-direction: column;}
.sub0107_wrap .con01 .ul_wrap ul li, .sub0107_wrap .con ul li{color: #444;font-size: 18px;font-weight: 500;line-height: 40px; word-break:keep-all;}

.sub0107_wrap .con ul.dot > li{color: #444;font-size: 18px;font-weight: 500;line-height: 40px; position: relative; padding-left: 15px;}
.sub0107_wrap .con ul.dot > li span{color: #000;font-size: 22px;font-weight: 600; }
.sub0107_wrap .con ul.dot > li::before{ position: absolute; content:''; width: 6px;height: 6px;background:#005BAB; left:0; top:12px; border-radius:100%;}
.sub0107_wrap .con p{color: #444;font-size: 18px;font-weight: 500; line-height: 1.5;}

.sub0107_wrap .con03 {display: flex; flex-direction: column; gap:20px;}
.sub0107_wrap .con04 p{margin-bottom: 20px;}
.sub0107_wrap .con05 ul.box_wrap {display: flex; flex-direction: column; gap:70px;}
.sub0107_wrap .con05 ul.box_wrap li{text-align: center; padding-block:25px;border-radius: 10px;	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.10); position: relative;		}
.sub0107_wrap .con05 ul.box_wrap li:not(:last-child)::before{position: absolute; content:''; background:url('/assets/images/sub/sub0107_icon01.png'); width:30px; height:18px; 
background-size:cover; bottom:-40px; left:50%;  transform:translateX(-50%); }

.sub0107_wrap .con06 {display: flex; flex-direction: column; gap:20px;}
.sub0107_wrap .con06 .down_box{display: flex;        gap: 20px;  justify-content: space-between;align-items: center; width:100%;}
.sub0107_wrap .con06 .down_box a{width:calc(100% / 2);}
.sub0107_wrap .con06 .down_box .box{width:100%; height:200px; border-radius: 20px; background: #005BAB; display: flex; flex-direction: column; justify-content: center;align-items: center;	gap:20px;position: relative;}
.sub0107_wrap .con06 .down_box .box::after{position: absolute; content:''; background:url('/assets/images/sub/sub0107_icon02.png'); width:152px; height:150px; top:50%; left:20%; transform:translateY(-50%); }
.sub0107_wrap .con06 .down_box .box p{color: #FFF;font-size: 28px;font-weight: 700;}
.sub0107_wrap .con06 .down_box .box02{background: #4A7CE2;}
.sub0107_wrap .con06 ul li.red{color: #F00;}
.sub0107_wrap .con06 p{line-height: 1.5;}

.sub0107_wrap .con08 .info_box{width:100%;border-radius: 10px;background: #F9F9F9; padding-block:35px; display: flex; gap:20px; justify-content: center;align-items: center;}
.sub0107_wrap .con08 .info_box img{width:60px;}
.sub0107_wrap .con08 .info_box p{color: #005BAB;font-size: 22px;font-weight: 600;}

.sub0108_wrap .con06 .down_box {border-radius: 20px;background: rgba(0, 109, 181, 0.10); display: flex; justify-content: center;align-items: center; padding-block:50px;}

/* sub10 */
.sub0110_wrap .con{margin-top: 80px;}
.sub0110_wrap .con h3{color: #000;text-align: center;font-size: 30px;font-weight: 700; margin-bottom: 50px;}	


/* sub11 */
.sub0111_wrap .con {margin-top: 80px;}
.sub0111_wrap .con .map_wrap {width:100% !important; height:350px;}
.root_daum_roughmap{width:100% !important; }
.root_daum_roughmap .wrap_map{width:100% !important;  height:350px !important;}

.sub0111_wrap .con .info_wrap{display: flex; margin-top: 40px; justify-content: space-between;align-items: flex-start; flex-direction: column;        gap: 40px;}
.sub0111_wrap .con .info_wrap .left{display: flex; gap:25px; width:100%;}
.sub0111_wrap .con .info_wrap .left img{width:62px;}
.sub0111_wrap .con .info_wrap .left .txt_wrap {display: flex; flex-direction: column; gap:15px;}
.sub0111_wrap .con .info_wrap .left .txt_wrap b{color: #666;font-size: 28px;font-weight: 700;}
.sub0111_wrap .con .info_wrap .left .txt_wrap span{color: #005BAB;}
.sub0111_wrap .con .info_wrap .left .txt_wrap p{color: #222;font-size: 18px;font-weight: 400;}
.sub0111_wrap .con .info_wrap .right{width:100%;padding:25px; padding-left: 30px; border-top:1px solid #222; border-bottom:1px solid #222;}
.sub0111_wrap .con .info_wrap .right ul {display: flex;flex-direction: column; gap:20px;}
.sub0111_wrap .con .info_wrap .right ul li{display: flex; gap:35px;}
.sub0111_wrap .con .info_wrap .right ul li span{color: #005BAB;font-size: 18px;font-weight: 700;}
.sub0111_wrap .con .info_wrap .right ul li p{color: #666;font-size: 16px;font-weight: 400;}

/* sub0201 */
.sub0201_wrap h3 {text-align: center; color:#111; font-size: 30px; margin-bottom: 50px;}
.sub0201_wrap p img {width:24px; height:24px;}
.sub0201_wrap .con02 {margin-top: 50px;}
.sub0201_wrap table.tbl01 tr td:first-child {font-size: 15px; padding-block:15px; }
.btn_box {display: flex; justify-content: center; margin-top: 50px;}
.btn_box a.btn {display:flex; align-items: center; justify-content: center; width: 140px; height:50px; font-size: 20px; border-radius:10px; padding-block:10px; text-align: center; line-height: 1; background: #005BAB; color:#fff;}

/* sub0501 */
.sub0501_wrap h3 {text-align: center; color:#111; font-size: 30px; margin-bottom: 50px;}
.sub0501_wrap .box_wrap {display:flex; flex-wrap: wrap; gap:30px;}
.sub0501_wrap .box_wrap .con {display: flex; flex-direction: column; flex: 1 0 auto; width:47%;}
.sub0501_wrap .con ul.dot {display:flex; flex-direction: column; background: rgba(0, 109, 181, 0.10); border-radius:10px; padding:15px 25px; flex: 1 0 0;}
.sub0501_wrap .con ul.dot > li{color: #444;font-size: 16px;font-weight: 500;line-height: 40px; position: relative; padding-left: 15px;}
.sub0501_wrap .con ul.dot > li::before{ position: absolute; content:''; width: 6px;height: 6px;background:#005BAB; left:0; top:16px; border-radius:100%;}

/* sub0701 */
.sub_contact_wrap {width:80%;margin:0 auto;display: flex;flex-direction: column;gap: 40px;}

/*  통합검색 */
.total_search_wrap .search_inn{display: flex;align-items: center;justify-content: center;margin-bottom: 40px;}
.total_search_wrap .search_inn input[type="text"] {width: 60%;height: 60px;padding: 0px 30px;font-size: 16px;color: #888;border-radius: 10px 0 0 10px;border: 2px solid #005BAB;}	.total_search_wrap .search_inn .search_btn01 {display: flex;align-items: center;justify-content: center;width: 60px;height: 60px;border-radius: 0 10px 10px 0;background: #005BAB;position: relative;top: 0;left: 0;}
.total_search_wrap .con{margin-top: 60px;}
.total_search_wrap .con .tit {display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.total_search_wrap .con .tit h3{font-size:22px; color:#222;}
.total_search_wrap .con .tit a{font-size:16px; color:#666;}
.total_search_wrap .con .con_txt .txt_wrap {padding:20px;}
.total_search_wrap .con .con_txt .txt_wrap h4{font-size:18px; color:#222; font-weight: 600;}
.total_search_wrap .con .con_txt .txt_wrap p{font-size:16px; color:#444; font-weight: 400; margin-top: 25px; line-height: 1.5;}
.total_search_wrap .con .con_txt .txt_wrap span{display: block;font-size:14px; color:#666; font-weight: 400; margin-top: 25px;}
.total_search_wrap .con .con_txt{border-bottom: 1px solid #ccc;}
.total_search_wrap .cate_list{margin-block:40px;}
.total_search_wrap .cate_list ul{display: flex; gap:20px;}
.total_search_wrap .cate_list ul li a{display: block;font-size:18px; color:#005BAB; border:2px solid #005BAB; padding:10px 20px; border-radius:30px;}

}