@charset "utf-8";

html,body {
	height: 100%;
	-webkit-tap-highlight: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: rgba(0,0,0,0);
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clear:after {
	content: "";
	clear: both;
	display: block;
}

body {
	min-width: 320px;
	height: 100%;
	font-size: 81.3%;

	font-family: 'Nanum Gothic', sans-serif;
	color: #666667;
	list-style: none;
	line-height: 1em;
	outline: 0;
	-webkit-text-size-adjust: none;
}

body.fixed-body {
	height: 100%;
	overflow: hidden;
}

/* skipToContent */
.skip-navigation a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	background-color: #3875c1;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-align: center;
	overflow:hidden;
	visibility: hidden;
}
.skip-navigation a:focus,
.skip-navigation a:active {
	display: block;
	margin-top: 0;
	height: auto;
	padding: 10px 0px;

}

.wrapper {
	position: relative;
	margin: 0;
	padding-top: 90px;
	font-size: 1em;
	clear: both;
}

.wrapper:after {
	content: "";
	clear: both;
	display: block;
}


/* header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #dcdcdc
}

.header-wrapper {
	position: relative;
	width: 100%;
	height: 90px;
	background: #fff;
}

.header-area {
	display: block;
	width: 1170px;
	margin: 0 auto;
	height: 90px;
}

.header-area h1 {
	float: left;
	margin-top: 25px;
	width: 215px;
}

.header-area h1 a {
	display: block;
}

.header-area h1 a img {
	display: inline-block;
	vertical-align: middle;
	width: 215px;
}

.header-area .top-menu {
	float: left;
	margin-top: 40px;
	margin-left: 45px;
}

.header-area .top-menu > li {
	position: relative;
	float: left;
	margin-left: 112px;

}



.header-area .top-menu > li > a {
	position: relative;
	display: block;
	color: #2c2c2c;
	font-size: 1.154em;
	font-weight: 700;
	height: 55px;
}

.header-area .top-menu > li > a:hover,
.header-area .top-menu > li > a.selected,
.header-area .top-menu > li > a.on {
	color: #ac8e5f;
	background: url(../image/common/bg_topmenu01.gif) repeat-x left 37px;
}

.top-submenu-wrapper {
	position: absolute;
	top: 50px;
	left: 0;
	width: 220px;
	display: none;
	background: #fff;
	border: 5px solid #253340;
}

.top-submenu-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.top-submenu-wrapper > ul {
	margin: 0;
	padding: 0;
}

.top-submenu-wrapper > ul > li {
	display: block;
	border-bottom: 1px solid #e8e4e1
}

.top-submenu-wrapper > ul > li > a {
	display: block;
	padding: 13px 14px;
	color: #333333;
	font-size: 1.077em;
	line-height: 1.143em;
	font-weight: 900
}

.top-submenu-wrapper > ul > li > a:hover,
.top-submenu-wrapper > ul > li > a.selected,
.top-submenu-wrapper > ul > li > a.on {
	background: #f9f9f9;
	color: #ac8e5f;
}


/* sub visual */
.sub-visual-area {
	position: relative;
	height: 185px;
	text-align: center;
	overflow: hidden;
}

.sub-visual-area img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1900px;
	height: 185px;
	margin-left: -950px;
	z-index: -1;
}

.sub-visual-area .mobile {
	display: none;
}

.sub-visual-area p {
	color: #ffffff;
	font-size: 3.692em;
	font-family: "notoKrB", sans-serif;
	font-weight: 700;
	line-height: 200px;
}

/* container */
.container {
	position: relative;
	padding-top: 45px;
}


.container-wrapper {
	width: 1170px;
	margin: 0 auto;
	padding: 60px 0 85px 0;
}


.contents-navigation-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background: #27303c;
	z-index: 10;
	text-align: right;
}

.contents-navigation-area,
.contents-navigation-area::before,
.contents-navigation-area::after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contents-navigation-area.fixed {
	position: fixed;
	top: 45px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(174,174,174,0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(174,174,174,0.4);
	box-shadow: 0px 3px 5px 0px rgba(174,174,174,0.4);
}

.contents-navigation-area .contents-navigation {
	width: 1170px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
}

.contents-navigation-area .contents-navigation .icon-home {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 45px;
	line-height: 45px;
	font-size: 0;
	background: transparent url(../image/common/icon_home.png) no-repeat center center;
	background-size: 10px 10px;
	text-indent: -5000em;
}	

.contents-navigation-area .contents-navigation .icon-gt {
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 45px;
	line-height: 45px;
	margin:  0 12px;
	background: transparent url(../image/common/icon_gt.png) no-repeat center center;
	background-size: 7px 12px;
	text-indent: -5000em;
}

.contents-navigation-area .contents-navigation .location,
.contents-navigation-area .contents-navigation strong {
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	line-height: 45px;
	color: #afb1b4;
	font-size: 0.923em;
}

.contents-navigation-area .contents-navigation strong {
	font-weight: normal;
	color: #fbce87;
}


.lnb {
	display: block;
	float: left;
	width: 300px;
	border-top: 1px solid #e8e4e1
}

.lnb li {
	display: block;
}

.lnb li a {
	display:block;
	padding: 23px 20px;;
	color: #333333;
	font-size: 1.231em;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #e8e4e1
}

.lnb li a,
.lnb li a::before,
.lnb li a::after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.lnb li a:hover,
.lnb li a.selected,
.lnb li a.on {
	border-bottom: 1px solid #ac8e5f;
	background-color: #ac8e5f;
	color: #fff;
}

/* contents */
.contents {
	float: right;
	width: 820px;

}

.contents-wrapper {
	margin: 0;
	padding: 0;
}

.contents .contents-title {
	color: #333333;
	font-size: 3.154em;
	line-height: 1em;
	font-weight: 900;
	height: 75px;
}

/* footer */
.footer {
	margin: 0;
	padding: 53px 0 70px 0;
	background: #f5f5f5;
	text-align: center;
}

.footer .footer-wrapper {
	width: 1170px;
	margin: 0 auto;
}


.footer-menu {
	margin-bottom: 25px;
}

.footer-menu a {
	display: inline-block;
	vertical-align: middle;
	height: 18px;
	line-height: 18px;
	color: #9a9a9a;
	font-size: 0.846em;
	font-weight: 900;
}

.footer-menu a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.footer-menu .icon {
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 18px;
	line-height: 18px;
	margin: 0 15px;
	background: url(../image/common/icon_footer_bullet01.gif) no-repeat center center;
	background-size: 2px 7px;
}	


.footer .footer-wrapper .company-informaiton {
	color: #666666;
	line-height: 1.692em;
}

.footer .footer-wrapper .copyright {
	padding-top: 5px;
	color: #9a9a9a;
	font-size: 0.846em;
}