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: 56.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.down_header {
    transform: translateY(-100%);
}
#header{
	transition: all .2s;
	position:fixed; width:100%;
	left:0; top:0; 
	z-index:200;
	/* backdrop-filter: blur(7.5px); */
	
	/* background: rgba(255, 255, 255, 0.01); */
/* backdrop-filter: blur(7.5px); */
}
#header .headInner{
	width:100%;
	height:7rem;
}


/* 헤더 스크롤 픽스드 */
#header.fixed .subheadInner {
    /* background: #EFEDEA; */
	background: rgba(239, 237, 234, 0.8);
}
#header.fixed .subheadInner .subheadLogo span {
    color: #23201F;
}
#header.fixed .subheadInner .subheadNav li a {
    color: #23201F;
}
@media (max-width:1200px) {
	#header.fixed .subheadInner {
		/* background: inherit; */
	}
	#header.fixed .subheadInner .subheadLogo{
		background-image: url(/public/img/common/logo_black.png);
	}
	#header.fixed .headright .hamBtn.sub {
		background-image: url(/public/img/common/hammenu_icon_black.png);
	}
}
/* // 헤더 스크롤 픽스드 */

.hdLogo {transform: translateY(-50%);top: 50%;left: 2rem;position: absolute;display: none;}
.hdLogo a {
    display: inline-block;
    width: 12.1rem;
    height: 2.4rem;
    background-image: url(/public/img/common/logo_white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    transition: all .3s linear;
}

.mainHeadNav{
	position:Relative;
	width:100%;
	height: 100%;
}
.mainHeadNav ul {
	padding:0 3rem;
    display: flex;
    position: Relative;
    width: 100%;
	height: 100%;
    justify-content: space-between;
    align-items: center;
}
.mainHeadNav li {
    display: flex;
    height: 100%;
    position: Relative;
    align-items: center;
    justify-content: center;
}
.mainHeadNav li a{
	color: #F9F9F9;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
	opacity: 0.6;
}
.mainHeadNav li a:hover{
	opacity: 1;
}

/* 헤더 우측 컴포넌트 */
.headright {position: absolute;right: 0rem;z-index: 10;transform: translateY(-50%);top: 50%;display: flex;gap: 5rem;align-items: center;}
/* 햄버거 버튼 */
.hamBtn{
	display:none;
	cursor:pointer;
	position:Relative;
	width:5rem;
	height:5rem;
	background-image: url(/public/img/common/hammenu_icon_white.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.hamArea.show {
	background: rgba(0,0,0,0.4);
	z-index: 210;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}
.hamAreaInner {
	width: 50%;
	height: 100%;
	position: fixed;
	right: -110%;
	top: 0;
	display:none;
	background: #FFF;
	padding: 0rem;
	transition: all 0.4s ease-in-out;
}
.hamArea.show .hamAreaInner {
	right: 0;
	display:block;
}
.hamLogo{
	display:none;
}
.hamCloseBtn {
    z-index: 2;
    display: inline-block;
    top: 4rem;
    right: 4rem;
    position: absolute;
    cursor: pointer;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(/public/img/common/hamCloseBtn.webp);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.hamContBox {
	background: #EFEDEA;
	overflow-y: scroll;
    overflow-x: hidden;
	margin: 0 0 8rem 0;
    padding: 8rem 6rem;
    gap: 0rem;
    display: flex;
    width: 100%;
    height: 100%;
    position: Relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hamContBox ul li a{
	display:block;
	margin:1.6rem 0 0 0;
	color: #23201F;
	font-family: pretendard-400;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
    flex-direction: column;
}
.hamContBox ul li dl{
	cursor:pointer;
	display:block;
	margin:1.6rem 0 0 0;
	color: #23201F;
	font-family: pretendard-400;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
    flex-direction: column;
}
.hamContBox ul li .det2MenuList{
	position:Relative;
	margin:1.6rem 0 0 0;
}
.hamContBox ul li .det2MenuList p a{
	cursor:pointer;
	display:block;
	margin:1rem 0 0 0;
	color: #23201F;
	font-family: pretendard-400;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}

.det2MenuList {
    display: none;
}
.det2MenuList.active {
    display: block;
}
@media (max-width:1600px) {
	.mainHeadNav ul {
		padding: 0 2rem;
	}
}
@media (max-width:1200px) {
	#header .headInner {
		height: 7rem;
	}
	.hdLogo {display: inline-block;}
	.headright {
		right: 2rem;
	}
	.mainHeadNav{display:none;}
	
	.hamBtn {
		background-size: 3.2rem;
		display: inline-block;
	}
}
/* @media (max-width:991px) { */
	/* #header .headInner { */
		/* height: 7rem; */
	/* } */
	/* .hdLogo {display: inline-block;} */
	/* .headright { */
		/* right: 2rem; */
	/* } */
	/* .mainHeadNav{display:none;} */
	
	/* .hamBtn { */
		/* background-size: 3.2rem; */
		/* display: inline-block; */
	/* } */
/* } */
@media (max-width:767px) {
	#header .headInner {
		height: 6rem;
	}
	.hdLogo a {
		width: 7.1rem;
		height: 1.4rem;
	}
	.headright {
		right: 0.6rem;
	}
	.hamBtn {
		width: 4rem;
		height: 4rem;
		background-size: 16px;
		display: inline-block;
	}
	
	.hamAreaInner {
        width: 100%;
    }
	.hamCloseBtn {
		background-size: 16px;
		top: 10px;
		right: 6px;
		width: 4rem;
		height:4rem;
	}
	
	
	
	.hamContBox {
		margin: 0 0 8rem 0;
		padding: 6rem 2rem;
	}
	.hamContBox ul li:nth-child(1) a{
		margin:0;
	}
	.hamContBox ul li a {
		margin: 1.6rem 0 0 0;
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.hamContBox ul li dl {
		margin: 1.6rem 0 0 0;
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.hamContBox ul li .det2MenuList p a {
		margin: 0;
		font-size: 1.6rem;
		line-height: 3rem;
	}
}

/*-----------------------------------------
# 서브 헤더
-------------------------------------------*/
.subheadInner{
	position:Relative;
	width:100%;
	height:100%;
	padding:0 3rem;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 30px;
	align-items: start;
	/* backdrop-filter: blur(7.5px); */
	background: rgba(255, 255, 255, 0.01);
}
.subheadInner.blackBg{
	background:inherit;
}
.subheadLogoInner{
	height: 100%;
    width: 100%;
    position: relative;
	grid-column: span 4;
}
.subheadLogo{
	transform: translateY(-50%);
    top: 50%;
    left: 0rem;
    position: absolute;
}
.subheadLogo span{
	color: #23201F;
	font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
	font-size:1.9rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	letter-spacing: 0.95px;
}
.subheadNav {
	
    height: 100%;
    width: 100%;
    position: relative;
    grid-column: span 8;
}
.subheadNav ul{
	display: flex;
    position: Relative;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.subheadNav li {
    display: flex;
    height: 100%;
    position: Relative;
    align-items: center;
    justify-content: center;
}
.subheadNav li a{
	position:Relative;
	/* mix-blend-mode: difference;  */
	color: #23201F;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
}
.subheadNav li a:after{
	content:none;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0.2rem;
	background: #23201F;
}
.subheadNav li a:hover{
	font-weight: 600;
	font-family: pretendard-600;
}
.subheadNav li a:hover:after{
	content:'';
}
.subheadInner.blackBg .subheadNav li a:hover:after{
	background: #F9F9F9;
}


.subheadInner.blackBg .subheadLogo span{
	color: #F9F9F9;
}
.subheadInner.blackBg .subheadNav li a{
	color: #F9F9F9;
}
@media (max-width:1600px) {
	.subheadInner {
		padding: 0 2rem;
	}
}
@media (max-width:1200px) {
	.subheadNav{display:none;}
	.subheadLogo span{display:none;}
	.subheadLogo{
		display: inline-block;
		width: 12.1rem;
		height: 2.4rem;
		background-image: url(/public/img/common/logo_black.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		vertical-align: top;
		transition: all .3s linear;
	}
	.hamBtn.sub {
		background-image: url(/public/img/common/hammenu_icon_black.png);
		display: inline-block;
	}
	
	.subheadInner.blackBg .subheadLogo{
		background-image: url(/public/img/common/logo_white.png);
	}
	.headright.blackBg .hamBtn.sub{
		background-image: url(/public/img/common/hammenu_icon_white.png);
	}
}
/* @media (max-width:991px) { */
	/* .subheadNav{display:none;} */
	/* .subheadLogo span{display:none;} */
	/* .subheadLogo{ */
		/* display: inline-block; */
		/* width: 12.1rem; */
		/* height: 2.4rem; */
		/* background-image: url(/public/img/common/logo_black.png); */
		/* background-position: center center; */
		/* background-repeat: no-repeat; */
		/* background-size: cover; */
		/* vertical-align: top; */
		/* transition: all .3s linear; */
	/* } */
	/* .hamBtn.sub { */
		/* background-image: url(/public/img/common/hammenu_icon_black.png); */
		/* display: inline-block; */
	/* } */
	
	/* .subheadInner.blackBg .subheadLogo{ */
		/* background-image: url(/public/img/common/logo_white.png); */
	/* } */
	/* .headright.blackBg .hamBtn.sub{ */
		/* background-image: url(/public/img/common/hammenu_icon_white.png); */
	/* } */
/* } */
@media (max-width:767px) {
	.subheadLogo {
		width: 7.1rem;
        height: 1.4rem;
	}
}

/*-----------------------------------------
# 메뉴 드랍박스
-------------------------------------------*/

.mainHeadNav li.topdep2:hover .headDet2MenuList{
	display:flex;
}
.mainHeadNav li.topdep2:hover a.topdep1{
	opacity: 1;
}

.subheadNav li.topdep2:hover .headDet2MenuList{
	display:flex;
}
.subheadNav li.topdep2:hover a.topdep1{
	opacity: 1;
}


.headDet2MenuList {
	display: none;
    top: 6.7rem;
    min-width: 16rem;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    border-radius: 6px;
    border: 1px solid #23201F;
    background: #EFEDEA;
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
}
.headDet2MenuList p a {
    opacity: 1!important;
    color: #23201F!important;
    text-align: center!important;
	font-family: pretendard-400!important;
    font-size: 1.6rem!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 2rem!important;
}
.headDet2MenuList p a:hover{
	font-family: pretendard-600!important;
	font-weight: 600!important;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.headDet2MenuList p a:after{content:none!important;}

/*-----------------------------------------
# 우측 버튼 네브
-------------------------------------------*/
.headR_nav {
    display: flex;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    flex-direction: column;
}
.headR_link{
	display: flex;
	padding: 1rem 0;
	flex-direction: column;
	align-items: flex-end;
	border-radius: 8px 0 0 8px;
	background: rgba(0, 0, 0, 0.50);
}
.headRbtn.naver:hover .naver_rev_icon{
	display:inline-block;
}
.naver_rev_icon {
	display:none;
    left: -9.2rem;
    position: absolute;
}
.naver_rev_icon img{
	position:Relative;
	height:3rem;
	box-shadow: 0 0 15.584px 0 rgba(0, 0, 0, 0.10);
}

.headRbtn.call:hover .call_rev_icon{
	display:inline-block;
}
.call_rev_icon {
	display:none;
    left: -8rem;
    position: absolute;
}
.call_rev_icon img{
	position:Relative;
	height:3rem;
	box-shadow: 0 0 15.584px 0 rgba(0, 0, 0, 0.10);
}


.headRbtn.kakao:hover .kakao_rev_icon{
	display:inline-block;
}
.kakao_rev_icon {
	display:none;
    left: -10.3rem;
    position: absolute;
}
.kakao_rev_icon img{
	position:Relative;
	height:3rem;
	box-shadow: 0 0 15.584px 0 rgba(0, 0, 0, 0.10);
}

.headRbtn {
	position:Relative;
    display: flex;
    width: 6rem;
    height: 6rem;
    justify-content: center;
    align-items: center;
}
.headRbtn a{
	width:100%;
	height:100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.headRbtn a img{
	height:1.8rem;
}
.headRbtn a img.ch{
	height:2.4rem;
}
.headR_nav .top{
	cursor:pointer;
	width:100%;
	margin:1rem 0 0 0;
	height:3rem;
	color: #BBB;
	text-align: center;
	font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
	letter-spacing: 0.85px;
}

@media screen and (max-width: 767px) {
	.headR_nav .top {
		z-index: 50;
		margin: 0;
		width: 5.4rem;
		display: inline-block;
		bottom: 3.2rem;
		right: 1.5rem;
		position: fixed;
	}
	.headR_nav {
		right: inherit;
		bottom: 2rem;
		display: flex;
		position: fixed;
		left: 1.5rem;
		top: inherit;
		transform: inherit;
		z-index: 50;
		flex-direction: row;
	}
	.headR_link {
		border: 1px solid rgba(249, 249, 249, 0.15);
		background: rgba(0, 0, 0, 0.35);
		display: flex;
		padding: 0;
		flex-direction: row;
		align-items: flex-end;
		border-radius: 0;
	}
	.headRbtn {
		width: 5.4rem;
		height: 5.4rem;
	}
	
	.naver_rev_icon, 
	.call_rev_icon, 
	.kakao_rev_icon {
		display:none!important;
	}
}

/* ======================== :::::: 푸터 ~  :::::: ========================  */
.footerWrap{
	position:Relative;
	width:100%;
	padding:6rem 3rem 3rem 3rem;
	background: #23201F;
}
.footerSideBox{
	/* max-width:186rem; */
	padding:0;
	position:Relative;
	/* margin:0 auto; */
}

.fotLayout{
	position:Relative;
	width:100%;
}
.fotLayout ul{
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1.5rem;
    list-style-type: none;
    justify-content: flex-start;
}
.fotLayout ul li{
	position: relative;
    flex: 0 0 calc(33.33333333333% - 3rem);
    margin: 1.5rem;
    box-sizing: border-box;
}
.fotLayout ul li dl {
    margin: 0 0 2rem 0;
    color: #EFEDEA;
    font-family: pretendard-700;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
}

.footBigText {
	margin:20rem 0 0 0; 
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footBigText p {
    margin: 0;
    padding: 0;
    display: flex;
}
.footBigText p img{
	width:100%;
}

.fobainfo{
	margin:0.4rem 0 0 0;
	display:flex;
	gap:1rem;
	position:Relative;
}
.fobainfo span {
	text-align:left;
	color:#EFEDEA;
	font-family: pretendard-600;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.4rem;
}
.fobainfo p {
	text-align:left;
	margin:0;
	color: #EFEDEA;
	font-family: pretendard-300;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.4rem;
}
.fobainfo a{
	text-align:left;
	margin:0;
	color: #EFEDEA;
	font-family: pretendard-700;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.4rem;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.copyRight{
	text-align:left;
	margin:2rem 0 0 0;
	opacity: 0.6;
	color: #EFEDEA;
	font-family: pretendard-500;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
}
.copyRightMo{display:none;}

.hpinfoInner{
	display: flex;
    flex-wrap: wrap;
    padding: 0;
	gap:6rem;
    margin: 0;
    list-style-type: none;
    justify-content: flex-start;
}
.hpinfo{
	position: relative;
    flex: 0 0 calc(100% - 0rem);
    margin: 0;
    box-sizing: border-box;
}
.hpinText{
	position:Relative;
}
.hpinText p{
	display:block;
	margin:0.4rem 0 0 0;
	text-align:left;
	position:Relative;
	color:#EFEDEA;
	font-family: pretendard-500;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
}
.hpinText a{
	display:block;
	margin:0.4rem 0 0 0;
	text-align:left;
	position:Relative;
	color: #EFEDEA;
	font-family: pretendard-500;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
}


.sucIn{
	margin:0;
	width:100%;
	display:block;
	position:relative;
}

.sucIn input {
	border-radius: 0px;
	border:none;
	border-bottom: 1px solid #F9F9F9;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	position: relative;
	height: 5rem;
	background: #23201F;
	padding: 1.3rem 0;
	color: #fff;
	font-family: pretendard-500;font-weight: 500;font-size: 1.4rem;font-style: normal;line-height: 2.4rem;}
.sucIn input:-webkit-autofill,
.sucIn input:-webkit-autofill:hover,
.sucIn input:-webkit-autofill:focus,
.sucIn input:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.sucIn input:focus,
.sucIn input:active {background:#23201F;}
.sucIn input:focus{outline: none;}

.sucIn input::placeholder {
	color: #fff;
	font-family: pretendard-500;
	font-weight: 400;
	font-size: 1.4rem;
	font-style: normal;
	line-height: 2.4rem;
}
.sucIn input:read-only {
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
}



.sucSel{
	position:relative;
}
.sucSel:before {
    transform: translateY(-50%);
    z-index: 2;
    content: '';
    position: absolute;
    right: 0rem;
    top: 50%;
    width: 8px;
    height: 4px;
    background-image: url(
	/public/img/common/sel_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.sucIn select {
	background: #23201F;
	cursor:pointer;
	border:none;
	border-bottom: 1px solid #F9F9F9;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	position: relative;
	height: 5rem;
	border-radius: 0;
	padding: 1.3rem 0rem;
	color: #fff;
	font-family: pretendard-500;font-weight: 500;font-size: 1.4rem;font-style: normal;line-height: 2.4rem;
	-webkit-appearance: none;
}
.sucIn select:-webkit-autofill,
.sucIn select:-webkit-autofill:hover,
.sucIn select:-webkit-autofill:focus,
.sucIn select:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.sucIn select:focus,
.sucIn select:active {background:#23201F; }
.sucIn select:focus{outline: none;}



@media screen and (max-width: 1600px) {
	.footerWrap {
		padding: 6rem 2rem 3rem 2rem;
	}
	.footBigText {
		margin: 16rem 0 0 0;
	}
	/* .footBigText p img{ */
		/* max-width:80%; */
	/* } */
}
@media screen and (max-width: 991px) {
	.footerWrap {
		padding: 4rem 2rem 3rem 2rem;
	}
	.fotLayout ul {
		gap: 4rem;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style-type: none;
		justify-content: flex-start;
	}
	.fotLayout ul li {
		flex: 0 0 calc(100% - 0rem);
		margin: 0;
	}
	.hpinfoInner {
		display: flex;
        gap: 0rem;
        flex-direction: row;
        justify-content: flex-start;
	}
	.hpinfo {
		flex: 0 0 calc(50% - 0rem);
	}
	.footBigText {
		margin: 10rem 0 0 0;
	}
}
@media screen and (max-width: 767px) {
	.footerWrap {
		padding: 3rem 1.6rem 13rem 1.6rem;
	}
	.fotLayout ul {
		gap: 3rem;
	}
	.hpinfoInner {
		display: flex;
		gap: 0rem;
		flex-direction: row;
		justify-content: space-between;
	}
	.hpinfo {
		flex: inherit;
	}
	.hpinfoInner .hpinfo:nth-child(2){width:106px;}
	
	.fotLayout ul li dl {
		margin: 0 0 1rem 0;
	}
	.fobainfo span,
	.fobainfo p,
	.fobainfo a	{
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.hpinText p,
	.hpinText a	{
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	
	.copyRight{display:none;}
	.copyRightMo{display:block;
		margin:3rem 0 0 0;
		opacity: 0.6;
		color: #F9F9F9;
		text-align: left;
		font-family: pretendard-500;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.8rem;
	}
	.footBigText {
		margin: 6rem 0 0 0;
	}
}
/* ======================== :::::: // 푸터  :::::: ========================  */



/*--------------------------------------------------------------
# 이용약관
--------------------------------------------------------------*/

.tecontent video{
	width:100%;
}

.textWrap {
    width: 100%;
    position: relative;
    margin-top: 0rem;
}
#textcontainer {
background: #EFEDEA;
    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-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-400;
    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: 2rem;
    line-height: 3rem;
    font-size: 2.6rem;
    display: block;
    text-align: left;
    font-family: pretendard-700;
    color: #222;
}
.privTBox h3 {
    font-family: pretendard-600;
    display: block;
    font-size: 2rem;
    font-weight: normal;
    line-height: 3rem;
    letter-spacing: -0.3px;
    color: #222;
}
.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 {
    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: 0.8rem;
    margin-bottom: 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-400;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 {
    font-family: pretendard-400;
    display: block;
    position: relative;
    padding-left: 1.7rem;
	/* padding-left: 0; */
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: -0.3px;
    color: #444444;
}
.privSubTBox ul li dl {
    font-family: pretendard-400;
    display: block;
    position: relative;
    /* padding-left: 1.7rem; */
	padding-left: 0;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: -0.3px;
    color: #444444;
}
.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: #444444;}
.privSubTBox ul li p a:hover{color:#222;text-decoration: underline;}
.privSubTBox ul li dd {
    font-family: pretendard-300;
    display: block;
    position: relative;
    padding-left: 1.7rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: -0.3px;
    color: #444444;
}
.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;
}

@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: 2rem;
		line-height: 2.4rem;
		font-size: 2.1rem;
	}
	.privTBox h3 {
		font-size: 1.7rem;
		line-height: 2.2rem;
	}
	.privTBox h4 {
		font-size: 1.4rem;
		line-height: 2.1rem;
		letter-spacing: -0.3px;
		margin-top: 0.8rem;
		margin-bottom: 0.4rem;
	}
	.privSubTBox {
		margin-top: 0.6rem;
	}
	.privSubTBox ul li b {
		font-size: 1.3rem;
		line-height: 2.1rem;
	}
	.privSubTBox ul li p {
		padding-left: 1.3rem;
		font-size: 1.3rem;
		line-height: 2.1rem;
	}
	.privSubTBox ul li dd {
		    margin-top: 0.2rem;
		padding-left: 1.3rem;
		font-size: 1.3rem;
		line-height: 1.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;}
	
}


.none_marT{
	margin-top:0rem!important;
}
