@charset "utf-8";

/********************************************************
■ Home partials
********************************************************/
.nt-container {
	margin: 0 auto;
	max-width: 1312px;
	width: 100%;
	padding: 0 15px;
}

.show_mob {
	display: none;
}

@media (max-width: 767px) {
	.hide_mob {
		display: none;
	}

	.show_mob {
		display: block;
	}
}

.services .col-md-6.col-sm-12 {
	margin: 16px 0;
}

.services {
	padding: 20px;
	position: relative;
	box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	-webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	-moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}

.services .service-box {
	border-radius: 10px;
}

.services .service-box .icon {
	display: inline-block;
	text-align: center;
	border: 2px solid #ef494d;
	transition: 0.3s ease;
	width: 50px;
	height: 50px;
	font-size: 25px;
	padding-top: 5px;
	position: relative;
}

.services .service-box .icon:before,
.services .service-box .icon:after {
	background: #eee;
	content: "";
	height: 2px;
	left: 48px;
	position: absolute;
	top: 21px;
	width: 123px;
	transition: 0.5s ease;
}

.services .service-box .icon:after {
	width: 0;
	background: #ef494d;
}

.services .service-box a {
	font-weight: 700;
	text-transform: uppercase;
	color: inherit;
}

.services .service-box:hover .icon {
	border-color: #ef494d;
	background: #ef494d;
	color: #fff;
}

.services .service-box:hover .icon:after {
	width: 150px;
}

.services .service-box:hover a {
	color: #ef494d;
}

#main_banner br.mobile {
	display: none;
}

#main_banner.main-contentbox-wrap {
	padding-left: 0;
	padding-right: 0;
}

#main_banner .main_banner_title {
	padding-left: 20px;
	padding-right: 20px;
}

#main_banner .board-banner-surface {
	width: calc(100% + 2px);
	max-width: none;
	margin-left: -1px;
	margin-right: -1px;
}

@media (max-width: 767px) {
	#main_banner br.mobile {
		display: block;
	}

	#main_banner .main_banner_title {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.service-box.wow.fadeIn p {
	word-break: keep-all;
	margin-top: 10px;
	font-weight: 600;
	font-size: 18px;
}

.service-box.wow.fadeIn h4 {
	margin-top: 10px;
	color: #ffffff;
	font-weight: bolder;
	text-align: center;
	font-size: 22px;
	display: block;
	padding: 4px 0;
	background: #e33030;
	border-radius: 30px;
}

.bgcolor-blue {
	background: #251965 !important;
}

.bgcolor-green {
	background: #161223 !important;
}

.bgcolor-yellow {
	background: #ffc400 !important;
}

.services span.main_explain_con_num_icon {
	display: inline-block;
	min-width: 24px;
	width: 24px;
	height: 24px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background: #ff7200;
	color: #fff;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 10px;
	padding-right: 1px;
}

.board-banner-surface {
	width: 100%;
	max-width: 939px;
	margin: 0 auto 10px;
}

#blist_portal > .board-banner-surface:first-child {
	margin-top: 24px;
}

.board-banner-surface > .board-banner-grid {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

.board-banner-surface > .board-banner-grid::after {
	content: '';
	display: block;
	clear: both;
}

.board-banner-surface > .board-banner-grid > li {
	float: left;
	width: calc((100% - 4px) / 3);
	margin-left: 2px;
	margin-bottom: 2px;
	padding: 1px;
	box-sizing: border-box;
	height: auto;
}

.board-banner-surface > .board-banner-grid > li:nth-child(3n+1) {
	margin-left: 0;
}

.board-banner-surface > .board-banner-grid > li img {
	display: block;
	width: 100%;
	height: auto;
}

.board-banner-grid ul {
	display: block;
}

.board-banner-grid ul::after {
	content: '';
	display: block;
	clear: both;
}

.board-banner-grid ul li {
	float: left;
	width: calc((100% - 4px) / 3);
	margin-left: 2px;
	margin-bottom: 2px;
}

.board-banner-grid ul li:nth-child(3n+1) {
	margin-left: 0;
}

.board-banner-grid ul li img {
	width: 100%;
}

.home-main-adsec {
	position: relative;
}

.left-adsec {
	position: absolute;
	left: -180px;
	width: 180px;
	z-index: 100;
	padding-top: 20px;
}

.right-adsec {
	position: absolute;
	right: -180px;
	width: 180px;
	z-index: 100;
	padding-top: 20px;
}

.left-adsec .services,
.right-adsec .services {
	padding-top: 0;
}

#home_left_ad li:first-child,
#home_right_ad li:first-child {
	padding-top: 0 !important;
}

