html {
    font-size: 62.5%;
    font-family: Pretendard;
    color: #111;
}

div {box-sizing:border-box; transition:all 0.3s ease-in-out;}
.mo_only, .mo_br {display:none!important;}
.mobr{display:none!important;}


@media (max-width:1920px) and (min-width:1601px) {
	html {font-size: 49.5%;}
}

@media (max-width:1600px) and (min-width:992px) {
	html { font-size:55.5%;}	
}

@media (max-width:1920px) and (min-width:1100px) and (max-height:850px) {
	html {font-size: 40.5%;}
}


@media (max-width:991px) {
	.mo_only, .mo_br {display:block!important;}
	.pc_only, .pc_br {display:none!important;}
}
@media (max-width:767px) {
	.mobr{display:block!important;}
}

@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");
}

@font-face {
    font-family: 'MaruBuriSemiBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: 'MaruBuriBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'MaruBuriLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.ttf) format("truetype");
}

@font-face {
    font-family: 'MaruBuriExtraLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.ttf) format("truetype");
}

/* @font-face { */
    /* font-family: 'MaruBuri'; */
    /* font-weight: 500;  */
    /* font-style: normal;  */
    /* src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/MaruBuri-SemiBold.woff2) format('woff2'); */
    /* font-display: swap; */
/* } */
/* @font-face { */
    /* font-family: 'MaruBuri'; */
    /* font-weight: 700;  */
    /* font-style: normal;  */
    /* src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/MaruBuri-Bold.woff2) format('woff2'); */
    /* font-display: swap; */
/* } */




/* ::::::::: header START ::::::::: */

