@charset "UTF-8";

/*************************************
	Special Story > Green
*************************************/
#primary.page-green article .header-visual {
	display: block;
	height: 100vh;
	position: relative;
	background: #fff;
}
.page-green article .header-visual .video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page-green article .header-visual {
    height: calc(100vw * 0.5625) !important;
}
#primary.page-green article .entry-header { margin: 100px 0 20px;}
@media screen and (max-width: 640px) {
	#primary.page-green article .entry-header { margin: 50px 0 20px;}
}
.page-green .entry-header .inner { max-width: 1440px; }
.page-green article .entry-header .entry-title { font-size: 70px; font-family: "Noto Sans KR"; font-weight: 300; line-height: 1.4; margin: 0 0 40px;}
.page-green article .entry-header .entry-title strong { color: #4ab032; font-weight: 600; }
.page-green article .entry-header .entry-title em { font-weight: 600; font-style: normal;}

.page-green article .entry-header .process {
	padding: 150px 0 0;
	width: 1700px;
	height: 725px;
	background: url("../images/contents/beyond-build/green/green_header_bg.jpg") no-repeat 0 0;
}
.page-green article .entry-header .process ul {
	display: flex;
}
.page-green article .entry-header .process ul li {
	position: relative;
}
.page-green article .entry-header .process ul li:nth-of-type(1) {width: 25%;}
.page-green article .entry-header .process ul li:nth-of-type(2) {width: 25%;}
.page-green article .entry-header .process ul li:nth-of-type(3) {width: 45%;}
.page-green article .entry-header .process ul li:not(:first-child)::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 100%;
	background: #fff;
	opacity: 0.5;
}

.page-green article .entry-header .process ul li dt {
	font-size: 30px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	font-family: "Noto Sans KR";
	font-weight: 600;
	padding: 0 0 50px;
}
.page-green article .entry-header .process ul li dd {
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	font-family: "Noto Sans KR";
	font-weight: 600;
	padding: 0 0 20px;
}
.page-green article .entry-header .process ul li dd:nth-of-type(2) {
	font-size: 18px;
	line-height: 1.6;
	font-family: "Noto Sans KR";
	font-weight: 400;
}
.page-green article .entry-header .process ul li p {
	text-align: center;
	color: #fff;
	font-family: "Noto Sans KR";
	position: relative;
	width: 200px;
	padding: 15px;
	line-height: 1;
	margin: 0 auto;
}
.page-green article .entry-header .process ul li p em {
	position: relative;
	z-index: 99;
	font-size: 18px;
	font-weight: 400;	
	line-height: 1;
	font-style: normal;
}
.page-green article .entry-header .process ul li p::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	border-radius: 5px;
}

@media screen and (max-width: 1700px) {
	.page-green article .entry-header .process {
		width: 100%;
	}
	.page-green article .entry-header .process ul li:nth-of-type(1) {width: 33.3333%;}
	.page-green article .entry-header .process ul li:nth-of-type(2) {width: 33.3333%;}
	.page-green article .entry-header .process ul li:nth-of-type(3) {width: 33.3333%;}	
	.page-green article .entry-header .process ul li dd {
		font-size: 32px;
	}	
}
@media screen and (max-width: 1024px) {
	.page-green article .entry-header .entry-title { font-size: 32px;}	
	.page-green article .entry-header .process {
		width: 100%;
		height: auto;
		padding: 50px 0;
		background: #041800 url("../images/contents/beyond-build/green/m_green_header_bg.jpg") no-repeat 50% 100%;
		background-size: 100% auto;
	}
	.page-green article .entry-header .process ul {
		display: block;
	}	
	.page-green article .entry-header .process ul li:not(:first-child) {
		padding: 50px 0;
	}
	.page-green article .entry-header .process ul li:not(:first-child)::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 5%;
		width: 90%;
		height: 1px;
		background: #fff;
		opacity: 0.5;
	}	
	.page-green article .entry-header .process ul li:nth-of-type(1) {width: 100%;}
	.page-green article .entry-header .process ul li:nth-of-type(2) {width: 100%;}
	.page-green article .entry-header .process ul li:nth-of-type(3) {width: 100%;}	
}
@media screen and (max-width: 640px) {
	.page-green article .entry-header .entry-title { font-size: 28px;}
	.page-green article .entry-header .process ul li dd { font-size: 24px; padding: 0 20px;}
	/* .page-green article .entry-header .process ul li dd br { display: none; } */
	.page-green article .entry-header .process ul li dd:nth-of-type(2) { font-size: 16px; }
	.page-green article .entry-header .process ul li:nth-of-type(3) dd br { display: block; }
}
.page-green .urban-section-05 {
	width: 100%;
	float: left;
	background-size: cover;
	background-position: center;
}
.page-green .urban-section-05 .inner {
	padding: 0 40px;
}
.page-green .urban-section-05 .inner h2 {
	font-size: 60px;
	line-height: 75px;
	letter-spacing: -0.06em;
	margin: 0 0 70px 0;
	font-weight: 100;
}
.page-green .urban-section-05 .inner h2 span {
	font-weight: 500;
}
.page-green .urban-section-05 .inner .profile-image {
	width: 489px;
	height: auto;
	float: left;
	margin: 0 20px 0 -50px;
}
.page-green .urban-section-05 .inner .quote {
	width: calc(100% - 489px);
	float: left;
}
.page-green .urban-section-05 .inner .quote strong {
	font-size: 20px;
	line-height: 34px;
	color: #666;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	font-weight: 400;
}
.page-green .urban-section-05 .inner .quote p {
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -0.02em;
	color: #9E9E9E;
}
.page-green .urban-section-05 .inner .quote img {
	margin: 0 0 0 -20px;
}
.page-green .urban-section-05 button.slick-arrow {
	width: 40px;
	height: 40px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-size: 0;
	position: absolute;
	top: 0;
	z-index: 990;
	cursor: pointer;
}
.page-green .urban-section-05 button.slick-prev {
	background-image: url('../images/icons/icon-slide-left-arrow-gray.svg');
	background-size: cover;
}
.page-green .urban-section-05 button.slick-prev:hover {
	background-image: url('../images/icons/icon-slide-left-arrow-blue.svg');
}
.page-green .urban-section-05 button.slick-next {
	background-image: url('../images/icons/icon-slide-right-arrow-gray.svg');
	background-size: cover;
}
.page-green .urban-section-05 .navi-area {
	position: absolute;
	bottom: inherit;
	top: -80px;
}
.page-green .urban-section-05 .urban-slide-02 .navi-area {
	position: absolute;
	bottom: inherit;
	top: 153px;
	left: 135px;
}
.page-green .urban-section-05 .urban-slide-04 .navi-area {
	position: absolute;
	bottom: inherit;
	top: 203px;
	left: 135px;
}
.page-green .urban-section-05 .navi-area p {
	margin: 0;
	color: #00a5e5;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
}
.page-green .urban-section-05 button.slick-next:hover {
	background-image: url('../images/icons/icon-slide-right-arrow-blue.svg');
}
.page-green .urban-section-05 .urban-slide-01 {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(112, 112, 122, .3);
	margin: 50px 0 0 0;
}
.page-green .urban-section-05 .urban-slide-01 .inner {
	padding: 100px 40px 0 40px;
	position: relative;
}
.page-green .urban-section-05 .urban-slide-01 .navi-area {
	left: calc(50% + 430px);
}
.page-green .urban-section-05 .urban-slide-01 .navi-area::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -40px;
	width: 30px;
	height: 1px;
	border-bottom: 1px dotted #9E9E9E;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-next {
	top: -80px;
	right: calc(50vw - 600px);
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-prev {
	top: -80px;
	right: calc(50vw - 545px);
}

