.main_visual {
  padding-top: 172px;
}

.main_visual .swiper-container .swiper-wrapper .swiper-slide img {
  width: 720px;
  height: 720px;
}

.swiper-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 20;
}

.swiper-controls .gr1 {
  display: flex;
  gap: 10px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  padding: 13px 21px;
  width: 136px;
  height: 50px;
}

.swiper-controls .gr2 {
  margin-left: 0;
  display: flex;
  gap: 8px;
}

.swiper-controls .gr1 img {
  width: 18px;
  height: 24px;
}

.swiper-controls .gr2 .wrap_img {
  opacity: 0.549;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 6.6);
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-controls .gr2 .wrap_img img {
  height: 18px;
  width: 18px;
}

.pagination {
  color: white;
  font-size: 20px;
  font-weight: bold;
  min-width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section2 .inner {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bubble-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.bubble.tab1 {
  padding: 18px 37px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 140px;
  height: 55px;
  border-radius: 32px;
  background-color: #f5f1e6;
  cursor: pointer;
}

.bubble.tab2 {
  padding: 18px 37px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  /* width: 140px; */
  height: 55px;
  border-radius: 32px;
  background-color: #e6f1f5;
  cursor: pointer;
}

.active {
  position: relative;
}

.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f7f3eb;
}

.inactive {
  background-color: #edf4f7;
}

.bubble.active.tab1::after {
  border-top: 8px solid #f7f3eb;
}

.bubble.active.tab2::after {
  border-top: 8px solid #e6f1f5;
}

.section2 .inner .search_wine {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.section2 .inner .search_wine .gr_wine {
  display: flex;
  gap: 30px;
}

.section2 .inner .search_wine .gr_wine img {
  width: 160px;
  height: 160px;
  border-radius: 20px;
}

.section2 .inner .search_wine .gr_wine .location_img {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6f1f5;
  border-radius: 6px;
}

.section2 .inner .search_wine .gr_wine .item_location img {
  width: 70px;
  height: 45px;
}

.section2 .inner .search_wine .gr_wine p {
  line-height: 2.5;
  font-size: 26px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
  font-family: "NanumSquareNeo";
  text-align: center;
}

.section3 .inner {
  margin-bottom: 35px;
}

.section3 .inner .story {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.section3 .inner .story p {
  font-size: 26px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: 700;
  font-family: "NanumSquareNeo";
  text-align: center;
}

.section3 .inner .story img {
  margin-top: 3px;
  width: 16px;
  height: 12px;
}

.section3 .inner .img_str {
  margin-top: 40px;
}

.section3 .inner .img_str img {
  width: 660px;
  height: 345px;
  border-radius: 20px;
}

.section4 .inner {
  margin-bottom: 35px;
}

.section4 .swiper-slide {
  height: 315px;
}

.section4 .inner .wine_box_item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section4 .inner .wine_box_item img {
  width: auto !important;
  height: auto !important;
  max-width: none;
  max-height: 100%;
  border-radius: 20px;
}

.section4 .inner .product_items .popular_products_he {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.section4 .inner .product_items .popular_products_he .ttl_se4 {
  font-size: 26px;
  text-transform: uppercase;
  color: #252525;
  font-family: "NanumSquareNeo";
  margin-top: 10px;
  font-weight: 700;
}

.section4 .inner .product_items .popular_products_he .btn_pro {
  width: 111px;
  height: 42px;
  border: 1px solid #999999;
  border-radius: 20px;
  background-color: #999999;
  color: #ffffff;
  padding: 10px 17px;
  font-size: 22px;
}

.section4 .inner .product_items .popular_products_he .btn_pro:hover {
  background: #000;
  cursor: pointer;
}

.section4 .inner .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  gap: 20px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  position: relative;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
  border-radius: 50%;
  transition: background 0.3s;
}

.swiper-pagination-bullet-active {
  background: #777777;
}

.section5 .inner {
  margin-bottom: 35px;
}

.section5 .inner .cart_items .cart_products_he {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.section5 .inner .cart_items .cart_products_he .ttl_se5 {
  font-size: 26px;
  text-transform: uppercase;
  color: #252525;
  font-family: "NanumSquareNeo";
  margin-top: 10px;
  font-weight: 700;
}

.section5 .inner .cart_items .cart_products_he .btn_pro {
  width: 111px;
  height: 42px;
  border: 1px solid #999999;
  border-radius: 20px;
  background-color: #999999;
  color: #ffffff;
  padding: 10px 17px;
  font-size: 22px;
}

.section5 .inner .cart_items .cart_products_he .btn_pro:hover {
  background: #000;
  cursor: pointer;
}

.items_card {
  display: flex;
  flex-direction: column;
  /* gap: 30px; */
  gap: 40px;
}

.wine-card {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}

.wine-card a.product_image {
  /* width: 168px;
    height: 210px; */
  display: flex;
  /* background-color: #fffae6; */
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.wine-info {
  flex-grow: 1;
  min-width: 0;
  width: 50%;
}

.wine-title {
  font-size: 27px;
  letter-spacing: -1px;
  color: #12100f;
  font-weight: 500;
  font-family: "NanumSquareNeo";
  margin-top: -30px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wine-subtitle {
  font-size: 22px;
  letter-spacing: -1px;
  color: #999999;
  font-weight: 500;
  font-family: "NanumSquareNeo";
  margin-bottom: 10px;
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wine-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
}

.wine-meta span {
  font-size: 22px;
  letter-spacing: -1px;
  color: #999999;
  font-weight: 500;
  font-family: "NanumSquareNeo";
}

.flag {
  object-fit: contain;
}

.wine-price {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.original-price {
  text-decoration: line-through;
  color: #aaa;
  font-size: 20px;
}

.discount-price {
  font-weight: bold;
  color: #222;
  font-size: 22px;
}

.discount-rate {
  color: red;
  font-weight: bold;
  font-size: 24px;
}

.cart-btn {
  margin-top: 50px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}

.cart-btn:hover {
  background: #f5f5f5;
}

.veneto_cart {
  font-size: 20px;
  letter-spacing: -1px;
  color: #999999;
  font-weight: 500;
  font-family: "Pretendard";
  text-align: center;
}

.border_card {
  padding: 12px 11px;
  border: 2.5px solid #bebebe;
  border-radius: 30px;
}

.border_card img {
  width: 33px;
}

.wine-banner {
  margin-top: 35px;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.wine-banner img {
  width: 100% !important;
  height: 332px;
}

.text-box {
  font-size: 34px;
  text-transform: uppercase;
  color: #000000;
  font-family: "NanumSquareNeo";
  line-height: 1.4;
  font-weight: 700;
}

.section6 .inner {
  margin-top: 60px;
}

.section6 .inner .ttl_se6 {
  font-size: 26px;
  text-transform: uppercase;
  color: #252525;
  font-family: "NanumSquareNeo";
  font-weight: 700;
}

.section6 .inner .special_offer {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.section6 .inner .special_offer .ttl_se6 {
  font-size: 22px;
  text-transform: uppercase;
  color: #bebebe;
  font-family: "NanumSquareNeo";
  margin-top: 10px;
  font-weight: 400;
}

.section6 .inner .special_offer .btn_pro {
  width: 111px;
  height: 42px;
  border: 1px solid #999999;
  border-radius: 20px;
  background-color: #999999;
  color: #ffffff;
  padding: 10px 17px;
  font-size: 22px;
}

.section6 .inner .special_offer .btn_pro:hover {
  background: #000;
  cursor: pointer;
}

.section6
  .inner
  .list_items_pro
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  margin-top: 28px;
  display: flex;
  gap: 25px;
  width: 260px;
  flex-shrink: 0;
}

.section6
  .inner
  .list_items_pro
  .swiper-container
  .swiper-wrapper
  .swiper-slide:nth-child(2) {
  /* margin-left: 2px; */
}

.section6 .inner .list_items_pro .swiper-container {
  width: 100%;
  overflow: visible;
  padding: 10px 0;
}

.section6 .inner .list_items_pro .swiper-container .swiper-wrapper {
  display: flex;
}

.section6
  .inner
  .list_items_pro
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  width: 300px !important;
}

.swiper-slide:last-child {
  margin-right: 0;
}

.product-card-new {
  width: 300px;
  overflow: hidden;
}

.product-image-wrap {
  text-align: center;
  /* width: 305px;
    height: 350px; */
  display: flex;
  align-items: center;
  justify-content: center;
  
}

/* .product-image-wrap img {
  object-fit: contain;
} */

.product-details {
  padding: 25px 0;
  color: #333;
  line-height: 1.4;
}

.product-title-ko {
  font-size: 25px;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "NanumSquareNeo";
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 305px;
}

.product-title-en {
  font-size: 20px;
  letter-spacing: -1px;
  color: #999999;
  font-weight: 500;
  font-family: "NanumSquareNeo";
  margin-bottom: 10px;
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-meta {
  display: flex;
  gap: 10px;
}

.product-meta span {
  font-size: 20px;
  letter-spacing: -1px;
  color: #999999;
  font-weight: 500;
  font-family: "NanumSquareNeo";
}

.product-region {
  font-size: 18px;
  color: #999999;
  margin-bottom: 8px;
}

.product-price-wrap {
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: baseline;
  margin-bottom: 14px;
}

.price-original {
  color: #999;
  font-size: 18px;
  text-decoration: line-through;
}

.price-discounted {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.price-percent {
  color: #f44336;
  font-size: 22px;
  font-weight: bold;
}

.product-actions {
  display: flex;
  gap: 8px;
}

.btn-cart-new,
.btn-buy-new {
  flex: 1;
  padding: 8px 0;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.btn-cart-new {
  background-color: #fff;
  color: #000;
  border: 2px solid #f59e0b;
  width: 116px;
  height: 45px;
  font-size: 18px;
}

.btn-buy-new {
  background-color: #f59e0b;
  color: white;
  border: none;
  width: 116px;
  height: 45px;
  font-size: 18px;
}

.list-items-pagination {
  margin-top: 12px;
  text-align: center;
}

.list-items-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.list-items-pagination .swiper-pagination-bullet-active {
  background: #777777;
}

.section7 .inner {
  margin-top: 70px;
}

.section7 .inner .ttl_se7 {
  font-size: 26px;
  text-transform: uppercase;
  color: #252525;
  font-family: "NanumSquareNeo";
  font-weight: 500;
}

.section7 .inner .products_recommended_he {
  display: flex;
  justify-content: space-between;
}

.section7 .inner .products_recommended_he .ttl_se7 {
  font-size: 22px;
  text-transform: uppercase;
  color: #bebebe;
  font-family: "NanumSquareNeo";
  margin-top: 20px;
  font-weight: 400;
}

.section7 .inner {
  margin-bottom: 35px;
}

.section7 .inner .products_recommended_he .btn_pro {
  width: 111px;
  height: 42px;
  border: 1px solid #999999;
  border-radius: 20px;
  background-color: #999999;
  color: #ffffff;
  padding: 10px 17px;
  font-size: 22px;
}

.section7 .inner .products_recommended_he .btn_pro:hover {
  background: #000;
  cursor: pointer;
}

.product-banner {
  margin-bottom: 45px;
  margin-top: 18px;
  width: 100%;
  height: 350px;
  /* background-image: url('/images/main/recom_wine.png'); */
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  display: flex;
  /* padding: 30px; */
  box-sizing: border-box;
  font-family: "NanumSquareNeo";
  color: #333;
}

.product-banner img {
  width: 100% !important;
}

.product-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-text h3 {
  font-size: 28px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.product-text p {
  font-size: 22px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.product-image-area {
  flex: 1;
}

.list_card_se7 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list_wine_hot {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card-wine-item {
  width: 320px;
  font-family: "NanumSquareNeo";
  overflow: hidden;
}

.card-wine-thumb {
  text-align: center;
}

.card-wine-thumb .box_img {
  width: 311px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-wine-thumb .box_img img {
  width: auto;
  height: auto;
  max-height: 99%;
}

.card-wine-thumb img {
  object-fit: contain;
}

.card-wine-info {
  padding: 25px 0 0;
  color: #333;
  line-height: 1.4;
}

.wine-name-ko {
  font-size: 25px;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "NanumSquareNeo";
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wine-name-en {
  font-size: 20px;
  letter-spacing: -1px;
  color: #999999;
  font-weight: 500;
  font-family: "NanumSquareNeo";
  margin-bottom: 10px;
  margin-top: 12px;
}

.wine-meta-info {
  display: flex;
  gap: 10px;
}

.wine-meta-info span {
  font-size: 20px;
  letter-spacing: -1px;
  color: #999999;
  font-weight: 500;
  font-family: "NanumSquareNeo";
}

.wine-location {
  font-size: 18px;
  color: #999999;
  margin-bottom: 8px;
}

.wine-price-box {
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: baseline;
  margin-bottom: 14px;
}

.price-prev {
  color: #999;
  font-size: 18px;
  text-decoration: line-through;
}

.price-current {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.price-sale-tag {
  color: #f44336;
  font-size: 22px;
  font-weight: bold;
}

.wine-button-group {
  display: flex;
  gap: 8px;
}

.btn-to-cart,
.btn-to-buy {
  flex: 1;
  padding: 8px 0;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

/* sec7 */
.card-wine-thumb {
  position: relative;
  text-align: center;
}

.badge-wrap {
  position: absolute;
  top: 4px;
  left: 3px;
  display: flex;
  z-index: 2;
}

.badge-popular,
.badge-new {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 6px 8px;
  border-radius: 0px;
  white-space: nowrap;
}

.badge-popular {
  width: 74px;
  height: 28px;
  background-color: #f97316;
}

.badge-new {
  width: 60px;
  height: 28px;
  background-color: #22c55e;
}

/* card */
.card-wine-thumb {
  position: relative;
  text-align: center;
}

.cart-icon {
  position: absolute;
  bottom: 18px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 1;
}

/* sec8 */
.section8 .inner {
  margin-top: 70px;
  margin-bottom: 125px;
}

.section8 .inner .ttl_se8 {
  font-size: 26px;
  text-transform: uppercase;
  color: #252525;
  font-family: "NanumSquareNeo";
  font-weight: 700;
}

.section8 .inner .event_logo {
  display: flex;
  justify-content: space-between;
}

.section8 .inner .event_logo .ttl_se8 {
  font-size: 22px;
  text-transform: uppercase;
  color: #bebebe;
  font-family: "NanumSquareNeo";
  margin-top: 20px;
  font-weight: 400;
}

.section8 .inner .event_logo .btn_pro {
  width: 111px;
  height: 42px;
  border: 1px solid #999999;
  border-radius: 20px;
  background-color: #999999;
  color: #ffffff;
  padding: 10px 17px;
  font-size: 22px;
}

.section8 .inner .event_logo .btn_pro:hover {
  background: #000;
  cursor: pointer;
}

.section8 .inner .list_event {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.event_banner {
  /* width: 662px;
    height: 200px; */
  border-radius: 8px;
}

.event_banner img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* kppay */
.kb-banner {
  display: flex;
  gap: 60px;
  align-items: center;
  background-color: #fef7da;
  padding: 35px 65px;
  width: 662px;
  height: 200px;
  border-radius: 8px;
}

.kb-logo img {
  width: 130px;
  height: 127px;
  border-radius: 20px;
}

.kb-text {
  margin-left: 20px;
}

.kb-text .main-text {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
  line-height: 1.5;
  display: flex;
  justify-content: flex-end;
}

.kb-text .sub-text {
  font-size: 20px;
  color: #666;
  margin-top: 8px;
}

/* payco */

.payco-banner {
  display: flex;
  gap: 40px;
  align-items: center;
  background-color: #efefef;
  padding: 35px 65px;
  width: 662px;
  height: 200px;
  border-radius: 8px;
}

.payco-logo img {
  width: 260px;
  height: 130px;
  border-radius: 20px;
}

/* toss */

.toss-banner {
  display: flex;
  align-items: center;
  background-color: #dfe7fc;
  padding: 45px 30px;
  width: 662px;
  height: 200px;
  border-radius: 8px;
}

.toss-logo img {
  width: 270px;
  height: 150px;
  border-radius: 20px;
}

.section8 .list_event > div {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.section8 .list_event > div:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

@media (max-width: 430px) {
  .main_visual {
    padding-top: 0px;
  }

  .arrow-icon {
    width: 14.9994px;
    height: 0.5769rem;
    margin-left: 0.2308rem;
    vertical-align: middle;
    transition: transform 0.3s ease;
  }
}