#home_left_ad li,
#home_right_ad li {
	padding: 10px 0 !important;
}

#right_ads li {
	padding-top: 10px !important;
}

#right_ads li a {
	display: block;
	overflow: hidden;
	border-radius: 10px !important;
}

#home_left_ad li img,
#home_right_ad li img,
#right_ads li img {
	display: block;
	border-radius: 10px !important;
}

#right_ads li:first-child {
	padding-top: 5px !important;
}

#home_left_ad_div,
#home_right_ad_div {
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
}

.home_gift_points_ad {
	padding: 0 !important;
}

.home_gift_points_ad ul,
.home_gift_points_ad li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home_gift_points_ad li {
	width: 100%;
}

.home_gift_points_ad img {
	display: block;
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
}

.custom-adbox.home_gift_points_ad {
	display: block;
	height: auto !important;
	padding-top: 0 !important;
}

.left-adsec:has(.home_left_admin),
.right-adsec:has(.home_right_admin) {
	padding-top: 20px;
}

.customadminclose {
	background: #a66eff !important;
	width: 100% !important;
	text-align: end;
	padding-right: 10px;
}

.home_gift_img_sec {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.home_gift_img_sec .service-box {
	width: 100%;
}

.home-promo-intro,
.home-promotional-intro {
	display: grid;
	gap: 14px;
	max-width: 100%;
	margin: 14px 0 18px;
	padding: 15px 13px;
	border: 1px solid #e8ebf0;
	border-radius: 8px;
	background: #fff;
	overflow-wrap: break-word;
}

.home-promo-intro__content,
.home-promotional-intro__content {
	min-width: 0;
}

.home-promo-intro__eyebrow,
.home-promotional-intro__eyebrow {
	margin: 0 0 6px;
	color: #a66eff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
}

.home-promo-intro__title,
.home-promotional-intro__title,
.home-promo-intro h2,
.home-promotional-intro h2 {
	margin: 0;
	color: #20242a;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: 0;
	word-break: keep-all;
}

.home-promo-intro__lead,
.home-promotional-intro__lead,
.home-promo-intro p:not(.home-promo-intro__eyebrow),
.home-promotional-intro p:not(.home-promotional-intro__eyebrow) {
	margin: 8px 0 0;
	color: #333b45;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.58;
	word-break: keep-all;
}

.home-promo-intro__quick-links,
.home-promotional-intro__quick-links,
.home-quick-links,
.home-promo-quick-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}

.home-promo-intro__quick-link,
.home-promotional-intro__quick-link,
.home-quick-link,
.home-promo-quick-link,
.home-quick-links a,
.home-promo-quick-links a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	min-height: 54px;
	padding: 9px 10px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fbfcff;
	color: #20242a !important;
	text-align: left;
	text-decoration: none !important;
	word-break: keep-all;
}

.home-promo-intro__quick-link strong,
.home-promotional-intro__quick-link strong,
.home-quick-link strong,
.home-promo-quick-link strong,
.home-quick-links a strong,
.home-promo-quick-links a strong {
	display: block;
	overflow: visible;
	color: #20242a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	word-break: keep-all;
	white-space: normal;
}

.home-promo-intro__quick-link span,
.home-promotional-intro__quick-link span,
.home-quick-link span,
.home-promo-quick-link span,
.home-quick-links a span,
.home-promo-quick-links a span {
	display: block;
	overflow: visible;
	margin-top: 2px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	word-break: keep-all;
	white-space: normal;
}

