body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small {
	font-family: "Inter", "Rubik", "Open Sans", "Roboto", "Noto Sans TC", sans-serif !important;
}

body,
p {
	font-weight: 400;
	font-size: 15px;
}

p {
	color: #222;
}

img {
	max-width: 100%;
	height: auto;
}

a,
button {
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

:root {
	--IVY: #173E35;
	--KALE: #006B5C;
	--ROSEMARY: #7D9C91;
	--SAGE: #AEC9B9;
	--GRANITE: #847870;
	--LIMESTONE: #A39383;
	--MARBLE: #C5B8AC;
	--SEA: #35AFC8;
	--SKY: #75C4D6;
	--LIGHT: #96D0DB;
	--MIDNIGHT: #2E2E2E;
	--CORAL: #FF957A;
}

/* button */

.btn-IVY {
	background-color: var(--IVY);
	color: #fff;
}

.btn-IVY:hover {
	background-color: #11352c;
	color: #fff;
}

.btn-KALE {
	background-color: var(--KALE);
	color: #fff;
}

.btn-KALE:hover {
	background-color: #005045;
	color: #fff;
}

.btn-ROSEMARY {
	background-color: var(--ROSEMARY);
	color: #fff;
}

.btn-ROSEMARY:hover {
	background-color: #607e73;
	color: #fff;
}

.btn-SAGE {
	background-color: var(--SAGE);
	color: var(--IVY);
}

.btn-SAGE:hover {
	background-color: #94b9a3;
	color: var(--IVY);
}

.btn-GRANITE {
	background-color: var(--GRANITE);
	color: #fff;
}

.btn-GRANITE:hover {
	background-color: #70645c;
	color: #fff;
}

.btn-LIMESTONE {
	background-color: var(--LIMESTONE);
	color: #222;
}

.btn-LIMESTONE:hover {
	background-color: #8f7e6e;
	color: #222;
}

.btn-MARBLE {
	background-color: var(--MARBLE);
	color: #222;
}

.btn-MARBLE:hover {
	background-color: #afa193;
	color: #222;
}

.btn-SEA {
	background-color: var(--SEA);
	color: #fff;
}

.btn-SEA:hover {
	background-color: #2a9db4;
	color: #fff;
}

.btn-SKY {
	background-color: var(--SKY);
	color: var(--SEA);
}

.btn-SKY:hover {
	background-color: #63b0c2;
	color: var(--SEA);
}

.btn-LIGHT {
	background-color: var(--LIGHT);
	color: var(--SEA);
}

.btn-LIGHT:hover {
	background-color: #80bac5;
	color: var(--SEA);
}

.btn-MIDNIGHT {
	background-color: var(--MIDNIGHT);
	color: #fff;
}

.btn-MIDNIGHT:hover {
	background-color: #181818;
	color: #fff;
}

.btn-CORAL {
	background-color: var(--CORAL);
	color: #fff;
}

.btn-CORAL:hover {
	background-color: #e6795e;
	color: #fff;
}

/* title text */
.text-main {
	color: var(--IVY)
}

.text-second {
	color: var(--KALE)
}

/* text-overflow: ellipsis */

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.multiline-ellipsis {
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.multiline-ellipsis.clamp-2 {
	-webkit-line-clamp: 2;
}

.multiline-ellipsis.clamp-3 {
	-webkit-line-clamp: 3;
}

.multiline-ellipsis.clamp-4 {
	-webkit-line-clamp: 4;
}

/* flex */
.flex-6 .flex-box {
	width: calc(100% / 6);
	display: grid;
}

.flex-5 .flex-box {
	width: calc(100% / 5);
	display: grid;
}

.flex-4 .flex-box {
	width: calc(100% / 4);
	display: grid;
}

.flex-3 .flex-box {
	width: calc(100% / 3);
	display: grid;
}

@media (max-width: 1199px) {
	.flex-6 .flex-box {
		width: calc(100% / 3);
	}

	.flex-5 .flex-box {
		width: calc(100% / 3);
	}

	.flex-4 .flex-box {
		width: calc(100% / 2);
	}
}

@media (max-width: 991px) {
	.flex-5 .flex-box {
		width: calc(100% / 2);
	}
}

@media (max-width: 767px) {
	.flex-6 .flex-box {
		width: calc(100% / 2);
	}
}

@media (max-width: 575px) {}

/* backgroung color */

.bg-green-1 {
	background-color: var(--SAGE) !important;
	color: var(--IVY) !important;
}

.bg-green-2 {
	background-color: var(--ROSEMARY) !important;
	color: #fff !important;
}

.bg-green-3 {
	background-color: var(--KALE) !important;
	color: #fff !important;
}

.bg-green-4 {
	background-color: #e7f0ee !important;
}

.bg-blue-1 {
	background-color: var(--LIGHT) !important;
	color: #0b3b45 !important;
}

.bg-blue-2 {
	background-color: var(--SKY) !important;
	color: #0b3b45 !important;
}

.bg-blue-3 {
	background-color: var(--SEA) !important;
	color: #fff !important;
}

/*org*/
.bg-per-m {
	background-color: #b3c8d4 !important;
	color: #2F2F2F;
}
.bg-g5-sorg-m {
	background-color: rgb(222 193 151) !important;
	color: #2F2F2F;
}
.bg-org-m {
	background-color: #E2B7A0 !important;
	color: #2F2F2F;
}
.bg-g5-line-num {
	background-color: rgb(195 193 214) !important;
	color: #2F2F2F;
}
.bg-mb-status {
	background-color: #BFD8C2 !important;
	color: #2F2F2F;
}
.bg-ga-flag {
	color: #5d5bd0;
}

@media (max-width: 575px) {
	.bg-green-4-mobile {
		background-color: #e7f0ee !important;
	}
}



.border-bottom-transparent {
	border-bottom-color: transparent !important;
}

/*--------------------------------
start. index*/

/*--------------------------------
start. header*/

a {
	color: var(--IVY);
}

.top-bar .outlink {
	color: #fff;
}

.top-bar .outlink:hover {
	background-color: #43751e;
}

nav.second-menu.navbar-light a.nav-link {
	color: #000 !important;
	border-left: 1px solid #dde4ea;
}

nav.second-menu.navbar-light .nav-item:first-child a.nav-link {
	border-left: 0;
}

.navbar .navbar-nav a.nav-link {
	font-size: 16px;
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link,
.navbar-light .navbar-nav .nav-link[aria-expanded=true] {
	color: #000 !important;
}

.logo-top {
	display: flex;
	justify-content: space-between;
}

.header-sticky-custom {
	padding-top: 140px;
}

.header-sticky-custom #header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

#top_bar .dropdown-menu>ul {
	max-height: 330px;
	overflow: auto;
}

.dropdown-menu a.dropdown-item>i, .dropdown-menu li:not(.dropdown-item)>a>i {
	width: 16px;
	text-align: center;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.navbar {
		margin: 0 -10px;
	}

	.logo-top {
		width: 100%;
		margin: 10px 0;
		justify-content: flex-start;
	}

	.header-sticky-custom {
		padding-top: 80px;
	}

	.navbar-toggler {
		height: 45px;
		width: 45px;
		margin: 0 8px 0 0;
		border: 0;
		top: -10px;
		position: relative;
	}

	.navbar .navbar-nav a.nav-link {
		border-bottom: 1px solid #eee;
		padding: 14px 0 !important;
	}

	.navbar-xs {
		text-align: center;
		height: 100px;
	}

	.navbar-xs>.navbar-toggler {
		position: absolute;
		right: 0;
		top: 50px;
		width: 60px;
		height: 50px;
		font-size: 20px;
		color: var(--IVY);
	}

	.navbar-nav>.nav-item>.btn[aria-expanded="true"] {
		left: 0 !important;
		right: auto !important;
		transform: rotate(180deg);
	}

	.navbar-nav>.nav-item>.btn[aria-expanded="true"]~.nav-link {
		padding-left: 45px !important;
		transition: .3s all ease;
	}

	.navbar-collapse.show>.navbar-nav {
		top: 120px;
	}

	.navbar-brand {
		margin: 0;
		top: -10px;
	}

	.navbar-xs>.navbar-brand {
		margin: 13px 0;
		line-height: inherit;
		display: inline-block;
	}
}

@media (max-width: 767px) {}

@media (max-width: 575px) {
	.navbar-brand img {
		height: 20px;
	}
}

@media (max-width: 320px) {}

/*end. header
--------------------------------*/

/*--------------------------------
start. footer*/

.subscript-block {
	box-shadow: 0 -5px 5px rgb(0 0 0 / 10%);
	position: relative;
	padding: 30px 0;
}

#footer {
	border-top: 1px solid #e5e5e5;
}

#footer>.container {
	padding-top: 30px;
	margin-bottom: 30px;
}

