﻿.contentspace .b11kbtt {
	margin-top: 45px;
}

/*** banner 1 ***/

.bannerlist1 {
	width: 100%;
	display: table;
	max-width: 1906px;
	margin: 0 auto;
}

.bannerlist1 > li {
	display: table;
	width: 100%;
	height: auto;
}

.bannerlist1 > li > div {
	width: 50%;
	float: right;
}

.bannerlist1 .imagespace {
	width: 50%;
	display: block;
}

.bannerlist1 .imagespace img {
	width: 100%;
}

.bannerlist1 .contentspace {
	width: 30%;
	margin: 0 8%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.bannerlist1 .contentspace div {
	width: 100%;
	margin-top: 45px;
}

.bannerlist1 .contentspace div p {
	margin-bottom: 25px;
	color: #4B5D54;
	font-size: 16px;
	line-height: 23px;
}

.bannerlist1.hpbanner, .bannerlist1.hpabout {
	background: #D8C0AA;
}

.bannerlist1.hpprime {
	background: #F4E3D4;
}

@media screen and (max-width:1340px) {
	.bannerlist1 > li > div {
		float: none;
	}

	.bannerlist1 .imagespace {
		width: 100%;
	}

	.bannerlist1 .contentspace {
		width: 100%;
		padding: 50px 20px 30px 20px;
		margin: 0;
	}
}

/*** banner 2 ***/

#bannerlist2 {
	width: 100%;
}

#bannerlist2 .imagespace {
	position: absolute;
	width: 100%;
	overflow: hidden;
	display: block;
	/*background-attachment: fixed;
    background-repeat: no-repeat;*/
	background-size: cover;
	background-position: center;
}

#bannerlist2 .imagespace img {
	display: block;
	width: 100%;
	object-fit: cover;
}

#bannerlist2 .contentspace {
	display: none;
}

#bannerlist2 .contentspace h2 {
	font-size: 40px;
	font-family: ivyora-display;
	margin-top: 30px;
	text-transform: uppercase;
	width: 70%;
	letter-spacing: 3px;
	font-weight: 200;
	line-height: 40px;
}

#bannerlist2 .contentspace div {
	font-size: 15px;
	letter-spacing: 2px;
	margin-top: 30px;
	width: 39%;
	line-height: 25px;
	font-weight: 300;
	font-family: ivyora-display;
}

#bannerlist2 .contentspace a {
	margin-top: 30px;
	text-transform: uppercase;
	display: table;
	padding: 5px 20px;
	border: 1px solid white;
	color: white;
}

#bannerlist2 .contentspace a span {
	text-decoration: none;
}

#bannerlist2 .bimg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*** banner 3 ***/

#bannerlist3 {
	width: 100%;
	display: table;
	padding: 110px 0 150px 0;
}

#bannerlist3 > li {
	display: table;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}

#bannerlist3 > li > div {
	float: left;
}

#bannerlist3 .imagespace {
	width: 49%;
	display: block;
	margin-top: 145px;
	transition: position 2s, margin-right 2s, margin-left 2s;
}

#bannerlist3 .imagespace img {
	width: 100%;
	display: none;
}

#bannerlist3 .contentspace {
	width: 45%;
	margin-right: 6%;
	transition: position 2s, margin-right 2s, margin-left 2s;
}

#bannerlist3 .contentspace div {
	font-size: 15px;
	letter-spacing: 2px;
	width: 80%;
	font-weight: 300;
	line-height: 25px;
	margin-right: 20%;
}

.bannerlist1.news .b11kh1title {
	max-width: 310px;
}

#bannerlist3.ourvis {
	background: url(/gfx/trans-bg-logo.png) -200px -283px no-repeat;
}

#bannerlist3.portfolio .b11kh1title, #bannerlist3.testi .b11kh1title {
	max-width: 490px;
}

#bannerlist3.portfolio .b11kbtt {
	padding: 12px 45px 12px 45px;
}

#bannerlist3.portfolio .b11kbtt:last-child {
	margin-left: 5px;
}

#bannerlist3.portfolio {
	padding-top: 78px;
	padding-bottom: 45px;
	background: url(/gfx/trans-bg-logo.png) right 175px bottom -25px no-repeat;
}

#bannerlist3.testi {
	border-right: 90px solid #fff;
	background: url(/gfx/trans-bg-logo.png) top right no-repeat;
}

#bannerlist3.letswork {
	border-right: 90px solid #313131;
	background: #313131 url(/gfx/trans-bg-logo.png) right 0px bottom -215px no-repeat;
	color: #fff;
}

#bannerlist3.letswork .b11kh1title {
	max-width: 500px;
}

#bannerlist3.letswork .b11kbtttrans {
	border: 1px solid #fff;
	color: white;
}

#bannerlist3.letswork .b11kbtttrans:hover {
	border: 1px solid white;
	background-color: #000;
	color: #fff;
}

#bannerlist3.letswork .b11kh2title:before {
	background: #fff;
}

@media screen and (max-width:1182px) {
	#bannerlist3 > li {
		padding: 0 20px;
	}
}

@media screen and (max-width:600px) {
	#bannerlist3 {
		padding: 50px 0 50px 0;
	}

	#bannerlist3 > li > div {
		float: none;
	}

	#bannerlist3 .imagespace {
		width: 100%;
		margin-top: 50px;
	}

	#bannerlist3 .contentspace {
		width: 100%;
		margin-right: 0;
	}
}

/*** banner 4 video ***/

#bannerlist4 {
	width: 100%;
	display: table;
}

#bannerlist4 video {
	width: 100%;
	height: 410px;
	object-fit: cover;
	filter: brightness(0.66);
}

@media screen and (max-width:600px) {
	#bannerlist4 video {
		height: 250px;
	}

	#bannerlist3.testi {
		border-right: 0;
	}

	#bannerlist3.letswork {
		border-right: 0;
	}

	#bannerlist3.portfolio .b11kbtt:last-child {
		margin-left: 0;
	}
}

/*** banner 6 ***/

.bannerlist6 {
	position: relative;
	height: 650px;
	min-height: 650px;
	width: 100%;
	overflow: hidden;
}

.bannerlist6 #bannershowbox {
	position: relative;
	overflow: hidden;
	z-index: 1000;
	width: 100%;
	overflow: hidden;
	background: #DDE7EA;
}

.bannerlist6 #bannershowbox video {
	width: 100%;
}

@media only screen and (max-width: 800px) {
	.bannerlist6 {
		margin: 20px 0;
		height: 200px;
		min-height: unset;
	}

	.bannerlist6 li {
		width: 100%;
	}

	.bannerlist6 li:nth-child(2) {
		margin: 0;
	}
}
