@charset "utf-8";

/*s ====기본화면 모바일 기준====*/

#wrap{
	position: relative;
}

/* R-nav */
#fp-nav{
	display: block;
}

/* COMMON */
.c1_bg{
    position: relative;
}




/*s fix*/

.oh_fix{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	/*z-index: 200;*/
	color: #fff;
}

.oh_fix .tit p:first-child{
	margin-bottom: 1vh;
	font-size: 13px;
}
.oh_fix .tit p:nth-child(2) img{
	height: 24px;
	width: auto;
}
.oh_fix .sv_off ul li{
	float: left;
	width: 25%;
	padding: 1.3% 0;
	position: absolute;
	top: 160%;
	border: 1px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
}
/*.oh_fix .sv_off ul li:nth-child(1){
	left: 50%;
	font-size: 13px;
}
.oh_fix .sv_off ul li:nth-child(2){
	left:51%;
}*/
/*.oh_fix .sv_off ul li:nth-child(2) a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 13px;
}*/

.oh_fix .sv_on{
	position: absolute;
	/*top: 160%;*/
	/*top: 1200%;*/
	bottom: -100vh;
	left: -1%;
	width: 101%;
	height: 45vh;
	background: #fff;
	color: #222;
}
.oh_fix .sv_on .close{
	position: absolute;
	top: -4%;
	left: 50%;
	background: #fff;
	width: 25%;
	padding: 0.8% 0;
	color: #525252;
	font-weight: 600;
	letter-spacing: 3px;
	border: 1px solid #525252;
	transform: translateX(-50%);
}
.oh_fix .sv_on .info{
	padding-top: 10%;
}
.oh_fix .sv_on .info .info_tit p{
	font-size: 17px;
	font-weight: bold;
	margin-bottom:1.5vh;
}
.oh_fix .sv_on .info .info_tit .line{
	display: block;
	width: 70%;
	margin: 0 auto;
	background: rgba(34, 34, 34, 0.52);
	height: 1px;
	margin-bottom: 2vh;
}

.oh_fix .sv_on .info .eng{
	opacity: 0.7;
}

.oh_fix .sv_on .info .info_txt{
	width: 80%;
	margin: 1.5vh auto 0 auto;
	font-size: 13px;
}


/* 푸터영역 */
.oh_fix .sv_on .on_footer{
    width:90%;
    /*height: 15vh;*/
    position: absolute;
    bottom: 12vh;
    left:52%;
	transform: translateX(-50%);
    text-align: center;
    box-sizing: border-box;
	display: none;
    /*padding: 2vh 0 0 5%;*/
}
.oh_fix .sv_on .on_footer .copy{
    color: #454545;
    height: 12px;
    padding: 7px 0;
    margin-right: 20px;
}
.oh_fix .sv_on .on_footer img{
    width: 77px;
    height: auto;
}

/*e fix*/

/*e ====기본화면 모바일 기준====*/



/*s ====태블릿화면====*/

@media screen and (min-width:768px){

    

/*s fix*/
.oh_fix .tit p:first-child{
	margin-bottom: 1.2vh;
	font-size: 18px;
}
.oh_fix .tit p:nth-child(2) img{
	height: 45px;
}
	
.oh_fix .sv_off ul li{
	width: 18%;
    font-size: 14px;
}
/*.oh_fix .sv_off ul li:nth-child(1){
	left: 32%;
	font-size: 14px;
}
.oh_fix .sv_off ul li:nth-child(2) a{
	font-size: 14px;
}*/

.oh_fix .sv_on{
	height: 44vh;
}
.oh_fix .sv_on .close{
	top: -5%;
	width: 13%;
	padding: 0.8% 0;
	letter-spacing: 6px;
}
.oh_fix .sv_on .info{
	padding-top: 5.7%;
}
.oh_fix .sv_on .info .info_tit p{
	font-size: 20px;
	margin-bottom:1.8vh;
}
.oh_fix .sv_on .info .info_tit .line{
	width: 65%;
	background: rgba(34, 34, 34, 0.52);
	margin-bottom: 2.5vh;
}
.oh_fix .sv_on .info .info_txt{
	width: 80%;
	margin: 2vh auto 0 auto;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
}

	
/* 푸터영역 */
.oh_fix .sv_on .on_footer{
    bottom: 10vh;
	/*display: block;*/
}
	
/*e fix*/

  
    
    } /*768px끝*/

/*e ====태블릿화면====*/



/*s ====PC화면1====*/

@media screen and (min-width:1024px){

    /*s fix*/
	.oh_fix .tit p:first-child{
		margin-bottom: 12px;
	}
	.oh_fix .tit p:nth-child(2) img{
		height: 50px;
	}

	.oh_fix .sv_off ul li{
		width: 8%;
		padding: 10px 0;
		transition: all 0.8s;
		font-size: 13px;
		letter-spacing: 2px;
		color: #222;
		font-weight: 600;
		cursor: pointer;
		background: #fff;
		opacity: 0.8;
		animation: view 1.8s linear infinite;
	}
/*	.oh_fix .sv_off ul li:nth-child(1){
		left: 42%;
		font-size: 13px;
		letter-spacing: 2px;
		color: #222;
		font-weight: 600;
		cursor: pointer;
		background: #fff;
		opacity: 0.8;
		animation: view 1.8s linear infinite;
	}*/
	@keyframes view{
			0%{opacity: 1;}
			60%{opacity: 0.6;}
			80%{opacity: 0.8;}
			100%{opacity: 1;}
        }
	.oh_fix .sv_off ul li:nth-child(2) a{
		font-size: 13px;
		letter-spacing: 2px;
	}
	.oh_fix .sv_off ul li:hover{
		opacity: 1;
		background: #fff;
		color: #222;
		font-weight: 600;
	}
	.oh_fix .sv_off ul li:hover a{
		color: #222;
		font-weight: 600;
	}

	.oh_fix .sv_on .close{
		width: 100px;
		padding: 8px 0;
		top: -4%;
		cursor: pointer;
	}
	.oh_fix .sv_on .info{
		padding-top: 50px;
	}
	.oh_fix .sv_on .info .info_tit p{
		font-size: 20px;
		margin-bottom:25px;
	}
	.oh_fix .sv_on .info .info_tit .line{
		width: 40%;
		margin-bottom: 30px;
	}
	.oh_fix .sv_on .info .info_txt{
		width: 100%;
		margin: 18px auto 0 auto;
		line-height: 1.6em;
	}


	/* 푸터영역 */
	.oh_fix .sv_on .on_footer{
		width: 100%;
		bottom: 7vh;
		left: 50%;
		text-align: right;
	}

	/*e fix*/
    
} /*1024px끝*/

/*e ====PC화면1====*/




/*s ====PC화면2====*/

@media screen and (min-width:1200px){

    
}

/*e ====PC화면2====*/