/********************************** top **********************************/
/* 기본설정 */
.top-fixed{
	position: fixed !important;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 575px) {
	.top{
		width: 100%;
		height: 61px;
		border-bottom: 1px solid;
		border-color: rgba(255, 255, 255, 0.3);
		position: absolute;
		z-index: 999;
	}
	.top .top-logo{
		width: 40%;
		float: left;
		line-height: 65px;
	}
	.top .top-menu{
		width: 60%;
		float: left;
		text-align: right;
	}


	.top .top-logo .logo01 img {
		width: 40px;
	}
	.top .top-logo {
		padding-top: 10px;
	}

	.top .top-logo .logo02 img {
		width: 65px;
	}	
}
@media (min-width: 576px) {
	.top{
		width: 100%;
		height: 91px;
		border-bottom: 1px solid;
		border-color: rgba(255, 255, 255, 0.3);
		position: absolute;
		z-index: 999;
	}
	.top .top-logo{
		width: 20%;
		float: left;
		line-height: 90px;
	}
	.top .top-menu{
		width: 80%;
		float: left;
		text-align: right;
	}

	.top .top-logo .logo01 img {
		width: 40px;
	}
	.top .top-logo {
		padding-top: 10px;
	}

	.top .top-logo .logo02 img {
		width: 65px;
	}	
}
@media (min-width: 768px){
	.top{
		width: 100%;
		height: 101px;
		border-bottom: 1px solid;
		border-color: rgba(255, 255, 255, 0.3);
		position: absolute;
		z-index: 999;
	}
	.top .top-logo{
		width: 30%;
		float: left;
		line-height: 100px;
	}
	.top .top-menu{
		width: 70%;
		float: left;
		text-align: right;
	}

	.top .top-logo .logo01 img {
		width: 70px;
	}
	.top .top-logo {
		padding-top:15px;
	}

	.top .top-logo .logo02 img {
		width: 110px;
	}
}
@media (min-width: 992px){
	.top .top-logo{
		width: 30%;
		float: left;
		line-height: 100px;
	}
	.top .top-menu{
		width: 70%;
		float: left;
		text-align: right;
	}
	.top .top-logo .logo01 img {
		width: 80px;
	}
	.top .top-logo {
		padding-top: 0.5vw;
	}

	.top .top-logo .logo02 img {
		width: 120px;
	}
}
@media (min-width: 1300px){
	.top .top-logo{
		width: 50%;
		float: left;
		line-height: 100px;
	}
	.top .top-menu{
		width: 50%;
		float: left;
		text-align: right;
	}
	.top .top-logo .logo01 img {
		width: 80px;
	}
	.top .top-logo {
		padding-top: 0.5vw;
	}

	.top .top-logo .logo02 img {
		width: 120px;
	}
}


/* 로고 */
.top .top-logo a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);   /* For IE8 and earlier */
}

/* 메뉴 */
.top .top-menu ul{
	display: inline-block;
}
.top .top-menu ul li{
	float: left;
}
.top .top-menu ul .li-4 a{
	padding: 0;
}

@media (max-width: 575px) {
	.top .top-menu ul li a{
		font-family: 'Lato', sans-serif;
		color: #ffffff;
		font-weight: 500;
		font-size: 1.188rem;
		display: block;
		padding: 0 10px 0 0;
	}
}
@media (min-width: 576px) {
	.top .top-menu ul li a{
		font-family: 'Lato', sans-serif;
		color: #ffffff;
		font-weight: 500;
		font-size: 1.188rem;
		line-height: 90px;
		display: block;
		padding: 0 20px 0 0;
	}
}
@media (min-width: 768px){
	.top .top-menu ul li a{
		font-family: 'Lato', sans-serif;
		color: #ffffff;
		font-weight: 500;
		font-size: 1.188rem;
		line-height: 100px;
		display: block;
		padding: 0 50px 0 0;
	}
}
@media (min-width: 992px){
	.top .top-menu ul li a{
		font-family: 'Lato', sans-serif;
		color: #ffffff;
		font-weight: 500;
		font-size: 1.188rem;
		line-height: 100px;
		display: block;
		padding: 0 74px 0 0;
	}
}

