@charset "utf-8";
/* CSS Document */

.mv_wrapper{
	position: relative;
	height: 700px;
	overflow: hidden;
}
.mv_wrapper video{
	max-width: none;
	width:100%;
}

h1{
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-size:48px;	
	line-height: 1.2;
	text-shadow:1px 1px 2px black, 0 0 1em black, 0 0 0.2em black; 
}
h1 .eng{
	font-size: 22px;
	font-weight: normal;
}


/* aboutus */
#aboutus{
	text-align: center;
}
#aboutus h2{
	margin-bottom: 0;
}
#aboutus h2 .br{
	display: block;
}
/* END aboutus */

/* feature */
#feature{
	background-color: #989b33;
}
#feature h2{
}
#feature h2 span{
	color: #000;
}
.colTwo .colL{
	max-width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}
.colTwo .colL .Txtwrapper{
	margin-top: 30px;
}
.colTwo .colR .Txtwrapper{
	margin-top: 30px;
	padding-left:30px;
	border-left: 1px solid #fff;
}
.colTwo .colR .vdo{
	padding-left:30px;
	line-height: 0;
}
.colTwo h3{
	margin-bottom: 20px;
}
#feature2{
	background-color: #1a1a1a;
}
#feature2 .colTwo .colL .Txtwrapper,
#feature2 .colTwo .colR .Txtwrapper{
	margin-top: 0;
}
/* END feature */
/* slide */
#feature .slick-dots{
	text-align: right;
	right: 5px;
	bottom: 5px;
}
#feature .slick-dots li{
	width: 15px;
	height: 15px;
	margin: 0 7px;
}
#feature .slick-dots li button::before{
	content: " ";
	background-color: #FFF;
	opacity: 0.4;
}
#feature .slick-dots li.slick-active button:before{
	opacity: 0.8;
}
/* END slide */

/* news */
#news .gridCol{
	background-color:#1a1a1a;
	height: 100%;
  	transition: all 0.3s ease-in-out;
}
#news a:hover .gridCol{
	background-color:#2a2a2a;
  	transition: all 0.3s ease-in-out;
}
#news .mask {
    overflow: hidden;
}
#news a .view-first img.top_news {
   transition: all 0.2s linear;
}
#news a:hover .view-first img.top_news {
   transform: scale(1.05,1.05);
   transition: all 0.2s linear;
}
#news a p.info {
    float: left;
    text-align: left;
    width: 60%;
    color: #989b33;
    margin: 0 auto;
    padding-top: 10px;
    margin-left: 5%;
    padding-bottom: 10px;
}
#news a p.day {
    float: right;
    text-align: right;
    width: 30%;
    color: #989b33;
    margin: 0 auto;
    padding-top: 10px;
    margin-right: 5%;
    padding-bottom: 10px;
}
#news a p.content {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    color: #999;
    padding-bottom: 15px;
    font-size: 12px;
   transition: all 0.2s linear;
}
#news a:hover p.content{
   transition: all 0.2s linear;
}
/* END news */

@media only screen and (max-width: 1400px) {
	.mv_wrapper video{
		height: 700px;
		width: auto;
	}
}
@media only screen and (max-width: 1000px) {
	#aboutus p{
		text-align: left;
	}
	#aboutus p .br{
		display: inline;
	}
}

@media only screen and (max-width: 680px) {
	.mv_wrapper,.mv_wrapper video{
		height: 450px;
	}
	h1{
		left: 5%;
		font-size:30px;
	}
	h1 .eng{
		font-size: 16px;
	}
	.colTwo .colL,
	.colTwo .colR{
		max-width: 100%;
	}
	.colTwo .colL{
		padding-right: 0;
	}
	.colTwo .colR .vdo {
		padding-left: 0px;
	}
	.colTwo .colR .Txtwrapper {
		margin-top: 30px;
		padding-left: 0;
		border-left: none;
	}
	.colTwo h3{
		font-size: 22px;
	}
	#aboutus h2{
		margin-bottom: 20px;
	}
	#case-study .caseContent{
		height: auto;
	}
}


.yebis4-link {
	width: 100%;
	max-width: 1200px;
	margin: 100px auto 50px auto;
	a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-radius: 20px;
		background: #000 url(../../../yebis/assets/img/yebis4.jpg) no-repeat center center / cover;
		width: calc(100% - 13%);
		height: 200px;
		padding: 0 6.5%;
		font-size: 18px;
		font-weight: 700;
		text-decoration: none;
		color: #fff;
		transition: 0.3s ease;
		img {
			width: 375px;
			height: auto;
			margin-right: 20px;
		}
		&:hover {
			opacity: 0.6;
		}
	}
}
#tradmark p {
	width: calc(100% - 100px);
	margin: 50px auto 100px auto;
}
@media only screen and (max-width: 960px) {
	.yebis4-link {
		width: calc(100% - 40px);
		margin: 50px 0 20px 0;
		padding: 0 20px;
		a {
			display: block;
			border-radius: 10px;
			background: #000 url(../../../yebis/assets/img/yebis4.jpg) no-repeat center center / cover;
			width: calc(100% - 80px);
			height: auto;
			padding: 50px 40px;
			font-size: 15px;
			img {
				display: block;
				width: 100%;
				max-width: 375px;
				margin: 0 0 20px 0;
			}
		}
		br {
			display: none;
		}
	}
	#tradmark p {
		width: calc(100% - 40px);
		margin: 20px auto 50px auto;
		padding: 0 20px;
	}
}