@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothicLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothicBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
br { font-family: Helvetica Neue, Helvetica, Arial, "Apple SD Gothic Neo", "Malgun Gothic", Dotdum; }
/* tag reset */
.preload * {
	transition: none !important;
}
.webfont { /* 웹폰트가 로드되기 전에 적용되는 클래스 */
	opacity: 0;
	/*opacity: 1; /* 관리자에디터사용시 활성화 */
}
.fonts_loaded body { /* 웹폰트가 완전히 로드되었을 때 적용되는 클래스 */
	
}

::-moz-selection {
  color: white;
  background-color: #645953;
  -webkit-text-stroke: initial;
}
::selection {
  color: white;
  background-color: #645953;
  -webkit-text-stroke: initial;
}

/* 스크롤바 */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #023f73;
  border-radius: 10px;
  cursor: grabbing;
}

html { font-size: 62.5%; } /* 브라우저기본 16px 1rem 62.5%(10px) 환산 */
@media (max-width: 1279px) {
	html { font-size: 56.25%; }
}
@media (max-width: 719px) {
	html { font-size: 50%; }
}
body {
	font-family: 'AritaWeb',sans-serif;
	font-size: 1.2rem; line-height: 1.5; font-weight: 400; color: #282828;
	min-width: 320px;
	-webkit-text-size-adjust: none; /* 모바일에서 text 사이즈 변동 없게 */
	-webkit-font-smoothing: subpixel-antialiased; /* antialiased or subpixel-antialiased 웹킷 브라우저 웹폰트 선명하게 처리 */
	font-variant-ligatures: none; /* fi수정 */
	word-break: keep-all;
}
button { font-family: 'AritaWeb',sans-serif; }
img {
	max-width: 100%;
	line-height: 0; font-size: 0;
	/*image-rendering: optimizeSpeed;*/ /* low quality */
	/*image-rendering: optimizeQuality;*/ /* high quality */
	-ms-interpolation-mode: bicubic; /* blur */
	/* -ms-interpolation-mode: nearest-neighbor; /* sharpen */
	/*-webkit-backface-visibility: hidden; /* css3이면가시성속성 */
	/*backface-visibility: hidden;*/
}
a {
	color: #282828;
}

.main-color{
	color:#023f73;
}

