@charset "utf-8";

@font-face {font-family: 'Pretendard'; src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff'); font-weight:100; font-style: normal;}
@font-face {font-family: 'Pretendard'; src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff'); font-weight: 400; font-style: normal;}
@font-face {font-family: 'Pretendard'; src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff'); font-weight: 600; font-style: normal;}
@font-face {font-family: 'Pretendard'; src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff'); font-weight: 900; 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: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif;}
header {font-family: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif;}
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:#035fff;} */
input, select, textarea {font-family: "Pretendard", Pretendard, 'noto sans KR', sans-serif;}

:root { 
	--head-height: 100px;
	--bg-white:#fff;
	--bg-black:#000;
	--full-width: 1700px;
	--full-width-pd: 1740px;
	--sub-width : 1460px;
	--sub-width-pd : 1500px;
	--color-blue-1: #1063e2;
	--bg-gray-1 : #f7f7f7;
}

/* header 메뉴 */
header {z-index: 15; width: 100%; margin: 0 auto; top:0; flex-wrap: wrap;display:flex;justify-content: center;align-items: center;position:fixed; height: var(--head-height); background:var(--bg-white);}
header h1 {z-index: 12; height: 3em; flex-basis: content;text-align: left; display:block;}
header h1 img {/* filter: brightness(0) grayscale(1) invert(1);  */max-height: 100%; display:inline-block; }
header h1 .menu-black { display:none;}
header h1 a { display: block; height:100%; padding-bottom: 0.2em; padding-top:0.1em}
header .box_inner {z-index:4; position: relative;display:flex; max-width: 1740px; padding: 0px 20px 0 20px; width: 100%; height: 100%;justify-content: space-between; align-items: center;}
header:not(.menu-scroll) .nav_wrap { display: none;}

/*웹용 메뉴*/
.nav_web { padding-left: 5em; padding-right: 5em; max-width:940px; height: 100%; flex:1 1 940px; margin-left: auto;  margin-right: auto;  font-size: 1.1em;}  
.nav_web a {  width:100%; height: 100%; display:block; color:#000; font-family: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif; }
.nav_web>ul {width:100%; display: flex; justify-content: space-between; align-items: center; height:100%;}
.nav_web>ul>li { position: relative; flex:1; width:100%;border-radius: 1em; }
.nav_web>ul>li>a { padding: 1em 0; text-wrap: nowrap; text-align: center; font-weight:600; font-family: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif !important; }
.nav_web>ul>li>a span { display:inline-block; font-family: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif; }
.nav_web>ul>li:hover>ul { display:block; opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);}
.nav_web li li a {display:block; padding: 0.8em 10px; font-size: 0.85em; word-break: keep-all; color:#fff; font-family: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif !important; }
.nav_web li li a:hover { color:#fff; font-weight:600}
.nav_web ul ul { 
	z-index:3; 
	background:#333333; 
	top:3em; 
	border-radius: 1.5em; 
	left:0; 
	display:block; 
	opacity: 0; 
	visibility: hidden;
	position: absolute; 
	width:100%; 
	left:50%; 
	transform: translateX(-50%) translateY(-10px); 
	letter-spacing: -0.3px; 
	padding-top: 1em;  
	padding-bottom: 1em; 
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*모바일용메뉴*/
.nav_md {width: 100%; height: 100%; top: var(--head-height); right:0; position: fixed; z-index: 17; } 
.nav_md_wrap { position:absolute; right:0; width: calc(100% - 40px); margin-left:20px; border-radius: 1.5em; margin-right:20px; height:calc(100% - 110px); overflow-y:auto; background:#000; display:flex; flex-direction: column;} 
.nav_md .nav_head_md { padding: 30px; display:flex; flex-direction: column; align-items: center; justify-content: start; margin-right:auto; height:100%;}
.nav_md .nav_head_md li { text-align: center;}
.nav_md .nav_head_md .lang-box .lang-active a { opacity: 1; }
.nav_md .nav_head_md .lang-box { font-size: 0.7em; display:flex; justify-content: center; width:100%;}
.nav_md .nav_head_md .lang-box a { padding: 0.5em 1em 0.5em 0; opacity: 0.3; color:#fff; font-weight:600; font-family: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif; }
.nav_md .nav_head_md .lang-box a:hover { opacity: 1;}
.nav_md .nav_head_md_2 {position: absolute; bottom:0;}
.nav_md .nav_head_md_2 .sns-box { padding: 30px; display:flex; align-items: center; justify-content: start; margin-right:auto; height:100%; }
.nav_md .nav_head_md_2 .sns-box a { display:inline-block; width: 1.6em; text-align: center; height:1.6em;position: relative;margin-right:0.5em  }
.nav_md .nav_head_md_2 .sns-box a:nth-child(1):after { left: 51%; top: 49%;}
.nav_md .nav_head_md_2 .sns-box a:after { filter:invert(1); position: absolute;  width: 60%; height:46%; left: 50%; top:50%;   transform: translate(-50%, -50%);    content: '';    background-size: contain;    background-position: center center;    background-repeat: no-repeat;}
.nav_md .nav_head_md_2 .sns-box a:before { content:''; width:90%; height:90%; left:50%; top:50%; transform: translate(-50%, -50%); position: absolute; border-radius: 3em; background:var(--bg-white);}
.nav_md .nav_head_md_2 .sns-box span { font-size:0;}
.nav_md .nav-md-ul {position: relative; display:flex; flex-direction: column; flex-wrap: wrap; height:100%;  width:100%; padding: 5px 30px 30px 30px;}
.nav_md .nav-md-ul>li { text-align: left; position:relative; width: 100%;  }
.nav_md .nav-md-ul>li:hover:before {content:''; position: absolute; left: calc(-100% + -3em); width:100%; height:1px; background:#fff; top:50%; transform: translateY(-50%)}
.nav_md .nav-md-ul>li>a {color:#fff; letter-spacing: -0.04em; font-weight: 800; padding: 0.5em 0; font-size: 1.1em; position: relative; font-family: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif !important; }
.nav_md .nav-md-ul>li>a:after { position: absolute; font-weight:400; font-size: 1.2em; right:0; content:'+'; -webkit-transition: rotate 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.nav_md .nav-md-ul>li:hover>a:after { rotate: 45deg; }
.nav_md .nav-md-ul a { display:block; font-family: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif; }
.nav_md .nav-md-ul>li:hover>a { opacity: 1;}
/* .nav_md .nav-md-ul>li:hover ul { display:block; } */
.nav_md .nav-md-ul ul {display: none; width:100%; padding-bottom: 0.5em}
.nav_md .nav-md-ul ul a { color:#fff;font-size: 0.75em;  padding: 0.5em 0; opacity: 0.5; font-family: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif !important; }
.nav_md .nav-md-ul ul a span { display:inline-block; position: relative; padding: 0.5em 0; font-family: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif; }
.nav_md .nav-md-ul ul a:hover {opacity: 1;}


/* 메뉴 스크롤 시 */
/* .menu-scroll { }
.menu-scroll .nav_web>ul>li>a { color:#000;}
.menu-scroll .view-nav i { background:#000;}
.menu-scroll h1 img { filter:none;}
.menu-scroll .nav_lang p i:after { filter:none}
 */
/* 모바일메뉴보기 */
header .nav-head { z-index:18; width: 40px; height:40px; position: absolute; top: 50%; transform: translateY(-50%); right:20px;}
header .view-nav {z-index:1; position: absolute; top:12%;  right:8px;  width: 1.9em;  height: 80%;  display: block; }  
header .view-nav span {  position: absolute;   top: -9999px;    left: -9999px; }
header .view-nav i { position: absolute; display: block; width: 100%; border-radius: 1em; height: 2px; background-color: #000; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
header .view-nav i:nth-child(1) { top: 3px; right:0}
header .view-nav i:nth-child(2) { top: 14px; right:0}
header .view-nav i:nth-child(3) { top: 25px; right:0}
header .view-nav.open {-webkit-transform: rotate(45deg);transform: rotate(45deg); }
header .view-nav.open i { background:#000; width: 34px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;  }
header .view-nav.open i:nth-child(1) {top: 54%; right:-3px; }
header .view-nav.open i:nth-child(2) {top: 54%; right:-3px; -webkit-transform: rotate(90deg);transform: rotate(90deg); }
header .view-nav.open i:nth-child(3) { display:none; }

header .nav_lang { position: absolute; right: 20px; height:100%; width: 7em; }
header .nav_lang .nav_lang_wrap { display:flex; flex-direction: column; align-items: center; justify-content: center; margin-top:auto; margin-left:auto; height:100%;}
header .nav_lang .nav_lang_wrap li { min-width: 3.2em; text-align: center; width:50%;}
header .nav_lang .lang-box .lang-active a { opacity: 1; }
header .nav_lang .lang-box { font-size: 1.1em; display:flex; justify-content: center; width:100%;}
header .nav_lang .lang-box a { padding: 0.5em 0.2em; opacity: 0.3; color:#000; font-weight:600; font-family: "Pretendard", Pretendard, "Noto Sans KR", Noto Sans KR, sans-serif; }
header .nav_lang .lang-box a:hover { opacity: 1;}
header .nav_lang .sns-box { display:flex; position: absolute; bottom:-1em; justify-content: center; width:100%; align-items: center;margin:0 auto; }
header .nav_lang .sns-box a { display:inline-block; width: 1.78em; text-align: center; height:1.78em;position: relative; }
header .nav_lang .sns-box a:nth-child(1):after { left: 51%; top: 49%;}
header .nav_lang .sns-box a:after {  position: absolute;  width: 60%; height:46%; left: 50%; top:50%;   transform: translate(-50%, -50%);    content: '';    background-size: contain;    background-position: center center;    background-repeat: no-repeat;}
header .nav_lang .sns-box a:before { content:''; width:100%; height:100%; left:50%; top:50%; transform: translate(-50%, -50%); position: absolute; border-radius: 3em; background:var(--bg-black);}
header .nav_lang .sns-box span { font-size:0;}

.container {background: transparent;  margin: 0 auto; text-align: center;}

/*메인상단 슬라이드*/
.scroll-box-1 {max-height: 1020px; position:relative; max-width: var(--full-width-pd); padding-left:20px; padding-right:20px; width: 100%; height:100vh; margin-left:auto; margin-right:auto; transform: translateY(calc(var(--head-height) + 3em)); }
.scroll-box-1 .slide-area { position: relative;}
.scroll-box-1-1 { height: 100%;z-index: 3; width:100%; position: absolute; top:0; left:0;}
.scroll-box-1 .ls-slide-backgrounds { z-index:2; position: relative; height: 34em; min-height: 420px; }
.scroll-box-1 .ls-slide-backgrounds .ls-img-box  { border-radius: 3em; height: 34em; min-height: 420px;  overflow: hidden;}
.scroll-box-1 .ls-slide-backgrounds .img-base { height:100%; width:100%;}
.scroll-box-1 .ls-slide-backgrounds img {object-fit: cover; /* max-height: 100vh; height: 100vh; */ width: 100%; height:100%;}
.scroll-box-1 .ls-slide-backgrounds .main-img-01 img {object-position: center 76%; }
.scroll-box-1 .ls-slide-backgrounds .main-img-02 img {object-position: center bottom; }
.scroll-box-1 .ls-slide-backgrounds .main-img-03 img {object-position: right 70%; }
.scroll-box-1 .ls-slide-texts { text-align: left; z-index: 2;  max-width: var(--full-width); width: 100%; padding:4%; color:#fff; height: 34em; min-height: 420px; display:flex; align-items: center; position:relative;}
.scroll-box-1 .ls-slide-texts .slide-txt-01 { padding-bottom:3em;}
.scroll-box-1 .ls-head {letter-spacing: -0.02em; word-break: keep-all; position: relative;font-size :2.1em;}
.scroll-box-1 .ls-info1 { padding-top:1.5em; letter-spacing: -0.02em; opacity: 0.7; font-size: 1em; }
.scroll-box-1 .head-box { display:flex; justify-content: space-between; align-items: end; margin-bottom:2em;}
.scroll-box-1 .m-head { position: relative;  text-align: left; width: 100%; }
.scroll-box-1 .m-head h2 {  letter-spacing: -0.02em; line-height: 1.4em; font-size: 3.4em; font-weight:900}
.scroll-box-1 .m-head p { font-size: 2.552em; line-height: 1.3em; font-weight:600;}
.scroll-box-1 .ls-btn {  margin-right:2em; width:10.3em; margin-bottom:0.5em}
.scroll-box-1 .ls-btn span {position: relative; display:inline-block;}
.scroll-box-1 .ls-btn a { position: relative; font-size: 1.1em; display:block; padding:0.8em 1em 0.8em 0.5em;}
.scroll-box-1 .ls-btn i { position: absolute; z-index:-1; right:-0.1em; top:50%; transition: right 0.5s; transform: translateY(-50%);  display:inline-block; width:2.6em; height:2.6em; border:1px solid var(--color-blue-1); border-radius: 5em;}
.scroll-box-1 .ls-btn i:after { content:''; position: absolute; left:50%; top:50%; width:36%; height:36%; transform: translate(-50%, -50%) rotate(90deg); background-size:contain; background-repeat: no-repeat; background-position: center center;}
.scroll-box-1 .ls-btn i:before { position: absolute; height: 1.6em; width:2em; background:#fff; left:-1em; transform: translateY(-50%); top:50%; content:'';}
.scroll-box-1 .ls-btn a:hover i { right: -0.5em}
/*메인 스크롤 버튼*/
.scroll-box-1 .scroll-box-btn { width:50%; z-index: 5;  bottom: 12%; transform: translateX(-0.2em); position: absolute;}
.scroll-box-1 .scroll-btn {z-index: 4;display: flex; justify-content : start;align-items: center; clear: both; width: 100%; position: relative;}
.scroll-box-1 .scroll-btn a { font-weight:600; color:#fff; position: relative; padding: 0.2em 1.1em;}
.scroll-box-1 .scroll-btn span { font-size:0em; color:transparent; display:inline-block; position: relative;}
.scroll-box-1 .scroll-btn a:after { border-radius: 1em; line-height:1; position: absolute; top:50%; transform: translate(-50%, -50%); content:''; left:50%; background:#fff; width:8px; height:8px;}
.scroll-box-1 .scroll-btn a:hover:before, .scroll-box-1 .scroll-btn a.active::before { border-radius: 2em; line-height:1; position: absolute; top:50%; transform: translate(-50%, -50%); content:''; left:50%; border:1px solid #fff; width:28px; height:28px;  }

.scroll-box-2 { position:relative; width: 100%;  height:100vh; overflow: hidden; background:#f7f7f7;  }
.scroll-box-2 .ls-slide-backgrounds { position:absolute; left:0;  top:0; width: 100%; height: 100%;}
.scroll-box-2 .ls-slide-backgrounds img {position:absolute; left: 0; top: 0;  width:100%; height:100%; object-fit: cover; object-position: center top;}
.scroll-box-2 .scroll-box-2-1 { height:100%; width:100%; max-width:var(--full-width-pd); padding-left:20px; padding-right:20px; display: table; margin:0 auto; table-layout: fixed; position: relative; }
.scroll-box-2 .head-box { display:flex; justify-content: space-between; align-items: end; margin-bottom:4em; padding-top:calc(var(--head-height) + 3em);}
.scroll-box-2 .m-head { position: relative;  text-align: left; width: 100%;}
.scroll-box-2 .m-head h2 {  letter-spacing: -0.02em;  margin-bottom:1.5em; line-height: 1.4em; font-size: 1.3em; font-weight:600}
.scroll-box-2 .m-head p { line-height: 1.3em; font-size: 1.1em;}
.scroll-box-2 .m-head .txt-01 { font-size: 3em;display:inline-block; }
.scroll-box-2 .m-head .txt-01 b { font-weight:900; padding-right: 0.5em;  }
.scroll-box-2 .ls-btn {  margin-right:2em; width:10.3em; padding-top: 0.4em;}
.scroll-box-2 .ls-btn span {position: relative; display:inline-block; z-index:2;}
.scroll-box-2 .ls-btn a { position: relative; font-size: 1.1em; display:block; padding:0.8em 1em 0.8em 0.5em;}
.scroll-box-2 .ls-btn i { position: absolute; right:-0.1em; top:50%; transition: right 0.5s; transform: translateY(-50%); padding-left: 1.5em; display:inline-block; width:2.6em; height:2.6em; border:1px solid var(--color-blue-1); border-radius: 5em;}
.scroll-box-2 .ls-btn i:after { content:''; position: absolute; left:50%; top:50%; width:36%; height:36%; transform: translate(-50%, -50%) rotate(90deg); background-size:contain; background-repeat: no-repeat; background-position: center center;}
.scroll-box-2 .ls-btn i:before { position: absolute; height: 1.6em; width:2em; background:var(--bg-gray-1); left:-1em; transform: translateY(-50%); top:50%; content:'';}
.scroll-box-2 .ls-btn a:hover i { right: -0.5em; }
.scroll-box-2 .inner-box { position: relative;  display:flex; justify-content: space-between; align-items: stretch; overflow: hidden;}
.scroll-box-2 .list-box { width: 65%; position: relative; padding-top: 33.5%; height:0;}
.scroll-box-2 .list-pick { width: 31.7%;}
.scroll-box-2 .list-box .ls-list { overflow: hidden; position: absolute; flex-shrink: 1; width:100%; border-radius: 3em; top:0; height:100%;}
.scroll-box-2 .list-box img {position: absolute; left:0; width:100%; top:0; height:100%; object-fit: cover;}
.scroll-box-2 .list-box {  
	display:flex; 
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}
.scroll-box-2 .list-box .ls-list { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.4s ease-in-out;
	z-index: 1;
}
.scroll-box-2 .list-box .ls-list.slide-out {
	transform: translateY(-100%);
	z-index: 2;
}
.scroll-box-2 .list-pick a { display:flex; justify-content: center; flex-direction: column; height:100%;}
.scroll-box-2 .list-pick .ls-pick { 
    height:12%; 
    border-radius: 2em; 
    background:var(--bg-white);
    margin-bottom:4%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
.scroll-box-2 .list-pick .ls-pick:last-of-type { margin-bottom:0;}
.scroll-box-2 .list-pick .ls-pick:hover, .scroll-box-2 .list-pick .ls-pick.pick-active, .scroll-box-2 .list-pick .ls-pick.pick-active:hover {  
    background: #02E4FB; 
    background: linear-gradient(90deg,rgba(2, 228, 251, 1) 0%, rgba(0, 94, 230, 1) 100%); 
    height: 68%; 
    color:#fff;
}
.scroll-box-2 .list-pick .ls-pick:hover p, .scroll-box-2 .list-pick .ls-pick.pick-active p, .scroll-box-2 .list-pick .ls-pick.pick-active p { 
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.scroll-box-2 .list-pick .ls-pick:hover h3, .scroll-box-2 .list-pick .ls-pick.pick-active h3 { 
    color:#fff; 
    height:auto; 
    padding-top:4%; 
    opacity: 1;
}
.scroll-box-2 .list-pick p { 
	display:none;
    position: relative; 
    color:#fff; 
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    font-size: 1.5em; 
    line-height: 1.7em; 
    font-weight:600; 
    margin-top: auto; 
    margin-bottom:auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-box-2 .list-pick .pick-active p{
	display:block;
}
.scroll-box-2 .list-pick h3 { 
    position: relative; 
    color:#000;  
    font-size: 1.3em; 
    font-weight:900; 
    opacity: 0.5; 
    margin-bottom:auto; 
    height:100%; 
    display:flex; 
    align-items: center; 
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
} 
.scroll-box-2 .list-pick p:after { 
    top:-60%; 
    position: absolute; 
    content:''; 
    left:50%; 
    transform: translateX(-50%); 
    display:inline-block; 
    background:var(--bg-white); 
    height:40%; 
    width:1px; 
    rotate: 45deg;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-box-2 .list-pick .ls-pick:hover p:after, 
.scroll-box-2 .list-pick .ls-pick.pick-active p:after { 
    opacity: 1;
}

.scroll-box-3 { position:relative; width: 100%;  max-height: 1020px; overflow: hidden;  }
.scroll-box-3 .ls-slide-backgrounds { position:absolute; left:0;  top:0; width: 100%; height: 100%;}
.scroll-box-3 .ls-slide-backgrounds img {position:absolute; left: 0; top: 0;  width:100%; height:100%; object-fit: cover; object-position: center top;}
.scroll-box-3 .scroll-box-3-1 { height:100%; width:100%; max-width:var(--full-width-pd); padding-left:20px; padding-right:20px; display: table; margin:0 auto; table-layout: fixed; position: relative; }
.scroll-box-3 .head-box { display:flex; justify-content: space-between; align-items: end; margin-bottom:4em; padding-top:calc(var(--head-height) + 3em);}
.scroll-box-3 .m-head { position: relative;  text-align: left; width: 100%;}
.scroll-box-3 .m-head h2 {  letter-spacing: -0.02em;  margin-bottom:1.5em; line-height: 1.4em; font-size: 1.3em; font-weight:600}
.scroll-box-3 .m-head p { line-height: 1.3em; font-size: 1.1em;}
.scroll-box-3 .m-head .txt-01 { font-size: 3em;display:inline-block; }
.scroll-box-3 .m-head .txt-01 b { font-weight:900; padding-right: 0.5em;  }
.scroll-box-3 .ls-btn {  margin-right:2em; width:10.3em; padding-top: 0.4em;}
.scroll-box-3 .ls-btn span {position: relative; display:inline-block; z-index:2;}
.scroll-box-3 .ls-btn a { position: relative; font-size: 1.1em; display:block; padding:0.8em 1em 0.8em 0.5em;}
.scroll-box-3 .ls-btn i { position: absolute; right:-0.1em; top:50%; transition: right 0.5s; transform: translateY(-50%); padding-left: 1.5em; display:inline-block; width:2.6em; height:2.6em; border:1px solid var(--color-blue-1); border-radius: 5em;}
.scroll-box-3 .ls-btn i:after { content:''; position: absolute; left:50%; top:50%; width:36%; height:36%; transform: translate(-50%, -50%) rotate(90deg); background-size:contain; background-repeat: no-repeat; background-position: center center;}
.scroll-box-3 .ls-btn i:before { position: absolute; height: 1.6em; width:2em; background:var(--bg-white); left:-1em; transform: translateY(-50%); top:50%; content:'';}
.scroll-box-3 .ls-btn a:hover i { right: -0.5em; }
.scroll-box-3 .inner-box { position: relative; width:100%;}
.scroll-box-3 .list-box { margin-right: -1.7em; overflow: hidden; display:flex; align-items: stretch; }
.scroll-box-3 .ls-list { overflow: hidden; text-align: center; width: calc(25% - 1.7em); margin-right:1.7em; position: relative; background:var(--bg-gray-1); border-radius: 3em; }
.scroll-box-3 .ls-list img { width:100%;}
.scroll-box-3 .ls-list a { display:block; padding: 11% 1%;}
.scroll-box-3 .ls-list a:hover .txt-ss { display:none;}
.scroll-box-3 .ls-list .txt-tt { font-size: 1.8em;}
.scroll-box-3 .ls-list .txt-ss { font-size: 1.3em;}

/* 메인 +버튼 효과 */
@media (hover: hover) {
    .btn-point { display:block; position: absolute; bottom: 0; right: 0; z-index: 2; width: 90px; height: 90px    }
    .btn-point span:nth-child(1) { position: absolute; bottom: -96px; right: -96px; width: 96px; height: 96px; background: #fff; border-radius: 56% 0 0 0; transition: bottom .7s cubic-bezier(.785,.135,.15,.86),right .7s cubic-bezier(.785,.135,.15,.86),transform .3s    }
    .btn-point span:nth-child(1)::before { content: ""; position: absolute; bottom: 0; left: -30px; width: 30px; height: 30px; border-right: 1px solid #fff; box-sizing: content-box; background: radial-gradient(circle at 0 0,transparent 71%,#fff 70%)    }
    .btn-point span:nth-child(1)::after { content: ""; position: absolute; top: -30px; right: 0; width: 30px; height: 30px; border-bottom: 1px solid #fff; box-sizing: content-box; background: radial-gradient(circle at 0 0,transparent 71%,#fff 70%)    }
    .btn-point span:nth-child(2) {   overflow: hidden; display: block; position: absolute; bottom: 5px; right: 5px; width: 70px; height: 70px; transform: scale(0); transform-origin: right bottom; transition: transform .6s cubic-bezier(.785,.135,.15,.86)    }
    .btn-point span:nth-child(2)::before { content: ""; position: absolute; top: 0; left:0; z-index: -1; width: 100%; height: 100%; border-radius: 50%;  }
    .btn-point span:nth-child(2)::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background-size: contain; background-position: center center;  background-repeat: no-repeat; 		background-image: url("data:image/svg+xml,%3Csvg id='' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='79' height='79' viewBox='0 0 79 79'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-width: 2px; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle id='타원_2' data-name='타원 2' cx='38.813' cy='39.655' r='38.531'/%3E%3Cimage id='벡터_고급_개체' data-name='벡터 고급 개체' width='79' height='79' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNCAYAAADjCemwAAAFSklEQVR4nO2cW4jcVBiAv4RasMr2slhXsNrWolhcrCI+qW1FKlIUUeuLSldRRLtF8M3FC2i9PInQVlGUtuiTFRFRlCJaFd9UWla0KtWqD7tV2t2u2sLWzZF/5s9sNpvZSTLJTGZyPgib2Uxy/vORnMy5OoycxvXA8wyOR2XzjPw1YKqfjR5D9o3uGzkH3ClT/b+ca6r7cszotWZcr3J+bX+1Y7jCePTjmVWOxzLP0Od4psfxWFQ5p3rtceMx4RhG8czvxuOwYxjG4xvHM4eMpieJVGMI7FeOGcwUtZhnHdN8OSbgYEq+JvtO7ZjxpvM2j9axFLgZuB5YD5wXM+VFul0AXB06NgJ8qtsHwJ+tyE3e0s5UUZuBDTmkJ+Lv0u00sA/YowJPZZxWjbykLQYGgUeA3pzSCHMGsFG3Y8BLwA5gPOuE3IyvJ4/Rs8AR4OkWCgsj6T4D/KbxLMzy4llJc4C7ge+BIaAno+s2S4/G84M+wpmQhbQVWhC/maBwbzUS11sa54pm025W2ibgALCuLSqSI2/tb4E7mrlIWmnzge3A2wV6FOMi5e5ejX9+mgukkbZYX+2DmWShfUj8H2t+EpFUWh/wObC2w4X5rNf8nJvkpCTSfGH9qcIrLv2ar6VxI4wrbaE+khd3mTCfS4BP4v6eiyNNCst3u/AOC9Ov+Wz4cogjbYdWssuA5PPFZqUNAA+URJjPFuD2ub4wl7RV+lumjLwBrEwqTeqSu4CzSypNXgi71cMs6kl7ELimdTEWkmvrFU1R0qSasa18jiLZpj5mECVtqI3tYEXjHOCxcExhaX369rBMMxiuZoWlbQUWWGEzWBBunAhKk4MPty+2QvOQdhJVCErbFFXoWSr0Bhsug9IGrJ85udc/6EuTNvTrihdnoVirL8qatFtz6M7rNsTPLUFpG8puJCY3odLcLmq+zhspwhwRdmmazoWSskR8ibQry24iIWtE2mUdFXL7uVykXVR2CwlZKdKWd1TI7We5q80flvj0ulmP3SoBS6y05Jxlq07JmWelJec/kXai06JuM/9aack5LtL+6rSo28wxV4evW+JzRKQdtsIS8YtI+66DAi4CB10dIm6JzwFXZ3OMWWmxOC6+3Opsx8pAXUtjvpAZn36NYJ8VFouPCPRGvad3nKU+4uf9oLQRvfUs9ZEibJRQB/FuK2xOdvkHg9L25jELt0uQmcrvREk7Cbxcdjt1eCU4Jz7cnrZd5VmmOakTUKgnbdTebbMQYUeD/4xquX1On2FLtdns+bCHKGlSpXrcCqvwRNTLsV4fwavAV/nHVGi+BF6LCrCeNFmV5z7gn3L6qnQBDKiHWczVG/WTDpEvI/dLY2O9fDfqwpNawuslk7Yz+EM2ijj9nlt0EZAyIPl8tFE+40ibBG4Dhrtc2rDmc7LRF+P2sJ/QwcxSznUjPwI3xO0DTjIsYVQHNHfbHTes+Yq9YF3SsRy+uG5pHt+v+Tka47s10gyAGdNHdWeKc4uE1ClvTNOplHbU0KRO57sTmOgYTVUmNO6tcQr9KJodaiUNl1d10OMqj+MajTs1WYxP+1kXOrrHb0MvICManyxW8muz4WU1qM/oSngy++UF4O+MrtssE9q0s1rji6xLJiXrkZDjOlH+QuAp7ZFuB9Ie+KQO9x/Kuu8jr+GjY7r66PnaWrC/Bf2qnqYja+ou09VHcxlukffiwKd0sd49OhF3o5Yr6zJadFPKqs90+1A/504rl6GWDEmLid9qIuWMTGaTJbhkqpHcHTJzV9aYDM6ll0dLyiZ5yfyh4+nkV/zXwKEWxl8F+B9cPkONGMJDQQAAAABJRU5ErkJggg=='/%3E%3Cg id='화살표_사본' data-name='화살표 사본'%3E%3Cpath id='모양_7' data-name='모양 7' class='cls-1' d='M455.394,2847.36H483.64' transform='translate(-432 -2809)'/%3E%3Cpath id='모양_6' data-name='모양 6' class='cls-1' d='M474.652,2837.11l11.556,11.56-11.556,11.57' transform='translate(-432 -2809)'/%3E%3C/g%3E%3C/svg%3E%0A");	}	

    [class*=-list]:hover .btn-point span {        --velocity: 0.8    }
    [class*=-list]:hover .btn-point span:nth-child(1) { bottom: 0; right: 0; transition: bottom calc(.7s * var(--velocity)) cubic-bezier(.785,.135,.15,.86),right calc(.7s * var(--velocity)) cubic-bezier(.785,.135,.15,.86),transform .3s;        animation: icon-btn-ani calc(1.4s * var(--velocity)) calc(0s * var(--velocity)) both ease-out;        transform-origin: right bottom }
    [class*=-list]:hover .btn-point span:nth-child(2) { overflow: visible; transform: scale(1); transition: transform calc(.7s * var(--velocity)) calc(.05s * var(--velocity)) cubic-bezier(.785,.135,.15,.86)    }
    [class*=-list]:hover .btn-point span:nth-child(2)::before { animation: icon-btn-ani calc(1.35s * var(--velocity)) calc(.05s * var(--velocity)) both ease-out; transform-origin: right bottom    }
    [class*=-list]:hover .btn-point span:nth-child(2)::after { animation: icon-btn-ani calc(1.35s * var(--velocity)) calc(.05s * var(--velocity)) both ease-out; transform-origin: right bottom    }

    @keyframes icon-btn-ani {
        0% {
            transform: scale(1)
        }

        50% {
            transform: scale(1.2)
        }

        70% {
            transform: scale(.98)
        }

        100% {
            transform: scale(1.1)
        }
    }
}


.scroll-box-4 { position:relative; width: 100%;  max-height: 1020px; overflow: hidden;  }
.scroll-box-4 .ls-slide-backgrounds { position:absolute; left:0;  top:0; width: 100%; height: 100%;}
.scroll-box-4 .ls-slide-backgrounds img {position:absolute; left: 0; top: 0;  width:100%; height:100%; object-fit: cover; object-position: center top;}
.scroll-box-4 .scroll-box-4-1 { height:100%; width:100%; max-width:var(--full-width-pd); padding-left:20px; padding-right:20px; display: table; margin:0 auto; table-layout: fixed; position: relative; }
.scroll-box-4 .head-box { display:flex; justify-content: space-between; align-items: end; margin-bottom:2.5em;  padding-top:calc(var(--head-height) + 3em); }
.scroll-box-4 .m-head { position: relative;  text-align: left; width: 100%;}
.scroll-box-4 .m-head h2 {  letter-spacing: -0.02em;  margin-bottom:1.5em; line-height: 1.4em; font-size: 1.3em; font-weight:600}
.scroll-box-4 .m-head p { line-height: 1.3em; font-size: 1.1em;}
.scroll-box-4 .m-head .txt-01 { font-size: 3em;display:inline-block; }
.scroll-box-4 .m-head .txt-01 b { font-weight:900; padding-right: 0.5em;  }
.scroll-box-4 .scroll-tab { font-size: 1.1em; margin-top: 2em; }
.scroll-box-4 .scroll-tab a { margin-right:1.5em; text-align: center;}
.scroll-box-4 .scroll-tab a:hover { color:#000;}
.scroll-box-4 .scroll-tab span { position: relative; display:inline-block; padding: 0.5em 0.2em; font-weight:600; opacity: 0.6;}
.scroll-box-4 .scroll-tab .active-tab span, .scroll-box-4 .scroll-tab a:hover span  {opacity: 1;}
.scroll-box-4 .scroll-tab .active-tab span:after, .scroll-box-4 .scroll-tab a:hover span:after { display:block;}
.scroll-box-4 .scroll-tab span:after { display:none; content:''; left:0; position: absolute; bottom:0; width:100%; height: 2px; background:#000;}
.scroll-box-4 .ls-btn {  margin-right:2em; width:10.3em; padding-top: 0.4em;}
.scroll-box-4 .ls-btn span {position: relative; display:inline-block; z-index:2;}
.scroll-box-4 .ls-btn a { position: relative; font-size: 1.1em; display:block; padding:0.8em 1em 0.8em 0.5em;}
.scroll-box-4 .ls-btn i { position: absolute; right:-0.1em; top:50%; transition: right 0.5s; transform: translateY(-50%); padding-left: 1.5em; display:inline-block; width:2.6em; height:2.6em; border:1px solid var(--color-blue-1); border-radius: 5em;}
.scroll-box-4 .ls-btn i:after { content:''; position: absolute; left:50%; top:50%; width:36%; height:36%; transform: translate(-50%, -50%) rotate(90deg); background-size:contain; background-repeat: no-repeat; background-position: center center;}
.scroll-box-4 .ls-btn i:before { position: absolute; height: 1.6em; width:2em; background:var(--bg-white); left:-1em; transform: translateY(-50%); top:50%; content:'';}
.scroll-box-4 .ls-btn a:hover i { right: -0.5em; }
.scroll-box-4 .inner-box { position: relative; width:100%;}
.scroll-box-4 .list-box { margin-right: -1.9em; overflow: hidden; display:flex; align-items: stretch; }
.scroll-box-4 .ls-list { overflow: hidden; text-align: center; width: calc(25% - 1.9em); margin-right:1.9em; position: relative; background:var(--bg-gray-1); border-radius: 3em; }
.scroll-box-4 .ls-list a { display:block; }
.scroll-box-4 .ls-list .img-box { position: relative; padding-top: 60%; width:100%;}
.scroll-box-4 .ls-list .img-box .ls-img-01{ position: absolute; top:0; left:0; width:100%; height:100%; }
.scroll-box-4 .ls-list .img-box .ls-img-01 img { object-fit: cover; height:100%; width:100%;}
.scroll-box-4 .ls-list .txt-box { text-align: left; padding: 8% 10%;}
.scroll-box-4 .ls-list .txt-tt { font-size: 1.4em; font-weight:600; line-height: 1.5em; -webkit-line-clamp: 3;	overflow: hidden; word-wrap: break-word;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;}
.scroll-box-4 .ls-list .txt-day {font-size: 1.1em; margin-top: 1em; opacity: 0.5; line-height: 1.5em;}


/*서브상단 뒷배경*/
.snb-bg {  height: 29.8em; max-height: 650px; margin-top:calc(var(--head-height) + 5em);   margin-left:auto; margin-right:auto;  position: relative; max-width: var(--full-width-pd); padding-left:20px; padding-right:20px; }
.snb-bg .ls-slide-backgrounds { position:absolute; left:20px; top:0; width: calc(100% - 40px); height:36em; overflow:hidden; border-radius: 3em;}
.snb-bg .ls-slide-backgrounds img {object-fit: cover; height: 100%; width: 100%;}
.snb-bg .ls-slide-backgrounds.snb-pos-01 img {  object-position: center 48%}
.snb-bg .ls-slide-backgrounds.snb-pos-02 img { object-position: center bottom }
.snb-bg .ls-slide-backgrounds.snb-pos-03 img {  object-position: center center  }
.snb-bg .ls-slide-backgrounds.snb-pos-04 img {  object-position: center top }
.snb-bg .ls-slide-backgrounds.snb-pos-05 img {  object-position: center 25% }
.snb-bg .box_inner { height: 100%; clear: both; position: relative; text-align: center; margin:0 auto; max-width: 1685px; padding-left:20px; padding-right:20px;}
.snb-bg .ls-slide-texts { width: 100%; color:#fff; position:absolute; left:0; top:55%; transform: translateY(-50%); padding-left: 20px; padding-right:20px;}
.snb-bg .ls-slide-texts .ls-head { font-size: 3.556em; font-weight: 900; padding-bottom:0.3em;}
.snb-bg .ls-slide-texts p { font-size: 1.15em; }

.snb { width: 100%;  position: relative ; z-index:3; height: 4.5em; padding-left:20px; padding-right:20px; margin-bottom:3em;}
.snb .snb-in {position: relative; z-index:3; width:100%; height:100%;margin: 0 auto; max-width: 1645px;}
.snb h2 { padding-top: 40px; position: relative;}
.snb ul { position: relative; display: flex; justify-content: center; align-items: center; margin: 0 auto; flex:auto; height:100%; background:rgba(0,0,0,0.8); border-radius: 3em; }
.snb li {position: relative; height:100%; width:33.333%;}    
.snb li a { font-size:1.2em; color:#fff; opacity: 0.5; font-weight:600; padding:0.7em; display:block; width:100%; height:100%;position: relative; text-wrap: nowrap;}
.snb li a>span {z-index:2; display:flex; justify-content: center; align-items: center;  height:100%; position: relative;}
.snb li a span:after { opacity: 0; z-index: -1; left: 50%; transform: translateX(-50%); position: absolute;  bottom: 0; width: 100%;  border-radius: 3em;  content: ''; height: 100%; background:linear-gradient(90deg,rgba(2, 228, 251, 1) 0%, rgba(0, 94, 230, 1) 100%)} 
.snb li a:hover span:after, .snb li a.active span:after {opacity: 1;}
.snb li a.active, .snb li a:hover { opacity: 1;}

.snb-md { z-index: 8; position: relative; margin-top: 2em; }
.snb_list { display: none; z-index:9; left:0; top:5.5em; width:100%; position: absolute; overflow: hidden;  background:#fff;  }
.snb-md li { width: 100%; border-bottom:1px solid rgba(0,0,0,0.1);}
.snb-md li a { font-size: 1.4em; line-height:1.4; text-align: left; position: relative; display: block; padding: 1em 20px; }
.snb-md i { font-size:2em;font-style: normal; height:100%; display:block; width: 30px; position: absolute; right: 20px; top:0;}
.snb-md i:after { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index:4; position: absolute; top:50%; left:50%; content:'+'; transform: translateY(-50%); line-height:1rem; width:1rem; height:1rem; display:inline-block;}
.snb-md i.snb_view:after { transform:translateY(-50%) rotate(180deg);  }
.snb-md li:last-of-type a:after { display: none;}
.snb-md i span { font-size:0;}
.snb-md .sel-menu { border-bottom:1px solid #000; z-index:10; overflow:hidden;  position: relative; display:flex; justify-content: center; align-items: center; text-align: left; height: 5.5em;  }
.snb-md .sel-menu h2 { padding-left:20px; width: 56%;}
.snb-md .sel-menu a { padding-left:20px; width:100%; display: block; height:100%;}
.snb-md .sel-menu a>span {color:#000; font-size: 1.4em; font-weight:600; display:flex; align-items: center; height:100%; justify-content: start; }



/*메인 슬라이드 내용*/
.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:#1063e2;}
.bgc-02 { background-color:#5cc3d8;}
.bgc-03 { background-color:#e73656;}
.bgc-04 { background-color:#48c5ff;}
.bgc-05 { background-color:#fc1f7c;}
.bgc-06 { background-color:#90c31f;}
.bgc-07 { background-color:#000000;}
.bgc-08 { background-color:#fff;}
.fc-01 { color:#1063e2}
.fc-02 { color:#5cc3d8}
.fc-03 { color:#e73656}
.fc-04 { color:#48c5ff}
.fc-05 { color:#fc1f7c}
.fn-01 { font-family: 'Ubuntu', 'Noto Sans KR', sans-serif!important; font-weight:500; }
.fn-02 { font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif!important; }
.fs-01 { font-weight: 300;}

/*푸터*/
footer { border-top:1px solid #b2b2b2; background:#fff; position: relative; width: 100%;  word-break: keep-all; font-size: 0.95em; }
footer .box-inner {margin:0 auto;  width: 100%; max-width: var(--full-width-pd); padding: 5em 20px; position: relative;}
footer .footer { position: relative; width:100%; height: 100%; text-align: left;}
footer .col-box-in { padding-top: 2em; text-align: left; width:100%; display:flex; justify-content: space-between; align-items: stretch;}
footer .col-box strong { display:block; font-size: 1.3em; padding-bottom:1em;}
footer .col-box span { display:inline-block;}
footer .col-box:nth-child(1) { width: 23%; padding-right: 3%;}
footer .col-box:nth-child(2)  { width: 28%; padding-right: 1%;}
footer .foo-txt dl { display:flex; line-height:1.6em;}
footer .foo-txt dt { font-weight:600; width: 5em; min-width:5em}
footer .foo-txt { padding-bottom: 2.5em; opacity: 0.7;}
footer .foo-menu { width: 39%;}
footer .foo-menu>ul { display:flex; justify-content: space-between;}
footer .foo-menu>ul>li {width: 7em;}
footer .foo-menu>ul>li>a { font-weight:600; display:block; font-size: 1.15em;}
footer .foo-menu>ul ul a {padding:0.9em 0 1em 0; opacity: 0.7; display:block;}
footer .foo-menu>ul ul { padding-top:1em;}
footer .foo-menu>ul>li>ul~a { padding-top:0.65em;}
footer .foo-head { padding-top: 2em; display:flex; align-items: center; justify-content: space-between;}
footer .foo-copy { opacity: 0.7;}


/* sns + top */
.page-top {    z-index: 8; position: fixed;    right: 20px;    bottom: 20px;    height: 4em;   width: 4em;}
.page-top a { padding-top: 2.5em;  position: relative;    color: #fff;  line-height:1;  display: block;    width: 100%;    height: 100%;    background: #333333;    border-radius: 5em;}
.page-top a:before { content: ''; font-size: 1rem; width:40%; height:40%;  position: absolute;   left: 50%;  top: 50%;   transform: translate(-50%, -50%); background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M9.925,5.469 L5.396,0.959 L0.866,5.469 L1.552,6.152 L4.910,2.809 L4.910,12.027 L5.881,12.027 L5.881,2.809 L9.239,6.152 L9.925,5.469 Z'/%3E%3C/svg%3E");}
.page-top a span { font-size:0;}

.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 }
.fs085e { font-size: 0.85em }
.wd1700 { max-width: 1700px;}

.wdauto { width: auto;}
.wd12p { width: 12%;}
.wd30p { width: 30%;}
.wd20p { width: 20%;}
.wd15p { width: 15%;}

.container {font-size: 1.125rem;}
.container * { word-break: keep-all;}

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

.con-head {}  /* 서브 컨텐츠 제목 */
.con-head h3 {  font-weight: 800;font-size: 3.35em;}
.con-head p { letter-spacing: -0.01em; font-size: 3.1em; padding-top: 0.3em;}
.con-head+.con-head { padding-top: 70px;}
.con-head h3 i {  display:inline-block; position: relative; width: 1.2em; height:1.2em;}
.con-head h3 i:after { content:''; position: absolute; left:-0.05em; top:-0.65em; width:100%; height:100%; background-position: center top; background-repeat: no-repeat; background-size: contain;}


.ls-icon-01:after {/*간*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='109px' height='77px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M105.848,6.355 C100.005,-0.000 86.985,0.112 78.371,0.190 C77.562,0.197 76.804,0.204 76.108,0.204 C69.360,0.204 65.831,2.781 64.074,4.862 C62.022,3.056 59.188,1.757 55.262,1.269 C51.163,0.759 45.710,0.173 39.885,0.173 C22.813,0.173 2.083,5.507 0.271,30.920 C-1.004,48.796 2.438,63.993 9.478,71.570 C12.825,75.172 16.849,76.998 21.438,76.998 L21.440,76.998 C28.793,76.998 37.216,72.223 46.474,62.806 C46.520,62.759 46.565,62.709 46.606,62.657 C46.679,62.568 53.904,53.676 60.771,51.967 C63.686,51.242 66.780,49.395 68.624,45.150 C69.932,45.563 71.494,45.857 73.173,45.857 C76.856,45.856 81.074,44.452 84.256,39.846 C86.232,36.985 89.856,35.023 93.693,32.946 C100.292,29.373 107.772,25.323 108.670,15.422 C108.999,11.800 108.049,8.749 105.848,6.355 ZM59.810,48.082 C51.933,50.043 44.400,59.039 43.562,60.064 C35.228,68.525 27.579,72.996 21.439,72.996 C18.003,72.996 14.962,71.600 12.402,68.843 C6.197,62.165 3.076,47.743 4.255,31.206 C5.534,13.269 17.522,4.175 39.885,4.175 C45.491,4.175 50.784,4.744 54.769,5.239 C64.494,6.450 65.365,13.283 65.584,23.567 C65.633,25.863 65.679,28.032 65.929,30.045 C67.243,40.676 65.184,46.745 59.810,48.082 ZM104.693,15.061 C103.988,22.823 98.065,26.029 91.794,29.424 C87.713,31.634 83.492,33.919 80.972,37.568 C77.312,42.865 72.136,42.041 69.786,41.303 C70.379,38.263 70.493,34.419 69.892,29.553 C69.668,27.743 69.624,25.673 69.577,23.482 C69.472,18.546 69.340,12.571 66.667,8.029 C67.502,6.774 69.959,4.206 76.108,4.206 C76.814,4.206 77.585,4.199 78.406,4.192 C85.841,4.131 98.269,4.018 102.910,9.066 C104.335,10.615 104.918,12.576 104.693,15.061 Z'/%3E%3C/svg%3E");}
.ls-icon-02:after {/*글로벌*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27px' height='28px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M13.500,0.457 C6.063,0.457 0.013,6.507 0.013,13.944 C0.013,21.381 6.063,27.431 13.500,27.431 C20.936,27.431 26.986,21.381 26.986,13.944 C26.986,6.507 20.936,0.457 13.500,0.457 ZM24.881,12.645 L20.225,12.645 C20.049,8.804 19.095,5.485 17.674,3.282 C21.547,4.804 24.396,8.368 24.881,12.645 ZM13.500,25.405 C11.344,25.405 8.958,21.031 8.786,14.671 L18.214,14.671 C18.041,21.031 15.655,25.405 13.500,25.405 ZM8.802,12.645 C9.096,6.595 11.409,2.484 13.500,2.484 C15.591,2.484 17.904,6.595 18.198,12.645 L8.802,12.645 ZM9.325,3.282 C7.904,5.485 6.951,8.804 6.775,12.645 L2.118,12.645 C2.603,8.368 5.453,4.804 9.325,3.282 ZM2.076,14.671 L6.761,14.671 C6.865,18.753 7.835,22.296 9.325,24.606 C5.282,23.018 2.362,19.200 2.076,14.671 ZM17.674,24.606 C19.165,22.296 20.134,18.753 20.239,14.671 L24.923,14.671 C24.637,19.200 21.717,23.017 17.674,24.606 Z'/%3E%3C/svg%3E"); }
.ls-icon-03:after {/*슬림*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='109px' height='106px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M97.070,41.607 C94.821,38.098 92.878,35.067 91.964,31.785 C88.973,21.057 91.912,2.616 91.942,2.432 C92.119,1.345 91.378,0.321 90.287,0.145 C89.195,-0.030 88.170,0.707 87.992,1.794 C87.864,2.584 84.882,21.279 88.108,32.852 C89.183,36.709 91.275,39.973 93.697,43.753 C94.007,44.237 94.322,44.728 94.640,45.229 C72.235,60.161 36.765,60.161 14.360,45.229 C14.677,44.728 14.992,44.237 15.302,43.753 C17.725,39.973 19.816,36.709 20.892,32.852 C24.117,21.279 21.135,2.584 21.007,1.794 C20.830,0.707 19.803,-0.029 18.712,0.145 C17.622,0.322 16.881,1.345 17.058,2.432 C17.087,2.616 20.030,21.046 17.036,31.785 C16.122,35.067 14.179,38.098 11.930,41.607 C6.719,49.741 0.233,59.862 0.042,81.086 C0.000,85.782 0.604,93.661 3.720,104.529 C3.971,105.405 4.772,105.976 5.643,105.976 C5.825,105.976 6.010,105.952 6.193,105.899 C7.256,105.597 7.872,104.493 7.568,103.435 C4.583,93.024 4.005,85.555 4.044,81.122 C4.117,72.883 5.199,66.419 6.786,61.118 C7.032,61.304 7.320,61.442 7.647,61.498 C7.910,61.543 33.820,66.170 52.408,84.689 L52.408,103.982 C52.408,105.083 53.303,105.975 54.408,105.975 C55.513,105.975 56.409,105.083 56.409,103.982 L56.409,85.066 C56.470,84.951 56.528,84.836 56.566,84.714 C75.155,66.174 101.090,61.543 101.353,61.498 C101.679,61.442 101.967,61.304 102.214,61.119 C103.800,66.419 104.882,72.883 104.956,81.122 C104.995,85.555 104.416,93.024 101.432,103.435 C101.128,104.493 101.744,105.597 102.806,105.899 C102.990,105.952 103.175,105.976 103.357,105.976 C104.228,105.976 105.028,105.405 105.279,104.529 C108.395,93.661 109.000,85.782 108.958,81.086 C108.766,59.862 102.280,49.741 97.070,41.607 ZM100.680,57.568 C99.567,57.758 73.913,62.311 54.500,81.135 C35.087,62.311 9.432,57.758 8.321,57.568 C8.209,57.549 8.098,57.546 7.988,57.546 C9.277,54.121 10.766,51.220 12.276,48.634 C24.082,56.449 39.286,60.368 54.500,60.368 C69.714,60.368 84.917,56.449 96.724,48.634 C98.233,51.220 99.722,54.120 101.012,57.546 C100.902,57.546 100.791,57.549 100.680,57.568 Z'/%3E%3C/svg%3E");}
.ls-icon-04:after {/*벙향키-오른쪽*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M-0.008,24.995 L12.625,12.499 L-0.008,0.003 L1.374,0.003 L14.008,12.499 L1.374,24.995 L-0.008,24.995 Z'/%3E%3C/svg%3E"); }
.ls-icon-05:after {/*화살표-오른쪽*/ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='41px' height='60px'%3E%3Cpath fill-rule='evenodd' fill='rgb(16, 99, 226)' d='M0.011,20.161 L2.152,22.269 L18.986,5.697 L18.986,60.002 L22.016,60.002 L22.016,5.697 L38.850,22.269 L40.991,20.161 L20.501,-0.010 L0.011,20.161 Z'/%3E%3C/svg%3E");}
.ls-icon-06:after {/*전화*/ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47px' height='47px'%3E%3Cpath fill-rule='evenodd' fill='rgb(16, 99, 226)' d='M46.061,34.254 L37.721,25.897 C36.485,24.659 34.472,24.659 33.236,25.897 L27.557,31.588 L15.691,19.697 L21.371,14.007 C22.607,12.768 22.607,10.752 21.371,9.513 L13.030,1.156 C11.832,-0.045 9.743,-0.045 8.547,1.156 L3.068,6.645 C0.957,8.761 -0.005,11.768 0.496,14.689 C1.298,19.365 3.992,26.679 12.268,34.983 C12.270,34.985 12.271,34.986 12.273,34.988 C12.281,34.996 12.289,35.004 12.298,35.013 C20.585,43.309 27.886,46.010 32.556,46.815 C33.064,46.903 33.575,46.945 34.084,46.945 C36.491,46.945 38.840,45.984 40.583,44.237 L46.061,38.747 C46.660,38.148 46.990,37.350 46.990,36.501 C46.990,35.653 46.660,34.855 46.061,34.254 ZM44.643,37.326 L39.165,42.817 C37.513,44.471 35.170,45.226 32.896,44.835 C28.511,44.079 21.624,41.513 13.705,33.581 C5.787,25.643 3.226,18.741 2.472,14.349 C2.082,12.070 2.834,9.721 4.485,8.066 L9.965,2.576 C10.405,2.135 11.172,2.135 11.612,2.576 L19.954,10.934 C20.407,11.389 20.407,12.131 19.954,12.586 L13.565,18.987 C13.377,19.175 13.271,19.430 13.271,19.697 C13.271,19.964 13.377,20.219 13.565,20.408 L26.849,33.719 C27.240,34.111 27.875,34.111 28.266,33.719 L34.654,27.318 C35.108,26.862 35.849,26.862 36.303,27.318 L44.643,35.675 C44.863,35.896 44.985,36.189 44.985,36.501 C44.985,36.813 44.863,37.106 44.643,37.326 Z'/%3E%3C/svg%3E");}
.ls-icon-07:after {/*메일*/ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47px' height='38px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M46.890,1.544 C46.838,1.421 46.763,1.311 46.670,1.219 C46.669,1.218 46.668,1.217 46.667,1.216 C46.641,1.190 46.607,1.180 46.579,1.158 C46.505,1.099 46.432,1.040 46.343,1.004 C46.248,0.965 46.147,0.952 46.046,0.944 C46.017,0.941 45.992,0.927 45.963,0.927 L45.956,0.927 C45.954,0.927 45.953,0.927 45.952,0.927 L1.993,0.927 C1.992,0.927 1.991,0.927 1.990,0.927 L1.983,0.927 C1.956,0.927 1.934,0.940 1.908,0.942 C1.804,0.950 1.700,0.964 1.602,1.004 C1.516,1.040 1.444,1.098 1.372,1.155 C1.342,1.178 1.306,1.188 1.279,1.216 C1.278,1.217 1.277,1.218 1.276,1.219 C1.183,1.311 1.108,1.421 1.056,1.544 C1.005,1.667 0.979,1.798 0.979,1.929 C0.979,1.930 0.978,1.932 0.978,1.933 L0.978,36.909 C0.978,37.464 1.428,37.915 1.983,37.915 L45.963,37.915 C46.518,37.915 46.968,37.464 46.968,36.909 L46.968,1.933 C46.968,1.932 46.967,1.930 46.967,1.929 C46.967,1.798 46.941,1.667 46.890,1.544 ZM2.988,4.393 L18.144,19.838 C17.949,19.871 17.760,19.944 17.608,20.093 L2.988,34.432 L2.988,4.393 ZM28.106,18.696 C27.006,19.816 25.539,20.433 23.973,20.433 C22.407,20.433 20.940,19.816 19.840,18.696 L4.379,2.939 L43.567,2.939 L28.106,18.696 ZM19.015,21.530 C19.198,21.351 19.288,21.118 19.304,20.881 C20.646,21.891 22.264,22.445 23.973,22.445 C25.715,22.445 27.362,21.871 28.718,20.823 C28.721,21.079 28.820,21.333 29.016,21.527 L43.553,35.903 L4.361,35.903 L19.015,21.530 ZM44.958,34.464 L30.428,20.096 C30.257,19.926 30.038,19.845 29.816,19.824 L44.958,4.393 L44.958,34.464 Z'/%3E%3C/svg%3E");}
.ls-icon-08:after {/*유투브*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M26.454,0.979 L4.545,0.979 C2.586,0.979 0.983,2.623 0.983,4.632 L0.983,18.322 C0.983,20.331 2.586,21.975 4.545,21.975 L26.454,21.975 C28.413,21.975 30.017,20.331 30.017,18.322 L30.017,4.632 C30.017,2.623 28.413,0.979 26.454,0.979 ZM12.410,16.804 L12.410,6.150 L20.265,11.477 L12.410,16.804 Z'/%3E%3C/svg%3E"); }
.ls-icon-09:after {/*링크드인*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='645px' height='645px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M644.997,645.000 L512.478,645.000 L512.478,419.285 C512.478,357.378 488.951,322.821 439.975,322.821 C386.673,322.821 358.827,358.812 358.827,419.285 L358.827,645.000 L231.107,645.000 L231.107,214.999 L358.827,214.999 L358.827,272.913 C358.827,272.913 397.245,201.883 488.469,201.883 C579.695,201.883 644.999,257.557 644.999,372.730 L644.997,645.000 ZM78.747,158.687 C35.257,158.687 0.001,123.161 0.001,79.345 C0.001,35.524 35.262,0.000 78.747,0.000 C122.232,0.000 157.488,35.524 157.488,79.345 C157.491,123.164 122.235,158.687 78.747,158.687 ZM145.964,645.000 L12.799,645.000 L12.799,214.999 L145.964,214.999 L145.964,645.000 Z'/%3E%3C/svg%3E"); }
.ls-icon-10:after {/*자세히*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46px' height='46px'%3E%3Cpath fill-rule='evenodd' fill='rgb(16, 99, 226)' d='M37.882,45.874 L31.980,45.874 L31.980,40.836 L40.900,40.836 L40.900,31.914 L45.939,31.914 L45.939,37.816 C45.939,42.259 42.325,45.874 37.882,45.874 ZM40.900,5.895 L31.980,5.895 L31.980,0.856 L37.882,0.856 C42.325,0.856 45.939,4.471 45.939,8.914 L45.939,14.816 L40.900,14.816 L40.900,5.895 ZM30.302,26.565 L37.636,33.900 C37.832,34.095 37.939,34.354 37.939,34.630 C37.939,34.906 37.831,35.166 37.636,35.360 L36.031,36.966 C35.642,37.355 34.960,37.357 34.571,36.966 L27.303,29.697 L27.051,29.859 C25.372,30.934 23.437,31.502 21.455,31.502 C15.716,31.502 11.047,26.833 11.047,21.094 C11.047,15.355 15.716,10.686 21.455,10.686 C27.194,10.686 31.863,15.355 31.863,21.094 C31.863,22.921 31.373,24.727 30.446,26.318 L30.302,26.565 ZM21.455,14.527 C17.834,14.527 14.888,17.473 14.888,21.094 C14.888,24.715 17.834,27.661 21.455,27.661 C25.076,27.661 28.022,24.715 28.022,21.094 C28.022,17.473 25.076,14.527 21.455,14.527 ZM5.960,14.816 L0.922,14.816 L0.922,8.914 C0.922,4.471 4.536,0.856 8.979,0.856 L14.880,0.856 L14.880,5.895 L5.960,5.895 L5.960,14.816 ZM5.960,40.836 L14.880,40.836 L14.880,45.874 L8.979,45.874 C4.536,45.874 0.922,42.259 0.922,37.816 L0.922,31.914 L5.960,31.914 L5.960,40.836 Z'/%3E%3C/svg%3E"); }


/*  */
.con-com-01 { overflow: hidden; margin:0 auto; padding: 7em 0px 10em 0px; position: relative; letter-spacing: -0.03em;}
.con-com-01 .com-box-01 { max-width: var(--sub-width-pd); padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-01 .com-box-02 { background-size: 100% 100%; background-repeat: no-repeat; background-position: center bottom; overflow: hidden;}
.con-com-01 .txt-head h4 { margin-bottom: 0.7em;  font-size: 1.35em; font-weight:500;}
.con-com-01 .txt-head p { font-size: 2.592em; font-weight:600; line-height: 1.4em;  }
.con-com-01 .txt-head { margin-bottom:2em;}
.con-com-01 .ls-txt-01 { line-height: 1.6em; font-size:1.1em; opacity: 0.8;}
.con-com-01 .ls-txt-01 strong { font-size: 2em; }
.con-com-01 .ls-img-01 { margin-top:7em; border-radius: 3em; overflow: hidden;} 
.con-com-01 .ls-img-01 img { width:100%; height:100%; object-fit: cover;}
.con-com-01 .area-box { display:flex; align-items: center;}
.con-com-01 .area-box .txt-box { padding-left: 8%;}
.con-com-01 .area-box .ls-sign { padding-top: 13%;}
.con-com-01 .ls-img-02 { border-radius: 3em; overflow: hidden;} 
.con-com-01 .ls-img-02 img { width:100%;}
.con-com-01 .con-box-01 { margin-bottom: 9em;}
.con-com-01 .con-box-02 { padding-bottom: 9em; max-width: var(--sub-width-pd); padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-01 .con-box-03 { padding-bottom: 9em; max-width: var(--sub-width-pd); padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-01 .list-box-1 { position: relative; display:flex; justify-content: space-between; margin-top:5em;}
.con-com-01 .list-box-1 .ls-list { width: 48.6%; position: relative; }
.con-com-01 .list-box-1 .ls-img-03 { border-radius: 3em; overflow: hidden; }
.con-com-01 .list-box-1 .ls-img-03 img{ width:100%;}
.con-com-01 .list-box-1 .ls-img-04 {z-index:2; width: 5em; height:5em; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); background-size: contain; background-repeat: no-repeat; background-position: center center; }
.con-com-01 .list-box-1 strong { position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); color:#fff; font-weight: 600; font-size: 1.64em;}
.con-com-01 .align-left { text-align: left;}
.con-com-01 .list-box-2 { position: relative; display:flex; justify-content: space-between; margin-top:6em;}
.con-com-01 .list-box-2 .ls-list { width: 23%; position: relative; }
.con-com-01 .list-box-2 .ls-img-03 {overflow: hidden; }
.con-com-01 .list-box-2 .ls-img-03 img{ width:100%;}
.con-com-01 .list-box-2 strong { font-size: 1.35em; text-align: right; display:block; margin-top:1em;}
.con-com-01 .com-box-03 { max-width: var(--sub-width-pd); padding-left:20px; padding-right:20px; margin:0 auto;}

.con-com-02 { overflow: hidden; margin:0 auto; padding: 7em 0px 10em 0px; position: relative; letter-spacing: -0.03em;}
.con-com-02 .com-box-01 { max-width: var(--sub-width-pd); padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-02 .txt-head h4 { margin-bottom: 0.7em;  font-size: 1.35em; font-weight:500;}
.con-com-02 .txt-head p { font-size: 2.592em; font-weight:600; line-height: 1.4em;  }
.con-com-02 .txt-head { margin-bottom:2em;}
.con-com-02 .area-box { display:flex; justify-content: space-between; align-items: center;}
.con-com-02 .area-box .img-box { width: 35%; padding: 0 2%;}
.con-com-02 .area-box .img-box .ls-img-01 { border-radius: 3em; position: relative; padding-top: 110%; overflow: hidden;}
.con-com-02 .area-box .img-box .ls-img-01 img { position: absolute; left:0; top:0; width:100%; height:100%; object-fit: cover;}
.con-com-02 .area-box .img-box .ls-img-02 { border-radius: 3em; position: relative; padding-top: 210%; overflow: hidden;}
.con-com-02 .area-box .img-box .ls-img-02 img { position: absolute; left:0; top:0; width:100%; height:100%; object-fit: cover;}
.con-com-02 .area-box .year-box { width: 20%; font-size: 3.8em; font-weight:900; opacity: 0.15; text-align: left; margin-bottom:auto; padding-top: 10%; }
.con-com-02 .area-box .txt-box { text-align: left; width: 45%;  padding-left: 7%;}
.con-com-02 .area-box ~ .area-box { margin-top:10em;}
.con-com-02 .con-box-02>div:nth-child(even) .txt-box{order:1; padding-left:0; padding-right:7%;}
.con-com-02 .con-box-02>div:nth-child(even) .img-box{order:2;}
.con-com-02 .con-box-02>div:nth-child(even) .year-box{order:3; text-align: right;}
.con-com-02 .dl-box-01 { font-size: 1.1em;}
.con-com-02 .dl-box-01 dl { display:flex; padding: 1em 0; line-height: 1.6em;}
.con-com-02 .dl-box-01 dt { font-weight:900; width:3.5em; min-width:3.5em;}
.con-com-02 .align-left { text-align: left;}
.con-com-02 .con-box-01 { margin-bottom: 9em;}
.con-com-02 .con-box-02 { margin-bottom: 9em;}
.con-com-02 .com-box-02 { max-width: var(--sub-width-pd); padding-left:20px; padding-right:20px; margin:0 auto; padding-top:4em;}
.con-com-02 .area-box-2 ~ .area-box-2 { padding-top: 5em;}
.con-com-02 .area-box-2 { display:flex; align-items: stretch; }
.con-com-02 .area-box-2 .txt-head { width: 23%;}
.con-com-02 .area-box-2 .txt-box-1 { width: 77%;padding-bottom:5em; position: relative; margin-top:-2em; border-bottom:1px solid #d9d9d9}
.con-com-02 .com-box-02 .area-box-2:last-of-type .txt-box-1 { border-bottom:0;}
.con-com-02 .list-box { flex-wrap: wrap; margin-right: -1em; overflow: hidden; display:flex; align-items: stretch; }
.con-com-02 .ls-list { overflow: hidden; text-align: center; width: calc(25% - 1em); margin-right:1em; position: relative;}
.con-com-02 .ls-list p { padding: 0.7em 0.5em; text-align: center; background:var(--bg-gray-1); border-radius: 3em; font-size: 0.9em }
.con-com-02 .ls-list .ls-img-03 { display:flex; align-items: center; height: 9em;}
.con-com-02 .ls-list .ls-img-03 img {  max-width:100%;}
.con-com-02 .ls-list .list-check { background:none; text-align: right; font-size: 0.8em; font-weight:600} 

.con-com-03 { overflow: hidden; margin:0 auto; padding: 7em 0px 10em 0px; position: relative; letter-spacing: -0.03em;}
.con-com-03 .com-box-01 { max-width: var(--sub-width-pd); padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-03 .txt-head h4 { margin-bottom: 0.7em;  font-size: 1.35em; font-weight:500;}
.con-com-03 .txt-head p { font-size: 2.592em; font-weight:600; line-height: 1.4em;  }
.con-com-03 .txt-head { margin-bottom:2em;}
.con-com-03 .area-box { display:flex; justify-content: space-between; align-items: stretch;}
.con-com-03 .area-box .txt-head { width: 24%; }
.con-com-03 .area-box .ls-img-01 { height: 30em; border-radius: 3em; overflow: hidden;}
.con-com-03 .area-box .ls-img-01 img,iframe { width:100%; height:100%; object-fit: cover;}
.con-com-03 .area-box .txt-box { text-align: left; width: 76%;}
.con-com-03 .area-box ~ .area-box { margin-top:10em;}
.con-com-03 .dl-box-01 { padding-top:5em; font-size: 1.1em;}
.con-com-03 .dl-box-01 dl { display:flex; padding: 1em 0; line-height: 1.6em;}
.con-com-03 .dl-box-01 dt { font-weight:900; width:10em; min-width:10em;}
.con-com-03 .dl-box-01 dt i { display:inline-block; vertical-align: middle; width:1.6em; height:1.6em; margin-right: 1em;}
.con-com-03 .dl-box-01 dt i img { width:100%;}
.con-com-03 .dl-box-01 dt span {display:inline-block; vertical-align: middle; }
.con-com-03 .align-left { text-align: left;}
.con-com-03 .con-box-01 .txt-head { margin-bottom:1em;}

.con-com-04 { overflow: hidden; margin:0 auto; padding: 7em 0px 10em 0px; position: relative; letter-spacing: -0.03em;}
.con-com-04 .com-box-01 { max-width: var(--full-width); width:calc(100% - 40px);  padding: 7em 20px; margin:0 auto; background-size: cover; background-repeat: no-repeat; background-position: center 60%; border-radius: 3em; overflow: hidden;}
.con-com-04 .txt-head h4 { margin-bottom: 0.7em;  font-size: 1.35em; font-weight:500;}
.con-com-04 .txt-head p { font-size: 2.592em; font-weight:600; line-height: 1.4em;  }
.con-com-04 .txt-head { margin-bottom:2em;}
.con-com-04 .con-box-01 { color:#fff;}
.con-com-04 .ls-img-01 img { max-width:100%;}
.con-com-04 .ls-img-01 { padding: 2em 2em;}
.con-com-04 .list-box-1 { max-width:782px; width:100%; margin:2em auto; display:flex; justify-content: center;}
.con-com-04 .list-box-1 p{ flex:1; font-size: 1.2em; width:33.333%; text-align: center; padding: 0.5em 5%; line-height: 1.4em; opacity: 0.7;}
.con-com-04 .list-box-1 p+p { border-left:1px solid #fff;}
.con-com-04 .ls-txt-01 { margin-top: 2em; font-size: 2.2em; font-weight:600}
.con-com-04 .com-box-02 { max-width: var(--full-width-pd); padding-left:20px; padding-right:20px; margin:0 auto; padding-bottom: 10em;}
.con-com-04 .com-box-02>div { padding-top: 8em;}
.con-com-04 .area-box { display:flex; justify-content: space-between; align-items: stretch;}
.con-com-04 .area-box .txt-head { text-align: left; width: 31%; margin-left: auto; }
.con-com-04 .area-box .txt-box { padding-top: 3em; text-align: left; width: 62%;}
.con-com-04 .ls-txt-02 { font-size: 1.1em; padding-bottom: 3em; line-height: 1.6em}
.con-com-04 .ls-img-02 { position: relative; padding-top: 42%; border-radius:2em; overflow: hidden;}
.con-com-04 .ls-img-02 img { position: absolute; left:0; top:0; height:100%; object-fit: cover; width:100%; object-position: center 70%;}
.con-com-04 .area-box ~ .area-box { margin-top:7em;}
.con-com-04 .list-box-2 { display:flex; justify-content: space-between; flex-wrap: wrap;}
.con-com-04 .list-box-2 .ls-list{ background:#f7f7f7; border:1px solid #d6d6d6; width: 48.5%; border-radius: 2em; overflow: hidden;}
.con-com-04 .list-box-2 img { width:100%;}
.con-com-04 .list-box-2 .ls-img-03 { background:#fff;padding: 15px 0;}
.con-com-04 .list-box-2 strong { display:block; font-size: 1.35em;}
.con-com-04 .list-box-2 .ls-txt { padding: 7% 10%;}
.con-com-04 .list-box-2 p { font-size: 1.1em; opacity: 0.8; line-height: 1.6em; padding-top:1em; max-width: 15em;} 
.con-com-04 .com-box-03 { background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; overflow: hidden;}
.con-com-04 .con-box-03 {  max-width: var(--sub-width-pd); margin:0 auto; padding-left:20px; padding-right:20px; padding-top: 8em; padding-bottom:3em;}
.con-com-04 .con-box-03 .txt-head { width: 36%;} 
.con-com-04 .con-box-03 .txt-box { width: 64%; padding-top:0;}
.con-com-04 .list-box-3 { display:flex;  flex-wrap: wrap; margin-right: -1.5em; overflow: hidden; margin-bottom:2em;}
.con-com-04 .list-box-3 .ls-img-05{ background:#f7f7f7; width: calc(25% - 1.5em); margin-right:1.5em; margin-bottom: 3em;}
.con-com-04 .list-box-3 .ls-img-05 img { width:100%;}
.con-com-04 .ls-txt-03 strong { display:block; font-size: 1.1em; color:rgba(0,0,0,1)}
.con-com-04 .ls-txt-03 { line-height: 1.8em; font-size: 1.1em; color:rgba(0,0,0,0.6)}
.con-com-04 .align-left { text-align: left;}
.con-com-04 .con-box-03 .area-box:nth-child(even) .txt-box { border-bottom:1px solid #d2d2d2}
.con-com-04 .con-box-03 .area-box ~ .area-box { margin-top:5em;}
.con-com-04 .com-box-04 { position: relative; max-width: var(--sub-width-pd); width:calc(100% - 40px);  padding: 9em 20px; margin:10em auto 0 auto; background-color:#000; background-size: cover; background-repeat: no-repeat; background-position: center 60%; border-radius: 3em; overflow: hidden;}
.con-com-04 .com-box-04:after {z-index:1; background:rgba(0,0,0,0.4); content:''; position: absolute; left:0; top:0; width:100%; height:100%;}
.con-com-04 .area-box-2 { color:#fff;  display:flex; justify-content: space-between; align-items:center;}
.con-com-04 .con-box-04 { padding-left: 5%; z-index:2; position: relative; height:100%;}
.con-com-04 .con-box-04 .txt-head { width: 36%; min-width: 20em;}
.con-com-04 .con-box-04 .txt-box { width: 30%; position: absolute; right: 2em; bottom:-8em;}
.con-com-04 .list-box-4 { display:flex; flex-wrap: wrap; margin-right: -1em; overflow: hidden; max-width: 430px; } 
.con-com-04 .list-box-4 .ls-img-05 { background:#f7f7f7; width: calc(33.333% - 1em); margin-right:1em; margin-bottom: 3em;}
.con-com-04 .list-box-4 .ls-img-05 img { width:100%;}
.con-com-04 .con-box-04 .ls-txt-04 { opacity: 0.5; font-size: 1.2em; padding-top: 1.5em;}

.con-com-05 { overflow: hidden; margin:0 auto; padding: 7em 0px 10em 0px; position: relative; letter-spacing: -0.03em;}
.con-com-05 .com-box-01 { max-width: var(--full-width-pd); padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-05 .txt-head h4 { margin-bottom: 0.7em;  font-size: 1.35em; font-weight:500;}
.con-com-05 .txt-head p { font-size: 2.592em; font-weight:600; line-height: 1.4em;  }
.con-com-05 .txt-head { margin-bottom:2em;}
.con-com-05 .con-box-01 { margin-bottom:10em;}
.con-com-05 .con-box-02 { border-radius: 3em; background:#222424;}
.con-com-05 .area-box { display:flex; padding: 7%; justify-content: space-between;}
.con-com-05 .area-box .img-box { width:44%; }
.con-com-05 .area-box .txt-box { width:49%; text-align: left;  color:#fff;}
.con-com-05 .ls-img-01 { background:#e0e0e0; border-radius: 3em;}
.con-com-05 .ls-img-01 img { width:100%;}
.con-com-05 .ls-txt-01 { font-size: 1.1em; opacity: 0.7; line-height: 1.8em}
.con-com-05 .dl-box-01 { padding-top: 3em;}
.con-com-05 .dl-box-01 dl{ font-size: 1.1em; display:flex; align-items: stretch;}
.con-com-05 .dl-box-01 dt { line-height: 1.6em; position: relative; padding: 1.2em 1.5em 1.5em 1.5em; width: 10em; min-width:10em;  border-radius: 1em; background-color:#000000;}
.con-com-05 .dl-box-01 dt:after { width: 2.55em; height:2.55em; content:''; background-position: right bottom; background-size: contain; right:1.5em; bottom:1.5em; position: absolute; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46px' height='46px'%3E%3Cpath fill-rule='evenodd' fill='rgb(16, 99, 226)' d='M37.882,45.874 L31.980,45.874 L31.980,40.836 L40.900,40.836 L40.900,31.914 L45.939,31.914 L45.939,37.816 C45.939,42.259 42.325,45.874 37.882,45.874 ZM40.900,5.895 L31.980,5.895 L31.980,0.856 L37.882,0.856 C42.325,0.856 45.939,4.471 45.939,8.914 L45.939,14.816 L40.900,14.816 L40.900,5.895 ZM30.302,26.565 L37.636,33.900 C37.832,34.095 37.939,34.354 37.939,34.630 C37.939,34.906 37.831,35.166 37.636,35.360 L36.031,36.966 C35.642,37.355 34.960,37.357 34.571,36.966 L27.303,29.697 L27.051,29.859 C25.372,30.934 23.437,31.502 21.455,31.502 C15.716,31.502 11.047,26.833 11.047,21.094 C11.047,15.355 15.716,10.686 21.455,10.686 C27.194,10.686 31.863,15.355 31.863,21.094 C31.863,22.921 31.373,24.727 30.446,26.318 L30.302,26.565 ZM21.455,14.527 C17.834,14.527 14.888,17.473 14.888,21.094 C14.888,24.715 17.834,27.661 21.455,27.661 C25.076,27.661 28.022,24.715 28.022,21.094 C28.022,17.473 25.076,14.527 21.455,14.527 ZM5.960,14.816 L0.922,14.816 L0.922,8.914 C0.922,4.471 4.536,0.856 8.979,0.856 L14.880,0.856 L14.880,5.895 L5.960,5.895 L5.960,14.816 ZM5.960,40.836 L14.880,40.836 L14.880,45.874 L8.979,45.874 C4.536,45.874 0.922,42.259 0.922,37.816 L0.922,31.914 L5.960,31.914 L5.960,40.836 Z'/%3E%3C/svg%3E");}
.con-com-05 .dl-box-01 dd { padding: 1.3em 0 1.3em 2em}
.con-com-05 .ul-box-01 li { font-weight:300; text-align: left; position: relative; display:block; line-height: 1.5em; padding: 0.4em 0 0.4em 1em;}
.con-com-05 .ul-box-01 li:before { position: absolute; left:0; content:'·'}
.con-com-05 .com-box-02 { max-width: var(--sub-width-pd);  padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-05 .con-box-03 { padding-top: 10em; }
.con-com-05 .list-box-1 { display:flex; flex-wrap: wrap; margin-right: -2em; overflow: hidden; margin-top:4em;  } 
.con-com-05 .list-box-1 .ls-list { border-radius: 3em; background:#f7f7f7; width: calc(33.333% - 2em); margin-right:2em; margin-bottom: 3em; background-size:cover; background-position: left center; background-repeat: no-repeat;}
.con-com-05 .list-box-1 .ls-txt { color:#fff; text-align: left; padding-top: 95%; padding-bottom: 10%; padding-left:10%; padding-right:10%;}
.con-com-05 .list-box-1 .ls-txt strong { font-size: 1.8em;}
.con-com-05 .list-box-1 .txt-01 { font-size: 1.2em; color:#fff; padding-top: 0.2em; padding-bottom:1em;}
.con-com-05 .list-box-1 p { color:rgba(255, 255, 255, 0.7)}
.con-com-05 .con-box-04 { padding-top:6em;}
.con-com-05 .com-box-03 { max-width: var(--sub-width-pd);  padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-05 .area-box-2 { display:flex; justify-content: space-between;}
.con-com-05 .area-box-2 .txt-head { width:22%; }
.con-com-05 .area-box-2 .txt-box { width:76%; text-align: left;  color:#fff;}
.con-com-05 .list-box-2 { display:flex; flex-wrap: wrap; margin-right: -2em; overflow: hidden;  } 
.con-com-05 .list-box-2 .ls-list { position: relative; padding: 3.5% 3.5% 6% 3.5%; border-radius: 2em; color:#000; background:#f7f7f7; width: calc(50% - 2em);  margin-right:2em; margin-bottom: 2em; }
.con-com-05 .list-box-2 strong { font-size: 1.2em; display:block; padding-bottom: 1em}
.con-com-05 .list-box-2 .txt-01 { font-size: 1.2em;padding-top: 0.2em; padding-bottom:1em;}
.con-com-05 .list-box-2 p { font-size:1.1em; line-height: 1.8em;  color:rgba(0, 0, 0, 0.6); padding-right: 60px;}
.con-com-05 .list-box-2 .ls-icon { position: absolute; right:0; bottom:0;}
.con-com-05 .ls-icon { display:block; position: absolute; bottom: 0; right: 0; z-index: 2; width: 90px; height: 90px     }
.con-com-05 .ls-icon span:nth-child(1) { position: absolute;  width: 96px; height: 96px; background: #fff; border-radius: 50% 0 0 0; transition: bottom .7s cubic-bezier(.785,.135,.15,.86),right .7s cubic-bezier(.785,.135,.15,.86),transform .3s    }
.con-com-05 .ls-icon span:nth-child(1)::before { content: ""; position: absolute; bottom: 0; left: -30px; width: 30px; height: 30px; border-right: 1px solid #fff; box-sizing: content-box; background: radial-gradient(circle at 0 0,transparent 71%,#fff 70%)    }
.con-com-05 .ls-icon span:nth-child(1)::after { content: ""; position: absolute; top: -30px; right: 0; width: 30px; height: 30px; border-bottom: 1px solid #fff; box-sizing: content-box; background: radial-gradient(circle at 0 0,transparent 71%,#fff 70%)    }
.con-com-05 .ls-icon span:nth-child(2) {  display: block; position: absolute; bottom: 5px; right: 5px; width: 68px; height: 68px;  transform-origin: right bottom; transition: transform .6s cubic-bezier(.785,.135,.15,.86)    }
.con-com-05 .ls-icon span:nth-child(2) img { width:100%;}
.con-com-05 .area-box-2 ~ .area-box-2 { margin-top:7em;}
.con-com-05 .list-box-3 { display:flex;  flex-wrap: wrap; margin-right: -2em; overflow: hidden; margin-bottom:2em;}
.con-com-05 .list-box-3 .ls-img-05{ background:#f7f7f7; width: calc(50% - 2em); margin-right:2em; margin-bottom: 3em;}
.con-com-05 .list-box-3 .ls-img-05 img { width:100%;}
.con-com-05 .ls-txt-02 { padding-top:0.5em; font-size: 1.1em; color:#000; padding-bottom:3em;}
.con-com-05 .align-left { text-align: left;}

.con-com-06 { overflow: hidden; margin:0 auto; padding: 7em 0px 10em 0px; position: relative; letter-spacing: -0.03em;}
.con-com-06 .com-box-01 { max-width: var(--full-width-pd); padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-06 .txt-head h4 { margin-bottom: 0.7em;  font-size: 1.35em; font-weight:500;}
.con-com-06 .txt-head p { font-size: 2.592em; font-weight:600; line-height: 1.4em;  }
.con-com-06 .txt-head { margin-bottom:6em;}
.con-com-06 .con-box-01 { margin-bottom:10em;}
.con-com-06 .con-box-02 { border-radius: 3em; background:#222424;}
.con-com-06 .area-box { display:flex; padding: 7%; justify-content: space-between;}
.con-com-06 .area-box .img-box { width:44%; }
.con-com-06 .area-box .txt-box { width:49%; text-align: left;  color:#fff;}
.con-com-06 .ls-img-01 { background:#e0e0e0; border-radius: 3em;}
.con-com-06 .ls-img-01 img { width:100%;}
.con-com-06 .ls-txt-01 { font-size: 1.1em; opacity: 0.7; line-height: 1.8em}
.con-com-06 .dl-box-01 { padding-top: 3em;}
.con-com-06 .dl-box-01 dl{ font-size: 1.1em; display:flex; align-items: stretch;}
.con-com-06 .dl-box-01 dt { line-height: 1.6em; position: relative; padding: 1.2em 1.5em 1.5em 1.5em; width: 10em; min-width:10em;  border-radius: 1em; background-color:#000000;}
.con-com-06 .dl-box-01 dt:after { width: 2.55em; height:2.55em; content:''; background-position: right bottom; background-size: contain; right:1.5em; bottom:1.5em; position: absolute; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46px' height='46px'%3E%3Cpath fill-rule='evenodd' fill='rgb(16, 99, 226)' d='M37.882,45.874 L31.980,45.874 L31.980,40.836 L40.900,40.836 L40.900,31.914 L45.939,31.914 L45.939,37.816 C45.939,42.259 42.325,45.874 37.882,45.874 ZM40.900,5.895 L31.980,5.895 L31.980,0.856 L37.882,0.856 C42.325,0.856 45.939,4.471 45.939,8.914 L45.939,14.816 L40.900,14.816 L40.900,5.895 ZM30.302,26.565 L37.636,33.900 C37.832,34.095 37.939,34.354 37.939,34.630 C37.939,34.906 37.831,35.166 37.636,35.360 L36.031,36.966 C35.642,37.355 34.960,37.357 34.571,36.966 L27.303,29.697 L27.051,29.859 C25.372,30.934 23.437,31.502 21.455,31.502 C15.716,31.502 11.047,26.833 11.047,21.094 C11.047,15.355 15.716,10.686 21.455,10.686 C27.194,10.686 31.863,15.355 31.863,21.094 C31.863,22.921 31.373,24.727 30.446,26.318 L30.302,26.565 ZM21.455,14.527 C17.834,14.527 14.888,17.473 14.888,21.094 C14.888,24.715 17.834,27.661 21.455,27.661 C25.076,27.661 28.022,24.715 28.022,21.094 C28.022,17.473 25.076,14.527 21.455,14.527 ZM5.960,14.816 L0.922,14.816 L0.922,8.914 C0.922,4.471 4.536,0.856 8.979,0.856 L14.880,0.856 L14.880,5.895 L5.960,5.895 L5.960,14.816 ZM5.960,40.836 L14.880,40.836 L14.880,45.874 L8.979,45.874 C4.536,45.874 0.922,42.259 0.922,37.816 L0.922,31.914 L5.960,31.914 L5.960,40.836 Z'/%3E%3C/svg%3E");}
.con-com-06 .dl-box-01 dd { padding: 1.3em 0 1.3em 2em}
.con-com-06 .ul-box-01 li { font-weight:300; text-align: left; position: relative; display:block; line-height: 1.5em; padding: 0.4em 0 0.4em 1em;}
.con-com-06 .ul-box-01 li:before { position: absolute; left:0; content:'·'}
.con-com-06 .com-box-02 { max-width: var(--sub-width-pd);  padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-06 .con-box-03 { padding-top: 10em; }
.con-com-06 .list-box-1 { margin-right: -2em; overflow: hidden; display:flex; align-items: stretch; }
.con-com-06 .list-box-1 .ls-list{ overflow: hidden; text-align: center; width: calc(33.333% - 2em); margin-right:2em; position: relative; background:var(--bg-gray-1); border-radius: 3em; }
.con-com-06 .list-box-1 a { display:block; }
.con-com-06 .list-box-1 .img-box { position: relative; padding-top: 60%; width:100%;}
.con-com-06 .list-box-1 .img-box .ls-img-01{ position: absolute; top:0; left:0; width:100%; height:100%; }
.con-com-06 .list-box-1 .img-box .ls-img-01 img { object-fit: cover; height:100%; width:100%;}
.con-com-06 .list-box-1 .ls-txt {  text-align: left; padding:10%;}
.con-com-06 .list-box-1 .ls-txt strong { font-size: 1.6em;}
.con-com-06 .list-box-1 .txt-01 { font-size: 1.1em; padding-top: 0.5em; padding-bottom:1.82em; color:#000;}
.con-com-06 .list-box-1 p { line-height: 1.6em; color:rgba(0, 0, 0, 0.7); max-width: 17em;}
.con-com-06 .con-box-04 { padding-top:10em; padding-bottom:6em;}
.con-com-06 .com-box-03 { max-width: var(--sub-width-pd);  padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-06 .area-box-2 { display:flex; justify-content: space-between;}
.con-com-06 .area-box-2 .txt-head { width:22%; text-align: left;}
.con-com-06 .area-box-2 .txt-box { width:76%; text-align: left; }
.con-com-06 .list-box-2 { display:flex; flex-wrap: wrap; margin-right: -2em; overflow: hidden;  } 
.con-com-06 .list-box-2 .ls-list { position: relative; padding: 3.5% 3.5% 3.5% 3.5%; min-height: 13em; border-radius: 2em; color:#000; background:#f7f7f7; width: calc(50% - 2em);  margin-right:2em; margin-bottom: 2em; }
.con-com-06 .list-box-2 strong { font-size: 1.2em; display:block; padding-bottom: 1em}
.con-com-06 .list-box-2 p { font-size:1.1em; line-height: 1.8em;  color:rgba(0, 0, 0, 0.6); padding-right: 5.5em;}
.con-com-06 .list-box-2 .ls-icon { position: absolute; right:0; bottom:0;}
.con-com-06 .ls-icon { display:block; position: absolute; bottom: 0; right: 0; z-index: 2; width: 90px; height: 90px     }
.con-com-06 .ls-icon span:nth-child(1) { position: absolute;  width: 96px; height: 96px; background: #fff; border-radius: 50% 0 0 0; transition: bottom .7s cubic-bezier(.785,.135,.15,.86),right .7s cubic-bezier(.785,.135,.15,.86),transform .3s    }
.con-com-06 .ls-icon span:nth-child(1)::before { content: ""; position: absolute; bottom: 0; left: -30px; width: 30px; height: 30px; border-right: 1px solid #fff; box-sizing: content-box; background: radial-gradient(circle at 0 0,transparent 71%,#fff 70%)    }
.con-com-06 .ls-icon span:nth-child(1)::after { content: ""; position: absolute; top: -30px; right: 0; width: 30px; height: 30px; border-bottom: 1px solid #fff; box-sizing: content-box; background: radial-gradient(circle at 0 0,transparent 71%,#fff 70%)    }
.con-com-06 .ls-icon span:nth-child(2) {  display: block; position: absolute; bottom: 5px; right: 5px; width: 68px; height: 68px;  transform-origin: right bottom; transition: transform .6s cubic-bezier(.785,.135,.15,.86)    }
.con-com-06 .ls-icon span:nth-child(2) img { width:100%;}
.con-com-06 .list-box-3 { margin-right: -2em; overflow: hidden; display:flex; align-items: stretch; }
.con-com-06 .list-box-3 .ls-list{ overflow: hidden; text-align: center; width: calc(33.333% - 2em); margin-right:2em; padding: 4% 3%; position: relative; background:var(--bg-white); border-radius: 3em; }
.con-com-06 .list-box-3 a { display:block; }
.con-com-06 .list-box-3 .ls-img-03 { padding: 0.5em 0;}
.con-com-06 .list-box-3 .ls-img-03 img { width:100%;}
.con-com-06 .list-box-3 .ls-txt {  text-align: left; padding:10%;}
.con-com-06 .list-box-3 strong { font-size: 1.2em; border-radius: 4em; padding: 0.4em 2em; color:#1063e2; background:#edf9fb}
.con-com-06 .list-box-3 p { font-size: 1.1em; max-width:12em; line-height: 1.6em; margin:0 auto;}
.con-com-06 .com-box-04 { background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; overflow: hidden;}
.con-com-06 .con-box-05 { max-width: var(--sub-width-pd); padding-top: 8em; padding-bottom:8em; padding-left:20px; padding-right:20px; margin:0 auto;} 
.con-com-06 .com-box-05 { max-width: var(--sub-width-pd);  padding-top: 8em; padding-bottom:5em; padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-06 .ul-box-02 li { font-weight:300; text-align: left; position: relative; display:block; line-height: 1.5em; padding: 0.2em 0 0.2em 1em;}
.con-com-06 .ul-box-02 li:before { position: absolute; left:0; content:'-'}
.con-com-06 .ls-txt-02 strong{font-size: 1.1em; display: block; padding-bottom:1em; line-height:1.6em;}
.con-com-06 .list-box-4 { margin-top: 4em; overflow: hidden; display:flex; align-items: stretch; background:var(--bg-gray-1); border-radius: 3em; padding: 4% 3.3%; }
.con-com-06 .list-box-4 .ls-list{  text-align: center; width: 25%;  padding:0 2% 0 2%; position: relative;  }
.con-com-06 .list-box-4 .ls-list:after { content:''; top: 50%; width:2.8em; height:2.8em; right:calc(0% - 1.4em); transform: translateY(-50%); position: absolute; background-size: contain; background-position: center center;  background-repeat: no-repeat;	background-image: url("data:image/svg+xml,%3Csvg id='' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='79' height='79' viewBox='0 0 79 79'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-width: 2px; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle id='타원_2' data-name='타원 2' cx='38.813' cy='39.655' r='38.531'/%3E%3Cimage id='벡터_고급_개체' data-name='벡터 고급 개체' width='79' height='79' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNCAYAAADjCemwAAAFSklEQVR4nO2cW4jcVBiAv4RasMr2slhXsNrWolhcrCI+qW1FKlIUUeuLSldRRLtF8M3FC2i9PInQVlGUtuiTFRFRlCJaFd9UWla0KtWqD7tV2t2u2sLWzZF/5s9sNpvZSTLJTGZyPgib2Uxy/vORnMy5OoycxvXA8wyOR2XzjPw1YKqfjR5D9o3uGzkH3ClT/b+ca6r7cszotWZcr3J+bX+1Y7jCePTjmVWOxzLP0Od4psfxWFQ5p3rtceMx4RhG8czvxuOwYxjG4xvHM4eMpieJVGMI7FeOGcwUtZhnHdN8OSbgYEq+JvtO7ZjxpvM2j9axFLgZuB5YD5wXM+VFul0AXB06NgJ8qtsHwJ+tyE3e0s5UUZuBDTmkJ+Lv0u00sA/YowJPZZxWjbykLQYGgUeA3pzSCHMGsFG3Y8BLwA5gPOuE3IyvJ4/Rs8AR4OkWCgsj6T4D/KbxLMzy4llJc4C7ge+BIaAno+s2S4/G84M+wpmQhbQVWhC/maBwbzUS11sa54pm025W2ibgALCuLSqSI2/tb4E7mrlIWmnzge3A2wV6FOMi5e5ejX9+mgukkbZYX+2DmWShfUj8H2t+EpFUWh/wObC2w4X5rNf8nJvkpCTSfGH9qcIrLv2ar6VxI4wrbaE+khd3mTCfS4BP4v6eiyNNCst3u/AOC9Ov+Wz4cogjbYdWssuA5PPFZqUNAA+URJjPFuD2ub4wl7RV+lumjLwBrEwqTeqSu4CzSypNXgi71cMs6kl7ELimdTEWkmvrFU1R0qSasa18jiLZpj5mECVtqI3tYEXjHOCxcExhaX369rBMMxiuZoWlbQUWWGEzWBBunAhKk4MPty+2QvOQdhJVCErbFFXoWSr0Bhsug9IGrJ85udc/6EuTNvTrihdnoVirL8qatFtz6M7rNsTPLUFpG8puJCY3odLcLmq+zhspwhwRdmmazoWSskR8ibQry24iIWtE2mUdFXL7uVykXVR2CwlZKdKWd1TI7We5q80flvj0ulmP3SoBS6y05Jxlq07JmWelJec/kXai06JuM/9aack5LtL+6rSo28wxV4evW+JzRKQdtsIS8YtI+66DAi4CB10dIm6JzwFXZ3OMWWmxOC6+3Opsx8pAXUtjvpAZn36NYJ8VFouPCPRGvad3nKU+4uf9oLQRvfUs9ZEibJRQB/FuK2xOdvkHg9L25jELt0uQmcrvREk7Cbxcdjt1eCU4Jz7cnrZd5VmmOakTUKgnbdTebbMQYUeD/4xquX1On2FLtdns+bCHKGlSpXrcCqvwRNTLsV4fwavAV/nHVGi+BF6LCrCeNFmV5z7gn3L6qnQBDKiHWczVG/WTDpEvI/dLY2O9fDfqwpNawuslk7Yz+EM2ijj9nlt0EZAyIPl8tFE+40ibBG4Dhrtc2rDmc7LRF+P2sJ/QwcxSznUjPwI3xO0DTjIsYVQHNHfbHTes+Yq9YF3SsRy+uG5pHt+v+Tka47s10gyAGdNHdWeKc4uE1ClvTNOplHbU0KRO57sTmOgYTVUmNO6tcQr9KJodaiUNl1d10OMqj+MajTs1WYxP+1kXOrrHb0MvICManyxW8muz4WU1qM/oSngy++UF4O+MrtssE9q0s1rji6xLJiXrkZDjOlH+QuAp7ZFuB9Ie+KQO9x/Kuu8jr+GjY7r66PnaWrC/Bf2qnqYja+ou09VHcxlukffiwKd0sd49OhF3o5Yr6zJadFPKqs90+1A/504rl6GWDEmLid9qIuWMTGaTJbhkqpHcHTJzV9aYDM6ll0dLyiZ5yfyh4+nkV/zXwKEWxl8F+B9cPkONGMJDQQAAAABJRU5ErkJggg=='/%3E%3Cg id='화살표_사본' data-name='화살표 사본'%3E%3Cpath id='모양_7' data-name='모양 7' class='cls-1' d='M455.394,2847.36H483.64' transform='translate(-432 -2809)'/%3E%3Cpath id='모양_6' data-name='모양 6' class='cls-1' d='M474.652,2837.11l11.556,11.56-11.556,11.57' transform='translate(-432 -2809)'/%3E%3C/g%3E%3C/svg%3E%0A");}
.con-com-06 .list-box-4 .ls-list:last-of-type:after { display:none;}
.con-com-06 .list-box-4 a { display:block; }
.con-com-06 .list-box-4 .ls-img-03 { padding: 1.5em 0;}
.con-com-06 .list-box-4 .ls-img-03 img { width:100%;}
.con-com-06 .list-box-4 .ls-txt {  text-align: left; padding:10%;}
.con-com-06 .list-box-4 strong { display:inline-block; font-size: 1.2em; border-radius: 4em; padding: 0.4em 2em; color:#fff; background:#1063e2}
.con-com-06 .list-box-4 p { display:flex; align-items: center; justify-content: center; opacity: 0.8; font-size: 1.1em; max-width:8em; height:2em; line-height: 1.6em; margin:0 auto;}
.con-com-06 .ls-btn { margin-top: 2em;}
.con-com-06 .ls-btn a { font-size: 1.2em; color:#fff; font-weight:600; display:inline-block; padding: 0.7em 1.5em; border-radius: 3em; background:linear-gradient(90deg,rgba(2, 228, 251, 1) 0%, rgba(0, 94, 230, 1) 100%)}
.con-com-06 .ls-btn span { display:inline-block;vertical-align: middle;}
.con-com-06 .ls-btn i { display:inline-block; margin-left: 0.5em; position: relative; vertical-align: middle; width:1em; height:1em; background-size: contain; background-position: center center;  background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='69px' height='69px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M64.838,68.992 L4.159,68.992 C1.862,68.992 0.000,67.135 0.000,64.846 C0.000,62.556 1.862,60.701 4.159,60.701 L64.838,60.701 C67.134,60.701 68.997,62.556 68.997,64.846 C68.997,67.135 67.134,68.992 64.838,68.992 ZM37.660,55.164 C36.896,56.062 35.771,56.645 34.499,56.645 C33.226,56.645 32.101,56.062 31.338,55.164 L9.111,35.022 C7.411,33.482 7.286,30.861 8.832,29.166 C10.376,27.472 13.006,27.347 14.706,28.888 L30.340,43.055 L30.340,4.135 C30.340,1.845 32.202,-0.011 34.499,-0.011 C36.795,-0.011 38.657,1.845 38.657,4.135 L38.657,43.055 L54.291,28.889 C55.991,27.349 58.621,27.474 60.165,29.168 C61.711,30.862 61.586,33.484 59.886,35.023 L37.660,55.164 Z'/%3E%3C/svg%3E");	}

.con-com-07 { overflow: hidden; margin:0 auto; padding: 7em 0px 10em 0px; position: relative; letter-spacing: -0.03em;}
.con-com-07 .com-box-01 { max-width: var(--full-width-pd); padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-07 .txt-head h4 { margin-bottom: 0.7em;  font-size: 1.35em; font-weight:500;}
.con-com-07 .txt-head p { font-size: 2.592em; font-weight:600; line-height: 1.4em;  }
.con-com-07 .txt-head { margin-bottom:2em;}
.con-com-07 .con-box-01 { margin-bottom:10em;}
.con-com-07 .con-box-02 { border-radius: 3em; background:#222424;}
.con-com-07 .area-box { display:flex; padding: 7%; justify-content: space-between;}
.con-com-07 .area-box .img-box { width:44%; }
.con-com-07 .area-box .txt-box { width:49%; text-align: left;  color:#fff;}
.con-com-07 .ls-img-01 { background:#e0e0e0; border-radius: 3em;}
.con-com-07 .ls-img-01 img { width:100%;}
.con-com-07 .ls-txt-01 { font-size: 1.1em; opacity: 0.7; line-height: 1.8em}
.con-com-07 .dl-box-01 { padding-top: 3em;}
.con-com-07 .dl-box-01 dl{ font-size: 1.1em; display:flex; align-items: stretch;}
.con-com-07 .dl-box-01 dt { line-height: 1.6em; position: relative; padding: 1.2em 1.5em 1.5em 1.5em; width: 10em; min-width:10em;  border-radius: 1em; background-color:#000000;}
.con-com-07 .dl-box-01 dt:after { width: 2.55em; height:2.55em; content:''; background-position: right bottom; background-size: contain; right:1.5em; bottom:1.5em; position: absolute; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46px' height='46px'%3E%3Cpath fill-rule='evenodd' fill='rgb(16, 99, 226)' d='M37.882,45.874 L31.980,45.874 L31.980,40.836 L40.900,40.836 L40.900,31.914 L45.939,31.914 L45.939,37.816 C45.939,42.259 42.325,45.874 37.882,45.874 ZM40.900,5.895 L31.980,5.895 L31.980,0.856 L37.882,0.856 C42.325,0.856 45.939,4.471 45.939,8.914 L45.939,14.816 L40.900,14.816 L40.900,5.895 ZM30.302,26.565 L37.636,33.900 C37.832,34.095 37.939,34.354 37.939,34.630 C37.939,34.906 37.831,35.166 37.636,35.360 L36.031,36.966 C35.642,37.355 34.960,37.357 34.571,36.966 L27.303,29.697 L27.051,29.859 C25.372,30.934 23.437,31.502 21.455,31.502 C15.716,31.502 11.047,26.833 11.047,21.094 C11.047,15.355 15.716,10.686 21.455,10.686 C27.194,10.686 31.863,15.355 31.863,21.094 C31.863,22.921 31.373,24.727 30.446,26.318 L30.302,26.565 ZM21.455,14.527 C17.834,14.527 14.888,17.473 14.888,21.094 C14.888,24.715 17.834,27.661 21.455,27.661 C25.076,27.661 28.022,24.715 28.022,21.094 C28.022,17.473 25.076,14.527 21.455,14.527 ZM5.960,14.816 L0.922,14.816 L0.922,8.914 C0.922,4.471 4.536,0.856 8.979,0.856 L14.880,0.856 L14.880,5.895 L5.960,5.895 L5.960,14.816 ZM5.960,40.836 L14.880,40.836 L14.880,45.874 L8.979,45.874 C4.536,45.874 0.922,42.259 0.922,37.816 L0.922,31.914 L5.960,31.914 L5.960,40.836 Z'/%3E%3C/svg%3E");}
.con-com-07 .dl-box-01 dd { padding: 1.3em 0 1.3em 2em}
.con-com-07 .ul-box-01 li { font-weight:300; text-align: left; position: relative; display:block; line-height: 1.5em; padding: 0.4em 0 0.4em 1em;}
.con-com-07 .ul-box-01 li:before { position: absolute; left:0; content:'·'}
.con-com-07 .com-box-02 { max-width: var(--sub-width-pd);  padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-07 .con-box-03 { padding-top: 10em; text-align: left; }
.con-com-07 .con-box-03 .txt-head { text-align: left;}
.con-com-07 .list-box-1 { margin-right: -1.5em; margin-top: 6em; overflow: hidden; display:flex; align-items: stretch; }
.con-com-07 .list-box-1 .ls-list{ text-align: center; width: calc(33.333% - 1.5em); margin-right:1.5em; position: relative; background:var(--bg-gray-1); border-radius: 3em; margin-bottom: 20px;}
.con-com-07 .list-box-1 .ls-list:after {z-index:3; content:''; top: 45%; width:4.5em; height:4.5em; right:-3em; border-radius: 5em; border:0.85em solid #fff; background-color:#fff; transform: translateY(-50%); position: absolute; background-size: contain; background-position: center center;  background-repeat: no-repeat;	background-image: url("data:image/svg+xml,%3Csvg id='' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='79' height='79' viewBox='0 0 79 79'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-width: 2px; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle id='타원_2' data-name='타원 2' cx='38.813' cy='39.655' r='38.531'/%3E%3Cimage id='벡터_고급_개체' data-name='벡터 고급 개체' width='79' height='79' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNCAYAAADjCemwAAAFSklEQVR4nO2cW4jcVBiAv4RasMr2slhXsNrWolhcrCI+qW1FKlIUUeuLSldRRLtF8M3FC2i9PInQVlGUtuiTFRFRlCJaFd9UWla0KtWqD7tV2t2u2sLWzZF/5s9sNpvZSTLJTGZyPgib2Uxy/vORnMy5OoycxvXA8wyOR2XzjPw1YKqfjR5D9o3uGzkH3ClT/b+ca6r7cszotWZcr3J+bX+1Y7jCePTjmVWOxzLP0Od4psfxWFQ5p3rtceMx4RhG8czvxuOwYxjG4xvHM4eMpieJVGMI7FeOGcwUtZhnHdN8OSbgYEq+JvtO7ZjxpvM2j9axFLgZuB5YD5wXM+VFul0AXB06NgJ8qtsHwJ+tyE3e0s5UUZuBDTmkJ+Lv0u00sA/YowJPZZxWjbykLQYGgUeA3pzSCHMGsFG3Y8BLwA5gPOuE3IyvJ4/Rs8AR4OkWCgsj6T4D/KbxLMzy4llJc4C7ge+BIaAno+s2S4/G84M+wpmQhbQVWhC/maBwbzUS11sa54pm025W2ibgALCuLSqSI2/tb4E7mrlIWmnzge3A2wV6FOMi5e5ejX9+mgukkbZYX+2DmWShfUj8H2t+EpFUWh/wObC2w4X5rNf8nJvkpCTSfGH9qcIrLv2ar6VxI4wrbaE+khd3mTCfS4BP4v6eiyNNCst3u/AOC9Ov+Wz4cogjbYdWssuA5PPFZqUNAA+URJjPFuD2ub4wl7RV+lumjLwBrEwqTeqSu4CzSypNXgi71cMs6kl7ELimdTEWkmvrFU1R0qSasa18jiLZpj5mECVtqI3tYEXjHOCxcExhaX369rBMMxiuZoWlbQUWWGEzWBBunAhKk4MPty+2QvOQdhJVCErbFFXoWSr0Bhsug9IGrJ85udc/6EuTNvTrihdnoVirL8qatFtz6M7rNsTPLUFpG8puJCY3odLcLmq+zhspwhwRdmmazoWSskR8ibQry24iIWtE2mUdFXL7uVykXVR2CwlZKdKWd1TI7We5q80flvj0ulmP3SoBS6y05Jxlq07JmWelJec/kXai06JuM/9aack5LtL+6rSo28wxV4evW+JzRKQdtsIS8YtI+66DAi4CB10dIm6JzwFXZ3OMWWmxOC6+3Opsx8pAXUtjvpAZn36NYJ8VFouPCPRGvad3nKU+4uf9oLQRvfUs9ZEibJRQB/FuK2xOdvkHg9L25jELt0uQmcrvREk7Cbxcdjt1eCU4Jz7cnrZd5VmmOakTUKgnbdTebbMQYUeD/4xquX1On2FLtdns+bCHKGlSpXrcCqvwRNTLsV4fwavAV/nHVGi+BF6LCrCeNFmV5z7gn3L6qnQBDKiHWczVG/WTDpEvI/dLY2O9fDfqwpNawuslk7Yz+EM2ijj9nlt0EZAyIPl8tFE+40ibBG4Dhrtc2rDmc7LRF+P2sJ/QwcxSznUjPwI3xO0DTjIsYVQHNHfbHTes+Yq9YF3SsRy+uG5pHt+v+Tka47s10gyAGdNHdWeKc4uE1ClvTNOplHbU0KRO57sTmOgYTVUmNO6tcQr9KJodaiUNl1d10OMqj+MajTs1WYxP+1kXOrrHb0MvICManyxW8muz4WU1qM/oSngy++UF4O+MrtssE9q0s1rji6xLJiXrkZDjOlH+QuAp7ZFuB9Ie+KQO9x/Kuu8jr+GjY7r66PnaWrC/Bf2qnqYja+ou09VHcxlukffiwKd0sd49OhF3o5Yr6zJadFPKqs90+1A/504rl6GWDEmLid9qIuWMTGaTJbhkqpHcHTJzV9aYDM6ll0dLyiZ5yfyh4+nkV/zXwKEWxl8F+B9cPkONGMJDQQAAAABJRU5ErkJggg=='/%3E%3Cg id='화살표_사본' data-name='화살표 사본'%3E%3Cpath id='모양_7' data-name='모양 7' class='cls-1' d='M455.394,2847.36H483.64' transform='translate(-432 -2809)'/%3E%3Cpath id='모양_6' data-name='모양 6' class='cls-1' d='M474.652,2837.11l11.556,11.56-11.556,11.57' transform='translate(-432 -2809)'/%3E%3C/g%3E%3C/svg%3E%0A");}
.con-com-07 .list-box-1 .ls-list:last-of-type:after { display:none;}
.con-com-07 .list-box-1 a { display:block; }
.con-com-07 .list-box-1 .img-box {  position: relative; padding-top: 100%; width:100%;}
.con-com-07 .list-box-1 .img-box .ls-img-01{ position: absolute; top:0; left:0; width:100%; height:100%; border-top-left-radius: 3em; border-top-right-radius: 3em; overflow: hidden;}
.con-com-07 .list-box-1 .img-box .ls-img-01 img { object-fit: cover; height:100%; width:100%;}
.con-com-07 .list-box-1 .ls-txt {  text-align: center; padding:8% 3% 10% 3%;}
.con-com-07 .list-box-1 .ls-txt strong { font-size: 1.4em; line-height:1.5em;}
.con-com-07 .list-box-1 .txt-01 { font-size: 1.1em; padding-top: 0.5em; padding-bottom:1.82em; color:#000;}
.con-com-07 .list-box-1 p { line-height: 1.6em; color:rgba(0, 0, 0, 0.7); max-width: 17em;}
.con-com-07 .con-box-04 { padding-top:6em; padding-bottom:6em;}
.con-com-07 .com-box-03 { max-width: var(--sub-width-pd);  padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-07 .area-box-2 { display:flex; justify-content: space-between;}
.con-com-07 .area-box-2 .txt-head { width:22%; text-align: left;}
.con-com-07 .area-box-2 .txt-box { width:76%; text-align: left; }
.con-com-07 .list-box-2 { display:flex; flex-wrap: wrap; overflow: hidden;  } 
.con-com-07 .list-box-2 .ls-list { display:flex; align-items: center; flex-wrap: wrap; position: relative; padding: 3.5% 3.5% 3.5% 12em; min-height: 13em; border-radius: 2em; color:#000; background:#f7f7f7; width:100%; margin-bottom: 2em; }
.con-com-07 .list-box-2 strong { font-size: 1.2em; display:block; padding-bottom: 1em; width:100%; margin-top:auto;}
.con-com-07 .list-box-2 p { font-size:1.1em; line-height: 1.8em;  color:rgba(0, 0, 0, 0.6); padding-right: 5.5em; width:100%; margin-bottom:auto;}
.con-com-07 .list-box-2 .ls-icon {display:block; width: 7.5em; height:7.5em; position: absolute; left:3.5%; top:50%; transform: translateY(-50%);}
.con-com-07 .list-box-2 .ls-icon img {max-width:100%;}
.con-com-07 .com-box-04 { background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; overflow: hidden;}
.con-com-07 .con-box-05 { max-width: var(--sub-width-pd); padding-top: 8em; padding-bottom:8em; padding-left:20px; padding-right:20px; margin:0 auto;} 
.con-com-07 .ls-btn { margin-top: 2em;}
.con-com-07 .ls-btn a { font-size: 1.2em; color:#fff; font-weight:600; display:inline-block; padding: 0.7em 1.5em; border-radius: 3em; background:linear-gradient(90deg,rgba(2, 228, 251, 1) 0%, rgba(0, 94, 230, 1) 100%)}
.con-com-07 .ls-btn span { display:inline-block;vertical-align: middle;}
.con-com-07 .ls-btn i { display:inline-block; margin-left: 0.5em; position: relative; vertical-align: middle; width:1em; height:1em; background-size: contain; background-position: center center;  background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='69px' height='69px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M64.838,68.992 L4.159,68.992 C1.862,68.992 0.000,67.135 0.000,64.846 C0.000,62.556 1.862,60.701 4.159,60.701 L64.838,60.701 C67.134,60.701 68.997,62.556 68.997,64.846 C68.997,67.135 67.134,68.992 64.838,68.992 ZM37.660,55.164 C36.896,56.062 35.771,56.645 34.499,56.645 C33.226,56.645 32.101,56.062 31.338,55.164 L9.111,35.022 C7.411,33.482 7.286,30.861 8.832,29.166 C10.376,27.472 13.006,27.347 14.706,28.888 L30.340,43.055 L30.340,4.135 C30.340,1.845 32.202,-0.011 34.499,-0.011 C36.795,-0.011 38.657,1.845 38.657,4.135 L38.657,43.055 L54.291,28.889 C55.991,27.349 58.621,27.474 60.165,29.168 C61.711,30.862 61.586,33.484 59.886,35.023 L37.660,55.164 Z'/%3E%3C/svg%3E");	}
.con-com-07 .list-box-3 { overflow: hidden; display:flex; align-items: center; justify-content: space-between; }
.con-com-07 .list-box-3 .ls-list{ overflow: hidden; text-align: center; width: 31.3%; position: relative;}
.con-com-07 .list-box-3 a { display:block; }
.con-com-07 .list-box-3 .ls-img-03 { padding: 0.5em 0;}
.con-com-07 .list-box-3 .ls-img-03 img { max-width:100%;}
.con-com-07 .list-box-4 { display:flex;  flex-wrap: wrap; margin-right: -2em; overflow: hidden; margin-bottom:2em;}
.con-com-07 .list-box-4 .ls-img-05{ background:#f7f7f7; width: calc(50% - 2em); margin-right:2em; margin-bottom: 2em;}
.con-com-07 .list-box-4 .ls-img-05 img { width:100%;}
.con-com-07 .ls-txt-02 { padding-top:0.5em; font-size: 1.1em; color:#000; padding-bottom:3em;}
.con-com-07 .com-box-05 { max-width: var(--sub-width-pd); padding-top: 8em; padding-left:20px; padding-right:20px; margin:0 auto;} 

.con-com-09 { overflow: hidden; margin:0 auto; padding: 7em 0px 10em 0px; position: relative; letter-spacing: -0.03em;}
.con-com-09 .com-box-01 { background:#f7f7f7; padding: 7em 20px 3em 20px; margin:0 auto; }
.con-com-09 .txt-head-2 h4 { margin-bottom: 0.7em;  font-size: 1.35em; font-weight:600;}
.con-com-09 .txt-head-2 p { font-size: 3.392em; font-weight:900; line-height: 1.4em;  }
.con-com-09 .txt-head-2 { margin-bottom:2em;}
.con-com-09 .txt-head h4 { margin-bottom: 0.7em;  font-size: 1.35em; font-weight:500;}
.con-com-09 .txt-head p { font-size: 2.592em; font-weight:600; line-height: 1.4em;  }
.con-com-09 .con-box-01 { margin-bottom:3em;}
.con-com-09 .ls-txt-01 { line-height: 1.6em; font-size:1.1em;}
.con-com-09 .ls-txt-01 strong { display:block; padding-bottom:1em;}
.con-com-09 .ls-txt-01 p { opacity: 0.8; max-width:51em; margin:0 auto;}
.con-com-09 .ls-img-01 { padding-top: 1em; padding-left:2em; padding-right:2em;}
.con-com-09 .ls-img-01 img { max-width:100%;}
.con-com-09 .com-box-02 { max-width: var(--sub-width-pd); padding-top: 10em; padding-bottom:6em; padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-09 .video-box { border-radius: 10px; overflow: hidden; }
.con-com-09 .videoWrapper { position:relative; height: 0; padding-bottom:56.25%; width:100%;  }
* html .con-com-09 .videoWrapper { margin-bottom: 45px; margin-bottom: 0;  }
.con-com-09 .videoWrapper>iframe,
.con-com-09 .videoWrapper img,
.con-com-09 .videoWrapper video,   
.con-com-09 .videoWrapper>div,
.con-com-09 .videoWrapper>embed,
.con-com-09 .videoWrapper>object {	z-index: 2;	position: absolute;	width: 100%; height: 100%;	left: 0;	top: 0;  }
.con-com-09 .align-left{ text-align: left;}
.con-com-09 .inner-box .area-box {  background-repeat: no-repeat; margin-top: 4em; margin-bottom:4em; padding-top: 46%; padding-left: 8%; padding-right:8%; border-radius: 3em; background-color:#f7f7f7; position: relative; background-size:auto 100%; }
.con-com-09 .inner-box .area-box:nth-child(even) { background-color:#b9b9b9}
.con-com-09 .inner-box .area-box:nth-child(1) { background-position: 86% center; }
.con-com-09 .inner-box .area-box:nth-child(2) { background-position: 20% center; }
.con-com-09 .inner-box .area-box:nth-child(3) { background-position: 95% center; }
.con-com-09 .inner-box .area-box:nth-child(even) .txt-box {left:65%; }
.con-com-09 .inner-box .area-box:nth-child(odd) .txt-box {left: 8%}
.con-com-09 .area-box .txt-box { position: absolute; top:50%; transform: translateY(-50%); width:30%; text-align: left; }
.con-com-09 .txt-box .txt-point { display:inline-block; font-size: 1.2em; border-radius: 4em; font-weight:600; padding: 0.5em 1.5em; color:#fff; background:#1063e2}
.con-com-09 .txt-box strong { display: block; font-size: 1.8em; font-weight:600; margin-top:1.7em; margin-bottom: 1em;}
.con-com-09 .ul-box-01 li { font-size: 1.1em; opacity: 0.8; font-weight:300; text-align: left; position: relative; display:block; line-height: 1.5em; padding: 0.1em 0 0.1em 1em;}
.con-com-09 .ul-box-01 li:before { position: absolute; left:0; content:'·'}
.con-com-09 .list-box-1 { display:flex; flex-wrap: wrap; margin-right: -3em; overflow: hidden; margin-top:4em;  } 
.con-com-09 .list-box-1 .ls-list { border-radius: 3em; background:#f7f7f7; width: calc(50% - 3em); margin-right:3em; margin-bottom: 3em; background-size:cover; background-position: left center; background-repeat: no-repeat;}
.con-com-09 .list-box-1 .ls-txt { color:#fff; text-align: left; padding-top: 45%; padding-bottom: 8%; padding-left:8%; padding-right:8%;}
.con-com-09 .list-box-1 .ls-txt strong { font-size: 1.8em;}
.con-com-09 .list-box-1 .txt-01 { font-size: 1.2em; color:#fff; padding-top: 0.2em; padding-bottom:1em;}
.con-com-09 .list-box-1 p { font-size: 1.1em; padding-bottom: 0.5em;}
.con-com-09 .con-box-04 { margin-top:10em;}
.con-com-09 .com-box-03 {max-width: var(--sub-width-pd); padding-bottom:6em; padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-09 .com-box-04 {  max-width: var(--sub-width-pd); padding-left:20px; padding-right:20px; margin:0 auto;} 
.con-com-09 .con-box-05 { padding: 7%; color:#fff; background:#222424; border-radius: 3em;}
.con-com-09 .dl-box-01 { font-size: 1.1em; margin-top:4em; margin-bottom:2em;  flex-wrap: wrap;   display: flex; justify-content: space-between; }
.con-com-09 .dl-box-01 dl { background:#393a3a; width: 48.7%; border-radius: 5em; margin-bottom:1.7em; font-size: 1.1em; text-align: left; display:flex; justify-content: center; align-items: center;  padding: 1.7% 5%;   line-height: 1.2em;    position: relative;}
.con-com-09 .dl-box-01 dt { opacity: 0.8; font-weight:600; width: 5em; min-width:5em;	display: block; padding-top: 0.6em; padding-bottom: 0.6em}
.con-com-09 .dl-box-01 dd .ls-txt-01 {    color: #b5b5b6;    padding-top: 0.5em;}
.con-com-09 .dl-box-01 dd { width:100%;  display: block;}
.con-com-09 .dl-box-01 input[type=text], .con-com-13 .dl-box-01 select { border: 0;  background:transparent;  width: 100%; padding: 0.8em 0;}
.con-com-09 .dl-box-01 input[type=text] { color:#fff;}
.con-com-09 .dl-box-01 input::placeholder { opacity: 0;}
.con-com-09 .ls-btn { margin-top: 2em;}
.con-com-09 .ls-btn a { font-size: 1.2em; color:#fff; font-weight:600; display:inline-block; padding: 1.5em 4em; border-radius: 3em; background-color:#1063e2}
.con-com-09 .ls-btn span { opacity: 0.8; display:inline-block;vertical-align: middle;}
.con-com-09 .ls-btn i {opacity: 0.8; display:inline-block; margin-left: 0.7em; position: relative; vertical-align: middle; width:1.1em; height:1.1em; background-size: contain; background-position: center center;  background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='71px' height='62px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M66.387,0.766 L4.607,0.766 C2.061,0.766 -0.001,2.837 -0.001,5.393 L-0.001,57.128 C-0.001,59.683 2.061,61.754 4.607,61.754 L66.387,61.754 C68.930,61.754 70.995,59.683 70.995,57.128 L70.995,5.393 C70.995,2.837 68.930,0.766 66.387,0.766 ZM62.606,22.601 L37.249,37.298 C36.707,37.613 36.102,37.770 35.496,37.770 C34.891,37.770 34.287,37.613 33.743,37.298 L8.387,22.601 C6.710,21.629 6.135,19.476 7.103,17.792 C8.072,16.109 10.219,15.533 11.894,16.504 L35.496,30.184 L59.100,16.504 C60.775,15.533 62.921,16.108 63.890,17.792 C64.859,19.476 64.283,21.629 62.606,22.601 Z'/%3E%3C/svg%3E");	}




/* 개인정보 처리방침 레이어 */
.layer_popup {position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(255,255,255,0.9);z-index:1000;display:none; overflow-y:scroll;}
.layer_popup .inner {width:100%;max-width:1640px; margin:0 auto;}
.layer_popup .inner .box {padding:0 20px;}
.layer_popup .inner .close_top {text-align:right; margin-top:45px;}
.layer_popup .inner .close_top .imgbox {cursor:pointer;}
.layer_popup .inner .con {width:100%; max-width:1400px; margin:0 auto; margin-top:5%; line-height:30px;}
.layer_popup .inner .con .inbox {padding:20px;}


/* 2025 갤러리 신규 스킨 */

/*게시판 : 인증현황 */
#news_list { width:100%; margin-left:10px;  }
#news_list .gl_list { display:inline-block; width:24%;   }
.bo_list1 { width:100%; display:flex; justify-content: center; align-items: flex-start;}
.bo_list1 li {width:100%; max-width:280px; height:450px; overflow:hidden; padding:10px; }
.bo_list1 .bo_image1 { width:100%; overflow:hidden; height:380px; border:1px solid #eee; }
.bo_list1 .bo_image1 img {object-fit: cover; height: 380px; width: 100%; padding:10px; }
.bo_list1 .bo_title1 {margin-top:20px; height:80px; text-align:center; }
.bo_list1 .bo_title1 .tt { font-size:1.05em; font-weight:700; max-height:100px; overflow:hidden; word-break: keep-all;}
.bo_list1 .bo_title1 .st { margin-top:10px; color:#767676; font-size:0.9em; }
.bo_list1 .bo_title1 .dt { margin-top:10px; font-size:0.8em; color:#767676;  }
.vo_title1 { border-top:2px solid #000; border-bottom:1px solid #ccc; padding:50px 20px 40px 20px; text-align:center; margin-bottom:50px; margin-top:0px;  }
.vo_title1 .tt { font-size:1.7em; font-weight:600; margin-bottom:20px; }
.vo_title1 .st { font-size:0.9em; color:#888; font-weight:400; }
.vo_list_btn1 { text-align:center; margin:80px 0; }
.vo_list_btn1 a { border:1px solid #eee; background:#da4a44; color:#fff; padding:15px 70px; font-weight:500; }
.vo_list_btn1 a:hover { background:#ccc; color:#000; }
.vo_list_btn1 a { text-align:center; padding:0.7em 1em 0.8em 1em; display:inline-block; font-weight:500; max-width: 8em; width:100%; border-radius: 5em; color:#fff; font-size: 1.1em; background:#000000}
.vo_list_btn1 a:hover { background:#e73357; color:#fff; }

/*게시판 : 일반 */
.bo_list2, #bo_v, #bo_w { width:100%; max-width:1440px; margin:0 auto; }
.bo_list2 table {width:100%; border-collapse:collapse;}
.bo_list2 table thead th { border-top:2px solid #000; border-bottom:1px solid #000;  padding:20px 7px; text-align:center; }
.bo_list2 table tbody td { border-bottom:1px solid #e5e5e5; padding:20px 7px; text-align:left;}
.bo_list2 table tbody td.text-center {text-align:center;}
.bo_list2 a:hover { color:#da4a44; }

#bo_v, #bo_w table {width:100%; border-collapse:collapse;}
#bo_v, #bo_w table tbody td { text-align:left;}


#bo_list2_search { max-width:1440px; margin:0 auto; text-align:right; margin-bottom:20px; padding:20px 0 50px 0; }
#bo_list2_search select { width:120px; height:40px; border:1px solid #cfcfcf;  }
#bo_list2_search input[type=text] { width:50%;max-width:300px; height:40px; border:0px; border-bottom:1px solid #cfcfcf; padding:0 10px; }
#bo_list2_search .search-icon { position: absolute; margin-left:-33px; }


/* 사내소식 */
#news_list3 { width:100%; margin-left:10px;  }
#news_list3 .gl_list { display:inline-block; width:24%;   }
.bo_list3 { width:100%; display:flex; justify-content: center; align-items: flex-start;}
.bo_list3 li {width:100%; max-width:400px; height:380px; overflow:hidden; padding:10px; }
.bo_list3 .bo_image1 { width:100%; overflow:hidden; height:210px; border:1px solid #eee; }
.bo_list3 .bo_image1 img {object-fit: cover; height: 210px; width: 100%; padding:0px; }
.bo_list3 .bo_title1 {margin-top:20px; height:80px; text-align:left; }
.bo_list3 .bo_title1 .tt { font-size:1.35em; font-weight:700; max-height:100px; overflow:hidden; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bo_list3 .bo_title1 .st { margin-top:10px; color:#767676; font-size:0.9em; word-break: break-all; }
.bo_list3 .bo_title1 .dt { margin-top:10px; font-size:0.8em; color:#767676;  }

#bo_v_atc * { word-break: break-all; }

.bo-gall-09 { max-width:1440px; overflow: hidden; margin:0 auto; padding: 0em 0px 10em 0px; position: relative; letter-spacing: -0.05em;}
.bo-gall-09 .com-box-01 { max-width: 1440px; margin:0 auto; padding-left:20px; padding-right:20px;}
.bo-gall-09 .con-box-02 {  padding-top: 0em; padding-bottom:2em;}
.bo-gall-09 .total-box { text-align: left; font-size: 0.9em; }
.bo-gall-09 .photo-list-box {margin-right:-2em; padding-top:2em; overflow: hidden; display:flex; flex-wrap: wrap; align-items: stretch;}
.bo-gall-09 .ls-list { text-align: left; width: calc(33.333% - 2em) ; margin-right: 2em; margin-bottom:3em;}
.bo-gall-09 .img-box { border-radius: 1em; overflow: hidden; }
.bo-gall-09 .img-box img { width:100%; height:320px; object-fit: cover; }
.bo-gall-09 .ls-cate { padding-bottom: 0.7em; font-size: 0.9em; font-weight:500}
.bo-gall-09 .ls-title { 
    margin-top:1.5em; 
    margin-bottom: 0.7em; 
    height: 3em; 
    font-size: 1.1em; 
    font-weight:600; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 3em;
}
.bo-gall-09 .ls-type { color:#000; opacity: 0.7; font-size: 0.9em; height: 1.4em; margin-bottom: 1em;  -webkit-line-clamp:1;	overflow: hidden;	word-wrap: break-word;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;}
.bo-gall-09 .ls-subject { color:#000; opacity: 0.7; font-size: 0.9em; height: 3em; margin-bottom: 1em;  -webkit-line-clamp:2;	overflow: hidden;	word-wrap: break-word;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;}
.bo-gall-09 .ls-day { color:#000;  opacity: 0.7; font-size: 0.9em; padding-bottom:0.7em; }
.bo-gall-09-view { overflow: hidden; margin:0 auto; padding: 10em 0px 10em 0px; position: relative; letter-spacing: -0.05em;}
.bo-gall-09-view .com-box-01 { max-width: 1685px; margin:0 auto; padding-left:20px; padding-right:20px;}
.bo-gall-09-view .con-box-02 {  padding-top: 8em; padding-bottom:2em;}
.bo-gall-09-view .photo-head { text-align: left; padding: 2em 5px 2em 5px; border-bottom:1px solid #e5e5e5; position: relative; border-top:1px solid #000;}
.bo-gall-09-view .ls-cate { padding-bottom: 0.7em; font-weight:500}
.bo-gall-09-view .ls-title { margin-bottom: 1em; font-size: 1.834em; font-weight:600; word-wrap: break-word;}
.bo-gall-09-view .ls-day { color:#000;  opacity: 0.7; font-size: 0.9em;}
.bo-gall-09-view .photo-con { padding: 5em 0;}

.ls-tab-01 { margin:0 auto; text-align: center; margin-bottom: 2em; margin-top: 5em;}
.ls-tab-01 a { color:rgba(0,0,0,0.44); display:block;  line-height:1; text-wrap: nowrap; font-size: 1.4em;}
.ls-tab-01 ul { display:flex; justify-content: center; align-items: center; margin-right: -0.9em; }
.ls-tab-01 li {  position: relative;}
.ls-tab-01 li:last-of-type:after { display:none;}
.ls-tab-01 a:hover, .ls-tab-01 a.active{  color:#000; font-weight:600; }
.ls-tab-01 span { padding: 0.5em; position: relative; display:inline-block; margin-right: 1em;}
.ls-tab-01 a.active span { border-bottom:1px solid #000;}

@media all and (max-width : 1024px){
	.bo-gall-09 .txt-head h4 { font-size: 1.47em;}
	.bo-gall-09 .ls-list { width: calc(33.333% - 2em)}
}

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

	.bo-gall-09 { padding-top:5em; padding-bottom: 5em;}
	.bo-gall-09 .total-box { display:none;}
	.bo-gall-09 .ls-list { width: 100%;}
	.bo-gall-09 .photo-list-box { display:block; width:100%;}
	.bo-gall-09 .img-box { width:100%; height:200px; }
	.bo-gall-09 .ls-day { padding-top:0.5em; padding-bottom: 0.5em; font-size: 1.2em;}
	.bo-gall-09 .ls-title { 
		font-size: 1.5em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		word-wrap: break-word;
		text-overflow: ellipsis;
		line-height: 1.4;
		max-height: 4.2em; /* 1.5em * 1.4 * 2줄 */
	}

	.bo-gall-09-view { padding-top:5em; padding-bottom: 5em;}
	.bo-gall-09-view .ls-title { font-size: 1.1em;}
	.bo-gall-09-view .ls-day { position:  relative; top:auto; transform: none; }
	.bo-gall-09-view .photo-head { padding: 1.8em 5px;}
	.bo-gall-09-view .con-box-02 { padding-top: 6em;}
	.bo-gall-09-view .photo-con { padding: 3em 0;}

	/*게시판 : 인증현황 */
	#news_list { width:100%; margin-left:0px;  }
	#news_list .gl_list { display:inline-block; width:48%;   }
	.bo_list1 { width:100%; display:flex; justify-content: center; align-items: flex-start;}
	.bo_list1 li {width:100%; max-width:280px; height:250px; overflow:hidden; padding:10px; }
	.bo_list1 .bo_image1 { width:100%; overflow:hidden; height:190px; border:1px solid #eee; }
	.bo_list1 .bo_image1 img {object-fit: cover; height: 190px; width: 100%; padding:5px; }
	.bo_list1 .bo_title1 {margin-top:10px; height:50px; text-align:center; }
	.bo_list1 .bo_title1 .tt { font-size:0.9em; font-weight:600; max-height:100px; overflow:hidden; word-break: keep-all;}
	.bo_list1 .bo_title1 .st { margin-top:10px; color:#767676; font-size:0.9em; }
	.bo_list1 .bo_title1 .dt { margin-top:10px; font-size:0.8em; color:#767676;  }
	.vo_title1 { border-top:2px solid #000; border-bottom:1px solid #ccc; padding:30px 10px 20px 10px; text-align:center; margin-bottom:50px; margin-top:0px;  }
	.vo_title1 .tt { font-size:1.3em; font-weight:600; margin-bottom:10px; }
	.vo_title1 .st { font-size:0.9em; color:#888; font-weight:400; }
		
	/*게시판 : 일반 */
	.bo_list2 { width:100%; }
	.bo_list2 table {width:100%; border-collapse:collapse;}
	.bo_list2 table thead th { border-top:2px solid #000; border-bottom:1px solid #000;  padding:20px 7px; text-align:center; }
	.bo_list2 table tbody td { border-bottom:1px solid #e5e5e5; padding:20px 7px; }
	.bo_list2 table tbody td.text-center {text-align:center;}
	.bo_list2 a:hover { color:#51b431; }

	#bo_list2_search { text-align:right;  }
	#bo_list2_search input[type=text] { width:60%; height:40px;   padding:0 10px; }
	#bo_list2_search .search-icon { transform: scale(0.7); }

	

	#bo_list_admin th:nth-of-type(2) {display:none;}
	#bo_list th:nth-of-type(1) {display:none;}
	#bo_list_admin td:nth-of-type(2) {display:none;}
	#bo_list td:nth-of-type(1) {display:none;}

	/* 사내소식 */
	#news_list3 { width:100%; margin-left:0px;  }
	#news_list3 .gl_list { display:inline-block; width:100%;   }
	.bo_list3 { width:100%; display:flex; justify-content: center; align-items: flex-start;}
	.bo_list3 li {width:100%; max-width:400px; height:400px; overflow:hidden; padding:10px; }
	.bo_list3 .bo_image1 { width:100%; overflow:hidden; height:210px; border:1px solid #eee; }
	.bo_list3 .bo_image1 img {object-fit: cover; height: 210px; width: 100%; padding:0px; }
	.bo_list3 .bo_title1 {margin-top:20px; height:80px; text-align:left; }
	.bo_list3 .bo_title1 .tt { font-size:1.35em; font-weight:700; max-height:100px; overflow:hidden; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.bo_list3 .bo_title1 .st { margin-top:10px; color:#767676; font-size:0.9em; }
	.bo_list3 .bo_title1 .dt { margin-top:10px; font-size:0.8em; color:#767676;  }

	.ls-tab-01 {  margin-top: 2em; margin-bottom: 2em;}
	
	

}
@media all and (max-width : 540px){
	
	.bo-gall-09 .photo-list-box .ls-list { width: 100%; margin-right:0; border-right:0; border-left:0; border-bottom:0; padding-left:0; padding-right:0;}
	.bo-gall-09 .photo-list-box {margin-right:0; border-bottom:1px solid #e5e5e5}
	.bo-gall-09 .img-box { position: relative; padding-top: 52%;  overflow: hidden;}
	.bo-gall-09 .img-box img { position: absolute; top:0;  }

}
/* 2025 갤러리 신규 스킨 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/* PC 사이즈 */
@media all and (max-width : 1920px)  { 
	 
	/* .con-com-11 .list-box-02 { margin-right:-2vw;}
	.con-com-11 .list-box-02 .ls-list { width: calc(20% - 2vw); margin-right:2vw;} */

	

}

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

	.scroll-box-2 .list-pick p:after { top: -5vw;}
	
}
@media all and (max-width : 1440px)  { 
	
	.scroll-page-top { right: 20px;}



}

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


	.con-head p { font-size: 2.2em;}
	
	.container { font-size: 1rem;}

	.scroll-box-2 .list-pick p:after { top: -4vw; height: 3.2vw}

	.con-com-01 .txt-head p { font-size: 2.1em;}
	.con-com-01 .txt-head h4 { font-size: 1.2em;}

	.con-com-02 .txt-head p { font-size: 2.1em;}
	.con-com-02 .txt-head h4 { font-size: 1.2em;}
	
	.con-com-03 .txt-head p { font-size: 2.1em;}
	.con-com-03 .txt-head h4 { font-size: 1.2em;}

	.con-com-04 .txt-head p { font-size: 2.1em;}
	.con-com-04 .txt-head h4 { font-size: 1.2em;}

	.con-com-05 .txt-head p { font-size: 2.1em;}
	.con-com-05 .txt-head h4 { font-size: 1.2em;}

	.con-com-06 .txt-head p { font-size: 2.1em;}
	.con-com-06 .txt-head h4 { font-size: 1.2em;}

	.con-com-07 .txt-head p { font-size: 2.1em;}
	.con-com-07 .txt-head h4 { font-size: 1.2em;}

	.con-com-09 .txt-head p { font-size: 2.1em;}
	.con-com-09 .txt-head h4 { font-size: 1.2em;}
	.con-com-09 .txt-head-2 p { font-size: 2.1em;}
	.con-com-09 .txt-head-2 h4 { font-size: 1.2em;}



}

/* 패드류 기본 */
@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 { height: 60px;}
	header h1 { height: 1.8em;}

	.menu-scroll .nav_wrap { display:none;}
	.menu-scroll:after { display:none;}


	header .view-nav { scale: 0.8}


	footer { font-size: 0.8em;}
	footer .foo-menu { display:none;}
	footer .col-box:nth-child(2) { width:50%;}
	footer .col-box:nth-child(1) { width:50%;}

	
	.container { font-size: 0.85em;}

	.page-top { bottom: 20px;  }


	.scroll-box-2 .list-pick p:after { top: -2.5vw; height: 2vw}

	.scroll-box-1 .m-head h2 { font-size: 2.8em;}

	.scroll-box-2 .m-head .txt-01 { font-size: 2.6em;}

	.scroll-box-3 .m-head .txt-01 { font-size: 2.6em;}

	.scroll-box-4 .m-head .txt-01 { font-size: 2.6em;}

	.con-com-02 .dl-box-01 dl { padding: 0.7em 0;}

	.con-com-05 .area-box { position: relative;}
	.con-com-05 .list-txt { position: absolute; top:100%; width: 100vw; left:0; }
	.con-com-05 .list-txt li { color:#000;}
	.con-com-05 .con-box-02 { margin-bottom: 14em;}

	.con-com-06 .area-box { position: relative;}
	.con-com-06 .list-txt { position: absolute; top:100%; width: 100vw; left:0; }
	.con-com-06 .list-txt li { color:#000;}
	.con-com-06 .con-box-02 { margin-bottom: 14em;}

	.con-com-07 .area-box { position: relative;}
	.con-com-07 .list-txt { position: absolute; top:100%; width: 100vw; left:0; }
	.con-com-07 .list-txt li { color:#000;}
	.con-com-07 .con-box-02 { margin-bottom: 14em;}



}

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

	.container { font-size: 0.85em;}

	
	
}

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


}

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

	header { height: 60px;}
	header .view-nav { scale: 0.66;}
	header .nav-head { right: 10px; top: 45%;}

	.nav_md .nav_head_md { height: 60px;}

	header .view-nav.open i { background:#000;}
	
	.container { font-size: 0.75em;}

	footer { font-size: 0.65em;}
	footer .box-inner { padding: 5em 20px}
	footer .foo-head { flex-wrap: wrap; padding-bottom:2em;}
	footer .foo-logo {height:5em; margin-bottom:1em}
	footer .foo-logo img { height:100%;}
	footer .foo-menu { width:100%; margin-top:1.5em;}
	footer .foo-menu a { text-align: left; font-size: 1.2em;}
	footer .col-box-in { flex-wrap: wrap; }
	footer .col-box-in .col-box { width:100%;}
	footer .col-info {text-align: left; margin-top:2em;}
	footer .col-info ul { justify-content: start;}
	footer .foo-copy  { text-align: left; font-size: 1.2em;}
	.page-top { right: 15px; width: 4.4em; height: 4.4em}

	.quick-menu .txt-box { display:none;}
	.quick-menu li:nth-child(1) { background:transparent; order: 2;}
	.quick-menu li:nth-child(2) { background:transparent; order: 1;}
	.quick-menu { width: 3em; bottom: 15px;}
	.quick-menu ul { flex-direction: column;}
	.quick-menu a {padding:0.3em 0;}
	.quick-menu i { height:2em; }

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

	/* 
	.snb-bg .ls-slide-backgrounds {height: calc(100vh - 6em); } */
	.snb-bg { height:36em; margin-top:calc(var(--head-height) + 2em)  }
	.snb-bg .ls-slide-texts { top: 46%;}
	.snb-bg .ls-slide-texts p { font-size: 1.1em}
	.snb-bg .ls-slide-texts .ls-head { font-size: 2.8em; }
	.snb-bg .ls-slide-backgrounds { border-radius: 2.5em;}
	.snb-bg .ls-slide-backgrounds.snb-pos-01 img { object-position: center bottom;}
	.snb-bg .ls-slide-backgrounds.snb-pos-02 img {object-position: 45% bottom;}
	.snb-bg .ls-slide-backgrounds.snb-pos-03 img {object-position: 40% bottom;}
	.snb-bg .ls-slide-backgrounds.snb-pos-04 img {object-position: center bottom;}
	.snb-bg .ls-slide-backgrounds.snb-pos-05 img {object-position: 60% bottom;}

	
	:root { 
		--head-height: 60px;
	}

	.scroll-box-1 { margin-bottom: 3em; transform: translateY(calc(var(--head-height) - 8em)); padding-top:10em;}
	.scroll-box-1 .head-box { flex-wrap: wrap;}
	.scroll-box-1 .ls-btn { margin-top: 0.5em; margin-right:auto;}
	.scroll-box-1 .ls-btn a { padding-left:0; text-align: left;}
	.scroll-box-1 .ls-btn i { left:4.2em;}
	.scroll-box-1 .ls-slide-texts { padding: 25px; }
	.scroll-box-1 .ls-slide-texts .slide-txt-01 { margin-bottom: auto;}
	.scroll-box-1 .ls-slide-backgrounds .ls-img-box { border-radius: 2.5em;}
	.scroll-box-1 .scroll-box-btn { bottom:30px; left: 25px;}
	.scroll-box-1 .scroll-btn a:hover:before, .scroll-box-1 .scroll-btn a.active::before { width: 20px; height:20px;}
	.scroll-box-1 .scroll-btn a:after { width: 6px; height:6px;}

	.scroll-box-2 { padding-top: 60px; padding-bottom: 60px;}
	.scroll-box-2 .head-box { margin-bottom:3em; padding-top:3em;}
	.scroll-box-2 .head-box span { display:block;}
	.scroll-box-2 .head-box .txt-02 { margin-top:1.5em;}
	.scroll-box-2 .ls-btn { margin-top: 0.5em; margin-right:auto;}
	.scroll-box-2 .ls-btn a { padding-left:0; text-align: left;}
	.scroll-box-2 .ls-btn i { left:4.2em;}
	.scroll-box-2 .inner-box { flex-wrap: wrap;}
	.scroll-box-2 .list-box { height:20em; padding-top:0; width:100%; order:1;}
	.scroll-box-2 .list-box .ls-list { border-radius: 2.5em;}
	.scroll-box-2 .list-pick { position: relative; margin-top:20px; width:100%; order:2; height:18em; }
	.scroll-box-2 .list-pick .ls-pick { 
		flex:1; 
		position: absolute; 
		top:0; 
		width:100%; 
		height:100%!important; 
		background:linear-gradient(90deg,rgba(2, 228, 251, 1) 0%, rgba(0, 94, 230, 1) 100%);
		transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		opacity: 0;
		transform: scale(0.95);
	}
	.scroll-box-2 .list-pick .ls-pick.pick-active {
		opacity: 1;
		transform: scale(1);
	}
	.scroll-box-2 .list-pick .ls-pick p { 
		display:block; 
		width:100%; 
		height: 7em;  
		margin-bottom:unset; 
		margin-top:unset; 
		padding-top: 2em;
		opacity: 0;
		transform: translateY(20px);
		transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.scroll-box-2 .list-pick .ls-pick.pick-active p {
		opacity: 1;
		transform: translateY(0);
	}
	.scroll-box-2 .list-pick a { flex-wrap: wrap; flex-direction: unset;}
	.scroll-box-2 .list-pick h3 {  
		height: 5em; 
		width:100%; 
		margin-bottom:unset; 
		color:#fff;
		opacity: 0.7;
		transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.scroll-box-2 .list-pick .ls-pick:hover h3, .scroll-box-2 .list-pick .ls-pick.pick-active h3 { 
		height:5em; 
		padding-top:0;
		opacity: 1;
	}
	.scroll-box-2 .list-pick p:after { top:-0.7em; height: 30px;}
	.scroll-box-2 .slide-left {z-index:3; width: 2.6em; height:2.6em; position: absolute; left:20px; top:20px;}
	.scroll-box-2 .slide-right {z-index:3; width: 2.6em; height:2.6em; position: absolute; right:20px; top:20px; }
	.scroll-box-2 .arrowBtn button { border-radius: 3em; border:1px solid #fff; background:transparent}
	.scroll-box-2 .arrowBtn button:after { filter:brightness(0) grayscale(1) invert(1); left:50%; top: 50%; width: 46%;  height: 46%;  content: '';  background-position: center center;  position: absolute; background-size: contain;   background-repeat: no-repeat;}
	.scroll-box-2 .arrowBtn {position: relative; z-index:4;  height: 100%; background: transparent;} 
	.scroll-box-2 .arrowBtn button { background:transparent; text-indent: -9999px;  width: 100%; height: 100%; line-height:100%; margin:0 0.2em;  position: relative;    z-index: 4;}
	.scroll-box-2 .slide-left button:after { transform: translate(-50%, -50%) rotate(-90deg);}
	.scroll-box-2 .slide-right button:after { transform: translate(-50%, -50%) rotate(90deg);}
	
	.scroll-box-3 { }
	.scroll-box-3 .head-box { margin-bottom:3em; padding-top:3em;}
	.scroll-box-3 .head-box span { display:block;}
	.scroll-box-3 .head-box .txt-02 { margin-top:1.5em;}
	.scroll-box-3 .ls-btn { margin-top: 0.5em; margin-right:auto;}
	.scroll-box-3 .ls-btn a { padding-left:0; text-align: left;}
	.scroll-box-3 .ls-btn i { left:4.2em;}
	.scroll-box-3 .slide-btn-box { position: relative; display:flex; justify-content: end;padding-top: 3em; opacity: 0.3; }
	.scroll-box-3 .slide-left {z-index:3; width: 2.6em; height:2.6em; position: relative; margin-right: 1em;}
	.scroll-box-3 .slide-right {z-index:3; width: 2.6em; height:2.6em; position: relative;}
	.scroll-box-3 .arrowBtn button { border-radius: 3em; border:1px solid #000; background:transparent}
	.scroll-box-3 .arrowBtn button:after { filter:brightness(0) grayscale(1); left:50%; top: 50%; width: 46%;  height: 46%;  content: '';  background-position: center center;  position: absolute; background-size: contain;   background-repeat: no-repeat;}
	.scroll-box-3 .arrowBtn {position: relative; z-index:4;  height: 100%; background: transparent;} 
	.scroll-box-3 .arrowBtn button { background:transparent; text-indent: -9999px;  width: 100%; height: 100%; line-height:100%; margin:0 0.2em;  position: relative;    z-index: 4;}
	.scroll-box-3 .slide-left button:after { transform: translate(-50%, -50%) rotate(-90deg);}
	.scroll-box-3 .slide-right button:after { transform: translate(-50%, -50%) rotate(90deg);}
	.scroll-box-3 .ls-list { flex-shrink: 0; width:calc(100% - 1.7em);}
	.scroll-box-3 .ls-list a { padding:3em 2em 4em 2em;}
	.scroll-box-3 .ls-list a:hover .txt-ss { display:block;}
	.scroll-box-3 .ls-list .txt-tt { font-size: 2.4em;}
	.scroll-box-3 .ls-list .txt-ss { position: relative; margin-top: -3em;}
	.scroll-box-3 .ls-list .ls-img-01 img { max-width:  380px; text-align: center;}
	.scroll-box-3 .list-box { flex-direction: row;}

	/* scroll-box-3 모바일 슬라이드 스타일 */
	.scroll-box-3 .list-box { 
		overflow: hidden; 
		position: relative;
	}
	.scroll-box-3 .ls-list { 
		width: calc(100% - 1.7em);
		margin-right: 1.7em;
	}
	
	/* Slick 슬라이더 스타일 */
	.scroll-box-3-slider .slick-prev,
	.scroll-box-3-slider .slick-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		width: 3em;
		height: 3em;
		background: rgba(255,255,255,0.8);
		border: none;
		border-radius: 50%;
		cursor: pointer;
		transition: all 0.3s ease;
	}
	.scroll-box-3-slider .slick-prev:hover,
	.scroll-box-3-slider .slick-next:hover {
		background: rgba(255,255,255,1);
		transform: translateY(-50%) scale(1.1);
	}
	.scroll-box-3-slider .slick-prev {
		left: -1.5em;
	}
	.scroll-box-3-slider .slick-next {
		right: -1.5em;
	}
	.scroll-box-3-slider .slick-prev:before,
	.scroll-box-3-slider .slick-next:before {
		font-family: 'slick';
		font-size: 1.5em;
		color: #333;
	}
	.scroll-box-3-slider .slick-prev:before {
		content: '‹';
	}
	.scroll-box-3-slider .slick-next:before {
		content: '›';
	}
	
	/* 뉴스 슬라이더 스타일 */
	.notice-slider .slick-prev,
	.notice-slider .slick-next,
	.news-slider .slick-prev,
	.news-slider .slick-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		width: 3em;
		height: 3em;
		background: rgba(255,255,255,0.8);
		border: none;
		border-radius: 50%;
		cursor: pointer;
		transition: all 0.3s ease;
	}
	.notice-slider .slick-prev:hover,
	.notice-slider .slick-next:hover,
	.news-slider .slick-prev:hover,
	.news-slider .slick-next:hover {
		background: rgba(255,255,255,1);
		transform: translateY(-50%) scale(1.1);
	}
	.notice-slider .slick-prev,
	.news-slider .slick-prev {
		left: -1.5em;
	}
	.notice-slider .slick-next,
	.news-slider .slick-next {
		right: -1.5em;
	}
	.notice-slider .slick-prev:before,
	.notice-slider .slick-next:before,
	.news-slider .slick-prev:before,
	.news-slider .slick-next:before {
		font-family: 'slick';
		font-size: 1.5em;
		color: #333;
	}
	.notice-slider .slick-prev:before,
	.news-slider .slick-prev:before {
		content: '‹';
	}
	.notice-slider .slick-next:before,
	.news-slider .slick-next:before {
		content: '›';
	}

	.scroll-box-4 { padding-top: 60px; padding-bottom: 60px;}
	.scroll-box-4 .head-box { margin-bottom:3em; align-items: center; padding-top:0;}
	.scroll-box-4 .head-box .txt-02 { display:block; margin-top:1.5em;}
	.scroll-box-4 .scroll-tab { margin-top:3em;}
	.scroll-box-4 .scroll-tab a { font-size: 1.1em;}
	.scroll-box-4 .ls-btn {position: relative; margin-right:auto; padding-top: 2em}
	.scroll-box-4 .ls-btn a { padding-left:0; text-align: left;}
	.scroll-box-4 .ls-btn i { left:4.2em;}
	.scroll-box-4 .slide-btn-box { position: relative; display:flex; justify-content: end;padding-top: 2em; opacity: 0.3; }
	.scroll-box-4 .slide-left {z-index:3; width: 2.6em; height:2.6em; position: relative; margin-right: 1em;}
	.scroll-box-4 .slide-right {z-index:3; width: 2.6em; height:2.6em; position: relative;}
	.scroll-box-4 .arrowBtn button { border-radius: 3em; border:1px solid #000; background:transparent}
	.scroll-box-4 .arrowBtn button:after { filter:brightness(0) grayscale(1); left:50%; top: 50%; width: 46%;  height: 46%;  content: '';  background-position: center center;  position: absolute; background-size: contain;   background-repeat: no-repeat;}
	.scroll-box-4 .arrowBtn {position: relative; z-index:4;  height: 100%; background: transparent;} 
	.scroll-box-4 .arrowBtn button { background:transparent; text-indent: -9999px;  width: 100%; height: 100%; line-height:100%; margin:0 0.2em;  position: relative;    z-index: 4;}
	.scroll-box-4 .slide-left button:after { transform: translate(-50%, -50%) rotate(-90deg);}
	.scroll-box-4 .slide-right button:after { transform: translate(-50%, -50%) rotate(90deg);}
	.scroll-box-4 .ls-list { flex-shrink: 0; width:calc(100% - 1.7em); height:25em; min-height: auto;}
	.scroll-box-4 .ls-list a:hover .txt-ss { display:block;}
	.scroll-box-4 .ls-list .txt-tt { font-size: 1.4em;}
	.scroll-box-4 .ls-list .txt-day p { display:inline-block}
	.scroll-box-4 .ls-list .txt-box { padding: 20px; display:block !important; position: relative; z-index: 2;}
	.scroll-box-4 .ls-list .img-box { padding-top: 50%; position: relative;}
	.scroll-box-4 .ls-list .img-box .ls-img-01 img { object-fit: cover; object-position: center center; height:100%;}
	.scroll-box-4 .ls-list .list-area { display: flex; flex-direction: column; height: auto;}
	.scroll-box-4 .ls-list a { display: block; height: auto;}
	.scroll-box-4 .list-box { flex-direction: row;}
	
	@media (hover:hover) {
		.btn-point { display:none;}}


	.con-head h3 { font-size: 2.8em;}

	.con-com-01 { padding-top: 7em;}
	.con-com-01 .con-head { padding-bottom:5em;}
	.con-com-01 .ls-img-01 { height: 16em; border-radius: 2em; margin-top:4em;}
	.con-com-01 .ls-img-01 img { height:140%; object-position: 70% center;}
	.con-com-01 .area-box { padding-top: 2em; flex-wrap: wrap;}
	.con-com-01 .area-box .txt-head { text-align: left; padding-bottom:1.5em; width:100%; padding-right:0;}
	.con-com-01 .area-box .txt-box { width:100%; padding-left:0; margin-top:4em;}
	.con-com-01 .area-box .img-box { width:100%;}
	.con-com-01 .area-box .ls-sign { padding-top: 3em;}
	.con-com-01 .area-box .ls-sign img { width: 50px;}
	.con-com-01 .ls-img-02 { position: relative; padding-top: 97%; width:100%;}
	.con-com-01 .ls-img-02 img { position: absolute; top:0;left:0; object-fit: cover; }
	.con-com-01 .list-box-1 .ls-img-03 { border-radius: 2em;}
	.con-com-01 .list-box-1 { flex-wrap: wrap;}
	.con-com-01 .list-box-1 .ls-list { width:100%;}
	.con-com-01 .list-box-1 .ls-list ~ .ls-list { margin-top: 15px;}
	.con-com-01 .list-box-1 strong { font-size: 1.45em;}
	.con-com-01 .con-box-01 { margin-bottom:7em;}
	.con-com-01 .list-box-2 { flex-wrap: wrap;}
	.con-com-01 .list-box-2 .ls-list { width: 47%; }
	.con-com-01 .com-box-02 { background:none!important;}
	.con-com-01 .com-box-02 .ls-txt-01 { font-size: 1.4em;}
	

	.con-com-02 { padding-top: 7em; padding-bottom:3em;}
	.con-com-02 .area-box { flex-wrap: wrap;}
	.con-com-02 .area-box .year-box { width:100%; font-size: 4.4em; padding-bottom:0.7em; padding-top:0;}
	.con-com-02 .area-box .img-box { width:100%; padding:0;}
	.con-com-02 .area-box .txt-box { width:100%; padding-left:0; padding-top: 2em;}
	.con-com-02 .area-box .img-box .ls-img-01 { padding-top:60%; border-radius: 2em;}
	.con-com-02 .area-box .img-box .ls-img-01 img { height: 110%; object-position: right center;}
	.con-com-02 .con-box-02>div:nth-child(even) .txt-box{order:3;padding-right:0;}
	.con-com-02 .con-box-02>div:nth-child(even) .img-box{order:2;}
	.con-com-02 .con-box-02>div:nth-child(even) .year-box{order:1; text-align: left;}
	.con-com-02 .con-box-01 { margin-bottom:6em;}
	.con-com-02 .con-box-02 { margin-bottom:2em;}
	.con-com-02 .area-box ~ .area-box { margin-top:6em}
	.con-com-02 .area-box .img-box .ls-img-02 { padding-top:60%; border-radius: 2em;}
	.con-com-02 .area-box .img-box .ls-img-02 img { height: 100%; object-position: center center;}
	.con-com-02 .area-box-2 { flex-wrap: wrap;}
	.con-com-02 .area-box-2 .txt-box-1 { width:100%;}
	.con-com-02 .list-box { margin-right: -0.8em}
	.con-com-02 .ls-list { width:calc(33.333% - 0.8em); margin-right: 0.8em}
	.con-com-02 .ls-list p { font-size: 8px;}
	.con-com-02 .ls-list .list-check { font-size: 7px}
	.con-com-02 .ls-list .ls-img-03 { height: 7em;}

	.con-com-03 { padding-top: 7em; }
	.con-com-03 .area-box { flex-wrap: wrap;}
	.con-com-03 .area-box .txt-box { width:100%;}
	.con-com-03 .area-box .ls-img-01 { height: 22em; border-radius: 2em;}
	.con-com-03 .dl-box-01 { padding-top:2em;}
	.con-com-03 .dl-box-01 dl { padding: 0.8em 0;}
	.con-com-03 .dl-box-01 dt { width: 8em; min-width:8em}
	.con-com-03 .area-box ~ .area-box { margin-top: 7em;}

	.con-com-04 { padding-top: 7em; }
	.con-com-04 .area-box { flex-wrap: wrap;}
	.con-com-04 .area-box .txt-box { width:100%; padding-top:0;}
	.con-com-04 .area-box .txt-head { width:100%;}
	.con-com-04 .area-box .ls-img-01 { height: 22em; border-radius: 2em;}
	.con-com-04 .area-box ~ .area-box { margin-top: 5em;}
	.con-com-04 .ls-img-01 { padding:2em 3em; max-width: 360px; margin:0 auto;}
	.con-com-04 .con-box-01 .txt-head { width:100%; color:#000; position: absolute; margin:-15em auto; left:0; }
	.con-com-04 .com-box-01 { position: relative; margin-top: 10em; overflow: unset; padding:3.5em 20px 6em 20px}
	.con-com-04 .ls-txt-01 { font-size: 1.9em; line-height: 1.6em;}
	.con-com-04 .list-box-1 p { padding: 0.5em 1%; font-size: 1.1em;}
	.con-com-04 .ls-img-02 { padding-top: 70%;}
	.con-com-04 .list-box-2 .ls-list { width:100%; margin-bottom: 20px;}
	.con-com-04 .list-box-2 .ls-txt { font-size: 1.1em; padding: 2em;}
	.con-com-04 .list-box-2 img { max-width: 400px; text-align: center; display:inline-block}
	.con-com-04 .list-box-2 .ls-img-03 { text-align: center;}
	.con-com-04 .list-box-3 .ls-img-05 { width:calc(33.333% - 1.5em); margin-bottom:1.5em;}
	.con-com-04 .com-box-02 { padding-bottom:5em;}
	.con-com-04 .con-box-03 { padding-top:5em;}
	.con-com-04 .area-box-2 { flex-wrap: wrap; flex-direction: column;}
	.con-com-04 .con-box-04 .txt-box { max-width: 300px; padding-top:8em; margin:0 auto; padding-left:20px; padding-right:20px; width:100%; bottom:auto; right:auto;  position: relative;}
	.con-com-04 .con-box-04 { padding-left:0;}
	.con-com-04 .com-box-04 { padding: 4em 30px;}
	.con-com-04 .con-box-04 .list-box-4 .ls-img-05 { margin-bottom:0;}
	.con-com-04 .com-box-04 { margin-top:6em;}

	.con-com-05 { padding-top: 7em; padding-bottom:8em; }
	.con-com-05 .con-box-01 { margin-bottom:5em;}
	.con-com-05 .area-box { flex-wrap: wrap; padding: 30px;}
	.con-com-05 .dl-box-01 dt { width: 8.2em; min-width: 8.2em;}
	.con-com-05 .dl-box-01 dt:after { width: 2em; height:2em;}
	.con-com-05 .dl-box-01 dd { font-size: 0.95em; padding: 0.5em 0 0.5em 1.5em}
	.con-com-05 .area-box .txt-box { width:100%; padding-top: 2em;}
	.con-com-05 .area-box .img-box { width:100%;}
	.con-com-05 .ls-img-01 { border-radius: 2em;}
	.con-com-05 .list-box-1 { flex-wrap: wrap; margin-right:0;}
	.con-com-05 .list-box-1 .ls-list { width:100%;  margin-right:0; border-radius: 2em; margin-bottom:20px;}
	.con-com-05 .list-box-1 .ls-txt { padding-top: 56%}
	.con-com-05 .list-box-1 .ls-txt strong { font-size: 1.6em;}
	.con-com-05 .area-box-2 { flex-wrap: wrap;}
	.con-com-05 .area-box-2 .txt-head { width:100%; }
	.con-com-05 .area-box-2 .txt-box { width:100%;}
	.con-com-05 .list-box-2 .ls-list { width:100%; padding: 25px;}
	.con-com-05 .list-box-2 .ls-icon { scale:0.6; right: -20px; bottom:-20px }
	.con-com-05 .con-box-04 { padding-top:4em;}
	.con-com-05 .area-box-2 ~ .area-box-2 { margin-top: 4em;}
	.con-com-05 .list-box-3 { flex-wrap: wrap; margin-right:0; margin-bottom:0;}
	.con-com-05 .list-box-3 .ls-img-05 { width:100%; margin-right:0;}

	.con-com-06 { padding-top: 7em; padding-bottom:6em; }
	.con-com-06 .con-box-01 { margin-bottom:5em;}
	.con-com-06 .area-box { flex-wrap: wrap; padding: 30px;}
	.con-com-06 .dl-box-01 dt { width: 8.2em; min-width: 8.2em;}
	.con-com-06 .dl-box-01 dt:after { width: 2em; height:2em;}
	.con-com-06 .dl-box-01 dd { font-size: 0.95em; padding: 0.5em 0 0.5em 1.5em}
	.con-com-06 .area-box .txt-box { width:100%; padding-top: 2em;}
	.con-com-06 .area-box .img-box { width:100%;}
	.con-com-06 .ls-img-01 { border-radius: 2em;}
	.con-com-06 .list-box-1 { flex-wrap: wrap; margin-right:0; padding-top:1.5em;}
	.con-com-06 .list-box-1 .ls-list { width:100%;  margin-right:0; border-radius: 2em; margin-bottom:30px;}
	.con-com-06 .list-box-1 .ls-txt strong { font-size: 1.6em;}
	.con-com-06 .list-box-1 .ls-txt { padding: 20px;}
	.con-com-06 .list-box-1 .img-box .ls-img-01 img { object-position:center bottom;}
	.con-com-06 .list-box-1 .img-box { padding-top:52%;}
	.con-com-06 .area-box-2 { flex-wrap: wrap;}
	.con-com-06 .area-box-2 .txt-head { width:100%; }
	.con-com-06 .area-box-2 .txt-box { width:100%;}
	.con-com-06 .list-box-2 .ls-list { width:100%; padding: 25px;}
	.con-com-06 .list-box-2 .ls-icon { scale:0.6; right: -20px; bottom:-20px }
	.con-com-06 .con-box-04 { padding-top:4em;}
	.con-com-06 .con-box-05 { padding-top:6em; padding-bottom:6em;}
	.con-com-06 .list-box-3 { flex-wrap: wrap; margin-right:0; margin-bottom:0; margin-top:2em;}
	.con-com-06 .con-box-03 .txt-head { text-align: left;}
	.con-com-06 .list-box-3 .ls-list { width:100%; display:flex; align-items: center; border-radius: 2em; margin-bottom:30px; margin-right:0;}
	.con-com-06 .list-box-3 .ls-list strong { display:inline-block; font-size: 1em; padding-left: 2em; padding-right:2em; margin:0 auto 1.5em auto;}
	.con-com-06 .list-box-3 .ls-list span { display:block;}
	.con-com-06 .list-box-3 .ls-img-03 { width:50%;}
	.con-com-06 .list-box-3 .ls-img-03 img { max-width:120px;}
	.con-com-06 .list-box-4 { flex-wrap: wrap; padding: 10px 0 2em 0;} 
	.con-com-06 .list-box-4 .ls-list { padding: 3em 0 1em 0; width: 50%;}
	.con-com-06 .list-box-4 .ls-list:after { width: 2.4em; height:2.4em; right: -1.2em; }
	.con-com-06 .list-box-4 .ls-list:nth-child(2):after { left: calc(-2.4em - 3px); top:calc(100% - 3em); rotate: 125deg;}
	.con-com-06 .list-box-4 .ls-img-03 { padding:1em 10px;}
	.con-com-06 .com-box-05 {padding-top:6em;}

	.con-com-07 { padding-top: 7em; padding-bottom:6em; }
	.con-com-07 .con-box-01 { margin-bottom:5em;}
	.con-com-07 .area-box { flex-wrap: wrap; padding: 30px;}
	.con-com-07 .area-box .txt-box { width:100%; padding-top: 2em;}
	.con-com-07 .area-box .img-box { width:100%;}
	.con-com-07 .dl-box-01 dt { width: 8.2em; min-width: 8.2em;}
	.con-com-07 .dl-box-01 dt:after { width: 2em; height:2em;}
	.con-com-07 .dl-box-01 dd { font-size: 0.95em; padding: 0.5em 0 0.5em 1.5em}
	.con-com-07 .dl-box-01 dd { padding-top:1em; padding-bottom:1em;}
	.con-com-07 .list-box-1 { margin-right:-1em; flex-wrap: wrap; margin-top:0; padding-top:5em;}
	.con-com-07 .list-box-1 .ls-list { width:calc(50% - 1em); margin-right:1em; border-radius: 2em; }
	.con-com-07 .list-box-1 .ls-list:after { color:#fff; font-weight:600; line-height:2.6em; text-align: center; font-size: 1.1em; width: 4em; height:4em;  left:-0.5em; top:0; background:linear-gradient(90deg,rgba(2, 228, 251, 1) 0%, rgba(0, 94, 230, 1) 100%)}
	.con-com-07 .list-box-1 .ls-list:nth-child(1):after { content:'1'} 
	.con-com-07 .list-box-1 .ls-list:nth-child(2):after { content:'2'} 
	.con-com-07 .list-box-1 .ls-list:nth-child(3):after { content:'3'} 
	.con-com-07 .list-box-1 .ls-list:nth-child(4):after { content:'4'; display:block;} 
	.con-com-07 .list-box-1 .img-box { overflow: unset;}
	.con-com-07 .list-box-1 .img-box .ls-img-01 {border-top-left-radius:2em;border-top-right-radius:2em}
	.con-com-07 .area-box-2 { flex-wrap: wrap;}
	.con-com-07 .area-box-2 .txt-head { width:100%;}
	.con-com-07 .area-box-2 .txt-box { width:100%;}
	.con-com-07 .list-box-2 .ls-icon { top: 40px; left:20px; width:4.6em; height:4.6em}
	.con-com-07 .list-box-2 .ls-list {  padding: 7.5em 20px 20px 20px;}
	.con-com-07 .list-box-3 { margin-top:2em;}
	.con-com-07 .list-box-4 { flex-wrap: wrap; margin-right:0;}
	.con-com-07 .list-box-4 .ls-img-05 { width:100%; margin-right:0;}

	.con-com-09 { padding-top: 6em; padding-bottom:6em; }
	.con-com-09 .com-box-01 { padding-top:6em;}
	.con-com-09 .ls-img-01 img { width:100%; max-width: 400px;}
	.con-com-09 .com-box-02 { padding-top:5em; padding-bottom:0;}
	.con-com-09 .inner-box .area-box { padding-top: 135%; border-radius: 2em; margin-bottom:0; margin-top:2em;}
	.con-com-09 .inner-box .area-box:nth-child(1) { background-position: center top; background-size: 90% auto; }
	.con-com-09 .inner-box .area-box:nth-child(2) { background-position: -30% 10%; background-size: 110% auto; }
	.con-com-09 .inner-box .area-box:nth-child(3) { background-position: right top; background-size: 95% auto; }
	.con-com-09 .inner-box .area-box:nth-child(even) .txt-box { left:unset;}
	.con-com-09 .inner-box { margin-top:4em;}
	.con-com-09 .area-box .txt-box { width:100%; top: 75%; }
	.con-com-09 .txt-box strong { margin-top: 1em; margin-bottom: 0.8em;}
	.con-com-09 .con-box-04 { margin-top:7em;}
	.con-com-09 .list-box-1 { flex-wrap: wrap;}
	.con-com-09 .list-box-1 .ls-list { width:100%; border-radius: 2em;}
	.con-com-09 .list-box-1 .ls-txt strong { font-size: 1.5em;}
	.con-com-09 .dl-box-01 dl { width:100%; margin-bottom: 1.2em}
	.con-com-09 .dl-box-01 input::placeholder { color:#fff; opacity:1; text-align: center;}
	.con-com-09 .dl-box-01 input[type=text], .con-com-13 .dl-box-01 select { padding: 1em 0;}
	.con-com-09 .dl-box-01 dt { display:none;}
	.con-com-09 .ls-btn a { padding-top:1.2em; padding-bottom:1.2em;}
	.con-com-09 .dl-box-01 { margin-bottom:0; margin-top:3em;}
	.con-com-09 .con-box-05 { padding: 50px 35px 60px 35px;}
	.con-com-09 .ls-btn { margin-top:1em;}
	.con-com-09 .com-box-03 { padding-bottom:3em;}



}
	

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



}


@media all and (max-width : 540px){
	
	.d-sm-none { display:none;}
	.d-sm-view { display:block;}


	.con-com-04 .dl-box-01 dl { width: 100%; text-align: center; padding: 15px;}

	.con-com-12 .list-box { width:100%;}
	.con-com-12 .list-area { flex-wrap: wrap; text-align: center;}
	.con-com-12 .ls-list { padding: 1em;}
	

}


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

	.scroll-box-2 .ls-slide-backgrounds .ls-bg-01 img {left: -13%;}

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






/* 중간 레이아웃 */
/**********************************************************************************************************************/
/* 여기부터 반응형 메인 박스 스타일 적용 */
/**********************************************************************************************************************/
#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;}

/* 체크박스 스타일 */
.check-in {
    margin: 2em 0;
    padding: 1em 1.5em;
    background: #393a3a;
    border-radius: 0.5em;
}

.in-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
}

.in-check label {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    flex: 1;
    min-width: 200px;
}

.in-check input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    accent-color: #fff;
    cursor: pointer;
}

.in-check span {
    font-weight: 500;
    line-height: 1.4;
}

.in-check a {
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0.5em 1em;
    border: 1px solid #fff;
    border-radius: 0.3em;
    transition: all 0.3s ease;
}

.in-check a:hover {
    background: #fff;
    color: #000;
}

.in-check a i {
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-check a i svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* 모바일 반응형 */
@media all and (max-width: 768px) {
    .check-in {
        margin: 1.5em 0;
        padding: 1em;
    }
    
    .in-check {
        flex-direction: column;
        align-items: flex-start;
        gap: 1em;
    }
    
    .in-check label {
        min-width: auto;
        width: 100%;
    }
    
    .in-check a {
        align-self: flex-start;
    }
}

/* 메인 슬라이드 스타일 */
.ls-img-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ls-img-box .img-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.ls-img-box .img-base.active {
    opacity: 1;
    visibility: visible;
}

.ls-img-box .img-base img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 슬라이드 버튼 스타일 */
.scroll-btn a {
   
}

.scroll-btn a:hover,
.scroll-btn a.active {
    border-color: #fff;
    color: #fff;
}

.scroll-btn .ls-num {
    font-size: 1.2em;
    font-weight: 600;
}
