
html {font-size:62.5%;  font-family: 'Pretendard';-webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
@media (max-width: 1905px) and (min-width: 1601px) {`
	html {font-size: 57.5%;}
}
@media (max-width: 1600px) and (min-width: 992px) {
	html {font-size: 55.5%;}
	.mid_only {display:block!important;}
}
.mo_only {display:none!important;}
@media (max-width:991px) {
	.mo_only {display:block!important;}
	.pc_only {display:none!important;}
}
.overhidden {overflow:hidden;}

.mobr{display:none;}
@media (max-width:767px) {
	.mobr{display:block!important;}
}


div {transition:all 0.2s ease-in;}
header {transition:all 0.2s ease-in;}

html {font-size:62.5%;  font-family: 'Pretendard';-webkit-text-size-adjust: 100%;}
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;}
em {font-style:normal; color:#f37321;}
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{letter-spacing: normal;}
input,textarea,button,select{ font-family: 'Pretendard';}

@media (max-width: 1600px) and (min-width: 992px) {
	html {font-size: 57.5%;}
}

/* ======================== :::::: header ~  :::::: ========================  */

#header {    background: initial;top: 0; left: 0; width: 100%; z-index:150; position: fixed;}

#header:hover {background: #FFF;}
#header.change {background:#FFF;}
/* #header.change .headerInner{    padding: 0.5rem 8rem;} */
body.hidden {height: 100vh; overflow: hidden;}


.headerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 6rem;
    max-width: 192rem;
    margin: 0 auto;
}
.logoImg {}
.logoImg img { height:4rem;}
.colorLogo {display:none;}

.gnb {gap:6rem;display: flex; align-items: center;}
.gnb>li {position:relative;}
.gnb li.mailIcon {margin-right: 0; margin-left: 1rem;}
.gnb li.landBtn {margin-right: 0; margin-left: 1rem;}
.gnb li a {color: #222; font-family: "Pretendard-SemiBold"; font-size: 2.2rem; line-height: 5rem; text-transform: uppercase;}
.gnb li a:hover {color: #EF5A28; font-family: "Pretendard-SemiBold";}
.gnb li a span {
    gap: 1rem;
    display: flex;
    position: relative;
    align-items: center;
}
.gnb li a span:after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 8px;
    position: relative;
    right: 0;
  
    background-image: url(../img/elevator/sub/arc_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gnb li.landBtn::before {
    content: '';
	left: 0;
    width: 100%;
    height: 1px;
	bottom: 1rem;
    background: #222;
    position: absolute;
}


.gnb li.landBtn:hover::before {background:#EF5A28;}



.depth02 {
    left: 50%;
    width: 13rem;
	text-align: center;
	position: absolute;
    transform: translateX(-50%);
}

#header:hover .gnb li a {color:#111;}
#header:hover .gnb li a:hover {color:#EF5A28;}
#header:hover .gnb li.landBtn::before {background:#111;}

#header.change .gnb li a {color:#111;}
#header.change .gnb li a:hover {color:#EF5A28;}

.hmailIcon {
    width: 5rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hmailIcon img {width:100%; height:auto;}
.headerPRight {display:flex;}
.mailMenu {display:flex;}

#header.down_header {transform: translateY(-100%);}

.change {background: rgba(0, 0, 0, 0.01); backdrop-filter: blur(5px);}


.depth02 {
    left: 50%;
	height: 0;
	width: 18rem;
    overflow: hidden;
    text-align: center;
    position: absolute;
	
	transform: translateX(-50%);
}

.depth02 li {
    background: #fff;
	margin-right: 0!important;
    border-bottom: 1px solid #EEE;
}
.depth02 li a {
	padding: 0 1.6rem;
    text-align: left;
    width: 100%;
    color: #000;
    font-size: 1.6rem;
    display: inline-block;
    cursor: pointer;
}

.depth02 li:hover {background:#f8f8f8;}

.menuCloseBtn {width: 1.8rem; height: 1.8rem; position: absolute; right: 2rem; top: 2rem; display: none;}
.menuCloseBtn img {width:100%; height:auto;}

.show .gnb {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    align-items: flex-start;
    flex-direction: column;
    padding: 4rem;
}
.show .gnb li {display:block;}
.show .gnb a {color:#222;}


@media (min-width:992px) {
	.gnb>li:hover .depth02 {height:auto; border: 1px solid #EEE;}
	.gnb>li:hover .gnbdepth02 {height: auto;}
}

@media (max-width:1600px) {
	.headerInner {
		padding: 2rem 2rem;
	}
	#header.change .headerInner{ padding: 1rem 2rem;}
	.gnb {
		gap: 6rem;
	}
	.gnb li {}
	.gnb li a {font-size: 1.8rem; line-height: 5rem;}
	.depth02 li a {font-size: 1.5rem; line-height: 4.5rem;}
}

@media (max-width:991px) {
	/* #header {background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);} */
	#header{background:#fff;}
	#header.change .headerInner {padding: 0.5rem 0.6rem  0.5rem 2rem;}

	.headerInner {padding: 1rem 0.6rem 1rem 2rem;}
	.gnb>li {
		width: 100%;
		display: none;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.gnb li a span:after{content:none;}
	.depthArrow {position:relative;}
	.depthArrow::before {
		content: '';
		right: 0;
		top: 1.5rem;
		width: 1.5rem;
		height: 0.8rem;
		position: absolute;
		align-items: center;
		justify-content: center;
		display: flex !important;
		transition: all 0.3s ease-in-out;
		background: url(/public/img/sejin/common/menuArrowBtn.webp) no-repeat center / cover;
	}
	
	.gnb li {margin-right: 0; border-bottom: none;}
	.gnb li a {width: 100%; font-size: 1.8rem; line-height: 4rem; display: inline-block; padding-left:3rem;}
	.gnb .depthArrow>a {position:relative;}
	.gnb .depthArrow>a::before {
		content: '';
		width: 1.4rem;
		height: 0.8rem;
		position: absolute;
		right: 2rem;
		top: 1.5rem;
		background-image: url(../img/haesong/sub/accordianItem_headerArrow.webp);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		transition:all 0.3s ease-in-out;
	}
	.gnb .depthArrow>a.depth02Show::before {transform:rotate(180deg);}
	.gnb li.landBtn {margin-left: 0; margin-right: 0; width:auto;}
	.gnb li.landBtn::before {background: #263F70; left: unset; right:0; width: calc(100% - 3rem);}
	
	.hmailIcon {width: 5rem; height: auto;}
	.moMenuBtn {cursor:pointer;}
	.menuCloseBtn {
		width: 6rem;
		height: 6rem;
		position: absolute;
		right: 0;
		top: 0;
		display: none;
		display: flex!important;
		justify-content: center;
		align-items: center;
		opacity:0;
	}
	.menuCloseBtn img {max-width:5rem; }
	.show .menuCloseBtn {cursor:pointer; display: block; z-index: 1; opacity:1; background: #FFF;}
	.gnb {
		gap:0;
		width: 100vw;
		height: 100vh;
		position: absolute;
		right: 0;
		top: 0;
		background: #FFF;
		align-items: flex-start;
		flex-direction: column;
		padding: 4rem;
		transform: translateX(100%);
		transition: all 0.4s ease-in-out;
	}
	.show .gnb {
		gap: 0;
		top: 0;
		right: 0;
		width: 100vw;
		height: 100vh;
		padding: 5rem 0;
		background: #FFF;
		overflow-x: scroll;
		position: absolute;
		align-items: flex-start;
		flex-direction: column;
		transform: translateX(0);
	}
	
	.hmailIcon.mo_only.color {display:none!important;}
	.change .hmailIcon.mo_only {display:none!important;}
	.change .hmailIcon.mo_only.color {display:block!important;}
	
	.hmailIcon.color {display:none!important;}
	.change .hmailIcon {display:none!important;}
	.change .hmailIcon.color {display:block!important;}
	
	#header:hover .hmailIcon {display:none!important;}
	#header:hover .hmailIcon.color {display:block!important;}
	
	.gnbdepth02 {
		height: 0;
		overflow: hidden;
		position: relative;
		left: 0;
		width: 100%;
		transform: unset;
		text-align: center;
	}
	
	.gnbdepth02 li {border-bottom: 1px solid #EEE; background: none;}
	.gnbdepth02 li a {text-align: left; padding-left: 1rem;}
	
	.depth02Show.gnbdepth02 {height: auto; margin-bottom: 1rem;}
	
	.menuArrowBtn {
		right: 0;
		top: 50%;
		height: auto;
		width: 1.2rem;
		position: absolute;
		align-items: center;
		display: flex!important;
		justify-content: center;
		transform: translateY(-50%);
	}
	
	.depth02Show .menuArrowBtn {transform: translateY(-50%) rotate(180deg);}
	
	#header.change .gnbdepth02 li a {color: #111!important;}
	
	
	.mailMenu {
		top: 0;
		right: 0;
		padding: 0;
		display: flex;
		position: relative;
	}
	.depth02 {width: 100%; left: unset; transform: unset; text-align: left; position: relative;}
	.depth02 li a {font-size: 1.6rem; padding: 0 0 0 4rem; line-height: 4rem;}
	.depth02 {height:auto;
	}
	.depth02Show.depth02 {height:auto;
	}
	
	li.depthArrow.depth02Show::before {transform: rotate(180deg);}
}

@media (max-width:767px) {
	.logoImg img {
		height: 2.6rem;
	}
	.hmailIcon {width: 4.4rem; height: auto;}
	.mailMenu {padding:0;}
	.menuCloseBtn img {max-width:5rem;}
}
/*  ================== // ~ Header==================*/




/* ::::::::: Footer START ~ ::::::::: */
footer {
	overflow:hidden;
    background: #292929;
    position: relative;
}
.footerInner{
	max-width:136rem;
	margin:0 auto;
	width:100%;
	position:relative;
	padding:0 2rem;
}
.footerIn {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.footerInLe{
	min-width: 88.8rem;
	padding:6rem 6rem 5rem 0;
	position:relative;
}
.f_logo{
	display:block;
	margin-bottom:4rem;
}
.f_logo img{
	height:4rem;
}

.f_linkLine{
	width:100%;
	display:flex;
	padding:0 0 2.2rem 0;
	margin:0 0 2.2rem 0;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.f_linkLineInner{
	display:flex;
}
.f_linkLine a{
	position:relative;
	margin:0 5.3rem 0 0;
	padding:0;
	color: #FFF;
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;
}
.f_linkLine a:hover{
	color: #EF5A28;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	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;
}
.f_linkLine a:after{
	position:absolute;
	right:-2.6rem;
	top:0.4rem;
	width: 1px;
	height: 1.4rem;
	content:'';
	background:rgba(255,255,255,0.2);
}
.f_linkLine a:last-child{
	margin:0;
}
.f_linkLine a:last-child:after{
	content:none;
}

.faddlist{
	position:relative;
}
.faddlist ul{
	padding:0;
	margin:0;
}
.faddlist ul li{
	padding:0;
	margin:0 8rem 0 0;
	display:inline-block;
	color: #AAA;
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 1.6rem;
	line-height:1.8rem;
}
.faddlist ul li:nth-child(1){
	margin:0 8rem 1.4rem 0;
}
.faddlist ul li:last-child{
	margin:0 0 0 0;
}
.faddlist ul li span{
	margin:0 2rem 0 0;
	display:inline-block;
	color: #FFF;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.8rem;
}
.faddlist ul li a{
	color: #AAA;
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8rem;
}

.copyt{
	display:block;
	margin:6rem 0 0 0;
	color: #888;
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height:1.8rem;
	letter-spacing: 0.6px;
}


.footerInRi {
    display: flex;
    padding: 6rem 0rem 6rem 5rem;
    position: relative;
    background: #111;
    flex-direction: column;
    justify-content: space-between;
}
.footerInRi:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:1000%;
	height:100%;
	background: #111;
	z-index:1;
}
.frinum {
	position:relative;
	z-index:2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.frinum span{
	display:block;
	text-align:left;
	padding:0;
	margin:0 0 2rem 0;
	color: #EF5A28;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.2rem;
}
.frinum a{
	display:block;
	text-align:left;
	padding:0;
	margin:0;
	color: #FFF;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	font-size:5rem;
	/* font-size: 6rem; */
	line-height: 5.2rem;
}

.culnBox{
	z-index:2;
	position:relative;
}
.culn:nth-child(1){
	margin-top:0;
}
.culn{
	margin-top:1.4rem;
	position:relative;
	padding-left:8rem;
	color: #AAA;
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 2.2rem;
}
.culn span{
	position:absolute;
	left:0;
	color: #FFF;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	font-size: 1.7rem;
	line-height:2.2rem;
}
@media (max-width:1300px) {
	.footerIn {
		position: relative;
		display: flex;
		width: 100%;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	
	
	.footerInLe {
		min-width: auto;
		padding: 6rem 4rem 5rem 0;
	}
	.f_linkLine a {
		margin: 0 4.3rem 0 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.f_linkLine a:after {
		right: -2.4rem;
		top: 0.4rem;
		width: 1px;
		height: 1.4rem;
	}
	.faddlist ul li {
		margin: 0 4rem 0 0;
		font-size: 1.6rem;
		line-height: 1.8rem;
	}
	
	.footerInRi {
		display: flex;
		padding: 6rem 0rem 6rem 4rem;
		flex-direction: column;
		justify-content: space-between;
	}
	.culn span {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.culn {
		margin-top: 1.4rem;
		padding-left: 7rem;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}
@media (max-width:991px) {
	.footerInner {
		padding: 0;
	}
	.footerIn {
		position: relative;
		display: flex;
		width: 100%;
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-start;
	}
	
	
	.footerInLe {
		padding: 5rem 2rem 5rem 2rem;
	}
	
	.footerInRi {
		width: 100%;
		display: flex;
		padding: 5rem 2rem 5rem 2rem;
		flex-direction: column;
		justify-content: space-between;
	}
	.footerInRi:before {
		content: none;
	}
	.frinum {
		margin-bottom: 3rem;
	}
}
@media (max-width:767px) {
	.footerIn {
		position: relative;
		display: block;
		width: 100%;
	}
	.footerInLe {
		padding: 5rem 2rem 5rem 2rem;
	}
	
	.footerInRi {
		padding: 4rem 2rem 4rem 2rem;
	}
	.frinum {
		margin-bottom: 2rem;
	}
	.frinum span {
		margin: 0 0 0.6rem 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.frinum a {
		font-size: 4rem;
		line-height: 4.2rem;
	}
	.culn {
		margin-top: 1rem;
		padding-left: 6.4rem;
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.culn span {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	
	
	.footerInLe {
		padding: 5rem 0rem 5rem 0rem;
	}
	.f_logo {
		padding: 0 2rem;
		display: block;
		margin-bottom: 3rem;
	}
	.f_logo img {
		height: 3.6rem;
	}
	.f_linkLine {
		overflow-y: hidden;
		display: block;
		overflow-x: scroll;
		padding: 0;
		margin: 0;
		border-bottom: none;
	}
	.f_linkLine:-webkit-scrollbar {
	  display: none;
	}
	.f_linkLine{
	  -ms-overflow-style: none;
	  scrollbar-width: none;
	}
	.f_linkLineInner {
		padding: 0 0rem 0 2rem;
		width: 52rem;
		display: flex;
	}
	.f_linkLine a {
		margin: 0 2.4rem 0 0;
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.f_linkLine a:after{
		content:none;
	}
	.faddlist {
		padding: 0 2rem;
		position: relative;
	}
	.faddlist ul {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		text-align: left;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		list-style: none;
		padding: 2rem 0 0 0;
		margin: 2rem 0 0 0;
	}
	.faddlist ul li span {
		display:block;
		margin: 0 0 0.6rem 0;
		font-size: 1.5rem;
		line-height: 1.6rem;
	}
	.faddlist ul li {
		width: calc(50% - 0px);
		margin: 0 0 2rem 0;
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.faddlist ul li:nth-child(1) {
		width: calc(100% - 0px);
		margin: 0 0 2rem 0;
	}
	.faddlist ul li:last-child {
		width: calc(100% - 0px);
	}
	.copyt {
		padding: 0 2rem;
		letter-spacing: 0.52px;
		margin: 3rem 0 0 0;
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
}
/* ::::::::: // ~ Footer END ::::::::: */


/*--------------------------------------------------------------
# 개인정보처리방침
--------------------------------------------------------------*/

.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 2.6rem 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: '';
    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 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;
	}
	
	.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;
}