@charset "utf-8";
/* CSS Document */
img {
    image-rendering: -webkit-optimize-contrast;
}
.nyroModalBg{z-index: 2;}
.nyroModalCont{z-index: 3;}
.nyroModalCloseButton{z-index: 4;}

section{
	padding: 100px 0;
}
section .wrapper{
	width: 90%;
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
}
section#contact,
section#tradmark{
	padding: 0;
}
h2{
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 50px;
}
h2 span{
	color: #989b33;
} 

h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5;
}
h3 span{
	display: inline-block;
}

/* noTop */
.noTop h1{
	text-align: center;
	font-size:42px;	
	font-weight: normal;
}

.noTop h2 {
  	font-size: 30px;
  	font-weight: normal;
}

.colTwo{
	display: flex;
}
.colTwo .colL{
	max-width: 50%;
	box-sizing: border-box;
}
.colTwo .colR{
	max-width: 50%;
	box-sizing: border-box;
}

.grid-colThree{
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
}
.grid-colThree a{
	margin: 20px;
}
.gotoBtn{
	max-width: 400px;
    margin: 50px auto 0;
}
.gotoBtn a{
    display: block;
	box-sizing: border-box;
    color: #FFF;
    padding: 20px 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    background-color: #989b33;
    border: 2px solid #989b33;
    transition: all 0.3s ease-in-out;
}
.gotoBtn a:hover{
	background-color: #000;
    transition: all 0.3s ease-in-out;
}
.gotoBtn a span{	
	background-image: url(/middleware/yebis3/image/icon/arrow-r-w.svg);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 11px 17px;
	padding-right: 22px;
    transition: all 0.3s ease-in-out;
}
.gotoBtn a:hover span{
	background-position: 100% center;
    transition: all 0.3s ease-in-out;
}

/* case-study */
#case-study {
	color: #fff;
}
#case-study h3 {
    color: #FFF;
    width: 95%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
}
#case-study .caseWrapper{
	background-color:#1a1a1a;
	padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
#case-study a:hover .caseWrapper{
	background-color:#2a2a2a;
    transition: all 0.3s ease-in-out;
}
#case-study .caseCompany{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
#case-study .caseMask{
	overflow: hidden;
}
#case-study img{
	width: 100%;
    transition: all 0.3s ease-in-out;
}
#case-study a:hover img{
    transform: scale(1.1,1.1);
    transition: all 0.3s ease-in-out;
}
#case-study .caseContent{
    color: #ccc;
    margin: 20px;
    height: 110px;
    line-height: 1.8 !important;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
#case-study a:hover .caseContent{
	color: #FFF;
    transition: all 0.3s ease-in-out;
}
#case-study .caseRead{
	font-size: 16px;
	text-align: right;
	background-image: url(/middleware/yebis3/image/icon/arrow-r-g.svg);
	background-repeat: no-repeat;
	background-position: 99% center;
	background-size: 11px 17px;
	padding-right: 20px;
	margin-right: 20px;
    transition: all 0.3s ease-in-out;
}
#case-study a:hover .caseRead{
	background-position: right center;
    transition: all 0.3s ease-in-out;
}
#case-study .caseCopy{
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.5;
	color: #999;
}
/* END case-study */

@media only screen and (max-width: 1380px) {
	.grid-colThree a{
		margin: 15px;
	}
	#case-study h3{
		font-size: 16px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 1000px) {
	h2{font-size: 32px;}
	h3{font-size: 24px;}
}


@media only screen and (max-width: 960px) {
	.grid-colThree{
		grid-template-columns:repeat(2, 1fr);
	}
}


@media only screen and (max-width: 680px) {
	.colTwo{
		display: block;
	}
	.colTwo .colL,
	.colTwo .colR{
		max-width: 100%;
	}
	.colTwo .colR{
		margin-top: 30px;
	}
	
	.grid-colThree{
		display: block;
	}
	section{
		padding: 50px 0;
	}
	section.headTitle{
		padding: 20px 0 30px 0;
	}
	h2{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.noTop h1{
		font-size: 30px;
	}
	.noTop h2{
		font-size: 24px;
	}
	
	#case-study .caseContent{
		height: auto;
		font-size: 15px;
	}
	.wrapper.toppage{
		margin-top: 0px;
	}
	.wrapper{
		margin-top: 50px;
	}
}