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: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:#fff;}
p,h3,h2,h1{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;}

/* ======================== :::::: 최상단 띠배너 ~  :::::: ========================  */
body.lineban{
	padding:4.6rem 0 0 0;
}

.lineBanWrap{
	overflow:hidden;
	opacity:1;
	position:Relative;
	width:100%;
	height:4.6rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	
	/* background: linear-gradient(0deg, #463930 0%, #463930 100%), linear-gradient(90deg, #7D6554 0%, #463930 30%, #463930 70%, #7D6554 100%); */
	
	backdrop-filter: blur(15px);
	transition: all 0s;
}
/* #header.fixed .lineBanWrap{display:none;} */
#header.fixed .lineBanWrap{transform: translateY(-100%);height:0;opacity:0;
transition: all 0s;
/* transition: all 0.3s ease-in-out; */
}

.lineBanWrap .swiper{
	height:100%;
}
.lineBanWrap .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.lineBanWrap .swiper-slide {
  opacity: 0;
  pointer-events: none;
  /* visibility: hidden; */
  
  transition: opacity 0.8s ease;
  
/* transition: opacity 0.8s ease-in-out; */
}

.lineBanWrap .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
  /* visibility: visible; */
}

.ineBanInner {
	backdrop-filter: blur(15px);
    position: Relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lineTopText{
	text-align:center;
}
.lineTopText p.pc{display:block;}
.lineTopText p.mo{display:none;}
.lineTopText p{
	margin:0;
	text-align:center;
	color: #FFF;
	font-family: pretendard-400;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}
.lineTopText p b{
	display:inline-block;
	font-family: pretendard-700;
	font-weight: 700;
}
@media (max-width:991px) {
	body.lineban{
		padding:4rem 0 0 0;
	}
	.lineBanWrap{
		height:4rem;
	}
}
@media (max-width:767px) {
	body.lineban{
		padding:4.6rem 0 0 0;
	}
	.lineBanWrap{
		height:4.6rem;
	}
	
	.lineTopText p.pc{display:none;}
	.lineTopText p.mo{display:block;}
	.lineTopText p{
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}
/* ======================== :::::: // 최상단 띠배너  :::::: ========================  */


/* ======================== :::::: 헤더 ~  :::::: ========================  */
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(15px);
}
#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 .2s; opacity:0; height:0; background:#fff; z-index:-1;}
#header .headInner {position:relative;width:100%;height: 8.2rem; max-width: 192rem;box-sizing: border-box;margin: 0 auto;display: block;}
#header .headInner .hdLogo {    transform: translateY(-50%);top: 50%;left: 9rem;position: absolute;display: inline-block;}
#header .headInner .hdLogo a{display:inline-block; width:17.6rem; height:4.4rem; background-image: url(/public/img/common/sitelogo.png);background-position: center center;background-repeat: no-repeat;background-size: cover;vertical-align:top; transition:all .3s linear;}

/* 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;    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: 1.8rem;
    color: #000;
    font-weight: 500;
    font-family: pretendard-500;
    line-height: 3rem;
    padding: 2.6rem 0;
}
#navmenu ul li:hover > a span{opacity: 1;color:#142952 !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:#142952;}
#navmenu ul li:hover > a span:before{content:'';}
#navmenu ul li dl{position: absolute; left:0; top: 8.2rem; 
padding: 2rem 0 5rem 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:#142952 !important; font-family: pretendard-600;font-weight: 600;text-decoration:none;}

/* 헤더 우측 컴포넌트 */
.headright {position: absolute;right: 9rem;z-index: 10;transform: translateY(-50%);top: 50%;display: flex;gap: 5rem;align-items: center;}
.headcallBtn{position:Relative;}
.headcallBtn a {
    gap: 1.6rem;
    display: flex;
    color: #000;
    text-align: center;
    font-family: pretendard-700;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: -0.44px;
    align-items: center;
}
.headcallBtn a b {
    height: 2.4rem;
    width: 2.4rem;
    display: inline-block;
	background-image: url(/public/img/icon/tel_icon.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* 햄버거 버튼 */
.hamBtn{
	display:none;
	cursor:pointer;
	position:Relative;
	width:3.6rem;
	height:4.8rem;
	background-image: url(/public/img/common/hammenu_icon_black.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ???? */
#header.up:before{height:44rem; 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/sitelogo.png);}
#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:#000;}
#header.up #navmenu ul li dl{transform:scaleY(100%); opacity:1; visibility:visible;}
#header.up .hamBtn {background-image: url(/public/img/common/hammenu_icon_black.png);}

/* ????? */
#header.nofixed{top:-200px;}
#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/sitelogo.png);}
#header.fixed #navmenu ul li > a span{color:#000;}
#header.fixed .hamBtn {background-image: url(/public/img/common/hammenu_icon_black.png);}

/* ??? ????? ?? ?? */
#header.subfixed{    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(15px);}
#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/sitelogo.png);}
#header.subfixed #navmenu ul li > a span{color:#000;}
#header.subfixed .hamBtn {background-image: url(/public/img/common/hammenu_icon_black.png);}


#header.down_header{
	transform: translateY(-100%);
}

/* ??? ? */
.hamArea.show {
	background: rgba(0,0,0,0.4);
	z-index: 210;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}
.hamAreaInner {
	width: 74rem;
	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.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.hamContBox {
	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;
}
.hamCont {
    margin: 0 0 3rem 0;
    padding: 0 0 3rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
    position: Relative;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}
.hamCont:last-child{
	margin: 0;
    padding: 0;
    border-bottom: none;
}
.hamCont.drop .farIcon {
    transform: rotate(180deg);
		transition: all 0.4s ease;
}
.farIcon{
	z-index:5;
	cursor: pointer;
    position: absolute;
    right: 0;
    height: 4rem;
    width: 4rem;
    display: inline-block;
    background-image: url(/public/img/common/menudrop_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	transition: all 0.4s ease;
}
.hamContSt {
    width: 50%;
    position: Relative;
}
.hamCont.drop .hamContSt{
	width:50%;
}
.hamContSt strong{
	    cursor: pointer;
	margin:0;
	color: #000;
	font-family: pretendard-600;
	font-size:3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4rem;
}
.hamContSt a{
	margin:0;
	color: #000;
	font-family: pretendard-600;
	font-size:3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4rem;
}
.hamMenulist {
    width: 50%;
	top:0;
    right: 0rem;
    /* position: absolute; */
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}
.hamCont.drop .hamMenulist {
	/* width:50%; */
	position:Relative;
	height: auto; /* 직접 auto로는 transition이 안 되므로 스크립트로 계산 */
}
.hamMenulist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hamMenulist ul dd{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
.hamMenulist ul dd a {
    text-decoration: none!important;
    text-align: left;
    color: #000;
    font-family: pretendard-300;
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 3.2rem;
}
.hamMenulist ul dd a:hover{
	font-family: pretendard-700;
	color: #142952;
	font-weight: 700;
}

@media (max-width:1800px) {
	#header .headInner .hdLogo{
		left:5rem;
	}
	.headright{
		right:5rem;
	}
}
@media (max-width:1600px) {
	#header .headInner{
		height: 8.2rem;
	}
	#header .headInner .hdLogo{
		left:4rem;
	}
	.headright{
		gap: 4rem;
		right:4rem;
	}
	
	
	#navmenu ul li > a span {
		padding: 2.6rem 0;
	}
	#navmenu ul li dl {
		top: 8.2rem;
	}
	#header.up:before {
		height: 44rem;
	}
	
	/* 헤더 우측 컴포넌트 */
	.headcallBtn a {
		gap: 1.2rem;
		font-size: 2rem;
		line-height: 3rem;
		letter-spacing: -0.44px;
	}
}
@media (max-width:1400px) {
	#header .headInner .hdLogo{
		left:3rem;
	}
	.headright{
		right:3rem;
	}
}
@media (max-width:1200px) {
	#header .headInner{
		height: 8.2rem;
	}
	#navmenu{display:none;}
	
	.hamBtn{
		background-size: 80%;
		display:inline-block;
	}
}
@media (max-width:991px) {
	#header .headInner{
		height:7rem;
	}
	#header .headInner .hdLogo a {
		width: 15.6rem;
		height: 4rem;
	}
	
	.headright {
		gap: 3rem;
	}
	.hamBtn{
		background-size: 70%;
	}
	.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:6rem;
	}
	#header .headInner .hdLogo{
		left:2rem;
	}
	#header .headInner .hdLogo a {
		width: 11.2rem;
		height: 2.8rem;
	}
	
	/* 헤더 우측 컴포넌트 */
	.headright{
		gap: 0rem;
		right:0rem;
	}
	.headcallBtn a {
		gap: 1.2rem;
		font-size: 2rem;
		line-height: 3rem;
		letter-spacing: -0.44px;
	}
	.headcallBtn a span{display:none;}
	.headcallBtn a b {
		height: 4rem;
		width: 4rem;
		background-image: url(/public/img/icon/tel_icon.webp);
		background-size: 1.6rem;
	}
	
	.hamBtn{
		width:5rem;
		height:5rem;
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(/public/img/common/hammenu_icon_black_mo.png);
	}
	#header.subfixed .hamBtn {
		background-image: url(/public/img/common/hammenu_icon_black_mo.png);
	}
	
	#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: 11.2rem;
        height: 2.8rem;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(/public/img/common/sitelogo.png);
	}
	.hamCloseBtn {
		background-size: 11px;
		top: 20px;
		right: 12px;
		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;}
}
/* ======================== :::::: // 헤더 ~  :::::: ========================  */


