html {font-size:62.5%;  font-family: 'Pretendard';-webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
@media (max-width: 1600px) and (min-width: 992px) {
	html {font-size: 55.5%;}
}
.mobr{display:none;}
@media (max-width:767px) {
	.mobr {display:block!important;}
}

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:#000;}
p,h3,h2,h1{letter-spacing: normal;}
input,textarea,button,select{ font-family: 'Pretendard';}
em {font-style:normal; color:#f37321;}

sub{line-height: 1;}

/* ======================== :::::: 헤더 ~  :::::: ========================  */
body.sbhidden{overflow:hidden;}
#header {
    top: 0;
    z-index: 200;
    width: 100%;
    position: fixed;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
}

/* #header.down_header {transform: translateY(-100%);} */

.headerInner {
    padding: 0rem 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logoImg {
	position:Relative;
	width:13.3rem;
	height:2rem;
	background-image: url(/public/img/zettax/common/zet_logo_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

/* .headMenu { width: 52.10%;} */

.headMenu{
	position:Relative;
	padding: 0 15rem 0 0;
	/* padding:0; */
}
.headMenuList {
    gap: 5rem;
    display: flex;
    justify-content: flex-end;
}
.headMenuList .hMenuLi {
	position:relative;
	padding:3rem 0;
}
.headMenuList .hMenuLi .headMenuListT{
	text-transform: uppercase;
}
.headMenuList .hMenuLi a {
    color: #FFF;
    font-family: pretendard-600;
	font-weight: 600;
    font-size: 1.8rem;
    line-height: 4rem;
    display: inline-block;
}
.hSubMenu {
    left: 50%;
    height: 0;
    top: 80%;
    color: #fff;
    width: 19rem;
    overflow: hidden;
    /* background: #222; */
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
}
.hSubMenuInner{
	border-radius: 1rem;
	border: 1px solid #000;
	background: #FFF;
	padding:1rem 0;
}
.hSubMenu a {width:100%;}
.hSubMenuT {
	color:#000;
	font-family: pretendard-400;
	font-weight: 400;
    padding: 1.2rem 1rem;
    font-size: 1.7rem;
    line-height: 2rem;
}
.hSubMenu a:hover .hSubMenuT{
	font-family: pretendard-600;
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
    /* background: #333; */
}
.hMenuLi a:last-child .hSubMenuT {border-bottom:none;}

.htellIccon img {width:3rem; height:auto;}

.colorLogo {display:none;}

/* #header.fixed {background:#FFF;} */
/* #header.fixed .logoImg {background-image: url(/public/img/zettax/common/zet_logo_black.png);} */
/* #header.fixed .headMenuListT {color:#111;} */
/* #header.fixed .moMenuIcon {background-image: url(/public/img/zettax/common/hammenu_black.png);} */

/* #header.subfixed {background:#FFF;} */
/* #header.subfixed .logoImg {background-image: url(/public/img/zettax/common/zet_logo_black.png);} */
/* #header.subfixed .headMenuListT {color:#111;} */
/* #header.subfixed .moMenuIcon {background-image: url(/public/img/zettax/common/hammenu_black.png);} */

/* #header.down_header { transform: translateY(-100%);} */

#header.fixed{background: rgba(0, 0, 0, 0.50);backdrop-filter: blur(25px);}
/* #header.fixed .logoImg {background-image: url(/public/img/zettax/common/zet_logo_black.png);} */
/* #header.fixed .headMenuListT {color:#111;} */
/* #header.fixed .moMenuIcon {background-image: url(/public/img/zettax/common/hammenu_black.png);} */

#header.subfixed{background: rgba(0, 0, 0, 0.50);backdrop-filter: blur(25px);}
/* #header.subfixed .logoImg {background-image: url(/public/img/zettax/common/zet_logo_black.png);} */
/* #header.subfixed .headMenuListT {color:#111;} */
/* #header.subfixed .moMenuIcon {background-image: url(/public/img/zettax/common/hammenu_black.png);} */

#header.down_header { transform: translateY(-100%);}


/* 언어버튼 */
.langBtn {
    gap: 2rem;
    display: flex;
    position: absolute;
    right: 6rem;
    align-items: center;
    justify-content: center;
}
.langBtn .vide {
    position: relative;
    display: inline-block;
    content: '';
    width: 1px;
    height: 1rem;
    opacity: 0.2;
    background: #FFF;
}
.langBtn a.on {
    opacity: 1;
}
.langBtn a {
    position: Relative;
    color: #FFF;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    opacity: 0.5;
}
@media (max-width:1600px) {
	.langBtn {
		gap: 2rem;
		right: 3rem;
	}
}
@media (max-width:991px) {
	.langBtn {
		gap: 2rem;
		right: 10rem;
	}
}
@media (max-width:767px) {
	.langBtn {
		gap: 1.25rem;
		right: 7rem;
	}
	.langBtn a {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
}

.show .headCloseIcon {display:none;}
.hamCloseBtn{display:none;}
.mo_only {display:none!important;}
@media (min-width:992px) {
	.headMenuList .hMenuLi:hover .hSubMenu {height:auto;}
}

@media (max-width:1600px) {
	.headerInner {
		padding: 0rem 3rem;
	}
}


@media (max-width:1200px) {
	.headerInner {padding: 0rem 2rem;}
	.headMenuList .hMenuLi {position: relative;}
	.headMenuList .hMenuLi:last-child {padding-right:0;}
	.headMenuList .hMenuLi a {font-size: 1.8rem;}
}


@media (max-width:991px) {
	.pc_only {display:none!important;}
	.mo_only {display:block!important;}
	
	#header.fixed{background: rgba(0, 0, 0, 0.50);backdrop-filter: inherit;}

	#header.subfixed{background: rgba(0, 0, 0, 0.50);backdrop-filter: inherit;}
	
	.headerInner {
		padding: 0rem 0rem 0rem 2rem;
	}
	.headMenu {display: none;}
	.headMenu.show {
		backdrop-filter: blur(5px);
		display: block;
		background: rgba(0,0,0,0.4);
		z-index: 210;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
	}
	.headMenu.show ul.headMenuList{
		right: 0;
		display: block;
	}
	ul.headMenuList {
		padding: 4rem;
		width: 60rem;
		height: 100%;
		position: fixed;
		right: -110%;
		top: 0;
		display: none;
		background: #FFF;
		/* transition: all 0.4s ease-in-out; */
	}

	.moTell {
		width: 2rem;
		height: 2rem;
		padding: 1.2rem;
		box-sizing: content-box;
	}
	.moTell img {width:100%; height:auto;}

	.moMenuIcon {
		cursor: pointer;
		width: 8rem;
		height: 8rem;
		background-image: url(/public/img/zettax/common/hammenu_white.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		box-sizing: content-box;
	}
	
	.headMenuList {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.headMenuList .hMenuLi {padding: 0 0 3rem 0;}
	.headMenuList .hMenuLi a {
		padding-bottom:1rem;
	}
	.headMenu {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		height: 100vh;
		top: 0;
		background: #fff;
		padding: 0.6rem 0rem 4rem 0rem;
	}
	.hSubMenuT {border-bottom:1px solid #EEE;}
	.headMenuListT {
		position: relative;
		display: inline-block;
		color: #222;
	}
	.headMenuListT.arrow:before {
		top: 1.2rem;
		content: '';
		position: absolute;
		right: -3.2rem;
		width: 1.6rem;
		height: 1.6rem;
		background-image: url(/public/img/zettax/common/icon_arrow_open.png);
		background-size: 1.6rem;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.hMenuLi.open .headMenuListT.arrow:before {
		transform: rotate(180deg);
	}
	
	.headMenu .moHIcon {padding-right: 1.5rem;}
	
	.hamCloseBtn {
		z-index: 2;
		display: inline-block;
		top: 1.4rem;
		right: 1.4rem;
		position: absolute;
		cursor: pointer;
		width: 5rem;
		height: 5rem;
		background-image: url(/public/img/zettax/common/hamCloseBtn.png);
		background-size: 2rem;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.moMenuIconWrap {display: flex; justify-content: flex-end;}
	
	
	.headMenuList .hMenuLi a {
		font-size: 2.4rem;
	}
	.hSubMenu {
		left: 0;
		height: 0;
		top: 100%;
		color: #222;
		width: 100%;
		overflow: hidden;
		background: none;
		position: relative;
		transform: unset;
		text-align: left;
	}
	.hSubMenuInner {
		border-radius: 0;
		border: none;
		background: #FFF;
		padding: 0;
	}
	.hMenuLi .hSubMenu a {color: #222; border-bottom: none;}
	.hSubMenu a:hover {background: none;}
	.hMenuLi .hSubMenu a:last-child {border-bottom: none; margin-left:0; padding-right:2rem;}
	.headMenuList .open.hMenuLi .hSubMenu {height: auto; }
}
@media (max-width:767px) {
	.logoImg {
		width: 9.3rem;
		height: 1.4rem;
	}
	.moMenuIcon {
		margin:0 0.6rem 0 0;
		cursor: pointer;
		width: 5rem;
		height: 5rem;
		background-image: url(/public/img/zettax/common/hammenu_white_mo.png);
		background-size: 1.6rem;
		background-repeat: no-repeat;
		background-position: center center;
		box-sizing: content-box;
	}
	/* #header.fixed .moMenuIcon { */
		/* background-image: url(/public/img/zettax/common/hammenu_black_mo.png); */
	/* } */
	/* #header.subfixed .moMenuIcon { */
		/* background-image: url(/public/img/zettax/common/hammenu_black_mo.png); */
	/* } */
	
	
	.hamCloseBtn {
		top: 0rem;
		right: 0.6rem;
		width: 5rem;
		height: 5rem;
		background-size: 1.6rem;
	}
	ul.headMenuList {
		padding: 3rem 2rem;
		width: 80%;
	}
	.headMenuList .hMenuLi a {
		padding: 0;
		font-size: 1.8rem;
	}
	.headMenuListT.arrow:before {
		right: -2.2rem;
	}
	.headMenuList .hMenuLi {
		padding: 0 0 1rem 0;
	}
	.hSubMenuT {
		padding: 1.25rem 1rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
/* ======================== :::::: // 헤더  :::::: ========================  */


/* ======================== :::::: 푸터 ~  :::::: ========================  */
.footContacWrap {
    width: 100%;
    position: Relative;
    padding: 14rem 0;
    background-image: url(/public/img/zettax/common/footContact_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.footContacSideBox {
    max-width: 172rem;
    padding: 0 4rem;
    margin: 0 auto;
    position: relative;
}
.ftcontactInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footContacWrap .zetTitle strong{
	color:#fff;
	margin:0 0 0 0;
}
.footContacWrap .zetTitle h2{
	color:#fff;
}
.ftcontactBtnBox .zetBtn a{
	color: #FFF;
	border: 2px solid #FFF;
	background: rgba(255, 255, 255, 0.03);
}
.ftcontactBtnBox .zetBtn a span{
	background-image: url(/public/img/zettax/common/zetbtn_arrow_white.png);
}

.footerHDinner{
	z-index:100;
	position:relative;
	width:100%;
	background: #000;
	padding:6rem 0 4rem 0;
}
.fooInner {
    max-width: 172rem;
    padding: 0 4rem;
    margin: 0 auto;
    position: relative;
}
.fohditem{
	position:relative;
	width:100%;
	margin:0 0 4rem 0;
	padding:0 0 10rem 0;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.fohditem ul{
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0rem;
    list-style-type: none;
}
.fohditem ul li {
	list-style:none;
    flex: 0 0 calc(20% - 0rem);
    margin: 0rem;
    box-sizing: border-box;
    position: Relative;
    display: flex;
	flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.fohditem ul li dl{
	margin: 0 0 1.4rem 0;
	color: #FFF;
	font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
	text-align:left;
}
.fohditem ul li p {
    margin: 0 0 0.6rem 0;
    display: flex;
}
.fohditem ul li p a{
	text-align:left;
	color: #fff;
	font-family: pretendard-400;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2rem;
}
.fohditem ul li p a:hover{
	color: #FFF;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.fohditem ul li p.target a {
    display: flex;
    gap: 0.6rem;
    font-family: pretendard-700;
    font-weight: 700;
    align-items: center;
    justify-content: flex-start;
}



.fBoxBomWrap {
    gap: 3rem;
    position: Relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.fBoxBom {
    gap: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer_logo img{
	height:4.8rem;
}
.fBoxBomList {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.fBoxBomList li {
	gap:1.4rem;
    display: flex;
    margin: 0 0 0.6rem 0;
    position: relative;
    padding: 0 5rem 0 0;
}
.fBoxBomList.bot li{
	margin: 0;
}
.fbspan {
    color: #fff;
	font-family: pretendard-700;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.4rem;
}
.fbTxt {
    color: #fff;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
}
.fBoxBomList li a {
    color: #fff;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
}

.fob_info dl{
	opacity: 0.6;
	color: #FFF;
	text-align: left;
	font-family: pretendard-300;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.4rem;
	letter-spacing: 0.42px;
	text-transform: uppercase;
}

.fobSnsBox {
    z-index: 5;
    position: absolute;
    right: 0rem;
    top: 0;
    display: flex;
    gap: 3rem;
}
.fobSns img {
    height: 2.2rem;
}
@media (max-width:1600px) {
	.footContacWrap {
		padding: 12rem 0;
	}
}
@media (max-width:1200px) {
	.fobSnsBox {
		position: relative;
		right: 0rem;
		top: 0;
		display: flex;
		gap: 3rem;
	}
}
@media (max-width:991px) {
	.footContacWrap {
		padding: 10rem 0;
	}
	.footContacSideBox {
		padding: 0 2rem;
	}
	
	
	.fooInner {
		padding: 0 2rem;
	}
	.fBoxBomWrap {
		gap: 2rem;
	}
	.fBoxBom {
		gap: 2rem;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	.footer_logo img {
		height: 3.2rem;
	}
	.fBoxBomList.bot li {
		margin: 0 0 0.8rem 0;
	}
	.fBoxBomList.bot li:last-child{
		margin:0;
	}
	.fBoxBomList li {
		gap: 1.4rem;
		display: flex;
		margin: 0 0 1rem 0;
		position: relative;
		padding: 0 4rem 0 0;
	}
	.fbspan {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.fbTxt {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.fBoxBomList li a {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	
	.fobSnsBox {
		position: relative;
		right: 0rem;
		top: 0;
		display: flex;
		gap: 3rem;
	}
}
@media (max-width:767px) {
	.footContacWrap {
		height: 45rem;
		padding: 5rem 0;
		background-image: url(/public/img/zettax/common/footContact_bg_mo.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	.footContacWrap .zetTitle strong {
		margin: 0 0 3rem 0;
	}
	.ftcontactInner {
		gap: 2rem;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	
	
	.footerHDinner {
		padding: 4rem 0;
	}
	.fohditem {
		margin: 0 0 3rem 0;
		padding: 0 0 3rem 0;
	}
	.fohditem ul {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: -1rem;
		list-style-type: none;
	}
	.fohditem ul li {
		flex: 0 0 calc(50% - 2rem);
		margin: 1rem;
	}
	.fohditem ul li dl {
		margin: 0 0 1rem 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.fohditem ul li p a {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	/* .fohditem ul li:last-child p{ */
		/* margin:0; */
	/* } */
	.fohditem ul li p.target a {
		gap: 0.4rem;
	}
	
	
	.fBoxBomList li {
		width: 100%;
		gap: 0.8rem;
		display: flex;
		margin: 0 0 0.8rem 0;
		position: relative;
		padding: 0 0rem 0 0;
	}
	.fbspan {
		/* position:absolute; */
		/* left:0; */
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.fbTxt {
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.fob_info dl {
		font-size: 1rem;
		line-height: 1.6rem;
		letter-spacing: 0;
	}
	.fobSnsBox {
		gap: 2rem;
	}
	.fobSns img {
		height: 2.6rem;
	}
}

/* ======================== :::::: // 푸터  :::::: ========================  */



/*--------------------------------------------------------------
# 개인정보처리방침
--------------------------------------------------------------*/

.tecontent video{
	width:100%;
}

.textWrap {
    width: 100%;
    position: relative;
    margin-top: 0rem;
}
#textcontainer {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 17rem 0rem 12rem 0rem;
}
.tecontent {
    width: 100%;
    position: relative;
    max-width: 114rem;
    padding: 0rem 2rem;
    margin: 0 auto;
}


.priv_tit {font-family: 'Pretendard-Bold';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-Light';
    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-SemiBold';
    color: #222;
}
.privTBox h3 {
    margin: 0 0 2rem 0;
    position: relative;
    font-family: 'Pretendard-SemiBold';
    display: block;
    font-size: 2rem;
    font-weight: normal;
    line-height: 3rem;
    letter-spacing: -0.3px;
    color: #222;
}
.privTBox h3:before {
    left: 0;
    display: inline-block;
    content: none;
    width: 3rem;
    height: 2px;
    background: #EF5A28;
    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';
    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: #F4020C;
    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-Light';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';
    display: block;
    position: relative;
    padding-left: 0rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: -0.3px;
        color: #7f7f7f;
}
.privSubTBox ul li p span {
    margin: 0 0 4px 0;
    display: inline-block;
    color: #000;
    font-family: 'Pretendard-SemiBold';
}

.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-Light';
    display: block;
    position: relative;
    padding-left: 1.4rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    line-height: 2.3rem;
    letter-spacing: -0.3px;
    color: #666;
}
.privSubTBox ul li dd span{
	color:#000;
	font-family: 'Pretendard-SemiBold';
}
.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 thead {position:relative;}
.nmtbl03 thead th, .nmtbl03 thead th.bd_b {border-bottom: 1px solid #dddddd;}
.nmtbl03 thead th {    background-color: #f8f8f8;border-top: 1px solid #222222;border-left: 1px solid #e3e3e3;padding: 14px 0px;text-align: center;font-size: 15px;color: #222222;line-height: 20px;font-weight: 600;vertical-align: middle;}
.nmtbl03 tbody th, .nmtbl03 tbody td {border-left: 1px solid #e3e3e3;padding: 23px 10px;text-align: center;font-size: 14px;color: #444444;line-height: 18px;font-weight: 300;vertical-align: middle;border-bottom: 1px solid #dddddd;}
.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-SemiBold';
    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-Medium';
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2rem;
}
.downBtn a img{
	height:1.4rem;
}

.prBottomLinkBtnBox{
	display:flex;
	gap:1rem;
	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: #EF5A28;
    color: #FFF;
    text-align: center;
    font-family: 'Pretendard-Bold';
    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;
}
.prBottomLinkBtn a img {
    height: 1rem;
    margin-left: 0rem;
}


.privSubTBox table{
	width:100%;
}
.privSubTBox table, .privSubTBox table th, .privSubTBox table td {
  border: 1px solid #ddd;
}
.privSubTBox table th{
	text-align:center;
	padding:0.8rem;
	font-family: 'Pretendard';
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: -0.3px;
    color: #111;
}
.privSubTBox table td{
	text-align:center;
	padding:0.8rem;
	font-family: 'Pretendard';
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: -0.3px;
    color: #7f7f7f;
}
.privSubTBox table td.lef{
	text-align:left;
}


@media (max-width:767px) {
	#textcontainer {
		padding: 10rem 0rem 6rem 0rem;
	}
	.priv_tit {
		margin-bottom: 0rem;
		padding: 1rem 0 3rem;
		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: 2.4rem;
	}
	.privTBox h2 {
		margin-bottom: 1rem;
		line-height: 2.2rem;
		font-size: 1.7rem;
	}
	.privTBox h3 {
		margin: 0 0 1rem 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;
	}
	
	.prBottomLinkBtnBox {
		display: flex;
		gap: 0.6rem;
		margin: 1rem 0 0 0;
		flex-direction: column;
	}
	.prBottomLinkBtn a {
		padding: 1rem 2rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	
	.privSubTBox table th{
		padding:0.4rem;
		font-size: 1.3rem;
		line-height: 1.5rem;
		letter-spacing: -0.3px;
	}
	.privSubTBox table td{
		padding:0.4rem;
		font-size: 1.3rem;
		line-height: 1.5rem;
		letter-spacing: -0.3px;
	}
}


.none_marT{
	margin-top:0rem!important;
}