html {font-size:62.5%;  font-family: 'Pretendard';-webkit-text-size-adjust: 100%; scroll-behavior: smooth;word-break: auto-phrase;}
@media (max-width: 1600px) and (min-width: 992px) {
	html {font-size: 58.5%;}
}
.mobr{display:none;}
@media (max-width:768px) {
	.mobr {display:block!important;}
}
#smtg_logo_div {
    padding: 2px!important;
    position: fixed!important;
    top: inherit!important;
    left: inherit!important;
    bottom: 0!important;
    right: 0!important;
}
#smtg_logo_div img{
	height:20px;
}
@media (max-width:768px) {
	#smtg_logo_div img {
		height: 16px;
	}
}

div {transition:all 0.1s ease-in;}
header {transition:all 0.1s ease-in;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button,
article, aside, canvas, details, embed, figure, figcaption, footer, header, menu,
nav, output, ruby, section, summary, time, mark, audio, video
{ margin:0;padding:0;border:0;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block;}
html {height:auto;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none; }
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content:none;}
table {border-collapse:collapse;border-spacing:0;}
a {text-decoration:none;color:#231815;}
a:hover {text-decoration:none;}
legend, caption, hr {display:none;}
img {vertical-align:top;max-width: 100%;}
input {vertical-align:middle;}
body {width:100%;height:auto;font-family: 'Pretendard';background:#fff;}
p,h3,h2,h1{    font-size: initial;letter-spacing: normal;}
input,textarea,button,select{ font-family: 'Pretendard';}
/* em {font-style:normal; color:#f37321;} */


.hiddenText{display:none;position:absolute;opacity:0;visibility: hidden;}

.mainwrap{
	position:Relative;
	width:100%;
	height:150rem;
	background:#ddd;
/* background: linear-gradient(180deg, #ECFAF3 0%, #E9F4F9 100%); */
}

/* ======================== :::::: 헤더 ~  :::::: ========================  */
body.sbhidden{overflow:hidden;}
#header{position:fixed; width:100%;left:0; top:0; 
/* transition:all .4s;  */
z-index:200;
/* background: rgba(255, 255, 255, 0.01); */
/* backdrop-filter: blur(5px); */
}
/* #header:after{content:'';position:absolute;left:0;bottom:0px;width:100%;height:1px;background:rgba(255, 255, 255, 0.20);} */
#header:before{content:'';  border-radius: 0px;box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);display:block; width:100%; position:absolute; left:0; top:0; transition:all .4s; opacity:0; height:0; background:#fff; z-index:-1;}
#header .headInner {position:relative;width:100%;height: 10rem; 
/* max-width: 192rem; */
box-sizing: border-box;margin: 0 auto;display: block;}
#header .headInner .hdLogo {    z-index: 10;    transform: translateY(-50%);top: 50%;left: 6rem;position: absolute;display: inline-block;}
#header .headInner .hdLogo a{display:inline-block; width:10.2rem; height:3.6rem; background-image: url(/public/img/common/logo_white.webp);background-position: center center;background-repeat: no-repeat;background-size: cover;vertical-align:top;}

/* pc nav */
#navmenu {height: 100%;transform: translateX(-50%);position: absolute;left: 50%;top: 0;max-width: 72rem;width: 100%;}
#navmenu ul {margin: 0;padding: 0;height: 100%;width: 100%;font-size: 0;display: flex;justify-content: center;align-items: center;}
#navmenu ul li{display:inline-block; vertical-align:top; padding:0 3.5rem;
/* min-width: 14rem;  */
text-align:center; position: relative;}
#navmenu ul li > a{display:block;box-sizing:border-box; transition:all .3s linear;}
#navmenu ul li > a span {
    /* opacity: 0.7; */
    display: inline-block;
    position: Relative;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    font-family: pretendard-700;
    line-height: 3.6rem;
	padding: 3.2rem 0;
}
#navmenu ul li:hover > a span{opacity: 1;color:#22969C !important;font-family: pretendard-700;font-weight: 700;}
#navmenu ul li > a span:before{content:none;position:absolute;left:0;bottom: 1px;width:100%;height:3px;background:#22969C;}
#navmenu ul li:hover > a span:before{content:'';}
#navmenu ul li dl {
	transform: translateX(-50%) scaleY(0);
    /* transform: translateX(-50%); */
    min-width: 15rem;
    position: absolute;
    left: 50%;
    top: 10rem;
    padding: 2rem 0 2rem 0;
    width: 100%;
    /* transform: scaleY(0); */
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}
#navmenu ul li dl:hover{}
#navmenu ul li dl dd{padding:0 0 1rem 0;margin:0;}
#navmenu ul li dl dd:last-child{padding:0;}
#navmenu ul li dl dd a{display:block; color: #888;font-size:1.6rem;font-family: pretendard-400; font-weight: 400;line-height:3rem;}
#navmenu ul li dl dd a:hover{color:#22969C; !important; font-family: pretendard-600;font-weight: 600;text-decoration:none;}

