﻿html, body {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	background-color: transparent;
}

.main-container {
	width: 100%;
	padding: 0 5%;
	max-width: 1440px;
	margin: auto;
	position: relative;
}

.pc_layout {
	display: none;
}

.mb_layout {
	display: block;
}

.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;
	}
	
	.mb_layout {
		display: none;
	}
}

/*--------------------------------------------------*/
/* banner container									*/
/*--------------------------------------------------*/

.banner-container {
	width: 100%;
	padding: 66px 0px 88px 0px;
    position: relative;
    color: #FFFFFF;
    background: transparent no-repeat center center;
	background-size: cover;
    background-image: url(../../Images/industry-ibuying/banner-bg.jpg);
}

.banner-container .main-container {
	max-width: 1275px;
}

.banner-content {
	max-width: 100%;
}

.banner-label {
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
}

.banner-line {
	width: 50px;
	height: 6px;
	background-color: #81F6F9;
	margin: 15px 0;
}

.banner-container h1 {
	font-size: 34px;
	font-weight: bold;
	line-height: 47px;
	margin: 0;
}

.banner-desc {
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
}

.banner-btn-block {
	display: inline-flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 29px;
}

.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: 106px 0px 135px 0px;
	}

	.banner-content {
		max-width: 648px;
	}

	.banner-line {
		margin: 22px 0;
	}

	.banner-container h1 {
		font-size: 48px;
		line-height: 64px;
	}

	.banner-desc {
		margin-top: 30px;
	}

	.banner-btn-block {
		flex-direction: row;
		margin-top: 47px;
	}

	
}

/*--------------------------------------------------*/
/* why-amp-container								*/
/*--------------------------------------------------*/

.why-amp-container {
	position: relative;
	color: #000000;
	background-color: #F8F9FA;
	text-align: center;
	padding: 70px 0 42px 0;
}

.why-amp-container .main-container {
	max-width: 1420px;
}

.why-amp-container .title {
	font-size: 30px;
	line-height: 40x;
	font-weight: bold;
	color: #000F41;
	max-width: 855px;
	margin: auto;
}

.why-amp-container .item-block {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 36px auto 0 auto;
	max-width: 600px;
	gap: 14px;
}

.why-amp-container .item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #C7C7C7;
	border-radius: 8px;
	padding: 40px;
	width: 100%;
}

.why-amp-container .item img {
	width: auto;
	height: auto;
	max-width: 50px;
}

.why-amp-container .item-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	margin-top: 23px;
}

.why-amp-container .item-desc {
	font-size: 16px;
	line-height: 22px;
	margin-top: 12px;
}

@media all and (min-width:992px) {

	.why-amp-container {
		padding: 110px 0 32px 0;
	}

	.why-amp-container .title {
		font-size: clamp(30px, 3.33vw, 48px);
		line-height: clamp(44px, 4.58vw, 66px);
	}

	.why-amp-container .item-block {
		flex-direction: row;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 38px auto 0 auto;
		max-width: 100%;
		gap: 22px;
	}

	.why-amp-container .item {
		flex: 1;
		padding: 27px 33px;
	}

	.why-amp-container .item img {
		max-width: clamp(40px, 4.24vw, 61px);
	}

	.why-amp-container .item-title {
		font-size: clamp(20px, 1.81vw, 26px);
		line-height: clamp(26px, 2.22vw, 32px);
	}

	.why-amp-container .item-desc {
		font-size: clamp(14px, 1.11vw, 16px);
		line-height: clamp(20px, 1.53vw, 22px);
	}
}

.why-amp-container .item {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.why-amp-container .item:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.why-amp-container .item:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.why-amp-container .item.animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*--------------------------------------------------*/
/* dollhouse-container								*/
/*--------------------------------------------------*/

.dollhouse-container {
	position: relative;
	padding: 0 0 60px 0;
	background-color: #F8F9FA;
}

.dollhouse-container .main-container {
	max-width: 1420px;
}

.dollhouse-content {
	position: relative;
	padding-bottom: 560px;
	overflow: hidden;
}

.dollhouse-content iframe,
.dollhouse-content object,
.dollhouse-content embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width:992px) {
	.dollhouse-container {
		padding: 0 0 113px 0;
	}

	.dollhouse-content {
		padding-bottom: 56.25%;
	}
}

/*--------------------------------------------------*/
/* snd-container									*/
/*--------------------------------------------------*/

.snd-container {
	background-color: #FFFFFF;
	padding: 60px;
	text-align: center;
}

