@charset "utf-8";
* { 
	font-family: 'Nanum Gothic', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: keep-all;
}
html{
	font-size:16px;
}
body{
	
}
a,a:hover, a:active, a:focus {
	outline: 0;
}
#header{
	background:linear-gradient(90deg, #707578 0%,#6b6f70 100% );
}
#nav-content{
	color:#fff;
	position:relative;
}
#nav-content > ul > li > a:hover{
	background-color:#045bff;
}
#banners{
	background-image:url(/images/bg_main.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
}
@media (max-width: 639px) {
	#banners{
		background-image:url(/images/m_bg_main.png);
		background-repeat:no-repeat;
		background-position:top center;
		background-size:cover;
		position:relative;
	}
}
#header.mmenu #nav-content{
	display:block;
}
#header.mmenu #nav-content:before,
#header.mmenu #nav-content:after{
	content:none;
}
.b_round{
	background: #000000 0% 0% no-repeat padding-box;
	border-radius:50%;
	color:#fff;
	text-align:center;
}
.border-dashed-custom{
	position:relative;
}
.border-dashed-custom:before{
	content:'';
	position:absolute;
	width:100px;
	left:50%;
	margin-left:-50px;
	top:50%;
	border:1px dashed rgba(0,0,0,0.45);
	height:1px;
}
.line-m{
	position:relative;
}
.line-m:before{
	content:'';
	position:absolute;
	width:50px;
	left:0%;
	margin-left:-55px;
	top:1.2rem;
	border:1px dashed rgba(0,0,0,0.45);
	height:1px;
	z-index:1;
}
.line-m:after{
	content:'';
	position:absolute;
	width:50px;
	right:0%;
	margin-right:-55px;
	top:1.2rem;
	border:1px dashed rgba(0,0,0,0.45);
	height:1px;
	z-index:1;
}
#foot_btn_box{
	background: transparent url('/images/bg_bottom.png') no-repeat center center;
}
@media (max-width: 639px) {
	#foot_btn_box{
		background: transparent url('/images/m_bg_bottom.png') no-repeat center center;
		background-size:cover;
	}
}
.movie-player-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.26%;
	margin: 0 auto;
}
.movie-player-wrapper .wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-container {
	width: 100%;
	height: 22rem;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-button-prev,
.swiper-button-next{
	/*color:#707070;*/
	/*margin-top: -12rem;*/
}
.swiper-button-prev{
	left:0;
}
.swiper-button-next{
	right:0;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	/*border-color:#707070;*/
	text-shadow:2px 2px 2px rgba(0,0,0,0.45);
}
@media (max-width: 639px) {
	.swiper-container {
		height: 11.5rem;
	}
}

#t-required{
	background: #f5f5f5 0% 0% no-repeat padding-box;
}
@media (max-width: 639px) {
	#t-required{
		background: #fff;
	}
}
