/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }


@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/font/Pretendard-ExtraBold.woff2') format('woff2');
}


/* Common **********************************************************************/ 
html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1; font-family: 'Pretendard'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle;}
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}


/*로그인스킨*/
#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: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; 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:47.27%;}
.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%;}


/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

.center{text-align:center;}
.tab_img{display: none;}
.mob_img{display: none;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden; line-height: 1;}
.inner{width: calc(100% - 100px); margin: 0 auto; max-width:1200px;}

#mo_pop{width: 100%;}

.nav_btn{display: none;}
.navigation{display: none;}


/* main 공통 */
.main_tit{display: flex; justify-content: space-between; align-items: flex-end;}
.main_tit h4{font-size: 36px; color: #222;}
.main_tit a{font-size: 16px; color: #666; font-weight: 700;}
.main_tit a i{color: var(--co01);}
.ri-add-line:before{font-weight: 700;}

/* quick */
.quick_wrap{position:fixed; right:40px; bottom:50px; z-index:4500; width:120px; height:120px; background:#003964; border-radius:999px; transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
.quick_wrap a{display:flex; flex-direction:column; justify-content: center; align-items: center; gap:10px; width:100%; height:100%;}
.quick_wrap img{width:50px;}
.quick_wrap span{font-size:18px; font-weight:700; color:#fff;}
.quick_wrap:hover{bottom:55px; box-shadow:0 20px 20px rgba(0, 0, 0, 0.2);}

/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; z-index: 1000;background: rgba(0, 0, 0, 0.05);}
#header.on.sub_header{}
#header .inner{width: calc(100% - 100px); max-width:1720px; display: flex; justify-content: space-between; align-items: center;}
#header .inner .left{display: flex; gap:60px; align-items: center;}
#header h1 a{display: block; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 308px; height: 50px; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
#header.on{background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.10);}
#header .h_right{display: flex; gap:30px; align-items: center;}
#header .login_wrap{display: flex; gap:40px;}
#header .login_wrap li{position: relative;}
#header .login_wrap li:not(:last-child)::after{content:''; position: absolute; right: -20px; top: 50%; transform:translateY(-50%); width: 1px; height: 70%; background: rgb(0,0,0,.5);}
#header .login_wrap li a{font-size: 20px; color: #222; white-space:nowrap; font-weight: 600;}
#header .h_right .donate_link{display: flex; align-items: center; gap:10px; width: 140px; padding: 8px 15px; font-size: 20px; color: #fff; background: var(--co01); border-radius:30px; font-weight: 600;}
#header .icon_wrap{display: flex; gap:15px;}
#header .icon_wrap li{width: 50px; height: 50px; background: rgba(255, 255, 255, 0.50); border-radius:50px; line-height: 50px;}
#header .icon_wrap li a{display: flex; align-items: center; justify-content: center;	    height: 50px;}
#header.on .icon_wrap li {background: #f5f5f5;}

@media screen and (max-width:1400px) {
	#header h1 a{width: 260px; height: 42px;}
}

/* gnb */
#header .gnb{display: flex;}
#header .gnb > li > a{display: block; padding: 36px 60px; font-size: 24px; color: #222;  font-weight: 600; white-space:nowrap;}
#header.on .gnb > li{text-align: center; border-left:1px solid transparent; border-right:1px solid transparent;}
#header.on .gnb > li >a{color: #222;}
#header.on .gnb > li.on > a{color: var(--co01);}
#header .gnb > li{position: relative;}
#header .gnb > li::after{content:'';position: absolute; left: 50%; bottom: 4px; transform:translateX(-50%); width: 0%; height: 2px; background: var(--co01); transition:.3s; z-index: 100;}
#header .gnb > li.on::after{width: 101%;}
.gnb-wrap .gnbBg{overflow:hidden; position:absolute; left:0; top: 90px; width:100%; height:0; background: rgba(255, 255, 255, 0.50); z-index:98;opacity:0;transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out; border-bottom: 1px solid rgba(255, 255, 255, 1); backdrop-filter: blur(5px);}
.gnb-wrap .gnbBg:after{position:absolute; width:100%; left:0; height:1px; content:"";}
.gnb-wrap.on .gnbBg{height:310px; opacity:1.0; filter:Alpha(opacity=100);}
.gnb-wrap .gnb .gnb-2dep{position:absolute; top:90px; left:0px; z-index:99;width:100%; text-align:left; opacity:0;filter:Alpha(opacity=0);height:0;transition: all 0.2s 0s;transition-delay: 0s;visibility:hidden;}
.gnb-wrap .gnb .gnb-2dep > ul{padding-block:30px;}
.gnb-wrap .gnb .gnb-2dep > ul > li{text-align: center;}
.gnb-wrap .gnb .gnb-2dep > ul > li:not(:last-child){margin-bottom: 40px;}
.gnb-wrap .gnb .gnb-2dep > ul > li > a{font-size: 18px; color: #222; transition:.3s ease-in-out; font-weight: 500;}
.gnb-wrap .gnb .gnb-2dep > ul > li > a:hover{font-weight: 500;}
.gnb-wrap .gnb.on > li .gnb-2dep{height:34rem; opacity:1.0;visibility:visible;transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;}



/* visual */
#visual_wrap{position: relative;}
#visual_wrap .txt_wrap{position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; color: #222;} 
#visual_wrap .txt_wrap h2{font-size: 24px; padding-bottom: 60px;}
#visual_wrap .txt_wrap .big_txt{display: block; font-size: 64px; line-height: 1.2; padding-bottom: 30px;}
#visual_wrap .txt_wrap .big_txt span{display: block;}
#visual_wrap .txt_wrap p{font-size: 20px; line-height: 1.4;}
#visual_wrap .txt_wrap p em{font-weight: 600;}
#visual_wrap .txt_wrap h2, #visual_wrap .txt_wrap strong, #visual_wrap .txt_wrap p {opacity: 0;transform: translateY(50px);transition: all 0.6s 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 .big_txt {opacity: 1;transform: translateY(0);transition-delay: 0.4s;}
#visual_wrap .swiper-slide-active .txt_wrap p {opacity: 1;transform: translateY(0);transition-delay: 0.6s;}
#visual_wrap .swiper-button-prev, #visual_wrap .swiper-button-next{color: transparent; margin-top: 0;}
#visual_wrap .swiper-button-prev{background: url('/images/main/main_visual_prev.png')center no-repeat; background-size:cover; width: 30px; height: 50px; left: 100px;}
#visual_wrap .swiper-button-next{background: url('/images/main/main_visual_next.png')center no-repeat; background-size:cover; width: 30px; height: 50px; right: 100px;}



.main_top_wrap{padding-block:100px; background: url('/images/main/main_sec01_bg.png')right bottom no-repeat;}
.main_top_wrap h3{font-size: 45px; color: #222;}
.news_wrap h3{text-align: center;}
.news_wrap .swiper{padding:15px 25px;}
.news_wrap .swiper-button-prev, .news_wrap .swiper-button-next{margin-top: 0; top: 40%; transform:translateY(-50%); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20); border-radius:50%;}
.news_wrap .swiper-button-prev{background: url('/images/main/main_slide01_prev.png')center no-repeat; width: 40px; height: 40px; color: transparent; left: 5px;}
.news_wrap .swiper-button-next{background: url('/images/main/main_slide01_next.png')center no-repeat; width: 40px; height: 40px; color: transparent; right: 5px;}
.news_wrap .swiper .swiper-slide img{width: 100%; aspect-ratio:1; object-fit:cover; border-radius:20px; transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
.news_wrap .swiper .swiper-slide p{font-size: 20px; color: #222; line-height: 1.4; font-weight: 600; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; margin-top: 15px;}
.news_wrap .swiper .swiper-slide:hover img{transform: scale(1.1); box-shadow:0 20px 20px rgba(0, 0, 0, 0.2);}

/* sec01 */
#sec01{margin-top: 40px;}
#sec01 .sec01_con{padding-block:15px; border-bottom: 1px solid rgba(0, 0, 0, 0.10);}


/* sec02 */
#sec02{padding-top: 30px;}
#sec02 .sec02_con{padding-top:15px;}
.sponsor_wrap{margin-top: 100px;}
.sponsor_wrap .sponsor_list{display: flex; gap:30px; margin-top: 40px;}
.sponsor_wrap .sponsor_list li{position: relative; overflow: hidden; border-radius: 20px; transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
.sponsor_wrap .sponsor_list li img{width: 100%; transition:.3s; border-radius:20px;}
.sponsor_wrap .sponsor_list li img:hover{transform:scale(1.05); transition:.3s;}
.sponsor_wrap .sponsor_list li p{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); font-size: 28px; color: #fff;}
.sponsor_wrap .sponsor_list li:hover{transform: scale(1.1); box-shadow:0 20px 20px rgba(0, 0, 0, 0.2);}

/* sec03 */
#sec03{padding-block:80px; background: url('/images/main/main_sec04_bg.png')center no-repeat; background-size:cover; background-attachment: fixed;}
#sec03 .txt_box{display: flex; flex-direction: column; align-items: center; gap:30px; color: #fff; text-align: center;}
#sec03 .txt_box span{display: block;}
#sec03 .txt_box strong{font-size: 28px; line-height: 1.5;}
#sec03 .txt_box p{font-size: 20px; line-height: 1.4;}


/* sec04 */
#sec04{padding-block:100px;}
#sec04 .inner{display: flex; justify-content: space-between; gap:30px;}
#sec04 .main_tit{padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.10);}
#sec04 .notice_wrap{width: 62.5%;}
#sec04 .campaign_wrap{width: 35%;}
#sec04 .tab_wrap{display: flex; align-items: flex-end; gap:20px;}
#sec04 .tab_wrap .tab_list{display: flex; gap:20px;}
#sec04 .tab_wrap .tab_list li a{display: block; font-size: 18px; color: rgb(2,2,2,.2); font-weight:400; line-height: 1.4; transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
#sec04 .tab_wrap .tab_list li:hover a{color: var(--co01); font-weight:700;}
#sec04 .tab_wrap .tab_list li.on a{color: var(--co01); border-bottom: 2px solid var(--co01); font-weight:700;}
#sec04 .tab_con_wrap{padding-top: 20px;}
#sec04 .notice_list{display: flex; gap:18px;}
#sec04 .notice_list {display: none;opacity: 0;transition: opacity 0.3s ease;}
#sec04 .notice_list.active {display: flex;opacity: 1;}
#sec04 .notice_list li{flex: 1; border-radius: 10px; border: 1px solid rgba(0, 0, 0, 0.10); transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
#sec04 .notice_list li a{display: flex; flex-direction: column; align-items: flex-start; gap:25px; padding: 20px;}
#sec04 .notice_list li a span{font-size: 16px; color: #fff; background: var(--co01); border-radius:5px; padding: 5px 12px;}
#sec04 .notice_list li a .tit{font-size: 18px; color: #222; line-height: 1.6; height: 85px; display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#sec04 .notice_list li a .date{font-size: 16px; color: #666; margin-top: 20px;}

#sec04 .notice_list li:hover{background: var(--co01); box-shadow:0 20px 20px rgba(0, 0, 0, 0.2);}
#sec04 .notice_list li:hover a span{color: var(--co01); background: #fff;}
#sec04 .notice_list li:hover a .tit{color: #fff;}
#sec04 .notice_list li:hover a .date{color: #fff;}

#sec04 .camSlide .swiper-slide img{width: 100%; aspect-ratio:2 / 1; object-fit:cover; border-radius:30px;}
#sec04 .camSlide .swiper-slide p{margin-top: 10px; font-size: 18px; color: #222; font-weight: 600; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#sec04 .camSlide .btn_wrap{position: absolute; top: 10px; right: 10px; display: flex; gap:10px;}
#sec04 .camSlide .swiper-button-prev, #sec04 .camSlide .swiper-button-next{position: unset; margin-top: 0; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20); border-radius:50%;}
#sec04 .camSlide .swiper-button-prev{background: url('/images/main/main_slide02_prev.png')center no-repeat; width: 40px; height: 40px; color: transparent;}
#sec04 .camSlide .swiper-button-next{background: url('/images/main/main_slide02_next.png')center no-repeat; width: 40px; height: 40px; color: transparent;}


/* rolling */
#rolling {margin-bottom: 20px;}
#rolling .swiper-wrapper {transition-timing-function: linear; display: flex; align-items: center;}
#rolling .logoSwiper .swiper-slide img{width: 175px; height:70px; object-fit:contain; filter: grayscale(100%); transition: filter 0.3s ease;}
#rolling .logoSwiper .swiper-slide img:hover{filter: grayscale(0%);}


/* footer */
#footer{background: #1F1F1F;}
#footer .inner{padding-block:30px; display: flex; justify-content: space-between; align-items: center;}
#footer .footer_top{border-bottom: 1px solid rgb(255,255,255,.1);}
#footer .terms_list{display: flex; gap:40px;}
#footer .terms_list li:not(:last-child) a::after{content:''; position: absolute; right: -20px; top: 50%; transform:translateY(-50%); width: 1px; height: 50%; background: rgb(255,255,255,.1);}
#footer .terms_list li a{position: relative; font-size: 16px; color: #999;}
#footer .terms_list li.person a{color: #fff;}
#footer .info_wrap{font-size: 16px; color: #999;}
#footer .info_wrap ul li{display: flex; gap:20px;}
#footer .info_wrap ul li p{position: relative;}
#footer .info_wrap ul li p:not(:last-child)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 1px; height: 60%; background: rgb(255,255,255,.1);}
#footer .info_wrap ul li:not(:first-child){margin-top: 10px;}
#footer .info_wrap .copy{margin-top: 30px;}
#footer .site_wrap {position: relative;display: inline-block;}
#footer .site_box {padding: 12px 20px;background-color: #333;color: white;border: none;border-radius: 8px;cursor: pointer;font-size: 15px;}
#footer .site_list {position: absolute; bottom:55px; left: 0; right: 0; background: rgba(31, 31, 31, 0.75); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); border-radius: 10px; display: none; z-index: 100; padding:7px 7px 7px 0px; backdrop-filter: blur(5px);}
#footer .site_list ul{overflow-y: auto; max-height: 220px;}
#footer .site_list li a {display: block;padding:12px 12px;color: #fff;}
#footer .site_list li a:hover{font-weight: 600;}
#footer .site_wrap.active .site_list {display: block;}
#footer .site_list ul::-webkit-scrollbar{width:6px;}
#footer .site_list ul::-webkit-scrollbar-track{background: rgba(255, 255, 255, 0.2);}
#footer .site_list ul::-webkit-scrollbar-thumb{background: rgba(255, 255, 255, 1); border-radius: 10px;transition: background 0.3s ease;}


/* ===sub======================================= */
#header.sub_header{background: #fff;}
#header.on.sub_header{background: #fff;}
#header.sub_header .icon_wrap li {background: #f5f5f5;}
#header.on.sub_header .icon_wrap li {background: #f5f5f5;}

.sub_visual_wrap{position: relative;} 
.sub_visual_wrap::before{position: absolute; content:'';width: 100%; height: 100%; top:0 ; left:0;      background: rgba(0, 0, 0, .2);}
.sub_visual_wrap .txt_wrap{position: absolute; top:calc(50% - 90px); width: 100%; transform:translateY(50%);}
.sub_visual_wrap .txt_wrap h2{font-size:60px; color: #fff; font-weight: 700; margin-bottom: 40px;}
.sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; gap:60px;}
.sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 18px; color: #fff; font-weight: 300;}
.sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{content:'';position: absolute; left: -30px; top: 50%; transform:translateY(-50%); width: 8px; height: 14px; background: url('/images/sub/sub_nav_arw.png'); background-size:cover;}


#sub_contents{padding-block:100px 180px;}
#sub_contents.inner_none > .inner{width: 100%; max-width:100%;}
#sub_contents.inner_none{padding-bottom: 0;}

/* cate_box */
.cate_box {border: 1px solid #ddd; border-radius: 30px; overflow: hidden; display: flex; justify-content: center; width: 100%; height:60px; background: #fff;}
.cate_box ul {display: flex;align-items: center; justify-content: center;width: 100%;}
.cate_box li {position: relative; flex:1; height:100%;}
.cate_box li + li::before {content: "";position: absolute;top: 50%;left: 0;width: 1px;height: 16px;background: #ddd;transform: translateY(-50%);}
.cate_box li a {display:flex; font-size: 20px;color: #999; height:100%; transition: all 0.3s ease; text-align: center; justify-content: center; align-items: center;}
.cate_box li.on a {background: #003866; color: #fff;border-radius: 30px;}

.sub_tit_wrap{position: relative; text-align: center; padding-bottom: 20px;}
.sub_tit_wrap span{display: block; font-size: 13px; color: var(--co01); font-weight: 600; margin-bottom: 5px;}
.sub_tit_wrap h3{font-size: 35px; color: #000;}
.sub_tit_wrap::after{content:''; position: absolute; bottom: 0; left: 50%; transform:translateX(-50%); width: 30px; height: 3px; background: var(--co01);}
h3.sub_h3{font-size: 35px; color: #000;}
h3.sub_tit02{position: relative; padding-left: 45px; font-size: 24px; color: #000;}
h3.sub_tit02::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); border-radius:50%; background: linear-gradient(to right, #003964, #4178FF); border-radius:50%; width: 30px; height: 30px;}
h3.sub_tit02::after{content:'';position:absolute;left:8px; top:50%;transform:translateY(-50%);width:15px; height:15px;border-radius:50%;background:#fff;}
.bbs_tab_list{display: flex; justify-content: center; gap:50px; margin-block: 50px;}
.bbs_tab_list li a{display: block; font-size: 20px; color: #999; font-weight: 600; line-height: 1.8;}
.bbs_tab_list li.on a{color: var(--co01); border-bottom: 2px solid var(--co01);}


/* sub0101 */
.sub0101_wrap .sec01{padding-top: 60px; display: flex; gap:100px; justify-content: space-between;}
.sub0101_wrap .txt_box{display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding-block:30px; color: #000;}
.sub0101_wrap .txt_box strong{font-size: 24px; line-height: 1.4;}
.sub0101_wrap .txt_box strong span{display: block;}
.sub0101_wrap .txt_box p{font-size: 18px; line-height: 1.6;}
.sub0101_wrap .position{display: flex; align-items: center; justify-content: flex-end; gap:22px; font-size: 18px; color: #000;}


/* sub0102 */
.sub0102_wrap .sec:not(:first-child){margin-top: 80px;}
.sub0102_wrap .con{margin-top: 30px;}
.sub0102_wrap .sec01 .con{background: #F7F9FA; border-radius:20px; padding-block:30px;}
.sub0102_wrap .sec01 .con p{font-size: 18px; color: #222; line-height: 2; text-align: center;}
.sub0102_wrap .sec01 .con p span{display: block;}
.sub0102_wrap .sec02 ul{display: flex; justify-content: space-between;}
.sub0102_wrap .sec02 ul li{flex:1; display: flex; flex-direction: column; align-items: center; gap:35px;}
.sub0102_wrap .sec02 ul li .top_tit{font-size: 18px; color: #000;}
.sub0102_wrap .sec02 ul li .top_tit strong{font-size: 24px; color: var(--co01);}
.sub0102_wrap .sec02 ul li p{font-size: 18px; color: #222; text-align: center; line-height: 1.6;}
.sub0102_wrap .sec02 ul li p span{display: block;}
.sub0102_wrap .sec03 ul{display: flex; justify-content: space-between; gap:50px;}
.sub0102_wrap .sec03 ul li{flex:1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:50px; border-radius: 20px; background: #F7F9FA; aspect-ratio:1.016 / 1;}
.sub0102_wrap .sec03 ul li p{font-size: 20px; color: var(--co01); font-weight: 600; line-height: 2; text-align: center;} 
.sub0102_wrap .sec03 ul li p span{display: block;}


/* sub0103 */
.sub0103_wrap .sec:not(:first-child){margin-top: 80px;}
.sub0103_wrap .history_wrap{display: flex; justify-content: space-between; width: calc(100% - 140px); margin: 0 auto;}
.sub0103_wrap .history_wrap .year_wrap{display: flex; gap:45px;}
.sub0103_wrap .history_wrap .year_wrap .btn_wrap{display: flex; flex-direction: column; gap:40px;}
.sub0103_wrap .history_wrap .year_wrap .btn_wrap button{width: 50px; height: 50px;}
.sub0103_wrap .history_wrap .year_wrap .btn_wrap button.up_btn{background: url('/images/sub/sub0103_top_icon.png')center no-repeat; background-size:cover;}
.sub0103_wrap .history_wrap .year_wrap .btn_wrap button.down_btn{background: url('/images/sub/sub0103_btm_icon.png')center no-repeat; background-size:cover;}
.sub0103_wrap .history_wrap .year_box strong.active{font-size: 50px; color: var(--co01);}
.sub0103_wrap .history_wrap .year_box .before_list{display: flex; flex-direction: column; margin-top: 30px;}
.sub0103_wrap .history_wrap .year_box .before_list strong{font-size: 36px;}
.sub0103_wrap .history_wrap .year_box .before_list strong a{color: #ccc; line-height: 1.4;}
.sub0103_wrap .history_wrap .tab_container{width: calc(100% - 300px);}
.sub0103_wrap .history_wrap .tab_container ul{position: relative;}
.sub0103_wrap .history_wrap .tab_container ul::before{content:''; position: absolute; left: 0; top: 15px; width:	2px; height: 95%; background: #E9E9E9;}
.sub0103_wrap .history_wrap .tab_container ul li::before{content:''; position: absolute; left: -9px; top: 2px; width:20px; height: 20px; background: #E9E9E9; border-radius:50%;}
.sub0103_wrap .history_wrap .tab_container ul li{position: relative; display: flex; align-items: flex-start; gap: 40px; padding-left: 35px;}
.sub0103_wrap .history_wrap .tab_container ul li:not(:first-child){margin-top: 30px;}
.sub0103_wrap .history_wrap .tab_container ul li em{font-size: 24px; color: #222; font-weight: 600; white-space:nowrap;}
.sub0103_wrap .history_wrap .tab_container ul li p{font-size: 18px; color: #444; line-height: 1.4;}
.sub0103_wrap .history_wrap .tab_container .mon_con p:not(:first-child){margin-top: 10px;}
.sub0103_wrap .history_wrap .tab_container .mon_con .img_wrap{margin-top: 10px; display: flex; gap:20px;}
.sub0103_wrap .history_wrap .tab_container .mon_con .img_wrap img{width: 100%; aspect-ratio:1.796 / 1; object-fit:cover;}


/* sub0104 */
.sub0104_wrap .sec:not(:first-child){margin-top: 80px;}
.sub0104_wrap .sec02 h3{text-align: center;}
.sub0104_wrap .sec02 .cetner_wrap{display: flex; flex-wrap: wrap; gap:40px; margin-top: 50px;}
.sub0104_wrap .sec02 .center_item{width: 48%;}
.sub0104_wrap .sec02 .center_item .center_top{background: var(--co01); border-radius: 20px 20px 0 0; display: flex; align-items: center; gap:20px; padding: 15px 20px; color: #fff;}
.sub0104_wrap .sec02 .center_item .center_top h4{font-size: 20px;}
.sub0104_wrap .sec02 .center_item .center_top p{font-size: 16px;}
.sub0104_wrap .sec02 .center_item .center_btm{padding: 30px; border-radius: 0 0 20px 20px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);}
.sub0104_wrap .sec02 .center_item .logo_box{display: block; text-align: center; margin-top: 20px;}
.sub0104_wrap .sec02 .center_item .info_list{margin-top: 50px;}
.sub0104_wrap .sec02 .center_item .info_list li:not(:first-child){margin-top: 20px;}
.sub0104_wrap .sec02 .center_item .info_list dl{display: flex; align-items: center; gap:30px;}
.sub0104_wrap .sec02 .center_item .info_list dl dd{font-size: 16px; color: #444;}


/* sub0105 */
.sub0105_wrap .root_daum_roughmap{width: 100%;}
.sub0105_wrap .root_daum_roughmap .wrap_map{height: 400px;}
.sub0105_wrap .cont{display: none;}
.sub0105_wrap .sec:not(:first-child){margin-top: 65px;}
.sub0105_wrap .sec02{display: flex; justify-content: space-between;}
.sub0105_wrap .sec02 .con{flex:1 40%;}
.sub0105_wrap .info_item{display: flex; gap:25px; margin-top: 30px;}
.sub0105_wrap .info_item .info_txt{padding-top: 20px;}
.sub0105_wrap .info_item .info_txt p{font-size: 18px; color: #444; font-weight: 600;}
.sub0105_wrap .info_item .info_txt ul{margin-top: 20px;}
.sub0105_wrap .info_item .info_txt ul li{position: relative; padding-left: 20px; font-size: 16px; color: #444; line-height: 1.4;}
.sub0105_wrap .info_item .info_txt ul li:not(:first-child){margin-top: 5px;}
.sub0105_wrap .info_item .info_txt ul li::before{content:''; position: absolute; left: 0; top: 8px; width: 4px; height: 4px; border-radius:50%; background: #444;}
.sub0105_wrap .sec02 .con02 .info_item{display: block;}
.sub0105_wrap .sec02 .con02 .info_item .info_txt{display: flex; gap:10px;}
.sub0105_wrap .sec02 .con02 .info_item .info_txt .line{display: flex; align-items: center; justify-content: center; width: 20px; flex-shrink:0; color: #fff; background: #8936E0; border-radius:50%; aspect-ratio:1;}
.sub0105_wrap .sec02 .con02 .info_item .info_txt .line.line09{background: #CEA339;}
.sub0105_wrap .sec02 .con02 .info_item .txt_wrap{margin-top: 20px;}
.sub0105_wrap .sec02 .con02 .info_item .txt_wrap p{margin-top: 5px;font-size: 16px; color: #222; line-height: 1.6; position: relative; padding-left: 30px;}
.sub0105_wrap .sec02 .con02 .info_item .txt_wrap p::before{content:''; position: absolute; left: 10px; top: 10px; width: 4px; height: 4px; border-radius:50%; background: #444;}
.sub0105_wrap .sec02 .con02 .info_item .txt_wrap p span{display: block;}

/* sub02 */	
.sub0201_wrap ul{display:grid; grid-template-columns: repeat(2, 1fr); gap:50px 40px;}
.sub0201_wrap ul li{display: flex; flex-direction: column;gap:30px;}
.sub0201_wrap ul li .img_box{position: relative;}
.sub0201_wrap ul li .img_box span{position: absolute; bottom:20px; left:20px; color: #FFF;font-size: 20px;font-weight: 700;}
.sub0201_wrap ul li p{color: #444;font-size: 18px;font-weight: 400;line-height: 140%; word-break:keep-all;}
.sub0201_wrap .link_btn{margin-top: 30px; width: 200px;height: 60px;border: 1px solid #444; border-radius: 10px;}
.sub0201_wrap .link_btn a{display: block;color: #444;text-align: center;font-size: 18px;font-weight: 700;line-height: 60px; border-radius: 10px;}
.sub0201_wrap .link_btn a:hover{background:#444; color:#fff;}
 
/* sub03 */
.sub03_wrap .sec{margin-top: 80px;}
.sub03_wrap h3.sub_h3{text-align: center;}


/* board  디자인 */
.board_container{display: grid; grid-template-columns: repeat(4, 1fr); gap:40px 20px;}
.board_item .img_box img{width: 100%; aspect-ratio:1; object-fit:cover; border-radius:15px;}
.board_item p{font-size: 16px; color: #222; margin-top: 20px; font-weight: 600;}
.board_item span{display: block; font-size: 14px; color: #aaa; margin-top: 20px;}
#DivContents{display: flex; flex-direction: column; justify-content: space-between;}
#DivContents .link_btn{margin-top: 30px; width:100%;}
#DivContents .link_btn a{display: block; width: 200px;height: 60px; margin:0 auto; border: 1px solid #444; border-radius: 10px; color: #444;text-align: center;font-size: 18px;font-weight: 700;line-height: 60px; border-radius: 10px;}
#DivContents .link_btn a:hover{background:#444; color:#fff;}


/* sub0301_new */
.sub0301_new_wrap .cate_box{width:1200px; margin:0 auto; }
.sub0301_new_wrap .sec{width:1200px; margin:0 auto; margin-top: 80px;}
.sub0301_new_wrap .sec01{display: flex; gap:50px; justify-content: center; }
.sub0301_new_wrap .sec01 h2{color: #222;text-align: center;font-size: 30px;font-weight: 600;line-height: 150%;}
.sub0301_new_wrap .sec01 .second{margin-top: 44px;}
.sub0301_new_wrap .img_box{margin-top: 80px;    margin-bottom: 100px;}
.sub0301_new_wrap .img_box img{width: 100%;}
.sub0301_new_wrap .sec02 ul{display: flex; gap:50px; margin-top: 30px;}
.sub0301_new_wrap .sec02 ul li{flex:1;	}
.sub0301_new_wrap .sec02 ul li .icon_wrap{display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 360px; padding: 75px 60px; background: #F7F9FA; border-radius: 20px;}
.sub0301_new_wrap .sec02 ul li p{font-size: 20px; color: #222; text-align: center; line-height: 1.6;}
.sub0301_new_wrap .sec02 ul li p span{display: block;}
.sub0301_new_wrap .sec02 ul li span.small{font-size: 16px; color: #222;}
.sub0301_new_wrap .sec02 ul li a{display: flex; align-items: center; justify-content: center; gap:10px; width: 100%; padding-block:10px; margin-top: 10px; background: #003964; border-radius:30px; text-align: center;}
.sub0301_new_wrap .sec02 ul li a span{font-size: 18px; color: #fff; transition:.3s;}
.sub0301_new_wrap .sec02 ul li a:hover img{transform:scale(1.05); transition:.3s;}
.sub0301_new_wrap .sec02 ul li a:hover span{font-weight: 600; transition:.3s;}
.sub0301_new_wrap .sec03{margin-top: 140px; background:url(/images/sub/sub0301_sec03_img.png) no-repeat; background-size:cover; width: 100%; padding-block:100px;}
.sub0301_new_wrap .sec03 .con{width: 1200px; margin:0 auto;}
.sub0301_new_wrap .sec03 .con h3{color: #FFF;font-size: 35px;font-weight: 700;}
.sub0301_new_wrap .sec03 .con h3 em{font-weight: 400;}
.sub0301_new_wrap .sec03 ul{margin-top: 50px;display: flex; gap:50px;}
.sub0301_new_wrap .sec03 ul li{flex:1; padding-block:50px; display: flex; flex-direction: column; align-items: center; gap:20px;border-radius: 20px;background: rgba(255, 255, 255, 0.80);backdrop-filter: blur(7.5px);} 
.sub0301_new_wrap .sec03 ul li p{font-size: 24px; color: var(--co01); text-align: center; font-weight: 600; line-height: 1.4;}
.sub0301_new_wrap .sec03 ul li p span{display: block;}
.sub0301_new_wrap .sec04{display: flex; justify-content: space-between; gap:65px;}
.sub0301_new_wrap .sec04 h3{color: #000;font-size: 35px;font-weight: 700;line-height: 150%;}
.sub0301_new_wrap .sec04 h3 em{display: block;font-weight: 400;}
.sub0301_new_wrap .sec04 ul {gap:20px; margin-top: 0; display: flex; }
.sub0301_new_wrap .sec04 ul li {flex:1;	width: 280px;height: 376px; border-radius: 20px;background: #F7F9FA; display: flex; flex-direction: column; align-items: center;padding: 40px 30px;}
.sub0301_new_wrap .sec04 ul li span.sub_tit{display: block; color: #003964;text-align: center;font-size: 24px;font-weight: 700;margin-top: 40px; }
.sub0301_new_wrap .sec04 ul li p{margin-top: 15px;font-size: 18px; color: #222; text-align: center; line-height: 1.4; font-weight: 500; word-break:keep-all;}
.sub0301_new_wrap .sec04 ul li p span.small{font-size: 16px; display: block; font-weight: 400;}
.sub0301_new_wrap .sec05{margin-block: 100px 180px;}
.sub0301_new_wrap .sec05 h3{color: #000;font-size: 35px;font-weight: 700;text-align: center;}
.sub0301_new_wrap .sec05 ul.faq01 {margin-top: 30px;border-top: 2px solid #003964; display: flex;flex-direction: column; gap:0;}
.sub0301_new_wrap .sec05 ul.faq01 li .q_box{position: relative;transition:.3s;display: flex;padding: 0 80px 0 30px;gap:15px;align-items:center;height: 104px;font-size: 20px;color: #222;font-weight: 700;border-bottom: 1px solid #ddd;}
.sub0301_new_wrap .sec05 ul.faq01 li .q_box span{width: 50px;height: 50px; background:#C5D5EA; border-radius:50px; line-height: 50px;color: #003964;text-align: center;font-size: 26px;font-weight: 500;}
.sub0301_new_wrap .sec05 ul.faq01 li .q_box.on{color: #003964;}
.sub0301_new_wrap .sec05 ul.faq01 li .q_box:after{content:'';position: absolute;right: 30px;top: 50%;transform:translateY(-50%);width: 14px;height: 8px;background:url(/images/sub/faq_bd01_ico05.png)center no-repeat;background-size:cover ;}
.sub0301_new_wrap .sec05 ul.faq01 li .q_box.on:after{background:url(/images/sub/faq_bd01_ico02.png)center no-repeat;background-size:cover ;}
.sub0301_new_wrap .sec05 ul.faq01 li .a_box{display: none;}
.sub0301_new_wrap .sec05 ul.faq01 li .a_box .box{display: flex;padding: 40px 30px;background:#F9F9F9;align-items:flex-start;gap:15px;}
.sub0301_new_wrap .sec05 ul.faq01 li .a_box span{width: 50px;height: 50px;background:#003964; border-radius:50px; line-height: 50px;color: #fff;text-align: center;font-size: 26px;font-weight: 500;}
.sub0301_new_wrap .sec05 ul.faq01 li .a_box p{font-size: 18px;color: #222;margin-bottom: 25px;line-height: 130%;}
.sub0301_new_wrap .sec05 ul.faq01 li .a_box .txt_wrap{width: calc(100% - 65px);}

.sub0301_new_wrap .sec06 ul{display: flex; gap:40px; margin-top: 30px;}
.sub0301_new_wrap .sec06 ul li{flex: 1; padding:40px 20px; border-radius: 20px;background: #F7F9FA; height:342px; display: flex;flex-direction: column; align-items: center;gap:20px;}
.sub0301_new_wrap .sec06 ul li span{display: block; padding: 10px 50px; border-radius: 50px;background: #003964; color: #FFF;text-align: center;font-size: 25px;font-weight: 700;}
.sub0301_new_wrap .sec06 ul li .txt_wrap p{color: #222; font-size: 18px;font-weight: 400;line-height:130%; word-break:keep-all;}
.sub0301_new_wrap .sec06 ul li .txt_wrap p.center {text-align: center;}
.sub0301_new_wrap .sec06 ul li .txt_wrap p.point_list{position:relative; padding-left:15px; margin-top:10px;}
.sub0301_new_wrap .sec06 ul li .txt_wrap p.point_list:before{position:absolute; content:''; background:#003964; width:6px; height:6px; border-radius:999px; left:0; top:7px;}
.sub0301_new_wrap .sec06 ul li .txt_wrap p.small{font-size: 16px; margin-top:10px;}
.sub0301_new_wrap .sec06 .box_wrap{margin-top: 30px;width: 100%; padding: 20px 40px; display: flex; gap:80px; align-items: center;border-radius: 20px;background: #F7F9FA;}
.sub0301_new_wrap .sec06 .box_wrap span{display: block; color: #FFF;text-align: center;font-size: 25px;font-weight: 700; padding: 10px 50px; border-radius: 10px;background: #003964;}
.sub0301_new_wrap .sec06 .box_wrap .info_box{display: flex;width: 70%;}
.sub0301_new_wrap .sec06 .box_wrap .info_box .box{width: 50%; display: flex; gap:20px; align-items: center;	}
.sub0301_new_wrap .sec06 .box_wrap .info_box .box h1{color: #333;font-size: 24px;font-weight: 700;line-height: 150%;}
.sub0301_new_wrap .sec07{position: relative;}
.sub0301_new_wrap .sec07 .p_box{position: absolute;right: 0;bottom: -60px; background: #FFF; width: 1200px; padding:30px 360px 30px 70px; filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));}
.sub0301_new_wrap .sec07 .p_box p{color: #222;font-size: 24px;font-weight: 600;line-height: 150%; word-break:keep-all;}
.sub0301_new_wrap .sec08{margin-top: 160px;}
.sub0301_new_wrap .sec08 ul{margin-top: 70px; display: flex; gap:20px;}
.sub0301_new_wrap .sec08 ul li .step_cir{background:#F7F9FA; border-radius:999px; width: 223px;height: 223px; display: flex; flex-direction: column; gap:10px;align-items: center; justify-content: center;}
.sub0301_new_wrap .sec08 ul li .step_cir span{color: #222;text-align: center;font-size: 18px;font-weight: 600;line-height: 135%;}
.sub0301_new_wrap .sec08 ul li:nth-child(even) .step_cir{background:#003964;}
.sub0301_new_wrap .sec08 ul li:nth-child(even) .step_cir span{color:#fff;}
.sub0301_new_wrap .sec08 ul li:nth-child(even) .step_cir img{filter:brightness(10);}
.sub0301_new_wrap .sec08 ul li .step_txt{margin-top: 30px; color: #222;text-align: center;font-size: 18px;font-weight: 400;line-height: 130%; word-break:keep-all;}
.sub0301_new_wrap .sec08 .con_btm{margin-top: 50px; border-radius: 20px;background: #F7F9FA; padding: 30px 60px;}
.sub0301_new_wrap .sec08 .con_btm strong{display: block;color: #222;text-align: center;font-size: 18px;font-weight: 700;line-height: 135%;}
.sub0301_new_wrap .sec08 .con_btm p{color: #222;text-align: center;font-size: 14px;font-weight: 400;line-height: 135%; margin-top: 10px;}
.sub0301_new_wrap .sec09{margin-top: 100px;background: url('/images/sub/sub0302_bg01.png')center no-repeat; background-size:cover; padding-block:100px; text-align: center;}
.sub0301_new_wrap .sec09 strong{font-size: 30px; color: #fff; line-height: 1.4;}
.sub0301_new_wrap .sec09 strong span{display: block;}
.sub0301_new_wrap .sec09 .link_wrap{display: flex; align-items: center; justify-content: center; gap:40px;}
.sub0301_new_wrap .sec09 .link_wrap a{margin-top: 40px; width: 280px; padding: 20px; border:1px solid #fff; border-radius:10px; font-size: 18px; color: #fff;}
.sub0301_new_wrap .sec09 .link_wrap a:hover{background:#fff; color:#444;}
.sub0301_new_wrap .sec09 .link_wrap a:hover svg {filter:contrast(0);}

/* sub0301
.sub0301_wrap .con{margin-top: 30px;}
.sub0301_wrap .sec01 .con{background: #F7F9FA; border-radius:20px; padding-block:30px;}
.sub0301_wrap .sec01 .con p{font-size: 18px; color: #222; text-align: center; line-height: 1.6;}
.sub0301_wrap .sec01 .con p span{display: block;}
.sub0301_wrap .sec ul{display: flex; gap:50px;}
.sub0301_wrap .sec ul li{flex:1;}
.sub0301_wrap .sec02 ul li .icon_wrap{display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 360px; padding: 75px 60px; background: #F7F9FA; border-radius: 20px;}
.sub0301_wrap .sec02 ul li p{font-size: 20px; color: #222; text-align: center; line-height: 1.6;}
.sub0301_wrap .sec02 ul li p span{display: block;}
.sub0301_wrap .sec02 ul li span.small{font-size: 16px; color: #222;}
.sub0301_wrap .sec02 ul li a{display: flex; align-items: center; justify-content: center; gap:10px; width: 100%; padding-block:10px; margin-top: 10px; background: #F7F9FA; border-radius:30px; text-align: center;}
.sub0301_wrap .sec02 ul li a span{font-size: 18px; color: #222; transition:.3s;}
.sub0301_wrap .sec02 ul li a:hover img{transform:scale(1.05); transition:.3s;}
.sub0301_wrap .sec02 ul li a:hover span{font-weight: 600; transition:.3s;}
.sub0301_wrap .sec03 ul li{display: flex; flex-direction: column; align-items: center; gap:20px;} 
.sub0301_wrap .sec03 ul li p{font-size: 24px; color: var(--co01); text-align: center; font-weight: 600; line-height: 1.4;}
.sub0301_wrap .sec03 ul li p span{display: block;}
.sub0301_wrap .sec04 ul li{display: flex; flex-direction: column; align-items: center; gap:20px;} 
.sub0301_wrap .sec04 ul li .sub_tit{font-size: 24px; color: var(--co01); text-align: center; font-weight: 600; line-height: 1.4;}
.sub0301_wrap .sec04 ul li p{font-size: 18px; color: #222; text-align: center; line-height: 1.4;}
.sub0301_wrap .sec04 ul li p span{display: block;}
.sub0301_wrap .sec04 ul li p span.small{font-size: 16px;} */


/* sub0302 */
/* .sub0302_wrap{width:1200px; margin:0 auto;}
.sub0302_wrap .con{margin-top: 30px;}
.sub0302_wrap .sec01 .con{background: #F7F9FA; border-radius:20px; padding-block:30px;}
.sub0302_wrap .sec01 .con p{font-size: 18px; color: #222; text-align: center; line-height: 1.6;}
.sub0302_wrap .sec01 .con p span{display: block;}
.sub0302_wrap .sec02 .donation_tbl td, .sub0302_wrap .sec02 .donation_tbl th{padding: 20px 30px; font-size: 18px; color: #222; line-height: 1.4; text-align: center; border-bottom: 1px solid #eee; border-top: 1px solid #222;}
.sub0302_wrap .sec02 .donation_tbl th{background: #F7F9FA;}
.sub0302_wrap .sec02 .donation_tbl p span{display: block;}
.sub0302_wrap .sec02 .donation_tbl span.small{font-size: 14px;}
.sub0302_wrap .sec03 ul{display: flex; flex-direction: column; gap: 50px;}
.sub0302_wrap .sec03 ul li{display: flex; gap:20px;}
.sub0302_wrap .sec03 ul li > div{background: #F7F9FA; border-radius:20px;}
.sub0302_wrap .sec03 ul li .step_left{width: 20%; flex-shrink:0; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 15px 20px;}
.sub0302_wrap .sec03 ul li .step_left span{font-size: 18px; color: #222; text-align: center; line-height: 1.3; font-weight: 600;}
.sub0302_wrap .sec03 ul li .step_right{width: 80%; display: flex; align-items: center; justify-content: center; padding: 20px;}
.sub0302_wrap .sec03 ul li .step_right p{font-size: 18px; color: #222;}
.sub0302_wrap .sec03 .con_btm{padding: 30px 60px; margin-top: 30px; background: #F7F9FA; border-radius:20px; text-align: center; color: #222;}
.sub0302_wrap .sec03 .con_btm strong{font-size: 18px; line-height: 1.4;}
.sub0302_wrap .sec03 .con_btm strong span{display: block;}
.sub0302_wrap .sec03 .con_btm p{margin-top: 10px; font-size: 14px;}
.sub0302_wrap .sec04{background: url('/images/sub/sub0302_bg01.png')center no-repeat; background-size:cover; padding-block:100px; text-align: center;}
.sub0302_wrap .sec04 strong{font-size: 30px; color: #fff; line-height: 1.4;}
.sub0302_wrap .sec04 strong span{display: block;}
.sub0302_wrap .sec04 .link_wrap{display: flex; align-items: center; justify-content: center; gap:40px;}
.sub0302_wrap .sec04 .link_wrap a{margin-top: 40px; width: 280px; padding: 20px; border:1px solid #fff; border-radius:10px; font-size: 18px; color: #fff;} */


/* sub0302 */
.sub0302_wrap .form_wrap{margin-top: 75px;}
.sub0302_wrap .form_wrap > em{display: block; text-align: right; color: #222;font-size: 18px;font-weight: 400;line-height: 135%;}
.sub0302_wrap input[type="text"], .sub0302_wrap input[type="email"], .sub0302_wrap textarea, .sub0302_wrap select{width: 100%; height: 50px; padding: 10px 15px; font-size: 16px; border-radius: 5px; background: #F9F9F9;color: #666;border:none;}
.sub0302_wrap textarea{height: 200px;}
.sub0302_wrap .form_row{display: flex;    align-items: baseline;}
.sub0302_wrap .form_row:not(:first-child){margin-top: 30px;}
.sub0302_wrap .form_row label{flex-shrink:0; width: 200px; font-size: 20px; color: #000; font-weight: 600;}
.sub0302_wrap .form_row label .required{color: #F00;}
.sub0302_wrap .add_wrap .input_btn{display: flex; gap: 20px;}
.sub0302_wrap .add_wrap{width: 100%; display: flex; flex-direction: column; gap: 15px;}
.sub0302_wrap .add_wrap .sub_address{width: 100%; margin-top: 15px;}
.sub0302_wrap .add_wrap .add_btn{flex-shrink:0; padding-inline:10px; font-size: 18px; color: var(--co01); border:1px solid var(--co01); border-radius:5px;}
.sub0302_wrap .form_row .file_wrap{width: 100%;}
.sub0302_wrap .form_row .file_wrap small{display: block; color: #666;font-size: 16px;font-weight: 400; margin-top: 10px;}
.sub0302_wrap .form_row.row100{width: 100%; gap:50px; align-items: center;}
.sub0302_wrap .form_row.row100 label{width: auto;}
.sub0302_wrap .form_row .chk_wrap{display: flex; align-items: center; gap:10px; font-size: 16px; color: #222; font-weight: 600;}
.sub0302_wrap .form_row .pop_btn{font-size: 16px; color: #444; border-bottom: 1px solid #444;}
.sub0302_wrap .form_row.btn_wrap{justify-content: center; gap:20px; margin-top: 100px;}
.sub0302_wrap .form_row.btn_wrap button{width: 280px; height: 50px; font-size: 18px; color: var(--co01); border:1px solid var(--co01); border-radius:10px;}
.sub0302_wrap .form_row.btn_wrap button.submit_btn{background: var(--co01); color: #fff;}
.sub0302_wrap .form_row .file_wrap .file_box{display: flex;}
.sub0302_wrap .form_row .file_wrap input[type="file"]{display: none;}
.sub0302_wrap .form_row .file_wrap input[type="file"] + label{width: 110px;height: 48px;line-height: 46px;border: 1px solid #e0e0e0;color: #999;font-size: 15px;border-radius: 0px 3px 3px 0px;text-align: center; cursor:pointer;}

.sub0302_wrap .pop_wrap{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.5); z-index: 9999;}
.sub0302_wrap .pop_wrap .pop_con{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 480px;background: #fff;border-radius: 20px;padding: 40px 10px 40px 30px;}
.sub0302_wrap .pop_wrap .pop_con h3{font-size: 22px;color: #222; font-weight: 500;padding-bottom: 40px;}
.sub0302_wrap .pop_wrap .pop_con .txt_wrap{overflow-y: auto;max-height: 365px; padding-right: 10px;}
.sub0302_wrap .pop_wrap .pop_con .txt_wrap ul li:not(:last-child){margin-bottom: 30px;}
.sub0302_wrap .pop_wrap .pop_con .txt_wrap ul li p{font-size: 14px; color: #003964; padding-bottom: 10px;font-weight: 700;}
.sub0302_wrap .pop_wrap .pop_con .txt_wrap ul li span{font-size: 14px; color: #858585; display: block; line-height: 1.4; }
.sub0302_wrap .pop_wrap .pop_con .x_btn{display: block;margin: 40px auto 0;width: calc(50% - 5px);height: 50px;line-height: 48px;border-radius: 25px;background: #003964;text-align: center;font-size: 16px;color: #fff;}
.sub0302_wrap .pop_wrap .pop_con .txt_wrap::-webkit-scrollbar {width: 8px;  /* 스크롤바의 너비 */}
.sub0302_wrap .pop_wrap .pop_con .txt_wrap::-webkit-scrollbar-thumb{height: 20%; /* 스크롤바의 길이 */background: #003964; /* 스크롤바의 색상 */border-radius: 10px;}
.sub0302_wrap .pop_wrap .pop_con .txt_wrap::-webkit-scrollbar-track {background: #f5f5f5;  /*스크롤바 뒷 배경 색상*/}


/* sub0303 */
.sub0303_wrap .cam_container{display: grid; grid-template-columns: repeat(3, 1fr); gap:70px 50px;}
.sub0303_wrap .cam_item .img_box{position: relative; overflow: hidden; border-radius:20px;}
.sub0303_wrap .cam_item .img_box img{width: 100%; border-radius:20px; transition:.3s; aspect-ratio: 0.965 / 1; object-fit:cover;}
.sub0303_wrap .cam_item .img_box img:hover{transform:scale(1.05); transition:.3s;}
.sub0303_wrap .cam_item .overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 59.18%, rgba(0, 0, 0, 0.50) 79.51%, #222 99.84%); z-index: 1; border-radius:20px; pointer-events: none;}
.sub0303_wrap .cam_item .c_tit{position: absolute; bottom: 0; left: 0; width: 100%; z-index: 2; font-size: 18px; color: #fff; text-align: center; padding: 30px;}
.sub0303_wrap .cam_item .link{display: flex; width: 50%; align-items: center; justify-content: center; padding-block: 10px; margin: 10px auto 0; font-size: 18px; color: var(--co01); border-radius:30px; border:1px solid var(--co01); font-weight: 600; transition:.3s;}
.sub0303_wrap .cam_item .link:hover{background: var(--co01); color: #fff; transition:.3s;}
.sub0303_wrap .cam_item.end .overlay{background: rgba(0, 0, 0, 0.50);}
.sub0303_wrap .cam_item.end .c_tit{color: #AAA;}


/* sub04 */
.sub04_wrap .sec01{margin-top: 50px;}


/* sub0403 */
.sub0403_view_wrap .tit_wrap{padding-bottom: 50px; text-align: center; border-bottom: 1px solid #ddd;}
.sub0403_view_wrap .tit_wrap h3{font-size: 30px; color: #000;}
.sub0403_view_wrap .tit_wrap p{margin-top: 35px; font-size: 18px; color: #666;}
.sub0403_view_wrap .viewSilde{max-width:700px;} 
.sub0403_view_wrap .viewSilde .swiper-slide img{display: block ; width: 80%; margin: 0 auto; aspect-ratio:1; object-fit:cover;}
.sub0403_view_wrap .viewSilde .swiper-button-prev, .sub0403_view_wrap .viewSilde .swiper-button-next{margin-top: 0;}
.sub0403_view_wrap .viewSilde .swiper-button-prev::after, .sub0403_view_wrap .viewSilde .swiper-button-next::after{content:none;}
.sub0403_view_wrap .viewSilde .swiper-button-prev{background: url('/images/sub/sub0403_view_prev.png')center no-repeat; background-size:cover; width: 50px; height: 50px;}
.sub0403_view_wrap .viewSilde .swiper-button-next{background: url('/images/sub/sub0403_view_next.png')center no-repeat; background-size:cover; width: 50px; height: 50px;}
.sub0403_view_wrap .viewSilde .swiper-pagination{position: unset; margin-top: 20px;}
.sub0403_view_wrap .viewSilde .swiper-pagination .swiper-pagination-bullet{background: #fff; border:1px solid #ddd; opacity: 1;}
.sub0403_view_wrap .viewSilde .swiper-pagination .swiper-pagination-bullet-active{width: 20px; background: var(--co01); border-radius:30px;}
.sub0403_view_wrap .content_wrap{margin-top: 140px;}
.sub0403_view_wrap .content_wrap h4{font-size: 30px; color: #222;}
.sub0403_view_wrap .content_wrap .conSilde{margin-top: 30px;}
.sub0403_view_wrap .content_wrap .conSilde img{width: 100%; aspect-ratio:1; object-fit:cover; border-radius:10px;}
.sub0403_view_wrap .content_wrap .conSilde .info_wrap{margin-top: 20px;}
.sub0403_view_wrap .content_wrap .conSilde p{font-size: 18px; color: #222; display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.sub0403_view_wrap .content_wrap .conSilde span{display: block; margin-top: 15px; font-size: 16px; color: #aaa;}
.sub0403_view_wrap .list_wrap{display: flex; justify-content: space-between; align-items: center; margin-top: 80px;}
.sub0403_view_wrap .list_wrap a{display: flex; align-items: center; gap:10px; font-size: 18px; color: #222;}
.sub0403_view_wrap .list_wrap a.all_btn{padding: 15px 30px; border:1px solid #ccc; border-radius:30px;}
.sub0403_view_wrap .view_wrap{padding-top: 50px;}
.sub0403_view_wrap .view_wrap .txt_wrap p{font-size: 18px; color: #222; line-height: 1.4; text-align: center;}
.sub0403_view_wrap .view_wrap .txt_wrap p:not(:first-child){margin-top: 30px;}

.apply_container h3{font-size: 35px; color: #000; text-align: center;}
.apply_container .form_row input[type="text"], .apply_container .form_row input[type="tel"], .apply_container .form_row select{padding: 0 20px; border-radius: 5px; background: #F9F9F9; border:none; width: 100%; height: 50px; font-size: 16px; color: #666;}
.apply_wrap{display: flex; flex-direction: column; gap:30px; margin-top: 70px;}
.apply_wrap .form_row{display: flex; align-items: center;}
.apply_wrap .form_row label{flex-shrink:0; width: 170px; font-size: 20px; color: #000; font-weight: 600;}
.apply_wrap .form_row label .req{color: red;}
.apply_wrap .form_row .field{width: 100%;}
.apply_wrap .form_row #fileInput{display: none;}
.apply_wrap .file_wrap{display: flex; gap:20px;}
.apply_wrap .file_wrap .file_btn{height: 50px; padding-inline:25px; flex-shrink: 0; font-size: 16px; color: var(--co01); border:1px solid var(--co01); border-radius:5px;}
.apply_wrap .file_wrap .file_name{display: flex; align-items: center; width: 100%; padding: 0 20px; border-radius: 5px; background: #F9F9F9; font-size: 16px; color: #666;}
.apply_wrap .form_row small{display: block; padding-top: 10px; font-size: 14px; color: #666;}
.apply_wrap .btn_wrap{display: flex; justify-content: center; gap:20px; margin-top: 100px;}
.apply_wrap .btn_wrap button{width: 160px; height: 50px; font-size: 18px; color: var(--co01); border-radius:10px; border:1px solid var(--co01);}
.apply_wrap .btn_wrap button.app_btn{background: var(--co01); color: #fff;}
.apply_container .complete_box{max-width:700px; margin: 0 auto; padding-block:50px; display: flex; flex-direction: column; align-items: center; gap:50px; border-radius: 15px; background: #FFF; box-shadow: 0 0 13.2px -1px rgba(0, 0, 0, 0.25);}
.apply_container .complete_box .num_box{font-size: 24px; color: #222; font-weight: 600;}
.apply_container .complete_box .btn_wrap{display: flex; gap:25px;}
.apply_container .complete_box .btn_wrap a{width: 240px; padding-block:15px; font-size: 24px; color: var(--co01); border:1px solid var(--co01); border-radius:10px; text-align: center; font-weight: 600;}
.apply_container .complete_box .btn_wrap a.com_btn{background: var(--co01); color: #fff;}
.apply_container .check_wrap{max-width:600px; width: 100%;}
.apply_container .check_wrap .form_row{width: 100%;}
.apply_container .check_wrap .form_row:not(:first-child){margin-top: 20px;}
.apply_container .check_wrap .form_row label{display: block; margin-bottom: 10px; font-size: 18px; color: #222; font-weight: 500;}
.check_container .complete_box{max-width:800px;}
.check_container .tit_wrap p{margin-top: 30px; font-size: 20px; color: #444; text-align: center;}
.check_container .tit_wrap p span{color: var(--co01);}
.check_container .btn_wrap{max-width:600px; width: 100%;}
.check_container .btn_wrap button{width: 48%; padding-block:15px; font-size: 18px; color: var(--co01); border:1px solid var(--co01); border-radius:10px; font-weight: 600;}
.check_container .btn_wrap button:nth-child(2){background: var(--co01); color: #fff;}


/* sub0405 */
.sub0405_wrap .sec:not(:first-child){margin-top: 80px;}
.sub0405_wrap .sec01 h3{text-align: center;}
.sub0405_wrap .chart_wrap{display: flex; justify-content: space-between; width: calc(100% - 140px); margin:45px auto 0;}
.sub0405_wrap .chart_wrap .year_wrap{display: flex; justify-content: flex-end; gap:45px; width: 225px;}
.sub0405_wrap .chart_wrap .year_wrap .btn_wrap{display: flex; flex-direction: column; gap:40px;}
.sub0405_wrap .chart_wrap .year_wrap .btn_wrap button{width: 50px; height: 50px;}
.sub0405_wrap .chart_wrap .year_wrap .btn_wrap button.up_btn{background: url('/images/sub/sub0103_top_icon.png')center no-repeat; background-size:cover;}
.sub0405_wrap .chart_wrap .year_wrap .btn_wrap button.down_btn{background: url('/images/sub/sub0103_btm_icon.png')center no-repeat; background-size:cover;}
.sub0405_wrap .chart_wrap .year_box strong.active{font-size: 50px; color: var(--co01);}
.sub0405_wrap .chart_wrap .year_box .before_list{display: flex; flex-direction: column; margin-top: 30px;}
.sub0405_wrap .chart_wrap .year_box .before_list strong{font-size: 36px;}
.sub0405_wrap .chart_wrap .year_box .before_list strong a{color: #ccc; line-height: 1.4;}
.sub0405_wrap .chart_wrap .tab_container{width: calc(100% - 300px);}
.sub0405_wrap .chart_wrap .tab_container canvas{height: 480px;}
.sub0405_wrap .tbl01{margin-top: 50px;}
.sub0405_wrap .tbl01 table{width: 100%; border-top: 2px solid var(--co01);}
.sub0405_wrap .tbl01 table th, .sub0405_wrap .tbl01 table td{font-size: 18px; color: #222; padding: 20px;}
.sub0405_wrap .tbl01 table th{background: #F9F9F9;}
.sub0405_wrap .tbl01 table td{border-bottom: 1px solid #ddd;}
.sub0405_wrap .tbl01 table td:not(:last-child){border-right: 1px solid #ddd;}
.sub0405_wrap .sec02 h3{text-align: center;}
.sub0405_wrap .sec02 table{margin-top: 45px;}


/************************ 공모전 ************************/
.sub0406_wrap{display: flex; flex-direction: column; justify-content: space-between;}
.sub0406_wrap h3.sub_h3{text-align:center;}
.sub0406_wrap .form_wrap{margin-top: 75px;}
.sub0406_wrap .form_wrap > em{display: block; text-align: right; color: #222;font-size: 18px;font-weight: 400;line-height: 135%;}
.sub0406_wrap input[type="text"], .sub0406_wrap input[type="email"], .sub0406_wrap textarea, .sub0406_wrap select{width: 100%; height: 50px; padding: 10px 15px; font-size: 16px; border-radius: 5px; background: #F9F9F9;color: #666;border:none;}
.sub0406_wrap textarea{height: 200px;}
.sub0406_wrap .form_row{display: flex;    align-items: baseline;}
.sub0406_wrap .form_row:not(:first-child){margin-top: 30px;}
.sub0406_wrap .form_row label{flex-shrink: 0; width: 200px; font-size: 20px; color: #000; font-weight: 600;}
.sub0406_wrap .form_row label span{color: #F00;}
.sub0406_wrap .form_row{display:flex; width:100%;}
.sub0406_wrap .form_row input{width: 100%; height: 50px; padding: 10px 15px; font-size: 16px; border-radius: 5px; background: #F9F9F9; color: #666; border: none;}
.sub0406_wrap .form_row .file_wrap{width: 100%;}
.sub0406_wrap .form_row .file_wrap small{display: block; color: #666;font-size: 16px;font-weight: 400; margin-top: 10px;}
.sub0406_wrap .form_row.row100{width: 100%; gap:50px;}
.sub0406_wrap .form_row.row100 label{width: auto;}
.sub0406_wrap .form_row .chk_wrap{display: flex; align-items: center; gap:10px; font-size: 16px; color: #222; font-weight: 600;}
.sub0406_wrap .form_row .chk_wrap input{height:auto;}
.sub0406_wrap .form_row .chk_wrap span{word-break:keep-all;}
.sub0406_wrap .form_row .pop_btn{font-size: 16px; color: #444; border-bottom: 1px solid #444;}
.sub0406_wrap .form_row.btn_wrap{justify-content: center; gap:20px; margin-top: 100px;}
.sub0406_wrap .form_row.btn_wrap button{width: 280px; height: 50px; font-size: 18px; color: var(--co01); border:1px solid var(--co01); border-radius:10px;}
.sub0406_wrap .form_row.btn_wrap button.submit_btn{background: var(--co01); color: #fff;}
.sub0406_wrap .form_row .file_wrap .file_box{display: flex;}
.sub0406_wrap .form_row .file_wrap input[type="file"]{display: none;}
.sub0406_wrap .form_row .file_wrap input[type="file"] + label{width: 110px;height: 48px;line-height: 46px;border: 1px solid #e0e0e0;color: #999;font-size: 15px;border-radius: 0px 3px 3px 0px;text-align: center; cursor:pointer;}
.sub0406_wrap .pop_wrap{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.5); z-index: 9999;}
.sub0406_wrap .pop_wrap .pop_con{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 480px;background: #fff;border-radius: 20px;padding: 40px 10px 40px 30px;}
.sub0406_wrap .pop_wrap .pop_con h3{font-size: 22px;color: #222; font-weight: 500;padding-bottom: 40px;}
.sub0406_wrap .pop_wrap .pop_con .txt_wrap{overflow-y: auto;max-height: 365px; padding-right: 10px;}
.sub0406_wrap .pop_wrap .pop_con .txt_wrap ul li:not(:last-child){margin-bottom: 30px;}
.sub0406_wrap .pop_wrap .pop_con .txt_wrap ul li p{font-size: 14px; color: #003964; padding-bottom: 10px;font-weight: 700;}
.sub0406_wrap .pop_wrap .pop_con .txt_wrap ul li span{font-size: 14px; color: #858585; display: block; line-height: 1.4; }
.sub0406_wrap .pop_wrap .pop_con .x_btn{display: block;margin: 40px auto 0;width: calc(50% - 5px);height: 50px;line-height: 48px;border-radius: 25px;background: #003964;text-align: center;font-size: 16px;color: #fff;}
.sub0406_wrap .pop_wrap .pop_con .txt_wrap::-webkit-scrollbar {width: 8px;  /* 스크롤바의 너비 */}
.sub0406_wrap .pop_wrap .pop_con .txt_wrap::-webkit-scrollbar-thumb{height: 20%; /* 스크롤바의 길이 */background: #003964; /* 스크롤바의 색상 */border-radius: 10px;}
.sub0406_wrap .pop_wrap .pop_con .txt_wrap::-webkit-scrollbar-track {background: #f5f5f5;  /*스크롤바 뒷 배경 색상*/}

.sub0407_wrap{display: flex; flex-direction: column; align-content: center; align-items: center; gap:40px; text-align:center; padding-block:80px 0px;}
.sub0407_wrap .img_wrap{width:310px;}
.sub0407_wrap .img_wrap img{width:100%;}
.sub0407_wrap .txt_wrap h4{font-size:3rem; line-height:1.5; color:#111;}
.sub0407_wrap .txt_wrap p{font-size:1.25rem; margin-top:20px; line-height:1.5; color:#555;}
.sub0407_wrap .link_btn{margin-top: 30px; width:100%;}
.sub0407_wrap .link_btn a{display: block; width: 200px;height: 60px; margin:0 auto; border: 1px solid #444; border-radius: 10px; color: #444;text-align: center;font-size: 18px;font-weight: 700;line-height: 60px; border-radius: 10px;}
.sub0407_wrap .link_btn a:hover{background:#444; color:#fff;}


/* step_box */
.step_box{margin-bottom: 50px;}
.step_box ul{display: flex; gap:20px;}
.step_box ul li{flex:1; border-bottom: 2px solid #ccc;}
.step_box ul li a{display: block; font-size: 20px; color: #222; padding-bottom: 10px;}
.step_box ul li a em{font-size: 24px; color: #666; font-weight: 600;}
.step_box ul li.on{border-bottom: 2px solid var(--co01);}
.step_box ul li.on a em{color: var(--co01);}



/* sub05 */
.sub05_wrap .sec:not(:first-child){margin-top: 60px;}
.sub05_wrap .btn_wrap{display: flex; justify-content: center; gap:20px; margin-top: 100px;}
.sub05_wrap .btn_wrap a{display: block; width: 160px; padding-block:15px; font-size: 18px;  border-radius:10px; text-align: center;}
.sub05_wrap .btn_wrap a.prev_btn{color: var(--co01); background: #fff; border:1px solid var(--co01);}
.sub05_wrap .btn_wrap a.next_btn{color: #fff; background: var(--co01);}
.sub05_wrap .checkbox_group{display: inline-block;}
.sub05_wrap .check{position: absolute;left: 0;top: 2px;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;box-sizing: border-box;}
.sub05_wrap .tbl01 table{width: 100%; border-top: 2px solid var(--co01);}
.sub05_wrap .tbl01 table th, .sub05_wrap .tbl01 table td{text-align: start; font-size: 18px; color: #222; padding: 20px;}
.sub05_wrap .tbl01 table th{width: 260px; background: #F9F9F9; border-bottom: 1px solid #ddd;}
.sub05_wrap .tbl01 table td{border-bottom: 1px solid #ddd;}
.sub05_wrap .tbl01 table td:not(:last-child){border-right: 1px solid #ddd;}
.sub05_wrap .tbl01 table input[type="text"]{height: 45px; font-size: 18px; border-radius: 5px; border: 1px solid #CCC; background: #FFF; padding: 10px;}
.sub05_wrap select{height: 45px; font-size: 18px; border-radius: 5px; border: 1px solid #CCC; background: #FFF; padding: 10px;}
.sub05_wrap select.sel{width: 100%;}
.sub05_wrap .tbl01 table td p.help{margin-top: 10px; color:#999; font-size:16px; font-weight: 400; line-height: 24px;}
.sub05_wrap .chk_radio {display: inline-flex;align-items: center;cursor: pointer;margin-right: 20px;font-size: 18px;user-select: none; color: #444;}
.sub05_wrap .tbl_flex{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.sub05_wrap .cell_flex{display: flex; align-items: center;}
.sub05_wrap textarea{width: 100%; border-radius: 5px; border: 1px solid #CCC; background: #FFF; padding: 10px;}
.sub05_wrap .btn{border-radius:5px; height: 45px; transition:.3s;}
.sub05_wrap em.red{color: red;}
.sub05_wrap .chk_box input[type="checkbox"],
.sub05_wrap input[type="checkbox"],
.sub05_wrap input[type="radio"] {display: none;}
.sub05_wrap label {position: relative;padding-left: 28px;cursor: pointer;font-size: 16px;color: #444;line-height: 20px;display: inline-flex;align-items: center;}
.sub05_wrap .check, .sub05_wrap .chr {position: absolute;left: 0;top: 2px;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 4px; background: #fff;box-sizing: border-box;transition: all 0.2s ease;}
.sub05_wrap input[type="checkbox"]:checked + .check, .sub05_wrap input[type="radio"]:checked + .chr {background-color: #083c6f;border-color: #083c6f;}
.sub05_wrap input[type="checkbox"]:checked + .check::after, .sub05_wrap input[type="radio"]:checked + .chr::after {content: "";position: absolute;left: 5px;top: 2px;width: 6px;height: 10px;border: solid #fff;border-width: 0 2px 2px 0;transform: rotate(45deg);}
.sub05_wrap .phone_wrap{display: inline-flex; align-items: center; gap:10px;}
.sub05_wrap .phone_wrap input{max-width:180px;}
.sub05_wrap .agree_row{display: flex; align-items: center; gap:20px;}
.sub05_wrap .agree_row .btn{height: 35px; padding-inline:20px; font-size: 16px; color: var(--co01); border:1px solid var(--co01);}
.sub05_wrap .agree_row .btn:hover{color: #FFF; background: var(--co01); transition:.3s;}

/* sub0501 */
.sub0501_wrap .tbl01 .btn{line-height: 1; font-size: 18px; color: var(--co01); border:1px solid var(--co01); border-radius:5px; padding: 10px 15px;}
.sub0501_wrap .tbl01 .btn.on{background: var(--co01); color: #fff;}
.sub0501_wrap .tbl01, .sub05_wrap .tbl01{margin-top: 40px;}
.sub0501_wrap select{width: 200px; margin-left: 40px; border:1px solid #ccc; border-radius:4px; padding: 10px 15px; font-size: 18px; color: #666;}
.sub0501_wrap .checkbox_group{display: flex; gap: 15px;}

/* sub0502 */
.sub0502_wrap .tbl01 table th{text-align: left;}
.sub0502_wrap .birth_wrap{display: flex; gap: 15px; width: 70%;}
.sub0502_wrap .birth_wrap > div{display: flex; align-items: center; gap:10px; width: 100%;}
.sub0502_wrap .birth_wrap select{width: 100%; max-width:180px;}

.sub0502_wrap .join_table .cell_flex{gap:30px;}
.sub0502_wrap .join_table .notes{margin-top: 20px;}
.sub0502_wrap .email_wrap{display: inline-flex; align-items: center; gap:10px;}
.sub0502_wrap .email_wrap input, .sub0502_wrap .email_wrap select{max-width:180px;}
.sub0502_wrap .email_wrap select{width: 100%;}
.sub0502_wrap .add_row{display: flex; align-items: center; gap:50px;}
.sub0502_wrap .add_row .btn{padding-inline:15px; font-size: 18px; color: #666; border:1px solid #ccc;}
.sub0502_wrap .add_con{margin-top: 10px; max-width:70%;}
.sub0502_wrap .add_con input{width: 100%;}
.sub0502_wrap small{display: block; margin-top: 10px; color: #999;}
.sub0502_wrap .resident_wrap{margin-top: 20px;}
.sub0502_wrap .resident_wrap .unit{display: block; margin-bottom: 10px;}
.sub0502_wrap .agree_row{margin-top: 30px; display: flex; align-items: center; gap:20px;}
.sub0502_wrap .agree_row .btn{height: 35px; padding-inline:20px; font-size: 16px; color: var(--co01); border:1px solid var(--co01);}
.sub0502_wrap .agree_row .btn:hover{color: #FFF; background: var(--co01); transition:.3s;}
.sub0502_wrap .tax_wrap{display: flex; gap:30px; align-items: center;}
.sub0502_wrap .check_group_wrap{display: flex; flex-wrap:wrap; gap:20px 0;}
.sub0502_wrap .check_group_wrap label{width: 25%; white-space:nowrap;}

/* sub0503 */
.sub0503_wrap .sub_tit_box{display: flex; align-items: flex-end; gap:15px;}
.sub0503_wrap .sub_tit_box small{font-size: 16px;	 color: #666;}










/* 일반게시판_list */
:root{
	--bg01: #2bacf0;
	--co01: #003964; 
}

.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.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;}
.basic_bd02 .search_box .input_wrap input{width: 558px; 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:'';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: 35px 50px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 70px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 36px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 17px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 280px);margin-left: 60px;}
.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: 25px;line-height: 23px;border: 1px solid #eee;padding: 0 15px;font-size: 14px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 23px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 17px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.basic_bd02 .news-list ul li .txt_box p.mob_date{display: none;}
.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: 1;}

/* 일반게시판_view */
.basic_bd01_view .inner{width: 1650px;}
.basic_bd01_view .tit_box{display: flex; justify-content: space-between; align-items: center; 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; word-break: break-word;}
.basic_bd01_view .tit_box span{font-size: 18px;color: #abadae;font-weight: 500;}
.basic_bd01_view .tit_box .right{border-left: 1px solid #ddd;width: 80px;text-align: center;}
.basic_bd01_view .tit_box .right p{font-size: 14px; margin: 0;}
.basic_bd01_view .tit_box .right em{font-size: 24px; color: #f22e36;}
.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: 18px; color: #000;word-break: break-word;}
.basic_bd01_view .file_box{padding: 22px 35px;background: #f9f9f9; margin-top: 40px;}
.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;align-items: flex-start;gap:20px 10px; width: 32%;}
.basic_bd01_view .file_box ul li img {margin-bottom: 0;}
.basic_bd01_view .file_box ul li em{display: block;}
.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: 80px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 32%;}
.gallery_bd02 .con ul.img_li li .img_wrap {position: relative; width: 100%; height: 0; overflow: hidden; margin: 0 auto; border-radius: 10px; padding-bottom: 65.559%;}
.gallery_bd02 .con ul.img_li li .img_wrap img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.2s linear; overflow: hidden;}
.gallery_bd02 .con ul.img_li li .img_wrap img:hover {transform: scale(1.1);}
.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: 20px; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 20px; color:#222; font-weight: 600;word-break: break-word;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 1px solid #ddd; font-size: 16px; color: #444; padding-top: 16px; margin-top: 16px;}
.gallery_bd02 .con ul.img_li {gap: 45px 2%;}
.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 {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.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;}
.gallery_bd02 .search_box .input_wrap input{width: 558px; 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%);}

/* sub_login */
.sub_login_wrap.account_box{max-width:600px; margin: 0 auto; margin-top: 100px; }
.sub_login_wrap h2{margin-bottom: 50px; font-size: 30px; color: #000; text-align: center;}
.sub_login_wrap.account_box{padding:50px; box-shadow: 4px 4px 9.6px 0 rgba(0, 0, 0, 0.15); border-radius:20px;}
.sub_login_wrap .input_box{display: flex; flex-direction: column; gap:30px;}
.sub_login_wrap .login_md{display: flex; justify-content: space-between; margin-top: 20px;}
.sub_login_wrap input[type="text"], .sub_login_wrap input[type="password"], .sub_login_wrap input[type="email"]{height: 60px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_login_wrap input[type="text"]:focus, .sub_login_wrap input[type="password"]:focus, .sub_login_wrap input[type="email"]:focus{outline-color:#003964;}
.sub_login_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.sub_login_wrap .form_box{display: flex; flex-direction: column; gap:10px;}
.sub_login_wrap .form_box label{font-size: 20px; color: #222; font-weight: 600;}
.sub_login_wrap .check_wrap {display: flex;align-items: center;gap: 15px;font-family: sans-serif;font-size: 16px;}
.sub_login_wrap .check_wrap input[type="checkbox"] {appearance: none;width: 16px;height: 16px;border: 1px solid #ccc;border-radius: 2px;background-color: white;position: relative;cursor: pointer; margin-right: 5px;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked {background-color:#003964;border-color: black;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked::after {content: '✔';color: white;font-size: 12px;position: absolute;top: 0;left: 2px;}
.sub_login_wrap .check_wrap input[type="checkbox"]:disabled {background-color: #f0f0f0;border-color: #dcdcdc;cursor: not-allowed;}
.sub_login_wrap .check_wrap input[type="checkbox"]:disabled::after {color: #ccc;}
.sub_login_wrap .submit_btn{width:100%; border-radius: 10px; background: #003964; font-size: 24px; color: #fff; height: 60px; margin-top: 30px;}
.sub_login_wrap .submit_btn02{width:100%; border-radius: 10px; background: #fff; border:1px solid #ccc; font-size: 24px; color: #111; height: 60px; margin-top: 10px;}
.sub_login_wrap .search_wrap{display: flex; align-items: center; gap:20px;}
.sub_login_wrap .search_wrap a{position: relative; font-size: 16px ; color: #444;}
.sub_login_wrap .search_wrap a:not(:last-child)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 1px; height: 40%; background: #666;}

.basic_board_view .gallSlide{max-width:600px;}
.basic_board_view .gallSlide .swiper-button-prev, .basic_board_view .gallSlide .swiper-button-next{margin-top: 0; width: 50px; height: 50px; background: #fff; border-radius:50%;}
.basic_board_view .gallSlide .swiper-button-prev::after, .basic_board_view .gallSlide .swiper-button-next::after{font-size: 16px; color: #b7b7b7;}