/* reset */
* { padding: 0; margin: 0; border: 0; outline: 0; }
img { padding: 0; margin: 0; border: 0; outline: 0;vertical-align : bottom }
article, aside, figcaption, figure, footer, header, nav, section { display: block; }
ul, li, ol, dl { list-style: none; }
td { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
input, select, textarea { vertical-align: middle; border: 0; }
label { cursor: pointer; }
a, input, select, textarea { text-decoration: none; }
textarea { -webkit-overflow-scrolling: touch; }
input[type='checkbox'] { appearance: checkbox; }
input[type='text'], input[type='tel'], input[type='password'], textarea { appearance: none; border-radius: 0; color: #282828; }
input[type='text'], input[type='tel'], input[type='password'] { width: 100%; }
input::placeholder { color: #ccc; }
a:hover { text-decoration: none; }

/* call class */
.displaynone { display: none !important; }
.displaypc, .displaymobile { display: none; }
.displaypc.active, .displaymobile.active { display: block; }
.fixo-dimmed { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: rgba(0,0,0,.4); cursor: pointer; visibility: hidden; opacity: 0; transition: all .3s; }
@media (max-width: 1279px) {
	.br-max { display: block; }
}
@media (max-width: 719px) {
	.br-min { display: block; }
}
.font2 {
	font-family: 'NotoSansWeb';
}


.show-pc{display: block;}
.show-tablet{display: none;}
.show-tablet2{display:block;}
.show-mo{display: none;}

@media(max-width:1279px){
	.show-tablet{display: block;}
	.show-tablet2{display:none;}
}

@media(max-width:719px){
	.show-pc{display: none;}
.show-mo{display: block;}
}

.br400{display:none;}
.br400-2{display:block}

@media(max-width:400px){
	.br400{display:block;}
	.br400-2{display:none;}
}

/* animation */
.ani { opacity: 0; }
.animate .ani { animation: animate_opacity 1.2s forwards; }
.ani-top { opacity: 0; transform: translateY(100px); }
.ani-bottom { opacity: 0; transform: translateY(-100px); }
.ani-left { opacity: 0; transform: translateX(100px); }
.ani-right { opacity: 0; transform: translateX(-100px); }
.animate .ani-top, .animate .ani-bottom, 
.animate .ani-left, .animate .ani-right { animation: animate_TBLR 1.2s forwards; }
@keyframes animate_opacity {
    0%   { }
    100% { opacity: 1; }
}
@keyframes animate_TBLR {
    0%   { }
    100% { opacity: 1; transform: translate(0, 0); }
}

.animate .delay1 { animation-delay: .6s; }
.animate .delay2 { animation-delay: .7s; }
.animate .delay3 { animation-delay: .8s; }
.animate .delay4 { animation-delay: .9s; }
.animate .delay5 { animation-delay: 1.0s; }
.animate .delay6 { animation-delay: 1.1s; }
.animate .delay7 { animation-delay: 1.2s; }
.animate .delay8 { animation-delay: 1.3s; }
.animate .delay9 { animation-delay: 1.4s; }
.animate .delay10 { animation-delay: 1.5s; }
.animate .delay11 { animation-delay: 1.6s; }
.animate .delay12 { animation-delay: 1.7s; }
.animate .delay13 { animation-delay: 1.8s; }
.animate .delay14 { animation-delay: 1.9s; }
.animate .delay15 { animation-delay: 2s; }
.animate .delay16 { animation-delay: 2.1s; }
.animate .delay17 { animation-delay: 2.2s; }
.animate .delay18 { animation-delay: 2.3s; }
.animate .delay19 { animation-delay: 2.4s; }
.animate .delay20 { animation-delay: 2.5s; }
.animate .delay21 { animation-delay: 2.6s; }
.animate .delay22 { animation-delay: 2.7s; }
.animate .delay23 { animation-delay: 2.8s; }
.animate .delay24 { animation-delay: 2.9s; }
.animate .delay25 { animation-delay: 3s; }
.animate .delay26 { animation-delay: 3.1s; }
.animate .delay27 { animation-delay: 3.2s; }
.animate .delay28 { animation-delay: 3.3s; }

.mwidth {
	max-width: 1460px;
	padding: 0 20px; margin: auto;
}
.mwidth2 {
	max-width: 1240px;
	padding: 0 20px; margin: auto;
}


/* Layout */
body {
	
}
#wrap {
}
#container {
}
#content {
	overflow: hidden;
}

/* header : 공통상단 */
#header {
	position: relative; z-index: 100;
	height: 204px;
}
#header .header-top {
	position: absolute; top: 0; left: 0; right: 0;
	height: inherit;
}
#header.active .header-top .gnb-wrap {
	position: fixed; top: 0; left: 0; right: 0;
}

#header .header-top .top-content {
	position: relative; z-index: 100;
	height: 140px;
	box-sizing: border-box;
	border-bottom: 1px solid #c3c3c3;
	background: #fff;
	overflow: hidden;
}
#header .header-top h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit;
}
#header .header-top h1 a {
	position: relative; z-index: 2;
}
#header .header-top .top-content .btn-wrap {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 100%; max-width: 1420px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	text-align: center;
}
#header .header-top .gnb-wrap {
	position: relative;
	height: 64px;
	box-sizing: border-box;
	border-bottom: 1px solid #c3c3c3;
	background: #fff;
}
#header .header-top .gnb-wrap .gnb ul {
	display: flex;
	justify-content: center;
}
#header .header-top .gnb-wrap .gnb ul li a {
	position: relative;
	display: block;
	padding: 0 24px;
	font-size: 1.8rem; line-height: 64px; letter-spacing: -.04rem; font-weight: 300; color: #6f6557;
}
#header .header-top .gnb-wrap .gnb ul li a:hover {
	font-weight: 700;
}

#header .header-top .btn-gnb {
	position: absolute; top: 50%; right: 15px; z-index: 100;
	margin-top: -14px;
	width: 28px; height: 28px;
	text-align: center;
	cursor: pointer;
	display: none;
}
#header .header-top .btn-gnb span {
	position: absolute; top: 0; left: 50%;
	margin: 0 0 0 -9px;
	width: 20px; height: 2px;
	background: #6f6557;
	transition: all .2s;
}
#header .header-top .btn-gnb span:nth-child(1) {
	top: 7px;
}
#header .header-top .btn-gnb span:nth-child(2) {
	top: 13px;
}
#header .header-top .btn-gnb span:nth-child(3) {
	top: auto; bottom: 7px;
}