.page-green .urban-section-05 .urban-slide-01 .inner h3 {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0;
	font-weight: 300;
	margin: 0 0 40px 0;
}
.page-green .urban-section-05 .urban-slide-01 .inner h3 span {
	font-weight: 500;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop {
	width: 100%;
	height: 670px;
	float: left;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop li.urban-slide-01-loop-item {
	width: 100%;
	height: 670px;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop li.urban-slide-01-loop-item img {
	width: 100%;
	max-width: 100%;
	height: 670px;
	float: left;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop {
	float: left;
	position: absolute;
	top: 0;
	left: calc(50vw - 600px);
	padding: 0;
	width: 180px;
	height: 670px;
	margin: 0;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-list {
	height: 100% !important;
	padding: 0 !important;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-track {
	height: calc(100% + 10px) !important;
	margin: -5px 0 !important;
	padding: 0 !important;
	transform: none !important;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-list .slick-slide {
	float: left;
	border: none !important;
	height: calc(12.5% - 10px);
	margin: 5px 0 !important;
	overflow: hidden;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-list .slick-slide div {
	width: 100%;
	height: 100%;
	float: left;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item {
	margin: 0;
	float: left;
	position: relative;
	cursor: pointer;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item img {
	width: auto;
	height: 75px;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item:focus {
	outline: none;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item .blue-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 165, 229, 0);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item:hover .blue-filter {
	background-color: rgba(0, 165, 229, .75);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.page-green .urban-section-05 .urban-slide-01 .urban-slide-01-wrap {
	width: 100%;
	height: 670px;
	position: relative;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-slide div {
	line-height: 0;
}
.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots {
	width: calc(50vw + 600px);
	margin: 40px 10px 0 calc(50vw - 600px);
	display: flex;
	justify-content: space-around;
}

.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots>li {
	display: inline-block;
	float: left;
	width: 100%;
}

.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots>li:focus {
	outline: none !important;
}

.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots>li.slick-active>button {
	background-color: #00A5E5;
	border-radius: 0;
}

.page-green .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots>li>button {
	border: none;
	padding: 0;
	height: 3px;
	widtH: 100%;
	float: left;
	background-color: #E4E4E4;
	font-size: 0;

}
.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li>button:focus {
	outline: none !important;
}
.page-green .urban-section-05 .urban-slide-03 {
	width: 100%;
	float: left;
	margin: 0;
}

.page-green .urban-section-05 .urban-slide-03 .inner {
	padding: 100px 40px 0 40px;
	position: relative;
}
.page-green .urban-section-05 .urban-slide-03 .navi-area {
	left: calc(50% + 430px);
}
.page-green .urban-section-05 .urban-slide-03 .navi-area::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -40px;
	width: 30px;
	height: 1px;
	border-bottom: 1px dotted #9E9E9E;
}
.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-next {
	top: -80px;
	right: calc(50vw - 600px);
}
.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-prev {
	top: -80px;
	right: calc(50vw - 545px);
}
.page-green .urban-section-05 .urban-slide-03 .inner h3 {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -0.03em;
	font-weight: 300;
	margin: 0 0 40px 0;
	padding: 0 0 60px 0;
}

.page-green .urban-section-05 .urban-slide-03 .inner h3 span {
	font-weight: 500;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop {
	width: 100%;
	height: 670px;
	float: left;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop li.urban-slide-03-loop-item {
	width: 100%;
	height: 670px;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop li.urban-slide-03-loop-item img {
	width: 100%;
	max-width: 100%;
	height: 670px;
	float: left;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop {
	float: left;
	position: absolute;
	top: 0;
	right: calc(50vw - 600px);
	padding: 0;
	width: 208px;
	height: 670px;
	margin: 0;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list {
	height: 100% !important;
	padding: 0 !important;
}
.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-track {
	height: calc(100% + 10px) !important;
	margin: -5px 0 !important;
	padding: 0 !important;
	transform: none !important;
}
.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list .slick-slide {
	height: calc(14.2857% - 10px);
	margin: 5px 0;
	float: left;
	border: none !important;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list .slick-slide.slick-current .blue-filter {
	background-color: rgba(0, 165, 229, .75);
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list .slick-slide div {
	float: left;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item {
	float: left;
	position: relative;
	cursor: pointer;
}
.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item img {
	height: 87px;
	width: auto;
}
.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item:focus {
	outline: none;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item .blue-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 165, 229, 0);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item:hover .blue-filter {
	background-color: rgba(0, 165, 229, .75);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.page-green .urban-section-05 .urban-slide-03 .urban-slide-03-wrap {
	width: 100%;
	height: 670px;
	position: relative;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-slide div {
	line-height: 0;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots {
	width: calc(50vw + 600px);
	margin: 40px 10px 0 calc(50vw - 600px);
	display: flex;
	justify-content: space-around;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li {
	display: inline-block;
	float: left;
	width: 100%;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li:focus {
	outline: none !important;
}

.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li.slick-active>button {
	background-color: #00A5E5;
	border-radius: 0;
}
.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li>button {
	border: none;
	padding: 0;
	height: 3px;
	widtH: 100%;
	float: left;
	background-color: #E4E4E4;
	font-size: 0;
}
.page-green .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li>button:focus {
	outline: none !important;
}
.page-green .urban-section-05 .urban-slide-02 {
	width: 100%;
	float: left;
	padding: 143px 0 0 0;
	position: relative;
}
@media screen and (max-width: 640px) {
	.page-green .urban-section-05 .urban-slide-02 {
		padding: 50px 0 0 0;
	}
}
.page-green .urban-section-05 .urban-slide-02 h3 {
	font-size: 24px;
	line-height: 50px;
	letter-spacing: -0.03em;
	font-weight: 300;
	margin: 0 0 40px 0;
	text-align: right;
	position: relative;
	color: #666666;
}
.page-green .urban-section-05 .urban-slide-02 h3 span {
	font-weight: 500;
}
.page-green .urban-section-05 .urban-slide-02 h3 .navi-area {
	left: 135px;
}
.page-green .urban-section-05 .urban-slide-02 .navi-area::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -40px;
	width: 30px;
	height: 1px;
	border-bottom: 1px dotted #9E9E9E;
}
.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-next {
	top: -80px;
	left: 55px;
}
.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-prev {
	top: -80px;
	left: 0;
}
.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop {
	width: calc(100% + 20px);
	float: left;
	margin: 0 -10px;
}
.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-list {
	overflow: visible !important;
}
.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-slide {
	width: calc(100% -20px);
	margin: 0 10px;
	float: left;
	overflow: hidden;
}
.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-slide div {
	line-height: 0;
}

.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots {
	width: calc(100% - 20px);
	margin: 40px 10px 0 10px;
	display: flex;
	justify-content: space-around;
}
.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots>li {
	display: inline-block;
	float: left;
	width: 100%;
}
.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots>li:focus {
	outline: none !important;
}

.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots>li.slick-active>button {
	background-color: #00A5E5;
	border-radius: 0;
}
.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots>li>button {
	border: none;
	padding: 0;
	height: 3px;
	widtH: 100%;
	float: left;
	background-color: #E4E4E4;
	font-size: 0;
}
.page-green .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots>li>button:focus {
	outline: none !important;
}
.page-green .urban-section-05 .urban-slide-04 {
	position: relative;
	width: 100%;
	float: left;
	padding: 143px 0 0 0;
}
.page-green .urban-section-05 .urban-slide-04 h3 {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -0.03em;
	font-weight: 300;
	margin: 0 0 40px 0;
	text-align: right;
	position: relative;
}
.page-green .urban-section-05 .urban-slide-04 h3 span {
	font-weight: 500;
}
.page-green .urban-section-05 .urban-slide-04 h3 .navi-area {
	left: 135px;
}
.page-green .urban-section-05 .urban-slide-04 .navi-area::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -40px;
	width: 30px;
	height: 1px;
	border-bottom: 1px dotted #9E9E9E;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-next {
	top: -80px;
	left: 55px;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-prev {
	top: -80px;
	left: 0;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop {
	width: calc(100% + 20px);
	float: left;
	margin: 0 -10px;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-list {
	overflow: visible !important;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-slide {
	width: calc(100% -20px);
	margin: 0 10px;
	float: left;
	overflow: hidden;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-slide div {
	line-height: 0;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots {
	width: calc(100% - 20px);
	margin: 40px 10px 0 10px;
	display: flex;
	justify-content: space-around;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots>li {
	display: inline-block;
	float: left;
	width: 100%;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots>li:focus {
	outline: none;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots>li.slick-active>button {
	background-color: #00A5E5;
	border-radius: 0;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots>li>button {
	border: none;
	padding: 0;
	height: 3px;
	widtH: 100%;
	float: left;
	background-color: #E4E4E4;
	font-size: 0;
}
.page-green .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots>li>button:focus {
	outline: none;
}
/* green-biz */
div.green-biz { width: 1200px; margin: 0 auto 80px; clear: both;}
div.green-biz p { font-size: 60px; color: #000; margin: 0 0 50px; line-height: 1.2; }
div.green-biz p em { font-style: normal; font-weight: 700;}
div.green-biz ul {
	margin: 100px auto 0;
	width: 1024px;
	display: flex;
	justify-content: space-between;
}
div.green-biz ul li { 
	width: 25%;
	text-align: center;
	color: #666;
	font-size: 30px;
}
@media screen and (max-width: 1200px) {
	div.green-biz { width: 90%; margin: 0 auto 80px; }
}
@media screen and (max-width: 1024px) {
	div.green-biz ul { width: 90%; }
}
@media screen and (max-width: 800px) {
	.page-green .entry-content span.eyebrow { margin: 0 !important; }	
	div.green-biz p { font-size: 24px;}	
	div.green-biz ul {
		flex-wrap: wrap;
		margin: 50px auto 0;
		/* display: block; */
	}	
	div.green-biz ul li { width: 50%; font-size: 20px; }
	div.green-biz ul li img { width: 40%; }
}
@media screen and (max-width: 480px) {
	/* div.green-biz ul li img { width: 80%; } */
}
/* green-movie */
.page-green .green-movie {
	clear: both;
	max-width: 1920px;
	margin: 0 auto;
	height: 945px;
	padding: 290px 0 100px;
	background: #9cb935 url("../images/contents/beyond-build/green/green_movie_bg.jpg") no-repeat 50% 0;
}
.page-green .green-movie .inner-area {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.page-green .green-movie .movie-area {
	position: relative;
	width: 800px;
	height: 450px;
}
.page-green .green-movie .movie-area .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.page-green .green-movie .movie-area .movie-frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.page-green .green-movie .text-area {
	width: calc(100% - 800px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.page-green .green-movie .text-area p {
	text-align: right;
	line-height: 1.2;
	color: #000;
}
.page-green .green-movie .text-area strong {
	font-size: 70px;
	font-weight: 700;
}
.page-green .green-movie .text-area span:nth-of-type(1) { font-size: 40px; }
.page-green .green-movie .text-area span:nth-of-type(2) { font-size: 30px; }

@media screen and (max-width: 1440px) {
	.page-green .green-movie {
		height: auto;
		padding: 50px 0;
	}
	.page-green .green-movie .inner-area {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.page-green .green-movie .movie-area {
		position: relative;
		width: 800px;
		height: 450px;
		margin: 0 auto;
	}
	.page-green .green-movie .text-area {
		padding: 50px 0 0;
		width: 800px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}	
}
@media screen and (max-width: 1024px) {
	.page-green .green-movie .text-area span:nth-of-type(1) { 
		display: block;
		text-align: right;
	}
	.page-green .green-movie .text-area span:nth-of-type(2) { 
		display: block;
		text-align: right;
	}
	.page-green .slick-slide img {
		height: auto;
		width: 100%;
	}	
}
@media screen and (max-width: 800px) {
	.page-green .green-movie .movie-area {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 56.25% 0 0;
	}
	.page-green .green-movie .movie-area img {
		 width: 100%;
	}
	.page-green .green-movie .text-area {
		padding: 50px 0 0;
		width: 90%;
		margin: 0 auto;
	}
	.page-green .green-movie .text-area strong {
		display: block;
		text-align: right;
	}		
}
@media screen and (max-width: 640px) {
	.page-green .green-movie .text-area span:nth-of-type(1) { 
		font-size: 20px;
	}
	.page-green .green-movie .text-area span:nth-of-type(2) { 
		font-size: 20px;
	}
	.page-green .green-movie .text-area strong { 
		font-size: 30px;
	}
	.page-green .green-movie .text-area {
		padding: 20px 0 0;
	}	
}
.green-ci {
	position: relative;
	clear: both;
	height: 770px;
	margin: 0 0 -110px;	
}
.green-ci .ci-inner {
	width: 1920px;
	height: 770px;	
	position: relative;
	margin: 0 auto;
}
.green-ci .ci-download {
	padding: 130px 0 0 0;
	width: 940px;
	height: 680px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: #00a5e5 url("../images/contents/beyond-build/green/leaf.png") no-repeat 0 0;
	background-size: 100% auto;
}
.green-ci .ci-download .box {
	width: 507px;
	margin: 0 auto;
	text-align: left;
}
.green-ci .ci-download a.btn_ci_download {
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px;
	width: 240px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 50px 0 0;
}
.green-ci .ci-img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 8;
	padding: 216px 240px 0 0;
	width: 1340px;
	height: 770px;
	text-align: right;
	background: #f2f2f2;
}
@media screen and (max-width: 1920px) {
	.green-ci .ci-inner {
		width: 100%;
		height: 770px;	
		position: relative;
		margin: 0 auto;
	}
	.green-ci .ci-download {
		padding: 130px 0 0 0;
		width: 50%;
		height: 680px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9;
	}
	.green-ci .ci-img {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 8;
		padding: 216px 0 0 0;
		width: 50%;
		height: 770px;
		text-align: center;		
	}
}

@media screen and (max-width: 1440px) {
	.green-ci {
		height: auto;
		margin: 0;
	}	
	.green-ci .ci-inner {
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
	}
	.green-ci .ci-download {
		padding: 50px 0;
		width: 100%;
		height: auto;
		position: static;
		background-size: auto auto;
	}
	.green-ci .ci-img {
		position: static;
		padding: 50px 0;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.green-ci .ci-download a.btn_ci_download {
		padding: 5px 20px;
		width: 160px;
		margin: 30px 0 0;
	}
}
@media screen and (max-width: 640px) {
	.green-ci .ci-download .box { width: 90%; }
	.green-ci .ci-download .box img { width: 100%;}
	.green-ci .ci-img { width: 100%; text-align: center;}
	.green-ci .ci-img img { width: 90%; }
}

/* green-concept */
.green-concept {
	clear: both;
	margin: 0 auto;
	max-width: 1920px;
	min-height: 1380px;
	padding: 0 0 50px;
	background: #408a45 url("../images/contents/beyond-build/green/green_forest_bg.jpg") no-repeat 50% 100%;
}
.green-concept div.conbox {
	width: 1390px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	background: #5f9f49;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}
.green-concept div.conbox::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -56px;
	width: 23px;
	height: 312px;
	background: url("../images/contents/beyond-build/green/green-conbox-left.png") no-repeat 0 0;
}
.green-concept div.conbox::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -47px;
	left: 50%;
	transform: translateX(-50%);
	width: 266px;
	height: 129px;
	background: url("../images/contents/beyond-build/green/green-conbox-img2.png") no-repeat 0 0;
	background-size: contain;
}
.green-concept div.conbox ul {
	width: 1240px;
	padding: 120px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.green-concept div.conbox ul li:nth-of-type(2) { display: flex; align-items: center; justify-content: center;}
.green-concept div.textbox {
	margin: 90px auto;
	width: 1390px;	
}
.green-concept div.textbox ul {
	width: 100%;
	margin: 0 auto;
}
.green-concept div.textbox ul li dt {font-size: 170px; font-weight: 700; line-height: 1.2; color: #fff;}
.green-concept div.textbox ul li dt span { font-size: 60px; font-weight: 300;}
.green-concept div.textbox ul li dd {font-size: 30px; line-height: 1.6; color: #fff; margin: 0;}
.green-concept div.textbox ul li:nth-of-type(1) dd { text-align: left; padding: 0 0 0 10px;}
.green-concept div.textbox ul li:nth-of-type(2) dt { text-align: right; }
.green-concept div.textbox ul li:nth-of-type(2) dd { text-align: right; padding: 0 10px 0 0;}
.green-concept div.textbox ul img { width: 100%;}

@media screen and (max-width: 1390px) {
	.green-concept {
		min-height: auto;
		padding: 0 0 50px;
	}	
	.green-concept div.conbox {
		width: 90%;
		height: auto;
	}
	.green-concept div.conbox ul {
		width: 90%;
		padding: 80px 0 0;
		margin: 0 auto;
		display: block;
	}	
	.green-concept div.conbox ul li { padding: 0 0 50px; text-align: center;}
	.green-concept div.conbox ul li:nth-of-type(3) { padding: 0 0 100px; }
	.green-concept div.textbox {
		margin: 90px auto;
		width: 90%;	
	}	
	.green-concept div.textbox ul li dt {font-size: 110px; }
	.green-concept div.textbox ul li dt span { font-size: 26px; }
	.green-concept div.textbox ul li dd {font-size: 20px; }
}
@media screen and (max-width: 768px) {
	.green-concept div.conbox ul {
		padding: 30px 0 0;
	}	
	.green-concept div.conbox::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -47px;
		left: 50%;
		transform: translateX(-50%);
		width: 120px;
		height: 80px;
		background: url("../images/contents/beyond-build/green/green-conbox-img2.png") no-repeat 0 0;
		background-size: contain;
	}	
	.green-concept div.conbox ul li { padding: 0 0 20px;}
	.green-concept div.conbox ul li:nth-of-type(1) img { width: 100%; padding: 0 0 30px; }
	.green-concept div.conbox ul li:nth-of-type(3) { padding: 0 0 50px; }
	.green-concept div.textbox {
		margin: 40px auto;
		width: 90%;	
	}		
	.green-concept div.textbox ul li dt {font-size: 80px; }
	.green-concept div.textbox ul li dt span { font-size: 22px; }
	.green-concept div.textbox ul li dd {font-size: 16px; }	
}
@media screen and (max-width: 640px) {
	.green-concept div.textbox ul li dt {font-size: 40px; }
	.green-concept div.textbox ul li dt span { font-size: 22px; }
	.green-concept div.textbox ul li dd {font-size: 16px; }	
}
@media screen and (max-width: 540px) {
	.green-concept div.conbox ul li:nth-of-type(3) img { width: 80%; }
}


/* safety */
.page-safety .urban-section-05 {
	width: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	clear: both;
	margin: 100px 0 0;
}
.page-safety .urban-section-05 .inner {
	padding: 0 40px;
}
.page-safety .urban-section-05 .inner h2 {
	font-size: 60px;
	line-height: 75px;
	letter-spacing: -0.06em;
	margin: 0 0 70px 0;
	font-weight: 100;
}
.page-safety .urban-section-05 .inner h2 span {
	font-weight: 500;
}
.page-safety .urban-section-05 .inner .profile-image {
	width: 489px;
	height: auto;
	float: left;
	margin: 0 20px 0 -50px;
}
.page-safety .urban-section-05 .inner .quote {
	width: calc(100% - 489px);
	float: left;
}
.page-safety .urban-section-05 .inner .quote strong {
	font-size: 20px;
	line-height: 34px;
	color: #666;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	font-weight: 400;
}
.page-safety .urban-section-05 .inner .quote p {
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -0.02em;
	color: #9E9E9E;
}
.page-safety .urban-section-05 .inner .quote img {
	margin: 0 0 0 -20px;
}
.page-safety .urban-section-05 button.slick-arrow {
	width: 40px;
	height: 40px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-size: 0;
	position: absolute;
	top: 0;
	z-index: 990;
	cursor: pointer;
}
.page-safety .urban-section-05 button.slick-prev {
	background-image: url('../images/icons/icon-slide-left-arrow-gray.svg');
	background-size: cover;
}
.page-safety .urban-section-05 button.slick-prev:hover {
	background-image: url('../images/icons/icon-slide-left-arrow-blue.svg');
}
.page-safety .urban-section-05 button.slick-next {
	background-image: url('../images/icons/icon-slide-right-arrow-gray.svg');
	background-size: cover;
}
.page-safety .urban-section-05 .navi-area {
	position: absolute;
	bottom: inherit;
	top: -80px;
}
.page-safety .urban-section-05 .urban-slide-02 .navi-area {
	position: absolute;
	bottom: inherit;
	top: 64px;
	left: 135px;
}
.page-safety .urban-section-05 .urban-slide-04 .navi-area {
	position: absolute;
	bottom: inherit;
	top: 203px;
	left: 135px;
}
.page-safety .urban-section-05 .navi-area p {
	margin: 0;
	color: #00a5e5;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
}
.page-safety .urban-section-05 button.slick-next:hover {
	background-image: url('../images/icons/icon-slide-right-arrow-blue.svg');
}
.page-safety .urban-section-05 .urban-slide-01 {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(112, 112, 122, .3);
	margin: 50px 0 0 0;
}
.page-safety .urban-section-05 .urban-slide-01 .inner {
	padding: 100px 40px 0 40px;
	position: relative;
}
.page-safety .urban-section-05 .urban-slide-01 .navi-area {
	left: calc(50% + 430px);
}
.page-safety .urban-section-05 .urban-slide-01 .navi-area::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -40px;
	width: 30px;
	height: 1px;
	border-bottom: 1px dotted #9E9E9E;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-next {
	top: -80px;
	right: calc(50vw - 600px);
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-prev {
	top: -80px;
	right: calc(50vw - 545px);
}

.page-safety .urban-section-05 .urban-slide-01 .inner h3 {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0;
	font-weight: 300;
	margin: 0 0 40px 0;
}
.page-safety .urban-section-05 .urban-slide-01 .inner h3 span {
	font-weight: 500;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop {
	width: 100%;
	height: 670px;
	float: left;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop li.urban-slide-01-loop-item {
	width: 100%;
	height: 670px;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop li.urban-slide-01-loop-item img {
	width: 100%;
	max-width: 100%;
	height: 670px;
	float: left;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop {
	float: left;
	position: absolute;
	top: 0;
	left: calc(50vw - 600px);
	padding: 0;
	width: 180px;
	height: 670px;
	margin: 0;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-list {
	height: 100% !important;
	padding: 0 !important;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-track {
	height: calc(100% + 10px) !important;
	margin: -5px 0 !important;
	padding: 0 !important;
	transform: none !important;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-list .slick-slide {
	float: left;
	border: none !important;
	height: calc(12.5% - 10px);
	margin: 5px 0 !important;
	overflow: hidden;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-list .slick-slide div {
	width: 100%;
	height: 100%;
	float: left;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item {
	margin: 0;
	float: left;
	position: relative;
	cursor: pointer;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item img {
	width: auto;
	height: 75px;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item:focus {
	outline: none;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item .blue-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 165, 229, 0);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item:hover .blue-filter {
	background-color: rgba(0, 165, 229, .75);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.page-safety .urban-section-05 .urban-slide-01 .urban-slide-01-wrap {
	width: 100%;
	height: 670px;
	position: relative;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-slide div {
	line-height: 0;
}
.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots {
	width: calc(50vw + 600px);
	margin: 40px 10px 0 calc(50vw - 600px);
	display: flex;
	justify-content: space-around;
}

.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots>li {
	display: inline-block;
	float: left;
	width: 100%;
}

.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots>li:focus {
	outline: none !important;
}

.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots>li.slick-active>button {
	background-color: #00A5E5;
	border-radius: 0;
}

.page-safety .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots>li>button {
	border: none;
	padding: 0;
	height: 3px;
	widtH: 100%;
	float: left;
	background-color: #E4E4E4;
	font-size: 0;

}
.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li>button:focus {
	outline: none !important;
}
.page-safety .urban-section-05 .urban-slide-03 {
	width: 100%;
	float: left;
	margin: 0;
}

.page-safety .urban-section-05 .urban-slide-03 .inner {
	padding: 100px 40px 0 40px;
	position: relative;
}
.page-safety .urban-section-05 .urban-slide-03 .navi-area {
	left: calc(50% + 430px);
}
.page-safety .urban-section-05 .urban-slide-03 .navi-area::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -40px;
	width: 30px;
	height: 1px;
	border-bottom: 1px dotted #9E9E9E;
}
.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-next {
	top: -80px;
	right: calc(50vw - 600px);
}
.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-prev {
	top: -80px;
	right: calc(50vw - 545px);
}
.page-safety .urban-section-05 .urban-slide-03 .inner h3 {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -0.03em;
	font-weight: 300;
	margin: 0 0 40px 0;
	padding: 0 0 60px 0;
}

.page-safety .urban-section-05 .urban-slide-03 .inner h3 span {
	font-weight: 500;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop {
	width: 100%;
	height: 670px;
	float: left;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop li.urban-slide-03-loop-item {
	width: 100%;
	height: 670px;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop li.urban-slide-03-loop-item img {
	width: 100%;
	max-width: 100%;
	height: 670px;
	float: left;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop {
	float: left;
	position: absolute;
	top: 0;
	right: calc(50vw - 600px);
	padding: 0;
	width: 208px;
	height: 670px;
	margin: 0;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list {
	height: 100% !important;
	padding: 0 !important;
}
.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-track {
	height: calc(100% + 10px) !important;
	margin: -5px 0 !important;
	padding: 0 !important;
	transform: none !important;
}
.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list .slick-slide {
	height: calc(14.2857% - 10px);
	margin: 5px 0;
	float: left;
	border: none !important;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list .slick-slide.slick-current .blue-filter {
	background-color: rgba(0, 165, 229, .75);
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list .slick-slide div {
	float: left;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item {
	float: left;
	position: relative;
	cursor: pointer;
}
.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item img {
	height: 87px;
	width: auto;
}
.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item:focus {
	outline: none;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item .blue-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 165, 229, 0);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item:hover .blue-filter {
	background-color: rgba(0, 165, 229, .75);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.page-safety .urban-section-05 .urban-slide-03 .urban-slide-03-wrap {
	width: 100%;
	height: 670px;
	position: relative;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-slide div {
	line-height: 0;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots {
	width: calc(50vw + 600px);
	margin: 40px 10px 0 calc(50vw - 600px);
	display: flex;
	justify-content: space-around;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li {
	display: inline-block;
	float: left;
	width: 100%;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li:focus {
	outline: none !important;
}

.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li.slick-active>button {
	background-color: #00A5E5;
	border-radius: 0;
}
.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li>button {
	border: none;
	padding: 0;
	height: 3px;
	widtH: 100%;
	float: left;
	background-color: #E4E4E4;
	font-size: 0;
}
.page-safety .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots>li>button:focus {
	outline: none !important;
}
.page-safety .urban-section-05 .urban-slide-02 {
	width: 100%;
	float: left;
	padding: 143px 0 0 0;
	position: relative;
}
@media screen and (max-width: 640px) {
	.page-safety .urban-section-05 .urban-slide-02 {
		padding: 50px 0 0 0;
	}
}
.page-safety .urban-section-05 .urban-slide-02 h3 {
	font-size: 24px;
	line-height: 50px;
	letter-spacing: -0.03em;
	font-weight: 300;
	margin: 0 0 40px 0;
	text-align: right;
	position: relative;
	color: #666666;
}
.page-safety .urban-section-05 .urban-slide-02 h3 span {
	font-weight: 500;
}
.page-safety .urban-section-05 .urban-slide-02 h3 .navi-area {
	left: 135px;
}
.page-safety .urban-section-05 .urban-slide-02 .navi-area::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -40px;
	width: 30px;
	height: 1px;
	border-bottom: 1px dotted #9E9E9E;
}
.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-next {
	top: -80px;
	left: 55px;
}
.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-prev {
	top: -80px;
	left: 0;
}
.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop {
	width: calc(100% + 20px);
	float: left;
	margin: 0 -10px;
}
.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-list {
	overflow: visible !important;
}
.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-slide {
	width: calc(100% -20px);
	margin: 0 10px;
	float: left;
	overflow: hidden;
}
.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-slide div {
	line-height: 0;
}

.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots {
	width: calc(100% - 20px);
	margin: 40px 10px 0 10px;
	display: flex;
	justify-content: space-around;
}
.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots>li {
	display: inline-block;
	float: left;
	width: 100%;
}
.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots>li:focus {
	outline: none !important;
}

.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots>li.slick-active>button {
	background-color: #00A5E5;
	border-radius: 0;
}
.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots>li>button {
	border: none;
	padding: 0;
	height: 3px;
	widtH: 100%;
	float: left;
	background-color: #E4E4E4;
	font-size: 0;
}
.page-safety .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots>li>button:focus {
	outline: none !important;
}
.page-safety .urban-section-05 .urban-slide-04 {
	position: relative;
	width: 100%;
	float: left;
	padding: 143px 0 0 0;
}
.page-safety .urban-section-05 .urban-slide-04 h3 {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -0.03em;
	font-weight: 300;
	margin: 0 0 40px 0;
	text-align: right;
	position: relative;
}
.page-safety .urban-section-05 .urban-slide-04 h3 span {
	font-weight: 500;
}
.page-safety .urban-section-05 .urban-slide-04 h3 .navi-area {
	left: 135px;
}
.page-safety .urban-section-05 .urban-slide-04 .navi-area::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -40px;
	width: 30px;
	height: 1px;
	border-bottom: 1px dotted #9E9E9E;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-next {
	top: -80px;
	left: 55px;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-prev {
	top: -80px;
	left: 0;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop {
	width: calc(100% + 20px);
	float: left;
	margin: 0 -10px;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-list {
	overflow: visible !important;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-slide {
	width: calc(100% -20px);
	margin: 0 10px;
	float: left;
	overflow: hidden;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-slide div {
	line-height: 0;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots {
	width: calc(100% - 20px);
	margin: 40px 10px 0 10px;
	display: flex;
	justify-content: space-around;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots>li {
	display: inline-block;
	float: left;
	width: 100%;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots>li:focus {
	outline: none;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots>li.slick-active>button {
	background-color: #00A5E5;
	border-radius: 0;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots>li>button {
	border: none;
	padding: 0;
	height: 3px;
	widtH: 100%;
	float: left;
	background-color: #E4E4E4;
	font-size: 0;
}
.page-safety .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots>li>button:focus {
	outline: none;
}




/*  */
#primary.page-safety article .header-visual>.inner {
	padding: 200px 40px 0;
	height: 927px;
}
#primary.page-safety article .header-visual {
	height: 927px;
	background: url("../images/contents/beyond-build/safety/safety-visual.jpg") no-repeat 50% 95%;	
	background-size: cover;
}



#primary.page-safety article .header-visual span.eyebrow {
	font-size: 18px;
	color: #00a5e5;
}
#primary.page-safety article .header-visual h1.entry-title {
	font-weight: 300;
	font-size: 60px;
	line-height: 1.2;
	padding: 50px 0 60px;
}
#primary.page-safety article .header-visual h1.entry-title em {
	font-style: normal;
	color: #005dff;
	font-weight: 700;	
}
#primary.page-safety article .header-visual h1.entry-title strong {
	font-weight: 700;
}
#primary.page-safety article .header-visual p {
	font-size: 30px;
}

@media screen and (max-width: 1200px) {
	#primary.page-safety article .header-visual h1.entry-title {
		font-size: 40px;
		padding: 50px 0 60px;
	}
	#primary.page-safety article .header-visual p {
		font-size: 20px;
	}
}

@media screen and (max-width: 900px) {
	#primary.page-safety article .header-visual>.inner {
		padding: 15vw 40px 0;
		height: 215vw;
	}	
	#primary.page-safety article .header-visual {
		height: auto;
		background: url("../images/contents/beyond-build/safety/m-safety-visual.jpg") no-repeat 50% 100%;	
		background-size: 100% auto;
	}
	#primary.page-safety article .header-visual h1.entry-title strong br { display: none;}
}
@media screen and (max-width: 640px) {
	#primary.page-safety article .header-visual h1.entry-title {
		font-size: 30px;
		padding: 10vw 0 60px;
	}
	#primary.page-safety article .header-visual p {
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	#primary.page-safety article .header-visual h1.entry-title {
		font-size: 22px;
		line-height: 1.4;
		padding: 10vw 0 30px;
	}
	#primary.page-safety article .header-visual p {
		font-size: 14px;
	}
}


/* safety-grade */
.page-safety .entry-content p {
	font-size: 21px;
	line-height: 1.4;
}
 @media screen and (max-width: 1024px) {
	.page-safety .entry-content p { 
		font-size: 17px;		
		color: #666;	
	}
}

.safety-grade {padding: 150px 0 50px;}
.safety-grade p { 
	color: #666;	
}
/* .entry-content .safety-grade p {
    font-size: 22px;
} */
/*
@media screen and (max-width: 1024px) {
	.safety-grade p { 
		font-size: 16px !important;
		color: #666;	
	}
} */
.safety-grade ul {
	padding: 80px 0 0;
	width: 1210px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #000;
}
.safety-grade ul li { margin: 0 50px;}
.safety-grade ul li img { display: block; width: 100%;}

@media screen and (max-width: 1280px) {
	#primary.page-safety .inner { min-width: auto; }
	.safety-grade {padding: 80px 0;}
	/* .safety-grade .inner { min-width: auto; } */
	.safety-grade ul {
		margin: 40px 0 0;
		width: 100%;
	}
	.safety-grade ul li { width: calc(100% - 40px); margin: 0 20px;}
}

/* safety-academy */
.academy-title {
	max-width: 1280px;
    min-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.academy-title p.top { 
	color: #00a5e5;
	font-size: 30px;
	padding: 0 0 20px;
} 
.academy-title h2 {
	font-weight: 300 !important;
}
.academy-title h2 strong {
	font-weight: 700 !important;
}
.academy-title div.text {
	font-weight: 300 !important;	
	font-size: 20px;
	color: #666;
}

@media screen and (max-width: 1280px) {
	.academy-title {
		min-width: 100%;
	}
	.academy-title .inner { min-width: auto; }
	.academy-title p.top { 
		font-size: 20px;
	} 	
	.academy-title div.text {
		font-size: 16px;
		padding: 0 0 80px;
	}	
}


/* safety-bus */
.safety-bus { clear: both; }
.safety-bus .safety-bus-title {
	font-size: 60px;
	font-weight: 700;
	color: #3e64a6;
	padding: 100px 0;
}
.safety-bus .safety-bus-title div.text {
	font-weight: 300 !important;	
	font-size: 20px;
	color: #666;
}
.safety-bus-visual {
	height: 1080px;
	background: url("../images/contents/beyond-build/safety/safety-bus-img.jpg") no-repeat 50% 100%;	
	background-size: cover;	
}
@media screen and (max-width: 1024px) {
	.safety-bus .safety-bus-title {
		padding: 100px 0 50px;	
	}
}
@media screen and (max-width: 900px) {
	.safety-bus { padding: 40px 0 0;}
	.safety-bus .safety-bus-title {
		font-size: 60px;
		font-weight: 700;
		color: #3e64a6;
		padding: 100px 0 50px;	
	}	
	.safety-bus-visual {
		height: 200vw;
		background: url("../images/contents/beyond-build/safety/m-safety-bus-img.jpg") no-repeat 50% 100%;	
		background-size: cover;	
	}

}
@media screen and (max-width: 640px) {
	.safety-bus .safety-bus-title {
		padding: 50px 0 20px;	
	}	
}
.safety-solution-title {
	padding: 80px 0;
}

@media screen and (max-width: 1024px) {
	.safety-solution-title {
		padding: 60px 0;
	}
}
@media screen and (max-width: 640px) {
	.safety-solution-title {
		padding: 50px 0 30px;
	}
}
.safety-solution-title h2 {
	font-size: 60px;
}
.safety-solution-title h2 em {
	font-weight: 300;
	color: #00b8ff;
	font-style: normal;
}
.safety-solution-title h2 strong {
	font-weight: 700;
	color: #3e64a6;
}

.safety-solution-primary {
	height: 1030px;
	background: url("../images/contents/beyond-build/safety/safety-solution-primary.jpg") no-repeat 50% 100%;	
	background-size: cover;
}
.safety-solution-primary p.top {
	font-size: 60px;
	line-height: 1.2;
	text-align: center;
	padding: 70px 0 50px;
	width: 1320px;
	margin: 0 auto;
}
.safety-solution-primary p.top em {
	font-weight: 200;
	color: #fff;
	font-style: normal;
}
.safety-solution-primary p.top strong {
	font-weight: 600;
	color: #fff;
}
.safety-solution-primary ul {
	display: flex;
	flex-wrap: wrap;
	width: 1320px;
	margin: 0 auto;
	justify-content: space-between;
}
.safety-solution-primary ul li {
	width: 300px;
	margin: 0 0 60px;
}
.safety-solution-primary ul li img { width: 100%;}
@media screen and (max-width: 1320px) {
	.safety-solution-primary {
		height: auto;
		background: url("../images/contents/beyond-build/safety/safety-solution-primary.jpg") no-repeat 50% 100%;	
		background-size: cover;
	}	
	.safety-solution-primary p.top {
		width: 90%;
		font-size: 40px;		
		padding: 50px 0 30px;
	}
	.safety-solution-primary ul {
		width: 90%;
	}
	.safety-solution-primary ul li {
		width: 22%;
		margin: 0 0 40px;
	}
}
@media screen and (max-width: 1024px) {
	.safety-solution-primary p.top em { display: block; text-align: center;}
	.safety-solution-primary p.top strong {display: block; text-align: center;}
}
@media screen and (max-width: 768px) {
	.safety-solution-primary p.top {
		font-size: 30px;		
	}	
	.safety-solution-primary ul {
		width: 100%;
		justify-content: center;
	}
	.safety-solution-primary ul li {
		width: 40%;
		padding: 0 2.5%;
	}	
}
.safety-solution-con p.top em {
	font-weight: 300;
	color: #00b8ff;
	font-size: 30px;	
	font-style: normal;
}
.safety-solution-con .inner {
	padding: 100px 25px 0;
	max-width: 1200px;
    min-width: 1200px;
}
.safety-solution-con .img {
	padding: 50px 0 0;
	text-align: center;
}
.safety-solution-con h2 em {
	font-size: 60px;	
	font-weight: 300;
	font-style: normal;
}
.safety-solution-con h2 strong {
	font-size: 60px;	
	font-weight: 600;
	color: #000;
}



.safety-solution-con .zoom {
	display: none;
	text-align: center;
	padding: 40px 0 0;
}
.safety-solution-con .img ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.safety-solution-con .img ul li {
	width: 380px;
}
@media screen and (max-width: 1180px) {
	.safety-solution-con .img ul li {
		width: 30%; 
	}
	.safety-solution-con .img ul li img { width: 100%; }
}
@media screen and (max-width: 1024px) {
	/* .safety-solution-con .inner {
		padding: 40px 0;
		width: 96%;
		margin: 0 auto;
	} */
	.safety-solution-con p.top em {
		font-size: 20px;	
	}	
	.safety-solution-con h2 em {
		font-size: 30px;
	}
	.safety-solution-con h2 strong {
		font-size: 30px;
	}	
	.safety-solution-con .img img.wide {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.safety-solution-con .zoom { display: block; }
	.safety-solution-con .zoom img { width: 140px;}
	.safety-solution-con .img {
		padding: 0;
	}
}

.safety-solution-con .img-list ul.column2ea {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.safety-solution-con .img-list ul.column2ea li {
	width: 585px;
}
.safety-solution-con .img-list ul.column2ea li img { 
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.safety-solution-con .img-list ul.column2ea {
		width: 100%;
	}
	.safety-solution-con .img-list ul.column2ea li {
		width: 48%;
	}
}
@media screen and (max-width: 720px) {
	.safety-solution-con .img-list ul.column2ea {
		flex-wrap: wrap;
	}
	.safety-solution-con .img-list ul.column2ea li {
		width: 100%;
	}
}

.safety-solution-etc { 
	padding: 150px 0 0;
}
.safety-solution-etc ul {
	width: 1200px;
	display: flex;
	margin: 0 auto; 
}
.safety-solution-etc ul li {
	width: 50%;
}
.safety-solution-etc ul li img { 
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.safety-solution-etc ul {
		width: 90%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 1024px) {
	.safety-solution-etc { 
		padding: 100px 0 0;
	}
}
@media screen and (max-width: 900px) {
	.safety-solution-etc { 
		padding: 50px 0 0;
	}
	.safety-solution-etc ul li {
		width: 100%;
	}	
	.safety-solution-etc ul li img { display: block; border-right: 1px solid #cfcfcf;}
}
@media screen and (max-width: 1024px) {
	.page-safety .slick-slide img {
		height: auto;
		width: 100%;
	}	
}

/* response move */
.responsive_mov {
    width: 1200px;
	height: 680px;
	margin: 20px auto;
    padding: 56.5% 0 0;
    position: relative;
}
.responsive_mov .fluid-width-video-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.responsive_mov iframe,
.responsive_mov object,
.responsive_mov embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
	.responsive_mov {
		width: 100%;
		margin: 20px auto;
		height: auto;
	}
}
