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

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

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


/* main 공통 */
.main_tit span{display: block; padding-bottom: 10px; font-size: 0.75rem; color: #444;}
.main_tit h3{font-size: 1.25rem; color: var(--co01);}
a.view_btn{position: relative;overflow: hidden;display: block;width: 100px;height: 30px;line-height: 30px;font-size: 0.75rem; background: linear-gradient(90deg, #D9BAFF 0%, #672FE1 100%); color: #fff; border:none;}

.section{margin-top: 40px;}


#header .all_btn{display: none;}
#header .gnb{display: none;}
#header .h_util a{display: none;}


/* header */
#header{height: 60px;}
#header h1 a{display: block; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 73px; height: 30px;}
#header.on{background: #fff;}
#header.on h1 a{display: block; background: url('/images/main/main_logo_on.png')center no-repeat; background-size:cover; width: 73px; height: 30px;}


/* navigation */
.nav_btn{position: relative; width: 21px; height: 15px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.nav_btn span{width: 100%; height: 2px; background: #fff; border-radius:5px;}
.nav_btn span:nth-child(2){width: 80%;}
.nav_btn.on{width: 21px;height: 21px;align-items: center;justify-content: center;}
.nav_btn.on span{position: absolute;top: 50%;left: 50%;width: 100%;transform-origin: center; background: #111;}
.nav_btn.on span:nth-child(1){transform: translate(-50%, -50%) rotate(45deg);}
.nav_btn.on span:nth-child(2){opacity: 0;}
.nav_btn.on span:nth-child(3){transform: translate(-50%, -50%) rotate(-45deg);}
.navigation{position: absolute;left: 0;top: 60px;width: 100%;height: 100%;z-index: 3500; display:none;}
.navigation .lnb{position:absolute; top: 0; z-index:5000; width:50%;background-color:#fff;height:100%; right: 0px; }
.navigation.on{display:block;}
.navigation h3{width:100%;}
.navigation h3.active a:after{background:url(/images/main/main_nav_arw_tab.png)center no-repeat; background-size:cover; width: 13px; height: 7px;}
.navigation h3 a{position: relative;line-height: 45px;width:100%; display: flex;align-items: center;padding: 0 10px;color:#222222;font-size:0.875rem;font-weight: 600; border-bottom:1px solid #dddddd;}
.navigation h3.active a{color: var(--co01); 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:10px 0;background: rgba(103, 47, 225, 0.03);}
.navigation ul li a{color:#666;font-size:0.75rem;font-weight: 400;margin-left: 10px; word-break:keep-all;line-height: 25px; transition:.3s;}
.navigation ul li:hover a{color: var(--co01); font-weight: 600; transition:.3s;}
.navigation ul li a.on{color: #222;}
.navigation ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 60px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;} 
.navigation .login{display: block; line-height: 45px; text-align: center; font-size: 0.875rem; color: var(--co01); font-weight: 600;}


/* visual */
#visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); z-index: 500; width: 100%;}
#visual_wrap .txt_wrap h2{position: relative; font-size: 1.563rem; color: #fff; line-height: 1.4;}
#visual_wrap .txt_wrap strong{display: block; font-size: 1.125rem; color: #fff; margin-top: 20px;}
#visual_wrap .txt_wrap p{font-size: 0.875rem; color: #fff; padding-top: 10px; line-height: 1.4; word-break:keep-all;}
#visual_wrap .txt_wrap h2, #visual_wrap .txt_wrap p, #visual_wrap .txt_wrap strong {opacity: 0;transform: translateY(50px);transition: all 0.8s ease;}
#visual_wrap .swiper-slide-active .txt_wrap h2{opacity: 1;transform: translateY(0);transition-delay: 0.2s;}
#visual_wrap .swiper-slide-active .txt_wrap strong{opacity: 1;transform: translateY(0);transition-delay: 0.5s;}
#visual_wrap .swiper-slide-active .txt_wrap p{opacity: 1;transform: translateY(0);transition-delay: 0.7s;}
#visual_wrap .mem-pagination {display: flex;justify-content: center;align-items: flex-start;}
#visual_wrap .mem-bullet {cursor: pointer;display: flex;flex-direction: column;align-items: center; flex: 1;}
#visual_wrap .mem-pagination{width: calc(100% - 40px); left: 50%; bottom: 20px; transform: translateX(-50%);}
#visual_wrap .mem-pagination .swiper-pagination-bullet {width: auto;height: auto;background: none;opacity: 1;border-radius: 0;margin: 0; gap:5px;}
#visual_wrap .mem-bullet-line {position: relative; display: block; width: 100%; height: 2px;background: rgba(255,255,255,0.25); overflow: hidden;}
#visual_wrap .mem-bullet-fill {position: absolute;left: 0;top: 0;height: 100%; width: 0; background: #ffffff;}
#visual_wrap .mem-bullet-text {margin-top: 5px;font-size: 0.625rem;color: rgba(255,255,255,0.6);white-space: normal;}
#visual_wrap .mem-bullet.swiper-pagination-bullet-active .mem-bullet-text {color: #ffffff;font-weight: 600;}


/* section01 */
#section01 .sec01_inner{flex-direction: column;}
#section01 .info_wrap .tit_wrap{height: 100%; padding-block:40px;}
#section01 .info_wrap .top{width: calc(100% - 40px);}
#section01 .info_wrap .top img{width: 45px;}
#section01 .info_wrap .top h3{font-size: 1.25rem;}
#section01 .info_wrap .top p{padding-top: 10px; font-size: 0.875rem;}
#section01 .info_wrap .top .view_btn{margin-top: 40px;}
#section01 .info_wrap .r_img{right: 15px;}
#section01 .info_wrap .desc{height: 100%; padding-block:15px;}
#section01 .info_wrap .desc p{width: calc(100% - 40px); font-size: 0.75rem;}
#section01 .img_wrap img{aspect-ratio:1.464 / 1; object-fit:cover;}


/* section02 */
#section02 .semi_wrap{flex-direction: column; width: 100%; margin-top: 30px; margin-left: 20px;}
#section02 .semi_wrap .video{position: relative; z-index: 1; width: 90%; height: 250px;}
#section02 .semi_wrap .video::after{top: 15px;}
#section02 .info_wrap{position: relative; width: 90%; padding-top: 60px; padding-bottom: 25px; margin-left: auto; top: -30px; z-index: 0;}
#section02 .info_wrap .txt_wrap{width: 95%; gap:15px;}
#section02 .info_wrap h4{font-size: 0.938rem; color: #222; text-align: center; line-height: 1.4;}
#section02 .info_wrap .desc{margin-top: 0;}
#section02 .info_wrap .desc dl{display: flex; align-items: flex-start; gap:15px;}
#section02 .info_wrap .desc dl:not(:first-child){margin-top: 10px;}
#section02 .info_wrap .desc dl dt{flex-shrink:0; padding: 5px 25px; font-size: 0.75rem; color: #fff; border-radius: 50px; background: linear-gradient(270deg, #381A7B 0%, #672FE1 100%);}
#section02 .info_wrap .desc dl dd{font-size: 0.75rem; color: #444; line-height: 1.4;}


/* section03 */
#section03 .tit_wrap{display: flex; justify-content: center; align-items: flex-end; text-align: center;}
#section03 .tit_wrap .tab_list{display: flex; gap:12px; margin-top: 10px;}
#section03 .tit_wrap .tab_list li a{display: block; padding-inline:20px; padding-block:8px; font-size: 0.75rem; color: #999; border-radius: 50px; border:1px solid #ddd;}
#section03 .tit_wrap .tab_list li.on a{color: #fff; background: linear-gradient(270deg, #381A7B 0%, #672FE1 100%);}
#section03 .tit_wrap .nav_wrap{display: none;}
#section03 .tit_wrap .nav_wrap button{width: 34px; height: 36px; border:1px solid #999; font-size: 18px;}
#section03 .slide_container{position:relative;margin-top:30px;}
#section03 .slide_container > .swiper{position:absolute;left:0; top:0;width:100%;opacity:0;visibility:hidden;transition:opacity .4s ease;}
#section03 .slide_container > .swiper.on{position:relative;opacity:1;visibility:visible;}
#section03 .swiper .swiper-slide .img_box{position: relative; display: block;}
#section03 .swiper .swiper-slide .img_box img{width: 100%; aspect-ratio:1; object-fit:cover;}
#section03 .swiper .swiper-slide .img_box .cate{position: absolute; bottom: 0; left: 0; font-size: 0.625rem; padding: 8px 15px; background: linear-gradient(270deg, #381A7B 0%, #672FE1 100%); color: #fff;}
#section03 .swiper .swiper-slide .txt_box{margin-top: 10px;}
#section03 .swiper .swiper-slide .txt_box p{font-size: 0.813rem; color: #222; line-height: 1.4; font-weight: 600;}
#section03 .swiper .swiper-slide .txt_box span{display: block; margin-top: 10px; font-size: 0.75rem; color: #999;}
#section03 .swiper-pagination{position: unset; background: #fff; display: flex; margin-top: 30px;}
#section03 .swiper-pagination .swiper-pagination-bullet{margin: 0 !important; border-radius:0; height: 3px; flex:1; background: rgba(0, 0, 0, 0.20); opacity: 1;}
#section03 .swiper-pagination .swiper-pagination-bullet-active{background: var(--co01); opacity: 1;}


/* section04 */
#section04{flex-direction: column; border-bottom: 1px solid #444;}
#section04 > div{flex:auto;}
#section04 .board_wrap > div{gap:30px; width: calc(100% - 40px); padding-block:0 40px;}
#section04 .boards .tab.on{gap:30px;}
#section04 .b_tab_list{display: flex; gap:12px; margin-top: 30px;}
#section04 .b_tab_list li a{display: block; padding-inline:15px; padding-block:8px; font-size: 0.75rem; color: #999; border-radius: 50px; border:1px solid #ddd;}
#section04 .b_tab_list li.on a{color: #fff; background: linear-gradient(270deg, #381A7B 0%, #672FE1 100%);}
#section04 .board_wrap .board_list li a{padding-block:15px; padding-left: 15px;}
#section04 .board_wrap .board_list p{font-size: 0.813rem; color: #381A7B;}
#section04 .board_wrap .board_list span{font-size: 0.75rem; color: #8170A6;}


/* section05 */
#section05{margin-bottom: 100px;}
#section05 .main_tit{text-align: center;}
#section05 .main_tit p{padding-top: 20px; font-size: 0.75rem; color: #444;}
#section05 .rolling{margin-top: 30px;}
#section05 .marquee {overflow: hidden;}
#section05 .marquee:not(:first-child){margin-top: 15px;}
#section05 .track {--dur: 40s;display: flex;gap: 15px;width: max-content;will-change: transform;animation: marquee var(--dur) linear infinite;}
#section05 .marquee[data-reverse="1"] .track { animation-name: marquee-rev;}
#section05 .rolling .item{height: 40px; padding: 5px 10px; background: #fff; border: 1px solid #666;}
#section05 .rolling .item img {display:block; height:100%; width:100%; object-fit: contain;} 


/* footer */
#footer{flex-direction: column;}
#footer > div{flex:1;}
#footer .footer_info{border-right: 0;}
#footer .address{display: flex; flex-direction: column; align-items: center; justify-content: center; gap:10px; height: 80%; font-size: 0.75rem; color: #2D1268; padding-block: 20px; text-align: center; line-height: 1.4;}
#footer .address h2{margin-bottom: 20px;}
#footer .address h2 img{width: 50px;}
#footer .address span{display: block;}
#footer .copy{display: flex;align-items: center;justify-content: center; height: 20%; border-top: 0; border-bottom: 1px solid #381A7B; padding-bottom: 40px;}
#footer .copy p{font-size: 0.75rem; color: #2D1268; text-align: center;}
#footer .footer_util{display: none;}
#footer .foot_tit{padding-block:20px; font-size: 2.813rem; text-align: center; color: #2D1268; font-weight: 600; border-bottom: 1px solid #381A7B;}
#footer .footer_nav{display: flex; justify-content: center; text-align: center; padding-block: 50px; width: 90%; margin: 0 auto; justify-content: space-between;}
#footer .footer_nav dl dt{margin-bottom: 20px;}
#footer .footer_nav dl dt a{font-size: 1rem; color: #381A7B; font-weight: 600;}
#footer .footer_nav dl dd{font-size: 1rem; color: #8170A6; line-height: 1.6;}


/* ==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: 121px; height: 50px;}
#header.sub_header .gnb span a{color: #222;}
#header.sub_header .h_util a{display: none;}
#header.sub_header .all_btn span{background: #222;}
#header.sub_header .gnb .lnb_sub{background: #FDFBFF;}
#header.sub_header .gnb .lnb_sub ul li a{color: #222;}

#sub_visual_wrap{padding-block:50px; text-align: center;}
#sub_visual_wrap .txt_wrap h2{font-size: 2rem; color: #222; font-weight: 700;text-align: center;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: center;gap:20px; margin-bottom: 10px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 0.75rem; color: rgba(0, 0, 0, 0.70); font-weight: 300;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{content:'>';position: absolute; left: -14px; top: 50%; transform:translateY(-50%); font-size: 12px;}

#sub_contents {padding-bottom: 80px;}


/* 공통 */
h5.h5_tit{padding-left: 30px; font-size:1rem; margin-bottom: 10px;}
h5.h5_tit::before{position: absolute;content:''; background:url(/images/sub/h5_tit_img.png); background-size:cover;width: 20px; height: 20px; left: 0; top: 0;} 

.rolling_wrap {margin-top: 40px;}
.txt_rolling span {font-size: 3.75rem;}


/* sub0101 */
.sub0101_wrap .con{display: flex; justify-content: space-between; flex-direction: column;gap:40px;}
.sub0101_wrap .con .img_wrap{width: 100%; display: flex; flex-direction: column; gap:15px; align-items: flex-end;}
.sub0101_wrap .con .img_wrap .name p{font-size: 1.25rem;}
.sub0101_wrap .con .img_wrap .name span{font-size: 0.75rem;}
.sub0101_wrap .con .txt_wrap{width: 100%;}
.sub0101_wrap .con .txt_wrap strong{font-size:  1.25rem; margin-bottom: 40px;}
.sub0101_wrap .con .txt_wrap .p_wrap{gap:15px ;font-size:0.75rem; }
.sub0101_wrap .con .txt_wrap .p_wrap::after{position: absolute; content:''; width: 40px;height: 4px; background: #672FE1; top:-25px; left:0;}


/* sub0102 */
.sub0102_wrap .sec:not(:first-child){margin-top: 40px;}
.sub0102_wrap .con01 .top_txt span{font-size: 1.125rem; margin-bottom: 10px;}
.sub0102_wrap .con01 .top_txt b{font-size: 1.375rem;}
.sub0102_wrap .con01 .cir_wrap{display: grid; grid-template-columns: repeat(1, 1fr); margin-top: 40px; justify-items: center;}
.sub0102_wrap .con01 .cir_wrap li{width: 80%;}
.sub0102_wrap .con01 .cir_wrap li p{font-size: 0.875rem; padding-inline: 20px;word-break: keep-all;}
.sub0102_wrap .con03 p.check{padding-left: 25px;font-size: 0.875rem; }
.sub0102_wrap .con03 p.check::before{position: absolute; content:''; background:url(/images/sub/check_img.png); background-size:cover;width: 16px;height: 16px; left:0; top:0;}		
.sub0102_wrap .con03 .img_wrap{margin-top: 20px;}


/* sub0103 */
.sub0103_wrap .con{width: 100%; margin-bottom: 250px;}
.sub0103_wrap .con .root_daum_roughmap .wrap_map{height: 300px !important;}
.sub0103_wrap .con .map_wrap{height: 300px; z-index: 10;}
.sub0103_wrap .con .info_box{bottom: -185px;width: 86%;  padding-block:30px; flex-direction: column; gap: 20px;}
.sub0103_wrap .con .info_box > img{width: 170px;}
.sub0103_wrap .con .info_box ul{display: flex; flex-direction: column; gap:15px;}
.sub0103_wrap .con .info_box ul li{display: flex; gap:10px;align-items: flex-start;}
.sub0103_wrap .con .info_box ul li > img{width: 18px;}
.sub0103_wrap .con .info_box ul li .txt{display: flex; flex-direction: column; gap:10px; }
.sub0103_wrap .con .info_box ul li .txt {font-size: 0.875rem;}


/* sub0202 */
.sub0202_wrap .tab_wrap{display: flex; justify-content: center; align-items: center; gap:20px;}
.sub0202_wrap .tab_wrap li a{font-size: 1rem;  padding: 10px 30px;}

.sub0202_wrap .con{display: flex; gap:30px; margin-top: 30px; flex-direction: column;}
.sub0202_wrap .con .left{width: 100%; display: flex; flex-direction: column; gap:30px;}
.sub0202_wrap .con .left .img_wrap {width: 80%;margin: 0 auto;}
.sub0202_wrap .con .left .info_box {gap:15px;width: 80%;margin: 0 auto;}
.sub0202_wrap .con .left .info_box strong{font-size: 1.125rem;   }
.sub0202_wrap .con .left .info_box span{font-size: 0.875rem;}
.sub0202_wrap .con .left .info_box p{font-size: 0.75rem; word-break: keep-all;}
.sub0202_wrap .con .left .info_box em{font-size: 0.75rem; word-break: keep-all;}
.sub0202_wrap .con .right{width: 100%;}
.sub0202_wrap .con .right .box{ padding-bottom: 20px;}
.sub0202_wrap .con .right .box:not(:last-child){margin-bottom: 20px;}
.sub0202_wrap .con .right .box ul.dot_list {display: flex; flex-direction: column; gap:10px; padding-left: 12px;}
.sub0202_wrap .con .right .box ul.dot_list li{font-size: 0.75rem;}
.sub0202_wrap .con .right .box ul.dot_list li::before{position: absolute; content:''; width: 4px; height: 4px; background: #672FE1; border-radius:6px; left:0; top:6px;}

/* sub0202_1 */
.sub0202_1_wrap ul.pro_list{margin-top: 30px; display:grid; grid-template-columns: repeat(1, 1fr); gap:20px;}
.sub0202_1_wrap ul.pro_list li{padding:20px; display: flex; flex-direction: column; gap:15px; }
.sub0202_1_wrap ul.pro_list li strong{font-size: 1.25rem;}
.sub0202_1_wrap ul.pro_list li p{font-size: 0.875rem;}
.sub0202_1_wrap ul.pro_list li span{font-size: 0.75rem;padding: 8px 25px;}

/* sub0301 */
.sub0301_wrap .txt_b{padding:20px;}
.sub0301_wrap .txt_b p{font-size: 0.875rem;}
.sub0301_wrap .box_wrap{margin-top: 40px; display: flex; gap:40px; flex-direction: column;} 
.sub0301_wrap .box_wrap .box{width: 100%; display: flex; flex-direction: column; gap:45px; align-items: center; }
.sub0301_wrap .box_wrap .box .cir_img{width: 80%;height: auto; aspect-ratio: 1; }
.sub0301_wrap .box_wrap .txt_box { width: 100%;padding: 0px 30px 20px;min-height: 180px;}
.sub0301_wrap .box_wrap .txt_box span{padding: 10px 40px;font-size: 0.875rem;margin-top: -20px;}
.sub0301_wrap .box_wrap .txt_box .ul_wrap{display:grid;grid-template-columns: repeat(2, 1fr); margin-top:20px;gap: 20px;justify-items: stretch;}
.sub0301_wrap .box_wrap .txt_box .ul_wrap li{font-size: 0.8125rem;}
.sub0301_wrap .box_wrap .txt_box .ul_wrap li.dot_li{font-size: 0.75rem;}
.sub0301_wrap .box_wrap .txt_box .ul_wrap li.dot_li::before{position: absolute; content:''; width: 5px;height: 5px;background:#672FE1; border-radius:6px; left:0; top:5px;}

.sub0301_wrap .con02{margin-top: 50px;}
.sub0301_wrap .con02 .img_wrap{margin-top: 20px;}

/* sub0401 */
.sub0401_wrap .logo_wrap{display:grid; grid-template-columns: repeat(2, 1fr); gap:20px; }
.sub0401_wrap .logo_wrap .box p{font-size:14px;}
.sub0401_wrap .logo_wrap .box:hover p::before{height: 6px; }

.pop_wrap .pop_con{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 90%;padding: 20px;}
.pop_wrap .pop_con p{font-size:14px; margin-top: 15px;}
.pop_wrap .pop_con .txt_wrap{font-size:12px; margin-top: 15px;}
.pop_wrap .pop_con .x_btn{display: block;margin: 20px auto 0; height: 35px;line-height: 33px;font-size: 12px;}



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