
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;}
}
.mobr{display:none;}
@media (max-width:767px) {
	.mobr {display:block!important;}
}
.overhidden {overflow:hidden;}


div {transition:all 0.2s ease-in;}
header {transition:all 0.2s 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;}

@media (max-width: 1600px) and (min-width: 992px) {
	html {font-size: 57.5%;}
}

@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.ttf) format("truetype");
}
/* ======================== :::::: header ~  :::::: ========================  */

#header {  background: #FFF;top: 0; left: 0; width: 100%; height:10rem;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 {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0rem 2rem;
    max-width: 154rem;
    margin: 0 auto;
}
.logoImg {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 2rem;
}
.logoImg img { height:4.6rem;}
.colorLogo {display:none;}

.headerPRight {display:flex;height: 100%;}
.gnb {
	left: 27rem;
    gap: 6rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gnb>li {
    /* display: flex; */
	height: 100%;
    margin-right: 0rem;
    position: relative;
    /* justify-content: center; */
}
.gnb li.mailIcon {margin-right: 0; margin-left: 1rem;}
.gnb li.landBtn {margin-right: 0; margin-left: 1rem;}
.gnb li a {
	position:relative;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.gnb li:hover a span{color: #8754FB;font-family: 'Pretendard-Bold';
	font-weight: 700;}
.gnb li a span {
    display: flex;
    position: relative;
    height: 100%;
    color: #111;
    font-family: 'Pretendard-Medium';
    font-weight: 500;
    font-size: 2rem;
    line-height: 3.4rem;
    text-transform: uppercase;
    align-items: center;
}
.gnb li a span::before {
    content: none;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #8754FB;
    position: absolute;
}
.gnb li:hover a span::before {content: '';}



.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:#263F70;} */
#header:hover .gnb li.landBtn::before {background:#111;}

#header.change .gnb li a {color:#111;}
#header.change .gnb li a:hover {color:#263F70;}

.hmailIcon {
    width: 5rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hmailIcon img {width:100%; height:auto;}

.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: 17rem;
    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:last-child{
	border-bottom: none;
}
.depth02 li a {
    width: 100%;
    color: #000;
    font-size: 1.6rem;
    display: inline-block;
    cursor: pointer;
	line-height: 4rem;
}

.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;} */


.headBtnBox {
    right: 2rem;
    position: absolute;
    display: flex;
    gap: 0.6rem;
}
.headBtn{
	position:relative;
	display:inline-block;
}
.headBtn a {
    gap: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    padding: 1.4rem 1.8rem;
    text-align: center;
    font-family: 'Pretendard-SemiBold';
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
}
.headBtn a img{height:2rem;}
.headBtn:nth-child(1) a{
background: #FFEB3B;
color: #3C1E1E;
}
.headBtn:nth-child(2) a{
	background: #F8F7FE;
}
.headBtn:nth-child(3) a{
	background: #F8F7FE;
}

@media (min-width:992px) {
	.gnb>li:hover .depth02 {height:auto; border: 1px solid #EEE;}
	.gnb>li:hover .gnbdepth02 {height: auto;}
}

@media (max-width:1600px) {
	#header {
		height: 9rem;
	}
	/* #header.change .headerInner{ padding: 0.5rem 2rem;} */
	.headerInner {padding: 0rem 2rem;max-width: 160rem;}
	/* .gnb li {margin-right: 2.5rem;} */

	.gnb li a span{font-size: 1.9rem; }
	.depth02 li a {font-size: 1.5rem; line-height: 4.5rem;}
}
@media (max-width:1300px) {
	.headerInner {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0rem 2rem;
	}
	.logoImg img {
		height: 4rem;
	}
	.gnb {
		    gap: 5rem;
		left: 20rem;
	}
	.headBtn a {
		padding: 1.4rem 2rem;
		font-size: 1.6rem;
		line-height: 2rem;
	}
}
@media (max-width:1070px) {
	.gnb {
		gap: 3rem;
		        left: 18rem;
	}
}
@media (max-width:991px) {
	#header {height: 8rem;}
	
	#header.change .headerInner {padding: 0 2rem 0 0;}

	.headerInner {
		padding: 0 2rem 0 0;
	}
	.logoImg {
		left: 8rem;
	}
	.logoImg img {
		height: 4rem;
	}
	.gnb>li {
		width: 100%;
		display: none;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.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 {
		height: auto;
		margin-right: 0;
		border-bottom: none;
	}
	.gnb li a {height:auto;width: 100%; display: inline-block;}
	.gnb li a span {
		display:inline-block;
		font-size: 2.2rem;
		line-height: 4rem;
		height:auto;
		padding-bottom:1rem;
	}
	/* .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 {
		top: 1.5rem;
		position: relative;
		left: 1rem;
		width: 5rem;
		height: auto;
	}
	.moMenuBtn {cursor:pointer;}
	.menuCloseBtn {
		width: 5rem;
		height: 5rem;
		position: absolute;
		left: 1rem;
		top: 1.5rem;
		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: 2rem;
		width: 100vw;
		height: 100vh;
		position: fixed;
		/* right: -100%; */
		padding: 8rem 3rem 2rem 3rem;
		left:-100vw;
		top: 0;
		background: #FFF;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		/* transform: translateX(-100%); */
		/* transition: all 0.4s ease-in-out; */
	}
	.show .gnb {
		left: 0;
		overflow-x: scroll;
		/* transform: translateX(0); */
	}
	.show .gnb li {display:block;}
	.show .gnb a {color:#222;}
	
	.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.8rem;
		padding-left: 2rem;
		line-height: 5rem;
	}
	.depth02Show.depth02 {height:auto;}
	
	li.depthArrow.depth02Show::before {transform: rotate(180deg);}
	
	
	.headBtn a {
		padding: 1.2rem 1.8rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.headBtn a img {
		height: 2rem;
	}
}

@media (max-width:767px) {
	#header {
		height: 6rem;
	}
	.logoImg {
		left: 5.5rem;
	}
	.logoImg img {
		height: 2.2rem;
	}
	.hmailIcon {
		top: 0.8rem;
		left: 0.6rem;
	}
	.hmailIcon {width: 4.4rem; height: auto;}
	.mailMenu {padding:0;}
	
	.menuCloseBtn {
		width: 4.4rem;
		height: 4.4rem;
		left: 0.6rem;
		top: 0.8rem;
	}
	.menuCloseBtn img {max-width:5rem;}
	
	
	.headBtnBox {
		right: 0.6rem;
		position: absolute;
		display: flex;
		gap: 0.4rem;
	}
	.headBtn a {
		height:3.4rem;
		gap: 0.3rem;
		padding: 1rem 1.2rem;
		font-size: 1.2rem;
		line-height: 1.4rem;
		letter-spacing: -0.24px;
	}
	.headBtn a img {
		height: 1.2rem;
	}
	.headBtn a span{display:none;}
	
	
	.gnb {
		gap:1rem;
		padding: 8rem 2rem 2rem 2rem;
	}
	.gnb li{
		margin-bottom: 1.2rem;
	}
	.gnb li a.depth02Show span{font-family: 'Pretendard-Bold';
	font-weight: 700;color:#8754FB;}
	.gnb li a.depth02Show span:before{content:'';}
	.gnb li a span {
		display: inline-block;
		font-size: 1.8rem;
		line-height: 3rem;
		height: auto;
		padding-bottom: 0.6rem;
	}
	.depth02 li{
		margin: 0;
		padding:0 1rem;
	}
	.depth02 li:last-child a{
		border-bottom:none;
	}
	.depth02 li a {
		font-size: 1.5rem;
		padding-left: 0rem;
		line-height: 4rem;
		border-bottom:1px solid #eee;
	}
}
/*  ================== // ~ Header==================*/




/* ::::::::: Footer START ~ ::::::::: */
footer {
	overflow:hidden;
    background: #fff;
    position: relative;
}
footer.show{
	padding-bottom:11rem;
}
.footerInner{
	max-width:154rem;
	margin:0 auto;
	width:100%;
	position:relative;
	padding:0 2rem;
}
.footerIn {
    position: relative;
    width: 100%;
	padding:6rem 0;
}
.footerInLe {
    display: flex;
    padding: 0;
    position: relative;
    align-items: center;
    justify-content: flex-start;
	gap:6rem;
}
.f_logo{
	display:block;
	margin:0rem;
}
.f_logo img{
	height:4.6rem;
}


.faddlist{
	position:relative;
}
.faddlist ul{
	padding:0;
	margin:0;
}
.faddlist ul li{
	padding:0;
	margin:0 3rem 0 0;
	display:inline-block;
	color: #111;
	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 1.4rem 0 0;
	display:inline-block;
	color: #000;
	font-family: 'Pretendard-Bold';
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2rem;
}
.faddlist ul li a{
	color: #000;
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
}

.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 {
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    gap: 6rem;
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footerInRi a.prilink{
	position:relative;
	color: #000;
	font-family: 'Pretendard';
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
	text-transform: uppercase;
}
.footerInRi a.prilink:before {
    content: '';
    position: absolute;
    right: -3rem;
    top: 0.4rem;
    width: 1px;
    height: 1.6rem;
    background: #E5E5E5;
}
.footerInRiSns{
	display:flex;
	gap:3rem;
}
.footerInRiSns img{
	height:3rem;
}
@media (max-width:1300px) {
	.footerIn {
		position: relative;
		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 2rem;
	}
	.footerInLe {
		margin: 0 0 3rem 0;
		display: flex;
		padding: 0;
		position: relative;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 3rem;
		flex-direction: column;
	}
	
	.footerInRi {
		transform: inherit;
		top: inherit;
		right: 0;
		gap: 6rem;
		display: flex;
		position: relative;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.footerInRi:before {
		content: none;
	}
	.frinum {
		margin-bottom: 3rem;
	}
}
@media (max-width:767px) {
	.footerIn {
		padding: 4rem 0;
		position: relative;
		display: block;
		width: 100%;
	}
	.footerInLe {
		gap: 0;
		margin: 0 0 4rem 0;
		padding: 0;
	}
	
	.footerInRi {
		transform: inherit;
		top: inherit;
		right: 0;
		gap: 3rem;
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footerInRi a.prilink:before {
		content: none;
	}
	.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;
	}
	
	

	.f_logo {
		width: 100%;
		padding: 0;
		display: flex;
		margin-bottom: 4rem;
		justify-content: center;
	}
	.f_logo img {
		height: 3rem;
	}
	.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;
		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: 0;
		margin: 0;
	}
	.faddlist ul li span {
		display:block;
		margin: 0 0 0.6rem 0;
		font-size: 1.3rem;
		line-height: 1.5rem;
	}
	.faddlist ul li {
		display: flex;
		width: calc(50% - 0px);
		margin: 0 0 2rem 0;
		font-size: 1.4rem;
        line-height: 2.2rem;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.faddlist ul li a {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.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;
	}
	.footerInRi a.prilink {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
}
/* ::::::::: // ~ Footer END ::::::::: */


/*--------------------------------------------------------------
# 퀙메뉴
--------------------------------------------------------------*/
.quOpenBtn{
	display:none;
	position:fixed;
	bottom:5rem;
	right:2rem;
	z-index:100;
	width:6.4rem;
	height:7rem;
	background-image: url(../img/internet/common/quOpenBtn_icon.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor:pointer;
}
.quCloseBtn{
	display:none;
}

.quOpenBox {
    background: inherit;
    display: flex;
    border-radius: 2rem 0px 0px 2rem;
    position: fixed;
    bottom: 20rem;
    right: 0rem;
    z-index: 100;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    flex-direction: column;
    align-items: flex-end;
}

.quOpenBeforeBoxInner{
	right:0;
	position:relative;
	width:7.6rem;
	display: flex;
	padding: 1.5rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	border-radius: 2rem 0px 0px 2rem;
	background: #FFF;
}
.qobBox{
	height:4.6rem;
	width:4.6rem;
	border-radius: 8px;
}
.qobBox a {
    border-radius: 8px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.qobBox a img{height:2.2rem;}
.qobBox:nth-child(1) a{background: #F1EEFA;}
.qobBox:nth-child(2) a{background: #FEE500;}
.qobBox:nth-child(3) a{background: #8754FB;}
.qobBox:nth-child(4) a{background: #F1EEFA;}
.quOpenBoxOpen {
	z-index: 2;
    cursor: pointer;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 3.1rem;
    height: 6.2rem;
    fill: #FFF;
    background-image: url(../img/internet/common/quOpenBoxOpen.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.quOpenBoxInner {
    /* display: flex; */
	position:relative;

	display:none;
    gap: 1.8rem;
    width: 22rem;
    padding: 1.5rem;
    position: relative;
    border-radius: 2rem 0px 0px 2rem;
    background: #FFF;
    backdrop-filter: blur(2.5px);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.quOpenBoxClose {
    cursor: pointer;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 3.1rem;
    height: 6.2rem;
    fill: #FFF;
    background-image: url(../img/internet/common/quOpenBoxClose.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.quitems{
	width:100%;
}
.quitems dl {
    margin: 0 0 0.6rem 0;
    color: #111;
    text-align: center;
    font-family: 'Pretendard-SemiBold';
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8rem;
    letter-spacing: -0.28px;
}

.qupayBtn{
	width:100%;
}
.qupayBtn a {
    border-radius: 0.6rem;
    background: #F1EEFA;
    padding: 1.2rem 1.6rem;
    color: #111;
    font-family: 'Pretendard-SemiBold';
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8rem;
    gap: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qupayBtn a img{
	height:2.2rem;
}

.qukakaoBtn{
	width:100%;
}
.qukakaoBtn a {
    border-radius: 0.6rem;
    background: #FEE500;
    padding: 1.2rem 1.6rem;
    color: #111;
    font-family: 'Pretendard-SemiBold';
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8rem;
    gap: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qukakaoBtn a img{
	height:1.8rem;
}

.qudirectBtn{
	width:100%;
}
.qudirectBtn a {
    border-radius: 0.6rem;
    background: #8754FB;
    padding: 1.2rem 1.6rem;
    color: #fff;
    font-family: 'Pretendard-SemiBold';
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8rem;
    gap: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qudirectBtn a img{
	height:2.2rem;
}


.quCallBtn{
	width:100%;
	position:relative;
}
.quCallBtn a{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	width:100%;
	border-radius: 0.6rem;
	background: #F1EEFA;
	overflow:hidden;
}
.quCallText {
    padding: 1.2rem 0;
    width: 100%;
    gap: 0.6rem;
    display: flex;
    color: #111;
    font-family: 'Pretendard-Bold';
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8rem;
    align-items: center;
    justify-content: center;
}
.quCallText img{
	height:2.2rem;
}


.quOpenBox.onopen .quOpenBoxOpen{display:none;}
.quOpenBox.onopen .quOpenBeforeBoxInner{
	position: absolute;
	right: -10rem;
}
.quOpenBox.onopen .quOpenBoxInner{
	display:flex;
}

@media (max-width:767px) {
	.quOpenBoxOpen{display:none!important;}
	.quOpenBoxClose{display:none!important;}
	.quOpenBeforeBoxInner{display:none!important;}
	
	.quOpenBtn {
		display:inline-block;
		bottom: 4rem;
		right: 0.4rem;
		width: 5.4rem;
		height: 6rem;
	}
	
	.quOpenBox {
		border-radius: 1.2rem;
		bottom: 11rem;
		right: 1rem;
		box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
	}
	.quOpenBoxInner {
		display: none;
		gap: 1.4rem;
		width: 20rem;
		padding: 1.5rem;
		border-radius: 1.2rem;
	}
	.quitems dl {
		margin: 0 0 0.6rem 0;
		font-size: 1.3rem;
		line-height: 1.5rem;
		letter-spacing: -0.26px;
	}
	.qupayBtn a {
		border-radius: 0.4rem;
		padding: 1.2rem 1.6rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
		gap: 0.4rem;
	}
	.qupayBtn a img {
		height: 1.8rem;
	}
	.qukakaoBtn a {
		border-radius: 0.4rem;
		padding: 1.2rem 1.6rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
		gap: 0.4rem;
	}
	.qukakaoBtn a img {
		height: 1.5rem;
	}
	.qudirectBtn a {
		border-radius: 0.4rem;
		padding: 1.2rem 1.6rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
		gap: 0.4rem;
	}
	.qudirectBtn a img {
		height: 1.8rem;
	}
	.quCallText {
		padding: 1.2rem 0;
		gap: 0.4rem;
		font-size: 1.6rem;
		line-height: 1.8rem;
	}
	.quCallText img {
		height: 1.8rem;
	}
	
	
	.quCloseBtn{
		display:none;
		position:fixed;
		bottom: 4rem;
        right: 0.4rem;
		z-index: 101;
		width: 5.4rem;
        height: 6rem;
		background-image: url(../img/internet/common/quCloseBtn_icon.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		cursor:pointer;
	}
	
	.quOpenBox.onopenMo .quOpenBoxInner{
		display:flex;
		z-index: 100;
	}
	.quOpenBox.onopenMo:before{
		content:'';
		z-index:99;
		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background: rgba(0, 0, 0, 0.50);
		backdrop-filter: blur(10px);
	}
}



/*--------------------------------------------------------------
# 개인정보처리방침
--------------------------------------------------------------*/

.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';
    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-Bold';
    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: #8754FB;
    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: #8754FB;
    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';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: 300;
    line-height: 2.4rem;
    letter-spacing: -0.3px;
    color: #444444;
}
.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: #444444;}
.privSubTBox ul li p a:hover{color:#222;text-decoration: underline;}
.privSubTBox ul li dd {
    font-family: 'Pretendard-Light';
    display: block;
    position: relative;
    padding-left: 1rem;
    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;
}

.no_spam_gray {
    margin: 3rem 0 0 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.no_spam_gray img{
	max-width:100%;
}

@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 {
		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 dd {
		    margin-top: 0.2rem;
		padding-left: 1rem;
		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;
}