#footer .social-link li {
	transform: none !important;
}

#footer .social-link li a:hover {
	opacity: .75;
}

#footer .social-link li img {
	height: 35px !important;
}

.footer-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.footer-menu .toggle {
	width: 20%;
	margin: 0;
	padding: 0 10px;
}

.footer-menu .toggle>label {
	background: transparent;
	font-weight: 400;
	border: 0;
	margin-bottom: 0;
	color: #143e34;
	padding: 10px 0;
}

.footer-menu .toggle>label>a {
	color: #143e34 !important;
}

.footer-menu .toggle>label:hover {
	background: transparent;
	color: #619936;
}

.footer-menu .toggle>label::before {
	content: none;
}

.footer-menu .toggle>label i {
	font-size: 18px;
	color: #333;
	width: 20px;
}

.footer-menu .toggle .toggle-content {
	padding: 0;
	margin: 0;
	background: transparent;
}

.footer-menu .toggle .toggle-content li a {
	padding: 8px 0 8px 25px;
	font-weight: 300;
	font-size: 15px !important;
}

.footer-menu .toggle .toggle-content li:last-child a {
	border-bottom: 0;
}

#footer>.copyright {
	padding: 24px 0;
	background: #153e35;
}

#footer>.copyright a,
#footer>.copyright p {
	color: #fff;
	text-shadow: none;
	font-size: 14px;
	font-weight: 300;
}

