@charset "utf-8";

/* koryo responsive layout에 최적화 되었습니다. */
/* menu04.skin.php skin */

.page-header {
	hei ght: 80px;
	/* background-color: #fff;  메뉴 오버했을때 메뉴 뒷부분만 흰색이고 그 외 영역이 옅은 회색으로 보여서 없애두었습니다*/ 
}

/* ph-wrapper */
.ph-wrapper {
	position: relative;
	z-index: 10002;
}
.ph-over {
	overflow: hidden;
	pos ition: absolute;
	z-index: 10000;
	width: 100%;
	h eight: 300px;
	left: 0;
	top: 0;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.98) url("../img/ph_bg.png") no-repeat 10% 81px;
	box-shadow: 0 1px 1px #e0e0e0;
	transition: background-color 0.5s;
}
.ph-over-bar {
	position: absolute;
	z-index: 10001;
	width: 100%;
	left: 0;
	background-color: #ccc;
}
/* logo */
.logo {
	box-sizing: content-box;
	position: absolute;
	width: 154px;
	height: 25px;
	top: 40px; left: 10px;
}
.logo-icon {
	display: block;
}
.logo-icon img {
	width: 100%;
	height: auto;
}
/*-logo */

/* page-nav */
.page-nav {
	position: relative;
	margin-left: 177px;
	pad ding: 0 0 5px;
}

/* page-nav > util-links */
.util-links {
	box-sizing: content-box;
	position: relative;
	height: 12px;
	padding: 10px 0;
	text-align: right;
}
.util-links a {
	display: inline-block;
	*display: inline; *zoom:1;
	position: relative;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}

.util-links a .bar {
	position: absolute;
	top: 50%;
	right: 0;
	height: 8px;
	width: 1px;
	margin-top: -4px;
	background-color: #636363;
}

.util-links a:hover,
.util-links a:active,
.util-links a:focus,
.util-links a.active {
	color: #8ccb25;
}
/*-util-links */

/* page-nav > pn-list */
.pn-list {
	position: relative;
	z-index: 9999;
}
.pn-item {
	position: relative;
	float: left;
	width: 14.258%;
	padding-bottom: 5px;
	text-align: center;
}
.pn-item-link {
	position: relative;
	z-index: 201;
	display: block;
	color: #545454;
	font-size: 1.8em;
	line-height: 44px; /* 좌측 로고 높이에 맞게 설정 */
/* 	background-color: #fff; */
}
.pn-item.active > .pn-item-link,
.pn-item > .pn-item-link:hover,
.pn-item > .pn-item-link:focus,
.pn-item > .pn-item-link:active {
	color: #4678b7;
}

.pn-sub-list {
	overflow: hidden;
	position: absolute;
	z-index: 200;
	width: 100%;
	padding-top: 15px;
}
.pn-sub-item {
	padding: 3px 0;
}
.pn-sub-item > a {
	display: block;
	font-size: 1.4em;
	line-height: 1.8;
}

.pn-item-bar {
	position: absolute;
	z-index: 9998;
	width: 0;
	height: 3px;
	left: 0; bottom: 0;
	background-color: #4678b7;
}

.pn-sub-bar {
	position: absolute;
	width: 1px;
	height: 0;
	right: 0;
	margin-top: 5px;
	background-color: #d0d0d0;
}
.pn-sub-bar-first {
	display: none;
	left: 0;
}
.pn-item:first-child .pn-sub-bar-first {
	display: block;
}
/*-page-nav > pn-list */

.sticky-element-js {
	position: fixed;
	z-index: 900;
	left: 0;
	width: 100%;
}

/*-page-nav */

@media screen and (max-width: 1000px) {
	
	.pn-item > a {
		font-size: 1.4em;
	}

	.pn-sub-item > a {
		font-size: 1.2em;
		line-height: 1.5;
	}
	
} /* width 1000px 이하 */

