@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');   /*notosansKR*/
@font-face {font-family: 'GmarketSansBold';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');font-weight: normal;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: "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; word-break: keep-all; letter-spacing: -0.03em;}
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:#e60012;}
input, select, textarea {font-family:  'noto sans KR', sans-serif;}

:root { 
	--head-height: 110px;
	--bg-white:#fff;
	--bg-black:#000;
	--full-width: 1720px;
	--full-width-pd: 1760px;
	--sub-width : 1430px;
	--sub-width-pd : 1470px;
	--sub-width-pd-2 : 1240px;
	--sub-width-pd-3 : 1320px;
	--color-blue-1: #0008ff;
	--color-blue-2: #1c4797;
	--color-blue-3: #205bff;
	--color-blue-4: #00ffff;
	--color-blue-5: #00acd5;
	--color-blue-6: #6aa6ff;
	--color-blue-7: #003ba3;
	--color-orange-1: #eb6100;
	--bg-gray-1 : #777777;
	--bg-gray-2 : #b6b6b6;
	--bg-gray-3 : #dedede;
	--bd-radius-3e : 3em;
	--bd-radius-2e : 2em;
}

/* header 메뉴 */
header {z-index: 15; width: 100%; margin: 0 auto; flex-wrap: wrap;display:flex;justify-content: center;align-items: center;position:fixed; height: var(--head-height); background-color:#fff;}
header h1 {z-index: 12; height: 2.45em; flex-basis: content;text-align: left; display:block;}
header h1 img { max-height: 100%; display:inline-block; height:100%; vertical-align: top; }
header h1 .menu-black { display:none;}
header h1 a { display: block; height:100%;}
header .box_inner {z-index:4; position: relative;display:flex; max-width: var(--full-width-pd); padding: 0px 20px 0 20px; width: 100%; height: 100%;justify-content: space-between; align-items: center;}
header:not(.menu-scroll) .nav_wrap { display: none;}
/* header:hover { background:#202020} */

/*웹용 메뉴*/
.nav_web { padding-left: 50px;  max-width:1200px; flex:1 1 1200px; margin-left: auto; position: relative;  font-size: 1.125em;}  
.nav_web a {  width:100%; height: 100%;font-weight:500; }
.nav_web a:hover { color:var(--color-blue-2)}
.nav_web a.active { color:var(--color-blue-2); font-weight:600;}
.nav_web>ul {width:100%; display: flex; justify-content: space-between; align-items: center; }
.nav_web>ul>li { flex:auto; border-radius: 1em; position: relative; }
.nav_web>ul>li>a {text-wrap: nowrap;  text-align: center; font-size: 1.05em; line-height:1.05em; padding: 0.5em 0;}
.nav_web>ul>li.nav-active.blue-m:before { position: absolute; z-index:-1; width: calc(100% + 6px); height: calc(100% + 6px); left:-3px; top:-3px;  content:''; border-radius: 2em; background:#00f0ff;}
.nav_web>ul>li>a span { display:inline-block; padding: 0.4em 0.2em;}
.nav_web li li a {display:block; padding: 0.2em 5px; font-size: 0.9em;  word-break: keep-all; }
.nav_web li li { display:block;}
.nav_web ul ul { border:1px solid #e6e6e6; background: #fff; border-radius: 5px; display:none; position: absolute; margin-top: 0.2em; width:100%; letter-spacing: -0.3px; padding-top: 5px; padding-bottom:5px;}
.nav_web>ul>li:hover ul { display:block;}
.nav_web .blue-m span { color:#fff; border-radius: 2em; display:block; background:var(--color-blue-2)}
.nav_web .blue-m a { font-size: 0.9em; font-weight:400}
.nav_web .qq-m span { background:var(--color-blue-2); border-radius: 3px;  font-size: 0.8em; color:#fff; font-weight:400; padding: 0.35em 0.7em 0.55em 0.7em}
.nav_web .qq-m { flex:1; margin-left: 0.5em;}
.nav_web .kakao-m { font-size: 0.8em;}
.nav_web .kakao-m a { color:var(--color-blue-2);}
.nav_web .ls-icon { vertical-align: middle; position: relative; display:inline-block; width: 2.1em; height:2.1em;}
.nav_web .ls-icon span { font-size:0;}
.nav_web .ls-icon:after { width:100%; height:100%; left:50%; top:50%; transform: translate(-50%, -50%); content:''; position: absolute; background-size: contain; background-repeat: no-repeat; background-position: center center;}

/*모바일용메뉴*/
.nav_md { width: 100%;height: 100%;top:0;right:0;position: fixed;z-index: 19; background-color:rgba(0,0,0, 0.6)} 
.nav_md_wrap { position:absolute; right:0; width: 300px; background:#fff; height:100%; overflow-y:auto; display:flex; flex-direction: column;} 
.nav_md .nav-md-ul {position: relative; display:flex; flex-direction: column; flex-wrap: wrap; max-width:1540px; width:100%; margin:0 auto 0 auto}
.nav_md .nav-md-ul>li { text-align: left; position:relative; width: 100%; border-bottom:1px solid var(--bg-gray-3) }
.nav_md .nav-md-ul>li>a {letter-spacing: -0.04em;  padding: 10px 20px; font-size: 1em; position: relative; display:block;}
/* .nav_md .nav-md-ul>li:hover ul { display:block; } */
.nav_md .nav-md-ul ul {display: none; position: relative; width:100%;}
.nav_md .nav-md-ul ul a { font-size: 0.9em; padding: 5px 25px; display:block; }
.nav_md .nav-md-ul ul a span { display:inline-block; position: relative; padding: 0.5em 0; }
.nav_md .nav-md-ul ul a:hover span:after { content:''; position: absolute; left:0; bottom:2px; height:1px; background:#fff; width:100%;}
.nav_md .nav-md-ul ul a:hover { background:#f0f6fd}
.nav_md .nav-md-ul ul a.active { background:#f0f6fd}
.nav_md .nav-md-ul a:hover { color:#000;}
.nav_md .nav-head { right:unset; right:300px; top: 20px; }
.nav_md .view-nav.open i { background:#fff;}
.nav_md .nav-md-ul .md-icon>a:after { opacity: 0.2; -webkit-transition: rotate 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index:8;  width:1em; height:1em;  position: absolute; transform: translateY(-50%) rotate(0deg);  right:20px; top:50%;vertical-align: middle; font-size: 1em; content:''; display:inline-block; 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='30px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb(30, 50, 123)' d='M29.386,0.509 C28.805,-0.069 27.865,-0.069 27.284,0.509 L14.958,12.776 L2.631,0.509 C2.050,-0.069 1.110,-0.069 0.529,0.509 C-0.052,1.086 -0.052,2.023 0.529,2.601 L14.958,16.959 L29.386,2.601 C29.967,2.023 29.967,1.086 29.386,0.509 Z'/%3E%3C/svg%3E"); } 
.nav_md .nav-md-ul .md-icon.active>a:after {transform: translateY(-50%) rotate(-180deg); }

/* 메뉴 스크롤 시 */
.menu-scroll { }
.menu-scroll .nav_web>ul>li>a { color:#000;}
.menu-scroll .view-nav i { background:#000;}
.menu-scroll h1 img { 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: 3px; 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; }

.nav-qq-menu { display:none; margin-right: 60px;}
.nav-qq-menu ul { display:flex; align-items: center;}
.nav-qq-menu li { padding-right: 0.8em;}
.nav-qq-menu a { font-size: 0.9em; line-height:1; display:block; padding: 0.5em 0.55em;  color:#fff; border-radius: 2px; background:var(--color-blue-2); color:#fff;}

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

/*메인상단 슬라이드*/
.scroll-box-1 { position:relative; width: 100%; height:100%;  padding-bottom:calc(var(--head-height));}
.scroll-box-1-1 { height: 100%;z-index: 2;}
.scroll-box-1 .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 100%; overflow:hidden; }
.scroll-box-1 .ls-slide-backgrounds img {object-fit: cover; max-height: 100vh; height: 100vh; width: 100%; object-position: 77% center;}
.scroll-box-1 .ls-slide-backgrounds video { position: absolute; right: 0;  top: 0; min-width: 100%;  min-height: 100%; height:100%; object-fit: cover;}
.scroll-box-1 .ls-slide-texts { text-align: left; font-size: 5em; line-height: 1.2em; font-weight:600; z-index: 2;  padding: calc(var(--head-height) + 2em) 20px 0 20px; max-width: var(--sub-width-pd); width: 100%; position:relative; left:50%; height:100%; transform: translateX(-50%);}
.scroll-box-1 .ls-slide-texts .slide-txt-01 {text-align: left; height:50%;  }
.scroll-box-1 .ls-slide-texts .slide-txt-02 {text-align: right; height:50%; }

/* */
.scroll-box-2 { position:relative; width: 100%; height:100%; padding-top:calc(var(--head-height)); padding-bottom:calc(var(--head-height) + 2em); overflow: hidden; background:#fff; }
.scroll-box-2 .ls-slide-backgrounds { position:absolute; left:0; top:0; top:140px; width: 100%; height: 100%; max-width: 1920px;}
.scroll-box-2 .scroll-box-2-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-2 .box-area { height:100%; display:table-cell;  vertical-align:middle; width:100%; }
.scroll-box-2 .inner-box {  margin: 0px auto; max-width:var(--sub-width-pd-2); padding-left:20px; padding-right:20px;}
.scroll-box-2 .step-box-01 { text-align: left; display:flex; justify-content: center;}
.scroll-box-2 .step-lt { font-size: 3.8em; font-weight:600; padding-right: 4%;}
.scroll-box-2 .step-rt { font-size: 2.4em; font-weight:600; padding-left: 3%;}
.scroll-box-2 .step-list li { padding: 1em 1em 1em 0; border-bottom:1px solid #000;}
.scroll-box-2 .step-list li:nth-child(1) { padding-top:0;}
.scroll-box-2 .step-list li:last-of-type { border-bottom:0;}
.scroll-box-2 .step-txt-01 { font-size: 1.8em;}
.scroll-box-2 .step-txt-01 p { line-height: 0.8em; padding-bottom:1em;}
.scroll-box-2 .step-txt-02 { font-size: 2.6em;}
.scroll-box-2 .step-box-02 { font-weight:600; padding-top: 6em;}
.scroll-box-2 .top-dot { position: relative; }
.scroll-box-2 .top-dot:after { content:''; position: absolute; top: -0.17em; left:50%; width: 0.17em; height: 0.17em; line-height: 0.17em; background:var(--color-blue-1); border-radius: 1em; transform: translateX(-50%);}

.scroll-box-3 { position:relative; width: 100%; height: auto; overflow:hidden; padding-top: calc(var(--head-height) - 4em); padding-bottom:calc(var(--head-height) - 5em); background:#f1f2f6;}
.scroll-box-3 .ls-slide-backgrounds { position:absolute; left:0%; bottom:0; width: 100%; height: 100%;}
.scroll-box-3 .ls-slide-backgrounds img {position:absolute; left: 0; bottom: 0; width:100%; object-fit: cover;}
.scroll-box-3 .scroll-box-3-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-3 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-3 .inner-box {  margin: 0px auto; max-width: 1380px; padding: 2em 20px;}
.scroll-box-3 .box-inner { position: relative; margin:-10em auto 0 auto; max-width: 1350px; }
.scroll-box-3 .step-txt-01 { padding-bottom:1em; font-weight:500; font-size: 1.6em;}
.scroll-box-3 .step-box-02 { padding-top: 5em;}
.scroll-box-3 .ul-box-01 ul { display:flex; justify-content: space-between; flex-wrap: wrap;}
.scroll-box-3 .ul-box-01 li { display:flex; line-height: 1.2em; margin-bottom: 0.7em; justify-content: center; align-items: center; height: 3.6em; width: 32%; background:#fff; font-size: 1.15em; font-weight:600; border-radius: 2em;}
.scroll-box-3 .step-img-01 img { max-width:100%;}
.scroll-box-3 .step-img-02 img { max-width:100%;}

.scroll-box-4 { position:relative; width: 100%; height:100%; padding-top: calc(var(--head-height) - 4em); padding-bottom:calc(var(--head-height) - 5em); overflow: hidden;  }
.scroll-box-4 .scroll-box-4-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-4 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-4 .inner-box {  margin: 0px auto; max-width: var(--sub-width-pd); padding: 2em 20px;}
.scroll-box-4 .step-txt-01 { font-size: 2.6em; font-weight:600; padding: 0.5em 0;}
.scroll-box-4 .step-txt-01 .txt-unline { position: relative;}
.scroll-box-4 .step-txt-01 .txt-unline:after { position: absolute; content:''; left:0; bottom: -0.2em; width:100%; height: 0.1em; background:var(--color-blue-1)}
.scroll-box-4 .step-box-01 img { max-width:100%;}
.scroll-box-4 .step-img-02 { padding: 3.5em 0;}
.scroll-box-4 .step-txt-02 { font-size: 2.3em; font-weight:600; padding-bottom:0.8em;}

.scroll-box-5 { position:relative; width: 100%; height:100%; padding-top: calc(var(--head-height) + 4em); overflow: hidden;  }
.scroll-box-5 .scroll-box-5-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-5 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-5 .inner-box {  margin: 0px auto; max-width: var(--sub-width-pd); padding: 2em 20px;}
.scroll-box-5 .step-img-01 { margin-bottom: 15em;}
.scroll-box-5 .step-img-01 img { max-width:100%;}
.scroll-box-5 .step-img-02 img { max-width:100%;}
.scroll-box-5 .step-txt-01 strong {  display:block; font-weight:600; font-size: 3.4em;}
.scroll-box-5 .step-txt-01 .fs-up { font-size: 2.4em;}
.scroll-box-5 .step-txt-01 p { font-size:1.8em; padding: 0.5em 0;}
.scroll-box-5 .step-txt-01 { font-weight:600; padding: 4em 0 4em 0;}
.scroll-box-5 .step-txt-01 .txt-unline { position: relative; }
.scroll-box-5 .step-txt-01 .txt-unline:after { position: absolute; content:''; left:0; bottom: -0.07em; width:100%; height: 0.08em; background:var(--color-blue-1)}
.scroll-box-5 .step-box-01 { padding: 6em 0;}
.scroll-box-5 .step-box-02 { padding: 6em 0;}
.scroll-box-5 .step-box-03 { padding: 6em 0;}
.scroll-box-5 .step-box-02 .txt-unline:after { display:none;}
.scroll-box-5 .step-box-03 .txt-unline:after { display:none;}

.scroll-box-6 { position:relative; width: 100%; height:100%; padding-top: calc(var(--head-height)); padding-bottom:calc(var(--head-height) - 5em); overflow: hidden;  }
.scroll-box-6 .scroll-box-6-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-6 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-6 .inner-box {  margin: 0px auto; max-width: var(--full-width-pd); padding: 2em 20px;}
.scroll-box-6 .step-img-01 {padding-top:0.5em;}
.scroll-box-6 .step-img-01 img { max-width:100%;}
.scroll-box-6 .m-head h3 { text-align: left; font-size: 2em; font-weight:600;}

.scroll-box-7 { position:relative; width: 100%; height:100%; padding-top: calc(var(--head-height)); padding-bottom:calc(var(--head-height) ); overflow: hidden;  }
.scroll-box-7 .scroll-box-7-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-7 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-7 .inner-box {  margin: 0px auto; max-width: var(--full-width-pd); padding: 2em 20px;}
.scroll-box-7 .step-txt-01 { font-weight:600; padding: 4em 0 3em 0; font-size: 2.3em;}
.scroll-box-7 .step-txt-01 .fs-dn { font-size: 70%}
.scroll-box-7 .step-img-01 img { max-width:100%;}
.scroll-box-7 .ls-img-01 img { max-width:100%;}

.scroll-box-8 { position:relative; width: 100%; height:100vh; min-height:768px; max-height: 1000px; padding-top: calc(var(--head-height) + 3em); padding-bottom:calc(var(--head-height) + 3em); overflow: hidden; background:#f9fafc; }
.scroll-box-8 .scroll-box-8-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-8 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-8 .inner-box { display:flex;  margin: 0px auto; max-width: 1160px; padding: 2em 20px;}
.scroll-box-8 .step-lt { text-align: left; width: 32%; padding-right: 20px; }
.scroll-box-8 .step-rt { width: 68%;  position: relative;}
.scroll-box-8 .slide-box { overflow: hidden; display:flex; flex-wrap: nowrap; margin-right:-25px;}
.scroll-box-8 .slide-img { width: calc(50% - 25px); margin-right:25px; border-radius: 2em;overflow: hidden;}
.scroll-box-8 .slide-list { display:flex; flex-wrap: nowrap; flex-shrink: 0; width:100%;}
.scroll-box-8 .slide-list img { width:100%;}
.scroll-box-8 .slide-btn {position:absolute; right:0; top:-3.4em;}
.scroll-box-8 .arrowBtn { position: relative; z-index:4;  height: 100%; background: transparent;}
.scroll-box-8 .arrowBtn button {  border-radius: 5em; text-indent: -9999px;  width: 2em; height: 2em; margin:0 0.2em; border:0; background:var(--color-blue-3); position: relative;    z-index: 4;}
.scroll-box-8 .arrowBtn button:after { filter: grayscale(1) invert(1); left:52%; top: 50%; transform: translate(-50%, -50%); width: 50%;  height: 50%; content: '';  background-position: center center;  position: absolute; background-size: 100% auto;   background-repeat: no-repeat;}
.scroll-box-8 .arrowBtn .slide-right:after { left: 49%;}
.scroll-box-8 .step-txt-01 strong { font-size: 2.9em; line-height: 1.3em;}
.scroll-box-8 .step-txt-01 p { word-break: keep-all; padding-top: 1.5em; font-size: 1.3em; font-weight:500}

.scroll-box-9 { position:relative; width: 100%; height:100vh; min-height:768px; max-height: 1000px; padding-top: calc(var(--head-height) + 3em); padding-bottom:calc(var(--head-height) + 3em); overflow: hidden;}
.scroll-box-9 .scroll-box-9-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-9 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-9 .inner-box { display:flex;  margin: 0px auto; max-width: 1160px; padding: 2em 20px;}
.scroll-box-9 .step-lt { text-align: left; width: 32%; padding-right: 5%; }
.scroll-box-9 .step-rt { width: 68%;  position: relative;}
.scroll-box-9 .slide-box { overflow: hidden; display:flex; flex-wrap: nowrap;}
.scroll-box-9 .slide-img { width: calc(50% - 25px); margin-right:25px; border-radius: 2em;overflow: hidden;}
.scroll-box-9 .slide-list { display:flex; flex-wrap: nowrap; flex-shrink: 0; width:100%;}
.scroll-box-9 .slide-list img { width:100%;}
.scroll-box-9 .slide-btn {position:absolute; right:0; top:-3.4em;}
.scroll-box-9 .arrowBtn { position: relative; z-index:4;  height: 100%; background: transparent;}
.scroll-box-9 .arrowBtn button {  border-radius: 5em; text-indent: -9999px;  width: 2em; height: 2em; margin:0 0.2em; border:0; background:var(--color-blue-3); position: relative;    z-index: 4;}
.scroll-box-9 .arrowBtn button:after { filter: grayscale(1) invert(1); left:52%; top: 50%; transform: translate(-50%, -50%); width: 50%;  height: 50%; content: '';  background-position: center center;  position: absolute; background-size: 100% auto;   background-repeat: no-repeat;}
.scroll-box-9 .arrowBtn .slide-right:after { left: 49%;}
.scroll-box-9 .step-txt-01 strong { font-size: 3.4em; line-height: 1.6em;}
.scroll-box-9 .step-txt-01 p { word-break: keep-all; padding-top: 1.5em; font-size: 1.3em; font-weight:500}
.scroll-box-9 .step-txt-01 .txt-unline { position: relative; }
.scroll-box-9 .step-txt-01 .txt-unline:after { position: absolute; content:''; left:0; bottom: -0.07em; width:100%; height: 0.08em; background:var(--color-blue-3)}

.scroll-box-10 { position:relative; width: 100%; height:100%; padding-top: calc(var(--head-height)); padding-bottom:calc(var(--head-height) ); color:#fff; background:#000; overflow: hidden;  }
.scroll-box-10 .scroll-box-10-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-10 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-10 .inner-box {  margin: 0px auto; max-width: 1260px; padding: 2em 20px;}
.scroll-box-10 .step-txt-01 { text-align: left;}
.scroll-box-10 .step-txt-01 p { font-size: 1.85em;}
.scroll-box-10 .step-txt-01 strong { font-size: 3.1em}
.scroll-box-10 .step-txt-01 .txt-unline { position: relative; }
.scroll-box-10 .step-txt-01 .txt-unline:after { position: absolute; content:''; left:0; bottom: -0.07em; width:100%; height: 0.06em; background:var(--color-blue-4)}
.scroll-box-10 .step-txt-02 { font-size: 1.5em; text-align: left; padding-top: 2em;} 
.scroll-box-10 .step-txt-02 .fs-dn { font-size: 0.9em; padding-top: 0.5em} 
.scroll-box-10 .step-img-01 { padding-top:2em; }
.scroll-box-10 .step-img-01 .step-img-box { overflow-x: auto;}
.scroll-box-10 .step-img-01 img { min-width: 728px; width:100%; max-width:100%;}
.scroll-box-10 .step-img-01 .step-img-box::-webkit-scrollbar { width:10px; height: 7px; }
.scroll-box-10 .step-img-01 .step-img-box::-webkit-scrollbar-thumb {  background: var(--color-blue-1);  /* 스크롤바 색상 */ }
.scroll-box-10 .step-img-01 .step-img-box::-webkit-scrollbar-track { background:#fff; /*스크롤바 뒷 배경 색상*/}

.scroll-box-11 { position:relative; width: 100%; height:100%; padding-top: calc(var(--head-height)); padding-bottom:calc(var(--head-height) ); overflow: hidden;  }
.scroll-box-11 .scroll-box-11-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-11 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-11 .inner-box {  margin: 0px auto; max-width: 1545px; padding: 2em 20px;}
.scroll-box-11 .m-head { position: relative; text-align: center; padding-bottom: 5em; }
.scroll-box-11 .m-head h2 { display: inline-block; font-size:2.9em; line-height: 1.2em;}
.scroll-box-11 .m-head p {padding-bottom: 0.5em; font-weight: 400; font-size: 1.4em;}
.scroll-box-11 .ls-list-box { margin:0 auto; display:flex; width:100%; max-width: 1240px; justify-content: space-between;}
.scroll-box-11 .ls-list-box strong { letter-spacing: -0.02em; font-size:3.2em; display:inline-block; padding-right: 0.1em;}
.scroll-box-11 .ls-list-box p { padding-top:0.8em; font-size: 1.1em; font-weight:500;}
.scroll-box-11 .ls-list { flex:1; position: relative; }
.scroll-box-11 .ls-list:after { height: 50%; width:1px; background:rgba(0,0,0,0.3); right:0%; top:30%; content:''; position: absolute;}
.scroll-box-11 .ls-list:last-of-type:after { display:none;}
.scroll-box-11 .step-img-01 img {max-width:100%;}
.scroll-box-11 .step-img-01 { padding: 4em 0;}

.scroll-box-12 { position:relative; width: 100%; height:100%; padding-top: calc(var(--head-height)); padding-bottom:calc(var(--head-height) ); color: #fff; overflow: hidden;  }
.scroll-box-12 .ls-slide-backgrounds { position:absolute; left:0%; bottom:0; width: 100%; height: 100%;}
.scroll-box-12 .ls-slide-backgrounds img {position:absolute; left: 0; bottom: 0; width:100%; height:100%; object-fit: cover; }
.scroll-box-12 .scroll-box-12-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-12 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-12 .inner-box {  margin: 0px auto; max-width: 1250px; padding: 2em 20px;}
.scroll-box-12 .step-txt-01 { text-align: center;}
.scroll-box-12 .step-txt-01 p { font-size: 1.4em;}
.scroll-box-12 .step-txt-01 strong { font-size: 3.2em}
.scroll-box-12 .ls-btn a .ho-on { opacity: 0;z-index:2; transition: all 0.3s ease-in-out;}
.scroll-box-12 .ls-btn a .ho-none { opacity: 1; transition: all 0.3s ease-in-out;}
.scroll-box-12 .ls-btn a:hover .ho-on { opacity: 1; }
.scroll-box-12 .ls-btn .btn-img { position: relative; width: 100%; height:100%; }
.scroll-box-12 .ls-btn .btn-img img { max-width:100%; position: absolute; left:0; width:100%; height: auto;}
.scroll-box-12 .ls-btn { width:10.5em; height:10.5em; margin:3em auto;}
.scroll-box-12 .step-box { display:flex; margin-right: -20px; overflow: hidden; flex-wrap: wrap; justify-content: space-between;}
.scroll-box-12 .step-box .step-list { height: 9em; padding: 2em 2em 2em 3em; margin-bottom: 20px; display:flex; align-items: stretch; border:1px solid rgba(255, 255, 255, 0.53); background: rgba(1,6,36,0.53); border-radius: 1.5em;}
.scroll-box-12 .step-box .step-list strong { font-size: 1.8em; line-height: 1.2em;}
.scroll-box-12 .step-box .step-01 { width: calc(50% - 20px); margin-right:20px; text-align: left}
.scroll-box-12 .step-box .step-02 { width: calc(50% - 20px); margin-right:20px; text-align: left;}
.scroll-box-12 .step-box .step-03 { width: calc(100% - 20px); margin-right:20px; justify-content: center; align-items: center;}
.scroll-box-12 .step-box .step-03 strong { font-size: 2.9em; margin-right: 0.5em;}
.scroll-box-12 .step-box .step-03 p { font-size: 0.95em;}
.scroll-box-12 .step-box i { min-height: 1.85em; width: 2em; margin-top:0.4em; height:1.85em; margin-right: 2em;}
.scroll-box-12 .step-box i img { height:100%;}


/*서브상단 뒷배경*/
.snb-bg { height: calc(100vh - 5.5em); position: relative;}
.snb-bg .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 100vh; overflow:hidden; background:#000;}
.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 bottom }
.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 35%  }
.snb-bg .ls-slide-backgrounds.snb-pos-04 img {  object-position: center 73% }
.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:53%; transform: translateY(-50%); padding-left: 20px; padding-right:20px;}
.snb-bg .ls-slide-texts .ls-head { font-size: 3.756em; font-weight: 800; padding-bottom:0.4em;}
.snb-bg .ls-slide-texts p { font-weight:600;  font-size: 1.35em; }
.snb-bg .txt-eng { line-height: 1; color:#fff; position: absolute; bottom:-0.13em; right:30px; font-size: 6.1em; font-weight: 800; opacity: 0.15;}

.snb { width: 100%;  position: relative ; z-index:3; height: 5.5em; padding-left:20px; padding-right:20px;}
.snb:before { content:''; position: absolute; z-index:-1; height:1px; width:100%; left:0; top:0; background:#fff;}
.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; flex:auto; height:100%; width: 100%; }
.snb li {position: relative; height:100%; min-width: 15%;}    
.snb li a { font-size:1.1em; color:#fff; opacity: 0.66; padding-left: 2em; font-weight:600; padding-right:2em; display:block; width:100%; height:100%;position: relative; text-wrap: nowrap;}
.snb li a>span { display:flex; justify-content: center; align-items: center; padding-left:10%; padding-right:10%; height:100%; position: relative;}
.snb li a:hover span:after, .snb li a.active span:after { z-index: 9; left: 50%; transform: translateX(-50%); position: absolute;  top: -2px; width: 100%;   content: ''; height: 5px; background:#0096e0;}
.snb li a.active, .snb li a:hover { opacity: 1;}

.snb-md { z-index: 8; position: relative; height: 6em;}
.snb_list { display: ; z-index:9; left:0; top:6em; width:100%; position: absolute; background:#fff; overflow: hidden;  }
.snb-md .snb_list ul { padding: 0 0; }
.snb-md li { width: 100%; border-bottom:1px solid rgba(0,0,0,0.1);}
.snb-md li a { font-size: 1.35em; font-weight:600; line-height:1.4; text-align: left; position: relative; display: block; color:#a0a0a0; padding: 1.3em 20px; }
.snb-md li a:hover, .snb-md li a.active { font-weight:600;  color:#0096e0} 
.snb-md i { font-size:0;font-style: normal; height:100%; display:block; width: 40px; 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:1.4rem; width:1.4rem; height:1.4rem; display:inline-block; background-size: contain; background-repeat: no-repeat; background-position: center center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='44.5px' height='27.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(201, 201, 201)' stroke-width='3px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M41.507,4.499 L21.500,24.507 L1.493,4.499 '/%3E%3C/svg%3E"); }
.snb-md i.snb_view:after { transform:translateY(-50%) rotate(180deg);  }
.snb-md li:last-of-type a:after { display: none;}
.snb-md .sel-menu { border-bottom:1px solid rgba(0,0,0,0.1); z-index:10; overflow:hidden; background:#fff;  position: relative; display:flex; padding-left: 20px; justify-content: start; align-items: center; text-align: left; height: 100%; }
.snb-md .sel-menu h2 { padding-left:20px; width: 56%;}
.snb-md .sel-menu a {  width:100%; display: block; height:100%; text-align: left;}
.snb-md .sel-menu a span {color:#0096e0; font-size: 1.3em; font-weight:600; display:flex; align-items: center; height:100%; }
.snb-md .sel-menu a.active {color:#0096e0 }

/*메인 슬라이드 내용*/
.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:#00a0e9;}
.bgc-02 { background-color:#001b70;}
.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:var(--color-blue-1)}
.fc-02 { color:var(--bg-gray-1)}
.fc-03 { color:var(--bg-gray-2)}
.fc-04 { color:var(--bg-gray-3)}
.fc-05 { color:var(--color-blue-4)}
.fc-06 { color:var(--color-orange-1)}
.fc-07 { color:var(--color-blue-5)}
.fc-08 { color:var(--color-blue-6)}
.fc-09 { color:var(--color-blue-7)}
.fn-01 { font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif!important;  }
.fs-01 { font-weight: 300;}

/*푸터*/
footer { background:#1f2334; position: relative; width: 100%;  word-break: keep-all; font-size: 0.95em; }
footer .box-inner {margin:0 auto;  width: 100%; max-width: 1600px; padding: 2.4em 20px; position: relative;}
footer .footer { color:#fff; position: relative; width:100%; height: 100%; text-align: left;}
footer .col-box-in { text-align: left; width:100%; display:flex; align-items: center; }
footer .col-box strong { display:block; padding-bottom: 2em; font-size: 2.2em; font-weight:800; line-height: 1.4em;}
footer .col-box span { display:inline-block;}
footer .foo-txt {  line-height: 1.8em; opacity: 0.6;}
footer .foo-head { padding-right: 3em;}
footer .foo-logo img { height:100%; filter: brightness(0) grayscale(1) invert(1); }
footer .foo-logo { height: 3em;}
footer .foo-menu { margin-bottom: 1em;}
footer .foo-menu ul { display:flex;}
footer .foo-menu li { padding-right: 0.5em;}
footer .foo-menu a { font-weight:500; display:block; padding: 0.5em 1em 0.7em 1em; line-height: 1; background:#e0e1e2; border-radius: 3px; font-size: 12px;}


/* sns + top */
.page-top {    z-index: 4; position: fixed;    right: 20px;    bottom: 7em;    height: 3.6em;   width: 3.6em;}
.page-top a { padding-top: 2.5em;  position: relative;    color: #000;  line-height:1;  display: block;    width: 100%;    height: 100%;    background: var(--color-blue-5);    border-radius: 5em;}
.page-top a span { font-size:0;}
.page-top a:before { content: '';    position: absolute;    width: 45%;    height: 45%;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);    background-position: center center;    background-repeat: no-repeat;    background-size: contain;    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26px' height='17px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.012,12.746 L12.500,1.012 L23.987,12.746 '/%3E%3C/svg%3E");}

.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: 900;font-size: 2.4em;}
.con-head p { letter-spacing: -0.01em; font-size: 1.2em; 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-tab-01 a { border:1px solid #c9c9c9; color:rgba(0,0,0,0.66); display:block;  padding: 1em 10px 1.1em 10px; line-height:1; text-wrap: nowrap;}
.ls-tab-01 ul { display:flex; justify-content: start; align-items: center; margin-right: -0.9em; }
.ls-tab-01 li {  position: relative; margin-right: 0.9em; width: 15em;}
.ls-tab-01 li:last-of-type:after { display:none;}
.ls-tab-01 a:hover, .ls-tab-01 a.active{  color:#fff; background:#000; border-color:#000; font-weight:600; }
.ls-tab-01 span { padding: 0.5em; position: relative; display:inline-block;}

.ls-icon-01:after {/*화살표1*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='188px' height='187px'%3E%3Cpath fill-rule='evenodd' fill='rgb(230, 0, 18)' d='M187.948,0.096 L0.858,95.075 L70.440,117.409 L92.807,186.880 L187.948,0.096 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='69px' height='69px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M34.500,0.000 C15.477,0.000 -0.000,15.476 -0.000,34.499 C-0.000,53.523 15.477,69.000 34.500,69.000 C53.523,69.000 69.000,53.523 69.000,34.499 C69.000,15.476 53.523,0.000 34.500,0.000 ZM58.043,55.397 C55.479,53.548 52.680,52.015 49.721,50.822 C51.557,46.370 52.658,41.497 52.899,36.415 L65.936,36.415 C65.498,43.676 62.590,50.279 58.043,55.397 ZM3.063,36.402 C3.107,36.406 3.150,36.415 3.195,36.415 L15.144,36.415 C15.400,41.505 16.576,46.400 18.532,50.873 C15.766,51.999 13.142,53.426 10.723,55.126 C6.308,50.044 3.491,43.541 3.063,36.402 ZM11.033,13.515 C13.384,15.132 15.923,16.491 18.594,17.572 C16.440,22.448 15.221,27.830 15.105,33.415 L3.195,33.415 C3.138,33.415 3.083,33.426 3.027,33.432 C3.283,25.797 6.264,18.843 11.033,13.515 ZM33.000,17.581 C29.501,17.473 26.050,16.890 22.760,15.874 C25.290,11.286 28.771,7.326 33.000,4.334 L33.000,17.581 ZM33.000,20.581 L33.000,33.415 L18.104,33.415 C18.222,28.182 19.376,23.146 21.413,18.599 C25.126,19.794 29.037,20.467 33.000,20.581 ZM33.000,36.415 L33.000,47.841 C29.015,47.956 25.082,48.635 21.351,49.842 C19.514,45.696 18.400,41.150 18.144,36.415 L33.000,36.415 ZM33.000,50.841 L33.000,64.245 C28.727,61.224 25.217,57.218 22.681,52.572 C25.994,51.540 29.473,50.950 33.000,50.841 ZM36.000,50.864 C39.295,51.017 42.536,51.591 45.633,52.549 C43.264,57.153 39.992,61.124 36.000,64.141 L36.000,50.864 ZM36.000,47.859 L36.000,36.415 L49.899,36.415 C49.660,41.147 48.619,45.675 46.901,49.802 C43.403,48.683 39.732,48.021 36.000,47.859 ZM36.000,33.415 L36.000,20.563 C39.706,20.403 43.353,19.747 46.829,18.642 C48.743,23.178 49.827,28.198 49.937,33.415 L36.000,33.415 ZM36.000,17.558 L36.000,4.441 C39.941,7.426 43.190,11.352 45.553,15.898 C42.481,16.841 39.267,17.406 36.000,17.558 ZM39.484,3.398 C45.610,4.376 51.152,7.125 55.567,11.104 C53.340,12.627 50.931,13.896 48.398,14.900 C46.150,10.463 43.133,6.542 39.484,3.398 ZM19.905,14.866 C17.535,13.920 15.275,12.742 13.174,11.343 C17.559,7.301 23.091,4.491 29.219,3.451 C25.411,6.579 22.259,10.467 19.905,14.866 ZM19.835,53.584 C22.327,58.282 25.718,62.413 29.855,65.655 C23.304,64.682 17.409,61.682 12.819,57.318 C15.000,55.827 17.357,54.578 19.835,53.584 ZM48.476,53.554 C51.115,54.607 53.620,55.949 55.922,57.565 C51.313,61.849 45.424,64.770 38.899,65.686 C42.862,62.432 46.103,58.284 48.476,53.554 ZM52.937,33.415 C52.827,27.852 51.678,22.490 49.649,17.629 C52.515,16.481 55.232,15.016 57.731,13.251 C62.635,18.608 65.708,25.661 65.972,33.415 L52.937,33.415 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' widthz='14px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M14.008,24.995 L1.375,12.499 L14.008,0.003 L12.626,0.003 L-0.008,12.499 L12.626,24.995 L14.008,24.995 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 {/*cacao*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56px' height='51px'%3E%3Cpath fill-rule='evenodd' fill='rgb(28, 71, 151)' d='M27.997,43.889 C26.221,43.889 24.484,43.758 22.799,43.510 C19.697,45.602 12.508,50.451 12.025,50.770 C11.410,51.174 10.473,51.193 10.854,49.684 C11.160,48.468 12.696,42.783 13.281,40.616 C5.309,36.748 -0.001,29.833 -0.001,21.945 C-0.001,9.824 12.534,-0.000 27.997,-0.000 C43.460,-0.000 55.995,9.824 55.995,21.945 C55.995,34.065 43.460,43.889 27.997,43.889 ZM17.225,15.220 C15.207,15.220 8.460,15.165 8.460,15.165 C6.769,15.168 6.775,17.905 8.464,17.905 L11.346,17.905 C11.346,17.905 11.364,25.753 11.349,27.581 C11.353,28.916 14.347,28.934 14.343,27.601 L14.356,18.007 C14.356,18.007 15.321,18.014 17.223,18.015 C19.015,18.015 19.016,15.222 17.225,15.220 ZM28.097,26.909 C27.288,24.789 24.487,17.160 23.976,16.079 C23.741,15.579 22.896,15.221 22.078,15.221 C21.401,15.221 20.741,15.466 20.460,16.079 C19.751,17.628 17.190,24.939 16.340,26.879 C15.724,28.281 18.376,29.424 18.991,28.022 L19.568,26.023 L24.841,26.023 C24.841,26.023 24.659,26.105 25.360,27.938 C25.927,29.420 28.665,28.392 28.097,26.909 ZM36.045,25.751 C34.690,25.751 32.218,25.737 32.218,25.737 C32.218,25.737 32.230,18.329 32.226,16.529 C32.224,15.659 31.446,15.224 30.668,15.224 C29.886,15.224 29.105,15.662 29.107,16.537 C29.112,19.022 29.121,27.031 29.121,27.031 C29.121,27.031 28.890,28.622 30.266,28.622 C31.643,28.622 34.698,28.608 36.052,28.608 C37.406,28.608 37.399,25.751 36.045,25.751 ZM47.777,26.571 L43.743,21.302 C43.743,21.302 46.481,18.366 47.560,17.302 C48.190,16.682 46.240,14.734 45.611,15.356 C45.000,15.956 40.711,20.214 40.711,20.214 C40.711,20.214 40.749,17.540 40.709,16.062 C40.694,15.501 40.000,15.230 39.289,15.230 C38.530,15.230 37.752,15.541 37.768,16.141 C37.798,17.231 37.732,27.085 37.733,27.815 C37.734,28.968 40.692,28.965 40.692,27.813 C40.691,26.475 40.692,23.936 40.692,23.936 L41.561,23.246 L45.360,28.385 C46.128,29.389 48.545,27.575 47.777,26.571 ZM22.257,18.413 L23.861,23.394 L20.518,23.394 L22.257,18.413 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='17px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M8.900,23.825 C8.799,23.936 8.656,23.998 8.506,23.998 C8.357,23.998 8.214,23.936 8.112,23.825 C4.314,19.711 0.243,14.852 0.010,9.243 C-0.092,6.807 0.810,4.397 2.483,2.632 C4.092,0.934 6.231,-0.001 8.506,-0.001 C10.782,-0.001 12.921,0.934 14.530,2.632 C16.203,4.397 17.105,6.807 17.003,9.243 C16.770,14.852 12.698,19.711 8.900,23.825 ZM13.751,3.387 C12.347,1.906 10.485,1.091 8.506,1.091 C6.528,1.091 4.666,1.906 3.262,3.387 C1.791,4.939 0.999,7.057 1.088,9.197 C1.298,14.246 4.958,18.773 8.506,22.650 C12.054,18.773 15.715,14.246 15.925,9.197 C16.014,7.057 15.222,4.939 13.751,3.387 ZM8.506,13.901 C5.767,13.901 3.538,11.646 3.538,8.874 C3.538,6.102 5.767,3.847 8.506,3.847 C11.246,3.847 13.475,6.102 13.475,8.874 C13.475,11.646 11.246,13.901 8.506,13.901 ZM8.506,4.938 C6.362,4.938 4.617,6.704 4.617,8.874 C4.617,11.043 6.362,12.809 8.506,12.809 C10.651,12.809 12.396,11.043 12.396,8.874 C12.396,6.704 10.651,4.938 8.506,4.938 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='20px' height='20px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M5.552,19.999 C4.517,19.999 3.507,19.586 2.757,18.835 L0.411,16.487 C0.152,16.227 0.009,15.881 0.009,15.513 C0.009,15.145 0.152,14.799 0.411,14.539 L3.982,10.964 C4.519,10.427 5.392,10.427 5.928,10.964 L8.347,13.385 L13.401,8.326 L10.983,5.904 C10.447,5.367 10.447,4.493 10.983,3.956 L14.554,0.381 C15.074,-0.139 15.980,-0.139 16.500,0.381 L18.845,2.729 C19.754,3.639 20.168,4.931 19.952,6.186 C19.608,8.190 18.453,11.323 14.906,14.878 C14.905,14.878 14.905,14.879 14.904,14.879 C14.903,14.881 14.901,14.883 14.899,14.885 C14.897,14.887 14.896,14.888 14.894,14.890 C14.893,14.890 14.893,14.891 14.892,14.892 C11.341,18.442 8.211,19.598 6.210,19.943 C5.991,19.980 5.771,19.999 5.552,19.999 ZM4.955,11.458 C4.832,11.458 4.709,11.504 4.616,11.598 L1.045,15.173 C0.857,15.360 0.857,15.666 1.045,15.854 L3.390,18.201 C4.093,18.904 5.087,19.227 6.058,19.059 C7.933,18.736 10.878,17.640 14.266,14.251 C17.652,10.859 18.747,7.911 19.069,6.035 C19.235,5.066 18.915,4.067 18.212,3.363 L15.867,1.015 C15.679,0.827 15.375,0.827 15.187,1.015 L11.616,4.590 C11.429,4.777 11.429,5.083 11.616,5.270 L14.351,8.009 C14.526,8.184 14.526,8.467 14.351,8.642 L8.664,14.336 C8.489,14.511 8.206,14.511 8.031,14.336 L5.295,11.598 C5.201,11.504 5.078,11.458 4.955,11.458 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='19px' height='20px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M18.705,14.804 L16.031,14.804 L16.031,19.713 C16.031,19.874 15.901,20.004 15.740,20.004 L9.019,20.004 C8.859,20.004 8.729,19.874 8.729,19.713 L8.729,14.804 L5.801,14.804 C5.640,14.804 5.510,14.674 5.510,14.513 L5.510,1.800 C5.510,1.638 5.640,1.509 5.801,1.509 L18.705,1.509 C18.866,1.509 18.996,1.638 18.996,1.800 L18.996,14.513 C18.996,14.674 18.866,14.804 18.705,14.804 ZM9.310,19.422 L15.450,19.422 L15.450,14.804 L9.310,14.804 L9.310,19.422 ZM18.415,2.090 L6.091,2.090 L6.091,14.222 L9.019,14.222 L15.740,14.222 L18.415,14.222 L18.415,2.090 ZM15.400,11.283 C15.400,11.122 15.530,10.992 15.691,10.992 L17.092,10.992 C17.253,10.992 17.383,11.122 17.383,11.283 C17.383,11.444 17.253,11.574 17.092,11.574 L15.691,11.574 C15.530,11.574 15.400,11.444 15.400,11.283 ZM17.092,9.856 L15.691,9.856 C15.530,9.856 15.400,9.726 15.400,9.565 C15.400,9.405 15.530,9.274 15.691,9.274 L17.092,9.274 C17.253,9.274 17.383,9.405 17.383,9.565 C17.383,9.726 17.253,9.856 17.092,9.856 ZM17.092,8.138 L15.691,8.138 C15.530,8.138 15.400,8.008 15.400,7.847 C15.400,7.686 15.530,7.556 15.691,7.556 L17.092,7.556 C17.253,7.556 17.383,7.686 17.383,7.847 C17.383,8.008 17.253,8.138 17.092,8.138 ZM17.092,6.282 L7.414,6.282 C7.253,6.282 7.123,6.153 7.123,5.992 L7.123,3.243 C7.123,3.082 7.253,2.952 7.414,2.952 L17.092,2.952 C17.253,2.952 17.383,3.082 17.383,3.243 L17.383,5.992 C17.383,6.153 17.253,6.282 17.092,6.282 ZM16.802,3.534 L7.704,3.534 L7.704,5.701 L16.802,5.701 L16.802,3.534 ZM7.568,7.556 L8.970,7.556 C9.130,7.556 9.260,7.686 9.260,7.847 C9.260,8.008 9.130,8.138 8.970,8.138 L7.568,8.138 C7.407,8.138 7.278,8.008 7.278,7.847 C7.278,7.686 7.407,7.556 7.568,7.556 ZM7.568,9.274 L8.970,9.274 C9.130,9.274 9.260,9.405 9.260,9.565 C9.260,9.726 9.130,9.856 8.970,9.856 L7.568,9.856 C7.407,9.856 7.278,9.726 7.278,9.565 C7.278,9.405 7.407,9.274 7.568,9.274 ZM7.568,10.992 L8.970,10.992 C9.130,10.992 9.260,11.122 9.260,11.283 C9.260,11.444 9.130,11.574 8.970,11.574 L7.568,11.574 C7.407,11.574 7.278,11.444 7.278,11.283 C7.278,11.122 7.407,10.992 7.568,10.992 ZM10.275,7.556 L11.677,7.556 C11.838,7.556 11.968,7.686 11.968,7.847 C11.968,8.008 11.838,8.138 11.677,8.138 L10.275,8.138 C10.115,8.138 9.985,8.008 9.985,7.847 C9.985,7.686 10.115,7.556 10.275,7.556 ZM10.275,9.274 L11.677,9.274 C11.838,9.274 11.968,9.405 11.968,9.565 C11.968,9.726 11.838,9.856 11.677,9.856 L10.275,9.856 C10.115,9.856 9.985,9.726 9.985,9.565 C9.985,9.405 10.115,9.274 10.275,9.274 ZM10.275,10.992 L11.677,10.992 C11.838,10.992 11.968,11.122 11.968,11.283 C11.968,11.444 11.838,11.574 11.677,11.574 L10.275,11.574 C10.115,11.574 9.985,11.444 9.985,11.283 C9.985,11.122 10.115,10.992 10.275,10.992 ZM12.983,7.556 L14.385,7.556 C14.545,7.556 14.675,7.686 14.675,7.847 C14.675,8.008 14.545,8.138 14.385,8.138 L12.983,8.138 C12.823,8.138 12.693,8.008 12.693,7.847 C12.693,7.686 12.823,7.556 12.983,7.556 ZM12.983,9.274 L14.385,9.274 C14.545,9.274 14.675,9.405 14.675,9.565 C14.675,9.726 14.545,9.856 14.385,9.856 L12.983,9.856 C12.823,9.856 12.693,9.726 12.693,9.565 C12.693,9.405 12.823,9.274 12.983,9.274 ZM12.983,10.992 L14.385,10.992 C14.545,10.992 14.675,11.122 14.675,11.283 C14.675,11.444 14.545,11.574 14.385,11.574 L12.983,11.574 C12.823,11.574 12.693,11.444 12.693,11.283 C12.693,11.122 12.823,10.992 12.983,10.992 ZM14.335,17.668 L10.424,17.668 C10.264,17.668 10.134,17.537 10.134,17.377 C10.134,17.216 10.264,17.086 10.424,17.086 L14.335,17.086 C14.495,17.086 14.625,17.216 14.625,17.377 C14.625,17.537 14.495,17.668 14.335,17.668 ZM14.335,16.316 L10.424,16.316 C10.264,16.316 10.134,16.186 10.134,16.025 C10.134,15.864 10.264,15.734 10.424,15.734 L14.335,15.734 C14.495,15.734 14.625,15.864 14.625,16.025 C14.625,16.186 14.495,16.316 14.335,16.316 ZM3.689,16.316 L1.563,16.316 C0.702,16.316 0.002,15.615 0.002,14.753 L0.002,1.560 C0.002,0.698 0.702,-0.003 1.563,-0.003 L3.689,-0.003 C4.550,-0.003 5.250,0.698 5.250,1.560 L5.250,14.753 C5.250,15.615 4.550,16.316 3.689,16.316 ZM4.669,1.560 C4.669,1.019 4.229,0.579 3.689,0.579 L1.563,0.579 C1.023,0.579 0.583,1.019 0.583,1.560 L0.583,14.753 C0.583,15.294 1.023,15.734 1.563,15.734 L3.689,15.734 C4.229,15.734 4.669,15.294 4.669,14.753 L4.669,1.560 Z'/%3E%3C/svg%3E");}


/*  */
.con-com-01 { overflow: hidden; margin:0 auto; padding: calc(var(--head-height) + 9em) 0px 5em 0px; position: relative; letter-spacing: -0.05em;}
.con-com-01 .con-head { text-align: left; margin:0 auto; max-width: 1400px; padding-bottom: 6em; padding-left:20px; padding-right:20px;}
.con-com-01 .com-box-01 { max-width: var(--sub-width-pd-3); padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-01 .ls-txt-01 { font-size: 3.4em; font-weight:600}
.con-com-01 .ls-txt-02 { margin-top: 2em; margin-bottom:3em; display:inline-block; border-radius: 3em; padding:0.1em 2em 0.3em 2em; border:2px solid #00a8ff; font-size: 1.6em; line-height: 1.6em; font-weight:600}
.con-com-01 .ls-txt-02 i { display:inline-block; width:1em; height:1.1em; vertical-align: top; margin-right:0.3em; }
.con-com-01 .ls-txt-02 i img { width:100%;}
.con-com-01 .ls-txt-02 span { vertical-align: middle; display:inline-block;}
.con-com-01 .video-box { position:relative; height: 0; padding-bottom:56.25%; width:100%;  }
* html .con-com-01 .video-box { margin-bottom: 45px; margin-bottom: 0;  }
.con-com-01 .video-box>iframe,
.con-com-01 .video-box video,   
.con-com-01 .video-box>div,
.con-com-01 .video-box>embed,
.con-com-01 .video-box>object {	z-index: 2;	position: absolute;	width: 100%; height: 100%;	left: 0;	top: 0;  }
.con-com-01 .btn-box {margin-top: 3em;}
.con-com-01 .btn-box ul { display:flex; justify-content: center;}
.con-com-01 .btn-box a { display:block; padding:0.4em 1.5em 0.5em 1.5em;  border:2px solid #00a8ff;font-weight:600; border-radius: 3em; background: #FFFFFF; background: linear-gradient(294deg,rgba(255, 255, 255, 1) 0%, rgba(216, 242, 255, 1) 100%)}
.con-com-01 .btn-box li { padding: 0 0.5em;}
.con-com-01 .list-box { position: relative; flex-wrap: wrap; display: flex; margin-right: -4em; margin-top: 5em;}
.con-com-01 .list-box .ls-list { width: calc(50% - 4em); margin-right: 4em; text-align: left;margin-bottom: 4em;}
.con-com-01 .list-box .list-img { padding-top: 56%; position: relative; border-radius: 1.5em; overflow: hidden;}
.con-com-01 .list-box .list-img img {position: absolute; left: 0; top: 0;  width:100%; height:100%; object-fit: cover; object-position: center center;}
.con-com-01 .list-box .list-txt { font-size: 1.4em; font-weight:600; padding: 1em 10px;}

.con-com-02 { overflow: hidden; margin:0 auto; padding: 0 0px 0 0px; position: relative; letter-spacing: -0.05em;}
.con-com-02 .com-box-01 {  background:#000;  padding-top: calc(var(--head-height) + 12em);  padding-bottom: calc(var(--head-height) + 9em)}
.con-com-02 .con-box-01 { margin:0 auto; max-width:var(--sub-width-pd-3); color:#fff; padding-left:20px; padding-right:20px; }
.con-com-02 .ls-txt-01 { font-size: 6em; font-weight:600}
.con-com-02 .ls-txt-01 span { color:#f9ff9c}
.con-com-02 .ls-txt-02 { margin-bottom:1em; display:inline-block; background:var(--color-blue-1); border-radius: 0.9em; font-size: 3em; font-weight:600; padding: 0.4em 1.7em;}
.con-com-02 .ls-img-01 { padding: 10em 20px; }
.con-com-02 .ls-img-01 img { max-width:100%;}
.con-com-02 .com-box-03 { background:#edf0ff}
.con-com-02 .con-box-03 {  font-weight:600; text-align: center;  padding: 10em 20px; }
.con-com-02 .ls-txt-03 {font-size:4.6em; }
.con-com-02 .con-box-04 {  font-weight:600; text-align: center;  padding: 10em 20px; }
.con-com-02 .ls-txt-04 {font-size:5.4em; margin-bottom:2em; }
.con-com-02 .ul-box-01 { font-size: 2.3em;  max-width: 20em; margin:0 auto; text-align: left;}
.con-com-02 .ul-box-01 li { display:flex; margin-top: 1.4em;}
.con-com-02 .ul-box-01 i { font-style: normal; margin-right:0.5em; width: 1.5em; min-width: 1.5em; height:1.5em; line-height: 1.4em; border-radius: 3em; background:var(--color-blue-1); color:#fff; text-align: center;}
.con-com-02 .com-box-05 { background-position: right bottom; background-size: auto 50%; background-color:#000; background-repeat: no-repeat;}
.con-com-02 .con-box-05 { margin:0 auto; max-width:var(--sub-width-pd-3); color:#fff; padding-left: 20px; padding-right:20px;  padding-top: calc(var(--head-height) + 2em);  padding-bottom: calc(var(--head-height))}
.con-com-02 .ls-txt-05 { font-size:3.6em; font-weight:600; }
.con-com-02 .ul-box-02 { border-radius: 0.7em;background:#00035e;  font-weight:600; font-size: 2.4em;padding: 0.8em 1em 0.8em 1em;  max-width: 22em; margin:2em auto 5em auto; text-align: left;}
.con-com-02 .ul-box-02 ul { width: 80%; margin:0 auto; }
.con-com-02 .ul-box-02 li:before { opacity: 0.5; content:''; position: absolute; width: 0.8em; height:0.8em; left:0; top: 0.3em; 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='35px' height='27px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M0.288,14.892 C3.014,16.584 4.439,16.890 6.787,20.438 C9.136,23.985 9.547,26.398 10.165,26.842 C10.783,27.285 13.874,26.731 15.481,25.955 C17.088,25.179 17.148,24.750 18.649,21.604 C20.729,17.242 24.108,11.886 26.704,8.782 C29.300,5.678 34.766,1.596 35.013,0.820 C35.260,0.044 32.664,-0.317 30.192,0.348 C27.720,1.014 22.511,6.150 19.366,10.192 C15.873,14.682 14.631,18.472 14.013,18.362 C13.395,18.251 12.187,15.991 10.456,14.328 C8.726,12.665 6.902,11.539 4.800,11.871 C2.699,12.204 -0.969,14.111 0.288,14.892 '/%3E%3C/svg%3E"); }
.con-com-02 .ul-box-02 li { position: relative; padding-left: 1em; margin: 0.2em 0;}
.con-com-02 .ul-box-02 span { color:#fff100}
.con-com-02 .ls-txt-06 { padding: 2em 0; font-size:1.7em; font-weight:500; }
.con-com-02 .ls-txt-06 strong { display:block; font-size: 1.6em; padding:1.2em 0;}
.con-com-02 .com-box-06 { background:#f4f4f4}
.con-com-02 .con-box-06 { margin:0 auto; max-width:var(--sub-width-pd-3); padding-top: calc(var(--head-height) + 2em);  padding-bottom: calc(var(--head-height)); padding-left:20px; padding-right:20px;}
.con-com-02 .ls-txt-07 { padding: 2em 0 3em 0; }
.con-com-02 .ls-txt-07 strong { font-size: 3.2em;}
.con-com-02 .ls-txt-07 p {  padding-top:1em;font-size: 2em; font-weight: 600;}
.con-com-02 .ls-img-02 { display:inline-block; width:100%; max-width: 850px;} 
.con-com-02 .ls-img-02 div {  border-radius: 2em; background:#fff; padding: 0.5em 10%; box-shadow: 0px 0.3em 1.5em rgba(0, 0, 0, 0.15);}
.con-com-02 .ls-img-02 img { max-width:100%;}
.con-com-02 .ls-img-02 p { font-size: 1.4em; margin-top: 1em; font-weight:600}
.con-com-02 .con-box-07 { padding-bottom:5em;}
.con-com-02 .con-box-08 { padding-bottom:5em;}
.con-com-02 .con-box-09 { padding-bottom:5em;}
.con-com-02 .con-box-07 img { max-width:100%;}
.con-com-02 .ls-img-03 { padding-left: 3%; padding-right:3%;}
.con-com-02 .ls-img-04 { padding-top:1em; }
.con-com-02 .ls-img-05 img { max-width:100%;}
.con-com-02 .ls-img-06 img { max-width:100%;}
.con-com-02 .com-box-07 {margin:0 auto; max-width:var(--sub-width-pd-3); padding: 4em 20px;}
.con-com-02 .con-box-09 .ls-txt-07 { text-align: left; max-width: 45em; margin:0 auto;}
.con-com-02 .ul-box-03 { max-width: 45em; margin:0 auto; text-align: left;}
.con-com-02 .ul-box-03 li { margin-left: 1em; font-size: 1.9em; list-style-type: decimal; margin-top: 1.4em;}
.con-com-02 .ul-box-03 li::marker { color:var(--color-blue-1); font-weight:600}
.con-com-02 .con-box-10 { padding: 5em 0;}
.con-com-02 .ls-txt-08 strong { font-size: 4.2em;}
.con-com-02 .ls-txt-08 p { font-size: 1.5em; font-weight:500; padding-top: 2em;}
.con-com-02 .con-box-10 .box-area { max-width: 980px; margin:0 auto; padding-top: 5em;}
.con-com-02 .list-box-01 {display:flex; flex-wrap: wrap; padding-left:1em; padding-right:1em; }
.con-com-02 .list-box-01 .ls-list { display:flex; flex-direction: column; padding: 1.5em 0.7em; width:calc(33.333% - 2em); margin-right: 1em; margin-left:1em; margin-bottom: 3em; border-radius: 2em; box-shadow: 0px 0.3em 2em rgba(0, 0, 0, 0.15);}
.con-com-02 .list-box-01 h5 { margin-top:auto; font-size: 1.15em;}
.con-com-02 .list-box-01 p { margin-top:auto;  font-size: 1.15em; padding-top: 0.2em}
.con-com-02 .list-box-01 .list-img { padding-left: 1em; padding-right:1em; height: 4em; }
.con-com-02 .list-box-01 .list-img img { max-height: 100%;}
.con-com-02 .ul-box-04 { border-radius: 0.7em; font-size: 2em;max-width: 29em; margin:1em auto 3em auto; text-align: left;}
.con-com-02 .ul-box-04 li:before { content:''; position: absolute; width: 0.9em; height:0.9em; left:2em; top: 0.5em; 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='35px' height='27px'%3E%3Cpath fill-rule='evenodd' fill='rgb(17, 79, 193)' d='M0.288,14.892 C3.014,16.584 4.439,16.890 6.787,20.438 C9.136,23.985 9.547,26.398 10.165,26.842 C10.783,27.285 13.874,26.731 15.481,25.955 C17.088,25.179 17.148,24.750 18.649,21.604 C20.729,17.242 24.108,11.886 26.704,8.782 C29.300,5.678 34.766,1.596 35.013,0.820 C35.260,0.044 32.664,-0.317 30.192,0.348 C27.720,1.014 22.511,6.150 19.366,10.192 C15.873,14.682 14.631,18.472 14.013,18.362 C13.395,18.251 12.187,15.991 10.456,14.328 C8.726,12.665 6.902,11.539 4.800,11.871 C2.699,12.204 -0.969,14.111 0.288,14.892 '/%3E%3C/svg%3E"); }
.con-com-02 .ul-box-04 li { position: relative; padding: 0.2em 0em 0.3em 3.2em; margin: 0.6em 0; border-radius: 2em; background:#f0f8ff; border:1px solid #1598ff ;}
.con-com-02 .ul-box-04 span { color:#fff100}
.con-com-02 .com-box-08 {  color:#fff; background-position: right bottom; background-size: cover; background-color:#000; background-repeat: no-repeat;}
.con-com-02 .con-box-12 { display:flex; justify-content: space-between; align-items: end; margin:0 auto; max-width:var(--sub-width-pd-3); padding: 16% 20px; text-align: left;  }
.con-com-02 .ls-txt-09 strong { font-size: 4.2em}
.con-com-02 .ls-txt-09 p { font-size: 2em; padding-top: 0.3em; font-weight:600}
.con-com-02 .ls-txt-09 span { color:#ffec6a}
.con-com-02 .ls-btn a { font-size: 2em; display:inline-block; padding: 0.3em 1.5em 0.5em 1.5em; font-weight:600; border:0.2em solid #fff; border-radius: 2em; color:#fff;}
.con-com-02 .ls-btn span { display:inline-block; vertical-align: middle;}
.con-com-02 .ls-btn i { position: relative; display:inline-block; width: 1em; height:1em; vertical-align: middle; margin-left: 0.2em; border-radius: 2em; background:rgba(255, 255, 255, 0.7);}
.con-com-02 .ls-btn i:after { opacity: 1; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); width:50%; height:50%; content:''; background-size: contain; background-repeat: no-repeat; background-position: center center;}

.con-com-03 { overflow: hidden; margin:0 auto; padding: calc(var(--head-height) + 12em) 0px 7em 0px; position: relative; letter-spacing: -0.05em;}
.con-com-03 .con-head { text-align: left; margin:0 auto; max-width: 1400px; padding-bottom: 6em; padding-left:20px; padding-right:20px;}
.con-com-03 .com-box-01 { max-width: var(--sub-width-pd-3); padding-left:20px; padding-right:20px; margin:0 auto; padding-bottom:4em;}
.con-com-03 .com-box-02 { max-width: var(--full-width-pd); padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-03 .ls-txt-01 { font-size: 2.4em; font-weight:600}
.con-com-03 .con-box-02 { max-width: 1100px; padding-left:20px; padding-right:20px; margin:0 auto;   }
.con-com-03 .video-box { position:relative; height: 0; padding-bottom:56.25%; width:100%; }
* html .con-com-03 .video-box { margin-bottom: 45px; margin-bottom: 0;  }
.con-com-03 .video-box>iframe,
.con-com-03 .video-box video,   
.con-com-03 .video-box>div,
.con-com-03 .video-box>embed,
.con-com-03 .video-box>object {	z-index: 2;	position: absolute;	width: 100%; height: 100%;	left: 0;	top: 0;  }
.con-com-03 .btn-box { margin:2em auto; text-align: center;}
.con-com-03 .btn-box a { display:inline-block; width:100%; max-width: 9em; font-weight:600; font-size: 1.7em; padding:0.4em 1.5em 0.5em 1.5em;  border:2px solid #00a8ff; border-radius: 3em; background: #FFFFFF; background: linear-gradient(294deg,rgba(216, 242, 255, 1) 0%, rgba(255, 255, 255, 1) 100%)}
.con-com-03 .ls-img-01 img { max-width:100%;}
.con-com-03 .ls-img-02 img { max-width:100%;}
.con-com-03 .com-box-02 h3 { display:block; padding-bottom:0.3em; font-size: 2em; text-align: left;}
.con-com-03 .com-box-02>div { margin-top:6em;}

.con-com-04 { overflow: hidden; margin:0 auto; padding: calc(var(--head-height) + 20em) 0px 0em 0px; position: relative; letter-spacing: -0.05em;}
.con-com-04 .com-box-01 { max-width: var(--sub-width-pd-3); padding-left:20px; padding-right:20px; margin:0 auto; padding-bottom:4em;}
.con-com-04 .ls-txt-01 { font-size: 2.7em; font-weight: 600; padding-bottom:3em;}
.con-com-04 .ls-img-01 img { max-width:100%;}
.con-com-04 .ls-txt-02 { font-size: 2.3em; font-weight:500; padding: 3em 0;}
.con-com-04 .ls-txt-02 p { padding-bottom: 1.5em;}
.con-com-04 .ul-box-01 { max-width: 966px; margin:8em auto 4em auto;}
.con-com-04 .ul-box-01 li { color:var(--color-blue-1); border:1px solid var(--color-blue-1); margin-bottom:0.7em; font-size: 2.3em; font-weight:600; padding: 0.5em 1em }
.con-com-04 .ls-txt-03 { font-size: 2.3em; font-weight:600;}
.con-com-04 .ls-txt-03 .txt-unline { position: relative;}
.con-com-04 .ls-txt-03 .txt-unline:after { position: absolute; content:''; left:0; bottom: -0.2em; width:100%; height: 0.04em; background:#000}
.con-com-04 .list-box { display:flex; justify-content: space-between;}
.con-com-04 .list-box .ls-list { width: 48.5%;}
.con-com-04 .list-box img { max-width:100%;}
.con-com-04 .com-box-02 { max-width: var(--full-width-pd); padding-left:20px; padding-right:20px; margin:0 auto; padding-top:5em;}
.con-com-04 .com-box-03 { background:#ecedf1}
.con-com-04 .con-box-07 {  max-width: var(--full-width-pd); padding-left:20px; padding-right:20px; margin:0 auto; padding-top:10em; padding-bottom:10em;}
.con-com-04 .ls-txt-04 { padding-bottom:1.5em; font-size: 2.6em; font-weight:500;}
.con-com-04 .com-box-04 { position: relative; overflow: hidden; color:#fff; padding-top: calc(var(--head-height));  padding-bottom: calc(var(--head-height))}
.con-com-04 .com-box-04 .box-bg { position:absolute; left:0%; bottom:0; width: 100%; height: 100%;}
.con-com-04 .com-box-04 .box-bg img {position:absolute; left: 0; bottom: 0; width:100%; height:100%; object-fit: cover; }
.con-com-04 .con-box-08 .inner-box { position: relative;  margin: 0px auto; max-width: 1250px; padding: 2em 20px;}
.con-com-04 .con-box-08 .step-txt-01 { text-align: center;}
.con-com-04 .con-box-08 .step-txt-01 p { font-size: 1.4em;}
.con-com-04 .con-box-08 .step-txt-01 strong { font-size: 3.2em}
.con-com-04 .con-box-08 .ls-btn a .ho-on { opacity: 0;z-index:2; transition: all 0.3s ease-in-out;}
.con-com-04 .con-box-08 .ls-btn a .ho-none { opacity: 1; transition: all 0.3s ease-in-out;}
.con-com-04 .con-box-08 .ls-btn a:hover .ho-on { opacity: 1; }
.con-com-04 .con-box-08 .ls-btn .btn-img { position: relative; width: 100%; height:100%; }
.con-com-04 .con-box-08 .ls-btn .btn-img img { max-width:100%; position: absolute; left:0; width:100%; height: auto;}
.con-com-04 .con-box-08 .ls-btn { width:10.5em; height:10.5em; margin:3em auto;}
.con-com-04 .con-box-08 .step-box { display:flex; margin-right: -20px; overflow: hidden; flex-wrap: wrap; justify-content: space-between;}
.con-com-04 .con-box-08 .step-box .step-list { height: 9em; padding: 2em 2em 2em 3em; margin-bottom: 20px; display:flex; align-items: stretch; border:1px solid rgba(255, 255, 255, 0.53); background: rgba(1,6,36,0.53); border-radius: 1.5em;}
.con-com-04 .con-box-08 .step-box .step-list strong { font-size: 1.8em; line-height: 1.2em;}
.con-com-04 .con-box-08 .step-box .step-01 { width: calc(50% - 20px); margin-right:20px; text-align: left}
.con-com-04 .con-box-08 .step-box .step-02 { width: calc(50% - 20px); margin-right:20px; text-align: left;}
.con-com-04 .con-box-08 .step-box .step-03 { width: calc(100% - 20px); margin-right:20px; justify-content: center; align-items: center;}
.con-com-04 .con-box-08 .step-box .step-03 strong { font-size: 2.9em; margin-right: 0.5em;}
.con-com-04 .con-box-08 .step-box .step-03 p { font-size: 0.95em;}
.con-com-04 .con-box-08 .step-box i { min-height: 1.85em; width: 2em; margin-top:0.4em; height:1.85em; margin-right: 2em;}
.con-com-04 .con-box-08 .step-box i img { height:100%;}
.con-com-04 .ls-img-03 img { max-width: 100%;}
.con-com-04 .ls-img-02 img { max-width: 100%;}

.con-com-05 { overflow: hidden; margin:0 auto; padding: calc(var(--head-height) + 10em) 0px 0em 0px; position: relative; letter-spacing: -0.05em;}
.con-com-05 .com-box-01 { max-width: var(--sub-width-pd-3); padding-left:20px; padding-right:20px; margin:0 auto; padding-bottom:4em;}
.con-com-05 .ls-txt-01 { font-size: 2.3em; font-weight: 600; padding-bottom:3em;}
.con-com-05 .ls-txt-01 .fs-dn { font-size: 70%}
.con-com-05 .ls-img-01 img { max-width:100%;}
.con-com-05 .com-box-02 { background:#deeaf0; padding-left:20px; padding-right:20px;}
.con-com-05 .ls-txt-02 { font-size: 2.3em; font-weight: 600;padding:1em 0;}
.con-com-05 .ls-txt-02 p { padding: 1em 0;}
.con-com-05 .com-box-03 { color:#fff; background:#000; padding-top: 13em; padding-bottom:4em; padding-left:20px; padding-right:20px; background-size: 75% auto; background-repeat: no-repeat; background-position: center 70%;}
.con-com-05 .con-box-03 { max-width: var(--sub-width-pd-3); margin:0 auto; padding-bottom:4em; }
.con-com-05 .ls-txt-03 { font-size: 2.1em; font-weight: 600;padding:3em 0; }
.con-com-05 .ls-txt-03 p { padding: 1em 0;}
.con-com-05 .ls-txt-03 strong { font-size: 1.5em; font-weight: 600;}
.con-com-05 .ls-img-02 img { max-width:100%;}
.con-com-05 .com-box-04 { background:#deeaf0; padding:10em 20px 5em 20px;}
.con-com-05 .con-box-04 h4 { font-size: 5em; color:#004ea2 }
.con-com-05 .list-box { margin:0 auto; display:flex; justify-content: center; max-width:1160px}
.con-com-05 .list-box .ls-list { width: 30%; margin:0 1%;}
.con-com-05 .list-box img { max-width:100%;}
.con-com-05 .list-box .list-img { padding:2em 0 1em 0;}
.con-com-05 .list-box h5 { font-size: 1.6em; }
.con-com-05 .ls-txt-04 { font-size: 2.1em; font-weight: 500;padding:2em 0 3em 0; }
.con-com-05 .ls-txt-04 span { color:#004ea2}
.con-com-05 .con-box-05 { text-align: left; max-width: 1570px; margin:0 auto; padding: 10em 20px}
.con-com-05 .crew-box-01 { max-width: 1110px; margin:0 auto;}
.con-com-05 .crew-box-01 .ls-crew { padding: 5em 0; background-size: 100% auto; background-repeat: no-repeat; background-position: center 15em}
.con-com-05 .crew-box-01 .ls-crew { display:flex; overflow: hidden;}
.con-com-05 .crew-box-01 .ls-crew .ls-img-02 { width: 33.333%; padding-right:2em; }
.con-com-05 .crew-box-01 .ls-crew .txt-box { width: 66.666%;}
.con-com-05 .crew-box-01 strong { font-size: 2em; letter-spacing: 10px;}
.con-com-05 .ls-img-02 img { max-width:100%;}
.con-com-05 .ls-crew p {color:#57e5ff; font-size: 1.2em; font-weight:600;}
.con-com-05 .ls-crew dl {  padding-top: 2em;}
.con-com-05 .ls-crew dl { display:flex; align-items: stretch;}
.con-com-05 .ls-crew dl dt {font-weight: 600; padding-right: 2em; font-size:1.2em; color:#57e5ff;} 
.con-com-05 .crew-box-01 .ls-crew { padding-bottom: 5em; border-bottom:1px solid #dbdbdb;}
.con-com-05 .crew-box-01 .ls-crew + .ls-crew {  padding-top: 5em;}
.con-com-05 .crew-box-01 .ls-crew:last-of-type { border-bottom:0; padding-bottom:0;}
.con-com-05 .crew-box-02 { flex-wrap: wrap; overflow: hidden; display:flex; margin-right:-2.9em; background:#fff; padding: 4em; border-radius: 2em;}
.con-com-05 .crew-box-02 .ls-crew { width:calc(33.333% - 2.9em); margin-right: 2.9em; margin-bottom:1em; }
.con-com-05 .crew-box-02 strong { display:inline-block; padding-right: 0.5em; font-size: 1em; letter-spacing: 7px; padding-bottom: 0.5em;}
.con-com-05 .crew-box+.crew-box {padding-top:3em; border-top:1px solid #dbdbdb;}
.con-com-05 .crew-box { padding-bottom:3em;}
.con-com-05 .crew-box-02 .ls-txt-05 { padding-top:1em;}
.con-com-05 .crew-box-02 .ls-txt-05 span { font-size: 0.8em}
.con-com-05 .crew-box-02 .ls-crew p { font-size:0.8em;}
.con-com-05 .ls-box-in { padding-bottom: 4em; margin:0 auto; max-width: 1200px; padding-top:5em; padding-left:20px; padding-right:20px; text-align: left; display:flex; flex-wrap: wrap; justify-content: start; align-items: stretch;}
.con-com-05 .ls-box-01 { width: 23%; padding-right:2em;}
.con-com-05 .ls-box-02 { width: 77%; line-height: 1.6em; padding-top: 0.5em;  }
.con-com-05 .ls-box-01 h4 {  font-weight:600; font-size: 2.4em; line-height: 1.2em; }
.con-com-05 .ls-box-02 h4 {  padding-top: 2.6em; padding-left: 3em; font-weight:600; font-size: 1.2em; padding-bottom: 1.5em; line-height: 1.6em; }
.con-com-05 .com-box-06 { background:#f8f8f8}
.con-com-05 .con-box-07 { padding: 10em 20px;}
.con-com-05 h4 img { max-width:100%;}
.con-com-05 .ls-img-03 img { max-width:100%}
.con-com-05 .ls-txt-06 { font-size: 9em;}
.con-com-05 .ls-txt-06 strong { font-weight: 800;}
.con-com-05 .con-box-09 .inner-box {  margin: 0px auto; max-width: var(--sub-width-pd); padding: 2em 20px;}
.con-com-05 .con-box-09 .step-img-01 { margin-bottom: 15em;}
.con-com-05 .con-box-09 .step-img-01 img { max-width:100%;}
.con-com-05 .con-box-09 .step-img-02 img { max-width:100%;}
.con-com-05 .con-box-09 .step-txt-01 strong {  display:block; font-weight:600; font-size: 3.4em;}
.con-com-05 .con-box-09 .step-txt-01 .fs-up { font-size: 2.4em;}
.con-com-05 .con-box-09 .step-txt-01 p { font-size:1.8em; padding: 0.5em 0;}
.con-com-05 .con-box-09 .step-txt-01 { font-weight:600; padding: 4em 0 4em 0;}
.con-com-05 .con-box-09 .step-txt-01 .txt-unline { position: relative; }
.con-com-05 .con-box-09 .step-txt-01 .txt-unline:after { position: absolute; content:''; left:0; bottom: -0.07em; width:100%; height: 0.08em; background:var(--color-blue-1)}
.con-com-05 .con-box-09 .step-box-01 { padding: 6em 0;}
.con-com-05 .con-box-09 .step-box-02 { padding: 6em 0;}
.con-com-05 .con-box-09 .step-box-03 { padding: 6em 0;}
.con-com-05 .con-box-09 .step-box-02 .txt-unline:after { display:none;}
.con-com-05 .con-box-09 .step-box-03 .txt-unline:after { display:none;}
.con-com-05 .con-box-10 .inner-box { position: relative;  margin: 0px auto; max-width: 1250px; padding: 2em 20px;}
.con-com-05 .con-box-10 .step-txt-01 { text-align: center;}
.con-com-05 .con-box-10 .step-txt-01 p { font-size: 1.4em;}
.con-com-05 .con-box-10 .step-txt-01 strong { font-size: 3.2em}
.con-com-05 .con-box-10 .ls-btn a .ho-on { opacity: 0;z-index:2; transition: all 0.3s ease-in-out;}
.con-com-05 .con-box-10 .ls-btn a .ho-none { opacity: 1; transition: all 0.3s ease-in-out;}
.con-com-05 .con-box-10 .ls-btn a:hover .ho-on { opacity: 1; }
.con-com-05 .con-box-10 .ls-btn .btn-img { position: relative; width: 100%; height:100%; }
.con-com-05 .con-box-10 .ls-btn .btn-img img { max-width:100%; position: absolute; left:0; width:100%; height: auto;}
.con-com-05 .con-box-10 .ls-btn { width:10.5em; height:10.5em; margin:3em auto;}
.con-com-05 .con-box-10 .step-box { display:flex; margin-right: -20px; overflow: hidden; flex-wrap: wrap; justify-content: space-between;}
.con-com-05 .con-box-10 .step-box .step-list { height: 9em; padding: 2em 2em 2em 3em; margin-bottom: 20px; display:flex; align-items: stretch; border:1px solid rgba(255, 255, 255, 0.53); background: rgba(1,6,36,0.53); border-radius: 1.5em;}
.con-com-05 .con-box-10 .step-box .step-list strong { font-size: 1.8em; line-height: 1.2em;}
.con-com-05 .con-box-10 .step-box .step-01 { width: calc(50% - 20px); margin-right:20px; text-align: left}
.con-com-05 .con-box-10 .step-box .step-02 { width: calc(50% - 20px); margin-right:20px; text-align: left;}
.con-com-05 .con-box-10 .step-box .step-03 { width: calc(100% - 20px); margin-right:20px; justify-content: center; align-items: center;}
.con-com-05 .con-box-10 .step-box .step-03 strong { font-size: 2.9em; margin-right: 0.5em;}
.con-com-05 .con-box-10 .step-box .step-03 p { font-size: 0.95em;}
.con-com-05 .con-box-10 .step-box i { min-height: 1.85em; width: 2em; margin-top:0.4em; height:1.85em; margin-right: 2em;}
.con-com-05 .con-box-10 .step-box i img { height:100%;}
.con-com-05 .com-box-08 { position: relative; overflow: hidden; color:#fff; padding-top: calc(var(--head-height));  padding-bottom: calc(var(--head-height))}
.con-com-05 .com-box-08 .box-bg { position:absolute; left:0%; bottom:0; width: 100%; height: 100%;}
.con-com-05 .com-box-08 .box-bg img {position:absolute; left: 0; bottom: 0; width:100%; height:100%; object-fit: cover; }

.con-com-06 { margin:0 auto; padding: calc(var(--head-height) + 10em) 0px 0em 0px; position: relative; overflow: hidden;}
.con-com-06 .con-head { text-align: left; max-width: 1400px; margin:0 auto; padding-bottom: 0em;}
.con-com-06 .ls-box-in { padding-bottom: 6em; margin:0 auto; max-width: 1540px; padding-left:20px; padding-right:20px; text-align: left; display:flex; flex-wrap: wrap; justify-content: start; align-items: stretch;}
.con-com-06 .ls-box-01 { width: 27%; padding-right:2em;}
.con-com-06 .ls-box-02 { width: 73%; line-height: 1.6em; padding-top: 0.5em; }
.con-com-06 .ls-box-01 h4 {  font-weight: 800; font-size: 1.6em; line-height: 1.6em; }
.con-com-06 .con-box-01 .ls-box-02 { padding-top: 2.5em;}
.con-com-06 .com-box-02 { background:#f8f8f8; padding-top: 8em;}
.con-com-06 .ls-map-box .ls-info { padding-top: 2em;}
.con-com-06 .ls-map-box dl {    display: flex;    align-items: stretch;    text-align: left;    padding: 0.5em 0px;}
.con-com-06 .ls-map-box dt {   min-width: 70px;  font-weight: 800; padding-left: 5px; max-width: 120px;  position: relative;    width: 20%;}
.con-com-06 .ls-map-box dt .ls-icon {vertical-align: middle; display: inline-block; margin-top: -0.2em; width: 1.15em; margin-right: 0.7em;  height: 1.25em;    position: relative;}
.con-com-06 .ls-map-box dt .ls-icon:after {    width: 100%; height: 100%;   background-size: contain;    background-position: center center;    background-repeat: no-repeat;  top: 50%;    transform: translateY(-50%);    display: inline-block;    content: '';    position: absolute; }
.con-com-06 .ls-map-box .ls-info dl:last-of-type .ls-icon { height: 1.1em;}
.con-com-06 .ls-map-box dd { width: 80%;}
.con-com-06 .com-box-03 {height: 57.587em;background-color:#263141; background-position: center center; background-size: auto 100%;}
.con-com-06 .con-box-03 { position: relative; height:100%;}
.con-com-06 .ls-img-01 img  { height:100%; width:100%; object-fit: cover; object-position: center center; }
.con-com-06 .ls-img-01 iframe { height:100%; width:100%; min-height: 450px; }
.con-com-06 .ls-img-02 {z-index:1; position: absolute; left: 50%; transform: translateX(-50%); height:100%;}
.con-com-06 .ls-img-02 img { height:100%; }
.con-com-06 .con-box-03 .ls-box-in { z-index:2; left:50%; transform: translateX(-50%); top:8em; width: 100%;position: absolute;}
.con-com-06 .com-box-03 h3 { color:#fff;}
.con-com-06 .con-box-04 .inner-box { position: relative;  margin: 0px auto; max-width: 1250px; padding: 2em 20px;}
.con-com-06 .con-box-04 .step-txt-01 { text-align: center;}
.con-com-06 .con-box-04 .step-txt-01 p { font-size: 1.4em;}
.con-com-06 .con-box-04 .step-txt-01 strong { font-size: 3.2em}
.con-com-06 .con-box-04 .ls-btn a .ho-on { opacity: 0;z-index:2; transition: all 0.3s ease-in-out;}
.con-com-06 .con-box-04 .ls-btn a .ho-none { opacity: 1; transition: all 0.3s ease-in-out;}
.con-com-06 .con-box-04 .ls-btn a:hover .ho-on { opacity: 1; }
.con-com-06 .con-box-04 .ls-btn .btn-img { position: relative; width: 100%; height:100%; }
.con-com-06 .con-box-04 .ls-btn .btn-img img { max-width:100%; position: absolute; left:0; width:100%; height: auto;}
.con-com-06 .con-box-04 .ls-btn { width:10.5em; height:10.5em; margin:3em auto;}
.con-com-06 .con-box-04 .step-box { display:flex; margin-right: -20px; overflow: hidden; flex-wrap: wrap; justify-content: space-between;}
.con-com-06 .con-box-04 .step-box .step-list { height: 9em; padding: 2em 2em 2em 3em; margin-bottom: 20px; display:flex; align-items: stretch; border:1px solid rgba(255, 255, 255, 0.53); background: rgba(1,6,36,0.53); border-radius: 1.5em;}
.con-com-06 .con-box-04 .step-box .step-list strong { font-size: 1.8em; line-height: 1.2em;}
.con-com-06 .con-box-04 .step-box .step-01 { width: calc(50% - 20px); margin-right:20px; text-align: left}
.con-com-06 .con-box-04 .step-box .step-02 { width: calc(50% - 20px); margin-right:20px; text-align: left;}
.con-com-06 .con-box-04 .step-box .step-03 { width: calc(100% - 20px); margin-right:20px; justify-content: center; align-items: center;}
.con-com-06 .con-box-04 .step-box .step-03 strong { font-size: 2.9em; margin-right: 0.5em;}
.con-com-06 .con-box-04 .step-box .step-03 p { font-size: 0.95em;}
.con-com-06 .con-box-04 .step-box i { min-height: 1.85em; width: 2em; margin-top:0.4em; height:1.85em; margin-right: 2em;}
.con-com-06 .con-box-04 .step-box i img { height:100%;}
.con-com-06 .com-box-04 { position: relative; overflow: hidden; color:#fff; padding-top: calc(var(--head-height));  padding-bottom: calc(var(--head-height))}
.con-com-06 .com-box-04 .box-bg { position:absolute; left:0%; bottom:0; width: 100%; height: 100%;}
.con-com-06 .com-box-04 .box-bg img {position:absolute; left: 0; bottom: 0; width:100%; height:100%; object-fit: cover; }


/* * 퀵메뉴 */ 
.quick-menu { z-index: 4; position: fixed; right: 30px; bottom:4em;   width: 5.5em;}
.quick-menu img { max-width:100%; }
.quick-menu li:not(.cacao) a { padding-left:15%; padding-right:15%;}
.quick-menu li { text-align: center; margin-top:0.8em; }
.quick-menu li a { display:block;}

/* PC 사이즈 */
@media all and (max-width : 1680px)  { 
	 
	.container { font-size: 1.0714vw;}

	

}

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



	.scroll-box-2 .ls-slide-backgrounds .ls-bg-02 img { left:37%;  }
	.scroll-box-2 .ls-slide-backgrounds img { scale: 0.8}


	
}
@media all and (max-width : 1440px)  { 
	
	.scroll-page-top { right: 20px;}



}

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

	header .d-md-none { display:none;}
	header .d-lg-none { display: block;}
	header .box_inner { border-bottom:1px solid #e4e4e4}
	header { background:#fff;}

	.nav-qq-menu { display:block;}

	.quick-menu .cacao { display:block;}


	/* .nav_md .nav-md-ul>li>a { font-size: 3em; width: 24rem}
	.nav_md .nav-md-ul ul { width:calc(100% - 24rem); margin-left: 24rem}
	.nav_md .nav-md-ul ul a { font-size: 1em;} */

	

/* 	.con-head p { font-size: 2.2em;}


	 */
	/* .container { font-size: 1rem;} */

	footer { font-size: 0.85em;}

	/* 20250713 */
	.snb li a { padding-left:1.7em; padding-right:1.7em;}

	.scroll-box-2 .ls-slide-backgrounds img { scale: 0.6}

	.scroll-box-4 .ls-slide-backgrounds .ls-bg-02 { scale: 0.8; right:-30%;}
	.scroll-box-4 .ls-slide-backgrounds .ls-bg-03 { scale: 0.8; left: -13%; }
	
	.con-head h3 { font-size: 2em;}

	.con-com-08 .ls-txt-01 strong { font-size: 1.8em;}


}

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

}


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

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

	header h1 { height: 2.4em;}

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

	.nav_md .nav_head_md { height: 80px;}

	header .view-nav { scale: 0.8}


	footer { font-size: 0.8em;}

	.container { font-size: 1.4vw;}
	/* .container { font-size: 0.9em;} */

	.page-top { bottom: 3em;  }

	.scroll-box-3 .step-img-01 img { max-width: 475px; width:100%;}
	.scroll-box-3 .ul-box-01 li { font-size: 1.4em;}

/* 	.scroll-box-2 .m-head p { font-size: 2em;}

	.scroll-box-3 .m-head p { font-size: 2em;}

	.scroll-box-4 .m-head p { font-size: 2em;}

	.scroll-box-5 .m-head p { font-size: 2em;}
	.scroll-box-5 .online-btn {  margin-right: -20px; scale: 0.8;}
	.scroll-box-5 .pointer-txt2 span { font-size: 1.25em;} */

	



}

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

	/* .container { font-size: 0.85em;} */

	footer .col-box .foo-txt span + span { display:block;}
	footer .col-box .foo-txt .d-rg-none { display:none;}
	
}

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


}

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

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

	header { height:var(--head-height)}
	header h1 { height: 1.25em;}
	header .view-nav { scale: 0.6;}
	header .nav-head { right: 10px; top: 50%;}

	.nav-qq-menu a { font-size: 10px;}
	.nav-qq-menu { margin-right: 45px;}

	.quick-menu { width: 3em; bottom: 2em; right:10px; }
	.quick-menu li { margin-top:0.3em;}

	/* .nav_md .nav_head_md {  height:var(--head-height)}
	.nav_md .nav-md-ul>li { flex-wrap: wrap; flex-direction: column;}
	.nav_md .nav-md-ul>li>a { font-size: 2.15em;  width:100%;}
	.nav_md .nav-md-ul ul { position: relative; width:100%; padding-bottom: 1em; margin-left:0px; top:unset; flex-wrap: wrap; transform: none;}
	.nav_md .nav-md-ul ul a { opacity: 1; font-size: 0.8em; padding: 3px 5px;}
	.nav_md .nav-md-ul ul a span { padding: 5px 0}
	.nav_md .nav-md-ul ul li+li { padding-left:0;}
	.nav_md .nav-md-ul ul li { width:100%;}
	.nav_md .nav-md-ul {margin-top:70px; margin-bottom: 3%; padding-left: 30px; padding-right:30px; padding-top:0;}
	.nav_md .nav_md_wrap { bottom:auto; height:calc(100% - 60px); }
	.nav_md .nav_md_bg img {opacity: 0.65; min-width: 650px; height:auto; width:100%; bottom:0; max-width: 1920px;} */

	.container { font-size: 0.7em;}

	footer { font-size: 0.7em;}
	footer .box-inner { padding-bottom:3em;}
	footer .col-box-in { flex-wrap: wrap;}
	footer .foo-head { order:1; width:100%; text-align: center;}
	footer .col-box { padding-top:3em; order:2; width:100%; max-width: 360px; margin:0 auto; display:flex; flex-direction: column;}
	footer .foo-logo { height: 2.8em;}
	footer .foo-logo img { height:100%;}
	footer .col-box .foo-txt { order:1; line-height:1.5em;}
	footer .col-box strong { font-size: 1.4em; order:2; padding-top: 3.5em; padding-bottom:0;}
	footer .copy { font-size: 0.8em;}
	footer .foo-menu a { font-size: 10px;}
	

	.page-top { right: 15px;}

	.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 { height: calc(100vh - 6em); }
	.snb-bg .ls-slide-backgrounds {height: calc(100vh - 6em); }
	.snb-bg .ls-slide-texts { top: 50%;}
	.snb-bg .ls-slide-texts p { font-size: 1.1em}
	.snb-bg .ls-slide-texts .ls-head { font-size: 3.1em; padding-bottom: 1em; }
	.snb-bg .ls-slide-backgrounds.snb-pos-01 img { object-position: 26% 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: 60% bottom;}
	.snb-bg .ls-slide-backgrounds.snb-pos-04 img {object-position: 40% bottom;}

	.scroll-box-1 .ls-slide-texts { font-size: 3.5em; padding-top: calc(var(--head-height) + 1em)}
	.scroll-box-1 .ls-slide-texts .slide-txt-02 { padding-top: 4em;}

	.scroll-box-2 .step-box-01 { flex-wrap: wrap;}
	.scroll-box-2 .step-lt { width:100%;}
	.scroll-box-2 .step-rt { width:100%; padding-top: 2em; padding-left:0;}
	.scroll-box-2 .step-box-01 { font-size: 0.95em;}
	.scroll-box-2 .step-list li { padding-right:0;}
	.scroll-box-2 .step-box-02 { text-align: left; font-size: 0.95em}
	.scroll-box-2 .step-txt-01 p { padding-left: 8em}

	.scroll-box-3 .step-txt-01 { font-size:1.1em;}
	.scroll-box-3 .ul-box-01 ul {flex-direction: column; justify-content: center;}
	.scroll-box-3 .ul-box-01 li { width: fit-content; align-self: center; flex-shrink: auto; height:auto; padding: 1em }

	.scroll-box-4 { padding-top: calc(var(--head-height))}
	.scroll-box-4 .step-img-02 {padding-left: 15%; padding-right:15%;}
	.scroll-box-4 .step-txt-02 { text-align: left; font-size: 2.8em; padding-top: 2em;}
	.scroll-box-4 .step-img-03 { width:calc(100% + 40px); transform: translateX(-20px);}

	.scroll-box-5 { overflow: hidden; padding-top:1em;}
	.scroll-box-5 .step-img-01 {width:calc(100% + 50px); transform: translateX(-25px); margin-bottom:2em; }
	.scroll-box-5 .step-box-01 { padding:2em 0;}
	.scroll-box-5 .step-box-02 { padding:2em 0;}
	.scroll-box-5 .step-box-03 { padding:2em 0;}
	.scroll-box-5 .step-img-02 strong { font-size: 4.5em; line-height: 1.2em;}
	.scroll-box-5 .step-img-02 p { font-size:1.2em; padding-top: 1.5em;}
	.scroll-box-5 .step-img-02 {color:#fff; width:calc(100% + 50px); transform: translateX(-25px); background-repeat: no-repeat; background-size: cover; }
	.scroll-box-5 .step-box-01 .step-img-02 { background-position: 75% center; padding: 4em 20px;}
	.scroll-box-5 .step-box-02 .step-img-02 { background-position: 5% center; padding: 6.5em 20px;}
	.scroll-box-5 .step-box-03 .step-img-02 { background-position: 75% center; padding: 7em 20px;}
	.scroll-box-5 .step-txt-01 p { display:none;}
	.scroll-box-5 .step-txt-01 strong { font-size: 2.3em;}
	.scroll-box-5 .step-txt-01 .fs-up { font-size: 2.3em;}
	.scroll-box-5 .step-txt-01 { padding-bottom:2em;}
	.scroll-box-5 .step-box-02 .txt-unline:after { display:block;}
	.scroll-box-5 .step-box-03 .txt-unline:after { display:block;}

	.scroll-box-6 { padding-top: 0em;}
	.scroll-box-6 .m-head h3 { font-size: 1.7em;}
	
	.scroll-box-7 .step-txt-01 { letter-spacing: -0.05em; font-size: 1.7em; order:1; padding-top:3em; padding-bottom:2em;}
	.scroll-box-7 .step-img-01 { order:0;}
	.scroll-box-7 .inner-box { flex-direction: column; display:flex;}
	.scroll-box-7 {  padding-bottom: 2em}
	
	.scroll-box-8 { height:unset; min-height:unset; max-height:unset; background:#fff;padding-top: 4em; padding-bottom: 4em; border-top:2px solid #f9fafc}
	.scroll-box-8 .inner-box { flex-wrap: wrap;}
	.scroll-box-8 .step-lt { width:100%; padding-right:0;}
	.scroll-box-8 .step-rt { width:100%;}
	.scroll-box-8 .step-txt-01 { font-size: 0.9em ; text-align: center;}
	.scroll-box-8 .step-txt-01 strong { display:inline-block; margin:0 auto; text-align: left; width: 6em;}
	.scroll-box-8 .slide-box { margin-top:2em; margin-right: -10px;}
	.scroll-box-8 .slide-img { width:calc(50% - 10px); margin-right: 10px; border-radius: 1em;}
	.scroll-box-8 .slide-btn { position: relative; width:100%; top:unset; margin-top: 1.5em; right:unset;}
	.scroll-box-8 .arrowBtn .slide-left { position: absolute; left:0;}
	.scroll-box-8 .arrowBtn .slide-right { position: absolute; right:0; }
	.scroll-box-8 .step-txt-01 p { font-size: 1.1em}

	.scroll-box-9 { height:unset; min-height:unset; max-height:unset; padding-top: 3em; padding-bottom:5em;}
	.scroll-box-9 .inner-box { flex-wrap: wrap;}
	.scroll-box-9 .step-lt { width:100%; padding-right:0;}
	.scroll-box-9 .step-rt { width:100%;}
	.scroll-box-9 .step-txt-01 { font-size: 0.9em ; text-align: center;}
	.scroll-box-9 .step-txt-01 strong br { display:none; }
	.scroll-box-9 .step-txt-01 strong { font-size: 3.5em}
	.scroll-box-9 .slide-box { margin-top:2em;}
	.scroll-box-9 .slide-btn { position: relative; width:100%; top:unset; margin-top: 1.5em; right:unset;}
	.scroll-box-9 .arrowBtn .slide-left { position: absolute; left:0;}
	.scroll-box-9 .arrowBtn .slide-right { position: absolute; right:0; }
	.scroll-box-9 .step-txt-01 p { font-size: 1.1em}
	
	.scroll-box-10 .step-txt-01 { font-size: 0.8em}
	.scroll-box-10 .step-txt-02 { font-size: 1.2em;}
	.scroll-box-10 .step-txt-02 .fs-dn { font-size: 10px;}

	.scroll-box-11 .m-head { padding-bottom:0;}
	.scroll-box-11 .m-head p { font-size: 0.9em;}
	.scroll-box-11 .m-head h2 { font-size: 1.4em;}
	.scroll-box-11 .ls-list-box { display:none;}

	.scroll-box-12 .step-txt-01 p {font-size: 1.6em;}
	.scroll-box-12 .step-txt-01 strong { font-size: 3em;}
	.scroll-box-12 .ls-btn { width: 8.6em; height:8.6em; margin: 2em auto;}
	.scroll-box-12 .step-box { font-size: 0.78em; max-width: 450px; margin:0 auto;}
	.scroll-box-12 .step-box .step-01 { width:100%; margin-right:0}
	.scroll-box-12 .step-box .step-02 { width:100%; margin-right:0;}
	.scroll-box-12 .step-box .step-03 { flex-wrap:wrap; width:100%; margin-right:0; justify-content: start;}
	.scroll-box-12 .step-box .step-03 strong { text-align: left; font-size: 2.2em;}
	.scroll-box-12 .step-box .step-03 p { text-align: left; font-size: 8px; padding-left: 4.5em; width:100%;}
	.scroll-box-12 .step-box i { margin-top: -0.2em}
	.scroll-box-12 .ls-slide-backgrounds img { object-position: center bottom;}
	.scroll-box-12 .step-box .step-list { margin-bottom:15px; height: 8.5em;}

	.con-com-01 { padding-top: 11em}
	.con-com-01 .ls-txt-01 { font-size: 2em;}
	.con-com-01 .ls-txt-02 { font-size: 1.1em;}
	.con-com-01 .list-box { margin-right:0; margin-top:4em;}
	.con-com-01 .list-box .ls-list{ width:100%; margin-right:0;}
	.con-com-01 .list-box .list-txt { font-size: 1.2em;}
	.con-com-01 .btn-box a { font-size: 9px}

	.con-com-02 { padding-top: calc(var(--head-height) + 3em)}
	.con-com-02 .com-box-01 { padding:8em 0;}
	.con-com-02 .ls-txt-02 { font-size: 1.5em; border-radius: 3em;}
	.con-com-02 .ls-txt-01 { font-size: 3.4em;} 
	.con-com-02 .ls-img-01 { padding:0; width: calc(100% + 20px); transform: translateX(-10px);}
	.con-com-02 .ls-txt-03 { font-size: 2.4em;}
	.con-com-02 .con-box-03 { padding: 5em 20px;}
	.con-com-02 .ls-txt-04 { font-size: 3.2em;}
	.con-com-02 .ul-box-01 { font-size: 1.9em;}
	.con-com-02 .ls-txt-05 { font-size: 2.8em;}
	.con-com-02 .ul-box-02 { font-size: 1.6em;}
	.con-com-02 .ul-box-02 ul { width:100%;}
	.con-com-02 .con-box-05 .ls-txt-05.fs-up { font-size: 3.5em;}
	.con-com-02 .ls-txt-06 {font-size: 1.2em}
	.con-com-02 .ls-txt-07 strong { font-size: 2em;}
	.con-com-02 .ls-txt-07 p { font-size: 1.2em;}
	.con-com-02 .ls-img-02 div { padding: 1em 10px; margin-left: 30px; margin-right:30px;}
	.con-com-02 .ls-img-02 p { font-size: 12px;}
	.con-com-02 .con-box-06 { padding:3em 20px;}
	.con-com-02 .ls-txt-07 { padding-bottom:1em;}
	.con-com-02 .con-box-09 .ls-txt-07 strong { font-size: 2.2em;}
	.con-com-02 .ul-box-03 li { font-size: 1.2em;}
	.con-com-02 .ls-txt-08 strong { font-size: 2.2em;}
	.con-com-02 .ls-txt-08 p { font-size: 1em;}
	.con-com-02 .list-box-01 .ls-list { width:calc(50% - 2em);}
	.con-com-02 .list-box-01 .list-img { height: 3.2em;}
	.con-com-02 .list-box-01 h5 { font-size: 0.95em;}
	.con-com-02 .list-box-01 p { font-size:0.95em;}
	.con-com-02 .con-box-10 .box-area { padding-top:2em}
	.con-com-02 .con-box-11 .ls-txt-07 strong { font-size: 1.8em}
	.con-com-02 .ul-box-04 { font-size: 1.05em;}
	.con-com-02 .con-box-12 { display:block;padding: 10em 40px;}
	.con-com-02 .ls-txt-09 strong { font-size: 2.8em;}
	.con-com-02 .ls-txt-09 p { font-size: 1.35em;}
	.con-com-02 .ls-btn { margin-top:3em;}
	.con-com-02 .ls-btn a { font-size: 1.35em; border-width: 1px; padding-bottom:0.7em}
	.con-com-02 .ls-btn i { margin-left: 0.4em}
	.con-com-02 .ls-btn span { position: relative; margin-top: -0.05em}
	.con-com-02 .com-box-08 { background-position: 35% center;}

	.con-com-03 { padding-top: 11em;}
	.con-com-03 .ls-txt-01 { font-size:1.4em }
	.con-com-03 .btn-box { margin-top: 1.5em;}
	.con-com-03 .btn-box a { font-size: 0.9em;}
	.con-com-03 .com-box-02 h3 { font-size: 1.6em;}
	.con-com-03 .com-box-01 { padding-bottom:0;}
	.con-com-03 .com-box-02>div { margin-top:4em; margin-bottom:2em;}

	.con-com-04 { padding-top: 11em;}
	.con-com-04 .com-box-01 { padding-bottom:0em}
	.con-com-04 .ls-txt-01 { font-size: 1.4em;}
	.con-com-04 .ls-txt-02 { font-size: 1.3em;}
	.con-com-04 .ul-box-01 li { font-size: 1.3em;}
	.con-com-04 .ul-box-01 { margin-top: 5em; margin-bottom:3em;}
	.con-com-04 .ls-txt-03 { font-size: 1.1em;}
	.con-com-04 .list-box { flex-wrap: wrap; padding-left: 20px; padding-right:20px;}
	.con-com-04 .list-box .ls-list { width:100%;}
	.con-com-04 .con-box-07 { padding-top: 7em; padding-bottom:7em;}
	.con-com-04 .ls-txt-04 { font-size: 2.4em;}
	.con-com-04 .con-box-08 .step-txt-01 p {font-size: 1.6em;}
	.con-com-04 .con-box-08 .step-txt-01 strong { font-size: 3em;}
	.con-com-04 .con-box-08 .ls-btn { width: 8.6em; height:8.6em; margin: 2em auto;}
	.con-com-04 .con-box-08 .step-box { font-size: 0.78em; max-width: 450px; margin:0 auto;}
	.con-com-04 .con-box-08 .step-box .step-01 { width:100%; margin-right:0}
	.con-com-04 .con-box-08 .step-box .step-02 { width:100%; margin-right:0;}
	.con-com-04 .con-box-08 .step-box .step-03 { flex-wrap:wrap; width:100%; margin-right:0; justify-content: start;}
	.con-com-04 .con-box-08 .step-box .step-03 strong { text-align: left; font-size: 2.2em;}
	.con-com-04 .con-box-08 .step-box .step-03 p { text-align: left; font-size: 8px; padding-left: 4.5em; width:100%;}
	.con-com-04 .con-box-08 .step-box i { margin-top: -0.2em}
	.con-com-04 .con-box-08 .ls-slide-backgrounds img { object-position: center bottom;}
	.con-com-04 .con-box-08 .step-box .step-list { margin-bottom:15px; height: 8.5em;}
	
	.con-com-05 { padding-top: 11em;}
	.con-com-05 .com-box-03 { background-size: 120% auto; padding-top: 7em; padding-bottom:0;}
	.con-com-05 .ls-txt-03 { font-size: 1.1em;}
	.con-com-05 .ls-txt-02 {font-size: 1.8em}
	.con-com-05 .con-box-04 h4 { font-size: 2.6em;}
	.con-com-05 .list-box h5 { font-size: 1em}
	.con-com-05 .list-box .ls-list { width:32%;}
	.con-com-05 .ls-txt-04 { font-size: 1.6em;}
	.con-com-05 .com-box-04 { padding-top:5em; padding-bottom:1em;}
	.con-com-05 .crew-box-01 .ls-crew { flex-wrap: wrap; padding: 10px;}
	.con-com-05 .crew-box-01 .ls-crew .ls-img-02 { width: 70%;}
	.con-com-05 .crew-box-01 .ls-crew .txt-box { width:100%; padding-top: 1em; font-size: 0.9em;}
	.con-com-05 .crew-box-01 { padding: 30px;}
	.con-com-05 .ls-box-in { flex-wrap: wrap; padding-bottom:0;}
	.con-com-05 .ls-box-01 {width:100%; padding-left: 30px}
	.con-com-05 .ls-box-02 { width:100%;}
	.con-com-05 .ls-box-02 h4 { font-size: 1.6em; padding-left:30px; padding-top:0.5em;}
	.con-com-05 .crew-box-02 { width:calc(100% + 60px); transform: translateX(-20px); padding: 20px; margin-right:-20px; border-radius: 0;}
	.con-com-05 .crew-box-02 strong { letter-spacing: 0;}
	.con-com-05 .crew-box-02 .ls-crew p { font-size: 8px;}
	.con-com-05 .crew-box-02 .ls-crew { margin-right:20px; width:calc(33.333% - 20px);}
	.con-com-05 .crew-box-02 .ls-txt-05 span { font-size: 8px;}
	.con-com-05 .crew-box { padding-bottom:0;}
	.con-com-05 .con-box-07 { padding-top: 5em; padding-bottom:5em;}
	.con-com-05 .con-box-09 .step-img-01 {width:calc(100% + 50px); transform: translateX(-25px); margin-bottom:2em; }
	.con-com-05 .con-box-09 .step-box-01 { padding:2em 0;}
	.con-com-05 .con-box-09 .step-box-02 { padding:2em 0;}
	.con-com-05 .con-box-09 .step-box-03 { padding:2em 0;}
	.con-com-05 .con-box-09 .step-img-02 strong { font-size: 4.5em; line-height: 1.2em;}
	.con-com-05 .con-box-09 .step-img-02 p { font-size:1.2em; padding-top: 1.5em;}
	.con-com-05 .con-box-09 .step-img-02 {color:#fff; width:calc(100% + 50px); transform: translateX(-25px); background-repeat: no-repeat; background-size: cover; }
	.con-com-05 .con-box-09 .step-box-01 .step-img-02 { background-position: 75% center; padding: 4em 20px;}
	.con-com-05 .con-box-09 .step-box-02 .step-img-02 { background-position: 5% center; padding: 6.5em 20px;}
	.con-com-05 .con-box-09 .step-box-03 .step-img-02 { background-position: 75% center; padding: 7em 20px;}
	.con-com-05 .con-box-09 .step-txt-01 p { display:none;}
	.con-com-05 .con-box-09 .step-txt-01 strong { font-size: 2.3em;}
	.con-com-05 .con-box-09 .step-txt-01 .fs-up { font-size: 2.3em;}
	.con-com-05 .con-box-09 .step-txt-01 { padding-bottom:2em;}
	.con-com-05 .con-box-09 .step-box-02 .txt-unline:after { display:block;}
	.con-com-05 .con-box-09 .step-box-03 .txt-unline:after { display:block;}
	.con-com-05 .con-box-10 .step-txt-01 p {font-size: 1.6em;}
	.con-com-05 .con-box-10 .step-txt-01 strong { font-size: 3em;}
	.con-com-05 .con-box-10 .ls-btn { width: 8.6em; height:8.6em; margin: 2em auto;}
	.con-com-05 .con-box-10 .step-box { font-size: 0.78em; max-width: 450px; margin:0 auto;}
	.con-com-05 .con-box-10 .step-box .step-01 { width:100%; margin-right:0}
	.con-com-05 .con-box-10 .step-box .step-02 { width:100%; margin-right:0;}
	.con-com-05 .con-box-10 .step-box .step-03 { flex-wrap:wrap; width:100%; margin-right:0; justify-content: start;}
	.con-com-05 .con-box-10 .step-box .step-03 strong { text-align: left; font-size: 2.2em;}
	.con-com-05 .con-box-10 .step-box .step-03 p { text-align: left; font-size: 8px; padding-left: 4.5em; width:100%;}
	.con-com-05 .con-box-10 .step-box i { margin-top: -0.2em}
	.con-com-05 .con-box-10 .ls-slide-backgrounds img { object-position: center bottom;}
	.con-com-05 .con-box-10 .step-box .step-list { margin-bottom:15px; height: 8.5em;}
	
	.con-com-06 { padding-top: 9em;}
	.con-com-06 .ls-box-01 { width:100%;}
	.con-com-06 .ls-box-02 { width:100%; padding-top: 2.5em;}
	.con-com-06 .ls-map-box .ls-info { font-size: 1.1em;}
	.con-com-06 .com-box-03 { height: 37em}
	.con-com-06 .con-box-03 .ls-box-in { top: 3em;}
	.con-com-06 .com-box-02 { padding-top:5em;}
	.con-com-06 .con-box-04 .step-txt-01 p {font-size: 1.6em;}
	.con-com-06 .con-box-04 .step-txt-01 strong { font-size: 3em;}
	.con-com-06 .con-box-04 .ls-btn { width: 8.6em; height:8.6em; margin: 2em auto;}
	.con-com-06 .con-box-04 .step-box { font-size: 0.78em; max-width: 450px; margin:0 auto;}
	.con-com-06 .con-box-04 .step-box .step-01 { width:100%; margin-right:0}
	.con-com-06 .con-box-04 .step-box .step-02 { width:100%; margin-right:0;}
	.con-com-06 .con-box-04 .step-box .step-03 { flex-wrap:wrap; width:100%; margin-right:0; justify-content: start;}
	.con-com-06 .con-box-04 .step-box .step-03 strong { text-align: left; font-size: 2.2em;}
	.con-com-06 .con-box-04 .step-box .step-03 p { text-align: left; font-size: 8px; padding-left: 4.5em; width:100%;}
	.con-com-06 .con-box-04 .step-box i { margin-top: -0.2em}
	.con-com-06 .con-box-04 .ls-slide-backgrounds img { object-position: center bottom;}
	.con-com-06 .con-box-04 .step-box .step-list { margin-bottom:15px; height: 8.5em;}


}
	

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



}


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

/* 	.con-com-07 .area-box .list-box ul { margin-right: -1.5em;}
	.con-com-07 .area-box .list-box li { width:calc(50% - 1.5em); margin-right:1.5em;}

	.con-com-08 .ls-list { width:100%;}
	.con-com-08 .ls-list:nth-child(2) {margin-top:30px;} */


}


@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;}