#footer>.copyright p,
.sdyf-icon {
	display: inline-block;
	vertical-align: middle;
}

.sdyf-icon img {
	width: 35px;
}

#btnScrollTo {
	display: none !important;
}

#btn-ScrollTo {
	position: static !important;
	bottom: 85px !important;
	width: 45px;
	height: 45px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	border: 0;
	display: flex !important;
	opacity: 1 !important;
}

#btn-ScrollTo:hover {
	background: rgba(0, 0, 0, 0.7);
}

.fixBtn-box {
	position: fixed;
	right: 0;
	bottom: 85px !important;
}

.fixBtn-box .button {
	width: 45px;
	height: 45px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	color: #fff;
	border-radius: 6px;
	opacity: .9;
}

.fixBtn-box .button:hover {
	opacity: 1;
}

@media (max-width: 1199px) {
	.fixBtn-box {
		bottom: 105px !important;
	}
}

@media (max-width: 991px) {
	.fixBtn-box {
		bottom: 160px !important;
	}
}

@media (max-width: 767px) {
	.fixBtn-box {
		bottom: 73px !important;
	}

	.footer-menu .toggle {
		width: 100%;
		margin-bottom: 10px;
	}

	#footer>.copyright {
		padding: 24px 54px 75px;
	}
}

@media (max-width: 575px) {
	#footer .mobile-block {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 320px) {}

/*end. footer
--------------------------------*/

/*end. index
--------------------------------*/

/*--------------------------------
start. in*/

.loading-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}

.loading-area.whole-page {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 999;
}

.loading-area i {
	font-size: 20px;
	color: var(--KALE);
}

.loading-area img {
	max-width: 100px;
}

.table thead>tr>th {
	white-space: nowrap;
}

table.table-striped td,
table.table-striped th {
	border: 1px solid #dbdbdb;
}

.breadcrumb a {
	color: #153e35;
	font-size: 14px;
}

