@charset "utf-8";

@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');

.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: "Montserrat", Montserrat, Noto Sans KR, "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%; color:var(--color-font-1);}
#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:#1b1b1b;}
a:hover { color:var(--color-base-1);}
input, select, textarea {font-family: var(--font-1); }

:root { 
	--head-height: 110px;
	--bg-white:#fff;
	--bg-black:#000;
	--width-1: 1690px;
	--width-1-pd: 1730px;
	--width-2: 1620px;
	--width-2-pd: 1660px;
	--width-3: 1360px;
	--width-3-pd: 1400px;
	--width-4: 1300px;
	--width-4-pd: 1340px;
	--width-5: 1460px;
	--width-5-pd: 1500px;
	--width-6: 1280px;
	--width-6-pd: 1320px;
	--width-7: 1240px;
	--width-7-pd: 1320px;
	--color-base-1 : #fc391d;
	--color-blue-1: #1063e2;
	--color-green-1: #8ac22a;
	--bg-gray-1 : #f7f7f7;
	--bg-gray-2 : #959595;
	--color-font-1 : #000;
	--font-1 : "Montserrat", Montserrat, Noto Sans KR, 'noto sans KR', sans-serif;
	--font-2 : Noto Sans KR, 'noto sans KR', sans-serif;
}

