@charset "UTF-8";
/* NanumSquare 300,400,700,800*/
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);

/* Jost 300,400,500,600,700,800*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');
/* font-family: 'Jost', sans-serif; */

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'NanumSquare', sans-serif;
	font-weight: 400;
	/* -webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg); */
}

img {
	max-width: 100%;
    border: 0;
    vertical-align: top;
}

ul {
    list-style: none;
}
em {
	font-style: normal;
}

input,
select,
button,
textarea {
    vertical-align: middle;
	-webkit-appearance: none;
	outline: none;
}

label, button {
    cursor: pointer;
}

a {
    color: #000;
    text-decoration: none;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}

/*
	z-index
	c-header 100
*/

body {
	overflow-x: hidden;
}

.c-wrap--eng .c-depth {
	width: 268px;
}

.c-aligner {
	position: relative;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.c-wrap {
	overflow-x: hidden;
	position: relative;
	padding-top: 80px;
}
.c-header {
	position: fixed;
	top: 0; 
	left: 0; 
	width: 100%;
	height: 80px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	z-index: 100;
}
.depth-dimm {
	position: fixed;
	top: 80px; 
	left: 0; 
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.03);
	z-index: 80;
}
.c-header_aligner {
	position: relative;
	height: 100%;
	padding: 0 30px;
	z-index: 90;
}
.c-h1 {
	height: 100%;
}
.c-logo {
	display: block;
	width: 153px;
	height: 100%;
	background: url('../images/common/c-logo.png') no-repeat left center;
	background-size: 100% auto !important;
	text-indent: -9999px;
	image-rendering: -webkit-optimize-contrast;
}
.c-gnb {
	position: absolute;
	top: 0;
	right: 178px;
}
.c-gnb_list {
	font-size: 0;
	text-align: right;
}
.c-gnb_item {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.c-gnb_item + .c-gnb_item {
	margin-left: 65px;
}
.c-gnb_link {
	display: block;
	position: relative;
	color: #333;
	font-size: 15px;
	line-height: 80px;
	font-weight: 700;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.c-gnb_link.depth:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #000;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	z-index: 10;
}
.c-gnb_link.depth:hover:before,
.c-gnb_item.active .c-gnb_link.depth:before {
	width: 100%;
}
.c-gnb_item.now .c-gnb_link.depth:before {
	width: 100%;
}
.c-depth {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 0;
	width: 120px;
	padding: 20px 0;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.c-gnb_item.active .c-depth {
	opacity: 1;
	visibility: visible;
}
.c-depth_item + .c-depth_item {
	margin-top: 15px;
}
.c-depth_link {
	display: block;
	color: #616161;
	font-size: 14px;
	text-align: left;
	line-height: 1;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.c-depth_link:hover {
	text-decoration: underline;
}

.c-navi {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-navi > a {
	display: inline-block;
	vertical-align: middle;
}
.c-navi > a + a {
	margin-left: 23px;
}
.c-lang {
	color: #797979;
	font-size: 12px;
	font-weight: 700;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.c-lang:hover {
	text-decoration: underline;
}
.c-drawer_trigger {
	display: block;
	width: 20px;
	height: 14px;
	background: url('../images/common/c-drawer_trigger.png') no-repeat;
	image-rendering: -webkit-optimize-contrast;
}
.c-drawer_trigger.active {
	background: url('../images/common/c-drawer_close.png') no-repeat center center;
	background-size: auto 100%;
}
.c-drawer_logo,
.c-drawer_close {
	display: none;
}

.c-footer {
	padding: 40px 0;
	border-top: 1px solid #c9c9c9;
}
.c-footer_sns {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	text-align: left;
	z-index: 10;
}
.c-footer_sns a {
	display: inline-block;
	vertical-align: top;
}
.c-footer_sns a + a {
	margin-left: 12px;
}
.c-footer_logo {
	position: absolute;
	top: 0;
	left: 0;
}
.c-footer .c-aligner {
	padding-left: 158px;
}
.c-footer_info li {
	color: #444;
	font-size: 14px;
	line-height: 1.1;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
} 
.c-footer_info li + li {
	margin-top: 5px;
}
.c-copyright {
	margin-top: 15px;
	color: #000;
	font-size: 12px;
	line-height: 1;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}

@media (max-width: 1260px) {
	.c-wrap--eng .c-depth {
		width: 100%;
	}

	.is-drawer-open,
	.is-drawer-open body {
		overflow-y: hidden;
		height: 100%;
	}
	.depth-dimm {
		display: none !important;
	}
	.c-header_aligner {
		padding: 0 20px;
	}
	.c-gnb {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgb(0,0,0,0.29);
		-webkit-transition: opacity .3s;
		-ms-transition: opacity .3s;
		transition: opacity .3s;
	}
	.c-gnb.active {
		opacity: 1;
		visibility: visible;
	}
	.c-gnb.active .c-gnb_inner {
		right: 0;
	}
	.c-gnb_inner {
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 0;
		right: -600px;
		width: 600px;
		height: 100%;
		padding: 90px 35px;
		background-color: #fff;
		min-height: 100vh;
		-webkit-transition: right .3s;
		-ms-transition: right .3s;
		transition: right .3s;
	}
	.c-gnb_item {
		display: block;
	}
	.c-gnb_item + .c-gnb_item {
		margin-left: 0;
	}
	.c-gnb_link {
		position: relative;
		width: 100%;
		padding: 15px 0;
		text-align: left;
		font-size: 28px;
		line-height: 1;
		font-weight: 900;
	}
	.c-gnb_link.depth:hover:before,
	.c-gnb_item.active .c-gnb_link.depth:before {
		width: 0;
	} 
	.c-gnb_item.now .c-gnb_link.depth:before {
		width: 0;
	}
	.c-gnb_link.depth:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 12px;
		height: 100%;
		background: url('../images/common/c-drawer_depth.png') no-repeat center center;
		background-size: 100% auto !important;
		-webkit-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
		image-rendering: -webkit-optimize-contrast;
	}
	.c-gnb_item.m-active .c-gnb_link.depth:after {
		background: url('../images/common/c-drawer_depth--active.png') no-repeat center center;
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.c-gnb_item.m-active .c-depth {
		display: block;
	}
	.c-depth {
		display: none;
		opacity: 1;
		visibility: visible;
		position: relative;
		top: 0;
		width: 100%;
		margin-bottom: 4px;
		padding: 23px 35px;
		border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
	}
	.c-depth_item + .c-depth_item {
		margin-top: 20px;
	}
	.c-depth_link {
		font-size: 22px;
	}
	.c-drawer_logo {
		display: block;
		margin-bottom: 150px;
		text-align: center;
	}
	.c-drawer_logo img {
		width: 205px;
	}
	.c-drawer_close {
		display: block;
		position: absolute;
		top: 25px;
		right: 35px;
		width: 17px;
		height: 17px;
		background: url('../images/common/c-drawer_close.png') no-repeat center center;
		background-size: 100% auto;
		text-indent: -9999px;
	}
	.c-drawer_trigger.active {
		background: url('../images/common/c-drawer_trigger.png') no-repeat center center;
	}
	.c-navi {
		right: 20px;
	}

	.c-footer {
		padding: 30px 20px;
	}
	.c-footer_sns {
		position: relative;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.c-wrap {
		padding-top: 45px;
	}
	.c-header {
		height: 45px;
	}
	.c-header_aligner {
		padding: 0 15px;
	}
	.c-logo {
		width: 84px;
	}
	.c-navi {
		right: 15px;
	}
	.c-navi > a + a {
		margin-left: 8px;
	}
	.c-lang {
		font-size: 10px;
	}
	.c-drawer_trigger {
		width: 16px;
		height: 12px;
		background-size: 16px auto;
	}

	.c-gnb_inner {
		width: 80%;
		padding: 58px 15px;
	}
	.c-drawer_logo {
		margin-bottom: 100px;
	}
	.c-drawer_logo img {
		width: 130px;
	}
	.c-drawer_close {
		top: 15px;
		right: 15px;
		width: 11px;
		height: 11px;
	}
	.c-gnb_link {
		padding: 8px 0;
		font-size: 18px;
	}
	.c-gnb_link.depth:after {
		width: 7px;
	}
	.c-depth {
		padding: 18px 23px;
	}
	.c-depth_item + .c-depth_item {
		margin-top: 14px;
	}
	.c-depth_link {
		font-size: 13px;
	}
		
	.c-footer {
		padding: 15px 0 30px;
	}
	.c-footer .c-aligner {
		padding-left: 15px;
	}
	.c-footer_logo {
		position: relative;
		margin-bottom: 10px;
	}
	.c-footer_sns {
		position: absolute;
		top: 6px;
		right: 15px;
		margin-bottom: 0;
	}
	.c-footer_sns a {
		width: 30px;
	}
	.c-footer_sns a + a {
		margin-left: 5px;
	}
	.c-footer_logo img {
		width: 80px;
	}
	.c-footer_info li {
		font-size: 12px;
		line-height: 1.4;
	}
	.c-footer_info li + li {
		margin-top: 0;
	}
}