@media screen and (max-width: 768px) {
	
	.ph-wrapper {
		width: 100%;
		background-color: #fff;
	}

	.ph-over {
		background-color: rgba(0, 0, 0, 0.5);
	}

	/* logo */
	.logo {
		position: static;
		top: auto; left: auto;
		padding: 10px 0;
	}

	.page-nav-btn {
		position: absolute;
		right: 10px;
		width: 25px;
		height: 17px;
		top: 12px;
	}

	.page-nav-btn .pnb-bar {
		position: absolute;
		box-sizing: content-box;
		display: block;
		width: 100%;
		height: 3px;
		top: 50%;
		margin-top: -1.5px;
		background-color: #585858;
		transition: background-color 0.5s ease-out;
	}
	.page-nav-btn .pnb-bar-top {
		margin-top: 0;
	}
	.page-nav-btn .pnb-bar-btm {
		margin-top: 14px;
	}
	
	.page-nav-btn .pnb-bar-top,
	.page-nav-btn .pnb-bar-btm {
		top: 0;
		transition: top 0.3s ease-out, margin-top 0.3s ease-out, transform 0.3s ease-in 0.3s;
	}
	
	/* page-nav-btn.close */
	.page-nav-btn.close .pnb-bar {
		opacity: 0;
		background-color: #8ccb25;
	}
	.page-nav-btn.close .pnb-bar-top,
	.page-nav-btn.close .pnb-bar-btm {
		top: 50%;
		margin-top: -1.5px;
		opacity: 1;
	}
	.page-nav-btn.close .pnb-bar-top {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.page-nav-btn.close .pnb-bar-btm {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.page-nav-btn-close {
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 12px;
		width: 18px;
		height: 18px;
	}

	.page-nav {
		pos ition: fixed;
		position: absolute;
		overflow-x: hidden;
		overflow-y: auto;
		width: 100%;
		margin-left: 0;
		le ft: 100%;
		to p: 0;
		rig ht: 0;
		bot tom: 0;
		background-color: #fff;
		backgr ound-color: rgba(255, 255, 255, 1);
	}
	.util-links {
		pad ding: 15px 0;
		background-color: #fafafa;
		border-top: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5; 
	}
	.util-links a .bar {
		top: 0;
		bottom: 0;
		height: auto;
		margin-top: 0;
	}
	
	.page-nav-btn-close .ic on {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 0;
		background: url("../img/menu40_close_btn.png") no-repeat 50% 50%;
	}
	
	.pn-item {
		float: none;
		width: 100%;
		padding-bottom: 0;
		text-align: left;
	}
	.pn-item > a {
		padding: 20px;
		font-size: 1.6em;
		letter-spacing: 0.05em;
		line-height: 1;
		border-bottom: 1px solid #f5f5f5;
		background: url("../img/menu40_toggle_arrow.png") no-repeat 98% 57%;
	}
	.pn-item > a.close {
		background-position: 98% -57%;
	}
	/*
	.pn-sub-toggle {
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 16px;
		width: 20px;
		height: 20px;
		background: url("../img/menu40_toggle_arrow.png") no-repeat -5px 50%;
	}
	
	.pn-sub-toggle.close {
		background-position: -33px 50%;
	}
	*/
	.pn-sub-list {
		dis play: none;
		position: absolute;
		padding: 0;
		background-color: #fafafa;
		border-top: 1px solid #f0f0f0;
	}
	.pn-sub-item {
		padding: 0;
		border-bottom: 1px dotted #f0f0f0;
	}
	.pn-sub-item:last-child {
		border-bottom: 1px solid #f0f0f0;
	}
	.pn-sub-item > a {
		padding: 15px 25px;
		font-size: 1.4em;
		line-height: 1;
	}
	
} /* width 768px 이하 */

@media screen and (max-width: 480px) {
	
	.logo {
		width: 92px;
		height: 13px;
		padding-left: 10px;
	}
	
	.page-nav-btn {
		height: 12px;
		top: 9px;
	}
	.page-nav-btn .pnb-bar {
		height: 2px;
		margin-top: -1px;
	}
	
	.page-nav-btn .pnb-bar-top {
		margin-top: 0;
	}
	.page-nav-btn .pnb-bar-btm {
		margin-top: 10px;
	}

} /* width 480px 이하 */