.content-area {
	padding: 30px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 16px;
}

.quickLink>ul>li>a {
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid var(--KALE);
	background-color: #fff;
	color: var(--KALE);
	border-bottom-width: 3px;
}

.quickLink>ul>li>a:hover {
	background-color: var(--KALE);
	color: #fff;
	border-color: #00493f;
}

.sideMenu>ul>li {
	border-radius: 5px;
	position: relative;
	background-color: var(--bg-color);
}

.sideMenu>ul>li>a {
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
}

.sideMenu>ul>li:hover>a {
	background-color: var(--IVY);
	color: #fff;
}

.sideMenu>ul>li.active::after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent var(--bg-color);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 100%;
}

.sideMenu>ul>li.dropend>ul>li.active a {
	border-top: 1px solid var(--ROSEMARY);
	border-bottom: 1px solid var(--ROSEMARY);
	background: #eee;
}

.sow-timeline {
	margin: 20px 30px !important;
}

.sow-timeline>li:not(:last-child) {
	padding-bottom: 30px;
}

.sow-timeline-title:before {
	width: 30px;
	height: 30px;
	left: -44px;
	font-family: 'Font Awesome 6 Free';
	content: '\f007';
	display: flex;
	align-items: center;
	justify-content: center;
}

.sow-timeline>li:last-child .sow-timeline-title:before {
	border: 1px solid #ff8888;
	background: #ffdcdc;
	color: #ff4e4e;
}

.nav-invert .nav-link.active {
	background-color: var(--IVY);
	color: #fff !important;
}

.nav-invert .nav-link.active::after {
	content: '';
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: var(--IVY) transparent transparent transparent;
	border-radius: 4px;
}

.point-area .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	border: 2px solid rgba(174, 201, 185, 0.7);
	padding: 15px;
	gap: 10px;
}

.point-area .box .title {
	font-size: 25px;
	font-weight: 500;
	color: var(--IVY);
	margin-bottom: 0px;
}

.point-area .box .number {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: -1px;
	white-space: nowrap;
	min-height: 93px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.point-area .box .img img {
	max-height: 93px;
}

.point-area .box .desc {
	margin: 0;
}

.point-area .box a.desc {
	color: var(--IVY);
	text-align: center;
}

.point-area .box a.desc:hover {
	color: var(--KALE)
}

.progress .end {
	font-size: 18px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
}

.progress-bar .status {
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
}

.performance-bonus-number {
	font-size: 40px;
	font-weight: 600;
}

.pro-list-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -8px;
}

.pro-list-box .list {
	padding: 8px;
	margin: 0 0 10px;
}

.pro-list-box.list-3th .list {
	width: calc(100% / 3);
}

.pro-list-box.list-4th .list {
	width: calc(100% / 4);
}

.pro-list-box.list-5th .list {
	width: calc(100% / 5);
}

.pro-list-box .list .text-box .title {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	height: 30px;
	overflow: hidden;
	text-decoration: underline;
}

.pro-list-box.list-5th .list .text-box .title {
	height: 45px;
}

.pro-list-box .list .text-box .price {
	color: #153e35;
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 0;
}

.pro-list-box .list .text-box .price .ntd {
	font-size: 14px;
	font-weight: 500;
}

.pro-list-box .list .text-box .price .pv {
	font-size: 15px;
	background: #eee;
	padding: 2px 8px;
	font-weight: 400;
	color: #494949;
	margin: 0 6px;
}

.pro-list-box .list .form-check .form-check-input {
	height: 30px;
	margin-top: 0;
	width: 30px;
	background-size: 22px;
	background-position: center;
	border: 1px solid #a1a1a1;
}

.img-box {
	position: relative;
}

.img-box .rank-num,
.img-box .cus-num {
	position: absolute;
	top: 0;
	padding: 0px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 24px;
	border-radius: 3px;
}

.img-box .rank-num {
	left: 0;
	background-color: #f25932;
	border: 1px solid #f25932;
	color: #fff;
}

.img-box .cus-num {
	left: 34px;
	border: 1px solid;
	background: #fff;
}