/********************************** 모바일메뉴 **********************************/
/* 버튼 */
.penal-trigger{
	width: 35px;
	padding: 17px 0 0 0;
	margin: 0;
	background: rgba(255, 255, 255, 0);
	border: 0;
}
.penal-trigger h1{
	width: 100%;
	height: 3px;
	background-color: #FFFFFF;
	margin: 0 0 6px 0;
}
.penal-trigger h2{
	width: 77%;
	height: 3px;
	background-color: #FFFFFF;
	margin: 0 0 6px 0;
}

/* 메뉴-기본 */
.side-penal{
	width: 320px;
	height: 100%;
	background: #0a0a0a;
	color: #666;
	font-weight: 300;
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;  
	padding: 40px 35px;
	top: 0;
	left: -320px;
	z-index: 1000;
}

.side-penal.open{
	left: 0;
}
.side-penal,
.side-penal.open{
   transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

/* 메뉴-상단 */
.side-penal-header{
	text-align: center;
}

/* 메뉴-닫기 버튼*/
.penal-close{
	width: 21px;
	height: 21px;
	position: absolute;	
	line-height: 21px;
	top: 20px;
	right: 20px;
	background:url('../img/top/menu_close.png') no-repeat;
	background-position: center;
	cursor: pointer;
	 transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.penal-close:hover{
	background:url('../img/top/menu_close_on.png') no-repeat;
}

/* 메뉴-배경색 */
.side-penal .dim-overlay1{
	position: absolute;	
	position: fixed;
	top: 0;
	left: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}
.side-penal.open .dim-overlay1{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: rgba(0, 0, 10, 0.4);
	top: 0;
	left: 320px;
}

/* 메뉴*/
.side-penal ul{
	width: 90%;
	overflow: hidden;
	margin: 40px auto 0 auto;
}
.side-penal ul li{
	text-align: center;
	border-bottom: 1px solid #4e4d50;
}
.side-penal ul li a{
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-weight: 500;
	font-size:  1.438rem;
	line-height: 60px;
	display: block;
}

/********************************** bottom **********************************/
.copyright a{
	color: #c6c6c6;
}


@media (max-width: 575px) {
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #222222;
		color: #c6c6c6;
		font-size: 0.9375rem;
		line-height: 1.25rem;
		padding: 40px 0 30px 0;
	}
	.copyright-text{
		padding: 20px 0 12px 0;
	}
	.copyright-text span{
		padding: 0 10px 0 0;
	}
	.copyright-logo img { width: 25vw; }
	#homeup{
		width: 34px;
		height: 34px;
		line-height: 34px;
		background-color: rgba(50, 50, 50, 0.8);
		border-radius: 50%;
		display: block;
		text-align: center;
		position: absolute;
		right: 20px;
		bottom: 30px;
		position: fixed;
		z-index: 1001;
	}
	#homeup img{
		width: 18px;
	}
}
@media (min-width: 576px) {
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #222222;
		color: #c6c6c6;
		font-size: 0.9375rem;
		line-height: 1.25rem;
		padding: 40px 0 30px 0;
	}
	.copyright-text{
		padding: 20px 0 12px 0;
	}
	.copyright-text span{
		padding: 0 20px 0 0;
	}
	.copyright-logo img { width: 150px; }
	#homeup{
		width: 34px;
		height: 34px;
		line-height: 34px;
		background-color: rgba(50, 50, 50, 0.8);
		border-radius: 50%;
		display: block;
		text-align: center;
		position: absolute;
		right: 20px;
		bottom: 30px;
		position: fixed;
		z-index: 1001;
	}

	#homeup img{
		width: 18px;
	}
}
@media (min-width: 768px){
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #222222;
		color: #c6c6c6;
		font-size: 0.9375rem;
		line-height: 0.9375rem;
		padding: 50px 0 60px 0;
	}
	.copyright-text{
		padding: 30px 0 12px 0;
	}
	.copyright-logo img { width: 200px; }
	#homeup{
		width: 54px;
		height: 54px;
		line-height: 54px;
		background-color: rgba(50, 50, 50, 0.8);
		border-radius: 50%;
		display: block;
		text-align: center;
		position: absolute;
		right: 20px;
		bottom: 30px;
		position: fixed;
		z-index: 1001;
	}
	#homeup img{
		width: 25px;
	}
}