@charset "utf-8";
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 100;
	src: url(fonts/NotoSansKR-ExtraLight.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 200;
	src: url(fonts/NotoSansKR-Light.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/NotoSansKR-DemiLight.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 500;
	src: url(fonts/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 600;
	src: url(fonts/NotoSansKR-Bold.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/NotoSansKR-Bold-Hestia.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 800;
	src: url(fonts/NotoSansKR-Black-Hestia.woff) format('woff');
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	word-break: keep-all;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	font-family: 'NotoSansKR';
}

body {
	padding: 0;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}


/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* change border colour to suit your needs */

ul li {
	list-style: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

a {
	text-decoration: none;
}

input,
select {
	vertical-align: middle;
}

.clear {
	clear: both;
	display: block;
}

.scroll-disable {
	overflow: hidden;
}

header.no-transition {
	transition: none !important;
}

header.fixed {
	position: fixed;
	top: 0px;
    bottom: auto;
    z-index: 111;
}

header {
	top: 0px;
	left: 0px;
	z-index: 4;
	position: fixed;
	width: 100%;
	overflow: hidden;
	min-height: 122px;
	background: rgba(255, 255, 255, 1);
}

header .container {
	margin: 0 auto;
	position: relative;
	max-width: 1440px;
}

header .container a.logo {
	position: absolute;
	z-index: 4;
	display: inline-block;
	padding-top: 40px;
}

header .container nav {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 122px;
	overflow: hidden;
}

header.fixed .container nav {
	transition: height .5s ease-out;
}

header .container nav>ul {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

header .container nav>ul>li {
	display: inline-block;
	font-size: 0px;
	line-height: 50px;
	padding: 0px 20px;
}

header .container nav>ul>li>a {
	font-size: 19px;
	display: block;
	line-height: 48px;
	border-bottom: 2px solid transparent;
	color: #333;
	margin: 36px 0px;
	transition: all .3s ease-out;
}

header .container nav>ul>li>.subnav li a {
	font-size: 16px;
	line-height: 34px;
	display: block;
	color: #333;
}

header .container nav>ul>li:hover>a {
	color: #EC131C;
	border-bottom: 2px solid #EC131C;
}

header .container nav>ul>li:hover>.subnav li a {
	color: #333;
}

header .container nav>ul>li:hover>.subnav li:hover a {
	color: #EC131C;
}

header .container nav>ul>li>label {
	margin-top: 30px;
	font-size: 32px;
	letter-spacing: -0.03em;
}

header .container nav>ul>li:hover>label {
	color: #EC131C;
}

header .container nav>ul>li>label,
header .container nav>ul>li .subnav {
	height: 400px;
	position: absolute;
	width: 16.66666%;
	padding: 0px 20px;
	box-sizing: border-box;
	left: 0px;
	text-align: left;
}

header .container nav>ul>li:last-child .subnav {
	border-right: 0px;
}

header .container nav>ul>li .subnav {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 100px;
}

header .container nav>ul>li:nth-of-type(1)>label,
header .container nav>ul>li:nth-of-type(1)>.subnav {
	left: calc(100% / 6 * 0);
}

header .container nav>ul>li:nth-of-type(2)>label,
header .container nav>ul>li:nth-of-type(2)>.subnav {
	left: calc(100% / 6 * 1);
}

header .container nav>ul>li:nth-of-type(3)>label,
header .container nav>ul>li:nth-of-type(3)>.subnav {
	left: calc(100% / 6 * 2);
}

header .container nav>ul>li:nth-of-type(4)>label,
header .container nav>ul>li:nth-of-type(4)>.subnav {
	left: calc(100% / 6 * 3);
}

header .container nav>ul>li:nth-of-type(5)>label,
header .container nav>ul>li:nth-of-type(5)>.subnav {
	left: calc(100% / 6 * 4);
}

header .container nav>ul>li:nth-of-type(6)>label,
header .container nav>ul>li:nth-of-type(6)>.subnav {
	left: calc(100% / 6 * 5);
}

header .container nav>ul>li>.subnav>li {
	line-height: 20px;
}

header .container ul.quick li {
	position: absolute;
	text-align: center;
	font-size: 16px;
}

header .container ul.quick li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
}


/* header .container ul.quick li:nth-of-type(1) {
	top: 0px;
	right: 122px;
	width: 122px;
	height: 122px;
	line-height: 122px;
	background: #EC131C;
} */

header .container ul.quick li:nth-of-type(1) {
	top: 0px;
	right: 0px;
	width: 122px;
	height: 61px;
	line-height: 61px;
	background: #dbc3a9;
}

header .container ul.quick li:nth-of-type(2) {
	top: 61px;
	right: 0px;
	width: 122px;
	height: 61px;
	line-height: 61px;
	background: #a18669;
}

header .container nav>ul>li.active a,
header .container nav>ul>li.active label {
	color: #EC131C
}

header .container nav>ul>li>.subnav>li.active a {
	color: #EC131C
}

footer {
	position: relative;
	z-index: 11;
	width: 100%;
	background: #292727
}

footer a {
		color : #a1a1a1;
}

footer .defalut_width {
	padding: 75px 0;
}

footer .defalut_width::after {
	display: block;
	content: '';
	clear: both;
}

footer .defalut_width .box_L {
	float: left;
	width: 315px;
	height: 70px;
	background: url(../images/common/footer_logo_new_1.png) no-repeat center center
}

footer .defalut_width .box_R {
	float: left;
	font-size: 12px;
	letter-spacing: -0.05em;
	line-height: 20px;
	font-weight: 300;
	color: #7f7e7e;
	width: 885px;
}

footer .defalut_width .box_R span {
	color: #a18669
}

footer .defalut_width .box_R span.copy1 {
	font-weight: 500;
	color: #9e9d9d;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0
}

.mobile_quick.right {
	left: 50%;
}

.mobile_quick {
	display: none;
	position: absolute;
	top: 1047px;
	left: 0;
	width: 50%;
	padding: 0 !important;
}

.mobile_quick:after {
	content: "";
	display: table;
	clear: both;
}

.mobile_quick a {
	display: block !important;
	float: left;
	margin: 0 !important;
	width: 100%;
	font-size: initial !important;
	height: 61px;
	line-height: 61px !important;
	text-transform: uppercase;
	color: #fff !important;
	background-color: #dbc3a9 !important;
}

.mobile_quick.right a {
	background-color: #a18669 !important;
}

@media (max-width: 1540px) {
	header .container a.logo {
		padding-top: 45px;
		padding-left: 40px;
	}
	header .container a.logo img {
		width: 230px;
	}
}

@media (max-width: 1280px) {
	.mobile_quick {
		display: block !important;
	}
	header .container:before {
		content: "";
		width: 100%;
		height: 123px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.25);
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #fff;
		opacity: 1;
		transition: opacity 0.25s ease-out;
		z-index: 1;
	}
	header .container a.logo {}
	header .container a.logo img {
		width: 200px;
	}
	header .container ul.quick {
		display: none;
		clear: both;
	}
	header .container nav>ul>li {}
	header .container nav>ul>li>a {
		display: none;
		border: 0px;
	}
	header .container nav {
		position: relative;
		padding-top: 122px;
		height: 0px;
	}
	header .container .menu {
		right: 40px;
		top: 35px;
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		z-index: 4;
	}
	header .container .menu i {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background: #333;
		transition: all .3s ease-out;
	}
	header .container .menu i:nth-of-type(1) {
		top: 17px;
		left: 10px;
	}
	header .container .menu i:nth-of-type(2) {
		top: 32px;
		left: 10px;
	}
	header .container.active .menu i:nth-of-type(1) {
		top: 25px;
		transform: rotate(45deg);
		background: #EC131C;
	}
	header .container.active .menu i:nth-of-type(2) {
		top: 25px;
		transform: rotate(-45deg);
		background: #EC131C;
	}
	header .container {
		height: 100%;
	}
	header .container.active {
		height: 100%;
	}
	header .container.active nav {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
	header .container nav>ul {
		height: 0px;
		position: relative;
	}
	header .container nav>ul>li>label,
	header .container nav>ul>li .subnav {
		height: 400px;
		position: absolute;
		width: 50%;
		padding: 0px 40px;
		box-sizing: border-box;
		left: 0px;
		float: left;
		text-align: left;
	}
	header .container nav>ul>li.active>label,
	header .container nav>ul>li.active>ul>li.active>a {
		color: #EC131C;
	}
	header .container nav>ul>li .subnav {
		top: 0px;
		margin-top: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		padding-top: 90px;
	}
	header .container nav>ul>li>label {
		top: 0px;
	}
	header .container nav>ul>li:nth-of-type(1)>label,
	header .container nav>ul>li:nth-of-type(1)>.subnav {
		left: calc(100% / 2 * 0);
	}
	header .container nav>ul>li:nth-of-type(2)>label,
	header .container nav>ul>li:nth-of-type(2)>.subnav {
		border-right: 0px;
		left: calc(100% / 2 * 1);
	}
	header .container nav>ul>li:nth-of-type(3)>label,
	header .container nav>ul>li:nth-of-type(3)>.subnav {
		top: 400px;
		left: calc(100% / 2 * 0);
	}
	header .container nav>ul>li:nth-of-type(4)>label,
	header .container nav>ul>li:nth-of-type(4)>.subnav {
		top: 400px;
		border-right: 0px;
		left: calc(100% / 2 * 1);
	}
	header .container nav>ul>li:nth-of-type(5)>label,
	header .container nav>ul>li:nth-of-type(5)>.subnav {
		top: 800px;
		left: calc(100% / 2 * 0);
	}
	header .container nav>ul>li:nth-of-type(6)>label,
	header .container nav>ul>li:nth-of-type(6)>.subnav {
		top: 800px;
		border-right: 0px;
		left: calc(100% / 2 * 1);
	}
	footer .defalut_width .box_L {
		width: 240px;
		background-position: top;
	}
	footer .defalut_width .box_R {
		padding-left: 10px;
		box-sizing: border-box;
		width: 660px;
	}
}

@media (max-width: 768px) {
	footer .defalut_width .box_L {
		width: 100%;
		float: none;
	}
	footer .defalut_width .box_R {
		width: 100%;
		float: none;
		padding-left: 0
	}
}

@media (max-width: 640px) {
	.mobile_quick {
		top: 1087px;
	}

	header {
		min-height: 82px;
	}
	header .container:before {
		height: 83px;
	}
	header .container a.logo {
		padding-top: 30px;
		padding-left: 20px;
	}
	header .container a.logo img {
		width: 150px;
	}
	header .container nav {
		padding-top: 82px;
	}
	header .container.active nav::before {
		height: 82px;
	}
	header .container .menu {
		right: 20px;
		top: 17px;
	}
	header .container nav>ul>li>label {
		font-size: 22px;
		font-weight: 700;
		letter-spacing: -0.05em;
		line-height: 1.35;
	}
	header .container nav>ul>li .subnav li a {
		font-size: 14px;
		line-height: 24px;
		padding: 2px 0px;
		letter-spacing: -0.03em;
	}
	header .container nav>ul>li>label,
	header .container nav>ul>li .subnav {
		padding: 0px 20px;
		padding-right: 0px;
		text-align: left;
	}
	header .container nav>ul>li .subnav {
		padding-top: 90px;
	}
}
