@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:calc(100% - 40px); margin:0 auto;}

.section{padding-block:80px;}
a.more_btn{display: flex; align-items: center; gap:16px; padding: 12px 24px; font-size: 1rem; color: #fff; border:1px solid #fff; border-radius:10px;}
a.more_btn.blue{background: var(--co01);}
a.more_btn svg{width: 18px;}
.tit_box h3{font-size: 2rem;}
.tit_box p{padding-top: 20px; font-size: 1rem;}


/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; height: 80px; z-index: 5000; transition:.4s;}
#header .inner{display: flex; justify-content: space-between; width: calc(100% - 40px); height: 100%; padding-block: 20px;}
#header h1 a{display: block; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 121px; height: 31px;}
#header .h_right{display: flex; align-items: center; gap:40px;}

#header.on{background: #fff;}
#header.on h1 a{display: none;}
#header.on .gnb span a{color: #222;}
#header.on .all_btn span{background: #222;}

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

.all_btn{display: none;}
.all_menu{display: none;}

/* navigation */
.nav_btn{width: 28px;height: 18px;position: relative;display: flex;flex-direction: column;justify-content: space-between;border: none;background: none;cursor: pointer;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: 30px;height: 30px;}
.nav_btn.on span {position: absolute;top: 50%;left: 0;transform-origin: center; background: #111;}
.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;left: 0;top: 80px;width: 100%;height: 100%;z-index: 3500; display:none;}
.navigation .lnb{position:absolute; top: 0; z-index:5000; width:100%; background-color:#fff; height:100%; right: 0px; padding-top: 20px;}
.navigation.on{display:block;}
.navigation h3{width:100%;}
.navigation h3 a{position: relative;width:100%; display: flex;align-items: center;padding: 8px 20px;color:#222222;font-size:1.25rem; line-height: 1.4; font-weight: 600; border-bottom:1px solid #dddddd;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 20px;width: 13px;height: 7px;background:url(/images/main/main_nav_arw2_tab.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:12px 30px;background:#f6f6f6;}
.navigation ul li a{color:#666;font-size:0.75;font-weight: 400;word-break:keep-all;line-height: 30px; transition:.3s;}
.navigation ul li:hover a{color: var(--co01); font-weight: 600; transition:.3s;}
.navigation ul li a.on{color: #222;}
.navigation ul li a:after{display: none;}



/* visual */
#visual .img_box::after{content:''; position: absolute; inset:0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);}
#visual .item_wrap{position: absolute; left: 50%; /* bottom: auto; top: 0; */ transform:translateX(-50%); width: 100%; height: 100vh;}
#visual .item_wrap .inner{display: flex; flex-direction: column; justify-content: flex-end; gap:40px; height: 100%;}
#visual .visual_items {display: flex; gap:20px;}
#visual .visual_items .visual_num{display: flex; align-items: center;}
#visual .visual_items .visual_num em{position: relative;display: block;width: 100px;background: rgba(255, 255, 255, .5);height: 2px;margin: 0 10px;}
#visual .visual_items .visual_num em::after{content: '';position: absolute;top: 0; left: 0; width: 0; height: 100%; background: #fff; animation: initial;}
#visual .swiper-slide-duplicate-active .visual_items .visual_num em::after,
#visual .swiper-slide-active .visual_items .visual_num em::after{animation: visAni01 5s ease forwards;}
#visual	.visual_items .visual_num span{font-size: 0.75rem; color:#fff;}
@keyframes visAni01 {
0%{width: 0;}
100%{width: 100%;}
}
#visual .swiper-button-prev, #visual .swiper-button-next{position: unset; margin-top: 0; color: #fff; width: 6px; height: 10px;}
#visual .visual_nav{display: flex; align-items: center; gap:25px;}
#visual .txt_wrap{margin-top: 30px;}
#visual .txt_wrap h2{position: relative; font-size: 2rem; color: #fff;}
#visual .txt_wrap p{width: 100%; font-size: 0.875rem; color: #fff; padding-top: 16px; line-height: 1.4; word-break:keep-all;}
#visual .txt_wrap h2, #visual .txt_wrap p {opacity: 0;transform: translateY(50px);transition: all 0.6s ease;}
#visual .swiper-slide-active .txt_wrap h2 {opacity: 1;transform: translateY(0);transition-delay: 0.2s;}
#visual .swiper-slide-active .txt_wrap p {opacity: 1;transform: translateY(0);transition-delay: 0.5s;}

/* sec01 */
#sec01{background: url('/images/main/main_sec01_bg.png')bottom left no-repeat;}
#sec01 .cont{display: flex; justify-content: space-between; flex-direction: column; gap:40px; margin-top: 28px;}
#sec01 .txt_wrap{display: flex; flex-direction: column; align-items: flex-start; gap:20px;}
#sec01 h3{font-size: 2rem; line-height: 1.4;}
#sec01 .txt_wrap p{font-size: 1rem; line-height: 1.4;}
#sec01 .img_wrap{width: 100%;}
#sec01 .img_wrap img{width: 100%; /* height: 240px;  */object-fit:cover; border-radius:5px;}

/* sec02 */
#sec02 .sec02_inner{display: flex; flex-direction: column;}
#sec02 .sec02_inner > div{position: relative; overflow: hidden; height: 220px;}
#sec02 .sec02_inner .img_box{filter: grayscale(1); background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%); transition:.3s ease;}
#sec02 .sec02_inner .img_box img{ transition:.4s ease;}
#sec02 .sec02_inner > div:hover .img_box{filter: grayscale(0); background: none;}
#sec02 .sec02_inner > div:hover .img_box img{transform:scale(1.05);}
#sec02 .info_box{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap:8px; padding: 40px 20px; color: #fff;}
#sec02 .info_box h3{font-size: 2rem;}
#sec02 .info_box p{font-size: 0.875rem;}
#sec02 .info_box .more_btn{margin-top: 24px;}

/* sec03 */
#sec03 .top_tit_wrap{display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; gap:40px;}
#sec03 .img_grid_wrap{display: grid; grid-template-columns: 1fr; gap:var(--gap); align-items:stretch; margin-top: 56px; --cell: 120px; --gap: 20px;}
#sec03 .img_grid_wrap img{display: block; width: 100%; height: 100%; object-fit:cover; transition:.4s ease;}
#sec03 .img_grid_wrap .pro_item.big{height: auto; aspect-ratio:1.196 / 1;}
#sec03 .img_grid_wrap .pro_item.big .media::after{content:''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);}
#sec03 .img_grid_wrap .pro_item{position: relative; border-radius:10px; overflow: hidden; height: 120px; transition:.4s ease;}
#sec03 .img_grid_wrap .pro_item:hover{box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);}
#sec03 .img_grid_wrap .pro_item:hover img{transform:scale(1.05);}
#sec03 .img_grid_wrap .pro_item .txt_box{position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px 28px; z-index: 5; color: #fff;}
#sec03 .img_grid_wrap .pro_item .txt_box h4{font-size: 1.25rem; margin-bottom: 12px;}
#sec03 .img_grid_wrap .pro_item .txt_box p{font-size: 0.75rem; line-height: 1.4; word-break:keep-all;}
#sec03 .left_grid{display: contents; gap:var(--gap);}
#sec03 .left_grid .bottom_grid{display: contents; gap:var(--gap);}
#sec03 .right_grid{display: contents; gap:var(--gap);}
#sec03 .right_grid .top_grid{display: contents; gap:var(--gap);}
#sec03 .right_grid .bottom_grid{display: contents; grid-template-columns: 1fr; gap:var(--gap);}
#sec03 .right_grid .bottom_grid .b_left_grid{display: contents; gap:var(--gap);}
#sec03 .img_grid_wrap .pro_item.long{height:120px;}


/* sec04 */
#sec04{background: url('/images/main/main_sec04_bg.png')center no-repeat; background-size:cover;}
#sec04 .inner{display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; gap:48px;}
#sec04 .tit_box{position: unset; color: #fff;}
#sec04 .service_cont{width: 100%;}
#sec04 .service_cont ul{display: grid; grid-template-columns: 1fr; gap:16px;}
#sec04 .service_cont ul li{padding: 30px 20px; border-radius: 5px; transition:.3s;}
#sec04 .service_cont ul li:hover{background: var(--co01); box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);}
#sec04 .service_cont ul li:nth-child(odd){margin-top: 0;}
#sec04 .service_cont ul li img{width: 100%; height: 160px; object-fit:cover;}
#sec04 .service_cont ul li .txt_box{display: flex; flex-direction: column; align-items: flex-start; gap:16px; margin-top: 16px; color: #fff;}
#sec04 .service_cont ul li .txt_box h4{font-size: 1.25rem;}
#sec04 .service_cont ul li .txt_box p{font-size: 0.75rem; line-height: 1.4;}

/* sec05 */
#sec05 .top_tit_wrap{display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; gap:40px;}
#sec05 .newsSlide{margin-top: 40px;}
#sec05 .newsSlide .swiper-slide a{display: flex; flex-direction: column; justify-content: space-between; padding: 16px; height: 140px; border-radius: 10px; border: 1px solid #CCC; background: url('/images/main/main_slide_bg.png')bottom right no-repeat #FFF; background-size:40%; color: #222; transition:.4s;}
#sec05 .newsSlide .swiper-slide:hover a{background: url('/images/main/main_slide_bg_on.png')bottom right no-repeat var(--co01); color: #fff;}
#sec05 .newsSlide .swiper-slide .cate{font-size: 0.75rem;}
#sec05 .newsSlide .swiper-slide .tit{display: block; padding-top: 24px; font-size: 0.875rem; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; line-height: 1.2;}
#sec05 .newsSlide .swiper-slide .date{font-size: 0.75rem;}

/* footer */
#footer{padding-block:40px; background: #222; color: #fff; text-align: center;}
#footer .logo img{width: 110px;}
#footer .contact{margin-top: 24px; font-size: 0.75rem; line-height: 1.4;}
#footer .contact p{padding-top: 16px; display: flex;  justify-content: center; flex-direction: column; gap:12px;}
#footer .copy{margin-top: 24px; opacity: .5;}


/* ==sub== */
#header.sub_header{position: relative;}
#header.sub_header h1 a{background: url('/images/main/main_logo_on.png')center no-repeat; background-size:cover; width: 150px; height: 40px;}
#header.sub_header .gnb span a{color: #222;}
#header.sub_header .all_btn span{background: #222;}
#header.sub_header .nav_btn span{bottom: #222;}


#sub_visual{padding-block:50px;}
#sub_visual .inner{display: flex; justify-content: space-between;}
#sub_visual h2{position: relative; font-size: 1.25rem; padding-right: 15px;}
#sub_visual h2::after{content:''; position: absolute; top: 50%; left: 100%; transform:translateY(-50%); width: 55%; height: 1px; background: #aaa;}
#sub_visual .sub_nav ul{display: flex; align-items: center; gap: 20px;}
#sub_visual .sub_nav ul li:not(:first-child)::after{content:''; position: absolute; left: -10px; top: 50%; transform:translateY(-50%); background: url('/images/sub/sub_nav_arw.png')center no-repeat; background-size:cover; width: 4px; height: 8px;}
#sub_visual .sub_nav ul li a{font-size: 0.75rem; color: rgba(0, 0, 0, 0.50);}
#sub_visual .sub_nav ul li svg{width: 10px;}
#sub_contents{padding-bottom: 90px;}

.sec:not(:first-child){margin-top: 40px;}

/* sub0101 */
.sub0101_wrap .sec01 .con_wrap{position: relative; display: flex;flex-direction: column;align-items: center;justify-content: center; height: 180px; background: url('/images/sub/sub0101_sec01_bg.png')center no-repeat; background-size:cover; color: #fff; text-align: center; padding: 20px;}
.sub0101_wrap .sec01 .con_wrap p{font-size: 0.875rem; line-height: 1.4;}
.sub0101_wrap .sec01 .con_wrap strong{margin-top: 10px; font-size: 1rem;}
.sub0101_wrap .sec01 .logo_img{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); width: 40%;}
.sub0101_wrap .sec01 .logo_img img{width: 100%;}
.sub0101_wrap .sec02{background: url('/images/sub/sub0101_sec02_bg.png')center bottom no-repeat; background-size:cover; padding-bottom: 160px;}
.sub0101_wrap .sec02 .inner > *:not(:first-child){margin-top: 25px;}
.sub0101_wrap .sec02 .txt_area{display: flex; justify-content: space-between; align-items: center; flex-direction: column-reverse; gap:15px;}
.sub0101_wrap .sec02 .txt_area .info_box{width: 100%;}
.sub0101_wrap .sec02 .txt_area .info_box p{font-size: 0.875rem; line-height: 1.4;}
.sub0101_wrap .sec02 .txt_area .info_box p br{display: none;}
.sub0101_wrap .sec02 .txt_area .info_box p:not(:first-child){padding-top: 10px;}
.sub0101_wrap .sec02 .txt_area .logo_box{width: 100%; text-align: center;}
.sub0101_wrap .sec02 .txt_area .logo_box img{width: 50%;}
.sub0101_wrap .sec02 .big_txt{font-size: 0.875rem; color: var(--co01); line-height: 1.4;}
.sub0101_wrap .sec02 .big_txt strong{font-size: 1.25rem;}
.sub0101_wrap .sec02 .big_txt span{margin-left: 0;}
.sub0101_wrap .sec02 .ceo_btm{font-size: 0.875rem;}
.sub0101_wrap .sec02 .ceo_btm span{margin-left: 10px; font-size: 1rem; font-weight: 600;}

/* sub0102 */
.sub0102_wrap .history_wrap {margin: 0 auto;}
.sub0102_wrap .history_con {position: relative; overflow: visible;}
.sub0102_wrap .history-line {position: relative;top: 0;width: 2px;height: 100%;background: #ddd; z-index: 1;}
.sub0102_wrap .history-scroll-bar {position: absolute;top: 0;left: 50%;width: 2px;background: var(--co01);z-index: 2;transform: translateX(-50%);}
.sub0102_wrap .scroll-point {width:16px;height:16px;background: #E6EEF7;border-radius: 50%;position: absolute;bottom: -16px;left: 50%;transform: translate(-50%, -50%);}
.sub0102_wrap .scroll-point::before{content:''; position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); width: 8px; height: 8px; background: var(--co01); border-radius:50%; z-index: 0;}
.sub0102_wrap .year_section{position: relative; display: flex; align-items: stretch; /* flex-wrap: wrap;  */gap:30px; height: auto;}
.sub0102_wrap .year_section .img_box{display: none; position: sticky; top: 60px; align-self: flex-start; width: 100%; height: fit-content;}
.sub0102_wrap .year_section .img_box img{width: 100%;}
.sub0102_wrap .year_info{width: 100%;}
.sub0102_wrap .year_info .info_box{border-bottom: 1px solid #DDD;}
.sub0102_wrap .year_info .info_box:not(:first-child){padding-block:25px;}
.sub0102_wrap .year_info .info_box:first-child{padding-bottom: 25px;}
.sub0102_wrap .year_info .info_box .year{font-size: 1.25rem; font-weight: 700; color: #CCC;}
.sub0102_wrap .year_info .info_box.on .year{color: var(--co01);}
.sub0102_wrap .year_list {padding-top:15px;}
.sub0102_wrap .year_list li{position: relative; padding-left: 10px;}
.sub0102_wrap .year_list li::after{content:''; position: absolute; left: 0; top: 6px; width: 4px; height: 4px; background: #ccc; border-radius:50%;}
.sub0102_wrap .info_box.on .year_list li::after{background: var(--co01);}
.sub0102_wrap .year_list li p {font-size: 0.875rem;color: #111;line-height: 1.2;}
.sub0102_wrap .year_list li:not(:first-child) {margin-top:10px;}

/* sub0103 */
.sub0103_wrap .sec01{position: relative; display: flex; align-items: flex-start; justify-content: space-between;}
.sub0103_wrap .depart_nav_box{position: sticky; top: 60px; width: 100px; flex-shrink:0;}
.sub0103_wrap .depart_nav_box ul{display: flex; flex-direction: column; gap:15px;}
.sub0103_wrap .depart_nav_box ul li.on a{color: var(--co01);}
.sub0103_wrap .depart_nav_box ul li a{font-size: 0.875rem; color: #ccc; font-weight: 700;}
.sub0103_wrap .depart_area{width: 70%;}
.sub0103_wrap .depart_area .depart_box{display: flex; flex-direction: column; gap:25px;}
.sub0103_wrap .depart_area .depart_box:not(:first-child){margin-top: 50px;}
.sub0103_wrap .depart_area .depart_box h3{font-size: 1rem; color: var(--co01);}
.sub0103_wrap .depart_area .depart_box h3 span{position: relative; padding-left: 10px;}
.sub0103_wrap .depart_area .depart_box h3 span::after{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 2px; height: 85%; background: var(--co01);}
.sub0103_wrap .depart_area .depart_box img{width: 100%;}
.sub0103_wrap .depart_area .depart_box .info{font-size: 0.875rem; color: #444; line-height: 1.4;}
.sub0103_wrap .depart_area .depart_box .design_wrap dl{display: flex; align-items: flex-start; flex-direction: column; gap:10px;}
.sub0103_wrap .depart_area .depart_box .design_wrap dl:not(:first-child){margin-top: 12px;}
.sub0103_wrap .depart_area .depart_box .design_wrap dl dt{width: 80px; padding: 5px 15px; font-size: 0.875rem; color: #fff; background: var(--co01); border-radius:50px; text-align: center;}
.sub0103_wrap .depart_area .depart_box .design_wrap dl dd{font-size: 0.875rem; color: #444; line-height: 1.4;}
.sub0103_wrap .depart_area .depart_box .design_wrap dl dd br{display: none;}

/* sub0104 */
.sub0104_wrap .map_wrap .root_daum_roughmap{width: 100%;}
.sub0104_wrap .map_wrap .root_daum_roughmap .wrap_map{height: 200px;}
.sub0104_wrap .map_wrap .root_daum_roughmap .cont{display: none;}
.sub0104_wrap .map_info{border-radius: 10px; margin-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-direction: column; gap:20px; padding: 20px 40px; border: 1px solid #CCC;}
.sub0104_wrap .map_info .logo{width: 80%;}
.sub0104_wrap .map_info .logo img{width: 100%;}
.sub0104_wrap .map_info .contact_info dl{display: flex; align-items: center; gap:20px; font-size: 0.75rem;}
.sub0104_wrap .map_info .contact_info dl:not(:first-child){margin-top: 15px;}
.sub0104_wrap .map_info .contact_info dl dt{width: 60px; flex-shrink:0; font-size: 1rem; color: var(--co01); font-weight: 700;}

/* sub0201 */
.sub0201_wrap .top_tit_sec{display: flex;justify-content: flex-end; align-items: flex-end; padding: 15px 20px; height: 250px; background: url('/images/sub/sub0201_top_img.png')center no-repeat;}
.sub0201_wrap .top_tit_sec p{font-size: 0.875rem; color: #fff; text-align: right; line-height: 1.4; font-weight: 700;}
.sub0201_wrap .container .con_area{display: flex; align-items: flex-end; flex-direction: column; gap:20px; padding-block:40px;}
.sub0201_wrap .container .con_area:nth-child(even){flex-direction: column;}
.sub0201_wrap .container .con_area > div{flex:1;}
.sub0201_wrap .con_area .img_box{width: 100%;}
.sub0201_wrap .con_area .img_box img{width: 100%;}
.sub0201_wrap .con_area .info_box .tit{display: flex; align-items: flex-end; margin-bottom: 25px;}
.sub0201_wrap .con_area .info_box .tit .num{font-size: 3rem; color: rgba(0, 84, 167, 0.10); font-weight:	900;}
/* .sub0201_wrap .con_area .info_box .tit .num.btm{margin-bottom: 20px;} */
.sub0201_wrap .con_area .info_box .tit p{margin-left: -15px; font-size:1.25rem; color: var(--co01); font-weight: 800;}
.sub0201_wrap .con_area .info_box .tit p span {font-size: 1rem;}
.sub0201_wrap .con_area .info_box .info{font-size: 0.875rem; font-weight: 400; line-height: 1.4; word-break: keep-all;}


/* sub0301 */
.project_tab{margin-bottom: 50px;}
.project_tab ul{display: flex; flex-wrap: wrap; gap:10px 20px;}
.project_tab ul li{position: relative;}
.project_tab ul li a{font-size: 0.875rem; color: #B3C1C8; font-weight: 500; transition:.4s;}
.project_tab ul li:not(:last-child)::after{content:''; position: absolute; right: -10px; top:50%; transform:translateY(-50%); width: 3px; height: 3px; background: #ddd; border-radius:50%;}
.project_tab ul li.on a{color: var(--co01); font-weight: 700;}
.project_tab ul li a:hover{color: var(--co01);}

.project_wrap{display: grid; grid-template-columns: repeat(2, 1fr); gap:30px 20px;}
.project_wrap .item img{width: 100%; aspect-ratio:1.627 / 1; object-fit:cover; border-radius:5px;}
.project_wrap .item a{color: #222;}
.project_wrap .item p{padding-top: 20px; font-size: 0.875rem;}
.project_wrap .item span{display: block; padding-top: 10px; font-size: 0.75rem;}

.project_view_wrap .tit_wrap{text-align: center; padding-bottom: 25px; border-bottom: 1px solid #ddd;}
.project_view_wrap .tit_wrap h3{font-size: 1.25rem;}
.project_view_wrap .tit_wrap p{padding-top: 15px; font-size: 0.875rem;}
.project_view_wrap .slide_wrap{padding-top: 25px;}
.project_view_wrap .slide_wrap .thumbSlide{margin-top: 10px;}
.project_view_wrap .slide_wrap .swiper-slide img{width: 100%; object-fit:cover;}
.project_view_wrap .slide_wrap .proSlide .swiper-slide img{aspect-ratio:1.739 / 1;}
.project_view_wrap .slide_wrap .thumbSlide .swiper-slide img{aspect-ratio:1.388 / 1;}

.project_view_wrap .project_info{padding-block:25px; margin-top: 25px; display: flex; flex-direction: column; gap:25px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.project_view_wrap .project_info .info_box{display: flex; flex-direction: column; gap:20px;}
.project_view_wrap .project_info .info_box > div{flex:1;}
.project_view_wrap .project_info .info_box dl{display: flex; gap:25px; font-size: 0.875rem;}
.project_view_wrap .project_info .info_box dl:not(:first-child){margin-top: 15px;}
.project_view_wrap .project_info .info_box dl dt{width: 80px; color: var(--co01); font-weight: 700;}

.project_view_wrap .project_desc{padding-top: 25px; font-size: 0.878rem; color: #444; line-height: 1.4;}
.project_view_wrap .list_btn{display: flex; align-items: center; justify-content: center; margin: 40px auto 0; width: 120px; height: 40px; font-size: 0.875rem; color: #fff; background: var(--co01); border-radius:10px;}


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