.snd-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	margin: 0 0 36px 0;
}

.snd-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 42px;
	text-align: left;
	max-width: 600px;
	margin: auto;
}

.snd-images {
	width: 100%;
}

.snd-images img {
	display: block;
	width: 100%;
	height: auto;
}

.snd-list {
	display: flex;
	flex-direction: column;
	gap: 21px;
	width: 100%;
}

.snd-item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.snd-icon {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
}

.snd-item-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 8px;
	color: #000000;
}

.snd-item-desc {
	font-size: 16px;
	line-height: 24px;
	margin-top: 8px;
	color: #000000;
}

.snd-images {
	opacity: 0;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.snd-images.animate {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.snd-item {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.snd-item:nth-child(2) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.snd-item:nth-child(3) { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.snd-item:nth-child(4) { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }

.snd-item.animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media all and (min-width:992px) {

	.snd-container {
		padding: 106px 0;
	}

	.snd-title {
		font-size: clamp(30px, 3.33vw, 48px);
		line-height: clamp(42px, 4.58vw, 66px);
		margin-bottom: 70px;
	}

	.snd-content {
		flex-direction: row;
		align-items: stretch;
		gap: 10.145%;
		max-width: 100%;
	}

	.snd-images {
		flex: 1;
		max-width: none;
		align-self: center;
	}

	.snd-list {
		flex: 1;
		max-width: none;
		gap: 60px;
		max-width: 488px;
	}

	.snd-icon {
		width: 64px;
		height: 64px;
	}

	.snd-item-title {
		font-size: clamp(22px, 1.60vw, 23px);
		line-height: clamp(26px, 1.81vw, 26px);
	}

	.snd-item-desc {
		font-size: clamp(16px, 1.11vw, 16px);
		line-height: clamp(24px, 1.67vw, 24px);
	}
}

/*--------------------------------------------------*/
/* spd-container									*/
/*--------------------------------------------------*/

.spd-container {
	position: relative;
	padding: 70px 0;
	background: url(../../Images/industry-ibuying/spd-bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.spd-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #FFFFFF;
	margin: 0 0 36px 0;
}

.spd-item-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	max-width: 600px;
	margin: auto;
}

.spd-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	background: #FFFFFF;
	border-radius: 14px;
	padding: 30px;
	width: 100%;
}

.spd-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.spd-item-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	color: #000000;
	margin-top: 12px;
}

.spd-item-desc {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin-top: 8px;
}

@media all and (min-width:992px) {

	.spd-container {
		padding: 110px 0 114px 0;
	}

	.spd-title {
		font-size: clamp(30px, 3.33vw, 48px);
		line-height: clamp(42px, 4.58vw, 66px);
		margin-bottom: 73px;
	}

	.spd-item-block {
		flex-direction: row;
		align-items: stretch;
		gap: 14px;
		max-width: 100%;
	}

	.spd-item {
		flex: 1;
		padding: 40px 25px;
	}

	.spd-item-title {
		font-size: clamp(18px, 1.53vw, 22px);
		line-height: clamp(24px, 1.88vw, 27px);
	}

	.spd-item-desc {
		font-size: clamp(16px, 1.11vw, 16px);
		line-height: clamp(24px, 1.67vw, 24px);
	}
}

/*--------------------------------------------------*/
/* epds-container									*/
/*--------------------------------------------------*/

.epds-container {
	background-color: #FFFFFF;
	padding: 66px 0 35px 0;
}

.epds-content {
	display: flex;
	flex-direction: column;
	max-width: 600px;
	margin: auto;
}

.epds-left {
	display: flex;
	flex-direction: column;
}

.epds-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	margin: 0 0 20px 0;
}

.epds-desc {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin: 0 0 25px 0;
}

.epds-image-mobile {
	width: 100%;
	margin-bottom: 32px;
}

.epds-image-mobile img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: auto;
}

.epds-image-desktop {
	display: none;
}

.epds-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.epds-category-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 19px;
	font-weight: bold;
	color: #131313;
	margin-bottom: 14px;
}

.epds-tag-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.epds-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 21px;
	border: 1px solid #DBDBDB;
	border-radius: 8px;
	background: #FFFFFF;
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.epds-link:hover {
	background: #D4DFFF;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	color: #000000;
	text-decoration: none;
}

.epds-link:active {
	background: #8FA9F7;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.epds-link-text {
	flex: 1;
}

.epds-arrow {
	flex-shrink: 0;
	margin-left: 12px;
	display: flex;
	align-items: center;
}

