@charset "utf-8";


*[data-dev="auto"] .dev-mobile,
*[data-dev="desktop"] .dev-mobile,
*[data-dev="mobile"] .dev-desktop,
*[data-sys="auto"] .sys-mac,
*[data-sys="win"] .sys-mac,
*[data-sys="mac"] .sys-win,
*[data-app="auto"] .plat-vpv,
*[data-app="vpc"] .plat-vpv,
*[data-app="vpv"] .plat-vpc
{
    display: none !important;
    margin: 0 !important
}

.Top {width: 90px;height: 90px;position: fixed;bottom:5%;right: 3%;display: none;cursor: pointer;}

.container {margin: 0 auto;width: 100%;}
@media (min-width: 1200px) {
	.container {max-width: 1200px;}
}

.lang-container {width: 120px;height: 30px;font-size: 15px;color: #333;cursor: pointer;position: relative;z-index: 99;}
.show-lang {display: flex;justify-content: center;align-items: center;height: 30px;border: 1px solid #999;border-radius: 3px;width: 105px;transition: all 0.2s;padding-right: 15px;position: relative;}
.show-lang img {margin-right: 5px;}
.show-lang::after {opacity: 1;content: "";width: 10px;height: 10px;border-right: 2px solid #ccc;border-bottom: 2px solid #ccc;transform: rotate(45deg) translate(-50%, -50%);position: absolute;top: 50%;right: 8px;margin-left: -5px;z-index: 2;transition: all 0.2s;}
.show-lang:hover,.show-lang.on-active {background-color: #fff;}
.show-lang.on-active {border-radius: 3px 3px 0 0;border-bottom: none;}
.lang-list {display: none;width: 100%;padding-top: 10px;border: 1px solid #999;border-top: none;border-radius: 0 0 3px 3px;background-color: #fff;}
.lang-list a {border-bottom: 1px solid #999;text-align: center;display: block;height: 30px; color: #888888;text-decoration: none;}
.lang-list a:last-child {border-bottom: none;}
.lang-list a:hover {background-color: #43a7ff;color: #fff;}

sup {
	color: #E94A44;
	line-height: 1;
	font-size: 13px;
}
/* ```````````````````` main-banner ````````````````````````````` */
.main-banner {
	background: url("../images/products-comparison-2024/bg-banner.jpg") no-repeat center top #edf2f6;
	background-size: 100% auto;
	position: relative;
	padding: 20px 0 45px;
	text-align: center;
	min-height: 600px;
}
.crumbs-lang {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.main-crumbs {
	display: flex;
	align-items: center;
	height: 32px;
	gap: 5px;
	font-size: 15px;
}
.main-crumbs a {
	color: #4ea9f2;
	text-decoration: none;
}

.main-title-h1 {
	font-size: 35px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 50px;
	line-height: 1.4;
}

.navbarDropdown-menu {
    position: absolute;
	display: none;
	opacity: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	border-radius: 20px;
	padding: 40px 0;
	max-width: 1200px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.navbarDropdown-toggle[aria-expanded="true"]+.navbarDropdown-menu {
    transition: none!important;
	display: block;
	opacity: 1;
}
.navbar-collapse {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.navbar-products {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 23px;
	color: #000000;
	cursor: pointer;
	height: 57px;
	margin-bottom: 15px;
	padding: 0 50px;
	border-radius: 30px;
}
.navbar-products:hover {
	color: #3899fc;
}
.navbar-products a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 23px;
	color: inherit;
	text-decoration: none;
}
.navbarDropdown-toggle[aria-expanded="true"] {
    background-color: #ffffff;
	box-shadow: rgba(27, 120, 226, 0.2) 0px 7px 29px 0px;
}

.navbarDropdown-menu p {
	font-size: 19px;
	line-height: 1.5;
}
.navbarDropdown-menu .list-data {
	margin: 35px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbarDropdown-menu .list-data li {
	flex: content;
	position: relative;
}
.navbarDropdown-menu .list-data li:not(:last-of-type)::after {
	content: '';
	display: block;
	width: 1px;
	height: 70px;
	background-color: #c3d1da;
	position: absolute;
	right: 0;
	top: 0;
}
.navbarDropdown-menu .list-data li a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #404040;
}
.data-nubs {
	background: linear-gradient(to right, #3899fc, #2778fc);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 31px;
	line-height: 1.1;
	margin-bottom: 10px;
}
.data-desc {
	color: #404040;
	font-size: 17px;
}

.main-buttons {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.main-buttons a {
	text-decoration: none;
}
.main-buttons-mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.main-buttons-mobile a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: inherit;
}
.main-buttons-mobile a:hover {
	color: #3899fc;
}
.main-buttons-mobile a span {
	text-decoration: underline;
}
.mobile-down-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}
.mobile-more-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.mobile-more-wrapper a {
	text-decoration: underline;
	color: inherit;
}

.sys-button {
	margin-bottom: 10px;
}
.sys-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	gap: 30px;
	background-color: #0f9bff;
	color: #ffffff;
	font-size: 21px;
	border-radius: 5px;
}
.sys-button img {
	width: 29px;
	height: 24px;
}
.sys-32 a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	color: #262626;
}
.sys-32 a:hover {
	text-decoration: underline;
}

.mark-box {
	position: relative;
}
.mark-info {
    display: none;
    width: 250px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #dedfe3;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #595959;
    position: absolute;
    top: -90px;
    left: -200px;
    text-align: justify;
}
.mark-info::after {
	content: "";width: 12px;height: 12px;
	border-right: 1px solid #dedfe3;border-bottom: 1px solid #dedfe3;
	background-color: #fff;transform: rotate(45deg);
	position: absolute;
	bottom: -7px;
	right: 22px;
}
.mark-box:hover .mark-info {
	display: block;
}
.mark-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.navbar-nav {
	position: absolute;
	bottom: 0;
	max-width: 1200px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.navbar-nav ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.navbar-nav a {
	font-size: 19px;
	padding: 10px 0;
	display: block;
	text-decoration: none;
	color: #262626;
	position: relative;
}
.navbar-nav a:hover {
	color: #0f9bff !important;
}
.highlight {
	color: #0f9bff !important;
}
.highlight::after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #0f9bff;
}


/* `````````````````````` fiexd-active ```````````````````````````` */
.fiexd-active {
	background: #ffffff;
	min-height: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 9999;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	padding: 0 0 45px;
}
.fiexd-active .crumbs-lang {
	display: none;
}
.fiexd-active .main-title-h1 {
	display: none;
}
.fiexd-active .navbar-nav {
	box-shadow: none;
}
.fiexd-active .navbarDropdown-menu p {
	display: none;
}
.fiexd-active .navbarDropdown-menu .list-data {
	display: none;
}
.fiexd-active .navbarDropdown-toggle[aria-expanded="true"] {
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	margin-bottom: 0;
	background-color: transparent;
}
.fiexd-active .navbar-dropdown {
	flex: 1;
}
.fiexd-active .navbar-dropdown:has(.navbarDropdown-toggle[aria-expanded="true"]) {
	background-color: #ecf2f6;
}
.fiexd-active .navbarDropdown-menu {
	position: relative;
	padding: 0;
	background: transparent;
	padding-bottom: 5px;
}
.fiexd-active .sys-button a {
	font-size: 15px;
	padding: 10px 20px;
	gap: 20px;
}
.fiexd-active .sys-button {
	margin-bottom: 5px;
}



@media (max-width: 979px) {
	.navbar-nav ul {
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 5px;
	}
	.main-banner {
		padding: 15px;
		min-height: auto;
		box-sizing: border-box;
	}
	.main-title-h1 {
		font-size: 1.4375rem;
		margin-bottom: 15px;
	}
	.crumbs-lang {
		margin-bottom: 15px;
	}
	.navbar-collapse {
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 15px;
	}
	.navbar-products {
		font-size: 1.1875rem;
		padding: 0 30px;
		margin-bottom: 0;
	}
	.navbar-products a {
		font-size: 1.1875rem;
	}
	.navbar-nav {
		position: relative;
		box-shadow: none;
	}
	.fiexd-active .navbar-dropdown {
		flex: content;
	}
	.fiexd-active .navbar-products span {
		display: none;
	}
	.fiexd-active {
		padding: 5px 15px;
	}
	.fiexd-active .navbar-products {
		padding: 0;
	}
	.navbar-nav a {
		font-size: .9375rem;
		padding: 5px 0;
	}

	.navbarDropdown-menu {
		position: relative;
		margin-top: 10px;
		padding: 10px;
		box-sizing: border-box;
	}
	.navbarDropdown-menu p {
		font-size: .9375rem;
	}
	.navbarDropdown-menu .list-data {
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 10px;
	}
	.navbarDropdown-menu .list-data li {
		width: 100%;
		flex: auto;
	}
	.data-nubs {
		font-size: 1.4375rem;
		margin-bottom: 0;
	}
	.data-desc {
		font-size: .9375rem;
	}
	.navbarDropdown-menu .list-data li:not(:last-of-type)::after {
		display: none;
	}

	.fiexd-active .navbarDropdown-toggle[aria-expanded="true"]+.navbarDropdown-menu {
		display: none;
	}
}




/* `````````````````````` main-carousel ```````````````````````````` */
.main-carousel {
	padding: 15px 0 40px;
	background-color: #fbfbfb;
}
.main-title-h2 {
	font-size: 21px;
	font-weight: 700;
	color: #000000;
	padding: 25px 30px;
}
.main-title-h3 {
	font-size: 19px;
	font-weight: 700;
	color: #0f9bff;
	padding: 15px 30px;
	background-color: #f2f6f9;
}
.carousel-container{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.carousel-list {
	width: 100%;
	height: 350px;
	display: flex;
	position: relative;
}
.carousel-item {
	height: 100%;
	flex: 0 0 100%;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.carousel-item figcaption {
	font-size: 15px;
	color: #262626;
	margin-top: 20px;
}
.indicator {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
	padding-top: 30px;
}
.indicator span {
	width: 42px;
	height: 8px;
	cursor: pointer;
	background-color: #d6d6d6;
}
.indicator span.active {
	background-color: #191919;
}
.mIndex_imgWrapper {
	cursor: zoom-in;
}


@media (max-width: 979px) {
	.main-carousel {
		padding: 15px 0;
	}
	.carousel-list {
		height: auto;
	}
	.carousel-item {
		justify-content: center;
		align-items: flex-start;
		gap: 15px;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.carousel-item .mIndex_img {
		width: 50%;
		flex: 1;
	}
	.carousel-item figure img {
		max-width: 100%;
	}
	.carousel-item figcaption {
		font-size: .8125rem;
	}

	.pswp_img {
		max-width: 85% !important;
	}
	.pswp_button {
		right: 5% !important;
		top: 30% !important;
	}
}


/* `````````````````````` main-table ```````````````````````````` */
.main-table {
	background-color: #fbfbfb;
	padding-bottom: 30px;
}
.table-thead {
	border-top: 3px solid #0f9bff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	cursor: pointer;
}
.table-suhead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.table-thead::after {
	content: '';
	background: url("../images/products-comparison-2024/arrow.png") no-repeat center;
	display: block;
	width: 30px;
	height: 17px;
	transform: rotateX(180deg);
}
.table-thead[aria-expanded="true"]::after {
	transform: rotateX(0deg) !important;
}
.table-suhead::after {
	content: '';
	background: url("../images/products-comparison-2024/add.png") no-repeat center;
	display: block;
	width: 30px;
	height: 30px;
}
.table-suhead[aria-expanded="true"]::after {
	background: url("../images/products-comparison-2024/min.png") no-repeat center;
}

.table-thead[aria-expanded="true"]+.table-container {
	height: max-content;
	overflow: visible;
}
.table-suhead[aria-expanded="true"]+.table-expand {
	height: max-content;
	overflow: visible;
}
.table-container {
	background-color: #e8e8e8;
	overflow: hidden;
	height: 0;
}
.table-expand {
	overflow: hidden;
	height: 0;
}
.table-container .table-row {
    display: grid;
	gap: 1px;
    grid-template-columns: 300px 1fr;
	border-top: 1px solid #e8e8e8;
}
.table-container .table-col {
    background-color: #ffffff;
	padding: 15px 30px;
	font-size: 17px;
	line-height: 1.4;
}
.table-container .table-col p {
    padding: 10px 0;
}
.table-container .table-col ul {
    padding: 5px 0;
}
.table-container .table-col ul li {
    padding: 5px 0;
	background: url("../images/products-comparison-2024/ci.png") no-repeat left 17px;
    text-indent: 18px;
}
.table-container ul.right-wrong li.zan {
    background: url("../images/products-comparison-2024/zan.png") no-repeat left 10px;
    text-indent: 28px;
}
.table-container ul.right-wrong li.wro {
    background: url("../images/products-comparison-2024/wr.png") no-repeat left 10px;
    text-indent: 28px;
	color: #809eb3;
}
.table-container ul.right-wrong li {
    background: url("../images/products-comparison-2024/rt.png") no-repeat left 10px;
    text-indent: 28px;
}
.table-container .table-col a {
    text-decoration: none;
	color: #0f9bff;
}
.table-container .table-col a:hover {
    text-decoration: underline;
}


@media (max-width: 576px) {
	.table-container .table-row {
		grid-template-columns: 100px 1fr;
	}
	.table-container .table-col {
		padding: 5px;
		font-size: .9375rem;
	}
	.table-container .table-col p {
		padding: 5px 0;
	}
	.main-title-h2 {
		font-size: 1.1875rem;
		padding: 10px;
	}
	.main-table {
		padding-bottom: 15px;
	}
	.main-title-h3 {
		font-size: 1.0625rem;
		padding: 10px;
	}
	.Top {
		display: none !important;
	}
}

/* `````````````````` messageBoard ``````````````````````````` */
.messageBoard {padding: 80px 0 30px;background-color: #fbfbfb;}
.messageBoard .box {border: 1px solid #7d7d7d;padding: 15px 100px 40px;text-align: center;margin: 0 4%;}
.messageBoard .box h2 {font-size: 27px;line-height: 48px;font-weight: 600;color: #000;}
.messageBoard .box .suhead {font-size: 21px;line-height: 26px;margin: 5px 0 30px;}
.messageBoard .box .about-prod{ font-size:19px; text-align:left; vertical-align:middle;}
.messageBoard .box .about-prod .input-box{ display:inline-block; border:1px solid #0F9BFF; padding:6px 15px; border-radius:13px; margin:0 0 0 10px;}
.messageBoard .box .about-prod .input-box.focus{ background:#DBF0FF;}
.messageBoard .box .about-prod input:after{content:"";display:inline-block;width:19px;height:19px;border:1px solid #7d7d7d;margin-top: -5px; background:#fff; cursor:pointer;}
.messageBoard .box .about-prod input:checked:after{content:"";display:inline-block;width:19px;height:19px;border:1px solid #7d7d7d;margin-top: -5px; background: url(../images/products-comparison/tick.png) no-repeat center #fff;}
.messageBoard .box .about-prod label{ margin:0 0 0 20px; cursor:pointer;}

.messageBoard .box .country {font-size: 17px; line-height: 26px;}
.messageBoard .box .country label {margin-left: 15px;}
.messageBoard .box .country input {margin-right: 5px;}
.messageBoard .box textarea {background-color: #ffffff;display: block;width: 100%;margin: 30px auto 25px;padding: 10px 20px;box-sizing: border-box;}
.messageBoard .box .text-email{font-size: 15px;}
.messageBoard .box .text-email input {border: 1px solid #d6d6d6;height: 32px;width: 335px;margin: 0 15px;padding: 0 10px;}
.messageBoard .box .text-email button {height: 36px;background-color: #ff9329;border-radius: 5px;width: 155px;color: #ffffff;font-size: 21px;border:0;vertical-align: bottom;cursor: pointer;}
.messageBoard .box .succ-text{ padding:20px 0 0; font-size:23px; display:none;}
.messageBoard .mess-t{ color:#757575; padding:20px 4%; font-size:17px;}
.messageBoard .mess-t a {color: #0f9bff;}


@media (max-width: 979px) {
	.messageBoard {padding: 50px 0; background-color: #f8f8f8;padding: 30px 0;}
	.messageBoard .box {border: 1px solid #d5d5d5; padding: 50px; text-align: center; padding: 20px;}
	.messageBoard .box h2 {font-size: 1.1875rem;line-height: 1.4;}
	.messageBoard .box .text-email input {width: 100%;margin: 10px auto;box-sizing: border-box;}
}

@media (max-width: 767px) {
	.messageBoard .box .about-prod .input-box{ margin:5px 0;}
}

@media (max-width: 500px) {
	.messageBoard .box{margin: 0 10px;padding: 20px 10px;}
	.messageBoard .box .suhead{font-size: 1.0625rem;}
	.messageBoard .mess-t {
		font-size: .9375rem;
	}
}

