@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    background-position: -200% center;
    opacity: 1;
  }
  25% {
    background-position: 200% center;
    opacity: 0;
  }
  100% {
    background-position: 200% center;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    background-position: -200% center;
    opacity: 1;
  }
  25% {
    background-position: 200% center;
    opacity: 0;
  }
  100% {
    background-position: 200% center;
    opacity: 0;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
}
@-webkit-keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes subtle-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes subtle-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei",
    "Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial,
    sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont, "Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.SGCEE {
  /* background: url(https://storage-asset.msi.com/event/2025/SG/dreamcore-cee-2025/images/bg.jpg)
    no-repeat center;
  background-attachment: fixed;
  background-size: cover; */
  position: relative;
}
.SGCEE::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7e0305;
  background-size: 200% 200%;
  animation: gradientBG 15s ease-in-out infinite;
  z-index: 0;
}
.SGCEE > * {
  position: relative;
  z-index: 1;
}
.SGCEE .kv {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/SG/dreamcore-comex-2025/images/kv-bg.jpg)
    no-repeat;
  background-size: cover;
  padding: 28% 0 0;
  background-position: 32% -40%;
}
@media (min-width: 996px) {
  .SGCEE .kv {
    position: relative;
    background: url(https://storage-asset.msi.com/event/2025/SG/dreamcore-comex-2025/images/kv-bg.jpg)
      no-repeat;
    background-size: contain;
    padding: 20px 0 0;
    background-position: inherit;
  }
}
.SGCEE .kv__bg img {
  width: 100%;
}
.SGCEE .kv__icon {
  position: absolute;
}
.SGCEE .kv__icon-left {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 120px;
}
.SGCEE .kv__icon-right {
}
.SGCEE .kv__title {
  width: 80%;
  animation: subtle-pulse 4s ease-in-out infinite;
}
.SGCEE .kv__intro {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 2%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 3vw;
  max-width: 1290px;
}
.SGCEE .kv__flexBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto 5%;
  gap: 20px;
}
.SGCEE .kv__pd {
  width: 80%;
  position: relative;
  overflow: hidden;
}
.SGCEE .kv__pd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 80%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: shine 6s linear infinite;
  pointer-events: none;
  -webkit-mask-image: url("https://storage-asset.msi.com/event/2025/SG/dreamcore-comex-2025/images/kv-pd.png");
  mask-image: url("https://storage-asset.msi.com/event/2025/SG/dreamcore-comex-2025/images/kv-pd.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.SGCEE .kv__barBox {
  width: 100%;
  padding: 15px 0;
  background: #ff9a79;

}
.SGCEE .kv__barBox-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  gap: 15px;
}
/* .SGCEE .kv__barBox-title {
  width: 80%;
  text-align: center;
} */
/* .SGCEE .kv-line {
  width: auto;
  margin: -5% auto;
  transform: rotate(90deg);
}
.SGCEE .kv-line img {
  max-height: 120px;
} */

