@media screen and (max-width:767px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:30px;}
.login_top {width:100%; height:auto; border-bottom:1px solid #eaeaea; margin-bottom:20px; padding-bottom: 20px;}
.login_top h2 {font-size:20px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {display: block; font-size:12px; font-weight:400; margin-top: 5px; line-height: 18px}
.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:35px; 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:35px; 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:0; width: 14px;}
.login_mid .login_con input::placeholder {font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:12px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:45px; 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:15px; line-height:43px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:8px; padding-left:10px; position:relative; line-height:1;}
.login_mid .login_bottom li::before {width:1px; height:10px; background:#ddd; content:''; position:absolute; left:0; top:2px;}
.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:12px; 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:12px; 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: 20px;}
.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:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:767px; min-width: 375px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

/* main 공통 */
h3.h3_tit{font-size: 1.625rem; 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: 60px;}
#header .inner{height: 100%;}
#header h1 a{display: block; background: url('/assets/images/main/main_logo.png')center no-repeat; background-size:cover; width: 175px; height: 25px;}
#header .h_right{display: flex; align-items: center; gap:20px;}
#header .login_btn{display: block; padding: 6px 12px; font-size: 0.75rem; 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: 22px; height: 18px; 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;}

/* search */
#header .search_btn {background: url(/assets/images/main/sub_header_search_pc.png) center no-repeat;background-size: cover;width: 24px;height: 24px;}
.search_box{display: none; position: absolute; top: 42px; right: -90px; align-items: center; gap:10px; background: #fff; border-radius:30px; padding: 10px 20px;}
.search_box input{padding: 0 10px; border:none; height: 30px; font-size: 13px;}
.search_box button{background: url('/assets/images/main/sub_header_search_pc.png')center no-repeat; background-size:cover; width: 23px; height: 23px;}
.search_box.active{display: flex;}

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


/* navigation */
.navigation{position: fixed;left: 0;top: 60px;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: 12px; height: 7px;}
.navigation h3 a{position: relative;line-height: 50px;width:100%; display: flex;align-items: center;padding: 0 10px;color:#222222;font-size:0.875rem;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: 10px;width: 12px;height: 7px;background:url('/assets/images/main/nav_arw.png')center no-repeat;background-size:cover;}
.navigation ul{display: block; padding:10px 0;background:#f6f6f6;}
.navigation ul li a{color:#666;font-size:0.75rem;font-weight: 400;margin-left: 10px; 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: 60px;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.32%); max-width:1500px;}
#visual_wrap .txt_wrap h2{font-size: 1.875rem; line-height: 1.3;}
#visual_wrap .txt_wrap h2 span{display: block;}
#visual_wrap .txt_wrap p{font-size: 1rem; margin-top: 20px;}
#visual_wrap .visual_items{bottom: 25px;}
#visual_wrap .swiper-paging .swiper-pagination-bullet{position: relative;width: 26px;height: 26px;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: 26px; height: 26px;}
#visual_wrap .swiper-paging span.dots{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 5px; height: 5px; 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:60px;}
#section01 .inner{display: flex; justify-content: space-between; flex-direction: column; gap:15px;}
#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:12px;}
#section01 .tab_list a h3{font-size: 0.875rem; color: #222;}
#section01 .tab_box{border:1px solid #ccc; padding: 15px;}
#section01 .tab_box .tab_con{display: none;}
#section01 .tab_box .tab_con.active{display: block;}
#section01 .tab_box .tab_top{padding-bottom: 15px; 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: 70px; aspect-ratio:1;}
#section01 .tab_box .tab_top .date_box strong{font-size: 1.5rem;}
#section01 .tab_box .tab_top .date_box p{font-size: 0.75rem;}
#section01 .tab_box .info_box .tit{font-size: 0.875rem; 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.75rem; color: #444; line-height: 1.4; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
#section01 .bbs_list{padding-top: 15px;}
#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: 0.875rem; 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.75rem; color: #666;}
#section01 .tab_box .more_btn{display: block; width: 80px; border-radius:30px; border:1px solid var(--co01); padding-block:8px; margin: 15px auto 0; text-align: center; font-size: 0.75rem; color: var(--co01); font-weight: 600;}
#section01 .main_search_wrap .s_top{display: flex;}
#section01 .s_top .s_tit{width: 100%; padding-block:12px; padding-inline:15px; border:1px solid #ccc; border-right: none; border-radius:20px 0 0 0;}
#section01 .s_top .s_tit h3{font-size: 0.875rem; color: #222; line-height: 1.3;}
#section01 .s_top .more_btn{display: block; width: 45px; 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: 20px; color: var(--co01);}
#section01 .s_btm{display: flex; flex-direction: column; justify-content: space-between; gap:15px; height: 90%; padding: 20px 15px; border:1px solid #ccc; border-top: none;}
#section01 .form_txt{width: 100%;}
#section01 .form_wrap{width: 100%;}
#section01 .s_btm p{font-size: 0.875rem; color: #444; line-height: 1.4; text-align: center; margin-top: 0;}
#section01 .s_btm p span{display: block;}
#section01 .s_form_inner{display: flex; flex-direction: column; align-items: center; gap:10px; 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.75rem; color: #666; padding: 10px 15px;}
#section01 .s_form_inner .search_btn{width: 120px; padding-block:5px; font-size: 0.875rem; 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:40px; 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:10px;}
#section02 .gallSlide{margin-top: 20px;}
#section02 .arw_wrap .swiper-button-prev, #section02 .arw_wrap .swiper-button-next{position: unset; aspect-ratio: 1; width: 30px; 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: 10px; transition:.3s;}
#section02 .gallSlide .swiper-slide img{width: 100%; aspect-ratio:1.735 / 1; object-fit:cover; border-radius:10px;}
#section02 .gallSlide .swiper-slide p{margin-top: 15px; font-size: 0.75rem; 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:40px;}
#section03 .inner{display: flex; gap: 50px; justify-content: space-between; flex-direction: column;}
#section03 .calendar_wrap{flex:0 1 100%;}
#section03 #calendar{height: 440px;}
#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;}
.fc .fc-toolbar-title{font-size: 1.125rem;}
.fc .fc-button .fc-icon{font-size: 0.875rem;}
#section03 .details_wrap{flex:0 1 37%;}
#section03 .sec03_con{margin-top: 15px; height: 100%;}
#section03 .details_box{border-radius: 10px; background: #fff; border:1px solid #ccc; padding:15px 10px;}
#section03 .item_wrap{height: 400px; overflow-y: scroll;}
#section03 .detail_item{border-radius: 10px; background: #f9f9f9; padding: 18px 15px;}
#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: 0.875rem; 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: 5px;}
#section03 .detail_item .date_wrap p{font-size: 0.75rem; 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: 6px 15px; 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: 25px; width: 80%; max-width:100%; max-height: 80vh; overflow-y: auto; position: relative;}
.modal-content h2{font-size: 1.25rem; color: #000;}
.modal-content .m_top{padding-bottom: 15px; border-bottom: 1px solid #222;}
.modal-content .m_date{display: flex; align-items: center; gap:10px; margin-top: 5px;}
.modal-content .m_date span{font-size: 0.75rem; color: #8B94A3;}
.modal-content .m_btm{margin-top: 15px;}
.modal-content .m_btm .modal-body{background: #F8F8F8; padding: 15px; height:300px; overflow-y: auto; font-size: 0.75rem; color: #222; line-height: 1.6;}
.modal-content .close{position: absolute; top: 20px; right: 20px; background: url('/assets/images/main/modal_close.png')center no-repeat; background-size:cover; width: 15px; height: 15px;}

/* footer */
#footer{background: var(--co02); padding-block:25px;}
#footer .inner{display: flex; justify-content: space-between; flex-direction: column-reverse; align-items: center;}
#footer .info_wrap{border-top: 1px solid rgb(255,255,255,.5); padding-top: 15px;}
#footer address > div{display: flex; gap:0px 5px; font-size: 0.75rem; color: #ccc; line-height: 1.6; white-space: nowrap; flex-wrap: wrap; justify-content: center;} 
#footer .copy{margin-top: 15px; font-size: 0.75rem; color: #ccc; text-align: center;}
#footer h2{padding-bottom: 15px;}
#footer h2 img{width: 175px;}

/* 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:10px; font-size:22px; color:#fff; font-weight:600;}
#sub_visual_wrap .txt_wrap .sub_list { display:flex;align-items:center;gap:27px;justify-content: center;}
#sub_visual_wrap .txt_wrap .sub_list li { position:relative;font-size:12px; color:#fff; font-weight:400;}
#sub_visual_wrap .txt_wrap .sub_list li::before { content:''; position:absolute; right:-15px; top:4px;width: 3px;height: 3px;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 li {position: relative;font-size: 0.75rem;color: #fff;font-weight: 400;}
#sub_visual_wrap .txt_wrap .sub_nav li img {width:12px;}

/* tab_menu */
.tab_menu {position: relative;display: block; width:100%; height:46px;background: #fff;border-bottom: 1px solid #ddd;line-height: 1;}
.tab_menu .inner{position:relative; display: flex; height:45px;background:#fff;padding: 0;}
.tab_menu .on .arrow02{background: url(/images/sub/sub_ico05_pc.png)center no-repeat;}
.tab_menu .home{display: none;width: 60px; height: 60px; background: url(/images/sub/sub_ico02_pc.png)center no-repeat #0c134f;}
.tab_menu .menu {display: flex;width: 100%; height:100%;}
.tab_menu .menu > li{position:relative; min-width:auto;flex:1; height:100%; background:url("/images/sub/sub_ico03_pc.png") center right 10px no-repeat; background-size:13px auto;}
.tab_menu .menu > li.on {background:url("/images/sub/sub_ico02_pc.png") center right 20px no-repeat; background-size:13px auto;}
.tab_menu .menu > li > a {display:flex; align-items:center;padding: 0 40px 0 10px; width:100%; height:100%; font-size: 12px; color:#222; font-weight: 500; text-indent:0;border-right:1px solid #ddd ;}
.tab_menu .menu > li ul {display:none; position:absolute;width:100%; top:100%; left:0; background-color:#fff;z-index:100;border: 1px solid #ddd;padding: 15px 0;}
.tab_menu .menu > li ul li{margin-bottom: 13px;}
.tab_menu .menu > li ul li:last-child{margin-bottom: 0;}
.tab_menu .menu > li ul li a {display:block;transition:.3s;font-size:12px;line-height: 1; color:#555;font-weight: 500;padding:0 10px;border: 1px solid transparent;}
.tab_menu .menu > li ul li.on a{color: #1d267d;}
.tab_menu .menu > li ul li:hover a{color: #1d267d;}

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

#sub_contents .sec {margin-top: 40px;}

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

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

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

/* sub0101 */
.sub0101_wrap .sec01{display: flex; justify-content: space-between; align-items: center;gap: 40px;flex-direction: column;}
.sub0101_wrap .sec01 .img_wrap{width: 80%;}
.sub0101_wrap .sec01 .img_wrap .info{display: flex; justify-content: space-between; margin-top: 10px; font-size: 14px; color: #222; }
.sub0101_wrap .sec01 .txt_wrap{width: 100%;}
.sub0101_wrap .sec01 .txt_wrap strong{font-size: 16px; color: #005FB5; line-height: 1.5;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt{margin-top: 20px;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt p{font-size: 12px; color: #000; line-height: 1.6; word-break:keep-all;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt p:not(:first-child){padding-top: 10px;}
.sub0102_wrap .sec01 .txt_box{padding-block:10px; background: #F7F9FA; border-radius:20px; margin-top: 30px;}
.sub0102_wrap .sec01 .txt_box p{font-size:12px; 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:20px;}

.sub0102_wrap .sec02 .con {display: flex;align-items: flex-start;gap: 10px;flex-direction: column;}
.sub0102_wrap .sec02 .con01{flex-direction: row; align-items: center;} 
.sub0102_wrap .sec02 .con:not(:first-child){margin-top: 30px;}
.sub0102_wrap .sec02 .con .con_tit{flex-shrink:0; font-size: 0.9375rem; color: #fff; background: var(--co01); width: 120px; padding-block:10px; border-radius:30px; text-align: center;}

/* sub0102 */
.sub0102_wrap .history-con-wrap {margin-top: 0; }
.sub0102_wrap .con02 .year {width: 70px;flex-shrink: 0;font-size: 1.25rem;color: var(--co01);}
.sub0102_wrap .history-item .content {position: relative;z-index: 3;display: flex;align-items: flex-start;gap: 60px;max-width: 100%;}
.sub0102_wrap .history-line {position: absolute;top: 20px;left: 95px;width: 2px;height: 100%;background: #ddd;z-index: 1;}
.sub0102_wrap .scroll-point {width: 9px;height: 9px;background: var(--co01);border-radius: 50%;position: absolute;bottom: 0;left: 50%;transform: translate(-50%, -50%);}
.sub0102_wrap .scroll-point::after {content: '';position: absolute;width: 22px;height: 22px;border: 3px solid var(--co01);top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 50%;}
.sub0102_wrap .con02 .date_info li em {width: 55px;flex-shrink: 0;font-size: 0.875rem;color: #444;font-weight: 600;}
.sub0102_wrap .con02 .date_info li p {font-size: 0.75rem;color: #444; word-break:keep-all;}
.sub0102_wrap .con03 ul li {position: relative;padding-left: 10px;font-size: 0.75rem;color: #222;line-height: 1.4;}
.sub0102_wrap .con03 ul li::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 4px; height: 4px; background: var(--co01); border-radius:50%;}


/* sub0103 */
.sub0103_wrap h3{margin: 40px 0 25px 0;color: #111;font-size: 1.125rem;font-weight: 600;}
.sub0103_wrap .con:not(:first-child){margin-top: 40px;}	
.sub0103_wrap .con p.p_tit{position: relative; color: #222;font-size: 1.125rem;font-weight: 600; margin-bottom:30px ;}
.sub0103_wrap .con p.p_tit::before{position: absolute; content:''; width:20px; height:2px; 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: 0.875rem;font-weight: 600; margin-bottom: 10px;}
.sub0103_wrap .con .txt_wrap p{color: #444;font-size: 0.75rem;font-weight: 400; line-height: 1.7;}
.sub0103_wrap .con .txt_wrap ul li{color: #444;font-size: 0.75rem;font-weight: 400; line-height: 1.7;}
.sub0103_wrap .con .txt_wrap ul.ml15{margin-left: 10px; }
.sub0103_wrap .con .txt_wrap ul.mb10{margin-bottom: 15px;}

table.tbl01 thead tr th{border-right:1px solid #DEDEDE;background: #E6ECF7; color: #222;font-size: 0.75rem;font-weight: 700; padding-block:10px; 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: 0.75rem;font-weight: 500; padding-block:10px; 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:15px;}

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

/* sub0107 */
.sub0107_wrap .con h3{color: #111;font-size: 1.125rem;font-weight: 700; margin-bottom: 20px;}
.sub0107_wrap .con:not(:first-child){margin-top: 40px;}
.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: 0.75rem;font-weight: 500;line-height: 20px; word-break:keep-all;}

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

.sub0107_wrap .con03 h3 {margin-bottom: 0;}
.sub0107_wrap .con06 h3 {margin-bottom: 0;}
.sub0107_wrap .con03 {display: flex; flex-direction: column; gap:10px;}
.sub0107_wrap .con04 p{margin-bottom: 10px;}
.sub0107_wrap .con05 ul.box_wrap {display: flex; flex-direction: column; gap:50px;}
.sub0107_wrap .con05 ul.box_wrap li{text-align: center; padding:20px;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:25px; height:15px; 
background-size:cover; bottom:-30px; 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; flex-direction: column;width:100%;}
.sub0107_wrap .con06 .down_box a{width:100%;}
.sub0107_wrap .con06 .down_box .box{width:100%; height:150px; border-radius: 20px; background: #005BAB; display: flex; flex-direction: column; justify-content: center;align-items: center;	gap:10px;position: relative;}
.sub0107_wrap .con06 .down_box .box::after{position: absolute; content:''; background:url('/assets/images/sub/sub0107_icon02.png'); width:122px; height:120px; background-size:cover;top:50%; left:20%; transform:translateY(-50%); }
.sub0107_wrap .con06 .down_box .box p{color: #FFF;font-size: 1.125rem;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:25px; display: flex; gap:20px; justify-content: center;align-items: center;         padding-inline: 20px;}
.sub0107_wrap .con08 .info_box img{width:40px;}
.sub0107_wrap .con08 .info_box p{color: #005BAB;font-size: 1rem;font-weight: 600;}
    

/* sub10 */
.sub0110_wrap .con{margin-top: 40px;}
.sub0110_wrap .con h3{color: #000;text-align: center;font-size: 1.125rem;font-weight: 700; margin-bottom: 20px;}	

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

.sub0111_wrap .con .info_wrap{display: flex; margin-top: 40px; justify-content: space-between;align-items: flex-start; flex-direction: column;        gap: 20px;}
.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: 1.25rem;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: 0.875rem;font-weight: 400;}
.sub0111_wrap .con .info_wrap .right{width:100%;padding:20px; padding-left: 15px; border-top:1px solid #222; border-bottom:1px solid #222;}
.sub0111_wrap .con .info_wrap .right ul {display: flex;flex-direction: column; gap:15px;}
.sub0111_wrap .con .info_wrap .right ul li{display: flex; gap:25px;}
.sub0111_wrap .con .info_wrap .right ul li span{color: #005BAB;font-size: 0.875rem;font-weight: 700; width:40px;}
.sub0111_wrap .con .info_wrap .right ul li p{color: #666;font-size: 0.75rem;font-weight: 400; width:calc(100% - 65px);}


/* sub0201 */
.sub0201_wrap h3 {text-align: center; color:#111; font-size: 1.25rem; margin-bottom: 30px;}
.sub0201_wrap p img {width:20px; height:20px;}
.sub0201_wrap .con02 {margin-top: 30px;}
.sub0201_wrap table.tbl01 tr td:first-child {font-size: 0.75rem; padding-block:10px; }
.btn_box {display: flex; justify-content: center; margin-top: 30px;}
.btn_box a.btn {display:flex; align-items: center; justify-content: center; width: 100px; height:40px; font-size: 16px; 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: 1.25rem; margin-bottom: 30px;}
.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:100%;}
.sub0501_wrap .con ul.dot {display:flex; flex-direction: column; background: rgba(0, 109, 181, 0.10); border-radius:10px; padding:10px 20px; flex: 1 0 0;}
.sub0501_wrap .con ul.dot > li{color: #444;font-size: 12px;font-weight: 500;line-height: 25px; position: relative; padding-left: 10px;}
.sub0501_wrap .con ul.dot > li::before{ position: absolute; content:''; width: 4px;height: 4px;background:#005BAB; left:0; top:10px; border-radius:100%;}

/* sub0701 */
.sub_contact_wrap {width:100%;margin:0 auto;display: flex;flex-direction: column;gap: 20px;}
.sub_contact_wrap input[type="text"], .sub_contact_wrap input[type="password"], .sub_contact_wrap input[type="email"], .sub_contact_wrap select, .sub_contact_wrap textarea 
{padding: 5px 15px;font-size: 0.875rem;color: #666;border: none;border-radius: 10px;background: #F9F9F9;width: 100%;height: 45px;}
.sub_contact_wrap .form_row {display: flex;flex-direction: column;gap: 15px;}
.sub_contact_wrap .form_row label {font-size: 0.875rem;color: #222;font-weight: 500;}
.sub_contact_wrap .form_row label .required-mark {color: #f00;}
.sub_contact_wrap .form_row {width: 100%;}
.sub_contact_wrap .phone_group {display: flex;align-items: center;gap: 10px;}
.sub_contact_wrap .email_group {display: flex;align-items: center; flex-wrap:wrap;gap: 10px;}
.sub_contact_wrap .email_group .input_wrap_mob {display: flex;gap: 10px;  align-items: center;}
.sub_contact_wrap textarea{height:200px;}
.sub_contact_wrap .policy_info {padding: 15px 20px;font-size: 0.75rem;color: #666;border: none;border-radius: 10px;background: #F9F9F9;line-height: 1.6;height: 200px;overflow-y: auto;}
.sub_contact_wrap .policy_info p:not(:first-child) {margin-top: 5px;}
.sub_contact_wrap .agree_wrap {margin-top: 5px;}
.sub_contact_wrap .agree_wrap label {font-size: 0.875rem;color: #444;font-weight: 400;display: flex;align-items: center;cursor: pointer;justify-content: flex-end;color: #444;}
.sub_contact_wrap .agree_box {appearance: none;width: 15px;height: 15px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_contact_wrap .agree_box::after {content: '✔';font-size: 0.75rem;position: absolute;left: 2px;top: -2px;color: #ccc;visibility: visible;}
.sub_contact_wrap .agree_box:checked {background-color: var(--co01);border-color: var(--co01);}
.sub_contact_wrap .agree_box:checked::after {color: #fff;}
.sub_contact_wrap .submit_btn {display: block;width: 200px;margin: 30px auto 0;border-radius: 10px;background: var(--co01);font-size: 1rem; color: #fff;height: 50px;}

/*  통합검색 */
.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: 90%;height: 50px;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: 50px;height: 50px;border-radius: 0 10px 10px 0;background: #005BAB;position: relative;top: 0;left: 0;}
.total_search_wrap .con{margin-top: 40px;}
.total_search_wrap .con .tit {display: flex; justify-content: space-between; align-items: center; margin-bottom: 0px; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.total_search_wrap .con .tit h3{font-size:18px; color:#222;}
.total_search_wrap .con .tit a{font-size:12px; color:#666;}
.total_search_wrap .con .con_txt .txt_wrap {padding:10px;}
.total_search_wrap .con .con_txt .txt_wrap h4{font-size:16px; color:#222; font-weight: 600; line-height: 1.5;}
.total_search_wrap .con .con_txt .txt_wrap p{font-size:14px; 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:12px; 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:15px; color:#005BAB; border:2px solid #005BAB; padding:10px 20px; border-radius:30px;}


}