#header .header-top .icons-set.dummy {
	display: none;
}
@media (max-width: 1279px) {
	#header {
		height: 60px;
	}
	#header, 
	#header .header-top {
		position: fixed;
	}
	#header .header-top .top-content {
		height: inherit;
	}
	#header .header-top .top-content h1 img {
		height: 45px;
	}

	#header .header-top .gnb-wrap, 
	#header.active .header-top .gnb-wrap {
		padding: 0;
		position: fixed; top: 60px; bottom: 0; left: 0; right: 0;
		opacity: 0;
		visibility: hidden;
		height: auto;
		background: none;
		transition: all .3s;
	}
	html.expand-menu #wrap { position: relative; }
	html.expand-menu { position: fixed; overflow: hidden !important; touch-action: none; width: 100%; height: 100%; }
	html.expand-menu body { position: fixed; overflow: hidden !important; touch-action: none; width: 100%; height: 100%; }
	html.expand-menu #header .header-top .gnb-wrap { opacity: 1; visibility: visible; }
	html.expand-menu .fixo-dimmed { visibility: visible; opacity: 1; }
	#header .header-top .gnb-wrap .gnb {
		position: absolute; top: 0; left: 0; right: 0; z-index: 100;
		max-height: 100%;
		background: #fff;
		text-align: left;
		overflow: hidden; overflow-y: auto;
	}
	html.expand-menu #header .header-top .btn-gnb span:nth-child(1) {
		top: 13px;
		transform: rotate(45deg);
	}
	html.expand-menu #header .header-top .btn-gnb span:nth-child(2) {
		opacity: 0;
	}
	html.expand-menu #header .header-top .btn-gnb span:nth-child(3) {
		bottom: 13px;
		transform: rotate(-45deg);
	}

	#header .header-top .gnb-wrap .gnb ul {
		display: block;
	}
	#header .header-top .gnb-wrap .gnb ul li {
		margin: 0 20px;
	}
	#header .header-top .gnb-wrap .gnb ul li.blog {
		display: block;
	}
	#header .header-top .gnb-wrap .gnb ul li:not(:first-child) {
		border-top: 1px solid #eee;
	}
	#header .header-top .gnb-wrap .gnb ul li a {
		display: block;
		padding: 4px 10px;
		line-height: 4rem; color: #282828;
	}
	#header .header-top .gnb-wrap .gnb ul li a.active {
		font-weight: 300; color: #282828;
	}
	#header .header-top .gnb-wrap .gnb ul li a.active:after {
		display: none;
	}

	#header .header-top .btn-gnb {
		display: block;
	}
}
@media (max-width: 719px) {
	#header, #header.active {
		height: 54px;
	}
	#header .header-top .top-content h1 img {
		height: 40px;
	}
	#header .header-top .gnb-wrap, 
	#header.active .header-top .gnb-wrap {
		top: 54px;
	}
}

.footer_top { width:100%;height:auto;overflow:hidden; }
.footer_in { max-width:893px;width:100%;height:auto;overflow:hidden;margin:0px auto;padding:100px 0px; }
.footer_box { float:left;width:33.33333%;height:auto;overflow:hidden;text-align:center;font-family: 'GmarketSansLight';font-size:18px; }
.footer_box span { font-family: 'GmarketSansMedium'; }

/* footer : 공통하단 */
#footer {
	background-color: #2c2c2c;
	text-align: center;
}
#footer h2 {
	padding: 25px 0;
	border-bottom: 1px solid #696969;
}
#footer p {
	padding: 60px 20px;
	font-size: 1.5rem; letter-spacing: -.014rem; font-weight: 500; color: rgba(255,255,255,.5);
	text-transform: uppercase;
	word-break: keep-all;
}
#footer p span {
	display: block;
	font-size: 1.2rem;
}
@media (max-width: 1279px) {
	#footer h2 {
		padding: 15px 0;
	}
	#footer h2 img {
		height: 60px;
	}
	#footer p {
		padding: 30px 20px 30px;
	}
}
@media (max-width: 719px) {
	#footer h2 img {
		height: 60px;
	}
}


