/* 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');
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');

/* Common **********************************************************************/ 
html,body {width:100%; scroll-behavior: smooth;}
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.6; 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;}

:root{
	--bg01: #F0DDEE;
	--co01: #B24896;
}


.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:1400px;}


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


/* main 공통 */
.main_tit_wrap h2{font-size: 32px; color: #222;}


/* header */
#header{position: relative;}
#header h1 a .main_txt{display: none;}
#header .inner{display: flex; align-items: center; justify-content: space-between;}
#header .login{font-size: 18px; color: #444;}


/* gnb */
#header .gnb{display: flex;}
#header .gnb > li{position: static;}
#header .gnb .lnb_main.on > a{color: var(--co01); font-weight: 600; transition:.3s;}
#header .gnb > li > a{display: block; padding: 25px 40px; font-size: 20px; color: #222; font-weight: 500; transition:.3s; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
#header .gnb > li > a span{position: relative;}
#header .gnb > li:last-child a{padding-right: 0;}
#header .gnb > li.on > a span::after{content:''; position: absolute; top: -10px; left: 50%; transform:translateX(-50%); width: 6px; height: 6px; background: var(--co01); border-radius:50%; transition:.3s;}
#header .lnb_sub{position: absolute; left: 0; right: 0; top: 100% ;display: none; height: 80px; background: #fff; z-index: 2; border-radius: 0 0 100px 100px;border-top: 1px solid rgba(221, 221, 221, 0.50);box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);}
#header .lnb_sub .sub_menu{height: 100%;margin-left: auto;display: flex;align-items: center;justify-content: center;}
#header .lnb_sub .sub_menu li{position: relative;}
#header .lnb_sub .sub_menu li:not(:last-child)::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 4px; height: 4px; background: rgba(178, 72, 150, 0.30); border-radius:50%;}
#header .lnb_sub .sub_menu li a{width: 150px; display: inline-block; font-size: 18px; color: #222; text-align: center; transition: color .25s ease; line-height: 1.2; transition:.3s;}
#header .lnb_sub .sub_menu li a:hover{color: var(--co01); transition:.3s;}



/* section01 */
#section01{padding-top: 40px;}
#section01 .inner{display: flex; gap:50px;}
#section01 .slide_wrap{max-width:850px; width: 60vw;}
#section01 .visualSlide::after{content:''; position: absolute; right: 0; bottom: 0; background: url('/images/main/main_visual_right.png')center no-repeat; background-size:cover; width: 245px; height: 90px; z-index: 2;}
#section01 .visualSlide .swiper-button-prev, #section01 .visualSlide .swiper-button-next{position: unset; width: 40px; height: 40px; background: var(--bg01); border-radius: 50%; margin-top: 0;}
#section01 .visualSlide .swiper-button-prev svg, #section01 .visualSlide .swiper-button-next svg{color: var(--co01); width: 10px;}
#section01 .visualSlide .swiper-slide img{width: 100%; border-radius:20px;}
#section01 .slide_item_wrap{position: absolute; right: 0; bottom: 2%; display: flex; align-items: center; justify-content: space-between; z-index: 5; width: 200px;}
#section01 .slide_item_wrap .visual_num{font-size: 20px; color: var(--co01);}
#section01 .slide_item_wrap .visual_num .current{font-weight: 700;}
#section01 .login_wrap{width: 30vw; padding: 30px; border-radius: 20px; background: #F8F8F8;max-width:500px;height: 100%;display: flex; flex-direction: column; align-items: center;justify-content: center;}
#section01 .login_wrap .auth_form{width: 100%;}
#section01 .login_wrap h2{font-size: 25px; color: #444; text-align: center; line-height: 1.5; word-break:keep-all;}
#section01 .login_wrap h2 span{color: var(--co01);}
#section01 .login_form{margin-top: 30px;}
#section01 .login_form input{padding: 10px 25px; width: 100%; background: #fff; border-radius:10px; font-size: 16px; color: #666; height: 60px; border:none;}
#section01 .login_form .field:not(:first-child){margin-top: 25px;}
#section01 .login_form .utils{margin-block: 30px; display: flex; justify-content: flex-end;}
#section01 .login_form .utils a{font-size: 14px; color: #444;}
#section01 .pc_btn{display: block; width: 100%; padding-block:10px; background: var(--co01); font-size: 20px; color: #fff; text-align: center;line-height: 150%;border-radius: 10px;}
#section01 .login_form .mob_btn{display: none;}
#section01 .login_form .divider{position: relative; margin-top: 40px; text-align: center;}
#section01 .login_form .divider::after{content:''; position: absolute; top: 50%; left: 0; transform:translateY(-50%); width: 45%; height: 1px; background: #ddd;}
#section01 .login_form .divider::before{content:''; position: absolute; top: 50%; right: 0; transform:translateY(-50%); width: 45%; height: 1px; background: #ddd;}
#section01 .login_form .signup{margin-top: 20px; text-align: center; font-size: 14px; color: #444;}
#section01 .login_form .signup a{margin-left: 30px; color: var(--co01); font-weight: 500; border-bottom: 1px solid var(--co01);}
#section01 .app_mob{display: none;}
#section01 .profile_wrap{display: flex; gap:20px; margin-top: 50px; align-items: center; justify-content: center;}
#section01 .profile_wrap .pro_img{width: 80px;height: 80px; border-radius: 80px;border: 6px solid #B24896;background: rgba(178, 72, 150, 0.15); display: flex; align-items: center; justify-content: center;	}
#section01 .profile_wrap p{font-size:18px;  color:#444; font-weight: 500;}
#section01 .profile_wrap span{font-size:20px;  color:var(--co01); font-weight: 700;}
#section01 .btn_wrap{width: 100%; display: flex; flex-direction: column; gap:10px;	margin-top: 30px;}


/* app_con */
#app_con{padding-block:60px;}
#app_con ul{display: flex; border-radius: 15px; /* border: 1px solid #E0E0E0;  */background: #FFF;}
#app_con ul li{position: relative; flex:1;}
/* #app_con ul li:not(:last-child)::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 40%; background: #ddd;} */
#app_con ul li a{display: flex; flex-direction: column;align-items: center; justify-content: center; gap:30px; padding-block:20px;}
#app_con ul li a span{font-size: 24px; color: #222; font-weight: 600;transition:.3s;position: relative;}
#app_con ul li a:hover span::after{position: absolute; content:''; width: 100%; height: 15px;background: rgba(178, 72, 150, 0.10); bottom: 0px; left:0;}


/* section02 */
#section02{padding-block:80px; background: rgba(157, 91, 232, 0.03);}
#section02 .left{display: flex; flex-direction: row; gap:20px; align-items: center;}
#section02 .left a{color:var(--co01); font-size:1rem;}
#section02 .main_tit_wrap{display: flex; justify-content: space-between;}
#section02 .main_tit_wrap .swiper-button-prev, #section02 .main_tit_wrap .swiper-button-next{position: unset; width: 40px; height: 40px; background: #fff; border-radius:50%;}
#section02 .main_tit_wrap .swiper-button-prev svg, #section02 .main_tit_wrap .swiper-button-next svg{color: var(--co01); width: 10px;}
#section02 .main_tit_wrap .nav_wrap{display: flex; gap:20px;}
#section02 .proSlide{margin-top: 30px;}
#section02 .proSlide .info{padding: 30px; background: #fff; border-radius: 20px;}
#section02 .proSlide .info .dday{padding: 5px 20px;	background: var(--bg01); font-size: 16px; color: var(--co01); border-radius:30px;}
#section02 .proSlide .info h3{margin-top: 25px; font-size: 18px; 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;}
#section02 .proSlide .info ul{margin-top: 60px;}
#section02 .proSlide .info ul li:not(:first-child){margin-top: 15px;}
#section02 .proSlide .info ul dl{display: flex; gap:20px; font-size: 16px;}
#section02 .proSlide .info ul dl dt{width: 65px; flex-shrink:0; color: #444;}
#section02 .proSlide .btn{position: absolute; right: 0; bottom: 0; background: url('/images/main/main_sec02_right.png')center no-repeat; background-size:cover; width: 3.9063vw; height: 4.1667vw;}
#section02 .box_sec:last-child{margin-top: 80px;}
.notice_wrap{padding-block:60px;}
.notice_wrap .inner{display: flex; gap:50px;}


/* section03 */
#section03{width: 60%; flex-shrink: 0;}
#section03 .main_tit_wrap{display: flex; align-items: center; justify-content: space-between;font-size:16px; }
#section03 .main_tit_wrap a:hover{color: var(--co01);}
#section03 ul{margin-top: 30px; display: grid; grid-template-columns: repeat(2, 1fr); gap:30px; height: 86%;}
#section03 ul li{border-radius: 20px; border: 1px solid #D7D3D0; background: #FFF; transition:.3s;}
#section03 ul li a{display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 30px;}
#section03 ul li a h3{font-size: 20px; color: #222; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; line-height: 1.2; transition:.3s;}
#section03 ul li a .date{display: flex; align-items: center; justify-content: space-between; height: 21px; font-size: 16px; color: #666;}
#section03 ul li:hover{border:1px solid var(--co01);}
#section03 ul li:hover a h3{color: var(--co01);}
#section03 ul li a .arw{display: none; padding: 2px; border-radius:50%; background: var(--bg01); color: var(--co01); transition:.3s;}
#section03 ul li:hover a .arw{display: block;}


/* section04 */
#section04{width: 36%;}
#section04 .noSlide{margin-top: 30px;}
#section04 .noSlide::after{content:''; position: absolute; right: 0; top: 0; background: url('/images/main/main_sec03_right.png')center no-repeat; background-size:cover; width: 133px; height: 62px; z-index: 5;}
#section04 .noSlide .swiper-pagination{bottom: auto;top: 3%;right: 0;left: auto;display: flex; flex-wrap: wrap; width: 100px; overflow: hidden;}
#section04 .noSlide .swiper-pagination .swiper-pagination-bullet{width: 12px; height: 12px; background: #d9d9d9; opacity: 1; margin: 0 7px;}
#section04 .noSlide .swiper-pagination .swiper-pagination-bullet-active{background: var(--co01);}
#section04 .noSlide .swiper-slide img{width: 100%;}

/* rolling */
#rolling_banner{padding-block:40px; background: #F8F8F8;}
#rolling_banner .partnerSwiper .swiper-slide{display: inline-flex;align-items: center;justify-content: center;height: 60px;border-radius: 10px;padding: 10px;box-sizing: border-box; background: #fff;}
#rolling_banner .partnerSwiper .swiper-slide img{max-width: 100%; max-height: 100%;}


/* footer */
#footer{padding-block:50px; background: #747592;}
#footer .inner{display: flex; justify-content: space-between;}
#footer .ft_top{display: flex; gap:25px;}
#footer .ft_top a{font-size: 18px; color: #E2E2E2;}
#footer .address{margin-top: 30px;}
#footer .address_mob {display: none;}
#footer .address li{font-size: 16px; line-height: 1; color: #fff; margin-bottom: 15px;}
#footer .address li:last-child {margin-bottom: 0;}
#footer .copy{margin-top: 20px; font-size: 16px; color: rgba(255, 255, 255, 0.50);}

/* ===sub======================================= */

#wrap.sub_wrap{overflow: visible;}

#sub_contents{margin-bottom:120px;}
#sub_visual_wrap{padding-block:50px 100px;}
#sub_visual_wrap .txt_wrap{width: 100%;}
#sub_visual_wrap .txt_wrap h2{margin-top: 24px; font-size: 70px; color: #222; font-weight: 700;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: flex-end; gap:35px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 18px; color: rgba(0, 0, 0, 0.70);}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{content:'';position: absolute; left: -20px; top: 50%; transform:translateY(-50%); width: 7px; height: 12px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.68192 8.3332L1.53617 15L0 13.3336L5.37767 7.5L0 1.6664L1.53617 0L7.68192 6.6668C7.88559 6.8878 8 7.1875 8 7.5C8 7.8125 7.88559 8.1122 7.68192 8.3332Z' fill='black' fill-opacity='0.7'/%3E%3C/svg%3E") no-repeat center / contain;}


/* sub05_wrap */
.sub_tab_wrap{width:100%; border-bottom:1px solid #ddd; display:flex; margin-bottom:120px;}
.sub_tab_wrap a{width:calc(100% / 4); height:60px; font-size:25px; font-weight:500; color:#999; display:flex; justify-content: center; align-items: center; text-align: center; background:#FCFAFE; border-top:1px solid #ddd; border-left:1px solid #ddd;}
.sub_tab_wrap a:last-child{border-right:1px solid #ddd;}
.sub_tab_wrap a.on{font-weight:700; color:#B24896; background:#fff; border:2px solid #B24896;}

.sub05_con_tit{margin-bottom:50px; text-align:center; line-height:1.5;}
.sub05_con_tit h3{font-size:50px; color:#111; font-weight:700; margin-bottom:50px;}
.sub05_con_tit p{font-size:30px; color:#111; font-weight:700;}
.sub05_con_tit p > span{position:relative; color:#B24896; font-weight:700;}
.sub05_con_tit p > span.bottom_line{background-image: linear-gradient(transparent 50%, #F4E4EF 50%); background-repeat: no-repeat; background-size: 100% 100%;}

h5.h5_tit {color: #222;font-size: 30px;font-weight: 600; position: relative; padding-left: 15px; margin-bottom: 25px;}
h5.h5_tit:before {content:""; position: absolute; top:0; left:0; width:4px; height:30px; background: #B24896;}
table.tbl01 {width:100%; border-top: 2px solid #B24896; border-bottom: 2px solid #B24896;}
table.tbl01 tr {border-bottom: 1px solid rgba(178, 72, 150, 0.50);}
table.tbl01 th {padding: 15px 10px; color: #111;font-size: 20px;font-weight: 600; background: #F0DDEE; text-align: center;}
table.tbl01 td {padding: 15px 20px; color: #222;font-size: 18px; word-break:keep-all;}

.paging_wrap {margin-top: 80px;}
.paging_wrap ul {display: flex; justify-content: center; gap:10px;}
.paging_wrap ul li {display: flex; justify-content: center; align-items: center; width:45px; height:45px; border:1px solid #ccc; border-radius:50%;}
.paging_wrap ul li a {color: #222;text-align: center;font-size: 14px;font-weight: 500;}
.paging_wrap ul li.on {background: #B24896;}
.paging_wrap ul li.on a {color:#fff;}

.btn01 {display: flex; justify-content: center; width: 200px; height:58px; padding: 10px;justify-content: center;align-items: center; border-radius: 50px;border: 3px solid #B24896; color: #B24896;font-size: 25px;font-weight: 700;line-height: 150%;}
.btn04 {display: flex; justify-content: center; width: 200px; height:58px; padding: 10px;justify-content: center;align-items: center; border-radius: 50px;background:#B24896; color: #fff;font-size: 25px;font-weight: 700;line-height: 150%;}


/* sub0101 */
.sub0101_wrap{overflow: visible;}
.sub0101_wrap .box_wrap {display: flex; gap:100px; align-items:flex-start;}
.sub0101_wrap .list_wrap {position: sticky; top: 50px; height: fit-content; background: #fff; z-index: 500;}
.sub0101_wrap .list_wrap ul {display: flex; flex-direction: column; gap:20px;}
.sub0101_wrap .list_wrap ul li a{color: #444;font-size: 18px;font-weight: 600; white-space:nowrap;}
.sub0101_wrap .list_wrap ul li.on a{color: #B24896; font-weight: 800;}
.sub0101_wrap .con_box {width:100%; display: flex; flex-direction: column; gap:50px;}
.sub0101_wrap .con_box .con ul {display: flex; flex-direction: column; gap:10px;}
.sub0101_wrap .con_box .con ul li {color: #444;font-size: 18px; line-height: 150%; position: relative; padding-left: 15px;}
.sub0101_wrap .con_box .con ul li:before {content:""; position: absolute; top:12px; left:0; width:6px; height:6px; background: rgba(178, 72, 150, 0.5); border-radius:50%;}
.sub0101_wrap .con_box .con table.tbl01 {margin-top: 20px;}
.sub0101_wrap .con_box .con table.tbl01 td span {color: #C00;}

/* sub0102 */
.sub0102_wrap .search_wrap{display: flex; gap:10px;justify-content: flex-end; margin-bottom: 50px;}
.sub0102_wrap .search_wrap select{width: 182px;height: 60px; border: 1px solid #CCC;color: #222;font-size: 18px;font-weight: 500; padding-left: 20px;}
.sub0102_wrap .search_wrap .i_box{position: relative; width: 467px; height: 60px; border: 1px solid #CCC; display: flex; }
.sub0102_wrap .search_wrap .i_box input{width: 90%;color: #222; font-size: 18px;font-weight: 500;padding-left: 20px;border:none;}
.sub0102_wrap .search_wrap input::placeholder{color: #666;font-size: 18px;font-weight: 500;}
.sub0102_wrap .search_wrap input:focus{outline:none;}
.sub0102_wrap .con em{font-size:1rem; font-weight: 500; color:#444;}
.sub0102_wrap .con em span{color:var(--co01); font-weight: 700;}
table.tbl_pc{margin-top: 30px; width: 100%; border-top: 2px solid var(--co01);}
table.tbl_pc tr th{padding: 10px 5px; font-size:1.125rem; font-weight: 700; color:#222; border-bottom:  1px solid #ddd; background:var(--bg01);word-break:keep-all;}
table.tbl_pc tr td{padding: 10px 5px; text-align: center;font-weight: 400; font-size:1rem; color:#444; border-bottom: 1px solid #ddd; word-break:keep-all;}
.sub0102_wrap .con table.tbl_pc tr td i{display: block;}
.sub0102_wrap .con table.tbl_pc tr td:nth-child(3){text-align: left;}
.sub0102_wrap .con table tr td a.apply{background:var(--co01); display: block; padding: 5px 15px; border-radius:5px; font-size:1rem; font-weight: 700; color:#fff;}
.sub0102_wrap .con table tr td a.apply:hover{ filter: brightness(1.05);}
.sub0102_wrap .con table tr td a.apply02{background:#4896b2;}
.sub0102_wrap .con table tr td a.apply03{background:#717171;}
.sub0102_wrap .con table.tbl_mob{display: none;}

/* .sub0102_wrap .grid_wrap {display: grid; grid-template-columns: repeat(3, 1fr); justify-items: center; gap:50px;}
.sub0102_wrap .grid_box {border-radius: 20px;border: 1px solid #DDD;background: #FFF; padding: 30px;}
.sub0102_wrap .grid_box .tit{color: #222;font-size: 25px;font-weight: 600; line-height: 1.5;padding-bottom: 20px; border-bottom: 1px solid #ddd;}
.sub0102_wrap .grid_box ul.content{display: flex; flex-direction: column; gap:10px; padding-block:20px;}
.sub0102_wrap .grid_box ul.content:nth-of-type(1){border-bottom: 1px solid #ddd;}
.sub0102_wrap .grid_box ul.content li{display: flex; gap:32px; align-items: center;color: #444;font-size: 18px;font-weight: 500;}
.sub0102_wrap .grid_box ul.content li span{display: block; min-width:70px;color: #222;font-size: 18px;font-weight: 600; position: relative;}
.sub0102_wrap .grid_box ul.content li span::after{position: absolute; content:''; width:2px; height:	15px; background: #B24896; right:-15px; top:50%; transform:translateY(-50%);}
.sub0102_wrap .grid_box .btn_box{display: flex; align-items: center; justify-content: center;	}
.sub0102_wrap .grid_box a.btn02{display: inline-block; border-radius: 10px;background: #B24896; padding: 10px 30px; color: #FFF;font-size: 18px;font-weight: 700;}
.sub0102_wrap .grid_box a.btn03{display: inline-block; border-radius: 10px;border: 1px solid #B24896; color: #B24896; padding: 10px 30px; font-size: 18px;font-weight: 700;} */

/* .sub0102_wrap .grid_box .hover_box {position: absolute; inset: 0; background: rgba(0, 0, 0, 0.2);display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease;}
.sub0102_wrap .grid_box .hover_box span {display: inline-flex;padding: 10px 30px;justify-content: center;align-items: center; border-radius: 50px;background: #B24896; color: #FFF;font-size: 20px;font-weight: 700;line-height: 18px; }
.sub0102_wrap .grid_wrap a:hover .hover_box {opacity:1;}
.sub0102_wrap .grid_wrap strong {display: block; color: #222;font-size: 24px;font-weight: 600; margin-top: 20px;} */

/* sub0102_view */
.sub0102_view_wrap .box_wrap {display: flex; gap:140px;}
.sub0102_view_wrap .box_wrap .img_box{width: 100%;}
.sub0102_view_wrap .box_wrap .img_box img{width: 100%;}
.sub0102_view_wrap .box_wrap .txt_box {width:100%;}
.sub0102_view_wrap .box_wrap .txt_box h6 {padding:30px 20px; color: #222;font-size: 30px;font-weight: 600; border-top:2px solid #B24896; border-bottom:2px solid #B24896;}
.sub0102_view_wrap .box_wrap .txt_box ul {display: flex; flex-direction: column; gap: 20px; padding:30px 20px; border-bottom:1px solid #ccc;}
.sub0102_view_wrap .box_wrap .txt_box ul li {display: flex; align-items: baseline; gap:30px; color: #444;font-size: 20px;font-weight: 500;line-height: 150%;}
.sub0102_view_wrap .box_wrap .txt_box ul li span {width:130px; display: inline-flex;padding: 10px 30px;justify-content: center;align-items: center; border-radius: 50px;background: #B24896; color: #FFF;font-size: 20px;font-weight: 700;line-height: 18px; flex-shrink:0;}
.sub0102_view_wrap .con_box {margin-top: 50px;}
.sub0102_view_wrap .con_box img {width:100%;}
.sub0102_view_wrap .btn_wrap{display: flex; gap:20px; align-items: center; justify-content: center; margin-top: 50px;}
.sub0102_view_wrap .tab_wrap{margin-top: 100px;}
.sub0102_view_wrap .tab-menu-wrap{width: 100%;display:grid; grid-template-columns: repeat(5, 1fr); }
.sub0102_view_wrap .tab-menu-wrap a{display: block; cursor:pointer; padding: 15px 10px; text-align: center; border-left: 1px solid #DDD; background: #F5F5F5;color: #666;font-size: 20px;font-weight: 700;line-height: 150%;}
.sub0102_view_wrap .tab-menu-wrap a:first-child{border-left: none;}
.sub0102_view_wrap .tab-menu-wrap a.on{border-top: 2px solid #B24896; background:#fff; color: #B24896;}
.sub0102_view_wrap .tab-menu-wrap a.on:first-child{border-left: 1px solid #DDD;}
.sub0102_view_wrap .tab-menu-wrap a.on:last-child{border-right: 1px solid #DDD;}
.sub0102_view_wrap .tab-container .tab-con{padding: 50px 30px; border:1px solid #ccc; border-top: none;}
.sub0102_view_wrap .tab-container table {border: 1px solid #DDD;}
.sub0102_view_wrap .tab-container table tr{border-bottom: 1px solid #ddd;}
.sub0102_view_wrap .tab-container table tr th{background: #F9F9F9; color: #222;font-size: 18px;font-weight: 500;line-height: 150%;}
.sub0102_view_wrap .tab-container table tr td {padding: 30px;}
.sub0102_view_wrap .tab-container table tr td ul{display: flex; flex-direction: column; gap:10px;}
.sub0102_view_wrap .tab-container table tr td ul li{ color: #444;font-size: 18px;font-weight: 500;line-height: 150%;}
.sub0102_view_wrap .tab-container .editor_view p {color: #444;font-size: 18px;font-weight: 500;line-height: 150%;}
.sub0102_view_wrap .tab-container .editor_view ul li {color: #444;font-size: 18px;font-weight: 500;line-height: 150%;}



/* sub0102_view02 */
.form_wrap .req{color: var(--co01); font-weight: 700;}
.form_wrap .field_wrap{display: flex; flex-direction: column; gap:40px; margin-bottom: 50px; width: 1200px; border-radius: 30px;box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);padding: 50px; margin:0 auto; }
.form_wrap .field_wrap .vfield{flex: 1 1 48%;}
.form_wrap .field_wrap .input_box {display:flex; align-items: center; gap:15px;}
.form_wrap .field_wrap .input_box span {font-size: 18px; color:#000; }
.form_wrap .field_wrap .btn_group{display: flex; align-items: center;  gap:15px;}
.form_wrap .field_wrap .btn_group input[type="text"] {width:63%;}
.form_wrap .field_wrap .btn_group button{display:flex; justify-content: center; align-items: center; flex-shrink: 0; width: 149px; height:55px; padding: 10px 19px; font-size: 18px; font-weight: 500; color: #444; border-radius:5px; border: 1px solid #6D6D6D;}
.form_wrap .vfield label{font-size: 22px; font-weight: 700; line-height: 20px; color: #000;}
.form_wrap .vfield label span.star{color:var(--co01);}
.form_wrap .vfield{display: flex; flex-direction: column; gap: 15px;}
.form_wrap .vfield input[type="text"], .form_wrap .vfield input[type="email"], .form_wrap .vfield input[type="tel"],  .form_wrap .vfield input[type="date"] {width: 100%; font-size: 20px; border-radius: 5px;border: 0; height: 55px; padding: 10px 20px;background: #F9F9F9; color:#444;}
.form_wrap .vfield select {width: 100%; font-size: 18px; border-radius: 5px;border: 0; height: 55px; padding: 10px 20px;background: #F9F9F9;}
.form_wrap .vfield .select_box {display: flex; gap:10px;}
.form_wrap .vfield .select_box select {}
.form_wrap .vfield .radio_wrap{display: flex; gap:20px; align-items: center;    height: 55px;}
.form_wrap .vfield .radio_wrap label{color: #444;font-size: 20px;font-weight: 400; }
.form_wrap .vfield .radio_wrap label input[type="radio"]{margin-right: 20px;}
.form_wrap .vfield input.v30{width: 100px;height: 40px;}
.form_wrap .vfield input[type="checkbox"]{width: 20px; height: 20px;}
.form_wrap02 {border-top:1px solid #ccc; padding-top: 50px;}
.form_wrap02 .req{color: #f00; font-weight: 700;}
.form_wrap02 .field_wrap {display: flex; flex-wrap: wrap; justify-content: space-between; gap:60px 50px; }
.form_wrap02 .field_wrap .left_box {display: flex; flex-direction: column; gap:50px; width:48%;}
.form_wrap02 .field_wrap .right_box {width:48%;}
.form_wrap02 .field_wrap .vfield{flex: 1 1 48%;}
.form_wrap02 .vfield label{font-size: 22px; font-weight: 700; line-height: 20px; color: #000;}
.form_wrap02 .vfield {display: flex; flex-direction: column; gap: 15px;}
.form_wrap02 .vfield .checkbox_group {display: flex; gap:30px; margin-top: 15px;}
.form_wrap02 .vfield .checkbox_group label {display: flex; gap:20px; color: #444; font-size: 20px; font-weight: 400;}
.form_wrap02 .vfield input[type="checkbox"] {width: 22px; height: 22px; border-radius: 3px; appearance: none; -webkit-appearance: none; border:none; background: #F8F8F8;}
.form_wrap02 .vfield input[type="checkbox"]:checked::after {content: '✔'; color: #B24896; display: block; text-align: center; line-height: 20px; }
.form_wrap02 .vfield input[type="text"] {width: 100%; font-size: 18px; border-radius: 5px;border: 0; height: 55px; padding: 10px 20px;background: #F9F9F9;}
.form_wrap02 .vfield .input_box {display: flex; align-items: center; gap:15px; color: #4D4D4D;font-size: 18px;}

.sub0102_view02_wrap .notice_box{width: 100% ; background:var(--bg01); display: flex; flex-direction: column; gap:20px; align-content:center;  justify-content: center;text-align: center; border-radius:20px; padding: 20px;}
.sub0102_view02_wrap .notice_box p{font-size:20px; color:#222; font-weight: 600; line-height: 1.5;}
.sub0102_view02_wrap .notice_box em{font-size:18px; color:#444; font-weight: 400; line-height: 1.2;}
.sub0102_view02_wrap .agree_box h6 {color: #111;font-size: 22px;font-weight: 700;}
.sub0102_view02_wrap .agree_box .scroll_box {width:100%; height:240px; padding:25px; border-radius: 10px; background: #F9F9F9; overflow-y:scroll; margin-top: 20px;}
.sub0102_view02_wrap .agree_box .scroll_box strong {display: block; color: #222;font-size: 18px;font-weight: 800;line-height: 25px; margin-top: 20px;}
.sub0102_view02_wrap .agree_box .scroll_box p {color: #444;font-size: 18px;font-weight: 400;line-height: 25px; margin-top: 10px;}
.sub0102_view02_wrap .agree_box .scroll_box ul.type01 {margin-top: 20px;}
.sub0102_view02_wrap .agree_box .scroll_box ul.type01 li {color: #333;font-size: 18px;font-weight: 600;line-height: 25px;}
.sub0102_view02_wrap .agree_box .scroll_box ul.type02 li {color: #444;font-size: 18px;font-weight: 400;line-height: 25px; } 
.sub0102_view02_wrap .agree_box .scroll_box table {margin-top: 20px; width: 70%;}
.sub0102_view02_wrap .agree_box .scroll_box table tr th{padding: 10px; font-size:1rem; color:#fff; background:#666; word-break:keep-all; }
.sub0102_view02_wrap .agree_box .scroll_box table tr td{padding: 10px; font-size:1rem; color:#444; border:1px solid #ccc;  text-align: center; word-break:keep-all;}
.sub0102_view02_wrap .agree_box .check_box {margin-top: 20px; display: flex; justify-content: space-between; align-items: center;}
.sub0102_view02_wrap .agree_box .check_box p{font-size:1.125rem; color:#333; font-weight: 500;}
.sub0102_view02_wrap .agree_box .check_box .check_wrap{display: flex; gap:20px;}
.sub0102_view02_wrap .agree_box label {display: flex; justify-content: flex-end; align-items: center; gap:15px; color: #444;font-size: 18px; line-height: 1.4;}
.sub0102_view02_wrap .agree_box input[type="checkbox"] {width:18px; height:18px;}
.sub0102_view02_wrap .sign_wrap{border-top:1px solid #ddd; padding-top: 40px;display: flex;flex-direction: column;gap:20px; align-items: center; justify-content: center; text-align: center;}
.sub0102_view02_wrap .sign_wrap h4{font-size:20px; color:#222; font-weight: 700; line-height: 1.5;}
.sub0102_view02_wrap .sign_wrap .date, .sub0102_view02_wrap .sign_wrap .name{font-size:20px; color:#444; font-weight: 500;}
.sub0102_view02_wrap .btn_wrap{display: flex; align-items: center; justify-content: center; margin-top: 60px;gap: 20px;}

/* sub0102_view03 */
.sub0102_view03_wrap .bg{display: flex; flex-direction: column; align-items: center; justify-content: center; gap:30px;background: #F9F9F9; width: 100%; padding-block:50px;}
.sub0102_view03_wrap .bg h3{color: #B24896;text-align: center;font-size: 25px;font-weight: 600;line-height: 150%;}
.sub0102_view03_wrap .bg ul {width: 500px;padding: 30px; border-radius: 30px;background: #FFF; display: flex; flex-direction: column; gap:20px;}
.sub0102_view03_wrap .bg ul li{color: #444;position: relative;font-size: 18px;padding-left: 20px;font-weight: 400;line-height: 100%; /* 18px */}
.sub0102_view03_wrap .bg ul li::before{position: absolute; content:''; width: 6px;height: 6px; background:#B24896; left:0;top:6px; border-radius:10px;}
.sub0102_view03_wrap .bg .txt_wrap{display: flex; flex-direction: column; gap:10px;}
.sub0102_view03_wrap .bg .txt_wrap p{color: #222;font-size: 16px;font-weight: 500; line-height: 1.5;}
.sub0102_view03_wrap .bg a{display: inline-block;padding: 10px 40px; border-radius: 50px;background: #B24896; color: #FFF;font-size: 20px;font-weight: 700;}

/* sub0201 */
.sub0201_wrap strong {display: block; color: #111;text-align: center;font-size: 30px;font-weight: 600;line-height: 150%; margin-bottom: 80px;}
.sub0201_wrap strong span {color: #B24896;}
.sub0201_wrap ul {width:100%; display: flex; flex-wrap:wrap; justify-content: center; gap:50px 29px; margin-top: 30px;}
.sub0201_wrap ul li {display: flex; flex-direction: column; align-items: center;}
.sub0201_wrap ul li p {color: #222;font-size: 20px;font-weight: 500; text-align: center; margin-top: 20px;}

/* sub0202_2 */
.sub0202_2_wrap .sec{margin-top: 50px;}
.sub0202_2_wrap .form_wrap .field_wrap .field_inn{display:grid; grid-template-columns: repeat(2, 1fr); gap:40px 50px;} 
.sub0202_2_wrap .form_wrap .input_wrap{position: relative; display: flex; align-items: center; gap:20px;}
.sub0202_2_wrap .form_wrap .input_wrap .txt{position: absolute; right:20px; top:50%; transform:translateY(-50%); color:#666; font-size:18px;font-weight: 500;} 
.sub0202_2_wrap .form_wrap .input_box .input_wrap{font-size:18px; color:#222; font-weight: 600;}
.sub0202_2_wrap .form_wrap textarea{width: 100%;     background: #F9F9F9; border:none;    padding: 10px 20px;    font-size: 18px; height: 200px;}
.sub0202_2_wrap .form_wrap .input_wrap p{font-size:1rem; font-weight: 400; color:#444;}

/* sub0203 */
.sub0203_wrap .sub_tab_wrap{margin-bottom: 50px;}
.sub0203_wrap .swiper {width: 100%; max-width: 1500px; margin: 0 auto;}
.sub0203_wrap .swiper .swiper-pagination {position: unset; margin-top: 50px;}
.sub0203_wrap .swiper .swiper-pagination-bullet-active {width: 30px !important; height: 15px !important; border-radius: 10px; background: #444 !important;}
.sub0203_wrap .swiper .swiper-pagination-bullet {width: 15px; height: 15px; transition: all 0.3s;}
.sub0203_wrap .swiper .swiper-slide {height: 200px !important; border: 1px solid rgba(170, 170, 170, 0.67);}
.sub0203_wrap .swiper .swiper-slide a {position: relative; display: block; width:100%; height:100%; }
.sub0203_wrap .swiper .swiper-slide img {display:block; margin:0 auto 30px; height:40px;}
.sub0203_wrap .swiper .swiper-slide strong {color: #444;font-family: Pretendard;font-size: 18px;font-weight: 600;line-height: 150%; white-space: nowrap; overflow: hidden;}
.sub0203_wrap .swiper .swiper-slide p {color: #666;font-family: Pretendard;font-size: 18px;font-weight: 400;line-height: 150%; word-break:keep-all; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;  text-overflow: ellipsis;}
.sub0203_wrap .swiper .swiper-slide span {position: absolute; right:20px; bottom:20px; display:block;color: #666;text-align: right;font-family: Pretendard;font-size: 16px;font-weight: 400;line-height: 150%;}
.sub0203_wrap .swiper .swiper-slide .overlay_box {overflow: hidden; opacity: 0; background: rgba(51, 51, 51, 0.9); color: #fff; transition: 0.3s ease-in-out; }
.sub0203_wrap .swiper .swiper-slide .overlay_box dl {margin-bottom: 10px;}
.sub0203_wrap .swiper .swiper-slide .overlay_box dt {width:70px; font-size: 16px; display: inline-block; font-weight: 600;}
.sub0203_wrap .swiper .swiper-slide .overlay_box dd {font-size: 16px; display: inline-block; font-weight: 400;}
.sub0203_wrap .swiper .swiper-slide .overlay_box span {font-size: 16px; font-weight: 400; color:#fff;}
.sub0203_wrap .swiper .swiper-slide .info_box{display: flex; flex-direction: column; align-items: flex-start;justify-content: center; width: 100%; height: 100%; padding:20px; box-sizing: border-box;}
.sub0203_wrap .swiper .swiper-slide .overlay_box {position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding:20px; box-sizing: border-box;}
.sub0203_wrap .swiper .swiper-slide .info_box > span > b{position:relative; display:inline-block; margin-right:10px;}
.sub0203_wrap .swiper .swiper-slide .info_box > span > b:after{position: absolute; content:''; background:#ccc; width:1px; height:14px; right:-8px; top:calc(50% - 1px); transform:translateY(-50%);}
.sub0203_wrap .swiper .swiper-slide:hover .overlay_box {opacity:1;}
.sub0203_wrap .tbl_box {width:100%;margin-top: 50px;}
.sub0203_wrap table.tbl01 {width:100%;}
.sub0203_wrap table.tbl01 thead th {height: 60px; color: #222;font-family: Pretendard;font-size: 18px;font-weight: 700;line-height: 18px; border-right: 1px solid #fff; }
.sub0203_wrap table.tbl01 thead th:last-child {border-right:0;}
.sub0203_wrap table.tbl01 tr td {height: 60px; padding: 0 20px; border-right: 1px solid #dedede; border-bottom:1px solid #dedede; text-align: center;color: #444;font-family: Pretendard;font-size: 18px;font-weight: 400;line-height: 28px; word-break:keep-all; /* white-space:nowrap; */ }
.sub0203_wrap table.tbl01 tr td a {width:705px; color: #444; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;  text-overflow: ellipsis;}
.sub0203_wrap table.tbl01 tr td:nth-child(2) {text-align: left;}
.sub0203_wrap table.tbl01 tr td:last-child {border-right:0;}

.bbs_search {display: flex;justify-content: flex-end;gap: 10px;}
.search_box {display: flex;justify-content: flex-end;gap: 10px;margin-top: 110px;}
.search_box select {width: 180px;height: 60px;border: 1px solid #CCC;color: #000;font-family: Pretendard;font-size: 18px;font-weight: 500;padding-left: 30px;}
.search_box input[type="text"] {width: 390px;height: 60px;border: 1px solid #ccc;border-right: 0;padding-left: 30px;color: #444;font-size: 18px;}
.search_box input::placeholder {color: #666;font-family: Pretendard;font-size: 18px;font-weight: 500;}
.search_box input:focus{outline:none;}
.search_box .input_btn {display: flex;}
.search_box .search_btn {width: 80px;height: 60px;border: 1px solid #ccc;border-left: 0;}

/* sub0204 */
.sub0204_wrap ul.box_wrap{display:grid; grid-template-columns: repeat(3, 1fr); gap:50px;}
.sub0204_wrap ul.box_wrap li {border-radius: 20px;background: #FFF;box-shadow: 0 0 2.1px 0 rgba(0, 0, 0, 0.25);}
.sub0204_wrap ul.box_wrap li a{display: flex; flex-direction: column; gap:20px; align-items: center; justify-content: center;padding: 50px 30px;}
.sub0204_wrap ul.box_wrap li a p{color: #444;text-align: center;font-size: 20px;font-weight: 600;line-height: 150%; /* 30px */}
.sub0204_wrap ul.box_wrap li a .img_wrap{border: 1px solid #DDD; width: 356px; padding: 15px;}
.sub0204_wrap ul.box_wrap li a .img_wrap img{display: block; height: 80px; margin:0 auto;}

/* sub0205_2 */
.sub0205_2_wrap .form_wrap .vfield .radio_wrap label input[type="radio"] {margin-right: 0;}
.sub0205_2_wrap .form_wrap .field_wrap .field_inn .vfield:nth-of-type(3) {grid-column: 1 / -1;}
.sub0205_2_wrap .form_wrap .field_wrap table tr th{background:#FCFAFE; color:var(--co01); font-size:1.125rem; padding: 5px; font-weight: 400;} 
.sub0205_2_wrap .form_wrap .field_wrap table tr td{padding: 5px; color:#444; font-size:1rem; font-weight: 400; border-bottom: 1px solid #ddd;    text-align: center;}
.sub0205_2_wrap .form_wrap .field_wrap table tr td input{height: 40px;}
.sub0205_2_wrap .form_wrap .field_wrap table tr td input.w80{width: 80%;}
.sub0205_2_wrap .form_wrap .field_wrap table tr td input[type="number"]{width: 50px; height: 40px; background:#F9F9F9; border-radius: 5px;border: 0; padding: 10px;}
.sub0205_2_wrap .form_wrap .field_wrap table tr td .radio_wrap {justify-content: center;}
.sub0205_2_wrap .form_wrap .field_wrap table tr td .radio_wrap label{font-size:1rem; font-weight: 400; color:#444; white-space: nowrap;}
.sub0205_2_wrap .form_wrap .field_wrap table tr td label input[type="radio"] {margin-right: 5px;}
.sub0205_2_wrap .form_wrap .field_wrap table tr td .date_wrap{display: flex; gap:5px; align-items: center;}
.sub0205_2_wrap .form_wrap .field_wrap .input_wrap{display: flex; flex-direction: column; gap:10px; width: 100%;align-items: flex-start;}
.sub0205_2_wrap .form_wrap .field_wrap .input_wrap .input_box{width: 100%; font-size:1rem; font-weight: 400; color:#444;}
.sub0205_2_wrap .form_wrap .field_wrap .input_wrap .input_box input{width: 100%;}
.sub0205_2_wrap .form_wrap .field_wrap .input_wrap .input_box input.w30{width: 30%;}
.sub0205_2_wrap .form_wrap .field_wrap .input_wrap .input_box b{color:#222;}
.sub0205_2_wrap .form_wrap .field_wrap .input_wrap label{font-size:1rem; font-weight: 600; color:#222;}
.sub0205_2_wrap .form_wrap .field_wrap .input_wrap label input[type="checkbox"] {margin-right: 5px;}
.sub0205_2_wrap .form_wrap .field_wrap .radio_wrap .input_box{font-size:1rem; font-weight: 400; color:#444;    white-space: nowrap ;}
.sub0205_2_wrap .form_wrap .field_wrap .radio_wrap02{flex-wrap:wrap;}
.sub0205_2_wrap .form_wrap .field_wrap input[type="time"]{height: 55px; background:#F9F9F9; border-radius: 5px;border: 0; padding: 10px; font-size:1.125rem;}
.sub0205_2_wrap .form_wrap .field_wrap .add_btn{display: flex; justify-content: flex-end;}
.sub0205_2_wrap .form_wrap .field_wrap .add_btn button{padding: 5px 20px; font-size:1.125rem; background:var(--co01); color:#fff; font-weight: 600; border-radius:5px;}
.sub0205_2_wrap .form_wrap .field_wrap .radio_wrap label{ display: flex;white-space: nowrap;align-items: center;gap: 10px;}
.sub0205_2_wrap .form_wrap .field_wrap .radio_wrap input[type="checkbox"]{width: 16px; height: 16px;}

/* sub0501_wrap */
.sub0501_wrap .img_wrap{border-radius:30px; overflow:hidden; width:100%; height:450px; margin-bottom:80px;}
.sub0501_wrap .img_wrap > img{width:100%; height:100%; object-fit:cover;}
.sub0501_wrap .txt_wrap{margin-bottom:60px;}
.sub0501_wrap .txt_wrap p{margin-bottom:30px; font-size:24px; line-height:1.5; color:#222; word-break:keep-all;}
.sub0501_wrap .txt_wrap p:last-child{margin-bottom:0px;}
.sub0501_wrap .txt_wrap p.txt_accent{font-size:30px; font-weight:700; color:#B24896;}
.sub0501_wrap .img_wrap.Signature{border-radius:0px; height:110px; text-align:right; margin-bottom:0px;}
.sub0501_wrap .img_wrap.Signature > img{width:auto;}

/* sub0502_wrap */
.sub0502_wrap .img_wrap{border-radius:30px; overflow:hidden; width:100%; height:450px; margin-bottom:80px;}
.sub0502_wrap .img_wrap > img{width:100%; height:100%; object-fit:cover;}
.sub0502_wrap .point_wrap .point{display:flex; margin-bottom:50px;}
.sub0502_wrap .point_wrap .point:last-child{margin-bottom:0px;}
.sub0502_wrap .point_wrap h4{width:calc(100% / 5); font-size:24px; font-weight:700; color:#B24896;}
.sub0502_wrap .point_wrap p,
.sub0502_wrap .point_wrap ul{width:calc((100% / 5) * 4); display:flex; font-size:20px; line-height:1.5; color:#222; word-break:keep-all;}
.sub0502_wrap .point_wrap .point01 ul{gap:50px;}
.sub0502_wrap .point_wrap .point01 ul li{width:100%; height:120px; border:1px solid #E8C9E0; border-radius:20px; padding:0 20px; display:flex; justify-content: center; align-items: center; text-align:center;}
.sub0502_wrap .point_wrap .point05 ul{gap:30px;}
.sub0502_wrap .point_wrap .point05 ul li{width:100%; height:160px; border:1px solid #F0DDEE; border-radius:20px; overflow:hidden;}
.sub0502_wrap .point_wrap .point05 ul li h5,
.sub0502_wrap .point_wrap .point05 ul li p{width:100%; display:flex; justify-content: center; align-items: center; text-align:center;}
.sub0502_wrap .point_wrap .point05 ul li h5{height:50px; font-size:20px; line-height:1.5; font-weight:700; color:#fff; margin-bottom: 0;}
.sub0502_wrap .point_wrap .point05 ul li:nth-child(1) h5{background:#CA7CB6;}
.sub0502_wrap .point_wrap .point05 ul li:nth-child(2) h5{background:#B24896;}
.sub0502_wrap .point_wrap .point05 ul li:nth-child(3) h5{background:#8E3977;}
.sub0502_wrap .point_wrap .point05 ul li:nth-child(4) h5{background:#7C3268;}
.sub0502_wrap .point_wrap .point05 ul li p{height:calc(100% - 50px); font-size:18px; line-height:1.5; font-weight:500; color:#444;}

/* sub0503_wrap */
.sub0503_wrap .sub05_con_tit{margin-bottom:80px;}
.sub0503_wrap .sub05_con_tit h3{margin-bottom:0px;}
.sub0503_wrap .info_wrap{display:flex; align-items: center; gap:70px; margin-bottom:120px;}
.sub0503_wrap .info_wrap .info_left{width:calc(((100% - 70px) / 5) * 2);}
.sub0503_wrap .info_wrap .info_right{width:calc(((100% - 70px) / 5) * 3);}
.sub0503_wrap .info_wrap .info_left{display:flex; flex-direction: column; align-items: center;}
.sub0503_wrap .info_wrap .info_left .img_wrap{margin-bottom:50px; width:200px; height:70px;}
.sub0503_wrap .info_wrap .info_left .img_wrap img{width:100%; height:100%; object-fit:cover;}
.sub0503_wrap .info_wrap .info_left .txt_wrap{width:100%; background:#FAF7FE; padding:30px; text-align:left;}
.sub0503_wrap .info_wrap .info_left .txt_wrap p{font-size:18px; color:#444; line-height:1.5; font-weight:500; word-break:keep-all;}
.sub0503_wrap .info_wrap .info_left .txt_wrap p strong{font-size:24px; color:#B24896; font-weight:700;}
.sub0503_wrap .info_wrap .info_left .txt_wrap p:first-child{margin-bottom:10px;}
.sub0503_wrap .info_wrap .info_right li{width:100%; display:flex; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #ddd; align-items: center; gap:20px;}
.sub0503_wrap .info_wrap .info_right li:last-child{margin-bottom:0px;}
.sub0503_wrap .info_wrap .info_right li p{font-size:20px; color:#444;}
.sub0503_wrap .info_wrap .info_right li p strong{color:#fff; background:#B24896; font-weight:700; width:100px; height:40px; border-radius:5px; display:flex; justify-content: center; align-items: center;}
.sub0503_wrap .business_wrap{display:flex; flex-wrap: wrap; gap:20px;}
.sub0503_wrap .business_wrap h4{width:100%; font-size:30px; color:#222; font-weight:700; margin-bottom:10px;}
.sub0503_wrap .business_wrap .business_item{width:calc((100% - 20px) / 2); padding:30px; border:1px solid #ddd; border-radius:20px; gap:20px; display:flex; align-items: center;}
.sub0503_wrap .business_wrap .business_item .img_wrap{width:65px; height:65px; border-radius:5px; overflow:hidden; flex-shrink: 0;}
.sub0503_wrap .business_wrap .business_item .img_wrap img{width:100%; height:100%; object-fit:cover;}
.sub0503_wrap .business_wrap .business_item .txt_wrap p{font-size:20px; margin-bottom:15px; color:#222; font-weight:700;}
.sub0503_wrap .business_wrap .business_item .txt_wrap a{font-size:18px; color:#444;}

/* sub0504_wrap */
.sub0504_wrap .sub05_tab_wrap{margin-bottom:50px; position: sticky;top: 0px;background:#fff;  z-index:1000;padding: 20px 0;}
.sub0504_wrap .sub05_tab{padding:40px; border-radius:20px; background:#FAF7FE; display:flex; gap:30px 60px; flex-wrap: wrap; justify-content: center}
.sub0504_wrap .sub05_tab a{font-size:24px; font-weight:500; line-height:1.5; color:#444;}
.sub0504_wrap .sub05_tab a:hover{color:#B24896;}
.sub0504_wrap .sub05_tab_wrap p{text-align:right; margin-top:20px; font-size:18px; color:#444;}
.sub0504_wrap .item_list{display:flex; flex-wrap: wrap; gap:50px;}
.sub0504_wrap .item_list .item_wrap{position:relative; width:calc((100% - 50px) / 2); padding-bottom:30px;scroll-margin-top: 200px; }
.sub0504_wrap .item_list .item_wrap .img_wrap{border-radius:20px; overflow:hidden;}
.sub0504_wrap .item_list .item_wrap .img_wrap img{width:100%; height:100%; object-fit:cover;}
.sub0504_wrap .item_list .item_wrap .item_name{position:absolute; padding:10px 80px; height:60px; border-radius:50px; background:#B24896; color:#fff; font-size:25px; white-space:nowrap; font-weight:700; bottom:0px; left:50%; transform:translateX(-50%); display:flex; justify-content: center; align-items: center;}

/* sub0505_wrap */
.sub0505_wrap .map_wrap {width:100%; height:450px;}
.sub0505_wrap .info_wrap {margin-top: 50px;}
.sub0505_wrap .info_wrap h6 {color: #222;font-size: 30px;font-weight: 700;}
.sub0505_wrap .info_wrap .info_box {display: flex; gap:150px; margin-top: 40px;}
.sub0505_wrap .info_wrap .info_box .left_box ul {display: flex; flex-direction: column; gap:20px;}
.sub0505_wrap .info_wrap .info_box .left_box ul li {display: flex; gap:15px;}
.sub0505_wrap .info_wrap .info_box .left_box ul li span {display: flex; justify-content: center; align-items: center; width:40px; height:40px; background: #B24896; border-radius: 50px; flex-shrink: 0;}
.sub0505_wrap .info_wrap .info_box .left_box ul li p {color: #444;font-size: 20px;font-weight: 500;line-height: 30px; word-break:keep-all;}
.sub0505_wrap .info_wrap .info_box .left_box .operate_box {display: flex; justify-content: space-between; align-items: flex-end; padding:20px 30px; border-radius: 20px; background: #FAF7FE; margin-top: 40px;}
.sub0505_wrap .info_wrap .info_box .left_box .operate_box strong {display: block; color: #B24896;font-size: 20px;font-weight: 700;line-height: 30px; margin-bottom: 15px;}
.sub0505_wrap .info_wrap .info_box .left_box .operate_box p {color: #444;font-size: 18px;font-weight: 500;line-height: 30px;}
.sub0505_wrap .info_wrap .info_box .right_box ul {display: flex; flex-direction: column; gap:50px;}
.sub0505_wrap .info_wrap .info_box .right_box ul li strong {display: flex; align-items: center; gap:15px; color: #222;font-size: 22px;font-weight: 700;line-height: 30px; margin-bottom: 20px;}
.sub0505_wrap .info_wrap .info_box .right_box ul li p {display: flex; align-items: center; gap:10px; color: #444;font-size: 18px;font-weight: 500;line-height: 130%; margin-bottom: 15px; word-break:keep-all;}
.sub0505_wrap .info_wrap .info_box .right_box ul li p:last-child {margin-bottom: 0;}
.sub0505_wrap .info_wrap .info_box .right_box ul li p span {display: inline-flex;padding: 5px 10px;justify-content: center;align-items: center; border-radius: 5px; color: #FFF;font-size: 18px;font-weight: 500; white-space:nowrap;}
.sub0505_wrap .info_wrap .info_box .right_box ul li p span.brown {background: #A9431E;}
.sub0505_wrap .info_wrap .info_box .right_box ul li p span.blue {background: #0068B7;}
.sub0505_wrap .info_wrap .info_box .right_box ul li p span.green {background: #53B332;}

/* sub0507_wrap */
.sub0507_wrap .history_wrap{display: flex; flex-direction: column; gap:100px; position: relative;}
.sub0507_wrap .history_wrap::before{position: absolute; content:''; width: 2px; height: 95%; background:#ddd; left:357px; top:10px;}
.sub0507_wrap .history_wrap li{display: flex; gap:200px;}
.sub0507_wrap .history_wrap li strong.year{font-size:40px; font-weight: 700; color:#222; min-width: 250px;}
.sub0507_wrap .history_wrap li .cont{display: flex;  flex-direction: column; gap:10px; position: relative;}
.sub0507_wrap .history_wrap li .cont::after{content:''; position: absolute; width: 15px; height: 15px; background:#fff; border:4px solid #ddd; border-radius:10px; top:10px; left:-100px;}
.sub0507_wrap .history_wrap li:first-child .cont::after{background:var(--co01); border:none;}
.sub0507_wrap .history_wrap li .cont dl{display: flex; gap:20px; line-height: 1.5; }
.sub0507_wrap .history_wrap li .cont dt{font-size:20px; font-weight: 700; color:#222;}
.sub0507_wrap .history_wrap li .cont dd{font-size:20px; font-weight: 500; color:#444;}


/* 공통 */
/* .user_page{line-height: 1.1;}
.user_page input[type="text"], .user_page input[type="password"], .user_page input[type="email"], .user_page input[type="file"], .user_page select, .user_page input[type="search"]{height: 60px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.user_page textarea{padding: 15px 20px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.user_page select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center; padding-right: 40px;}
.user_page h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.user_page .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.user_page .form_box{display: flex; flex-direction: column; gap:10px;}
.user_page .form_box label{font-size: 20px; color: #222; font-weight: 600;}
.user_page .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px; margin-top: 30px;}
.account_box{max-width:700px; margin: 0 auto; padding: 80px 50px; background: #fff; border-radius:15px;}
.user_page .agree_wrap{margin-top: 25px;}
.user_page .check_label {display: flex;align-items: center;cursor: pointer;justify-content: flex-end; font-size: 14px; color: #444;}
.user_page .agree_box {appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.user_page .agree_box::after {content: '✔';font-size: 13px;position: absolute;left: 2px;top: -2px;color: #ccc; visibility: visible;}
.user_page .agree_box:checked {background-color: #000;border-color: #000;}
.user_page .agree_box:checked::after {color: #fff;}
.user_page .bbs_top input, .user_page .bbs_top select{width: auto; border: none; height: 52px;}
.user_page .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px;}
.user_page .search_wrap input[type="search"]{width: 100%; height: 40px; background: none;}
.user_page .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} */



/* sub_id */
.sub_id_wrap{max-width:700px; margin: 0 auto; padding: 80px 50px; background: #fff; border-radius:15px; line-height: 1;}
.sub_id_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_id_wrap .form_wrap .tabs{display: flex;}
.sub_id_wrap .form_wrap .tabs a{display: block; width: 50%; text-align: center; font-size: 20px; padding-block:15px;}
.sub_id_wrap .form_wrap .tabs a.on{color: #000; border-bottom: 1px solid #000;}
.sub_id_wrap .form_inner02{display: flex; flex-direction: column; gap:30px; align-items: center;}
.sub_id_wrap .form_inner02 p{font-size: 22px; color: #444;}
.sub_id_wrap .id_check .id_box{width: 100%; padding-block:15px; background: #F9F9F9; border-radius:10px; text-align: center; font-size: 18px; color: #222;}
.sub_id_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.sub_id_wrap .form_box{display: flex; flex-direction: column; gap:10px;}
.sub_id_wrap .form_box label{font-size: 20px; color: #222; font-weight: 600;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; width: 100%; height: 60px; margin-top: 30px;}
.sub_id_wrap .login_wrap{display: flex; justify-content: center; gap:25px; margin-top: 50px;}
.sub_id_wrap .login_wrap a{width: 240px; font-size: 24px; text-align: center; border-radius:10px; padding-block:10px;}
.sub_id_wrap .login_wrap a.login_btn01{border:2px solid #000; color: #fff; background: #000;}
.sub_id_wrap .login_wrap a.login_btn02{border:2px solid #000; color: #000; background: #fff;}
.sub_id_wrap input[type="text"], .sub_id_wrap input[type="password"], .sub_id_wrap input[type="email"]{height: 60px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px; margin-top: 30px;}



/* sub_login */
.sub_login_wrap{ background: #fff; border-radius:15px; line-height: 1;}
.sub_login_wrap.account_box{max-width:700px; margin: 0 auto;}
.sub_login_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_login_wrap.account_box{padding: 50px;}
.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 .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: black;border-color: black;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked::after {content: '✔';color: white;font-size: 12px;position: absolute;top: -2px;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{border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px; margin-top: 30px;}
.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;}
.sub_login_wrap .external_wrap{display: flex; justify-content: space-evenly; margin-top: 50px;}
.sub_login_wrap .external_wrap p{margin-top: 10px; text-align: center;}
.sub_login_wrap .divider{display: flex; justify-content: center; align-items: center; gap:15px; margin-top: 35px; white-space:nowrap;}
.sub_login_wrap .divider span{display: block; background: #DDD; width: 100%; height: 1px;}
.sub_login_wrap .signup_link{display: flex; justify-content: center; gap:30px; margin-top: 20px; font-size: 14px; color: #444; line-height: 1.4;}
.sub_login_wrap .signup_link a{font-size: 14px; color: #444; border-bottom: 1px solid #444; line-height: 1.4;}
.sub_login_wrap .txt_area{display: flex; gap:50px;}
.sub_login_wrap .txt_area > div{flex:1;}
.sub_login_wrap .txt_area h3{font-size: 20px; color: #222; text-align: center; margin-bottom: 20px;}
.sub_login_wrap .txt_area .txt_box{height: 400px; border-radius: 10px; background: #F9F9F9; padding: 25px; font-size: 16px; line-height: 1.6; overflow-y:auto;}
.sub_login_wrap .txt_area .txt_box strong{display: block; padding-block: 15px;}
.sub_login_wrap .txt_area.area_column{flex-direction: column;}
.sub_login_wrap .txt_area .txt_box{height: 240px;}
.sub_login_wrap .agree_wrap{margin-top: 25px;}
.sub_login_wrap .check_label{display: flex;align-items: center;cursor: pointer;justify-content: flex-end; font-size: 14px; color: #444;}
.sub_login_wrap .agree_box{appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_login_wrap .agree_box::after {content: '✔'; font-size: 13px; position: absolute; left: 2px; top: -2px; color: #ccc; visibility: visible;}
.sub_login_wrap .agree_box:checked {background-color: #000;border-color: #000;}
.sub_login_wrap .agree_box:checked::after {color: #fff;}
.sub_login_wrap .id_field{display: flex; flex-direction: column; gap:10px;}

.sub_login_wrap .account_btn{display: flex; justify-content: center; gap: 20px; margin-top: 25px;}
.sub_login_wrap .account_btn button{width: 160px; height:55px; font-size: 22px; border-radius:10px; padding-block:10px; border:1px solid #000; text-align: center; line-height: 1;}
.sub_login_wrap .account_btn button.btn01{background: #fff; color: #000;}
.sub_login_wrap .account_btn button.btn02{background: #000; color: #fff;}


.sub_sign_wrap{line-height: 1;}
.sub_sign_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_sign_wrap input[type="text"], .sub_sign_wrap input[type="password"], .sub_sign_wrap input[type="email"], .sub_sign_wrap select {height: 55px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_sign_wrap .select_box {width:100%;}
.sub_sign_wrap .select_box select {width:15%;}
.sub_sign_wrap .form_list li{display: flex; gap:10px;}
.sub_sign_wrap .form_list li:not(:first-child){margin-top: 30px;}
.sub_sign_wrap .form_list li label{margin-top: 20px; width: 140px; flex-shrink:0; font-size: 20px; color: #000; font-weight: 500;}
.sub_sign_wrap .form_list li label .required{color: #F00;}
.sub_sign_wrap .form_list li input{width: 100%;}
.sub_sign_wrap .form_list li .id_field{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .form_list .add_wrap{width: 100%; display: flex; flex-direction: column; gap: 15px;}
.sub_sign_wrap .form_list .address_row{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .sub_btn{width: 150px; border:1px solid #000; flex-shrink: 0; font-size: 18px; color: #444; border-radius:5px;}



/* history */
.sub_history_wrap{line-height: 1;}
.sub_history_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_history_wrap .year_wrap{max-width:800px; margin: 0 auto;}
.sub_history_wrap .timeline{position: relative; margin-top: 110px;} 
.sub_history_wrap .timeline .line{position: absolute; left: 155px; top: 15px; width: 2px; height: 100%; background: #DDD;}
.sub_history_wrap .timeline .line::before {content: '';position: absolute;top: 0;left: 0;width: 2px;background: var(--co01);height: var(--line-fill, 0);transition: height 0.3s ease;z-index: 1;}
.sub_history_wrap .year_section:not(:first-child){margin-top: 40px;}
.sub_history_wrap .year_item{display: flex; align-items: flex-start;}
.sub_history_wrap .year_item strong{position: relative; display: block; flex-shrink:0; width: 95px; margin-right: 70px; font-size: 35px; color: #000;}
.sub_history_wrap .year_item strong::after{content:''; position: absolute; right: -65px; top: 50%; transform:translateY(-50%); width: 8px; height: 8px; background: #666; border-radius:50%;	z-index: 5000;}
.sub_history_wrap .timeline > div:first-child .year_item strong::after{background: var(--co01);}
.sub_history_wrap .timeline > div:first-child .year_item strong::before{content: '';position: absolute;right: -74px;top: 50%;transform: translateY(-50%);width: 25px;height: 25px;border: 3px solid var(--co01);border-radius: 50%;z-index: 1;}
.sub_history_wrap .year_item.past strong::after {background: var(--co01);}
.sub_history_wrap .year_item:not(:first-child){margin-top: 40px;}
.sub_history_wrap .year_list{padding-left: 85px;}
.sub_history_wrap .year_list li{display: flex; gap:15px; align-items: center;}
.sub_history_wrap .year_list li em{min-width: 65px; font-size: 24px; color: #444; font-weight: 600;}
.sub_history_wrap .year_list li p{font-size: 18px; color: #444;}
.sub_history_wrap .year_list li:not(:first-child){margin-top: 20px;}



/* contact */
.sub_contact_wrap{line-height: 1;}
.sub_contact_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_contact_wrap input[type="text"], .sub_contact_wrap input[type="password"], .sub_contact_wrap input[type="email"], .sub_contact_wrap select, .sub_contact_wrap textarea{padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9; width: 100%; height: 55px;}
.sub_contact_wrap select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center #f9f9f9; padding-right: 40px;}
.sub_contact_wrap .form_inner{display: flex; flex-direction: column; gap:40px;}
.sub_contact_wrap .form_row{display: flex; flex-direction: column; gap:15px;}
.sub_contact_wrap .form_row label{font-size: 20px; color: #000; font-weight: 500;}
.sub_contact_wrap .form_row label .required-mark{color: #f00;}
.sub_contact_wrap .form_w50{display: flex; flex-wrap:wrap; gap:40px 50px;}
.sub_contact_wrap .form_w50 .form_row{width: 47%;}
.sub_contact_wrap .form_w50 .phone_group{display: flex; align-items: center; gap:10px;}
.sub_contact_wrap .form_w50 .email_group{display: flex; align-items: center; gap:10px;}
.sub_contact_wrap .file_upload{display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_contact_wrap .file_upload label{display: flex; align-items: center; gap:5px; background: #333; font-size: 16px; color: #fff; padding: 10px 20px; border-radius:30px; cursor:pointer;}
.sub_contact_wrap .policy_info{padding: 15px 20px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9; line-height: 1.6; height: 250px; overflow-y: auto;}
.sub_contact_wrap .policy_info p:not(:first-child){margin-top: 5px;}
.sub_contact_wrap .agree_wrap{margin-top: 25px;}
.sub_contact_wrap .agree_wrap label{font-size: 16px; color: #444; font-weight: 400; display: flex;align-items: center;cursor: pointer;justify-content: flex-end; color: #444;}
.sub_contact_wrap .agree_box {appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_contact_wrap .agree_box::after {content: '✔';font-size: 13px;position: absolute;left: 2px;top: -2px;color: #ccc; visibility: visible;}
.sub_contact_wrap .agree_box:checked {background-color: #000;border-color: #000;}
.sub_contact_wrap .agree_box:checked::after {color: #fff;}
.sub_contact_wrap .submit_btn{display: block; width: 290px; margin: 100px auto 0; border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px;}



/* faq */
.sub_faq_wrap{line-height: 1;}
.sub_faq_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_faq_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px; margin-left: auto;}
.sub_faq_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; border: none; font-size: 16px;}
.sub_faq_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;}
.sub_faq_wrap .faq_wrap{border-top: 2px solid #000;}
.sub_faq_wrap .faq_wrap li{ border-bottom: 1px solid #CCC;}
.sub_faq_wrap .faq_wrap li .fre{position: relative; display: flex; gap:30px; align-items: center; padding: 20px 30px;}
.sub_faq_wrap .faq_wrap li .fre::after{content:''; position: absolute; right: 30px; top: 50%; transform:translateY(-50%); background: url('/images/sub/faq_arw.png')center no-repeat; background-size:cover; width: 17px; height: 10px; transition:.3s;}
.sub_faq_wrap .faq_wrap li.open .fre::after{transform: rotate(180deg) translateY(50%); transition:.3s;}
.sub_faq_wrap .faq_wrap li .fre .q{display: flex; justify-content: center; align-items: center; width: 60px; aspect-ratio:1; font-size: 24px; color: #444; font-weight: 500; background: rgba(238, 238, 238, 0.93); border-radius:50%;}
.sub_faq_wrap .faq_wrap li .tit_wrap{display: flex; flex-direction: column; gap:10px;}
.sub_faq_wrap .faq_wrap li .tit_wrap span{font-size: 16px; color: #5D5D5D;}
.sub_faq_wrap .faq_wrap li .tit_wrap strong{font-size: 18px; color: #222;}
.sub_faq_wrap .faq_wrap li .ask{background: #F9F9F9; padding: 20px 30px; border-top: 1px solid #ccc;}
.sub_faq_wrap .faq_wrap li .ask .a{display: flex; justify-content: center; align-items: center; flex-shrink:0; width: 60px; aspect-ratio:1; font-size: 24px; color: #fff; font-weight: 500; background: rgba(51, 51, 51, 0.93); border-radius:50%;}
.sub_faq_wrap .faq_wrap .ask_cont{display: flex; align-items: flex-start; gap:30px;}
.sub_faq_wrap .faq_wrap .ask_cont .txt_wrap{margin-top: 20px;}
.sub_faq_wrap .faq_wrap .ask_cont .txt_wrap p{font-size: 16px; color: #333; line-height: 1.4; word-break:keep-all;}
.sub_faq_wrap .ask_text{display: flex; justify-content: flex-end; gap:5px; margin-top: 10px;}



/* qna */
.sub_qna_wrap{line-height: 1;}
.sub_qna_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_qna_wrap .bbs_top{display: flex; justify-content: flex-end; gap:10px;}
.sub_qna_wrap .bbs_top input, .sub_qna_wrap .bbs_top select{width: auto; border: none; height: 52px;}
.sub_qna_wrap .bbs_top select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center; padding-inline: 20px 40px; border:1px solid #ccc; border-radius:30px; font-size: 16px;}
.sub_qna_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px;}
.sub_qna_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; font-size: 16px;}
.sub_qna_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} 
.sub_qna_wrap .qna_list{border-top: 1px solid #ccc;}
.sub_qna_wrap .qna_list li a{display: flex; justify-content: space-between; align-items: center; padding: 40px 35px; border-bottom: 1px solid #ccc; font-size: 18px; color: #000;}
.sub_qna_wrap .qna_list li .qna_left{display: flex; gap:60px;}
.sub_qna_wrap .qna_list li .qna_right{display: flex; gap:55px;}
.sub_qna_wrap .qna_list li .qna_right .situ{width: 68px; text-align: center;}
.sub_qna_wrap .qna_list li.finish .anw_box{display: flex; align-items: center; gap:20px;}
.sub_qna_wrap .qna_list li.finish .anw_box span{font-size: 16px; color: #fff; background: #000; border-radius: 5px; padding: 5px 10px;}
.sub_qna_wrap .qna_list li.finish .qna_right .situ{color: #f00;}



/* view_page */
.sub_qna_wrap .tit_box{padding-block:30px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .tit_box .tit{font-size: 36px; color: #000;}
.sub_qna_wrap .tit_box .tit_btm{display: flex; align-items: center; justify-content: space-between; margin-top: 20px;}
.sub_qna_wrap .pos_info{display: flex; align-items: center; gap:20px;}
.sub_qna_wrap .pos_info span{position: relative; font-size: 16px; color: #666;}
.sub_qna_wrap .pos_info span:nth-child(1)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 1px; height: 70%; background: #666;}
.sub_qna_wrap .btn_wrap{display: flex; gap:10px;}
.sub_qna_wrap .btn_wrap button{width: 80px; font-size: 16px; color: #000; border:1px solid #000; border-radius:5px; padding-block:5px;}
.sub_qna_wrap .view_box{padding-block:60px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .view_box p{font-size: 16px; color: #222; line-height: 1.4;}
.sub_qna_wrap .view_box p:not(:first-child){margin-top: 40px;}
.sub_qna_wrap .answer_box{padding-block:30px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .answer_box .answer_top{display: flex; align-items: center; justify-content: space-between;}
.sub_qna_wrap .answer_box .answer_top strong{position: relative; padding-left: 40px; font-size: 28px; color: #000;}
.sub_qna_wrap .answer_box .answer_top strong::before{content:''; position: absolute; left: 0; top: 45%; transform:translateY(-50%); background: url('/images/sub/answer_icon.png')center no-repeat; background-size:cover; width: 26px; height: 26px;}
.sub_qna_wrap .answer_box .pos_info{margin-top: 20px;}
.sub_qna_wrap .answer_box .ans_txt{margin-top: 25px; padding: 15px 20px; background: #F9F9F9; border-radius:10px;}
.sub_qna_wrap .answer_box .ans_txt p{font-size: 16px; color: #222; line-height: 1.6; word-break:keep-all;}
.sub_qna_wrap .comment_box{padding-block:40px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .comment_box .com_inner{padding: 30px 40px; background: #F9F9F9; border-radius:10px;}
.sub_qna_wrap .comment_box .form_row{display: flex; gap:10px;}
.sub_qna_wrap .comment_box .form_row:not(:first-child){margin-top: 30px;}
.sub_qna_wrap .comment_box .form_row label{width: 55px; margin-top: 20px; flex-shrink:0; font-size: 16px; color: #444;}
.sub_qna_wrap .comment_box input[type="text"]{width: 50%; height: 55px;}
.sub_qna_wrap .comment_box input, .sub_qna_wrap .comment_box textarea{width: 100%; border:none; background: #fff; border-radius:10px; padding: 10px 20px; font-size: 16px; color: #666;}
.sub_qna_wrap .comment_box .text_wrap{width: 100%; display: flex;gap:20px;}
.sub_qna_wrap .comment_box .submit_btn{width: ; font-size: 16px; color: #fff; background: #222; border-radius: 10px; padding-inline:30px; flex-shrink:0;}
.sub_qna_wrap .view_btm_box{display: flex; align-items: center; justify-content: space-between; margin-top: 60px;}
.sub_qna_wrap .view_btm_box .arw_btn{display: flex; align-items: center; gap:10px; font-size: 16px; color: #000;}
.sub_qna_wrap .view_btm_box .back_btn{width: 150px; padding-block:15px; font-size: 16px; color: #000; border:1px solid #CCC; border-radius:30px; text-align: center;}



/* password */
.sub_pw_wrap{line-height: 1;}
.sub_pw_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_pw_wrap input[type="text"], .sub_pw_wrap input[type="password"]{width: 100%; height: 55px;}
.sub_pw_wrap .pw_wrap{max-width:700px; margin: 0 auto; padding: 50px 40px; border-radius: 20px; display: flex; flex-direction: column; align-items: center; gap:30px;}
.sub_pw_wrap .pw_wrap h3{font-size: 30px; color: #000;}
.sub_pw_wrap .pw_wrap p{font-size: 20px; color: #999;}
.sub_pw_wrap .pw_box{display: flex; align-items: center; gap:10px; width: 100%; padding: 5px 25px; background: #eee; border-radius: 5px;}
.sub_pw_wrap .pw_box input{background: none;}
.sub_pw_wrap .pw_box .toggle_btn{background: url('/images/sub/pw_icon.png')center no-repeat; width: 22px; height: 16px;}
.sub_pw_wrap .submit_btn{width: 150px;}


/* gallery */
.sub_gallery_wrap{line-height: 1;}
.sub_gallery_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_gallery_wrap .bbs_top{display: flex; justify-content: flex-end; gap:10px;}
.sub_gallery_wrap .bbs_top input, .sub_gallery_wrap .bbs_top select{width: auto; border: none; height: 52px;}
.sub_gallery_wrap .bbs_top select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center; padding-inline: 20px 40px; border:1px solid #ccc; border-radius:30px; font-size: 16px;}
.sub_gallery_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px;}
.sub_gallery_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; font-size: 16px;}
.sub_gallery_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} 
.sub_gallery_wrap .gallery_list{display: grid ;grid-template-columns: repeat(3, 1fr); gap:50px 20px; border-radius:10px;}
.sub_gallery_wrap .gallery_list img{width: 100%; aspect-ratio:1.606 / 1; object-fit:cover;}
.sub_gallery_wrap .gallery_list .gallery_info{padding: 20px 10px;}
.sub_gallery_wrap .gallery_list .gallery_info .date{font-size: 16px; color: #666;}
.sub_gallery_wrap .gallery_list .gallery_info .tit{margin-top: 10px; font-size: 20px; color: #222; line-h eight: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_blog_list{display: flex; flex-direction: column;}
.sub_gallery_wrap .gallery_blog_list li{display: flex; align-items: center; gap:80px; padding:20px; border-bottom: 1px solid #ddd;}
.sub_gallery_wrap .gallery_blog_list .gallery_info{display: flex; flex-direction: column; gap: 25px;}
.sub_gallery_wrap .gallery_info .tit{font-size: 20px; color: #222; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_info .content{font-size: 20px; color: #444; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_info .date{font-size: 16px; color: #666; margin-top: 40px;}

/* 일반게시판_list */


.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{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 .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%);}


.member_program_wrap .sub_tab_wrap{margin-bottom: 50px;}
.sub_login_wrap  .sub_tab_wrap{margin-bottom: 50px;}