.btn-box .btn-c {
	font-size: 20px;
	color: #868686;
	background: transparent;
	border: none;
}

.btn-box .btn-c.btn-heart:hover,
.btn-box .active .btn-c.btn-heart {
	color: #FFC107;
}

.btn-box .btn-cart:hover {
	color: #43751e;
}

.btn-box .btn-bonus:hover {
	color: #f44336;
}

.btn-box .btn-share:hover,
.btn-box .btn-share.active {
	color: #153e35;
}

.btn-box .share-modal {
	position: relative;
}

.btn-box .share-modal .dropdown-share {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: -5px;
	display: flex;
	width: 165px;
	gap: 7px;
	border: 1px solid #777;
	background-color: #fff;
	padding: 5px;
	border-radius: 15px;
	opacity: 0;
	pointer-events: none;
	transition: .3s all ease;
}

.btn-box .share-modal .btn-share.active+.dropdown-share {
	opacity: 1;
	top: calc(100% + 10px);
	pointer-events: inherit;
}

.btn-box .share-modal .dropdown-share::after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: -6px;
	right: 17px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	background: #fff;
	transform: rotate(45deg);
}

.btn-box .share-modal .dropdown-share a {
	font-size: 17px;
	transform: scale(.9);
	z-index: 1;
}

.btn-box .share-modal .dropdown-share a img,
.btn-box .share-modal .dropdown-share a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	overflow: hidden;
}

.btn-box .share-modal .dropdown-share a i,
.btn-box .share-modal .dropdown-share a img {
	width: 32px;
	height: 32px;
}

.btn-box .share-modal .dropdown-share a i {
	border: 1px solid #153e35;
	color: #153e35;
}

.btn-box .share-modal .dropdown-share a:hover {
	transform: scale(1.1);
}

.btn-box .add-pv .btn-c {
	position: relative;
	top: -2px;
}

.qrcode-box {
	max-width: 100px;
	margin: 0 auto;
}

.card-area>.card {
	border-radius: 14px;
}

.card-area>.card:not(:last-child) {
	margin-bottom: 15px;
}

.card-area>.card .card-header .btn-link {
	padding: 12px 16px;
}

.level-area .level-second {
	border: 1px solid #bdd1cd;
	border-radius: 10px;
	box-shadow: none;
}

.level-area .level-third {
	border: 1px solid var(--IVY);
	border-radius: 10px;
	padding: 12px 16px;
}

.level-area .level-fourth {
	border-bottom: 1px solid var(--ROSEMARY);
}

.level-area .level-fourth:last-child {
	border-bottom: 0;
}

.nav-invert {
	background-color: #e7f0ee;
}

.page-link {
	color: #777;
}

.active>.page-link,
.page-link.active {
	background-color: var(--IVY);
	border-color: var(--IVY);
	color: #fff;
}

.nav-tabs .nav-link.active {
	color: var(--KALE);
	background-color: #e7f0ee !important;
}

.nav-tabs .nav-link.active::after {
	content: '';
	position: absolute;
	top: calc(100% - 5px);
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: var(--KALE) transparent transparent transparent;
	border-radius: 4px;
}

.filter-box ul li .btn {
	border: 1px solid var(--KALE);
	color: var(--KALE);
	background-color: #fff;
}

.filter-box ul li .btn.active,
.filter-box ul li .btn:hover {
	background-color: var(--IVY);
	color: #fff;
}


.reward-list .title-box .title {
	font-size: 18px;
	font-weight: 600;
}

.reward-list .info-box li {
	position: relative;
	margin-left: 20px;
}

.reward-list .info-box li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: -12px;
	width: 5px;
	height: 5px;
	background-color: var(--IVY);
	border-radius: 100%;
}

.reward-list .integral-box {
	display: flex;
	align-items: center;
	gap: 10px;
}

.reward-list .integral-box .title {
	font-size: 15px;
	margin-bottom: 0;
	padding: 5px 10px;
	background-color: var(--KALE);
	color: #fff;
	border-radius: 4px;
}