header {
    top: 0;
	left: 0;
    width: 100%;
    z-index: 10;
	position: fixed;
    transition: all 0.3s ease-in-out;
}
/* header:hover {background:#fff;} */
header.back {left: 0; top: 0; z-index: 500; position: fixed;}
header.change {background: #fff;}
.header_inner {
    width: 100%;
    padding: 2.5rem 5rem;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.logo {width:auto; height:4rem;}
.logo a {display: inline-block; height: 100%; width: auto;}
.logo img {width: auto; height: 100%;}

.h_page	{font-weight: 500; font-size: 1.8rem; line-height: 2.2rem;}
.h_page:hover {color:#FF783E;}
.h_page a {display: flex; align-items: center;}
.h_page figure {width:1.6rem; height:auto; padding-left: 0.8rem;}
.h_page figure img {width:100%; height:auto;}

.gnb {position: relative;}
.gnb ul {display:flex;}
.gnb ul li {padding-right: 7rem;}
.gnb ul li a{
    color: #FFF;
    text-align: center;
    font-family: 'Pretendard-Medium';
    /* font-size: 1.8rem; */
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: -0.4px;
}
.gnb ul li:last-child {padding-right:0;}
.gnb ul a:hover {text-decoration: underline;}
.gnb_color {color:#FF6C3E!important;}

/* +++ // 모바일 메뉴 START ~+++ */
.side_menu_Btn, .side_cont_wrap {display:none; cursor:pointer;} 
.side_menu_Btn span {
    right: 0;
	width: 100%;
    height: 0.2rem;
    background: #FFF;
    position: absolute;
	border-radius: 2px;
    transition: all 0.3s;
}

.is_active .side_menu_Btn span  {background:#222;}
.side_menu_Btn span.black {background:#222;}
.side_menu_Btn span:nth-child(1) {top:0.8rem; width:100%;}
.side_menu_Btn span:nth-child(2) {top:1.4rem; width:64%; left:0;}
.side_menu_Btn span:nth-child(3) {bottom:0%; width:100%;}

.side_menu_Btn.fix span:nth-child(1) {top:1rem; transform:rotateZ(-45deg);}
.side_menu_Btn.fix span:nth-child(2) {opacity:0;}
.side_menu_Btn.fix span:nth-child(3) {bottom: -1.2rem;transform: rotateZ(45deg); right:0; }

.change span {background: #1A3764;}

.side {
	background: #FFF;
	height: 100vh; 
	width: 66.7%; 
	position: fixed; 
	top: 0; right:-100%; 
	z-index:500;
	transition:all 0.8s ease-in-out;
}
.is_active .side {right: 0;box-shadow: 0 0 110px rgb(0 0 0 / 50%);}
.side_menu_Btn.fix {position: absolute; right:0rem; top: 0rem;}
.side_cont_inner {
    width: 100%;
    height: 100%;
    padding: 0 2rem;
	padding: 7.8rem 2rem 0;
}
p.menu01_h {
	color: #111;
	text-align: left;
	font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
}
li.menu01 {padding: 1.5rem 0;}
li.menu01:last-child {border-bottom:none;}

.side_menu_BG {
	top:0;
	opacity: 0;
	z-index:-10;
    width: 100%;
    height: 100vh;
	position: fixed;
    background: rgba(0,0,0,0.5);
	transition:all 0.8s ease-in-out;
}
.side_menu_BG.showBg { display:none; z-index: 490;opacity: 1;top:0;}

.moIconFBox {
    width: 5rem;
    height: 5rem;
    position: fixed;
    bottom: 4rem;
    z-index: 35;
    display: none;
    border-radius: 99px;
    background: rgba(26, 55, 100, 0.85);
    backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.moIconFBoxInner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.moIconFBox a {width: 0; overflow: hidden; display: inline-block;}
.moIconFBox img {width:100%; height:auto;}

.telicon {left:2rem;}
.inqicon {right:2rem;}

.fIcon {width: 2rem; height: 2rem; position: relative; position: absolute; left: 1.5rem;}
.fIcon img {width:100%; height:auto;}

.fIconT {
	color: #FFF;
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-family: "Pretendard-SemiBold";
}

.moIconFBox.inqicon .fIcon {left:unset; right:1.5rem;}
.inqicon .moIconFBoxInner {
    width: 100%;
    height: 100%;
    display: flex;
	position: relative;
    align-items: center;
    justify-content: flex-start;
}

.moIconFBox:hover {width: 17rem;}
.moIconFBox:hover a  {width:auto;}
.moIconFBox.inqicon:hover {width: 11.5rem; padding-left:2rem;}

/* 헤더 스크롤 컬러 변경 */
.bluelogo {display:none;}
header.change {background:#FFF;}
header.change .bluelogo {display:block;}
header.change .whitelogo {display:none;}
header.change .gnb ul li a {color:#111;}
header.down_header {transform: translateY(-100%);}

@media (max-width:1500px) and (min-width:992px) {
	.logo {height: 3.2rem;}
	.gnb ul li {padding-right: 3.2rem;}
	.gnb ul li a {font-size:1.6rem;}
}

@media (max-width:991px) {
	.logo {height: 2.5rem;}
	.gnb {display:none;}
	.side_menu_Btn {top: 0; right: 0rem; padding: 2rem; display: block; width: 6.5rem; height: 6.5rem; position: absolute;}
	.side_menu_Wrap {position: relative;}
	.header_inner {padding:2rem;}
	.side_menu_Btn, .side_cont_wrap {display:block;} 
	.side_menu_Btn {height: 4.8rem; width: 4.8rem; padding: 1.2rem;}
	.side_menu_BG.showBg {display:block;}
	.moIconFBox {display:block;}
	li.menu01 {padding: 1rem 0;}
}
@media (max-width:767px) {
	.header_inner {padding:1.4rem 2rem;}
	.logo {height:2rem;}
	.side_cont_inner {width: 100%; height: 100%; padding: 0 2rem; padding: 4rem 2rem 0;}
}
/* +++ // ~ 모바일 메뉴 END +++ */
/* ::::::::: // header END ::::::::: */

.floatMenu {
    border-radius: 10px 6px 6px 10px;
    transform: translateY(-50%);
    background: #1A3764;
    position: fixed;
    padding: 2rem;
    top: 50%;
    right: 0;
    z-index: 3;
    max-width: 17.5rem;
}

.floatT {
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.14px;
}

.ftxt {
    color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: -0.14px;
    word-break: keep-all;
}

.ftxt span {font-family:'Pretendard-Black';}

.fBtnWrap {
    display: inline-block;
    padding-bottom: 2rem;
    margin: 1rem 0 2rem;
    border-bottom: 1px solid #FFF;
}
.fBtn {
    display: inline-block;
    background: #FFF;
    border-radius: 4px;
    color: #1A3764;
    text-align: center;
    font-family: "Pretendard-Bold";
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0.8rem 1.6rem;
    width: 100%;
    box-sizing: border-box;
}

.ftel {
    color: #FFF;
    text-align: center;
    font-family: "Pretendard-Bold";
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -0.54px;
    padding: 1rem 0 0 0;
    display: inline-block;
}
.fopen {
	color: #FFF;
	text-align: center;
	font-family: "Pretendard-SemiBold";
	font-size: 1.4rem;
	line-height: 1.8rem;
}


@media (max-width:1500px) and (min-width:992px) {
	.ftxt {font-size: 1.2rem; line-height: 2rem;}
	.fBtnWrap {padding-bottom: 1.5rem; margin: 1rem 0 1.5rem; width: 100%;}
	.fBtn {font-size: 1.4rem; line-height: 1.8rem; padding: 0.6rem 1.6rem;}
}

@media (max-width:991px) {
	.floatMenu {display:none;}
}

/* ::::::::: Footer START ~ ::::::::: */



/* ::::::::: Footer START ~ ::::::::: */
footer {
    background: #303742;
    padding: 6rem 2rem 4rem;
    position: relative;
}

.goUpBtn {
    cursor: pointer;
    width: 7rem;
    height: 7rem;
    position: fixed;
    right: 2rem;
    bottom: 0;
    margin-bottom: 2rem;
    background: url(../img/topArrowBox.png) no-repeat center / cover;
    z-index: 30;
}

.footerInner {max-width:168rem; margin:0 auto; position:relative;}
.footerTop {padding-bottom:4rem;}
.flogo {width: 17.5rem; height: auto; margin-bottom: 4rem;}
.flogo img {width:100%; height:auto;}
.footerTopUl {display:flex;}
.mbottom {margin-bottom:1.2rem;}
.footerTopUl li {display:flex; position:relative; padding-right:3rem; margin-right:3rem; color: #FFF; font-size: 1.5rem; line-height: 2.2rem;}
.footerTopUl li span {font-family: "Pretendard-Bold"; margin-right:2rem;}
.footerTopUl li::before {
    content: '';
    width: 1px;
    height: 1.4rem;
    background: #999999;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.eamilF {text-decoration: underline;}
.footerTopUl li:last-child {padding-right:0; margin-right:0;}
.footerTopUl li:last-child::before {display:none;}

.snsList {display: flex; justify-content: flex-end; position: absolute; right: 2rem; top: 0;}
.snsList li {width: 2.4rem; height: 2.4rem; margin-right:2rem;}
.snsList li:last-child {margin-right:0;}
.snsin img {width:100%; height:auto;}

.copy {
    color: rgba(255, 255, 255, 0.50);
    font-family: "Pretendard-Light";
    font-size: 1.5rem;
    line-height: 2rem;
    padding-top: 4rem;
    border-top: 1px solid rgb(238 238 238 / 10%);
}

@media (max-width:1500px) and (min-width:992px) {
	footer {padding: 4rem 0 4rem;}
	.footerInner {padding: 0 6rem 0;}
	.snsin {width: 3rem; height: 3rem; right: 6rem;}
	.footerTop {padding-bottom: 3rem;}
	.footerTopUl li {padding-right: 1.8rem; margin-right: 1.8rem; font-size: 1.4rem; line-height: 2rem;}
	.copy {padding-top: 3rem;}
}


@media (max-width:991px) {
	footer {padding: 3rem 2rem 13.4rem;}
	.goUpBtn {display:none;}
	.flogo {margin: 0 0 3rem 0;}
	.footerTopUl {display: flex; justify-content: space-between; flex-wrap: wrap;}
	.mbottom {margin-bottom: 0rem;}
	/* .footerTopUl.mbottom {margin-bottom:0;}  */
	.footerTopUl li {
		padding-right: 0;
		margin-right: 0;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 2.6rem;
		width: calc(50% - 1rem);
	}
	.footerTopUl li p {
		margin-top: 0.4rem;
		text-align: center;
		text-decoration: none!important;
		font-size: 1.4rem;
		line-height: 1.7rem;
		 text-decoration-line: none;
		
	}
	.footerTopUl li span {margin-right: 0; font-size: 1.3rem; line-height: 1.5rem;}
	.footerTopUl li::before {display:none;}
	
	ul.footerTopUl li:first-child {width: 100%;}
	ul.footerTopUl.mbottom li:first-child {width: calc(50% - 1rem);}
	
	.footerTop {padding-bottom: 0.4rem;}
	.copy {font-size: 1.3rem; line-height: 2.2rem; padding-top:3rem; text-align: center;}
	
	.snsin {
		width: 2.4rem;
		height: 2.4rem;
		position: relative;
		right: unset;
		top: unset;
		display: inline-block;
		margin: 3rem auto 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		
	.snsList {
		top: unset;
		left: 50%;
		display: flex;
		right: unset;
		bottom: -3rem;
		position: relative;
		align-items: center;
		position: absolute;
		justify-content: center;
		transform: translateX(-50%);
	}
}

@media (max-width:991px) {
	.flogo {width:14.6rem;;}
}
/* ::::::::: // ~ Footer END ::::::::: */



/* ::::::::: Main Footer START ~ ::::::::: */

.mainfooter {
	z-index:1;
    background: none;
    padding: 4rem 0;
}
.mainfooter .footerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainfooterlist {
	color: #FFF;
	text-align: center;
	
	display:flex;
}

.mainfooterlist li {
	font-family: Pretendard;
	line-height: 2.3rem;
	font-size: 1.6rem;
	padding-right:4rem;
	position:relative;
}
.mainfooterlist li::before {
	content:'';
	width:1px;
	height:1.5rem;
	position:absolute;
	right:2rem;
	top:50%;
	transform:translateY(-50%);
	background:#FFF;
	opacity:0.3;
}
.mainfooterlist li:last-child {padding-right:0;}

.mainfooter .copy {
	color: #FFF;
	text-align: right;
	font-family: Pretendard;
	font-size: 1.3rem;
	line-height: 1.5rem;
	letter-spacing: 0.026rem;
	text-transform: uppercase;
    padding-top: 0;
    border-top: none;
}

@media (max-width:991px) {
	.mainfooter .footerInner {
		flex-direction: column;
		align-items: center;
	}
	.mainfooter {
		background: none;
		padding: 2rem 0;
	}
	.mainfooterlist li {
		line-height: 2.3rem;
		font-size: 1.4rem;
	}
	.mainfooter .copy {
		font-size: 1.2rem;
		line-height: 1.5rem;
		letter-spacing: 0.024rem;
		margin-top: 2rem;
	}
}


/* ::::::::: // ~ Main Footer END ::::::::: */


/* ::::::::: 서브 페이지 비주얼 START ~ ::::::::: */
.subVWrap {padding-top: 23.4rem; padding-bottom: 12rem; background: #183A68; text-align: center;}
.subVInner {width:100%; max-width:148rem; padding:0 2rem; margin:0 auto;}
.subVPageName {
	color: #FFF;
	text-align:left;
	font-family: 'MaruBuriSemiBold';
	font-size: 8rem;
	font-weight: 700;
	line-height: 9rem;
}
.subVPageTopName {font-family: 'Outfit'; margin-bottom:2rem; color: #FFF; text-align: center; font-size: 2.2rem; font-weight: 600; line-height: 2.6rem; letter-spacing: 1.76px; text-transform: uppercase;}

.subV {
    padding: 0;
	width: 100%;
    position: relative;
    padding: 6rem 2rem 7rem;
    background: url(../img/about/brandVbg03_1212.jpg) no-repeat center / cover;
}

.subNav {
    display: flex;
    align-items: center;
    padding-bottom: 5rem;
}
.homeIcon {
	display: flex;
	width: 3.6rem;
	height: 3.6rem;
	justify-content: center;
	align-items: center;
	margin-right:1.4rem;
	border-radius: 2px;
    overflow: hidden
}
.homeIcon img {width:100%; height:auto;}
.depth01Name {color: #FFF; font-size: 1.7rem; line-height: 3.6rem;}
.subNArrow {
    width: 0.4rem;
    height: 0.8rem;
    margin: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subNArrow img {width:100%; height:auto;}
.hpage {
	color: #FFF;
	font-size: 1.7rem;
	line-height: 3.6rem;
	font-family: "Pretendard-Semibold";
}


@media (max-width:1500px) and (min-width:992px) {
	.subVInner {padding: 0 6rem;}
	.subNav {padding-bottom: 3rem;}
	
	.homeIcon {width:3rem; height:3rem;}
	
	.subVWrap {padding-top: 34.4rem; padding-bottom: 8rem;}
	.subVPageName {font-size: 7rem;}
	.subVPageName {font-size: 5.5rem; line-height: 7rem;}
	.subVPageTopName {margin-bottom:1.8rem; font-size:2rem; line-height:2.2rem;}
	
	
}

@media (max-width:991px) {
	.subVWrap {padding-top: 25rem; padding-bottom:5rem;}
	.subNav {padding-bottom: 2.5rem;}
	
	.homeIcon {width: 3rem; height: 3rem; margin-right: 1rem;}
	.depth01Name {font-size: 1.4rem; line-height: 3rem;}
	.hpage {font-size: 1.4rem; line-height: 3rem;}
	
	.subVPageName {font-size: 4.5rem; line-height: 5.3rem;}
	
	
	
}


@media (max-width:767px) {
	.subVWrap {padding-top: 18.2rem; padding-bottom: 3rem;}
	.subNav {padding-bottom: 1rem;}
	.subVPageName {font-size: 3.4rem; line-height: 4.8rem; letter-spacing: 0;}
	
	.subVPageTopName {font-family: 'Outfit'; margin-bottom: 1.4rem; font-size: 1.3rem; line-height: 1.6rem; letter-spacing: 1.04px;}
}
/* ::::::::: // 서브 페이지 비주얼 END ::::::::: */


/* 페이징 */
.pc_pagenation {width: 100%;}
.front_paging_line{
	display:block;
	text-align:center;
}
.front_paging_box{
	display:inline-block;
}
.flex_box{
	display:flex;
}
.front_paging_number_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.front_paging_number_box ul li.on_front_paging{
	background: #1A3764;
	color:#fff;
	border: 1px solid #1A3764;
	font-family: 'Pretendard-Bold';
}
.front_paging_number_box ul li.on_front_paging:hover{
	background: #1A3764;
	color:#fff;
	border: 1px solid #1A3764;
	font-family: 'Pretendard-Bold';
}
.front_paging_number_box ul li {
	margin:0 0.2rem 0rem;
    cursor: pointer;
    background: #F3F3F3;
    width: 5rem;
    height: 5rem;
    border: 1px solid #F3F3F3;
    display: flex;
    color: #222;
    font-size: 1.6rem;
    font-family: 'Pretendard-Medium';
    line-height: 2.2rem;
    align-items: center;
    justify-content: center;
}
.front_paging_number_box ul li:hover {
    border: 1px solid #162F4A;
    background: #FFF;
    color: #162F4A;
}

.prev_page {
	margin-right:0.2rem;
	position:relative;
	cursor:pointer;
    padding: 0rem 1.8rem 0rem 3.8rem;
    display: flex;
    color: #222;
    font-family: Pretendard;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
    /* border-radius: 0.6rem; */
    border: 1px solid #DDD;
    height: 5rem;
    background: #fff;
    align-items: center;
    justify-content: center;
	box-sizing: content-box;
}
.prev_page:after {
    content: '';
    position: absolute;
    left: 1.8rem;
    top: 1.7rem;
    width: 1.4rem;
    height: 1.2rem;
    background-image: url(../img/sub/prev_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.next_page {
	margin-left:0.2rem;
	position:relative;
	cursor:pointer;
    padding: 0rem 3.8rem 0rem 1.8rem;
    display: flex;
    color: #222;
    font-family: Pretendard;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
    /* border-radius: 0.6rem; */
    border: 1px solid #DDD;
    height: 5rem;
    background: #fff;
    align-items: center;
    justify-content: center;
	box-sizing: content-box;
}
.next_page:after {
    content: '';
    position: absolute;
    right: 1.8rem;
    top: 1.7rem;
    width: 1.4rem;
    height: 1.2rem;
    background-image: url(../img/sub/next_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width:767px) {
	
	.front_paging_box {
		display: block;
	}
	.front_paging_line{
		margin-top:4rem;
	}
	.flex_box {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.front_paging_number_box ul li {
		margin: 0rem 0.2rem;
		width: 4rem;
		height: 4rem;
		font-size: 1.4rem;
	}
	
	.prev_page {
		left: 0rem;
		position: absolute;
		width: 4rem;
		padding: 0rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
		border-radius: 0.4rem;
		height: 4rem;
	}
	.prev_page span{
		display:none;
	}
	.prev_page:after {
		content: '';
		position: absolute;
		left: 0rem;
		top: 0rem;
		width: 4rem;
		height: 4rem;
		background-image: url(../img/sub/prev_arrow.png);
		background-size: 1.2rem;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.next_page {
		right: 0rem;
		position: absolute;
		width: 4rem;
		padding: 0rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
		height: 4rem;
	}
	.next_page span{
		display:none;
	}
	.next_page:after {
		content: '';
		position: absolute;
		right: 0rem;
		top: 0rem;
		width: 4rem;
		height: 4rem;
		background-image: url(../img/sub/next_arrow.png);
		background-size: 1.2rem;
		background-repeat: no-repeat;
		background-position: center center;
	}
}
@media (max-width:600px) {
	.front_paging_number_box ul li {
		margin: 0rem 0.2rem;
		width: 3rem;
		height: 3rem;
		font-size: 1.4rem;
	}
	.prev_page {
		left: 0rem;
		position: absolute;
		width: 3rem;
		padding: 0rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
		border-radius: 0.3rem;
		height: 3rem;
	}
	.prev_page:after {
		content: '';
		position: absolute;
		left: 0rem;
		top: 0rem;
		width: 2.8rem;
		height: 2.8rem;
		background-image: url(../img/sub/prev_arrow.png);
		background-size: 1.2rem;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.next_page {
		right: 0rem;
		position: absolute;
		width: 3rem;
		padding: 0rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
		border-radius: 0.3rem;
		height: 3rem;
	}
	.next_page:after {
		content: '';
		position: absolute;
		right: 0rem;
		top: 0rem;
		    width: 2.8rem;
    height: 2.8rem;
		background-image: url(../img/sub/next_arrow.png);
		background-size: 1.2rem;
		background-repeat: no-repeat;
		background-position: center center;
	}
}
/* // 페이징 */
#textcontainer {padding: 12rem 0;}
#textcontainer h2 {
    font-size: 2rem;
    line-height: 3rem;
    font-family: "Pretendard-Medium";
}

.priv_tit {font-family: 'Pretendard-Bold';margin-bottom: 3rem;padding: 4.5rem 0 3rem;display: block;font-size: 4rem;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 {
    font-family: 'Pretendard-SemiBold';
    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;
    display: block;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 2.7rem;
    letter-spacing: -0.3px;
    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:1.4rem;}
.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; margin-top:1rem;}
.privSubTBox ul li{display:block;position:relative;margin-bottom:5rem;}
.privSubTBox ul.privSubTBoxTxt li {margin-bottom:1rem;}
.privSubTBox ul li b {
    font-family: Pretendard;
    position: absolute;
    left: 0px;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3rem;
    letter-spacing: -0.3px;
    color: #444444;
}
.privSubTBox ul li p {
    font-family: Pretendard;
    display: block;
    position: relative;
    padding-left: 3rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 3rem;
    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-Light';
    display: block;
    position: relative;
    padding-left: 1.7rem;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3rem;
    letter-spacing: -0.3px;
    color: #444444;
    padding-bottom: 0.5rem;
}
.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 0;
    display: block;
}
.ta5box table{
	border-collapse: collapse;
	width:100%;
	border: 1px solid #888;
}
.ta5box tr th{
	word-break: keep-all;
	text-align:center;
	font-size:1.8rem;
	padding: 1rem;
	border: 1px solid #888;
}
.ta5box tbody tr td {
    padding: 1rem 2rem;
    text-align: left;
    font-size: 1.7rem;
    border: 1px solid #888;
    line-height: 3rem;
}

.privSubTBox ul li td p {
    text-align: left;
    font-size: 1.7rem;
    padding-left: 0;
}

.privSubTBox ul li td:last-child p {padding-bottom:0;}
@media (max-width:991px) {
	#textcontainer {padding: 6rem 0 10rem;}
	.priv_tit {padding: 2.5rem 0 3rem; font-size: 3.5rem;}
}
@media (max-width:767px) {
	#textcontainer {
		padding: 4rem 0rem 6rem 0rem;
	}
	.priv_tit {
		margin-bottom: 2rem;
		padding: 2rem 0 2rem;
		font-size: 2rem;
		letter-spacing: -0.3px;
	}
	#textcontainer h2 {
		font-size: 1.5rem;
		line-height: 2.5rem;
		font-family: "Pretendard";
	}
	.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.5rem;
		line-height: 2.2rem;
		letter-spacing: -0.3px;
		margin-top: 0.8rem;
		margin-bottom: 0.4rem;
	}
	.privSubTBox {
		margin-top: 0.6rem;
	}
	.privSubTBox ul li b {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.privSubTBox ul li p {
		padding-left: 1.4rem;
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.privSubTBox ul li td p {
		padding: 0;
		line-height: 1.6rem;
		padding-bottom: 0.6rem;
		font-size: 1.2rem;
	}
	.privSubTBox ul li dd {
		    margin-top: 0.2rem;
		padding-left: 1.4rem;
		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;
	}
}


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

