

/*--------------------------------------------------------------
# Sectionszz
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# partner section
--------------------------------------------------------------*/
#partner {
	width: 100%;
	position: relative;
}

.contentWrap {
	max-width: 1220px;
	margin: 0 auto;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 120px;
	padding-bottom: 120px;
}

.Pwarp {
	width:100%;
	padding-bottom: 72px;
	
}

.Ptitle {
	margin-bottom: 70px;
}	

.Ptitle h2{
	margin-bottom: 20px;
}	

.Ptitle strong{
	font-size: 50px;
}

.PinnerBox {
	width: 50%;
	height: 450px;
	display: inline-block;
	padding-top: 60px;
	/* border-right: 1px solid #dddddd; */
	/* background-image: url(/gaseon/public/img/pattern_mid.png); */
	/* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
}

.Noneborder{
	border-right: none;
}

.rBorder{
	width: 1px;
	height: 450px;
	background: #eeeeee;
}

.PinnerBox:hover{
	position: relative;
	background-image: url(/public/img/pattern_mid.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
	border-right: none;
}

.p_logoBox{
	text-align: center;
}

.p_logoBox img{
	max-width: 100%;
}

.PinnerBox img {
	vertical-align: middle;
    border-style: none;
}

.PtextBox {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
}

.PtextBox span{
	letter-spacing: 0.4px;
	color: #222222;
}

.PtextBox p{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.4px;
	color: #222222;
	margin-top: 10px;
	    margin-bottom: 0;
}

.Pcwarp {
	position: relative;
	display: flex;
	background-image: none;
}

.cFont {
	font-family: 'Noto Sans SC', sans-serif;
	display:block;
	font-size: 22px!important;
	font-weight: 300!important;
}

.Pbtn {
	font-size: 16px;
	font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    transition: 0.5s;
    border-radius: 26px;
    border: 2px solid #222222;
    color: #fff;
	background-color: #222;
	cursor: pointer;
}

.Pbtn:hover{
	background-color: #fff;
	color: #222;
	border: 2px solid #222222;
}

.Pbtn img {
	width: 8px;
	margin-left: 15px;
}

.Ewarp {
	width:100%;
	margin-top: 30px;
	/* display:none; */
}

.Ecwrap {
	width: 100%;
	position: relative;
}

/* .EinnerBox{ */
	/* position: relative; */
	/* width: 50%; */
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* box-sizing: border-box; */
/* } */

.marR40 {
	margin-right: 40px;
}

.EinfoBox {
	width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 50px;
}

.EinfoImg {
	overflow: hidden;
	text-align: center;
    position: relative;
    width: 100%;
    padding-bottom: 98.86%;
    background-color: #333333;
	cursor: pointer;
	z-index:300;
	overflow: hidden;
}

.EinfoImg:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0, .1);
    border-top-color: rgba(0, 0, 0, .1);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, .1);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, .1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, .1);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
    content: "";
    z-index: 700;
}


.EinfoImg img {
	z-index: 600;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	transition: 0.7s;transition: transform .7s;  -o-transition: transform .7s;-moz-transition: transform .7s;-webkit-transition: transform .7s;
}

.EinfoImg img:hover{
	transition: 0.7s;transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);-webkit-transform:scale(1.1);transition: transform .7s;  -o-transition: transform .7s;-moz-transition: transform .7s;-webkit-transition: transform .7s;
}

.padR {
	padding-right: 0px!important;
}

.padL {
	padding-left: 0px!important;
}


.EtextTitle {
	width: 100%;
    max-width: 100%;
    padding-top: 20px;
	text-align: left;
	color: #222222;
	font-size: 17px;
	font-weight: 700;
}

.EtextTitle span {
	font-size: 14px;
	font-weight: 300;	
	color: #888888;
	letter-spacing: 0.4px;
}

.ebTitle{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}


@media (max-width: 991px) {
	.PinnerBox:hover{
		position: relative;
		background-image: none;
		background-position: none;
		background-repeat: none;
		background-size: none;
		border-right: none;
	}
}

