@media screen and (max-width:767px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:30px;}
.login_top {width:100%; height:auto; border-bottom:1px solid #eaeaea; margin-bottom:20px; padding-bottom: 20px;}
.login_top h2 {font-size:20px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {display: block; font-size:12px; font-weight:400; margin-top: 5px; line-height: 18px}
.login_mid {display: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:35px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:35px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:0; width: 14px;}
.login_mid .login_con input::placeholder {font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:12px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:45px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:15px; line-height:43px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:8px; padding-left:10px; position:relative; line-height:1;}
.login_mid .login_bottom li::before {width:1px; height:10px; background:#ddd; content:''; position:absolute; left:0; top:2px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:12px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:12px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:100%; margin-top: 20px;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}

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

/* quick */
.quick_menu{position: fixed; right: 15px; top: 50%; transform:translateY(-50%); z-index: 99;}
.quick_menu ul{display: flex; flex-direction: column; gap:10px;}
.quick_menu ul li{width: 40px; height: 40px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10); border-radius:50%; background: #fff;}
.quick_menu ul li a{display: flex; justify-content: center; align-items: center; height: 100%; padding: 8px; font-size: 15px; color: #111;}

/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; z-index: 5000; height: 60px; background: #fff;}
#header .inner{display: flex; justify-content: space-between; align-items: center; height: 100%;}
#header h1 a{display: block; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 105px; height: 29px;}

/* navigation */
button.nav_btn{display: flex;}
.navigation{position: fixed;left: 0;top: 60px;width: 100%;height: 100%;z-index: 3500; display:none;}
.navigation .lnb{position:absolute; top: 0; z-index:5000; width:100%;background-color:var(--co01);height:100%; right: 0px; padding: 20px;}
.navigation.on{display:block;}
.navigation h3{width:100%;}
.navigation h3.active a:after{background:url(/images/main/main_nav_arw_tab.png)center no-repeat; background-size:cover; width: 13px; height: 7px;}
.navigation h3 a{position: relative;line-height: 50px;width:100%; display: flex;align-items: center;padding: 0;color:#fff;font-size:0.875rem;font-weight: 600; border-bottom: 1px solid rgba(255, 255, 255, 0.20);}
.navigation h3.active a{border-bottom: 1px solid var(--co01);}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 20px;width: 13px;height: 7px;background:url(/images/main/main_nav_arw2_tab.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:15px 25px; background:#fff; border-radius: 10px;}
.navigation ul li{position: relative ;padding-left: 15px;}
.navigation ul li::after{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 4px; height: 4px; background: #111; border-radius:50%;}
.navigation ul li a{color:#111;font-size:0.75rem;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_wrap{background: url('/images/main/main_visual_pc.png')center no-repeat; background-size:cover; height: 100vh;}
#visual_wrap .slide_inner{display: flex; align-items: center; justify-content: center; flex-direction: column-reverse; gap:40px; height: 90%;}
#visual_wrap .slide_inner .txt_wrap{width: 100%;}
#visual_wrap .slide_inner .item_img{width: 90%;}
#visual_wrap .slide_inner .txt_wrap h2{font-size: 2.5rem;}
#visual_wrap .slide_inner .txt_wrap p{margin-top: 20px; font-size: 1.125rem;}
#visual_wrap .slide_inner .txt_wrap a{margin-top: 30px; display: flex; align-items: center; justify-content: center; gap:10px; width: 160px; height: 40px; font-size: 1rem; color: #111; background: #fff; border-radius:50px;}
#visual_wrap .visual_items{position: absolute; width: 100%; top: 85%; left: 0%; transform:translateY(-50%);z-index: 4000;width: 100%;}
#visual_wrap .visual_items .inner{display:flex; align-items:center;gap: 30px;}
#visual_wrap .swiper-pagination { display:flex; position:static; text-align:left;}
#visual_wrap .swiper-pagination-bullet { overflow:hidden; position:relative; opacity:1; width:20px; height:15px; background:none; border-radius:0; font-size:15px; color:rgba(0,0,0,.25); font-weight: 700;}
#visual_wrap .swiper-pagination-bullet ~ .swiper-pagination-bullet { margin-left:15px;}
#visual_wrap .swiper-pagination-bullet::before { content:''; display:block; position:absolute; left:30px; top:50%; transform:translateY(-50%); width:80px; height:2px; background:rgba(255,255,255,.3);}
#visual_wrap .swiper-pagination-bullet::after { content:''; display:block; position:absolute; left:30px; top:50%; transform:translateY(-50%); width:0; height:2px; background:#111; transition:1.5s;}
#visual_wrap .swiper-pagination-bullet-active { width:110px; color: #222;}
#visual_wrap .swiper-pagination-bullet-active::after { width:80px;}

/* sec01 */
#sec01{padding-block:80px;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:last-child{border-radius:20px;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title{font-size: 1rem;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title:after{font-size: 1rem;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title>span{font-size: 1rem;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .description{font-size: 0.75rem;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item{flex:auto; height: 300px; border-radius: 20px;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap{height: 100%; gap: 10px;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(1) .creos-item-back{background: url('/images/main/main_sec01_img01_mob.png')center no-repeat !important; background-size: contain !important;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(2) .creos-item-back{background: url('/images/main/main_sec01_img02_mob.png')center no-repeat !important; background-size: contain !important;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(3) .creos-item-back{background: url('/images/main/main_sec01_img03_mob.png')center no-repeat !important; background-size: contain !important;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(4) .creos-item-back{background: url('/images/main/main_sec01_img04_mob.png')center no-repeat !important; background-size: contain !important;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(5) .creos-item-back{background: url('/images/main/main_sec01_img05_mob.png')center no-repeat !important; background-size: contain !important;}

/* sec02 */
#sec02{position: relative; height: auto; display: flex; align-items: center;}
#sec02 .txt{display: none;}
#sec02 .txt strong{font-size: 4.5rem;}
#sec02 .txt p{padding-top: 30px; font-size: 1.25rem;}
#sec02 .sec03_wrap{position: unset; left: 50%;bottom: 0; transform: none; width: 100%; height: 100%; z-index: 10;overflow: hidden; padding-block: 80px;}
#sec02 .sec03_wrap .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('/images/main/main_sec02_bg.png') no-repeat center / cover;}

/* sec03 */
#sec03{color: #fff; height: 100%;}
#sec03 .inner{position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0; height: 100%;}
#sec03 .tit_wrap{text-align: center;}
#sec03 .tit_wrap h3{font-size: 2.5rem;}
#sec03 .tit_wrap p{padding-top: 20px; font-size: 1.125rem;}
#sec03 ul{display: flex; flex-direction: column; width: 100%;}
#sec03 ul li{position: relative; flex:1; display: flex; flex-direction: column; align-items: center; gap:20px; padding-inline:20px; padding-block: 40px; text-align: center;}
#sec03 ul li:not(:last-child)::after{content:''; position: absolute; right: auto; top: auto; bottom: 0; transform:translateY(-50%); width: 20%; height: 1px; background: #fff;}
#sec03 ul li strong{font-size: 1.25rem;}
#sec03 ul li img{width: 40px;}
#sec03 ul li p{width: 50%; font-size: 0.75rem; line-height: 1.6; word-break:keep-all;}

/* sec04 */
#sec04{padding-block:80px; background: url('/images/main/main_sec03_bg.png')no-repeat; background-size: 80%; background-position: 250% bottom;}
#sec04 .inner{display: flex; justify-content: space-between; flex-direction: column; gap:40px;}
#sec04 .inner > div{width: 100%;}
#sec04 .contact{display: flex; flex-direction: column; justify-content: space-between;}
#sec04 .contact .tit_wrap h3{font-size: 2.5rem;}
#sec04 .contact .tit_wrap p{padding-top: 20px; font-size: 1.125rem;}
#sec04 .contact ul{display: grid; grid-template-columns: repeat(1, 1fr); gap:7px; margin-top: 20px; width: 100%;}
#sec04 .contact ul li{background: #F7F8F9; border-radius:10px;}
#sec04 .contact ul li a{display: flex; justify-content: space-between; padding: 10px 15px; font-size: 0.875rem; color: #111;}
#sec04 .map_wrap .map{height: 240px;}
#sec04 .map_wrap .map iframe{width: 100%; height: 100%; border-radius:10px;}
#sec04 .map_wrap ul{margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; gap:20px;}
#sec04 .map_wrap ul li:nth-child(1){width: 100%;}
#sec04 .map_wrap ul li{width: 47%;}
#sec04 .map_wrap ul li:not(:first-child){margin-top: 0;}
#sec04 .map_wrap ul li dl{display: flex; align-items: flex-start; flex-direction: column; gap:10px; font-size: 0.875rem; line-height: 1.4;}
#sec04 .map_wrap ul li img{width: 20px;}
#sec04 .map_wrap ul li dl dt{display: flex; align-items: center; gap:10px; width: 80px; flex-shrink:0; color: var(--co01); font-weight: 600;}
#sec04 .map_wrap ul li dl dd p{color: #777;}

/* footer */
#footer{padding-block:40px; background: #1B1D28;}
#footer .footer_logo img{width: 105px;}
#footer .footer_top{display: flex; justify-content: space-between; flex-direction: column; align-items: center; gap:30px; padding-bottom: 30px; border-bottom: 1px solid #545B7B;}
#footer .footer_top .footer_util{display: flex; align-items: center; gap:10px;}
#footer .footer_top .footer_util a{padding: 6px 20px; font-size: 0.75rem; color: #ccc; border:1px solid #ccc; border-radius:50px;}
#footer .footer_btm{display: flex; justify-content: space-between; flex-direction: column; gap:30px; padding-top: 30px;}
#footer .footer_btm .footer_info{display: flex; flex-wrap:wrap; justify-content: center; gap:10px 20px; width: 100%;}
#footer .footer_btm .footer_info p{font-size: 0.75rem; color: #fff;}
#footer .footer_btm .footer_info dl{display: flex; align-items: center; gap:10px; font-size: 0.75rem;}
#footer .footer_btm .footer_info dl dt{color: #545B7B;}
#footer .footer_btm .footer_info dl dd{color: #fff;}
#footer .footer_btm .copy{font-size: 0.75rem; color: #ccc; text-align: center;}


/* ===sub======================================= */
#sub_visual_wrap{position: relative;}
#sub_visual_wrap .sub_visual{height: 300px;}
#sub_visual_wrap .txt_wrap{top:60%; text-align: center;}
#sub_visual_wrap .txt_wrap h2{font-size:2rem;}
#sub_visual_wrap .txt_wrap ul.sub_nav{justify-content: center; gap:15px; margin-bottom:4px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 0.75rem; color: #fff; font-weight: 300;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{left: -10px; top: 50%; transform:translateY(-50%); width: 6px; height: 9px;}
#sub_visual_wrap .txt_wrap p{margin-top:4px; font-size:0.75rem; color: #fff;}


/********************** sub01_wrap **********************/
.sub01_wrap .con01{display:flex; flex-direction:column; align-items: center; text-align:center; padding:80px 0;}
.sub01_wrap .con01 .tit_wrap{margin-bottom:20px; word-break:keep-all;}
.sub01_wrap .con01 .tit_wrap h3{font-size:1.25rem; margin-bottom:15px; font-weight:700; line-height:1.5;}
.sub01_wrap .con01 .tit_wrap p{font-size:1rem; font-weight:700; line-height:1.5;}
.sub01_wrap .con01 .txt_wrap{font-size:0.75rem; line-height:1.5; margin-bottom:15px; word-break:keep-all;}
.sub01_wrap .con01 .txt_wrap.accent01{font-size:1rem; font-weight:700; line-height:1.5;}
.sub01_wrap .con01 .txt_wrap.accent02{font-size:1rem; font-weight:700; line-height:1.5; margin-bottom:0px;}
.sub01_wrap .con01 .line_point{width:1px; height:80px; background:#ddd; margin-bottom:20px;}
.sub01_wrap .con01 .line_point span{display:block; width:1px; height:40px; background:#001166;}

.sub01_wrap .con02{padding:80px 0; background:#001166;}
.sub01_wrap .con02 .tit_wrap{display:flex; flex-direction:column; gap:15px; margin-bottom:40px; word-break:keep-all;}
.sub01_wrap .con02 .tit_wrap h3{font-size:1.125rem; font-weight:700; line-height:1.5; color:#fff;}
.sub01_wrap .con02 .tit_wrap p{font-size:0.75rem; line-height:1.5; color:#fff;}
.sub01_wrap .con02 .scroll_wrap{display:flex; justify-content: space-between; align-items: flex-start; color:#fff;}
.sub01_wrap .con02 .scroll_wrap .item_list{display: none;}
.sub01_wrap .con02 .scroll_wrap .item_list .item{opacity:0.3; border-bottom:1px solid #fff; margin-bottom:30px; padding-bottom:15px;}
.sub01_wrap .con02 .scroll_wrap .item_list .item p{margin-bottom:10px; font-size:1rem;}
.sub01_wrap .con02 .scroll_wrap .item_list .item h4{font-size:1.25rem;}
.sub01_wrap .con02 .scroll_wrap .item_list .item.active{opacity:1;}
.sub01_wrap .con02 .scroll_wrap .item_wrap{display:flex; flex-direction:column; align-items: center; max-width:1040px; width:100%; gap:60px;}
.sub01_wrap .con02 .scroll_wrap .item_wrap .item_box{opacity: 0.2; transition: opacity 0.8s;}
.sub01_wrap .con02 .scroll_wrap .item_wrap .item_box img{width: 100%;}
.sub01_wrap .con02 .scroll_wrap .item_wrap .item_box.active{opacity: 1;}
.sub01_wrap .con02 .scroll_wrap .item_wrap .item_box h5{font-size:1rem; margin-bottom:10px;}
.sub01_wrap .con02 .scroll_wrap .item_wrap .item_box p{font-size:0.75rem; margin-bottom:20px;}

.sub01_wrap .con03{padding:80px 2.6%;}
.sub01_wrap .con03 h3{font-size: 1.125rem;}
.sub01_wrap .con03 .card_wrap{display: flex; flex-direction: column; gap:10px; margin-top: 30px;}
.sub01_wrap .con03 .card_wrap .card{position: relative; flex:none; height: 6.25rem; border-radius: 20px; background: #F7F8F9; overflow: hidden; transition:.3s ease;}
.sub01_wrap .con03 .card_wrap .card::after{content:''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 100%);}
.sub01_wrap .con03 .card_wrap .card img{width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%);}
.sub01_wrap .con03 .card_wrap .card .img_box{position: relative; display: block; width: 100%; height: 100%;}
.sub01_wrap .con03 .card_wrap .card .img_box::after{content: "";position: absolute;inset: 0; background: lightgray 50% / cover no-repeat; opacity: 0.5;}
.sub01_wrap .con03 .card_wrap .card .card_info{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 15px 10px; z-index: 5; display: flex; flex-direction: column; justify-content: flex-end; gap:10px; color: #fff; word-break:keep-all; line-height: 1.4;}
.sub01_wrap .con03 .card_wrap .card .card_info span{font-size: 0.75rem; opacity: 0;}
.sub01_wrap .con03 .card_wrap .card .card_info strong{font-size: 1rem;}

.sub01_wrap .con03 .card_wrap .card.active{flex:none; height: 15rem; box-shadow: 0 10px 20px rgba(0,0,0,0.12);}
.sub01_wrap .con03 .card_wrap .card.active .img_box::after{background: none; opacity: 0;}
.sub01_wrap .con03 .card_wrap .card.active img{filter: grayscale(0%);}
.sub01_wrap .con03 .card_wrap .card.active .card_info span{opacity: 1;}

/********************** sub02_wrap **********************/
.sub02_wrap .tab_menu_wrap{display:flex; flex-wrap: wrap; justify-content: center; gap:5px; padding:20px 0; margin: 0 auto;}
.sub02_wrap .tab_menu_wrap .tab_menu{width:calc((100% - 20px) / 5);}
.sub02_wrap .tab_menu_wrap .tab_menu .img_wrap{width:100%; height:auto; border-radius:10px; border:1px solid #ccc; margin-bottom:10px; overflow:hidden;}
.sub02_wrap .tab_menu_wrap .tab_menu .img_wrap img{width:100%;}
.sub02_wrap .tab_menu_wrap .tab_menu .img_wrap img.active{display:none;}
.sub02_wrap .tab_menu_wrap .tab_menu.on .img_wrap img.active{display:block;}
.sub02_wrap .tab_menu_wrap .tab_menu:hover .img_wrap img.active{display:block;}
.sub02_wrap .tab_menu_wrap .tab_menu p{width:100%; text-align:center; font-size:0.75rem; line-height:1.35; word-break:keep-all; font-weight:700; color:#111;}
.sub02_wrap .banner{width:100%; padding-bottom:40px;}
.sub02_wrap .banner img{width:100%;}
.sub02_wrap .banner img.pc{display:none;}
.sub02_wrap .banner img.mob{display:block;}
.sub02_wrap .item_wrap{width:100%; max-width:none; gap:0px; padding-bottom:80px;}
.sub02_wrap .item_wrap > p{font-size:0.75rem; line-height:1.35; font-weight:600; margin-bottom:10px;}
.sub02_wrap .item_wrap > p span{color:#001166;}
.sub02_wrap .item_wrap .item_list{display:flex; max-width:none; gap:20px 10px; border-top:0px;}
.sub02_wrap .item_wrap .item_list .item{width:calc((100% - 10px) / 2);}
.sub02_wrap .item_wrap .item_list .item .img_wrap{max-width:none; background:#f7f8f9; width:100%; overflow:hidden; margin-bottom:20px; aspect-ratio: 1 / 1; transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
.sub02_wrap .item_wrap .item_list .item:hover .img_wrap{border-radius:15px; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);}
.sub02_wrap .item_wrap .item_list .item:hover .img_wrap img{transform:scale(1.1);}
.sub02_wrap .item_wrap .item_list .item p{font-size:0.875rem; font-weight:600; color:#111;}

/********************** sub02_wrap **********************/
.sub02_wrap .detail_wrap{padding:80px 0;}
.sub02_wrap .detail_wrap .img_wrap{max-width:auto; display:flex; align-items: center; background:#f7f8f9;}
.sub02_wrap .detail_wrap .img_wrap img{width:100%;}
.sub02_wrap .detail_wrap .img_wrap,
.sub02_wrap .detail_wrap .info_box{width:100%;}
.sub02_wrap .detail_wrap .info_box{border:1px solid #ccc; padding:20px 15px;}
.sub02_wrap .detail_wrap .info_box .tit_wrap{margin-bottom:15px;}
.sub02_wrap .detail_wrap .info_box .tit_wrap p{color:#001166; font-size:0.875rem; font-weight:600; line-height:1.35; margin-bottom:10px;}
.sub02_wrap .detail_wrap .info_box .tit_wrap h3{font-size:1.5rem; font-weight:600; color:#111; line-height:1.35;}
.sub02_wrap .detail_wrap .info_box .info_wrap{margin-bottom:20px;}
.sub02_wrap .detail_wrap .info_box .info_wrap h4{margin-bottom:15px; font-size:1rem; color:#111; font-weight:600;}
.sub02_wrap .detail_wrap .info_box .info_wrap .info_list{display:flex; flex-wrap: wrap; gap:10px 15px;}
.sub02_wrap .detail_wrap .info_box .info_wrap .info_list .info{display:flex; width:100%; align-items: center;}
.sub02_wrap .detail_wrap .info_box .info_wrap .info_list .info img{width: 30px;}
.sub02_wrap .detail_wrap .info_box .info_wrap .info_list .info p{margin-left:10px; font-size:0.75rem; color:#555; word-break:keep-all;}
.sub02_wrap .detail_wrap .info_box .btn_wrap{}
.sub02_wrap .detail_wrap .info_box .btn_wrap .btn{width:100%; display: flex; justify-content: space-between; background: #F7F8F9; border-radius: 10px; padding: 10px 15px; font-size: 0.875rem; color: #111;}
.sub02_wrap .detail_wrap .info_box .btn_wrap .btn:first-child{margin-bottom:10px;}
.sub02_wrap .detail_wrap .info_box .btn_wrap .btn span{font-weight:600;}

/********************** sub03_wrap **********************/
.sub0301_wrap .inquiry_wrap{padding:80px 0;}
.sub0301_wrap .form_row {flex-direction: column; margin-bottom:10px;}
.sub0301_wrap .form_label {width:100%; font-size:0.875rem; height:40px;}
.sub0301_wrap .required {font-size:1rem;}
.sub0301_wrap .form_field {width:100%;}
.sub0301_wrap .form_field input[type="text"],
.sub0301_wrap .form_field input[type="email"],
.sub0301_wrap .form_field input[type="password"],
.sub0301_wrap .form_field select {height:40px; padding: 0 10px; font-size:0.75rem;}
.sub0301_wrap .form_field textarea {padding:5px 10px; font-size:0.75rem;}
.sub0301_wrap .help_text {margin-top:6px; font-size:0.75rem;}
.sub0301_wrap .inline_check {margin-top:6px; font-size:0.75rem; gap:6px;}
.sub0301_wrap .phone_fields {gap:6px;}
.sub0301_wrap .phone_fields select,
.sub0301_wrap .phone_fields input {width:100%;}
.sub0301_wrap .captcha_box {gap:6px;}
.sub0301_wrap .captcha_image {width: 140px; height:42px;}
.sub0301_wrap .privacy_box { padding:5px 10px; font-size:0.75rem; height:180px;}
.sub0301_wrap .btn_area {margin-top:20px;}
.sub0301_wrap .btn{width:calc((100% - 15px) / 2); font-size:1rem;}
.sub0301_wrap .btn_outline {margin-right:10px;}

/* sub0302 */
.sub0302_wrap {padding:80px 0; }
.sub0302_wrap h3{font-size: 1.5rem; margin-bottom:20px;}
.sub0302_wrap .box_wrap {padding: 40px 0;}
.sub0302_wrap .form_row {width:70%;}
.sub0302_wrap .form_label {font-size: 0.875rem;}
.sub0302_wrap .required {font-size:0.875rem;}
.sub0302_wrap input[type="password"] {width:100%; height: 40px;padding: 0 10px;}
.sub0302_wrap input[type="password"]::placeholder {font-size: 16px;}
.sub0302_wrap .btn_area {width:70%;}
.sub0302_wrap .btn{width:calc((100% - 15px) / 2); font-size:1rem;}
.sub0302_wrap .btn_outline {margin-right:10px;}

/********************** sub05_wrap **********************/
.sub05_wrap .inner .company_wrap{padding:80px 0;}
.sub05_wrap .inner .company_wrap h3{font-size:1.5rem; margin-bottom:20px;}
.sub05_wrap .inner .company_wrap iframe{width:100%; height:100%; aspect-ratio: 1 / 1; border-radius:10px; margin-bottom:20px;}
.sub05_wrap .inner .company_wrap .info_wrap{padding:20px 20px; gap:10px 20px; border-radius:10px;}
.sub05_wrap .inner .company_wrap .info_wrap li{width:100%;}
.sub05_wrap .inner .company_wrap .info_wrap li p{font-size:0.875rem;}
.sub05_wrap .inner .company_wrap .info_wrap li p:first-child{width:100px;}
.sub05_wrap .inner .company_wrap .info_wrap li p:first-child img{margin-right:5px; width:20px;}
.sub05_wrap .inner .company_wrap .info_wrap li p:last-child{margin-left:5px; line-height:20px;}


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