@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; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

/* header */
#header{position: fixed; top: 0; left: 0; width: 100%; z-index: 5000; height: 60px; transition: all 0.6s;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 100%; max-width:1820px;}
#header h1{opacity: 1; margin-top: 15px;}
#header h1 a{display: block; width: 126.5px; height: 30px; background: url('/images/main/main_logo.svg')center no-repeat; background-size:cover;}

body.visual_scrolled .landing_logo{opacity: 0;}
body.visual_scrolled #header h1{opacity: 1;}

/* navigation */
.nav_btn{position: relative;display: flex; flex-direction: column; justify-content: space-between; width: 23px; height: 16px;z-index: 100;}
.nav_btn span {display: block;width: 100%;height: 2px;background: #fff;border-radius: 5px;transition: 0.3s ease;}
.nav_btn.on{width: 20px;height: 20px;}
.nav_btn.on span {position: absolute;top: 50%;left: 0;transform-origin: center;}
.nav_btn.on span:nth-child(1) {transform: translateY(-50%) rotate(45deg);}
.nav_btn.on span:nth-child(2) {opacity: 0;}
.nav_btn.on span:nth-child(3) {transform: translateY(-50%) rotate(-45deg);}
.navigation{position: fixed;right: 11px;top: 50px;z-index: 3500;opacity: 0;visibility: hidden;transform: translateY(-12px);pointer-events: none;transition:opacity .45s ease,transform .45s ease,visibility 0s linear .45s;}
.navigation.open{opacity: 1;visibility: visible;transform: translateY(0);pointer-events: auto;transition:opacity .45s ease,transform .45s ease,visibility 0s;}
.navigation .lnb{}
.navigation .dep_box{width: 150px;}
.navigation.on{display:block;}
.navigation h3{width:100%;}
/* .navigation h3.depth01{background: #E6B84A;}
.navigation h3.depth02{background: #D94A7F;}
.navigation h3.depth03{background: #8F5CD6;}
.navigation h3.depth04{background: #5C8FD9;} */
.navigation h3 a{position: relative;display: block;line-height: 1.2;width:100%;padding: 12px 10px;color:#fff;font-size:0.875rem;font-weight: 600; text-align: center;}
.navigation ul{display: block; padding:15px 10px;}
.navigation ul li:not(:first-child){margin-top: 15px;}
.navigation ul li a{position: relative;color:#fff;font-size:0.75rem;font-weight: 400;line-height: 1.1;word-break:keep-all;transition:.3s;display: inline-block;}
.navigation ul li a::after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:#fff;transition:width .3s ease;}
.navigation ul li a:hover::after{width:100%;}
.navigation ul li.on a::after{width:100%;}

main{color: #fff;}

/* visual */
#visual{position: relative;}
#visual .landing_logo{display: none;}
#visual .landing_logo img{width: 100%; overflow: hidden;}
#visual .tit_wrap{position: absolute; bottom: 40px; left: 50%; transform:translateX(-50%); width: 100%; z-index: 50;}
#visual .tit_wrap h2{font-size: 1rem;}
#visual .visual_items{position: absolute; bottom: 75px; left: 50%; transform:translateX(-50%); width: 100%; z-index: 50;}
#visual .visual_items .inner{display: flex; align-items: center; gap:15px;}
#visual .visual_items .visual_nav{position: unset; width: 8px; height: auto; color: #fff; margin-top: 0;}
#visual .visual_items .visual_page{display: flex; align-items: center; gap:5px; font-size: 0.875rem; color: rgba(255, 255, 255, 0.50); font-weight: 600;}
#visual .visual_items .visual_page .current{font-size: 1.25rem; color: #fff;}

/* sec01 */
#sec01{width: 100%; overflow: hidden;}
#sec01 .service_wrap{display: flex; flex-direction: column;}
#sec01 .service_box{position: relative; flex:auto; border-right: 1px solid #fff; overflow: hidden; height: 265px;}
#sec01 .service_box .bg_img{width: 100%; height: 100%; object-fit:cover; transition:.5s;}
#sec01 .service_box:hover .bg_img{transform:scale(1.05);}
#sec01 .service_box .content{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap:10px; width: 100%; padding: 20px; box-sizing: border-box; text-align: center;}
#sec01 .service_box .content img{width: 45px;}
#sec01 .service_box .content h3{font-size: 1.125rem; font-weight: 600;}
#sec01 .service_box .content p{font-size: 0.75rem; font-weight: 500; line-height: 1.4; word-break:keep-all; height: auto; overflow: hidden;}
#sec01 .service_box .content .more_btn{padding: 4px 15px; margin-top: 10px; border:1px solid #fff; font-size: 0.75rem; color: #fff; border-radius:50px; line-height: 1.4;}

/* sec02 */
#sec02{overflow: hidden; position: relative; width: 100%;}
#sec02 .pc_project{display: none;}
#sec02 .mo_project{display: block;}
#sec02 .proSlide .swiper-slide img{width: 100%;}
#sec02 .proSlide .swiper-slide .tit_box{position: absolute; bottom: 0; width: 100%; padding: 10px; font-size: 0.875rem; color: #fff;}
#sec02 .mo_project .m_arw{width: 10px; height: auto; margin-top: 0; transform:translateY(-50%); color: #fff;}
#sec02 .mo_project .swiper-button-prev{left: 10px;}
#sec02 .mo_project .swiper-button-next{right: 10px;}

/* sec03 */
#sec03{padding-block:80px 60px; background: url('/images/main/main_sec03_bg.png')center no-repeat; background-size:cover; color: #fff;}
#sec03 .tit_wrap h3{font-size: 1.5rem; line-height: 1.3;}
#sec03 .tit_wrap p{margin-top: 15px; font-size: 1rem;}
#sec03 .about_wrap{margin-top: 40px;}
#sec03 .about_list{display: grid; grid-template-columns: repeat(1, 1fr);}
#sec03 .about_list .about_item{padding: 15px; display: flex; flex-direction: column; gap:15px;}
#sec03 .about_list .about_item:nth-child(2n){border-left:none;}
#sec03 .about_list .about_item:nth-child(n+3){border-top:none;}
#sec03 .about_list .about_item:not(:last-child){border-bottom: 1px solid #fff;}
#sec03 .about_list .about_item h4{font-size: 1rem;}
#sec03 .about_list .about_item p{font-size: 2.5rem; font-weight: 700;}


/* footer */
#footer{padding-block:40px; }
#footer .foot_inn {flex-direction: column; gap:30px;}
#footer .foot_inn .left{gap:20px; align-items: center; justify-content: center;}
#footer .footer_info{font-size: 0.75rem; gap:5px; text-align: center;		}
#footer .copy{font-size: 0.75rem;}
#footer ul.right {display: none;}
#footer  .footer_logo{width: 50%;}
#footer  .footer_logo img{width: 100%;}

/* ==sub== */
#header.sub_header .all_btn span{background:#3C575A;} 
.sub_visual{height: 200px; display: flex; }
.sub_visual .inner {display: flex;align-items: flex-start;justify-content: center;flex-direction: column;gap: 20px;}
.sub_visual h2{font-size: 1.875rem;}
.sub_visual .sub_nav{display: flex; align-items: center; gap:10px;}
.sub_visual .sub_nav li{position: relative; font-size: 0.875rem;}
.sub_visual .sub_nav li:not(:last-child){padding-right: 20px;}
.sub_visual .sub_nav li:not(:last-child)::after{content:''; position: absolute; top: 50%; right: 0; transform:translateY(-50%); background: url('/images/sub/sub_nav.png')center no-repeat; width: 6px; height: 10px;}

#sub_contents{padding-bottom: 80px;}

/* 공통 */
.category_wrap{margin-bottom: 30px; flex-wrap:wrap;}
.category_wrap select{width: calc(100% / 2);height: 50px;padding: 10px 20px;font-size: 1rem;background: url("/images/sub/select_arrow.png") no-repeat right 20px center;background-size: 10px;}
.category_wrap select:nth-of-type(2n){border-right: none;}
.category_wrap select:nth-of-type(1), .category_wrap select:nth-of-type(2){border-bottom: 1px solid #ccc;}
.category_wrap .search_wrap{width: 100%; display: flex; align-items: center;justify-content: space-between;gap: 20px; padding-inline:20px; border-top: 1px solid #ccc;}
.category_wrap .search_wrap input{width: 100%; height: 50px; font-size: 1rem;}
.category_wrap .search_wrap button.search_btn {background: url(/images/sub/sub_search_icon.png) center no-repeat;background-size: contain;width: 20px;height: 20px;  line-height: 1;}
.category_wrap a {width: calc(100% / 2);font-size: 1rem;padding: 5px 15px;height: 50px; border-right: none;}
.category_wrap a:nth-of-type(odd){border-right: 1px solid #ccc;}
.category_wrap a:nth-of-type(1),.category_wrap a:nth-of-type(2){border-bottom: 1px solid #ccc;}

.category_wrap a.on{border: 1px solid #3C5659; color:#3C5659;}

/* sub0101 */
.sub0101_wrap .project_wrap{display:grid;grid-template-columns: repeat(1, 1fr);  gap:40px;}
.sub0101_wrap .project_wrap .box a{display: flex; flex-direction: column; gap:10px;}
.sub0101_wrap .project_wrap .box a p{font-size: 1rem;}

/* sub0101_view */
.sub01_view_wrap {margin-top: 50px;}
.sub01_view_wrap .top_sec{gap:30px;}
.sub01_view_wrap .top_sec strong{font-size: 1.75rem;}
.sub01_view_wrap .con_sec{margin-top: 40px; gap:60px;flex-direction: column-reverse;}
.sub01_view_wrap .con_sec .left .txt_wrap strong{font-size: 1.75rem;}
.sub01_view_wrap .con_sec .left .txt_wrap p{font-size: 1rem;}
.sub01_view_wrap .con_sec .left .img_wrap{margin-top: 50px; gap:20px;}
.sub01_view_wrap .con_sec .right{width: 100%; position: unset;align-self: flex-start;}
.sub01_view_wrap .con_sec .right ul.info {display:grid; grid-template-columns: repeat(1, 1fr); }
.sub01_view_wrap .con_sec .right ul.info li{gap:20px;padding: 15px 10px;}
.sub01_view_wrap .con_sec .right ul.info li span{font-size: 0.875rem;min-width:50px;}
.sub01_view_wrap .con_sec .right ul.info li p{font-size: 0.875rem;}
.sub01_view_wrap .con_sec .right .other_wrap{margin-top: 40px;}
.sub01_view_wrap .con_sec .right .other_wrap span.tit{font-size: 1.125rem;}
.sub01_view_wrap .con_sec .right .other_wrap ul{margin-top: 10px;display: grid;gap:10px;grid-template-columns: repeat(3, 1fr); }
.sub01_view_wrap .con_sec .right .other_wrap ul li a{display: flex;flex-direction: column;gap:10px;}
.sub01_view_wrap .con_sec .right .other_wrap ul li a p{font-size: 0.75rem;}
.sub01_view_wrap .list_box{margin-top: 60px;}
.sub01_view_wrap .list_box a{display: block; width: 150px;padding: 15px 30px;font-size: 1rem;}

/* sub0102 */
.sub0102_wrap {flex-direction: column;}
.sub0102_wrap .sub_list_wrap{max-width:none; min-width:auto;  background: #fff; z-index:2;}
.sub0102_wrap .sub_list_wrap .mob_list{display: flex; background:#3C5659; padding: 15px 20px; margin-top: 10px;}
.sub0102_wrap .sub_list_wrap ul{overflow:hidden;max-height:0;opacity:0;visibility:hidden;background:#fff;border:1px solid #ddd;transition:max-height 0.45s ease, opacity 0.35s ease, visibility 0.35s ease;}
.sub0102_wrap .sub_list_wrap.open ul{max-height:500px;opacity:1;visibility:visible;}
.sub0102_wrap .sub_list_wrap .mob_list span{	flex:1;color:#fff; font-weight: 700; font-size:1rem; }
.sub0102_wrap .sub_list_wrap .mob_list i{display:flex;align-items:center;justify-content:center;flex:0 0 20px;width:20px;min-width:20px;height:20px;font-size:20px;line-height:1;color:#fff;}
.sub0102_wrap .sub_list_wrap.open  .mob_list i{transform:rotate(180deg);}
.sub0102_wrap .sub_list_wrap{width: 100%; display: flex; flex-direction: column; position: sticky;top: 0px;align-self: flex-start; }
.sub0102_wrap .sub_list_wrap li{padding: 10px 20px; position: relative; border-bottom: 1px solid #ccc;}
.sub0102_wrap .sub_list_wrap li:last-child{border-bottom: none;}
.sub0102_wrap .sub_list_wrap li a{font-size: 1rem;  display: block;}
.sub0102_wrap .sub_list_wrap li.on::before{display: none;}
.sub0102_wrap .con_wrap{width: 100%;}

.sub0102_wrap .con_wrap .con .year_box{padding:20px 10px;}
.sub0102_wrap .con_wrap .con .year_name{min-width:none; font-size:2rem;}
.sub0102_wrap .con_wrap .con .year_items{font-size:0.875rem; gap:4px;}

/* sub0104 */
.sub0104_wrap .brochure_wrap .img_wrap img{width:80%; height:80%;}
.sub0104_wrap .brochure_wrap .txt_wrap h3{font-size:1.375rem;}
.sub0104_wrap .brochure_wrap .txt_wrap p{font-size:1rem;}
.sub0104_wrap .brochure_wrap .txt_wrap em{font-size:0.75rem; margin-bottom:35px;}
.sub0104_wrap .brochure_wrap .txt_wrap a{width:160px; height:40px;}
.sub0104_wrap .brochure_wrap .txt_wrap a span{font-size:0.75rem; gap:12px;}

/* sub0201 */
.sub0201_wrap {flex-direction: column;}
.sub0201_wrap .sub_list_wrap{max-width:none; min-width:auto; background: #fff; z-index:2;}
.sub0201_wrap .sub_list_wrap .mob_list{display: flex; background:#3C5659; padding: 15px 20px; margin-top: 10px;}
.sub0201_wrap .sub_list_wrap ul{overflow:hidden;max-height:0;opacity:0;visibility:hidden;background:#fff;border:1px solid #ddd;transition:max-height 0.45s ease, opacity 0.35s ease, visibility 0.35s ease;}
.sub0201_wrap .sub_list_wrap.open ul{max-height:500px;opacity:1;visibility:visible;}
.sub0201_wrap .sub_list_wrap .mob_list span{	flex:1;color:#fff; font-weight: 700; font-size:1rem; }
.sub0201_wrap .sub_list_wrap .mob_list i{display:flex;align-items:center;justify-content:center;flex:0 0 20px;width:20px;min-width:20px;height:20px;font-size:20px;line-height:1;color:#fff;}
.sub0201_wrap .sub_list_wrap.open  .mob_list i{transform:rotate(180deg);}
.sub0201_wrap .sub_list_wrap{width: 100%; display: flex; flex-direction: column; position: sticky;top: 0px;align-self: flex-start;margin-bottom: 50px;}
.sub0201_wrap .sub_list_wrap li{padding: 10px 20px; position: relative; border-bottom: 1px solid #ccc;}
.sub0201_wrap .sub_list_wrap li:last-child{border-bottom: none;}
.sub0201_wrap .sub_list_wrap li a{font-size: 1rem;  display: block;}
.sub0201_wrap .sub_list_wrap li.on::before{display: none;}
.sub0201_wrap .con_wrap{width: 100%;}
.sub0201_wrap .con_wrap .con .txt_box em{font-size: 1.125rem;}
.sub0201_wrap .con_wrap .con .txt_box strong{font-size: 1.75rem;}
.sub0201_wrap .con_wrap .con .txt_box p{font-size: 1rem;}
.sub0201_wrap .con_wrap .con .img_wrap .img_box p{font-size: 1rem;}

/* sub0301 */
.sub0301_wrap .sec{margin-top:80px;}
.sub0301_wrap p.sub03_tit{font-size:2rem; margin-bottom:30px;}
.sub0301_wrap .con01{gap:30px; height:400px;  background: url(/images/sub/con0301_con01_bg_mob.png); background-size:cover;}
.sub0301_wrap .con01 strong{font-size:1.625rem;}
.sub0301_wrap .con01 p{font-size:1.125rem;}
.sub0301_wrap .con02{gap:40px;}
.sub0301_wrap .con02 .logo_img{width: 80%; margin:0 auto;}
.sub0301_wrap .con02 .logo_img img{width:100%;}
.sub0301_wrap .con02 .txt_wrap{gap:12px;}
.sub0301_wrap .con02 .txt_wrap p{font-size:1rem;}
.sub0301_wrap .con02 .txt_wrap p br{display: none;}
.sub0301_wrap .con02 .txt_wrap span{margin-left:12px;}
.sub0301_wrap .con02 .txt_wrap span b{font-size:1.125rem; margin-left:12px;}
.sub0301_wrap .con03 ul li{gap:12px; padding:20px 0px; min-width:auto;}
.sub0301_wrap .con03 ul li .icon_box{width:150px;height: 150px;}
.sub0301_wrap .con03 ul li strong{font-size:1.125rem;}
.sub0301_wrap .con03 ul li p{font-size:0.875rem;}
.sub0301_wrap .con04 ul li{gap:18px; padding:20px 0px; min-width:auto;}
.sub0301_wrap .con04 ul li span{font-size:3.5rem;}
.sub0301_wrap .con04 ul li .title{gap:10px;}
.sub0301_wrap .con04 ul li .title strong{font-size:1.125rem;}
.sub0301_wrap .con04 ul li .title em{font-size:0.875rem;}
.sub0301_wrap .con04 ul li p{font-size:1rem;}
.sub0301_wrap .con05 .box_wrap{gap:12px;}
.sub0301_wrap .con05 .box_wrap .box{height:200px;}
.sub0301_wrap .con05 .box_wrap .txt_box strong{font-size:1.5rem; margin-bottom:12px;}
.sub0301_wrap .con05 .box_wrap .txt_box ul{font-size:1rem; gap:21px;}

/* sub0302 */
.sub0302_wrap .history_con {position: relative;}
.sub0302_wrap .history-line {position: absolute;top: 10px;left: 50%;width: 1px;height: 100%;background: #ddd;transform: translateX(-50%);z-index: 1;}
.sub0302_wrap .history-scroll-bar {position: absolute;top: 0;left: 50%;width: 1px;background: var(--co01);z-index: 2;transform: translateX(-50%);}
.sub0302_wrap .scroll-point {width: 5px;height: 5px;background: var(--co01);border-radius: 50%;position: absolute;bottom: -10px;left: 50%;transform: translate(-50%, -50%);}
.sub0302_wrap .scroll-point::after {content: '';position: absolute;width: 20px;height: 20px;background: rgba(60, 86, 89, 0.25);top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 50%;}
.sub0302_wrap .year_item {display: flex;gap: 160px;justify-content: flex-end;align-items: flex-start;}
.sub0302_wrap .year_item:nth-child(2n){flex-direction: row-reverse;}
.sub0302_wrap .year_item:nth-child(2n) strong{text-align: right;}
.sub0302_wrap .year_item:nth-child(2n) strong::after{left: auto; right: -22.5px;}
.sub0302_wrap .year_item:nth-child(2n) li{justify-content: flex-end;}
.sub0302_wrap .year_item strong {position: relative;display: block;font-size: 1.25rem;color: #ccc; transition:.3s ease;}
.sub0302_wrap .year_item strong::after{content:'';position: absolute;left: -22.8px;top: 50%;transform:translateY(-50%);width: 5px;height: 5px;background: #ddd;border-radius:50%;z-index: 9999;}
.sub0302_wrap .year_item.on strong {color: var(--co01);}
.sub0302_wrap .year_item .year_info {width: calc(50% - 20px);}
.sub0302_wrap .year_item .img_box {max-width: 420px;margin-top: 20px;}
.sub0302_wrap .year_item .img_box img {width: 100%;aspect-ratio: 1.4 / 1;object-fit: cover;border-radius: 10px;}
.sub0302_wrap .history_con > div:first-child .year_item.on strong::after {background: var(--co01);}
.sub0302_wrap .history_con > 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 var(--co01);border-radius: 50%;z-index: 1;}
.sub0302_wrap .year_item.past strong::after {background: var(--co01);}
.sub0302_wrap .year_item:not(:first-child) {margin-top: 50px;}
.sub0302_wrap .year_list {padding-top:15px;}
.sub0302_wrap .year_list li {display: flex;align-items: center;}
.sub0302_wrap .year_list li em {min-width: 30px;font-size: 0.875rem;color: #222;font-weight: 600;}
.sub0302_wrap .year_list li p {font-size: 0.75rem;color: #666;line-height: 1.5;}
.sub0302_wrap .year_list li:not(:first-child) {margin-top: 10px;}

/* sub0303 */
.sub0303_wrap {flex-direction: column;}
.sub0303_wrap .sub_list_wrap{max-width:none; min-width:auto;  background: #fff; z-index:100;}
.sub0303_wrap .sub_list_wrap .mob_list{display: flex; background:#3C5659; padding: 15px 20px; margin-top: 10px;}
.sub0303_wrap .sub_list_wrap ul{overflow:hidden;max-height:0;opacity:0;visibility:hidden;background:#fff;border:1px solid #ddd;transition:max-height 0.45s ease, opacity 0.35s ease, visibility 0.35s ease;}
.sub0303_wrap .sub_list_wrap.open ul{max-height:500px;opacity:1;visibility:visible;}
.sub0303_wrap .sub_list_wrap .mob_list span{	flex:1;color:#fff; font-weight: 700; font-size:1rem; }
.sub0303_wrap .sub_list_wrap .mob_list i{display:flex;align-items:center;justify-content:center;flex:0 0 20px;width:20px;min-width:20px;height:20px;font-size:20px;line-height:1;color:#fff;}
.sub0303_wrap .sub_list_wrap.open  .mob_list i{transform:rotate(180deg);}
.sub0303_wrap .sub_list_wrap{width: 100%; display: flex; flex-direction: column; position: sticky;top: 0px;align-self: flex-start; margin-bottom: 30px;}
.sub0303_wrap .sub_list_wrap li{padding: 10px 20px; position: relative; border-bottom: 1px solid #ccc;}
.sub0303_wrap .sub_list_wrap li:last-child{border-bottom: none;}
.sub0303_wrap .sub_list_wrap li a{font-size: 1rem;  display: block;}
.sub0303_wrap .sub_list_wrap li.on::before{display: none;}
.sub0303_wrap .con_wrap{width: 100%;}
.sub0303_wrap .people_wrap{gap:20px;}
.sub0303_wrap .people_box {width:100%;}
.sub0303_wrap .con_wrap .con .year_box{padding:20px 10px;}
.sub0303_wrap .con_wrap .con .year_name{min-width:none; font-size:2rem;}
.sub0303_wrap .con_wrap .con .year_items{font-size:0.875rem; gap:4px;}

.sub0303_wrap .pop_wrap .pop_con{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); display: flex; flex-direction: column;align-items: center; width: calc(100% - 2.66%); height: auto; max-height:90vh; background: #fff;}
.sub0303_wrap .pop_wrap .pop_con .left_img{width: 200px; height: auto;aspect-ratio: 7/10; padding-inline:0;}
.sub0303_wrap .pop_wrap .pop_con .left_img img{max-width: 100%; height: auto;}
.sub0303_wrap .pop_wrap .pop_con .right_info{position: relative;width: 100%; padding:40px 20px;display: flex; flex-direction: column;}
.sub0303_wrap .pop_wrap .pop_con .right_info a.pc_btn{display: none;}
.sub0303_wrap .pop_wrap .pop_con .right_info a.mob_btn{display: block;}
.sub0303_wrap .pop_wrap .pop_con .right_info a.x_btn02{padding: 10px 30px; background:var(--co01);font-size:0.875rem; font-weight: 700; color:#fff;  text-align: center; margin-top: 20px;}
.sub0303_wrap .pop_wrap .pop_con .right_info .name{display: flex; gap:20px;align-items: flex-end; padding-bottom: 15px;}
.sub0303_wrap .pop_wrap .pop_con .right_info .name h2{font-size: 1.5rem;}
.sub0303_wrap .pop_wrap .pop_con .right_info .name em{font-size: 1rem;}
.sub0303_wrap .pop_wrap .pop_con .right_info .info_wrap{margin-top: 20px; display: flex; flex-direction: column; gap:20px;overflow: auto;}
.sub0303_wrap .pop_wrap .pop_con .right_info .info_wrap dl dt{font-size: 1rem;margin-bottom: 10px;}
.sub0303_wrap .pop_wrap .pop_con .right_info .info_wrap dl dd ul.dot_list li{font-size: 0.75rem;padding-left: 15px;}
.sub0303_wrap .pop_wrap .pop_con .right_info .info_wrap dl dd ul.dot_list li::before{position: absolute; content:''; width: 3px; height: 3px; border-radius:3px; background:#222; top:10px; left:5px;}

/* sub0304 */
.sub0304_wrap .category_wrap select {width: 100%; border-bottom: 0; border-right: 1px solid #ccc;}
.sub0304_wrap .category_wrap .search_wrap {width: 100%; border-left: 1px solid #ccc; }
.sub0304_wrap colgroup{display: none;}
.sub0304_wrap table tr{display: block;padding: 15px 10px;}
.sub0304_wrap .list_wrap table tr td{height: auto;	font-size: 0.875rem;}
.sub0304_wrap .list_wrap table tr td.title{display: block; padding-block:5px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.sub0304_wrap .list_wrap table tr td .icon_wrap{display: flex; align-items: center; justify-content: center; gap:5px;}
.sub0304_wrap .list_wrap table tr td.mob_none, .sub0304_wrap .list_wrap table col.mob_none{display: none;}
.sub0304_wrap .list_wrap table tr td.date{color:#666; font-size:0.75rem;}

/* sub0305 */
.sub0305_wrap .map_wrap{width: 100%; height: 300px; margin-bottom: 10px;}
.sub0305_wrap .info_wrap{display: flex; flex-direction: column; gap:10px;width: 100%;}
.sub0305_wrap .info_wrap .logo_wrap{width: 100%; display: flex; align-items: center; justify-content: center;}
.sub0305_wrap .info_wrap .logo_wrap img{width: 100%;}
.sub0305_wrap .info_wrap .inn_box{width: 100%; display:grid; grid-template-columns: repeat(1, 1fr);gap:10px; }
.sub0305_wrap .info_wrap .inn_box .box{width: 100%; height: 100px; display: flex; align-items: center; padding: 20px; gap:20px;}
.sub0305_wrap .info_wrap .inn_box .box .tit{display: flex; gap:10px; }
.sub0305_wrap .info_wrap .inn_box .box .tit strong{font-size: 1rem;}
.sub0305_wrap .info_wrap .inn_box .box p{font-size: 0.75rem;}

/* sub04 */
.sub04_wrap .category_wrap .search_wrap{width: 100%; padding-inline:15px;}
.sub04_wrap .news_wrap{display:grid; grid-template-columns: repeat(1, 1fr); gap:20px;}
.sub04_wrap .news_wrap .box a{display: flex; flex-direction: column; width: 100%; gap:10px;}
.sub04_wrap .news_wrap .box a .txt_box p{font-size: 1rem;font-weight: 600; line-height: 1.5;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.sub04_wrap .news_wrap .box a .txt_box em{display: block; margin-top: 5px;font-size: 0.75rem;}

/* sub0401_view */
.sub0401_view_wrap{margin-top: 50px; }
.sub0401_view_wrap .top_wrap{gap:10px; padding-bottom: 30px;}
.sub0401_view_wrap .top_wrap strong{font-size:1.5rem;}
.sub0401_view_wrap .top_wrap p{font-size:0.875rem;}
.sub0401_view_wrap .eidt_wrap{padding-top: 30px; width:100%; margin:0 auto;}
.sub0401_view_wrap .list_box{margin-top: 40px; display: flex; align-items: center; justify-content: center;}
.sub0401_view_wrap .list_box a{width: 150px; height: 40px;line-height: 40px; font-size:0.75rem; }
.sub0401_view_wrap .p_wrap .icon_wrap img{height: 12px;	}
.sub0401_view_wrap .p_wrap .icon_wrap{ font-size:0.75rem; }

/* 일반게시판_list */
.basic_bd02{line-height: 1;}
.basic_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 25px;margin-bottom: 15px;}
.basic_bd02 .search_box .total p{color: #000; font-size: 13px;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: 88px; height: 43px; border:1px solid #ddd; border-radius:50px; padding: 0px 33px 0px 18px;-webkit-appearance:none;background-size: 8px; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 18px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 98px);}
.basic_bd02 .search_box .input_wrap input{width: 100%; height: 43px;font-size: 14px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 43px 0px 18px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{display: flex;position: absolute; right: 18px; top: 50%; transform:translateY(-50%);width: 14px;}
.basic_bd02 .search_box .input_wrap button img{width: 100%;}
.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: 41px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 21px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 12px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 56px);margin-left: 25px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 10px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 23px;line-height: 20px;border: 1px solid #eee;padding: 0 10px;font-size: 12px;margin-right: 5px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 14px; 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 .txt_box p.mob_date{display: block;margin-top: 10px;font-size: 12px;}
.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;}
.basic_bd02 ul.paging li.prev a img {width: 18px;}
.basic_bd02 ul.paging li.next a img {width: 18px;}

/* 일반게시판_view */
.basic_bd01_view .tit_box{padding-bottom: 30px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 16px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 21px; margin: 12px 0px 15px	; font-weight: 700;color: #000;}
.basic_bd01_view .tit_box span{font-size: 13px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 38px 10px;}
.basic_bd01_view .view_box img{width: 100%;margin-bottom: 40px;}
.basic_bd01_view .view_box p{font-size: 13px; color: #000;}
.basic_bd01_view .file_box{padding: 12px 13px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:5px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;gap:10px 5px; 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{display: none;font-size: 18px; color: #000;width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 42px; height: 42px; border:1px solid var(--bg01); border-radius:5px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 15px;}
.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 {gap: 20px 0;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 15px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 5px; font-size: 12px;}
.gallery_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 25px;margin-bottom: 15px;}
.gallery_bd02 .search_box .total p{color: #000; font-size: 13px;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: 88px; height: 43px; border:1px solid #ddd; border-radius:50px; padding: 0px 33px 0px 18px;-webkit-appearance:none;background-size: 8px; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 18px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 98px);}
.gallery_bd02 .search_box .input_wrap input{width: 100%; height: 43px;font-size: 14px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 43px 0px 18px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{display: flex;position: absolute; right: 18px; top: 50%; transform:translateY(-50%);width: 14px;}
.gallery_bd02 .search_box .input_wrap button img{width: 100%;}
.gallery_bd02 .con ul.img_li {display: flex; gap: 30px 0; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 100%;}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 16px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 14px;}
.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: 12px; padding-top: 12px; margin-top: 12px;}

/* gallery */
.sub_gallery_wrap{line-height: 1;}
.sub_gallery_wrap .bbs_top{display: flex; justify-content: flex-end; gap:10px; margin-bottom: 20px; }
.sub_gallery_wrap .bbs_top input, .sub_gallery_wrap .bbs_top select{width: auto; border: none; height: 42px;}
.sub_gallery_wrap .bbs_top select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 10px center; padding-inline: 10px 25px; border:1px solid #ccc; border-radius:30px; font-size: 0.75rem;}
.sub_gallery_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:10px; border:1px solid #CCC; border-radius:30px; padding: 5px 15px;}
.sub_gallery_wrap .search_wrap input[type="search"]{width: 100%; height: 100%; background: none; font-size: 0.75rem;}
.sub_gallery_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} 
.sub_gallery_wrap .gallery_list{display: grid ;grid-template-columns: repeat(3, 1fr); gap:50px 20px; border-radius:10px;}
.sub_gallery_wrap .gallery_list img{width: 100%; aspect-ratio:1.606 / 1; object-fit:cover;}
.sub_gallery_wrap .gallery_list .gallery_info{padding: 20px 10px;}
.sub_gallery_wrap .gallery_list .gallery_info .date{font-size: 1rem; color: #666;}
.sub_gallery_wrap .gallery_list .gallery_info .tit{margin-top: 10px; font-size: 1.25rem; color: #222; line-h eight: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_blog_list{display: flex; flex-direction: column;}
.sub_gallery_wrap .gallery_blog_list li{display: flex; align-items: center; gap:80px; padding:20px; border-bottom: 1px solid #ddd;}
.sub_gallery_wrap .gallery_blog_list .gallery_info{display: flex; flex-direction: column; gap: 25px;}
.sub_gallery_wrap .gallery_info .tit{font-size: 1.25rem; color: #222; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_info .content{font-size: 1.25rem; color: #444; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_info .date{font-size: 1rem; color: #666; margin-top: 40px;}

}