@media (max-width: 767px) {
	.contentWrap{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.rBorder{
		display: none;
	}
	
	.Ptitle {
		margin-bottom: 10px;
	}
	
	.Ptitle strong {
		font-size: 34px;
	}
	
	.Pcwarp{
		display:block;
	}
	.PinnerBox{
		display: block;
		width: 100%;
		height: 330px;
		padding-top: 50px;
		border-right: none;
	}
	
	.p_logoBox img{
		width: 120px;
	}
	
	.PinnerBox img{
		/* width: 140px; */
	}
	
	.PtextBox {
		text-align: center;
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	.PtextBox span {
		font-size: 22px;
	}
	.cFont {
		display: block;
		font-size: 16px!important;
		font-weight: 300!important;
	}
	
	.Pbtn{
		font-size: 11px;
		font-weight: 500;
		text-transform: uppercase;
		display: inline-block;
		padding: 6px 30px;
	}
	
	.Pbtn img{
		width: 6px;
		margin-left: 7px;
		position: relative;
		top: -1px;
	}
}

@media (max-width: 400px) {

	.PinnerBox{
		display: block;
		width: 100%;
		height: 280px;
		padding-top: 30px;
		background-image: url(/public/img/pattern_mid.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	
	.PinnerBox:hover{
		background-image: url(/public/img/pattern_mid.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		overflow: hidden;
	}
	
	.m_none_marT{
		margin-top: 0px!important;
	}

}

/*--------------------------------------------------------------
# Promotion Section
--------------------------------------------------------------*/
.TopBox{
	margin: 80px auto 0px;
	max-width: 1670px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
    width: 100%;
    height: 360px;
    position: relative;
	z-index: 600;
}

.pTopBg{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background: url(/public/img/pTop_bg.jpg)top no-repeat;
    background-size: cover;
    z-index: 600;
	transform: scale(1.2);
    transition-duration: 3s;
    -webkit-transition-duration: 3s;
}

.sTopBg{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background: url(/public/img/oTop_bg.jpg)top no-repeat;
    background-size: cover;
    z-index: 600;
	transform: scale(1.2);
    transition-duration: 3s;
    -webkit-transition-duration: 3s;
}


.gTopBg {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background: url(/public/img/gTop_bg.jpg)top no-repeat;
    background-size: cover;
    z-index: 600;
	transform: scale(1.2);
    transition-duration: 3s;
    -webkit-transition-duration: 3s;
}

.bTopBg {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background: url(/public/img/bTop_bg.jpg)top no-repeat;
    background-size: cover;
    z-index: 600;
	transform: scale(1.2);
    transition-duration: 3s;
    -webkit-transition-duration: 3s;
}


.mTopBg {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background: url(/public/img/mTop_bg.jpg)top no-repeat;
    background-size: cover;
    z-index: 600;
	transform: scale(1.2);
    transition-duration: 3s;
    -webkit-transition-duration: 3s;
}

.subHeaderTitle{
	position: relative;
    top: 130px;
    z-index: 700;
	text-align: center;
	
}

.subHeaderTitle h1{
	font-weight: 700;
    font-size: 50px;
    color: #fff;
    text-align: center;
    position: relative;
    letter-spacing: 0.4px;
	margin-bottom: 10px;
	 z-index: 700;
}

.subHeaderTitle span{
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	/* text-transform:uppercase; */
}

@media (max-width: 991px) {
	.TopBox{
		margin: 85px auto 0px;
	}
}

@media (max-width: 767px) {
	.TopBox{
		height: 200px;
		margin: 60px auto 0px;
	}
	
	.pTopBg, .sTopBg, .gTopBg, .bTopBg, .mTopBg{
		height: 200px;
	}
	.subHeaderTitle{
		top: 64px;
	}
	.subHeaderTitle h1{
		font-size: 32px;
	}
}
/*--------------------------------------------------------------
# Business Section
--------------------------------------------------------------*/

.bGalleryBox{
	margin-top: 42px;
}

.bGalleryTxt{
	position: relative;
	top: 0px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-top: 13px;
}

.padB56{
	padding-bottom: 56%!important;
}

.marB60{
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.bGalleryBox{
		margin-top: 36px;
	}
	.bGalleryTxt{
		font-size: 19px;
		font-weight: 500;
		text-align: center;
		margin-top: 13px;
	}
}

/*--------------------------------------------------------------
# Service Section
--------------------------------------------------------------*/


.scontentBox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 310px;
	border: solid #ddd;
}

.sSubWrap{
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}

.sSubBox{
	margin-top: 52px;
    display: flex;
    width: 100%;
}

.sSdis{
	display: block!important;
}

.sSubBoxImg{
	width: 60%;
}

.sSubBoxImg img{
	width: 100%;
}

.sSubtextBox01{
	position: relative;
	top: -16px;
	width: 40%;
	padding-top: 0px;
	padding-left: 30px;
	text-align: left;
}

.s2020Text{
	font-size: 39px;
    font-weight: bold
}

.sSubtextBox_another01{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	background-color: #333333;
	padding: 8px 16px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 24px;
	letter-spacing: 1px;
}

.sSubtextBox_another02{
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 20px;
	line-height: 26px;
}

.sSubtextBox_another03{
	font-size: 30px;
	font-weight: 300;
	color: #fff;

}

.fontW500{
	font-weight: 500;
}

.nxtWrap{
	margin-top: 50px;
}

.slistWrap{
	overflow: hidden;
	width:100%;
}

.sSubTitle01{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
}

.sSubTitle01 span{
	font-weight: 300;
	letter-spacing: 0.4px;
}

.sGalleryWrap{
	width: 100%;
	position: relative;
    display: inline-block;
    padding-bottom: 54%;
	overflow: hidden;
	Z-INDEX: 300;
}

.sSubinfoBox{
	width: 100%;
	height: 237px;
    display: inline-block;
}

.sSubInfoImg{
	position: relative;
}

.sSubInfoImg img{
	width: 100%;
	margin-bottom: 45px;
}

.sGalleryWrap img{
	position: absolute;
    width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	Z-INDEX: 300;
	 overflow: hidden;
	transition: 0.7s;transition: transform .7s;  -o-transition: transform .7s;-moz-transition: transform .7s;-webkit-transition: transform .7s;
}


.sGalleryWrap img:hover{
	transition: 0.7s;transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);-webkit-transform:scale(1.1);transition: transform .7s;  -o-transition: transform .7s;-moz-transition: transform .7s;-webkit-transition: transform .7s;
}

.wArrow{
	/* z-index: 600; */
    position: absolute;
    left: 0px;
    top: 46%;
	transform: translateY(-46%);
	Z-INDEX: 400;
}

.wArrow img{
	position: relative;
	Z-INDEX: 400;
	width: 50px;
}

.sGalleryBox{
	position: relative;
	
}

.sGalleryWrap span{
	position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.8px;
	Z-INDEX: 400;
}

.sg_innertext{
	text-align: center;
	position: absolute;
	width: 100%;
	Z-INDEX: 400;
	 top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
}


@media (max-width: 1260px) {
	.sSubBoxImg {
		width: 50%;
	}
	.sSubtextBox01{
		width: 50%;
	}
	

}

@media (max-width: 991px) {
	.sSubBox {
		margin-top: 52px;
		display: block;
		width: 100%;
	}
	.sSubBoxImg {
		width: 100%;
	}
	.sSubtextBox01{
		padding-top: 30px;
		top: 0px;
		width: 100%;
		padding-left: 0px;
	}
	
	
	.slistWrap {
		margin-bottom: 50px;
	}
	
	
	.sg_innertext{
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	.sSubWrap {
		position: relative;
		width: 100%;
		margin-bottom: 80px;
	}
	
	.sSubtextBox01{
		padding-top: 20px;
		font-size: 20px;
	}
	
	.s2020Text{
		font-size: 24px;
		font-weight: bold
	}
	
	.sSubBox {
		margin-top: 36px;
	}
	.sSubtextBox_another01{
		font-size: 13px;
		padding: 6px 12px;
	}
	.sSubtextBox_another02{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	
	
	.sSubInfoImg img {
		width: 100%;
		margin-bottom: 15px;
	}
	
	
	
	
	.sg_none_padLR {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	
	.sSubTitle01{
		font-size: 20px;
	}
	.wArrow{
		display: none;
	}
}

/*--------------------------------------------------------------
# 회사소개 css
--------------------------------------------------------------*/