/* header 메뉴 */
header {z-index: 15; width: 100%; margin: 0 auto; top:0; flex-wrap: wrap;display:flex;justify-content: center;align-items: center;position:fixed; height: var(--head-height); background:transparent; transition: background-color 0.3s ease, box-shadow 0.3s ease; }
/* sub-page는 배경만 항상 흰색, 그림자는 실제로 스크롤되었을 때(menu-scroll)만 표시 - 맨 위에서는 선이 안 보이게 함 */
header.sub-page { background:#fff; }
header.menu-scroll { background:#fff; box-shadow: 0 0.2em 1em rgba(0,0,0,0.06); }
header:before { content:''; left:0; top:0; width:100%; position: absolute; height: var(--submenu-panel-height, 23em); background:#fff; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1), visibility 0.2s cubic-bezier(0.4, 0, 1, 1); }
header.submenu-open:before { opacity: 1; visibility: visible; }
header h1 {z-index: 18; height: 3.1em; flex-basis: content;text-align: left; display:block;}
header h1 img {filter: brightness(0) grayscale(1) invert(1); max-height: 100%; display:inline-block; transition: filter 0.3s ease; }
header h1 a { display: block; height:100%; padding-bottom: 0.2em; padding-top:0.1em}
header .box_inner {z-index:4; position: relative;display:flex; max-width: var(--width-1-pd); padding: 0px 20px 0 20px; width: 100%; height: 100%;justify-content: space-between; align-items: center;}
header:not(.menu-scroll) .nav_wrap { display: none;}

/*웹용 메뉴*/
.nav_web { padding-left: 4em; padding-right: 4em; max-width:1000px; height: 100%; flex:1 1 1000px; margin-left: auto;  margin-right: auto;  font-size: 1em;}  
.nav_web a {  width:100%; height: 100%; display:block; color:#fff; }
.nav_web>ul {width:100%; display: flex; justify-content: space-between; align-items: center; height:100%;}
.nav_web>ul>li { position: relative; flex:1; width:100%;border-radius: 1em; }
.nav_web>ul>li>a { padding: 1em 0.5em; text-wrap: nowrap; text-align: center; font-weight:600;}
.nav_web>ul>li>a span { display:inline-block;}
.nav_web>ul:hover ul { display:block;}
.nav_web li li a {display:block; padding: 0.6em 2px; font-size: 0.9em; word-break: keep-all; color:#000;  }
.nav_web li li a:hover { color:var(--color-base-1); text-decoration: underline; font-weight:600;}
.nav_web li li li a  { color:#959595;  }
/* .nav_web li li a:hover { color:#fff; font-weight:600} */
.nav_web>ul>li>ul { z-index:3; top:3.2em; border-radius: 1.5em; left:0; display:; position: absolute; width:100%; left:50%; transform: translateX(-50%); letter-spacing: -0.3px; padding-top: 1em;  padding-bottom: 1em; }
.nav_web .tdep-box>a { position: relative;}
.nav_web .tdep-box>a:after { content:''; margin-left: 0.5em; position: absolute; width:0.9em; top:52%; transform: translateY(-50%); height:0.9em; 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='11.75px' height='7.75px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='0.5px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.237,6.250 L5.750,0.236 L11.263,6.250 '/%3E%3C/svg%3E");}


/*모바일용메뉴*/
/* z-index는 19 이상이어야 함: header h1(로고, z-index:18)이 .box_inner 안에서 형제요소이기 때문에,
   .nav_md가 더 낮으면 풀스크린 오버레이임에도 원래 헤더의 로고가 위에 그대로 뚫고 나와 오버레이 자체 로고와 겹쳐 보임 */
.nav_md {display: none;width: 100%; height: 100%; top: 0; right:0; position: fixed; z-index: 19;background:var(--bg-black); } 
.nav_md_wrap { position:absolute; right:0; top:0; width: 100%; padding: calc(var(--head-height) + 1em) 30px 30px 30px; height:calc(100% ); overflow-y:auto; display:flex; flex-direction: column;} 
/* 로고가 아래 메뉴(.nav_md_wrap, 좌우 30px 패딩)와 좌측 정렬이 맞도록 동일하게 30px 패딩을 줌 */
.nav_md .nav_head_md { position: relative; padding:0 30px; margin-right:65px; z-index:18;  display:flex; align-items: center; justify-content: start; height:var(--head-height); }
.nav_md .nav_head_md a { color:#fff;}
.nav_md .nav_head_md .nav_lang_wrap { display:flex; flex-direction: column; align-items: center; justify-content: center; margin-top:auto; margin-left:auto; height:100%;}
.nav_md .nav_head_md .nav_lang_wrap li { min-width: 3.2em; text-align: center;}
.nav_md .nav_head_md .lang-box_md { font-size: 1.05em; display:flex; justify-content: end; width:100%;}
.nav_md .nav_head_md .lang-box_md a { display:block; font-weight:600;}
.nav_md .nav_head_md .lang-box_md .lang-txt { position: relative;}
.nav_md .nav_head_md .lang-box_md .lang-txt a { padding: 0.7em 0.8em; color:#fff;}
.nav_md .nav_head_md .lang-box_md .lang-txt:first-of-type:after { content:''; background:#fff; position: absolute; right:-1px; height:35%; width:2px;top:32%;}
.nav_md .nav-md-ul {position: relative; width:100%;}
.nav_md .nav-md-ul>li { text-align: left; position:relative; width: 100%; }
/* 2차메뉴 아코디언은 클릭(스크립트)으로만 열고 닫음. 예전에 남아있던 :hover 규칙이 터치에서 hover가
   순간적으로 시뮬레이션되며 클릭 토글과 서로 충돌해(열림상태가 튀거나 화살표가 실제 상태와 안맞음) 어색하게 보였음.
   화살표는 실제 열림상태를 나타내는 클래스(arrow-carrot-up, menu.php JS에서 토글)로만 제어 */
.nav_md .nav-md-ul>li>a:after {    z-index: 8;    width: 1.2em;    height: 1.2em;    position: absolute;    transform: translateY(-50%) rotate(0deg);   filter: grayscale(1);    opacity: 1;    right: 0px;    top: 60%;    font-weight: 800;    vertical-align: middle;    font-size: 1em;    content: '';    display: inline-block;    background-size: contain;    background-position: center center;    background-repeat: no-repeat;    transition: transform 0.3s ease-in-out;    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='51.5px' height='31.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='3px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.503,25.505 L25.000,1.496 L48.497,25.505 '/%3E%3C/svg%3E");}
.nav_md .nav-md-ul>li>a.arrow-carrot-up:after { transform: translateY(-50%) rotate(180deg); }
.nav_md .nav-md-ul>li>a { border-bottom:1px solid rgba(255,255,255,0.25);color:#fff; letter-spacing: -0.04em; font-weight: 600; padding: 0.7em 0 0.5em 0.25em; font-size: 1.8em; position: relative;}
.nav_md .nav-md-ul a { display:block;}
.nav_md .nav-md-ul ul {align-items: stretch; justify-content: space-between; display:none; flex-wrap: wrap; width:100%; padding: 5px 0 1em 0;}
.nav_md .nav-md-ul ul a { color:#fff;font-size: 1em;  padding: 0.6em 0.7em; }
.nav_md .nav-md-ul ul a span { display:inline-block; position: relative; padding: 0.5em 0; }
.nav_md .nav-md-ul ul a:hover { border-radius: 3px; background:rgba(255,255,255,0.25); }
.nav_md .nav-md-ul ul li { width: 48%;}
.nav_md .tdep-box>a { position: relative;}
.nav_md .tdep-box>a:after { content:''; margin-left: 0.5em; position: absolute; width:1em; top:50%; transform: translateY(-50%); 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='11.75px' height='7.75px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='0.3px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.237,6.250 L5.750,0.236 L11.263,6.250 '/%3E%3C/svg%3E");}
.nav_md .down-box a { display:block;font-weight:600; background:var(--color-base-1); text-align: center; color:var(--bg-white); border-radius: 2em; padding: 0.5em 1em 0.6em 1em;}
.nav_md .down-box a:hover {color:#fff;  }
.nav_md .down-box { margin-bottom: 1em; width:100%; text-align: left; }


/* 메뉴 스크롤 시 / 2차메뉴(호버) 열렸을 시 / 서브페이지(상단이 흰배경) - 모두 흰 배경이 나오는 상태이므로 글자/로고 색상은 동일하게 처리 */
.menu-scroll .nav_web>ul>li>a, .submenu-open .nav_web>ul>li>a, .sub-page .nav_web>ul>li>a { color:#000;}
.menu-scroll .nav_web>ul>li:hover>a, .submenu-open .nav_web>ul>li:hover>a, .sub-page .nav_web>ul>li:hover>a { color:var(--color-base-1);}
.menu-scroll .view-nav i, .submenu-open .view-nav i, .sub-page .view-nav i { background:#000;}
.menu-scroll h1 img, .submenu-open h1 img, .sub-page h1 img { filter:none;}
.menu-scroll .nav_lang p i:after, .submenu-open .nav_lang p i:after, .sub-page .nav_lang p i:after { filter:none}

/* 메뉴검정 */
.menu-black .nav_web>ul>li>a { color:#000;}
.menu-black .view-nav i { background:#000;}
.menu-black .view-nav.open i { background:#fff;}
.menu-black h1 img { filter:none;}
.menu-black .nav_lang .down-btn a { background-color: var(--color-base-1); color:var(--bg-white);}

/* 모바일메뉴보기 */
header .nav-head { z-index:20; width: 40px; height:40px; position: absolute; top: 50%; transform: translateY(-50%); right:20px;}
header .view-nav {z-index:1; position: absolute; top:12%;  right:8px;  width: 1.9em;  height: 80%;  display: block; }  
header .view-nav span {  position: absolute;   top: -9999px;    left: -9999px; }
header .view-nav i { position: absolute; display: block; width: 100%; border-radius: 1em; height: 3px; background-color: var(--bg-white); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
header .view-nav i:nth-child(1) { top: 3px; right:0}
header .view-nav i:nth-child(2) { top: 14px; right:0}
header .view-nav i:nth-child(3) { top: 25px; right:0}
header .view-nav.open {-webkit-transform: rotate(45deg);transform: rotate(45deg); }
header .view-nav.open i { background:var(--color-base-1); width: 40px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;  }
header .view-nav.open i:nth-child(1) {top: 54%; right:-3px; }
header .view-nav.open i:nth-child(2) {top: 54%; right:-3px; -webkit-transform: rotate(90deg);transform: rotate(90deg); }
header .view-nav.open i:nth-child(3) { display:none; }

header .nav_lang { position: relative; right: 0; height:100%; width: auto; }
header .nav_lang .nav_lang_wrap { display:flex; justify-content: center; align-items: center; margin-top:auto; margin-bottom:auto; margin-left:auto; height:100%;}
header .nav_lang .nav_lang_wrap li { min-width: 3.2em; text-align: center;}
header .nav_lang .down-btn a { background-color: var(--bg-white); color:var(--color-base-1); line-height: 1; font-weight:600; border-radius: 2em; padding: 0.3em 2em 0.4em 2em; transition: background-color 0.2s ease, color 0.2s ease;}
header .nav_lang .down-btn a:hover {color:#fff; background:var(--color-base-1); }
header.menu-scroll .nav_lang .down-btn a, header.submenu-open .nav_lang .down-btn a, header.sub-page .nav_lang .down-btn a { background-color: var(--color-base-1); color:#fff; }
header.menu-scroll .nav_lang .down-btn a:hover, header.submenu-open .nav_lang .down-btn a:hover, header.sub-page .nav_lang .down-btn a:hover { background-color: var(--bg-white); color:var(--color-base-1); }
header .nav_lang .down-btn { margin-left: 0.5em;}



.container {background: transparent;  margin: 0 auto; text-align: center;}

/* 메인화면 첫 등장(인트로) 효과 - 주황 배경에서 헤더가 먼저 페이드인, 이어서 1섹션 배경이미지가 페이드인 */
/* transform: translateY(0)이어도 값이 none이 아니면 position:fixed 자식(.nav_md 모바일메뉴 등)의 기준이
   header 박스로 바뀌어버려(뷰포트 기준이 아니게 됨) 메뉴가 전체화면을 못 덮는 버그가 생김.
   애니메이션이 끝난 뒤(intro-in) 상태는 transform:none으로 두어 containing block 문제를 피함 */
header.home-intro { opacity:0; transform: translateY(-2em); transition: opacity 0.6s ease, transform 0.6s ease, background-color 0.3s ease, box-shadow 0.3s ease; }
header.home-intro.intro-in { opacity:1; transform: none; }
.scroll-box-1.intro-in .ls-slide-backgrounds { opacity:1; }
.scroll-box-1 .ls-slide-backgrounds { opacity:0; transition: opacity 0.9s ease; }

/* 1섹션 문구 등장 - 배경이미지 페이드인과 동시에 BEYOND부터 시작. BEYOND(제자리 페이드인) -> 밑줄(좌→우) -> ORAL CARE(아래→위 페이드인) -> 서브카피(좌→우 페이드인), 각 효과 사이 0.6s 간격 */
.scroll-box-1 .ls-info1 span:nth-child(1) { opacity:0; transition: opacity 0.5s ease 0s; }
.scroll-box-1 .ls-info1 span:nth-child(1):after { transform: translateY(-50%) scaleX(0); transform-origin: left center; transition: transform 0.5s ease 0.6s; }
.scroll-box-1 .ls-info1 span:nth-child(2) { opacity:0; transform: translateY(0.6em); transition: opacity 0.5s ease 1.2s, transform 0.5s ease 1.2s; }
.scroll-box-1 .ls-info2 { opacity:0; transform: translateX(-1.5em); transition: opacity 0.5s ease 1.8s, transform 0.5s ease 1.8s; }

.scroll-box-1.intro-in .ls-info1 span:nth-child(1) { opacity:1; }
.scroll-box-1.intro-in .ls-info1 span:nth-child(1):after { transform: translateY(-50%) scaleX(1); }
.scroll-box-1.intro-in .ls-info1 span:nth-child(2) { opacity:1; transform: translateY(0); }
.scroll-box-1.intro-in .ls-info2 { opacity:1; transform: translateX(0); }

/*메인상단 슬라이드*/
.scroll-box-1 { position:relative; width:100%; height:100vh; background: var(--color-base-1);}
.scroll-box-1-1 { height: 100%;z-index: 2;}
.scroll-box-1 .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 100%; overflow:hidden;                                                                                                                                                                                                                                                                                                                        }
.scroll-box-1 .ls-slide-backgrounds img {object-fit: cover; max-height: 100%; height: 100%; width: 100%; object-position: 34% bottom;}
.scroll-box-1 .ls-slide-backgrounds video {height: 100vh;}
.scroll-box-1 .ls-slide-texts { text-align: left; z-index: 2;  padding: 0px 20px; max-width: var(--width-3-pd); width: 100%; position:absolute; left:50%; top:53%; transform: translate(-50%, -50%);}
.scroll-box-1 .slide-txt-01 {font-weight:600; color:var(--bg-white); letter-spacing: -0.03em; word-break: keep-all; position: relative; padding-bottom: 0.6em; line-height: 1.35;}
.scroll-box-1 .ls-info1 {  display:flex; justify-content: space-between; font-size: 4.5em; font-weight:700; line-height: 1.2em}
.scroll-box-1 .ls-info2 {font-size: 1.2em; font-weight:700; line-height: 1.4em}
.scroll-box-1 .ls-info1 span:nth-child(1) { width:calc(100% - 6.5em - 5.4em);  position: relative;}
.scroll-box-1 .ls-info1 span:nth-child(2) { right:0;  position: absolute;}
.scroll-box-1 .ls-info1 span:nth-child(1):after { content:''; position: absolute; left:5.4em; top:50%; width:100%; height:0.02em; background:var(--bg-white);}

.ls-scroll {  width:8em;  height: 100px; padding-left:0.2em;  z-index: 5;    font-size: 0.9em;    position: absolute; left:50%; transform: translateX(-50%);  bottom: 2em;  }
.ls-scroll .scroll-box { height:100%; width:100%;}
.ls-scroll p { height:100%; width:100%; }
.ls-scroll span { font-size:0; width:0; height:0;}
.ls-scroll i { position: relative; vertical-align: middle; display:inline-block;  width: 40%; height:100%; animation: scrollArrowBounce 3.2s ease-in-out infinite; }
.ls-scroll i:after {filter: brightness(0) invert(1);  content:'';  width:100%; height:100%; position: absolute; left:0; top:0; background-size: contain; background-repeat: no-repeat; background-position: center center; }
/* 스크롤 화살표: 아래로 내려가서 잠시 멈췄다가 원래 자리로 올라와서 다시 잠시 멈추는 것을 반복.
   내려가는 구간(0~25%)과 올라오는 구간(50~75%)은 ease-in-out이라 천천히 시작해서 빨라지고 다시 천천히 멈춘다. */
@keyframes scrollArrowBounce {
	0%, 25% { transform: translateY(0); }
	50%, 75% { transform: translateY(1.4em); }
	100% { transform: translateY(0); }
}


/*메인 스크롤 버튼*/
.scroll-box-1 .scroll-box-btn {    width: 90%;    z-index: 5;    padding-top: 2em;}
.scroll-box-1 .scroll-btn {    z-index: 4;    display: flex;    justify-content : start;    align-items: center;    clear: both;    width: 100%;    position: relative;}
.scroll-box-1 .scroll-btn>a { color:#535353;   font-size: 0.95em;    padding: 10px 10px 10px 0px;    display: flex;    justify-content : center;    align-items: center;}
.scroll-box-1 .scroll-btn .ls-num {   opacity: 0.5;    width: 20px; font-weight:500;}
.scroll-box-1 .scroll-btn .ls-bar {    margin: 2px 5px 0px 5px;    display: none;    position: relative;    background: rgba(255,255,255,0.6);    border-radius: 11px;    height: 1px;    width: 120px;}
.scroll-box-1 .scroll-btn .ls-bar-in {    z-index: 1;    display: block;    position: absolute;    left: 0;    background: #959595;    height: 100%; }
.scroll-box-1 .scroll-btn>a.active .ls-bar {  display: inline-block;}
.scroll-box-1 .scroll-btn>a.active .ls-num, .scroll-box-1 .scroll-btn>a:hover .ls-num {    opacity: 1;}

/* 공통 스크롤 리빌(pntmaterials.co.kr 벤치마킹): 화면에 들어오면 아래->위로 살짝 이동하며 페이드인, 한번만 실행.
   패럴랙스(data-parallax)는 JS(index.php)에서 별도 요소에 transform을 직접 적용하므로, 서로 다른 요소에만 함께 써야 충돌하지 않음 */
.reveal { opacity:0; transform: translateY(2.2em); transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.reveal-in { opacity:1; transform: translateY(0); }

.scroll-box-3 .ls-list:nth-child(1) { transition-delay: 0s; }
.scroll-box-3 .ls-list:nth-child(2) { transition-delay: 0.12s; }
.scroll-box-3 .ls-list:nth-child(3) { transition-delay: 0.24s; }
.scroll-box-3 .ls-list:nth-child(4) { transition-delay: 0.36s; }

.scroll-box-4 .list-box .ls-list:nth-child(1) { transition-delay: 0s; }
.scroll-box-4 .list-box .ls-list:nth-child(2) { transition-delay: 0.1s; }
.scroll-box-4 .list-box .ls-list:nth-child(3) { transition-delay: 0.2s; }
.scroll-box-4 .list-box .ls-list:nth-child(4) { transition-delay: 0.3s; }
.scroll-box-4 .list-box .ls-list:nth-child(5) { transition-delay: 0.4s; }

.scroll-box-6 .list-box .ls-list:nth-child(1) { transition-delay: 0s; }
.scroll-box-6 .list-box .ls-list:nth-child(2) { transition-delay: 0.08s; }
.scroll-box-6 .list-box .ls-list:nth-child(3) { transition-delay: 0.16s; }
.scroll-box-6 .list-box .ls-list:nth-child(4) { transition-delay: 0.24s; }
.scroll-box-6 .list-box .ls-list:nth-child(5) { transition-delay: 0.32s; }

.scroll-box-2 { position:relative; width: 100%; height:100vh; min-height:970px;  overflow: hidden; padding-top: calc(var(--head-height));}
.scroll-box-2 .ls-slide-backgrounds { position:absolute; left:0;  top:0; width: 100%; height: 100%;}
.scroll-box-2 .ls-slide-backgrounds img {position:absolute; left: 0; top: 0;  width:100%; height:100%; object-fit: cover; object-position: left 68%;}
.scroll-box-2 .scroll-box-2-1 { height:100%; width:100%; max-width:var(--width-3-pd); padding-left:20px; padding-right:20px; display: table; margin:0 auto; table-layout: fixed; position: relative; }
.scroll-box-2 .box-area { padding-top: 10%; text-align: center; height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-2 .txt-box>div { line-height:1; padding:0.1em 0; display:flex; align-items: center; justify-content: center;}
.scroll-box-2 .txt-box { font-weight:700; font-size: 5.9em;}
.scroll-box-2 .txt-img { padding-right: 0.15em;padding-left: 0.3em;}
.scroll-box-2 .txt-img div { height:1em;}
.scroll-box-2 .txt-img img {vertical-align: top; height:100%;}
.scroll-box-2 .ls-more { margin-top: 5em; font-weight:600; display:inline-block; }
.scroll-box-2 .ls-more a {position: relative; font-weight: 700; line-height:1;  padding-top: 0.3em; padding-bottom: 0.3em; font-weight:600; border-bottom:1px solid var(--bg-black) ; font-size:1.1em; display:inline-block; line-height:1; transition: border-color 0.4s ease;}
.scroll-box-2 .ls-more span {position: relative; font-weight: 700 ; vertical-align: middle;}
.scroll-box-2 .ls-more i { position: relative; vertical-align: middle; display:inline-block; margin-left: 0.5em; width:1.2em; height:1.2em; }
.scroll-box-2 .ls-more i:after { filter: brightness(0) contrast(100%); content:''; width:100%; height:100%; position: absolute; left:0; top:0; background-size: contain; background-repeat: no-repeat; background-position: center center; }
/* 호버 시 주황색이 아래->위로 채워지는 wipe 효과: 흰글자+주황배경으로 된 복제 레이어(ls-more-fill)를 원본 위에 겹쳐두고 clip-path로 걷어냄(마우스 진입시 아래->위로 드러나고, 벗어나면 그대로 위->아래로 걷혀 사라짐) */
.scroll-box-2 .ls-more .ls-more-fill { position: absolute; z-index: 1; left:-1em; top:-0.4em; width:calc(100% + 2em); height:calc(100% + 0.8em); border-radius: 2em; background:var(--color-base-1); color:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; clip-path: inset(100% 0 0 0 round 2em); transition: clip-path 0.4s ease; pointer-events: none;}
.scroll-box-2 .ls-more .ls-more-fill i:after { filter: brightness(0) invert(1);}
.scroll-box-2 .ls-more a:hover .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }
.scroll-box-2 .ls-more a:hover { border-bottom-color: transparent;}

/* 2섹션 스크롤 진입 애니메이션(haatz.com 1섹션 벤치마킹): 텍스트는 좌->우 슬라이드인+페이드인.
   캡슐이미지는 object-fit:cover 방식: 컨테이너(txt-img>div) 폭을 1em -> 원본 비율의 실제 폭(--txt-img-w, JS로 계산)까지 늘리고, 그 안의 이미지는 object-fit:cover로 항상 채움.
   폭이 flex 줄 안에서 커지면서 justify-content:center에 의해 가운데를 기준으로 좌우로 벌어지듯 자라남 */
.scroll-box-2 .txt-box-b .txt-b,
.scroll-box-2 .txt-box-b .txt-l,
.scroll-box-2 .txt-box-b .txt-change { opacity:0; transform: translateX(-1.2em); transition: opacity 1.3s cubic-bezier(0.4, 0, 1, 1), transform 0.7s ease; }
.scroll-box-2 .txt-box-b { transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }
.scroll-box-2 .txt-img > div { overflow:hidden; border-radius:50em; width:1em; transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1); }
.scroll-box-2 .txt-img img { width:100%; height:100%; object-fit:cover; display:block; }

/* 각 줄 안에서도 "앞 텍스트 -> 이미지 -> 뒤 텍스트" 순서로 0.12초씩 간격을 두고 하나씩 스스륵 등장(동시에 겹쳐서 나오지 않도록) */
/* 1행: KEEPING -> 이미지 -> KINDNESS */
.scroll-box-2 .txt-box-b:nth-child(1) .txt-b { transition-delay: 0s; }
.scroll-box-2 .txt-box-b:nth-child(1), .scroll-box-2 .txt-box-b:nth-child(1) .txt-img > div { transition-delay: 0.12s; }
.scroll-box-2 .txt-box-b:nth-child(1) .txt-change { transition-delay: 0.24s; }
/* 2행: (모바일 전용 대체 줄) KINDNESS IN */
.scroll-box-2 .txt-box-b:nth-child(2) .txt-change { transition-delay: 0.36s; }
/* 3행: IN -> 이미지 -> EVERY DETAIL */
.scroll-box-2 .txt-box-b:nth-child(3) .txt-b { transition-delay: 0.48s; }
.scroll-box-2 .txt-box-b:nth-child(3), .scroll-box-2 .txt-box-b:nth-child(3) .txt-img > div { transition-delay: 0.6s; }
.scroll-box-2 .txt-box-b:nth-child(3) .txt-change { transition-delay: 0.72s; }
/* 4행: KNK -> 이미지 */
.scroll-box-2 .txt-box-b:nth-child(4) .txt-l { transition-delay: 0.84s; }
.scroll-box-2 .txt-box-b:nth-child(4), .scroll-box-2 .txt-box-b:nth-child(4) .txt-img > div { transition-delay: 0.96s; }

.scroll-box-2.in-view .txt-box-b .txt-b,
.scroll-box-2.in-view .txt-box-b .txt-l,
.scroll-box-2.in-view .txt-box-b .txt-change { opacity:1; transform: translateX(0); }
.scroll-box-2.in-view .txt-box-b { transform: translateX(var(--txt-img-shift, 0px)); }
.scroll-box-2.in-view .txt-img > div { width: var(--txt-img-w, 3em); }

.scroll-box-3 { position:relative; width: 100%;  overflow: hidden; padding-top: calc(var(--head-height) - 4em)}
.scroll-box-3 .ls-slide-backgrounds { position:absolute; left:0;  top:0; width: 100%; height: 100%;}
.scroll-box-3 .ls-slide-backgrounds img {position:absolute; left: 0; top: 0;  width:100%; height:100%; object-fit: cover; object-position: left 68%;}
.scroll-box-3 .scroll-box-3-1 { height:100%; width:100%; max-width:var(--width-3-pd); padding-left:20px; padding-right:20px; display: table; margin:0 auto; table-layout: fixed; position: relative; }
.scroll-box-3 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-3 .m-head { position: relative;  text-align: left; width: 100%;  margin-bottom:1.5em; }
.scroll-box-3 .m-head h2 { line-height: 1.4em; font-size: 2.7em; font-weight:600; color:#fff;}
.scroll-box-3 .m-head p { margin:0 auto;  line-height: 1.3em; font-size: 1em;  padding-top:1.5em;}
.scroll-box-3 .box-inner { position: relative; background:#fff; border-radius: 0 4.5em 0 4.5em; }
@media all and (min-width:1025px) { .scroll-box-3 .img-box, .scroll-box-3 .img-box *, .scroll-box-6 .list-box, .scroll-box-6 .list-box * { cursor:none !important; } }
.scroll-box-3 .list-box { margin-left: auto; width:100%; position: relative; display:flex; justify-content: space-between; flex-wrap:wrap; flex-direction: row-reverse;}
.scroll-box-3 .ls-list { text-align: left; width:44.5%; margin-bottom: 30%; }
.scroll-box-3 .ls-list:nth-child(2) { margin-top:41%; }
.scroll-box-3 .ls-list:nth-child(3) { margin-top: -41%; }
.scroll-box-3 .ls-img-01 { overflow:hidden; border-radius: 0.5em; }
.scroll-box-3 .ls-img-01 img { width:100%; transition: opacity 0.4s ease, transform 0.5s ease; }
.scroll-box-3 .ls-list a:hover .ls-img-01 img { transform: scale(1.06); }
.scroll-box-3 .txt-box strong { font-size: 3em; font-weight: 700; transition: color 0.4s ease;}
.scroll-box-3 .txt-box p {padding-left: 0.1em ; font-weight: 400; font-size: 1.1em; padding-top: 0.2em; line-height:1.6em; width: calc(100% - 10em); transition: color 0.4s ease;}
.scroll-box-3 .txt-box { position: relative; margin-bottom: 2em;}
.scroll-box-3 .ls-more { position: absolute; right: 0.5em; bottom: 0em; padding-top: 0.3em; padding-bottom: 0.3em; font-weight:600; border-bottom:1px solid var(--bg-black) ; font-size:1.1em; display:inline-block; line-height:1;}
.scroll-box-3 .ls-more span {position: relative; font-weight: 700 ; padding-right:3em; vertical-align: middle;}
.scroll-box-3 .ls-more i { position: relative; vertical-align: middle; display:inline-block; margin-left: 0.5em; width:1.2em; height:1.2em; }
.scroll-box-3 .ls-more i:after { filter: brightness(0) contrast(100%); content:''; width:100%; height:100%; position: absolute; left:0; top:0; background-size: contain; background-repeat: no-repeat; background-position: center center; }
.scroll-box-3 .ls-more { transition: border-color 0.4s ease; }
/* 호버 시 주황색이 아래->위로 채워지는 wipe 효과(Brochure Download 버튼과 동일한 방식) */
.scroll-box-3 .ls-more .ls-more-fill { position: absolute; z-index: 1; left:-0.7em; top:-0.2em; width:calc(100% + 1.4em); height:calc(100% + 0.4em); padding-right:0; border-radius: 2em; background:var(--color-base-1); color:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; clip-path: inset(100% 0 0 0 round 2em); transition: clip-path 0.4s ease; pointer-events: none;}
.scroll-box-3 .ls-more .ls-more-fill i:after { filter: brightness(0) invert(1);}
.scroll-box-3 .ls-more:hover .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }
.scroll-box-3 .ls-more:hover { border-bottom-color: transparent;}
.scroll-box-3 .ls-list a:hover { color:var(--bg-black); }
/* 카드(이미지+제목+설명)에 마우스 호버시: 큰 제목만 주황색으로, 이미지는 15% 살짝 흐려지게 */
.scroll-box-3 .ls-list a:hover .txt-box strong { color: var(--color-base-1); }
.scroll-box-3 .ls-list a:hover .ls-img-01 img { opacity: 0.85; }

.scroll-box-4 { position:relative; width: 100%; min-height: 970px; height:100%; max-height: 1450px; overflow: hidden; padding-bottom: 16%; padding-top: 16%}
.scroll-box-4 .ls-slide-backgrounds { position:absolute; left:0;  top:0; width: 100%; height: 100%;}
.scroll-box-4 .ls-slide-backgrounds img {position:absolute; left: 0; top: 0;  width:108.5%; height:100%; object-fit: cover; object-position: 45% 68%;}
.scroll-box-4 .scroll-box-4-1 { height:100%; width:100%; max-width:var(--width-2); padding-left:20px; padding-right:20px; display: table; margin:0 auto; table-layout: fixed; position: relative; }
.scroll-box-4 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-4 .m-head { color:#fff; position: relative;  text-align: left; width: 100%;  margin-bottom:1.5em; }
.scroll-box-4 .m-head h2 { font-size:1.1em; line-height: 1.4em; font-weight:600; color:var(--color-base-1)}
.scroll-box-4 .m-head p {  font-size: 2.2em; font-weight: 700; line-height: 1.5em;  padding-top:0.5em;}
.scroll-box-4 .inner-box { position: relative; display:flex; justify-content: space-between; align-items: stretch;}
.scroll-box-4 .head-box { position: relative; width:45%;}
.scroll-box-4 .box-inner { width: 48%; position: relative; color:var(--bg-white); padding-top: 1.5em;}
.scroll-box-4 .tt-ss { font-size: 0.85em; font-weight: 400; text-align: right; margin-bottom: 1.2em; color:#898989}
.scroll-box-4 .list-box { border-top: 1px solid rgba(255,255,255,0.15);}
.scroll-box-4 .ls-list { display:flex; align-items: baseline; padding: 2.4em 0; line-height: 1.6em; border-bottom: 1px solid rgba(255,255,255,0.25);}
.scroll-box-4 .ls-list p { flex: 1; max-width: 60%; min-width: 60%; width: 100%; margin-bottom:auto; text-align: left; font-weight: 600; font-size: 1.2em; transition: color 0.3s ease;}
.scroll-box-4 .ls-list strong { text-align: left; font-size: 3.9em; font-weight: 700; line-height: 1; transition: color 0.3s ease;}
.scroll-box-4 .ls-list span { margin-left:0.5em; font-size: 1.3em; font-weight: 600; transition: color 0.3s ease;}
/* 통계 값(년도/국가/생산량 등) 행에 마우스 호버 시 주황색으로 강조 (5개 항목 모두 동일하게 동작) */
.scroll-box-4 .ls-list:hover,
.scroll-box-4 .ls-list:hover strong,
.scroll-box-4 .ls-list:hover span { color: var(--color-base-1);}
.scroll-box-4 .ls-more {margin-left: 1em; margin-top: 3em; display:inline-block; }
.scroll-box-4 .ls-more a { color:var(--bg-white); position: relative; line-height:1;  padding-top: 0.3em; padding-bottom: 0.3em; font-weight:600; border-bottom:1px solid var(--bg-white) ; font-size:1.1em; display:inline-block; line-height:1; transition: border-color 0.4s ease;}
.scroll-box-4 .ls-more span {position: relative; font-weight: 700 ; padding-right:3em; vertical-align: middle;}
.scroll-box-4 .ls-more i { position: relative; vertical-align: middle; display:inline-block; margin-left: 0.5em; width:1.2em; height:1.2em; }
.scroll-box-4 .ls-more i:after { filter: brightness(0) invert(1); /* filter: brightness(0) contrast(100%); */ content:''; width:100%; height:100%; position: absolute; left:0; top:0; background-size: contain; background-repeat: no-repeat; background-position: center center; }
/* 호버 시 주황색이 아래->위로 채워지는 wipe 효과(Brochure Download/scroll-box-3 View 버튼과 동일한 방식) */
.scroll-box-4 .ls-more .ls-more-fill { position: absolute; z-index: 1; left:-1em; top:-0.4em; width:calc(100% + 2em); height:calc(100% + 0.8em); padding-right:0; border-radius: 2em; background:var(--color-base-1); color:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; clip-path: inset(100% 0 0 0 round 2em); transition: clip-path 0.4s ease; pointer-events: none;}
.scroll-box-4 .ls-more a:hover .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }
.scroll-box-4 .ls-more a:hover { border-bottom-color: transparent;}

.scroll-box-5 { position:relative; width: 100%; height:100%; max-height: 2750px; min-height: 970px; padding-top:17%; padding-bottom:17%; overflow: hidden; background:#fdfdfc}
.scroll-box-5 .ls-slide-backgrounds { position:absolute; left:0;  top:0; width: 100%; height: 100%;}
.scroll-box-5 .ls-slide-backgrounds img {position:absolute; left: 0; top: 0;  width:108.5%; height:100%; object-fit: cover; object-position: left 68%;}
.scroll-box-5 .scroll-box-5-1 { height:100%; width:100%; max-width:var(--width-2);  padding-left:20px; padding-right:20px; display: table; margin:0 auto; table-layout: fixed; position: relative; }
.scroll-box-5 .box-area { height:100%; display:table-cell; width:100%;vertical-align:middle; }
.scroll-box-5 .bg-box {max-width:calc(256px * 6); margin:0 auto;  position: relative; display:flex; flex-wrap: wrap; justify-content: space-between;}
.scroll-box-5 .bg-box>p { width: calc(100% / 6); }
/* 칫솔 이미지가 각자 다른 리듬으로 두둥실 떠 있는 효과. data-parallax는 부모 p에 JS로 transform이 적용되므로
   img(자식)에 별도로 애니메이션을 줘서 스크롤 패럴랙스와 겹치지 않고 함께 합성되게 함 */
.scroll-box-5 .bg-box>p img { width:100%; display:block; animation: productFloat 3.2s ease-in-out infinite; }
.scroll-box-5 .bg-box>p:nth-child(4n+2) img { animation-duration: 3.7s; animation-delay: 0.4s; }
.scroll-box-5 .bg-box>p:nth-child(4n+3) img { animation-duration: 4.1s; animation-delay: 0.8s; }
.scroll-box-5 .bg-box>p:nth-child(4n) img { animation-duration: 3.5s; animation-delay: 1.2s; }
@keyframes productFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}
@media (prefers-reduced-motion: reduce) {
	.scroll-box-5 .bg-box>p img { animation: none; }
}
.scroll-box-5 .m-head { display:flex; justify-content: center; align-content: center; flex-direction: column; text-align: center; width: calc((100% / 6) * 4);}
.scroll-box-5 .m-head h2 { font-size:1.1em; line-height: 1.4em; font-weight:600; color:var(--color-base-1)}
.scroll-box-5 .m-head p {  font-size: 3.1em; font-weight: 700; line-height: 1.3em;  padding-top:0.2em;}
.scroll-box-5 .m-head>span {font-size:1.1em; padding-top: 1em; line-height: 1.6em; font-weight:500;}
.scroll-box-5 .ls-more {margin-left: 1em; margin-top: 3em;display:inline-block; }
.scroll-box-5 .ls-more a { position: relative;line-height:1; padding-top: 0.3em; padding-bottom: 0.3em; font-weight:600; border-bottom:1px solid var(--bg-black) ; font-size:1.1em; display:inline-block; transition: border-color 0.4s ease;}
.scroll-box-5 .ls-more span {position: relative; font-weight: 700 ; padding-right:3em; vertical-align: middle;}
.scroll-box-5 .ls-more i { position: relative; vertical-align: middle; display:inline-block; margin-left: 0.5em; width:1.2em; height:1.2em; }
.scroll-box-5 .ls-more i:after {filter: brightness(0) contrast(100%); content:''; width:100%; height:100%; position: absolute; left:0; top:0; background-size: contain; background-repeat: no-repeat; background-position: center center; }
/* 호버 시 주황색이 아래->위로 채워지는 wipe 효과(다른 View/Brochure Download 버튼과 동일한 방식) */
.scroll-box-5 .ls-more .ls-more-fill { position: absolute; z-index: 1; left:-1em; top:-0.4em; width:calc(100% + 2em); height:calc(100% + 0.8em); padding-right:0; border-radius: 2em; background:var(--color-base-1); color:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; clip-path: inset(100% 0 0 0 round 2em); transition: clip-path 0.4s ease; pointer-events: none;}
.scroll-box-5 .ls-more .ls-more-fill i:after { filter: brightness(0) invert(1);}
.scroll-box-5 .ls-more a:hover .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }
.scroll-box-5 .ls-more a:hover { border-bottom-color: transparent;}
.scroll-box-4 .ls-more a:hover::before { opacity: 1;}

.scroll-box-6 { position:relative; width: 100%; height:100vh; min-height: 970px; overflow: hidden; padding-top: calc(var(--head-height) - 4em); background:#fefefe}
.scroll-box-6 .ls-slide-backgrounds { position:absolute; left:0;  top:0; width: 100%; height: 100%;}
.scroll-box-6 .ls-slide-backgrounds img {position:absolute; left: 0; top: 0;  width:100%; height:100%; }
.scroll-box-6 .scroll-box-6-1 { height:100%; width:100%; max-width: calc(var(--width-1-pd) + 40px); padding-left:20px; padding-right:20px;display: table; margin:0 auto; table-layout: fixed; position: relative; }
/* 뷰포트 높이에 따라 하단 여백이 달라지지 않도록, 중앙정렬 대신 콘텐츠를 아래쪽에 붙이고 고정 여백(12em)을 둠 */
.scroll-box-6 .box-area { height:100%; display:table-cell; width:100%; vertical-align:bottom; padding-bottom: 12em; }
.scroll-box-6 .head-box { position: relative; width:100%; display:flex; justify-content: space-between; align-items: center;}
.scroll-box-6 .m-head { position: relative;  text-align: left; }
.scroll-box-6 .m-head h2 { font-size: 3.3em; font-weight: 700; line-height: 1.3em;  }
.scroll-box-6 .m-head p {font-size:1.1em; padding-top: 1em; line-height: 1.6em; font-weight:500;}
.scroll-box-6 .head-area { padding-left: 0.5em; padding-right: 2%;  position: relative; display:flex; justify-content: space-between; align-items: end;}
.scroll-box-6 .inner-box { position: relative;}
/* 뉴스 슬라이딩: 좌우 버튼 클릭 또는 마우스 드래그로 가로 스크롤(네이티브 scrollLeft 사용, 스크롤바는 숨김) */
.scroll-box-6 .list-box {  margin-top:2em; display:flex; align-items: stretch; margin-right: -1.5em; flex-wrap: nowrap; overflow-x:auto; scroll-behavior:smooth; scrollbar-width:none; -ms-overflow-style:none; cursor:grab;}
.scroll-box-6 .list-box.dragging { scroll-behavior:auto; cursor:grabbing; }
.scroll-box-6 .list-box::-webkit-scrollbar { display:none; }
.scroll-box-6 .ls-list { width: 580px; min-width:580px; padding-right: 1.5em; }
.scroll-box-6 .ls-list a { display:block; padding: 1em; background-color:#f4f4f4; border-radius: 0.3em;}
.scroll-box-6 .ls-list a:hover { background:#e5e5e5; color:var(--bg-black)}
.scroll-box-6 .ls-list a:hover .txt-cate {  color:var(--color-base-1);}
.scroll-box-6 .ls-list .txt-cate { font-weight:700; font-size: 1.1em; margin-bottom: 3em;}
.scroll-box-6 .ls-list .txt-day { font-weight:400; color:#959595; font-size: 0.8em; padding-top: 1.5em;  }
.scroll-box-6 .ls-list .txt-ss { font-weight: 500; height: 3em; line-height: 1.6em; word-break: keep-all; -webkit-line-clamp: 2;	overflow: hidden; word-wrap: break-word;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;}
.scroll-box-6 .img-box { position: relative; padding-top:57%; width:100%; height:0;}
.scroll-box-6 .img-box .ls-img-01 { position: absolute; top:0; width: 100%; height:100%; overflow: hidden; }
.scroll-box-6 .img-box img { width:100%; height:100%; object-fit: cover; object-position: center center;}
.scroll-box-6 .txt-box { text-align: left; font-weight:600; padding-bottom: 1em;  }
.scroll-box-6 .slide-box { z-index:3; height:3px; width:61.4%; position: absolute; right:0; bottom:0;}
.scroll-box-6 .slide-box p {  height: 1px; background:#535353;}
.scroll-box-6 .slide-box a { position: absolute; top:0; height: 10px; display:inline-block;}
.scroll-box-6 .slide-box a span { position: absolute; left:0; top:0; width:100%; height:3px; background:#000; display:inline-block;  }
.scroll-box-6 .slide-btn {position:relative;}
.scroll-box-6 .arrowBtn { position: relative; z-index:4;  height: 100%; background: transparent; display:flex;align-items: center; justify-content: center;}
.scroll-box-6 .arrowBtn button {  border-radius: 5em; text-indent: -9999px;  width: 2.6em; height: 2.2em; margin:0 0.2em; border:none; background:transparent; position: relative;    z-index: 4;}
.scroll-box-6 .arrowBtn button:hover { background:var(--color-base-1);}
.scroll-box-6 .arrowBtn button:hover:after { filter:invert(1)}
.scroll-box-6 .arrowBtn button:after { filter: grayscale(1); opacity: 0.8; left:52%; top: 50%; transform: translate(-50%, -50%); width: 45%;  height: 45%; content: '';  background-position: center center;  position: absolute; background-size: 100% auto;   background-repeat: no-repeat;}
.scroll-box-6 .arrowBtn .slide-right:after { left: 49%;}
.scroll-box-6 .ls-more {margin-left: 1em; margin-top: 5em;display:inline-block; }
.scroll-box-6 .ls-more a { position: relative;line-height:1; padding-top: 0.3em; padding-bottom: 0.3em; font-weight:600; border-bottom:1px solid var(--bg-black) ; font-size:1.1em; display:inline-block; transition: border-color 0.4s ease;}
.scroll-box-6 .ls-more span {position: relative; font-weight: 700 ; padding-right:3em; vertical-align: middle;}
.scroll-box-6 .ls-more i { position: relative; vertical-align: middle; display:inline-block; margin-left: 0.5em; width:1.2em; height:1.2em; }
.scroll-box-6 .ls-more i:after {filter: brightness(0) contrast(100%); content:''; width:100%; height:100%; position: absolute; left:0; top:0; background-size: contain; background-repeat: no-repeat; background-position: center center; }
/* 호버 시 주황색이 아래->위로 채워지는 wipe 효과(다른 View/Brochure Download 버튼과 동일한 방식) */
.scroll-box-6 .ls-more .ls-more-fill { position: absolute; z-index: 1; left:-1em; top:-0.4em; width:calc(100% + 2em); height:calc(100% + 0.8em); padding-right:0; border-radius: 2em; background:var(--color-base-1); color:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; clip-path: inset(100% 0 0 0 round 2em); transition: clip-path 0.4s ease; pointer-events: none;}
.scroll-box-6 .ls-more .ls-more-fill i:after { filter: brightness(0) invert(1);}
.scroll-box-6 .ls-more a:hover .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }
.scroll-box-6 .ls-more a:hover { border-bottom-color: transparent;}

.a-hover { opacity: 0; z-index:19;  position: fixed; top:0; left:0; pointer-events:none; width: 6.8em; height:6.8em;  display: block; transition: opacity 0.3s ease, transform 0.3s ease; transform: translate(-50%, -50%) scale(0.4);}
.a-hover.on { opacity: 1; transform: translate(-50%, -50%) scale(1); }
@media all and (max-width:1024px) { .a-hover { display:none; } }
.a-hover:before {width:100%; height:100%;  position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); background:var(--color-base-1); content:''; border-radius: 50%;}
.a-hover p { display:flex; flex-direction: row; height:100%; justify-content: center; align-items: center; position: relative; }
.a-hover .ah-txt {color:var(--bg-white); position: relative; font-weight:600; font-size: 0.9em; padding: 0 0.7em;}
.a-hover .ah-arrow { display:flex; align-items:center; font-weight:300; font-size: 1.5em; line-height:1; letter-spacing: 0.02em; color: var(--bg-white); position: relative; top: -0.06em;}
/* 화살표 4개(좌측 n1,n2 + 우측 n3,n4)가 좌->우 순서로 0.2초 간격으로 하나씩 밝아지고,
   4개 다 밝아지면 0.5초 대기 후 다시 좌->우 순서로 0.2초 간격으로 하나씩 흐려지고,
   4개 다 흐려지면 0.5초 대기 후 반복. 밝아짐/흐려짐 각각 1s에 걸쳐 천천히 진행되어(뚝뚝 끊기지 않고)
   부드럽게 트랜지션되며, 인접한 화살표끼리 겹치는 구간이 생겨 좌→우로 흐르듯 이어짐.
   한 주기 = 4.2s(밝아짐 1s+0.2s*3간격 + 대기 0.5s + 흐려짐 1s+0.2s*3간격 + 대기 0.5s),
   n2/n3/n4는 동일한 애니메이션을 0.2s씩 늦게 시작시켜(=n1보다 지연) 좌→우로 순서가 이어지게 함 */
.a-hover .ah-arrow i { font-style:normal; display:inline-block; transform: scaleY(1.1); opacity: 0.2; animation: ah_relay 4.2s ease-in-out infinite; }
.a-hover .ah-arrow i.ah-n2 { animation-delay: 0.2s; }
.a-hover .ah-arrow i.ah-n3 { animation-delay: 0.4s; }
.a-hover .ah-arrow i.ah-n4 { animation-delay: 0.6s; }
/* scroll-box-3(배너) 호버 시: 화살표 없이 "Scroll" 텍스트만 표시 */
.a-hover.mode-scroll .ah-arrow { display:none; }
@keyframes ah_relay {
	0% { opacity: 0.2; }
	23.81% { opacity: 1; }
	50% { opacity: 1; }
	73.81% { opacity: 0.2; }
	100% { opacity: 0.2; }
}


/*서브상단 뒷배경*/
.snb-bg {  height: 26em;  margin:0 auto;  position: relative; max-width: 1920px; padding-left:20px; padding-right:20px; }
.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%;}
.snb-bg .ls-slide-backgrounds.snb-pos-01 img {  object-position: 40% top}
.snb-bg .ls-slide-backgrounds.snb-pos-02 img {  object-position: 40% 60%}
.snb-bg .ls-slide-backgrounds.snb-pos-03 img {  object-position: 39% center}
.snb-bg .ls-slide-backgrounds.snb-pos-05 img {  object-position: 43% center}
.snb-bg .ls-slide-backgrounds.snb-pos-06 img {  object-position: 34% center}
.snb-bg .ls-slide-backgrounds.snb-pos-07 img {  object-position: center bottom}
.snb-bg .ls-slide-backgrounds.snb-pos-09 img {  object-position: center top}
.snb-bg .ls-slide-backgrounds.snb-pos-12 img {  object-position: center 35%}
.snb-bg .ls-slide-backgrounds.snb-pos-13 img {  object-position: center 63%}
.snb-bg .box_inner { height: 100%; clear: both; position: relative; text-align: center; margin:0 auto; max-width: 1685px; padding-left:20px; padding-right:20px;}
.snb-bg .ls-slide-texts { text-align: left; width: 100%; font-weight:600; color:#535353; position:absolute; left:0; top:20px;  padding-left: 20px; padding-right:20px;}
.snb-bg .ls-slide-texts .ls-head { font-size: 3.556em; font-weight: 900; padding-bottom:0.3em;}
.snb-bg .ls-slide-texts p { font-size: 1.15em; }

/* 서브상단 등장효과: 메인 1섹션 배경이미지 페이드인과 동일한 개념(opacity 0->1). 탭/타이틀이 먼저 나온 뒤 이어서 등장(sub_top.php에서 지연시간 다르게 addClass) */
.snb-bg .ls-slide-backgrounds { opacity:0; transition: opacity 0.9s ease; }
.snb-bg.intro-in .ls-slide-backgrounds { opacity:1; }

.snb { width: 100%; position: relative ; z-index:3;  max-width: var(--width-6); padding-left:20px; padding-right:20px;  margin-top:calc(var(--head-height) + 10em); margin-left: auto; margin-right:auto;}
.snb .snb-in {position: relative; z-index:3; width:100%; height:100%; margin: 0 auto; }
/* 타이틀은 메인 텍스트 등장효과와 동일한 개념(페이드+아래->위 슬라이드)으로 등장 */
.snb h2 { opacity:0; transform: translateY(1.2em); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.snb.intro-in h2 { opacity:1; transform: translateY(0); }
.snb h2 { text-align:center; display:block;font-size: 3.3em; position: relative; padding-bottom: 1.5em; font-weight:700 }
.snb ul { position: relative; display: flex; align-items: center; height:100%; width:100%; flex-wrap: nowrap; max-width:var(--width-3)}
.snb li {position: relative; width:100%; height:100%; letter-spacing: -0.02em; }    
.snb li a { font-size:1.1em; color:#434343; font-weight:500; padding:1em 1em 1em 1em; display:block; width:100%; height:100%;position: relative; text-wrap: nowrap;}
.snb li a>span {z-index:2; /* display:flex; justify-content: center; align-items: center; */  height:100%; position: relative; padding-bottom:0.8em;}
.snb li a>span:after { opacity: 0; content:''; position: absolute; width:100%; min-width: 10em;  height:0.2em; background:var(--color-base-1); bottom:-0.2em; left:50%; transform: translateX(-50%);}
.snb li a:hover>span:after, .snb li a.active>span:after { opacity: 1;}
.snb li a:hover, .snb li a.active { color:var(--color-base-1); font-weight:700}
.snb li {margin-left: auto;} .snb li:last-child {margin-right: auto;}

/* 탭(웹용/모바일용)은 타이틀보다 살짝 늦게 페이드+슬라이드업 */
.snb .snb-in, .snb-md { opacity:0; transform: translateY(1em); transition: opacity 0.6s ease 0.15s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.15s; }
.snb.intro-in .snb-in, .snb-md.intro-in { opacity:1; transform: translateY(0); }

.snb-md { z-index: 8; position: relative; margin-top:4em; padding-left:20px; padding-right:20px; }
.snb_list {  display: block; z-index:9; left:20px; top: calc(3.2em - 1px); width:calc(100% - 40px); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;  border:1px solid var(--bg-black); position: absolute; overflow: hidden;  background:#fff;  }
.snb-md li { width: 100%; border-bottom:1px solid rgba(0,0,0,0.1);}
.snb-md li a { font-weight:700; font-size: 1.3em; line-height:1.3; text-align: left; position: relative; display: block; padding: 0.7em}
.snb-md li a:hover { background:#eeeeee}
.snb-md .sel-menu {height: 3.2em; border-bottom:1px solid #000; z-index:10; overflow:hidden;  position: relative; display:flex; justify-content: center; align-items: center; text-align: left; }
.snb-md .sel-menu h2 { width: 100%;}
.snb-md .sel-menu a {  color:var(--color-base-1);padding: 0.5em; font-size: 1.4em; font-weight:700; width:100%; display: block; height:100%;}
.snb-md .sel-menu a>span {color:#000; font-size: 1.4em; font-weight:600; display:flex; align-items: center; height:100%; justify-content: start; }
.snb-md i {   position: absolute;    right: 5px; top:5px;}
.snb-md i span { font-size:0; width:0; height:0;}
.snb-md i:after { width:1.1em; height:1.1em;  content: ''; rotate: 90deg; transition: rotate 0.3s ease; position: absolute;   background-size: contain; background-repeat: no-repeat; background-position: center center;   right: 0px;    top: 5px;}
.snb-md i.active:after { rotate: 270deg; }
.snb-md li:last-of-type a:after {    display: none;}


/*메인 슬라이드 내용*/
.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:var(--color-base-1);}
.bgc-02 { background-color:#5cc3d8;}
.bgc-03 { background-color:#e73656;}
.bgc-04 { background-color:#48c5ff;}
.bgc-05 { background-color:#fc1f7c;}
.bgc-06 { background-color:#90c31f;}
.bgc-07 { background-color:#000000;}
.bgc-08 { background-color:#fff;}
.fc-01 { color:var(--color-base-1)}
.fc-02 { color:var(--color-green-1)}
.fc-03 { color:var(--bg-gray-2)}
.fc-04 { color:#48c5ff}
.fc-05 { color:#fc1f7c}
.fn-01 { font-family: 'Ubuntu', 'Noto Sans KR', sans-serif!important; font-weight:500; }
.fn-02 { font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif!important; }
.fs-01 { font-weight: 300;}

/*푸터*/
footer { border-top: 1px solid rgba(0,0,0,0.4); position: relative; width: 100%; word-break: keep-all;}
footer .box-inner {margin:0 auto;  width: 100%; max-width: var(--foo-width-pd); position: relative;}
footer .footer { max-width: var(--width-2-pd); padding-top: 4em; padding-bottom:4em; padding-left:20px; padding-right:20px; position: relative; width:100%;text-align: left; display:flex; align-items: stretch; margin:0 auto;}
footer .foo-logo { line-height:1.2em; font-size: 2.8em; font-weight:700; padding-bottom:0.3em;}
footer .foo-logo span { color:var(--color-base-1);}
footer .col-box-in {text-align: left; width:100%; display:flex; line-height: 1.7em; flex-wrap: wrap; justify-content: space-between; align-items: stretch;}
footer .foo-txt dl { display:flex;  font-size: 0.9em;}
footer .col-box dt { margin-right: 0.3em; min-width: 9em; font-weight:600;}
footer .col-box .foo-copy { margin-top:auto; font-size: 0.8em; color:var(--bg-white); position: absolute; bottom:0;}
footer .col-box strong { display:block; padding-top: 1.4em;}
footer .col-box { width: 48%; position: relative; padding-right:20px;}
footer .foo-menu>ul { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch;}
footer .foo-menu>ul>li {flex-shrink: 0;line-height: 1.4em;}
footer .foo-menu span { font-size: 0.95em; line-height: 1.15em; font-weight:600; display:inline-block; vertical-align: middle;}
footer .foo-menu a {  display:block; padding-bottom: 0.5em;}
footer .foo-menu li li { font-size: 0.8em}
footer .foo-menu p:last-of-type a { margin-bottom:0;}
/* 2차메뉴가 추가되며 메뉴 높이가 늘어나 margin-top:auto 만으로는 버튼이 좌측 하단 텍스트보다 위에 뜨는 경우가 생김.
   버튼을 foo-rt(좌측 col-box와 같은 높이로 stretch됨) 하단에 absolute로 고정해 메뉴 길이와 무관하게 항상 좌측 텍스트 끝과 맞춤 */
footer .foo-rt { position: relative; display:flex; flex-direction: column; width:52%;}
footer .foo-btn { text-align: right; position: absolute; left:0; right:0; bottom:0; margin-top: 0;}
footer .foo-btn a { font-size: 0.8em; font-weight:600; position: relative; display:inline-block; width: calc(21em - 2.2em); padding: 0.7em 2.2em 0.7em 0;  text-align: center; background:#e5e5e5; border-radius: 0.5em; overflow: hidden;}
footer .foo-btn span {position: relative; font-weight: 700 ;}
footer .foo-btn li { padding-top: 0.6em;}
footer .foo-btn i {  text-align: right; position: absolute; right:0.4em; top:50%; border-radius: 0.4em; background:var(--color-base-1); transform: translateY(-50%); vertical-align: middle; display:inline-block; margin-left: 0.5em; width:2.6em; height:2.6em; }
footer .foo-btn i:after {/* filter: brightness(0) contrast(100%); */ filter: brightness(0) invert(1); content:''; width:66%; height:66%; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); background-size: contain; background-repeat: no-repeat; background-position: center center; }
/* 호버 시 주황색이 아래->위로 채워지는 wipe 효과(다른 View/Brochure Download 버튼과 동일한 방식) */
footer .foo-btn .ls-more-fill { position: absolute; z-index: 1; left:0; top:0; width:100%; height:100%; padding:0.7em 2.2em 0.7em 0; border-radius: 0.5em; background:var(--color-base-1); color:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; clip-path: inset(100% 0 0 0 round 0.5em); transition: clip-path 0.4s ease; pointer-events: none;}
footer .foo-btn .ls-more-fill i { background:var(--bg-white); }
footer .foo-btn .ls-more-fill i:after { filter: none; }
footer .foo-btn a:hover .ls-more-fill { clip-path: inset(0% 0 0 0 round 0.5em); }
footer .box-bot { background:var(--bg-black); color:var(--bg-white); padding: 1em 0; }
footer .box-in { max-width: var(--width-2-pd); display:flex; justify-content: space-between; align-items: center; padding-left:20px; padding-right:20px; margin:0 auto;}

/* sns + top */
.page-top { z-index: 8; position: absolute;  right: 20px;  top: -2em;    height: 4em;   width: 4em;}
.page-top a { padding-top: 2.5em;  position: relative; background: var(--bg-black);  line-height:1;  display: block;    width: 100%;    height: 100%;    border-radius: 5em; transition: background-color 0.3s ease;}
.page-top a:hover { background-color: var(--color-base-1); }
.page-top a:before { content: ''; font-size: 1rem; width:46%; height:46%;  position: absolute;   left: 50%;  top: 50%;   transform: translate(-50%, -50%) rotate(-90deg); 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='31px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M30.803,13.405 L30.803,11.568 L30.842,11.465 C25.766,9.538 21.847,5.246 20.358,-0.015 L18.460,0.533 C19.750,5.089 22.677,8.985 26.569,11.508 L0.816,11.508 L0.816,13.502 L26.517,13.502 C22.651,16.026 19.745,19.908 18.461,24.443 L20.359,24.991 C21.848,19.729 25.767,15.438 30.843,13.511 L30.803,13.405 Z'/%3E%3C/svg%3E");}
.page-top a span { font-size:0;}


.ptb25 { padding: 25px 0;}
.pt170 { margin-top: 170px;}
.ptb50 { padding: 50px 0;}
.pb20 { padding-bottom:20px;}
.pb100 { padding-bottom:100px;}
.fs09e { font-size: 0.9em }
.fs12e { font-size: 1.2em }
.fs08e { font-size: 0.8em }
.fs085e { font-size: 0.85em }
.wd1700 { max-width: 1700px;}

.wdauto { width: auto;}
.wd12p { width: 12%;}
.wd30p { width: 30%;}
.wd20p { width: 20%;}
.wd15p { width: 15%;}

.container {font-size: 1.125rem;}
.container * { word-break: keep-all;}

.d-lg-none { display:none;} /* pc 용 감추기 */
.d-sm-view { display:none;}

.con-head {}  /* 서브 컨텐츠 제목 */
.con-head h3 { font-size: 2.2em;}
.con-head p { letter-spacing: -0.01em; font-size: 3.1em; padding-top: 0.3em;}
.con-head+.con-head { padding-top: 70px;}
.con-head h3 i {  display:inline-block; position: relative; width: 1.2em; height:1.2em;}
.con-head h3 i:after { content:''; position: absolute; left:-0.05em; top:-0.65em; width:100%; height:100%; background-position: center top; background-repeat: no-repeat; background-size: contain;}

.ls-tab-01 a { font-size: 1.1em; display:block; font-weight:600;  padding: 1em 1.7em 1.1em 1.7em; line-height:1; text-wrap: nowrap; opacity: 0.5;}
.ls-tab-01 ul { display:flex; justify-content: center; align-items: center; }
.ls-tab-01 li {  position: relative; max-width: 15em;}
.ls-tab-01 li:last-of-type:after { display:none;}
.ls-tab-01 a:hover, .ls-tab-01 a.active-on{ border-color:#000; opacity: 1; }
.ls-tab-01 a:hover span, .ls-tab-01 a.active-on span {border-bottom:2px solid #a3a3a3}
.ls-tab-01 span { padding:0.3em 0em; position: relative; display:inline-block;border-bottom:2px solid #fff}

.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='31px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(252, 57, 29)' d='M30.803,13.405 L30.803,11.568 L30.842,11.465 C25.766,9.538 21.847,5.246 20.358,-0.015 L18.460,0.533 C19.750,5.089 22.677,8.985 26.569,11.508 L0.816,11.508 L0.816,13.502 L26.517,13.502 C22.651,16.026 19.745,19.908 18.461,24.443 L20.359,24.991 C21.848,19.729 25.767,15.438 30.843,13.511 L30.803,13.405 Z'/%3E%3C/svg%3E");}
.ls-icon-02:after {/*글로벌*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27px' height='28px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M13.500,0.457 C6.063,0.457 0.013,6.507 0.013,13.944 C0.013,21.381 6.063,27.431 13.500,27.431 C20.936,27.431 26.986,21.381 26.986,13.944 C26.986,6.507 20.936,0.457 13.500,0.457 ZM24.881,12.645 L20.225,12.645 C20.049,8.804 19.095,5.485 17.674,3.282 C21.547,4.804 24.396,8.368 24.881,12.645 ZM13.500,25.405 C11.344,25.405 8.958,21.031 8.786,14.671 L18.214,14.671 C18.041,21.031 15.655,25.405 13.500,25.405 ZM8.802,12.645 C9.096,6.595 11.409,2.484 13.500,2.484 C15.591,2.484 17.904,6.595 18.198,12.645 L8.802,12.645 ZM9.325,3.282 C7.904,5.485 6.951,8.804 6.775,12.645 L2.118,12.645 C2.603,8.368 5.453,4.804 9.325,3.282 ZM2.076,14.671 L6.761,14.671 C6.865,18.753 7.835,22.296 9.325,24.606 C5.282,23.018 2.362,19.200 2.076,14.671 ZM17.674,24.606 C19.165,22.296 20.134,18.753 20.239,14.671 L24.923,14.671 C24.637,19.200 21.717,23.017 17.674,24.606 Z'/%3E%3C/svg%3E"); }
.ls-icon-03:after {/*화살표-왼쪽*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='31px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M-0.002,15.489 C1.228,15.604 2.762,17.015 3.898,18.278 L12.064,28.305 C13.987,30.897 15.394,30.643 17.935,30.643 L24.000,30.643 L11.307,15.453 L24.000,0.263 L17.654,0.263 C15.113,0.263 14.333,-0.109 12.299,2.448 L7.395,8.264 L7.395,8.262 C7.387,8.272 7.381,8.282 7.374,8.292 L4.489,11.713 C2.021,14.542 0.936,15.390 -0.002,15.446 L-0.002,15.489 Z'/%3E%3C/svg%3E"); }
.ls-icon-04:after {/*화살표-오른쪽*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='31px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M24.002,15.587 C22.772,15.471 21.238,14.044 20.102,12.767 L11.937,2.627 C10.013,0.006 8.606,0.263 6.065,0.263 L-0.000,0.263 L12.693,15.623 L-0.000,30.984 L6.346,30.984 C8.887,30.984 9.667,31.360 11.701,28.774 L16.605,22.893 L16.605,22.895 C16.613,22.885 16.619,22.875 16.626,22.865 L19.511,19.405 C21.979,16.545 23.064,15.687 24.002,15.630 L24.002,15.587 Z'/%3E%3C/svg%3E"); }
.ls-icon-05:after {/*화살표-오른쪽*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='77px' height='96px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M76.972,62.238 C76.694,62.238 49.948,62.611 39.732,92.348 L39.732,-0.014 L38.225,-0.014 L38.225,92.368 C28.017,62.611 1.259,62.238 0.981,62.238 L0.981,63.745 C1.255,63.745 28.468,64.108 37.633,95.435 L37.791,95.977 L40.158,95.977 L40.316,95.435 C49.473,64.148 76.698,63.746 76.972,63.745 L76.972,62.238 Z'/%3E%3C/svg%3E");}
.ls-icon-06:after {/*전화*/ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47px' height='47px'%3E%3Cpath fill-rule='evenodd' fill='rgb(16, 99, 226)' d='M46.061,34.254 L37.721,25.897 C36.485,24.659 34.472,24.659 33.236,25.897 L27.557,31.588 L15.691,19.697 L21.371,14.007 C22.607,12.768 22.607,10.752 21.371,9.513 L13.030,1.156 C11.832,-0.045 9.743,-0.045 8.547,1.156 L3.068,6.645 C0.957,8.761 -0.005,11.768 0.496,14.689 C1.298,19.365 3.992,26.679 12.268,34.983 C12.270,34.985 12.271,34.986 12.273,34.988 C12.281,34.996 12.289,35.004 12.298,35.013 C20.585,43.309 27.886,46.010 32.556,46.815 C33.064,46.903 33.575,46.945 34.084,46.945 C36.491,46.945 38.840,45.984 40.583,44.237 L46.061,38.747 C46.660,38.148 46.990,37.350 46.990,36.501 C46.990,35.653 46.660,34.855 46.061,34.254 ZM44.643,37.326 L39.165,42.817 C37.513,44.471 35.170,45.226 32.896,44.835 C28.511,44.079 21.624,41.513 13.705,33.581 C5.787,25.643 3.226,18.741 2.472,14.349 C2.082,12.070 2.834,9.721 4.485,8.066 L9.965,2.576 C10.405,2.135 11.172,2.135 11.612,2.576 L19.954,10.934 C20.407,11.389 20.407,12.131 19.954,12.586 L13.565,18.987 C13.377,19.175 13.271,19.430 13.271,19.697 C13.271,19.964 13.377,20.219 13.565,20.408 L26.849,33.719 C27.240,34.111 27.875,34.111 28.266,33.719 L34.654,27.318 C35.108,26.862 35.849,26.862 36.303,27.318 L44.643,35.675 C44.863,35.896 44.985,36.189 44.985,36.501 C44.985,36.813 44.863,37.106 44.643,37.326 Z'/%3E%3C/svg%3E");}
.ls-icon-07:after {/*메일*/ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47px' height='38px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M46.890,1.544 C46.838,1.421 46.763,1.311 46.670,1.219 C46.669,1.218 46.668,1.217 46.667,1.216 C46.641,1.190 46.607,1.180 46.579,1.158 C46.505,1.099 46.432,1.040 46.343,1.004 C46.248,0.965 46.147,0.952 46.046,0.944 C46.017,0.941 45.992,0.927 45.963,0.927 L45.956,0.927 C45.954,0.927 45.953,0.927 45.952,0.927 L1.993,0.927 C1.992,0.927 1.991,0.927 1.990,0.927 L1.983,0.927 C1.956,0.927 1.934,0.940 1.908,0.942 C1.804,0.950 1.700,0.964 1.602,1.004 C1.516,1.040 1.444,1.098 1.372,1.155 C1.342,1.178 1.306,1.188 1.279,1.216 C1.278,1.217 1.277,1.218 1.276,1.219 C1.183,1.311 1.108,1.421 1.056,1.544 C1.005,1.667 0.979,1.798 0.979,1.929 C0.979,1.930 0.978,1.932 0.978,1.933 L0.978,36.909 C0.978,37.464 1.428,37.915 1.983,37.915 L45.963,37.915 C46.518,37.915 46.968,37.464 46.968,36.909 L46.968,1.933 C46.968,1.932 46.967,1.930 46.967,1.929 C46.967,1.798 46.941,1.667 46.890,1.544 ZM2.988,4.393 L18.144,19.838 C17.949,19.871 17.760,19.944 17.608,20.093 L2.988,34.432 L2.988,4.393 ZM28.106,18.696 C27.006,19.816 25.539,20.433 23.973,20.433 C22.407,20.433 20.940,19.816 19.840,18.696 L4.379,2.939 L43.567,2.939 L28.106,18.696 ZM19.015,21.530 C19.198,21.351 19.288,21.118 19.304,20.881 C20.646,21.891 22.264,22.445 23.973,22.445 C25.715,22.445 27.362,21.871 28.718,20.823 C28.721,21.079 28.820,21.333 29.016,21.527 L43.553,35.903 L4.361,35.903 L19.015,21.530 ZM44.958,34.464 L30.428,20.096 C30.257,19.926 30.038,19.845 29.816,19.824 L44.958,4.393 L44.958,34.464 Z'/%3E%3C/svg%3E");}
.ls-icon-08:after {/*유투브*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M26.454,0.979 L4.545,0.979 C2.586,0.979 0.983,2.623 0.983,4.632 L0.983,18.322 C0.983,20.331 2.586,21.975 4.545,21.975 L26.454,21.975 C28.413,21.975 30.017,20.331 30.017,18.322 L30.017,4.632 C30.017,2.623 28.413,0.979 26.454,0.979 ZM12.410,16.804 L12.410,6.150 L20.265,11.477 L12.410,16.804 Z'/%3E%3C/svg%3E"); }
.ls-icon-09:after {/*링크드인*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='645px' height='645px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M644.997,645.000 L512.478,645.000 L512.478,419.285 C512.478,357.378 488.951,322.821 439.975,322.821 C386.673,322.821 358.827,358.812 358.827,419.285 L358.827,645.000 L231.107,645.000 L231.107,214.999 L358.827,214.999 L358.827,272.913 C358.827,272.913 397.245,201.883 488.469,201.883 C579.695,201.883 644.999,257.557 644.999,372.730 L644.997,645.000 ZM78.747,158.687 C35.257,158.687 0.001,123.161 0.001,79.345 C0.001,35.524 35.262,0.000 78.747,0.000 C122.232,0.000 157.488,35.524 157.488,79.345 C157.491,123.164 122.235,158.687 78.747,158.687 ZM145.964,645.000 L12.799,645.000 L12.799,214.999 L145.964,214.999 L145.964,645.000 Z'/%3E%3C/svg%3E"); }
.ls-icon-10:after {/*자세히*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46px' height='46px'%3E%3Cpath fill-rule='evenodd' fill='rgb(16, 99, 226)' d='M37.882,45.874 L31.980,45.874 L31.980,40.836 L40.900,40.836 L40.900,31.914 L45.939,31.914 L45.939,37.816 C45.939,42.259 42.325,45.874 37.882,45.874 ZM40.900,5.895 L31.980,5.895 L31.980,0.856 L37.882,0.856 C42.325,0.856 45.939,4.471 45.939,8.914 L45.939,14.816 L40.900,14.816 L40.900,5.895 ZM30.302,26.565 L37.636,33.900 C37.832,34.095 37.939,34.354 37.939,34.630 C37.939,34.906 37.831,35.166 37.636,35.360 L36.031,36.966 C35.642,37.355 34.960,37.357 34.571,36.966 L27.303,29.697 L27.051,29.859 C25.372,30.934 23.437,31.502 21.455,31.502 C15.716,31.502 11.047,26.833 11.047,21.094 C11.047,15.355 15.716,10.686 21.455,10.686 C27.194,10.686 31.863,15.355 31.863,21.094 C31.863,22.921 31.373,24.727 30.446,26.318 L30.302,26.565 ZM21.455,14.527 C17.834,14.527 14.888,17.473 14.888,21.094 C14.888,24.715 17.834,27.661 21.455,27.661 C25.076,27.661 28.022,24.715 28.022,21.094 C28.022,17.473 25.076,14.527 21.455,14.527 ZM5.960,14.816 L0.922,14.816 L0.922,8.914 C0.922,4.471 4.536,0.856 8.979,0.856 L14.880,0.856 L14.880,5.895 L5.960,5.895 L5.960,14.816 ZM5.960,40.836 L14.880,40.836 L14.880,45.874 L8.979,45.874 C4.536,45.874 0.922,42.259 0.922,37.816 L0.922,31.914 L5.960,31.914 L5.960,40.836 Z'/%3E%3C/svg%3E"); }

/*  */
.con-com-01 { padding-top: 13em; padding-bottom:6em; overflow: hidden;}
.con-com-01 .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-2-pd); width:100%;}
.con-com-01 .com-box-02 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-2-pd); width:100%;}
/* 메인페이지 버튼들과 동일한 아래->위 채워지는 호버효과(.ls-more-fill, clip-path)로 통일 */
.con-com-01 .ls-more { margin-top: 5em; font-weight:600; display:inline-block; }
.con-com-01 .ls-more a {position: relative; font-weight: 700; line-height:1;  padding-top: 0.3em; padding-bottom: 0.3em; font-weight:600; border-bottom:1px solid var(--bg-black) ; display:inline-block; line-height:1; transition: border-color 0.4s ease;}
.con-com-01 .ls-more span {position: relative; font-weight: 700 ; margin-right: 1em; vertical-align: middle;}
.con-com-01 .ls-more i { position: relative; vertical-align: middle; display:inline-block; margin-left: 0.5em; width:1.2em; height:1.2em; }
.con-com-01 .ls-more i:after { filter: brightness(0) contrast(100%); content:''; width:100%; height:100%; position: absolute; left:0; top:0; background-size: contain; background-repeat: no-repeat; background-position: center center; }
.con-com-01 .ls-more .ls-more-fill { position: absolute; z-index: 1; left:-1em; top:-0.4em; width:calc(100% + 2em); height:calc(100% + 0.8em); border-radius: 2em; background:var(--color-base-1); color:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; clip-path: inset(100% 0 0 0 round 2em); transition: clip-path 0.4s ease; pointer-events: none;}
.con-com-01 .ls-more .ls-more-fill span { margin-right: 1em; }
.con-com-01 .ls-more .ls-more-fill i:after { filter: brightness(0) invert(1);}
.con-com-01 .ls-more a:hover .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }
.con-com-01 .ls-more a:hover { border-bottom-color: transparent;}
.con-com-01 .con-box-02 { padding-top:7em;}
.con-com-01 .con-box-03 { padding-top:2em;}
.con-com-01 .con-box-04 { padding-top:2em;}
.con-com-01 .con-box-05 { padding-top:2em;}
.con-com-01 .con-box-05 .ls-txt-02 { padding-bottom: 2em; }
.con-com-01 .cert-head { display: flex; justify-content: space-between; gap: 1em; padding: 1.2em 0 1em; }
.con-com-01 .cert-head p { font-weight: 600; color: var(--color-base-1);  line-height: 1.4em; }
.con-com-01 .cert-head p:first-child { width: 29%; flex-shrink: 0; }
.con-com-01 .cert-head p:last-child { width: 71%; }
.con-com-01 .cert-box { padding-top:3em;}
.con-com-01 .cert-row { display: flex; justify-content: space-between; gap: 0.7em; align-items: flex-start; padding-bottom: 1em;}
.con-com-01 .cert-row strong { padding-left: 0.2em; padding-top: 1em; border-top: 1px solid #a0a0a0; width: 29%; font-weight:600; flex-shrink: 0; line-height: 1.5em;  }
.con-com-01 .cert-row p { padding-left: 0.2em; padding-right: 0.2em; letter-spacing: -0.03em; padding-top: 1em; border-top: 1px solid #a0a0a0; width: 73%;  line-height: 1.6em;  }
.con-com-01 .ls-img-02 { border-radius: 0.5em; height:0; position: relative; padding-top: 29.5%; overflow: hidden;}
.con-com-01 .ls-img-02 img { position: absolute; left:0; top:0; height:100%; width:100%; object-fit: cover; object-position: center top;}
.con-com-01 .ls-img-01 img { width:100%;}
.con-com-01 .area-box { text-align: left; display:flex; align-items: stretch; justify-content: space-between; padding-top: 6em; padding-bottom:6em;}
.con-com-01 .lt-box { width:46%;}
.con-com-01 .rt-box { width:53%; padding-top: 2em;}
.con-com-01 .head-box p { font-size: 1.1em; font-weight:500;color: var(--color-base-1); padding-bottom: 0.8em; }
.con-com-01 .head-box h4 { font-size:2.2em; line-height: 1.4em; padding-bottom: 0; }
.con-com-01 .txt-type strong { font-weight:600; display: block; font-size: 1.1em;line-height: 1.6em; padding-bottom: 2em;  }
.con-com-01 .txt-type p { font-size: 1.1em; line-height: 1.7em; font-weight: 400; padding: 0; }
.con-com-01 .dl-box-01 { padding-top:3em;}
.con-com-01 .dl-box-01 dt { padding-right:1em; font-weight:600; color:var(--color-base-1)}
.con-com-01 .dl-box-01 dl { display:flex;}
.con-com-01 .dl-box-01 dd { padding-right: 2em;}
.con-com-01 .ls-txt-01 { font-size: 2.75em; font-weight:700;}
.con-com-01 .ls-txt-02 { padding-bottom: 3em;}
.con-com-01 .list-box-01 {display:flex; gap:1em;}
.con-com-01 .list-box-01 p:before { content:''; margin-right: 0.4em; position: relative; display:inline-block; vertical-align: middle; width:0.5em; height:0.5em; border-radius: 5em; background: var(--color-base-1);}
.con-com-01 .list-box-01 p { padding-bottom: 0.5em; font-size: 0.9em; /* font-size: 0.95vw */}
.con-com-01 .ls-date { text-align: right; font-size: 0.75em; color: #959595; padding-top: 2.5em; padding-bottom: 0.6em; }
.con-com-01 .list-box-02 .ls-list { display: flex; justify-content: space-between; align-items: stretch; border-top: 1px solid #e0e0e0; padding: 1.4em 0; }
.con-com-01 .list-box-02 .ls-list p {  font-size: 1.1em; font-weight: 700; line-height: 1.4em; padding-left: 0.3em;  }
.con-com-01 .list-box-02 .ls-num-box { min-width:14em; text-align: left; white-space: nowrap; }
.con-com-01 .list-box-02 .ls-num-box strong { font-size: 3.5em; font-weight: 700; color: var(--color-base-1);  }
.con-com-01 .list-box-02 .ls-num-box span { font-size: 1.2em; font-weight: 700; color: var(--color-base-1); margin-left: 0.3em;  }

.con-com-02 { padding-top: 10em; overflow: hidden;}
.con-com-02 .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-2-pd); width:100%;}
/* 배경이미지는 PHP에서 인라인 style로 지정되므로, 그 이미지를 그대로 물려받는 별도 레이어(::before)를 만들어
   overflow:hidden 컨테이너 안에서 transform으로 확대/등장시킴. 실제 콘텐츠(con-box-03)는 transform 영향 없이 고정.
   요구사항: 화면에 들어올 때 배경이 확대되며 나타남(scale 1.15->1, opacity 0->1) + 마우스 호버시 살짝 더 확대 */
.con-com-02 .com-box-02 { position: relative; overflow:hidden; margin:0 auto; padding-left: 20px; padding-right:20px; width:100%;}
.con-com-02 .com-box-02:before { content:''; position:absolute; z-index:0; inset:0; pointer-events:none; opacity:0; transform: scale(1.15); background-image: inherit; background-position: 37% bottom; background-size: cover; background-repeat: no-repeat; transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.1s ease; }
.con-com-02 .com-box-02.in-view:before { opacity:1; transform: scale(1); }
.con-com-02 .com-box-02.in-view:hover:before { transform: scale(1.06); }
.con-com-02 .com-box-02 > .con-box-03 { position: relative; z-index: 1; }
.con-com-02 .area-box { text-align: left; display:flex; align-items: stretch; justify-content: space-between; padding-top: 6em; padding-bottom:6em;}
.con-com-02 .lt-box { width:46%;}
.con-com-02 .rt-box { width:53%; padding-top: 2em;}
.con-com-02 .head-box { text-align: left;}
.con-com-02 .head-box p { font-size: 1.1em; font-weight:500;color: var(--color-base-1); padding-bottom: 0.8em; }
.con-com-02 .head-box h4 { font-size:2.2em; line-height: 1.4em; padding-bottom: 0; }
.con-com-02 .txt-type strong { font-weight:600; display: block; font-size: 1.1em;line-height: 1.6em; padding-bottom: 2em;  }
.con-com-02 .txt-type p { font-size: 1.1em; line-height: 1.7em; font-weight: 400; padding: 0; }
.con-com-02 .ls-img-01 img {max-width:100%;}
.con-com-02 .ls-img-01 { width: 70%;}
.con-com-02 .his-box { text-align: left; }
.con-com-02 .his-cont {  position: relative;    padding-bottom: 6em; }
.con-com-02 .his-cont:last-child { padding-bottom: 0; }
.con-com-02 .his-cont .ls-tit { font-size: 1.55em; font-weight: 700; line-height: 1.2em; padding-bottom: 0.6em; color: #000; }
.con-com-02 .his-cont .ls-tit.active { color: var(--color-base-1); }
.con-com-02 .his-cont ul { padding: 0; margin: 0; list-style: none; }
.con-com-02 .his-cont li { position: relative; padding-left: 1em; padding-bottom: 0.3em; font-size: 1.1em; line-height: 1.6em; font-weight: 400; }
.con-com-02 .his-cont li:before { content: '·'; position: absolute; left: 0; font-weight: 700; }
.con-com-02 .his-cont .line {  position: absolute;    left: -7%;    top: 0.7em;    width: 2px;    height: 100%;    background-color: #b5b5b5;    font-size: 1em;}
.con-com-02 .his-cont:last-child .line {    height: calc(100% - 0.5em);}
.con-com-02 .his-cont .line em {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 0%;    background-color: var(--color-base-1);}
.con-com-02 .his-cont .line::before {    content: "";    position: absolute;    left: 1px;    top: 0;    z-index: 2;    font-size:1em;    transform: translateX(-50%);    width: 0.6rem;    height: 0.6rem ;   background: url('data:image/svg+xml,<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 9C6.98528 9 9 6.98528 9 4.5C9 2.01472 6.98528 0 4.5 0C2.01472 0 0 2.01472 0 4.5C0 6.98528 2.01472 9 4.5 9Z" fill="%23aaaaaa"/></svg>') no-repeat center / contain;}
.con-com-02 .his-cont .line.active::before {  background: url('data:image/svg+xml,<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 9C6.98528 9 9 6.98528 9 4.5C9 2.01472 6.98528 0 4.5 0C2.01472 0 0 2.01472 0 4.5C0 6.98528 2.01472 9 4.5 9Z" fill="%23fc391d"/></svg>') no-repeat center / contain;}
.con-com-02 .his-cont .line::after {    content: "";    position: absolute;    left: 1px;    top: 0%;    z-index: 1;    font-size:1em;    transform: translate(-50%,-25%);    width: 1.16rem;    height: 1.16rem ;    background: url('data:image/svg+xml,<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 9C6.98528 9 9 6.98528 9 4.5C9 2.01472 6.98528 0 4.5 0C2.01472 0 0 2.01472 0 4.5C0 6.98528 2.01472 9 4.5 9Z" fill="%23facd89"/></svg>') no-repeat center / contain;opacity: 0;transition: 0.3s ease-in-out;}
.con-com-02 .his-cont .line.active::after {    opacity: 0.5;}
.con-com-02 .his-cont:last-child::before {content: "";    position: absolute;    left: -7.5%;    top: 1em;    width: 10px;    height: 100%;    background-color: rgb(255, 255, 255);    z-index: 2;}
.con-com-02 .con-box-03 { margin:0 auto; width:100%; max-width:var(--width-2-pd); padding-top: 8em; padding-bottom: 7em;}
.con-com-02 .con-box-03 .head-box { margin-bottom: 2.5em;}
.con-com-02 .certi-area { background:var(--bg-white); max-width:var(--width-3-pd); margin:0 auto; padding: 3.7%; border-radius: 0.5em;}
.con-com-02 .ul-box-01 { font-size: 0.9em; text-align: left; }
.con-com-02 .ul-box-01 ul { padding: 0; margin: 0; list-style: none; }
/* 표 리스트별 마우스 오버시 블랙 배경으로 전환 (요구사항) */
.con-com-02 .ul-box-01 li { position: relative; display: flex; align-items: center; padding: 0.5em 0 0.5em 1.7em; border-bottom: 1px solid #959595; line-height: 1.5em; transition: background-color 0.3s ease, border-color 0.3s ease; }
.con-com-02 .ul-box-01 li:before { content: ''; position: absolute; left: 0.9em; top: 50%; transform: translateY(-50%); aspect-ratio: 1/1; width: 0.3em; height: 0.3em; border-radius: 2em; background: var(--color-base-1); }
.con-com-02 .ul-box-01 li:hover { background: #1b1b1b; color: #fff; border-bottom-color: transparent; }
.con-com-02 .ul-box-01 li span:first-child { width: 42%; flex-shrink: 0; font-weight: 600; padding-right: 1em; }
.con-com-02 .ul-box-01 li span:last-child { width: 58%; font-weight: 500; color:#535353; transition: color 0.3s ease; }
.con-com-02 .ul-box-01 li:hover span:last-child { color:#fff; }
.con-com-02 .list-box { display:flex; justify-content: space-between; padding-bottom:3.5em; }
.con-com-02 .list-box { display:flex; justify-content: space-between; padding-bottom:3.5em; }
.con-com-02 .list-box .ls-list:last-of-type { width: 20%; padding-right: 2em;}
.con-com-02 .list-box .ls-list { padding-left: 1.8em; border-left:1px solid #bcbcbc; text-align: left; }
.con-com-02 .list-box strong { color:var(--color-base-1); font-size: 5em; font-weight:700;}
.con-com-02 .list-box p { font-weight:500; line-height: 1.6em; font-size: 0.8em; text-transform: uppercase; }

.con-com-03 { padding-top: 10em; padding-bottom:8em; overflow: hidden;}
.con-com-03 .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-2-pd); width:100%;}
.con-com-03 .area-box { text-align: left; display:flex; align-items: stretch; justify-content: space-between; padding-top: 6em; padding-bottom:6em;}
.con-com-03 .lt-box { width:46%;}
.con-com-03 .rt-box { width:53%; padding-top: 2em;}
.con-com-03 .head-box { text-align: left;}
.con-com-03 .head-box p { font-size: 1.1em; font-weight:500;color: var(--color-base-1); padding-bottom: 0.8em; }
.con-com-03 .head-box h4 { font-size:2.2em; line-height: 1.4em; padding-bottom: 0; }
.con-com-03 .txt-type strong { font-weight:600; display: block; font-size: 1.1em;line-height: 1.6em; padding-bottom: 2em;  }
.con-com-03 .txt-type p { font-size: 1.1em; line-height: 1.7em; font-weight: 400; padding: 0; }
.con-com-03 .ls-img-01 { border-radius: 0.5em; height:0; position: relative; padding-top: 100%; overflow: hidden;}
.con-com-03 .ls-img-01 img { position: absolute; left:0; top:0; height:100%; width:100%; object-fit: cover;}
.con-com-03 .list-box-01 { flex-wrap:wrap; display:flex;  margin-right: -2.1em; margin-top: 2em;}
.con-com-03 .list-box-01 .ls-list { margin-bottom:5.5em; width:calc(33.333% - 2.1em); margin-right:2.1em;overflow: hidden;}
.con-com-03 .list-box-01 p { border-top:1px solid #313131; text-align: left; padding-top:1em; height: 4em; font-weight:600; font-size: 1.1em; /* font-size: 0.95vw */}
.con-com-03 .list-box-01 .ls-list:nth-child(1) img { object-position: 80% center;}
.con-com-03 .list-box-01 .ls-list:nth-child(2) img { object-position: 5% center;}
.con-com-03 .list-box-01 .ls-list:nth-child(3) img { object-position: left center;}
.con-com-03 .list-box-01 .ls-list:nth-child(5) img { object-position: right center;}

.con-com-04 { padding-top: 4em; padding-bottom:15em; overflow: hidden;}
.con-com-04 .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-5-pd); width:100%;}
.con-com-04 .list-box-01 { position: relative;  flex-wrap:wrap; display:flex; overflow: hidden; margin-right: -1.7em; margin-bottom: -5.5em; padding-top: 3em;}
.con-com-04 .list-box-01:before { content:''; position: absolute; width:calc(100% - 1.7em); height:1px; left:0; top:0; background:#959595}
.con-com-04 .list-box-01 .ls-list { text-align: left; margin-bottom:5.5em; width:calc(33.333% - 1.7em); margin-right:1.7em;}
.con-com-04 .list-box-01 h4 { text-align: left; padding-top:1em;  font-weight:600; font-size: 1.1em; }
.con-com-04 .list-box-01 p { font-size: 0.9em; font-weight:500; padding-top: 1em; color:#434343}
.con-com-04 .list-box-01 a { display:block;}
.con-com-04 .ls-img-01 { border-radius: 0.5em; height:0; position: relative; padding-top: 100%; overflow: hidden;}
.con-com-04 .ls-img-01 img { position: absolute; left:0; top:0; height:100%; width:100%; object-fit: cover; object-position: center center; transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);}
.con-com-04 .ls-img-01 i { z-index: 2; border-radius: 0.3em; font-weight:600; font-style: normal; position: absolute; right:1em; top:1em; display:inline-block; width: 6em; background: var(--color-base-1); color:var(--bg-white); padding: 0.3em; text-align: center;}
/* 목록 이미지 호버: 살짝 확대 + 가운데 제품명 레이어 노출 */
.con-com-04 .ls-img-01 .ls-hover-layer { position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; text-align:center; padding: 1em; background: rgba(0,0,0,0); opacity:0; transition: opacity 0.4s ease, background-color 0.4s ease; }
.con-com-04 .ls-img-01 .ls-hover-layer span { color:#fff; font-size: 1.3em; font-weight:700; letter-spacing:0.02em; opacity:0; transform: translateY(0.6em); transition: opacity 0.4s ease 0.05s, transform 0.4s ease 0.05s; }
.con-com-04 .ls-list a:hover .ls-img-01 img { transform: scale(1.08); }
.con-com-04 .ls-list a:hover .ls-img-01 .ls-hover-layer { opacity:1; background: rgba(0,0,0,0.35); }
.con-com-04 .ls-list a:hover .ls-img-01 .ls-hover-layer span { opacity:1; transform: translateY(0); }
.con-com-04 .ls-more { margin-top: 5em; font-weight:600; text-align:center; }
.con-com-04 .ls-more a {position: relative; font-weight: 700; line-height:1;  padding-top: 0.3em; padding-bottom: 0.3em; font-weight:600; border-bottom:1px solid var(--bg-black); display:inline-block; line-height:1; transition: color 0.3s ease, border-color 0.3s ease;}
.con-com-04 .ls-more span {position: relative; font-weight: 700; margin-right: 5em; vertical-align: middle;}
.con-com-04 .ls-more i { position: relative; vertical-align: middle; display:inline-block; margin-left: 0.5em; width:1.2em; height:1.2em; }
.con-com-04 .ls-more i:after { filter: brightness(0) contrast(100%); content:''; width:100%; height:100%; position: absolute; left:0; top:0; background-size: contain; background-repeat: no-repeat; background-position: center center; }
.con-com-04 .ls-more a:hover { border-bottom:1px solid transparent; color: var(--bg-white);}
.con-com-04 .ls-more a:hover i:after { filter: brightness(0) invert(1);}
.con-com-04 .ls-more .ls-more-fill { position: absolute; z-index: 1; left:-1em; top:-0.4em; width:calc(100% + 2em); height:calc(100% + 0.8em); border-radius: 2em; background:var(--color-base-1); color:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; clip-path: inset(100% 0 0 0 round 2em); transition: clip-path 0.4s ease; pointer-events: none;}
.con-com-04 .ls-more .ls-more-fill span { margin-right: 1em; }
.con-com-04 .ls-more .ls-more-fill i:after { filter: brightness(0) invert(1);}
.con-com-04 .ls-more a:hover .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }

.con-com-05 { padding-top: 10em; padding-bottom:8em; overflow: hidden;}
.con-com-05 .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-2-pd); width:100%;}
.con-com-05 .area-box { text-align: left; display:flex; align-items: stretch; justify-content: space-between; padding-top: 6em; padding-bottom:6em;}
.con-com-05 .lt-box { width:46%;}
.con-com-05 .rt-box { width:53%; padding-top: 2em;}
.con-com-05 .head-box { text-align: left;}
.con-com-05 .head-box p { font-size: 1.1em; font-weight:500;color: var(--color-base-1); padding-bottom: 0.8em; }
.con-com-05 .head-box h4 { font-size:2.2em; line-height: 1.4em; padding-bottom: 0; }
.con-com-05 .txt-type strong { font-weight:600; display: block; font-size: 1.1em;line-height: 1.6em; padding-bottom: 2em;  }
.con-com-05 .txt-type p { font-size: 1.1em; line-height: 1.7em; font-weight: 400; padding: 0; }
.con-com-05 .con-box-02 { margin:0 auto; max-width:var(--width-5); width:100%;}
.con-com-05 .list-box-01 { position: relative; display: flex; padding-left:3%; padding-right:3%; padding-top: 5%; padding-bottom:5%; align-items: center; justify-content: center; margin-top: 2em; }
.con-com-05 .list-box-01:before { content:''; width:100%; height:100%; left:50%; transform: translateX(-50%); top:0; position: absolute; background-size: contain; background-repeat: no-repeat; background-position: center center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1495px' height='270px'%3E%3Cpath fill-rule='evenodd' fill='rgb(249, 249, 251)' d='M134.928,-0.001 L326.843,-0.001 C401.362,-0.001 461.771,60.441 461.771,134.999 C461.771,209.558 401.362,270.000 326.843,270.000 L134.928,270.000 C60.409,270.000 -0.000,209.558 -0.000,134.999 C-0.000,60.441 60.409,-0.001 134.928,-0.001 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(249, 249, 251)' d='M479.370,-0.001 L671.286,-0.001 C745.805,-0.001 806.214,60.441 806.214,134.999 C806.214,209.558 745.805,270.000 671.286,270.000 L479.370,270.000 C404.852,270.000 344.443,209.558 344.443,134.999 C344.443,60.441 404.852,-0.001 479.370,-0.001 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(249, 249, 251)' d='M823.813,-0.001 L1015.729,-0.001 C1090.247,-0.001 1150.657,60.441 1150.657,134.999 C1150.657,209.558 1090.247,270.000 1015.729,270.000 L823.813,270.000 C749.295,270.000 688.885,209.558 688.885,134.999 C688.885,60.441 749.295,-0.001 823.813,-0.001 Z'/%3E%3Cimage x='345px' y='24px' width='118px' height='222px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHYAAADeCAMAAADfNgSgAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACqVBMVEX8OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR3///+OTpMJAAAA4XRSTlMADWLTzFYLIo/47oQeAUrCuDkOcejgYQYhmfr2ihm+ri5Y18lEcN9dCojx6ncWovKSJLv9+aoquh/R/r8lNtbFKz7ZMkLa1DNA3DHb0i3LwRzEtRgatKEREp8IB4P1bmXw61NJ5TcpwLCd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' /%3E%3Cimage x='689px' y='24px' width='117px' height='222px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAADeCAMAAAA0Ab+jAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACmlBMVEX8OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR3///+drwCGAAAA3HRSTlMAJ5jopS8DScPOUggVeuz0iByqtzhNytRZb+V9ChKN9fucGiCntSsyusg/Rs3YVV3e5mpp6fB57n938fiHBgd+jg0JgvqSEIORDgT8fAFebU/a5EohxjCwvfn+RFMiyzG790jj61sf0C6arGRzAjXV36m8FgXZDK0T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' /%3E%3Cpath fill-rule='evenodd' fill='rgb(249, 249, 251)' d='M1168.156,-0.001 L1360.072,-0.001 C1434.591,-0.001 1495.000,60.441 1495.000,134.999 C1495.000,209.558 1434.591,270.000 1360.072,270.000 L1168.156,270.000 C1093.638,270.000 1033.229,209.558 1033.229,134.999 C1033.229,60.441 1093.638,-0.001 1168.156,-0.001 Z'/%3E%3Cimage x='1033px' y='24px' width='118px' height='222px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHYAAADeCAMAAADfNgSgAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACr1BMVEX8OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR3////t3NuhAAAA43RSTlMAEmrZxk4HJ5j67HsZAU3KsDgQee3aXgQmn/GEFT7AqihayUF0690OjfPpchym+fKLLL/9+KIRNM/8sznV/rkaviACSODDKUnlyCtHKkTmO+Iyzha8mqWDCQaKZnD040pR7jEz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' /%3E%3Ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' transform='matrix( 0.83806025192158, 0, 0, 0.83850931677019,396.206361627526, 145.739130434783)' font-size='40px'%3E%3Ctspan font-size='40px' font-family='Montserrat' fill='%23FFFFFF'%3E&%2343;%3C/tspan%3E%3C/text%3E%3Ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' transform='matrix( 0.83806025192158, 0, 0, 0.83850931677019,742.206361627526, 145.739130434783)' font-size='40px'%3E%3Ctspan font-size='40px' font-family='Montserrat' fill='%23FFFFFF'%3E&%2343;%3C/tspan%3E%3C/text%3E%3Ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' transform='matrix( 0.83806025192158, 0, 0, 0.83850931677019,1084.20636162753, 145.739130434783)' font-size='40px'%3E%3Ctspan font-size='40px' font-family='Montserrat' fill='%23FFFFFF'%3E&%2343;%3C/tspan%3E%3C/text%3E%3C/svg%3E"); }
.con-com-05 .list-box-01 .ls-list { position: relative; flex: 1; text-align: center; }
.con-com-05 .list-box-01 .ls-img-01 { position: relative; margin: 0 auto; max-width: 60%; padding: 0em 1em;  border-radius: 50%; }
.con-com-05 .list-box-01 .ls-img-01 img { max-width: 100%; }
.con-com-05 .list-box-01 p { font-weight: 600; font-size: 0.85em; line-height: 1.4em; text-align: center; color:#101010;}
.con-com-05 .con-box-03 { padding-top: 13em;}
.con-com-05 .con-box-04 { padding-top: 5em;max-width:var(--width-5); margin:0 auto; width:100%; }
.con-com-05 .table-box table { font-size: 0.9em; border-spacing: 0; border-collapse: collapse; table-layout: fixed;}
.con-com-05 .table-box td, .con-com-05 .table-box th { padding-top: 0.5em; padding-bottom: 0.5em; padding-left: 1%; text-align: left;}
.con-com-05 .table-box td { line-height: 1.6em;}
.con-com-05 .table-box th { border-bottom:2px solid #000;}
.con-com-05 .table-box tbody tr { border-bottom:2px solid #bfbfbf}
.con-com-05 .table-box tbody td:nth-child(1) { width: 20%;}
.con-com-05 .table-box tbody td:nth-child(2) { width: auto;}
.con-com-05 .table-box tbody td:nth-child(3) { width: 7em;}
.con-com-05 .table-box tbody td:nth-child(4) { width: 12em;}
.con-com-05 .table-box tbody td:nth-child(5) { width: 10em;}
.con-com-05 .table-box .dl-box-01 { display:none;}
.con-com-05 .table-box .dl-box-01 dt:after { content:':'; font-weight:400; display:inline-block; padding-left:0.2em; padding-right:0.2em;}
.con-com-05 .table-box .dl-box-01 dt { font-weight:600;}
.con-com-05 .table-box .dl-box-01 dl { display:flex;}
.con-com-05 .con-box-05 { padding-top: 5em;max-width:var(--width-5); margin:0 auto; width:100%; }
.con-com-05 .list-box-02 { flex-wrap:wrap; display:flex;  margin-right: -2.1em; margin-top: 2em;}
.con-com-05 .list-box-02 .ls-list { margin-bottom:2.5em; width:calc(20% - 2.1em); margin-right:2.1em;overflow: hidden;}
.con-com-05 .list-box-02 p { text-align: center; padding-top:1em; height: 4em; font-weight:600; font-size: 0.8em}
.con-com-05 .ls-img-01 img { max-width:100%;}

.con-com-06 { padding-top: 10em; padding-bottom:10em; overflow: hidden;}
.con-com-06 .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-2-pd); width:100%;}
.con-com-06 .area-box { text-align: left; display:flex; align-items: stretch; justify-content: space-between; padding-top: 6em; padding-bottom:6em;}
.con-com-06 .lt-box { width:46%;}
.con-com-06 .rt-box { width:53%; padding-top: 2em;}
.con-com-06 .head-box { text-align: left;}
.con-com-06 .head-box p { font-size: 1.1em; font-weight:500;color: var(--color-base-1); padding-bottom: 0.8em; }
.con-com-06 .head-box h4 { font-size:2.2em; line-height: 1.4em; padding-bottom: 0; }
.con-com-06 .txt-type strong { font-weight:600; display: block; font-size: 1.1em;line-height: 1.6em; padding-bottom: 2em; }
.con-com-06 .txt-type p { font-size: 1.1em; line-height: 1.7em; font-weight: 400; padding: 0; }
.con-com-06 .con-box-02 { position: relative; margin:0 auto; max-width:var(--width-6); width:100%; padding-top: 2em;}
.con-com-06 .con-box-02:before { opacity: 0.02; border:1px solid red; content:''; position: absolute; left:-3%; width: 43%; height:150%; top: 50%;  transform: translate(-50%, -50%);  z-index: 0;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='24px' height='31px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M24.002,15.587 C22.772,15.471 21.238,14.044 20.102,12.767 L11.937,2.627 C10.013,0.006 8.606,0.263 6.065,0.263 L-0.000,0.263 L12.693,15.623 L-0.000,30.984 L6.346,30.984 C8.887,30.984 9.667,31.360 11.701,28.774 L16.605,22.893 L16.605,22.895 C16.613,22.885 16.619,22.875 16.626,22.865 L19.511,19.405 C21.979,16.545 23.064,15.687 24.002,15.630 L24.002,15.587 Z'/%3E%3C/svg%3E");}
.con-com-06 .list-box-01 { text-align: center; }
.con-com-06 .list-box-01 .ls-tit { color: var(--color-base-1); font-size: 1.4em; font-weight: 600; padding-bottom: 2.2em; }
.con-com-06 .list-box-01 .ls-wrap { position: relative; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 2em;}
.con-com-06 .list-box-01 .ls-wrap:before { content:''; position: absolute; left:50%; width:100vw; top: 50%; height: 1px; transform: translate(-50%, -50%); background: var(--color-base-1); z-index: 0;}
.con-com-06 .list-box-01 .ls-list { position: relative; z-index: 1; width: calc(25% - 3.4em); margin: 0em 1.7em; aspect-ratio: 1; border: 1px solid var(--color-base-1); border-radius: 50%;  display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0.5em 0.5em; text-align: center;}
.con-com-06 .list-box-01 .ls-list:not(:last-child)::after { content:''; position: absolute; right: -2.3em; top: 50%; transform: translateY(-50%); width:1.2em; height: 1.2em; background-size:contain; background-repeat: no-repeat; background-position: center center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(252, 57, 29)' d='M30.803,13.405 L30.803,11.568 L30.842,11.465 C25.766,9.538 21.847,5.246 20.358,-0.015 L18.460,0.533 C19.750,5.089 22.677,8.985 26.569,11.508 L0.816,11.508 L0.816,13.502 L26.517,13.502 C22.651,16.026 19.745,19.908 18.461,24.443 L20.359,24.991 C21.848,19.729 25.767,15.438 30.843,13.511 L30.803,13.405 Z'/%3E%3C/svg%3E");}
.con-com-06 .list-box-01 .ls-step { color: var(--color-base-1); line-height:1; font-size: 0.8em; font-weight: 500; border-bottom: 1px solid var(--color-base-1); margin-bottom: 0.6em; display: inline-block;}
.con-com-06 .list-box-01 .ls-list strong { color: var(--color-base-1); line-height: 1.35em; font-weight:600; padding-top: 0.6em; padding-bottom: 0.6em; display: block;}
.con-com-06 .list-box-01 .ls-list p { font-size: 0.8em; line-height: 1.45em; font-weight: 400; color: #000; }
.con-com-06 .list-box-02 { position: relative;  flex-wrap:wrap; display:flex; overflow: hidden; margin-right: -1.2em; margin-top:8em;}
.con-com-06 .list-box-02 .ls-list {margin-bottom:1em; width:calc(33.333% - 1.2em); margin-right:1.2em;}
.con-com-06 .list-box-02 .ls-list:nth-child(1) img { object-position: 95% center;}
.con-com-06 .list-box-02 .ls-list:nth-child(2) img { object-position: right center;}
.con-com-06 .list-box-02 .ls-list:nth-child(3) img { object-position: right center;}
.con-com-06 .ls-img-01 { border-radius: 0.5em; height:0; position: relative; padding-top: 90%; overflow: hidden;}
.con-com-06 .ls-img-01 img { position: absolute; left:0; top:0; height:100%; width:100%; object-fit: cover; object-position: center center;}
.con-com-06 .con-box-03 { position: relative; }
.con-com-06 .con-box-03:before { opacity: 0.02; border:1px solid red; content:''; position: absolute; right:-18%; width: 43%; height:150%; top: 35%;  transform: translateY(-50%);  z-index: 0;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='24px' height='31px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M24.002,15.587 C22.772,15.471 21.238,14.044 20.102,12.767 L11.937,2.627 C10.013,0.006 8.606,0.263 6.065,0.263 L-0.000,0.263 L12.693,15.623 L-0.000,30.984 L6.346,30.984 C8.887,30.984 9.667,31.360 11.701,28.774 L16.605,22.893 L16.605,22.895 C16.613,22.885 16.619,22.875 16.626,22.865 L19.511,19.405 C21.979,16.545 23.064,15.687 24.002,15.630 L24.002,15.587 Z'/%3E%3C/svg%3E");}

.con-com-07 { padding-top: 10em; padding-bottom:12em; overflow: hidden;}
.con-com-07 .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-2-pd); width:100%;}
.con-com-07 .area-box { text-align: left; display:flex; align-items: stretch; justify-content: space-between; padding-top: 6em; padding-bottom:6em;}
.con-com-07 .lt-box { width:46%;}
.con-com-07 .rt-box { width:53%; padding-top: 2em;}
.con-com-07 .head-box { text-align: left;}
.con-com-07 .head-box p { font-size: 1.1em; font-weight:500;color: var(--color-base-1); padding-bottom: 0.8em; }
.con-com-07 .head-box h4 { font-size:2.2em; line-height: 1.4em; padding-bottom: 0; }
.con-com-07 .txt-type strong { font-weight:600; display: block; font-size: 1.1em;line-height: 1.6em; padding-bottom: 2em; }
.con-com-07 .txt-type p { font-size: 1.1em; line-height: 1.7em; font-weight: 400; padding: 0; }
.con-com-07 .con-box-02 {position: relative; margin:0 auto; max-width:var(--width-3-pd); width:100%; padding-top: 2em;}
.con-com-07 .list-box-01 { text-align: center; position: relative; padding-top: 2em; padding-bottom: 4em;}
.con-com-07 .list-box-01 .ls-tit { position: relative; z-index: 1; color: var(--color-base-1); font-size: 1.4em; font-weight: 600; padding-bottom: 2.5em;  }
.con-com-07 .list-box-01 .ls-wrap { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-bottom: 3em;}
.con-com-07 .list-box-01 .ls-list { position: relative; width: calc(33.333% - 2em); max-width: 390px; margin: 0 -0.8em; aspect-ratio: 1; border: 1px solid var(--color-base-1); border-radius: 50%;  display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2em 1.4em; text-align: center;}
.con-com-07 .list-box-01 .ls-num { color: var(--color-base-1);line-height:1; font-weight: 500; border-bottom: 1px solid var(--color-base-1); margin-bottom: 0.8em; display: inline-block;}
.con-com-07 .list-box-01 .ls-list strong { color: var(--color-base-1); font-size: 1.2em; font-weight: 600; line-height: 1.35em; padding-bottom: 0.6em; display: block;}
.con-com-07 .list-box-01 .ls-list p { line-height: 1.45em; font-weight: 400; color: #000; padding: 0;}
.con-com-07 .ls-brand { width:100%; position: relative; margin-top: -30%;  padding-top: 80%; background-size: 100% auto; background-repeat: no-repeat; background-position: center center;} 
.con-com-07 .ls-brand img { width:auto; height:100%; filter: brightness(0) invert(1);}
.con-com-07 .ls-brand-in { position: absolute; height: 7%; left:50%; top:47%; transform: translateX(-50%);} 
.con-com-07 .ls-brand img { width:auto; height:100%; filter: brightness(0) invert(1);}
.con-com-07 .list-box-02 {display:flex; gap:2em; max-width:var(--width-7); margin:0 auto; width:100%;}
.con-com-07 .list-box-02 p:before { content:''; margin-right: 0.4em; position: relative; display:inline-block; vertical-align: middle; width:0.5em; height:0.5em; border-radius: 5em; background: var(--color-base-1);}
.con-com-07 .list-box-02 p { padding-bottom: 1em; font-weight: 500; /* font-size: 0.95vw */}
.con-com-07 .list-box-02 .ls-list {text-align: left; width: 25%}
.con-com-07 .list-box-02 img { width:100%;}
.con-com-07 .con-box-03 .ls-tit { position: relative; z-index: 1; color: var(--color-base-1); font-size: 1.4em; font-weight: 600; padding-bottom: 3em;  }
.con-com-07 .con-box-03 {position: relative; margin-top: -19%;}

.con-com-08 { padding-top: 10em; padding-bottom:10em; overflow: hidden;}
.con-com-08 .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-2-pd); width:100%;}
.con-com-08 .area-box { text-align: left; display:flex; align-items: stretch; justify-content: space-between; padding-top: 6em; padding-bottom:6em;}
.con-com-08 .lt-box { width:46%;}
.con-com-08 .rt-box { width:53%; padding-top: 2em;}
.con-com-08 .head-box { text-align: left;}
.con-com-08 .head-box p { font-size: 1.1em; font-weight:500;color: var(--color-base-1); padding-bottom: 0.8em; }
.con-com-08 .head-box h4 { font-size:2.2em; line-height: 1.4em; padding-bottom: 0; }
.con-com-08 .txt-type strong { font-weight:600; display: block; font-size: 1.1em;line-height: 1.6em; padding-bottom: 2em;  }
.con-com-08 .txt-type p { font-size: 1.1em; line-height: 1.7em; font-weight: 400; padding: 0; }
.con-com-08 .con-box-02 { position: relative; margin:0 auto; max-width:var(--width-5-pd); width:100%; padding-top: 2em;}
.con-com-08 .list-box-01 { text-align: center; }
.con-com-08 .list-box-01 .ls-tit { color: var(--color-base-1); font-size: 1.4em; font-weight: 600; padding-bottom: 2.5em;  }
.con-com-08 .list-box-01 .ls-wrap { position: relative; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 2em;}
.con-com-08 .list-box-01 .ls-wrap:before { content:''; position: absolute; left:50%; width:100vw; top: 50%; height: 1px; transform: translate(-50%, -50%); background: var(--color-base-1); z-index: 0;}
.con-com-08 .list-box-01 .ls-list { position: relative; z-index: 1; width: calc(33.333% - 2.6em); margin: -1px 1.3em 0 1.3em; border: 1px solid var(--color-base-1); border-radius: 10em; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2em 1em; text-align: center;}
.con-com-08 .list-box-01 .ls-list:not(:nth-child(3n))::after { content:''; position: absolute; right: -2.1em; top: 50%; transform: translateY(-50%); width:1.2em; height: 1.2em; background-size:contain; background-repeat: no-repeat; background-position: center center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(252, 57, 29)' d='M30.803,13.405 L30.803,11.568 L30.842,11.465 C25.766,9.538 21.847,5.246 20.358,-0.015 L18.460,0.533 C19.750,5.089 22.677,8.985 26.569,11.508 L0.816,11.508 L0.816,13.502 L26.517,13.502 C22.651,16.026 19.745,19.908 18.461,24.443 L20.359,24.991 C21.848,19.729 25.767,15.438 30.843,13.511 L30.803,13.405 Z'/%3E%3C/svg%3E");}
.con-com-08 .list-box-01 .ls-step { color: var(--color-base-1); line-height:1; font-size: 0.85em; font-weight: 500; border-bottom: 1px solid var(--color-base-1); margin-bottom:1em; display: inline-block;}
.con-com-08 .list-box-01 .ls-list strong { height: 4em; color: var(--color-base-1); font-weight: 600; line-height: 1.35em; padding-bottom: 0.8em; display: flex; align-items: center;}
.con-com-08 .list-box-01 .ls-list p { line-height: 1.45em; font-size: 0.8em; font-weight: 400; color: #000; padding: 0;}

.con-com-09 { padding-top: 10em; overflow: hidden;}
.con-com-09 .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-2-pd); width:100%;}
.con-com-09 .area-box { text-align: left; display:flex; align-items: stretch; justify-content: space-between; padding-top: 6em; padding-bottom:6em;}
.con-com-09 .lt-box { width:46%;}
.con-com-09 .rt-box { width:53%; padding-top: 2em;}
.con-com-09 .head-box { text-align: left;}
.con-com-09 .head-box p { font-size: 1.1em; font-weight:500;color: var(--color-base-1); padding-bottom: 0.8em; }
.con-com-09 .head-box h4 { font-size:2.2em; line-height: 1.4em; padding-bottom: 0; }
.con-com-09 .txt-type strong { font-weight:600; display: block; font-size: 1.1em;line-height: 1.6em; padding-bottom: 2em;  }
.con-com-09 .txt-type p { font-size: 1.1em; line-height: 1.7em; font-weight: 400; padding: 0; }
.con-com-09 .list-box-01 { padding-top: 3em; }
.con-com-09 .list-box-01 .ls-list { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #e0e0e0; padding: 1.8em 0; }
.con-com-09 .list-box-01 .ls-list:last-child { border-bottom: 1px solid #e0e0e0; }
.con-com-09 .list-box-01 .ls-num { min-width: 2.5em; font-size: 3.4em; font-weight: 700; color: var(--color-base-1);  line-height: 1; text-align: left; }
.con-com-09 .list-box-01 .ls-info { flex: 1; text-align: left; padding: 0 2em; }
.con-com-09 .list-box-01 .ls-info strong { display: block; font-size: 1.1em; font-weight: 700; padding-bottom: 0.4em; color: #000; }
.con-com-09 .list-box-01 .ls-info p { font-size: 0.9em; font-weight: 500; color: #434343; padding: 0; line-height: 1.5em; }
.con-com-09 .list-box-01 .ls-img-01 { width: 4.5em; flex-shrink: 0; text-align: right; }
.con-com-09 .list-box-01 .ls-img-01 img { max-width: 100%; }
.con-com-09 .com-box-02 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-1-pd); width:100%; padding-top: 4em; padding-bottom: 6em;}
.con-com-09 .inner-box {width:calc(100% + 40px); transform: translateX(-20px); overflow-x:auto; text-align: center; z-index:1; margin:0 auto; position: relative;}
.con-com-09 .map-area { width:100%; min-width: 1023px; max-width: 1730px; margin:0 auto; text-align: center;}
.con-com-09 .inner-box::-webkit-scrollbar { width:100%; height: 2px;  }
.con-com-09 .inner-box::-webkit-scrollbar-thumb { background: #aaaaaa;  border-radius: 1em; }
.con-com-09 .inner-box::-webkit-scrollbar-track { margin-left: 20px; margin-right:20px; border-radius: 1em; background-color: var(--color-base-1); } 
.con-com-09 .inner-map { width:100%; padding-top: 49.3%; position: relative;}
.con-com-09 .map-wrap { position: absolute; top:0; left:0; width:100%; height:100%; background-size: contain; background-position: center center; background-repeat: no-repeat; }
.con-com-09 .map-waves { position: absolute; inset: 0; pointer-events: none; }
.con-com-09 .map-point { position: absolute; width: 3em; height: 3em; transform: translate(-50%, -50%); }
.con-com-09 .map-point:after { position: absolute; content:'\25CF'; font-size: 0.7em; line-height:1; border-radius: 50%; width:1em; height:1em; aspect-ratio: 1/1;left:50%; top:0%; transform: translate(-50%, -50%);}
.con-com-09 .map-point.is-main { width: 4.8em; height: 4.8em; } 
.con-com-09 .map-point .wave { position: absolute; inset: 0; border: 1px solid rgba(252, 57, 29, 0.55); border-radius: 50%; opacity: 0; animation: map-wave-pulse 3s ease-out infinite; }
.con-com-09 .map-point .wave:nth-child(1) { animation-delay: 0s; }
.con-com-09 .map-point .wave:nth-child(2) { animation-delay: 0.5s; }
.con-com-09 .map-point .wave:nth-child(3) { animation-delay: 1s; }
.con-com-09 .map-point .wave:nth-child(4) { animation-delay: 1.5s; }
.con-com-09 .map-point .point-txt { text-wrap: nowrap; background: var(--bg-white); color:#5c5a5a; position: absolute; left:50%; top:50%; padding: 0.2em; transform: translate(-50%, -50%); font-weight: 500;  }
.con-com-09 .map-point .point-txt img { width:74px;}
.con-com-09 .point-europe { left: 14.5%; top: 39%; }
.con-com-09 .point-southeast-asia { left: 33%; top: 62%; }
.con-com-09 .point-knk { z-index:2; left: 39.50%; top: 50.5%; }
.con-com-09 .point-knk:after { font-size: 0.75em; filter: invert(24%) sepia(91%) saturate(5431%) hue-rotate(355deg) brightness(101%) contrast(99%); background: var(--color-base-1);}
.con-com-09 .point-knk .point-txt {top: 45%}
.con-com-09 .point-japan { left: 43.8%; top: 47.5%; }
.con-com-09 .point-usa { left: 78%; top: 42%; }
@keyframes map-wave-pulse {
	0% { transform: scale(0.45); opacity: 0.85; }
	65% { opacity: 0.3; }
	100% { transform: scale(3.6); opacity: 0; }
}

.con-com-09 .com-box-03 { background: #f5f5f6; padding: 6em 0 10em 0;}
.con-com-09 .con-box-03 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-2-pd); width:100%;}
.con-com-09 .con-box-03 .list-box-02 { padding-top: 0.5em;}
.con-com-09 .con-box-03 .list-box-02 ul { display:grid; grid-template-columns: repeat(6, 1fr); gap:1.2em; }
.con-com-09 .con-box-03 .list-box-02 .ls-card { background: var(--bg-white); border-radius: 0.45em; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }
.con-com-09 .con-box-03 .list-box-02 img { width:100%; }

.con-com-11 { padding-top:0; padding-bottom:7em;} 
.con-com-11 .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-3-pd);}
.con-com-11 .area-box { text-align: left; display:flex;  justify-content: space-between; padding-bottom:10em;}
.con-com-11 .lt-box { width:47%;  }
.con-com-11 .rt-box { width:48%; padding-top: 0.3em;}
.con-com-11 .txt-box .ls-type { font-size: 1.1em; border-radius: 0.3em; font-weight:600; font-style: normal; position: absolute; right:1em; top:0.4em; display:inline-block; width: 5.6em; background: var(--color-base-1); color:var(--bg-white); padding: 0.3em; text-align: center;}
.con-com-11 .txt-box {position: relative; height:100%; padding-bottom: 19%; display:flex; flex-direction: column; }
.con-com-11 .txt-box h4 { font-size:2.2em; line-height: 1.4em; padding-bottom: 0; }
.con-com-11 .txt-type strong { font-weight:600; display: block; font-size: 1.1em;line-height: 1.6em; padding-bottom: 0.8em; }
.con-com-11 .txt-type p { font-size: 0.9em; line-height: 1.7em; font-weight: 400; }
.con-com-11 .txt-type { padding-top: 3em;}
.con-com-11 .txt-head { padding-bottom: 2em;}
.con-com-11 .con-box-02 img { max-width:100%;}
.con-com-11 .img-view { border-radius: 0.5em; height:0; position: relative; padding-top: 100%; overflow: hidden;}
.con-com-11 .img-view img { position: absolute; left:0; top:0; height:100%; width:100%; object-fit: cover; object-position: center top;}
.con-com-11 .img-list img {position: absolute; left:0; top:0; height:100%; width:100%; object-fit: cover; object-position: center top; }
.con-com-11 .img-list ul {margin-top: 1em; display:flex; align-items: center; margin-right: -0.7em; overflow: hidden; }
.con-com-11 .img-list li { width:calc(18% - 0.7em); margin-right:0.7em;  border-radius: 0.5em; height:0; position: relative; padding-top: calc(18% - 0.7em); overflow: hidden;}
.con-com-11 .dl-box-01 { margin-top: auto; border-top: 2px solid #313131;  }
.con-com-11 .dl-box-01 dl { display: flex;align-items: flex-start; padding: 0.5em 0; font-size: 0.9em; border-bottom: 1px solid #cecece; margin: 0; }
.con-com-11 .dl-box-01 dl:last-of-type { border-bottom: 0;}
.con-com-11 .dl-box-01 dt { position: relative; width: 8.6em; max-width: 8.6em; min-width:8.6em; font-weight: 700; text-align: left; line-height: 1.5em; }
.con-com-11 .dl-box-01 dd:before { content: ''; position: absolute; left: -0.4em; top: 0; width:0.4em; height:calc(100% + 0.6em); background: var(--bg-white);}
.con-com-11 .dl-box-01 dd { position: relative; width: 100%; line-height: 1.6em; font-weight:500; color:#535353}
.con-com-11 .dl-box-01 dl.ls-dup dt:nth-child(3) { width: 5em; max-width: 5em; min-width: 5em; }
.con-com-11 .dl-box-01 dl.ls-dup dd:nth-child(1) {  padding-right: 1em; }
.con-com-11 .dl-box-01 dl.ls-dup dd:nth-child(2) { width: 35%; }
.con-com-11 .dl-box-01 dl.ls-dup dd:before { display:none;}
.con-com-11 .dl-box-01 li { position: relative; padding-left: 1em; padding-bottom: 0.35em; line-height: 1.6em; }
.con-com-11 .dl-box-01 li:last-child { padding-bottom: 0; }
.con-com-11 .dl-box-01 li:before { content: '·'; position: absolute; left: 0; top: 0; }
.con-com-11 .con-box-02 { padding-top: 7em; padding-bottom:5em; border-top: 1px solid #9f9f9f;} 
.con-com-11 .con-img-box img { max-width:100%;}
.con-com-11 .ls-more { margin-top: 7em; font-weight:600; display:inline-block; }
.con-com-11 .ls-more a {position: relative; font-weight: 700; line-height:1;  padding-top: 0.3em; padding-bottom: 0.3em; font-weight:600; border-bottom:1px solid var(--bg-black) ; display:inline-block; line-height:1; transition: color 0.3s ease, border-color 0.3s ease;}
.con-com-11 .ls-more span {position: relative; font-weight: 700 ; margin-right: 5em; vertical-align: middle;}
.con-com-11 .ls-more i { position: relative; vertical-align: middle; display:inline-block; margin-left: 0.5em; width:1.2em; height:1.2em; }
.con-com-11 .ls-more i:after { filter: brightness(0) contrast(100%); content:''; width:100%; height:100%; position: absolute; left:0; top:0; background-size: contain; background-repeat: no-repeat; background-position: center center; }
.con-com-11 .ls-more a:hover { border-bottom:1px solid transparent; color: var(--bg-white);}
.con-com-11 .ls-more a:hover i:after { filter: brightness(0) invert(1);}
/* 사이트 공통 아래->위 채움 호버효과 */
.con-com-11 .ls-more .ls-more-fill { position: absolute; z-index: 1; left:-1em; top:-0.4em; width:calc(100% + 2em); height:calc(100% + 0.8em); border-radius: 2em; background:var(--color-base-1); color:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; clip-path: inset(100% 0 0 0 round 2em); transition: clip-path 0.4s ease; pointer-events: none;}
.con-com-11 .ls-more .ls-more-fill span { margin-right: 1em; }
.con-com-11 .ls-more .ls-more-fill i:after { filter: brightness(0) invert(1);}
.con-com-11 .ls-more a:hover .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }

/* 게시판(공지사항) 목록 - bbs1 list.skin.php */
.bo-notice-list { padding-top: 7em; padding-bottom: 10em; }
.bo-notice-list .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-3-pd); width:100%; }
/* 제목: 중앙 정렬 */
.bo-notice-list .con-head { text-align:center; padding-bottom:1.5em; }
.bo-notice-list .con-head h3, .bo-notice-view .con-head h3 { text-transform:uppercase; }
/* 검색: 오른쪽 정렬, 상단 구분선 위 */
.bo-notice-list .bo-notice-top { display:flex; align-items:center; justify-content:space-between; gap:2em; padding-bottom:1.3em; border-bottom:1px solid var(--bg-black); }
.bo-notice-list .bo-notice-top .bo-notice-search { margin-left:auto; }
.bo-notice-list .bo-notice-search { position:relative; }
.bo-notice-list .bo-notice-search input[type="text"] { width:20em; height:2.7em; border:1px solid #d9d9d9; border-radius:2em; padding:0 2.6em 0 1.3em; font-size:0.9em; background:#fff; color:#000; outline:none; transition: border-color 0.25s ease; }
.bo-notice-list .bo-notice-search input[type="text"]:focus { border-color:var(--color-base-1); }
.bo-notice-list .bo-notice-search input[type="text"]::placeholder { color:#b5b5b5; }
.bo-notice-list .bo-notice-search button { position:absolute; right:0.9em; top:50%; transform:translateY(-50%); width:1.1em; height:1.1em; border:0; background:transparent; cursor:pointer; padding:0; }
.bo-notice-list .bo-notice-search button svg { width:100%; height:100%; display:block; }
.bo-notice-list .bo-notice-search button svg circle, .bo-notice-list .bo-notice-search button svg line { stroke:#7a7a7a; }
.bo-notice-list .bo-notice-rows { list-style:none; margin:0; padding:0; }
.bo-notice-list .bo-notice-rows li { border-bottom:1px solid #e5e5e5; }
/* li(flex)의 자식인 a도 flex:1로 늘어나긴 하지만 min-width가 없으면 제목 텍스트 길이만큼
   a 자신이 부모(li)보다 더 넓어져 버려서(overflow) 제목 줄임(ellipsis)이 동작하지 않고
   날짜와 겹치는 문제가 있었음 -> min-width:0으로 li 너비를 넘지 않게 강제 */
.bo-notice-list .bo-notice-rows li a { display:flex; align-items:center; padding:1.6em 0; gap:0; min-width:0; width:100%; }
/* 번호: 수정 전과 동일한 컴팩트 여백 */
.bo-notice-list .bo-notice-rows .no { width:3em; flex-shrink:0; color:#9a9a9a; font-weight:500; text-align:center; }
/* 제목: 번호와의 간격은 padding-left로 확보 */
.bo-notice-list .bo-notice-rows .tit { flex:1; font-size:1.05em; font-weight:500; color:#000; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition: color 0.25s ease; text-align:left; padding-left:2.5em; }
/* 날짜: 우측 여백 확보 */
.bo-notice-list .bo-notice-rows .date { flex-shrink:0; color:#9a9a9a; font-size:0.9em; padding-right:1.5em; min-width:8em; text-align:right; }
.bo-notice-list .bo-notice-rows li a:hover .tit { color:var(--color-base-1); }
.bo-notice-list .empty_table { display:block; text-align:center; padding:5em 0; color:#9a9a9a; border-bottom:1px solid #e5e5e5; }
/* 목록 하단 버튼 영역 */
.bo-notice-bottom { display:flex; justify-content:space-between; align-items:center; padding-top:1.5em; }
.bo-adm-btns { display:flex; gap:0.6em; }
.bo-adm-btn { padding:0.45em 1em; border:1px solid #bbb; border-radius:2em; font-size:0.85em; font-weight:600; color:#555; background:#f9f9f9; cursor:pointer; transition:background 0.2s, color 0.2s, border-color 0.2s; }
.bo-adm-btn:hover { background:var(--color-base-1); border-color:var(--color-base-1); color:#fff; }
/* 전체선택 */
.bo-chk-all { font-size:0.9em; color:#555; flex-shrink:0; }
.bo-chk-all label { cursor:pointer; display:inline-flex; align-items:center; gap:0.4em; }
/* 목록 체크박스 (NOTICE) */
.bo-notice-rows li { display:flex; align-items:center; }
.bo-chk-label { margin-right:0.6em; flex-shrink:0; cursor:pointer; }
.bo-notice-rows li a { flex:1; }
/* 카드 체크박스 (NEWS) */
.bo-news-list .ls-list { position:relative; }
.bo-news-chk-label { position:absolute; top:0.5em; left:0.5em; z-index:2; background:rgba(255,255,255,0.85); border-radius:3px; padding:2px 3px; cursor:pointer; }
/* 보기 수정/삭제 버튼 */
.bo-view-btns { display:flex; gap:0.6em; justify-content:flex-end; padding:1.5em 0 0.5em; }
.bo-view-btn { display:inline-block; padding:0.45em 1.2em; border-radius:2em; font-size:0.9em; font-weight:600; text-decoration:none; transition:background 0.25s, color 0.25s; }
.bo-view-btn-edit { background:#f0f0f0; color:#333; border:1px solid #ccc; }
.bo-view-btn-edit:hover { background:var(--color-base-1); border-color:var(--color-base-1); color:#fff; }
.bo-view-btn-del { background:#f0f0f0; color:#333; border:1px solid #ccc; }
.bo-view-btn-del:hover { background:#e00; border-color:#e00; color:#fff; }
.bo-notice-list .bo-notice-write { text-align:right; }
.bo-notice-list .bo-notice-write a { display:inline-block; padding:0.55em 1.5em; border:1px solid #333; border-radius:2em; font-size:0.9em; font-weight:600; color:#333; text-decoration:none; transition: background 0.25s ease, color 0.25s ease; }
.bo-notice-list .bo-notice-write a:hover { background:var(--color-base-1); border-color:var(--color-base-1); color:#fff; }
.bo-notice-list .pg_wrap, .bo-news-paging { padding-top:3em !important; margin:0 !important; }
.bo-notice-list .pg_page, .bo-notice-list .pg_current,
.bo-news-paging .pg_page, .bo-news-paging .pg_current {
	display:inline-flex !important; align-items:center; justify-content:center; width:32px !important; height:32px !important; margin:0 2px !important; border-radius:50% !important; background:none !important; border:0 !important; color:#8d8d8d; font-size:0.95em; vertical-align:middle; text-indent:0 !important; padding:0 !important;
}
.bo-notice-list .pg_current, .bo-news-paging .pg_current { background:var(--color-base-1) !important; color:#fff !important; font-weight:600; }
/* 이전/다음/처음/끝 버튼: 텍스트 완전 숨김, 화살표만 표시 */
.bo-notice-list .pg_start, .bo-notice-list .pg_prev, .bo-notice-list .pg_end, .bo-notice-list .pg_next,
.bo-news-paging .pg_start, .bo-news-paging .pg_prev, .bo-news-paging .pg_end, .bo-news-paging .pg_next {
	display:inline-flex !important; align-items:center; justify-content:center; position:relative; width:32px !important; height:32px !important; margin:0 2px !important; border-radius:50% !important; background:none !important; border:0 !important; vertical-align:middle; padding:0 !important;
	overflow:hidden; color:transparent; font-size:0 !important;
}
.bo-notice-list .pg_start:after, .bo-notice-list .pg_prev:after, .bo-notice-list .pg_end:after, .bo-notice-list .pg_next:after,
.bo-news-paging .pg_start:after, .bo-news-paging .pg_prev:after, .bo-news-paging .pg_end:after, .bo-news-paging .pg_next:after {
	content:''; display:block; width:7px; height:7px; border-top:2px solid #8d8d8d; border-right:2px solid #8d8d8d; position:absolute; left:50%; top:50%;
}
.bo-notice-list .pg_prev:after, .bo-notice-list .pg_start:after,
.bo-news-paging .pg_prev:after, .bo-news-paging .pg_start:after { transform:translate(-30%, -50%) rotate(-135deg); }
.bo-notice-list .pg_next:after, .bo-notice-list .pg_end:after,
.bo-news-paging .pg_next:after, .bo-news-paging .pg_end:after  { transform:translate(-70%, -50%) rotate(45deg); }
/* 처음/끝: 더블 화살표 */
.bo-notice-list .pg_start:before, .bo-notice-list .pg_end:before,
.bo-news-paging .pg_start:before, .bo-news-paging .pg_end:before {
	content:''; display:block; width:7px; height:7px; border-top:2px solid #8d8d8d; border-right:2px solid #8d8d8d; position:absolute; top:50%;
}
.bo-notice-list .pg_start:before, .bo-news-paging .pg_start:before { left:calc(50% - 6px); transform:translate(-30%, -50%) rotate(-135deg); }
.bo-notice-list .pg_end:before,   .bo-news-paging .pg_end:before   { left:calc(50% + 2px); transform:translate(-70%, -50%) rotate(45deg); }

/* 게시판(공지사항) 상세 - bbs1 view.skin.php */
.bo-notice-view { padding-top: 7em; padding-bottom: 10em; }
.bo-notice-view .com-box-01 { margin:0 auto; padding-left: 20px; padding-right:20px; max-width:var(--width-3-pd); width:100%; }
/* NOTICE 타이틀과 게시글 제목 사이 여백 */
.bo-notice-view .con-head { text-align:center; padding-bottom:6em; }
/* 제목: 위아래 보더, 폰트 살짝 작게 */
.bo-notice-view .bo-notice-title { display:flex; align-items:baseline; justify-content:space-between; gap:2em; padding:1.3em 0; border-top:1px solid var(--bg-black); border-bottom:1px solid var(--bg-black); }
.bo-notice-view .bo-notice-title h4 { font-size:1.25em; font-weight:700; }
.bo-notice-view .bo-notice-title .date { flex-shrink:0; color:#9a9a9a; font-size:0.9em; }
/* 본문: 제목보다 좌우 들여쓰기, 중앙 배치, 좌측 정렬 */
.bo-notice-view .bo-notice-body-wrap { margin:0 auto; max-width:var(--width-3-pd); padding: 0 5em; }
.bo-notice-view .bo-notice-img { padding-top:3em; }
.bo-notice-view .bo-notice-img img { width:100%; border-radius:1em; display:block; margin-bottom:1.2em; }
.bo-notice-view .bo-notice-body { padding:3em 0 2em; font-size:1.05em; line-height:1.9; color:#333; text-align:left; }
.bo-notice-view .bo-notice-body img { max-width:100%; border-radius:1em; }
.bo-notice-view .bo-notice-body p { margin:0 0 1em; }
/* 이전/다음글: 위아래 보더 */
.bo-notice-view .bo-notice-nav { display:flex; margin-top:4em; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }
.bo-notice-view .bo-notice-nav a { flex:1; display:flex; align-items:center; gap:1em; padding:1.7em 0; color:#333; min-width:0; text-decoration:none; transition: color 0.25s ease; }
.bo-notice-view .bo-notice-nav a.next { justify-content:flex-end; text-align:right; border-left:1px solid #e5e5e5; padding-left:2em; }
.bo-notice-view .bo-notice-nav a.prev { padding-right:2em; text-align:left; }
/* 레이블: 기본 검정, 호버시 주황 */
.bo-notice-view .bo-notice-nav .lb { flex-shrink:0; color:#000; font-weight:600; font-size:0.85em; transition: color 0.25s ease; }
.bo-notice-view .bo-notice-nav a:hover .lb { color:var(--color-base-1); }
.bo-notice-view .bo-notice-nav a:hover .tt { color:var(--color-base-1); }
.bo-notice-view .bo-notice-nav .tt { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:0.95em; }
.bo-notice-view .bo-notice-nav .arrow { flex-shrink:0; width:1.1em; height:1.1em; position:relative; display:inline-block; }
.bo-notice-view .bo-notice-nav .arrow:after { content:''; position:absolute; width:100%; height:100%; left:0; top:0; background-size:contain; background-repeat:no-repeat; background-position:center; filter:brightness(0) contrast(100%); transition: filter 0.25s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0,0,0)' d='M30.803,13.405 L30.803,11.568 L30.842,11.465 C25.766,9.538 21.847,5.246 20.358,-0.015 L18.460,0.533 C19.750,5.089 22.677,8.985 26.569,11.508 L0.816,11.508 L0.816,13.502 L26.517,13.502 C22.651,16.026 19.745,19.908 18.461,24.443 L20.359,24.991 C21.848,19.729 25.767,15.438 30.843,13.511 L30.803,13.405 Z'/%3E%3C/svg%3E");
}
.bo-notice-view .bo-notice-nav a:hover .arrow:after { filter: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(252,57,29)' d='M30.803,13.405 L30.803,11.568 L30.842,11.465 C25.766,9.538 21.847,5.246 20.358,-0.015 L18.460,0.533 C19.750,5.089 22.677,8.985 26.569,11.508 L0.816,11.508 L0.816,13.502 L26.517,13.502 C22.651,16.026 19.745,19.908 18.461,24.443 L20.359,24.991 C21.848,19.729 25.767,15.438 30.843,13.511 L30.803,13.405 Z'/%3E%3C/svg%3E"); }
.bo-notice-view .bo-notice-nav a.prev .arrow { transform:scaleX(-1); }
/* List 버튼: 더 넓게 (margin-right 늘림) */
.bo-notice-view .ls-more { margin:4em auto 0; font-weight:600; display:table; }
.bo-notice-view .ls-more a {position: relative; font-weight: 700; line-height:1; padding-top: 0.3em; padding-bottom: 0.3em; border-bottom:1px solid var(--bg-black); display:inline-block; transition: color 0.3s ease, border-color 0.3s ease;}
.bo-notice-view .ls-more span {position: relative; font-weight: 700; margin-right: 5em; vertical-align: middle;}
.bo-notice-view .ls-more i { position: relative; vertical-align: middle; display:inline-block; margin-left: 0.5em; width:1.2em; height:1.2em; }
.bo-notice-view .ls-more i:after { filter: brightness(0) contrast(100%); content:''; width:100%; height:100%; position: absolute; left:0; top:0; background-size: contain; background-repeat: no-repeat; background-position: center center; }
.bo-notice-view .ls-more a:hover { border-bottom:1px solid transparent; color: var(--bg-white);}
.bo-notice-view .ls-more a:hover i:after { filter: brightness(0) invert(1);}
.bo-notice-view .ls-more .ls-more-fill { position: absolute; z-index: 1; left:-1em; top:-0.4em; width:calc(100% + 2em); height:calc(100% + 0.8em); border-radius: 2em; background:var(--color-base-1); color:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; clip-path: inset(100% 0 0 0 round 2em); transition: clip-path 0.4s ease; pointer-events: none;}
.bo-notice-view .ls-more .ls-more-fill span { margin-right: 5em; }
.bo-notice-view .ls-more .ls-more-fill i:after { filter: brightness(0) invert(1);}
.bo-notice-view .ls-more a:hover .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }

.con-com-12 { padding-top:10em; padding-bottom:10em; overflow: hidden;}
.con-com-12 .com-box-01 { margin:0 auto; padding-top: 7em; padding-left: 20px; padding-right:20px; max-width:var(--width-5-pd); width:100%;}
/* ========================================
   con-com-13 : CONTACT / INQUIRY PAGE
   ======================================== */
.con-com-13 { padding-bottom:10em; overflow:hidden; }
.con-com-13 .com-box-01 { background:#fbfbfb; padding-top:8em; padding-bottom:8em; }
.con-com-13 .con-box-01 { margin:0 auto; padding-left:20px; padding-right:20px; max-width:var(--width-5-pd); width:100%; }
.con-com-13 .con-box-02 { padding-top:2em; margin:0 auto; padding-left:20px; padding-right:20px; max-width:var(--width-5-pd); width:100%; }
.con-com-13 .com-box-02 { padding-top:10em; margin:0 auto; padding-left:20px; padding-right:20px; max-width:var(--width-5-pd); width:100%; }
.con-com-13 .con-box-03 { }
.con-com-13 .con-box-04 { padding-top:4em; }

/* 헤더 박스 */
.con-com-13 .head-box { text-align:center; }
.con-com-13 .head-box p { font-size:1.3em; font-weight:500; color:var(--color-base-1); padding-bottom:0.8em; }
.con-com-13 .head-box h4 { font-size:2.6em; line-height:1.4em; padding-bottom:0; }

/* 설명 텍스트 */
.con-com-13 .ls-txt-01 { font-weight:500; padding-top:3em; font-size:1.05em; line-height:1.6em; }
.con-com-13 .ls-txt-01 p:nth-child(1) { color:var(--color-base-1); padding-bottom:1em; }

/* 폼 dl */
.con-com-13 dl.box-01 { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; margin:0; padding-top:3em; font-size:1.1em; text-align:left; line-height:1.2em; }
.con-com-13 dl.box-01 > div { padding:1em 0 1.5em; }
.con-com-13 dl.box-01 .ls-dup { width:48%; }
.con-com-13 dl.box-01 .ls-full { width:100%; }
.con-com-13 dl.box-01 dt { font-weight:600; display:block; padding-bottom:0.8em; color:#000; }
.con-com-13 dl.box-01 dd { display:block; }
.con-com-13 dl.box-01 input[type=text],
.con-com-13 dl.box-01 input[type=tel],
.con-com-13 dl.box-01 input[type=email],
.con-com-13 dl.box-01 input[type=url],
.con-com-13 dl.box-01 textarea,
.con-com-13 dl.box-01 select { font-size:0.9em; border:1px solid #ccc; width:100%; padding:0.85em 1em; background:#fff; color:#000; border-radius:0; box-sizing:border-box; }
.con-com-13 dl.box-01 input[type=text]:focus,
.con-com-13 dl.box-01 input[type=tel]:focus,
.con-com-13 dl.box-01 input[type=email]:focus,
.con-com-13 dl.box-01 input[type=url]:focus,
.con-com-13 dl.box-01 textarea:focus,
.con-com-13 dl.box-01 select:focus { border-color:var(--color-base-1); outline:none; }
.con-com-13 dl.box-01 input::placeholder,
.con-com-13 dl.box-01 textarea::placeholder { color:#a0a0a0; }

/* Select 드롭다운 화살표 */
.con-com-13 dl.box-01 .ls-select { position:relative; }
.con-com-13 dl.box-01 .ls-select select { appearance:none; -webkit-appearance:none; padding-right:2.5em; }
.con-com-13 dl.box-01 .ls-select select:invalid { color:#a0a0a0; }
.con-com-13 dl.box-01 .ls-select:after { content:''; position:absolute; right:1.1em; top:50%; transform:translateY(-25%); border-left:0.35em solid transparent; border-right:0.35em solid transparent; border-top:0.45em solid var(--color-base-1); pointer-events:none; }

/* 개인정보 동의 */
.con-com-13 dl.box-01 .check-in { padding:1.5em 1.2em; background:#fbe9e4; }
.con-com-13 dl.box-01 .check-in .in-check { gap:0.2em 0.4em; }
.con-com-13 dl.box-01 .check-in label { display:inline-flex; align-items:flex-start; cursor:pointer; gap:0.6em; }
.con-com-13 dl.box-01 .check-in input[type=checkbox] { margin:0.15em 0 0; width:1.35em; height:1.35em; min-width:1.35em; border:1px solid #c8c8c8; border-radius:0; accent-color:var(--color-base-1); flex-shrink:0; }
.con-com-13 dl.box-01 .check-in label span { font-weight:500; color:#333; line-height:1.5em; }

/* 자동등록방지 */
.con-com-13 .check-pp { padding:1.2em 1em; background:#f5f5f5; }

/* textarea 높이 */
.con-com-13 .ls-hg-01 { height:18em; }

/* Submit 버튼 (ls-more 재사용) */
.con-com-13 .ls-more { margin-top:5em; font-weight:600; display:inline-block; }
.con-com-13 .ls-more a { position:relative; font-weight:700; line-height:1; padding-top:0.3em; padding-bottom:0.3em; border-bottom:1px solid var(--bg-black); display:inline-block; }
.con-com-13 .ls-more span { position:relative; font-weight:700; margin-right:4em; font-size:1.1em; vertical-align:middle; }
.con-com-13 .ls-more i { position:relative; vertical-align:middle; display:inline-block; margin-left:0.5em; width:1.2em; height:1.2em; }
.con-com-13 .ls-more i:after { filter:brightness(0) contrast(100%); content:''; width:100%; height:100%; position:absolute; left:0; top:0; background-size:contain; background-repeat:no-repeat; background-position:center center; }
.con-com-13 .ls-more a:hover { border-bottom-color:transparent; }
.con-com-13 .ls-more .ls-more-fill { position:absolute; z-index:1; left:-1em; top:-0.4em; width:calc(100% + 2em); height:calc(100% + 0.8em); border-radius:2em; background:var(--color-base-1); color:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; clip-path:inset(100% 0 0 0 round 2em); transition:clip-path 0.4s ease; pointer-events:none; }
.con-com-13 .ls-more a:hover .ls-more-fill { clip-path:inset(0% 0 0 0 round 2em); }
.con-com-13 .ls-more .ls-more-fill i:after { filter:brightness(0) invert(1); }

/* DIRECTIONS 지도 */
.con-com-13 .con-box-04 .map-area { height:30em; }
.con-com-13 .con-box-04 .map-area img { width:100%; height:100%; object-position:center center; object-fit:cover; }
.con-com-13 .con-box-04 .box-01 { display:flex; flex-wrap:wrap; justify-content:space-between; padding:2.8em 0 0; text-align:left; }
.con-com-13 .con-box-04 .box-01 .ls-col { width:48%; padding-bottom:2em; }
.con-com-13 .con-box-04 .box-01 .ls-col:nth-child(1) { width:100%; }
.con-com-13 .con-box-04 .box-01 dt { display:block; padding-bottom:0.65em; font-size:1.05em; font-weight:600; color:var(--color-base-1); line-height:1.3em; }
.con-com-13 .con-box-04 .box-01 dd { display:block; font-size:0.95em; font-weight:500; line-height:1.65em; }
.con-com-13 .con-box-04 .box-01 a { color:#333; text-decoration:none; }
.con-com-13 .con-box-04 .box-01 a:hover { color:var(--color-base-1); }

/* Privacy Policy Modal */
#privacy-modal { position:fixed; inset:0; z-index:9999; }
.prv-overlay { position:absolute; inset:0; background:rgba(0,0,0,0.55); }
.prv-dialog { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background:#fff; width:90%; max-width:680px; max-height:85vh; display:flex; flex-direction:column; border-radius:6px; overflow:hidden; }
.prv-header { display:flex; align-items:center; justify-content:space-between; padding:1.2em 1.5em; border-bottom:1px solid #eee; flex-shrink:0; }
.prv-header h2 { font-size:1.2em; font-weight:700; margin:0; }
.prv-close { background:none; border:none; font-size:1.2em; cursor:pointer; color:#666; padding:0.2em; line-height:1; }
.prv-close:hover { color:#000; }
.prv-body { overflow-y:auto; padding:1.5em; font-size:0.9em; line-height:1.75em; color:#333; flex:1; text-align:left; }
.prv-body h3 { font-size:1.1em; font-weight:700; margin:0 0 1em; color:#111; }
.prv-body h4 { font-size:0.95em; font-weight:700; margin:1.5em 0 0.4em; color:#111; }
.prv-body p { margin:0 0 0.8em; }
.prv-body ul { margin:0 0 0.8em 1.2em; padding:0; }
.prv-body ul li { margin-bottom:0.3em; }
.prv-body a { color:var(--color-base-1); text-decoration:none; }
.prv-effective { font-size:0.85em; color:#888; margin-top:1.5em; }
.prv-footer { display:flex; gap:0.6em; justify-content:flex-end; padding:1em 1.5em; border-top:1px solid #eee; flex-shrink:0; }
.prv-confirm { padding:0.6em 1.5em; background:var(--color-base-1); color:#fff; border:none; border-radius:2em; font-size:0.9em; font-weight:600; cursor:pointer; }
.prv-confirm:hover { background:#d4300f; }
.prv-cancel { padding:0.6em 1.5em; background:#f0f0f0; color:#333; border:none; border-radius:2em; font-size:0.9em; font-weight:600; cursor:pointer; }
.prv-cancel:hover { background:#e0e0e0; }

/* 모바일 반응형 */
@media all and (max-width:768px) {
    .con-com-13 dl.box-01 .ls-dup { width:100%; }
    .con-com-13 .com-box-02 { padding-top:5em; }
    .con-com-13 .con-box-04 .map-area { height:18em; }
    .con-com-13 .con-box-04 .box-01 .ls-col { width:100%; }
    .con-com-13 .head-box h4 { font-size:1.8em; }
}

/* 게시판 글쓰기 폼 */
.bo-write-wrap { padding: 6em 0 8em; }
.bo-write-wrap .com-box-01 { margin:0 auto; padding-left:20px; padding-right:20px; max-width:var(--width-3-pd); width:100%; }
.bo-write-wrap .con-head { padding-bottom:2em; text-align:center; }
.bo-write-wrap .con-head h3 { text-transform:uppercase; }
.bw-form { border-top:2px solid #111; margin-bottom:2.5em; }
.bw-row { display:flex; align-items:flex-start; border-bottom:1px solid #e5e5e5; padding:0.9em 0; gap:1em; }
.bw-label { min-width:8em; font-size:0.95em; font-weight:600; color:#333; padding-top:0.4em; flex-shrink:0; }
.bw-label .req { color:var(--color-base-1); margin-left:0.2em; }
.bw-field { flex:1; min-width:0; }
.bw-input { width:100%; border:1px solid #ddd; border-radius:0.4em; padding:0.55em 0.8em; font-size:0.95em; color:#333; outline:none; transition:border-color 0.2s; box-sizing:border-box; }
.bw-input:focus { border-color:var(--color-base-1); }
.bw-select { border:1px solid #ddd; border-radius:0.4em; padding:0.55em 0.8em; font-size:0.95em; color:#333; outline:none; min-width:12em; }
.bw-opts { display:flex; gap:1.5em; padding-top:0.3em; flex-wrap:wrap; }
.bw-opt-label { display:flex; align-items:center; gap:0.4em; font-size:0.9em; cursor:pointer; }
/* 에디터/내용 행은 세로로 쌓음 */
.bw-row-content { flex-direction:column; }
.bw-row-content .bw-label { padding-bottom:0.5em; }
.bw-editor-wrap { width:100%; }
.bw-editor-wrap iframe, .bw-editor-wrap table { max-width:100% !important; }
.bw-editor-wrap .btn_cke_sc { display:block; margin:0 0 4px auto; }
.bw-file { font-size:0.9em; }
.bw-file-del { font-size:0.88em; color:#888; display:block; margin-top:0.4em; }
.bw-char-desc { font-size:0.85em; color:#888; margin-bottom:0.5em; }
.bw-char-count { font-size:0.85em; color:#888; margin-top:0.4em; text-align:right; }
.bw-btns { display:flex; gap:1em; justify-content:center; padding-top:1em; }
.bw-btn { display:inline-flex; align-items:center; justify-content:center; padding:0.75em 2.5em; border-radius:2em; font-size:1em; font-weight:600; cursor:pointer; transition:background 0.25s, color 0.25s, border-color 0.25s; text-decoration:none; border:none; }
.bw-btn-submit { background:var(--color-base-1); color:#fff; }
.bw-btn-submit:hover { background:#d4300f; }
.bw-btn-cancel { background:#fff; color:#333; border:1px solid #ccc; }
.bw-btn-cancel:hover { background:#f5f5f5; }

/* bo-news-list 안에서는 con-com-12 상하 여백을 타이틀 간격에 맞게 리셋 (NOTICE 목록과 동일) */
.bo-news-list .con-head { text-align:center; padding-bottom:3em; }
.bo-news-list .con-head h3 { text-transform:uppercase; }
.bo-news-list .con-com-12 { padding-top:0; padding-bottom:0; }
.bo-news-list .con-com-12 .com-box-01 { padding-top:1.3em; padding-bottom:0; }
.bo-news-list .con-com-12 .list-box-01 .ls-list { margin-bottom:3em; }
.bo-news-list .pg_wrap { padding-top:2em !important; padding-bottom:4em; }
.con-com-12 .list-box-01 { position: relative;  flex-wrap:wrap; display:flex; overflow: hidden; margin-right: -5em;}
.con-com-12 .list-box-01 .ls-list { text-align: left; margin-bottom:5.5em; width:calc(33.333% - 5em); margin-right:5em;}
.con-com-12 .list-box-01 h4 { text-align: left; padding-top:0.5em; line-height: 1.6em; font-weight:600; font-size: 1.1em; }
.con-com-12 .list-box-01 p { font-size: 0.9em; font-weight:500; padding-top: 1.5em; color:#969696}
.con-com-12 .list-box-01 a { display:block;}
.con-com-12 .ls-img-01 { border-radius: 0.5em; height:0; position: relative; padding-top: 115%; overflow: hidden;}
.con-com-12 .ls-img-01 img { position: absolute; left:0; top:0; height:100%; width:100%; object-fit: cover; object-position: center center; transition: transform 0.45s ease; }
.bo-news-list .con-com-12 .list-box-01 a:hover .ls-img-01 img { transform: scale(1.07); }


.con-com-13 { padding-bottom:10em;  padding-bottom: 10em; overflow: hidden;}
.con-com-13 .com-box-01 {background:#fbfbfb; padding-top: 8em;  padding-bottom: 8em;}
.con-com-13 .con-box-01 {   margin:0 auto;  padding-left: 20px; padding-right:20px; max-width:var(--width-5-pd); width:100%;}
.con-com-13 .con-box-02 { padding-top: 2em;  margin:0 auto;  padding-left: 20px; padding-right:20px; max-width:var(--width-5-pd); width:100%;}
.con-com-13 .head-box { text-align: center;}
.con-com-13 .head-box p { font-size: 1.3em; font-weight:500;color: var(--color-base-1); padding-bottom: 0.8em; }
.con-com-13 .head-box h4 { font-size:2.6em; line-height: 1.4em; padding-bottom: 0; }
.con-com-13 .ls-txt-01 { font-weight:500; padding-top: 3em; font-size: 1.05em; line-height: 1.6em;}
.con-com-13 .ls-txt-01 p:nth-child(1) { color:var(--color-base-1); padding-bottom:1em }
.con-com-13 dl.box-01 { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; margin:0; padding-top:3em; font-size:1.1em; text-align:left; line-height:1.2em; }
.con-com-13 dl.box-01 > div {  padding:1em 0 1.5em; }
.con-com-13 dl.box-01 .ls-dup { width:48%; }
.con-com-13 dl.box-01 .ls-full { width:100%; }
.con-com-13 dl.box-01 dt { font-weight:600; display:block; padding-bottom:0.8em; color:#000; }
.con-com-13 dl.box-01 dd { display:block; }
.con-com-13 dl.box-01 input[type=text],
.con-com-13 dl.box-01 input[type=tel],
.con-com-13 dl.box-01 input[type=email],
.con-com-13 dl.box-01 input[type=url],
.con-com-13 dl.box-01 textarea,
.con-com-13 dl.box-01 select { font-size:0.9em; border:1px solid #cccccc; width:100%; padding:0.85em 1em; background:var(--bg-white); color:#000; border-radius:0; box-sizing:border-box; }
.con-com-13 dl.box-01 input::placeholder,
.con-com-13 dl.box-01 textarea::placeholder { color:#a0a0a0; }
.con-com-13 dl.box-01 .ls-select { position:relative; }
.con-com-13 dl.box-01 .ls-select select { appearance:none; -webkit-appearance:none; padding-right:2.5em; }
.con-com-13 dl.box-01 .ls-select select:invalid { color:#a0a0a0; }
.con-com-13 dl.box-01 .ls-select select { color:#000; }
.con-com-13 dl.box-01 .ls-select:after { content:''; position:absolute; right:1.1em; top:50%; transform:translateY(-25%); border-left:0.35em solid transparent; border-right:0.35em solid transparent; border-top:0.45em solid var(--color-base-1); pointer-events:none; }
.con-com-13 dl.box-01 .check-in { padding:1.5em 1.2em; background:#fbe9e4; }
.con-com-13 dl.box-01 .check-in .in-check { gap:0.2em 0.4em; }
.con-com-13 dl.box-01 .check-in label { display:inline-flex; align-items:stretch; cursor:pointer; }
.con-com-13 dl.box-01 .check-in input[type=checkbox] { margin:0 0.8em 0 0; width:1.35em; height:1.35em; min-width:1.35em; border:1px solid #c8c8c8; border-radius:0; accent-color:#b5b5b5; flex-shrink:0; }
.con-com-13 dl.box-01 .check-in label span { font-weight:500; color:#333; line-height:1.5em; }
.con-com-13 dl.box-01 .check-in a { display:inline-block; font-weight:500; color:var(--color-base-1); line-height:1.5em; }
.con-com-13 .check-pp { padding: 1.2em 1em; background:#f5f5f5}
.con-com-13 .check-pp input[type=text] { width: 6em; max-width:5em; }
.con-com-13 .check-pp p { padding-top: 1em;}
.con-com-13 .ls-hg-01 {  height: 18em;}
.con-com-13 .ls-btn { padding-top: 5em; max-width: 13em; margin:0 auto; text-align: center; height:100%; }
.con-com-13 .ls-btn a { display:block; padding: 1.15em 1em 1.15em 1.5em; background:#000; color:#fff;}
.con-com-13 .ls-btn a:hover { background:var(--color-blue-1)}
.con-com-13 .ls-btn b { display:inline-block;  vertical-align: middle;}
.con-com-13 .ls-btn .ls-icon { display:inline-block; vertical-align: middle; text-align: center; font-size: 0.7em; position: relative; width: 3.2em; height: 2.2em;}
.con-com-13 .ls-btn .ls-icon:after { content:''; display:block; width:100%; height:100%; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); background-size: contain; background-position: center center; background-repeat: no-repeat;}
.con-com-13 .con-box-04 .map-area {  height: 30em; }
.con-com-13 .con-box-04 .map-area img {width:100%; height:100%; object-position: center center; object-fit: cover; }
.con-com-13 .con-box-04 .box-01 {display:flex; justify-content: space-between; padding:2.8em 0 0; text-align:left; }
.con-com-13 .con-box-04 .box-01 dt { display:block; padding-bottom:0.65em; font-size:1.05em; font-weight:600; color:var(--color-base-1); line-height:1.3em; }
.con-com-13 .con-box-04 .box-01 dd { display:block; font-size:0.95em; font-weight:500; line-height:1.65em; }
.con-com-13 .con-box-04 .box-01 .ls-col:nth-child(1) { width: 30%;}
.con-com-13 .com-box-02 {  padding-top: 10em;  margin:0 auto;  padding-left: 20px; padding-right:20px; max-width:var(--width-5-pd); width:100%;}
.con-com-13 .con-box-04 { padding-top: 4em;}



/* PC 사이즈 */
@media all and (max-width : 1920px)  { 
	 
	

}

@media all and (max-width : 1680px)  { 

	.con-com-01 .list-box-01 p { font-size: 0.95vw; }
	
	
	
}
@media all and (max-width : 1420px)  { 
	
	.scroll-box-2 .txt-box { font-size: 7vw;}

	.scroll-box-4 .ls-list p { min-width:55%; max-width: 55%;}

	.con-com-07 .list-box-02 p { font-size: 1.3vw; }

	.con-com-08 .list-box-01 .ls-list { font-size: 1.2vw; }


}

@media all and (max-width : 1280px)  { 


	.con-head p { font-size: 2.2em;}
	
	.container { font-size: 1rem;}

	header .d-md-none { display:none;}
	header .d-lg-none { display: block;}

	header .nav_lang .lang-box { margin-right: 90px}
	header:before { display:none;}


	footer { font-size: 0.9em;}


	.scroll-box-4 .list-box { font-size: 0.9em;}
	.scroll-box-4 .ls-list strong { font-size: 3.4em;}
	.scroll-box-4 .ls-list p { min-width:55%; max-width: 55%;}

	.con-com-01 .list-box-02 .ls-num-box strong { font-size: 3em;}

	.con-com-06 .list-box-01 .ls-list { font-size: 1.3vw; }

	.con-com-07 .list-box-01 .ls-list { font-size: 1.3vw; }

	
	


}

/* 패드류 기본 */
@media all and (min-width : 769px) and (max-width : 1024px) {
		

}


@media all and (max-width : 1024px){

	
	/* header { height: 60px;} */
	header h1 { height: 2em;}

	.menu-scroll .nav_wrap { display:none;}
	.menu-scroll:after { display:none;}


	header .view-nav { scale: 0.8}

	.nav_md .nav-md-ul { font-size: 0.75em;}


	footer { font-size: 0.8em;}
	footer .foo-menu { display:none; }
	footer .foo-menu a { padding: 5px 10px; font-size:1em;}
	footer .footer { flex-direction: column; flex-wrap: wrap;}
	footer .col-box-in { padding-left:0;}
	footer .foo-head { margin-top: 5em; margin-bottom:3em;}
	footer .col-box .foo-copy { padding-top:4em; position: relative; bottom:unset;}
	footer .col-box { width: 68%;}
	footer .foo-rt { width: 32%;}
	
	.container { font-size: 0.85em;}

	.snb { margin-top:calc(var(--head-height) + 5em);}


	:root { 
		--bd-radius-3e : 2em;
		--head-height : 80px;
		
	}

	.scroll-box-4 .list-box { font-size: 0.8em;}

	.con-com-07 .list-box-01 .ls-brand { bottom: 29%;}

	.con-com-12 .list-box-01 { margin-right:-2em}
	.con-com-12 .list-box-01 .ls-list {width: calc(33.333% - 2em);	margin-right: 2em;}
	

}

@media all and (max-width : 1023px){

	.container { font-size: 0.85em;}

	/* .snb h2 { font-size: 2.8em} */
	.snb h3 { font-size: 3.15em;}
	
}

@media all and (max-width : 820px){


}

@media all and (max-width : 768px){

	
	header .nav-head { right: 15px; top: 50%;}

	.nav_md .nav_head_md .lang-box_md { font-size: 0.8em;}

	header .nav_lang .lang-box { font-size: 0.8em;}
	
	header .view-nav {scale: 0.69}
	
	.container { font-size: 0.65em;}

	footer { font-size: 11px}
	footer .foo-logo { font-size: 2.5em;}
	footer .col-box { width:100%; padding-right:0;}
	footer .foo-rt { padding-top:3em; width:100%; max-width: 31em;}
	/* 모바일은 좌우 컬럼이 세로로 쌓이고 메뉴(foo-menu)는 숨겨지므로, PC용 absolute 하단고정을 풀고 일반 흐름으로 되돌림 */
	footer .foo-btn {text-align: left; position: static;}
	footer .foo-btn ul { display:flex; justify-content: space-between;}
	footer .foo-btn li {width: 49%;}
	footer .foo-btn a { width: 100%;}
	footer .foo-btn a i { background:var(--bg-white)}
	footer .foo-btn a i:after {  filter: none;}
	footer .foo-btn a { background:var(--color-base-1); color:#fff;}
	footer .foo-btn .ls-more-fill { clip-path: inset(0% 0 0 0 round 0.5em); }
	footer .col-box dt { min-width:8em}
	footer .foo-txt dl dd { width:100%;}
	footer .box-in { display:block; text-align: left; font-size: 0.8em;}
	footer .box-in>div { padding: 0.4em 0;}

	.page-top { width: 4.4em; height: 4.4em;}


	.d-md-none { display: none!important;} /* pc 용 감추기 */
	.d-lg-none { display:block;} /* mobile 용 보여주기 */
	

	.snb-bg { height: 22.5em;  }
	.snb-bg .ls-slide-texts { bottom:20px; top:unset;}
	.snb-bg .ls-slide-texts p { font-size: 1em}
	.snb-bg .ls-slide-texts .ls-head { font-size: 2.8em; }
	.snb-bg .ls-slide-backgrounds.snb-pos-01 img { object-position: 40% bottom;}
	.snb-bg .ls-slide-backgrounds.snb-pos-08 img { object-position: 28% top	;}


	.snb { margin-top: calc(var(--head-height) + 4em);}
	.snb h2 { font-size: 3em;}

	/* .snb h2 { font-size: 2.8em} */
	
	:root { 
		--head-height: 90px;
	}

	/* 카테고리 탭이 화면보다 넓을 때 가운데 정렬(justify-content:center)로 인해
	   좌우로 잘린 채(스크롤 불가) 보이던 문제 수정: 좌측부터 보이며 가로 스크롤 가능하게 처리 */
	.ls-tab-01 { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
	.ls-tab-01::-webkit-scrollbar { display: none; }
	.ls-tab-01 ul { justify-content: flex-start; width: max-content; min-width: 100%; }
	.ls-tab-01 li { max-width: none; }
	.ls-tab-01 a { font-size: 0.95em; padding: 0.9em 1.1em 1em 1.1em; }


	.scroll-box-1 { min-height:unset}
	.scroll-box-1 .ls-slide-backgrounds img {object-position: 34% top;}
	.scroll-box-1 .ls-slide-texts { top: 46%;}
	.scroll-box-1 .ls-info1 { font-size: 3.8em; flex-wrap: wrap; font-weight: 800;}
	.scroll-box-1 .ls-info1 span:nth-child(1) {padding-bottom:0.2em; width:100%;}
	/* transform:none으로 두면 좌->우로 그려지는 scaleX(0) 애니메이션이 무효화되어 선이 처음부터 다 그려진 채로
	   보임(=BEYOND와 동시에 등장). 위치만 top/bottom/left로 바꾸고 scaleX 애니메이션은 유지해야 함 */
	.scroll-box-1 .ls-info1 span:nth-child(1):after { top:unset; bottom: 0; left:0; transform: scaleX(0);}
	.scroll-box-1.intro-in .ls-info1 span:nth-child(1):after { transform: scaleX(1);}
	.scroll-box-1 .ls-info1 span:nth-child(2) { padding-top:0.2em; width:100%; position: relative; text-align: right;}
	.scroll-box-1 .ls-info2 { padding-top:0.8em; line-height:1.6em; font-size: 1.4em; font-weight: 500;}
	
	.ls-scroll i { width: 54%;}
	.ls-scroll { bottom:0; height: 80px;}

	.scroll-box-2 { min-height:unset; height:unset; padding-top: 5em; padding-bottom:5em;}
	.scroll-box-2 .txt-box { font-size: 2.8em}
	.scroll-box-2 .txt-img div { height: 1.1em;}
	.scroll-box-2 .txt-img-2 { padding-left:0; }
	.scroll-box-2 .ls-more { margin-top:3em;}
	.scroll-box-2 .ls-more .ls-more-fill { clip-path: inset(0 0% 0 0 round 2em);}
	.scroll-box-2 .ls-more a { border-bottom-color: transparent;}

	.scroll-box-3 { padding-bottom: var(--head-height)}
	.scroll-box-3 .list-box { flex-wrap: wrap;}
	.scroll-box-3 .ls-list { width:100%; margin-bottom:6em;}
	.scroll-box-3 .ls-more {display:none;}
	.scroll-box-3 .txt-box { text-align: center;}
	.scroll-box-3 .txt-box strong { font-size: 2.2em; }
	.scroll-box-3 .txt-box p { width:100%; padding-left:0; font-size: 1.2em}
	.scroll-box-3 .ls-list:nth-child(2) { margin-top:0;}
	.scroll-box-3 .ls-list:nth-child(3) {margin-top:0;}

	.scroll-box-4 { min-height:unset; height:unset; padding-top: var(--head-height); padding-bottom:10em;}
	.scroll-box-4 .inner-box { flex-wrap: wrap;}
	.scroll-box-4 .head-box { width:100%;}
	.scroll-box-4 .box-inner { width:100%;}
	.scroll-box-4 .ls-more .ls-more-fill { clip-path: inset(0 0% 0 0 round 2em);}
	.scroll-box-4 .ls-more a { font-size:1em; padding-top:0.6em; padding-bottom:0.6em; color:var(--bg-white); border-bottom-color: transparent;}
	.scroll-box-4 .ls-more i:after { filter: brightness(0) invert(1);}
	.scroll-box-4 .ls-list strong { font-size: 3.7em;}
	.scroll-box-4 .ls-list p { max-width: calc(100% - 13em); min-width: calc(100% - 13em); max-width: calc(100% - 15em);}
	.scroll-box-4 .m-head p { font-size: 2.35em; line-height: 1.3em;}

	.scroll-box-5 { min-height:unset; height:unset; padding-top: 15em; padding-bottom:0;}
	.scroll-box-5 .box-inner { left:50%; top:0; transform: translateX(-50%); position: absolute; width:560px; overflow: hidden; margin:0 auto;  }
	.scroll-box-5 .inner-box { padding-top: 890px; position: relative; margin:0 auto; text-align: center;}
	.scroll-box-5 .m-head { padding-top: 2em; padding-bottom:2em;}
	.scroll-box-5 .m-head p { font-size: 2.35em; line-height: 1.3em;}
	.scroll-box-5 .m-head>span { font-size: 1.15em;}
	.scroll-box-5 .ls-more { margin-top:2em}
	.scroll-box-5 .ls-more .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em);}
	.scroll-box-5 .ls-more a {padding-top:0.8em; padding-bottom:0.8em; font-size: 1em; border-bottom:0; color:var(--bg-white); }
	.scroll-box-5 .ls-more i:after { filter: brightness(0) invert(1);}
	.scroll-box-5 .bg-box>p:nth-child(11) { padding-top: 2em;}
	.scroll-box-5 .bg-box>p:nth-child(12) { padding-top: 2em;}
	.scroll-box-5 .bg-box>p:nth-child(13) { padding-top: 2em;}
	.scroll-box-5 .bg-box>p:nth-child(14) { padding-top: 2em;}

	.scroll-box-6 { min-height:unset; height:unset; padding-top: var(--head-height); padding-bottom:7em;}
	.scroll-box-6 .head-area { padding-right:0; align-items: stretch;}
	.scroll-box-6 .slide-btn { position: absolute; right:0; top:0;}
	.scroll-box-6 .head-box { display:block;}
	.scroll-box-6 .arrowBtn button { width: 3.2em; height:3.2em;}
	.scroll-box-6 .list-box { margin-right:0; gap:20px; width:100%; max-width:340px; }
	.scroll-box-6 .ls-list { flex:0 0 100%; width:100%; max-width:100%; padding-right:0; margin-right:0; min-width:unset; }
	.scroll-box-6 .ls-list .txt-cate { font-size: 1.2em;}
	.scroll-box-6 .ls-list .txt-ss { font-size: 1.15em; }
	.scroll-box-6 .ls-more .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em);}
	.scroll-box-6 .ls-more a {padding-top:0.8em; padding-bottom:0.8em; font-size: 1em; border-bottom:0; color:var(--bg-white); }
	.scroll-box-6 .ls-more i:after { filter: brightness(0) invert(1);}

	.con-com-01 { padding-top: 8em; }
	.con-com-01 .area-box {flex-wrap: wrap; padding-top:3em; padding-bottom: 3em;}
	.con-com-01 .lt-box { width:100%;}
	.con-com-01 .rt-box { width:100%; padding-top:5em;}
	.con-com-01 .ls-img-02 { padding-top:0; height: 22em}
	.con-com-01 .ls-img-02 img { object-position: 38% top;}
	.con-com-01 .ls-txt-01 { font-size: 2.4em; line-height: 1.4em;}
	.con-com-01 .head-box h4 { font-size: 2.8em;}
	.con-com-01 .txt-type strong { font-size: 1.25em;}
	.con-com-01 .txt-type p { font-size: 1.25em;}
	.con-com-01 .ls-txt-02 { padding-bottom: 7em;}
	.con-com-01 .dl-box-01 { font-size: 1.2em;}
	.con-com-01 .dl-box-01 dd:last-of-type { padding-right:0;}
	.con-com-01 .list-box-01 { flex-wrap: wrap; margin-right:-2em; gap: 2em; overflow: hidden;}
	.con-com-01 .list-box-01 .ls-list {flex: 0 0 calc(50% - 2em); margin-bottom: 2.5em;}
	.con-com-01 .list-box-01 p { font-size: 1.1em;}
	.con-com-01 .ls-date { padding-top:0;}
	.con-com-01 .cert-row strong { width: 38%; max-width: 130px; min-width:130px;}
	.con-com-01 .cert-row p { width: 100%;}
	.con-com-01 .cert-list { font-size: 9px}
	.con-com-01 .cert-head p:first-child { width: 38%; max-width: 130px; min-width:130px;}
	.con-com-01 .cert-head p:last-child { width: 100%;}
	.con-com-01 .cert-head { font-size: 1.1em;}
	.con-com-01 .ls-more { margin-top:3em;}
	.con-com-01 .ls-more a:before { opacity: 1;}
	.con-com-01 .ls-more a { font-size: 1em; border-bottom:0; color:var(--bg-white); }
	.con-com-01 .ls-more i:after { filter: brightness(0) invert(1);}

	.con-com-02 { padding-top: 6em; }
	.con-com-02 .area-box {flex-wrap: wrap; padding-top:3em; padding-bottom: 3em;}
	.con-com-02 .lt-box { width:100%;}
	.con-com-02 .rt-box { width:100%; padding-top:5em;}
	.con-com-02 .head-box h4 { font-size: 2.8em;}
	.con-com-02 .txt-type strong { font-size: 1.25em;}
	.con-com-02 .txt-type p { font-size: 1.25em;}
	.con-com-02 .ls-img-01 { text-align: center; width:100%;}
	.con-com-02 .ls-img-01 img { width: 65%; max-width: 260px;}
	.con-com-02 .con-box-02 .rt-box { padding-top: 10em;}
	.con-com-02 .con-box-02 { margin-top: 2em; margin-bottom:10em;}
	.con-com-02 .his-box { transform: translateX(8%); width:calc(100% - 8%);}
	.con-com-02 .his-cont { padding-bottom: 3em; font-size:1.05em;}
	.con-com-02 .his-cont .line { width:1px;}
	.con-com-02 .his-cont .line::before { width: 0.5rem; height: 0.5rem;}
	.con-com-02 .his-cont .line::after { width: 1.1rem; height: 1.1rem;}
	.con-com-02 .list-box { padding-top: 2em;}
	.con-com-02 .list-box .ls-list {  font-size: 8.5px; padding-left: 0.8em;}
	.con-com-02 .list-box .ls-list:last-of-type { padding-right:0; width: 30%;}
	.con-com-02 .certi-area { padding: 15px;}
	.con-com-02 .ul-box-01 li span:first-child, .con-com-02 .ul-box-01 li:not(.ls-head) span:last-child { width:100%;}
	.con-com-02 .ul-box-01 li {flex-wrap: wrap; padding-top: 0.8em; padding-bottom:0.8em;}
	.con-com-02 .ul-box-01 li.ls-head {  padding-top: 0.8em; padding-bottom:0.8em;}
	.con-com-02 .ul-box-01 li:before { top: 1.5em;}

	.con-com-03 { padding-top: 6em; }
	.con-com-03 .area-box {flex-wrap: wrap; padding-top:3em; padding-bottom: 3em;}
	.con-com-03 .lt-box { width:100%;}
	.con-com-03 .rt-box { width:100%; padding-top:5em;}
	.con-com-03 .head-box h4 { font-size: 2.8em;}
	.con-com-03 .txt-type strong { font-size: 1.25em;}
	.con-com-03 .txt-type p { font-size: 1.25em;}
	.con-com-03 .list-box-01 .ls-list { width:calc(50% - 2.1em); margin-bottom: 5em;}
	.con-com-03 .list-box-01 p { font-size: 1.2em;}
	.con-com-03 .list-box-01 .ls-list:nth-child(1) img { object-position: left center; }
	.con-com-03 .list-box-01 .ls-list:nth-child(2) img { object-position: right center; }
	.con-com-03 .list-box-01 .ls-list:nth-child(3) img { object-position: right center; }
	.con-com-03 .list-box-01 .ls-list:nth-child(4) img { object-position: right center; }
	.con-com-03 .list-box-01 .ls-list:nth-child(5) img { object-position: left center; }

	.con-com-04 .list-box-01 .ls-list { width:calc(50% - 1.7em); }
	.con-com-04 .list-box-01 .ls-list p { font-size: 1.2em;}
	.con-com-04 .list-box-01 h4 { font-size: 1.6em;}
	.con-com-04 .ls-img-01 i { font-size: 1.3em;}
	.con-com-04 .ls-more { margin-top: 2em; }
	.con-com-04 .ls-more .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }
	.con-com-04 .ls-more a { font-size: 1em; border-bottom:0; color:var(--bg-white); }
	.con-com-04 .ls-more i:after { filter: brightness(0) invert(1);}
	.con-com-04 .ls-more span { margin-right:4em}

	.con-com-05 { padding-top: 6em; }
	.con-com-05 .area-box {flex-wrap: wrap; padding-top:3em; padding-bottom: 3em;}
	.con-com-05 .lt-box { width:100%;}
	.con-com-05 .rt-box { width:100%; padding-top:5em;}
	.con-com-05 .head-box h4 { font-size: 2.8em;}
	.con-com-05 .txt-type strong { font-size: 1.25em;}
	.con-com-05 .txt-type p { font-size: 1.25em;}
	.con-com-05 .list-box-01 { flex-wrap: wrap; margin:0 auto; width:100%; padding-left:0; padding-right:0; padding-top:2%; padding-bottom:2%;  max-width: 400px;}
	.con-com-05 .list-box-01 .ls-list { padding-top: 22%; padding-bottom:22%; flex:unset; width: 100%;}
	.con-com-05 .list-box-01: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='520px' height='2239px'%3E%3Cpath fill-rule='evenodd' fill='rgb(249, 249, 251)' d='M520.001,259.946 L520.001,389.685 C520.001,533.250 403.595,649.632 260.001,649.632 C116.407,649.632 0.000,533.250 0.000,389.685 L0.000,259.946 C0.000,116.382 116.407,-0.000 260.001,-0.000 C403.595,-0.000 520.001,116.382 520.001,259.946 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(249, 249, 251)' d='M520.001,789.947 L520.001,919.685 C520.001,1063.250 403.595,1179.632 260.001,1179.632 C116.407,1179.632 0.000,1063.250 0.000,919.685 L0.000,789.947 C0.000,646.382 116.407,530.000 260.001,530.000 C403.595,530.000 520.001,646.382 520.001,789.947 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(249, 249, 251)' d='M520.001,1320.947 L520.001,1450.685 C520.001,1594.250 403.595,1710.632 260.001,1710.632 C116.407,1710.632 0.000,1594.250 0.000,1450.685 L0.000,1320.947 C0.000,1177.382 116.407,1061.000 260.001,1061.000 C403.595,1061.000 520.001,1177.382 520.001,1320.947 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(249, 249, 251)' d='M520.001,1848.946 L520.001,1978.685 C520.001,2122.250 403.595,2238.632 260.001,2238.632 C116.407,2238.632 0.000,2122.250 0.000,1978.685 L0.000,1848.946 C0.000,1705.382 116.407,1588.999 260.001,1588.999 C403.595,1588.999 520.001,1705.382 520.001,1848.946 Z'/%3E%3Cimage x='93px' y='530px' width='334px' height='120px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU4AAAB4CAMAAACq2etfAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACW1BMVEX8OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR3///9FYQyiAAAAx3RSTlMABhsxRVVmdoaXp7C7xcza3+73ARk2Um+NwdbsqCdLcJS2+bcIWa78FKbYFQ1AeeF6QSVimdEraeZrLCBlq+sPUJXbllEkcby9Az+L2YwEROmbSgWe76A8LYfgiBJsAqT4GHup+qpCbSHw8Y4+rcnKU2MLc+TlDOp4Cmpc3d5dSNLTnf3zCU5PTBooxsvHZ/RotQeP/pAmzc5fYJqfIs+JEbjcgIGFVFYu9ZPtuX77Km4cr+Mwv9Ve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' /%3E%3Ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' transform='matrix( 2.04348910649364, 0, 0, 2.06837461406518,241.630342594804, 619.457244596912)' font-size='40px'%3E%3Ctspan font-size='40px' font-family='Montserrat' fill='%23FFFFFF'%3E&%2343;%3C/tspan%3E%3C/text%3E%3Cimage x='93px' y='1060px' width='334px' height='120px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU4AAAB4CAMAAACq2etfAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACW1BMVEX8OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR3///9FYQyiAAAAx3RSTlMABhsxRVVmdoaXp7C7xcza3+73ARk2Um+NwdbsqCdLcJS2+bcIWa78FKbYFQ1AeeF6QSVimdEraeZrLCBlq+sPUJXbllEkcby9Az+L2YwEROmbSgWe76A8LYfgiBJsAqT4GHup+qpCbSHw8Y4+rcnKU2MLc+TlDOp4Cmpc3d5dSNLTnf3zCU5PTBooxsvHZ/RotQeP/pAmzc5fYJqfIs+JEbjcgIGFVFYu9ZPtuX77Km4cr+Mwv9Ve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' /%3E%3Ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' transform='matrix( 2.04348910649364, 0, 0, 2.06837461406518,241.630342594804, 1149.45724459691)' font-size='40px'%3E%3Ctspan font-size='40px' font-family='Montserrat' fill='%23FFFFFF'%3E&%2343;%3C/tspan%3E%3C/text%3E%3Cimage x='93px' y='1591px' width='334px' height='120px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU4AAAB4CAMAAACq2etfAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACW1BMVEX8OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR38OR3///9FYQyiAAAAx3RSTlMABhsxRVVmdoaXp7C7xcza3+73ARk2Um+NwdbsqCdLcJS2+bcIWa78FKbYFQ1AeeF6QSVimdEraeZrLCBlq+sPUJXbllEkcby9Az+L2YwEROmbSgWe76A8LYfgiBJsAqT4GHup+qpCbSHw8Y4+rcnKU2MLc+TlDOp4Cmpc3d5dSNLTnf3zCU5PTBooxsvHZ/RotQeP/pAmzc5fYJqfIs+JEbjcgIGFVFYu9ZPtuX77Km4cr+Mwv9Ve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' /%3E%3Ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' transform='matrix( 2.04348910649364, 0, 0, 2.06837461406518,241.630342594804, 1679.45724459691)' font-size='40px'%3E%3Ctspan font-size='40px' font-family='Montserrat' fill='%23FFFFFF'%3E&%2343;%3C/tspan%3E%3C/text%3E%3C/svg%3E"); }
	.con-com-05 .list-box-01 p { font-size: 1.2em;}
	.con-com-05 .list-box-01 .ls-img-01 { max-width: 135px;}
	.con-com-05 .table-box { font-size: 1.35em;}
	.con-com-05 .table-box td {padding-left:0; padding-top:0; padding-bottom:0;}
	.con-com-05 .table-box .ls-txt { font-weight:500; position: relative; padding: 0.8em 3em 0.8em 1em; cursor:pointer; transition: background-color 0.3s ease;}
	.con-com-05 .table-box .ls-txt.txt-on {background:#eeeeee}
	/* display 여부는 CSS가 아니라 JS의 slideDown/slideUp이 전담해서 애니메이션시킴
	   (예전에 있던 ".ls-txt.txt-on ~ .dl-box-01 {display:block;}" 규칙은 txt-on 클래스가
	   붙거나 빠지는 순간 즉시 display를 block/none으로 바꿔버려서, jQuery가 이미 보이거나
	   숨겨진 상태로 오판해 slideDown/slideUp 애니메이션이 동작하지 않는 원인이었음 -> 제거) */
	/* 박스(dl-box-01) 자체가 높이 0에서 실제 높이까지 늘어나며 아래로 펼쳐지고,
	   반대로 높이가 줄어들며 위로 접히는 효과(JS의 slideDown/slideUp이 height를 애니메이션) */
	.con-com-05 .table-box .dl-box-01 {padding-top: 0.5em; padding-bottom: 1.2em; font-size: 0.9em; overflow:hidden;}
	.con-com-05 .table-box .dl-box-01 dl { padding:0 1.15em}
	/* +/- 아이콘: 텍스트 대신 두 개의 막대(가로/세로)로 그려서, 펼칠 때 세로 막대를 90deg->0deg로 회전시켜
	   가로 막대와 겹치게(=- 모양) 만드는 방식으로 부드러운 회전 트랜지션 효과를 줌 */
	.con-com-05 .table-box .ls-txt:before,
	.con-com-05 .table-box .ls-txt:after { content:''; position: absolute; right:11px; top:50%; width:15px; height:2px; border-radius:1px; background:#000; transform: translateY(-50%); transition: transform 0.35s cubic-bezier(0.65,0,0.35,1), background-color 0.3s ease; }
	.con-com-05 .table-box .ls-txt:after { transform: translateY(-50%) rotate(90deg); }
	.con-com-05 .table-box .ls-txt.txt-on:after { transform: translateY(-50%) rotate(0deg); }
	.con-com-05 .table-box .ls-txt.txt-on:before,
	.con-com-05 .table-box .ls-txt.txt-on:after { background:var(--color-base-1); }
	.con-com-05 .list-box-02 .ls-list { width:calc(50% - 1em); margin-right:1em; }
	.con-com-05 .list-box-02 {margin-right:-1em;}
	.con-com-05 .con-box-05 { padding-top: 8em}

	.con-com-06 { padding-top: 6em; }
	.con-com-06 .area-box {flex-wrap: wrap; padding-top:3em; padding-bottom: 3em;}
	.con-com-06 .lt-box { width:100%;}
	.con-com-06 .rt-box { width:100%; padding-top:5em;}
	.con-com-06 .head-box h4 { font-size: 2.8em;}
	.con-com-06 .txt-type strong { font-size: 1.25em;}
	.con-com-06 .txt-type p { font-size: 1.25em;}
	.con-com-06 .con-box-02 { padding-top: 3em;}
	.con-com-06 .list-box-01 .ls-wrap { max-width: 400px; margin: 0 auto;}
	.con-com-06 .list-box-01 .ls-wrap:before { display: none;}
	.con-com-06 .list-box-01 .ls-list { font-size:0.9em; width:calc(50% - 3.2em); margin: 0 1.5em}
	.con-com-06 .list-box-01 .ls-list p { font-size: 7.5px;}
	.con-com-06 .con-box-02:before { display:none;}
	.con-com-06 .list-box-01 .ls-step { font-size: 8px;}
	.con-com-06 .list-box-02 .ls-list {width:calc(100% - 1.2em)}
	.con-com-06 .list-box-02 { margin-top:5em;}
	.con-com-06 .ls-img-01 { padding-top:47%;}
	.con-com-06 .list-box-02 .ls-list:nth-child(1) img { object-position: 95% bottom;}
	.con-com-06 .list-box-02 .ls-list:nth-child(2) img { object-position: left center; top:-50%; height: 158%;}

	.con-com-07 { padding-top: 6em; }
	.con-com-07 .area-box {flex-wrap: wrap; padding-top:3em; padding-bottom: 3em;}
	.con-com-07 .lt-box { width:100%;}
	.con-com-07 .rt-box { width:100%; padding-top:5em;}
	.con-com-07 .head-box h4 { font-size: 2.8em;}
	.con-com-07 .txt-type strong { font-size: 1.25em;}
	.con-com-07 .txt-type p { font-size: 1.25em;}
	.con-com-07 .list-box-01 .ls-wrap { flex-direction: column; margin-bottom: 2em; padding-left:15%; padding-right:15%;}
	.con-com-07 .list-box-01 .ls-list { font-size:1.05em; width: 100%; max-width: 260px;  margin: 0 auto -2em; padding: 3em 0.5em;}
	.con-com-07 .ls-brand {margin-left: auto; margin-right:auto; width: calc(100% + 80px); transform: translateX(-40px)}
	.con-com-07 .ls-brand-in { top:50%; transform: translate(-50%, -50%); min-height: 32px;}
	.con-com-07 .list-box-02 { width:unset; margin:unset; flex-wrap: wrap; margin-right:-2em; gap: 0; overflow: hidden;}
	.con-com-07 .list-box-02 .ls-list {width:calc(50% - 2em); margin-right:2em; margin-bottom: 2.5em;}
	.con-com-07 .list-box-02 p { font-size: 1.1em;}
	.con-com-07 .con-box-03 .ls-tit { padding-bottom:2em;}
	.con-com-07 .con-box-03 { margin-top: -17%}

	.con-com-08 { padding-top: 6em; }
	.con-com-08 .area-box {flex-wrap: wrap; padding-top:3em; padding-bottom: 3em;}
	.con-com-08 .lt-box { width:100%;}
	.con-com-08 .rt-box { width:100%; padding-top:5em;}
	.con-com-08 .head-box h4 { font-size: 2.8em;}
	.con-com-08 .txt-type strong { font-size: 1.25em;}
	.con-com-08 .txt-type p { font-size: 1.25em;}
	.con-com-08 .con-box-02 { padding-top: 4em;}
	.con-com-08 .list-box-01 .ls-wrap { max-width: 400px; padding-left: 5%; padding-right:5%; margin: 0 auto;}
	.con-com-08 .list-box-01 .ls-wrap:before { display: none;}
	.con-com-08 .list-box-01 .ls-list { font-size:1.15em; width: 100%; margin: 0 auto 3em;}
	.con-com-08 .list-box-01 .ls-list:not(:nth-child(3n))::after { display: none;}
	.con-com-08 .list-box-01 .ls-list:not(:last-child)::after { display: block; right: auto; left: 50%; top: auto; bottom: -2em; transform: translateX(-50%) rotate(90deg);}
	.con-com-08 .list-box-01 .ls-list strong { height: 3.5em}

	.con-com-09 { padding-top: 6em; }
	.con-com-09 .area-box {flex-wrap: wrap; padding-top:3em; padding-bottom: 3em;}
	.con-com-09 .lt-box { width:100%;}
	.con-com-09 .rt-box { width:100%; padding-top:5em;}
	.con-com-09 .head-box h4 { font-size: 2.8em;}
	.con-com-09 .txt-type strong { font-size: 1.25em;}
	.con-com-09 .txt-type p { font-size: 1.25em;}
	.con-com-09 .list-box-01 { padding-top: 2em;}
	.con-com-09 .list-box-01 .ls-list { flex-wrap: wrap; padding: 1.5em 0; position: relative; }
	.con-com-09 .list-box-01 .ls-num { width: 100%; min-width: 0;  padding-bottom: 0.3em; font-size: 3.2em; }
	.con-com-09 .list-box-01 .ls-info { width: calc(100% - 7em); padding: 0 7em 0 0; }
	.con-com-09 .list-box-01 .ls-info strong { font-size: 1.2em;}
	.con-com-09 .list-box-01 .ls-info p { font-size: 1.05em;}
	.con-com-09 .list-box-01 .ls-img-01 { width: 5.2em; position: absolute; right:0; }
	.con-com-09 .com-box-02 { padding-top: 2em;}
	.con-com-09 .inner-map { padding-top: 62%; }
	.con-com-09 .map-point { width: 2.4em; height: 2.4em; }
	.con-com-09 .map-point.is-main { width: 3.8em; height: 3.8em; }
	.con-com-09 .map-point.is-main .point-txt img { width: 46px}
	.con-com-09 .map-point:after { font-size: 8px}
	.con-com-09 .con-box-03 .list-box-02 ul { grid-template-columns: repeat(4, 1fr); }
	.con-com-09 .con-box-03 .list-box-02 { padding-top: 3em;}

	.con-com-11 { padding-top: 6em; }
	.con-com-11 .con-box-01 { padding-top: 2em;}
	.con-com-11 .con-box-02 {padding-bottom:3em; padding-top: 3em;}
	.con-com-11 .area-box {flex-wrap: wrap;  padding-top: 2.5em; padding-bottom:5em; border-top: 1px solid #9f9f9f;}
	.con-com-11 .lt-box { width:100%;}
	.con-com-11 .rt-box { width:100%; padding-top:5em;}
	.con-com-11 .img-list li { width:calc(33.33% - 0.7em); padding-top: calc(33.33% - 0.7em); }
	.con-com-11 .txt-type { font-size: 1.2em;}
	.con-com-11 .txt-head h4 { font-size: 2em;}
	.con-com-11 .txt-box .ls-type { font-size: 1.3em;}
	.con-com-11 .txt-box { padding-bottom: 3.5em;}
	.con-com-11 .dl-box-01 { font-size: 1.15em}
	.con-com-11 .dl-box-01 dt {  width: 8.4em; max-width:8.4em; min-width:8.4em;}
	.con-com-11 .dl-box-01 dl.ls-dup { border-bottom:1px solid #cecece; padding:0; flex-wrap: wrap;}
	.con-com-11 .dl-box-01 dl.ls-dup dt{ padding-top: 0.5em; padding-bottom: 0.5em;}
	.con-com-11 .dl-box-01 dl.ls-dup dd{ padding-top: 0.5em; padding-bottom: 0.5em;}
	.con-com-11 .dl-box-01 dl.ls-dup dt:nth-child(3) { border-top:1px solid #cecece; width:8.4em; max-width:8.4em; min-width:8.4em;}
	.con-com-11 .dl-box-01 dl.ls-dup dd:nth-child(2) { width:calc(100% - 8.4em); }
	.con-com-11 .dl-box-01 dl.ls-dup dd:nth-child(4) { border-top:1px solid #cecece;  width:calc(100% - 8.4em); }
	.con-com-11 .dl-box-01 dl.ls-dup dd:before {z-index:1; display:block;}
	.con-com-11 .ls-more .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }
	.con-com-11 .ls-more a { font-size: 1em; border-bottom:0; color:var(--bg-white); }
	.con-com-11 .ls-more i:after { filter: brightness(0) invert(1);}
	.con-com-11 .ls-more span { margin-right:4em}
	.con-com-11 .ls-more-group { flex-direction: column; }

	.con-com-12 { padding-top: 6em; }
	.con-com-12 .list-box-01 .ls-list {width: calc(50% - 2em);	}

	.con-com-13 { padding-top: 5em; }
	.con-com-13 .com-box-01 { padding-top: 3em; }
	.con-com-13 .head-box h4 { font-size: 2.8em;}
	.con-com-13 .head-box p { font-size: 1.2em;}
	.con-com-13 .ls-txt-01 p:nth-child(1) { padding-bottom:0;}
	.con-com-13 .ls-txt-01 { font-size: 1.2em;}
	.con-com-13 dl.box-01 .ls-dup,
	.con-com-13 dl.box-01 .ls-full { width: 100%; }
	.con-com-13 .ls-hg-01 { height: 14em; }
	.con-com-13 dl.box-01 .recaptcha-box { max-width:100%; flex-wrap:wrap; }
	.con-com-13 dl.box-01 .recaptcha-info { margin-left:auto; }
	.con-com-13 dl.box-01 .check-in a { padding-left: 2em }
	.con-com-13 .ls-more a:before { opacity: 1;}
	.con-com-13 .ls-more a { font-size: 1em; border-bottom:0; color:var(--bg-white); }
	.con-com-13 .ls-more i:after { filter: brightness(0) invert(1);}
	.con-com-13 .ls-more span { margin-right:2em;}
	.con-com-13 .con-box-04 .map-area { height:  }
	.con-com-13 .con-box-04 .ls-col { font-size: 1.2em; text-align: center; width:100%;}
	.con-com-13 .con-box-04 .box-01 .ls-col:nth-child(1) { width:100%;}
	.con-com-13 .com-box-02 { padding-top: 8em;}

	.bo-notice-list { padding-top: 4em; }
	.bo-notice-list .bo-notice-search input[type="text"] { width:100%; }
	.bo-notice-list .bo-notice-rows li a { padding:1.2em 0; }
	.bo-notice-list .bo-notice-rows .tit { font-size:1em; padding-left:1.5em; }
	.bo-notice-list .bo-notice-rows .no { width:2.5em; }
	.bo-notice-list .bo-notice-rows .date { min-width:5.5em; padding-right:0.5em; }

	.bo-notice-view { padding-top: 4em; }
	.bo-notice-view .bo-notice-title { flex-wrap:wrap; gap:0.5em; }
	.bo-notice-view .bo-notice-nav { flex-wrap:wrap; }
	.bo-notice-view .bo-notice-nav a { flex:0 0 100%; border-left:0; padding-left:0; padding-right:0; }
	.bo-notice-view .bo-notice-nav a.prev { justify-content:flex-start; text-align:left; }
	.bo-notice-view .bo-notice-nav a.next { border-top:1px solid #e5e5e5; justify-content:flex-end; text-align:right; }
	.bo-notice-view .bo-notice-body-wrap { padding: 0; }
	.bo-notice-view .ls-more a { font-size: 1em; border-bottom:0; color:var(--bg-white); }
	.bo-notice-view .ls-more .ls-more-fill { clip-path: inset(0% 0 0 0 round 2em); }
	.bo-notice-view .ls-more i:after { filter: brightness(0) invert(1); }

}
	

/* 모바일사이즈 기본 */
@media all and (max-width : 640px){

	.con-com-12 .list-box .ls-list { width:calc(100% - 3em)}


}


@media all and (max-width : 540px){
	
	.d-sm-none { display:none;}
	.d-sm-view { display:block;}


	.con-com-03 .list-box-01 .ls-list { width:calc(100% - 2.1em);}
	.con-com-04 .list-box-01 .ls-list { width:calc(100% - 1.7em); }

	.con-com-09 .con-box-03 .list-box-02 ul { grid-template-columns: repeat(2, 1fr); }

	.con-com-12 .list-box-01 .ls-list {width: calc(100% - 2em);	}

}


@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:#888;color:#fff;padding:3px 8px;border:none;margin-bottom:4px;font-size:0.8em;border-radius:3px;cursor:pointer;display:block;margin-left:auto;}
.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;}
/* ======================================== */
/* 보존 영역 1: 게시판/갤러리 스킨 */
/* ======================================== */

/* 개인정보 처리방침 레이어 */
.layer_popup {position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(255,255,255,0.9);z-index:1000;display:none; overflow-y:scroll;}
.layer_popup .inner {width:100%;max-width:1640px; margin:0 auto;}
.layer_popup .inner .box {padding:0 20px;}
.layer_popup .inner .close_top {text-align:right; margin-top:45px;}
.layer_popup .inner .close_top .imgbox {cursor:pointer;}
.layer_popup .inner .con {width:100%; max-width:1400px; margin:0 auto; margin-top:5%; line-height:30px;}
.layer_popup .inner .con .inbox {padding:20px;}


/* 2025 갤러리 신규 스킨 */

/*게시판 : 인증현황 */
#news_list { width:100%; margin-left:10px;  }
#news_list .gl_list { display:inline-block; width:24%;   }
.bo_list1 { width:100%; display:flex; justify-content: center; align-items: flex-start;}
.bo_list1 li {width:100%; max-width:280px; height:450px; overflow:hidden; padding:10px; }
.bo_list1 .bo_image1 { width:100%; overflow:hidden; height:380px; border:1px solid #eee; }
.bo_list1 .bo_image1 img {object-fit: cover; height: 380px; width: 100%; padding:10px; }
.bo_list1 .bo_title1 {margin-top:20px; height:80px; text-align:center; }
.bo_list1 .bo_title1 .tt { font-size:1.05em; font-weight:700; max-height:100px; overflow:hidden; word-break: keep-all;}
.bo_list1 .bo_title1 .st { margin-top:10px; color:#767676; font-size:0.9em; }
.bo_list1 .bo_title1 .dt { margin-top:10px; font-size:0.8em; color:#767676;  }
.vo_title1 { border-top:2px solid #000; border-bottom:1px solid #ccc; padding:50px 20px 40px 20px; text-align:center; margin-bottom:50px; margin-top:0px;  }
.vo_title1 .tt { font-size:1.7em; font-weight:600; margin-bottom:20px; }
.vo_title1 .st { font-size:0.9em; color:#888; font-weight:400; }
.vo_list_btn1 { text-align:center; margin:80px 0; }
.vo_list_btn1 a { border:1px solid #eee; background:#da4a44; color:#fff; padding:15px 70px; font-weight:500; }
.vo_list_btn1 a:hover { background:#ccc; color:#000; }
.vo_list_btn1 a { text-align:center; padding:0.7em 1em 0.8em 1em; display:inline-block; font-weight:500; max-width: 8em; width:100%; border-radius: 5em; color:#fff; font-size: 1.1em; background:#000000}
.vo_list_btn1 a:hover { background:#e73357; color:#fff; }

/*게시판 : 일반 */
.bo_list2, #bo_v, #bo_w { width:100%; max-width:1440px; margin:0 auto; }
.bo_list2 table {width:100%; border-collapse:collapse;}
.bo_list2 table thead th { border-top:2px solid #000; border-bottom:1px solid #000;  padding:20px 7px; text-align:center; }
.bo_list2 table tbody td { border-bottom:1px solid #e5e5e5; padding:20px 7px; text-align:left;}
.bo_list2 table tbody td.text-center {text-align:center;}
.bo_list2 a:hover { color:#da4a44; }

#bo_v, #bo_w table {width:100%; border-collapse:collapse;}
#bo_v, #bo_w table tbody td { text-align:left;}


#bo_list2_search { max-width:1440px; margin:0 auto; text-align:right; margin-bottom:20px; padding:20px 0 50px 0; }
#bo_list2_search select { width:120px; height:40px; border:1px solid #cfcfcf;  }
#bo_list2_search input[type=text] { width:50%;max-width:300px; height:40px;  border:1px solid #cfcfcf; padding:0 10px; }
#bo_list2_search input[type=submit] { width:90px; height:40px;  border:1px solid #da4a44; color:#da4a44; background:#fff; }
#bo_list2_search input[type=submit]:hover { color:#fff; background:#da4a44; }

/* 사내소식 */
#news_list3 { width:100%; margin-left:10px;  }
#news_list3 .gl_list { display:inline-block; width:24%;   }
.bo_list3 { width:100%; display:flex; justify-content: center; align-items: flex-start;}
.bo_list3 li {width:100%; max-width:400px; height:380px; overflow:hidden; padding:10px; }
.bo_list3 .bo_image1 { width:100%; overflow:hidden; height:210px; border:1px solid #eee; }
.bo_list3 .bo_image1 img {object-fit: cover; height: 210px; width: 100%; padding:0px; }
.bo_list3 .bo_title1 {margin-top:20px; height:80px; text-align:left; }
.bo_list3 .bo_title1 .tt { font-size:1.35em; font-weight:700; max-height:100px; overflow:hidden; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bo_list3 .bo_title1 .st { margin-top:10px; color:#767676; font-size:0.9em; word-break: break-all; }
.bo_list3 .bo_title1 .dt { margin-top:10px; font-size:0.8em; color:#767676;  }

#bo_v_atc * { word-break: break-all; }

.bo-gall-09 { max-width:1440px; overflow: hidden; margin:0 auto; padding: 0em 0px 10em 0px; position: relative; letter-spacing: -0.05em;}
.bo-gall-09 .com-box-01 { max-width: 1440px; margin:0 auto; padding-left:20px; padding-right:20px;}
.bo-gall-09 .con-box-02 {  padding-top: 0em; padding-bottom:2em;}
.bo-gall-09 .total-box { text-align: left; font-size: 0.9em; }
.bo-gall-09 .photo-list-box {margin-right:-2em; padding-top:2em; overflow: hidden; display:flex; flex-wrap: wrap; align-items: stretch;}
.bo-gall-09 .ls-list { text-align: left; width: calc(33.333% - 2em) ; margin-right: 2em; margin-bottom:3em;}
.bo-gall-09 .img-box { border-radius: 1em; overflow: hidden; }
.bo-gall-09 .img-box img { width:100%; height:320px; object-fit: cover; }
.bo-gall-09 .ls-cate { padding-bottom: 0.7em; font-size: 0.9em; font-weight:500}
.bo-gall-09 .ls-title { margin-bottom: 1em; height: 3em; font-size: 1.1em; font-weight:600; -webkit-line-clamp:2;	overflow: hidden;	word-wrap: break-word;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;}
.bo-gall-09 .ls-type { color:#000; opacity: 0.7; font-size: 0.9em; height: 1.4em; margin-bottom: 1em;  -webkit-line-clamp:1;	overflow: hidden;	word-wrap: break-word;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;}
.bo-gall-09 .ls-subject { color:#000; opacity: 0.7; font-size: 0.9em; height: 3em; margin-bottom: 1em;  -webkit-line-clamp:2;	overflow: hidden;	word-wrap: break-word;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;}
.bo-gall-09 .ls-day { color:#000; padding-top:1.2em; padding-bottom: 0.7em; opacity: 0.7; font-size: 0.9em; padding-bottom:1.5em; }
.bo-gall-09-view { overflow: hidden; margin:0 auto; padding: 10em 0px 10em 0px; position: relative; letter-spacing: -0.05em;}
.bo-gall-09-view .com-box-01 { max-width: 1685px; margin:0 auto; padding-left:20px; padding-right:20px;}
.bo-gall-09-view .con-box-02 {  padding-top: 8em; padding-bottom:2em;}
.bo-gall-09-view .photo-head { text-align: left; padding: 2em 5px 2em 5px; border-bottom:1px solid #e5e5e5; position: relative; border-top:1px solid #000;}
.bo-gall-09-view .ls-cate { padding-bottom: 0.7em; font-weight:500}
.bo-gall-09-view .ls-title { margin-bottom: 1em; font-size: 1.834em; font-weight:600; word-wrap: break-word;}
.bo-gall-09-view .ls-day { color:#000;  opacity: 0.7; font-size: 0.9em;}
.bo-gall-09-view .photo-con { padding: 5em 0;}

@media all and (max-width : 1024px){
	.bo-gall-09 .txt-head h4 { font-size: 1.47em;}
	.bo-gall-09 .ls-list { width: calc(33.333% - 2em)}
}

@media all and (max-width : 768px){

	.bo-gall-09 { padding-top:5em; padding-bottom: 5em;}
	.bo-gall-09 .total-box { display:none;}
	.bo-gall-09 .ls-list { width: 100%;}
	.bo-gall-09 .photo-list-box { display:block; width:100%;}
	.bo-gall-09 .img-box { width:100%; height:200px; }
	.bo-gall-09 .ls-day { padding-top:0.5em; padding-bottom: 0.5em; font-size: 1.2em;}
	.bo-gall-09 .ls-title { font-size: 1.5em;}

	.bo-gall-09-view { padding-top:5em; padding-bottom: 5em;}
	.bo-gall-09-view .ls-title { font-size: 1.1em;}
	.bo-gall-09-view .ls-day { position:  relative; top:auto; transform: none; }
	.bo-gall-09-view .photo-head { padding: 1.8em 5px;}
	.bo-gall-09-view .con-box-02 { padding-top: 6em;}
	.bo-gall-09-view .photo-con { padding: 3em 0;}

	/*게시판 : 인증현황 */
	#news_list { width:100%; margin-left:0px;  }
	#news_list .gl_list { display:inline-block; width:48%;   }
	.bo_list1 { width:100%; display:flex; justify-content: center; align-items: flex-start;}
	.bo_list1 li {width:100%; max-width:280px; height:250px; overflow:hidden; padding:10px; }
	.bo_list1 .bo_image1 { width:100%; overflow:hidden; height:190px; border:1px solid #eee; }
	.bo_list1 .bo_image1 img {object-fit: cover; height: 190px; width: 100%; padding:5px; }
	.bo_list1 .bo_title1 {margin-top:10px; height:50px; text-align:center; }
	.bo_list1 .bo_title1 .tt { font-size:0.9em; font-weight:600; max-height:100px; overflow:hidden; word-break: keep-all;}
	.bo_list1 .bo_title1 .st { margin-top:10px; color:#767676; font-size:0.9em; }
	.bo_list1 .bo_title1 .dt { margin-top:10px; font-size:0.8em; color:#767676;  }
	.vo_title1 { border-top:2px solid #000; border-bottom:1px solid #ccc; padding:30px 10px 20px 10px; text-align:center; margin-bottom:50px; margin-top:0px;  }
	.vo_title1 .tt { font-size:1.3em; font-weight:600; margin-bottom:10px; }
	.vo_title1 .st { font-size:0.9em; color:#888; font-weight:400; }
		
	/*게시판 : 일반 */
	.bo_list2 { width:100%; }
	.bo_list2 table {width:100%; border-collapse:collapse;}
	.bo_list2 table thead th { border-top:2px solid #000; border-bottom:1px solid #000;  padding:20px 7px; text-align:center; }
	.bo_list2 table tbody td { border-bottom:1px solid #e5e5e5; padding:20px 7px; }
	.bo_list2 table tbody td.text-center {text-align:center;}
	.bo_list2 a:hover { color:#51b431; }


	#bo_list2_search { margin:0 auto; text-align:center; margin-bottom:20px;  margin-top:0; }
	#bo_list2_search select { width:80px; height:40px; border:1px solid #cfcfcf;  }
	#bo_list2_search input[type=text] { width:100%; height:40px;  border:1px solid #cfcfcf; padding:0px; }
	#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;  }

}
@media all and (max-width : 540px){
	
	.bo-gall-09 .photo-list-box .ls-list { width: 100%; margin-right:0; border-right:0; border-left:0; border-bottom:0; padding-left:0; padding-right:0;}
	.bo-gall-09 .photo-list-box {margin-right:0; border-bottom:1px solid #e5e5e5}
	.bo-gall-09 .img-box { position: relative; padding-top: 52%;  overflow: hidden;}
	.bo-gall-09 .img-box img { position: absolute; top:0;  }

}
/* 2025 갤러리 신규 스킨 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ======================================== */
/* 보존 영역 2: 시스템 스타일 */
/* ======================================== */


/* 지도 라인 드로잉 애니메이션 */
#map_lines path.line {
	fill: none;
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	transition: stroke-dashoffset 0s;
}
#map_lines.animate path.line {
	stroke-dashoffset: 0;
}
#map_lines.animate path.line-1 { transition: stroke-dashoffset 1.5s ease-out 0.1s; }
#map_lines.animate path.line-2 { transition: stroke-dashoffset 1.5s ease-out 0.2s; }
#map_lines.animate path.line-3 { transition: stroke-dashoffset 1.5s ease-out 0.3s; }
#map_lines.animate path.line-4 { transition: stroke-dashoffset 1.5s ease-out 0.4s; }
#map_lines.animate path.line-5 { transition: stroke-dashoffset 1.5s ease-out 0.5s; }
#map_lines.animate path.line-6 { transition: stroke-dashoffset 2s ease-out 0.6s; }
#map_lines.animate path.line-7 { transition: stroke-dashoffset 2s ease-out 0.8s; }
#map_lines.animate path.line-8 { transition: stroke-dashoffset 2s ease-out 1s; }
#map_lines.animate path.line-9 { transition: stroke-dashoffset 1.5s ease-out 1.2s; }
#map_lines.animate path.line-10 { transition: stroke-dashoffset 2s ease-out 1.4s; }
#map_lines.animate path.line-11 { transition: stroke-dashoffset 1.5s ease-out 1.6s; }
#map_lines.animate path.line-12 { transition: stroke-dashoffset 1.5s ease-out 1.8s; }
#map_lines.animate path.line-13 { transition: stroke-dashoffset 1.5s ease-out 2s; }
#map_lines.animate path.line-14 { transition: stroke-dashoffset 2s ease-out 2.2s; }

/* 점(마커) 페이드인 */
#map_lines g { opacity: 0; transition: opacity 0.5s ease; }
#map_lines.animate g { opacity: 1; }
#map_lines.animate g:nth-of-type(1) { transition-delay: 0.5s; }
#map_lines.animate g:nth-of-type(2) { transition-delay: 0.7s; }
#map_lines.animate g:nth-of-type(3) { transition-delay: 0.9s; }
#map_lines.animate g:nth-of-type(4) { transition-delay: 1.1s; }
#map_lines.animate g:nth-of-type(5) { transition-delay: 1.3s; }
#map_lines.animate g:nth-of-type(6) { transition-delay: 1.5s; }
#map_lines.animate g:nth-of-type(7) { transition-delay: 1.7s; }
#map_lines.animate g:nth-of-type(8) { transition-delay: 1.9s; }
#map_lines.animate g:nth-of-type(9) { transition-delay: 2.1s; }
#map_lines.animate g:nth-of-type(10) { transition-delay: 2.3s; }
#map_lines.animate g:nth-of-type(11) { transition-delay: 2.5s; }
#map_lines.animate g:nth-of-type(12) { transition-delay: 2.7s; }
#map_lines.animate g:nth-of-type(13) { transition-delay: 2.9s; }
#map_lines.animate g:nth-of-type(14) { transition-delay: 3.1s; }
#map_lines.animate g:nth-of-type(15) { transition-delay: 3.3s; }
#map_lines.animate g:nth-of-type(16) { transition-delay: 3.5s; }

/* 모바일 대응: 지도 애니메이션 속도 조정 */
@media all and (max-width: 768px) {
	#map_lines path.line {
		stroke-width: 1.5px; /* 모바일에서 선 두께 증가 */
	}
	/* 모바일에서 애니메이션 속도 조정 (빠르게) */
	#map_lines.animate path.line-1 { transition: stroke-dashoffset 1s ease-out 0.05s; }
	#map_lines.animate path.line-2 { transition: stroke-dashoffset 1s ease-out 0.1s; }
	#map_lines.animate path.line-3 { transition: stroke-dashoffset 1s ease-out 0.15s; }
	#map_lines.animate path.line-4 { transition: stroke-dashoffset 1s ease-out 0.2s; }
	#map_lines.animate path.line-5 { transition: stroke-dashoffset 1s ease-out 0.25s; }
	#map_lines.animate path.line-6 { transition: stroke-dashoffset 1.2s ease-out 0.3s; }
	#map_lines.animate path.line-7 { transition: stroke-dashoffset 1.2s ease-out 0.4s; }
	#map_lines.animate path.line-8 { transition: stroke-dashoffset 1.2s ease-out 0.5s; }
	#map_lines.animate path.line-9 { transition: stroke-dashoffset 1s ease-out 0.6s; }
	#map_lines.animate path.line-10 { transition: stroke-dashoffset 1.2s ease-out 0.7s; }
	#map_lines.animate path.line-11 { transition: stroke-dashoffset 1s ease-out 0.8s; }
	#map_lines.animate path.line-12 { transition: stroke-dashoffset 1s ease-out 0.9s; }
	#map_lines.animate path.line-13 { transition: stroke-dashoffset 1s ease-out 1s; }
	#map_lines.animate path.line-14 { transition: stroke-dashoffset 1.2s ease-out 1.1s; }
	
	/* 모바일에서 마커 딜레이 조정 */
	#map_lines.animate g:nth-of-type(1) { transition-delay: 0.62s; }
	#map_lines.animate g:nth-of-type(2) { transition-delay: 0.78s; }
	#map_lines.animate g:nth-of-type(3) { transition-delay: 0.5s; }
	#map_lines.animate g:nth-of-type(4) { transition-delay: 0.6s; }
	#map_lines.animate g:nth-of-type(5) { transition-delay: 0.7s; }
	#map_lines.animate g:nth-of-type(6) { transition-delay: 0.8s; }
	#map_lines.animate g:nth-of-type(7) { transition-delay: 0.9s; }
	#map_lines.animate g:nth-of-type(8) { transition-delay: 1s; }
	#map_lines.animate g:nth-of-type(9) { transition-delay: 1.1s; }
	#map_lines.animate g:nth-of-type(10) { transition-delay: 1.2s; }
	#map_lines.animate g:nth-of-type(11) { transition-delay: 1.3s; }
	#map_lines.animate g:nth-of-type(12) { transition-delay: 1.4s; }
	#map_lines.animate g:nth-of-type(13) { transition-delay: 1.5s; }
	#map_lines.animate g:nth-of-type(14) { transition-delay: 1.6s; }
	#map_lines.animate g:nth-of-type(15) { transition-delay: 1.7s; }
	#map_lines.animate g:nth-of-type(16) { transition-delay: 1.8s; }
}

/* PC 전체메뉴 - Fade Up 애니메이션 */
@media all and (min-width: 769px) {
	@keyframes fadeUpMenu {
		0% {
			opacity: 0;
			transform: translateY(30px);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	
	.nav_md .nav-md-ul > li {
		opacity: 0;
	}
	
	.nav_md.menu-open .nav-md-ul > li {
		animation: fadeUpMenu 0.5s ease-out forwards;
	}
	
	.nav_md.menu-open .nav-md-ul > li:nth-child(1) { animation-delay: 0.1s; }
	.nav_md.menu-open .nav-md-ul > li:nth-child(2) { animation-delay: 0.2s; }
	.nav_md.menu-open .nav-md-ul > li:nth-child(3) { animation-delay: 0.3s; }
	.nav_md.menu-open .nav-md-ul > li:nth-child(4) { animation-delay: 0.4s; }
	.nav_md.menu-open .nav-md-ul > li:nth-child(5) { animation-delay: 0.5s; }
	.nav_md.menu-open .nav-md-ul > li:nth-child(6) { animation-delay: 0.6s; }
	.nav_md.menu-open .nav-md-ul > li:nth-child(7) { animation-delay: 0.7s; }
	.nav_md.menu-open .nav-md-ul > li:nth-child(8) { animation-delay: 0.8s; }
}

/* PC 2차 메뉴 펼침 애니메이션 - 메뉴 영역에 마우스 오버시 전체 2차메뉴 동시에 펼쳐짐 (메가메뉴 방식) */
@media all and (min-width: 769px) {
	/* 2차 메뉴 패널 - 페이드인/아웃, 전체 항목 동시 동작 */
	.nav_web ul ul {
		transform: translateX(-50%);
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1), visibility 0.2s cubic-bezier(0.4, 0, 1, 1);
	}
	header.submenu-open .nav_web ul ul {
		visibility: visible;
		opacity: 1;
	}

	/* 2차 메뉴 텍스트 - 전체 항목 한번에 다같이 페이드인 */
	.nav_web ul ul li {
		opacity: 0;
		transition: opacity 0.2s ease;
	}
	header.submenu-open .nav_web ul ul li {
		opacity: 1;
		transition: opacity 0.2s ease;
	}
}
