@media screen and (max-width:1200px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.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:40px; 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:40px; 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:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; 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:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.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:15px; 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:15px; 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: 40px;}
.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:block;}
.mob_img {display:none;}
.pc {display:none;}
.tab {display:block;}
.mob {display:none;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:1200px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%;}

#header .gnb{display: none;}

.main_tit{display: flex; align-items: center; flex-direction: column; gap:10px;}
.main_tit h2{font-size: 4rem; font-weight: 400;}
.main_tit p{font-size: 1.375rem; font-weight: 400;}
a.main_btn{display: flex; justify-content: space-between; align-items: center; width: 220px; height: 60px; padding-inline: 30px 10px; line-height: 60px; border:1px solid #fff; border-radius:40px; font-size: 1.25rem; color: #fff;}
a.main_btn .arw_circle{width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; background: #fff; border-radius:50%; z-index: 10; overflow: hidden;}
a.main_btn .arw_circle i{font-size: 25px; color: #111; font-weight: 200; transform:rotate(315deg);}
a.main_btn:hover .arw_circle i {
  animation: link_btn_ani2 0.6s ease forwards;
}

#header{width: calc(100% - 80px); padding: 0; height: 70px;}
#header .inner{height: 100%;}
#header .contact_btn{display: none;}

/* navigation */
.nav_btn{display: block; background: url('/images/main/nav_btn.png')center no-repeat; background-size:cover; width: 28px; height: 28px;} 
.nav_btn.on{background: url('/images/main/nav_btn_on.png')center no-repeat; background-size:cover; width: 28px; height: 28px;} 
.navigation{position: fixed;left: 0;top: 80px;width: 100%;height: 100%;z-index: 3500; display:none;}
.navigation .lnb{position:absolute; top: 20px; z-index:5000; width:calc(100% - 80px);background-color:#fff; left: 50%; transform:translateX(-50%); padding: 30px 20px; border-radius: 20px; border: 2px solid rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.50); text-align: center; backdrop-filter: blur(15px);}
.navigation.on{display:block;}
.navigation h3{width:100%;}
.navigation h3:not(:first-child){margin-top: 16px;}
.navigation h3.active a{color: var(--co01);}
.navigation h3.after.active a:after{transform: translateY(-50%) rotate(180deg);}
.navigation h3 a{position: relative;display: block; line-height: 1.2;width:100%; color:#222222; font-size:1.125rem;font-weight: 600;}
.navigation h3.after a:after{content: ""; position: absolute;top: 50%;transform: translateY(-50%);display: inline-block;width: 20px;height: 20px;background-repeat: no-repeat;background-size: 100% 100%; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M12 14L8 10H16L12 14Z'></path></svg>");}
.navigation ul{display: block; padding:15px 0;}
.navigation ul li a{color:#666;font-size:0.875rem;font-weight: 400; word-break:keep-all;line-height: 1.8; 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: 80px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;} 

/* section01 */
#section01{padding-top: 120px;}
#section01 .slide_wrap{margin-top: 120px;}
#section01 .incSlide .swiper-slide img{aspect-ratio:2.105 / 1; width: 100%; min-height:560px; object-fit:cover;}
#section01 .incSlide .txt_wrap{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; padding-inline:60px; color: #fff;}
#section01 .incSlide .txt_wrap h3{font-size:5.5vw; font-weight: 400; line-height: 1.3;}
#section01 .incSlide .txt_wrap p{padding-top: 30px; font-size:2.5vw; line-height: 1.5;}
#section01 .incSlide .txt_wrap a.main_btn{margin-top: 60px;}

/* section02 */
#section02{padding-block:120px 60px;}
#section02 .slide_wrap{margin-top: 32px;}
#section02 .soluSlide .swiper-slide img{width: 100%;}
#section02 .soluSlide .swiper-slide{transform:scale(0.8); transition:.3s;}
#section02 .soluSlide .swiper-slide-active{transform:scale(1);}
#section02 .soluSlide .swiper-slide .txt_wrap{position: absolute; bottom: 0; left: 0; width: 100%; padding: 60px; color: #fff; font-weight: 400;}
#section02 .soluSlide .swiper-slide .txt_wrap span{font-size: 1.5rem;}
#section02 .soluSlide .swiper-slide .txt_wrap h3{padding-top: 20px; font-size: 3rem;}
#section02 .soluSlide .swiper-slide .txt_wrap p{padding-top: 40px; font-size: 1.5rem; line-height: 1.4;}

/* section03 */
#section03 .main_tit{padding-top: 60px;}
#section03 .pro_wrap{display: flex; align-items: center; justify-content: space-between; gap:25px; margin-top: 45px; min-height:480px;}
#section03 .pro_wrap > div{width: 22%;}
#section03 .pro_wrap h3{color: #fff;}
#section03 .pro_wrap .center_con{width: 50%;}
#section03 .left_con{padding:30px 20px; background: url('/images/main/main_sec03_left_bg.png')center no-repeat; background-size:cover; border-radius:20px;}
#section03 .left_con .txt_wrap{height: 100%; display: flex; flex-direction: column;}
#section03 .left_con .icon_wrap{width:100%; margin-top: auto; margin-left: auto; display: flex; justify-content: flex-end; align-items: flex-end; color: #fff;}
#section03 .left_con .icon_wrap > div img{width: 100%;}
#section03 .left_con .icon_wrap .icon02{transform:translateY(-50%);}
#section03 .left_con .icon_wrap > div span{display: block; margin-top: 5px; text-align: right; font-weight: 600;}
#section03 .center_con .center_img{position: relative; border-radius: 20px; background: linear-gradient(90deg, #003B7C 0%, #28BAA6 100%); overflow: hidden;}
#section03 .center_con .center_img .bg_layer {position: absolute;inset: 0;background: url('/images/main/main_sec03_bgimg.png') center center / cover no-repeat;transform: scale(1.4); will-change: transform;}
#section03 .center_con .center_img::after{content:''; position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); width: 100%; height: 100%; background: url('/images/main/main_sec03_img02.png')center no-repeat; background-size: cover; mix-blend-mode: screen;}
#section03 .center_con{border-radius: 20px; border: 4px solid #28BAA6; padding:30px 20px;}
#section03 .center_con .info_wrap{display: flex; flex-direction: column; gap:10px; height:50vh; min-height:420px;}
#section03 .center_con .center_tit{text-align: center;}
#section03 .center_con .center_tit h3{font-size: 1.5rem;}
#section03 .center_con h3{display: inline-block; text-align: center; background: #fff; padding: 0 10px;}
#section03 .center_con h3 span{display: inline-block; background: linear-gradient(90deg, #003B7C 0%, #28BAA6 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
#section03 .center_con .info_wrap p{text-align: center;}
#section03 .center_con p:nth-child(1){color: #003B7C;}
#section03 .center_con p:nth-child(3){color: #28BAA6;}
#section03 .right_con{display: flex; flex-direction: column; gap:20px;}
#section03 .right_con > div{border-radius:20px; padding:20px;}
#section03 .right_con > div .icon{margin-left: auto; color: #fff; font-weight: 600;}
#section03 .right_con > div .icon img{width: 100%;}
#section03 .right_con .topbox .icon{width:60px; height:100%;}
#section03 .right_con .midbox .icon{width:42px; height:100%;}
#section03 .right_con .btmbox .icon{width:42px; height:100%;}
#section03 .right_con .topbox{background: url('/images/main/main_sec03_right04_bg.png')right no-repeat #1972D5;}
#section03 .right_con .midbox{background: url('/images/main/main_sec03_right02_bg.png')right no-repeat #22A9B8;}
#section03 .right_con .btmbox{background: url('/images/main/main_sec03_right03_bg.png')right no-repeat #006154;}
#section03 .center_con .center_img {overflow: hidden;transform: scale(1);transform-origin: center center;will-change: transform;}
#section03 .center_con .detail_layer {position: fixed;inset: 0;display: flex;justify-content: center;align-items: center;background: radial-gradient(circle at top left, rgba(255,255,255,0.15), rgba(0,0,0,0.9));opacity: 0; pointer-events: none;	z-index: 999;background: rgba(0, 0, 0, 0.50);backdrop-filter: blur(10px); height: 100vh;}
#section03 .detail_inner {display: flex; justify-content: space-between; align-items: center;width: calc(100% - 5.2%);color: #1B1D28;}
#section03 .detail_tabs{display: flex; flex-direction: column; width:calc(50% - 5.2%); gap:30px; align-items: flex-start;}
#section03 .detail_tabs button{font-size:; color: #fff; text-align: left; opacity: .5; line-height: 1.3; font-weight:400;}
#section03 .detail_tabs button.active{opacity: 1;}
#section03 .detail_panels{width:calc(50% - 5.2%); height: 90%;}
#section03 .detail_panels .panel {display: none;padding: 35px 30px;border-radius: 20px;background: rgba(255, 255, 255, 0.75);}
#section03 .detail_panels .panel h4{padding-bottom: 25px; color: #1B1D28; line-height: 1.2; text-align: left;}
#section03 .detail_panels .panel .detail_info{padding-top: 25px; border-top: 1px solid #8C91AF;}
#section03 .detail_panels .panel .detail_info img{width: 100%; height:200px; object-fit:cover; border-radius:20px;}
#section03 .detail_panels .panel .detail_info p{padding-top: 30px; font-size: 1rem; word-break:keep-all; line-height: 1.4;}
#section03 .detail_panels .panel.active {display: block; min-height:480px;}

/* section04 */
#section04{padding-top: 120px;}
#section04 .slide_wrap{position: relative; margin-top: 40px;}
#section04 .markSlide .swiper-slide .item{display: flex; flex-direction: column; justify-content: space-between; height: 410px; padding-top: 50px; padding-left: 32px; border-radius: 20px; border: 2px solid rgba(255, 255, 255, 0.25); box-shadow: 0 -20px 160px 0 rgba(255, 255, 255, 0.10) inset; backdrop-filter: blur(20px); overflow: hidden;}
#section04 .markSlide .swiper-slide.first .item{background: linear-gradient(180deg, #1972D5 0%, #28BAA6 100%);}
#section04 .markSlide .swiper-slide.second .item{background: linear-gradient(180deg, #FF8000 0%, #FC0 100%);}
#section04 .markSlide .swiper-slide.third .item{background: linear-gradient(180deg, #1B1D28 0%, #000 100%);}
#section04 .markSlide .swiper-slide .info_box{display: flex; flex-direction: column; gap:20px; color: #fff; padding-right: 40px;}
#section04 .markSlide .swiper-slide .info_box span{font-size: 1.75rem;}
#section04 .markSlide .swiper-slide .info_box h3{font-size: 1.75rem;}
#section04 .markSlide .swiper-slide .info_box p{font-size: 1rem; line-height: 1.4; word-break:keep-all;}
#section04 .markSlide .swiper-slide .item .img_box{overflow: hidden; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);}
#section04 .markSlide .swiper-slide .item .img_box img{width: 100%; border-radius: 20px 0 0 0;}

/* section05 */
#section05{position: relative; padding-block: 120px 30px;}
#section05 .contact_wrap::after{content:''; position: absolute; top: -50%; left: 50%; transform:translateX(-50%); width: 50%; height: 80%; border-radius:20px; background: radial-gradient(50% 50% at 50% 50%, #BF0 0%, #61FFA8 50%, #0FF 100%);filter: blur(200px); z-index: -1;}
#section05 .contact_wrap{position: relative; padding-block:100px; border-radius: 20px; border: 2px solid #28BAA6; background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%); overflow: hidden; z-index: 5;}
#section05 .contact_wrap h2{font-size: 7vw; text-align: center; font-weight: 400; line-height: 1.2;}
#section05 .contact_wrap .main_btn{border:1px solid #1B1D28; color: #1B1D28; margin: 40px auto 0;}

/* footer */
#footer{padding-bottom:30px;}
#footer .footer_con{background: #1B1D28; padding:32px 32px 32px; border-radius:20px;}
#footer .footer_top{display: flex; justify-content: space-between; padding-bottom: 80px;}
#footer .info_wrap{font-size: 0.875rem;}
#footer .info_wrap dl{display: flex; align-items: center; gap:10px;}
#footer .info_wrap dl:not(:first-child){margin-top: 15px;}
#footer .info_wrap dl dt{color: var(--co01);}
#footer .info_wrap dl dd{color: #fff;}
#footer .footer_btm{display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(140, 145, 175, 0.25);}
#footer .footer_btm .copy{font-size: 0.875rem; color: #8C91AF;}
#footer .footer_btm .footer_util{display: flex; align-items: center; gap:20px;}
#footer .footer_btm .footer_util a{font-size: 0.938rem; color: #8C91AF;}

@media screen and (max-width:1000px) {
	/* section03 */
	#section03 .main_tit{padding-top: 40px;}
	#section03 .pro_wrap{display: flex; align-items: center; justify-content: space-between; flex-direction: column; gap:30px; margin-top: 45px; height:auto;}
	#section03 .pro_wrap > div{width: 100%;}
	#section03 .pro_wrap h3{font-size: 1.5rem; color: #fff;}
	#section03 .pro_wrap .center_con{width: 100%; height:300px;}
	#section03 .left_con{padding: 20px; height: 100%; background: url('/images/main/main_sec03_left_bg.png')center no-repeat; background-size:cover; border-radius:16px;}
	#section03 .left_con .txt_wrap{height: 100%; display: flex; flex-direction: row;}
	#section03 .left_con .icon_wrap{width: 50%; margin-top: auto; margin-left: auto; display: flex; align-items: center; gap: 15px; font-size: 0.75rem; color: #fff;}
	#section03 .left_con .icon_wrap > div img{width: 100%;}
	#section03 .left_con .icon_wrap .icon02{transform:none;}
	#section03 .left_con .icon_wrap > div span{display: block; margin-top: 5px; text-align: right; font-weight: 600;}
	#section03 .center_con .center_img{position: relative; border-radius: 10px; background: linear-gradient(90deg, #003B7C 0%, #28BAA6 100%); overflow: hidden; height: 260px;}
	#section03 .center_con .center_img .bg_layer {position: absolute;inset: 0;background: url('/images/main/main_sec03_bgimg.png') center center / cover no-repeat;transform: scale(1.4); will-change: transform;}
	#section03 .center_con .center_img::after{content:''; position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); width: 100%; height: 100%; background: url('/images/main/main_sec03_img02.png')center no-repeat; background-size: cover; mix-blend-mode: screen;}
	#section03 .center_con{border-radius: 16px; border: 2px solid #28BAA6; padding: 20px 10px;}
	#section03 .center_con .info_wrap{display: flex; flex-direction: column; gap:10px; }
	#section03 .center_con .center_tit{text-align: center; top: -13px;}
	#section03 .center_con .center_tit h3{font-size: 1.125rem;}
	#section03 .center_con h3{display: inline-block; text-align: center; background: #fff; padding: 0 10px;}
	#section03 .center_con h3 span{display: inline-block; background: linear-gradient(90deg, #003B7C 0%, #28BAA6 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
	#section03 .center_con .arw_line{top: auto; bottom: -30px; font-size: 25px; transform: rotate(90deg);}
	#section03 .center_con .left_double_line{left: 20%;}
	#section03 .center_con .right_double_line{right: 20%;}
	#section03 .center_con .info_wrap p{display: none;}
	#section03 .center_con p:nth-child(1){color: #003B7C;}
	#section03 .center_con p:nth-child(3){color: #28BAA6;}
	#section03 .right_con{display: flex; flex-direction: row; gap:10px;}
	#section03 .right_con > div{border-radius:16px; padding: 15px; flex: 1;}
	#section03 .right_con > div .icon{width: 40%; margin-left: auto; margin-top: 10px; color: #fff; font-weight: 600;}
	#section03 .right_con > div .icon img{width: 100%;}
	#section03 .right_con .topbox .icon{width:70px; height:70px;}
	#section03 .right_con .midbox .icon{width:40px; height:70px;}
	#section03 .right_con .btmbox .icon{width:40px; height:70px;}
	#section03 .right_con .topbox{background: url('/images/main/main_sec03_right04_bg.png')right no-repeat #1972D5; display: flex; flex-direction: column;  justify-content: space-between;}
	#section03 .right_con .midbox{background: url('/images/main/main_sec03_right02_bg.png')right no-repeat #22A9B8; display: flex; flex-direction: column;  justify-content: space-between;}
	#section03 .right_con .btmbox{background: url('/images/main/main_sec03_right03_bg.png')right no-repeat #006154; display: flex; flex-direction: column;  justify-content: space-between;}
	#section03 .center_con .center_img {overflow: hidden;transform: scale(1);transform-origin: center center;will-change: transform;}
	#section03 .center_con .detail_layer {position: fixed;inset: 0;display: flex;justify-content: center;align-items: center;background: radial-gradient(circle at top left, rgba(255,255,255,0.15), rgba(0,0,0,0.9));opacity: 0; z-index: 999;background: rgba(0, 0, 0, 0.50);backdrop-filter: blur(10px); height: 100vh;}
	#section03 .detail_inner {display: block; width: calc(100% - 20px);color: #1B1D28;}
	#section03 .detail_layer.mobi{position: relative; height: 100%; padding-top: 40px; opacity: 1; background: #fff;}
	#section03 .detail_layer.mobi::after{content:''; position: absolute; right: 0; top: 0; width: 80vw; height: 80vw; opacity: 0.25; background: #8CEAFF; filter: blur(100px); border-radius:50%; z-index: -1;}
	#section03 .detail_tabs{display: none;}
	#section03 .detail_tabs button{font-size: 2.5rem; color: #fff; text-align: left; opacity: .5; line-height: 1.3; font-weight: 600;}
	#section03 .detail_tabs button.active{opacity: 1;}
	#section03 .detail_panels{width: 100%; height: 100%;}
	#section03 .detail_panels .panel {display: block;padding: 40px 0;border-radius: 0;background: 0;}
	#section03 .detail_panels .panel:not(:last-child){border-bottom: 1px solid #8C91AF;}
	#section03 .detail_panels .panel h4{padding-bottom: 10px; font-size: 1.5rem; color: #1B1D28; line-height: 1.2; text-align: left;}
	#section03 .detail_panels .panel .detail_info{padding-top: 10px; border-top: none;}
	#section03 .detail_panels .panel .detail_info img{width: 100%; aspect-ratio:2.68 / 1; object-fit:cover; border-radius:16px;}
	#section03 .detail_panels .panel .detail_info p{padding-top: 10px; font-size: 0.875rem; word-break:keep-all; line-height: 1.4;}
	#section03 .detail_panels .panel.active {display: block; min-height:auto;}
}



/* ==sub== */
#sub_contents{padding-block:100px;}

.loading_wrap{text-align: center;}
.loading_wrap .global{position:relative;width: 300px; height: 300px; background: var(--Linear, linear-gradient(90deg, #1972D5 0%, #28BAA6 100%)); border-radius:50%; margin: 0 auto; overflow:hidden; border:none;}
.loading_wrap h2{padding-top: 40px; font-size: 4rem; font-weight: 400;}
.loading_wrap p{padding-top: 40px; font-size: 1.5rem; color: #28BAA6; line-height: 1.4;}


/* 일반게시판_list */
.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.basic_bd02 .search_box .total p{color: #000; font-size: 18px;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: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 192px);}
.basic_bd02 .search_box .input_wrap input{width: 100%; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}
.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: 65px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 30px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 15px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 95px);margin-left: 30px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 15px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 23px;line-height: 21px;border: 1px solid #eee;padding: 0 10px;font-size: 13px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 20px; 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: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;}

/* 일반게시판_view */
.basic_bd01_view .tit_box{padding-bottom: 50px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 24px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 36px; margin: 20px 0px 30px	; font-weight: 700;color: #000;}
.basic_bd01_view .tit_box span{font-size: 18px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 80px 20px;}
.basic_bd01_view .view_box img{margin-bottom: 80px;}
.basic_bd01_view .view_box p{font-size: 16px; color: #000;}
.basic_bd01_view .file_box{padding: 22px 35px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:10px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;gap:20px 10px; width: 49%;}
.basic_bd01_view .file_box ul li em{display: block;width: 15px;}
.basic_bd01_view .file_box ul li a{font-size: 15px; 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{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: 72px; height: 72px; border:1px solid var(--bg01); border-radius:10px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.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 {display: flex; gap: 60px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 49%;}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {font-size: 14px; padding-top: 14px; margin-top: 14px;}
.gallery_bd02 .con ul.img_li {gap: 30px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 16px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.gallery_bd02 .search_box .total p{color: #000; font-size: 18px;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: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 192px);}
.gallery_bd02 .search_box .input_wrap input{width: 100%; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}

}