.epds-arrow img {
	width: 15px;
	height: 15px;
	filter: brightness(0);
}

@media all and (min-width:992px) {

	.epds-container {
		padding: 100px 0 50px 0;
	}

	.epds-content {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 8%;
		max-width: 100%;
	}

	.epds-left {
		flex: 1;
		max-width: 730px;
	}

	.epds-title {
		font-size: clamp(28px, 3.33vw, 48px);
		line-height: clamp(38px, 4.44vw, 64px);
		margin-bottom: 13px;
	}

	.epds-desc {
		margin-bottom: 50px;
	}

	.epds-image-mobile {
		display: none;
	}

	.epds-image-desktop {
		display: block;
		flex: 0 0 31%;
		align-self: center;
		position: sticky;
		top: 100px;
	}

	.epds-image-desktop img {
		display: block;
		width: 100%;
		height: auto;
	}

	.epds-grid {
		grid-template-columns: 1fr 1fr;
		gap: 42px 38px;
	}

	.epds-category-title {
		font-size: clamp(14px, 1.32vw, 19px);
	}

	.epds-tag-icon {
		width: clamp(18px, 1.67vw, 24px);
		height: clamp(18px, 1.67vw, 24px);
	}

	.epds-link {
		font-size: clamp(13px, 1.18vw, 17px);
		padding: 21px clamp(12px, 1.46vw, 21px);
	}
}

/* epds animations */

.epds-left {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.epds-left.animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.epds-image-desktop,
.epds-image-mobile {
	opacity: 0;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	-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;
}

.epds-image-desktop.animate,
.epds-image-mobile.animate {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.epds-category {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.epds-category:nth-child(2) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.epds-category:nth-child(3) { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.epds-category:nth-child(4) { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }

.epds-category.animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*--------------------------------------------------*/
/* ncpi-container									*/
/*--------------------------------------------------*/

.ncpi-container {
	background-color: #FFFFFF;
	padding: 35px 0 73px 0;
}

.ncpi-content {
	display: flex;
	flex-direction: column;
	gap: 36px;
	max-width: 600px;
	margin: auto;
}

.ncpi-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ncpi-image {
	display: none;
	width: 100%;
}

.ncpi-image-mobile {
	display: block;
	margin: 28px 0;
}

.ncpi-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.ncpi-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	margin: 0 0 17px 0;
}

.ncpi-desc {
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin: 0 0 18px 0;
}

.ncpi-btn-block {
	display: inline-flex;
	flex-direction: column;
	gap: 16px;
	align-self: flex-start;
}

.ncpi-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;
	text-decoration: none;
	-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;
}

.ncpi-container .btn-talk-expert {
	background-color: #000F41;
	border-color: #000F41;
	color: #FEFEFF;
}

.ncpi-container .btn-talk-expert:hover {
	background-color: #0B40D1;
	border-color: #0B40D1;
}

.ncpi-container .btn-talk-expert:active {
	background-color: #000E3A;
	border-color: #000E3A;
}

.ncpi-container .btn-place-order {
	background-color: transparent;
	border-color: #000F41;
	color: #000F41;
}

.ncpi-container .btn-place-order:hover {
	background-color: rgba(0, 15, 65, 0.08);
}

.ncpi-container .btn-place-order:active {
	background-color: rgba(0, 15, 65, 0.16);
}

@media all and (min-width:992px) {

	.ncpi-container {
		padding: 50px 0 110px 0;
	}

	.ncpi-content {
		flex-direction: row;
		align-items: center;
		gap: 10%;
		max-width: 100%;
	}

	.ncpi-image {
		display: block;
		flex: 0 0 44%;
	}

	.ncpi-image-mobile {
		display: none;
	}

	.ncpi-right {
		flex: 1;
		max-width: 526px;
	}

	.ncpi-title {
		font-size: clamp(28px, 2.64vw, 38px);
		line-height: clamp(38px, 3.47vw, 50px);
		margin: 0 0 13px 0;
	}

	.ncpi-desc {
		font-size: clamp(15px, 1.11vw, 16px);
		line-height: clamp(23px, 1.74vw, 25px);
		margin: 0 0 25px 0;
		max-width: 495px;
	}

	.ncpi-btn-block {
		flex-direction: row;
	}
}

/* ncpi animations */

.ncpi-image {
	opacity: 0;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.ncpi-image.animate {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.ncpi-right {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-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;
}

.ncpi-right.animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
