@charset "utf-8";

.inner:after, ul:after {
	display: block;
	clear: both;
	content: "";
}
#wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
}

/* --------------------------------------------
 * header
/* ------------------------------------------ */
#header {
}
#header .hTop,
#header .hLeft,
#header .hRight {
	position: fixed;
	background: #fff;
	z-index: 999999;
}
#header .hTop {
	top: 0; left: 0;
	width: 100%; height: 80px;
	padding: 0 80px;
	margin: 0 auto;
}
#header .hLeft {
	width: 80px; height: 100%;
	left: 0; top: 0;
}
#header .hRight {
	width: 80px; height: 100%;
	right: 0; top: 0;
}

#header .hTop .gnb {
	position: relative;
}

/* logo */
#header .hTop .gnb h1 {
	position: absolute;
	top: 16px; left: 0;
	z-index: 10;
}
#header .hTop .gnb h1 .logo_mark_fill {
	display: block;
	width: 100px; height: 49px;
	background: url(/_img/logo_mark_fill.png) repeat 0 0;
}

/* gnbMenu */
#header .gnbMenu {
	position: absolute;
	top: 0; right: 0;
}
#header .gnbMenu li {
	float: left;
}
#header .gnbMenu li a {
	display: block;
	height: 80px; line-height: 80px;
	padding: 0 40px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: #202225;
}
#header .gnbMenu li a:hover, #header .gnbMenu li a:focus {
	background: #eee;
}
#header .gnbMenu li a:active, #header .gnbMenu li a.active, #header .gnbMenu li a.active:hover {
	background: #fe4d0f;
	color: #fff;
}


/* hLeft txt */
#header .hLeft p {
	display: inline-block;
	width: 10px; height: 380px;
	background: url(/_img/hLeft_txt.png) no-repeat;
	position: absolute;
	left: 50%; top: 50%;
	margin-left: -5px;
	margin-top: -190px;
}

/* toTop */
#header .hRight .toTop {
	display: inline-block;
	width: 11px; height: 180px;
	background: url(/_img/toTop.png) no-repeat;
	position: absolute;
	left: 50%; top: 50%;
	margin-left: -5.5px;
	margin-top: -90px;
}

/* --------------------------------------------
 * header_m  모바일 헤더
/* ------------------------------------------ */
#header_m {
	display: none;
}
#header_m .hTop,
#header_m .hLeft,
#header_m .hRight {
	position: fixed;
	background: #fff;
	z-index: 999999;
}
#header_m .hTop {
	top: 0; left: 0;
	width: 100%; height: 60px;
	padding: 0 15px;
	margin: 0 auto;
}
#header_m .hLeft {
	width: 15px; height: 100%;
	left: 0; top: 0;
}
#header_m .hRight {
	width: 15px; height: 100%;
	right: 0; top: 0;
}

#header_m .hTop .gnb {
	position: relative;
}

/* logo */
#header_m .hTop .gnb h1 {
	position: absolute;
	top: 13px; left: 0;
	z-index: 10;
}
#header_m .hTop .gnb h1 .logo_mark_fill {
	display: block;
	width: 199px; height: 35px;
	background: url(/_img/logo_mark_fill2.png) no-repeat 0 0;
	-webkit-background-size: auto 35px;
	-moz-background-size: auto 35px;
	-o-background-size: auto 35px;
	background-size: auto 35px;
}

/* btn_gnbMenu */
#header_m .btn_gnbMenu {
	display: block;
	position: absolute;
	top: 0; right: 0;
	width: 50px; height: 60px;
	padding: 21px 12px 0;
	z-index: 10;
}
#header_m .btn_gnbMenu span {
	display: block;
	width: 26px; height: 2px;
	margin-bottom: 6px;
	background: #000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	backface-visibility: hidden;
}
#header_m .btn_gnbMenu.close span.slice1 {
	margin-top: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#header_m .btn_gnbMenu.close span.slice2 {
	opacity: 0;
}
#header_m .btn_gnbMenu.close span.slice3 {
	margin-top: -16px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* gnbMenu */
#header_m .gnbMenu.active {
	visibility: visible;
	display: block;
	
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}
#header_m .gnbMenu {
	width: 100%;
	position: fixed;
	left: 0; right: 0; bottom: 0;
	padding: 0 15px 0;
	background: rgba(255,255,255,0.95);

	visibility: hidden;
	display: none;
	z-index: 999;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#header_m .gnbMenu ul {
	width: 100%;
	position: relative;
	top: 50%;
	margin-top: -150px;
}
#header_m .gnbMenu li a {
	display: block;
	height: 80px; line-height: 80px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #202225;
	text-align: center;
}
#header_m .gnbMenu li a:hover, #header_m .gnbMenu li a:focus {
	background: #eee;
}
#header_m .gnbMenu li a:active, #header_m .gnbMenu li a.active, #header_m .gnbMenu li a.active:hover {
	background: #fe4d0f;
	color: #fff;
}

/* --------------------------------------------
 * container
/* ------------------------------------------ */
#container{
	position: relative;
	margin: 0 80px;
}

/* --------------------------------------------
 * footer
/* ------------------------------------------ */
#footer {
	position: relative;
	margin: 0 80px;
}
#footer .footInfo {
	background: #f5f5f5;
	text-align: center;
	padding: 60px 0;
}
#footer .footInfo .logo_mark_line {
	width: 103px; height: 52px;
	background: url(/_img/logo_mark_line.png) no-repeat;
	margin: 0 auto 30px;
}
#footer .footInfo .info {
	width: 540px;
	overflow: hidden;
	margin: 0 auto;
}
#footer .footInfo dl {
	display: inline-block;
	padding: 0 10px;
}
#footer .footInfo dt,
#footer .footInfo dd {
	float: left;
	color: #555;
	font-size: 12px;
	letter-spacing: -0.25px;
}
#footer .footInfo dt {
	font-weight: 600;
}
#footer .footInfo dd {
	margin-left: 6px;
	font-weight: 400;
}

/* copyright */
#footer .copyright {
	background: #fff;
	color: #999;
	height: 80px; line-height: 80px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 600;
	text-transform: uppercase;
}
#footer .copyright b {
	font-weight: 600;
	color: #fe4d0f;
}