body {
  background-color: #000;
  margin: 0 auto;
  height: auto;
  overflow-x: hidden;
}

*, body {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif !important;
}

a:hover, a:link, a:-webkit-any-link {
  color: #fff;
  text-decoration: none;
}

/* header */
.header {
  z-index: 9999;
  width: 90%;
  max-width: 1500px;
  margin: auto;
}

.header-container {
  width: 100%;
  background-color: #000;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap .header-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  background-color: #000;
}
.header-wrap .header-cont .logo {
  width: 270px;
}
.header-wrap .header-cont .lang-cont {
  display: flex;
  align-items: center;
}
.header-wrap .header-cont .lang {
  width: 50px;
  height: 50px;
  margin-left: 15px;
}
.header-wrap .header-cont .lang a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  font-weight: 400;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #1c1c1c;
}
.header-wrap .header-cont .lang a:hover {
  border-radius: 50%;
  border: 1px solid white;
}
.header-wrap .header-cont .lang.active {
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.header-wrap .header-cont .lang.active a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .header-wrap .header-cont {
    padding: 20px 0;
  }
  .header-wrap .header-cont .logo {
    width: 220px;
  }
  .header-wrap .header-cont .lang {
    width: 40px;
    height: 40px;
  }
  .header-wrap .header-cont .lang a {
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-cont .logo {
    width: 170px;
  }
  .header-wrap .header-cont .lang {
    width: 30px;
    height: 30px;
  }
  .header-wrap .header-cont .lang a {
    font-size: 14px;
    line-height: 30px;
  }
} /* footer */
.footer {
  width: 100%;
  background-color: #000;
  margin: 0 auto;
  padding: 0 20px;
}
.footer .footerlogoimg {
  width: 200px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer .divd {
  max-width: 1600px;
  margin: 0 auto;
  border-bottom: 1px solid #1a2025;
}

.fd-wp {
  max-width: 1600px;
  margin: 0 auto;
}

.fd-copy {
  justify-content: space-between;
  color: #fff;
  padding: 35px 0;
  font-size: 14px;
}
.fd-copy .a {
  color: #fff;
}

.fd-copy,
.fd-copy .links {
  display: flex;
  align-items: center;
  color: #fff;
}

.fd-copy .links span {
  margin: 0 24px;
}

.fd-info {
  background-color: #1f2b39;
  font-size: 14px;
  color: #fff;
  line-height: 2;
  padding: 40px 35px 50px;
}

.g-snv {
  position: fixed;
  right: 50px;
  bottom: 5%;
  width: 88px;
  font-size: 0;
  z-index: 2;
}

.cook-policy {
  padding: 50px 0 46px;
  background-color: #566677;
  opacity: 0.96;
  z-index: 2;
}

.cook-desc {
  flex: 1;
  font-size: 16px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.cook-btn {
  margin-left: 14px;
  width: 122px;
  line-height: 52px;
  background-color: #1f2b39;
  border-radius: 0 5px;
}

@media only screen and (max-width: 1200px) {
  .fd-copy {
    padding: 15px 0;
    font-size: 14px;
  }
  .fd-copy .links span {
    margin: 0 12px;
    color: #868686;
  }
  .fd-info {
    font-size: 14px;
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 968px) {
  .fd-copy {
    display: block;
    font-size: 12px;
    padding: 15px 0;
  }
  .fd-copy .links {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .fd-info {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.8;
  }
}
.flx {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.flx .fit {
  width: -moz-fit-content;
  width: fit-content;
}
.flx.is-row {
  display: flex;
  flex-direction: row;
}
.flx.is-row.v-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flx.is-row.v-center-end {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.flx.is-row.h-center {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.flx.is-row.h-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.flx.is-row.b-left {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.flx.is-row.b-center {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.flx.is-row.b-right {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.flx.is-row.stretch {
  align-items: stretch;
}

.mainbg {
  background-repeat: repeat-y repeat-x;
  margin: 0 auto;
  height: auto;
  background-color: #FFDBD6;
}

.kv-desktop {
  display: block;
}
@media (max-width: 900px) {
  .kv-desktop {
    visibility: hidden;
    display: none;
  }
}

.kv-mob {
  display: none;
}
@media (max-width: 900px) {
  .kv-mob {
    visibility: visible;
    display: block;
  }
}

.con-desktop {
  display: block;
}
@media (max-width: 1200px) {
  .con-desktop {
    visibility: hidden;
    display: none;
  }
}

.con-mob {
  display: none;
}
@media (max-width: 1200px) {
  .con-mob {
    visibility: visible;
    display: block;
  }
}

.tp-desktop {
  display: block;
  padding-top: 30px;
}
@media (max-width: 900px) {
  .tp-desktop {
    visibility: hidden;
    display: none;
  }
}

.tp-mob {
  display: none;
  padding-top: 20px;
}
@media (max-width: 900px) {
  .tp-mob {
    visibility: visible;
    display: block;
  }
}

.container-main {
  width: 100%;
  background-color: #FFDBD6;
}
@media (max-width: 992px) {
  .container-main {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .container-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.container-wrap {
  position: absolute;
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
  top: 770px;
  z-index: 999;
  left: calc(50vw - 332px);
}
@media (max-width: 1800px) {
  .container-wrap {
    top: 690px;
  }
}
@media (max-width: 1650px) {
  .container-wrap {
    top: 600px;
  }
}
@media (max-width: 1500px) {
  .container-wrap {
    top: 500px;
  }
}
@media (max-width: 1350px) {
  .container-wrap {
    top: 460px;
  }
}
@media (max-width: 1230px) {
  .container-wrap {
    top: 400px;
  }
}
@media (max-width: 1110px) {
  .container-wrap {
    top: 360px;
  }
}
@media (max-width: 1030px) {
  .container-wrap {
    top: 330px;
  }
}
@media (max-width: 920px) {
  .container-wrap {
    top: 300px;
  }
}
@media (max-width: 860px) {
  .container-wrap {
    top: 300px;
  }
}
@media (max-width: 830px) {
  .container-wrap {
    top: 260px;
  }
}
@media (max-width: 768px) {
  .container-wrap {
    position: initial;
    width: 92%;
    margin: auto;
  }
}
.container-wrap .title {
  width: 100%;
  text-align: center;
  padding: 30px 0 10px 0;
}
.container-wrap .content {
  padding: 0px 60px;
}
.container-wrap .content ol {
  list-style: decimal;
}
.container-wrap .content li {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  list-style-type: decimal;
}
.container-wrap .remark {
  color: #F48DB4;
  font-size: 13px;
  font-weight: 300;
  list-style-type: decimal;
  padding-left: 45px;
  padding-bottom: 50px;
  font-family: sans-serif;
}
@media (max-width: 768px) {
  .container-wrap .remark {
    padding-bottom: 30px;
  }
}

.container-wrap.rules {
  position: relative;
  width: 90%;
  max-width: 1200px;
}

.middle {
  width: 100%;
}
.middle .contentbox {
  padding-top: 40px;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  color: #000;
  text-align: center;
  padding-bottom: 40px;
}
.middle .t1 {
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .middle .t1 {
    width: 90%;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: normal;
  }
}
.middle .t1 .highlight {
  color: #E90001;
  font-weight: bold;
}
.middle .t1 .highlight-b {
  font-weight: bold;
}
.middle .t1img {
  width: 100%;
}
.middle .t1img2 {
  width: 100%;
  max-width: 1000px;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .middle .t1img2 {
    width: 55%;
    margin: auto;
    display: block;
  }
}
@media (max-width: 800px) {
  .middle .t1img2 {
    width: 85%;
    margin: auto;
    display: block;
  }
}
@media (max-width: 500px) {
  .middle .t1img2 {
    width: 100%;
    margin: auto;
    display: block;
    padding-top: 16px;
  }
}
.middle .t1pad {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .middle .t1pad {
    padding: 20px 0 0 0;
  }
}
.middle .t1remarks {
  font-size: 13px;
  margin-top: 10px;
}
.middle .t2 {
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 19px;
  line-height: 40px;
  letter-spacing: 5px;
  margin-top: 100px;
}
@media (max-width: 576px) {
  .middle .t2 {
    width: 90%;
    font-size: 18px;
    letter-spacing: 4px;
  }
}
.middle .t2 .pop {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #FFD800;
}
.middle .t2img {
  width: 100%;
}

.calltoaction {
  width: 100%;
  text-align: center;
  margin: 50px 0 100px 0;
}
@media (max-width: 576px) {
  .calltoaction {
    margin: 50px 0 10px 0;
  }
}
.calltoaction .cta {
  padding: 15px 50px;
  border-radius: 42px;
  color: #170536;
  background-color: white;
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}
.calltoaction .cta:hover {
  color: white;
  background: rgb(166, 207, 233);
  background: linear-gradient(177deg, rgb(166, 207, 233) 0%, rgb(155, 192, 225) 50%, rgb(134, 162, 217) 100%);
  box-shadow: 0px 7px white;
}

.success-btn {
  padding: 14px 100px;
}
@media (max-width: 576px) {
  .success-btn {
    padding: 14px 80px;
  }
}
@media (max-width: 351px) {
  .success-btn {
    padding: 14px 60px;
  }
}

.footerimg {
  width: 100%;
}

.solgan {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
@media (max-width: 900px) {
  .solgan {
    top: 40%;
  }
}
@media (max-width: 577px) {
  .solgan {
    top: 46%;
  }
}
@media (max-width: 576px) {
  .solgan {
    top: 36%;
  }
}

.kvtitle-top {
  width: 50vw;
  max-width: 600px !important;
}
@media (max-width: 576px) {
  .kvtitle-top {
    width: 80vw;
  }
}

.imgkvbg {
  background-color: #fff;
  padding-top: 10px;
  width: 100%;
}
@media (max-width: 1600px) {
  .imgkvbg {
    padding-top: 70px;
  }
}

.topkv {
  position: relative;
}

.campaign-title {
  width: 70%;
}

@font-face {
  font-family: "Genwan";
  src: url("../font/GenWanMin-EL.ttc") format("opentype");
}
.container > div {
  text-align: center !important;
  margin: auto;
}
@media (max-width: 576px) {
  .container > div {
    width: 100%;
  }
}
.container p {
  text-align: center !important;
  line-height: 20px;
}

.prize-grid {
  position: relative;
}
@media (max-width: 576px) {
  .prize-grid {
    margin-bottom: 60px;
  }
}
.prize-remark {
  padding: 20px 0 0px 0;
  font-size: 11px;
  color: #000 !important;
}
.prize-remark .pink {
  color: #F29794;
}
.prize-remark-wrap {
  width: 80%;
  text-align: center;
  margin: auto;
}
.prize-date {
  background-color: #F29794;
  color: #fff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 3.5;
  font-family: sans-serif;
  position: absolute;
  left: 15%;
}
.prize-title {
  font-size: 16px !important;
  color: black !important;
}
.prize-content {
  font-size: 13px !important;
  color: #F29794 !important;
}
.prize-img {
  width: 70%;
  max-width: 237px;
}

.discount-box {
  display: flex;
  align-items: center;
  color: #E3101B;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .discount-box {
    padding-top: 0px;
  }
}
.discount-img {
  width: 30px;
}
.discount-cross {
  padding-left: 8px;
  text-decoration: line-through;
}
.discount-f {
  padding-left: 5px;
}

.pad {
  padding: 40px 0 0 0;
}
@media (max-width: 576px) {
  .pad {
    padding: 20px 0 0 0;
  }
}

.w100 {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.dlong {
  width: 115px;
  height: 40px;
  line-height: 2.8;
}

.dlast {
  left: 25%;
}

.ndbox {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .ndbox {
    margin-top: 30px;
  }
}

.mauto {
  margin: auto;
  margin-top: 0px;
}
@media (max-width: 576px) {
  .mauto {
    margin-top: 50px;
  }
}

.hqr {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  padding: 6px;
  background-color: #373B3C;
  color: white;
  text-align: center;
  font-size: 10px;
}
.hqr .img {
  width: 120px;
}
.hqr .txt {
  padding-top: 5px;
}

.kvtxt {
  color: #39485F;
  font-size: 14px;
}

.kvtxt-lg {
  font-size: 28px;
  font-weight: 600;
  color: #3358A3;
  margin-top: 40px;
  margin-bottom: 5px;
}
@media (max-width: 1000px) {
  .kvtxt-lg {
    margin-top: 20px;
  }
}

.kvbb {
  width: 100%;
  text-align: center;
  position: relative;
}

.kkcta {
  padding: 15px 50px;
  border-radius: 42px;
  color: #170536;
  background-color: white;
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .kkcta {
    font-size: 22px;
    padding: 15px 30px;
  }
}
.kkcta:hover {
  color: white;
  background: rgb(166, 207, 233);
  background: linear-gradient(177deg, rgb(166, 207, 233) 0%, rgb(155, 192, 225) 50%, rgb(134, 162, 217) 100%);
  box-shadow: 0px 7px white;
}

.kvmain {
  width: 50%;
}
@media (max-width: 576px) {
  .kvmain {
    width: 90%;
  }
}

.kv-cta {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
@media (max-width: 576px) {
  .kv-cta {
    top: 78%;
  }
}

.kv-mid {
  background: url("../images/kv_02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.kv-mid .conn {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 14px;
}
.kv-mid .mid-remark {
  text-align: left;
  padding-left: 30px;
  font-size: 13px;
  margin-bottom: 40px;
}
.kv-mid .mid-divider {
  border-bottom: white 1px solid;
}
.kv-mid .mid-2nd {
  margin-top: 40px;
}
.kv-mid .mid-2nd .bold {
  font-weight: bold;
}

.tabm {
  width: 95% !important;
  margin: auto;
}

.ctabtn {
  width: 200px;
  transition: 0.5s ease-in;
}
.ctabtn:hover {
  scale: 1.2;
}

/* rules */
.rules-bg {
  width: 100%;
  background-image: url("../images/bg2.jpg");
  background-position: center center;
  margin: 0;
  padding: 0;
  background-color: #FFE9E9;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 570px;
}
@media (max-width: 390px) {
  .rules-bg {
    height: 570px;
  }
}

.rules {
  height: 100%;
  padding: 0 auto 10px auto;
  margin: 0 auto 30px auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}
@media (max-width: 576px) {
  .rules {
    padding: 30px 0 10px 0;
  }
}
.rules .list-title {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .rules .list-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .rules .list-title {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .rules .list-title {
    font-size: 14px;
  }
}
.rules .list-cont {
  list-style-type: decimal;
  padding-left: 20px;
}
.rules .list-cont-txt {
  color: #000;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.36px;
  text-align: left;
}
@media (max-width: 576px) {
  .rules .list-cont-txt {
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 390px) {
  .rules .list-cont-txt {
    font-size: 12px;
    line-height: 16px;
  }
}

/* qrcode section */
.qrcode_section {
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 3000;
}
.qrcode_section .img-box {
  width: 300px;
}
.qrcode_section.only-mobile {
  visibility: hidden;
  display: none;
}
@media (max-width: 1200px) {
  .qrcode_section.only-mobile {
    visibility: visible;
    display: block;
  }
}
@media (max-width: 577px) {
  .qrcode_section.only-mobile {
    visibility: hidden;
    display: none;
  }
}
.qrcode_section.only-desktop {
  visibility: visible;
  display: block;
}
@media (max-width: 1200px) {
  .qrcode_section.only-desktop {
    visibility: hidden;
    display: none;
  }
}
@media (max-width: 577px) {
  .qrcode_section.only-desktop {
    visibility: hidden;
    display: none;
  }
}

.wrapper {
  position: relative;
  width: 100%;
}

.black-box {
  position: relative;
  z-index: 1;
  height: 900px;
}

.btn_cta {
  position: relative;
  display: inline-block;
}

.btn_cta .img-hide {
  max-width: 97px;
  text-align: right;
  right: -100px;
}

.btn_cta .img-hide img {
  width: 100%;
}

.btn_cta .img-top {
  max-width: 200px;
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3000;
  text-align: center;
}

.btn_cta:hover .img-top {
  display: inline;
}

.btn_cta:hover .img-hide {
  visibility: hidden;
}

.btn_cta:active .btn_cta:focus .img-top {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  text-align: center;
  max-width: 200px;
}

.part1-bg {
  width: 100%;
  background: url("../images/bg0.jpg") no-repeat center top;
  margin: 0 auto;
  background-color: #F6CEC5;
  background-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.part1-tp {
  width: 100%;
  max-width: 1200px;
}

.part1-1-bg {
  width: 100%;
  background: url("../images/t1table-bg2-02.png") repeat center top;
  margin: 0 auto;
  background-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.part1-2-bg {
  width: 100%;
  background: url("../images/t1table-m-sc.png") no-repeat center top;
  margin: 0 auto;
  background-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.part2-bg {
  width: 100%;
  background: url("../images/bg1.jpg") no-repeat center top;
  margin: 0;
  background-color: #FFD3C0;
}

.part3-bg {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

.box-2 {
  padding: 40px 0;
  margin: 0 auto 0 auto;
  width: 96%;
  max-width: 1060px;
}

.step {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.step-main {
  width: 100%;
  max-width: 1300px;
  padding-left: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .step-main {
    padding-left: 0;
  }
}
.step-mainflex {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .step-mainflex {
    display: block;
  }
}
@media (max-width: 1200px) {
  .step-mainflex {
    flex-wrap: wrap;
  }
}
.step-flex {
  display: flex;
}
@media (max-width: 1200px) {
  .step-flex {
    flex-wrap: wrap;
  }
}
.step-flex .shopcard {
  width: 50%;
  text-align: center;
  margin: 20px;
}
@media (max-width: 1200px) {
  .step-flex .shopcard {
    width: 100%;
  }
}
.step .col-next {
  justify-content: center;
  max-width: 28px;
  width: 100%;
  text-align: center;
  margin-top: 220px;
}
@media (max-width: 1200px) {
  .step .col-next {
    margin-top: 0;
    transform: rotateZ(90deg);
    text-align: center;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
}
.step .screen {
  max-width: 260px;
  text-align: center;
}
@media (max-width: 1200px) {
  .step .screen {
    max-width: 340px;
  }
}
@media (max-width: 577px) {
  .step .screen {
    max-width: 260px;
  }
}
.step .desc2 {
  font-size: 15px;
  margin-top: 10px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
}
.step .desc2 .highlight {
  color: #E90001;
}

.shop-container {
  width: 100%;
  padding-bottom: 40px;
}
.shop-content {
  color: #000;
}
.shop-content .heading {
  font-size: 21px;
  font-weight: 500;
}
.shop-content .desc {
  font-size: 15px;
  margin-top: 10px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
}
.shop-mainflex {
  display: flex;
}
@media (max-width: 992px) {
  .shop-mainflex {
    display: block;
  }
}
@media (max-width: 768px) {
  .shop-mainflex {
    flex-wrap: wrap;
  }
}
.shop-flex {
  display: flex;
}
@media (max-width: 768px) {
  .shop-flex {
    flex-wrap: wrap;
  }
}
.shop-flex .shopcard {
  width: 50%;
  text-align: center;
  margin: 20px;
}
@media (max-width: 768px) {
  .shop-flex .shopcard {
    width: 100%;
  }
}
.shop-img {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 900px) {
  .shop-img {
    width: 80%;
    max-width: 400px;
  }
}

.icn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto 30px;
}
@media (max-width: 930px) {
  .icn {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .icn {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .icn {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .icn {
    width: 60%;
  }
}

.icn img {
  display: block;
  max-height: 100%;
}

.product-txt {
  width: 40%;
}
@media (max-width: 930px) {
  .product-txt {
    width: 100%;
  }
}
.product-block {
  margin-top: 5vw;
}
.product-cont {
  width: 100%;
  padding: 0 30px 0 30px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .product-cont {
    width: 100%;
  }
}
.product-cont p {
  overflow: hidden;
  margin-bottom: 20px;
}
.product-cont .sub {
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px !important;
}
.product-cont .gap {
  margin-top: 50px;
}
.product-cont .last {
  margin: 50px 0;
}
.product-cont ul li {
  overflow: initial;
  list-style: disc;
  margin-left: -23px;
  padding: 0;
  line-height: 20px;
}
.product-title {
  font-size: 25px;
  font-weight: 500;
}
.product-flex {
  display: flex;
}
@media (max-width: 930px) {
  .product-flex {
    display: block;
  }
}
.product-flex .txtc {
  width: 50%;
}
@media (max-width: 930px) {
  .product-flex .txtc {
    width: 100%;
  }
}
.product-flex .imgc {
  width: 50%;
}
@media (max-width: 930px) {
  .product-flex .imgc {
    width: 100%;
  }
}
.product-resv {
  flex-direction: row-reverse;
}
.product-img {
  width: 100%;
}
@media (max-width: 930px) {
  .product-img {
    width: 80%;
    max-width: 500px;
    margin: auto;
    display: block;
  }
}
.product-sec-gap {
  margin-top: 100px;
}
.product-majorcontainer {
  width: 100%;
  height: auto;
  position: relative;
}
.product-majorwrap {
  width: 80%;
  max-width: 1400px;
  margin: 80px auto 0 auto;
}
.product-point {
  list-style-type: decimal;
  font-size: 15px;
  line-height: 30px;
  padding-right: 30px;
}
.product-point2 {
  list-style-type: disc;
}
.product-list {
  width: 100%;
}
.product-list-item {
  padding: 0 10px;
}
.product-list-title {
  font-size: 25px;
  font-weight: 500;
  padding-right: 20px;
  padding-top: 8px;
}
@media (max-width: 930px) {
  .product-list-title {
    font-size: 18px;
  }
}
.product-list .accordion-item {
  border: 0;
  padding: 0 10px;
  width: 100%;
}
.product-list .accordion-button {
  background-color: #FFDBD6;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  text-align: left;
  border-radius: 0;
  border: #E3101B;
  overflow-anchor: none;
  transition: transform 0.2s ease-in-out;
}
.product-list .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="29" height="17" viewBox="0 0 29 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L14.5 14L27 2" stroke="%23F14D4E" stroke-width="3"/></svg>');
}
.product-list .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.5rem;
  margin-left: auto;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="29" height="17" viewBox="0 0 29 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L14.5 14L27 2" stroke="%23F14D4E" stroke-width="3"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.product-list .accordion-button:hover {
  z-index: 2;
}
.product-list .accordion-button:focus {
  z-index: 3;
  outline: 0;
}
.product-content-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.product-content-wrap {
  padding: 2vw 0;
  width: 80%;
  max-width: 1400px;
  margin: auto;
}/*# sourceMappingURL=main.css.map */