/* 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: 'SUIT';
  font-style: normal;
  font-weight: 200;
  src: url(/font/SUIT-Thin.otf) format('opentype');
  src: url(/font/SUIT-Thin.otf) format('opentype'),
       url(/font/SUIT-Thin.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 300;
  src: url(/font/SUIT-Light.otf) format('opentype');
  src: url(/font/SUIT-Light.otf) format('opentype'),
       url(/font/SUIT-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 400;
  src: url(/font/SUIT-Regular.otf) format('opentype');
  src: url(/font/SUIT-Regular.otf) format('opentype'),
       url(/font/SUIT-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 500;
  src: url(/font/SUIT-Medium.otf) format('opentype');
  src: url(/font/SUIT-Medium.otf) format('opentype'),
       url(/font/SUIT-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 600;
  src: url(/font/SUIT-SemiBold.otf) format('opentype');
  src: url(/font/SUIT-SemiBold.otf) format('opentype'),
       url(/font/SUIT-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 700;
  src: url(/font/SUIT-Bold.otf) format('opentype');
  src: url(/font/SUIT-Bold.otf) format('opentype'),
       url(/font/SUIT-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 900;
  src: url(/font/SUIT-ExtraBold.otf) format('opentype');
  src: url(/font/SUIT-ExtraBold.otf) format('opentype'),
       url(/font/SUIT-ExtraBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 200;
  src: url(/font/SUIT-Thin.otf) format('opentype');
  src: url(/font/SUIT-Thin.otf) format('opentype'),
       url(/font/SUIT-Thin.ttf) format('truetype');
}

@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');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/font/Pretendard-Black.woff2') format('woff2');
}

@font-face { 
  font-family: 'Microsoft YaHei'; 
  src: url('https://fonts.googleapis.com/css2?family=Microsoft+YaHei&display=swap') 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; font-family: 'Microsoft YaHei';}
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: 'Microsoft YaHei'; 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;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%; /* min-width: 1820px;  */ margin: 0 auto; overflow: hidden; background: #000;}
.inner{/* width: 1820px; */ margin: 0 auto; max-width:100%; padding:  0 50px;}

/* header */
#header{line-height: 1;height: 180px;}
#header .h_top{height: 120px;border-bottom: 1px solid transparent;transition:.5s}
#header.on .h_top{border-bottom: 1px solid #333;}
#header .inner{position: relative;display: flex; align-items: end; justify-content: space-between; height: 100%;}
#header h1{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}

#header .gnb{position: relative;display:flex;gap: 30px;z-index: 1000;}
#header .gnb > li {padding-bottom: 25px;}
#header .gnb > li > a{ display: block; font-size:15px; color:#fff; font-family: 'SUIT';}
#header .gnb > li .hover_menu{position:absolute; display: none;height: 60px; left: 0; top: 40px;width: max-content;}
#header .gnb > li ul{display: flex;align-items: center; gap:30px;height: 100%;}
#header .gnb > li ul li a{display: block;text-align: center;font-size: 15px;color:#fff; font-family: 'SUIT';}

#header .gnb2{position: relative;z-index: 1000; margin-right: 40px;} 
#header .gnb2 > li > a > p{font-size: 14px; margin-bottom: 7px;}
#header .gnb2 > li {padding-bottom: 20px;}
#header .gnb2 > li > a{ display: block; font-size:14px; color:#fff; font-family: 'SUIT';}
#header .gnb2 > li > a img{vertical-align: middle; margin-right: 5px;}
#header .gnb2 > li .hover_menu2{position:absolute; display: none; left: 0; top: 61px;width: max-content; border: 1px solid #333; }
#header .gnb2 > li ul{align-items: center; height: 100%;}
#header .gnb2 > li ul li a{display: block;text-align:left;font-size: 14px;color:#fff; font-family: 'SUIT'; padding: 10px; background: #000;}
#header .gnb2 > li ul li a img{vertical-align: middle; margin-right: 5px;}

/* visual_wrap */
#visual_wrap{line-height: 1;}
#visual_wrap .box_wrap{display: flex; overflow: hidden;}
#visual_wrap .box_wrap .img_box{position: relative;flex:1;transition:.5s;}
#visual_wrap .box_wrap .img_box:hover{flex:1.3;}
#visual_wrap .box_wrap .img_box a{display: block;}
#visual_wrap .box_wrap .img_box:nth-child(1) a .img_wrap p{height: 800px;background-size: 60vw;background-position-x: left;background-position-y: center;background-repeat: no-repeat;}
#visual_wrap .box_wrap .img_box:nth-child(2) a .img_wrap p{height: 800px;background-size: 60vw;background-position-x: right;background-position-y: center;background-repeat: no-repeat;}
@media screen and (max-width:1600px) {
#visual_wrap .box_wrap .img_box:nth-child(1) a .img_wrap p{background-size: auto 100vh;}
#visual_wrap .box_wrap .img_box:nth-child(2) a .img_wrap p{background-size: auto 100vh;}
}
#visual_wrap .box_wrap .img_box video{position:absolute; top: 2px;/* transform: translateY(-120px) translatex(-340px); */ height:100vh; object-fit: fill; }
#visual_wrap .box_wrap .img_box .video_wrap{position:relative; width:100%; display: flex;justify-content: center; align-items: center;}
#visual_wrap .box_wrap .img_box .right_video video{width:150%; height: 100%; object-fit: fill; margin-left: -300px;}
#visual_wrap .box_wrap .img_wrap{position:relative; width:100%; padding-bottom:83.333%;overflow: hidden;}
#visual_wrap .box_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%;object-fit: cover;transition:.8s;}
#visual_wrap .box_wrap .img_box:hover img{transform:scale(1.02);}
#visual_wrap .box_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);transition:.5s;}
#visual_wrap .box_wrap .img_box:hover .txt_wrap{top: 49%; }
#visual_wrap .box_wrap .txt_wrap p{font-size: 24px; color: #fff; font-weight: 700; font-family: 'SUIT';letter-spacing: 2px;text-shadow: 0px 0px 20px rgba(0, 0, 0, .7);}

