@media screen and (max-width:1200px){
/*로그인스킨*/
#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: 26px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span{font-size: 13px; 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: 32px; 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: 10px; 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: 10px; 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: 10px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */font-size: 10px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder{ /* Firefox 19+ */font-size: 10px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder{ /* IE 10+ */font-size: 10px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder{ /* Firefox 18- */font-size: 10px; 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: 14px; 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: 13px; 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: 13px; 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: 10px; 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:1200px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%;}
#header .gnb{display: none;}
.fp-nav{font-size: 14px;display: none !important;}

/* quick */
.quick_menu{position: fixed; right: 0; top: 50%; transform:translateY(-50%); z-index: 9999; border-radius: 15px; border: 2px solid #E2212F; background: #fff; overflow: hidden;}
.quick_menu .top_btn{display: block; padding-block:10px; width: 100%; background: #E2212F; color: #fff; text-align: center;}
.quick_menu .quick_con{display: flex; flex-direction: column; gap:20px; padding: 15px;}
.quick_menu .quick_con .pop{font-size: 12px; color: #000;}
.quick_menu .quick_con ul{display: flex;flex-direction: column;align-items: center; gap:20px;}
.a_pop_wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.8); z-index: 9999;}
.a_pop_wrap .pop_con{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 100%; max-width: 1400px;}
.a_pop_wrap .pop_con h3{font-size: 32px;color: #fff; text-align: center; font-weight: 600;padding-bottom: 30px;}
.a_pop_wrap .pop_con .popSlide{width: 85%; margin: 0 auto;}
.a_pop_wrap .pop_con .popSlide .swiper-slide img{width: 100%; aspect-ratio:1; object-fit:cover;}
.a_pop_wrap .pop_con .popSlide .swiper-button-prev, .a_pop_wrap .pop_con .popSlide .swiper-button-next{width: 40px; height: 40px; color: var(--co01); background: rgb(255, 255, 255, .5); border-radius: 50%;}
.a_pop_wrap .pop_con .popSlide .swiper-button-prev svg, .a_pop_wrap .pop_con .popSlide .swiper-button-next svg{width: 10px;}
.a_pop_wrap .pop_con .btn_box{display: flex; gap:25px; justify-content: center; align-items: center;	margin-top: 30px;}
.a_pop_wrap .pop_con .btn_box p{background:#000; border-radius:50px; padding: 10px 20px; color:#fff; font-size: 12px; font-weight: 500; cursor:pointer;}
.a_pop_wrap .pop_con .btn_box p span{color:#ff0000; font-weight: 700;}
.a_pop_wrap .pop_con .btn_box a{display: inline-flex; align-items: center; justify-content: center; gap:15px ;background:#000; border-radius:50px; padding: 10px 20px; color:#fff; font-size: 12px; font-weight: 500; }
.a_pop_wrap .pop_con .btn_box a img{width: 12px;}/* main_tit */
.main_tit_wrap{text-align: center;}
.main_tit_wrap h2{font-size: 32px; color: #000;}
.main_tit_wrap h2 em{color: #E2212F; font-weight: 700;}
.main_tit_wrap h2 span{position: relative;}
.main_tit_wrap h2 span::after{content:''; position: absolute; right: -20px; top: 0; width: 10px; height: 10px; border-radius:50%; background: var(--co01);}
.main_tit_wrap p{padding-top: 20px; font-size: 16px; color: #333;}

/* header */
#header{position: fixed; top: 0; left: 0; width: 100%; height: 80px; z-index: 5000; background: #fff; border-bottom: 1px solid #EDEDED;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header h1 a{display: block; background: url('/images/main/main_logo.svg')center no-repeat; width: 216px; height: 36px; background-size:cover;}
#header .h_search{height: 50px; padding:5px 20px; background: #f9f9f9; border-radius:50px;}
#header .h_search input{border:0; height: 100%; background: transparent; font-size: 10px;}
#header .h_search input:focus{outline:none;}#header .h_search input::placeholder{font-size: 12px;}
#header .h_search button{line-height: 1;}#header .h_search button i{font-size: 16px; color: #E2212F;}
#header .h_right{display: flex; align-items: center; gap:50px;}

/* navigation */
.nav_btn{position: relative; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; width: 30px; height: 22px;}
.nav_btn span{width: 100%; height: 2px; background: #222; transition:.3s;}.nav_btn span:nth-child(2){width: 80%;}
.nav_btn.on{width: 30px; height: 30px;}
.nav_btn.on span{position: absolute;}.nav_btn.on span:nth-child(1){top: 50%;transform: translateY(-50%) rotate(45deg);width: 100%;}
.nav_btn.on span:nth-child(2){opacity: 0;}
.nav_btn.on span:nth-child(3){bottom: auto;top: 50%;transform: translateY(-50%) rotate(-45deg);width: 100%;}
.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-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.6024 0.397604L17.2846 8.07979L15.3644 10L8.64229 3.27791L1.92021 10L0 8.07979L7.68219 0.397604C7.93685 0.143018 8.2822 5.91648e-07 8.64229 5.75908e-07C9.00238 5.60168e-07 9.34774 0.143018 9.6024 0.397604Z' fill='%23E2212F'/%3E%3C/svg%3E"); width: 17px; height: 10px;}
.navigation h3 a{position: relative;line-height: 50px;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(--co03);}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 20px;width: 17px;height: 10px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.6024 9.6024L17.2846 1.92021L15.3644 6.71598e-07L8.64229 6.72209L1.92021 8.39349e-08L0 1.92021L7.68219 9.6024C7.93685 9.85698 8.2822 10 8.64229 10C9.00238 10 9.34774 9.85698 9.6024 9.6024Z' fill='%23666666' /%3E%3C/svg%3E");}
.navigation ul{display: block; padding:15px 0;background:#F9F9F9;}
.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(--co03); 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 */
#visual{margin-top: 80px;}
#visual .visual_items{font-size: 12px; display: none;}

/* sections */
#section01,
#section02,
#section03,
#section01 .fp-tableCell,
#section02 .fp-tableCell,
#section03 .fp-tableCell{height:auto !important;}


/* section01 */
#section01 .sec01_con{display: flex; justify-content: space-between; padding-block:40px 100px; gap:20px;}
#section01 .nav_link{display: grid; grid-template-columns: repeat(3, 1fr); gap:20px; width:calc(((100% - 20px) / 5) * 3);}
#section01 .nav_link .item{border:1px solid #CCC; border-radius:15px; transition:.3s;}
#section01 .nav_link .item a{display: flex; flex-direction: column; align-items: center; justify-content: center; gap:15px; height: 100%; padding-inline: 10px; padding-block: 20px;}
#section01 .nav_link .item .tit{font-size: 16px; color: #222; word-break:keep-all; text-align: center;}
#section01 .nav_link .item:hover{border: 2px solid #0072FF;box-shadow: 0 0 15.9px 4px rgba(0, 114, 255, 0.15);}
#section01 .nav_link .item .img_box{width:50px; height: 50px;}
#section01 .nav_link .item .img_box img{width:100%;}
#section01 .map_wrap{position: relative; width:calc(((100% - 20px) / 5) * 2); border-radius:15px; background: rgba(0, 114, 255, 0.30); display: flex; align-items: center;}
#section01 .map_wrap .map_tit{position: absolute; top: 10px; left: 50%; transform:translateX(-50%); padding-block:8px; width: 75%; text-align: center; background: rgb(255,255,255,.7); border-radius:50px;}
#section01 .map_wrap .map_tit p{font-size: 16px; color: #111; font-weight: 600;}
#section01 .map_wrap .map_tit p span{color: var(--co01);}
#section01 .map_wrap .map_img_wrap{margin: 0 auto;}#section01 .map_wrap .map_img_wrap img{width: 100%; margin-block: 15px;}
#section01 .map_wrap .btm_txt{position: absolute; bottom: 5px; left: 50%; transform:translateX(-50%); font-size: 10px; color: #003D62; width: 100%; text-align: center;}

/* section02 */
#section02{padding-block:100px 50px; background: #FAFBFC;}
#section02 .inner{ padding-top:0px;}
#section02 .tabs{width: 280px;}
#section02 .tabs .tab{ border-radius:15px; transition:.3s;}
#section02 .tabs .tab a{padding: 13px 20px;}
#section02 .tabs .tab strong{font-size: 20px; color: #666; font-weight: 500; line-height: 1.4;}
#section02 .tabs .tab p{padding-top: 5px; font-size: 12px; color: #888;}#section02 .tabs .tab:hover,
#section02 .tabs .tab.on{background: var(--co01);}
#section02 .tabs .tab:hover strong, #section02 .tabs .tab.on strong{color: #fff;}
#section02 .tabs .tab:hover p, #section02 .tabs .tab.on p{color: #fff;}
#section02 .news_wrap{display: flex; justify-content: space-between; margin-top: 30px; gap:20px;}
#section02 .post_box{display: none; grid-template-columns: repeat(2, 1fr); gap:20px; height: auto;}
#section02 .post_box.on{display: grid;}
#section02 .post_item .img_box{display: block; overflow: hidden; border-radius:15px;}
#section02 .post_item .img_box:hover img{transform:scale(1.05);}
#section02 .post_item .img_box img{width: 100%; border-radius:15px; aspect-ratio:1 / 1; object-fit:cover; transition:.3s;}
#section02 .post_item p{padding-top: 10px; height: auto; font-size: 12px; color: #111;}
#section02 .info_wrap{width: 70%;}
#section02 .item a{align-items: center;}
#section02 .item strong {font-size: 16px; width: 65%; line-height: 1.3;}
#section02 .item p {font-size: 14px;margin-top: 15px; margin-bottom:30px;} 
#section02 .item span {font-size: 13px;}
#section02 .post_box > a{top:-24px; font-size: 14px; color: #666;}

/* section03 */
#section03{padding-block:50px 100px;}
#section03 .board_wrap{display: flex; justify-content: space-between; flex-direction: column; gap:40px; margin-top: 60px;}
#section03 .board_wrap > div{flex:0 1 100%; width:100%;}
#section03 .board_wrap .top_tit{display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px;}
#section03 .board_wrap .top_tit h3{font-size: 24px;}
#section03 .board_wrap .top_tit a{font-size: 14px; color: #666;}
#section03 .board_wrap .con_box{border-radius:15px; border: 1px solid #CCC; background: #FFF; padding: 35px 40px;    min-height: auto;}
#section03 .board_wrap .tabs{display: flex; justify-content: center; background: #F6F6F6; border-radius:50px;}
#section03 .board_wrap .tabs > span{display: block; flex:0 1 18%; text-align: center; font-size: 14px; color: #666; font-weight: 600;}
#section03 .board_wrap .tabs > span a{display: block; padding-block:15px; border-radius:50px; transition:.3s;}
#section03 .board_wrap .tabs > span.on a{background: var(--co01); color: #fff; box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.20);}
#section03 .post_wrap{margin-top: 30px;}
#section03 .post_wrap .post_list li:not(:first-child){margin-top: 20px;}
#section03 .post_wrap .post_list li a{display: flex; align-items: center; justify-content: space-between;}
#section03 .post_wrap .post_list li a div{display: flex; align-items: center; gap:15px; width: 75%;}
#section03 .post_wrap .post_list .cate{background: #00B2FF; font-size: 12px; color: #fff; border-radius:50px;}
#section03 .post_wrap .post_list p{width: 100%; font-size: 14px; color: #444; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; transition:.3s;}
#section03 .post_wrap .post_list .date{font-size: 12px; color: #666; word-break:keep-all;}
#section03 .post_wrap .post_list li:hover p{font-weight: 600;}


/* footer */
.footer{background: #313443; padding-block:50px;}.footer .inner{display: flex; justify-content: space-between;}
.footer .footer_info .com{font-size: 14px; color: #fff;}
.footer .address{display: flex; align-items: center; flex-wrap: wrap; gap:10px; padding-top: 10px;}
.footer .address dl{display: flex; gap:10px; font-size: 12px; color: #F9F9F9;}
.footer .copy{margin-top: 10px; font-size: 12px; color: #eee;}


/* ===sub======================================= */
#sub_visual_wrap > img{height:360px; object-fit:cover;}
#sub_visual_wrap .txt_wrap h2{font-size: 48px;margin-bottom: 20px;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: center;gap:35px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{font-size: 14px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{content:'';position: absolute; left: -20px; top: 50%; transform:translateY(-50%); width: 8px; height: 15px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.68192 8.3332L1.53617 15L0 13.3336L5.37767 7.5L0 1.6664L1.53617 0L7.68192 6.6668C7.88559 6.8878 8 7.1875 8 7.5C8 7.8125 7.88559 8.1122 7.68192 8.3332Z' fill='white' fill-opacity='0.7'/%3E%3C/svg%3E") no-repeat center; border-radius:50%;}

/* tab_menu */
.tab_menu{width:100%; height:65px;  padding: 0;}
.tab_menu .inner{padding: 0; width: 100%;}
.tab_menu a.home{position: relative;display: block;width: 70px; height: 100%; flex-shrink: 0; background: url(/images/sub/tab_home.png)center no-repeat var(--co02); }
.tab_menu .menu > li{position:relative; min-width:calc(100% / 3); height:100%; }
.tab_menu .menu > li > a{position: relative; display:flex; align-items:center; padding: 0 10px 0 30px; width:99%; height:100%; font-size: 13px; }
.tab_menu .menu > li > a::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 60%; background: #ddd;}
.tab_menu .menu > li ul{display:none; position:absolute; width:100%; top:100%; padding:20px 0; }
.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: 12px; word-break: keep-all; padding:0 30px; box-sizing:border-box; line-height:1.2; transition:.3s;}
.tab_menu .menu > li > a i{display: block;}
#sub_contents{padding-block:100px;}

/* sub_공통 */
h2.h2_sub_tit{font-size: 38px;margin-bottom: 60px;}
h3.h3_tit{padding-left: 30px;font-size: 26px;margin-bottom: 20px;}
h3.h3_tit::before{position: absolute; content:''; width: 20px;height: 20px; background:url(/images/sub/h3_tit_img.svg) no-repeat; background-size:cover; left:0; top:5px;}
ul.dot_list li{font-size: 20px;padding-left: 20px;}
ul.dot_list li::before{position: absolute;  content:'';width: 8px;height: 8px; background:#E2212F; border-radius:10px; top:8px; left:0; }
ul.dot_list li:not(:last-child){margin-bottom: 15px;}
ul.s_dot_list li{color: #444;font-size: 14px;font-weight: 400;line-height: 1.2; padding-left: 20px; position: relative;}
ul.s_dot_list li::before{position: absolute;  content:'';width: 6px;height: 6px; background:#E2212F; border-radius:10px; top:8px; left:0; }
ul.s_dot_list li:not(:last-child){margin-bottom: 10px;}
.line_box{padding:15px 30px; margin-top: 15px;}
.line_box p, .line_box ul li{font-size: 14px;}.line_box ul li:not(:last-child){margin-bottom: 10px;}
table.tbl01 tr th{font-size: 16px;}
table.tbl01 tr td{font-size: 14px;padding:10px 15px;}
table.tbl01 tr td i{display: block;}



/* sub0101 */
.sub0101_wrap .sec02, .sub0101_wrap .sec03{margin-top: 80px;}
.sub0101_wrap .sec02 .img_wrap{margin-bottom: 35px;}
.sub0101_wrap .sec03 ul.dot_list li{ display: flex;gap: 10px;align-items: center;}
.sub0101_wrap .sec03 ul.dot_list li img{border-radius: 5px;width: 100px;}
.sub0101_wrap .sec03 ul.dot_list li:first-child::before{top:14px;}

/* sub0102 */
.sub0102_wrap{display: flex; gap:0; align-items: flex-start; justify-content: space-between;}
.sub0102_wrap .left{width: 53%; }
.sub0102_wrap .left span{ margin-bottom: 60px;font-size: 26px;line-height: 150%;word-break: keep-all;}
.sub0102_wrap .left span::before{bottom:-30px; left:0;}
.sub0102_wrap .left .txt_wrap{display: flex; flex-direction: column; gap:20px;}
.sub0102_wrap .left .txt_wrap p{font-size: 16px;}
.sub0102_wrap .right{width: 39%; display: flex; flex-direction: column; gap:25px; align-items: center; justify-content: center;}
.sub0102_wrap .right img{width: 100%;}.sub0102_wrap .right img.logo{width: 60%;}

/* sub0103 */
.sub0103_wrap .con{flex-direction: column; gap:20px;}
.sub0103_wrap .con:not(:first-child){margin-top: 50px;}
.sub0103_wrap .con strong{font-size: 26px;}
.sub0103_wrap .con .box{width: 100%;}
.sub0103_wrap .con .box p{font-size: 14px;}
.sub0103_wrap .sec01 .box .img_box{margin-bottom: 20px;}
.sub0103_wrap .sec01 .box .img_box img{width: 100%;}
.sub0103_wrap .sec02 .box ul{display:grid; grid-template-columns: repeat(2, 1fr); gap:20px;}
.sub0103_wrap .sec02 .box ul li{padding: 25px; gap:10px;}.sub0103_wrap .sec02 .box ul li span{font-size:20px;}
.sub0103_wrap .sec02 .box ul li em{font-size: 16px;}.sub0103_wrap .sec02 .box ul li p{font-size: 14px;}
.sub0103_wrap .sec03 .box ul{display:grid; grid-template-columns: repeat(2, 1fr); gap:20px;}
.sub0103_wrap .sec03 .box ul li{padding: 30px;  gap:30px; }
.sub0103_wrap .sec03 .box ul li > img{height: 45px; }
.sub0103_wrap .sec03 .box ul li a{width: 230px;height: 50px; font-size: 14px;gap:10px;}
.sub0103_wrap .sec04 ul.dot_list{margin-bottom: 15px;}
.sub0103_wrap .sec04 ul.dot_list:not(:first-child){margin-top: 50px;}
.sub0103_wrap .sec04 p{margin-bottom: 20px;}
.sub0103_wrap .sec04 img.char_story{margin-bottom:20px;}
.sub0103_wrap .sec04 img.char_story.pc_block{display:block;}
.sub0103_wrap .sec04 img.char_story.mob_block{display:none;}

/* sub0104 */
.sub0104_wrap .year_wrap{max-width:100%; margin: 0 auto; padding-bottom: 50px;}
.sub0104_wrap .year_nav.is-fixed{padding-block:10px; top:80px;}
.sub0104_wrap .year_nav{ gap:30px;}
.sub0104_wrap .year_nav button{ font-size: 18px; padding: 15px 40px;}
.sub0104_wrap .timeline{position: relative; margin-top: 80px;}
.sub0104_wrap .timeline .line{position: absolute; left: 135px; top: 15px; width: 2px; height: 100%; background: #DDD;}
.sub0104_wrap .timeline .line::before{content: '';position: absolute;top: 0;left: 0;width: 2px;background: #003D62;height: var(--line-fill, 0);transition: height 0.3s ease;z-index: 1;}
.sub0104_wrap .year_section:not(:first-child){margin-top: 40px;}
.sub0104_wrap .year_item{display: flex; align-items: flex-start;}
.sub0104_wrap .year_item strong{width: 85px; margin-right: 50px; font-size: 28px;}
.sub0104_wrap .year_item strong::after{content:''; position: absolute; right: -55px; top: 50%; transform:translateY(-50%); width: 8px; height: 8px; background: #D9D9D9; border-radius:50%;	z-index: 1000;}
.sub0104_wrap .timeline > div:first-child .year_item.on strong::before{content: '';position: absolute;right: -63px;top: 50%;transform: translateY(-50%);width: 24px;height: 24px;border: 3px solid #003D62;border-radius: 50%;z-index: 1;}
.sub0104_wrap .year_item:not(:first-child){margin-top: 40px;}
.sub0104_wrap .year_list{padding-left: 65px;}
.sub0104_wrap .year_list li{display: flex; gap:30px; align-items: stretch;}
.sub0104_wrap .year_list li em{width:130px; font-size: 20px; }
.sub0104_wrap .year_list li p{font-size: 18px;}.
.sub0104_wrap .year_list li:not(:first-child){margin-top: 20px;}

/* sub0105 */
.sub0105_wrap .sec00 .box{font-size: 20px;padding: 10px 50px; }
.sub0105_wrap .grid_box{display:grid;grid-template-columns: repeat(3, 1fr); gap:20px; }
.sub0105_wrap .sec02 .box{display: flex; flex-direction: column; gap:30px; align-items: center; }
.sub0105_wrap .sec02 .grid_box .gbox_inn{ min-height:330px; padding:40px 25px; }
.sub0105_wrap .sec02 .grid_box .gbox_inn img{height:95px; width: auto;}
.sub0105_wrap .sec02 .grid_box .gbox_inn .tit{margin-top: 40px; 	}
.sub0105_wrap .sec02 .grid_box .gbox_inn .tit strong{font-size: 22px;}
.sub0105_wrap .sec02 .grid_box .gbox_inn .tit em{font-size: 14px;}
.sub0105_wrap .sec02 .grid_box .gbox_inn p{margin-top: 10px;font-size: 12px;}
.sub0105_wrap .sec03 .grid_box .gbox_inn{border-radius: 10px;padding:30px 25px;}
.sub0105_wrap .sec03 .grid_box .gbox_inn p{font-size: 14px;}

/* sub0106 */
.sub0106_wrap .img_wrap {margin-top:60px;}
.sub0106_1_wrap  #group .box_wrap:not(:first-child){margin-top: 40px;}
.sub0106_1_wrap  #group .box_wrap p.tit{margin-bottom: 15px;font-size:1.125rem; padding-left: 18px; position: relative;}
.sub0106_1_wrap  #group .box_wrap p.tit::before{width: 8px;height: 8px;}
.sub0106_1_wrap table.tbl01 ul{display:grid; grid-template-columns: repeat(2, 1fr); }
.sub0106_1_wrap  .btn_wrap{margin-top: 40px;}
.sub0106_1_wrap  .btn_wrap a{width: 180px; height: 45px; font-size:1.125rem; text-align: center; line-height: 42px;}

.org {margin-top:80px;}
.org .top_box,
.org .logo_box,
.org .middle_box{background:#fff; border-radius:15px;}
.top_row{gap:32px; margin-bottom:32px;}
.circle_box{width:160px; height:160px; font-size:20px; }
.circle_box::before,
.circle_box::after{width:32px;}
.top_box{width:200px; height:70px; font-size:18px;}
.top_box img{ height:40px;}
.top_row::after{height:32px;}
.middle_row{width:260px; margin-bottom:58px; gap:16px;}
.logo_box{width:260px; height:100px; gap:10px;}
.logo_box p:nth-child(1){font-size: 16px; margin-bottom:3px; }
.logo_box p:nth-child(2){font-size: 14px; margin-bottom:6px; }
.logo_box p:nth-child(3){font-size: 20px;}
.logo_box::after{width:16px; height:2px;}
.middle_box{width:180px; height:60px; font-size:18px;}
.logo_box::before{top:calc(100% + 2px); width:2px; height:32px;}
.bottom_row{gap:12px;}
.bottom_row::before{top:-26px; width:calc((((100% + 12px) / 6) * 5) + 2px); height:2px;}
.bottom_box{width:calc((100% - 48px) / 5);}
.bottom_box::before{top: -24px; width:2px; height:24px;}
.box_tit a{height:50px; border-radius:15px; margin-bottom:8px; font-size:18px;}
.bottom_box ul{gap:6px;}
.bottom_box li a{border-radius:15px; font-size:16px; height:40px;}
.bottom_box.alone_box .box_tit a{font-size:18px; height: 50px;}


/* sub0107 */
.sub0107_wrap .top{position: relative; margin-bottom: 240px;}
.sub0107_wrap .map_wrap{height: 400px; z-index:0;}
.root_daum_roughmap{width: 100% !important; height: 400px !important;}
.root_daum_roughmap .wrap_map{height: 400px !important;}
.sub0107_wrap .top .info_box{width: 90%;bottom:-200px;gap:30px 50px; justify-content: space-around; padding:25px;flex-direction: column;}
/* .sub0107_wrap .top .info_box > img{width: 200px;} */
.sub0107_wrap .top .info_box .top_box {gap:7vw; height: 100%;  width: 100%;}
.sub0107_wrap .top .info_box .top_box .name {width: 25vw;}
.sub0107_wrap .top .info_box .top_box .name img{width: 100%;height: auto;	 }
.sub0107_wrap .top .info_box .top_box .name h3{font-size:1rem;}
.sub0107_wrap .top .info_box .top_box ul{display: flex; flex-direction: column; gap:15px;}
.sub0107_wrap .top .info_box .top_box ul li{display: flex; gap:20px; align-items: center;}
.sub0107_wrap .top .info_box .top_box ul li p{font-size: 16px;}
.sub0107_wrap .top .info_box .n_box{ gap:10px;    flex-direction: row;justify-content: center;}
.sub0107_wrap .top .info_box .n_box span{font-size: 16px;}
.sub0107_wrap .con{padding: 30px;}
.sub0107_wrap .con ul.dot_list02{display: flex; flex-direction: column; gap:15px;}
.sub0107_wrap .con ul.dot_list02 li{font-size: 14px;padding-left: 15px;}
.sub0107_wrap .con ul.dot_list02 li::before{width: 6px;height: 6px; background:#003D62; border-radius:10px; top:11px; left:0;}
.sub0107_wrap .con .con_box:not(:first-child){margin-top: 40px;}
.sub0107_wrap .con .con_box .tit{display: flex; gap:20px; align-items: center; margin-bottom: 25px;}
.sub0107_wrap .con .con_box .tit h2{font-size: 22px;}
.sub0107_wrap .con .con_box .tit img{width: 55px;}
.sub0107_wrap .con .con_box .txt_wrap{font-size:14px; line-height:24px; gap:6px;}
.sub0107_wrap .con .con_box .txt_wrap:first-child{margin-bottom:15px;}
.sub0107_wrap .con .con_box .txt_wrap .txt_box{line-height:24px; gap:15px;}
.sub0107_wrap .con .con_box .txt_wrap ul li{gap:15px;}
.sub0107_wrap .con .con_box .txt_wrap ul li:not(:first-child){margin-top:6px;}
.sub0107_wrap .con .con_box span{width:70px; height:24px; font-size:12px;}
.sub0107_wrap .con .con_box:last-child p{font-size:12px;}
.sub0107_wrap > p {margin-bottom: 30px; font-size: 16px;}

/* sub0201 */
.sub0201_wrap .con{margin-top: 80px;}
.sub0201_wrap .sec01 .top{margin-bottom: 30px;}
.sub0201_wrap .sec01 .top h2{font-size: 28px;}
.sub0201_wrap .sec01 .top a{gap:15px;font-size: 16px; padding:10px 25px;}
.sub0201_wrap .sec01 .top a:hover img{    filter: brightness(10);}
.sub0201_wrap .sec01 p{font-size: 18px; }
.sub0201_wrap .sec02 .sec02_con_wrap{display:flex; gap:15px; margin-top:15px;}
.sub0201_wrap .sec02 .sec02_con{width:calc(100% - 30px); padding:30px; font-size:15px; border-radius:15px;}
.sub0201_wrap .sec04 .line_box p{margin-bottom: 20px;}
.sub0201_wrap .sec04 .line_box ul li em{display: block; color: #444;font-size: 12px;font-weight: 400;line-height: 1.5;}
.sub0201_wrap .sec05 .box_list{display:grid; grid-template-columns: repeat(3, 1fr); gap:20px 70px; margin-top: 20px;}
.sub0201_wrap .sec05 .box_list li{position: relative;min-height:167px;border-radius: 10px;background: #F8F8FA; padding: 20px; display: flex; flex-direction: column; gap:20px; align-items: center; justify-content: center;}
.sub0201_wrap .sec05 .box_list li::before{position: absolute; content:''; background:url(/images/sub/box_list_arrow.png); background-size:cover;right:-39px; top:50%; transform:translateY(-50%); width:12px; height:20px;}
.sub0201_wrap .sec05 .box_list li:nth-child(4)::before{display: block;}
.sub0201_wrap .sec05 .box_list li:nth-child(3n)::before{display: none;}
.sub0201_wrap .sec05 .box_list li p{font-size: 14px; }
.sub0201_wrap .sec05 .box_list li p span{display: block; font-weight: 400;}
.sub0201_wrap .sec05 > p{font-size: 14px;margin-top: 20px;}

/* sub020101 */
.sub020101_wrap .con{margin-top: 80px;}
.sub020101_wrap .con0 ul{display: flex;gap: 40px;width: 100%;flex-wrap: wrap;justify-content: center;align-items: center;align-content: center;}
.sub020101_wrap .con0 ul li{width: calc((100% - 40px) / 2);display: flex;flex-direction: column;gap: 8px;}
.sub020101_wrap .con0 ul li .square{padding: 15px;}
.sub020101_wrap .con0 ul li .square strong{font-size: 18px;}
.sub020101_wrap .con0 ul li .square:before{content: '';width: 20px;height: 17px;background: url('/images/sub/core-triangle01.png') no-repeat center;position: absolute;bottom: -17px;left: 50%;margin-left: -10px;}
.sub020101_wrap .con0 ul li .txt_box{padding: 20px 15px; min-height:130px;}
.sub020101_wrap .con0 ul li .txt_box p{font-size: 14px;}
.sub020101_wrap .con0 em{font-size: 14px;}.sub020101_wrap .con ul.dot_list li span{font-size: 14px;}

/* sub020102 */
.sub020102_wrap .con .f_box{gap: 5%;}
.sub020102_wrap .con .f_box .left{width: 40%;height: 250px;}
.sub020102_wrap .con .f_box .right{width: 55%;}
.sub020102_wrap .con .f_box .right p{font-size: 16px; margin-bottom: 20px;}
.sub020102_wrap .con .f_box .right ul.ul_01{display: flex; flex-direction: column; gap:20px;	}
.sub020102_wrap .con .f_box .right ul.ul_01 li{display: flex; gap:15px; align-items: baseline;}
.sub020102_wrap .con .f_box .right ul.ul_01 li span{padding: 10px 20px;font-size: 14px;}
.sub020102_wrap .con .f_box .right ul.ul_01 li em{font-size: 14px;}
.sub020102_wrap .con .f_box .right ul.dot_list02 li{font-size: 14px;padding-left: 15px;}
.sub020102_wrap .con .f_box .right ul.dot_list02 li::before{position: absolute;  content:'';width: 5px;height: 5px; background:#003D62; border-radius:10px; top:6px; left:0; }
.sub020102_wrap .con .f_box .right ul.dot_list02 li:not(:last-child){margin-bottom: 10px;}

.sub020102_wrap .sec02{margin-top: 80px;}.sub020102_wrap .link_box{margin-top: 40px;}
.sub020102_wrap .link_box a{display: block; padding: 15px 40px; font-size: 20px;}

/* sub020103 */
.sub020103_wrap .con:not(:first-child){margin-top: 80px;}

/* sub020104 */
.sub020104_wrap .con .click_all ul.click_btn{display: flex; gap:40px;margin-bottom: 40px;}
.sub020104_wrap .con .click_all ul.click_btn li{width: 180px; padding-block:15px; font-size: 18px;}
.sub020104_wrap .con .click_con .g_box{display:grid; grid-template-columns: repeat(2, 1fr); gap:30px 50px; margin-top: 40px;}
.sub020104_wrap .con .click_con .g_box .box .btm{ border-radius: 0 0 20px 20px; padding:20px 30px; display: flex; flex-direction: column;align-items: center; gap:20px;}
.sub020104_wrap .con .click_con .g_box .box .btm span{font-size: 16px;padding: 8px 45px;}
.sub020104_wrap .con .click_con .g_box .box .btm p{font-size: 14px;}

/* sub0202 */
.sub0202_wrap .video_wrap{margin-top: 80px;display: flex; flex-direction: column; justify-content: center; align-items: center; gap:20px;}
.sub0202_wrap .video_wrap iframe{width: 100%;height: 60vh;}
.sub0202_wrap .video_wrap span{font-size: 20px;}
.sub0202_wrap .btn_wrap{margin-top: 60px; gap:15px;}
.sub0202_wrap .btn_wrap a{font-size: 18px;line-height:60px; width: 260px;height: 60px;}

/* sub020201 */
.sub020201_wrap .con{margin-top: 80px;}
.sub020201_wrap ul.dot_list li span{font-size: 14px; margin-top: 10px;}
.sub020201_wrap ul.dot_list li .img_box .img_wrap{padding:10px;}
.sub020201_wrap .sec03 .img_wrap{margin-top: 30px;}
.sub020201_wrap .sec03 .box_list{display:grid; grid-template-columns: repeat(3, 1fr); gap:20px 70px; margin-top: 20px;}
.sub020201_wrap .sec03 .box_list li{position: relative;min-height:167px;border-radius: 10px;background: #F8F8FA; padding: 20px; display: flex; flex-direction: column; gap:20px; align-items: center; justify-content: center;}
.sub020201_wrap .sec03 .box_list li::before{position: absolute; content:''; background:url(/images/sub/box_list_arrow.png); background-size:cover;right:-39px; top:50%; transform:translateY(-50%); width:12px; height:20px;}
.sub020201_wrap .sec03 .box_list li:nth-child(4)::before{display: block;}
.sub020201_wrap .sec03 .box_list li:nth-child(3n)::before{display: none;}
.sub020201_wrap .sec03 .box_list li h4{font-size: 14px;}
.sub020201_wrap .sec03 .box_list li p{font-size: 14px;}
.sub020201_wrap .box p{font-size: 22px;word-break:keep-all;}
.sub020201_wrap h5{font-size: 26px; margin-bottom: 15px; padding: 10px 50px;}.sub020201_wrap table{margin-top: 25px;}


.sub03_tab{margin: 0 auto 40px;}
.sub03_tab li a{height:45px; font-size:15px; padding:0 15px;}

.tab_desc {font-size: 18px; margin-bottom: 30px;}

/* sub0301_wrap */
.sub0301_wrap .tab_wrap{margin-bottom:40px;}
.sub0301_wrap .tab_wrap a{width:180px; height:45px; font-size:15px; }
.sub0301_wrap .txt_wrap{font-size:1rem; margin-bottom:40px;}
.sub0301_wrap .noitce_wrap{margin-bottom:40px;}
.sub0301_wrap .noitce_wrap h3{font-size:1rem; margin-bottom:30px;}
.sub0301_wrap .noitce_wrap li{ font-size:0.875rem; margin-bottom:15px; padding-left:15px;}
.sub0301_wrap .noitce_wrap li:before{position:absolute; content:''; background:#003D62; width:4px; height:4px; left:0; top:6px; border-radius:99px;}
.sub0301_wrap .btn_wrap{display:flex; justify-content: center; gap:20px;}
.sub0301_wrap .btn_wrap a{ width:180px; height:55px; font-size: 1rem;}

/* sub0301_1_wrap */
.sub0301_1_wrap ul.apply_wrap{display:grid; grid-template-columns: repeat(2, 1fr); gap:20px 30px;}
.sub0301_1_wrap ul.apply_wrap li p{min-width: 90px; font-size:1.125rem; }
.sub0301_1_wrap ul.apply_wrap li p span.point_r{color:var(--co03);}
.sub0301_1_wrap ul.apply_wrap li input{ height:45px; padding-left: 10px; font-size:0.875rem;}

.sub0301_1_wrap .con02{margin-top: 60px;}
.sub0301_1_wrap .con02 table tr  td ul.sp_list label{font-size:0.875rem; }
.sub0301_1_wrap .con02 table input.form02{height: 40px; width: 250px; padding-left: 10px; font-size:0.875rem;}

.sub0301_1_wrap .con02 .i_box{display: flex;width: 100%;}
.sub0301_1_wrap .con02 .i_box .box{height: 45px;width: calc(100% - 174px);height: 45px;padding: 0 100px 0 15px;line-height: 45px;font-size: 0.875rem;} 
.sub0301_1_wrap .con02 .i_box label{display: block;width: 154px;height: 45px;line-height: 45px;font-size: 0.875rem;}
.sub0301_1_wrap .con02 p{font-size:0.875rem;  margin-top: 10px;}

.sub0301_1_wrap .agree_wrap{margin-top: 30px;padding: 20px;}
.sub0301_1_wrap .agree_wrap p{font-size:1rem;}
.sub0301_1_wrap .agree_wrap ul{margin-left: 10px;}
.sub0301_1_wrap .agree_wrap ul li{font-size:0.875rem;}
.sub0301_1_wrap .radio_wrap{margin-block:10px; }
.sub0301_1_wrap .radio_wrap label{font-size:1rem;}
.sub0301_1_wrap .radio_wrap label input[type="radio"]{margin-right: 10px; margin-bottom: 3px; width: 12px;   height: 12px;}
.sub0301_1_wrap h4{font-size:1.125rem; margin-top: 30px;}
.sub0301_1_wrap .btn_wrap{margin-top: 30px;}
.sub0301_1_wrap .btn_wrap a{width:180px; height:50px; font-size:1rem; }

/* sub0301_2_wrap */
.sub0301_2_wrap h3{font-size:1.125rem; }
.sub0301_2_wrap table{width: 100%; margin:40px auto;}
.sub0301_2_wrap table input{height: 40px;  font-size:0.875rem; padding-inline:10px;}
.sub0301_2_wrap .btn_wrap{margin-top: 30px;}
.sub0301_2_wrap .btn_wrap a,
.sub0301_2_wrap .btn_wrap button{width:180px; height:50px; font-size:1rem; }

/* sub0301_4_wrap */
.sub0301_4_wrap .box{ padding-block:40px; gap:30px;}
.sub0301_4_wrap .box p{font-size: 1.25rem;}
.sub0301_4_wrap .box .btn_wrap a{ font-size: 1rem; padding: 10px 40px;}

/* sub0303 */
.sub0303_wrap .txt_wrap{font-size: 22px;}
.sub0303_wrap .info_wrap{margin-top: 80px;}
.sub0303_wrap .info_wrap .form_inn ul.form_list{display:grid; grid-template-columns: repeat(2, 1fr); gap:20px;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li {display: flex; gap:20px;align-items: baseline;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li label{font-size: 1.125rem;min-width:80px;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li .select_box input, .sub0303_wrap .info_wrap .form_inn ul.form_list li .select_box select {height: 45px; font-size: 1rem;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li input{height: 45px; font-size: 1rem;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li textarea{height: 180px; font-size: 1rem;}
.sub0303_wrap .txt_box ul.ulst01 li{font-size: 1rem;}
.sub0303_wrap .txt_box ul.ulst02 li{font-size: 0.875rem;}
.sub0303_wrap .txt_box .check_wrap label{font-size: 1rem;}
.sub0303_wrap .btn_wrap button{width: 180px;height: 50px;font-size: 1rem;line-height:50px;}

/* sub0402 */
.sub0402_wrap .con:not(:first-child){margin-top: 60px;}
.sub0402_wrap .sec01 .item_box{display: flex; gap:20px 30px; flex-wrap: wrap;}
.sub0402_wrap .sec01 .item_box .item{width: calc(50% - 15px); display: flex; flex-direction: column; gap:20px; flex:auto; padding: 20px; border:1px solid #ccc; border-radius: 10px;}
.sub0402_wrap .sec01 .item_box .item span{display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 5px; background: #E6ECF0;}
.sub0402_wrap .sec01 .item_box .item p{font-size: 1rem; color: #444; font-weight: 600;	}
.sub0402_wrap .sec01 .item_box .item strong{font-size: 1.25rem; color: #222;}
.sub0402_wrap .sec02 .chart_wrap{padding: 40px; border:1px solid #ccc; border-radius: 10px;}
.sub0402_wrap .sec02 .chart_top{display: flex; justify-content: space-between; margin-bottom: 40px;}
.sub0402_wrap .sec02 .chart_top .chart_title{display: flex; align-items: center; gap:10px; font-size: 1.25rem; color: #222; font-weight: 600;}
.sub0402_wrap .sec02 .chart_legend{display: flex; align-items: center; gap:20px;}
.sub0402_wrap .sec02 .chart_legend .legend_item{display: flex; align-items: center; gap:5px; font-size: 0.875rem; color: #000;}
.sub0402_wrap .sec02 .chart_legend .legend_item .legend_bar{display: block; width: 16px; height: 16px; border-radius:2px; background: #103992;}
.sub0402_wrap .sec02 .chart_legend .legend_item .legend_line{display: block; width: 16px; height: 16px; border-radius:50%; background: #E2212F;}
.sub0402_wrap .sec02 #cityChart{width: 100%; height: 100%;}
.sub0402_wrap .sec02 .chart_con{height: 400px;}
.sub0402_wrap .sec03{display: flex; flex-direction: column; gap:30px;}
.sub0402_wrap .sec03 .map_con{width: 100%; padding: 40px; border-radius: 10px; border:1px solid #ccc; background: #FFF;}
.sub0402_wrap .sec03 .map_con .map_top{display: flex; justify-content: space-between; margin-bottom: 40px;}
.sub0402_wrap .sec03 .map_con .map_tit{display: flex; align-items: center; gap:10px; font-size: 1.125rem;}
.sub0402_wrap .sec03 .map_con .map_wrap{height: 450px; border-radius: 10px; background: rgba(0, 114, 255, 0.30);}
.sub0402_wrap .sec03 .map_inner{display: flex;align-items: center;justify-content: center;height: 100%;}
.sub0402_wrap .sec03 .map_info{width: 100%; display: flex; flex-direction: row; gap:30px; align-items: stretch;}
.sub0402_wrap .sec03 .map_info > div{flex:1; height: auto; gap:30px; border-radius: 10px; border: 1px solid #CCC;}
.sub0402_wrap .sec03 .map_inner p.check {font-size: 0.875rem;}
.sub0402_wrap .sec03 .map_info .info_top{display: flex; flex-direction: column; justify-content: space-between; padding: 30px 20px; background: #103992;}
.sub0402_wrap .sec03 .map_info .info_top .city_top{display: flex; align-items: center; gap:10px; color: #fff;}
.sub0402_wrap .sec03 .map_info .info_top .city_txt{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius:50%; background: rgba(255, 255, 255, 0.10);}
.sub0402_wrap .sec03 .map_info .info_top .city_txt span{font-size: 1.5rem;}
.sub0402_wrap .sec03 .map_info .info_top .city_full strong{font-size: 1.5rem;}
.sub0402_wrap .sec03 .map_info .info_top .city_full p{font-size: 1rem;}
.sub0402_wrap .sec03 .map_info .info_top .list_item{display: flex; align-items: center; justify-content: space-between; padding: 20px; border-radius: 10px;border: 1px solid rgba(255, 255, 255, 0.50);background: rgba(255, 255, 255, 0.10); color: #fff;}
.sub0402_wrap .sec03 .map_info .info_top .list_item:not(:first-child){margin-top: 10px;}
.sub0402_wrap .sec03 .map_info .info_top .list_item span{font-size: 1rem;}
.sub0402_wrap .sec03 .map_info .info_top .list_item strong{font-size: 1.25rem;}
.sub0402_wrap .sec03 .map_info .info_btm{display: flex; flex-direction: column; justify-content: space-between; padding: 40px; background: #fff;}
.sub0402_wrap .sec03 .map_info .info_btm .service_top{display: flex; align-items: center; gap:10px; font-size: 1.125rem;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item{display: flex; justify-content: space-between; padding-block: 20px;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item:not(:last-child){border-bottom: 1px solid #ccc;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item:first-child{padding-top: 0;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item:last-child{padding-bottom: 0;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item span{font-size: 1rem;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item strong{font-size: 1.25rem;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line{flex-direction: column;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line .line_tit{display: flex; justify-content: space-between; margin-bottom: 10px;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line .line_tit span{font-size: 0.75rem;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line .line_tit strong{font-size: 0.75rem;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line .bar{position: relative; width: 100%; height: 4px; background: #eee; border-radius:50px;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line .bar .percent{position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: #103992; border-radius:50px;}
.sub0402_wrap .sec04 strong{ font-size:0.875rem;}
.sub0402_wrap .sec04 ul{display: flex; flex-direction: column; gap:5px;}
.sub0402_wrap .sec04 ul li{font-size:0.875rem; color:#444; line-height: 1.3;}

/* sub050101 */
.sub050101_wrap .top p{font-size: 22px;word-break:keep-all;}
.sub050101_wrap .con{margin-top: 80px;}
.sub050101_wrap ul.dot_list li span{font-size: 14px;}
.sub050101_wrap .sec01 .f_box{display: flex; gap:40px;}
.sub050101_wrap .sec01 .f_box .box{width: calc((100% - 40px) / 2); height: 350px; }
.sub050101_wrap .sec01 .f_box .box p.tit{font-size:1.375rem; width: 100%;}
.sub050101_wrap .sec01 h2{margin-top: 40px;font-size:1.125rem;}
.sub050101_wrap .sec01 h2 br{display: none;}
.sub050101_wrap .sec01 .f_box .box .txt_box span{font-size:1.125rem; }
.sub050101_wrap .sec01 .f_box .box .txt_box p{font-size:0.875rem;}
.sub050101_wrap .sec02 .box_wrap{display: flex; flex-direction: column; gap:30px;}
.sub050101_wrap .sec02 .box_wrap .box{display: flex; justify-content: space-between; align-items: flex-start; gap:30px;}
.sub050101_wrap .sec02 .box_wrap .box .dot_list{padding:8px 16px;}
.sub050101_wrap .sec02 .box_wrap .box .inn_box{ padding: 30px 35px; width: 100%; margin-top:21px;}
ul.g_dot_list li{font-size: 14px;}
ul.g_dot_list li::before{position: absolute;  content:'';width: 8px;height: 8px; background:#8A99A8; border-radius:10px; top:8px; left:0; }
.box99{ height: auto;display: flex;gap: 10px;align-items: flex-start;justify-content: center;flex-direction: column;padding: 20px;}
.box99 li{display: flex; gap:20px; align-items: center;}.box99 li:not(:first-child){padding-left: 70px;}
.box99 li b{font-size: 16px;}
.box99 li p{font-size: 22px;}
.box99 li img{width: 50px;}

/* sub050102 */
.sub050102_wrap .box_wrap{display:grid; grid-template-columns: repeat(2, 1fr); gap:40px; }
.sub050102_wrap .box_wrap .box .top{border-radius:20px 20px 0 0; padding:25px 20px; position: relative;}
.sub050102_wrap .box_wrap .box .top p{font-size: 22px;}
.sub050102_wrap .box_wrap .box .top img{width: 85px;}
.sub050102_wrap .box_wrap .box .btm{padding: 30px 20px;}
.sub050102_wrap .box_wrap .box .btm b{font-size: 16px; margin-bottom: 15px;}ul.g_dot_list li{font-size: 14px;padding-left: 15px;}
ul.g_dot_list li::before{position: absolute;  content:'';width: 5px;height: 5px; background:#8A99A8; border-radius:10px; top:6px; left:0; }


/* sub050103 */
.sub050103_wrap .box_wrap{display:grid; grid-template-columns: repeat(2, 1fr); gap:40px;}
.sub050103_wrap .box_wrap .box .img_wrap img{width: 100%;}
.sub050103_wrap .box_wrap .box .txt_wrap{padding: 15px;}
.sub050103_wrap .box_wrap .box .txt_wrap strong{font-size: 18px;}
.sub050103_wrap .box_wrap .box .txt_wrap p{font-size: 14px;margin-top: 15px;}
.sub050103_wrap .box_wrap ul.link_box{display: flex; flex-direction: column; gap:25px; align-items: center; justify-content: flex-start; padding-top: 30px;}
.sub050103_wrap .box_wrap ul.link_box li{width: 80%;height: 65px;  line-height: 65px;}
.sub050103_wrap .box_wrap ul.link_box li a{font-size: 18px;}

/* sub050104 */
.sub050104_wrap .sec01 .btn_wrap{margin-top: 40px; }
.sub050104_wrap .sec01 .btn_wrap a{font-size: 18px;line-height:60px; width: 260px;height: 60px;}
.sub050104_wrap .sec04 ul.box99 li b{min-width:auto;}
.sub050104_wrap .sec04 ul.box99 li:nth-child(2){width:100%;}
.sub050104_wrap .sec04 ul.box99 li:nth-child(3){width:100%;}
.sub050104_wrap .sec04 ul.box99:last-child{margin-top: 30px;}

/* 수행기관 */
.orga_wrap .down_box a{gap: 12px;font-size: 16px;padding: 10px 30px;}
.orga_wrap ul.region{display:grid; grid-template-columns: repeat(6, 1fr); gap:10px; margin-block: 25px 40px; }
.orga_wrap ul.region li a{font-size: 16px; padding-block:15px;}
.orga_wrap .con .top{margin-bottom: 20px;}
.orga_wrap .con .top p{font-size: 12px;}

/* 후원기업 및 단체 */
.company_wrap .con:not(:first-child){margin-top: 80px;}
.company_wrap .con ul{display:grid;grid-template-columns: repeat(3, 1fr); gap:20px; }
.company_wrap .con ul li{ height: 70px;}
.company_wrap .con ul li img{height: 50px; width: auto;}

/* sitemap */
.sitemap_wrap {flex-direction: column;}
.sitemap_wrap .tbl01 {margin-bottom: 40px;}

/* sub0601 */
.sub0601_wrap .line_box {padding:30px 0; margin-bottom: 50px;}
.sub0601_wrap .line_box strong {font-size: 18px;}
.sub0601_wrap .sub03_tab {flex-wrap: wrap;}
.sub0601_wrap .box_wrap {gap:40px; margin-top: 30px;}
.sub0601_wrap .box_wrap .top_tit h4{font-size: 22px;}
.sub0601_wrap .box_wrap .top_tit a{font-size: 14px;}
.sub0601_wrap .box_wrap .con_box {padding:15px 10px;}
.sub0601_wrap .box_wrap .con_box a {font-size: 16px;}
.sub0601_wrap .box_wrap .con_box p {font-size: 13px;}
.sub0601_wrap .box_wrap .gallery_con {padding:15px 10px;}
.sub0601_wrap .box_wrap .gallery_list{display: grid; grid-template-columns: repeat(3, 1fr); gap:40px 15px; border-radius:10px;}
.sub0601_wrap .box_wrap .gallery_list img{width: 100%;  object-fit:cover;}
.sub0601_wrap .box_wrap .gallery_list .gallery_info{padding:16px 8px;}
.sub0601_wrap .box_wrap .gallery_list .gallery_info .date{font-size: 12px; color: #666;}
.sub0601_wrap .box_wrap .gallery_list .gallery_info .tit{margin-top: 10px; font-size: 16px;}

.cate_box ul li a {font-size: 14px;}






/* 일반게시판_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: 14px; 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: 14px; 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: 32px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 13px;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: 10px;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: 20px; color: var(--bg01); font-weight: 700;}.basic_bd01_view .tit_box p{font-size: 32px; margin: 20px 0px 30px	; font-weight: 700;color: #000;}
.basic_bd01_view .tit_box span{font-size: 14px;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: 14px; color: #000;}
.basic_bd01_view .view_box .youtube{width: 80%;}
.basic_bd01_view .view_box > div:not(:first-child){margin-top: 40px;}
.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: 13px; 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: 14px; 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: 16px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit{font-size: 14px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con{font-size: 10px; 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: 14px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con{border-top: 0; margin-top: 0; padding-top: 10px; font-size: 10px;}
.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: 14px; 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: 14px; 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%);}

/* gallery */
.sub_gallery_wrap .gallery_list{display: grid; grid-template-columns: repeat(3, 1fr); gap:40px 15px; border-radius:10px;}
.sub_gallery_wrap .gallery_list img{width: 100%;  object-fit:cover;}
.sub_gallery_wrap .gallery_list .gallery_info{padding:16px 8px;}
.sub_gallery_wrap .gallery_list .gallery_info .date{font-size: 12px; color: #666;}
.sub_gallery_wrap .gallery_list .gallery_info .tit{margin-top: 10px; font-size: 16px;}


}