@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');   /*notosansKR*/
@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2.0.4/fonts/static/woff2/SUIT.css');


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


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

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

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

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

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





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

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

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

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

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

/* 스타일 가이드 */

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

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

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

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

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

/* 스타일 가이드 끝 */

	
/***************************************************************/
/* 스타일 작업 시작 */
body { background:transparent;}
body, html {width: 100%;}
#wrap {background: transparent; text-align: center; }
*, *:after, *:before {box-sizing: border-box; padding:0; margin:0;}
img { display:inline-block; font-size: 0;}
/* header, .main_silde {width: 100%;} */
a {text-decoration: none; color:#000;}
a:hover { color:#e6bb0a;}
input, select, textarea {font-family:  /* "SUIT",  */'noto sans KR', sans-serif;}

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

/*웹용 메뉴*/
.nav_web { margin-left: auto; margin-right: auto; padding-left: 3%; padding-right: 4%; max-width:1050px; height: 100%; flex:1 1 1050px; position: relative;}
.nav_web a { letter-spacing: -0.03em; height: 100%;color:#fff; }
.nav_web>ul {width:100%; height: 100%; display: flex; align-items: center; }
.nav_web>ul>li { position: relative; flex: auto; flex-shrink: 1; height: 100%;display: inline-block; text-align: center;}
.nav_web>ul>li>a>span { position: relative;}
.nav_web>ul>li:hover>a:after { content:''; bottom:-2px; position: absolute; height:3px; width: 100%; left:0%; background:#9b6a59;} 
.nav_web>ul>li>a {display: flex; justify-content: center;align-items: center; position: relative; font-size: 1.15em; font-weight: 500;}
.nav_web li li a { display:block; text-align: center; padding: 0.5em 0; color:#000;}
.nav_web li li a:hover {font-weight: 600;color:#9b6a59}
.nav_web a { position: relative;  width:100%;}
.nav_web ul ul li { height:100%; font-size: 1.1em;}
.nav_web ul ul li:last-of-type{ border-right:none;}
.nav_web ul ul { position: absolute; width:100%; display:none; padding-top: 1.5em;}
.nav_web>ul>li:hover ul { display:block;}

/*모바일용메뉴*/
.nav_md {width: 100%; height: 100%; top:0; right:0; position: fixed; z-index: 16;} 
.nav_md_head { z-index: 20; position: relative; top:0; left:50%; transform: translateX(-50%); max-width: 1775px; display:flex; align-items: center; padding: 0px 20px 0 20px; width: 100%; height: 90px;}
.nav_md_head h1 { filter: brightness(0) grayscale(1) invert(1); }
.nav_md .nav_md_wrap { position:absolute; right:0; top:0; background:#1b1b1b; height: 100%; width: 100%; }
.nav_md .nav_md_wrap:after {z-index:-1; content:''; position: absolute; right: 0; top:0; width: 66.666%; background:#fff; height:100%;}
.nav_md .nav_md_wrap:before {z-index:3; content:''; position: absolute; left:66.666%; width:1px; height:100%; background-color: rgba(0,0,0,0.2);}
.nav_md .nav-md-box { position: relative; display:flex; width:100%; height:100%; z-index:2;}
.nav_md .head-foo { font-size: 0.95em; width: 33.333%; margin-top:auto; text-align: left; color:#969696;}
.nav_md .head-foo .foo-box { padding: 10% 15%; }
.nav_md .head-foo p { display:block; padding-top: 0.4em;}
.nav_md .head-foo p span span { color:#fff}
.nav_md .head-foo strong { display:block; padding-bottom:1em; font-size: 1.2em; font-weight: 900;}
.nav_md .copy { padding-top: 2em;}
.nav_md .nav-md-ul { display:table; width: 66.666%; background:#fff; position: relative;}
.nav_md .nav-md-list { display:table-cell; vertical-align: middle; max-height: 700px; }
.nav_md .nav-md-list>li { position: relative; width:50%; }
.nav_md .nav-md-list>li:after { opacity: 0; position: absolute; top:50%; transform: translateY(-50%); right:10%; content:'\2192'; font-size: 2.6em; font-weight: 500;}
.nav_md .nav-md-list>li>a { text-align: left; padding: 3.7% 12%; font-size: 3.2em; display:block; font-weight:600; width: 100%;}
.nav_md .nav-md-list>li:hover a { color:#000}
.nav_md .nav-md-list ul { text-align: left; display:none; left:104%; top:20%; position: absolute; width:50%;}
.nav_md .nav-md-list>li:hover:after { opacity: 1;}
.nav_md .nav-md-list>li:hover ul { display:block;}
.nav_md .nav-md-list>li li a { padding: 5% 10%; font-size: 1.3em; color:#6d6d6d;}
.nav_md .nav-md-list>li li a:hover { font-weight:600; color:#6d6d6d;}
.nav_md .nav-md-list>li li span {position: relative; display:inline-block}
.nav_md .nav-md-list>li li span:after {opacity: 0; height: 1px; content:''; width:100%; background:#6d6d6d; position: absolute; bottom:-0.2em; left:0;}
.nav_md .nav-md-list>li li:hover span:after { opacity: 1;}
.nav_md .nav-md-ul a { display:block;}

/* 메뉴 스크롤 시 */
.menu-scroll { background-color:#fff; }
.menu-scroll .nav_web>ul>li>a { color:#000; }
.menu-scroll h1 img { filter: none;}
.menu-scroll .nav_wrap {display: block; z-index:1;width: 100%; height: 13em;background-color:#fff; border-top:1px solid #c9c9c9; position: absolute; left:0; top: 90px;} 
.menu-scroll .nav_web ul ul { opacity: 1;}
/*.menu-scroll ul ul { display:block;}*/

/* 메뉴 스크롤 검정 */
.menu-scroll-black .nav_web>ul>li>a {color:#000; }
.menu-scroll-black h1 img { filter: none;}
.menu-scroll-black .nav-head-box .nav-lang a { opacity: 0.6; color:#000;}   
.menu-scroll-black .nav-head-box { border-color:#000;}
.menu-scroll-black .nav-head-box .nav-lang p:after { background:#000;}
.menu-scroll-black .nav-head-box .nav-lang a.active { color:#009e9f }
.menu-scroll-black .menu_view a:after { color:#000;}
.menu-scroll-black .nav_head .nav-head-box p:nth-child(1):after { background:#000;}
/* .nav_head .nav-head-box:hover .active a, .nav_head .nav-head-box p:hover a { opacity: 1;} */

/* 모바일메뉴보기 버튼 */
header .nav-head { width: 46px; height:46px; position: relative; z-index: 17;}
header .view-nav { z-index:1; position: absolute; border-radius: 40px; background:#9b6a59; top: 0px;  right: 0px;  width: 46px;  height: 46px; display: block; }  
header .view-nav span {  position: absolute; top: -9999px; left: -9999px; }
header .view-nav i {  position: absolute; left: 12px; display: block; width: 48%; height: 2px; background-color: #fff; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
header .view-nav i:nth-child(1) {   top: 18px; }
header .view-nav i:nth-child(2) {   top: 27px;/*   width: 50%; */ }
header .view-nav:hover i:nth-child(2) { width: 48%; }
header .view-nav.open {-webkit-transform: rotate(45deg);transform: rotate(45deg); }
header .view-nav.open i {width: 24px; height: 2px; }
header .view-nav.open i:nth-child(1) {top: 48%;left: 11px; }
header .view-nav.open i:nth-child(2) {top: 48%;left: 11px;-webkit-transform: rotate(90deg);transform: rotate(90deg); }

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

/*메인상단 슬라이드*/
.scroll-box-1 { position:relative; width: 100%; height: 100vh;}
.scroll-box-1-1 { height: 100%;z-index: 2;}
.scroll-box-1 .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 100vh; overflow:hidden;}
.scroll-box-1 .ls-slide-backgrounds img {object-fit: cover;  height: 120vh; width: 100%; object-position: 49% center;}
.scroll-box-1 .ls-slide-backgrounds video {height: 100vh;}
.scroll-box-1 .ls-slide-texts { z-index: 2; color:#fff;}
.scroll-box-1 .ls-head {letter-spacing: -0.02em; word-break: keep-all; position: relative; line-height: 1.4em; font-size :2.8em;}
.scroll-box-1 .ls-head span { display:block;}
.scroll-box-1 .ls-head b { display:block;}
.scroll-box-1 .ls-info1 {letter-spacing: -0.02em; opacity: 0.5; font-size: 1.1em;  padding-top: 2.9em; line-height: 1.3em}
.scroll-box-1 .ls-btn a { border:1px solid rgba(255,255,255,0.5); letter-spacing: -0.3px; border-radius: 3em; line-height:1; display:inline-block; position: relative; padding:0.55em 1.15em; color:#fff;}
.scroll-box-1 .ls-btn a:hover {background: linear-gradient(to right, #182c80, #e6bb0a) padding-box, linear-gradient(to right, #182c80, #e6bb0a) border-box; border: 1px solid transparent;}
.scroll-box-1 .ls-btn a:hover:after { color:#fff;}
.scroll-box-1 .ls-btn .ls-icon:after { font-weight: 600; position: relative; content:'+'; vertical-align: middle; line-height:1; margin-top: -0.25em; color:#e6bb0a; padding-left: 0.5em; height:1em; display:inline-block; }
.scroll-box-1 .ls-icon { display:inline-block; text-align: center; position: relative; padding-bottom: 2em;} 
.scroll-box-1 .ls-icon:after {content:''; position: relative; display:block; width: 6.5em; height:6.5em; background-position: center center; background-repeat: no-repeat; background-size: contain; }
.scroll-box-1 .slide-box { width:100%; padding: 0px 20px; max-width: 1660px; text-align: left; display:flex; justify-content: space-between; align-items: flex-end; position:absolute; left:50%; bottom:14%; transform: translate( -50%, 0%);}

/*메인 스크롤 버튼*/
.scroll-box-1 .scroll-box-btn { z-index: 5;  padding-top: 1.3em;}
.scroll-box-1 .scroll-btn {z-index: 4;display: flex; justify-content : center;align-items: center; clear: both; width: 100%; position: relative;}
.scroll-box-1 .scroll-btn a { margin: 1em; font-weight:600; opacity: 0.6; color:#fff; background:#fff; border-radius: 1em; position: relative; width:0.4em; height:0.4em; line-height:0.4em;}
.scroll-box-1 .scroll-btn a:after { opacity: 0; display:block; position: absolute; content:''; left:-130%; top: -130%; border:1px solid #fff; background:transparent; border-radius: 1em; width:360%; height:360%;}
.scroll-box-1 .scroll-btn span { font-size:0em; display:inline-block; position: relative;}
/* .scroll-box-1 .scroll-btn span:after { opacity: 0; position: absolute;  content:''; left:0; background:#fff; bottom:-0.2em; width:100%; height:1px;} */
.scroll-box-1 .sciroll-btn a:hover:after, .scroll-box-1 .scroll-btn a.active:after { opacity: 1; }
.scroll-box-1 .scroll-btn a:hover, .scroll-box-1 .scroll-btn a.active { opacity: 1;}

/*who we are*/
.scroll-box-2 { position:relative; width: 100%; height: auto; overflow:hidden; background:#f9f9f9; padding-top: 11.3em; padding-bottom: 10.8em; }
.scroll-box-2 .ls-slide-backgrounds {position:absolute; left:0; bottom:0; width: 100%; height: auto; overflow:hidden;}
.scroll-box-2 .ls-slide-backgrounds img {object-fit: cover; object-position: 32% center; max-height: auto; height: auto; width: 100%;}
.scroll-box-2 .scroll-box-2-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-2 .inner-box {  margin: 0px auto; max-width: 1660px; padding-left:20px; padding-right:20px;}
.scroll-box-2 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-2 .m-head { position: relative; text-align: left; display:flex; justify-content: space-between; align-items: flex-end;}
.scroll-box-2 .m-head h2 { font-size: 1.1em; padding-bottom: 0.5em; line-height: 1.15em; font-weight: 900; }
.scroll-box-2 .m-head p { font-size: 2.5em; letter-spacing: -0.03em; font-weight:600; }
.scroll-box-2 .box-inner { padding-top: 5.2em; width: calc(140% + 60px); }
.scroll-box-2 .slide-box { margin-left:auto; margin-right:auto; position: relative; overflow: hidden; z-index:1; }
.scroll-box-2 .swiper-box {display:flex; justify-content: start;}
.scroll-box-2 .ls-list a { display:block; position: relative;}
.scroll-box-2 .ls-list .ls-txt-box { width:100%; font-weight: 500; font-size: 1.4em; color:#fff; text-align: right; position: absolute; padding:2em; left:0; bottom:0;}
.scroll-box-2 .ls-list { flex-shrink: 0; position: relative; width:1080px; margin-right: 60px;}
.scroll-box-2 .ls-img-01 {text-align: left; padding: 19.335% 0; border-radius: 0.5em; overflow:hidden; position: relative; transition: opacity 0.3s;}
.scroll-box-2 .ls-img-01 img {min-height: 100%; max-height: inherit; -o-object-fit: cover;  object-fit: cover; position: absolute;	top: 50%;	left: 50%;	-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.scroll-box-2 .ls-img-01:hover {opacity:0.7;}
.scroll-box-2 .arrowBtn { position: relative; z-index:4;  height: 100%; background: transparent;}
.scroll-box-2 .arrowBtn button { text-indent: -9999px;  width: 3.4095em; height: 1.807em; margin:0 0.2em; border:transparent; background: none;    position: relative;    z-index: 4;}
.scroll-box-2 .arrowBtn button:after { left:50%; top: 50%;  width: 100%;  height: 100%;  content: '';  background-position: center center;  position: absolute; background-size: contain;   background-repeat: no-repeat;}
.scroll-box-2 .arrowBtn button:after { transform: translate(-50%, -50%);}
.scroll-box-2 .arrowBtn .slide-left:after { transform: translate(-50%, -50%) scaleX(-1); }

/*vision*/
.scroll-box-3 { position:relative; width: 100%; overflow:hidden; background-color: #000; padding-top: 11.3em; padding-bottom: 11em; }
/* .scroll-box-3 .ls-slide-backgrounds { position:absolute; left:-5%; bottom:0; max-width:642px; width: 34%; opacity: 0.1; overflow:hidden;}
.scroll-box-3 .ls-slide-backgrounds img { height:100%; width: 100%; } */
.scroll-box-3 .scroll-box-3-1 { height:100%; width:100%; display: table; table-layout: fixed; position: relative; }
.scroll-box-3 .m-head { position: relative; text-align: left; padding-bottom: 1em;}
.scroll-box-3 .m-head h2 { font-size: 1.1em; padding-bottom: 0.5em; line-height: 1.15em; font-weight: 900; }
.scroll-box-3 .m-head p { font-size: 2.5em; letter-spacing: -0.03em; font-weight:600;  color: #fff;}
.scroll-box-3 .box-area { display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-3 .inner-box { margin: 0px auto; max-width: 1660px; padding-left:20px; padding-right:20px; }
.scroll-box-3 .box-inner {display:flex; justify-content: space-between; padding-top: 5.2em;}
.scroll-box-3 .ls-list { width: 31.9%;}
.scroll-box-3 .ls-list img { max-width:100%; transition:transform 0.3s;}
.scroll-box-3 .ls-list a { display:block; position: relative; height:100%; }
.scroll-box-3 .ls-list .ls-txt-box { width:100%; color:#fff; display:flex; justify-content: space-between; align-items: flex-end; text-align: left; position: absolute; padding:2em; left:0; bottom:0;}
.scroll-box-3 .ls-txt-01 strong { font-size: 1.4em;}
.scroll-box-3 .ls-txt-01 p { font-size: 1em; padding-top: 0.2em;}
.scroll-box-3 .ls-list .ls-icon {  opacity: 0;}
.scroll-box-3 .ls-list .ls-icon:after { position: relative; content: ''; color: #fff; vertical-align: middle; display:inline-block; width: 3.4095em; height: 1.807em; background-size: contain; background-position: left center; background-repeat: no-repeat;}
.scroll-box-3 .ls-list .ls-icon span { font-size:0; position: absolute; height:0; width:0;}
.scroll-box-3 .ls-list a:hover .ls-icon {opacity: 1;}
.scroll-box-3 .ls-list a:hover img { 
	transform:scale(1.05);             /*  default */
	-webkit-transform:scale(1.05);  /*  크롬 */
	-moz-transform:scale(1.05);     /* FireFox */
	-o-transform:scale(1.05);  
}

/* brand */
.scroll-box-4 { position:relative; width: 100%; overflow:hidden; padding-top: 11.3em; padding-bottom: 5.4em; }
.scroll-box-4 .ls-slide-backgrounds {position:absolute; left:0; top:0; width: 100%; height: 100%; overflow:hidden;}
.scroll-box-4 .ls-slide-backgrounds img {object-fit: cover; object-position: center; height:100%; width: 100%;}
.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: 1540px; padding-left:20px; padding-right:20px; }
.scroll-box-4 .m-head { position: relative; text-align: center; padding-bottom: 1em;}
.scroll-box-4 .m-head h2 { font-size: 1.1em; padding-bottom: 0.5em; line-height: 1.15em; font-weight: 900; }
.scroll-box-4 .m-head p { font-size: 2.5em; letter-spacing: -0.03em; font-weight:600;}
.scroll-box-4 .slide-base { align-items: center; justify-content: space-between; display:flex; width:100%;}
.scroll-box-4 .slide-box { display:block; width:100%; letter-spacing: -0.03em;}
.scroll-box-4 .slide-box .ls-list-lt { width: 23%; min-width: 20em; text-align: left;}
.scroll-box-4 .slide-box .ls-list-ct { width: 40%;}
.scroll-box-4 .slide-box .ls-list-rt { width: 23%; min-width: 20em; text-align: center;}
.scroll-box-4 .box-inner { padding-top: 3.3em; overflow: hidden;}
.scroll-box-4 .ls-list-lt h3 { height: 2.7em;}
.scroll-box-4 .ls-list-lt h3 img { max-height:100%;}
.scroll-box-4 .ls-list-lt strong { display:block; font-size: 1.3em; padding-top:1em;}
.scroll-box-4 .ls-list-lt p { font-size: 1.2em; padding-top:0.5em; padding-bottom:2em;}
.scroll-box-4 .ls-txt-01 { opacity: 0.5;}
.scroll-box-4 .ls-list-rt .ls-icon:after { position: relative; top:-0.1em;  content: ''; color: #fff; vertical-align: middle; display:inline-block; width: 2em; height:2.5em; background-size: contain; background-position: center center; background-repeat: no-repeat;}
.scroll-box-4 .ls-list-rt .ls-icon span { font-size:0; position: absolute; height:0; width:0;}
.scroll-box-4 .ls-list-rt p { font-size: 1.2em; font-weight: 500; padding-top: 0.7em;}
.scroll-box-4 .ls-list-ct img { max-width:100%;}
.scroll-box-4 .ls-btn { padding-top: 4em;}
.scroll-box-4 .ls-btn .ls-icon:after { position: relative;  content: ''; color: #fff; vertical-align: middle; display:inline-block;width: 3.4095em; height: 1.807em; background-size: contain; background-position: left center; background-repeat: no-repeat;}
.scroll-box-4 .ls-btn .ls-icon span { font-size:0; position: absolute; height:0; width:0;}
.scroll-box-4 .slide-btn {z-index: 4; padding-top: 1em;display: flex; justify-content : center;align-items: center; clear: both; width: 100%; position: relative;}
.scroll-box-4 .slide-btn a { margin: 1em; font-weight:600; opacity: 0.4; color:#000; background:#000; border-radius: 1em; position: relative; width:0.4em; height:0.4em; line-height:0.4em;}
.scroll-box-4 .slide-btn a:after { opacity: 0; display:block; position: absolute; content:''; left:-130%; top: -130%; border:1px solid #000; background:transparent; border-radius: 1em; width:360%; height:360%;}
.scroll-box-4 .slide-btn span { font-size:0em; display:inline-block; position: relative;}
.scroll-box-4 .slide-btn a:hover:after, .scroll-box-4 .slide-btn a.active:after { opacity: 1; }
.scroll-box-4 .slide-btn a:hover, .scroll-box-4 .slide-btn a.active { opacity: 1;}

/* business */
.scroll-box-5 { position:relative; width: 100%; overflow:hidden; padding-top: 11.3em; padding-bottom: 7em; }
.scroll-box-5 .ls-slide-backgrounds { position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden;}
.scroll-box-5 .ls-slide-backgrounds img { height:100%; width: 100%;object-fit: cover; object-position: 60% center; }
.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:0 auto; max-width: 1660px; padding-left:20px; padding-right:20px; }
.scroll-box-5 .box-inner {position: relative; display:flex; justify-content: space-between; margin-top: 5.5em;}
.scroll-box-5 .m-head { position: relative; text-align: left; padding-bottom: 1em;}
.scroll-box-5 .m-head h2 { font-size: 1.1em; padding-bottom: 0.5em; line-height: 1.15em; font-weight: 900; }
.scroll-box-5 .m-head p { font-size: 2.5em; letter-spacing: -0.03em; font-weight:600; }
.scroll-box-5 .list-box  {z-index:2; position: absolute; flex-wrap: wrap; display:flex; width:100%; height:100%; align-items: flex-end;}
.scroll-box-5 .ls-list { background-image:none!important; z-index:2; width: 33.333%; display: table; height:100%; border-right:1px solid rgba(255,255,255,0.5); }
.scroll-box-5 .ls-list:last-of-type { border-right:0; }
.scroll-box-5 .ls-list a { display:table-cell; vertical-align: bottom; text-align: left; background:rgba(0,0,0,0.2); padding: 2.5em; border-radius: 0.7em; color:#fff}
.scroll-box-5 .ls-info { display:flex; align-items: center; justify-content: space-between;}
.scroll-box-5 .ls-info h3 { font-size: 1.5em;}
.scroll-box-5 .list-bg div {min-height:457px;}
.scroll-box-5 .list-bg div img { max-width:100%; }
.scroll-box-5 .list-bg { position: relative; width:100%}
.scroll-box-5 .list-box:after { border-radius: 0.7em; opacity: 0; z-index:1; position: absolute; content:''; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); }
.scroll-box-5 .list-box:hover:after { opacity: 1; }
.scroll-box-5 .ls-info .ls-icon {  opacity: 0;}
.scroll-box-5 .ls-info .ls-icon:after { position: relative; content: ''; color: #fff; vertical-align: middle; display:inline-block; width: 3.4095em; height: 1.807em; background-size: contain; background-position: left center; background-repeat: no-repeat;}
.scroll-box-5 .ls-info .ls-icon span { font-size:0; position: absolute; height:0; width:0;}
.scroll-box-5 .ls-list a:hover .ls-icon { opacity: 1;}
.scroll-box-5 .ls-list-bg { display:none;}

/* COMMUNITY */
.scroll-box-6 {  position:relative; width: 100%; overflow:hidden; padding-top: 11.3em; padding-bottom: 11em; }
.scroll-box-6 .ls-slide-backgrounds { position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden;}
.scroll-box-6 .ls-slide-backgrounds img { height:100%; width: 100%;object-fit: cover; object-position: 60% center; }
.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:0 auto; max-width: 1660px; padding-left:20px; padding-right:20px; }
.scroll-box-6 .box-inner {position: relative; display:flex; justify-content: space-between; padding-top: 4.3em;}
.scroll-box-6 .m-head { position: relative; text-align: center; padding-bottom: 1em;}
.scroll-box-6 .m-head h2 { font-size: 1.1em; padding-bottom: 0.5em; line-height: 1.15em; font-weight: 900; }
.scroll-box-6 .m-head p { font-size: 2.5em; letter-spacing: -0.03em; font-weight:600; }
.scroll-box-6 .list-box  {flex-wrap: wrap; display:flex; width:100%; height:100%; align-items: stretch;}
.scroll-box-6 .ls-list {z-index:2; width: 33.333%; display: table; height:100%; }
.scroll-box-6 .ls-list a { display:block}
.scroll-box-6 .ls-list a:hover { color:#9b6a59 }
.scroll-box-6 .ls-icon { padding-bottom: 1em; height: 10.3em; }
.scroll-box-6 .ls-icon img { max-height:100%; transition:transform 0.3s;}
.scroll-box-6 .ls-info h3 { font-size: 1.3em; padding-bottom: 1em;}
.scroll-box-6 .ls-info p { font-size: 1.1em;}
.scroll-box-6 .ls-list a:hover img { 
	transform:scale(1.15);             /*  default */
	-webkit-transform:scale(1.15);  /*  크롬 */
	-moz-transform:scale(1.15);     /* FireFox */
	-o-transform:scale(1.15);  
}

/*서브상단 뒷배경*/
.snb-bg { height: 44em; position: relative;}
.snb-bg .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height:100%; overflow:hidden;}
.snb-bg .ls-slide-backgrounds img {object-fit: cover; height: 100%; width: 100%; object-position: 50% top}
.snb-bg .box_inner { height: 100%; clear: both; position: relative; text-align: left; margin:0 auto; max-width: 1660px; padding-left:20px; padding-right:20px;}
.snb-bg .ls-slide-texts { width: 100%; color:#fff; position:absolute; left:0; bottom: 7em; padding-left:20px; padding-right:20px;}
.snb-bg .ls-slide-texts .ls-head { text-shadow: 5px 5px 7px rgba(0,0,0,0.2); font-size: 2.9em; font-weight: 400; padding: 0.5em 0; line-height: 1.3em;}
.snb-bg .ls-slide-texts .ls-head b { display:block; font-weight:800}
.snb-bg .ls-slide-texts p { font-size: 1.1em; opacity: 0.6; }
.snb-bg .ls-location { font-size: 0.8em;  }
.snb-bg .ls-location>span { opacity: 0.6; position: relative; display:inline-block; vertical-align: middle;}
.snb-bg .ls-location>span:before { position: relative; top: -0.1em; content:'>'; display:inline-block; vertical-align: middle; padding-left: 0.5em; padding-right: 0.5em; }
.snb-bg .ls-location .home { opacity: 1; text-indent: -9999px; width: 1em; height:1em; background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='252px' height='232px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M125.997,-0.000 L-0.004,105.586 L39.955,105.586 L39.955,231.996 L100.874,231.996 L101.012,231.996 L101.012,140.858 L150.983,140.858 L150.983,231.996 L151.121,231.996 L212.040,231.996 L212.040,105.586 L251.999,105.586 L125.997,-0.000 Z'/%3E%3C/svg%3E");}
.snb-bg .ls-location .home:before { display:none;}
.snb-bg .ls-location .loc-last span{ padding-bottom: 0.2em; border-bottom:1px solid #fff;}
.snb-bg .snb-bg-pos-03 img { object-position: left 30%; }

.snb { width: 100%;  position: relative ; z-index:3; height: 5.5em;}
.snb .snb-in {position: relative; z-index:3; width:100%; height:100%;margin: 0 auto; max-width: 1660px;  }
.snb:after {position: absolute; height:1px; content:''; width:100%; left: 0px; bottom:0; background:#b2b2b2;}
.snb h2 { padding-top: 40px; position: relative;}
.snb ul { position: relative; display: flex; max-width: 680px; flex:1 1 680px; margin:0 auto; justify-content: center; align-items: center; height:100%; width: 100%; padding-left:20px; padding-right:20px; }
.snb li {position: relative; width:100%; height:100%; flex-shrink: 1; max-width: 33%;}    
.snb li a { font-size: 1.2em; font-weight:600; display:block; width:100%; height:100%; position: relative;}
.snb li a:after { opacity: 0; z-index: 4;  left: 50%; transform: translateX(-50%);  position: absolute;    bottom: -1px;    height: 3px;    background: #9b6a59;    width: 100%;    content: '';}
.snb li a>span { opacity: 0.4; display:flex; justify-content: center; align-items: center; height:100%; position: relative;}
.snb li a:hover:after, .snb li a.active:after { opacity: 1;}
.snb li a.active, .snb li a:hover {color:#9b6a59; }
.snb li a.active span, .snb li a:hover span { opacity: 1;}

.snb-md { z-index: 8; position: relative; height: 4em;}
.snb_list { display: none; z-index:9; right:0px; top:4em; width: 100%; position: absolute; background:rgba(255,255,255,1); box-shadow: 0px 0px 1.2em rgba(0,0,0,0.12); overflow: hidden; border-bottom-left-radius: 0.7em; border-bottom-right-radius: 0.7em;  }
.snb-md .snb_list ul { border-top:0; padding-left: 1.2em; padding-right:1.2em; }
.snb-md .snb_list li:nth-child(1) { border-top:0;}
.snb-md li { width: 100%; border-top:1px solid #e2e2e2;}
.snb-md li a { line-height:1.4; text-align: left; position: relative; display: block; padding: 0.7em 0; }
.snb-md li a:hover, .snb-md li a.active { font-weight:600;  color:#e6bb0a} 
.snb-md i { font-size:0;font-style: normal; height:100%; display:block; width: 40px; position: absolute; right: 5px; top:0;}
.snb-md i:after { z-index:4;position: absolute; color:#000; top:50%; left:50%; content:'\25E2'; font-size:0.7rem; font-weight: 300; }
.snb-md .snb_view:after { transform: translate(-59%, -65%) rotate( 45deg )}
.snb-md .snb-close:after { transform: translate(-57%, -35%) rotate( -135deg )}
.snb-md li:last-of-type a:after { display: none;}
.snb-md .sel-menu {border-bottom:1px solid #e2e2e2; 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 { font-size: 1.2em; font-weight:600; display:flex; align-items: center; height:100%; }

/*메인 슬라이드 내용*/
.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:#9b6a59;}
.bgc-02 { background-color:#000000;}
.bgc-03 { background-color:#7e6b5a;}
.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:#9b6a59}
.fc-02 { color:#ff9600}
.fc-03 { color:#6170dc}
.fc-04 { color:#48c5ff}
.fc-05 { color:#c71528}
.fn-01 { font-family: 'SUIT', 'Noto Sans KR', sans-serif!important; font-weight:700; }
/* .fn-02 { font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif!important; } */
.fs-01 { font-weight: 300;}

/*푸터*/
footer { background:#1b1b1b;position: relative; width: 100%;  word-break: keep-all; font-size: 0.85em; }
footer .box-inner {margin:0 auto;  width: 100%; max-width: 1660px; padding: 4em 20px; position: relative;}
footer .footer {  color:#969696; position: relative; width:100%; height: 100%; text-align: left;}
footer .col-box-in { text-align: left; width:100%; flex-wrap: wrap; display:flex; justify-content: space-between; align-items: flex-start;   }
footer .col-box:nth-child(1) { display:flex; width: 60%; }
footer .col-box:nth-child(2) { width: 40%; }
footer .foo-logo img { height:100%; filter: brightness(0) grayscale(1) invert(1); opacity: 0.6;}
footer .foo-logo { height: 3.13em; padding-right: 10%; }
footer .col-box p { display:block; padding-top: 0.4em;}
footer .col-box p span span { color:#fff}
footer .col-box strong { display:block; padding-bottom:1em; font-size: 1.2em; font-weight: 900;}
footer .copy { padding-top: 2em;}
footer .foo-menu ul {display:flex; justify-content: space-between; flex:1 1 780px; }
footer .foo-menu a { font-size: 1.15em; color:#fff;}
footer .foo-menu a:hover {color:#9b6a59}
footer .foo-sns { text-align:right;}
footer .foo-sns ul { margin-top:100px; }
footer .foo-sns ul li { display:inline-block; margin-left:30px; ;}

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

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

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

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

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

.con-head { font-weight: 600;}  /* 서브 컨텐츠 제목 */
.con-head h3 { font-size: 2.75em;}
.con-head p { letter-spacing: -0.01em; font-size: 3.1em; padding-top: 0.3em;}
.con-head+.con-head { padding-top: 70px;}

.ls-tab-01 a { font-size: 1.05em; color:#aaaaaa; border-radius: 5em; display:block; border:1px solid #aaaaaa; padding: 0.4em 0 0.5em 0; line-height:1;}
.ls-tab-01 ul { display:flex; }
.ls-tab-01 a:hover, .ls-tab-01 a.active{ font-weight:600; color:#fff; border-color:#000; background:#000; }

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

.ls-icon-01:after {/*버튼*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='60.5px' height='32.5px'%3E%3Cpath fill-rule='evenodd' fill='rgb(155, 106, 89)' d='M-0.000,16.000 L28.000,16.000 L28.000,17.000 L-0.000,17.000 L-0.000,16.000 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(155, 106, 89)' d='M43.902,-0.001 C52.793,-0.001 60.000,7.163 60.000,16.000 C60.000,24.836 52.793,31.999 43.902,31.999 C35.012,31.999 27.805,24.836 27.805,16.000 C27.805,7.163 35.012,-0.001 43.902,-0.001 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M28.000,16.454 L43.902,16.454 L36.585,9.181 '/%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='40px' height='50px'%3E%3Cpath fill-rule='evenodd' fill='rgb(35, 24, 21)' d='M0.068,27.411 C0.907,27.337 11.308,27.398 17.103,27.398 C19.899,27.402 15.872,28.372 15.293,31.278 C14.471,35.353 12.890,37.066 10.560,40.428 C9.659,41.730 9.131,42.952 8.276,44.060 C10.072,46.045 19.069,48.027 20.863,50.005 C19.946,47.533 20.585,45.457 22.014,43.447 C25.025,39.197 26.922,36.436 27.813,31.225 C28.021,30.007 28.160,28.763 28.317,27.638 C29.408,27.829 30.458,28.249 31.449,28.128 C32.482,27.999 33.453,27.349 34.451,26.918 C34.753,26.793 35.046,26.676 35.348,26.541 C36.509,26.023 37.662,25.505 39.025,24.898 C36.844,23.949 34.832,23.166 32.891,22.209 C31.601,21.574 30.403,21.317 29.107,22.092 C28.896,22.221 28.623,22.249 28.325,22.332 C28.285,22.030 28.246,21.795 28.222,21.553 C27.591,14.990 25.430,11.086 21.687,5.795 C21.242,5.167 20.792,4.415 20.693,3.672 C20.536,2.446 20.655,1.174 20.655,0.013 C19.024,1.824 9.572,3.789 7.837,5.729 C8.742,6.939 9.804,8.238 10.750,9.630 C12.989,12.901 14.473,14.531 15.285,18.469 C15.896,21.404 19.915,22.400 17.073,22.400 C10.461,22.395 6.631,22.408 0.022,22.374 L0.068,27.411 Z'/%3E%3C/svg%3E");}
.ls-icon-03:after {/*탁*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='60px' height='33px'%3E%3Cpath fill-rule='evenodd' fill='rgb(35, 24, 21)' d='M5.276,7.215 C4.979,7.533 4.669,7.849 4.396,8.177 C2.283,10.715 2.571,12.230 6.174,12.796 C11.263,13.593 16.548,14.047 21.715,13.855 C31.856,13.481 41.556,11.227 50.341,6.807 C53.236,5.345 55.599,3.125 58.587,0.983 C58.656,1.073 59.475,1.678 59.591,2.360 C61.745,15.419 54.406,27.711 37.534,31.230 C28.366,33.141 19.217,31.492 10.995,27.519 C4.253,24.257 1.211,18.695 0.065,12.434 C-0.486,9.428 2.561,8.320 5.276,7.215 '/%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='38px' height='67px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 172, 213)' d='M37.996,66.989 L4.196,33.501 L37.996,0.011 L33.806,0.011 L0.004,33.501 L33.806,66.989 L37.996,66.989 Z'/%3E%3C/svg%3E"); }


/* 인사말 */
.con-com-01 { overflow: hidden;  margin:0 auto; padding:10em 0px 13em 0px; position: relative;}
.con-com-01 .con-head { padding-bottom: 4.5em; text-align: center; max-width: 1660px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-01 .com-box-01 { max-width: 1660px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-01 .con-box-01 { display:flex; justify-content: space-between;}
.con-com-01 .ls-img-01 { padding-top: 0.5em; width: 50%; }
.con-com-01 .ls-img-01 img { max-width:100%;}
.con-com-01 .ls-txt-box { width: 50%; text-align: left; padding-left: 5%; }
.con-com-01 .ls-txt-01 { line-height: 1.4em; font-size: 2.8em; padding-bottom:1.2em; border-bottom:1px solid rgba(0,0,0,0.3)}
.con-com-01 .ls-txt-02 .ls-sign { opacity: 1; padding-top: 1.5em; text-align: right;}
.con-com-01 .ls-txt-02 .ls-sign span { display:inline-block; padding-left: 0.5em; font-weight:600; letter-spacing: 0.6em; height: 2.4em; }
.con-com-01 .ls-txt-02 .ls-sign span img { max-height:100%;}
.con-com-01 .ls-txt-02 .ls-sign b { opacity: 0.4;}
.con-com-01 .ls-txt-02 { line-height: 1.8em; padding-top: 3.3em; font-size: 1.1em;}
.con-com-01 .ls-txt-02 p { padding-bottom:1.8em; opacity: 0.8;}

.con-com-02 { overflow: hidden;  margin:0 auto; padding:10em 0px 13em 0px; position: relative;}
.con-com-02 .h4-ti { font-weight:400; font-size: 2.9em; padding-bottom: 2em;}
.con-com-02 .com-box-01 { max-width: 1660px; margin:0 auto; padding-bottom:5em; padding-left:20px; padding-right:20px;}
.con-com-02 .con-box-01 { height: 25em; display:table; border-radius: 0.5em; width:100%; overflow: hidden; background-size: cover; background-position: left center; background-repeat: no-repeat;}
.con-com-02 .com-box-02 { position: relative; max-width: 1660px; padding-top: 5em; padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-02 .com-box-02:before { position: absolute; left:20px; top:0; content:''; display:block; width:calc(100% - 40px); height:1px; background:rgba(0,0,0,0.3);}
/* .con-com-02 .con-box-01 { color:#fff; max-width: 1540px; padding-left:20px; padding-right:20px; padding-top: 2em; margin:0 auto;} */
.con-com-02 .con-box-01 .ls-tt { color:#fff; text-align: left; display:table-cell; vertical-align: bottom; font-size: 1.7em; padding-left: 2em; padding-bottom:2em; font-weight:600; line-height: 1.5em;}
.con-com-02 .con-box-02 { position: relative; padding-top: 5em;}
.con-com-02 .ls-img-01 img { max-width:100%;}
.con-com-02 .ls-txt-01 strong { line-height: 1.4em; display:inline-block; font-size: 2.2em; padding-bottom:1.5em;}
.con-com-02 .ls-txt-01 { letter-spacing: -0.03em; opacity: 0.8; font-size: 1.1em; line-height: 1.7em;}
.con-com-02 .ls-txt-01 p { padding-bottom: 2em;}
.con-com-02 .ls-md-box { display:none; }

/* 오시는길 */
.con-com-03 { overflow: hidden;  margin:0 auto; padding: 9em 0px 8em 0px; position: relative;}
.con-com-03 .con-head { text-align: center; max-width: 1660px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-03 .con-head h3 { font-size: 2.8em; font-weight:400}
.con-com-03 .com-box-01 {max-width: 1620px; margin:0 auto; }
.con-com-03 .con-box-01 { padding-top: 7em;}
.con-com-03 .ls-map { height: 28em;}
.con-com-03 .ls-map img { object-fit: cover; height:100%;}
.con-com-03 .ls-map iframe { width:100%; height:100%;}
.con-com-03 .ls-map img, .con-com-06 .ls-map iframe { width:100%;}
.con-com-03 .map-info { display:flex; align-items: stretch; padding-top: 5em; padding-left:20px; padding-right:20px;}
.con-com-03 .map-info h4 { position: relative; text-align: left; width: 22%;font-size: 1.6em;}
.con-com-03 .dl-box-01 { width:100%; text-align: left; display:flex;}
.con-com-03 .dl-box-01 dl { padding-top: 0.2em; font-size: 1.2em; padding-right: 10%; display:flex; flex-shrink: 1;}
.con-com-03 .dl-box-01 dl:last-of-type { padding-right:0;}
.con-com-03 .dl-box-01 dt { padding-left: 2em; padding-right: 3em; font-weight:600; position: relative;}
.con-com-03 .dl-box-01 dt:before { content:''; position: absolute; left:0; top: 0.25em; width:1em; height:1em; background-repeat: no-repeat; background-position: left center; background-size: contain;}
.con-com-03 .dl-box-01 dl:nth-child(1) dt:before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='242px' height='314px'%3E%3Cpath fill-rule='evenodd' fill='rgb(155, 106, 89)' d='M120.863,0.000 C54.432,0.000 1.477,53.967 0.579,120.526 C-1.004,237.878 120.863,314.000 120.863,314.000 C120.863,314.000 239.565,244.221 241.148,120.526 C241.999,53.966 187.294,0.000 120.863,0.000 ZM120.860,183.168 C91.577,183.168 67.838,159.382 67.838,130.040 C67.838,100.699 91.577,76.913 120.860,76.913 C150.143,76.913 173.881,100.699 173.881,130.040 C173.881,159.382 150.143,183.168 120.860,183.168 Z'/%3E%3C/svg%3E");}
.con-com-03 .dl-box-01 dl:nth-child(2) dt:before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='298px' height='271px'%3E%3Cpath fill-rule='evenodd' fill='rgb(155, 106, 89)' d='M15.536,103.512 L15.536,103.512 C64.240,168.999 127.276,222.432 199.805,259.709 L199.807,259.710 C247.801,281.999 268.583,262.826 276.633,253.295 L294.086,232.630 C300.000,225.626 299.128,215.141 292.135,209.215 L251.296,174.596 C247.283,171.195 240.596,165.526 211.768,181.510 C204.816,185.364 196.572,185.972 189.686,182.001 L189.686,182.001 C153.071,160.882 120.558,133.322 93.706,100.643 L93.706,100.643 C88.656,94.497 87.890,86.251 90.533,78.744 C101.493,47.616 94.806,41.946 90.793,38.546 L49.953,3.927 C42.961,-2.000 32.495,-1.126 26.581,5.877 L9.128,26.543 C1.079,36.075 -9.003,64.318 15.536,103.512 Z'/%3E%3C/svg%3E");}
.con-com-03 .dl-box-01 dd { opacity: 0.8;}

.con-com-04 { overflow: hidden;  margin:0 auto; padding: 9em 0px 8em 0px; position: relative;}
.con-com-04 .h4-ti { font-weight:400; font-size: 2.9em; padding-top: 0.4em;}
.con-com-04 .com-box-02 { position: relative; }
.con-com-04 .com-box-02:before {z-index:-1; content:''; position: absolute; left:0; top:3.05em; height:calc(100% - 5.42em); width:100%; background:#161616;}
.con-com-04 .con-box-02 { color:#fff; display:flex; justify-content: space-between; margin:0 auto; align-items: center; width:100%; max-width:1660px; padding-left:20px; padding-right:20px;}
.con-com-04 .con-box-01 { padding-bottom: 8em; max-width:1660px; padding-left:20px; padding-right:20px; margin:0 auto; }
.con-com-04 .com-box-03 { position: relative; padding-top:5em; max-width:1660px; padding-left:20px; padding-right:20px; margin:0 auto; }
.con-com-04 .com-box-05 { position: relative; }
.con-com-04 .com-box-05:before {z-index:-1; content:''; position: absolute; left:0; top:3.6em; height:calc(100% - 5.42em); width:100%; background:#242424;}
.con-com-04 .con-box-05 { color:#fff; display:flex; justify-content: space-between; margin:0 auto; align-items: center; width:100%; max-width:1660px; padding-left:20px; padding-right:20px;}
.con-com-04 .con-box-04 { padding-bottom: 8em; max-width:1660px; padding-left:20px; padding-right:20px; margin:0 auto; }
.con-com-04 .com-box-04 { padding-top: 13em}
.con-com-04 .com-box-06 { position: relative; padding-top:5em; max-width:1660px; padding-left:20px; padding-right:20px; margin:0 auto; }
.con-com-04 .ls-img-01 { height: 4.4em; margin-bottom:0.7em;}
.con-com-04 .ls-img-01 img { max-height: 100%;}
.con-com-04 .ls-img-03 { height: 4em; margin-bottom:1em}
.con-com-04 .ls-img-03 img { max-height: 100%;}
.con-com-04 .ls-txt-01 { opacity: 0.8; padding-top: 1em;}
.con-com-04 .ls-txt-02 { padding-top: 5em;}
.con-com-04 .ls-txt-02 .ls-icon:after { position: relative; top:-0.1em;  content: ''; color: #fff; vertical-align: middle; display:inline-block; width: 2em; height:2.5em; background-size: contain; background-position: center center; background-repeat: no-repeat;}
.con-com-04 .ls-txt-02 .ls-icon span { font-size:0; position: absolute; height:0; width:0;}
.con-com-04 .ls-txt-02 p {  padding-top: 0.7em; line-height: 1.8em;} 
.con-com-04 .ls-list-lt { width: 28%; min-width: 16em; text-align: left;}
.con-com-04 .ls-list-ct { width: 40%; padding-left: 3%; padding-right:3%;}
.con-com-04 .ls-list-rt { width: 28%; min-width: 16em; text-align: center; padding-top:6em; padding-bottom:6em;}
.con-com-04 .ls-list-ct img { max-width:100%;}
.con-com-04 .ls-txt-04 { letter-spacing: -0.03em; font-size: 1.15em; padding-bottom: 0.3em}
.con-com-04 .ls-list-lt strong { font-size: 1.6em; }
.con-com-04 .ls-txt-03 { padding-top: 3em;}
.con-com-04 .ls-txt-03 p {  opacity: 0.6; letter-spacing: -0.04em;}
.con-com-04 .dl-box-01 {display:flex; width:100%; padding-top: 0.5em;}
.con-com-04 .dl-box-01 dl { display:flex; padding-right: 2.5em;}
.con-com-04 .dl-box-01 dt { padding-right:0.7em;}
.con-com-04 .dl-box-01 dd { opacity: 0.6;}
.con-com-04 .taste-list { max-width: 18em; text-align: left;}
.con-com-04 .taste-list strong { font-weight:500; font-size: 1.1em;}
.con-com-04 .taste-list ul {padding-top:0.5em;}
.con-com-04 .taste-list li { display:flex; align-items: center; padding: 0.5em 0;}
.con-com-04 .taste-list span { min-width: 3.6em;}
.con-com-04 .taste-list .taste-bar { position: relative;  height: 5px; width:100%; background:#868686}
.con-com-04 .taste-list .taste-bar span { position: absolute; left:0; top:0; height:100%; display:block; background:#825b4c }
.con-com-04 .ls-box-in {padding: 3em 0; display:flex; border-bottom:1px solid #b2b2b2}
.con-com-04 .ls-box-01 { text-align: left; width: 29%;}
.con-com-04 .ls-box-02 { text-align: left; width: 71%;}
.con-com-04 .ls-box-01 h5 { font-size: 1.5em;}
.con-com-04 .ls-box-02 li { display:flex; align-items: stretch; padding: 0.4em 0; font-size: 1.1em;}
.con-com-04 .ls-box-02 li strong { min-width: 6em; }
.con-com-04 .ls-box-02 li img { vertical-align: middle;}
.con-com-04 .ls-img-02 { display:inline-block; height:1.4em; position: relative; top:-0.05em;}
.con-com-04 .ls-box-02 img { max-height: 100%}
.con-com-04 .opc-08 { opacity: 0.8;}
.con-com-04 .ls-img-04 { padding-top: 10em;}
.con-com-04 .ls-img-04 img { max-width:100%;}
.con-com-04 .con-box-03 .h4-ti { padding-bottom: 2em;}
.con-com-04 .con-box-06 .h4-ti { padding-bottom: 2em;}

.con-com-05 { overflow: hidden;  margin:0 auto; padding: 9em 0px 8em 0px; position: relative;}
.con-com-05 .con-head { text-align: center; max-width: 1660px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-05 .con-head h3 { font-size: 2.8em; font-weight:400}
.con-com-05 .com-box-01 { max-width:1660px; padding-left:20px; padding-right:20px; margin:0 auto; }
.con-com-05 .h4-ti { text-align: left; font-weight:400; font-size: 2.4em; padding-top: 3em; padding-bottom:1em;}
.con-com-05 .list-box { overflow: hidden;}
.con-com-05 .list-box ul { flex-wrap: wrap; display:flex; align-items: center;  margin-right: -5em;}
.con-com-05 .list-box li { position: relative; padding: 7% 0; width: calc(20% - 5em); margin-right:5em; 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='260px' height='260px'%3E%3Cpath fill-rule='evenodd' fill='rgb(243, 243, 243)' d='M130.000,-0.000 C201.797,-0.000 260.000,58.203 260.000,130.000 C260.000,201.797 201.797,260.000 130.000,260.000 C58.203,260.000 0.000,201.797 0.000,130.000 C0.000,58.203 58.203,-0.000 130.000,-0.000 Z'/%3E%3C/svg%3E");}
.con-com-05 .list-box li:after { content:''; right:-4em; top: 50%; width: 2.7em; height: 2em; opacity: 0.4; transform: translateY(-50%) rotate(180deg); background-position: center center;  position: absolute; background-size: contain;  background-repeat: no-repeat;filter: brightness(0) grayscale(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='38px' height='67px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 172, 213)' d='M37.996,66.989 L4.196,33.501 L37.996,0.011 L33.806,0.011 L0.004,33.501 L33.806,66.989 L37.996,66.989 Z'/%3E%3C/svg%3E");}
.con-com-05 .list-box li:last-of-type:after { opacity: 0;}
.con-com-05 .list-box b { font-size: 1.8em;}
.con-com-05 .list-box p { font-weight:600; font-size: 1.4em;}
.con-com-05 .con-box-02 { padding-top: 3em;}

.con-com-06 { overflow: hidden;  margin:0 auto; padding: 9em 0px 8em 0px; position: relative;}
.con-com-06 .con-head { text-align: center; max-width: 1660px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-06 .con-head h3 { font-size: 2.8em; font-weight:400}
.con-com-06 .com-box-01 { max-width:1660px; padding-left:20px; padding-right:20px; margin:0 auto; }
.con-com-06 .h4-ti { text-align: left; font-weight:400; font-size: 1.5em; }
.con-com-06 .ls-box-in { display:flex; justify-content: space-between; align-items: flex-start; letter-spacing: -0.05em; }
.con-com-06 .ls-box-lt { text-align: left; width: 25%;}
.con-com-06 .ls-box-rt { width: 70.5%; padding-top: 2em;}
.con-com-06 .ls-box-lt h4 { padding-bottom:2.9em;}
.con-com-06 .ls-box-lt .txt-etc { font-size: 1.1em;}
.con-com-06 .dl-box-01 {padding-top: 3.5em; border-top:1px solid rgba(0,0,0,0.3); font-size: 1.1em;}
.con-com-06 .dl-box-01 dl { padding-bottom:1.5em; display:flex; line-height: 1.6em;}
.con-com-06 .dl-box-01 dt { min-width:5em; width: 5em; font-weight: 600;}
.con-com-06 .dl-box-01 dd { color:#585858;}
.con-com-06 .table-box table { table-layout: fixed; border-collapse: collapse;  width:100%; line-height: 1.7em;}
.con-com-06 .table-box table th { color:#fff; font-size: 1.1em; background:#9b6a59}
.con-com-06 .table-box table td { height: 4.45em; border-bottom:1px solid rgba(0,0,0,0.3); padding-top:0.5em; padding-bottom: 0.6em; color:#585858; }
.con-com-06 .table-box table th:nth-child(1), .con-com-06 .table-box table td:nth-child(1) { width: 4em; border-right: 6px solid #fff;}
.con-com-06 .table-box table th:nth-child(2), .con-com-06 .table-box table td:nth-child(2) { width: 30%; border-right: 6px solid #fff;}
.con-com-06 .table-box table th:nth-child(3), .con-com-06 .table-box table td:nth-child(3) { width: auto;}
.con-com-06 .table-box table td:nth-child(3) { text-align: left; padding-left: 1em;}
.con-com-06 .txt-box .txt-type { margin-right: 0.8em; font-size: 0.9em; color: rgba(255,255,255,0.8); display:inline-block; width: 3.66em; min-width: 3.66em; border-radius: 1em; text-align: center; }
.con-com-06 .txt-box {display:flex; align-items: flex-start;  line-height: 1.4em; }
.con-com-06 .txt-box span {margin-top: 0.1em; margin-bottom: 0.1em}
.con-com-06 .com-box-01 > div { padding-top: 11em;}
.con-com-06 .table-two table th:nth-child(2), .con-com-06 .table-two table td:nth-child(2), .con-com-06 .table-two table th:nth-child(4), .con-com-06 .table-two table td:nth-child(4) { width: auto;}
.con-com-06 .table-two table th:nth-child(1), .con-com-06 .table-two table td:nth-child(1), .con-com-06 .table-two table th:nth-child(3), .con-com-06 .table-two table td:nth-child(3) { width: 4em;}
.con-com-06 .table-two table td:nth-child(2), .con-com-06 .table-two table td:nth-child(4) { text-align: left;}

.con-com-07 { overflow: hidden;  margin:0 auto; padding: 9em 0px 8em 0px; position: relative;}
.con-com-07 .con-head { text-align: center; max-width: 1660px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-07 .con-head h3 { font-size: 2.8em; font-weight:400}
.con-com-07 .com-box-01 { max-width:1660px; padding-left:20px; padding-right:20px; margin:0 auto; }
.con-com-07 .h4-ti { text-align: left; font-weight:400; font-size: 2.2em; }
.con-com-07 .con-box-01 { padding-top: 10em; letter-spacing: -0.04em;}
.con-com-07 .ul-box-01 { text-align: left; border-top:2px solid #666666; margin-top:2.5em;}
.con-com-07 .ul-box-01 li { font-size: 1.45em; padding: 1.9em 0; border-bottom:1px solid rgba(0,0,0,0.3)}
.con-com-07 .ul-box-01 span { display:inline-block; position: relative; opacity: 0.5; padding-left: 2em;}
.con-com-07 .ul-box-01 span::before { content:''; position: absolute; display:block; height: 0.9em; background:rgba(0,0,0,0.5); width:1px; left:1em; top:55%; transform: translateY(-50%);}

.con-com-08 { overflow: hidden;  margin:0 auto; padding: 9em 0px 8em 0px; position: relative;}
.con-com-08 .con-head { text-align: center; max-width: 1660px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-08 .con-head h3 { font-size: 2.8em; font-weight:400}
.con-com-08 .com-box-01 { letter-spacing: -0.04em; max-width:1660px; padding-left:20px; padding-right:20px; margin:0 auto; padding-top: 10em }
.con-com-08 .total-box { text-align: left; font-size: 1.3em; opacity: 0.8; padding-bottom: 2em;}
.con-com-08 .total-box b { font-size: 1.2em;}
.con-com-08 .list-box {  flex-wrap:wrap; display:flex; margin-right: -2em; justify-content: start; align-items: flex-start; overflow: hidden;}
.con-com-08 .ls-item { width: calc(33.3333% - 2em); margin-right: 2em; margin-bottom: 4em;}
.con-com-08 .ls-item a:hover .ls-img:after { content:''; position: absolute; width:100%; height:100%; left:0; top:0; background-color: transparent; border:0.3em solid #434343}
.con-com-08 .ls-img { position: relative; }
.con-com-08 .ls-img img {width:100%; max-width:510px; max-height:470px; object-fit: cover; height:100%; }
.con-com-08 .info-box { text-align: left; padding: 1em 1em 1em 0; display:flex; justify-content: space-between; align-items: center;}
.con-com-08 .info-box p { font-size: 1.3em; opacity: 0.5;}
.con-com-08 .info-box h4 { font-size: 1.7em; padding-top: 0.3em;}
.con-com-08 .ls-item .ls-icon { opacity: 0;}
.con-com-08 .ls-item .ls-icon:after { position: relative; content: ''; color: #fff; vertical-align: middle; display:inline-block; width: 3.4095em; height: 1.807em; background-size: contain; background-position: left center; background-repeat: no-repeat;}
.con-com-08 .ls-item .ls-icon span { font-size:0; position: absolute; height:0; width:0;}
.con-com-08 .ls-item a:hover .ls-icon {opacity: 1;}
.con-com-08 .ls-item a:hover { color:#000;}

.con-com-09 { overflow: hidden;  margin:0 auto; padding: 9em 0px 8em 0px; position: relative;}
.con-com-09 .con-head { text-align: center; max-width: 1660px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-09 .con-head h3 { font-size: 2.8em; font-weight:400}
.con-com-09 .com-box-01 { letter-spacing: -0.04em; max-width:1660px; padding-left:20px; padding-right:20px; margin:0 auto; padding-top: 10em }
.con-com-09 .h4-ti { text-align: left; font-weight:400; font-size: 2.2em; padding-bottom: 1em; }
.con-com-09 .con-box-01 { display:flex; flex-wrap: wrap; align-items: flex-start;}
.con-com-09 .item-box { margin-top: 0.7em; position: relative; width: 57%; background:#f8f8f8; }
.con-com-09 .item-info { width: 43%; padding-left: 5%; }
.con-com-09 .dl-box-01 {padding-top: 3em; border-top:2px solid rgba(0,0,0,0.6); font-size: 1.1em;}
.con-com-09 .dl-box-01 dl { text-align: left; padding-bottom:0.7em; display:flex; line-height: 1.6em;}
.con-com-09 .dl-box-01 dt { min-width:7em; width: 7em; opacity: 0.5;}
.con-com-09 .dl-box-01 dd {opacity: 0.9; font-weight:500}
.con-com-09 .dl-box-01 .dl-full { margin-top:2em; padding-top:2.2em; border-top:1px solid rgba(0,0,0,0.3); display:block;}
.con-com-09 .dl-box-01 .dl-full dd { padding-top: 1em;}
.con-com-09 .slide-item { position: relative; padding-top: 99%;}
.con-com-09 .slide-item > div { width:100%; height:100%; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%);}
.con-com-09 .slide-item > div {margin-top:20px;}
.con-com-09 .img-item { overflow: hidden; text-align: center;}
.con-com-09 .img-item img {object-fit: cover; width:100%; height:100%;}
.con-com-09 .ls-btn { padding-top: 3.5em;}
.con-com-09 .ls-btn a { display: block; border:1px solid #9b6a59; color:#9b6a59; font-weight: 500; font-size: 1.2em; line-height: 1.4em; padding: 0.8em 0 1em 0;}
.con-com-09 .ls-btn a:hover { color:#fff; background:#9b6a59; }
.con-com-09 .slide-l-btn { left:30px;}
.con-com-09 .slide-r-btn { right:30px;}
.con-com-09 .slide-btn { position: absolute; top:50%; z-index:2; transform: translateY(-50%);}
.con-com-09 .slide-btn button { border:0; background:transparent; font-size:0; width: 2rem; height: 3rem;}
.con-com-09 .slide-btn button:after { top: 50%;  width: 80%; height: 80%;  content: '';  background-position: left center;  position: absolute; background-size: contain;  background-repeat: no-repeat; filter: brightness(0) grayscale(1); opacity: 0.4; transform: translate(-50%, -50%); }
.con-com-09 .slide-btn .slide-right:after { transform: translate(-50%, -50%) rotate(180deg); }
.con-com-09 .con-box-02 { margin:3em 0;}
.con-com-09 .con-box-02 iframe { width:100%; height:650px;  }

/* 온라인문의 */
.con-com-11 { overflow: hidden;  margin:0 auto; padding: 8em 0px 8em 0px; position: relative;}
.con-com-11 .con-head { text-align: center; max-width: 1615px; margin:0 auto; padding-left:20px; padding-right:20px;}
.con-com-11 .con-head h3 { font-size: 2.8em; font-weight:400}
.con-com-11 .com-box-01 { max-width: 1660px; padding-left:20px; padding-right:20px; margin:0 auto; }
.con-com-11 .con-box-01 ::placeholder { color:#cacaca; font-weight:500}
.con-com-11 .con-box-01 { text-align: left; padding-top: 8em; }
.con-com-11 .ls-box-in { display:flex; justify-content: space-between; align-items: flex-start; letter-spacing: -0.05em; }
.con-com-11 .ls-box-lt { text-align: left; width: 24%;}
.con-com-11 .ls-box-rt { width: 74%;}
.con-com-11 .h4-ti { text-align: left; font-weight:400; font-size: 1.7em; padding-bottom: 1em; }
.con-com-11 .dl-box-01 { flex-wrap: wrap;   display: flex;   justify-content: space-between;   align-items: center;}
.con-com-11 .dl-box-01 dl { font-size: 1.1em; font-weight: 500;  text-align: left;  width: 100%;    line-height: 1.2em;    position: relative;  padding: 1em 0 1.5em 0;}
.con-com-11 .dl-box-01 dt {	display: block;  padding-bottom: 0.7em;}
.con-com-11 .dl-box-01 dd .ls-txt-01 {    color: #b5b5b6;    padding-top: 0.5em;}
.con-com-11 .dl-box-01 dd { padding-top: 0.5em; display: block;}
.con-com-11 .dl-box-01 .ls-dup {  width: 48%;}
.con-com-11 .dl-box-01 .ls-dup:nth-child(2n) {    margin-left: auto;}
.con-com-11 .dl-box-01 .dd-input-01 {    display: flex;  align-items: center;}
.con-com-11 .dl-box-01 .dd-input-01 input[type=text] {    max-width: 50%;   margin-right: 5px;}
.con-com-11 .dl-box-01  .dd-input-01 input:last-of-type {    margin-left: auto;    margin-left: 5px;    margin-right: 0;}
.con-com-11 .dl-box-01 input[type=text], .con-com-11 .con-box-01  textarea, .con-com-11 .con-box-01  select { border: 1px solid #b2b2b2;    width: 100%;    padding: 0.9em 1em;}
.con-com-11 .filebox { position:relative; display:flex; }
.con-com-11 .filebox .upload-name {  display: inline-block;  border: 1px solid #b2b2b2;  padding: 0.8em 1.2em; background:#fff;  vertical-align: middle;  width: 78%; flex:1; }
.con-com-11 .filebox label { text-align: center;  padding: 0.8em 0;   color: #fff;  background-color: #000; width: 22%; max-width: 180px;  cursor: pointer;  margin-left: 1em; flex:1;}
.con-com-11 .ls-hg-01 { height: 20em;}
.con-com-11 .ls-hg-02 {  font-size: 0.9em;  height: 15em;    display: block;  color: #646464;  }
.con-com-11 .ul-box-01 label span { position: relative; display: inline-block;vertical-align: middle;}
.con-com-11 .ul-box-01 { font-size: 1.1em; padding-top: 1.8em;}
.con-com-11 .ul-box-01 ul {text-align: left; justify-content: start; display:flex; }
.con-com-11 .ul-box-01 li { padding-right: 4%;}
.con-com-11 .ul-box-01 li:last-of-type { padding-right: 0;}
.con-com-11 .dl-box-02 { padding:1em 0 2em 0;}
.con-com-11 .dl-box-02 p {padding-top: 5px;}
.con-com-11 .dl-box-02 dl { display:flex;}
.con-com-11 .dl-box-02 dl dt { font-size: 1.1em; font-weight:500; padding-right: 3em; padding-top:1em;} 
.con-com-11 .dl-box-02 dl dd { height: 3.2em;}
.con-com-11 .dl-box-02 dl .input-01 { height:100%; margin-right:3em; border:1px solid #e9e9e9; width: 8em; }
.con-com-11 .dl-box-02 dl .input-02 { border:1px solid #b8c9c2; background:#f7f7f7; width: 8em; height:100%; text-align: center;}
.con-com-11 .dl-box-03 { text-align: left; padding-top: 3em;}
.con-com-11 .dl-box-03 dt { font-weight:500;  font-size: 1.1em; padding-bottom:1em;}
.con-com-11 .dl-box-03 .in-check { padding-top: 1em;}
.con-com-11 .dl-box-03 .in-check span { display:inline-block; vertical-align: middle; padding-left: 0.5em}
.con-com-11 .in-check input[type=checkbox] {  vertical-align: middle;   display: inline-block;   min-width: 18px;    width: 1.4em;    height: 1.4em;    border-radius: 0;}
.con-com-11 .dl-box-03 .in-check { padding-top: 1em;}
.con-com-11 .dl-box-03 .in-check span { font-size: 1.1em; vertical-align: middle;   display: inline-block;  padding-left: 0.5em}
.con-com-11 .ls-btn { padding-top: 5em; text-align: center; }
.con-com-11 .ls-btn a { display: block; margin:0 auto; border:1px solid #9b6a59; color:#9b6a59; max-width: 12em; font-weight: 600; font-size: 1.3em; line-height: 1.4em; padding: 0.7em 0 0.9em 0;}
.con-com-11 .ls-btn a:hover { background:#9b6a59;  color:#fff;}




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


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

/*게시판 : 일반 */
.bo_list2 { width:100%; }
.bo_list2 table {width:100%; border-collapse:collapse;}
.bo_list2 table thead th { border-top:2px solid #000; border-bottom:1px solid #000;  padding:20px 7px; text-align:center; }
.bo_list2 table tbody td { border-bottom:1px solid #e5e5e5; padding:20px 7px; }
.bo_list2 table tbody td.text-center {text-align:center;}
.bo_list2 a:hover { color:#9b6a59; }

#bo_list2_search { margin:0 auto; text-align:center; margin-bottom:50px; padding:50px 0; }
#bo_list2_search select { width:120px; height:40px; border:1px solid #cfcfcf;  }
#bo_list2_search input[type=text] { width:300px; height:40px;  border:1px solid #cfcfcf; padding:0 10px; }
#bo_list2_search input[type=submit] { width:90px; height:40px;  border:1px solid #9b6a59; color:#9b6a59; background:#fff; }
#bo_list2_search input[type=submit]:hover { color:#fff; background:#9b6a59; }

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

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

.main_footer { font-size:0.75em; }





/* PC 사이즈 */
@media all and (max-width : 1920px)  { 
	 


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

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

	/* .con-com-14 .ls-subject br { display:none;} */

}

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

	

	.nav_md .nav-md-list { font-size: 0.8em;}
	.nav_md .head-foo { font-size: 0.9em;}
	.nav_md .ls-bar-f { display:none;}
	.nav_md .ls-bar-f+span { display:block;}

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

	footer .col-box-in span { display:inline-block;}

	.con-com-03 .map-info { flex-wrap: wrap;}
	.con-com-03 .dl-box-01 { padding-top: 2em;}

	.con-com-05 .list-box li { width:calc(25% - 5em);}





}

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

	

	.scroll-box-2 .ls-list { width:100%;}
	.scroll-box-2 .box-inner { width:100%;}
	.scroll-box-2 .ls-img-01 {min-height: 12.5em;}
	.scroll-box-2 .ls-img-01 img { width:100%; object-position: right center;}

}

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

}


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

	

	header .d-md-none { display:none;}
	header .d-lg-none { display: block;}
	header { height: 70px;}
	header:after { top: 50px;}

	header:after { display:none;}

	header h1 { height: 2em;}
	header .view-nav { width: 35px; height: 35px;}
	header .view-nav i:nth-child(1) { top: 13px;}
	header .view-nav i:nth-child(2) { top: 20px}
	header .view-nav i { left: 9px;}
	header .view-nav { top: 5px;}

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

	.nav_md_head { height: 70px;}

	.snb .snb-in:after { left:20px; width:calc(100% - 40px)}
	.snb li { padding-left: 1%; padding-right:1%;}


	.container { font-size: 0.95em;}

	.page-top { bottom: 3em;  }

	.con-com-05 .list-box li { width:calc(33.333% - 5em); margin-bottom: 3em;}
	



}

@media all and (max-width : 1023px){
.nav_web {display:none;}

	.nav_md .nav-md-list>li>a { font-size: 2.4em}

	.container { font-size: 0.8em;}

	footer .col-box:nth-child(2) { display:none;}
	footer .col-box:nth-child(1) { width:100%; display:block;text-align: center;}
	footer .foo-logo { padding-right:0; height:3em; }
	footer .col-p {margin-top: 3em; padding-top:2.5em; border-top: 1px solid rgba(255,255,255,0.3);  }



	



}

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

	

	.con-com-03 .dl-box-01 { flex-wrap: wrap;}
	.con-com-03 .dl-box-01 dl { width:100%; padding-bottom:1em; }
	

}

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

	header { height: 60px;}
	header h1 { height: 1.5em; position: relative; top: -0.15em;}
	header h1 a { vertical-align: top;}
	header .view-nav { scale:0.7; right: -7px }
	

	.container { font-size: 0.75em;}

	.footer { font-size: 0.75em;}

	footer .foo-sns { text-align:center;}
	footer .foo-sns ul { margin-top:40px; margin-bottom:20px; }
	footer .foo-sns ul li { display:inline-block; margin-left:10px; margin-right:10px;}

	.nav_md_head { height: 60px;}
	.nav_md .head-foo { display: none;}
	.nav_md .nav-md-ul { width:100%; background:transparent;}
	.nav_md .nav_md_wrap:after { width: 40%; right:0; z-index:0;  }
	.nav_md .nav_md_wrap:before { display:none;}
	.nav_md .nav-md-list { font-size: 0.55em; vertical-align: top; padding-top: 13em; }
	.nav_md .nav-md-list>li>a { font-size: 2em; color:#fff; padding-top: 1em; padding-bottom:1em;}
	.nav_md .nav-md-list>li>a:hover { color:#fff;}
	.nav_md .nav-md-list>li:after { color:#fff;}
	.nav_md .nav-md-list>li:hover>a { color:#fff;}
	.nav_md .nav-md-list>li { width: 60%;}
	.nav_md .nav-md-list>li li a { padding: 1em 11%;}

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

	.snb-bg .ls-slide-texts {  bottom: 5em; }   
	.snb-bg { height: 33em; }
	.snb-bg .ls-slide-texts .ls-head { font-size: 2.2em}
	.snb-bg .ls-location { font-size: 0.6em;}
	.snb-bg .ls-slide-texts p { font-size: 1em;}
	.snb-bg .ls-slide-backgrounds img {  object-position: 40% bottom}
	.snb-bg .ls-slide-backgrounds { top:auto; bottom:0; height: 115%;}
	.snb-bg .snb-bg-pos-02 img {  object-position: 0% bottom} /* brand */
	.snb-bg .snb-bg-pos-02 { height: 100%;}
	.snb-bg .snb-bg-pos-03 img { object-position: 17% center; } /* business */
	.snb-bg .snb-bg-pos-03 { height: 100%;}
	.snb-bg .snb-bg-pos-04 img { object-position: 67% center; } /* project */
	.snb-bg .snb-bg-pos-04 { height: 100%;}
	.snb-bg .snb-bg-pos-05 img { object-position: 47% center; } /* community */
	.snb-bg .snb-bg-pos-05 { height: 100%;}
	
	.snb { height:4.4em;}
	.snb li a { font-size: 1em; padding:0;}
	.snb ul li { width:33%; padding:0; flex-shrink: unset;}

	.scroll-box-1 .ls-head { font-size: 2.1em}
	.scroll-box-1 .ls-info1 { padding-top: 1em;}
	.scroll-box-1 .slide-box { flex-wrap: wrap; bottom: 5em;}
	.scroll-box-1 .scroll-box-btn {width:100%; padding-top: 3em; }
	.scroll-box-1 .scroll-btn { justify-content: start;} 
	.scroll-box-1 .scroll-btn a { width:4px; height:4px; margin: 0.7em;}
	.scroll-box-1 .scroll-btn a:after { width: 14px; height:14px; top: -5px;}

	.scroll-box-2 { padding-top: 5.5em; padding-bottom:5em;}
	.scroll-box-2 .m-head h2 {font-size: 0.9em; }
	.scroll-box-2 .m-head p { font-size: 1.8em }
	.scroll-box-2 .m-head { flex-wrap: wrap;}
	.scroll-box-2 .head-box { width:100%;}
	.scroll-box-2 .head-btn {margin-left: auto; padding-top: 3em; font-size: 0.8em;}
	.scroll-box-2 .ls-list .ls-txt-box { font-size: 1em;}
	.scroll-box-2 .box-inner { padding-top: 2em;}
	.scroll-box-2 .ls-list { margin-left:5px; margin-right: 5px;}


	.scroll-box-3 { padding-top: 5.5em; padding-bottom:5em;}
	.scroll-box-3 .m-head h2 {font-size: 0.9em; }
	.scroll-box-3 .m-head p { font-size: 1.8em }
	.scroll-box-3 .box-inner { flex-wrap: wrap;}
	.scroll-box-3 .ls-list { width:100%; max-height: 16em; margin-bottom: 10px;}
	.scroll-box-3 .ls-list img { width:100%; height:100%; object-fit: cover; object-position: center center;}
	.scroll-box-3 .ls-img-01 { border-radius: 0.5em; height:100%; overflow: hidden;}
	.scroll-box-3 .ls-list .ls-icon { font-size: 0.8em}
	.scroll-box-3 .ls-txt-01 { font-size: 0.8em;}

	.scroll-box-4 { padding-top: 5.5em; padding-bottom:4.5em;}
	.scroll-box-4 .m-head h2 {font-size: 0.9em; }
	.scroll-box-4 .m-head p { font-size: 1.8em }
	.scroll-box-4 .slide-base { flex-wrap: wrap;}
	.scroll-box-4 .slide-box .ls-list-lt { text-align: center; width:100%; min-width:100%;}
	.scroll-box-4 .slide-box .ls-list-ct { width:100%; min-width:100%; padding-top:2em; padding-bottom:2em;}
	.scroll-box-4 .slide-box .ls-list-rt { width:100%; min-width:100%; font-size: 0.8em;}
	.scroll-box-4 .ls-list-lt h3 { height: 1.8em;  text-align:center; }
	.scroll-box-4 .ls-list-lt h3 img { display:inline-block }
	.scroll-box-4 .ls-list-lt strong { font-size: 1.1em;}
	.scroll-box-4 .ls-list-lt p { font-size: 1em; padding-bottom: 1.4em; padding-top: 0em;}
	.scroll-box-4 .ls-txt-01 { font-size: 0.9em;}
	.scroll-box-4 .ls-btn { font-size: 0.8em; padding-top:3em;}
	.scroll-box-4 .ls-img-01 { margin:0 auto; max-width: 270px;}
	.scroll-box-4 .box-inner { position: relative;}
	.scroll-box-4 .inner-box { padding-left:0; padding-right:0; }
	.scroll-box-4 .ls-txt-01 { padding-left:20px; padding-right:20px;}
	.scroll-box-4 .slide-l-btn { left:10px;}
	.scroll-box-4 .slide-r-btn { right:10px;}
	.scroll-box-4 .slide-m-btn { position: absolute; top:60%;}
	.scroll-box-4 .slide-m-btn button {  border:0; background:transparent; font-size:0; width: 2rem; height: 3rem;}
	.scroll-box-4 .slide-m-btn button:after { top: 50%;  width: 46%; height: 46%;  content: '';  background-position: left center;  position: absolute; background-size: contain;  background-repeat: no-repeat;}
	.scroll-box-4 .slide-m-btn button:after { filter: brightness(0) grayscale(1); opacity: 0.3; transform: translate(-50%, -50%);  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38px' height='67px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 172, 213)' d='M37.996,66.989 L4.196,33.501 L37.996,0.011 L33.806,0.011 L0.004,33.501 L33.806,66.989 L37.996,66.989 Z'/%3E%3C/svg%3E");}
	.scroll-box-4 .slide-m-btn .slide-right:after { transform: translate(-50%, -50%) rotate(180deg); }

	.scroll-box-5 { padding-top: 5.5em; padding-bottom:4.5em;}
	.scroll-box-5 .m-head h2 {font-size: 0.9em; }
	.scroll-box-5 .m-head p { font-size: 1.8em; }
	.scroll-box-5 .ls-list { width:100%; min-height: 11em; margin-bottom:10px; border-right:0;}
	.scroll-box-5 .ls-list a { padding:0; position: relative;}
	.scroll-box-5 .ls-list-bg { display:block; border-radius: 0.5em; overflow: hidden; position: relative; height:100%; }
	.scroll-box-5 .ls-list-bg img { width:100%; object-fit: cover; object-position: center center;}
	.scroll-box-5 .ls-list .ls-info {z-index:2; position: absolute; bottom:1em; left: 0; width: 100%; padding: 0 1.2em}
	.scroll-box-5 .ls-info h3 { font-size: 1.1em;}
	.scroll-box-5 .list-bg { display:none;}
	.scroll-box-5 .list-box { position: relative;}
	.scroll-box-5 .box-inner { margin-top: 2em}
	.scroll-box-5 .list-box:after { display:none;}
	.scroll-box-5 .ls-list-bg:after { z-index:1; border-radius: 0.7em; opacity: 0; z-index:1; position: absolute; content:''; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5);}
	.scroll-box-5 .ls-info .ls-icon { font-size: 0.8em}
	.scroll-box-5 .ls-list a:hover .ls-list-bg:after { opacity: 1;}

	.scroll-box-6 { padding-top: 2.5em; padding-bottom:3.5em;}
	.scroll-box-6 .m-head h2 {font-size: 0.9em; }
	.scroll-box-6 .m-head p { font-size: 1.8em; }
	.scroll-box-6 .ls-list { width:100%; padding-bottom: 3em;}
	.scroll-box-6 .ls-list a { display:flex;}
	.scroll-box-6 .list-box { max-width: 250px; margin:0 auto;}
	.scroll-box-6 .ls-icon { height: 7em; width: 7em; }
	.scroll-box-6 .ls-info { width:calc(100% - 7em) ;font-size: 0.9em;}

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

	.con-com-01 { padding-top:5em; padding-bottom:5em; }
	.con-com-01 .con-box-01 { flex-wrap: wrap;}
	.con-com-01 .ls-img-01 { width:100%}
	.con-com-01 .ls-txt-box { padding-left:0; width:100%; padding-top: 4em;}
	.con-com-01 .ls-txt-01 { font-size: 2em}
	.con-com-01 .ls-txt-02 { padding-top:2.7em; font-size: 1em;}
	.con-com-01 .ls-txt-02 .ls-sign b { font-size: 0.9em;}
	.con-com-01 .ls-txt-02 .ls-sign span { height: 1.5em;}

	.con-com-02 { padding-top:5em; padding-bottom:5em; }
	.con-com-02 .h4-ti { font-size:1.9em;}
	.con-com-02 .con-box-01 { height: 18em;}
	.con-com-02 .con-box-01 .ls-tt { font-size: 1.2em; padding-left: 1.2em; padding-bottom: 1.2em}
	.con-com-02 .con-box-01 { background-position: 10% center; }
	.con-com-02 .ls-txt-01 { font-size: 1em;}
	.con-com-02 .con-box-02 { padding-top:4em;}
	.con-com-02 .ls-lg-box { display:none;}
	.con-com-02 .ls-md-box { display:block;}
	.con-com-02 .ls-list { width:100%; padding-bottom: 3em;}
	.con-com-02 .list-box { max-width: 250px; margin:0 auto;}
	.con-com-02 .list-box dt { font-size: 1.3em; font-weight:600; padding-bottom: 0.2em}
	.con-com-02 .list-box dl { padding-top: 1em;}
	.con-com-02 .ls-icon {text-align: center; height: 5.6em;}
	.con-com-02 .ls-icon img { max-height:100%;}

	.con-com-03 { padding-top:6em; padding-bottom:5em; }
	.con-com-03 .con-box-01 { padding-top: 5em;}
	.con-com-03 .ls-map { height: 21em;}
	.con-com-03 .dl-box-01 dl { flex-wrap: wrap;}
	.con-com-03 .dl-box-01 dd { width:100%; padding-top: 0.5em;}
	.con-com-03 .map-info h4 { width:100%;}
	.con-com-03 .con-head h3 { font-size: 1.9em;}
	.con-com-03 .map-info { font-size: 0.9em; padding-top: 3em;}

	.con-com-04 { padding-top:6em; padding-bottom:5em; }
	.con-com-04 .h4-ti { font-size:1.9em;}
	.con-com-04 .ls-img-03 { height: 2.8em;}
	.con-com-04 .ls-txt-02 { padding-top:4em;}
	.con-com-04 .com-box-02:before { height:100%; top:0;}
	.con-com-04 .com-box-05:before { height:100%; top:0;}
	.con-com-04 .con-box-02 { max-width: 380px; font-size: 0.9em; padding-top:3em; padding-bottom:3em; flex-wrap: wrap;}
	.con-com-04 .con-box-05 { max-width: 380px; font-size: 0.9em; padding-top:3em; padding-bottom:3em; flex-wrap: wrap;}
	.con-com-04 .ls-list-lt { width:100%; text-align: center; order: 1; padding-bottom: 3em;}
	.con-com-04 .ls-list-rt { width: 50%; order:2; padding:0; min-width:auto;}
	.con-com-04 .ls-list-ct { width: 50%; order:3; padding-right:0; padding-left:0; transform: translateX(10px);}
	.con-com-04 .taste-list { padding-top:2em;}
	.con-com-04 .taste-list li { padding: 0.3em 0;}
	.con-com-04 .ls-txt-03 { padding-top:0; text-align: left;} 
	.con-com-04 .taste-list .taste-bar { height:3px;}
	.con-com-04 .ls-list-lt strong { font-size: 1.45em;}
	.con-com-04 .ls-img-01 { height: 3.4em;}
	.con-com-04 .ls-box-in { flex-wrap: wrap; padding: 2.5em 0;}
	.con-com-04 .ls-box-01 { width:100%; padding-bottom:1em;}
	.con-com-04 .ls-box-01 h5 { font-size: 1.3em;}
	.con-com-04 .ls-box-02 { font-size: 0.75em; width:100%; letter-spacing: -0.04em;}
	.con-com-04 .ls-box-02 li strong { min-width: 5.4em;}
	.con-com-04 .ls-img-02 { height: 1.1em; top: -0.1em}
	.con-com-04 .ls-img-04 { padding-top: 4em;}
	.con-com-04 .con-box-06 .h4-ti { padding-bottom:1em;}
	.con-com-04 .con-box-03 .h4-ti { padding-bottom:1em;}
	.con-com-04 .com-box-04 { padding-top: 7em;}

	.con-com-05 { padding-top:6em; padding-bottom:5em; }
	.con-com-05 .h4-ti { font-size:1.4em;}
	.con-com-05 .list-box li { font-size: 0.75em;}
	.con-com-05 .con-head h3 { font-size: 1.9em;}
	.con-com-05 .con-box-02 { padding-top:2em;}

	.con-com-06 { padding-top:6em; padding-bottom:7em; }
	.con-com-06 .con-head h3 { font-size: 1.9em;}
	.con-com-06 .h4-ti { font-size:1.4em;}
	.con-com-06 .ls-box-in { flex-wrap: wrap;}
	.con-com-06 .ls-box-rt { width:100%;}
	.con-com-06 .ls-box-lt { width:100%;}
	.con-com-06 .ls-box-lt h4 { padding-bottom:1.6em;}
	.con-com-06 .dl-box-01 { font-size: 0.8em; padding-top: 2.5em;}
	.con-com-06 .dl-box-01 p { display:inline-block;}
	.con-com-06 .dl-box-01 span { display:inline-block; padding: 0 0.2em;}
	.con-com-06 .dl-box-01 dl { padding-bottom: 1.3em;}
	.con-com-06 .table-box table { font-size: 0.8em}
	.con-com-06 .table-box table th:nth-child(1), .con-com-06 .table-box table td:nth-child(1) {border-right-width: 3px;}
	.con-com-06 .table-box table th:nth-child(2), .con-com-06 .table-box table td:nth-child(2) {border-right-width: 3px;}
	.con-com-06 .table-box table td:nth-child(3) { font-size: 9px;}
	.con-com-06 .com-box-01 > div { padding-top: 5em;}
	.con-com-06 .ls-box-lt .txt-etc { font-size :0.8em}
	.con-com-06 .table-two table th:nth-child(3), .con-com-06 .table-two table td:nth-child(3), .con-com-06 .table-two table th:nth-child(4), .con-com-06 .table-two table td:nth-child(4) { display:none;}
	.con-com-06 .table-check th:nth-child(2), .con-com-06 .table-check td:nth-child(2) { width: auto;}
	.con-com-06 .table-check { width:100%; display:table-row-group}

	.con-com-07 { padding-top:6em; padding-bottom:7em; }
	.con-com-07 .con-head h3 { font-size: 1.9em;}
	.con-com-07 .h4-ti { font-size:1.4em;}
	.con-com-07 .con-box-01 { padding-top: 5em}
	.con-com-07 .ul-box-01 li { font-size: 1.1em;}
	.con-com-07 .ul-box-01 span { padding-left: 1.5em;}
	.con-com-07 .ul-box-01 span:before { left: 0.7em}

	.con-com-08 { padding-top:6em; padding-bottom:3em; }
	.con-com-08 .con-head h3 { font-size: 1.9em;}
	.con-com-08 .total-box { font-size: 1em;}
	.con-com-08 .ls-item { width: calc(50% - 2em);}
	.con-com-08 .info-box { font-size: 0.85em;}
	.con-com-08 .com-box-01 { padding-top: 5em}

	.con-com-09 { padding-top:6em; padding-bottom:7em; }
	.con-com-09 .con-head h3 { font-size: 1.9em;}
	.con-com-09 .h4-ti { font-size:1.4em;}
	.con-com-09 .com-box-01 { padding-top: 5em;}
	.con-com-09 .con-box-01 { flex-wrap: wrap;}
	.con-com-09 .item-info { width:100%; padding-left:0; padding-top: 2em;}
	.con-com-09 .item-box { width:100%;}
	.con-com-09 .ls-btn { padding-top:3em;}
	.con-com-09 .ls-btn a { font-size: 1em;}
	.con-com-09 .slide-btn button:after { width: 40%; height: 40%}
	.con-com-09 .slide-l-btn { left: 5px;}
	.con-com-09 .slide-r-btn { right: 5px;}
	.con-com-09 .dl-box-01 dl { padding-bottom: 0.5em}
	.con-com-09 .dl-box-01 { font-size: 1em; padding-top:2em;}
	.con-com-09 .con-box-02 { margin:1.5em 0;}
	.con-com-09 .con-box-02 iframe { width:100%; height:250px;  }	

	.con-com-11 { padding-top:6em; padding-bottom:7em; }
	.con-com-11 .con-head h3 { font-size: 1.9em;}
	.con-com-11 .h4-ti { font-size:1.4em;}
	.con-com-11 .con-box-01 { padding-top:5em }
	.con-com-11 .ls-box-in { flex-wrap: wrap;}
	.con-com-11 .ls-box-rt { width:100%;}
	.con-com-11 .ls-box-lt { width:100%;}
	.con-com-11 .dl-box-01 .ls-dup { width:100%;}
	.con-com-11 .ul-box-01 ul { flex-wrap: wrap;}
	.con-com-11 .ul-box-01 li { margin-bottom:1.5em; max-width: 25%; min-width: 100px;}
	.con-com-11 .dl-box-01 dl  {font-size: 1em; padding-bottom: 0.5em }
	.con-com-11 .dl-box-01 input[type=text], .con-com-11 .con-box-01 textarea, .con-com-11 .con-box-01 select { font-size: 0.95em; padding: 0.7em 1em 0.8em}
	.con-com-11 .ls-hg-01 { height:10em}
	.con-com-11 .ls-hg-02 { height:10em}
	.con-com-11 .filebox label { margin-left: 0.4em; max-width: 8em;}
	.con-com-11 .ls-btn a{ font-size:1em;}
	.con-com-11 .dl-box-02 dl .input-02 { width: 5em}
	.con-com-11 .dl-box-02 dl .input-01 { width: 5em;}
	.con-com-11 .dl-box-02 dl dt { padding-right:2em; font-size: 1em; padding-top: 0.4em;}
	.con-com-11 .dl-box-02 dl dd { height: 2.5em;}
	.con-com-11 .dl-box-02 p { font-size: 0.8em}
	.con-com-11 .dl-box-03 dl dt { font-size: 1em}
	.con-com-11 .dl-box-03 dl dd { font-size: 0.8em;}

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

		
	/*게시판 : 일반 */
	.bo_list2 { width:100%; }
	.bo_list2 table {width:100%; border-collapse:collapse;}
	.bo_list2 table thead th { border-top:2px solid #000; border-bottom:1px solid #000;  padding:20px 7px; text-align:center; }
	.bo_list2 table tbody td { border-bottom:1px solid #e5e5e5; padding:20px 7px; }
	.bo_list2 table tbody td.text-center {text-align:center;}
	.bo_list2 a:hover { color:#51b431; }

	#bo_list2_search { margin:0 auto; text-align:center; margin-bottom:50px; }
	#bo_list2_search select { width:80px; height:40px; border:1px solid #cfcfcf;  }
	#bo_list2_search input[type=text] { width:120px; height:40px;  border:1px solid #cfcfcf; padding:0 10px; }
	#bo_list2_search input[type=submit] { width:50px; height:40px;  border:1px solid #51b431; color:#51b431; background:#fff; }
	#bo_list2_search input[type=submit]:hover { color:#fff; background:#51b431; }

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

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

	.main_footer { font-size:1em; }


	

}

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




}


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

	.con-com-05 .list-box li:after { right: -3.2em}
	.con-com-05 .list-box li { width:calc(50% - 3.4em); margin-right:3.4em; padding: 17% 0; margin-bottom:0em;}
	.con-com-05 .list-box ul { width:calc(100% + 7px); margin-right:0}
	.con-com-05 .list-box { max-width: 360px; margin:0 auto;}

	.con-com-08 .ls-item { width: 100%; margin-right:0; }
	.con-com-08 .list-box { margin-right:0;}

}


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




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






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

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

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

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

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


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

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

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

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

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

}

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

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

	.rbtn_icon {display:none;}
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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


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



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



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

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

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



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

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

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

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

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

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

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

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

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