/* footer */
#footer{line-height: 1; }
#footer .inner{display: flex; align-items: flex-start;justify-content: space-between;padding: 50px;}
#footer .a_wrap{display: flex;gap:20px;margin-bottom: 30px;}
#footer .a_wrap a{display: block; font-size: 13px; color: #fff;}
#footer address strong{font-size: 13px; color: rgba(255,255,255,.8); line-height: 30px; font-weight: 400;}
#footer address p{font-size: 13px; color: rgba(255,255,255,.5); line-height: 30px;}
#footer address p.copy{margin-top: 15px;}
#footer .sitemap{display: flex;gap:100px}
#footer .sitemap ul li{font-size: 13px; font-weight: 600;color: #fff;}
#footer .sitemap ul li:not(:last-child){margin-bottom: 30px;}
#footer .sitemap ul li a{font-weight: 400;color: rgba(255,255,255,.8);}

#footer .tab_site_menu{display: none;}

/* ====sub================================= */
#sub_contents{font-family: 'Microsoft YaHei';padding-bottom: 100px; min-height: 500px;}
#sub_contents.padding_none{padding-bottom: 0;}
#sub_contents.inner_none > .inner{width: 100%;padding: 0;}
#sub_contents.padding_none {padding-bottom: 0;}

#header.sub_header .h_top{border-bottom: 1px solid #333;}
#header .gnb > li.on > a{font-weight: 600;}
#header .gnb > li.on .hover_menu{display: block;}

#footer.sub_footer{border-top: 1px solid #333;}

