@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 20px;}

/* main 공통 */
.main_tit{display: flex; align-items: center; gap:15px; margin-bottom: 35px;}
.main_tit h3{font-size: 2rem; font-weight: 900;}
.main_tit h3::after{left: 0; height: 10px;}
.main_tit.on h3::after{width: 100%;}
.main_tit .view_btn{font-size: 0.75rem;}

/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; height: 60px; z-index: 5000; background: #fff;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header h1 a{display: block; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 125px; height: 40px;}
#header .header_utils{display: flex; align-items: center; gap:15px;}
#header .header_utils .dealer_link{padding: 8px 10px; font-size: 0.75rem; border-radius:30px; background: var(--co02);}

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

/* navigation */
.nav_btn{width: 22px;height: 15px;position: relative;display: flex;flex-direction: column;justify-content: space-between; align-items: flex-end; border: none;background: none;cursor: pointer;z-index: 100;}
.nav_btn span {display: block;width: 100%;height: 1px;background: #111;border-radius: 5px;transition: 0.3s ease;}
.nav_btn span:nth-child(2){width: 80%;}
.nav_btn.on{width: 20px;height: 20px;}
.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: absolute;left: 0;top: 60px;width: 100%;height: 100%;z-index: 8000; display:none;}
.navigation .lnb{position:absolute; top: 0; z-index:5000; width:100%;background-color:#fff;height:100%; right: 0px;}
.navigation.on{display:block;}
.navigation .nav_top{display: none;}
.navigation .lnb_menu{padding-inline:20px;}
.navigation .depth_box{display: block; padding-block:0; border-bottom: none;}
.navigation h3{flex:auto;}
.navigation h3 a{position: relative;width:100%; display: flex;align-items: center; padding-block:15px; color:#222222;font-size:1.25rem;font-weight: 600;}
.navigation h3 a:after{right: 10px;width: 15px;height: 9px;}
.navigation h3.active a:after{width: 15px; height: 9px;}
.navigation h3.active a{color: var(--co01);}
.navigation ul{display: block;width: 100%;}
.navigation ul li{width: 100%;}
.navigation ul li:not(:first-child){margin-top: 5px;}
.navigation ul li a{color:#444;font-size:0.875rem;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;}
.navi_bg{display: none;position: absolute;top: 60px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 7900;} 


/* visual */
#visual .img_wrap{position: relative;}
#visual .img_wrap::after{content:''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);}
#visual .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); color: #FFF; width: 100%; box-sizing:border-box;}
#visual .txt_wrap h2{font-size: 2.5rem;}
#visual .txt_wrap p{padding-top: 15px; font-size: 1.125rem;}
#visual .txt_wrap .view_btn{display: inline-flex; align-items: center; gap:25px; margin-top: 30px; padding: 4px 4px 4px 11px; font-size: 0.875rem; color: #fff; border-radius: 999px; border: 1px solid #FFF; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(5px);}
#visual .txt_wrap .view_btn .arw{display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; background: #fff; border-radius:50%; font-size: 12px; color: #222;}
#visual .txt_wrap .view_btn .arw i{height: 14px;}
#visual .visual_items{position: absolute; bottom: 60px; left: 50%; transform:translateX(-50%); color: #FFF; width: 100%; box-sizing:border-box; z-index: 5;}
#visual .visual_items .inner{display: flex; align-items: center; gap:20px;}
#visual .visual_items .visual_page{display: flex; align-items: center; gap:10px; font-size: 0.75rem;}
#visual .visual_items .visual_page .line{position: relative; width: 80px; height: 2px; background: rgb(255,255,255,.2);}
#visual .visual_items .visual_page .line .fill {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;transform: scaleX(0);transform-origin: left center;}
#visual .visual_items .visual_page .line .fill.is-animate {transition: transform 5s cubic-bezier(0.22, 1, 0.36, 1);transform: scaleX(1);}
#visual .visual_items .visual_nav{display: flex; align-items: center; gap:20px;}
#visual .visual_items .nav_btn{position: unset; width: auto; height: auto; margin-top: 0;}
#visual .visual_items .nav_btn .swiper-navigation-icon{width: 6px; height: 12px; color: #fff;}

@keyframes visAni01 {
0%{width: 0;}
100%{width: 100%;}
}

/* sec01 */
#sec01{background: url('/images/main/main_sec01_bg.png')center no-repeat; background-size:cover; padding-bottom: 60px;}
#sec01 .inner{display: flex; align-items:stretch; justify-content: space-between; flex-direction: column;}
#sec01 .slide_area{padding-block:60px; width: 100%; flex:auto; box-sizing:border-box;}
#sec01 .cerSlide .item_box{border-radius:10px; overflow: hidden;}
#sec01 .cerSlide .item_box .item_img img{width: 100%;}
#sec01 .cerSlide .item_box .item_txt{padding: 15px; background: var(--co01); font-size: 1rem; color: #fff;}
#sec01 .cerSlide .cer_items{display: flex; align-items: center; justify-content: center; gap:20px; margin-top: 20px;}
#sec01 .cerSlide .cer_items .cer_page{display: flex; align-items: center; gap:10px; font-size: 1rem;}
#sec01 .cerSlide .cer_items .cer_page .line{position: relative; width: 80px; height: 2px; background: rgb(0,0,0,.2);}
#sec01 .cerSlide .cer_items .cer_page .line .fill {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--co01);transform: scaleX(0);transform-origin: left center;}
#sec01 .cerSlide .cer_items .cer_page .line .fill.is-animate {transition: transform 5s cubic-bezier(0.22, 1, 0.36, 1);transform: scaleX(1);}
#sec01 .cerSlide .cer_nav{display: flex; align-items: center; gap:20px;}
#sec01 .cerSlide .cer_btn{position: unset; width: auto; height: auto; margin-top: 0;}
#sec01 .cerSlide .cer_btn .swiper-navigation-icon{width: 6px; height: 12px; color: #222;}
#sec01 .cer_img_wrap {display: flex; flex-direction: column; gap: 25px; overflow: hidden; width: 100%; flex:auto;align-self:stretch;height:unset;}
#sec01 .cer_img_wrap .flow_col {flex:auto;position:relative;overflow:visible;min-height:0;}
#sec01 .cer_img_wrap .flow_track {position:unset;left:0;top:0;width:100%;display:flex;flex-direction:row;gap:25px;}
#sec01 .cer_img_wrap .img_box {flex: 0 0 auto; width: 150px;}
#sec01 .cer_img_wrap .img_box img {display: block;width: 100%;height: auto;}
#sec01 .cer_img_wrap .left_line .flow_track {animation: cerFlowLeft 30s linear infinite;}
#sec01 .cer_img_wrap .right_line .flow_track {animation: cerFlowRight 30s linear infinite;}
@keyframes cerFlowLeft{
		0% { transform: translateX(0); }
		100% { transform: translateX(calc(-50% - 15px)); }
	}

	@keyframes cerFlowRight{
		0% { transform: translateX(calc(-50% - 15px)); }
		100% { transform: translateX(0); }
	}

/* sec02 */
#sec02{padding-block:60px; background: #F8F8F8;}
#sec02 .youtube_wrap{display:flex;justify-content:space-between; flex-direction: column; gap:30px;}
#sec02 .main_youtube{width:100%;}
#sec02 .main_youtube .video{position:relative;width:100%;padding-bottom:56.25%;border-radius:10px 10px 0 0;overflow:hidden;}
#sec02 .main_youtube .video iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
#sec02 .main_youtube .video_tit{background:#004a7c;padding:15px;border-radius:0 0 10px 10px;}
#sec02 .main_youtube .video_tit .tit{font-size:1rem;font-weight:600;color:#fff;margin:0;}
#sec02 .youtube_list{width:100%;max-height:320px;overflow-y:auto;padding-right:10px;}
#sec02 .youtube_list ul li{display:flex;align-items:center;gap:20px; padding-bottom: 0;margin-bottom: 10px;cursor:pointer;border-bottom:none;transition:all .3s ease;}
#sec02 .youtube_list ul li:last-child{border-bottom:0;}
#sec02 .youtube_list ul li .thumb{flex:0 0 125px;border-radius:6px;overflow:hidden;}
#sec02 .youtube_list ul li .thumb img{display:block;width:100%;height:auto; aspect-ratio: 1.785 / 1;object-fit: cover;}
#sec02 .youtube_list ul li .txt_box{flex:1;}
#sec02 .youtube_list ul li .txt_box p{margin:0;font-size:0.875rem;line-height:1.5;color:#222;word-break:keep-all;}
#sec02 .youtube_list ul li.on .txt_box p{font-weight:700;color:#004a7c;}
#sec02 .youtube_list::-webkit-scrollbar{width:4px;}
#sec02 .youtube_list::-webkit-scrollbar-track{background:#eee;border-radius:10px;}
#sec02 .youtube_list::-webkit-scrollbar-thumb{background:#004a7c;border-radius:10px;}

.sec_wrap{padding-block:60px; background: url('/images/main/main_sec03_bg.png')center no-repeat; background-size:cover;}
.sec_wrap .inner{display: flex; justify-content: space-between; align-items: stretch; flex-direction: column; gap:60px;}

/* sec03 */
#sec03{width: 100%;}
#sec03 .notice_list{border-top: 2px solid #02416C;}
#sec03 .notice_list li{border-bottom: 1px solid #DDD; }
#sec03 .notice_list li a{display: flex; justify-content: space-between; align-items: center; padding: 12px;}
#sec03 .notice_list li:hover a{padding: 12px 15px;}
#sec03 .notice_list .tit_box{display: flex; align-items: center; gap:10px; width: 75%;}
#sec03 .notice_list .tit_box span{display: block; padding: 6px 12px; background: var(--co01); border-radius:30px; font-size: 0.75rem; color: #fff; white-space: nowrap;}
#sec03 .notice_list .tit_box .tit{font-size: 0.875rem; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; line-height: 1.1;}
#sec03 .notice_list .date{font-size: 0.625rem; color: #666;}


/* sec04 */
#sec04{width: 100%;}
#sec04 .contact_wrap{display: flex;flex-direction: column;justify-content: space-between; gap:35px;}
#sec04 .contact_info p{font-size: 0.875rem; line-height: 1.4;}
#sec04 .contact_wrap .info_list{margin-top: 20px; display: flex; flex-direction: column; gap:5px; }
#sec04 .contact_wrap .info_list dl{display: flex; align-items: center; gap:10px; font-size: 0.875rem; line-height: 1.4;}
#sec04 .contact_wrap .info_list dl dt{display: flex; align-items: center; gap:5px; color: var(--co01);}
#sec04 .contact_wrap .info_list dl dt img{margin-right: 5px;}
#sec04 .contact_wrap .info_list dl dd{color: #444;}
#sec04 .form_row{display:flex;gap:10px;margin-bottom:10px;}
#sec04 .form_group{flex:1;display:flex;flex-direction:column;}
#sec04 .form_group label{font-size:0.875rem;margin-bottom:10px;color:#222;}
#sec04 .form_group label span{color: var(--co01);}
#sec04 .form_group input{height: 40px;}
#sec04 .form_group input, #sec04 .form_group textarea{width:100%;padding:5px 10px;border-radius:5px;background:#F5F5F5;border:none;font-size:14px;outline:none;line-height: 1;}
#sec04 .form_group textarea{height:80px;padding:10px;resize:none;}
#sec04 .form_bottom{display:flex;align-items:flex-start;justify-content:space-between; flex-direction: column; gap: 10px; margin-top:10px;}
#sec04 .check_box{display:flex;align-items:center;gap:10px;cursor:pointer; font-size: 0.75rem;}
#sec04 .check_box input{display:none;}
#sec04 .check_box .check_icon{width:20px;height:20px;border-radius:50%;background:#F5F5F5;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease;}
#sec04 .check_box .check_icon::after{content:'✔';font-size:10px;color:#fff;opacity:0;transform:scale(0.5);transition:all .3s ease;}
#sec04 .check_box input:checked + .check_icon{background: var(--co01);}
#sec04 .check_box input:checked + .check_icon::after{opacity:1;transform:scale(1);}
#sec04 .btn_submit{display:flex;align-items:center;gap:35px;padding:4px 4px 4px 11px;margin-left: auto;border-radius:30px;border:1px solid #004a7c;background:#fff;color:#004a7c;font-size:14px;cursor:pointer;transition:all .3s;}
#sec04 .btn_submit .arw{display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius:50%; background: var(--co01); font-size: 12px; color: #fff;}
#sec04 .btn_submit:hover{background:var(--co01);color:#fff;}
#sec04 .btn_submit:hover .arw{background: #fff; color: var(--co01);}

/* footer */
#footer{padding-block:30px; background: #999;}
#footer .inner{display: flex; justify-content: space-between;}
#footer .footer_info{display: flex; flex-direction: column; gap:25px;}
#footer .footer_info .footer_logo img{width: 125px;}
#footer .footer_info .footer_contact p{font-size: 0.75rem; color: rgba(255, 255, 255, 0.80);}
#footer .footer_info .footer_contact p:not(:first-child){margin-top: 5px;}
#footer .footer_info .copy{font-size: 0.75rem; color: rgba(255, 255, 255, 0.50);}
#footer .footer_nav{display: none;}
#footer .footer_nav li a{display: block; padding-block:10px; font-size: 1.75rem; color: #fff; text-align: right;}


/* ==sub== */
#header.sub_header{position: relative;}
.sub_visual{height: 180px;}
.sub_visual .inner{height: 100%; max-width:1400px;}
.sub_visual .txt_wrap{display: flex; height: 100%; align-items: center; flex-direction: column; justify-content: center; gap:20px;}
.sub_visual .txt_wrap h2{font-size: 1.75rem;}
.sub_visual .txt_wrap .sub_nav{display: flex; align-items: center; gap:15px;}
.sub_visual .txt_wrap .sub_nav li{position: relative; font-size: 0.875rem;}
.sub_visual .txt_wrap .sub_nav li:not(:last-child){padding-right: 15px;}
.sub_visual .txt_wrap .sub_nav li:not(:last-child)::after{content:''; position: absolute; top: 50%; right: 0; transform:translateY(-50%); background: url('/images/sub/sub_visual_nav_arw.png')center no-repeat; background-size:cover; width:4px; height: 8px;}


/* sub_contents */
#sub_contents{padding-bottom: 80px;}

/* sub0101 */
.sub0101_wrap .greeting_tit{display: flex; align-items: center; justify-content: center; height: 200px; border-radius: 15px; background: url('/images/sub/sub0101_img.png')center no-repeat;}
.sub0101_wrap h3{font-size: 1.25rem; color: #fff; line-height: 1.4;}
.sub0101_wrap .greeting_wrap{margin-top: 30px; text-align: center;}
.sub0101_wrap .greeting_wrap p{font-size: 0.875rem; line-height: 1.6;}
.sub0101_wrap .greeting_wrap p:not(:first-child){margin-top: 15px;}
.sub0101_wrap .greeting_wrap p br{display: none;}
.sub0101_wrap .greeting_wrap p span{font-weight: 600;}
.sub0101_wrap .greeting_wrap p.greeting_sign{margin-top: 30px; font-weight: 600; color: var(--co01);}

/* sub0102 */
.sub0102_wrap .history_sec{padding-top: 40px; border-top: 1px solid #222;}
.sub0102_wrap .history_wrap{position:relative;max-width:1400px;margin:0 auto;}
.sub0102_wrap .history_line{position:absolute;top:22px;bottom:0;left:99.5px;width:1px;}
.sub0102_wrap .history_line .line_base{position:absolute;top:0;left:0;width:100%;height:100%;background:#e1e1e1;}
.sub0102_wrap .history_line .line_fill{position:absolute;top:0;left:0;width:100%;height:0;background:var(--co01);transform-origin:top;}
.sub0102_wrap .history_list{position:relative;}
.sub0102_wrap .history_item{display:grid;grid-template-columns:80px 20px 1fr;align-items: start;column-gap:10px;padding:0 0 80px;position:relative;}
.sub0102_wrap .history_item:last-child{padding-bottom:0;}
.sub0102_wrap .history_item .year{position: relative; height: 45px; font-size:1.5rem; font-weight:700; line-height:45px; text-align:right;color:#222; transition:.3s;}
.sub0102_wrap .history_item.active .year{font-size:2rem; color:var(--co01);}
.sub0102_wrap .history_item .year::after{content:'';position:absolute;top:50%;right:-22px;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#d6d6d6;transition:.3s;z-index:2;}
.sub0102_wrap .history_item.on .year::after{background: var(--co01);}
.sub0102_wrap .history_item .content{padding-top:14px;}
.sub0102_wrap .history_item .event{display:grid;grid-template-columns:16px 1fr;gap:15px;margin-bottom:12px;align-items: start;}
.sub0102_wrap .history_item .event:last-child{margin-bottom:0;}
.sub0102_wrap .history_item .month{font-size:0.75rem;font-weight:700;line-height:1.4;color:#222;}
.sub0102_wrap .history_item .event p{font-size:0.75rem;line-height:1.4;color:#666;word-break:keep-all;}

/* sub0103 */
.sub0103_wrap .certi_grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px 10px; padding-top: 40px; border-top: 1px solid #222;}
.sub0103_wrap .certi_grid .certi_item{cursor: pointer;}
.sub0103_wrap .certi_grid .certi_item .img_box{position: relative;}
.sub0103_wrap .certi_grid .certi_item img{display:block;width:100%;height:auto;}
.sub0103_wrap .certi_grid .certi_item  p{margin-top: 10px; font-size: 0.875rem; text-align: center;}
.sub0103_wrap .certi_grid .certi_item .view_btn{opacity: 0; position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; background: var(--co01); border-radius: 10px; transform: translate(-50%, -50%) rotate(45deg);}
.sub0103_wrap .certi_grid .certi_item .view_btn svg{transform: rotate(315deg);}
.sub0103_wrap .certi_grid .certi_item:hover .view_btn{opacity: 1;}
.sub0103_wrap .img_modal{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;opacity:0;visibility:hidden;transition:.3s;z-index:9999;}
.sub0103_wrap .img_modal.show{opacity:1;visibility:visible;}
.sub0103_wrap .img_modal_inner{position:relative;max-width:800px;width:100%;max-height:90vh;display:flex;align-items:center;justify-content:center;}
.sub0103_wrap .img_modal_inner img{width: 60%; max-width:100%;max-height:90vh;object-fit:contain;background:#fff;}
.sub0103_wrap .img_modal_close{position:absolute;top:-50px;right:0;border:0;background:none;color:#fff;font-size:18px;cursor:pointer;}

/* sub0104 */
.sub0104_wrap .map_wrap{height: 200px; border-radius:10px; overflow: hidden;}
.sub0104_wrap .map_wrap iframe{width: 100%; height: 100%;}
.sub0104_wrap .map_info{display: flex; flex-direction: column; width: 100%; margin: 30px 0 0;}
.sub0104_wrap .map_info li{flex:auto; height: 140px; border: 1px solid #FFF; background: #888;}
.sub0104_wrap .map_info li:nth-child(1){background: var(--co01); border-radius: 10px 10px 0 0;}
.sub0104_wrap .map_info li:nth-child(4){border-radius: 0 0 10px 10px;}
.sub0104_wrap .map_info dl{display: flex; flex-direction: column; align-items: center; height: 100%; justify-content: center; gap:10px; color: #fff;}
.sub0104_wrap .map_info dl dt{display: flex; flex-direction: column; align-items: center; gap:15px; font-size: 1rem; font-weight: 700;}
.sub0104_wrap .map_info dl dt img{width: 30px;}
.sub0104_wrap .map_info dl dd{font-size: 0.875rem; text-align: center; line-height: 1.4;}

/* sub0403 */
.sub0403_wrap .contact_wrap{display: flex; justify-content: space-between; flex-direction: column; gap:30px; padding-top: 40px; border-top: 1px solid #222;}
.sub0403_wrap .contact_info p{font-size: 0.875rem; line-height: 1.4;}
.sub0403_wrap .contact_wrap .info_list{margin-top: 10px; display: flex; flex-direction: column; gap:5px;}
.sub0403_wrap .contact_wrap .info_list dl{display: flex; align-items: center; gap:10px; font-size: 0.875rem; line-height: 1.4;}
.sub0403_wrap .contact_wrap .info_list dl dt{display: flex; align-items: center; gap:5px; color: var(--co01);}
.sub0403_wrap .contact_wrap .info_list dl dt img{margin-right: 5px;}
.sub0403_wrap .contact_wrap .info_list dl dd{color: #444;}
.sub0403_wrap .inquiry_form{width: 100%;}
.sub0403_wrap .form_row{display:flex;gap:10px;margin-bottom:10px;}
.sub0403_wrap .form_group{flex:1;display:flex;flex-direction:column;}
.sub0403_wrap .form_group label{font-size:0.875rem;margin-bottom:10px;color:#222;}
.sub0403_wrap .form_group label span{color: var(--co01);}
.sub0403_wrap .form_group input{height: 40px;}
.sub0403_wrap .form_group input, .sub0403_wrap .form_group textarea{width:100%;padding:5px 10px;border-radius:5px;background:#F5F5F5;border:none;font-size:12px;outline:none;line-height: 1;}
.sub0403_wrap .form_group textarea{height:150px;padding:20px;resize:none;}
.sub0403_wrap .form_bottom{display:flex;align-items:flex-start;justify-content:space-between;flex-direction: column;gap: 10px;margin-top:15px;}
.sub0403_wrap .check_box{display:flex;align-items:center;gap:10px;cursor:pointer; font-size: 0.75rem;}
.sub0403_wrap .check_box input{display:none;}
.sub0403_wrap .check_box .check_icon{width:20px;height:20px;border-radius:50%;background:#F5F5F5;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease;}
.sub0403_wrap .check_box .check_icon::after{content:'✔';font-size:14px;color:#fff;opacity:0;transform:scale(0.5);transition:all .3s ease;}
.sub0403_wrap .check_box input:checked + .check_icon{background: var(--co01);}
.sub0403_wrap .check_box input:checked + .check_icon::after{opacity:1;transform:scale(1);}
.sub0403_wrap .btn_submit{display:flex;align-items:center;gap:35px;padding:4px 4px 4px 11px; margin-left: auto;border-radius:30px;border:1px solid #004a7c;background:#fff;color:#004a7c;font-size:12px;cursor:pointer;transition:all .3s; line-height: 1;}
.sub0403_wrap .btn_submit .arw{display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius:50%; background: var(--co01); color: #fff;}
.sub0403_wrap .btn_submit:hover{background:var(--co01);color:#fff;}
.sub0403_wrap .btn_submit:hover .arw{background: #fff; color: var(--co01);}


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