/*
.quick {
	position: fixed; top: 50%; right: 4%; z-index: 102;
	width: 103px;
	transform: translateY(-50%);
	text-align: center;
}
.quick-menus {
	background: #fff;
}
.quick-menus li {
	position: relative;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quick-menus li > span {
	width: 100%; height: 100%;
}
.quick-menus li:not(:first-child):before {
	content: '';
	position: absolute; top: 0; left: 10px; right: 10px;
	border-bottom: 1px dashed #bebebe;
}
.quick-menus li a {
	display: block;
	width: 100%; height: 100%;
}
.quick-menus li a span {
	display: block;
	padding: 58px 0 0 0; margin: 5px 0 0 0;
	background-repeat: no-repeat;
	background-position: center top 5px;
	font-size: 1.4rem; color: #282828;
}
.quick-menus li a span s {
	text-decoration: none;
}
.quick-menus li:nth-child(1) a span {
	background-image: url('../images/quick_ico01.png');
}
.quick-menus li:nth-child(2) a span {
	background-image: url('../images/quick_ico02.png');
}
.quick-menus li:nth-child(3) a span {
	background-image: url('../images/quick_ico03.png');
}
.quick-menus li:nth-child(4) a span {
	background-image: url('../images/quick_ico04.png');
}
.quick .top {
	font-size: 1.5rem; color: #fff; font-weight: 700;
	line-height: 46px;
	background: #998162;
	cursor: pointer;
}
.quick .top a {
	display: block;
	width: 100%;
	color: #fff;
}
@media (max-width: 1279px) {
	.quick {
		top: auto; bottom: 0; left: 0; right: 0; z-index: 20;
		width: 100%;
		transform: none;
		display: flex;
	}
	.quick-menus {
		display: inline-flex;
		width: 83.33%
	}
	.quick-menus li {
		flex: 1;
		height: 55px;
	}
	.quick-menus li:not(:first-child):before {
		display: none;
	}
	.quick-menus li a span {
		padding: 32px 0 0 0;
		background-size: auto 30px;
		background-position: center top;
		font-size: 1.2rem;
	}
	.quick .top {
		display: inline-flex;
		width: 16.66%;
		line-height: 55px;
	}
}
@media (max-width: 719px) {
	
}*/
.quick {position:fixed;right:0;top:0;width:118px;height:100vh;border-left:1px solid #303030;background:#333333;z-index:4000;z-index:10000;transition: 0.3s;}
.quick .off {
	border:none;
	width:39px;
	height:203px;
	position:absolute;
	right:100%;
	margin-right:1px;
	top:160px;
	text-indent:-9999px;
	background:url(/landing/images/quick-off.png) no-repeat;
	font-size:0;cursor:pointer;
}
.quick .on {
	border:none;
	width:39px;
	height:203px;
	position:absolute;
	right:100%;
	margin-right:1px;
	top:160px;
	text-indent:-9999px;
	background:url(/landing/images/quick-on.png) no-repeat;
	font-size:0;cursor:pointer;
}
.quick.active {right:-119px;}
.quick .desc {height:100%;}
.quick .desc img {max-width:100%;}
.quick .box {height:calc(100% / 10);display:block;text-align:center;box-sizing:border-box;border-top:1px solid #303030;cursor:pointer;}
.quick .box:first-child {border-top:none;}
.quick .box:before {content:"";display:inline-block;vertical-align:middle;width:0;height:100%;}
.quick .box .in {display:inline-block;vertical-align:middle;}
.quick .box .in em,
.quick .box .in strong {display:block;font-size:13px;letter-spacing:-0.05em;color:#fff;}
.quick .box .in strong {font-weight:normal;margin-top: 3px;}
.quick .box5 {background:#023f73;}
.quick .box5 .in strong {font-size:16px;letter-spacing:-0.25px;font-weight:700;}
.quick .box6 {background:#002e66;}
.quick .box6 .in strong {font-size:18px;}
.quick .box10 { cursor:pointer; }
@media (max-width: 1279px) {
.quick .box5 .in strong {font-size:13px;}
.quick .box6 .in strong {font-size:13px;}
.quick .desc img {transform: scale(0.8);transform-origin: bottom center;}
.quick .off {
	border:none;
	width:30px;
	height:150px;
	position:absolute;
	right:100%;
	margin-right:0px;
	top:160px;
	text-indent:-9999px;
	background:url(/landing/images/quick-off.png) no-repeat;
	background-size:contain;
	font-size:0;
}
.quick .on {
	border:none;
	width:30px;
	height:150px;
	position:absolute;
	right:100%;
	margin-right:0px;
	top:160px;
	text-indent:-9999px;
	background:url(/landing/images/quick-on.png) no-repeat;
	background-size:contain;
	font-size:0;
}
.quick {position:fixed;right:0px;top:0;width:118px;height:100vh;border-left:1px solid #303030;background:#333333;z-index:4000;z-index:10000;transition: 0.3s;}
.quick.active {right:-119px;}
}

@media (max-width: 719px) {
	.quick .box .in strong{font-size: 12.5px;}
	.quick .box5 .in strong {font-size:13px;}
	.quick .box6 .in strong {font-size:13px;}
	.quick .box9 .in strong {line-height: 1.25;}
	.quick .desc img {transform: scale(0.7);}
	.quick .off {
		border:none;
		width:25px;
		height:150px;
		position:absolute;
		right:100%;
		margin-right:0px;
		top:160px;
		text-indent:-9999px;
		background:url(/landing/images/quick-off.png) no-repeat;
		background-size:contain;
		font-size:0;
	}
	.quick .on {
		border:none;
		width:25px;
		height:150px;
		position:absolute;
		right:100%;
		margin-right:0px;
		top:160px;
		text-indent:-9999px;
		background:url(/landing/images/quick-on.png) no-repeat;
		background-size:contain;
		font-size:0;
	}
	.quick {position:fixed;right:0px;top:0;width:90px;height:100vh;border-left:1px solid #303030;background:#333333;z-index:4000;z-index:10000;transition: 0.3s;}
	.quick.active {right:-91px;}
	}




/* 팝업창 */
.fixo-popup-wrap {
	position: absolute; top: 200px; left: 0; z-index: 100;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 100%;
}
.fixo-popup-wrap.vertical {
	width: 100%; max-width: 1140px;
}
.fixo-popup-wrap.vertical .fixo-popup {
	flex-basis: 50%;
}
.fixo-popup {
	position: relative;
	display: none;
	padding: 0;
	box-sizing: border-box;
}
.fixo-popup.active {
	display: block;
}
.fixo-popup .popup-box {
	display: inline-block;
}
.fixo-popup .img img {
	width: 100%; max-width: 100%;
	vertical-align: top;
}

.fixo-popup.video {
	width: 500px;
}
.fixo-popup.video .popup-box {
	display: block;
}
.fixo-popup.video .img {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.fixo-popup.video .img video {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
}

.fixo-popup .popup-control {
    z-index:2;
	display: flex;
	justify-content: space-between;
	background: #222;
}
.fixo-popup .popup-control .btn-check {
	margin: 0 0 0 10px;
	font-size: 0;
}
.fixo-popup .popup-control .btn-check label {
	cursor: pointer;
}
.fixo-popup .popup-control .btn-check input {
	display: inline-block;
	vertical-align: middle;
	width: 14px; height: 14px;
	border: 1px solid #fff;
	background: rgba(255,255,255,.8);
	border-radius: 0px;
}
.fixo-popup .popup-control .btn-check span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	font-size: 12px; line-height: 30px; color: #fff;
}
.fixo-popup .popup-control .btn-close {
	margin: 0 10px 0 0;
	font-size: 12px; line-height: 30px; color: #fff;
	cursor: pointer;
}
@media (max-width: 1279px) {
	.fixo-popup-wrap {
		top: 100px; left: 50%; right: auto;
		transform: translateX(-50%);
		display: block;
		padding: 0;
	}
	.fixo-popup-wrap.vertical {
		width: auto;
	}
	.fixo-popup, .fixo-popup.video {
		padding: 0 20px;
		width: 450px;
	}
}
@media (max-width: 719px) {
	.fixo-popup, .fixo-popup.video {
		padding: 0 10px;
		width: 320px;
	}
}