/* 공통 */
.ul_list01{display: flex;flex-wrap:wrap;gap:40px;}
.ul_list01 li{position: relative;width: calc((100% - 40px) / 2);overflow: hidden;}
.ul_list01 li a{display: block;width: 100%;} 
.ul_list01 li .img_wrap{position:relative; width:100%; padding-bottom:100%;}
.ul_list01 li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.ul_list01 li .txt_wrap{display: flex; justify-content: space-between; align-items: flex-end;position: absolute; top: 100%; left: 0; width: 100%; height: 100%; z-index: 1000;padding: 60px;background: linear-gradient(0deg, rgba(154,20,84,.7) 0%, rgba(255,255,255,0) 64%);transition:.5s;}
.ul_list01 li:hover .txt_wrap{top: 0;}
.ul_list01 li .txt_wrap p{font-size: 60px; font-weight: 600;color: #fff;}
.ul_list01 li .txt_wrap em{transition:.4s;transition-delay: .4s;}
.ul_list01 li:hover .txt_wrap em{transform:rotate(90deg);}

h6.h6_tit{font-size: 32px; font-weight: 600; color: #fff; margin-bottom: 40px;}

table.mob_tbl{display: none;}

table.tbl01{width: 100%; border-top: 1px solid #fff;}
table.tbl01 th{border-bottom: 1px solid #333; background: #333; color: #fff; padding: 20px; font-size: 17px; font-weight: 500; border-bottom: 1px solid #000;}
table.tbl01 td{border-bottom: 1px solid #333;  color: #fff; padding: 20px; font-size: 16px; border-right: 0;}

table.tbl02 th{border-bottom: 1px solid #333; background: #333; color: #fff; padding: 15px; font-size: 17px; font-weight: 500;}
table.tbl02 td{border-bottom: 1px solid #333;  color: #fff; padding: 15px; font-size: 16px;  text-align: center; }
table.tbl02 .can_btn{font-size: 13px; color: #000; background: #fff; display: block; width:70px; padding:3px; margin: 0 auto; border-radius:3px ;}

h5.h5_tit {font-size: 20px; color: #fff; width: fit-content; font-weight: 600; margin-bottom: 25px; position: relative;}
h5.h5_tit:after {position: absolute; content:''; width: 8px; height: 8px; border-radius: 8px; background: #9a1454; top:5px; right: -15px;}

/* depth3 */
ul.depth03{display: flex; align-items: center;  justify-content: center; margin: 30px 0 50px;}
ul.depth03 li{font-size: 14px; border: 1px solid #333; border-right: 0; }
ul.depth03 li:last-child{border-right: 1px solid #333;}
ul.depth03 li a{color: #999; display: block; padding:10px 15px;}
ul.depth03 li.on{border: 1px solid #fff; background: #fff;}
ul.depth03 li.on a{color: #000;}

/* sub01_cover */
.sub01_cover_wrap{line-height: 1;}
.sub01_cover_wrap .con01{width: 100%;margin-bottom: 100px;}
.sub01_cover_wrap .con01 .img_wrap{position:relative; width:100%; /* padding-bottom:30.208%; */}
.sub01_cover_wrap .con01 .img_wrap video{width: 100%;}
.sub01_cover_wrap .con01 .img_wrap img{width: 100%;}
/* .sub01_cover_wrap .con01 .img_wrap img,
.sub01_cover_wrap .con01 .img_wrap video,
.sub01_cover_wrap .con01 .img_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%;object-fit: cover;} */

/* sub0101_2 */
.sub0101_2_wrap .img_wrap img {margin: 0 auto;}
.sub0101_2_wrap .mob_txt {display: none;}

/* sub0101_3 */
.sub0101_3_wrap img{margin: 0 auto;}

/* sub0101_4 */
.sub0101_4_wrap .con {display: flex; flex-wrap:wrap; align-items: flex-end;}
.sub0101_4_wrap .map_wrap {width: 50%;}
.sub0101_4_wrap .map_wrap iframe {width: 100%;}
.sub0101_4_wrap .add_wrap {width: 50%; padding-left: 50px;}
.sub0101_4_wrap .add_wrap .logo_wrap {}
.sub0101_4_wrap .add_wrap .logo_wrap img {width: 120px;}
.sub0101_4_wrap .add_wrap .logo_wrap p.p_tit {font-size: 20px; color:#fff; font-weight: 600; margin:30px 0;}
.sub0101_4_wrap .add_wrap ul.add_con {border-top: 1px solid #fff; padding-top: 30px;}
.sub0101_4_wrap .add_wrap ul.add_con li {display: flex; flex-wrap:wrap; align-items:center;}
.sub0101_4_wrap .add_wrap ul.add_con li:not(:first-child) {margin-top: 15px;}
.sub0101_4_wrap .add_wrap ul.add_con li > span {font-size: 18px; color:#fff; font-weight: 600; width: 9%;}
.sub0101_4_wrap .add_wrap ul.add_con li > p {font-size: 18px; color:#eee; font-weight: 300; width: 91%;}
@media screen and (max-width:1685px) {
.sub0101_4_wrap .add_wrap ul.add_con li > span {width: 17%;}
.sub0101_4_wrap .add_wrap ul.add_con li > p {width: 83%;}
}

/* sub0101_5 */
.sub0101_5_wrap .con{margin-top:100px;}
.sub0101_5_wrap .con ul{width:100%; display:flex; flex-wrap:wrap; justify-content:center; gap:30px;}
.sub0101_5_wrap .con ul li{width:15%; color:#fff; text-align:center; border:1px solid #fff; border-radius:10px; overflow:hidden;}
.sub0101_5_wrap .con ul li p{padding:10px;}
.sub0101_5_wrap .con ul li img{width:100%;}

/* sub02_cover */
.sub02_cover_wrap{line-height: 1;}
.sub02_cover_wrap .con01{width: 100%;margin-bottom: 100px;}
.sub02_cover_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:30.208%;}
.sub02_cover_wrap .con01 .img_wrap img,
.sub02_cover_wrap .con01 .img_wrap video,
.sub02_cover_wrap .con01 .img_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%;object-fit: cover;}

.sub02_cover_wrap .con02 .box{width: 100%;}
.sub02_cover_wrap .con02 .box:not(:last-child){margin-bottom: 100px;}
.sub02_cover_wrap .con02 .box .img_box{position:relative; width:100%; padding-bottom:30.208%;overflow: hidden;}
.sub02_cover_wrap .con02 .box .img_box img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%; transition:.5s;}
.sub02_cover_wrap .con02 .box:hover .img_box img{transform:scale(1.01);}
.sub02_cover_wrap .con02 .box .txt_box{margin: 40px auto 0;width: fit-content;}
.sub02_cover_wrap .con02 .box .txt_box p{text-align: center;font-size: 30px; color: #fff; font-weight: 400;letter-spacing: 2px;}
.sub02_cover_wrap .con02 .box .txt_box span{position: relative;display: block;margin: 0 auto;width: fit-content;margin-top: 25px;font-size: 16px; color: #fff; font-weight: 300;}
.sub02_cover_wrap .con02 .box .txt_box span::after{content:'';position: absolute; bottom: -6px; right: 0; width: 100%; height: 2px; background: #fff;transition:.3s;}
.sub02_cover_wrap .con02 .box .txt_box span::before{content:'';position: absolute; bottom: -6px; left: 0; width: 0px; height: 2px; background: #fff;transition:.3s;transition-delay: .3s;}
.sub02_cover_wrap .con02 .box .txt_box:hover span::after{width: 0%; }
.sub02_cover_wrap .con02 .box .txt_box:hover span::before{width: 100%; }

/* sub0102_view */
.sub0102_view_wrap .top_wrap{display: flex; gap:100px; align-items: center;}
.sub0102_view_wrap .top_wrap .img_wrap{ width: calc(100% - 930px);}
.sub0102_view_wrap .top_wrap .img_wrap .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 100%; overflow:hidden;}
.sub0102_view_wrap .top_wrap .img_wrap img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub0102_view_wrap .top_wrap .txt_wrap{width: 830px;}
.sub0102_view_wrap .top_wrap .txt_wrap span{font-size: 15px; color: #fff; opacity: 0.5;}
.sub0102_view_wrap .top_wrap .txt_wrap strong{display: block; line-height: 1; color: #fff; font-size: 40px; margin: 30px 0 50px;}
.sub0102_view_wrap .top_wrap .txt_wrap p{font-size: 18px; color: #fff; line-height: 1.8; word-break:keep-all;}
.sub0102_view_wrap .top_wrap .txt_wrap ul{border-top: 1px solid rgba(255,255,255,0.2); margin-top: 50px; padding-top: 50px;}
.sub0102_view_wrap .top_wrap ul.sns_wrap{display: flex; align-items: center; gap:30px;}
.sub0102_view_wrap .list_wrap{margin-top: 130px;}
.sub0102_view_wrap .list_wrap .tab_tit{display: flex; justify-content: center; gap:50px; font-size: 28px; font-weight: 600; margin-bottom: 50px;}
.sub0102_view_wrap .list_wrap .tab_tit li{cursor:pointer; color: #fff; opacity: 0.4;}
.sub0102_view_wrap .list_wrap .tab_tit li.on{color: #fff; border-bottom: 2px solid #fff; opacity: 1;}
.sub0102_view_wrap .album .box_wrap{display: flex; flex-wrap:wrap; gap:50px 40px;}
.sub0102_view_wrap .album .box{width: calc((100% - 200px)/6);}
.sub0102_view_wrap .album .box .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 100%; overflow:hidden;}
.sub0102_view_wrap .album .box .img img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub0102_view_wrap .album .box p{font-size: 18px; font-weight: 400; color: #fff; margin-top: 20px; margin-bottom: 2px;} 
.sub0102_view_wrap .album .box span{font-size: 16px; color: #fff; opacity: 0.5; font-weight: 400;}
.sub0102_view_wrap .youtube .box_wrap{display: flex; flex-wrap:wrap; gap:50px 40px;}
.sub0102_view_wrap .youtube .box{width: calc((100% - 120px)/4);}
.sub0102_view_wrap .youtube .box .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 56.25%; overflow:hidden;}
.sub0102_view_wrap .youtube .box .img img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub0102_view_wrap .youtube .box p{font-size: 18px; font-weight: 400; color: #fff; margin-top: 20px; margin-bottom: 2px;} 
.sub0102_view_wrap .youtube .box span{font-size: 16px; color: #fff; opacity: 0.5; font-weight: 400;}

.sub0102_view_wrap .popup-wrap{background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;display:none; z-index: 999999; padding: 10px;}
.sub0102_view_wrap .popup{ position: relative; width: 500px; height: 500px; overflow:hidden; box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3); background: #fff;}
.sub0102_view_wrap .popup .slick-list{height: 500px;}	
.sub0102_view_wrap .popup .slick-arrow{position: absolute; top: 50%; transform:translateY(-50%); font-size: 0;}
.sub0102_view_wrap .popup .slick-arrow.slick-prev{left: 10px; z-index: 1; background: url('/c_images/sub/view_slide_prev.png') no-repeat; width: 50px; height: 50px;}
.sub0102_view_wrap .popup .slick-arrow.slick-next{right: 10px; background: url('/c_images/sub/view_slide_next.png') no-repeat; width: 50px; height: 50px;}
.sub0102_view_wrap .popup img{width: 100%; position: absolute; left: 0; top: 0;}	

.sub0102_view_wrap .popup2{position: relative;  width:800px; height: 450px; overflow:hidden; box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);}
.sub0102_view_wrap .popup2 .slick-list{height:450px;}	
.sub0102_view_wrap .popup2 figure.you_video{width: 100%; position: absolute; left: 0; top: 0;}
.sub0102_view_wrap .popup2 figure.you_video iframe{width: 800px; height: 450px; position: absolute; left: -40px; top: -13px;}
.sub0102_view_wrap .popup2 .slick-arrow{position: absolute; top: 50%; transform:translateY(-50%); font-size: 0;}
.sub0102_view_wrap .popup2 .slick-arrow.slick-prev{left: 10px; z-index: 1; background: url('/c_images/sub/view_slide_prev.png') no-repeat; background-size: cover; width: 50px; height: 50px;}
.sub0102_view_wrap .popup2 .slick-arrow.slick-next{right: 10px; background: url('/c_images/sub/view_slide_next.png') no-repeat; background-size: cover; width: 50px; height: 50px;}

@media screen and (max-width:1650px) {
/* sub0102_view */
.sub0102_view_wrap .top_wrap{display: flex; gap:80px; align-items: center;}
.sub0102_view_wrap .top_wrap .img_wrap{ width: 45%;}
.sub0102_view_wrap .top_wrap .img_wrap .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 100%; overflow:hidden;}
.sub0102_view_wrap .top_wrap .img_wrap img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub0102_view_wrap .top_wrap .txt_wrap{width: 55%;}
.sub0102_view_wrap .top_wrap .txt_wrap span{font-size: 15px; color: #fff; opacity: 0.5;}
.sub0102_view_wrap .top_wrap .txt_wrap strong{display: block; line-height: 1; color: #fff; font-size: 40px; margin: 30px 0 50px;}
.sub0102_view_wrap .top_wrap .txt_wrap p{font-size: 18px; color: #fff; line-height: 1.8; word-break:keep-all;}
.sub0102_view_wrap .top_wrap .txt_wrap ul{border-top: 1px solid rgba(255,255,255,0.2); margin-top: 50px; padding-top: 50px;}
.sub0102_view_wrap .top_wrap ul.sns_wrap{display: flex; align-items: center; gap:30px;}
.sub0102_view_wrap .list_wrap{margin-top: 130px;}
.sub0102_view_wrap .list_wrap .tab_tit{display: flex; justify-content: center; gap:50px; font-size: 28px; font-weight: 600; margin-bottom: 50px;}
.sub0102_view_wrap .list_wrap .tab_tit li{cursor:pointer; color: #fff; opacity: 0.4;}
.sub0102_view_wrap .list_wrap .tab_tit li.on{color: #fff; border-bottom: 2px solid #fff; opacity: 1;}
.sub0102_view_wrap .album .box_wrap{display: flex; flex-wrap:wrap; gap:50px 30px;}
.sub0102_view_wrap .album .box{width: calc((100% - 120px)/5);}
.sub0102_view_wrap .album .box .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 100%; overflow:hidden;}
.sub0102_view_wrap .album .box .img img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub0102_view_wrap .album .box p{font-size: 18px; font-weight: 400; color: #fff; margin-top: 20px; margin-bottom: 2px;} 
.sub0102_view_wrap .album .box span{font-size: 16px; color: #fff; opacity: 0.5; font-weight: 400;}
.sub0102_view_wrap .youtube .box_wrap{display: flex; flex-wrap:wrap; gap:50px 30px;}
.sub0102_view_wrap .youtube .box{width: calc((100% - 60px)/3);}
.sub0102_view_wrap .youtube .box .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 56.25%; overflow:hidden;}
.sub0102_view_wrap .youtube .box .img img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub0102_view_wrap .youtube .box p{font-size: 18px; font-weight: 400; color: #fff; margin-top: 20px; margin-bottom: 2px;} 
.sub0102_view_wrap .youtube .box span{font-size: 16px; color: #fff; opacity: 0.5; font-weight: 400;}
}

@media screen and (max-width:1400px) {
/* sub0102_view */
.sub0102_view_wrap .top_wrap{display: flex; gap:50px; align-items: center;}
.sub0102_view_wrap .top_wrap .img_wrap{ width: 50%;}
.sub0102_view_wrap .top_wrap .txt_wrap{width: 50%;}
.sub0102_view_wrap .top_wrap .txt_wrap strong{display: block; line-height: 1; color: #fff; font-size: 36px; margin: 15px 0 30px;}
.sub0102_view_wrap .top_wrap .txt_wrap p{font-size: 16px; color: #fff; line-height: 1.8; word-break:keep-all;}
.sub0102_view_wrap .top_wrap .txt_wrap ul{margin-top: 30px; padding-top: 30px;}
}

/* sub0102_list_view */
.sub0102_view_list_wrap .list_wrap{display: flex;flex-wrap:wrap;gap:30px;}
.sub0102_view_list_wrap .list_wrap li{position: relative;width: calc((100% - 90px) / 4);overflow: hidden;}
.sub0102_view_list_wrap .list_wrap li a{display: block;width: 100%;} 
.sub0102_view_list_wrap .list_wrap li .img_wrap{position:relative; width:100%; padding-bottom:100%;}
.sub0102_view_list_wrap .list_wrap li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub0102_view_list_wrap .list_wrap li .txt_wrap{display: flex; justify-content: space-between; align-items: flex-end;position: absolute; top: 100%; left: 0; width: 100%; height: 100%; z-index: 1000;padding: 25px;background: linear-gradient(0deg, rgba(154,20,84,.7) 0%, rgba(255,255,255,0) 64%);transition:.5s;}
.sub0102_view_list_wrap .list_wrap li:hover .txt_wrap{top: 0;}
.sub0102_view_list_wrap .list_wrap li .txt_wrap p{font-size: 30px; font-weight: 600;color: #fff;}
.sub0102_view_list_wrap .list_wrap li .txt_wrap em{transition:.4s;transition-delay: .4s;}
.sub0102_view_list_wrap .list_wrap li:hover .txt_wrap em{transform:rotate(90deg);}

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

.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(/c_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(/c_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(/c_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(/c_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%);}

/* reservation_list */
.reservation_list_wrap{width: 1300px; margin: 0 auto;}
@media screen and (max-width:1400px) {
.reservation_list_wrap{width: 100%;}
}
/* sub0101 */
.sub0101_wrap .sub_con {display: flex; gap:400px; justify-content: center; align-items: center;
background: url(/c_images/sub/sub0101_bg.png) top 10% right 10% no-repeat; height: 600px; background-size: cover;}
.sub0101_wrap .txt_wrap {position: relative; padding: 20px 0;}
.sub0101_wrap .txt_wrap::before {position: absolute; content: ""; width: 1px; height: 100%; left: -200px; top: 50%; background:#fff; transform: translateY(-50%);}
.sub0101_wrap .txt_wrap p {font-size: 18px; color: #fff; margin-bottom: 20px;}
.sub0101_wrap .txt_wrap p i {display: block;}
.sub0101_wrap .txt_wrap p:last-child {margin-bottom: 0;}

/* sub0103 */
.sub0103_wrap i {display: block;}
.sub0103_wrap .sub_inner {width: 1400px; margin: 0 auto;}
.sub0103_wrap .con {margin-top:100px;}
.sub0103_wrap .con:before {margin-top:0;}
.sub0103_wrap p, .sub0103_wrap li {word-break:keep-all;}
.sub0103_wrap .con .con_box .ul_tb {width:100%;border-top:1px solid #fff;}
.sub0103_wrap .con .con_box .ul_tb > li {display:flex; gap: 20px; padding:30px;border-bottom:1px dashed #333; }
.sub0103_wrap .con .con_box .ul_tb > li:first-child {margin-top: 0;}
.sub0103_wrap .con .con_box .ul_tb > li .p_tit01 {font-size:18px;color:#eee;font-weight:400; position: relative; padding-right: 10px; width: 6%;}
.sub0103_wrap .con .con_box .ul_tb > li .p_tit01:after {position: absolute; content:''; width: 2px; height: 10px; background: #fff; top:10px; right: -15px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap {margin-left: 20px; width: 90%;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .p_txt01 {font-size:17px;color:#eee;font-weight:500; display: flex; flex-wrap:wrap; gap:20px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .p_txt01 > span {color:#fff;line-height:30px; text-align: center; display:block;text-align:center;width: 30px; height: 30px; border-radius: 50%; background: #9a1454; font-size: 12px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .p_txt01 a.write_btn{display: inline-block; width: 160px; height: 40px; background: #4D3D6C; border-radius: 5px; font-size:15px; color: #fff; text-align: center; line-height: 40px; margin-left: 20px;}
.sub0103_wrap .con .con_box .ul_tb > li .p_txt01_1 {margin-top:30px;}
.sub0103_wrap .con .con_box .ul_tb > li .p_txt01_1:first-child {margin-top:0;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap {margin-top:30px;margin-left:50px;display:flex; gap: 20px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box {position:relative;padding:25px;border:1px solid #333; width: calc((100% - 40px) / 3);}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box:nth-child(1) {background: url(/c_images/sub/sub0103_bg01.png)no-repeat bottom 30px right 30px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box:nth-child(2) {background: url(/c_images/sub/sub0103_bg02.png)no-repeat bottom 30px right 30px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box > span {position:absolute;left:4px;top:-13px;font-size:40px;font-weight:bold;color:#fff;z-index:-1;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box > p {font-size:17px;color:#fff;font-weight:500;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box > img {padding-top:20px;margin-left:25px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box .ul_style01 {margin-top:20px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box .ul_style01 > li {position:relative;padding-left:14px;font-size:15px;color:#eee; font-weight: 300;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box .ul_style01 > li strong {font-weight: 600; color:#fff;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box .ul_style01 > li:before {position:absolute;left:0;top:10px;content:'';width:4px;height:4px;background:#fff;}

.sub0103_wrap .con .ul_box {display:flex;flex-wrap:wrap;gap:40px;}
.sub0103_wrap .con .ul_box > li {width:calc((100% - 80px) / 3);height:150px;display:flex;justify-content:center;align-items:center;flex-direction: row; background: linear-gradient(0deg, rgba(154, 20, 84,0.7) 0%, rgba(255, 255, 255, 0) 64%); gap:10px;}
.sub0103_wrap .con .ul_box > li .img {width: 18%;}
.sub0103_wrap .con .ul_box > li .p_tit02 {font-size:18px;color:#fff; border-bottom: 2px solid #fff;}
.sub0103_wrap .con .ul_box > li .p_txt02 {font-size:18px;color:#fff;font-weight:600;}

.sub0103_wrap .con .div_box {width:100%;border:1px solid #fff; /* background: rgba(154,20,84,0.4); */ display:flex;align-items: center;padding:20px 30px;}
.sub0103_wrap .con .div_box .p_txt03 {font-size:16px;color:#fff;padding-left:25px;}

ul.ul_style02 > li {position:relative;padding-left:20px;font-size:16px;color:#eee;line-height:1.8;}
ul.ul_style02 > li:before {position:absolute;left:0;content:'#';}
ul.ul_style02 > li > span {color:#fff;font-weight:600;}

ul.ul_style03 {border: 1px solid #333; padding: 30px;}
ul.ul_style03 > li {position:relative;padding-left:20px;font-size:16px;color:#eee;line-height:2; font-weight: 300;}

/* sub0103_2 */
.sub0103_2_wrap .sub_inner {width: 1200px; margin: 0 auto;}
.sub0103_2_wrap .con01{display:flex; flex-wrap: wrap; gap:30px; margin-bottom:100px; }
.sub0103_2_wrap .input_box{width:calc((100% - 60px) / 3); margin-bottom:80px;}
.sub0103_2_wrap .input_box02{width:100%; margin-bottom:80px;}
.sub0103_2_wrap .input_box03{margin-bottom:0;}
.sub0103_2_wrap .input_box p{margin-bottom:20px; padding-left: 22px; position: relative; font-size:17px; color:#fff;}
.sub0103_2_wrap .input_box p::before{position: absolute; content: '';  left: 0px; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: linear-gradient(55deg, rgba(154, 20, 84) 0%, rgba(255, 255, 255, 0) 64%);}
.sub0103_2_wrap .input_box span{margin-right:20px;font-size:17px; color:#969696;vertical-align: middle;}
.sub0103_2_wrap .input_box span:last-child{margin-right:0;}

.sub0103_2_wrap .input_box .phone_num_box{display:flex; gap:15px; }
.sub0103_2_wrap .input_box .phone_num_box span{margin-right:0;}

.sub0103_2_wrap .input_box .e_mail_box{display:flex; gap:15px; }
.sub0103_2_wrap .input_box .e_mail_box span{margin-right:0;}

.sub0103_2_wrap .input_box .home_info_box .search_wrap{display:flex; gap:20px; }
.sub0103_2_wrap .input_box .home_info_box .search_wrap a.home_search_bth{display:inline-block; width:160px; height:35px; background:#333; font-size:15px; color:#fff; text-align:center; line-height:35px; }
.sub0103_2_wrap .input_box .home_info_box .home_txt_wrap{display:flex; gap:20px; margin-top:20px; }

.sub0103_2_wrap .input_box02 span input[type="file"]{margin-left:10px; }

.sub0103_2_wrap .con02 .agreement_wrap{margin-top:20px; }
.sub0103_2_wrap .con02 .agreement_wrap span{margin-right:20px;font-size:16px; color:#969696;vertical-align: middle;}
.sub0103_2_wrap .con02 .agreement_wrap span:last-child{margin-right:0;}

.sub0103_2_wrap .con02 ul.ul_style02 > li {position:relative;padding-left:20px;font-size:16px;color:#eee;line-height:1.8;}
.sub0103_2_wrap .con02 ul.ul_style02 > li:before {position:absolute;left:0;content:'#';}
.sub0103_2_wrap .con02 ul.ul_style02 > li > span {color:#eee;font-weight:500;}

.sub0103_2_wrap .con03 {margin-top: 50px;}
.sub0103_2_wrap .con03 .txt_wrap{height: 250px;padding: 20px;overflow-y:scroll; background: #000; border: 1px solid #333;}
.sub0103_2_wrap .con03 .txt_wrap::-webkit-scrollbar {width: 4px;  /* 스크롤바의 너비 */}
.sub0103_2_wrap .con03 .txt_wrap::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #c0c0c0; /* 스크롤바의 색상 */border-radius: 2px;}
.sub0103_2_wrap .con03 .txt_wrap::-webkit-scrollbar-track {background: #222;  /*스크롤바 뒷 배경 색상*/}
.sub0103_2_wrap .con03 .txt_wrap p{font-size: 16px;color: #eee;line-height: 30px;margin-bottom: 25px; font-weight: 200;}
.sub0103_2_wrap .con03 .txt_wrap p:last-child{margin-bottom: 0;}

.sub0103_2_wrap .con03 .c_box{display: flex;justify-content: flex-end;margin-top: 35px;}
.sub0103_2_wrap .con03 .c_box input{display: none;}
.sub0103_2_wrap .con03 .c_box label{position: relative;font-size: 15px;color: #eee;font-weight: 300;padding-left: 35px;}
.sub0103_2_wrap .con03 .c_box label strong {color: #fff; font-weight: 500;}
.sub0103_2_wrap .con03 .c_box label:after{content:'';position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 26px;height: 26px;border: 1px solid #333;}
.sub0103_2_wrap .con03 .c_box label:before{content:'';position: absolute;left: 4px;top: 50%;transform:translateY(-50%);background:url(/c_images/sub/online_bd02_ico02.png)center no-repeat;background-size:cover ;  
width: 18px;height: 12px;z-index: 10;}
.sub0103_2_wrap .con03 .c_box input:checked + label:before{background: url(/c_images/sub/online_bd02_ico02_2.png)center no-repeat #fff; background-size: cover; width: 18px;height: 12px;}
.sub0103_2_wrap .con03 .c_box input:checked + label:after{background: #fff; width: 26px;height: 26px; border: 1px solid #fff;}

div.btn_wrap{margin-top:50px; text-align:center; }
div.btn_wrap a{display:inline-block; width:200px; height:50px; background:#000; border: 1px solid #fff; font-size:15px; color:#fff; text-align:center; line-height:50px; }
div.btn_wrap input[type="submit"]{display:inline-block; width:200px; height:50px; background:#000; border: 1px solid #fff; font-size:15px; color:#fff; text-align:center; line-height:50px; }

input:focus {outline: none;}
textarea:focus {outline: none;}
input[type="text"].input_txt01{display:block; width:100%; border:0; border-bottom:1px solid #333; font-size:16px; color:#eee; background: #000;}
input[type="text"].input_txt02{display:block; width:30%; border:0; border-bottom:1px solid #333; font-size:16px; color:#eee; background: #000;}
input[type="text"].input_txt03{display:block; width:200px; height:35px; border:0; border:1px solid #333; font-size:16px; color:#eee; background: #000;}
input[type="text"].input_txt04{display:block; width:33%; border:0; border-bottom:1px solid #333; font-size:16px; color:#eee; background: #000;}
input[type="text"].input_txt05{display:inline-block; margin-left:10px; width:22%; border:0; border-bottom:1px solid #333; font-size:16px; color:#eee; background: #000;}
input[type="radio"].input_radio01{margin-right:5px; }
select.select01{border:1px solid #333; width:29%; font-size:16px; color:#eee; height:35px; background: #000;}
textarea.textarea01{width:100%; border:1px solid #333;  background: #000; color:#eee; font-size: 16px; padding: 10px;}
input[type="text"]::placeholder {color:#969696;}


/* sub0201_4 */
.sub0201_4_wrap{width: 1300px; border: 1px solid #333; margin: 0 auto; padding:70px 60px;  margin-top: 160px;}
.sub0201_4_wrap .con{width: 800px; margin: 0 auto;}
.sub0201_4_wrap p{font-size: 22px; font-weight: 500; color: #fff;}
.sub0201_4_wrap .input_wrap{display: flex; margin: 20px 0;}
.sub0201_4_wrap input{width: 80%; padding:13px 10px; outline: 0; font-size: 15px; color: #000; border-radius:0 ; border: 0;}
.sub0201_4_wrap button{background: #333; color: #fff; width: 20%; padding: 10px; font-size: 16px;}
.sub0201_4_wrap span{color: #aaa; font-weight: 300; font-size: 15px;}

/* inquiry */
.inquiry .infoForm{width: 1300px;border: 1px solid #333;margin: 0 auto;padding:70px 60px 30px; margin-top:30px;}
.inquiry label{font-size:17px; width:80px; color:#fff; display:block;}
.inquiry input{width:50%; padding:10px;}
.inquiry .form_group{display:flex; justify-content:center; align-items:center; margin-bottom:20px;}
.inquiry .form-group .submit{font-size:16px; width:200px; background:#fff; color:#222; padding:10px; text-align:center; margin:50px auto; display:block;}

@media screen and (max-width:1400px) {
.sub0201_4_wrap{width: 100%;}
}


/* sub0201_4_3 */
.sub0201_4_3_wrap .bot_wrap{margin-top: 130px;}
.sub0201_4_3_wrap .calendar_wrap{overflow:hidden;}
.sub0201_4_3_wrap .tbl_calender_wrap{ float:left; width:50%; margin-right:4%; }
.sub0201_4_3_wrap .tbl_calender_wrap .color_dot{ margin-bottom:20px; font-size:0;}
.sub0201_4_3_wrap .tbl_calender_wrap .color_dot li{font-size:15px; color:#fff; display:inline-block; margin-right:20px; line-height: 1;}
.sub0201_4_3_wrap .tbl_calender_wrap .color_dot li span{width:12px; height:12px;display: inline-block; margin-right:5px; border-radius:50%;}
.sub0201_4_3_wrap .tbl_calender_wrap .today_span{background:#fff;}
.sub0201_4_3_wrap .tbl_calender_wrap .on_span{background:rgba(154,20,84);}
.sub0201_4_3_wrap .tbl_calender_wrap .none_span{background:#333;}
.sub0201_4_3_wrap .tbl_calender{width:100%; border-bottom:1px #ddd solid; border-top:2px solid rgba(154,20,84);}
.sub0201_4_3_wrap .tbl_calender th{font-weight:bold;color:#fff; text-align:center; font-size:14px; padding:40px 10px; border-bottom:1px solid #ddd;font-weight:500; }
.sub0201_4_3_wrap .tbl_calender th.month {font-size:20px; font-weight:600;}
.sub0201_4_3_wrap .tbl_calender th.top_week{ padding:20px 14px;}
.sub0201_4_3_wrap .tbl_calender td{ font-size:16px; line-height:18px; color:#fff; padding:30px 10px;  word-break:keep-all; text-align:center; cursor: pointer;}
.sub0201_4_3_wrap .tbl_calender .top_sun { color:#FA3636;}
.sub0201_4_3_wrap .tbl_calender .top_sat { color:#1D77D1;}
.sub0201_4_3_wrap .tbl_calender td.none_day{background:#333;font-weight:500;color: #fff;text-align:center; vertical-align:middle;}
.sub0201_4_3_wrap .tbl_calender td.today{background:#fff; color: #000;}
.sub0201_4_3_wrap .tbl_calender td.day_on{text-align:center; background:rgba(154,20,84); color:#fff; font-weight:500;}

.sub0201_4_3_wrap .tbl_time_wrap{float:right; width:46%; padding-top:35px;}
.sub0201_4_3_wrap .tbl_time_wrap th{background:none; font-size:14px; font-weight:400; padding:25px 5px;}
.sub0201_4_3_wrap .tbl_time_wrap td{padding:15px 10px;}
.sub0201_4_3_wrap .tbl_time_wrap td span{display:inline-block; width:100%; height:40px; line-height:40px; font-size:14px; background:#fff; color:#9a1454; border: 1px solid #9a1454;}
.sub0201_4_3_wrap .tbl_time_wrap td span.reserve{}
.sub0201_4_3_wrap .tbl_time_wrap td span.no_reserve{border:0; background:#333; color:#fff;}
.sub0201_4_3_wrap .tbl_time_wrap td span.already_res{border: 0; height: auto; color:#222; line-height: 24px; margin-top: 5px;}

.sub0201_4_3_wrap table.sub_tbl01{width:100%; border-top:2px solid rgba(154,20,84); text-align:center;}
.sub0201_4_3_wrap table.sub_tbl01 tr{border-bottom: 1px solid #ddd;}
.sub0201_4_3_wrap table.sub_tbl01 tr th{font-size:16px; color:#fff; font-weight:600; padding:20px; }
.sub0201_4_3_wrap table.sub_tbl01 tr th:last-child{border-right:0;}
.sub0201_4_3_wrap table.sub_tbl01 tr td{color:#555; padding:20px; font-size: 16px;}
.sub0201_4_3_wrap table.sub_tbl01 tr td:last-child{border-right:0;}

.sub0201_4_3_wrap label {font-size: 16px; color:#fff;}
.sub0201_4_3_wrap input[type="checkbox"] {width: 20px; height: 20px; border-radius: 0 !important; margin-right:10px;}

.sub_btn_wrap02{text-align:center;}	
.sub_btn_wrap02 a.btn01{display: inline-block; color: #fff; background: #9a1454; width: 200px; height: 60px; line-height: 60px; margin-top: 50px; font-size: 16px;}	

@media screen and (max-width: 1260px) {
.sub0201_4_3_wrap .calendar_wrap{overflow:hidden;}
.sub0201_4_3_wrap .tbl_calender_wrap{ float:left; width:100%; margin-right:0%; }
.sub0201_4_3_wrap .tbl_calender_wrap .color_dot{ margin-bottom:20px; font-size:0;}
.sub0201_4_3_wrap .tbl_calender_wrap .color_dot li{font-size:15px; color:#fff; display:inline-block; margin-right:20px; line-height: 1;}
.sub0201_4_3_wrap .tbl_calender_wrap .color_dot li span{width:12px; height:12px;display: inline-block; margin-right:5px; border-radius:50%;}
.sub0201_4_3_wrap .tbl_calender_wrap .today_span{background:#fff;}
.sub0201_4_3_wrap .tbl_calender_wrap .on_span{background:#9a1454;}
.sub0201_4_3_wrap .tbl_calender_wrap .none_span{background:#333;}
.sub0201_4_3_wrap .tbl_calender{width:100%; border-bottom:1px #ddd solid; border-top:2px solid #9a1454;}
.sub0201_4_3_wrap .tbl_calender th{font-weight:bold;color:#fff;  text-align:center; font-size:14px; padding:30px 10px; border-bottom:1px solid #ddd;font-weight:500; }
.sub0201_4_3_wrap .tbl_calender th.month {font-size:20px; font-weight:600;}
.sub0201_4_3_wrap .tbl_calender th.top_week{ padding:14px;}
.sub0201_4_3_wrap .tbl_calender td{ font-size:15px; line-height:18px; color:#fff; padding:30px 10px;  word-break:keep-all; text-align:center; cursor: pointer;}
.sub0201_4_3_wrap .tbl_calender .top_sun { color:#FA3636;}
.sub0201_4_3_wrap .tbl_calender .top_sat { color:#1D77D1;}
.sub0201_4_3_wrap .tbl_calender td.none_day{background:#333;font-weight:500;text-align:center; vertical-align:middle;}
.sub0201_4_3_wrap .tbl_calender td.today{background:#fff; color: #000;}
.sub0201_4_3_wrap .tbl_calender td.day_on{text-align:center; background:#9a1454; color:#fff; font-weight:500;}

.sub0201_4_3_wrap .tbl_time_wrap{float:right; width:100%; padding-top:35px;}
.sub0201_4_3_wrap .tbl_time_wrap th{background:none; font-size:14px; font-weight:400; padding:25px 5px;}
.sub0201_4_3_wrap .tbl_time_wrap td{padding:25px 10px;}
.sub0201_4_3_wrap .tbl_time_wrap td span{display:inline-block; width:100%; height:40px; line-height:40px; font-size:13px;}
.sub0201_4_3_wrap .tbl_time_wrap td span.already_res{border: 0; height: auto; color:#222; line-height: 20px; margin-top: 5px;}

.sub0201_4_3_wrap table.sub_tbl01{width:100%; border-top:2px solid #9a1454; text-align:center;}
.sub0201_4_3_wrap table.sub_tbl01 tr{border-bottom: 1px solid #ddd;}
.sub0201_4_3_wrap table.sub_tbl01 tr th{font-size:16px; color:#fff; font-weight:600; padding:20px 15px; }
.sub0201_4_3_wrap table.sub_tbl01 tr th:last-child{border-right:0;}
.sub0201_4_3_wrap table.sub_tbl01 tr td{color:#555; padding:15px 20px; font-size: 15px;}
.sub0201_4_3_wrap table.sub_tbl01 tr td:last-child{border-right:0;}


.sub0201_4_3_wrap label {font-size: 16px; color:#fff;}
.sub0201_4_3_wrap input[type="checkbox"] {width: 20px; height: 20px; border-radius: 0 !important; margin-right:10px;}

.sub_btn_wrap02{text-align:center;}	
.sub_btn_wrap02 a.btn01{display: inline-block; font-size:14px; color: #fff; background: #9a1454; width: 150px; height: 45px; margin-top: 50px; line-height: 45px;}

}

/* sub0201_4_4 */
.sub0201_4_4_wrap{width: 1300px; margin: 0 auto; margin-top: 100px;}
.sub0201_4_4_wrap .con{margin-bottom: 80px;}
.sub0201_4_4_wrap .con:last-child{margin-bottom: 0px;}
.sub0201_4_4_wrap textarea{width: 100%; border: 1px solid #333; background: #111; height: 150px; padding: 15px; color: #fff; outline: 0; font-size: 15px;} 

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .con01{width: 100%;margin-bottom: 100px;}
.sub0201_wrap .con01 .img_wrap{position:relative; width:100%; }
.sub0201_wrap .con01 .img_wrap video{width: 100%;}
.sub0201_wrap .con01 .img_wrap img{width: 100%;}