/* 헤더 우측 컴포넌트 */
.headright {position: absolute;right: 6rem;z-index: 10;transform: translateY(-50%);top: 50%;display: flex;gap: 5rem;align-items: center;}
.headcallBtn{position:Relative;}
.headcallBtn a {
	gap:0.8rem;
    display: flex;
    padding: 1.6rem 2.6rem;
    color: #fff;
    text-align: center;
    font-family: pretendard-700;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0;
    align-items: center;
    background: #22969C;
	border-radius: 1.6rem .4rem 1.6rem .4rem;
}
.headcallBtn a b {
	display: flex;
    height: 1.4rem;
    width: 1.4rem;
	background-image: url(/public/img/common/headcallBtn_arrow.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* 햄버거 버튼 */
.hamBtn {
    display: none;
    cursor: pointer;
    position: Relative;
    width: 6rem;
    height: 6rem;
    background-image: url(/public/img/common/hammenu_icon_white.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ???? */
#header.up:before{height:46rem; opacity:1;}
#header.up:after{content:'';position:absolute;left:0;bottom:0px;width:100%;height:1px;background:#eee;}
#header.up .headInner .hdLogo a{background-image: url(/public/img/common/logo_color.webp);}
#header.up .headInner .topUtil li.search a{background:url('/s/img/search_up.png') no-repeat center/100% auto;}
#header.up #navmenu ul li > a span{color:#111;}
#header.up #navmenu ul li dl{transform: translateX(-50%) scaleY(100%);opacity:1; visibility:visible;}
#header.up .hamBtn {background-image: url(/public/img/common/hammenu_icon_black.webp);}

/* ????? */
#header.nofixed{transform: translateY(-100%);}
#header.fixed{background:#fff;}
#header.subfixed.fixed{background:#fff;}
/* #header.fixed:after{content:'';position:absolute;left:0;bottom:0px;width:100%;height:1px;background:#eee;}  */
#header.fixed .headInner .hdLogo a{background-image: url(/public/img/common/logo_color.webp);}
#header.fixed #navmenu ul li > a span{color:#111;}
#header.fixed .hamBtn {background-image: url(/public/img/common/hammenu_icon_black.webp);}

/* ??? ????? ?? ?? */
#header.subfixed{    
background: #fff;
}
/* #header.subfixed:after{content:'';position:absolute;left:0;bottom:0px;width:100%;height:1px;background:#eee;}  */
#header.subfixed .headInner .hdLogo a{background-image: url(/public/img/common/logo_color.webp);}
#header.subfixed #navmenu ul li > a span{color:#111;}
#header.subfixed .hamBtn {background-image: url(/public/img/common/hammenu_icon_black.webp);}


#header.down_header{
	transform: translateY(-100%);
}

/* ======================== :::::: 모바일 햄버거 메뉴 (hamArea) :::::: ======================== */
/* Figma 00_m_main_menu (375) 기준 · 1rem = 10px */

/* 오버레이 */
.hamArea{
	position:fixed; left:0; top:0; z-index:210;
	width:100%; height:100%;
	background:rgba(0,0,0,0.4);
	opacity:0; visibility:hidden;
	transition:opacity .3s ease, visibility .3s ease;
}
.hamArea.show{opacity:1; visibility:visible;}

/* 패널 : 전체화면 */
.hamAreaInner{
	position:absolute; right:-100%; top:0;
	display:flex; flex-direction:column;
	width:50%; height:100%;
	padding:0;
	background:#fff;
	transition:right .4s ease-in-out;
}
.hamArea.show .hamAreaInner{right:0;}

/* ───────── 상단 고정바 (신규) ───────── */
.hamHead{
	flex:0 0 auto;
	position:sticky; top:0; z-index:2;
	display:flex; align-items:center; justify-content:space-between;
	width:100%;
	padding:1.3rem 1.3rem 1.3rem 2rem;
	background:#fff;
}
.hamLogo{
	display:block;
	width:6.2rem; height:2.2rem;
	background:url(/public/img/common/logo_color.webp) no-repeat center center;
	background-size:contain;
	font-size:0; line-height:0; text-indent:-9999px; overflow:hidden;
}
.hamHead__util{display:flex; align-items:center; gap:.8rem;}

/* 분석의뢰 버튼 (신규) */
.hamReqBtn{
	display:inline-flex; align-items:center; gap:.6rem;
	padding:1rem 1.6rem;
	border-radius:1.2rem .3rem 1.2rem .3rem;   /* TL TR BR BL */
	background:#22969C;
	color:#fff !important;
	font-family:pretendard-600; font-weight:600;
	font-size:1.4rem; line-height:1.8rem;
	white-space:nowrap;
}
.hamReqBtn b{
	display:block;
	width:1rem; height:1rem;
	    background-image: url(/public/img/common/headcallBtn_arrow.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* 닫기 버튼 : 상단바 내부 flex 아이템으로 변경 */
.hamCloseBtn{
	position:static;
	display:block;
	width:3.8rem; height:3.8rem;
	margin:0; padding:0; border:0;
	background:url(/public/img/common/hamCloseBtn.webp) no-repeat center center;
	background-size:1.8rem 1.8rem;
	cursor:pointer;
}

/* ───────── 메뉴 리스트 ───────── */
.hamContBox{
	flex:1 1 auto;
	display:flex; flex-direction:column; align-items:stretch;
	gap:1rem;
	width:100%; height:auto;
	margin:0;
	padding:1rem 0 2rem;
	overflow-x:hidden; overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}

/* 1뎁스 블록 + 구분선 (좌우 2rem 인셋 = 시안 335px) */
.hamCont{
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:0 0 1rem;
	border-bottom:0;
}
.hamCont::after{
	content:'';
	position:absolute; left:2rem; right:2rem; bottom:0;
	height:1px; background:#eee;
}
.hamCont:last-child{margin:0; padding:0;}
.hamCont:last-child::after{display:none;}

/* 1뎁스 타이틀 */
.hamContSt{
	position:relative;
	display:flex; align-items:center;
	width:100%;
	min-height:3.4rem;
	padding:0 4.4rem 0 2rem;   /* 우측은 화살표 영역 */
}
.hamContSt strong,
.hamContSt a{
	width: 100%;
	display:block; margin:0;
	color:#111;
	font-family:pretendard-600; font-style:normal; font-weight:600;
	font-size:1.6rem; line-height:3.4rem;
	cursor:pointer;
}
.hamCont.drop .hamContSt{width:100%;}
.hamCont.drop .hamContSt strong,
.hamCont.drop .hamContSt a{
	color:#147277;
	font-family:pretendard-700; font-weight:700;
}

/* 드롭 화살표 : 6×10 셰브론 */
.farIcon{
	z-index:5;
	position:absolute; right:2rem; top:0;
	display:block;
	width:3.4rem; height:3.4rem;
	background-image:url(/public/img/common/ico_ham_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:1rem .6rem;
	cursor:pointer;
	transition:transform .4s ease;
}
.hamCont.drop .farIcon{transform:rotate(180deg);}

/* 2뎁스 */
.hamMenulist{
	position:relative;
	width:100%; top:0; right:0;
	height:0;
	overflow:hidden;
	transition:height .4s ease;
}
.hamCont.drop .hamMenulist{height:auto;}   /* 실제 값은 스크립트가 계산 */
.hamMenulist ul{
	display:flex; flex-direction:column; align-items:stretch;
	gap:1rem;
	margin:0; padding:1rem 0;
	list-style:none;
}
.hamMenulist ul dd{
	margin:0; padding:0 2rem;
	list-style:none; text-align:left;
}
.hamMenulist ul dd a{
	display:block;
	color:#888;
	font-family:pretendard-400; font-style:normal; font-weight:400;
	font-size:1.4rem; line-height:2.4rem;
	text-decoration:none !important;
}
.hamMenulist ul dd.on a,
.hamMenulist ul dd a:hover{
	color:#147277;
	font-family:pretendard-700; font-weight:700;
}


@media (max-width:1800px) {
	#header .headInner .hdLogo{
		left:2rem;
	}
	.headright{
		right:2rem;
	}
}
@media (max-width:1600px) {
	#header .headInner .hdLogo{
		left:2rem;
	}
	.headright{
		gap: 2rem;
		right:2rem;
	}
	
	#navmenu ul li{
		padding:0 2.5rem;
	}
	
	/* 헤더 우측 컴포넌트 */
	.headcallBtn a {
		font-size: 1.8rem;
		padding: 1.6rem 2.2rem;
	}
}
@media (max-width:1400px) {
	#header .headInner .hdLogo{
		left:2rem;
	}
	.headright{
		right:2rem;
	}
}
@media (max-width:1300px) {
	#header .headInner{
		height: 8rem;
	}
	#navmenu{display:none;}
	
	.hamBtn{
		display:inline-block;
	}
}
@media (max-width:991px) {
	#header .headInner{
		height:7rem;
	}
	
	.headright {
		gap: 2rem;
	}
	.headcallBtn a {
		font-size: 1.6rem;
		padding: 1.4rem 2rem;
	}
	
	
	/* .hamContBox { */
		/* margin: 0 0 6rem 0; */
		/* padding: 8rem 4rem 6rem 4rem; */
		/* gap: 0rem; */
	/* } */
	/* .hamCont { */
		/* margin: 0 0 2.4rem 0; */
		/* padding: 0 0 2.4rem 0; */
	/* } */
	/* .hamContSt strong { */
		/* font-size: 2.8rem; */
		/* line-height: 4rem; */
	/* } */
	/* .hamContSt a { */
		/* font-size: 2.8rem; */
		/* line-height: 4rem; */
	/* } */
	/* .hamAreaInner { */
		/* width: 64rem; */
	/* } */
	/* .hamCloseBtn { */
		/* background-size: 18px; */
		/* top: 3.4rem; */
		/* right: 3.4rem; */
		/* width: 2.6rem; */
		/* height: 2.6rem; */
	/* } */
	
	
	.head_sea {
		width: 2rem;
		height: 2rem;
	}
	.head_seaInput {
		height: 5.4rem;
		width: 24rem;
	}
	
	
}
@media (max-width:767px) {
	#header:after{content:none;}
	#header .headInner{
		height:6.4rem;
	}
	#header .headInner .hdLogo{
		left:2rem;
	}
	#header .headInner .hdLogo a {
		width: 6.2rem;
		height: 2.2rem;
	}
	
	/* 헤더 우측 컴포넌트 */
	.headright{
		gap: 0.8rem;
		right:1.3rem;
	}
	.headcallBtn a {
		border-radius: 1.2rem .3rem 1.2rem .3rem;
		gap: 0.6rem;
		line-height: 1.8rem;
		font-size: 1.4rem;
		padding: 1rem 1.6rem;
	}
	.headcallBtn a b {
		height: 1rem;
		width: 1rem;
	}
	
	.hamBtn{
		width:3.8rem;
		height:3.8rem;
	}
	
	/* #header.up .hamBtn {background-size: 16px; */
		/* background-repeat: no-repeat; */
		/* background-position: center center;} */
	/* #header.fixed .hamBtn {background-size: 16px; */
		/* background-repeat: no-repeat; */
		/* background-position: center center;} */
	/* #header.subfixed .hamBtn {background-size: 16px; */
		/* background-repeat: no-repeat; */
		/* background-position: center center;} */
	
	.hamAreaInner {
		width: 100%;
	}
	/* .hamContBox { */
		/* margin: 0 0 5rem 0; */
		/* padding: 9rem 2rem 5rem 2rem; */
		/* gap: 0rem; */
	/* } */
	/* .hamLogo { */
		/* left: 2rem; */
		/* top: 1.6rem; */
		/* position: absolute; */
		/* display: inline-block; */
	    /* width: 15.3rem; */
		/* height: 2.8rem; */
		/* background-position: center center; */
		/* background-repeat: no-repeat; */
		/* background-size: cover; */
		/* background-image: url(/public/img/common/sitelogo.webp); */
	/* } */
	/* .hamCloseBtn { */
		/* background-size: 11px; */
		/* top: 14px; */
		/* right: 10px; */
		/* width: 3rem; */
		/* height: 3rem; */
	/* } */
	/* .hamCont { */
		/* margin: 0 0 2rem 0; */
		/* padding: 0 0 2rem 0; */
	/* } */
	/* .hamContSt { */
		/* width: 45%; */
	/* } */
	/* .hamContSt strong { */
		/* font-size: 2.2rem; */
		/* line-height: 3.4rem; */
	/* } */
	/* .hamContSt a { */
		/* font-size: 2.2rem; */
		/* line-height: 3.4rem; */
	/* } */
	/* .farIcon { */
		/* height: 3.4rem; */
		/* width: 3.4rem; */
	/* } */
	
	/* .hamMenulist { */
		/* width: 55%; */
	/* } */
	/* .hamMenulist ul { */
		/* gap: 0rem; */
	/* } */
	/* .hamMenulist ul dd a { */
		/* font-size: 1.5rem; */
		/* line-height: 3.4rem; */
	/* } */
	
	
	.langBtn {
		gap: 1.25rem;
		right: 2rem;
	}
	.langBtn a {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	
	
	.head_sea {
		width: 1.6rem;
		height: 1.6rem;
	}
	.head_seaInput {
		height: 4rem;
		width: 16rem;
	}
	.head_seaInput input {
		padding: 0rem 1.6rem 0rem 1.6rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.head_seaInput input::placeholder {font-size: 1.4rem;line-height: 2rem;}
}
/* ======================== :::::: // 헤더 ~  :::::: ========================  */


/* ======================== :::::: 푸터 ~  :::::: ========================  */
/* ============================== EHTI FOOTER ============================== */
.ehti_footer{
  --ehti-font-fallback:'Pretendard','Pretendard Variable',-apple-system,BlinkMacSystemFont,
                       'Malgun Gothic','맑은 고딕',sans-serif;

  box-sizing:border-box; width:100%; padding:10rem 0; border-radius:3rem;
  background:#fff;
  font-family:pretendard-400,var(--ehti-font-fallback); font-weight:400;
  color:#111; letter-spacing:0; word-break:keep-all;
}
.ehti_footer a{ color:inherit; text-decoration:none; transition:color .2s; }
.ehti_footer img{ display:block; width:100%; height:100%; }

.ehti_footer__inner{
  display:flex; flex-direction:column; gap:6rem;
  padding:0 10rem;
  /* max-width:172rem;  */
  /* margin:0 auto; */
}

/* ------------------------------ 상단 영역 ------------------------------ */
.ehti_footer__top{
  display:flex; align-items:flex-start; justify-content:space-between; gap:4rem;
}
.ehti_footer__slogan{
  flex:0 0 auto;
  font-family:pretendard-600,var(--ehti-font-fallback); font-weight:600;
  font-size:6rem; line-height:8rem; letter-spacing:-0.06rem; color:#111;
  white-space:nowrap;
}

/* 사이트맵 */
.ehti_footer__sitemap{
  display:flex; align-items:flex-start; justify-content:flex-end; gap:6rem;
}
.ehti_footer__col{
  display:flex; flex-direction:column; align-items:flex-start; gap:1.6rem;
  min-width:9.6rem;
}
.ehti_footer__col-tit{
  display:block;
  font-family:pretendard-600,var(--ehti-font-fallback); font-weight:600;
  font-size:1.8rem; line-height:2.6rem; color:#111; white-space:nowrap;
}
.ehti_footer__col-list{
  display:flex; flex-direction:column; align-items:flex-start; gap:1rem; width:100%;
}
.ehti_footer__col-list li{ width:100%; }
.ehti_footer__col-list a{
  display:inline-block;
  font-family:pretendard-500,var(--ehti-font-fallback); font-weight:500;
  font-size:1.6rem; line-height:2.4rem; color:#888; white-space:nowrap;
}
.ehti_footer__col-list a:hover,
.ehti_footer__col-list a:focus-visible{ color:#22969c; }

/* ------------------------------ 하단 영역 ------------------------------ */
.ehti_footer__bottom{
  display:flex; flex-direction:column; align-items:flex-start; gap:5rem; width:100%;
}
.ehti_footer__line{
  display:block; width:100%; height:1px; background:rgba(0,0,0,.06);
}
.ehti_footer__util{
  display:flex; align-items:stretch; justify-content:space-between; gap:4rem; width:100%;
}

/* 회사 정보 */
.ehti_footer__company{
  display:flex; flex-direction:column; align-items:flex-start; gap:6rem;
  width:39.2rem; flex:0 0 auto;
}
.ehti_footer__logos{ display:flex; align-items:center; gap:3rem; }
.ehti_footer__logo{ display:block; width:17rem; height:6rem; }
.ehti_footer__logo-div{ flex:0 0 auto; width:.2rem; height:4rem; border-radius:.2rem; background:#ddd; transform:rotate(30deg); }
.ehti_footer__kolas{ display:block; height:6rem; }
.ehti_footer__kolas img{ display:block; width:auto; height:100%; object-fit:contain; }
.ehti_footer__info{
  display:flex; flex-direction:column; align-items:flex-start; gap:2rem; width:100%;
}
.ehti_footer__addr{
  display:flex; flex-direction:column; align-items:flex-start; gap:1rem; width:100%;
}
.ehti_footer__addr-txt{
  font-family:pretendard-500,var(--ehti-font-fallback); font-weight:500;
  font-size:1.6rem; line-height:2.2rem; color:#111;
}
.ehti_footer__tel{
  display:flex; align-items:flex-start; gap:3rem; width:100%;
}
.ehti_footer__tel-item{
  display:flex; align-items:flex-start; gap:1rem;
  font-size:1.6rem; line-height:2.2rem; color:#111; white-space:nowrap;
}
.ehti_footer__tel-item b{
  font-family:pretendard-700,var(--ehti-font-fallback); font-weight:700;
}
.ehti_footer__tel-item span{
  font-family:pretendard-400,var(--ehti-font-fallback); font-weight:400;
}
.ehti_footer__copy{
  font-family:pretendard-400,var(--ehti-font-fallback); font-weight:400;
  font-size:1.4rem; line-height:2.2rem; color:#999;
}
.ehti_footer__policy{ margin-bottom:.8rem; }
.ehti_footer__policy a{
  font-family:pretendard-600,var(--ehti-font-fallback); font-weight:600;
  font-size:1.4rem; line-height:2.2rem; color:#111; text-decoration:none;
}
.ehti_footer__policy a:hover{ text-decoration:underline; }

/* 고객상담 */
.ehti_footer__contact{
  display:flex; flex-direction:column; align-items:flex-end; justify-content:space-between;
  gap:3.8rem;
}
.ehti_footer__sns{ display:block; width:4.3rem; height:4rem; }
.ehti_footer__cs{
  display:flex; flex-direction:column; align-items:flex-end; gap:1rem;
  text-align:right; white-space:nowrap;
}
.ehti_footer__cs-tit{
  font-family:pretendard-500,var(--ehti-font-fallback); font-weight:500;
  font-size:2.6rem; line-height:3.2rem; color:#111;
}
.ehti_footer__cs-num{
  font-family:pretendard-800,var(--ehti-font-fallback); font-weight:800;
  font-size:5.2rem; line-height:6rem;
  color:var(--color-brand-primary,#22969c);
}
.ehti_footer__cs-time{
  display:flex; align-items:flex-start; justify-content:flex-end; gap:1rem;
  font-size:1.8rem; line-height:2.6rem; color:#111;
}
.ehti_footer__cs-time b{
  font-family:pretendard-700,var(--ehti-font-fallback); font-weight:700;
}
.ehti_footer__cs-time span{
  font-family:pretendard-400,var(--ehti-font-fallback); font-weight:400;
}

/* =============================== 반응형 =============================== */
@media (max-width: 1800px) {
	.ehti_footer {padding:8rem 0;}
	.ehti_footer__inner{
	  margin:0 auto;
	  max-width: 180rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px){
  .ehti_footer{ padding:8rem 0; }
  .ehti_footer__slogan{ font-size:5rem; line-height:6.6rem; }
  .ehti_footer__sitemap{ gap:4rem; }
  .ehti_footer__cs-num{ font-size:4.4rem; line-height:5.2rem; }
  .ehti_footer__cs-tit{ font-size:2.2rem; line-height:3rem; }
}

@media (max-width:1400px){
  .ehti_footer{ padding:6rem 0; }
  .ehti_footer__inner{ gap:4rem;padding: 0 3rem; }
  .ehti_footer__top{ flex-direction:column; align-items:flex-start; gap:4rem; }
  .ehti_footer__slogan br{display:none;}
  .ehti_footer__slogan{ font-size:4rem; line-height:5rem; }
  .ehti_footer__sitemap{ flex-wrap:wrap; justify-content:flex-start; gap:4rem 4rem; width:100%; }
	.ehti_footer__company{gap: 4rem;}
	.ehti_footer__contact{gap: 3rem;}
}
@media (max-width:991px){
	.ehti_footer__top {gap: 3rem;}
	.ehti_footer__sitemap {gap: 3rem 2rem;}
	.ehti_footer__company {gap: 3rem;}
	.ehti_footer__logos {gap: 2rem;}
	.ehti_footer__logo {width: 10.2rem;height: 3.6rem;}
	.ehti_footer__logo-div {height: 2.6rem;}
	.ehti_footer__kolas {height: 3.6rem;}
	.ehti_footer__contact {gap: 2rem;}
	.ehti_footer__cs-tit {font-size: 2rem;line-height: 2rem;}
	.ehti_footer__cs-num {font-size: 3rem;line-height: 4rem;}
	.ehti_footer__cs-time {gap: 1rem;font-size: 1.6rem;line-height: 2.2rem;}
}

/* ------- 768 이하 : 모바일 디자인 ------- */
@media (max-width:768px){
  /* overflow:hidden 으로 새 BFC 를 만들어 iOS Safari 의 display:contents + flex order
     이중-높이 계산 버그(footer 아래 여백)를 막는다. 크롬에선 원래 정상. */
  .ehti_footer{ overflow:hidden; padding:4rem 0rem 8rem; border-radius:0; }

  /* 모바일 순서 : 로고 → 슬로건 → 주소/카피 → 블로그 → 고객상담 */
  .ehti_footer__inner{ padding: 0 2rem; align-items:center; gap:0; }
  .ehti_footer__top,
  .ehti_footer__bottom,
  .ehti_footer__util,
  .ehti_footer__company,
  .ehti_footer__contact{ display:contents; }

  .ehti_footer__sitemap,
  .ehti_footer__line{ display:none; }

  .ehti_footer__logos{ order:1; display:flex; align-items:center; justify-content:center; gap:1.2rem; }
  .ehti_footer__logo{ width:7.9rem; height:2.8rem; }
  .ehti_footer__logo-div{ height:1.7rem; }
  .ehti_footer__kolas{ height:2.8rem; }
  .ehti_footer__slogan{
    order:2; margin-top:1.6rem;
    font-family:pretendard-600,var(--ehti-font-fallback); font-weight:600;
    font-size:2rem; line-height:3rem; letter-spacing:0; text-align:center;
  }
  .ehti_footer__slogan br{ display:none; }
  .ehti_footer__info{ order:3; margin-top:3rem; align-items:center; gap:1rem; }
  .ehti_footer__sns{ order:4; margin-top:4rem; width:3.3rem; height:3.1rem; }
  .ehti_footer__cs{ order:5; margin-top:1.6rem; align-items:center; text-align:center; }

  .ehti_footer__addr{ align-items:center; gap:.6rem; }
  .ehti_footer__addr-txt{ font-size:1.2rem; line-height:1.8rem; }
  .ehti_footer__tel {gap: 6.4rem;display: flex;justify-content: center;}
  .ehti_footer__tel-item{ width: auto;min-width:0; justify-content:center; gap:.6rem;
                          font-size:1.2rem; line-height:1.8rem; }
  .ehti_footer__policy{ text-align:center; margin-bottom:.6rem; }
  .ehti_footer__policy a{ font-size:1.2rem; line-height:1.8rem; }
  .ehti_footer__copy{ font-size:1rem; line-height:1.4rem; text-align:center; }

  .ehti_footer__cs-tit{ font-size:1.6rem; line-height:2.4rem; }
  .ehti_footer__cs-num{ font-size:3.4rem; line-height:4rem; }
  .ehti_footer__cs-time{ justify-content:center; gap:.6rem; font-size:1.2rem; line-height:1.8rem; }
}

/* ------- 360 이하 : 초소형 대응 ------- */
@media (max-width:360px){
  .ehti_footer__slogan{ font-size:1.8rem; line-height:2.6rem; }
  .ehti_footer__addr-txt,
  .ehti_footer__tel-item{ font-size:1.1rem; }
  .ehti_footer__cs-num{ font-size:3rem; line-height:3.6rem; }
}
/* ============================ // EHTI FOOTER ============================ */

/* ======================== :::::: // 푸터  :::::: ========================  */


/*--------------------------------------------------------------
# 개인정보처리방침
--------------------------------------------------------------*/

.tecontent video{
	width:100%;
}

.textWrap {
    width: 100%;
    position: relative;
    margin-top: 0rem;
}
#textcontainer {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 12rem 0rem 12rem 0rem;
}
.tecontent {
    width: 100%;
    position: relative;
    max-width: 114rem;
    padding: 0rem 2rem;
    margin: 0 auto;
}


.priv_tit {font-family: pretendard-700;margin-bottom: 1rem;padding: 4.5rem 0 3rem;display: block;font-size: 3rem;font-weight: normal;letter-spacing: -1px;color: #222222;border-bottom: 1px solid #dddddd;}
.priv_tit span {
    font-family: pretendard-300;
    margin-top: 10px;
    display: block;
    font-size: 1.7rem;
    line-height: 2.7rem;
    font-weight: 300;
    letter-spacing: -0.3px;
    color: #444444;
    font-weight: 300;
}
.ptspanMar{margin-top:40px!important;}
.ptspanMar2{margin-top:20px!important;}

.prsection {
    margin-bottom: 3rem;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 6rem;
}
.prsection:last-child{
	margin-bottom: 0rem;
    border-bottom: none;
    padding-bottom: 0rem;
}

.privTBox{padding-top:4rem;display:block;text-align:left;}
.prstb{padding-top:0px!important;}
.privTBox h2 {
    margin-bottom: 1rem;
    line-height: 3rem;
    font-size: 2rem;
    display: block;
    text-align: left;
    font-family: pretendard-600;
    color: #222;
}
.privTBox h3 {
    margin: 0 0 2.6rem 0;
    position: relative;
    font-family: pretendard-600;
    display: block;
    font-size: 2rem;
    font-weight: normal;
    line-height: 3rem;
    letter-spacing: -0.3px;
    color: #222;
}
.privTBox h3.nonebe{
	margin:0 0 1rem 0;
}
.privTBox h3.nonebe:before { content: none;}
.privTBox h3:before {
    left: 0;
    display: inline-block;
    content: '';
    width: 3rem;
    height: 2px;
    background: #B20600;
    position: absolute;
    bottom: -1.2rem;
}
.privTBox h3 b{margin-left:4px;display:inline-block;font-size:18px;font-weight:normal;line-height:31px;letter-spacing:-0.3px;color:#222222;}
.privTBox h4 {
	position:relative;
    font-family: pretendard-400;
    display: block;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 2.4rem;
    letter-spacing: -0.2px;
    color: #222222;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.privTBox h4.dot{
	padding-left:0.8rem;
}
.privTBox h4.dot:before {
    left: 0;
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    background: #142952;
    position: absolute;
    top: 1rem;
}
.privTBox strong{display:block;font-size:15px;font-weight:600;line-height:26px;letter-spacing:-0.3px;color:#222222;padding-bottom:12px;margin-top:20px;}
.privTBox strong span{font-size:15px;margin-right: 5px;font-weight: 500;}
.anpi{font-weight: 600!important;}

.privSubTBox{display:block;margin-top:1rem;}
/* .privSubTBox span{display:block;position:relative;margin-bottom:8px;} */
/* .privSubTBox span b{position:absolute;left:0px;font-size:15px;font-weight:600;line-height:26px;letter-spacing:-0.3px;color:#222222;} */
/* .privSubTBox span p{display:block;position:relative;padding-left:21px;font-size:15px;font-weight:600;line-height:26px;letter-spacing:-0.3px;color:#222222;} */

.privSubTBox ul{display:block;position:relative;padding-left:0px;}
.privSubTBox ul li{display:block;position:relative;margin-bottom:10px;}
.privSubTBox ul li b{
font-family: pretendard-300;position:absolute;left:0px;font-size:1.5rem;font-weight:300;line-height:2.4rem;letter-spacing:-0.1px;color:#444444;}
.privSubTBox ul li p {
	position:relative;
    font-family: pretendard-400;
    display: block;
    position: relative;
    padding-left: 0rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: -0.2px;
        color: #7f7f7f;
}
.privSubTBox ul li p span {
    margin: 0 0 4px 0;
    display: inline-block;
    color: #000;
    font-family: pretendard-600;
}
.privSubTBox ul li p.buchic{
	color: #B20600;
	font-family: pretendard-600;
}

.privSubTBox ul li p.dot{
	padding-left:0.8rem;
}
.privSubTBox ul li p.dot:before {
    left: 0;
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    background: #8754FB;
    position: absolute;
    top: 0.9rem;
}
.prilip{padding-left:0px!important;}

.privSubTBox ul li ds{display:block;position:relative;padding-left:8px;font-size:14px;font-weight:300;line-height:23.8px;letter-spacing:-0.3px;color:#222222;}
.privSubTBox ul li ds:before{content:"-";position:absolute;left:0px;top:-2px;font-size:14px;font-weight:300;color:#222222;}
.privSubTBox ul li df{display:block;position:relative;padding-left:17px;font-size:14px;font-weight:300;line-height:23.8px;letter-spacing:-0.3px;color:#222222;}
.privSubTBox ul li df:before{content:"※";position:absolute;left:0px;top:0px;font-size:14px;font-weight:300;color:#222222;}

.privSubTBox ul li p a{display: inline-block;font-size: 14px;font-weight: 300;line-height: 0px;letter-spacing: -0.3px;color: blue;}
.privSubTBox ul li p a:hover{color:#222;text-decoration: underline;}
.privSubTBox ul li dd {
    margin: 0.2rem 0 0 0;
    font-family: pretendard-300;
    display: block;
    position: relative;
    padding-left: 1.4rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: -0.3px;
    color: #666;
}
.privSubTBox ul li dd span{
	color:#000;
	font-family: pretendard-600;
}
.privSubTBox ul li dd:before {
    display: block;
    content: '';
    width: 8px;
    height: 1px;
    background: #7f7f7f;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 1.1rem;
}
.privSubTBox ul ol{display:block;padding-left:17px;}
.privSubTBox ul ol bk{display:block;font-size: 14px;font-weight: 300;line-height: 23.8px;letter-spacing: -0.3px;color: #444444;}

.nmtbl03{
	position:Relative;
	width:100%;
	margin:1rem 0;
}
.nmtbl03 table{
	position:Relative;
	width:100%;
}
.nmtbl03 thead {position:relative;}
.nmtbl03 thead th, .nmtbl03 thead tr th.bd_b {border-bottom: 1px solid #dddddd;}
.nmtbl03 tbody th {background: rgba(94, 69, 32, 0.3); border: 1px solid #dddddd;padding: 1.4rem 0;text-align: center;font-size: 1.5rem;color: #222222;line-height: 2rem;	font-family: pretendard-600;font-weight: 600;vertical-align: middle;}
.nmtbl03 tbody td {border: 1px solid #dddddd;padding: 1.4rem 0.4rem;text-align: center;font-size: 1.4rem;color: #444444;line-height: 1.8rem;	font-family: pretendard-400;font-weight: 400;vertical-align: middle;}
.font-bold-link{font-size: 14px;color: #222222;text-decoration:underline;line-height: 18px;font-weight: 600;}
.bornonee{border-left:none!important;}


.elec .privSubTBox span p{font-weight: 400!important;}
.elec .privSubTBox span b{font-weight: 400!important;}
.elec .privSubTBox ul li b{color:#888888!important;}
.elec .privSubTBox ul li p{color:#888888!important;}
.elec .privSubTBox ul li dd{color:#888888!important;}

.vertical-align-top{vertical-align: top!important;}

.ta5box {
    margin: 1rem 0rem;
    display: block;
    padding-left: 1.9rem;
}
.ta5box table{
	border-collapse: collapse;
	width:100%;
	border: 1px solid #888;
}
.ta5box tr th{
	text-align:center;
	font-size:1.5rem;
	 padding: 0.4rem 0.4rem;
	border: 1px solid #888;
}
.ta5box tbody tr td {
    padding: 0.4rem 0.4rem;
    text-align: left;
    font-size: 1.5rem;
	border: 1px solid #888;
}

.no_spam_gray {
    margin: 3rem 0 0 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.no_spam_gray img{
	max-width:100%;
}


.manaWrap{
	margin:4rem 0 0 0;
	position:Relative;
	width:100%;
}
.manatitle {
    padding: 1rem;
    line-height: 2.8rem;
    font-size: 1.9rem;
    display: block;
    text-align: center;
    font-family: pretendard-600;
    color: #fff;
    background: #F4020C;
	border: 1px solid #e2e2e2;
	border-bottom:none;
}
.manaInner{
	padding:2rem;
	width:100%;
	border: 1px solid #e2e2e2;
}
.manaInner .privTBox:nth-child(1){
	padding-top:0rem;
}
.manaInner .privTBox {
    padding-top: 3rem;
}
.manaInner .privTBox h3 {
    font-size: 1.8rem;
}
.manaInner .privSubTBox ul li dd:before{content:none;}
.downBtn {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.4rem;
    display: flex;
}
.downBtn a{
	display: flex;
	padding: 1rem 2rem;
	align-items: center;
	gap: 0.6rem;
	background: #F8F8F8;
	color: #888;
	font-family: pretendard-500;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2rem;
}
.downBtn a img{
	height:1.4rem;
}

.prBottomLinkBtnBox{
	display:flex;
	margin:1rem 0 0 0;
}
.prBottomLinkBtn a {
    gap: 0.6rem;
    padding: 1rem 2rem;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: var(--keycolor, #F4020C);
    color: #FFF;
    text-align: center;
    font-family: pretendard-700;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    align-items: center;
    justify-content: center;
}
.prBottomLinkBtn a svg {
    height: 1.2rem;
}
@media (max-width:1600px) {
	#textcontainer {
		padding: 10rem 0rem 10rem 0rem;
	}
}

@media (max-width:768px) {
	#textcontainer {
		padding: 10rem 0rem 5rem 0rem;
	}
	.priv_tit {
		margin-bottom: 0rem;
		padding: 1rem 0 2rem;
		font-size: 2rem;
		letter-spacing: -0.3px;
	}
	.priv_tit span {
		margin-top: 1rem;
		font-size: 1.5rem;
		line-height: 2.2rem;
		letter-spacing: -0.3px;
	}
	.ptspanMar {
		margin-top: 2rem!important;
	}
	
	
	.prsection {
		margin-bottom: 2rem;
		padding-bottom: 4rem;
	}
	.privTBox {
		padding-top: 2rem;
	}
	.privTBox h2 {
		margin-bottom: 1rem;
		line-height: 2.2rem;
		font-size: 1.7rem;
	}
	.privTBox h3 {
		margin: 0 0 2.4rem 0;
		font-size: 1.7rem;
		line-height: 2.2rem;
	}
	.privTBox h4 {
		font-size: 1.4rem;
		line-height: 2.1rem;
		letter-spacing: -0.3px;
		margin-top: 1.6rem;
		margin-bottom: 0.4rem;
	}
	.privTBox h4.dot {
		padding-left: 1rem;
	}
	.privTBox h4.dot:before {
		width: 4px;
		height: 4px;
		top: 0.8rem;
	}
	.privSubTBox {
		margin-top: 0.6rem;
	}
	.privSubTBox ul li b {
		font-size: 1.3rem;
		line-height: 2.1rem;
	}
	.privSubTBox ul li p {
		padding-left: 0rem;
		font-size: 1.3rem;
		line-height: 2.1rem;
	}
	.privSubTBox ul li p.dot {
		padding-left: 1rem;
	}
	.privSubTBox ul li p.dot:before {
		width: 4px;
		height: 4px;
		top: 0.8rem;
	}
	.privSubTBox ul li p a {
		font-size: 13px;
	}
	.privSubTBox ul li dd {
		    margin-top: 0.2rem;
		padding-left: 1rem;
		font-size: 1.3rem;
		line-height: 1.9rem;
	}
	.privSubTBox ul li dd:before {
		display: block;
		content: '';
		width: 5px;
		height: 1px;
		background: #7f7f7f;
		border-radius: 1px;
		position: absolute;
		left: 0;
		top: 0.9rem;
	}
	
	.ta5box {
		margin: 1rem 0rem;
		display: block;
		padding-left: 0rem;
	}
	.ta5box table{
		border-collapse: collapse;
		width:100%;
		border: 1px solid #888;
	}
	.ta5box tr th{
		text-align:center;
		font-size:1.2rem;
		padding: 0.4rem 0.4rem;
		border: 1px solid #888;
	}
	.ta5box tbody tr td {
		padding: 0.4rem 0.4rem;
		text-align: left;
		font-size: 1.2rem;
		border: 1px solid #888;
	}
	
	.adm_paging_line {margin-top: 2rem;}
	
	
	
	.manatitle {
		padding: 1rem;
		line-height: 2rem;
		font-size: 1.6rem;
	}
	.manaInner .privTBox h3 {
		font-size: 1.6rem;
	}
	.downBtn a {
		padding: 1rem 2rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.prBottomLinkBtn a {
		padding: 1rem 2rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	
	.nmtbl03 tbody th {
		padding: 1rem 0;
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.nmtbl03 tbody td {
		padding: 1rem 0.4rem;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
}


.none_marT{
	margin-top:0rem!important;
}