﻿html, body {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	background-color: transparent;
}

.title,
.item-title,
.one-visit-feature-title,
.included-title,
.service-title {
	margin: 0;
}

.main-container {
	width: 100%;
	padding: 0 5%;
	max-width: 1440px;
	margin: auto;
	position: relative;
}

.pc_layout {
	display: none !important;
}

.mb_layout {
	display: block !important;
}

.non-select {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.flex-left {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-right {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

@media all and (min-width:992px) { 
		
	.main-container {
		padding: 0 30px;
	}

	.pc_layout {
		display: block !important;
	}
	
	.mb_layout {
		display: none !important;
	}
}

/*--------------------------------------------------*/
/* banner container									*/
/*--------------------------------------------------*/

.banner-container {
	width: 100%;
	padding: 73px 0px 157px 0px;
    position: relative;
    color: #FFFFFF;
    background: transparent no-repeat center center;
	background-size: cover;
	background-image: url(../../Images/industry-rer/banner-bg.jpg);
}

.banner-container .main-container {
	max-width: 1275px;
}

.banner-content {
	max-width: 600px;
}

.banner-label {
	font-size: 22px;
	line-height: 27px;
}

.banner-line {
	width: 48px;
	height: 6px;
	background-color: #81F6F9;
	margin: 22px 0;
}

.banner-container h1 {
	font-size: 34px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
}

.banner-desc {
	font-size: 16px;
	line-height: 28px;
	margin-top: 25px;
	max-width: 520px;
}

.banner-btn-block {
	display: inline-flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 47px;
}

.banner-btn {
	display: block;
	text-align: center;
	padding: 13px 24px;
	min-width: 170px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	border: 1px solid transparent;
	-webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	cursor: pointer;
}

.btn-talk-expert {
	background-color: #81F6F9;
	border-color: #81F6F9;
	color: #000000;
}

.btn-talk-expert:hover {
	background-color: #DBFEFF;
	border-color: #DBFEFF;
}

.btn-talk-expert:active {
	background-color: #00DDE3;
	border-color: #00DDE3;
}

.btn-place-order {
	background-color: transparent;
	border-color: #81F6F9;
	color: #81F6F9;
}

.btn-place-order:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.btn-place-order:active {
	background-color: rgba(255, 255, 255, 0.25);
}

@media all and (min-width:992px) {

	.banner-container {
		padding: 138px 0px 134px 0px;
	}

	.banner-content {
		max-width: 556px;
	}

	.banner-container h1 {
		font-size: 48px;
		line-height: 64px;
	}

	.banner-desc {
		margin-top: 30px;
	}

	.banner-btn-block {
		flex-direction: row;
		margin-top: 47px;
	}
}

/*--------------------------------------------------*/
/* pro marketing container                          */
/*--------------------------------------------------*/

.pro-marketing-container {
	padding: 60px 0 72px;
	background-color: #fff;
}

.pro-marketing-container .main-container {
	max-width: 1490px;
}

.pro-marketing-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	color: #000000;
	margin: 0 auto 30px auto;
	max-width: 800px;
}

.pro-marketing-container .main-container {
	padding-left: 0;
	padding-right: 0;
}

.pro-inner {
	padding: 0 5%;
}

@media all and (min-width: 768px) {

	.pro-marketing-container .main-container {
		padding: 0 5%;
	}

	.pro-inner {
		padding: 0;
	}
}

/* showcase */

.showcase-wrapper {
	margin-bottom: 68px;
	opacity: 0;
	transform: translateY(30px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.showcase-wrapper.animate {
	opacity: 1;
	transform: translateY(0);
}

.showcase-photo-block {
	position: relative;
}

.showcase-main-img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.showcase-img-pc {
	display: none;
	border-radius: 16px;
}

.showcase-img-mb {
	display: block;
}

@media all and (min-width: 768px) {

	.showcase-img-pc {
		display: block;
	}

	.showcase-img-mb {
		display: none;
	}
}

.showcase-card-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 58%;
	display: none;
}

@media all and (max-width: 768px) {

	.showcase-photo-block {
		padding-bottom: 28%;
	}

	.showcase-card-img {
		display: block;
	}
}

/* features */

.pro-marketing-features {
	display: grid;
	grid-template-columns: 1fr;
	gap: 36px 24px;
	max-width: 500px;
	margin: auto;
}

.feature-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.feature-item.animate {
	opacity: 1;
	transform: translateY(0);
}

.feature-item:nth-child(1) { transition-delay: 0s; }
.feature-item:nth-child(2) { transition-delay: 0.1s; }
.feature-item:nth-child(3) { transition-delay: 0.2s; }
.feature-item:nth-child(4) { transition-delay: 0.3s; }

.feature-item img {
	width: 66px;
	height: 66px;
	margin-bottom: 14px;
	display: block;
	align-self: center;
}

.feature-title {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px;
}

.feature-desc {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin: 0;
}

@media all and (min-width: 992px) {

	.pro-marketing-container {
		padding: 80px 0 100px;
	}

	.pro-marketing-title {
		font-size: 48px;
		line-height: 62px;
		margin: 0 auto 79px auto;
	}

	.pro-marketing-container .main-container {
		padding: 0 30px;
	}

	.pro-inner {
		padding: 0;
	}

	.showcase-wrapper {
		margin-bottom: 80px;
	}

	.showcase-card-img {
		display: none;
	}

	.pro-marketing-features {
		grid-template-columns: repeat(4, 1fr);
		gap: 0 40px;
		max-width: 100%;
	}

	.feature-item img {
		align-self: flex-start;
	}
}

/*--------------------------------------------------*/
/* tour section container                           */
/*--------------------------------------------------*/

.tour-section-container {
	background-color: #000F41;
	padding: 50px 0 60px;
	text-align: center;
	color: #fff;
}

.tour-section-container .main-container {
	max-width: 1275px;
}

.tour-section-title {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 28px;
	opacity: 0;
	transform: translateY(24px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.tour-section-title.animate {
	opacity: 1;
	transform: translateY(0);
}

.tour-section-content {
	position: relative;
	padding-bottom: 500px;
	border-radius: 16px;
	overflow: hidden;
	opacity: 0;
	transform: translateY(24px);
	-webkit-transition: opacity 0.6s ease 0.15s, -webkit-transform 0.6s ease 0.15s;
	transition: opacity 0.6s ease 0.15s, transform 0.6s ease 0.15s;
}

.tour-section-content.animate {
	opacity: 1;
	transform: translateY(0);
}

.tour-section-content iframe,
.tour-section-content object,
.tour-section-content embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width: 992px) {

	.tour-section-container {
		padding: 110px 0;
	}

	.tour-section-title {
		font-size: 48px;
		line-height: 62px;
		margin: 0 0 30px;
	}

	.tour-section-content {
		padding-bottom: 56.25%;
	}
}

/*--------------------------------------------------*/
/* trusted container                                */
/*--------------------------------------------------*/

.trusted-container {
	padding: 60px 0 72px;
	background-color: #fff;
	text-align: center;
}

.trusted-title {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 20px;
	line-height: 42px;
	opacity: 0;
	transform: translateY(24px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.trusted-title.animate {
	opacity: 1;
	transform: translateY(0);
}

.trusted-desc {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	max-width: 980px;
	margin: 0 auto 48px;
	opacity: 0;
	transform: translateY(24px);
	-webkit-transition: opacity 0.6s ease 0.1s, -webkit-transform 0.6s ease 0.1s;
	transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
}

.trusted-desc.animate {
	opacity: 1;
	transform: translateY(0);
}

.trusted-logos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 40px auto 0;
}

@media all and (max-width: 575px) {
	.trusted-logos {
		grid-template-columns: repeat(2, 1fr);
	}
}

.trusted-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	padding: 10px 20px;
	min-width: 0;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.trusted-logo.animate {
	opacity: 1;
	transform: translateY(0);
}

.trusted-logo:nth-child(1) { transition-delay: 0s; }
.trusted-logo:nth-child(2) { transition-delay: 0.07s; }
.trusted-logo:nth-child(3) { transition-delay: 0.14s; }
.trusted-logo:nth-child(4) { transition-delay: 0.21s; }
.trusted-logo:nth-child(5) { transition-delay: 0.28s; }
.trusted-logo:nth-child(6) { transition-delay: 0.35s; }

.trusted-logo img {
	display: block;
	max-width: 146px;
	max-height: 127px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

@media all and (min-width: 992px) {

	.trusted-container {
		padding: 80px 0 96px;
	}

	.trusted-title {
		font-size: 48px;
		line-height: 62px;
		margin: 0 0 30px;
	}

	.trusted-desc {
		margin-bottom: 0;
	}

	.trusted-logos {
		grid-template-columns: repeat(6, 1fr);
		margin-top: 48px;
	}

	.trusted-logo {
		padding: 10px 12px;
	}
}

/*--------------------------------------------------*/
/* whats included container                         */
/*--------------------------------------------------*/

.wi-container {
	padding: 72px 0 80px;
	background-color: #F8F9FA;
}

.wi-section-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
	color: #000000;
	margin: 0 auto 45px;
	max-width: 800px;
}

.wi-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 500px;
	margin: auto;
}

.wi-item {
	display: flex;
	flex-direction: column;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.wi-item.animate {
	opacity: 1;
	transform: translateY(0);
}

.wi-image {
	width: 100%;
}

.wi-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

.wi-image .twentytwenty-container {
	overflow: hidden;
	max-height: 370px;
	max-width: 576px;
}

.wi-image .twentytwenty-container img {
	width: 100%;
	height: 370px;
	object-fit: cover;
	border-radius: 0;
}

.wi-content {
	padding: 24px 0 0;
}

.wi-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	color: #202020;
	margin: 0 0 10px;
}

.wi-desc {
	font-size: 16px;
	line-height: 26px;
	color: #202020;
	margin-bottom: 10px;
}

@media all and (min-width: 992px) {

	.wi-container {
		padding: 104px 0 112px 0;
	}

	.wi-section-title {
		font-size: 48px;
		line-height: 72px;
		margin-bottom: 70px;
	}

	.wi-list {
		gap: 80px;
		max-width: 100%;
	}

	.wi-item {
		flex-direction: row;
		align-items: center;
		gap: 80px;
	}

	.wi-item.wi-image-right {
		flex-direction: row;
	}

	.wi-item.wi-image-left {
		flex-direction: row-reverse;
	}

	.wi-image {
		width: 50%;
	}

	.wi-content {
		width: 50%;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.wi-item.wi-image-right .wi-content {
		align-items: flex-start;
	}

	.wi-item.wi-image-left .wi-content {
		align-items: center;
	}

	.wi-title {
		font-size: 34px;
		line-height: 38px;
		margin-bottom: 20px;
		max-width: 420px;
		width: 100%;
	}

	.wi-desc {
		max-width: 420px;
		width: 100%;
		margin-bottom: 0px;
	}
}

/*--------------------------------------------------*/
/* control container                                */
/*--------------------------------------------------*/

.control-container {
	padding: 72px 0 80px;
	background-color: #FFFFFF;
}

.control-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	color: #000000;
	margin: 0 auto 40px auto;
	max-width: 800px;
}

.control-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 600px;
	margin: auto;
}

.control-features {
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.control-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.control-item.animate {
	opacity: 1;
	transform: translateY(0);
}

.control-item:nth-child(1) { transition-delay: 0s; }
.control-item:nth-child(2) { transition-delay: 0.1s; }
.control-item:nth-child(3) { transition-delay: 0.2s; }

.control-check {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-top: 3px;
}

.control-item-title {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 6px;
}

.control-item-desc {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin: 0;
}

.control-image {
	width: 100%;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transition: opacity 0.6s ease 0.1s, -webkit-transform 0.6s ease 0.1s;
	transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
}

.control-image.animate {
	opacity: 1;
	transform: translateY(0);
}

.control-image img {
	width: 100%;
	max-width: 348px;
	height: auto;
	display: block;
	border-radius: 16px;
	margin: auto;
}

.control-btn-block {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 18px;
	margin-top: 48px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.control-btn {
	display: block;
	text-align: center;
	padding: 13px 28px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	border: 1px solid transparent;
	-webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
	cursor: pointer;
	white-space: nowrap;
}

.btn-diy {
	background-color: #000F41;
	border-color: #000F41;
	color: #FEFEFF;
}

.btn-diy:hover {
	background-color: #0B40D1;
	border-color: #0B40D1;
}

.btn-diy:active {
	background-color: #000E3A;
	border-color: #000E3A;
}

.btn-tour-kit {
	background-color: transparent;
	border-color: #000F41;
	color: #000F41;
}

.btn-tour-kit:hover {
	background-color: rgba(0, 15, 65, 0.08);
}

.btn-tour-kit:active {
	background-color: rgba(0, 15, 65, 0.15);
}

@media all and (min-width: 992px) {

	.control-container {
		padding: 110px 0;
	}

	.control-title {
		font-size: 48px;
		line-height: 62px;
		margin: 0 auto 56px auto;
	}

	.control-inner {
		flex-direction: row;
		align-items: center;
		max-width: 1085px;
		justify-content: space-between;
	}

	.control-features {
		flex: 0 0 500px;
		max-width: 500px;
		gap: 36px;
	}

	.control-image {
		flex: 0 0 348px;
		max-width: 348px;
	}

	.control-btn-block {
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		max-width: none;
		margin-top: 76px;
	}

	.control-btn {
		flex: 1;
		max-width: 220px;
	}
}

/*--------------------------------------------------*/
/* join container                                   */
/*--------------------------------------------------*/

.join-text {
	opacity: 0;
	transform: translateY(40px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.join-text.animate {
	opacity: 1;
	transform: translateY(0);
}

.join-image {
	opacity: 0;
	transform: translateX(40px);
	-webkit-transition: opacity 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
	transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.join-image.animate {
	opacity: 1;
	transform: translateX(0);
}

.join-container {
	padding: 60px 0 74px;
	background-color: #EEF1F6;
	overflow: hidden;
}

.join-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.join-text {
	text-align: left;
	max-width: 600px;
	width: 100%;
}

.join-title {
	font-size: 38px;
	font-weight: bold;
	line-height: 58px;
	color: #000000;
	margin: 0 0 18px;
}

.join-desc {
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin: 0;
}

.join-btn-block {
	display: inline-flex;
	margin-top: 36px;
}

.join-btn-desktop {
	display: none;
}

.join-btn {
	display: block;
	text-align: center;
	padding: 13px 24px;
	min-width: 170px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	border: 1px solid transparent;
	-webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	cursor: pointer;
}

.btn-join-network {
	background-color: #000F41;
	border-color: #000F41;
	color: #FEFEFF;
}

.btn-join-network:hover {
	background-color: #0B40D1;
	border-color: #0B40D1;
}

.btn-join-network:active {
	background-color: #000E3A;
	border-color: #000E3A;
}

.join-image {
	width: 100%;
	max-width: 600px;
	margin-top: 36px;
}

.join-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

@media all and (min-width: 992px) {

	.join-container {
		padding: 85px 0;
	}

	.join-content {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 60px;
		max-width: 1085px;
		margin-left: auto;
		margin-right: auto;
	}

	.join-text {
		flex: 0 0 500px;
		max-width: 500px;
	}

	.join-title {
		font-size: 38px;
		line-height: 52px;
	}

	.join-btn-desktop {
		display: inline-flex;
	}

	.join-btn-mobile {
		display: none;
	}

	.join-image {
		flex: 0 0 480px;
		max-width: 480px;
		margin-top: 0;
	}

	.join-btn-block {
		margin-top: 74px;
	}

}
