@charset "utf-8";

/* 페이퍼로지 */
@font-face { font-family: 'Paperlogy'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');   font-weight: normal;   font-style: normal;}
@font-face { font-family: 'Paperlogy'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');   font-weight: 500;   font-style: normal;}
@font-face { font-family: 'Paperlogy'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');   font-weight: 600;   font-style: normal;}
@font-face { font-family: 'Paperlogy'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');   font-weight: 700;   font-style: normal;} 
@font-face { font-family: 'Paperlogy'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');   font-weight: 800;   font-style: normal;}

.nanumgothic * {
 font-family: 'Nanum Gothic', sans-serif;
} 
.nanumsquare { font-family: 'NanumSquare', sans-serif !important; }
.taom { font-family: 'BinggraeTaom', sans-serif !important; }
.goyang { font-family: 'GoyangDeogyang', sans-serif !important; }
.notosans { font-family: 'Noto Sans KR', sans-serif; }
.scoredream_el { font-family: 'S-CoreDream-2ExtraLight', sans-serif; }
.scoredream_r { font-family: 'S-CoreDream-4Regular', sans-serif; }
.scoredream_b { font-family: 'S-CoreDream-6Bold', sans-serif; }
.scoredream_eb { font-family: 'S-CoreDream-7ExtraBold', sans-serif; }
.scoredream_hvy { font-family: 'S-CoreDream-8Heavy', sans-serif; } 
.scoredream_bl { font-family: 'S-CoreDream-9Black', sans-serif; }


/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px; scroll-behavior: smooth; }

body {margin:0;padding:0;height:100%;font-family: 'Paperlogy', 'Noto Sans KR', sans-serif; font-weight: 400;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
ul,li,ol{list-style:none;padding:0;margin:0}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button , input[type=submit]{cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none;}
textarea, select {font-size:1em;font-family:dotum}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {text-decoration:none}
a:hover, a:focus, a:active {text-decoration:none}


/* 이미지 마우스 오버 */
.imgswap img:first-child {display:inline-block; }
.imgswap img:last-child {display:none; }
.imgswap:hover img:first-child {display:none;  animation:opacity_img_revers 1s }
.imgswap:hover img:last-child {display:inline-block;  animation:opacity_img 1s }
@keyframes opacity_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes opacity_img_revers {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.imghover img:hover {-webkit-filter: grayscale(80%); filter: grayscale(80%); }

.img_scale img:hover { animation:pingpong_img 0.4s forwards }
.img_scale img:not(:hover) { animation:pingpong_img_revers 0.4s forwards  }
@keyframes pingpong_img {
	0% {
		transform:scale(1);             /*  default */
		-webkit-transform:scale(1);  /*  크롬 */
		-moz-transform:scale(1);     /* FireFox */
		-o-transform:scale(1);        /* Opera */
	}
	100% {
		transform:scale(1.05);             /*  default */
		-webkit-transform:scale(1.05);  /*  크롬 */
		-moz-transform:scale(1.05);     /* FireFox */
		-o-transform:scale(1.05);        /* Opera */
	}
}
@keyframes pingpong_img_revers {
	0% {
		transform:scale(1.05);             /*  default */
		-webkit-transform:scale(1.05);  /*  크롬 */
		-moz-transform:scale(1.05);     /* FireFox */
		-o-transform:scale(1.05);        /* Opera */
	}
	100% {
		transform:scale(1);             /*  default */
		-webkit-transform:scale(1);  /*  크롬 */
		-moz-transform:scale(1);     /* FireFox */
		-o-transform:scale(1);        /* Opera */
	}
}

.text_enter:hover { animation:text_enter_event 0.7s forwards }
/*.text_enter:not(:hover) { animation:text_enter_event_revers 0.4s forwards  }*/
@keyframes text_enter_event {
	0% {opacity: 1;}
	50% {opacity: 0.6;}
	100% {opacity: 1;}
}
@keyframes text_enter_event_revers {
	0% {opacity: 1;}
	50% {opacity: 0.6;}
	100% {opacity: 1;}
}

.img_moving img { animation:mbottom 4s ease-in Infinite Alternate; }
@keyframes mbottom {
	0% {
		margin-bottom:  0px;
	}
	25% {
		margin-bottom: -15px;
	}
	50% {
		margin-bottom: -0px;
	}
	75% {
		margin-bottom: 15px;
	}
	100% {
		margin-bottom: 0px;
	}
}
.img_moving2 img { animation:mright 4s ease-in Infinite Alternate; }
@keyframes mright {
	0% {
		margin-right:  0px;
	}
	25% {
		margin-right: 5px;
	}
	50% {
		margin-right: 0px;
	}
	75% {
		margin-right: -5px;
	}
	100% {
		margin-right: 0px;
	}
}
.img_moving3 img { animation:mleft 3s ease-in Infinite Alternate; }
@keyframes mleft {
	0% {
		margin-left:  0px;
	}
	25% {
		margin-left: 10px;
	}
	50% {
		margin-left: 0px;
	}
	75% {
		margin-left: 10px;
	}
	100% {
		margin-left: 0px;
	}
}





/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0px}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops_con {width:100% !important;overflow:auto}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {width:100%;background:#fff;position:relative;}
#hd #hd_wr{max-width:1000px;margin:0 auto;width:100%;position:relative;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#logo {text-align:left;}
#logo a{margin-top:0px;display:inline-block}
#hd_sch_open{display:none}
#hd_sch {text-align:center;}
#hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_sch form {position:relative;background:#ececec;border-radius:0px}
#hd_sch form:after {display:block;visibility:hidden;clear:both;content:""}
#hd_sch #sch_stx {width:127px;padding-left:10px;border:0;background:none;height:35px !important;line-height:35px !important;vertical-align:middle;}
#hd_sch #sch_submit {margin:0;padding:0 ;height:35px !important;line-height:35px !important;border:0;background:#dfdfdf;border-radius:0 5px 5px 0  ;color:#fff;vertical-align:middle;cursor:pointer;width:40px}
#hd_sch #sch_submit:hover, #hd_sch #sch_submit:focus{background:#00c6b2;transition: 0.8s;-webkit-transition: 0.8s;-moz-transition: 0.8s;-ms-transition: 0.8s;-o-transition: 0.8s;}
#sch_stc_label{position:absolute;top:0;left:10px;height:35px !important;line-height:35px !important;color:#666}

#hd_nb {clear:both;background:#ecf0f7;text-align:center}
#hd_nb li {display:inline-block}
#hd_nb li:nth-last-of-type(1) {border-right:0 !important}
#hd_nb a {display:inline-block;padding:10px 7px;text-decoration:none}

/* 공통 스타일 */
.fs085 {font-size:0.85em;}

/* 스타일 가이드 */

.fs10 {font-size:10px;} .fs11 {font-size:11px;} .fs12 {font-size:12px;} .fs13 {font-size:13px;} .fs14 {font-size:14px;} .fs15 {font-size:15px;} .fs16 {font-size:16px;} .fs17 {font-size:17px;} .fs18 {font-size:18px;} .fs19 {font-size:19px;} .fs20 {font-size:20px;} .fs22 {font-size:22px;} .fs24 {font-size:24px;} .fs26 {font-size:26px;}
.fs28 {font-size:28px;} .fs30 {font-size:30px;} .fs32 {font-size:32px;} .fs34 {font-size:34px;} .fs36 {font-size:36px;} .fs38 {font-size:38px;} .fs40 {font-size:40px;} .fs42 {font-size:42px;} .fs44 {font-size:44px;} .fs46 {font-size:46px;} .fs48 {font-size:48px;} .fs50 {font-size:50px;} .fs52 {font-size:52px;} .fs54 {font-size:54px;}
.fs56 {font-size:56px;} .fs58 {font-size:58px;} .fs60 {font-size:60px;} .fs62 {font-size:62px;} .fs64 {font-size:64px;} .fs66 {font-size:66px;} .fs68 {font-size:68px;} .fs70 {font-size:70px;} .fs72 {font-size:72px;} .fs74 {font-size:74px;} .fs76 {font-size:76px;} .fs78 {font-size:78px;} .fs80 {font-size:80px;} .fs82 {font-size:82px;}
.fs84 {font-size:84px;} .fs86 {font-size:86px;} .fs88 {font-size:88px;} .fs90 {font-size:90px;} .fs92 {font-size:92px;} .fs94 {font-size:94px;} .fs96 {font-size:96px;} .fs98 {font-size:98px;} .fs100 {font-size:100px;} 

.fw100 {font-weight:100;}
.fw200 {font-weight:200;}
.fw300 {font-weight:300;}
.fw400 {font-weight:400;}
.fw500 {font-weight:500;}
.fw600 {font-weight:600;}
.fw700 {font-weight:700;}
.fw800 {font-weight:800;}
.fw900 {font-weight:900;}

.main_modal_popup {background:rgba(0,0,0,0.6);width:100%;height:100vh; }

.main_color0 {color:#000;}
.main_color1 {color:#FFF;}
.main_color2 {color:#535353;}
.main_color3 {color:#ff0000;}
.main_color4 {color:#fb6000;}
.main_color5 {color:#ebebeb;}

.button1 {padding:20px 60px; background:#ff0000; color:#fff; border-radius:40px; transition:background 0.3s;}
.button1:hover {background:#000; color:#fff; }

/* 스타일 가이드 끝 */

	
/***************************************************************/
/* 스타일 작업 시작 */
body { background:transparent;}   
body, html {width: 100%;}
#wrap {background: transparent; text-align: center; }
*, *:after, *:before {box-sizing: border-box; padding:0; margin:0;}
img { display:inline-block; font-size: 0;}
/* header, .main_silde {width: 100%;} */
a {text-decoration: none; color:#000;}
a:hover { color:#aba6ff;}
input, select, textarea {font-family: 'Paperlogy', 'Noto Sans KR', sans-serif;}
/* header 메뉴 */
header { z-index: 99999; width: 100%; margin:0 auto; position: fixed; }
header h1 { display:inline-block; z-index: 10;flex-basis: content;text-align: left; padding-right: 5%; }
header h1 img { max-height:100%;}
header h1 .yes-scroll { display:none;}
header h1 a { display: inline-block; height: 1.375em;}
header .box_inner {margin:0 auto; width:100%; display:flex; align-items: center; max-width: 1200px; padding-left: 40px; padding-right: 40px; justify-content: space-between; background:#000; border-bottom-right-radius: 4em;  border-bottom-left-radius: 4em;}
header .nav-banner { margin:0 auto; width:100%; display:flex; align-items: center; max-width: 1200px; padding:0.8em 0; justify-content: end; border-bottom:1px solid rgba(0,0,0,0.3); transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease; max-height: 60px; overflow: hidden; }
header.header-scrolled .nav-banner { max-height: 0; opacity: 0; padding-top: 0; padding-bottom: 0; border-bottom: none; }
header:hover .nav-banner { max-height: 60px !important; opacity: 1 !important; padding: 0.8em 0 !important; border-bottom: 1px solid rgba(0,0,0,0.3) !important; }
header .ls-log  {display:flex; justify-content: center; align-items: center; }
header .ls-log a { display: block; padding: 0.5em 0.6em; font-size: 0.85em; }
header .ls-log a:hover, header .ls-log a.active { color:#FF5C00}

.ls-sns-box { width:100%; max-width: 5.2em; margin-right: 4%; display:flex; justify-content: end; align-items: center;  }
.ls-sns-box li { position: relative; display:block; width: 35px; height: 35px; margin-left: 0.5em; }
.ls-sns-box li a { font-size:0; position: relative;display:block; width:100%; height:100%;padding: 10px 7px 10px 7px; }
.ls-sns-box li .ls-cacao:after { width: 18px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='21px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M11.497,17.961 C10.791,17.961 10.100,17.911 9.429,17.816 L4.766,20.926 C4.706,20.973 4.634,20.995 4.562,20.995 C4.477,20.995 4.393,20.964 4.329,20.900 C4.240,20.812 4.209,20.684 4.250,20.565 L5.334,16.564 C2.125,14.971 -0.004,12.171 -0.004,8.983 C-0.004,4.025 5.145,0.006 11.497,0.006 C17.849,0.006 22.998,4.025 22.998,8.983 C22.998,13.942 17.849,17.961 11.497,17.961 ZM6.848,6.424 L3.434,6.424 C3.115,6.424 2.942,6.679 2.942,6.919 C2.942,7.147 3.071,7.413 3.434,7.413 L4.591,7.413 L4.591,11.360 C4.591,11.711 4.802,11.929 5.141,11.929 C5.480,11.929 5.691,11.711 5.691,11.360 L5.691,7.413 L6.848,7.413 C7.211,7.413 7.340,7.147 7.340,6.919 C7.340,6.679 7.168,6.424 6.848,6.424 ZM11.454,11.180 L9.906,7.007 C9.762,6.605 9.464,6.375 9.087,6.375 C8.658,6.375 8.383,6.702 8.268,7.008 L6.671,11.188 C6.655,11.229 6.621,11.315 6.621,11.427 C6.621,11.709 6.859,11.929 7.163,11.929 C7.438,11.929 7.606,11.807 7.692,11.543 L7.938,10.808 L10.237,10.808 L10.477,11.552 C10.563,11.806 10.738,11.929 11.014,11.929 C11.296,11.929 11.516,11.723 11.516,11.459 C11.516,11.417 11.503,11.311 11.454,11.180 ZM15.111,11.030 C15.017,10.931 14.880,10.879 14.715,10.879 L13.190,10.879 L13.190,6.942 C13.190,6.592 12.979,6.375 12.640,6.375 C12.300,6.375 12.089,6.592 12.089,6.942 L12.089,11.266 C12.089,11.643 12.304,11.868 12.665,11.868 L14.715,11.868 C15.048,11.868 15.234,11.625 15.241,11.394 C15.249,11.257 15.202,11.125 15.111,11.030 ZM19.313,7.552 C19.361,7.497 19.406,7.448 19.447,7.404 C19.627,7.207 19.718,7.109 19.718,6.959 C19.725,6.639 19.457,6.465 19.192,6.458 C18.982,6.458 18.841,6.572 18.754,6.656 L16.816,8.652 L16.816,6.910 C16.816,6.590 16.595,6.375 16.266,6.375 C15.947,6.375 15.716,6.600 15.716,6.910 L15.716,11.410 C15.716,11.720 15.937,11.929 16.266,11.929 C16.580,11.929 16.816,11.706 16.816,11.410 L16.816,9.946 L17.212,9.548 L18.657,11.495 C18.869,11.778 18.984,11.904 19.187,11.925 C19.215,11.927 19.244,11.929 19.273,11.929 C19.391,11.929 19.779,11.898 19.822,11.502 C19.851,11.281 19.717,11.108 19.555,10.899 L17.988,8.872 L19.313,7.552 ZM9.076,7.371 C9.079,7.361 9.094,7.361 9.097,7.371 L9.928,9.845 L8.247,9.845 L9.076,7.371 Z'/%3E%3C/svg%3E");}
.ls-sns-box li .ls-face:after { width: 18px; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 50' width='50px' height='50px'%3E%3Cg id='surface54045553'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(100%0,100%0,100%0);fill-opacity:1;' d='M 32 11 L 37 11 C 37.550781 11 38 10.550781 38 10 L 38 3.261719 C 38 2.738281 37.597656 2.304688 37.074219 2.265625 C 35.484375 2.152344 32.375 2 30.140625 2 C 24 2 20 5.679688 20 12.367188 L 20 19 L 13 19 C 12.449219 19 12 19.449219 12 20 L 12 27 C 12 27.550781 12.449219 28 13 28 L 20 28 L 20 47 C 20 47.550781 20.449219 48 21 48 L 28 48 C 28.550781 48 29 47.550781 29 47 L 29 28 L 36.222656 28 C 36.730469 28 37.160156 27.617188 37.214844 27.109375 L 37.992188 20.109375 C 38.058594 19.519531 37.597656 19 37 19 L 29 19 L 29 14 C 29 12.34375 30.34375 11 32 11 Z M 32 11 '/%3E%3C/g%3E%3C/svg%3E%0A")}
.ls-sns-box li a:after { opacity: 1; position: absolute;height:100%; top:50%; left:50%; transform: translate(-50%, -50%); content:''; background-size: contain; background-position: center center; background-repeat: no-repeat; }
.ls-sns-box li .ls-icon { background-color: transparent; border-radius: 9px; border:1px solid #000; }
.ls-sns-box li .ls-icon:hover { background:#aba6ff}

.container {font-size: 1rem; background: transparent; position: relative; text-align: center; width:100%; }
.container * label { cursor: pointer;}
.container * { word-break: keep-all;}

/*웹용 메뉴*/
.nav_web { font-size: 1em; position: relative; max-width: 550px; width:100%; }
.nav_web>ul { width:100%; height: 100%; position: relative; overflow:hidden; margin:0 auto; display: flex; justify-content: space-between; align-items: center; }
.nav_web>ul>li { flex: auto; height: 100%;position:relative; display: inline-block; text-align: right;}
.nav_web>ul>li>a { font-size: 1em; position: relative; padding: 1.35em 0; display:flex; text-align: right; justify-content: end; align-items: center; height:100%;}
.nav_web>ul>li>a:hover, .nav_web .active a { color:#FFA2D5;}
.nav_web a { color:#fff;}

header .nav_head p span:after {width:100%;position:absolute; left:50%; top: 25%; transform: translate(-50%, -50%);  z-index:6   }
header .nav_head .view-site span:after {line-height: 4rem;  content:'\2261'; font-size: 2rem; font-weight: 400; color:#fff;}
header .nav_head .close-site span:after {line-height: 4rem;  content:'\2715';  font-size: 1.8rem;font-weight: 200;  color:#000;}
header .nav_head a {display:block;}
header .nav_head { z-index:5; width: 50px;font-size: 1.1em; position: absolute; right: 1.5em;  color:#fff; min-width: 50px;} 
header .nav_head p { width:100%;}
header .nav_head p span { position: relative; display:inline-block; font-size:0; border-radius: 30px; width: 50px; height:50px;  } 
header .view-site { display:block;}
header .close-site { display:none;}
.menu-scroll .view-site { display:none; }
.menu-scroll .close-site { display:block; }

/*모바일용메뉴*/
.nav_md {width: 100%; height: 100%; top:0; right:0; position: fixed; z-index: 9; /* background:rgba(0,0,0,0.8); */} 
.nav_md_wrap { position:absolute; right:0; background-color:rgba(0,0,0,0.85);  height: 100%; width: 100%; /* max-width: 570px;  */ background-size: contain; background-position: left bottom; background-repeat: no-repeat;}
.nav_md_wrap>ul { height: 100%; }
.nav_md_wrap>ul>li { position:relative;  width: 100%; max-width: 100%;display: inline-block; border-bottom:1px solid rgba(0,0,0,0.5);}
.nav_md_wrap>ul>li>a { font-size: 1.05em; color:#fff; font-weight: 500; padding: 24px 20px;}
.nav_md_wrap>ul>li:hover ul { display: block;}
.nav_md_wrap a:hover {color:#aba6ff;}
.nav_md ul ul {/*  background-color: rgba(255,255,255,0.2); */ padding:10px 0% 14px 0px; display: none;}
.nav_md ul ul a {font-size:1em;  font-weight: 500; padding: 4px 0; opacity: 0.6; }
.nav_md ul ul a:hover { color:#aba6ff}
.nav_md ul a { position:relative; padding: 10px 50px; display: block; text-align: left; }
.nav_md .nav_head span { padding-left: 14px; font-size: 1.8em;position: relative;}
.nav_md .nav_head {text-align:left; border-bottom:1px solid #d3d1d0; padding: 40px;}
.nav_md .close { position:relative; width: 40px; height: 50px; z-index: 11;}
.nav_md .close a { position: relative; display: block; font-size:0;width: 100%; height: 100%;}
.nav_md .close a:after {transform: translate(-50%, -50%); top: 50%;  left:50%; position:absolute; content:'\2715'; font-weight: 100; font-size: 1.7rem; z-index:6; color:#fff;}
.nav_head_md { padding: 0 15px 0 20px; display:flex; justify-content: flex-start; align-items: center; text-align: left; height:60px;/*  border-bottom:1px solid #d3d1d0; */}
.nav_head_md .lang-box a {font-size: 0.7em; border:1px solid #000; border-radius: 20px; font-weight: 600; opacity: 0.5; padding: 2px 15px;}
.nav_head_md .lang-box .active a { opacity: 1; }
.nav_head_md .close { margin-left:auto; }
.nav_head_md p a:after  { width:100%; line-height: 4rem; position:absolute; left:50%; top: 25%; transform: translate(-50%, -50%); content:'\2261'; font-weight: 200; color:#fff; font-size: 3rem;  z-index:6  }
.nav_head_md p span { margin-right: 5px;text-align: center; display:inline-block; border-radius: 30px; width: 26px; height:26px;/*  background-color:#9cc40d;  */} 
.nav_head_md a { font-size: 0.9em;}
.nav_head_md p span img { position: relative;  width: 12px; height: auto; }

/* 메뉴 스크롤 시 */
.snb-color h1 img { filter:invert(1)}
.snb-color .ls-log a { color:#fff;}
.snb-color .menu_view a:after { color:#fff;}

/* 모바일메뉴보기 버튼 */
.menu_view {display:none; position:absolute; top:0;right:10px; width: 50px; height: 100%; z-index: 5;}
.menu_view a { position: relative; display: block; font-size:0;width: 100%; height: 100%;}
.menu_view a:after { width:100%; line-height: 2.5rem; position:absolute; left:50%; top: 50%; transform: translate(-50%, -50%); content:'\2261'; font-weight: 300; color:#fff; font-size: 2.5rem;  z-index:6 }
.menu-scroll .menu_view a:after  { color:#ffff}


/*메인상단 슬라이드*/
/* ============================================
   메인 페이지 애니메이션 키프레임
   ============================================ */
@keyframes nt-fade-up {
	from { opacity:0; transform: translateY(30px); }
	to   { opacity:1; transform: translateY(0); }
}
@keyframes nt-float {
	0%,100% { transform: translateY(0); }
	50%     { transform: translateY(-10px); }
}
@keyframes nt-glow-pulse {
	0%,100% { box-shadow: 0 0 0px rgba(170,166,255,0); }
	50%     { box-shadow: 0 0 22px rgba(170,166,255,0.75); }
}

@keyframes nt-slide-left {
	from { opacity:0; transform: translateX(-40px); }
	to   { opacity:1; transform: translateX(0); }
}
@keyframes nt-slide-right {
	from { opacity:0; transform: translateX(40px); }
	to   { opacity:1; transform: translateX(0); }
}

/* 초기 숨김 (JS로 애니메이션 클래스 추가 전) */
.nt-anim-hidden { opacity:0; }
.nt-anim-run-fadeup  { animation: nt-fade-up 0.7s ease forwards; }
.nt-anim-run-left    { animation: nt-slide-left 0.7s ease forwards; }
.nt-anim-run-right   { animation: nt-slide-right 0.7s ease forwards; }

/* Hero 배경 Ken Burns — 컨테이너에만 적용해 transform 충돌 방지 */
.scroll-box-1 .ls-slide-backgrounds {
	animation: nt-ken-burns-wrap 3s ease forwards;
	transform-origin: center top;
}
@keyframes nt-ken-burns-wrap {
	from { transform: scale(1.05); }
	to   { transform: scale(1.0); }
}
/* 캐릭터 이미지 floating */
.scroll-box-2 .ls-h-img img,
.scroll-box-3 .ls-h-img img,
.scroll-box-4 .ls-h-img img {
	animation: nt-float 3.5s ease-in-out infinite;
}
/* CTA 버튼 glow pulse */
.scroll-box-1 .ls-b-b a,
.con-com-01 .ls-b-b a,
.con-com-09 .ls-b-b a {
	animation: nt-glow-pulse 2.5s ease-in-out infinite;
}

.scroll-box-1 { z-index:1; position:relative; width: 100%; max-width: 2560px; margin:0 auto;}
.scroll-box-1 .ls-slide-backgrounds {z-index:-2; position:absolute; left:0; top:0; padding-top: 160%;  max-width: 2560px; width: 100%; height: 0; overflow:hidden;}
.scroll-box-1 .ls-slide-backgrounds img { position: absolute; left:50%; top:0; transform: translateX(-50%); object-fit: cover; object-position: center top;}
.scroll-box-1-1 {z-index: 2; position: relative; text-align: center; margin: 0 auto; max-width: 1300px; padding-left: 20px; padding-right:20px; }
.scroll-box-1-2 {z-index: 2; position: relative; text-align: center; margin: 0 auto; max-width: 718px; width: 80%; transform: translateX(10px); }

.scroll-box-1 .ls-img-01 {padding-top: 11.3em;}
.scroll-box-1 .ls-img-01 img { max-width: 100%; }
.scroll-box-1 .ls-txt-01 {font-weight:500; letter-spacing: -0.02em; font-size: 2em; padding-top: 2em;}
.scroll-box-1 .ls-txt-01 b { font-weight: 800;}
.scroll-box-1 .ls-txt-01 span {  font-size: 0.7em}
.scroll-box-1 .ls-txt-02 img { max-width:100%;}
.scroll-box-1 .ls-banner { position: relative; margin:0 auto; margin-top: 15em; padding-top: 0%;}
/* .scroll-box-1 .ls-banner>div {position: absolute; z-index:2; background-repeat: no-repeat; background-size: contain;} */
.scroll-box-1 .ls-banner a { text-wrap:nowrap; position: relative; font-weight: 800; font-size: 1.6rem; padding: 0.6em 1em; color:#fff; display:block;}
.scroll-box-1 .ls-b-a { top: 5.5%; left:0%; width: 48.91%; background-position: right center; }
.scroll-box-1 .ls-b-b { margin:0 auto; padding-top: 4.5em; top: 0;width: 28em;  }
.scroll-box-1 .ls-b-b a { background:#000; border-radius: 5em; transition: transform 0.2s ease, box-shadow 0.2s ease;}
.scroll-box-1 .ls-b-b a:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(170,166,255,0.55);}
.scroll-box-1 .ls-b-b i { position: relative; margin-top: -0.2em; background-position: 90% center; background-repeat: no-repeat; display:inline-block; background-size: contain; width: 3em; height:3em; vertical-align: middle;}
  
.scroll-box-2 { z-index:2; position:relative; width: 100%; padding-top: 5em; padding-bottom: 3em; max-width: 2560px; margin:0 auto; }
.scroll-box-2-1 { max-width: 1140px; padding-left:20px; padding-right:20px; margin:0 auto; z-index: 2;}
.scroll-box-2 .m-head { position: relative; z-index:2; width:100%; font-size: 1.2em; padding-bottom: 1em; letter-spacing: -0.02em;}
.scroll-box-2 .m-head h2 {padding: 0.1em 0; font-size: 2.42em; font-weight: 800;}
.scroll-box-2 .m-head .txt-01 { padding-top:0.4em; padding-bottom: 0.2em; font-size: 0.95em; color:#fff; font-weight: 500; letter-spacing: -0.03em;}
.scroll-box-2 .ls-h-img { padding-left:20px; padding-right:20px; padding-top: 2em; padding-bottom: 5em; }
.scroll-box-2 .ls-h-img img { max-width:100%;}
.scroll-box-2 .ls-img-01 { position: relative;}
.scroll-box-2 .ls-img-01 img { max-width:100%;}
.scroll-box-2 .ls-img-02 img { max-width:100%;}
.scroll-box-2 .ls-img-02 { padding-left: 2.1%; padding-bottom: 3em;}
.scroll-box-2 .img-box { text-align: left; margin:0 auto; max-width: 950px; padding-left: 15px; padding-right: 15px; position: relative; margin-top: -11em } 
.scroll-box-2 .ls-img-03 img { max-width:100%;}
.scroll-box-2 .img-head { padding-left:20px; padding-right:20px; display:flex; align-items: flex-start; justify-content: center;}
.scroll-box-2 .img-head img { max-width:100%; display:inline-block}
.scroll-box-2 .img-head .ls-img-01 { position: absolute; left: 5%;  padding-right: 1%; text-align: right; padding-top: 3em; width: 27%;}

.scroll-box-3 { position:relative; width: 100%; padding-top: 5em;}
.scroll-box-3-1 { max-width: 1140px; padding-left:20px; padding-right:20px; margin:0 auto; z-index: 2;}
.scroll-box-3 .list-box { background-size: 100% 100%; background-position: center bottom; background-repeat: no-repeat; position: relative; margin-bottom:2em;}
.scroll-box-3 .list-area { position: relative; background-size: 100% auto; background-position: center top;  background-repeat: no-repeat; padding: 8% 5% 6em 5%; ;display:flex; align-items: stretch; justify-content: space-between;}
.scroll-box-3 .list-bg { z-index:2; position: absolute; width:100%; height:2em; left:0; bottom:0; background-size: 100% auto; background-position: center bottom; background-repeat: no-repeat; }
.scroll-box-3 .ls-list {  min-width: 10.5em;  text-align: left; padding: 0 2%;}
.scroll-box-3 .ls-list a { display:block; padding: 0.7em 0.5em; word-break: keep-all;}
.scroll-box-3 .ls-list p { padding-top: 0.6em; font-size: 0.8em; font-weight:500}
.scroll-box-3 .ls-more a { background:#000; border-radius: 5em; color: #fff; transition: transform 0.2s ease, box-shadow 0.2s ease;}
.scroll-box-3 .ls-more a:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(170,166,255,0.55);}
.scroll-box-3 .ls-more i { position: relative; margin-top: -0.2em; background-position: 90% center; background-repeat: no-repeat; display:inline-block; background-size: contain; width: 1.6em; height:1.6em; vertical-align: middle;}
.scroll-box-3 .ls-more { position: absolute; left:50%; bottom: 2em; transform: translateX(-50%);min-width: 17em; text-align: center;} 
.scroll-box-3 h4 { font-weight:600; font-size: 1.1em;}
.scroll-box-3 .m-head { position: relative; z-index:2; width:100%; font-size: 1.2em; padding-bottom: 1.5em; letter-spacing: -0.02em;}
.scroll-box-3 .m-head h2 {padding: 0.1em 0; font-size: 2.42em; font-weight: 800;}
.scroll-box-3 .m-head .txt-01 { padding-top:0.4em; padding-bottom: 0.2em; font-size: 0.95em; font-weight: 500; letter-spacing: -0.03em;}
.scroll-box-3 .m-head .txt-02 { padding-top:0.2em; font-size: 1.45em; font-weight: 500; letter-spacing: -0.03em;}
.scroll-box-3 .ls-h-img {position: absolute; width:100%; max-width: 1260px; left:50%; top:23%; transform: translateX(-50%);}
.scroll-box-3 .ls-h-img img { max-width:100%;}

.scroll-box-4 { position:relative; width: 100%; padding-top: 2em; padding-bottom:6em; }
.scroll-box-4-1 { max-width: 1140px; padding-left:20px; padding-right:20px; margin:0 auto; z-index: 2;}
.scroll-box-4 .m-head { position: relative; z-index:2; width:100%; font-size: 1.2em; padding-bottom: 1em; letter-spacing: -0.02em;}
.scroll-box-4 .m-head h2 {padding: 0.1em 0; font-size: 2.42em; font-weight: 800;}
.scroll-box-4 .m-head .txt-01 { padding-top:0.4em; padding-bottom: 1em; font-size: 0.95em; font-weight: 500; letter-spacing: -0.03em;}
.scroll-box-4 .m-head .txt-02 { border:1px solid #000; background:#fff; padding: 0.7em 1em; font-size: 0.85em; border-radius: 10px; font-weight: 600; letter-spacing: -0.03em;}
.scroll-box-4 .ls-h-img {position: absolute; width:100%; max-width: 1260px; left:50%; top: 5em; transform: translateX(-50%);}
.scroll-box-4 .ls-h-img img { max-width:100%;}
.scroll-box-4 .ls-map img { width:100%;}
.scroll-box-4 .ls-map { width:100%; position: relative; margin:0 auto; max-width: 1260px;}
.scroll-box-4 .ls-map div {max-width: 1260px;}
.scroll-box-4 .map-01 {  width:49%; }
.scroll-box-4 .map-02 span { display:inline-block; width: 40%; height: 3.2em;}
.scroll-box-4 .map-02 span img { max-height:100%;}
.scroll-box-4 .map-01 span { display:inline-block; width: 40%; height: 3.2em;}
.scroll-box-4 .map-01 span img { max-height:100%;}
.scroll-box-4 .ls-box-in h3 { position: relative; padding-left:6%; padding-right: 15px; transform: translateY(20%); vertical-align: center; font-weight: 800; display:inline-block}
.scroll-box-4 .ls-box-in li { line-height: 1.5em; display:inline-block; position: relative;}
.scroll-box-4 .map-02 {  width:48%;}
.scroll-box-4 .map-02 li { padding:5px 0;}
.scroll-box-4 .map-01 dl { padding: 5px 0; display:flex; align-items: top;} 
.scroll-box-4 .map-01 dt { min-width: 5em;}
.scroll-box-4 .map-info-box { font-weight:600; font-size: 0.95em; padding-top: 1.5em; text-align: left; display:flex; justify-content: space-between; align-items: stretch;}
.scroll-box-4 .map-area { height:80%; border-radius: 15px; padding: 3% 8% 3% 6%; border:1px solid #000; transform: translateY(-5px);}

.back-img { z-index: -1; position: absolute; width:100%; bottom:0; left:50%; transform: translateX(-50%); max-width: 2560px; height:44.2%;background-position: center top; background-repeat: no-repeat; background-size: 2560px auto; }
.back-img:before{ content: '';z-index: -2;  position: absolute; height: 100%; width: 100%; left: 0; top:-100%; background-color: #40af99;}

.aside { z-index:16; position: absolute; text-align: right; display:block; padding-left: 1em; right:0; width: 12em; max-width: 280px; top: 1.5em;}
.aside ul { position: fixed; }
.aside li { padding-bottom: 2em; padding-right:20px;}
.aside img { max-width:100%;}

/*서브상단 뒷배경*/
.snb-bg { height: 45em; position: relative; }
.snb-bg .ls-slide-backgrounds { position:absolute; left:50%; transform: translateX(-50%); top:0; padding-top: 70%;  max-width: 2560px; width: 100%; height: 0; overflow:hidden;}
.snb-bg .ls-slide-backgrounds img {position: absolute; left:50%; top:0; transform: translateX(-50%); object-fit: cover; object-position: center top;}
.snb-bg .box_inner {  width: 100%; max-width: 1200px; clear: both; position:absolute; left:50%; top:32.8%; transform: translate( -50%, -50%); }
.snb-bg .box_inner img { max-width:100%;}
.snb-bg .ls-slide-texts {text-align: left;  padding-top: 2%;}
.snb-bg .ls-slide-texts .ls-info { font-size:1.8em; padding-bottom: 0.5em;}
.snb-bg .ls-slide-texts .ls-head { text-align: center; border-top:1px solid #000; padding-top:0.2em; font-size: 2.3em; font-weight: 600;}
.snb-bg .ls-slide-texts .ls-info img { max-width: 175px}
.snb-bg .snb-img-01 { transform: translate(10%, 5%); width: 58%;  }
.snb-bg .snb-img-01 img { max-width:100%;}
.snb-bg .box-area { display:flex; justify-content: space-between; align-items: center; width:100%;  padding-left: 10%; padding-right: 10%;}
.snb-bg .ls-slide-texts2 {z-index:5; position: relative; width: 100%; max-width: 375px; padding-top: 54.7%;}
.snb-bg .ls-slide-texts2 .ls-txt-01 {font-weight:500; letter-spacing: -0.02em; font-size: 1em;}
.snb-bg .ls-slide-texts2 .ls-txt-01 b { font-weight: 800;}
.snb-bg .ls-slide-texts2 .ls-txt-01 span {  font-size: 0.7em}
.snb-bg .ls-slide-texts2 .ls-txt-02 img { max-width:100%;}


.snb-title { padding: 100px 0 60px 0; font-size: 2em;}
.snb { font-size: 1.1em; margin:0; width: 100%; position: relative ; z-index:3; height: 70px;  border-bottom:1px solid #c8c8c8; }
.snb ul { position: relative; display: flex; justify-content: center; align-items: center;height:100%; }
.snb li {position: relative; height:100%;  }
.snb li a { display:block; height:100%; font-weight: 500; position: relative; color:#8d8d8d; padding: 0px 3em;  }
.snb li:first-of-type a:after { display: none;}
.snb li a span { display:flex; align-items: center; justify-content: center;  height:100%; position: relative; }
.snb li a:hover span:before, .snb li a.active span:before { z-index:4; left:50%; transform: translateX(-50%); position: absolute; bottom:0px; height:3px; background:#000; width: 100%; content:'';}
.snb li a.active, .snb li a:hover { color:#000; }

.snb-md { font-size: 1.1em;z-index: 10; position: relative; height: 45px; border-bottom:1px solid rgba(0, 0, 0, 0.2) }
.snb_list { width: 100%; position: absolute; /* background:rgba(255,255,255,1); */ top:45px;}
.snb-md ul { padding-top:3px; padding-bottom:3px;}
.snb-md li { width: 100%; border-bottom:1px solid #d3d3d3;}
.snb-md li a {background:#fff; line-height:1.6;text-align: left; color:#707070;position: relative; display: block; padding: 8px 30px 8px 30px; }
.snb-md li a:hover, .snb-md li a.active {background:#eeeeee;} 
.snb-md i {  font-size:0;font-style: normal; height:100%; position: absolute; right: 30px;}
.snb-md i:after {  font-size:0.6rem; content:'\25BC'; color:#fff; position: absolute; right: 0px; top:50%; transform: translateY(-50%);}
.snb-md li:last-of-type a:after { display: none;}
.snb-md .sel-menu { height:45px; border-top:1px solid #fff; background:rgba(0,0,0,0.4); text-align: left; font-weight:600; }
.snb-md .sel-menu a { padding-left: 30px; height: 100%;color:#fff; display:flex; width:100%; justify-content: flex-start; align-items: center;   }

.co-location { color:#9f9f9f; font-size: 0.6em; text-align: left;}

/*메인 슬라이드 내용*/
.main_silde { height: 965px;}
.main_silde .box_inner { margin:0 auto; max-width: 1757px;height: 900px; position: relative; }
.main_silde .sildeBtn {position:absolute; bottom: 0px;}

/*메인 슬라이드 버튼*/
.sildeBtn { display: flex; justify-content: center;align-items: center; clear: both; width: 100%;}
.sildeBtn span { border:1px solid #035fff; display: inline-block; margin: 0 6px;background: #fff; font-size:0; border-radius: 9px; height:18px; width: 18px;}
.sildeBtn span.active { background:#035fff; }

.sub-menu { margin:0; margin-top:0!important; width: 100%;position: relative ; }
.sub-menu ul { display: flex; justify-content:center; align-items: center; height: 115px;}
.sub-menu li { display: inline-block; flex: 1 1 290px; width: 290px; max-width: 290px;}
.sub-menu li a { border:1px solid #0b3775;  color:#0b3775;font-size: 0.8em; display: block; padding: 20px 0 20px 0; background:#fff;}
.sub-menu li a.active,  .sub-menu li a:hover{ background:#0b3775; color:#fff;}
.sub-menu li a { border-right:0;}
.sub-menu li:last-of-type a { border-right:1px solid #0b3775;}

.clearfix { clear: both}
.vr-center { width: 100%; text-align:center;position:absolute; left:50%; top:50%; transform: translate( -50%, -50%); }

.head-line .text { padding-bottom: 150px;color:#0b3775; font-size: 3rem; position: relative; font-weight: 600; letter-spacing: -0.5px;}
.head-line .text:after { z-index:5;content:''; width: 1px; height: 65px; position: absolute; left:50%; top: 100px;transform: translate(-50%, 0); background:#000; } 

sup { font-size: 0.5em;}

.bgc-01 { background-color:#ffe277;}
.bgc-02 { background-color:#aba6ff;}
.bgc-03 { background-color:#fff;}
.bgc-04 { background-color:#a2ebe9;}
.bgc-05 { background-color:#595757;}
.bgc-06 { background-color:#FF5DBE;}
.bgc-07 { background-color:#5254BF;}
.bgc-08 { background-color:#fff;}
.fc-01 { color:#ffe277}
.fc-02 { color:#aba6ff}
.fc-03 { color:#fff}
.fc-04 { color:#aba6ff}
.fc-05 { color:#acacac}
.fc-06 { color:#FF5DBE}
.fc-07 { color:#5254BF}
.fn-01 { font-family: 'Poppins', 'Noto Sans KR', sans-serif!important; }
.fn-02 { font-family: 'GFS Didot', 'Noto Sans KR', sans-serif!important; }
.fs-01 { font-weight: 300;}

/*푸터*/
footer { background:#000;position: relative; margin:0 auto; width: 100%;  font-size: 0.75em; }
footer .box-inner { width: 100%; max-width: 1140px; margin:0 auto; padding: 4em 20px; position: relative;}
footer .footer {position: relative; width:100%; height: 100%;color:#fff;text-align: left;}
footer .col-box-in { text-align: left; width:50%;}
footer .col-box { margin-left: auto; line-height: 1.4em;}
footer .col-box p {padding-top: 1.4em;  display:block; word-break:normal;}
footer .col-box p:nth-child(2) { padding-top: 0.8em;}
footer .copy { width:100%; text-align: left;  word-break: keep-all;}
footer .col-menu { padding-bottom: 0.7em;}
footer .col-menu a {color:#fff;}
footer .col-menu li { position: relative; display:inline-block}
footer .col-menu li + li:before { content:''; position: absolute; left:0.45em; top: 10%; height:82%; width:1px; background:#fff;}
footer .col-menu li + li { padding-left: 1.2em;}
footer .col-menu a:hover { color:#aba6ff}

/* sns + top */
.scroll-page-top { z-index:10; position:fixed; right: 0px; bottom:40px;  height: 40px; width: 40px;}
.scroll-page-top .scroll-page { position: absolute; left:0%; top: 50%;transform: translate(-0%, -50%); } 
.scroll-page-top .scroll-page li { padding: 10px 0; position: relative;}
.scroll-page-top .scroll-page li a { font-size:0; position: relative; width: 49px; height: 49px; display:block; background:rgba(0,0,0,0.3); border-radius: 30px; }
.scroll-page-top .scroll-page li a:hover { background:#d50049}
.scroll-page-top .scroll-page li a div {position: relative; width:100%; height:100%;}
.scroll-page-top .scroll-page p { display:inline-block; color: white; filter :brightness(0) invert(1);  width: 100%; height:100%; background-size: 55%; background-repeat: no-repeat; background-position: center center;}

.page-top {z-index:4; position:fixed; right: 20px; bottom: 20px; height: 85px; width: 85px;}
.page-top a { font-size: 0; font-weight: 600; padding-top: 35%;position: relative;color:#fff; display: block;width: 49px; height: 49px;}
.page-top a img { max-width:100%;}


.ptb25 { padding: 25px 0;}
.pt170 { margin-top: 170px;}
.ptb50 { padding: 50px 0;}
.pb20 { padding-bottom:20px;}
.pb100 { padding-bottom:100px;}
.fs09e { font-size: 0.9em }
.fs12e { font-size: 1.2em }
.fs08e { font-size: 0.8em }
.wd1700 { max-width: 1700px;}

.wdauto { width: auto;}
.wd12p { width: 12%;}
.wd30p { width: 30%;}
.wd20p { width: 20%;}
.wd25p { width: 25%;}
.wd24 { width: 24px;}
.wd15p { width: 15%;}


.d-lg-none { display:none;} /* pc 용 감추기 */

.con-head { font-weight: 600;}  /* 서브 컨텐츠 제목 */
.con-head h3 { padding-top: 10px; font-size:3em;}
.con-head+.con-head { padding-top: 70px;}
.con-head .head-txt {font-weight: 300; font-size: 1.2em; }

.ls-tab-01 a {font-size: 0.95em; display:flex; justify-content: center; align-items: center; position: relative; color:#c8c8c8; height: 55px; border-top:1px solid #c8c8c8;  border-bottom:1px solid #c8c8c8; border-right:1px solid #c8c8c8;}
.ls-tab-01 li:first-of-type a {  border-left:1px solid #c8c8c8}
.ls-tab-01 a:hover, .ls-tab-01 a.active{ color:#d50049; background:#fff; border-color:#d50049}
.ls-tab-01 a:hover:after, .ls-tab-01 a.active:after { position: absolute; left:-1px; top:0; height:100%; width:1px; content:''; background:#d50049}

.ls-tab-02 a {display:block; color:#122a88; padding: 10px 0; }
.ls-tab-02 a:hover, .ls-tab-02 a.active{ color:#122a88; }
.ls-tab-02 a:hover span, .ls-tab-02 a.active span {  border-bottom:1px solid #122a88; font-weight:600; }

.ls-icon-01 {/*체험*/background-image: url("data:image/svg+xml,%3Csvg width='48' height='16' viewBox='0 0 48 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47 9C47.5523 9 48 8.55228 48 8C48 7.44772 47.5523 7 47 7L47 9ZM0.292893 7.29289C-0.0976295 7.68341 -0.0976296 8.31658 0.292892 8.7071L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41422 8L8.07107 2.34314C8.46159 1.95262 8.46159 1.31945 8.07107 0.928929C7.68054 0.538404 7.04738 0.538404 6.65685 0.928929L0.292893 7.29289ZM47 7L1 7L1 9L47 9L47 7Z' fill='white'/%3E%3C/svg%3E%0A"); }
.ls-icon-02 {/*부스*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39px' height='49px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M28.696,15.539 L28.696,8.693 C28.695,3.893 24.807,0.001 20.004,0.000 L18.998,0.000 C14.198,0.001 10.310,3.891 10.308,8.693 L10.308,15.540 C4.181,18.821 0.002,25.281 0.000,32.724 C0.000,33.335 0.039,33.912 0.087,34.454 L0.246,36.281 L17.503,36.281 L17.503,49.000 L21.504,49.000 L21.504,36.281 L38.756,36.281 L38.916,34.454 C38.963,33.910 39.000,33.333 39.000,32.724 C39.000,25.281 34.825,18.820 28.696,15.539 ZM4.008,32.278 C4.179,26.185 7.878,20.986 13.133,18.607 L14.310,18.074 L14.310,8.693 C14.313,6.103 16.410,4.007 18.998,4.003 L20.004,4.001 C22.596,4.007 24.690,6.103 24.696,8.693 L24.696,18.074 L25.871,18.607 C31.127,20.986 34.824,26.185 34.994,32.278 L4.008,32.278 Z'/%3E%3C/svg%3E"); }


/* 행사소개 */
.con-com-01 { margin:0 auto; position: relative; overflow:hidden; }
.con-com-01 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-01 .com-box-01 {position: relative; width: 100%; max-width: 1140px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 0em; padding-bottom: 5em;}
.con-com-01 .com-box-02 {position: relative; width: 100%; max-width: 1124px; margin:0 auto; padding-left:20px; padding-right:20px; }
.con-com-01 .com-box-03 {position: relative; width: 100%; max-width: 1140px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 5em; padding-bottom: 5em;}
.con-com-01 .con-box-01 { background-repeat: no-repeat; background-position: center top; background-size: contain; }
.con-com-01 .con-box-01 .ls-img-01 { max-width:96%; padding-bottom: 1em; margin:0 auto;}
.con-com-01 .con-box-01 .ls-img-01 img { max-width:100%;}
.con-com-01 .con-box-01 .ls-img-02 {padding-top: 2em;}
.con-com-01 .con-box-01 .ls-img-02 img { max-width:100%;}
.con-com-01 .con-box-01 .ls-info h3 {padding:1.7em 0 0.5em 0; font-weight:700; font-size: 2.2em;}
.con-com-01 .con-box-01 .ls-info p { font-size: 1.5em;}
.con-com-01 .ls-line-d {margin-top: 0.3em; background-position: center top; background-size: 100% auto; background-repeat: no-repeat; height: 1.2em;  }
.con-com-01 .t-head { position: relative; z-index:2; width:100%; font-size: 1.2em; padding-bottom:2em; padding-top: 2em; letter-spacing: -1px; }
.con-com-01 .t-head h3 {padding: 0.1em 0; font-size: 2.05em; font-weight: 700;}
.con-com-01 .t-head .txt-01 { padding-top:0.2em; font-size: 1em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-01 .t-head .txt-02 { padding-top:0.2em; font-size: 1.45em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-01 .t-head .ls-h-img { position: absolute; left: 50%; top: 1.3em; transform: translateX(-50%); height: 5.1em; margin-bottom: 0.2em}
.con-com-01 .t-head .ls-h-img img { max-height: 100%;}
.con-com-01 .time-bg { background-size: 100% auto; padding-top: 8.6%; background-repeat: no-repeat; background-position: center top;}
.con-com-01 .time-list {border:1px solid #000; padding: 3.5% 10%;}
.con-com-01 .time-list ul { font-size: 1.25em; text-align: center; width:100%; max-width: 680px; margin:0 auto; padding-left: 20px; padding-right:20px}
.con-com-01 .time-list li { display:flex; justify-content: center; align-items: center; padding-bottom: 0.2em; padding-top:0.2em}
.con-com-01 .time-list li:nth-child(odd) b { background:#ffe277}
.con-com-01 .time-list b { font-weight:600; width: 15em; display:block; margin-right: 0.5em; background:#aba6ff;  border:1px solid #441869; padding: 0.7em;}
.con-com-01 .time-list span { font-weight:600; position: relative; width:100%;  padding:0.7em; border:1px solid #000; }
.con-com-01 .ls-table-01 + .ls-table-01 { margin-top: 1em;}
.con-com-01 .ls-table-01 { table-layout: fixed; border-collapse: collapse; font-size: 0.95em;}
.con-com-01 .ls-table-01 thead {  width:100%; display:table; position: relative; margin-bottom: 0.5em;}
.con-com-01 .ls-table-01 thead:before {z-index:1; background:transparent; border:1px solid #000; width:100%; height: calc(100%); content:''; position: absolute; left:0; top:0;}
.con-com-01 .ls-table-01 tbody { display:table; position: relative;  border-bottom:1.4em solid #fff}
.con-com-01 .ls-table-01 tbody:after { content:''; position: absolute; bottom:0; left:0; height:1px; width:100%; background:transparent; }
/* .con-com-01 .ls-table-01 tbody:before { content:''; position: absolute; top:0; left:0; height:1px; width:100%; background:#000; } */
/* .con-com-01 .ls-table-01 tbody:nth-child(odd) { background:#FFEEB0} */
.con-com-01 .ls-table-01 table { table-layout: fixed; border-collapse: collapse;border-spacing:0;}
.con-com-01 .ls-table-01 td { line-height: 1.4em; padding:1em 6px; border-bottom:1px solid #000;  }
.con-com-01 .ls-table-01 th { font-size:1.15em;padding:1em 6px 1.1em 6px ; font-weight:500}
/* .con-com-01 .ls-table-01 td:last-of-type {  border-right:1px solid #000;} */
.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(4), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(3) {text-align: left;}
/* .con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(1) { border-left:1px solid #000; border-right:1px solid #000; font-weight: 900;} */
.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(6), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(5) { font-size: 1.05em;}
.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(3), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(2) { font-weight: 800;}
.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(1), .con-com-01 .ls-table-01 th:nth-child(1) { width: 70px;}
.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(2), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(1), .con-com-01 .ls-table-01 th:nth-child(2) { width: 20%;}
.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(3), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(2), .con-com-01 .ls-table-01 th:nth-child(3) { width: 22%;}
.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(4), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(3), .con-com-01 .ls-table-01 th:nth-child(4) { width: auto;}
.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(5), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(4), .con-com-01 .ls-table-01 th:nth-child(5) { width: 95px;}
.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(6), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(5), .con-com-01 .ls-table-01 th:nth-child(6) { width: 150px;}
.con-com-01 .scroll-info  { display:none; padding-top: 0.5em;}
.con-com-01 .ls-banner { position: relative; margin:0 auto; padding-bottom: 3em;}
.con-com-01 .ls-banner a { text-wrap:nowrap; position: relative; font-weight: 800; font-size: 1.6rem; padding: 0.6em 1em; color:#fff; display:block;}
.con-com-01 .ls-b-b { margin:0 auto; padding-top: 3em; width: 28em;  }
.con-com-01 .ls-b-b a { background:#000; border-radius: 5em; transition: transform 0.2s ease, box-shadow 0.2s ease;}
.con-com-01 .ls-b-b a:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(170,166,255,0.55);}
.con-com-01 .ls-b-b i { position: relative; margin-top: -0.2em; background-position: 90% center; background-repeat: no-repeat; display:inline-block; background-size: contain; width: 3em; height:3em; vertical-align: middle;}
.con-com-01 .con-box-03 .t-head { padding-top: 3em}

.con-com-02 { margin:0 auto; position: relative; overflow:hidden; padding-bottom:8em}
.con-com-02 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-02 .ls-line-d {margin-top: 0.3em; background-position: center top; background-size: 100% auto; background-repeat: no-repeat; height: 1.2em;  }
.con-com-02 .t-head { position: relative; z-index:2; width:100%; font-size: 1.2em; padding-top: 2em; letter-spacing: -1px; }
.con-com-02 .t-head h3 {padding: 0.1em 0; font-size: 2.05em; font-weight: 700;}
.con-com-02 .t-head .txt-01 { padding-top:0.2em; font-size: 1em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-02 .t-head .txt-02 { padding-top:0.2em; font-size: 1.45em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-02 .t-head .ls-h-img { position: absolute; left: 50%; top: 0em; transform: translateX(-50%); height: 5.1em; margin-bottom: 0.2em}
.con-com-02 .t-head .ls-h-img img { max-height: 100%;}
.con-com-02 .ls-btn {max-width: 35em; width: 86%; margin:0 auto; padding-top: 5em;}
.con-com-02 .ls-banner { position: relative; margin:0 auto; padding-bottom: 3em;}
.con-com-02 .ls-banner a { text-wrap:nowrap; position: relative; font-weight: 700; font-size: 1.6rem; padding: 0.6em 1.3em; color:#fff; display:block;}
.con-com-02 .ls-b-b { margin:0 auto; padding-top: 3em; display: inline-block; }
.con-com-02 .ls-b-b a { background:#000; border-radius: 5em; transition: transform 0.2s ease, box-shadow 0.2s ease;}
.con-com-02 .ls-b-b a:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(170,166,255,0.55);}
.con-com-02 .ls-b-b i { position: relative; margin-top: -0.2em; background-position: 90% center; background-repeat: no-repeat; display:inline-block; background-size: contain; width: 3em; height:3em; vertical-align: middle;}
.con-com-02 .com-box-01 {position: relative; width: 100%; max-width: 1120px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-02 .com-box-02 {position: relative; width: 100%; max-width: 1120px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 8em;}
.con-com-02 .com-box-02 .ls-more { display:inline-block; vertical-align: middle; padding-top:0; margin-left: 10px;}
.con-com-02 .com-box-02 .ls-title { display:inline-block; vertical-align: middle;}
.con-com-02 .com-box-02 .ls-table-01 td:nth-child(1), .con-com-02 .com-box-02 .ls-table-01 th:nth-child(1) { width: 20%;}
.con-com-02 .com-box-02 .ls-table-01 td:nth-child(2), .con-com-02 .com-box-02 .ls-table-01 th:nth-child(2) { width: auto}
.con-com-02 .com-box-02 .ls-table-01 td:nth-child(3), .con-com-02 .com-box-02 .ls-table-01 th:nth-child(3) { width: 30%;}
.con-com-02 .ls-table-01 table{ font-size: 0.95em;  width:100%; border-collapse: collapse;} 
.con-com-02 .ls-table-01 td, .con-com-02 .ls-table-01 th { border:1px solid #000}
.con-com-02 .ls-table-01 td:nth-child(1) { border-left:0}
.con-com-02 .ls-table-01 td:last-of-type { border-right:0}
.con-com-02 .ls-table-01 thead { position: relative;}
.con-com-02 .ls-table-01 thead:nth-child(1):before {z-index:-1; border:1px solid #000; background:#aba6ff; width:100%; height: calc(4.5em - 0.6em); content:''; position: absolute; left:0; top:0;}
.con-com-02 .ls-table-01 thead tr:nth-child(1) th {position: relative; border:none; padding: 1em 5px 1.8em 5px; font-size: 1.3em; font-weight: 600; }
.con-com-02 .ls-table-01 thead tr:nth-child(2) th { font-weight:500; padding:1em 5px;}
.con-com-02 .ls-table-01 td:nth-child(2) { background:#fff; color:#000; width: 18%; }
.con-com-02 .ls-table-01 td:nth-child(1) { background:#fff;color:#000;}
.con-com-02 .ls-table-01 td { height: 100px; background:#a2ebe9; }
.con-com-02 .ls-table-01 .close-end { background:#aba6ff!important;} 
.con-com-02 .con-box-04 tbody td { background:#fff; color:#000;}
.con-com-02 .con-box-04 .ls-table-01 td { border-right:0; border-left:0;}
.con-com-02 .con-box-04 .ls-table-01  td { height: auto; padding-top: 1em; padding-bottom:1em;}
.con-com-02 .ls-more { padding-top: 0.5em;}
.con-com-02 .ls-more a {display:inline-block; padding: 0.4em 1em; border-radius: 2em; font-size: 0.7em; background:#000; color:#fff;}
.con-com-02 .off-pro { background:#aba6ff}
.con-com-02 .con-box-02 { padding-top: 2em;}
.con-com-02 .con-box-04 { padding-top: 2em;}
.con-com-02 .ul-box-01 { font-weight: 500; text-align: left; padding: 1em 1em; font-size: 1.15em; margin:0 auto; max-width: 100%}
.con-com-02 .ul-box-01 li { line-height: 1.5em; padding-left: 1em; position: relative; }
.con-com-02 .ul-box-01 li:before { position: absolute; left:0; content:'\00B7'; display:inline-block; font-size: 2em;}
.con-com-02 .con-box-01 .ul-box-01 ul { max-width:1020px; margin:0 auto; }
.con-com-02 .con-box-03 .ul-box-01 {text-align: center;}
.con-com-02 .con-box-03 li:before { position: relative; padding-right: 10px; padding-top: 0.03em; vertical-align: middle;}
.con-com-02 .ls-img-01 {padding-top: 8em;}
.con-com-02 .ls-img-01 img { max-width:100%;}
.con-com-02 .con-box-04 .ls-table-01 thead:nth-child(1):before {background:#a2ebe9}

/*레이어팝업*/
.ls-layer-box { display:none; z-index:9999999; background-color:rgba(0,0,0,0.73) ; position: fixed; left:0; top:0; width:100%; height:100%;}
.ls-layer-box .ls-layer-out {display:block; overflow: hidden;  border-radius: 1.7em; padding: 2.2em; text-align: left; max-width: 1300px; max-height: 1000px; width:90%; height:90%; left:50%; top:50%; transform: translate(-50%, -50%); position: absolute; background:#fff; }
.ls-layer-box .ls-layer-in { overflow:hidden; height: 100%;}
.ls-layer-box .ls-head { padding-bottom:1em; border-bottom: 1px solid #a2a2a2;}
.ls-layer-box .ls-url { padding-top: 0.5em; font-size: 1em; font-weight: 500;}
.ls-layer-box h1 { font-size: 1.8em; font-weight: 700;}
.ls-layer-box .ls-con-box { padding-top: 2em; padding-bottom: 100px; height:100%; position: relative; overflow-y:auto;}
.ls-layer-box .ls-con-box h2 { font-size: 1.8em; font-weight:700; padding-bottom: 0.5em;}
.ls-layer-box .ls-con-box .ls-txt-01 { word-break: keep-all; font-size: 1.25em; font-weight: 500; line-height: 1.4em; padding-bottom: 1em;}
.ls-layer-box .ls-con-box .ls-img-01 { text-align: center; padding: 1em 0;}
.ls-layer-box .ls-con-box .ls-img-01 img { max-width: 100%;}
.ls-layer-box .ls-con-box .ls-vod-01 { text-align: center; max-width: 560px; width:100%; margin:0 auto; padding-top:2em; padding-bottom: 50px;}
.ls-layer-box .videoWrapper { position:relative; height: 0; padding-bottom:56.25%; width:100%;  }
* html .ls-layer-box .videoWrapper {	margin-bottom: 45px; margin-bottom: 0;  }
.ls-layer-box .videoWrapper>iframe,
.ls-layer-box .videoWrapper video,
.ls-layer-box .videoWrapper>div,
.ls-layer-box .videoWrapper>embed,
.ls-layer-box .videoWrapper>object {	z-index: 2;	position: absolute;	width: 100%; height: 100%;	left: 0;	top: 0;  }
.ls-layer-box .ls-close { position: absolute; right:30px; top:30px; width: 4.8em; height:4.8em;}
.ls-layer-box .ls-close a { display:block;}
.ls-layer-box .ls-close img { max-width:100%;}

.con-com-03 { margin:0 auto; position: relative; overflow:hidden; padding-bottom:5em; }
.con-com-03 .t-head { position: relative; z-index:2; width:100%; font-size: 1.2em; padding-bottom:2em; letter-spacing: -1px; }
.con-com-03 .t-head h3 {padding: 0.1em 0; font-size: 1.4em; font-weight: 700;}
.con-com-03 .t-head .txt-01 { padding-top:0.2em; font-size: 1.2em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-03 .t-head .txt-02 { padding-top:0.2em; font-size: 1.45em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-03 .t-head .ls-h-img { overflow: hidden; display:flex; padding-left: 5%;  justify-content: center; }
.con-com-03 .t-head .ls-h-img img { object-fit: cover; max-width:100%; min-width: 510px;}
.con-com-03 .com-box-01 {position: relative; width: 100%; max-width: 1123px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-03 .con-box-02 { padding-top: 3em; max-width: 1000px; margin:0 auto;}
.con-com-03 .con-box-03 { padding-top: 3em; max-width: 924px; margin:0 auto;}
.con-com-03 .ls-list-box { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); column-gap: 2em;   }
.con-com-03 .ls-list-box h4 { padding-top: 1em; font-size: 1.2em; font-weight: 400;}
.con-com-03 .ls-list-box .ls-list { padding-bottom: 3em;}
.con-com-03 .videoWrapper { position:relative; height: 0; padding-bottom:56.25%; width:100%;  }
* html .con-com-03 .videoWrapper { margin-bottom: 45px; margin-bottom: 0;  }
.con-com-03 .videoWrapper>iframe,
.con-com-03 .videoWrapper img,
.con-com-03 .videoWrapper video,   
.con-com-03 .videoWrapper>div,
.con-com-03 .videoWrapper>embed,
.con-com-03 .videoWrapper>object {	z-index: 2;	position: absolute;	width: 100%; height: 100%;	left: 0;	top: 0;  }

.con-com-06 { margin:0 auto; position: relative; overflow:hidden;  padding-bottom:5em; }
.con-com-06 .t-head { position: relative; z-index:2; width:100%; font-size: 1.2em; padding-bottom:2em; letter-spacing: -1px; }
.con-com-06 .t-head h3 {padding: 0.1em 0; font-size: 1.4em; font-weight: 700;}
.con-com-06 .t-head .txt-01 { padding-top:0.2em; font-size: 1.2em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-06 .t-head .txt-02 { padding-top:0.2em; font-size: 1.45em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-06 .t-head .ls-h-img { overflow: hidden; display:flex; padding-left: 5%;  justify-content: center; }
.con-com-06 .t-head .ls-h-img img { object-fit: cover; max-width:100%; min-width: 510px;}
.con-com-06 .com-box-01 {position: relative; width: 100%; max-width: 1300px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-06 .con-box-02 {max-width: 40em; margin:0 auto; padding-left: 20px; padding-right:20px;}
.con-com-06 .ls-btn { padding-bottom: 4em;}
.con-com-06 .ls-img-01 img { max-width: 100%;}
.con-com-06 .dl-box-01 { padding-bottom:2em; margin:0 auto; }
.con-com-06 .dl-box-01 dl{ font-size: 1.3em;  display:flex; padding:0.5em 0; justify-content: start; align-items: center;}
.con-com-06 .dl-box-01 dl:last-of-type { border-bottom:1px solid #000; padding-bottom:2em;}
.con-com-06 .dl-box-01 dt {text-align: left; display: block;  width: 12%; min-width: 40px;}
.con-com-06 .dl-box-01 dd { display: block; padding-left: 1em; width: 100%;}
.con-com-06 .dl-box-01 input { border:1px solid #000;  width:100%; padding: 0.5em;}
.con-com-06 .ls-btn a {border:1px solid #000; color:#fff;  background:#000; display:block; margin-bottom: 1em;padding: 0.8em 0; font-size: 1.2em; font-weight: 700;}
.con-com-06 .ls-btn a:hover { background:#5254BF; }
.con-com-06 .ls-btn .btn-login { background:#5254BF;}
.con-com-06 .ls-btn .btn-login:hover { background:#3a3cb0; }

.con-com-07 { margin:0 auto; position: relative; overflow:hidden;  padding-bottom:8em; }
.con-com-07 .ls-line-d {margin-top: 0.3em; background-position: center top; background-size: 100% auto; background-repeat: no-repeat; height: 1.2em;  }
.con-com-07 .t-head { position: relative; z-index:2; width:100%; font-size: 1.2em; padding-top: 2em; letter-spacing: -1px; }
.con-com-07 .t-head h3 {padding: 0.1em 0; font-size: 2.05em; font-weight: 700;}
.con-com-07 .t-head .txt-01 { padding-top:0.2em; font-size: 1em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-07 .t-head .txt-02 { padding-top:0.2em; font-size: 1.45em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-07 .t-head .ls-h-img { position: absolute; left: 50%; top: 0em; transform: translateX(-50%); height: 5.1em; margin-bottom: 0.2em}
.con-com-07 .t-head .ls-h-img img { max-height: 100%;}
.con-com-07 .com-box-01 {position: relative; width: 100%; max-width: 1240px; margin:0 auto; padding-left:20px; padding-right:20px; }
.con-com-07 .ls-table-01 table { width:100%; table-layout: fixed; border-collapse: collapse; border-spacing: 0; font-size: 0.95em;  }
.con-com-07 .ls-table-01 thead { position: relative;}
.con-com-07 .ls-table-01 thead:nth-child(1):before {z-index:-1; border:1px solid #000; background:#aba6ff; width:100%; height: calc(4.5em - 0.6em); content:''; position: absolute; left:0; top:0;}
.con-com-07 .ls-table-01 thead tr:nth-child(1) th {position: relative; border:none; padding: 1em 5px 1.8em 5px; font-size: 1.3em; font-weight: 600; }
.con-com-07 .ls-table-01 thead tr:nth-child(2) th { font-weight:500; padding:1em 5px;}
.con-com-07 .ls-table-01 .refund-thead:nth-child(1):before { background:#FF6B1A; border-color:#FF6B1A; }
.con-com-07 .ls-table-01 tbody { position: relative;}
.con-com-07 .ls-table-01 tbody:before { content:''; height:1px; width:100%; top:0; left:0; background:transparent;}
.con-com-07 .ls-table-01 td { background:#a2ebe9; padding: 2em 5px; border:1px solid #000; }
.con-com-07 .ls-table-01 tbody th { padding: 1em 0; font-weight:400; border:1px solid #000}
.con-com-07 .ls-table-01 .active { background:#aba6ff; }
.con-com-07 .ls-table-01 .off-pro { background:#a2ebe9}
.con-com-07 .ls-table-01 .ls-time { display:none;}
.con-com-07 .ul-box-01 { font-weight: 500; padding: 1.7em 1em; font-size: 1.25em; margin:0 auto; max-width: 100%}
.con-com-07 .ul-box-01 li { line-height: 1.5em; padding-left: 1em; position: relative; text-align: left; }
.con-com-07 .ul-box-01 li:before { position: absolute; left:0; content:'\00B7'; display:inline-block; font-size: 2em;}
.con-com-07 .ul-box-01 ul { max-width: 36em; margin:0 auto; list-style: none; padding: 0; }
.con-com-07 .con-box-02 { padding-top: 3em;}
.con-com-07 .ls-btn {padding-top: 2em;}

/* 마이페이지 신청내역 카드 */
.mypage-prog-header { background:#aba6ff; border:1px solid #000; padding:1em; text-align:center; font-weight:700; font-size:1.05em; margin-bottom:0.8em; }
.mypage-prog-cards { display:flex; flex-direction:column; gap:1em; }
.mypage-prog-card { border:1px solid #000; overflow:hidden; }
.mypage-prog-card .card-time-bar { background:#fff; border-bottom:1px solid #5072ef; padding:0.8em 1em; }
.mypage-prog-card .card-time-bar span { color:#aba6ff; font-weight:700; font-size:0.95em; }
.mypage-prog-card .card-prog-info { background:#a2ebe9; padding:1.4em 1em; text-align:center; }
.mypage-prog-card .prog-title { font-weight:700; font-size:1em; line-height:1.5em; margin-bottom:0.3em; }
.mypage-prog-card .prog-inst { font-size:0.88em; color:#333; }

/* 환불신청 내역 카드 */
.refund-card-wrap { border:1px solid #000; overflow:hidden; }
.refund-card-header { background:#FF6B1A; color:#fff; text-align:center; font-weight:700; font-size:1.05em; padding:1em; }
.refund-card-body { }
.refund-info-row { display:flex; align-items:flex-start; border-bottom:1px solid #eee; padding:0.9em 1em; gap:0.8em; }
.refund-info-row:last-child { border-bottom:none; }
.refund-label { min-width:6em; font-weight:600; color:#555; font-size:0.88em; padding-top:0.1em; flex-shrink:0; }
.refund-value { flex:1; font-size:0.92em; line-height:1.6em; }
.refund-prog-row { align-items:flex-start; }
.con-com-07 .ls-btn a {border:1px solid #000; color:#fff;  background:#000; display:block;margin-top: 0.5em; padding: 1em 0; font-size: 1.35em; font-weight: 700;}
.con-com-07 .ls-btn a:hover { background:#5254BF; }
.con-com-07 .ls-btn .btn2 { background:#FF6B1A; border-color:#FF6B1A; transition: background 0.2s;}
.con-com-07 .ls-btn .btn2:hover { background:#e55500; border-color:#e55500; }

.con-com-08 { margin:0 auto; position: relative; overflow:hidden; padding-bottom:6em; }
.con-com-08 .t-head { position: relative; z-index:2; width:100%; font-size: 1.2em; padding-bottom:2em; letter-spacing: -1px; }
.con-com-08 .t-head h3 {padding: 0.1em 0; font-size: 1.4em; font-weight: 700;}
.con-com-08 .t-head .txt-01 { padding-top:0.2em; font-size: 1.2em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-08 .t-head .txt-02 { padding-top:0.2em; font-size: 1.45em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-08 .t-head .ls-h-img { overflow: hidden; display:flex; padding-left: 5%;  justify-content: center; }
.con-com-08 .t-head .ls-h-img img { object-fit: cover; max-width:100%; min-width: 510px;}
.con-com-08 .com-box-01 {position: relative; width: 100%; max-width: 1300px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-08 .con-box-02 {max-width: 40em; margin:0 auto; padding-left: 10px; padding-right:10px;}
.con-com-08 .ls-img-01 img { max-width: 100%;}
.con-com-08 .dl-box-01 { padding:2em 0; margin:0 auto; }
.con-com-08 .dl-box-01 dl{ font-size: 1.3em;  display:flex; padding:0.3em 0; justify-content: start; align-items: center;}
.con-com-08 .dl-box-01 dt {  font-weight:500; text-align: left; display: block;  width: 13%; min-width: 3.5em;}
.con-com-08 .dl-box-01 dd { display: block; padding-left: 1em; width: 100%;}
.con-com-08 .dl-box-01 input, .con-com-08 .dl-box-01 select { line-height: 0.85em; font-weight:500; font-size: 0.75em; border:1px solid #000;  width:100%; padding:1em;}
.con-com-08 .dl-box-01 input::placeholder {  color:#838383;}
.con-com-08 .dl-box-01 .sub-txt { display:block; width:100%; text-align:left; font-size:0.8em; margin-top:7px; color:#999; }
.con-com-08 .ls-btn { padding-top: 2em; border-top:1px solid #000; letter-spacing: -0.5px;}
.con-com-08 .ls-btn a {border:1px solid #000; color:#fff;  background:#000; display:block; padding: 0.8em 0; font-size: 1.2em; font-weight: 700;}
.con-com-08 .ls-btn a:hover { background:#5254BF; }
.con-com-08 .ls-btn .btn-login { background:#5254BF;}
.con-com-08 .ls-btn .btn-login:hover { background:#3a3cb0; }
.con-com-08 .ls-btn label { border:1px solid #000; color:#fff; background:#000; display:block; margin-bottom: 1em; padding: 0.8em 0; font-size: 1.2em; font-weight: 700;}
.con-com-08 .ls-btn input {width: 22px; height:22px; margin-right: 0.2em;}
.con-com-08 .ls-ta-01 textarea { width:100%; height: 11em; padding:1em; font-size: 0.9em; color:#5F5F5F; border:1px solid #000;  }
.con-com-08 .ls-ta-01 { text-align: left; padding-bottom: 2em;}
.con-com-08 .ls-ta-01 label {line-height: 1.4em; display:flex; margin-top: 1em; font-size: 1em;}
.con-com-08 .ls-ta-01 input { width: 18px; height:18px; margin-right: 0.5em; position: relative; top: 2px;}


.con-com-09 { margin:0 auto; position: relative; overflow:hidden;  padding-bottom:7em; }
.con-com-09 .ls-line-d {margin-top: 0.3em; background-position: center top; background-size: 100% auto; background-repeat: no-repeat; height: 1.2em;  }
.con-com-09 .t-head { position: relative; z-index:2; width:100%; font-size: 1.2em; padding-top: 2em; letter-spacing: -1px; }
.con-com-09 .t-head h3 {padding: 0.1em 0; font-size: 2.05em; font-weight: 700;}
.con-com-09 .t-head .txt-01 { padding-top:0.2em; font-size: 1em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-09 .t-head .txt-02 { padding-top:0.2em; font-size: 1.45em; font-weight: 500; letter-spacing: -0.03em;}
.con-com-09 .t-head .ls-h-img { position: absolute; left: 50%; top: 0em; transform: translateX(-50%); height: 5.1em; margin-bottom: 0.2em}
.con-com-09 .t-head .ls-h-img img { max-height: 100%;}
.con-com-09 .com-box-01 {position: relative; width: 100%; max-width: 1300px; margin:0 auto; padding-left:20px; padding-right:20px;}

.con-com-09 .ls-b-b { margin:0 auto; padding-top: 3em; width: 28em; }
.con-com-09 .ls-b-b a { background:#000; border-radius: 5em; transition: transform 0.2s ease, box-shadow 0.2s ease;}
.con-com-09 .ls-b-b a:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(170,166,255,0.55);}
.con-com-09 .ls-b-b i { position: relative; margin-top: -0.2em; background-position: 90% center; background-repeat: no-repeat; display:inline-block; background-size: contain; width: 1.6em; height:1.6em; vertical-align: middle;}
.con-com-09 .con-box-02 { padding-top: 4em; display:flex; justify-content: space-between;}
.con-com-09 .ls-ta-01 textarea { width:100%; height: 11em; padding:1em; font-size: 0.9em; border:1px solid #000; }
.con-com-09 .ls-ta-01 { text-align: left; padding-top: 2em;}
.con-com-09 .ls-ta-01 label { line-height: 1.2em;  display:flex; margin-top: 1em; font-size: 1em; align-items: center;}
.con-com-09 .ls-ta-01 input { vertical-align:middle; width: 1.2em; height:1.2em; margin-right: 0.5em; position: relative;}
.con-com-09 .ls-ta-01 span { padding-top:0.1em; vertical-align: middle;}
.con-com-09 .ul-box-01 { font-weight: 500; padding: 1.7em 1em; font-size: 1.25em; margin:0 auto; max-width: 100%}
.con-com-09 .ul-box-01 li { line-height: 1.5em; padding-left: 1em; position: relative; text-align: left; }
.con-com-09 .ul-box-01 li:before { position: absolute; left:0; content:'\00B7'; display:inline-block; font-size: 2em;}
.con-com-09 .ul-box-01 ul { max-width: 30em; margin:0 auto; }
.con-com-09 .ls-pay-01 { border:1px solid rgba(0,0,0,0.2); width: 42%; padding:4% 4% 4% 4%;}
.con-com-09 .ls-pay-02 { padding:8%; }
.con-com-09 .ls-info-01 { display:flex; border-bottom:1px solid #d3d3d3; padding-bottom:1em; justify-content: start; align-items: center;}
.con-com-09 .ls-check-box-02 { margin-top: 0.5em; display:flex; flex:1;overflow: hidden; border-radius: 5px; border: 1px solid #000;}
.con-com-09 .ls-check-box-02 span { display:block; width: 50%;  }
.con-com-09 .ls-check-box-02 input[type="radio"], .con-com-09 .ls-check-box-02 input[type="checkbox"] { display: none;}
.con-com-09 .ls-check-box-02 label { width: 100%; display: flex; text-align: center; justify-content: center; font-size: 1.2em;  align-items: center; cursor: pointer; height: 100%; background: #fff;  line-height: 1.3em;    padding: 1em 0rem 1em 0rem;    position: relative;}
.con-com-09 .ls-check-box-02 input[type="radio"]:checked + label, .con-com-09 .ls-check-box-02 input[type="checkbox"]:checked + label {    background: #156dff;    color: #fff;    border: none;}
.con-com-09 .dl-box-03 dl { padding: 1em 0; display:flex; justify-content: space-between; align-items: stretch;}
.con-com-09 .dl-box-03 dl:last-of-type { font-weight:600; border-top:1px solid #000;}
.con-com-09 .dl-box-03 dt { line-height: 1.4em; text-align: left; } 
.con-com-09 .dl-box-03 dd { text-align: right; width: 120px; padding-left: 1em; } 
.con-com-09 h4 { text-align: left; font-size: 1.4em; padding-bottom: 1em;}
.con-com-09 .pay-box { width: 55%; border:1px solid rgba(0,0,0,0.2); background-color:rgba(0,0,0,0.01); overflow: hidden; }
.con-com-09 .ls-btn { padding-top: 2em; border-top:1px solid #000; margin-top: 2em; letter-spacing: -0.5px;}
.con-com-09 .ls-btn a {border:1px solid #000; color:#fff;  background:#000; display:block; padding: 0.8em 0; font-size: 1.2em; font-weight: 700;}
.con-com-09 .ls-btn a:hover { background:#5254BF; }
.con-com-09 .ls-btn .btn-login { background:#5254BF;}
.con-com-09 .ls-btn .btn-login:hover { background:#3a3cb0; }
.con-com-09 .ls-btn label { border:1px solid #000; color:#fff; background:#000; display:block; margin-bottom: 1em; padding: 0.8em 0; font-size: 1.2em; font-weight: 700;}
.con-com-09 .ls-btn input {width: 22px; height:22px; margin-right: 0.2em;}

.con-com-10 { margin:0 auto; position: relative; overflow:hidden; }
.con-com-10 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-10 .com-box-01 {position: relative; width: 100%; max-width: 1140px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 0em; padding-bottom: 8em;}
.con-com-10 .con-box-01 .ls-img-01 { max-width:96%; padding-bottom: 3em; margin:0 auto;}
.con-com-10 .con-box-01 .ls-img-01 img { max-width:100%;}
.con-com-10 .con-box-01 .ls-img-02 {padding-top: 2em;}
.con-com-10 .con-box-01 .ls-img-02 img { max-width:100%;}
.con-com-10 .con-box-01 .ls-info h3 {padding:1.7em 0 0.5em 0; font-weight:700; font-size: 2.2em;}
.con-com-10 .con-box-01 .ls-info { font-size: 1.3em;line-height: 1.4em;}
.con-com-10 .con-box-01 .ls-info p { padding-bottom:1em;  }
.con-com-10 .con-box-01 .ls-info b { color:#FF5DBE; font-size: 1.35em;}
.con-com-10 .con-box-01 .ls-info strong { font-size: 1.35em;}
.con-com-10 .box-head { padding-top: 3em;}
.con-com-10 .head-img {overflow: hidden; text-align: center; display:flex; justify-content: center;}
.con-com-10 .head-img img { object-fit: cover; object-position: center top;  min-width: 540px; max-width:100%;}
.con-com-10 .ls-txt-01 { font-size: 1.3em;line-height: 1.4em;}
.con-com-10 .ls-txt-01 p { padding-top:1em;  }



.search_select { width:140px; height:50px; border-bottom:1px solid #000;  border-top:1px solid #000; border-left:0; border-right:0; }
.search_input { width:360px; height:50px;  border-bottom:1px solid #000;  border-top:1px solid #000; border-left:0; border-right:0; }
.search_button {border:0px; background:none; position:absolute; margin-left:-40px; margin-top:10px;}
.search_button img { width:30px; height:30px; }

/*게시판*/
.gw_content {width:100%; padding:0 10px; max-width:1220px; margin:0 auto; position:relative; z-index:1000; }
.board_list { }
.board_list table {}
.board_list table tr {}
.board_list table tr th {/* border-top:1px solid #000;  */border-bottom:2px solid #000; padding:13px 0; font-weight:500;}
.board_list table tr td {border-bottom:1px solid rgba(0,0,0,0.23); padding:13px 0; font-weight:400;}
.board_list .td_subject {text-align:left; }
.board_list .bsearch {float:right}
#bo_v_title { flex-basis:100%; text-align:left; padding-top:25px;}
#bo_v_info { text-align:left; margin-top:10px;  }
#bo_v_con { text-align:left; margin:50px 0; }
#bo_w {text-align:left; }


/* PC 사이즈 */
@media all and (min-width : 2560px)  { 
	
	.scroll-box-1 .ls-slide-backgrounds { padding-top:2035px;}

	.snb-bg .ls-slide-backgrounds { padding-top: 1050px;}
	

}

@media all and (max-width : 1440px)  { 


}
@media all and (max-width : 1300px)  { 

	
	
	.scroll-box-2 .img-box { margin-top: -9em}

	.snb-bg .ls-slide-backgrounds img {  width: 190vw;}
	.snb-bg .box_inner { top: calc(11.5vw +  5em);}
	.snb-bg { height: 56vw;}
	.snb-bg .ls-slide-texts2 { padding-top: 39vw; width: 35vw}


	
}
@media all and (max-width : 904px)  { 

	
	
	

}

/* 패드류 기본 */
@media all and (min-width : 769px) and (max-width : 1024px) {
		
	

}

@media all and (max-width : 1024px){

	header .d-md-none { display:none;}
	header .d-lg-none { display: block;}
	header h1 img { height: 20px; width:auto;}
	header .box_inner { padding: 20px 20px; border-bottom-left-radius: 2em;border-bottom-right-radius: 2em;}

	.container { font-size: 0.85em; padding-right:0;}

	.aside { display:none;}

	
	footer { font-size: 0.75em;}

	
	.back-img { background-color:#ffcee7; height: calc(109rem + 4%);  }

	.page-top { transform: scale(0.8); bottom: 95%; right:0; width: 70px}
	.page-top a:after { top:30%;}

	.scroll-box-1 .ls-img-01 { padding-top: calc(11.3em + 28px);}
	.scroll-box-1 .ls-banner { margin-top: 17.5em;}


	.snb-bg .ls-slide-backgrounds img {  width: 200vw;}
	.snb-bg .box_inner { top:calc(10.5vw +  5em); }
	.snb-bg .ls-slide-texts2 { padding-top: calc(45vw); min-width: 310px;}
	

	.con-com-01 .ls-table-01 th { font-size: 1.2em;}
	.con-com-01 .ls-table-01 table { font-size: 0.95em}

	.ls-layer-box .ls-layer-out { padding: 3em; font-size: 0.75em;}



}
@media all and (max-width : 820px){

	
	.ls-layer-box .ls-layer-out { font-size: 0.65em;}

	
}
@media all and (max-width : 768px){

	.head-line .text { padding-bottom: 100px;}
	.head-line .text:after { top:90px }
	header h1 a { height: 0.7em; vertical-align: top; line-height:1;}
	header h1 a img { height:100%;}

	header .box_inner { padding-top: 8px; padding-bottom:10px; border-bottom-left-radius: 1.1em;  border-bottom-right-radius: 1.1em;}
	.nav_head_md { height: 37px; padding-right:10px; }
	.nav_md .close { width: 37px; height: 37px;} 
	.nav_md .close a:after { font-size: 1.4rem;}
	
	.menu_view a:after { font-size: 1.64rem; line-height: 1.64rem; }
	.menu_view { width: 40px;}

	footer {font-size: 6.3px;}

	.d-md-none { display: none!important;} /* pc 용 감추기 */
	.d-lg-none { display:block;} /* mobile 용 보여주기 */

	.snb-bg .ls-slide-backgrounds img { width: 100%;}
	.snb-bg .snb-img-01 { display:none;}
	.snb-bg .box_inner { text-align: center; top: calc(11vw + 1em);}
	.snb-bg { height: calc(63vw)}
	.snb-bg .ls-slide-texts2 {  padding-top:calc(56vw + 4em); width: 45vw; min-width: auto;}
	.snb-bg .ls-slide-texts2 .ls-txt-01 { text-align: center; white-space: nowrap; font-size:2vw;}
	.snb-bg .ls-slide-texts { font-size: 1.8vw; padding-top: 15vw;}
	.snb-bg .ls-slide-texts .ls-info img { width: 25vw}

	.scroll-box-1 .ls-slide-backgrounds img { width: 100%;}
	.scroll-box-1 .ls-img-01 { margin:0 auto; padding-top:13.5vw; width:100%;}
	.scroll-box-1 .ls-img-01 img { width:42vw; max-width: 310px;}
	.scroll-box-1 .ls-txt-01 { font-size: 3.2vw; padding-top: 3vw;}
	
	.scroll-box-1-2 { transform: none; width:100%;}
	.scroll-box-1 .ls-banner { width: 55vw; margin-top: 5vw; transform: translateX(-0.25vw); padding-top: 2vw;  background-position: center top; }
	.scroll-box-1 .ls-banner a {display:inline-block; font-size:3vw; padding: 0.7vw 4vw;}
	.scroll-box-1 .ls-b-b { width: 100%; padding-top: 3.9vw; }

	.scroll-box-2 .img-head img { width: 28vw}
	.scroll-box-2 .ls-h-img { padding-top:0; padding-bottom: 8vw;}
	.scroll-box-2 { padding-top: 7vw; padding-bottom: 7vw;}
	.scroll-box-2 .m-head { font-size: 2.1vw;}
	.scroll-box-2 .ls-img-02 { width: 46%; padding-left: 0; padding-bottom: 3.5vw;}
	.scroll-box-2 .img-box { margin-top: -13vw;}

	.scroll-box-3 { padding-top:0;}
	.scroll-box-3-1 { padding-bottom: 4em;}
	.scroll-box-3 .m-head-img img { width: 28vw}
	.scroll-box-3 .m-head { font-size: 2.1vw;}
	.scroll-box-3 .ls-h-img img { width: 52vw;}
	.scroll-box-3 .ls-h-img { top: 5vw;}
	.scroll-box-3 .ls-list a { font-size: 0.65em}
	.scroll-box-3 h4 { font-size: 1.3em; }
	.scroll-box-3 .ls-list { width: 100%; padding:0; }
	.scroll-box-3 .ls-list:nth-child(4) { margin-bottom:0;}
	.scroll-box-3 .ls-more { position: absolute; bottom:-40px; z-index: 3; left:50%; transform: translateX(-50%);}
	.scroll-box-3 .ls-more a { display:inline-block; padding-left: 30px; padding-right:30px;}
	.scroll-box-3 .list-area { flex-wrap: wrap;padding: 7vw 20px 3vw 20px;}
	.scroll-box-3-1 { padding-top: 2vw;}
	.scroll-box-3 .ls-list p { font-size: 8px;}
	.scroll-box-3 .list-bg { height: 1em; background-position: left bottom; }

	.scroll-box-4 { padding-top:0; padding-bottom: 3em;}
	.scroll-box-4 .m-head-img img { width: 28vw}
	.scroll-box-4 .m-head { font-size: 2.1vw;}
	.scroll-box-4 .ls-h-img img { width: 52vw;}
	.scroll-box-4 .ls-h-img { top: 5vw;}
	.scroll-box-4 .map-info-box { justify-content: center; flex-wrap: wrap; font-size: 0.65em; padding-top: 1.5em;}
	.scroll-box-4 .map-01 {  width:90%; padding-right:0; }
	.scroll-box-4 .map-02 { width:90%; padding-right:0; padding-top: 1.5em;}
	.scroll-box-4 .ls-map { background:#f3f3f3; height: 18em; }
	.scroll-box-4 .m-head .txt-02 {border-radius: 5px; font-size: 1.2em;}
	.scroll-box-4 .map-area { border-radius: 5px; margin-top: 5px;}

	.back-img { height: calc(85vw + 57em); background-size: 100% auto;  }

	.container { font-size: 0.8em;}

	.con-com-01 .ls-table-01 { overflow-x:auto; width: calc(100% + 20px)  }
	.con-com-01 .ls-table-01 table { font-size: 8px; width: 728px; margin-right: 20px; }
	.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(1), .con-com-01 .ls-table-01 th:nth-child(1) { width: 35px;}
	.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(6), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(5), .con-com-01 .ls-table-01 th:nth-child(6) { width: 110px;}
	.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(5), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(4), .con-com-01 .ls-table-01 th:nth-child(5) { width: 70px;}
	.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(2), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(1), .con-com-01 .ls-table-01 th:nth-child(2) {width: 15%;}
	.con-com-01 .ls-table-01 tbody tr:nth-child(1) td:nth-child(3), .con-com-01 .ls-table-01 tbody tr:not(:nth-child(1)) td:nth-child(2), .con-com-01 .ls-table-01 th:nth-child(3) { width: 16%}
	.con-com-01 .con-box-01 .ls-info h3 { font-size: 1.35em;}
	.con-com-01 .con-box-01 .ls-info p { font-size: 1em}
	.con-com-01 .con-box-01 .ls-img-02 { padding-top: 3em;}
	.con-com-01 .com-box-01 { padding-bottom: 3em;}
	.con-com-01 .t-head { padding-top:0; font-size: 0.7em}
	.con-com-01 .t-head .txt-01 { font-size: 10px;}
	.con-com-01 .t-head .txt-02 { font-size: 1.25em;}
	.con-com-01 .t-head h3 { font-size: 2.15em; letter-spacing: -0.01em;}
	.con-com-01 .con-box-02 .t-head .ls-h-img { height:5em; top: 0; }
	.con-com-01 .con-box-03 .t-head .ls-h-img { height:5em; }
	.con-com-01 .com-box-03 { padding-top: 3em;}
	.con-com-01 .time-list ul { font-size: 0.8em;}
	.con-com-01 .ls-b-b { width: 100%; padding-top: 3.9vw; }
	.con-com-01 .ls-banner a {display:inline-block; font-size:3.2vw; padding: 6px 25px;}
	.con-com-01 .ls-banner { padding-top: 2em;}
	.con-com-01 .scroll-info { font-size: 0.8em}

	.con-com-02 {padding-bottom: 5em;}
	.con-com-02 .com-box-02 { padding-top: 3em;}
	.con-com-02 .t-head { padding-top:0; font-size: 0.7em}
	.con-com-02 .t-head .txt-01 { font-size: 10px;}
	.con-com-02 .t-head .txt-02 { font-size: 1.25em;}
	.con-com-02 .t-head h3 { font-size: 2.15em; letter-spacing: -0.01em; padding-top: 1em;}
	.con-com-02 .t-head .ls-h-img { height: 5em;}
	.con-com-02 .ls-table-01 .ls-day { font-size:0.95em; position: absolute; left:10px; top:1.8em;}
	/* .con-com-02 .ls-table-01 td:nth-child(1) { border-bottom:0; padding-left: 85px; padding-right: 85px; min-height: 5em; padding-top:1.5em;  background:#aba6ff; color:#fff; position: relative; display: table-cell; width: 100%;}
	.con-com-02 .ls-table-01 td:nth-child(2) { font-weight: 600; border-top:0;line-height: 1.4em; padding-left: 45px; padding-right: 45px; padding-bottom:1em; color:#fff; background:#aba6ff; display: table-cell; width: 100%; margin-bottom:3px;} */
	.con-com-02 .ls-table-01 td:nth-child(1) { white-space: nowrap; z-index:2; position: absolute; left: 10px; top:1px; padding-top:1em; padding-bottom:1em; border:transparent;}
	.con-com-02 .ls-table-01 td:nth-child(2) { margin-bottom:3px; position: relative; padding-left: 110px;  padding-right: 60px;  padding-top: 1em; padding-bottom:1em; width:100%; }
	.con-com-02 .ls-table-01 td:nth-child(2) .ls-more { position: absolute; top:0.4em;  right: 10px;}
	.con-com-02 .ls-table-01 td:last-of-type { border-right:1px solid #000;}
	.con-com-02 .ls-table-01 tbody { position: relative; display:block; border-bottom: 1.5em solid #fff; width:100%;}
	.con-com-02 .ls-table-01 thead { position: relative; display:block; width:100%;}
	.con-com-02 .ls-table-01 thead tr { width: 100%; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap;}
	.con-com-02 .ls-table-01 tbody tr { width: 100%; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap;}
	.con-com-02 .ls-table-01 thead tr:nth-child(2) { display:none;}
	.con-com-02 .ls-table-01 thead tr:nth-child(1) th { font-size: 1.2em;}
	.con-com-02 .ls-table-01 thead:nth-child(1):before { height: calc(5em - 1em)}
	.con-com-02 .ls-table-01 tbody .ls-time {padding:1em 3px; color:#000; background:#fff;border-bottom:1px solid #000;}
	.con-com-02 .ls-table-01 tbody .ls-pe { padding:1em 3px;}
	.con-com-02 .ls-table-01 tbody td {letter-spacing: -0.2px; height: auto;}
	.con-com-02 .ls-table-01 { font-size: 8.5px}
	.con-com-02 .ls-table-01 .ls-day { display:none!important;}
	/* .con-com-02 .com-box-02 .ls-table-01 td:nth-child(3), .con-com-02 .com-box-02 .ls-table-01 th:nth-child(3) { width: 100%; padding:2em 0;}
	.con-com-02 .com-box-02 .ls-table-01 td:nth-child(1), .con-com-02 .com-box-02 .ls-table-01 th:nth-child(1) { width: 100%;  }
	.con-com-02 .com-box-02 .ls-table-01 td:nth-child(2), .con-com-02 .com-box-02 .ls-table-01 th:nth-child(2) { width: 100%;} */
	.con-com-02 .com-box-02 .ls-table-01 td:nth-child(1) { background:transparent; width: 40%; text-align: left;}
	.con-com-02 .com-box-02 .ls-table-01 th:nth-child(1) { width:100%;}
	.con-com-02 .com-box-02 .ls-table-01 td:nth-child(2) { width:100%; border-right:1px solid #000; border-left:1px solid #000;}
	.con-com-02 .com-box-02 .ls-table-01 td:nth-child(3) { width:100%; border-left:1px solid #000;}
	.con-com-02 .com-box-02 .ls-table-01 th:nth-child(1) br { display:none;}
	.con-com-02 .com-box-02 .ls-title { font-weight:600}
	.con-com-02 .ls-table-01 td:nth-child(3), .con-com-02 .ls-table-01 td:nth-child(4), .con-com-02 .ls-table-01 td:nth-child(5), .con-com-02 .ls-table-01 td:nth-child(6), .con-com-02 .ls-table-01 td:nth-child(7) {width:20%;}
	.con-com-02 .ls-table-01 td, .con-com-02 .ls-table-01 th { border-left-width:0; border-right:1px solid #000;}
	.con-com-02 .ls-table-01 td:nth-child(3), .con-com-02 .ls-table-01 td:nth-child(2), .con-com-02 .ls-table-01 td:nth-child(1) { border-left-width:1px;}
	.con-com-02 .ls-table-01 td:nth-child(1) { background:transparent;}
	.con-com-02 .con-box-04 .ls-table-01 td:nth-child(3) { background:#aba6ff}
	.con-com-02 .ls-more {position: absolute; right: 10px; top: 0.8em;}
	.con-com-02 .ls-more a { padding: 0.3em 1em;font-size: 0.75em;}
	.con-com-02 .ul-box-01 { padding-top:1.5em 5px;  font-size: 9px}
	.con-com-02 .ul-box-01 li { padding-left: 10px;}
	.con-com-02 .con-box-03 .ul-box-01 { text-align: left; padding-left:0; padding-right:0; letter-spacing: -0.01em;}
	.con-com-02 .con-box-03 .ul-box-01 li { padding-left:0;}
	.con-com-02 .con-box-03 li:before { padding-right:5px; }
	.con-com-02 .com-box-02 td:nth-child(2) .ls-more { top: 1em}
	.con-com-02 .com-box-02 .ls-day { top: 1.5em;}
	.con-com-02 .ls-img-01 { padding-top: 2em; padding-bottom:1em;}
	.con-com-02 .con-box-04 { padding-top: 1em;}
	.con-com-02 .ls-table-01 td:nth-child(2) br, .con-com-02 .ls-table-01 td:nth-child(1) br { display:none;}
	.con-com-02 .ls-b-b { width: 100%; padding-top:0;}
	.con-com-02 .ls-banner a {display:inline-block; font-size:3.2vw; padding: 6px 25px;}
	.con-com-02 .ls-banner { padding-top: 1.5em;}

	.con-com-03 .ls-list-box { max-width:500px; margin:0 auto; grid-template-columns:repeat(1, minmax(0, 1fr)); column-gap: 0em;   }
	.con-com-03 .ls-list-box h4 {font-size: 1.1em; }
	.con-com-03 .t-head { padding-top:0; font-size: 0.7em}
	.con-com-03 .t-head .txt-01 { font-size: 10px;}
	.con-com-03 .t-head .txt-02 { font-size: 1.25em;}
	.con-com-03 .t-head h3 { font-size: 2.15em; letter-spacing: -0.01em;}
	.con-com-03 .ls-list-box .ls-list { padding-left: 10%; padding-right:10%; }

	.con-com-06 { padding-bottom:0em;}
	.con-com-06 .dl-box-01 dl { font-size: 0.8em;}
	.con-com-06 .dl-box-01 {padding: 1em 0;}
	.con-com-06 .ls-btn a { margin-top: 0.4em; font-size: 0.9em;}
	.con-com-06 .ls-h-img img { width: 70px; }
	.con-com-06 .t-head { padding-top:0; font-size: 0.7em}
	.con-com-06 .t-head .txt-01 { font-size: 10px;}
	.con-com-06 .t-head .txt-02 { font-size: 1.25em;}
	.con-com-06 .t-head h3 { font-size: 2.15em; letter-spacing: -0.01em;}
	.con-com-06 .con-box-02 { max-width: 30em}

	.con-com-07 { padding-bottom:5em;}
	.con-com-07 .t-head { padding-top:0; font-size: 0.7em}
	.con-com-07 .t-head .txt-01 { font-size: 10px;}
	.con-com-07 .t-head .txt-02 { font-size: 1.25em;}
	.con-com-07 .t-head h3 { font-size: 2.15em; letter-spacing: -0.01em;}
	.con-com-07 .t-head .ls-h-img { height: 3.5em}
	.con-com-07 .ls-table-01 { font-size: 9.5px}
	.con-com-07 .ls-table-01 thead tr:nth-child(1) th { font-size: 1.2em;}
	.con-com-07 .ls-table-01 thead:nth-child(1):before { height: calc(5em - 1em)}
	.con-com-07 .ul-box-01 { padding-top:1.5em; padding-bottom:1.5em; font-size: 9.5px}
	.con-com-07 .ul-box-01 li { padding-left: 10px;}
	.con-com-07 .ls-btn { padding-top:1em;}

	.con-com-08 { padding-bottom:4em;}
	.con-com-08 .t-head { padding-top:0; font-size: 0.7em}
	.con-com-08 .t-head .txt-01 { font-size: 10px;}
	.con-com-08 .t-head .txt-02 { font-size: 1.25em;}
	.con-com-08 .t-head h3 { font-size: 2.15em; letter-spacing: -0.01em;}
	.con-com-08 .con-box-02 { max-width: 30em}
	.con-com-08 .ls-btn input { transform: translateY(-2px); width: 14px; height: 14px;}
	.con-com-08 .dl-box-01 dl { font-size: 0.8em;}
	.con-com-08 .dl-box-01 {padding: 1em 0;}
	.con-com-08 .ls-btn a, .con-com-08 .ls-btn label { margin-top: 0.4em; font-size: 0.9em;}
	.con-com-08 .ls-ta-01 textarea { height: 7em;}
	.con-com-08 .ls-ta-01 { font-size: 8px}
	.con-com-08 .ls-ta-01 input { width: 12px; height: 12px; top: -1px;}

	.con-com-09 { padding-bottom:4em;}
	.con-com-09 .t-head { padding-top:0; font-size: 0.7em}
	.con-com-09 .t-head .txt-01 { font-size: 10px;}
	.con-com-09 .t-head .txt-02 { font-size: 1.25em;}
	.con-com-09 .t-head h3 { font-size: 2.15em; letter-spacing: -0.01em;}
	.con-com-09 .t-head .ls-h-img { height: 3.5em}
	.con-com-09 .ul-box-01 { padding-top:1.5em; padding-bottom:1.5em; font-size: 9.5px}
	.con-com-09 .ul-box-01 li { padding-left: 10px;}
	.con-com-09 .con-box-02 { flex-wrap: wrap; padding-top: 3em;}
	.con-com-09 .pay-box { width:100%; padding-bottom:0;}
	.con-com-09 .ls-pay-03 { width:100%; border-left:0;}
	.con-com-09 .ls-pay-01 { width:100%; padding: 3em 2em; margin-top: 2em; font-size: 0.8em}
	.con-com-09 .ls-pay-02 { padding: 2.5em 2em; font-size: 0.8em}
	.con-com-09 .ls-btn a, .con-com-09 .ls-btn label { margin-top: 0.4em; font-size: 1.15em;}
	.con-com-09 .ls-btn input { transform: translateY(-2px); width: 14px; height: 14px;}
	.con-com-09 .ta-box-01 { font-size: 8px;}
	.con-com-09 .ls-btn { padding-top:2em;}

	.con-com-10 { padding-bottom:4em;}
	.con-com-10 .con-box-01 .ls-info { font-size: 0.8em}
	.con-com-10 .ls-txt-01 { font-size: 0.8em;}

	.ls-layer-box .ls-layer-out {padding: 20px; max-height:290px; }
	.ls-layer-box h1 { font-size: 13px }
	.ls-layer-box .ls-head { padding-bottom: 1.5em}
	.ls-layer-box .ls-url { font-size: 8px;}
	.ls-layer-box .ls-con-box h2 { font-size: 13px}
	.ls-layer-box .ls-con-box .ls-txt-01 { font-size: 10px;}
	.ls-layer-box .ls-con-box { padding-top: 1.5em}
	.ls-layer-box .ls-close { width: 38px; height: 38px; top:2em; right:2em;}


	.search_select { width:60px; height:45px; border:1px solid #ccc; }
	.search_input { width:150px; height:45px; border:1px solid #ccc; }
	.search_button {border:0px; background:none; position:absolute; margin-left:-30px; margin-top:10px;}
	.search_button img { width:20px; height:20px; }

	/*게시판*/
	.board_list {}
	.board_list table {}
	.board_list table tr {}
	.board_list table tr th {border-top:1px solid #000; border-bottom:1px solid #000; padding:13px 0; font-weight:500;}
	.board_list table tr td {border-bottom:1px solid rgba(0,0,0,0.23); padding:13px 0; font-weight:400;}
	.board_list .td_subject {text-align:left; }

	.layer_popup {display:none; position:fixed; top:0; left:0; height:100vh;background:rgba(0,0,0,0.5);z-index:1000; width:100%; padding:0 20px; }
	.layer_popup .inner { min-height:500px; padding:0px; margin:50px auto;  }
	.layer_popup .inner .inbox {padding:20px; background:#fff;  height:660px; overflow-y:scroll;}
	.layer_popup .inner .txt1 {font-size:1.2em;}
	.layer_popup .inner .txt2 {border-bottom:1px solid #000; padding:5px 0 10px 0; font-size:0.75em;}
	.layer_popup .inner .txt3 {font-size:1.1em; padding:10px 0; }
	.layer_popup .inner .txt4 {font-size:0.85em; line-height:1.8em; padding-bottom:50px; }
	.layer_popup .inner .youtube_link {text-align:center; }
	.layer_popup .inner .youtube_link iframe {width:100%; height:315px;}
	.layer_popup .inner .close { position:relative; float:right; width:40px; height:40px; line-height:37px; background:#000; text-align:center; margin-top:-20px; margin-right:-20px;  cursor:pointer; }
	.con-com-09 .ls-pay-02 { padding: 2.5em 2em;}
	


}


@media all and (max-width : 767px){ 


 	.con-com-01 .scroll-info  { display:block;}


}

@media all and (max-width : 640px){


}

@media all and (max-width : 580px){

	.snb-bg .ls-slide-texts2 { padding-top: calc(61vw);}
}

/* 모바일사이즈 기본 */
@media all and (max-width : 480px){

/* 	.scroll-box-1 .ls-txt-01 { font-size: 3.4vw; }

	.snb-bg .ls-slide-texts { font-size: 1.9vw; }

	.con-com-07 .ls-table-01 table { table-layout: auto;}
	.con-com-07 .ls-table-01 tbody { display:block; width:100%;}
	.con-com-07 .ls-table-01 tbody tr:nth-child(1) { display:none;}
	.con-com-07 .ls-table-01 tbody tr:not(:nth-child(1)) { width:100%; display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
	.con-com-07 .ls-table-01 tbody td {display:block; margin-bottom: 10px; padding:0; width:100%; min-height: 110px; margin-bottom: 1.5em; }
	.con-com-07 .ls-table-01 .ls-pe { display:flex; width:100%; justify-content: center; align-items: center; padding: 1em 0;}
	.con-com-07 .ls-table-01 .ls-time {display:block; padding:1em 3px; width:100%; color:#000; background:#fff;border-bottom:1px solid #5072ef;}
	.con-com-07 .ls-table-01 .ls-time br { display:none;}
	
	 */


}
@media all and (max-width : 375px){


}

/* 스타일 작업 종료 */
/*******************************************************************************************************************/






/* 중간 레이아웃 */
/**********************************************************************************************************************/
/* 여기부터 반응형 메인 박스 스타일 적용 */
/**********************************************************************************************************************/
#wrapper {width:100%;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#container {position:relative;max-width:1000px;margin:0px auto;z-index:1;padding:0px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin:0 0px 10px;font-size:1.2em;font-weight:bold;text-align:center;border-bottom:2px solid #ddd;padding-bottom:0px;}

/*index*/
.latest{width:100%;float:left}

#main_work ul:after {display:block;visibility:hidden;clear:both;content:""}
#main_work ul li{background:#fff;letter-spacing:-0.01em}
#main_work ul li.main_work_1{background:#f8f8f8;}
#main_work .work_txt span{ display:block;padding:5px 0;color:#808080;line-height:1.5em}

#lt_notice{clear:both}
#lt_notice,#lt_board,#lt_board2,#lt_board3,#lt_board4,#lt_board5,#lt_board6,#lt_gall{margin-top:20px}


/* PC 사이즈  1001px 픽셀사이즈까지  */
@media (min-width : 1361px) {
    
    #main_work .work_img{width:35%;height:122px;line-height:112px;display:block;float:left;}
    #main_work .work_txt{width:65%;height:122px;display:block;float:left;}
    #main_work .work_txt span.work_txt_tit{margin-top:20px ;font-weight:bold;font-size:1.25em;color:#111}
	
	.view_pc {display:block;}
	.view_tab {display:none;}
	.view_pctab {display:block;}
	.view_tabmobi {display:none;}
	.view_mobi {display:none;}

	.rbtn_icon {display:block;margin-top:25px;}
	.rbtn_icon .btn {margin-left:7px;}
}

/* 패드류 기본*/
@media all and (min-width : 601px) and (max-width : 1360px) {

    #main_work{margin-top:20px}
    #main_work ul li{float:left;width:33.3%;text-align:center;}
    #main_work .work_img{display:block;}
    #main_work .work_img img{max-width:100px;width:80%;height:auto}
    #main_work .work_txt span.work_txt_p{display:none;}
    #main_work .work_txt span.work_txt_tit{margin:0 0 15px;font-size:1.2em;color:#111;font-weight:bold}
	
	.view_pc {display:none;}
	.view_tab {display:block;}
	.view_pctab {display:block;}
	.view_tabmobi {display:block;}
	.view_mobi {display:none;}

	.rbtn_icon {display:none;margin-top:25px;}
	.rbtn_icon .btn {margin-left:7px;}

}

/* 모바일 기본*/
@media all and (max-width : 600px){

    #main_work{margin-top:20px}
    #main_work ul li{float:left;width:33.3%;text-align:center;}
    #main_work .work_img{display:block;}
    #main_work .work_img img{max-width:100px;width:80%;height:auto}
    #main_work .work_txt span.work_txt_p{display:none;}
    #main_work .work_txt span.work_txt_tit{margin:0 0 15px;font-size:1.2em;color:#111;font-weight:bold}
	
	.view_pc {display:none;}
	.view_tab {display:none;}
	.view_pctab {display:none;}
	.view_tabmobi {display:block;}
	.view_mobi {display:block;}

	.rbtn_icon {display:none;}
}



/* 하단 레이아웃 */
#ft {border-top:1px solid #dde4e9;background:#fafafa;text-align:center}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden;}
#ft_company{padding:20px 20px 10px}
#ft_company a{font-weight:bold;display:inline-block;padding:0px 5px;font-size:1.12em;border-left:2px solid #eee}
.bd_no{border:none !important}
#ft_copy p{color:#000;padding-bottom:20px}
#ft_copy .ft_sns{padding:15px 20px}
#ft_copy .ft_sns a{padding:3px;}
#top_btn{position:fixed;bottom:10px ;right:10px;border:none;z-index:99}

/*group*/
#group .lt{margin-top:20px}
#group .lt_date{position:absolute;top:0;right:0;color:#5d938b}
@media all and (max-width : 375px) {
    #group .lt{margin-top:10px}
}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha #captcha_img {width:150px;height:60px;border:1px solid #e9e9e9;}
#captcha #captcha_reload {margin:0;padding:0 5px;width:32px;height:32px;border:0;background:url(../img/captcha.png) no-repeat 0 -30px;overflow:hidden; vertical-align:middle;overflow:hidden;cursor:pointer;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 4px;padding:0 5px;width:150px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha #captcha_mp3{width:32px;height:32px;margin:0;padding:0 5px;height:32px;border:0;background:url(../img/captcha.png) no-repeat 0 0;vertical-align:middle;overflow:hidden;cursor:pointer;overflow:hidden;text-indent:-999px}

/*단축키일람 */
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none;margin-bottom:5px}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#dfdfdf;color:#fff;letter-spacing:-0.1em;border-radius:0px}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;border-radius:0px}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none;border-radius:0px}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #d9ded9;background:#fff;color:#000;text-decoration:none;vertical-align:middle;border-radius:0px}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none;color:#00c6b2}
a.btn_b02 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #dfdfdf;background:#dfdfdf;color:#fff;text-decoration:none;vertical-align:middle;border-radius:0px}
a.btn_b02:focus, .btn_b02:hover {background:#00c6b2;transition: 0.8s;-webkit-transition: 0.8s;-moz-transition: 0.8s;-ms-transition: 0.8s;-o-transition: 0.8s;}
a.btn_admin {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;border-radius:0px} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap {margin:0 0 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-radius:0px 5px 0 0;}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;background:#dfdfdf;color:#fff;text-align:center;letter-spacing:-0.1em;}
.tbl_head01 thead th:first-child{border-top-left-radius:0px;}
.tbl_head01 thead th:last-child{border-top-right-radius:0px}
.tbl_head01 thead a {color:#fff}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {background:#fff;padding:10px;border-top:1px solid #eee;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}

.tbl_head01n {font-size:17px; font-weight:300px; }
.tbl_head01n caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01n thead th {padding:15px 0;background:#fff;color:#000;text-align:center; border-top:1px solid #000; }
.tbl_head01n thead th:first-child{border-top-left-radius:0px;}
.tbl_head01n thead th:last-child{border-top-right-radius:0px}
.tbl_head01n thead a {color:#000}
.tbl_head01n thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01n tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#fff;color:#000;}
.tbl_head01n tfoot td {border-color:#666;background:#fff;color:#000;font-weight:bold;text-align:center}
.tbl_head01n tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01n td {background:#fff;padding:10px;border-top:1px solid #eee;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}


.tbl_head022 {}
.tbl_head022 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head022 thead th {padding:5px 0;border-bottom:1px solid #d1dee2;border-right:1px solid #d1dee2;border-left:1px solid #d1dee2;border-top:1px solid #333;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head022 thead a {color:#383838}
.tbl_head022 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head022 tfoot th {border-top:1px solid #666;border:1px solid #666;background:#484848;color:#fff}
.tbl_head022 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head022 tbody td {padding:5px 0;border:1px solid #e9e9e9;}
.tbl_head022 tbody th {padding:5px 0;border:1px solid #e9e9e9;text-align:center;}
.tbl_head022 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head022 input[type=text] {border:1px solid #d1dee2; width:90%;height:20px;margin-left:5px;}
.tbl_head022 input[type=file] {margin-left:5px;}
.tbl_head022 textarea {border:1px solid #d1dee2; width:98%;height:120px;margin-left:5px;}
.tbl_head022 span {color:red;}

/* 폼 테이블 */
.tbl_frm01 {}
.tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left}
.tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #c2c2c2;background:#fff;vertical-align:middle;line-height:2.3em;height:2.3em;-webkit-appearance:none;border-radius:5px}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:20px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .tbl_wrap {margin:0 20px}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:10px 20px}

.new_win .win_btn {clear:both;margin:20px;text-align:center}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.5em}
.new_win .win_btn button {display:inline-block;padding:0 10px;height:2.5em;border:0;background:#666;color:#fff;text-decoration:none;line-height:2.5em}
.new_win .win_btn input {padding:0 10px;height:2.5em;line-height:2.5em}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important;text-align:left}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:16px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0px 0 20px;padding: 0 0;text-align:center;font-size:1.083em}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:30px;color:#000;letter-spacing:0;line-height:30px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {text-decoration:none}
.pg_start{background:url(../img/page_btn.gif) no-repeat 0 0 ;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;border-radius:15px;border:1px solid #ddd}
.pg_prev {background:url(../img/page_btn.gif) no-repeat -31px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;border-radius:15px;border:1px solid #ddd}
.pg_end{background:url(../img/page_btn.gif) no-repeat -93px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;border-radius:15px;border:1px solid #ddd}
.pg_next {background:url(../img/page_btn.gif) no-repeat -63px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;;border-radius:15px;border:1px solid #ddd}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#dfdfdf;color:#fff;border-radius:15px;font-weight:bold;font-weight:bold}

/* PC화면으로 */
#device_change {display:block;margin:5px;padding:5px 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}

.clear_01 { clear: both; line-height: 0px; font-size:0px}

.blank5 { height:5px}
.blank10 { height:10px}
.blank20 { height:20px}

.pdtb50 {padding: 50px 0px;}
.pdtb40 {padding: 40px 0px;}
.pdtb30 {padding: 30px 0px;}
.pdtb20 {padding: 20px 0px;}
.pdtb15 {padding: 15px 0px;}
.pdtb10 {padding: 10px 0px;}


.pd50 {padding: 50px;}
.pd40 {padding: 40px;}
.pd30 {padding: 30px;}
.pd20 {padding: 20px;}
.pd10 {padding: 10px;}


#ft_copy ul { padding:0px; margin: 0px;list-style:none;line-height:10px;}
#ft_copy ul li {color:#000; display:inline-block; padding: 5px 3px;}


.tip { background-color: #eaeaea; padding: 10px;line-height:17px;letter-spacing:0.05em;}
.tip input[type=text] { padding: 3px; border: 1px solid #dfdfdf; width: 300px}
.tip input[type=radio]  { width:20px}
.tip select { border:1px solid #dfdfdf; padding: 3px 5px; font-size: 12px}
.tip span { color:#000; font-weight: bold}



.stit h2 { font-size:15px; color:#346ba3; padding-top:0px; margin:0px; padding-bottom:15px ; text-align:left}
.stit h2 span { font-size:12px; padding-left:10px; color:#000}
.stit2 h2 { font-size:15px; color:#000; padding-top:0px; margin:0px 0 20px 0; padding-bottom:7px ; text-align:left; border-bottom: 1px dotted #ccc}



.pop_left { float:left; width:44%;}
.pop_left ul { padding:0px; margin:0px; list-style: none}
.pop_left ul li { float:left; border-bottom:1px solid #dfdfdf; font-size:13px; padding:10px 0 5px 0; text-align:left}
.pop_left .ti { width:30%}
.pop_left .con { width:70%; font-weight:bold}

.pop_right { float:right; width:44%; }
.pop_right ul { padding:0px; margin:0px; list-style: none}
.pop_right ul li { float:left; border-bottom:1px solid #dfdfdf; font-size:13px; padding:10px 0 5px 0; text-align:left}
.pop_right .ti { width:30%}
.pop_right .con { width:70%; font-weight:bold}

.pop_ti { font-size:40px; padding-bottom:20px; font-weight:bold; letter-spacing:20px; text-align:center;position:relative; border-bottom:1px solid #000; margin-bottom:20px}
.dojang { position:absolute; top:100px; right:30px; }



.tbl_frm02_pop {margin:0 0 0px}
.tbl_frm02_pop table {width:100%;border-collapse:collapse;border-spacing:0; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9}
.tbl_frm02_pop th {width:70px;padding:10px 5px;border:1px solid #e9e9e9; background:#f5f8f9;text-align:left; color: #3a3a3a;font-size:12px; font-weight:bold}
.tbl_frm02_pop td {padding:10px 5px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;font-size:13px;}
.tbl_frm02_pop .CT { text-align:center}
.tbl_frm02_pop .RT { text-align:right}
.tbl_frm02_pop .hit { font-weight:bold; color: #000; font-size:15px}

.top_text {margin:0 auto;width:100%;max-width:1000px;color:#333;font-size:17px;text-align:left;}
.top_text .subtitle {font-size:37px;color:#333;padding-right:40px;}
.top_text .subtext {font-size:17px;color:#333;padding-top:30px;line-height:25px;padding-left:40px;padding-right:40px;}
.top_text .subicon {padding-top:30px;padding-right:40px;}
.top_text .subtext2 {font-size:13px;color:#333;padding-top:0px;line-height:25px;padding-left:40px;padding-right:40px;}

.sc_top_menu2 {margin:0 auto;width:100%;max-width:1400px;color:#101f39;padding-top:30px;font-size:17px;}
.sc_top_menu2 a {color:#101f39;}

.top_text2 {margin:0 auto;width:100%;max-width:1200px;color:#101f39;font-size:17px;text-align:right;}
.top_text2 .subtitle {font-size:37px;;color:#101f39;text-align:right;padding-left:40px;padding-right:40px;}
.top_text2 .subtext {font-size:17px;color:#101f39;padding-top:30px;line-height:25px;text-align:right;padding-left:40px;padding-right:40px;}
.top_text2 .subicon {padding-top:30px;text-align:right;padding-left:40px;padding-right:40px;}
.top_text2 .subtext2 {font-size:13px;color:#101f39;padding-top:0px;line-height:25px;text-align:right;padding-left:40px;padding-right:40px;}

.sc_top_menu3 {margin:0 auto;width:100%;max-width:1400px;color:#352f2a;padding-top:30px;font-size:17px;}
.sc_top_menu3 a {color:#352f2a;}

.top_text3 {margin:0 auto;width:100%;max-width:1200px;color:#352f2a;font-size:17px;text-align:center;}
.top_text3 .subtitle {font-size:37px;;color:#352f2a;text-align:center;padding-left:40px;padding-right:40px;}
.top_text3 .subtext {font-size:17px;color:#352f2a;padding-top:30px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text3 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text3 .subtext2 {font-size:13px;color:#352f2a;padding-top:0px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}

.top_text4 {margin:0 auto;width:100%;max-width:1200px;color:#e6d0a9;font-size:17px;text-align:center;}
.top_text4 .subtitle {font-size:37px;;color:#e6d0a9;text-align:center;padding-left:40px;padding-right:40px;}
.top_text4 .subtext {font-size:17px;color:#e6d0a9;padding-top:30px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text4 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text4 .subtext2 {font-size:13px;color:#e6d0a9;padding-top:0px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}

.top_text5 {margin:0 auto;width:100%;max-width:1200px;color:#ffffff;font-size:17px;text-align:center;}
.top_text5 .subtitle {font-size:40px;;color:#ffffff;text-align:center;padding-left:40px;padding-right:40px;}
.top_text5 .subtext {font-size:24px;color:#ffffff;padding-top:30px;line-height:38px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text5 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text5 .subtext2 {font-size:17px;color:#e6d0a9;padding-top:10px;line-height:30px;text-align:center;padding-left:40px;padding-right:40px;}

.top_text22 {margin:0 auto;width:100%;max-width:1200px;color:#101f39;font-size:17px;text-align:center;}
.top_text22 .subtitle {font-size:37px;;color:#101f39;text-align:center;padding-left:40px;padding-right:40px;}
.top_text22 .subtext {font-size:17px;color:#101f39;padding-top:30px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text22 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text22 .subtext2 {font-size:13px;color:#101f39;padding-top:0px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}