/* ======================== :::::: 푸터 ~  :::::: ========================  */
.footerInner{
	position:Relative;
	width:100%;
	background: #222;
	padding:8rem 0 14rem 0;
}
.footerSibeBox{
	margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}
.fotContBox {
    width: 100%;
    position: Relative;
    display: flex;
    justify-content: space-between;
}
.fotIdenti{
	position:Relative;
}
.fotIdenti img.logo{
	height:5rem;
}
.fotiSns{
	gap:1rem;
	display:flex;
	margin:3rem 0 0 0;
}
.fotiSns a img{
	height:4.2rem;
}
.fotInfoCont{
	min-width:115rem;
	display:flex;
}
.fotInfo{
	width:50%;
	position:Relative;
}
.fotInfoTop {
    display: flex;
    margin: 0 0 1rem 0;
    gap: 1.8rem;
    align-items: center;
}
.fotInfoTop span{
	display:inline-block;
	width: 1px;
	height: 1.6rem;
	opacity: 0.2;
	background: #FFF;
}
.fotInfoTop dl{
	color:#F5F5F5;
	font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}
.fotInfoTop a{
	color:#F5F5F5;
	font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}
.fotInfoTop dl b{
	font-weight: 600;
	font-family: pretendard-600;
	margin:0;
	display:inline-block;
}
.fotInfo ul{
	position:Relative;
	width:100%;
}
.fotInfo ul li{
	position:Relative;
	width:100%;
	padding:0 0 0 11.8rem;
}
.fotInfo ul li span{
	position:absolute;
	left:0;
	top:0;
	color: #FFF;
	font-family: pretendard-600;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}