.home-official-notice {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	padding: 11px 13px;
	border: 1px solid #e8ddff;
	border-radius: 8px;
	background: #fbf9ff;
	color: #303437;
}

.home-official-notice__mark {
	flex: 0 0 auto;
	padding: 5px 8px;
	border-radius: 999px;
	background: #a66eff;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.home-official-notice__text {
	flex: 1 1 260px;
	min-width: 0;
	margin: 0;
	color: #3f4650;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
}

.home-official-notice__text strong {
	color: #20242a;
	font-weight: 800;
}

.home-official-notice__link {
	flex: 0 0 auto;
	color: #6f42c1 !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
}

.home-verification-brief {
	display: grid;
	gap: 14px;
	padding: 16px 14px;
	border: 1px solid #e7ebf0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 6px 16px rgb(31 42 55 / 5%);
	overflow-wrap: break-word;
}

.home-verification-brief__intro {
	min-width: 0;
}

.home-verification-brief__eyebrow {
	margin: 0 0 6px;
	color: #a66eff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
}

.home-verification-brief__title {
	margin: 0;
	color: #20242a;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.32;
	letter-spacing: 0;
	word-break: keep-all;
}

.home-verification-brief__lead {
	margin: 8px 0 0;
	color: #3f4650;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	word-break: keep-all;
}

.home-verification-brief__steps {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: verification-step;
}

.home-verification-brief__steps li {
	position: relative;
	min-width: 0;
	min-height: 74px;
	padding: 10px 10px 10px 39px;
	border: 1px solid #eef0f4;
	border-radius: 8px;
	background: #fbfcff;
	color: #20242a;
	counter-increment: verification-step;
}

.home-verification-brief__steps li::before {
	content: counter(verification-step);
	position: absolute;
	top: 12px;
	left: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff1f2;
	color: #d12f3a;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.home-verification-brief__steps strong {
	display: block;
	overflow: hidden;
	color: #20242a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-verification-brief__steps span {
	display: block;
	margin-top: 4px;
	color: #67717d;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
	word-break: keep-all;
}

.home-verification-brief__links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
}

.home-verification-brief__links a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 10px;
	border: 1px solid #e8ddff;
	border-radius: 999px;
	background: #f8f5ff;
	color: #6f42c1 !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	word-break: keep-all;
}

.home-card-grid {
	align-items: stretch;
}

.home-card-grid > [class*="col-"] {
	display: flex;
	min-width: 0;
}

.home-card-grid .custombox-wrap,
.home-board-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	height: 100%;
	margin-right: 0;
	padding: 15px 13px;
	border-color: #e7ebf0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 6px 16px rgb(31 42 55 / 6%) !important;
}

.home-card-grid .custombox-wrap .row,
.home-card-grid .custombox-wrap .row > [class*="col-"],
.home-card-grid .custombox-wrap .service-box,
.home-board-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
	min-width: 0;
}

.home-card-grid .custombox-wrap > .row,
.home-card-grid .custombox-wrap .service-box > .row {
	margin-right: 0;
	margin-left: 0;
}