.reward-list .integral-box .integral {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}

.reward-list .integral-box .integral span {
	font-size: 20px;
}

.multiple-select-box .icon {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 1;
}

.dropdown .dropdown-menu li:last-child {
	border-bottom: 0 !important;
}

nav.nav-collapse .nav-item, nav.nav-collapse .unit-first-area {
	position: relative;
}

nav.nav-collapse .unit-first-area::before {
	content: '';
	position: absolute;
	top: 36px;
	left: 7px;
	width: 1px;
	height: 100%;
	background-color: #000;
}

nav.nav-collapse .unit-first-area:last-child::before {
		content: none;
}

nav.nav-collapse .unit-sub-area {
	padding-left: 30px;
}

nav.nav-collapse .unit-sub-area .nav-item::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 7px;
	width: 1px;
	height: 100%;
	background-color: #000;
}

nav.nav-collapse .unit-sub-area .nav-item:last-child::before {
	content: none;
}

nav.nav-collapse .nav-item .group-icon {
    margin-top: 0;
    top: 20px;
    left: -1px;
    z-index: 3;
    background: #fff;
    font-size: 0;
}

nav.nav-collapse .nav-item .badge {
	min-height: 24px;
}

.inline-button .button {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	color: #173e35;
	border: 1px solid #898989;
}

.inline-button .button:hover {
	color: var(--KALE);
	transform: scale(1.1);
}

.fancybox-close {
	right: 0px !important;
	font-weight: 100 !important;
	font-size: 33px !important;
	top: 10px !important;
	color: #777 !important;
}

@media (max-width: 1199px) {
	.pro-list-box.list-3th .list {
		width: 50%;
	}

	.pro-list-box.list-4th .list {
		width: calc(100% / 3);
	}

	.pro-list-box.list-5th .list {
		width: calc(100% / 3);
	}

	.point-area .box {
		border-radius: 0;
		border-width: 1px;
	}

	.table-fixed {
		table-layout: fixed;
		width: 100%;
	}

	.table-fixed th {
		width: 140px;
	}

	.table-fixed .t-fixed {
		position: sticky;
		left: 0;
		z-index: 1;
		box-shadow: inset -1px -1px 0px rgb(0 0 0 / 20%) !important;
	}
}

@media (max-width: 991px) {
	.pro-list-box.list-3th .list {
		width: 100%;
	}

	.pro-list-box.list-4th .list {
		width: 50%;
	}

	.pro-list-box.list-5th .list {
		width: 50%;
	}

	.point-area .box .number {
		min-height: auto;
	}

	.level-area .level-third,
	.card-area>.card .card-header .btn-link {
		padding: 12px;
	}

	.reward-list .integral-box {
		flex-direction: column;
		gap: 0;
	}

	.reward-list .integral-box .integral {
		font-size: 30px;
	}

	.reward-list .integral-box .integral span {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.content-area {
		padding: 15px;
		border-radius: 10px;
	}

	.pro-list-box .list .text-box .title {
		font-size: 14px;
		height: 40px;
	}

	.pro-list-box .list .text-box .price {
		font-size: 14px;
	}

	.pro-list-box .list .text-box .price .pv {
		font-size: 12px;
	}

	.btn-box .btn-c {
		font-size: 17px;
	}

	.btn-box .share-modal .btn-share.active+.dropdown-share {
		top: 35px;
	}

	.btn-box .share-modal .dropdown-share {
		right: -7px;
	}

	.sideMenu {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9;
		width: 100%;
	}

	.sideMenu>ul>li {
		width: calc(100% / 5);
		border-radius: 0;
	}

	.sideMenu>ul>li>a {
		font-size: 12px;
		border-radius: 0;
	}
}

@media (max-width: 575px) {

	.point-area .box .title {
		font-size: 20px;
	}

	.point-area .box .number {
		font-size: 22px;
	}

	.reward-list .integral-box {
		align-items: flex-end;
	}

	.pro-list-box.list-4th.mobile-list-1th .list {
		width: 100%;
	}
}

@media (max-width: 320px) {}

/*end. in
--------------------------------*/