.SGCEE .kv__itemBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.SGCEE .kv__itemBox-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.SGCEE .kv__itemBox-gift {
  width: 20vw;
  opacity: 0;
  animation: fadeInUp 0.5s ease-out forwards;
}
.SGCEE .kv__itemBox-gift--1 {
  animation-delay: 0.2s;
}
.SGCEE .kv__itemBox-gift--2 {
  animation-delay: 0.4s;
}
.SGCEE .kv__itemBox-gift--3 {
  animation-delay: 0.6s;
}
.SGCEE .kv__itemBox-gift--4 {
  animation-delay: 0.8s;
}
.kv__badge-flex {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.kv__badge {
  width: 80px;
}
@media (min-width: 996px) {
  .SGCEE .kv {
    padding: 10% 0 0;
  }
  .SGCEE .kv__flexBox {
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    gap: 0;
  }
  .SGCEE .kv__pd {
    width: 50%;
  }
  .SGCEE .kv__pd::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0) 20%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 80%,
      transparent 100%
    );
    background-size: 200% 100%;
    animation: shine 6s linear infinite;
    pointer-events: none;
    -webkit-mask-image: url("https://storage-asset.msi.com/event/2025/SG/dreamcore-comex-2025/images/kv-pd.png");
    mask-image: url("https://storage-asset.msi.com/event/2025/SG/dreamcore-comex-2025/images/kv-pd.png");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
  .SGCEE .kv__title {
    width: 40%;
    margin: 50px 0;
  }
  .SGCEE .kv__barBox-flex {
    flex-direction: row;
    justify-content: space-between;
    padding: 1% 5%;
    gap: 0;
  }
  .SGCEE .kv__barBox-text {
    width: 80%;
    text-align: center;
  }
  .SGCEE .kv__itemBox {
    width: 45%;
  }
  .SGCEE .kv__itemBox-flex {
    justify-content: flex-end;
    gap: 40px;
  }
  .SGCEE .kv__itemBox-gift {
    width: 7.5vw;
  }

  .SGCEE .kv__icon-left {
    left: 50px;
    top: 60px;
    width: 17%;
  }
  .kv__badge-flex {
    right: 2%;
    top: 3.5%;
    width: 18vw;
    gap: 7%;
  }
  .kv__badge {
    width: auto;
  }
}
.SGCEE .combo {
  position: relative;
  padding: 5% 0;
}
.SGCEE .combo-badge {
  width: 60%;
  margin: 5% auto;
}
.SGCEE .combo__wrapBox .combo__itemBox {
  border: 3px solid #f9a62c;
}
.SGCEE .combo__wrapBox .combo__itemBox::after {
  background: #f9a62c;
}
.SGCEE .combo__itemBox {
  border: 2px solid;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 3%;
  width: 90%;
  margin: auto;
}
.SGCEE .combo__itemBox::after {
  content: "";
  position: absolute;
  right: -70%;
  bottom: -170%;
  width: 240%;
  height: 200%;
  background: #222121;
  border-radius: 100%;
}
.SGCEE .combo h3 {
  text-align: center;
  color: #fff;
}
.SGCEE .combo__pdName {
  width: 90%;
  margin: auto;
}
.SGCEE .combo__pdName-box {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 3% auto;
  text-align: center;
  background-color: #fff;
}
.SGCEE .combo__pdCategory {
  width: 90%;
  margin: auto;
}
.SGCEE .combo__pdCategory-box {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 3% auto;
  text-align: center;
  background-color: #fff;
}
.SGCEE .combo__imgBox {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.SGCEE .combo__imgBox-pic {
  max-width: 250px;
  margin: auto;
  text-align: right;
}
.SGCEE .combo__imgBox-pic img {
  height: 200px;
}
.SGCEE .combo__imgBox-txt {
  color: #000000;
  font-size: 18px;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
}
.SGCEE .combo-symbol {
  width: 10%;
  position: relative;
  text-align: center;
  margin: 0 auto 3%;
}
.SGCEE .combo-symbol::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #f9a62c;
  border-radius: 100%;
}
.SGCEE .combo-symbol p {
  color: #ffffff;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .SGCEE .combo__wrapBox {
    margin: 5% auto;
  }
  .SGCEE .combo__wrapBox--1 {
    margin-top: 0;
  }
  .SGCEE .combo__wrapBox--3 {
    margin-bottom: 0;
  }
  .SGCEE .combo__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .SGCEE .combo-badge {
    width: 15%;
    margin: 0;
  }
  .SGCEE .combo__itemBox {
    border: 2px solid;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding: 1% 0 1% 3%;
    width: 82%;
    margin: 0;
  }
  .SGCEE .combo__itemBox::after {
    content: "";
    position: absolute;
    right: -49%;
    bottom: -114%;
    width: 80%;
    height: 200%;
    background: #222121;
    border-radius: 100%;
  }
  .SGCEE .combo__itemBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .SGCEE .combo__pdName {
    width: 30%;
    margin: 0;
  }
  .SGCEE .combo__pdName--1 {
    width: 70%;
  }
  .SGCEE .combo__pdName-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px 10px 0px;
    text-align: center;
  }
  .SGCEE .combo__pdCategory {
    width: 30%;
    margin: 0;
  }
  .SGCEE .combo__pdCategory-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px 10px 0px;
    text-align: center;
    max-width: 302px;
  }
  .SGCEE .combo__imgBox {
    width: 30%;
    margin: 0;
  }
  .SGCEE .combo__imgBox-pic {
    max-width: 250px;
    margin: auto;
  }
  .SGCEE .combo__imgBox-txt {
    font-size: 18px;
    text-align: center;
  }
  .SGCEE .combo-symbol {
    width: 10%;
    position: relative;
    text-align: center;
    margin: 0;
  }
  .SGCEE .combo-symbol::after {
    content: "";
    position: absolute;
    top: 58.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  .SGCEE .combo-symbol p {
    color: #ffffff;
    font-size: 40px;
    position: relative;
    z-index: 1;
  }
}
.SGCEE .mb {
  color: #fff;
}
.SGCEE .mb h2 {
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  margin: 5% auto;
  padding: 5px 0;
}
.SGCEE .mb__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.SGCEE .mb__gameCode {
  position: relative;
  background-image: radial-gradient(
      circle at 100% 100%,
      transparent 16px,
      #723abd 16px,
      #723abd 20px,
      transparent 20px
    ),
    -webkit-gradient(linear, left top, right top, from(#723abd), to(#083bd5)),
    radial-gradient(
      circle at 0% 100%,
      transparent 16px,
      #083bd5 16px,
      #083bd5 20px,
      transparent 20px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#083bd5), to(#72c3d4)),
    radial-gradient(
      circle at 0% 0%,
      transparent 16px,
      #72c3d4 16px,
      #72c3d4 20px,
      transparent 20px
    ),
    -webkit-gradient(linear, right top, left top, from(#72c3d4), to(#f7e7fb)),
    radial-gradient(
      circle at 100% 0%,
      transparent 16px,
      #f7e7fb 16px,
      #f7e7fb 20px,
      transparent 20px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#f7e7fb), to(#723abd));
  background-image: radial-gradient(
      circle at 100% 100%,
      transparent 16px,
      #723abd 16px,
      #723abd 20px,
      transparent 20px
    ),
    linear-gradient(to right, #723abd, #083bd5),
    radial-gradient(
      circle at 0% 100%,
      transparent 16px,
      #083bd5 16px,
      #083bd5 20px,
      transparent 20px
    ),
    linear-gradient(to bottom, #083bd5, #72c3d4),
    radial-gradient(
      circle at 0% 0%,
      transparent 16px,
      #72c3d4 16px,
      #72c3d4 20px,
      transparent 20px
    ),
    linear-gradient(to left, #72c3d4, #f7e7fb),
    radial-gradient(
      circle at 100% 0%,
      transparent 16px,
      #f7e7fb 16px,
      #f7e7fb 20px,
      transparent 20px
    ),
    linear-gradient(to top, #f7e7fb, #723abd);
  background-size: 20px 20px, calc(100% - 40px) 4px, 20px 20px,
    4px calc(100% - 40px);
  background-position: top left, top center, top right, center right,
    bottom right, bottom center, bottom left, center left;
  background-repeat: no-repeat;
  padding: 30px 20px 40px;
  margin: 0 10px 60px;
  text-align: center;
  width: calc(100% - 20px);

  background: linear-gradient(#ff9a79, #b62224);
  border-radius: 10px;
}
.SGCEE .mb__gameCode img {
  height: 230px;
  margin-bottom: 10px;
}
.SGCEE .mb__gameCode h3 {
  font-size: 20px;
  font-weight: bolder;
}
.SGCEE .mb__gameCode p {
  font-size: 16px;
}
.SGCEE .mb__gameCode p:nth-last-of-type(1) {
  width: 80%;
  bottom: -25px;
}
.SGCEE .mb-note {
  text-align: center;
  color: #c7c7c7;
  width: 80%;
  margin: 0 auto;
}
.SGCEE .mb__gameCode-note {
  text-transform: uppercase;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #000;
  font-weight: bold;
  background-color: #fdcc75;
  padding: 10px;
  min-width: 250px;
  border-radius: 10px;
}

.SGCEE .mb__gameCode a:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.SGCEE .mb__intelPd {
  width: 85%;
  margin: 0px 10px 60px;
}
.SGCEE .mb__amdPd {
  margin: 30px 10px 30px;
  padding: 0px 20px 0px;
  width: calc(100% - 20px);
}
@media (min-width: 996px) {
  .SGCEE .mb__gameCode {
    width: calc(50% - 20px);
  }
  .SGCEE .mb__gameCode--big {
    width: calc(100% - 20px);
  }
  .SGCEE .mb__gameCode h3 {
    font-size: 26px;
  }
  .SGCEE .mb__gameCode p {
    font-size: 18px;
  }
  .SGCEE .mb__gameCode-note {
    min-width: 300px;
  }
  .SGCEE .mb__intelPd {
    margin: 0 auto;
  }
  .SGCEE .mb__amdPd {
    margin: 0 10px 60px;
    width: calc(50% - 20px);
  }
}
.SGCEE .pd {
  padding: 25px 0;
}
.SGCEE .pd h2 {
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  margin: 5% auto;
  padding: 5px 0;
}
.SGCEE .pd__wrapper {
  overflow: hidden;
}
.SGCEE .pd__box {
  border-radius: 25px 25px 0 0;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.9254901961);
  padding: 0 0 0px;
  margin-bottom: 25px;
}
.SGCEE .pd__box h3 {
  background: #b62224;
  border-radius: 25px 25px 0 0;
  color: #fdcc75;
  text-align: center;
  padding: 15px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.SGCEE .pd__spec__box {
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
}
.SGCEE .pd__table {
  width: 100%;
}
.SGCEE .pd__table-th {
  display: table-cell;
  background: #ff9a79;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}
.SGCEE .pd__table-cell {
  display: table-cell;
  border-bottom: #f9a62c 1px solid;
  border-left: #f9a62c 1px solid;
  text-align: center;
  padding: 5px;
  position: relative;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  min-width: 120px;
}
.SGCEE .pd__table-cell::after {
  content: "+";
  position: absolute;
  z-index: 5;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  background: #f9a62c;
  color: #fff;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.SGCEE .pd__table-cell:last-child {
  border-right: #f9a62c 1px solid;
}
.SGCEE .pd__table-cell:last-child::after {
  display: none;
}
/* test */
/* .SGCEE .pd__table-cell:nth-last-child(2)::after {
  content: "=";
} */
.SGCEE .pd__table-cell-total::after {
  content: "=";
}
.SGCEE .wtb {
  padding-bottom: 30px;
}
.SGCEE .wtb__flexbox {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.SGCEE .wtb__flexbox figure {
  margin: 10px;
  background: linear-gradient(-45deg, #ac7fd9, #b8b2e7, #ac7fd9, #b8b2e7);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  width: 70%;
  margin: 8% auto;
}
.SGCEE .wtb__flexbox figure:nth-of-type(3) {
  width: 100%;
  font-size: 6vw;
}
.invoiceTxt {
  margin-top: 3%;
}
@media (min-width: 996px) {
  .SGCEE .wtb__flexbox {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 50px;
    font-size: 30px;
  }
  .SGCEE .wtb__flexbox figure {
    max-width: 350px;
    width: auto;
    margin: 0;
  }
  .SGCEE .wtb__flexbox figure:nth-of-type(1) {
    max-width: 11vw;
  }
  .SGCEE .wtb__flexbox figure:nth-of-type(3) {
    font-size: 2vw;
  }
}
@media (min-width: 1930px) {
  .SGCEE .wtb__flexbox figure:nth-of-type(3) {
    font-size: 1.1vw;
  }
}
.list {
  padding: 3% 0 0;
}
.list__itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-symbol {
  max-width: 4vw;
}
.list-text {
  width: 94%;
  border: 1px solid #fff;
  border-radius: 90px;
  padding: 15px 10px;
  margin: 8px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.list-text p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 62%;
}
.list-text::after {
  content: "x1";
  position: absolute;
  right: 0;
  top: 0%;
  width: 39%;
  height: 100%;
  background-color: #f9a62c;
  color: #000;
  border-radius: 999em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 5.2vw;
}
@media (min-width: 499px) {
  .list-text {
    width: 90%;
    border: 1px solid #fff;
    border-radius: 60px;
    padding: 15px 10px;
    margin: 8px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .list-text p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 72%;
  }
  .list-text::after {
    content: "x1";
    position: absolute;
    right: 0;
    top: 0%;
    width: 27%;
    height: 100%;
    background-color: #f9a62c;
    color: #000;
    border-radius: 999em;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 5.2vw;
  }
}
@media (min-width: 996px) {
  .list-symbol {
    max-width: 30px;
  }
  .list-text {
    width: 96%;
    border-radius: 30px;
  }
  .list-text::after {
    content: "x1";
    position: absolute;
    right: 0;
    top: 0%;
    width: 4%;
    height: 100%;
    background-color: #f9a62c;
    color: #000;
    border-radius: 999em;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5vw;
  }
  .list-text p {
    width: auto;
  }
}
@media (min-width: 1930px) {
  .list-text::after {
    font-size: 1vw;
  }
}
.SGCEE .deal__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background-color: #76adff;
  border-radius: 12px;
  padding: 10px;
}
.SGCEE .deal__flexBox .deal__imgBox {
  width: 35%;
}
.SGCEE .deal-wrapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 45px;
}
.SGCEE .deal-wrapBox .deal__flexBox {
  background-color: #ff9a79;
  width: 96%;
  margin: auto;
  flex-direction: column;
  padding: 2%;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(#ff9a79 20%, #b62224);
}

.SGCEE .deal__addTitle .deal__flexBox:nth-of-type(1) {
  background-color: #000;
  margin: 5% auto;
  border-radius: 12px;
  padding: 8px 0;
}
.SGCEE .deal__flexBox h3 {
  width: 48%;
  text-align: center;
}
.SGCEE .deal-wrapBox .deal__imgBox {
  width: 50%;
}
.SGCEE .deal__flexBox h3 span {
  color: #fdcc75;
}
@media (min-width: 576px) {
  .SGCEE .deal-wrapBox .deal__flexBox {
    width: calc(100% / 3 - 20px);
    margin: 0;
  }
}
/* .list-text--1::after {
  content: "X1";
}
.list-text--2::after {
  content: "X2";
}
.list-text--3::after {
  content: "X3";
}
.list-text--4::after {
  content: "X4";
}
.list-text--5::after {
  content: "X5";
} */
/*# sourceMappingURL=main.css.map */