.home-card-grid .custombox-wrap .row > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.home-card-grid .custombox-wrap .service-box.wow.fadeIn h4.custombox-head,
.home-card-grid .custombox-head,
.home-board-card__head {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 12px;
	padding: 0 0 12px;
	border-bottom: 1px solid #eef0f4;
	border-radius: 0;
	background: none;
	color: #20242a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.home-card-grid .custombox-head > a:first-child,
.home-card-grid .custombox-head > a:first-child > div,
.home-card-grid .custombox-head > div:first-child,
.home-board-card__title {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	min-width: 0;
	color: inherit !important;
	text-decoration: none !important;
}

.home-card-grid .custombox-head .boxicon {
	flex: 0 0 auto;
	padding-right: 8px;
}

.home-card-grid .custombox-head .boxicon img {
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.home-card-grid .custombox-head span:last-child,
.home-board-card__title-text {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-card-grid .cmorecls,
.home-board-card__more {
	flex: 0 0 auto;
	float: none;
	margin-left: 8px;
	padding: 6px 8px;
	border-radius: 999px;
	background: #f6f3ff;
	color: #6f42c1 !important;
	font-size: 12px;
	font-weight: 700 !important;
	line-height: 1;
	opacity: 1;
	text-decoration: none !important;
}

.home-board-card__summary {
	margin: 0 0 12px !important;
	padding: 10px 11px;
	border: 1px solid #eee8ff;
	border-left: 3px solid #a66eff;
	border-radius: 8px;
	background: #fbf9ff;
	color: #4b5563;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.55 !important;
	word-break: keep-all;
}

@media (min-width: 768px) {
	.home-board-card__summary {
		display: flex;
		align-items: center;
		min-height: 66px;
	}
}

.home-board-card__empty {
	margin: 0 !important;
	padding: 11px;
	border: 1px dashed #d7dce4;
	border-radius: 8px;
	background: #fafbfc;
	color: #6b7280;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.55 !important;
	word-break: keep-all;
}

.home-card-grid .custombox-wrap .service-box > ul,
.home-board-card__posts,
.home-latest-posts {
	display: grid;
	gap: 7px;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-card-grid .custombox-wrap .service-box > ul > li {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.home-card-grid .custombox-wrap .service-box > ul > li:not([class]) > a,
.home-board-card__post,
.home-latest-post,
.home-latest-row,
.home-post-row {
	display: grid;
	gap: 6px;
	min-width: 0;
	padding: 10px 11px;
	border: 1px solid #edf0f4;
	border-radius: 8px;
	background: #fbfcfe;
	color: #303437 !important;
	text-decoration: none !important;
}

.home-card-grid .custombox-wrap .service-box > ul > li:not([class]) > a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600 !important;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-board-card__post-main,
.home-latest-post__main,
.home-latest-row__main,
.home-post-row__main {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.home-board-card__post-title,
.home-latest-post__title,
.home-latest-row__title,
.home-post-row__title {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	color: #303437 !important;
	font-size: 14px;
	font-weight: 700 !important;
	line-height: 1.35;
	text-decoration: none !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-board-card__post-status,
.home-latest-post__status,
.home-latest-row__status,
.home-post-row__status {
	flex: 0 0 auto;
	max-width: 44%;
	overflow: hidden;
	padding: 2px 7px;
	border-radius: 999px;
	background: #fff1f2;
	color: #d12f3a;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-board-status--safety {
	background: #ecfdf3;
	color: #16803c;
}

.home-board-status--review,
.home-board-status--mttip {
	background: #fff1f2;
	color: #d12f3a;
}

.home-board-status--notice {
	background: #eef4ff;
	color: #2857b8;
}

.home-board-status--free {
	background: #f6f3ff;
	color: #6f42c1;
}

.home-board-card__post-meta,
.home-latest-post__meta,
.home-latest-row__meta,
.home-post-row__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 8px;
	min-width: 0;
	color: #7a828d;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

.home-board-card__post-date,
.home-board-card__post-views,
.home-board-card__post-comments,
.home-latest-post__date,
.home-latest-post__views,
.home-latest-post__comments,
.home-latest-row__date,
.home-latest-row__views,
.home-latest-row__comments,
.home-post-row__meta > * {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.home-board-card__post-meta > * + *::before,
.home-latest-post__meta > * + *::before,
.home-latest-row__meta > * + *::before,
.home-post-row__meta > * + *::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	margin-right: 8px;
	border-radius: 50%;
	background: #c5cad3;
	vertical-align: middle;
}

@media (min-width: 576px) {
	.home-promo-intro,
	.home-promotional-intro {
		margin: 16px 0 22px;
		padding: 18px;
	}

	.home-promo-intro__quick-links,
	.home-promotional-intro__quick-links,
	.home-quick-links,
	.home-promo-quick-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-verification-brief {
		padding: 18px;
	}

	.home-verification-brief__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.home-promo-intro,
	.home-promotional-intro {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 42%);
		align-items: center;
		margin: 18px 0 24px;
		padding: 20px;
	}

	.home-promo-intro__title,
	.home-promotional-intro__title,
	.home-promo-intro h2,
	.home-promotional-intro h2 {
		font-size: 26px;
	}

	.home-promo-intro__lead,
	.home-promotional-intro__lead,
	.home-promo-intro p:not(.home-promo-intro__eyebrow),
	.home-promotional-intro p:not(.home-promotional-intro__eyebrow) {
		font-size: 15px;
		line-height: 1.7;
	}

	.home-promo-intro__quick-links,
	.home-promotional-intro__quick-links,
	.home-quick-links,
	.home-promo-quick-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-verification-brief {
		grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.1fr);
		align-items: center;
		padding: 20px;
	}

	.home-verification-brief__title {
		font-size: 22px;
	}

	.home-verification-brief__lead {
		font-size: 15px;
	}

	.home-verification-brief__links {
		grid-column: 1 / -1;
	}

	.home-card-grid .custombox-wrap,
	.home-board-card {
		padding: 20px;
	}
}

@media (max-width: 1024px) {
	.main_explain_con_title,
	.main_explain_con {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 767px) {
	#home_left_ad_div,
	#home_right_ad_div {
		display: none !important;
	}

	.custom-right-sec.hide_mob {
		display: block !important;
		flex: 0 0 0 !important;
		width: 0 !important;
		max-width: 0 !important;
		min-width: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
	}

	.custom-right-sec.hide_mob > .custom-right-sidebar-maindiv {
		box-sizing: border-box;
	}

	.custom-adbox {
		height: auto !important;
	}

	.board-banner-grid ul li {
		width: calc((100% - 2px) / 3);
		margin-left: 1px;
		margin-bottom: 1px;
	}

	.board-banner-surface > .board-banner-grid > li {
		width: calc((100% - 2px) / 3);
		margin-left: 1px;
		margin-bottom: 1px;
		padding: 0;
	}
}

@media (max-width: 575px) {
	.board-banner-grid ul li {
		width: calc((100% - 2px) / 3);
		margin-left: 1px;
		margin-bottom: 1px;
	}

	.board-banner-grid ul li:nth-child(3n+1) {
		margin-left: 0;
	}

	.board-banner-grid ul li:nth-child(3n+2),
	.board-banner-grid ul li:nth-child(3n) {
		margin-left: 1px;
	}

	.board-banner-grid ul li.empty_li {
		width: 100%;
	}

	.board-banner-surface {
		max-width: none;
	}

	#blist_portal > .board-banner-surface:first-child {
		margin-top: 16px;
	}

	.board-banner-surface > .board-banner-grid > li {
		width: calc((100% - 2px) / 3);
		margin-left: 1px;
		margin-bottom: 1px;
		padding: 0;
	}

	.board-banner-surface > .board-banner-grid > li:nth-child(3n+1) {
		margin-left: 0;
	}

	.board-banner-surface > .board-banner-grid > li:nth-child(3n+2),
	.board-banner-surface > .board-banner-grid > li:nth-child(3n) {
		margin-left: 1px;
	}

	.home_gift_points_ad img,
	.custom-adbox.home_gift_points_ad {
		height: auto !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.home_gift_points_ad img,
	.custom-adbox.home_gift_points_ad {
		height: auto !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.services .home_gift_points_ad img {
		height: auto !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.services .home_gift_points_ad img {
		height: auto !important;
	}
}

@media (min-width: 1201px) and (max-width: 1500px) {
	.left-adsec,
	.right-adsec,
	#customAdsec {
		display: none;
	}
}

@media (min-width: 1501px) and (max-width: 1600px) {
	.left-adsec {
		display: none;
	}

	.right-adsec {
		right: -93px;
		width: 110px;
	}

	#home_left_ad_div a.win_memo,
	#home_right_ad_div a.win_memo {
		font-size: 9px;
	}
}

@media (min-width: 1601px) and (max-width: 1700px) {
	.left-adsec {
		left: -145px;
		width: 145px;
	}

	.right-adsec {
		right: -145px;
		width: 145px;
	}

	#home_left_ad_div a.win_memo,
	#home_right_ad_div a.win_memo {
		font-size: 12px;
	}
}
