/* banner container */
.banner-comment {
	font-size: 1.35rem; font-weight: 600; text-align: center; margin-bottom: 1.5rem;
}
.banner-comment a {
	color: #000;
}
.banner-container {
    width: 100%;
    background: transparent;
    border-bottom: none;
    margin-top: 1.5rem;
    padding: 0 1.5rem;
}
.banner-container .banner-wrap {
    margin: 0 auto;
}
.banner-container .banner-inner {
    padding: 0;
}
/*
.banner-container .banner-bg {
    width: 100%;
    min-height: 132px;
    background-image: url('../img/main/img_coupon_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 0;
}
.banner-container .banner-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-container .banner-message {
    padding: 0.875rem 2.8125rem 0.875rem 2.8125rem;
    box-sizing: border-box;
    line-height: 1;
    box-shadow: none;
    text-align: center;
    width: 74%;
    font-size: 1.8rem;
    font-weight: 600;
}
.banner-container .banner-highlight {
    padding: 0 0.625rem;
    line-height: 1.35;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    flex: 1;
}
*/

/* main container */
.main-container {
    width: 100%;
    background: #fff;
    margin-top: 6rem;
    padding-bottom: 8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.main-container .main-wrap {
    margin: 0 auto;
}
.main-container .main-inner {
    display: flex;
    flex-direction: column;
}
.main-container .main-content-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #000;
}

.main-banner-container {
    margin-bottom: 2rem;
/*    padding: 0 1.5rem;*/
	position: relative;
}
.main-banner-container .swiper-container {
    overflow: hidden;
    border-radius: 1rem;
}
.main-banner-container .swiper-slide {
}
.main-market-slide-container .market-swiper .swiper-slide {
    opacity: 0;
    z-index: 1;
    padding: 0 10%;
}
.main-market-slide-container .market-swiper .swiper-slide.fade-in-right {
    transition: opacity 0.6s;
    opacity: 1 !important;
    z-index: 2;
}
.main-market-slide-container .market-swiper .swiper-slide.fade-out-left {
    transition: opacity 0.0825s;
    opacity: 0 !important;
    z-index: 1;
}

.main-market-slide-container .market-swiper .swiper-slide.swiper-slide-active:not(.fade-in-right):not(.fade-out-left) {
    opacity: 1;
    z-index: 2;
}
/* .main section market */
.main-container .main-section-market {
}
.main-section-market .main-market-slide-container {
    width: 85%;
    position: absolute;
    right: -10%;
    bottom: 0;
    z-index: 1;
}
.main-section-cards-visual.main-section-market .main-market-header {
	margin-bottom: 0;
}
.main-section-market .main-market-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.main-section-market .main-market-btn-wrap {
	display: flex;
	gap: 0.75rem;
}


.main-section-market .main-market-btn.red {
	background-color: #FB1F38;
	color: #fff;
}

.main-section-cards-visual.main-section-market .main-market-btn {
	padding: 0.9rem 1.2rem;
}
.main-section-market .main-market-btn {
    font-size: 1.6rem;
    background: var(--color-purple);
    color: var(--color-black);
    border-radius: 12px;
    padding: 0.45rem 0.9rem 0.45rem 0.7rem;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
    display: flex;
    gap: 4px;
    align-items: center;
    box-shadow: 0 0px 1.5rem rgba(195, 195, 195, 0.8);
}
.main-section-market .main-market-btn:hover {
}
.main-section-market .main-market-card {
	display: block;
	position: relative;
	background: radial-gradient(ellipse at 0% 100%, #7b61ff 0%, #b13fc6 100%);
	border-radius: 16px;
	padding: 3rem 1.5rem;
	color: #fff;
	text-align: left;
	box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.main-section-market .main-market-card-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.15;
    padding-bottom: 15rem;
    position: relative;
    z-index: 2;
}
.main-section-market .main-market-card-desc {
    font-size: 2.3rem;
    font-weight: 900;
    position: relative;
    z-index: 2;
    margin-bottom: 23%;
    margin-top: 0.8rem;
     /* í°ìƒ‰ ì™¸ê³½ì„  íš¨ê³¼ */
    color: #ff7200;
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-stroke-color: #fff;
}
.main-section-market .main-market-card-link {
    display: inline-block;
    background: #fff;
    color: #913DCD;
    border-radius: 8px;
    padding: 0.8rem 0.8rem;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    margin-top: 1.5rem;
	position: relative;
	z-index: 2;
}
.main-section-market .main-market-card-link:hover {
    background: #f3f0ff;
    color: #6c63ff;
}

/* main section products */
.main-section-products {margin-top: 6rem;}
.main-section-products .main-products-row {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: stretch;
}
.main-section-products .main-product-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(160,132,232,0.08);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 50%;
}

