@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%;}


h3.h3_tit{font-size: 2.25rem;}


/* header */
#header{height: 70px; position:relative; z-index:99;}
#header h1 a{width: 79px; height: 40px;}
#header .h_right{gap:20px;}
#header .h_right .lan_btn{font-size: 0.875rem;}
#header .all_btn{width: 34px; height: 14px;}
#header .h_right{display: flex; align-items: center; gap:10px;}
#header .h_right .lang_wrap{position: relative; padding-inline: 10px;}
#header .h_right .lang_btn{display: block; font-size: 0.75rem; color: var(--co02); border-bottom: 2px solid var(--co02); line-height: 1.4; font-weight: 600;}
#header .h_right .lang_list{position: absolute; top: 110%; left: 50%; transform:translateX(-50%); width: 100%; background: #fff;text-align: center;padding-block: 10px;border-radius: 10px;box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.20); border: 1px solid var(--co01); display: none;}
#header .h_right .lang_list a{display: block; font-size: 0.75rem; color: #222; transition:.3s;}
#header .h_right .lang_list a:hover{color: var(--co01); font-weight: 600;}
#header .h_right .lang_list li:not(:first-child){margin-top: 5px;}




/* all_menu */
.all_menu_wrap{display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.50); backdrop-filter: blur(5px); z-index: 9999;}
.all_menu_wrap .all_head{position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 70px; display: flex; align-items: center; justify-content: space-between; width: calc(100% - 40px); margin: 0 auto;}
.all_menu_wrap .all_head h1 a{display: block; background: url('/images/main/main_logo_white.png')center no-repeat; background-size:cover; width: 79px; height: 40px;}
.all_menu_wrap .all_close{position: relative; right:0px;}
.all_menu_wrap .all_close span{position: absolute; top: 50%;	 left: 50%; display: block; width: 22px; height: 2px; background: #fff; transition: 0.3s;}
.all_menu_wrap .all_close span:first-child {transform: translate(-50%, -50%) rotate(45deg);}
.all_menu_wrap .all_close span:last-child {transform: translate(-50%, -50%) rotate(-45deg);}
.all_menu_wrap .inner{height: 100%;}
.all_menu_wrap .all_menu{display: flex; justify-content: center; flex-direction: column; gap:30px; height: 100%;}
.all_menu_wrap .all_menu .lnb_menu{display: flex; gap:20px; align-items: flex-start; flex-direction: column;}
.all_menu_wrap .all_menu .all_tit{display: block; font-size: 2.5rem; font-weight: 600; color: #fff; white-space: nowrap; transition:.3s;}
.all_menu_wrap .all_menu .all_tit:hover{color: var(--co01); transition:.3s;}
.all_menu_wrap .all_sub_menu{display: flex; gap:20px; flex-direction: column;}
.all_menu_wrap .all_sub_menu li a{font-size: 1rem; color: #fff; transition:.2s; font-weight: 400; font-family: "Kakao Small Sans"; line-height: 1.4;}
.all_menu_wrap .info_wrap{display: flex; justify-content: space-between;}
.all_menu_wrap .link_wrap{display: flex; gap:50px;}
.all_menu_wrap .link_wrap a{display: block; font-size: 1.125rem; color: #fff;}
.all_menu_wrap .info{display: flex; gap:50px;}
.all_menu_wrap .info p{font-size: 20px; color: #fff;}


/* visual */
#visual_wrap{min-height:640px; padding-block:80px;}
#visual_wrap .main_content{gap:60px;}
#visual_wrap .main_content strong{font-size:15vw;}
#visual_wrap .right_txt{width: 100%; gap:30px; word-break:keep-all;}
#visual_wrap .right_txt p{font-size:3.69vw;}
#visual_wrap .right_txt p span{white-space:nowrap;}
#visual_wrap .right_txt .more_btn{font-size: 1rem;}
#visual_wrap .img_box{max-width:900px; max-height:820px; position: absolute; top: 0; right: 0; z-index:1;}
#visual_wrap .img_box img{width: 80%; margin-left: auto; max-height:820px;}
#visual_wrap .right_img{display: block;}
#visual_wrap .btm_img{display: none;}


/* sec01 */
#sec01{padding-block: 80px; padding-inline: 2.66%;}
#sec01 .cont_wrap{display: none;}
#sec01 .vision_wrap{position: unset; transform: none; gap:60px;}
#sec01 .vision_wrap .visions{width: 100%;}
#sec01 .vision_wrap .visions .info_wrap{margin-top: 20px;}
#sec01 .vision_wrap .visions img{max-width:100%;}
#sec01 .vision_wrap .vision_1 {transform: none;}
#sec01 .vision_wrap .vision_2 {transform: none;}
#sec01 .vision_wrap .vision_3 {transform: none;}
#sec01 .vision_wrap .visions .info_wrap strong{font-size: 1.375rem;}
#sec01 .vision_wrap .visions .info_wrap p{margin-top: 10px; font-size: 1rem;}



.main_business{flex-direction: column; width: calc(100% - 40px); gap: 40px; padding: 0 0 120px 0;}
.main_business .txt_box{width: 100%;}
.main_business .tab_box{width: 100%; margin: 0; margin-right: auto;}
.main_business .tab_box ul {flex-wrap:nowrap;/* flex-direction: column; */}
.main_business .tab_box ul li span{font-size: 2.188rem;}
.main_business .tab_box ul li{width: 100%; justify-content: center;}
.main_business .business_container{width: 100%;}
.main_business .business_container .business_slide .thumb{width: 100%; padding-bottom: 99%;}
.main_business .business_container .business_slide .thumb .img{width: 250px; height: 250px;}
/* .main_business .tab_box ul li span.txt02, .main_business .tab_box ul li span.txt03{display: none;} */
.main_business .business_container .business_slide .thumb p{font-size: 1rem;}
.main_business .business_container .business_slide .circle_box span{width: 10px; height: 10px;}
.main_business .business_container .business_slide .circle_box span:before{width: calc(100% + 8px);  height: calc(100% + 8px);}
.main_business .business_container .business_slide .circle_box span:nth-child(3){bottom: 0.5%;}


/* sec02 */
#sec02 .liner_txt{font-size: 10rem;}
#sec02 h3 {font-size: 1.25rem; margin-bottom: 30px;}

/* sec03 */
#sec03 .sec03_list_wrap .desc_wrap .sub_txt_wrap{gap:40px; padding-block:80px;}
#sec03 .sec03_list_wrap .desc_wrap .sub_txt_wrap p{margin-top: 20px; font-size: 1.125rem;}
#sec03 .sec03_list_wrap .blist{flex-direction: column-reverse; height: 100%;}
#sec03 .sec03_list_wrap .blist .img_wrap{width: 100%; height: 100%; opacity: 1;}
#sec03 .sec03_list_wrap .img_wrap .img{aspect-ratio:1;}
#sec03 .sec03_list_wrap .blist:not(:first-child) .img_wrap{opacity: 1;}
#sec03 .sec03_list_wrap .desc_wrap{width: 100%;}
#sec03 .sec03_list_wrap .desc_wrap .sub_txt_wrap .detail_link{font-size: 1rem;}


/* sec04 */
#sec04{padding-block:80px;}
#sec04 .txt_wrap{gap:20px;}
#sec04 .txt_wrap h3{font-size: 1.25rem;}
#sec04 .txt_wrap .line{height: 40px;}
#sec04 .txt_wrap .tit_box strong{font-size: 1.875rem;}
#sec04 .txt_wrap .tit_box p{margin-top: 20px; font-size: 1rem;}
#sec04 .culture_list{display: flex; flex-direction: column; gap:10px; margin-top: 40px;}
#sec04 .culture_list .item_inner{padding: 15px 12px;}
#sec04 .culture_list li{min-height:250px;}
#sec04 .culture_list li p{font-size: 1.25rem; word-break:keep-all;}
#sec04 .culture_list li p span{display: inline;}
#sec04 .culture_list .more_btn{font-size: 1rem;}
#sec04 .culture_list li > img{aspect-ratio:1.595 / 1; object-fit:cover;}


.slide_sec{padding-block:80px;}
.slide_sec .inner{padding: 0; width: calc(100% - 2.6%); flex-direction: column; gap: 25px;}
.slide_sec .left_tit{width: 100%;}
.slide_sec .left_tit p{margin-top: 10px; font-size: 1.125rem;}
.slide_sec .left_tit .nav_wrap{justify-content: flex-end;}
.slide_sec .left_tit .swiper-button-prev, .slide_sec .left_tit .swiper-button-next{width: 40px; height: 40px;}
.slide_sec .swiper{width: 100%;}



/* footer */
#footer{padding-block:60px;}
#footer .inner{flex-direction: column-reverse; gap:20px;}
#footer .info_wrap p{font-size: 0.875rem;}

#sub_visual_wrap .sub_nav li {position: relative;font-size: 0.75rem;color: #666;}
#sub_visual_wrap .txt_wrap h2 {font-size: 2.1875rem;margin-bottom: 40px;}

#sub_contents {padding-block: 60px;}


.tab_menu_wrap .sub_tab {display: flex;gap: 20px;}
.tab_menu_wrap .sub_tab li a {font-size: 0.875rem;padding-block: 15px;}


/* sub0101 */
.sub0101_wrap .con01{padding: 60px 2.6%;	}	
.sub0101_wrap .con01 span{font-size: 0.875rem;margin-bottom: 20px;}
.sub0101_wrap .con01 p.p_tit{font-size: 1.625rem; margin-bottom: 20px; }
.sub0101_wrap .con01 p{font-size: 1.125rem; }

.sub0101_wrap .con02{padding:60px 20px;}
.sub0101_wrap .con02 ul{grid-template-columns: repeat(1, 1fr); gap:20px;}
.sub0101_wrap .con02 ul li { border-radius: 20px; gap: 20px;padding-block: 20px;}
.sub0101_wrap .con02 ul li p{font-size: 0.875rem;}
.sub0101_wrap .con02 ul li strong{font-size: 1.875rem;}
.sub0101_wrap .con02 ul li p.content{font-size: 0.875rem;}

.sub0101_wrap .con03{padding:60px 2.6%; gap:20px; }
.sub0101_wrap .con03 .top strong{font-size: 1.5625rem;}	
.sub0101_wrap .con03 .top p{font-size: 0.875rem; word-break:keep-all;}
.sub0101_wrap .con03 .top p br{display: none;}
.sub0101_wrap .con03 p.p_con{font-size: 0.875rem;}

/* sub0201 */
.sub0201_wrap .con01{background:url('/images/sub/sub0201_img01_mob.png')center no-repeat; background-size:cover; background-position: bottom; padding:60px 2.6% 150px; gap:40px;}
.sub0201_wrap .con01 h5{font-size: 2.1875rem;}
.sub0201_wrap .con01 .txt_wrap {display: flex; flex-direction: column; gap:10px; width:80%;}
.sub0201_wrap .con01 .txt_wrap  p{font-size: 0.875rem;}
.sub0201_wrap .con02{padding:60px 2.6%;;}
.sub0201_wrap .con02 ul.cate_wrap { margin-bottom: 40px;}
.sub0201_wrap .con02 ul.cate_wrap li{padding-inline:20px;height: 45px;line-height: 45px; font-size: 0.75rem;} 
.sub0201_wrap .con02 .slide_wrap h2{font-size: 1.5625rem;margin-bottom: 40px;}

.sub0201_wrap .con02 .sub_slide{padding-bottom: 50px; padding-top: 50px;}
.sub0201_wrap .con02 .swiper-carousel .swiper-slide {width: 300px !important;height: 190px;border-radius: 20px;transition: all 0.4s ease;opacity: 0.5; transform: scale(0.8);z-index: 1;   }
.sub0201_wrap .con02 .swiper-carousel .swiper-slide p{font-size: 0.875rem; text-align: center; color: #222; opacity: 0; margin-top: 15px;}
.sub0201_wrap .con02 .swiper-carousel .swiper-slide.swiper-slide-active p{opacity: 1; transition:.3s;}
.sub0201_wrap .con02 .swiper-carousel .swiper-carousel-animate-opacity {height: 100%}
.sub0201_wrap .con02 .swiper-carousel .swiper-pagination-bullets {bottom: 0}
.sub0201_wrap .con02 .swiper-carousel img {width: 100%;height: 100%;display: block;object-fit: cover;border-radius: 8px}
.sub0201_wrap .con02 .swiper-carousel .swiper-slide-active {opacity: 1;transform: scale(1);z-index: 5;}

.sub0201_wrap .con02 .swiper-button-next{background:url('/images/sub/next_icon.png'); background-size:cover; width: 30px; height: 30px;}
.sub0201_wrap .con02 .swiper-button-prev{background:url('/images/sub/prev_icon.png');  background-size:cover; width: 30px; height: 30px;}
.sub0201_wrap .con02 .swiper-button-next, .sub0201_wrap .con02 .swiper-button-prev {position: absolute;top: 50%;transform: translateY(-50%);width: 30px; height: 30px;cursor: pointer;z-index: 10; } 
.sub0201_wrap .con02 .swiper-button-next {right: 0; }
.sub0201_wrap .con02 .swiper-button-prev {left: 0; }


/* sub0202 */
.sub0202_wrap .con02 ul.cate_wrap {display: flex; flex-wrap:wrap;}
.sub0202_wrap .con01{background:url('/images/sub/sub0202_img01_mob.png'); background-size:cover; background-position: bottom; }

/* sub0203 */
.sub0203_wrap .con01{background:url('/images/sub/sub0203_img01_mob.png'); background-size:cover; background-position: bottom; }
.sub0203_wrap .con02 ul.cate_wrap {display: flex; flex-wrap:wrap;}
.sub0203_wrap .con02 h2{margin-top: 40px ;font-size: 2.1875rem; width:100%; }
.sub0203_wrap .con02 .list_wrap{margin-top: 40px; display:flex; gap:30px;width:100%;}
.sub0203_wrap .con02 .list_wrap .box{display: flex; flex-direction: column; gap:10px; justify-content: center; }
.sub0203_wrap .con02 .list_wrap .box img{width:100%; border-radius:20px; }
.sub0203_wrap .con02 .list_wrap .box span{font-size: 0.75rem;}
.sub0203_wrap .con02 .list_wrap .box p{font-size: 1em; margin-top: 10px;}
/* .sub0203_wrap .con02 .list_wrap a:nth-child(3) .box {display: none;} */

.modal-header {height: 50px;}
.modal-header h2{font-size: 1.5rem;}
.modal-header span.close img {width:20px; height:20px;}
.modal-content {padding: 20px;}
.modal-content .scrolled {max-height: 420px;}
.modal-content .scrolled img {width:260px; height:260px;}
.modal h4 {font-size: 1rem;}
.modal .con01 {margin-top: 20px;}
.modal .con01 p {font-size: 0.875rem;}
.modal .con02 {margin-top: 20px;}
.modal ul li strong {font-size: 0.875rem; margin-bottom: 5px;}
.modal ul li:before {top:9px;}
.modal ul li p {font-size: 0.75rem;}
.modal .con03 {margin-top: 20px;}
.modal table thead {height:28px;}
.modal table thead tr th {font-size: 0.75rem;}
.modal table tr td {height: 28px; font-size: 0.75rem;}

/* sub0301 */
.sub0301_wrap .top{margin-bottom: 20px; gap:20px; align-items: flex-end;flex-direction: column;} 
.sub0301_wrap .top p{font-size: 0.875rem;}	
.sub0301_wrap .top .search_wrap{width:100%;}
.sub0301_wrap .top .search_wrap select{position: relative;width: 35%; height:40px;padding: 0px 15px;border: 1px solid #EEE; border-radius:10px;font-size: 0.75rem;color: #111; 
-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/select_icon01.png)center right 15px no-repeat; 
background-size: 10px auto;}
.sub0301_wrap .top .search_wrap .input_wrap{display: flex;align-items:center; height:40px;padding: 0px 15px 0px 30px; }
.sub0301_wrap .top .search_wrap .input_wrap input{;font-size:  0.75rem;}
.sub0301_wrap .top .search_wrap .input_wrap input::placeholder{font-size: 0.75rem;}

.sub0301_wrap .img_wrap{display:grid; grid-template-columns: repeat(1, 1fr); gap:30px;}
.sub0301_wrap .img_wrap .img_box img{width:100%; height:200px;}
.sub0301_wrap .img_wrap .img_box p{font-size: 0.875rem;}
.sub0301_wrap .img_wrap .img_box span{font-size:  0.75rem;}

/* sub0401 */
.sub0401_wrap h4 {font-size: 1.5625rem;}
.sub0401_wrap .con01 ul {margin-top: 20px; flex-direction: column;}
.sub0401_wrap .con01 ul li {height: 300px;padding: 30px 30px;}
.sub0401_wrap .con01 ul li img {width:60px; height:60px; }
.sub0401_wrap .con01 ul li p {font-size: 1.25rem;}
.sub0401_wrap .con02 {margin-top: 80px;}
.sub0401_wrap .con02 .grid_wrap {grid-template-columns: repeat(2, 1fr); margin-top: 20px;}
.sub0401_wrap .con02 .grid_wrap .box {width: 47%; height:166px;}
.sub0401_wrap .con02 .grid_wrap .box img {width:60px; height:60px;}
.sub0401_wrap .con02 .grid_wrap .box:nth-child(1) {padding:0;}
.sub0401_wrap .con02 .grid_wrap .box:nth-child(1) img {width:100%; height:100%;}
.sub0401_wrap .con02 .grid_wrap .box:nth-child(11) {padding:0;}
.sub0401_wrap .con02 .grid_wrap .box:nth-child(11) img {width:100%; height:100%;}
.sub0401_wrap .con02 .grid_wrap .wide {width: 100%;}
.sub0401_wrap .con02 .grid_wrap .box em {font-size: 1rem;}
.sub0401_wrap .con03 {margin-top: 80px;}
.sub0401_wrap .con03 ul {margin-top: 20px;flex-direction: column;}
.sub0401_wrap .con03 ul li:nth-child(odd) {width: 250px;height: 250px;padding: 20px 30px 30px 30px;;gap: 30px;}
.sub0401_wrap .con03 ul li:nth-child(even) {transform:rotate(90deg);} 
.sub0401_wrap .con03 ul li span {font-size: 0.75rem;}
.sub0401_wrap .con03 ul li em {font-size: 1rem;}
.sub0401_wrap .con04 {padding: 30px; margin-top: 40px;}
.sub0401_wrap .con04 span {font-size: 0.875rem;}
.sub0401_wrap .con04 ul li {font-size: 0.875rem;}

/* sub0501 */
.sub0501_wrap .con01{display: flex;  flex-direction: column; gap:30px;}
.sub0501_wrap .con01 .left p{font-size: 1.25rem; }
.sub0501_wrap .con01 .right .form_wrap {display: flex;flex-direction: column;gap: 20px;}
.sub0501_wrap .con01 .right .form_wrap .form_row label{font-size: 1rem;}
.sub0501_wrap .con01 .right .form_wrap .form_row input{font-size: 0.75rem;}
.sub0501_wrap .con01 .right .form_wrap .form_row input::placeholder{font-size: 0.75rem;}
.sub0501_wrap .con01 .right .form_wrap .form_row select{font-size: 0.75rem;}
.sub0501_wrap .con01 .right .form_wrap .form_row select option{font-size: 0.75rem;}
.sub0501_wrap .con01 .right .form_wrap .form_row textarea{height: 150px;font-size: 0.75rem;}
.sub0501_wrap .con01 .right .form_wrap .agree_wrap{display: flex; flex-direction: column; gap:15px;}
.sub0501_wrap .con01 .right .form_wrap .agree_wrap label{font-size: 0.875rem;}
.sub0501_wrap .con01 .right .form_wrap .agree_wrap label a{font-size: 0.75rem;}

.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap{max-width: 90%;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap .top p{font-size: 1.25rem;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap .bot strong{font-size: 1rem;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap .bot ul li{font-size: 1rem;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap .bot span{font-size: 1rem; }
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap a.close_btn{font-size: 1rem;}

.sub0501_wrap .con01 .right .form_wrap .agree_wrap .agree_box {appearance: none;width: 18px;height: 18px; margin-right: 5px;}
.sub0501_wrap .con01 .right .form_wrap .agree_wrap .agree_box::after {content: '✔';font-size: 10px;position: absolute;left: 4px;top: 0px;color: #EEE;visibility: visible;}
.sub0501_wrap .con01 .right button{width:100px;height: 40px;font-size: 0.875rem;}

.sub0501_wrap #sub_sec02{margin-top: 60px;}
.sub0501_wrap #sub_sec02 h4{font-size: 1.5625rem;}
.sub0501_wrap .con02{display: flex;flex-direction: column;margin-top: 20px; gap:30px; }
.sub0501_wrap .con02 .map_wrap iframe{width:100%;height:250px;}
.sub0501_wrap .con02 .info_wrap{width:100%; display: flex; flex-direction: column; gap:20px;   align-items: center;}
.sub0501_wrap .con02 .info_wrap ul li .tit_wrap{width:80px; font-size: 0.875rem;}
.sub0501_wrap .con02 .info_wrap ul li .tit_wrap img{width: 18px; }
.sub0501_wrap .con02 .info_wrap ul li p{font-size: 0.875rem;}
.sub0501_wrap .con02 .info_wrap .link_wrap {display: flex;gap: 10px;flex-direction: column; width:100%;}
.sub0501_wrap .con02 .info_wrap .link_wrap a{width:100%; line-height: 45px; height:45px; font-size:0.9375rem;}

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