.fotInfo ul li p{
	min-height:2.6rem;
	color: rgba(255, 255, 255, 0.70);
	font-family: pretendard-400;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.fotInfo ul li a{
	min-height:2.6rem;
	color: rgba(255, 255, 255, 0.70);
	font-family: pretendard-400;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}

.fotBottomBox {
    display: flex;
    position: Relative;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 8rem 0 0 0;
    padding: 4rem 0 0 0;
    justify-content: space-between;
    align-items: center;
}
.fotbLink {
    display: flex;
    gap: 2.6rem;
    align-items: center;
    justify-content: flex-start;
}
.fotbLink a{
	color: #FFF;
	font-family: pretendard-400;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
	letter-spacing: -0.6px;
}
.fotbLink dl{
	display:inline-block;
	width: 1px;
	height: 1.6rem;
	opacity: 0.2;
	background: #FFF;
}
.copyrig {
    display: flex;
    gap: 3rem;
    align-items: center;
}
.copyrig p{
	color: #FFF;
	font-family: pretendard-400;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
	letter-spacing: 0.56px;
	opacity: 0.5;
}
.top{
	cursor:pointer;
	color: #FFF;
	font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2rem;
	letter-spacing: 0.32px;
}
@media (max-width:1600px) {
	.footerInner {
		padding: 8rem 0 12rem 0;
	}
	.fotInfoCont {
		min-width: 100rem;
	}
	.fotBottomBox {
		margin: 6rem 0 0 0;
		padding: 4rem 0 0 0;
	}
}
@media (max-width:1200px) {
	.fotContBox {
		gap: 5rem;
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
	}
	.fotIdenti {
		gap: 3rem;
		display: flex;
		position: Relative;
		align-items: center;
	}
	.fotiSns {
		gap: 1rem;
		display: flex;
		margin: 0;
	}
}
@media (max-width:991px) {
	.footerInner {
		padding: 6rem 0 10rem 0;
	}
	.fotContBox {
		gap: 3rem;
	}
	.fotInfoCont {
		gap: 3rem;
		min-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.fotInfo {
		width: 100%;
	}
	.fotBottomBox {
		display: flex;
		margin: 4rem 0 0 0;
		padding: 2rem 0 0 0;
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width:767px) {
	.footerInner {
		padding: 4rem 0 8rem 0;
	}
	.fotContBox {
		gap: 2rem;
	}
	.fotIdenti {
		display: flex;
		width: 100%;
		gap: 0;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
	.fotIdenti img.logo {
		height: 3.3rem;
	}
	.fotiSns {
		gap: 0;
		display: flex;
		margin: 0;
	}
	.fotInfoTop {
		display: flex;
		margin: 0 0 3rem 0;
		gap: 0rem;
		align-items: center;
		justify-content: center;
	}
	.fotInfoTop dl {
		text-align: center;
		width: 50%;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.fotInfoTop a {
		text-align: center;
		width: 50%;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.fotInfoTop span {
		height: 3.4rem;
	}
	
	.fotInfoCont {
		gap: 0rem;
	}
	.fotInfo ul.sed{
		padding:0;
		margin: -0.8rem;
		border-top:nonel
	}
	.fotInfo ul.sed li:nth-child(1){
		margin: 0.8rem;
		flex: 0 0 calc(100% - 0rem);
	}
	.fotInfo ul.sed li {
		display: flex;
		margin: 0.8rem;
        flex: 0 0 calc(50% - 1.6rem);
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.fotInfo ul.sed li p{
		margin:0.4rem 0 0 0;
	}
	.fotInfo ul {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style-type: none;
		justify-content: flex-start;
	}
	.fotInfo ul li {
		margin: 0.8rem 0 0 0;
		display: flex;
		position: Relative;
		flex: 0 0 calc(100% - 0rem);
		padding: 0;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	
	.fotInfo ul.fir{
		padding:0 0 2rem 0;
		margin: 0 0 2rem 0;
		border-bottom:1px solid rgba(217,217,217,0.2);
	}
	
	.fotInfo ul.fir li {
		padding: 0 0 0 9rem;
	}
	.fotInfo ul.fir li span{
		position:absolute;
		left:0;
	}
	.fotInfo ul li span {
		text-align: left;
		position: relative;
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.fotInfo ul li p {
		margin:0 0 0 0;
		text-align: left;
		min-height: auto;
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.fotInfo ul li a {
		margin:0 0 0 0;
		text-align: left;
		min-height: auto;
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	
	
	.fotBottomBox {
		display: flex;
		margin: 2rem 0 0 0;
		padding: 2rem 0 0 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.fotbLink {
		width: 100%;
		display: flex;
		gap: 1rem;
		align-items: center;
		justify-content: center;
	}
	.fotbLink a {
		font-size: 1.4rem;
		line-height: 3rem;
		letter-spacing: -0.56px;
	}
	.copyrig {
		width:100%;
		margin: 2rem 0 0 0;
		display: flex;
		gap: 1rem;
		align-items: center;
		flex-direction: column;
	}
	.copyrig p {
		text-align: center;
		display: block;
		font-size: 1.3rem;
		line-height: 3.4rem;
		letter-spacing: 0.39px;
		opacity: 0.5;
	}
}
/* ======================== :::::: // 푸터  :::::: ========================  */


/*-----------------------------------------
# 하단 플로팅 아이템
-------------------------------------------*/
.quWrap {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    box-shadow: 0 -30px 40px 0 rgba(0, 0, 0, 0.10);
}
.quWrap:before {
	z-index:2;
    content: '';
    position: fixed;
    left: 0;
    width: 50%;
    bottom: 0;
    height: 10rem;
    background: #F0E6E0;
}
.quWrap:after {
	z-index:2;
    content: '';
    position: fixed;
    right: 0;
    width: 50%;
    bottom: 0;
    height: 10rem;
    background: #463930;
}

.quSideBox{ 
	z-index:3;
	position:Relative;
	max-width:192rem;
	margin:0 auto;
}
.quMoInnner{
	display:none;
}
.quPcInner {
    display: flex;
    position: Relative;
    width: 100%;
    height: 10rem;
}
.quleftBox{
	position:Relative;
	width:58rem;
	height:100%;
	background: #F0E6E0;
	/* padding:0 13rem 0 6rem; */
}
.quleft {
    padding: 0 13rem 0 6rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qulevoid{
	width: 1px;
	height: 3rem;
	opacity: 0.2;
	background: #2B271C;
}
.quCallBtn{
	position:Relative;
}
.quCallBtn a {
    display: flex;
    gap: 1.4rem;
    position: Relative;
    align-items: center;
}
.quCallBtn .icon{
	width:3.6rem;
	height:3.2rem;
	display:inline-block;
	background-image: url(/public/img/common/qu_tel_icon.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quCallBtn .text {
    display: flex;
    gap: 0.6rem;
    flex-direction: column;
    align-items: flex-start;
}
.quCallBtn .text span{
	color: #000;
	text-align: left;
	font-family: pretendard-500;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.13px;
}
.quCallBtn .text dl{
	color: #000;
	text-align: left;
	font-family: pretendard-700;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.5rem;
	letter-spacing: -0.44px;
}

.quKakaoBtn{
	position:Relative;
}
.quKakaoBtn a {
    display: flex;
    gap: 1.4rem;
    position: Relative;
    align-items: center;
}
.quKakaoBtn .icon{
	width:3.6rem;
	height:3.2rem;
	display:inline-block;
	background-image: url(/public/img/common/qu_kakao_icon.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quKakaoBtn .text {
    display: flex;
    gap: 0.6rem;
    flex-direction: column;
    align-items: flex-start;
}
.quKakaoBtn .text span{
	color: #000;
	text-align: left;
	font-family: pretendard-500;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 13px */
	letter-spacing: 0.13px;
}
.quKakaoBtn .text dl{
	color: #000;
	text-align: left;
	font-family: pretendard-700;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.5rem;
	letter-spacing: -0.44px;
}

.quRightBox {
    position: Relative;
    width: 134rem;
    height: 100%;
    background: #463930;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	padding:0 6rem 0 0;
}
.quInformBox {
    display: flex;
    position: Relative;
    align-items: center;
}


.quInflex{
	gap:0.4rem;
	display:flex;
	position:relative;
	align-items: flex-end;
}

.quIn{
	width:10rem;
	position:Relative;
}
.quIn input {
font-family: Pretendard;
box-sizing: border-box;
margin: 0;
width: 100%;
position: relative;
height: 5.6rem;
border-radius: 4px;
border: 1px solid rgba(255, 255, 255, 0.20);
background: #463930;
padding: 0rem;
color: #fff;
font-family: pretendard-500;font-weight: 500;font-size: 1.6rem;font-style: normal;line-height: 2.6rem;}
.quIn input:-webkit-autofill,
.quIn input:-webkit-autofill:hover,
.quIn input:-webkit-autofill:focus,
.quIn input:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #463930 !important;}
.quIn input:focus,
.quIn input:active {background:#463930; }
.quIn input:focus{outline: none;}

.quIn input::placeholder {
	color: #888;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 2.6rem;
}
.quIn input.phone{
	text-align:center;
}
.quIn input:read-only {
	background: #463930;
}


.quInSel{
	margin:0 1.4rem 0 0;
	width:20rem;
	position:relative;
}
.quInSel:before {
    transform: translateY(-50%);
    z-index: 2;
    content: '';
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 10px;
    height: 6px;
    background-image: url(
	/public/img/common/qusel_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.quInSel select {
	cursor:pointer;
box-sizing: border-box;
margin: 0;
width: 100%;
position: relative;
height: 5.6rem;

border-radius: 4px;
border: 1px solid rgba(255, 255, 255, 0.20);
background: #463930;

padding: 0rem 2rem 0rem 2rem;
color: #fff;
font-family: pretendard-500;font-weight: 500;font-size: 1.6rem;font-style: normal;line-height: 2.6rem;
-webkit-appearance: none;}
.quInSel select:-webkit-autofill,
.quInSel select:-webkit-autofill:hover,
.quInSel select:-webkit-autofill:focus,
.quInSel select:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #463930 !important;}
.quInSel select:focus,
.quInSel select:active {background:#463930;}
.quInSel select:focus{outline: none;}



.quCheckArea {
    position: Relative;
    margin: 0 0 0 2rem;
}
.quCheckArea input[type="checkbox"]{ 
	position:absolute; 
    width:1px; 
    height:1px; 
    padding:0; 
    margin:-1px; 
    overflow:hidden; 
    clip:rect(0,0,0,0); 
    border:0; 
}
.quCheckArea input[type="checkbox"] + label {
    display: flex;
    position: relative;
    padding-left: 3.2rem;
    cursor: pointer;
    text-align: left;
    color: #fff;
    font-family: pretendard-600;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.2rem;
    justify-content: space-between;
    align-items: center;
}
.quCheckArea input[type="checkbox"] + label:before{ 
	content:''; 
    position:absolute; 
    left:0; 
    top:50%;
	transform:translateY(-50%);
    width:2.4rem;
    height:2.4rem;
    text-align:center; 
    background:#fff; 
    border:none; 
    box-sizing:border-box; 
	background:url(../img/common/check_before.png) no-repeat center/cover;
}
.quCheckArea input[type="checkbox"]:checked + label:after{ 
	content: ''; 
	position:absolute; 
    top:50%;
	transform:translateY(-50%);
	left:0; 
	width:2.4rem;
	height:2.4rem;
	background:url(../img/common/qucheck_after.png) no-repeat center/cover;
}

.quFormBtn{
	cursor:pointer;
	margin:0 0 0 2rem;
	width:22rem;
	height:5.6rem;
	position:Relative;
	border-radius: 4px;
	background: #E6C27C;
	gap:1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	text-align: center;
	font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}
.quFormBtn span {
    height: 1.4rem;
    width: 1.8rem;
    display: inline-block;
    background-image: url(/public/img/common/qu_mail_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.quLawyerBox {
    position: absolute;
    left: -6.5rem;
    bottom: 0;
    height: 100%;
}
.quLawyer {
	display: none;
	/* opacity:0; */
	/* visibility: hidden; */
    height: 100%;
    position: Relative;
}
.quLawyer.active {
	display: block;
	/* opacity:1; */
	/* visibility: visible; */
	height: 100%;
    position: Relative;
}
.quLawyerInner{
	height: 100%;
    position: Relative;
	display: flex;
    align-items: center;
}
.quLawImg{
	width:16rem;
	height:13rem;
	position:Relative;
}
.quLawImg img{
	width:100%;
}

.quLawBtn{
	position:Relative;
}
.quLawBtn a {
    position: Relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.quLawBtn a dl{
	margin:0 0 0.6rem 0;
	text-align:left;
	color: #FFF;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2rem;
}
.quLawBtn a p b{
	text-align:left;
	color: #FFF;
	font-family: 'MaruBuri';
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
	letter-spacing: 0.52rem;
}
.quLawBtn a p {
	text-align:left;
    display: flex;
    color: #FFF;
    font-family: 'MaruBuri';
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.2rem;
    align-items: flex-end;
    justify-content: flex-start;
}
.quLawBtn a p span {
    top: -0.5rem;
    position: relative;
    display: inline-block;
    margin: 0 0 0 1rem;
    height: 1.2rem;
    width: 0.7rem;
    background-image: url(/public/img/common/qulaw_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.quOnlineBox {
    gap: 2rem;
    display: flex;
    position: Relative;
    align-items: center;
    justify-content: flex-end;
}
.quOnlineBox p {
    margin: 0;
    color: #fff;
    text-align: left;
    font-family: pretendard-700;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: -0.44px;
}
.quOnlineBox a {
    border-radius: 4px;
    background: #E6C27C;
    display: flex;
    width: 150px;
    padding: 15px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: center;
    font-family: pretendard-600;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.quWrap.onBtnshow .quSideBox{
	max-width: 160rem;
}
.quWrap.onBtnshow .quleftBox{
	width: 70rem;
}
.quWrap.onBtnshow .quRightBox{
	width: 110rem;
}
@media (max-width:1800px) {
	.quleft {
		padding: 0 6rem 0 2rem;
	}
	.quRightBox {
		padding: 0 2rem 0 0;
	}
	
	
	.quWrap.onBtnshow .quleftBox {
		margin: 0 10rem 0 0;
		width: 50rem;
	}
	.quWrap.onBtnshow .quRightBox{
		width: 100rem;
	}
}
@media (max-width:1700px) {
	.quleftBox {
		width: 50rem;
	}
	.quleft {
		padding: 0 4rem 0 2rem;
	}
}
@media (max-width:1600px) {
	.quWrap:before {
		content:none;
	}
	.quWrap:after {
		content:none;
	}
	.quInner {
		height: 9rem;
	}
	
	.quInSel {
		margin: 0 1.2rem 0 0;
		width: 18rem;
	}
	.quIn {
		width: 9rem;
	}
	.quCheckArea {
		margin: 0 0 0 1.6rem;
	}
	.quFormBtn {
		margin: 0 0 0 1.6rem;
		width: 19rem;
		height: 5.6rem;
	}
	
	
	.quWrap.onBtnshow:before {
		content:'';
	}
	.quWrap.onBtnshow:after {
		content:'';
	}
}
@media (max-width:1400px) {
	.quLawyerBox {
		display: none;
	}
	.quleftBox {
		width: 60rem;
	}
	.quRightBox {
		width: 120rem;
		display: flex;
		padding: 0 2rem;
		justify-content: center;
	}
	.quCheckArea input[type="checkbox"] + label {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	
	.quWrap.onBtnshow .quleftBox {
		padding: 0 6rem;
		margin: 0;
		width: 40%;
	}
	.quWrap.onBtnshow .quRightBox {
		width: 60%;
	}
	.quWrap.onBtnshow:before {
		content:none;
	}
	.quWrap.onBtnshow:after {
		content:none;
	}
}
@media (max-width:1200px) {
	.quleft {
		padding: 0 2rem 0 2rem;
	}
	.quCallBtn a {
		gap: 1rem;
	}
	.quCallBtn .text dl {
		font-size: 2rem;
	}
	.quKakaoBtn .text dl {
		font-size: 2rem;
	}
	
	.quInSel {
		margin: 0 1.2rem 0 0;
		width: 14rem;
	}
	.quIn {
		width: 8rem;
	}
	.quFormBtn {
		width: 16rem;
	}
	
	
	.quWrap.onBtnshow .quleftBox {
		padding: 0 3rem;
		margin: 0;
		width: 40%;
	}
	.quWrap.onBtnshow .quRightBox {
		width: 60%;
	}
}
@media (max-width:991px) {
	.quWrap{
		box-shadow: none;
	}
	.quMoInnner {
		display: flex;
		position: Relative;
		width: 100%;
		padding: 2rem 1rem 1.4rem 1rem;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
		justify-content: center;
	}
	.quPcInner {
		display: none;
	}
	
	.quMoBox {
		gap: 4px;
		display: flex;
	}
	.quCallBtn {
		padding: 1rem 2rem;
		width: 20.7rem;
		display: flex;
		gap: 1rem;
		position: Relative;
		align-items: center;
		border-radius: 6px;
		background: #F0E6E0;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
		justify-content: center;
	}
	.quCallBtn .icon {
		width: 3.2rem;
		height: 2.8rem;
	}
	.quCallBtn .text {
		display: flex;
		gap: 0.3rem;
		flex-direction: column;
		align-items: center;
	}
	.quCallBtn .text span {
		text-align: center;
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: 0px;
	}
	.quCallBtn .text dl {
		color: #000;
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.5rem;
		letter-spacing: 0;
	}
	
	.quKakaoBtn {
		display: flex;
		width: 5.2rem;
		height: 5.2rem;
		border-radius: 6px;
		background: #F9E000;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
		position: Relative;
		align-items: center;
		justify-content: center;
	}
	.quKakaoBtn .icon {
		width: 2.4rem;
		height: 2.4rem;
	}
	
	
	.quLinkBtn{
		position:Relative;
	}
	.quLinkBtn a{
		height: 100%;
		display: flex;
		padding: 1rem 1.6rem;
		justify-content: center;
		align-items: center;
		gap: 6px;
		align-self: stretch;

		border-radius: 6px;
		border: 1px solid rgba(255, 255, 255, 0.20);
		background: #463930;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);

		color: #E6C27C;
		text-align: center;
		font-family: pretendard-600;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 800;
		line-height: 2.6rem;
	}
}

@media (max-width:410px) {
	.quMoBox.onBtnshow{
		padding:0 5.8rem 0 0;
	}
	.quMoBox.onBtnshow .quKakaoBtn{
		right:0;
	}
	.quMoBox {
		position:Relative;
		width: 100%;
		gap: 0;
		display: flex;
		padding:0 14.8rem 0 0;
	}
	.quCallBtn {
		padding: 0;
		height: 5.2rem;
		width: 100%;
	}
	.quKakaoBtn {
		top: 0;
		right: 9.2rem;
		position: absolute;
		width: 5.2rem;
	}
	.quLinkBtn {
		top: 0;
		right: 0;
		position: absolute;
		width: 8.8rem;
	}
	.quLinkBtn a {
		height: 5.2rem;
		padding: 0;
	}
}




/*--------------------------------------------------------------
# 개인정보처리방침
--------------------------------------------------------------*/

.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: #142952;
    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: rgba(147, 20, 32, 1);
	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:767px) {
	#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;
}