.main-section-products .main-product-sub {
    font-size: 1.55rem;
    color: var(--color-black);
    font-weight: 500;
    line-height: 1.15;
}
.main-section-products .main-product-imgbox.phone {
    background-image: url('../img/main/bg_phone_25072501.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.main-section-products .main-product-imgbox.pettown {
    background-image: url('../img/main/bg_pettown_25072501.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.main-section-products .main-product-imgbox {
    position: relative;
    width: 100%;
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    overflow: hidden;
    margin-top: auto;
    justify-self: flex-end;
}
.main-section-products .main-product-imgbox.phone .main-product-logo {top: 3%;left: 5%;width: 50%;}
.main-section-products .main-product-imgbox.pettown .main-product-logo {bottom: 10%;width: 45%;transform: translate(-50%, -50%);}
.main-section-products .main-product-logo {
    left: 50%;
    position: absolute;
}
.main-section-products .main-product-desc {
    font-size: 2.6rem;
    color: #fff;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    position: absolute;
    bottom: 6%;
    width: 100%;
    display: block;
}

/* main section purchase services */
.main-section-purchase-services {
    margin-top: 8rem;
}
.main-section-purchase-services .main-purchase-services-row {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-start;
    margin-top: 3rem;
}
.main-section-purchase-services .main-purchase-service-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    flex: 1 1 calc(33.333% - 0.375rem);
}
.main-section-purchase-services .main-purchase-service-card.card-1 {
    background-image: url('../img/main/img_service_bg_1_25072501.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.main-section-purchase-services .main-purchase-service-card.card-2 {
    background-image: url('../img/main/img_service_bg_2_25072501.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.main-section-purchase-services .main-purchase-service-card.card-3 {
    background-image: url('../img/main/img_service_bg_3_25072501.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.main-section-purchase-services .main-purchase-service-img {
    display: block;
    width: 100%;
	opacity: 0;
}
.main-section-purchase-services .main-purchase-service-label {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-top: 3rem;
    text-shadow: 0px 0px 0.5rem #fff;
}

/* main section cards visual */
.main-section-cards-visual {
    margin-top: 6rem;
}
.main-section-cards-visual .main-cards-visual-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.main-section-cards-visual .main-card-visual {
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding: 2.25rem 2.75rem;
    position: relative;
}
.main-section-cards-visual .card-visual-finance {
    background: linear-gradient(90deg, #c3c2ca 0%, #c4c4c9 100%);
}
.main-section-cards-visual .card-visual-finance:after {
    content: "";
    background-image: url('../img/main/bg_bangcash.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95%;
    width: 38%;
    height: 100%;
    position: absolute;
    right: 2%;
    bottom: 0;
}
.main-section-cards-visual .card-visual-affiliate {
    background: linear-gradient(90deg, #8490c2 0%, #949fcb 100%);
}
.main-section-cards-visual .card-visual-affiliate:after {
    content: "";
    background-image: url('../img/main/bg_coffeeshop.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    width: 33%;
    height: 100%;
    position: absolute;
    right: 5%;
    bottom: 0;
}
.main-section-cards-visual .card-visual-mall {
    background: #979797;
    padding: 2.2rem 3rem;
}
.main-section-cards-visual .card-visual-mall-2 {
    background: #667095;
    padding: 3.4rem 3rem;
}
.main-section-cards-visual .card-visual-mall:after {
    content: "";
    background-image: url('../img/main/bg_productmall.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 38%;
    height: 93%;
    position: absolute;
    right: 7%;
    bottom: 0;
}
.main-section-cards-visual .card-visual-mall-2:after {
    background-image: url('../img/main/bg_productmall_25082001.png');
    background-size: 65%;
}
.main-section-cards-visual .card-visual-content {
    flex: 1;
}
.main-section-cards-visual .card-visual-title-en {
    font-size: 2.1rem;
    font-weight: 600;
    color: #fff;
}
.main-section-cards-visual .card-visual-finance .card-visual-title-en {
    color: #fff;
}
.main-section-cards-visual .card-visual-affiliate .card-visual-title-en {
    color: #fff;
}
.main-section-cards-visual .card-visual-title {
    font-size: 2rem;
    font-weight: 800;
    margin-top: 1rem;
    color: #1a1656;
}
.main-section-cards-visual .card-visual-title:after {
    content: "";
    display: block;
    width: 3rem;
    height: 3px;
    background-color: #d2d9e9;
    margin-top: 1.2rem;
}
.main-section-cards-visual .card-visual-desc {
    font-size: 1.7rem;
    color: #fff;
    margin-top: 0.65rem;
    font-weight: 600;
}
.main-section-cards-visual .card-visual-title-mall {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-black);
}
.main-section-cards-visual .card-visual-desc-mall {
    font-size: 2rem;
    color: #fff;
    line-height: 1.1;
    font-weight: 600;
}

.main-section-cards-visual .card-visual-comment {
    font-size: 1.5rem;
    color: #000;
    line-height: 1.1;
    font-weight: 500;
    margin-top: 1.25rem;
}

/* member benefits section */
.member-benefits-section {margin-top: 6rem;}
.member-benefits-swipe {
	margin-top: 0.6rem;
	overflow: hidden;
}
.member-benefits-section .member-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    margin-top: 2rem;
}
.member-benefits-section .member-benefit-card {
    position: relative;
    background: #f7f7f7;
    border-radius: 18px;
    padding: 1.5rem 0rem 7.25rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.member-benefits-section .member-benefit-title {
    font-size: 2.25rem;
    font-weight: 300;
    color: #1a1656;
    line-height: 1.1;
    z-index: 1;
    position: relative;
}
.member-benefits-section .member-benefit-title:before {
    content: "";
    width: 2.5rem;
    display: block;
    height: 1px;
    background-color: #fff;
    margin-bottom: 1.1rem;
}
.member-benefits-section .member-benefit-desc {
    font-size: 1.4rem;
    color: #1a1656;
    line-height: 1.1;
    z-index: 1;
    position: relative;
    margin-top: 0.5rem;
}
.member-benefits-section .card-bcac {
    background: linear-gradient(135deg, #f3bfd0 0%, #fcdee9 100%);
}
.member-benefits-section .card-moneytree { 
    background: linear-gradient(135deg, #b0b0a4 0%, #c7c7c1 100%);
 }
.member-benefits-section .card-hana { 
    background: linear-gradient(135deg, #9bb6b9 0%, #bccbcc 100%);
 }
.member-benefits-section .card-medical { 
    background: linear-gradient(35deg, #BEF3F1 0%, #8C9DC8 100%);
 }
.member-benefits-section .card-law { 
    background: linear-gradient(135deg, #becede 0%, #d0dce7 100%);
 }
.member-benefits-section .card-insurance { 
    background: linear-gradient(45deg, #F3D8BE 50%, #9FA2C2 100%);
 }
.member-benefits-section .card-goldbar { 
    background: linear-gradient(35deg, #FFAE6C 0%, #9494B7 100%);
 }

.member-benefits-section .member-benefit-card:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 1;
    z-index: 0;
}
.member-benefits-section .card-bcac:after {
    background-image: url('../img/main/bg_benefit_1.png');
    width: 53%;
    background-size: 100%;
}
.member-benefits-section .card-moneytree:after {
    background-image: url('../img/main/bg_benefit_2.png');
    background-size: 100%;
    width: 68%;
    right: -0.3rem;
}
.member-benefits-section .card-hana:after {
    background-image: url('../img/main/bg_benefit_3.png');
    width: 70%;
    bottom: 0.5rem;
}
.member-benefits-section .card-medical:after {
    background-image: url('../img/main/bg_benefit_4.png');
    width: 63%;
}
.member-benefits-section .card-law:after {
    background-image: url('../img/main/bg_benefit_5.png');
    width: 71%;
}
.member-benefits-section .card-insurance:after {
    background-image: url('../img/main/bg_benefit_6.png');
    width: 53%;
    right: 3.5%;
}
.member-benefits-section .card-goldbar:after {
    background-image: url('../img/main/bg_benefit_7.png');
    width: 63%;
}

/* .business info container */
.business-info-container {
	margin-top: 2rem;
}

.business-info-container .card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 auto;
}

.business-info-container .card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.3);
  padding: 1.75rem 1rem;
  min-height: 100px;
  flex-wrap: wrap;
}

.business-info-container .card-icon {
  width: 40%;
}

.business-info-container .card-text {
  font-size: 2rem;
  color: #2d2966;
  font-weight: 400;
  flex: 1;
  text-align: center;
}

.business-info-container .card-comment {
	width: 100%;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	margin-top: 0.5rem;
	color: #2d2966;
}

.sale-link-wrap {
    margin-top: 6rem;
}

.goldmarket-swiper {
    margin-top: 6rem;
    overflow: hidden;
}

.sale-link-wrap .main-content-title {
	margin-top: 1rem;
}
.main-market-card .main-content-title {
	margin-top: 2rem;
}

@media screen and (max-width: 480px) { 

}

@media screen and (max-width: 640px) { 
	.main-section-products .main-product-sub {
		font-size: 1.5rem;
	}
	
	.sale-link-wrap {
		font-size: 2rem;
	}

	.banner-comment {
		font-size: 1.5rem;
	}
	
	.member-benefits-section .member-benefit-desc {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 992px) { 
}

@media screen and (max-width: 1200px) { 
}

@media screen and (max-width: 1400px) { 
}