@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

header.header-top {
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  z-index: 699;
  width: 100%;
  position: sticky;
  top: 0;
}

header.header-top > .container {
  padding: 0;
  width: 100%;
  max-width: 1320px;
}

header.header-top > .container .header-btn-logo {
  width: 100%;
  max-width: 1320px;
  padding: 10px;
}

@media all and (max-width: 575px) {
  header.header-top > .container .header-btn-logo {
    padding: 5px 10px 5px 10px;
  }
}

header.header-top a.logo {
  display: flex;
  width: 30vw;
  max-width: 145px;
}

@media all and (max-width: 575px) {
  header.header-top .signup-btn {
    font-size: 15px;
  }
}

header.header-top .navbar {
  background-color: #ffffff;
  padding: 0;
  width: 100%;
  overflow: auto;
}

header.header-top .navbar > ul {
  margin: 0 auto;
  padding: 8px 0 0 0;
}

header.header-top .navbar .main-nav-tab {
  color: #000;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  padding: 0 8px;
  line-height: 120%;
}

header.header-top .navbar .main-nav-tab:not(:first-child) {
  border-left: 1.5px solid #BCBCBC;
}

header.header-top .navbar .main-nav-tab i {
  color: #F35528;
  font-size: 13px;
  margin: 0 0 4px 4px;
  opacity: 0;
  display: none;
  justify-content: center;
  align-items: center;
  transition: linear .1s;
}

header.header-top .navbar .main-nav-tab .nav-txt {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

header.header-top .navbar .main-nav-tab .nav-txt::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2.5px;
  background-color: #F35528;
  margin-top: 6px;
  border-radius: 10px;
  transition: linear .1s;
  opacity: 0;
}

header.header-top .navbar .main-nav-tab.active .nav-txt::after {
  content: '';
  opacity: 1;
  transition: linear .1s;
}

header.header-top .navbar .main-nav-tab.active i {
  opacity: 1;
  display: flex;
  transition: linear .1s;
}

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.fixed-sidebar {
  top: 120px;
  z-index: 9;
  transition: linear .2s;
}

@media only screen and (max-height: 820px) {
  .fixed-sidebar .sidebar-list {
    font-size: 15px;
  }
}

.fixed-sidebar .hide-bar-btn {
  background-color: #fff;
  color: #070707;
  cursor: pointer;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  font-size: 14px;
  opacity: .8;
}

.fixed-sidebar .hide-bar-btn i {
  transform: translateX(4px);
}

@media only screen and (max-height: 820px) {
  .fixed-sidebar .sidebar-img > img {
    max-width: 110px;
    width: 100%;
    object-fit: cover;
  }
}

.fixed-sidebar .sidebar-item {
  margin: 2px 0;
  padding: 0;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.5px;
  cursor: pointer;
  background: rgba(239, 97, 0, 0.6);
}

.fixed-sidebar .sidebar-item.active {
  background: #EF6100;
}

.fixed-sidebar .sidebar-item .rank_img {
  width: 70%;
  max-width: 80px;
}

.fixed-sidebar .sidebar-item .content-wrapper {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .fixed-sidebar .sidebar-item .content-wrapper {
    padding: 10px 15px;
  }
}

@media only screen and (max-height: 820px) {
  .fixed-sidebar .sidebar-item .content-wrapper {
    padding: 4px 8px;
  }
}

.fixed-sidebar .sidebar-item.l-txt {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 1440px) {
  .fixed-sidebar .sidebar-item.l-txt {
    font-size: 18px;
  }
}

@media only screen and (max-height: 820px) {
  .fixed-sidebar .sidebar-item.l-txt {
    font-size: 16px;
  }
}

.fixed-sidebar .sidebar-item.go-top {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
  color: #fff;
}

.fixed-sidebar .sidebar-item.go-top > span {
  padding: 25px 0;
}

@media only screen and (max-height: 820px) {
  .fixed-sidebar .sidebar-item.go-top > span {
    padding: 20px 0;
  }
}

.fixed-sidebar.hide {
  transform: translateX(150px);
  transition: linear .2s;
}

.sidebar-show-btn {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 19;
  cursor: pointer;
  background-color: #EF6100;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
  width: 100px;
  border-radius: 16px 0 0 16px;
  transform: translateX(100%);
  transition: linear .2s;
  box-shadow: 2px 2px 8px #00000063;
}

.sidebar-show-btn > img {
  width: 70px;
}

.sidebar-show-btn.show {
  transform: translateX(0);
}

body {
  font-family: "Noto Sans TC", "微軟正黑體";
}

.banner-area {
  background-color: #FFD101;
  padding-top: 20px;
  display: block;
}

.banner-area .banner-wrapper {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/600;
  background-color: #FFD101;
  position: relative;
}

@media screen and (max-width: 768px) {
  .banner-area .banner-wrapper {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024Select_healthy_0101event/images/banner/mb_bn.jpg?version=1");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 627/480;
  }
}

.banner-area .banner-wrapper .bg-center-item {
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .banner-area .banner-wrapper .bg-center-item {
    display: none;
  }
}

.banner-area .banner-wrapper .ppl-deco-banner {
  height: fit-content;
  position: absolute;
  z-index: 3;
}

.banner-area .banner-wrapper .ppl-deco-banner.left {
  width: 15vw;
  left: calc(50% - 33vw);
  bottom: 10%;
}

.banner-area .banner-wrapper .ppl-deco-banner.right {
  width: 21vw;
  right: calc(50% - 33vw);
  bottom: 6%;
}

.banner-area .banner-wrapper .ppl-deco-banner > img {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .banner-area .banner-wrapper .ppl-deco-banner {
    display: none;
  }
}

.banner-area .coin {
  width: 3vw;
  height: 3vw;
  max-width: 59px;
  max-height: 59px;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024Select_healthy_0101event/images/coin.png?version=1");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 100px;
  display: block;
  position: absolute;
  animation: fall 8s linear infinite;
}

@media screen and (max-width: 768px) {
  .banner-area .coin {
    display: none;
  }
}

.banner-area .coin.coin-1 {
  left: 2.4%;
  top: 6.8%;
}

.banner-area .coin.coin-2 {
  left: 10.2%;
  top: 29%;
  transform: rotate(45deg);
}

.banner-area .coin.coin-3 {
  left: 5.5%;
  bottom: 20%;
  transform: rotate(15deg);
}

.banner-area .coin.coin-4 {
  left: 23%;
  top: 10%;
  transform: rotate(5deg);
}

.banner-area .coin.coin-5 {
  right: 23%;
  top: 10%;
  transform: rotate(45deg);
}

.banner-area .coin.coin-6 {
  right: 3%;
  top: 10%;
  transform: rotate(5deg);
}

.banner-area .coin.coin-7 {
  right: 10%;
  top: 40%;
  transform: rotate(45deg);
}

.banner-area .coin.coin-8 {
  right: 8.5%;
  bottom: 18%;
}

@keyframes fall {
  0% {
    transform: translateY(-20px) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(400px) rotate(360deg);
    opacity: 0;
  }
}

main {
  overflow: hidden;
}

main .gotopbtn-mb {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 99;
  box-shadow: 2px 2px 10px #0000002f;
}

.main-section-list {
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  position: relative;
  z-index: 2;
}

.main-section-list::after {
  content: "";
  background-color: #000;
  display: flex;
  width: 130%;
  height: 300px;
  border-radius: 100%;
  position: absolute;
  bottom: -150px;
  z-index: -1;
  left: -15%;
}

@media all and (max-width: 575px) {
  .main-section-list::after {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .main-section-list {
    padding: 10px;
  }
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section .section-title .title-img {
  width: 65vw;
  max-width: 424px;
}

section .section-title .sub-title-txt {
  font-size: 14px;
  color: #fdfdfd;
  line-height: 175%;
  text-align: center;
}

@media all and (max-width: 575px) {
  section .section-title .sub-title-txt {
    font-size: 12px;
  }
}

section .coupon-container {
  width: 100%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(6, 2fr);
  grid-column-gap: 40px;
}

@media screen and (max-width: 992px) {
  section .coupon-container {
    grid-template-columns: repeat(4, 2fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

section .coupon-container img {
  width: 100%;
  max-width: fit-content;
}

section .coupon-container .cp-box {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

section .coupon-container .ticket-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section .coupon-container .ticket-wrapper .t-coupon-title {
  width: 75%;
  transform: translateX(15px);
}

section .coupon-container .ticket-wrapper .t-coupon {
  transform: translate(0px, -15px);
}

@media all and (max-width: 575px) {
  section .coupon-container .ticket-wrapper .t-coupon {
    transform: translate(0px, -6.5px);
  }
}

section .coupon-container .ticket-wrapper .t-coupon-btn {
  width: 75%;
  transform: translateX(15px);
  transition: linear 0.2s;
  cursor: pointer;
}

section .coupon-container .ticket-wrapper .t-coupon-btn:hover {
  width: 78%;
  transition: linear 0.2s;
}

@media all and (max-width: 575px) {
  section .coupon-container .ticket-wrapper .t-coupon-btn {
    width: 90%;
    transform: translateX(8px);
  }

  section .coupon-container .ticket-wrapper .t-coupon-btn:hover {
    width: 91%;
    transition: linear 0.2s;
  }
}

section .coupon-container .ticket-wrapper:hover .t-coupon {
  animation: leaf-float 1.2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media all and (max-width: 575px) {
  section .coupon-container .ticket-wrapper:hover .t-coupon {
    animation: leaf-float-mb 1.2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

section .coupon-container .lg-coupon-box {
  grid-column: span 2;
  grid-row: span 2;
}

section .coupon-container .sm-coupon-box {
  grid-column: span 2;
  grid-row: span 1;
  padding: 0 25px;
}

section .coupon-container .sm-coupon-box > img {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}

section .coupon-container .sm-coupon-box > img:hover {
  transform: scale(1.05);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}

@media all and (max-width: 575px) {
  section .coupon-container .sm-coupon-box {
    padding: 0;
  }
}

@keyframes leaf-float-mb {
  0% {
    transform: translate(0px, -6.5px);
  }

  50% {
    transform: translate(7px, -3.5px);
  }

  100% {
    transform: translate(0px, -6.5px);
  }
}

@keyframes leaf-float {
  0% {
    transform: translate(0px, -15px);
  }

  50% {
    transform: translate(15px, -10px);
  }

  100% {
    transform: translate(0px, -15px);
  }
}

.anchor-section {
  width: 100%;
  max-width: 1226px;
  border-radius: 8px;
  background: #ffd101;
  padding: 50px 40px;
  margin: 40px 0;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .anchor-section {
    padding: 40px 20px;
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .anchor-section {
    padding: 30px 10px;
  }
}

@media all and (max-width: 575px) {
  .anchor-section {
    padding: 15px 0px;
  }
}

.ranking-section .section-container {
  width: 100%;
}

.ranking-section .section-title .sub-title-txt {
  font-size: 14px;
  color: #000;
  line-height: 175%;
}

@media all and (max-width: 575px) {
  .ranking-section .section-title .sub-title-txt {
    font-size: 12px;
  }
}

.ranking-section .rank-item-list {
  justify-content: center;
}

.ranking-section .rank-item-list .rank-item {
  width: calc(20% - 40px);
  margin: 0 20px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}

.ranking-section .rank-item-list .rank-item:hover {
  transform: scale(1.05);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}

.ranking-section .rank-item-list .rank-item:first-child {
  margin: 0 20px 0 25px;
}

.ranking-section .rank-item-list .rank-item:nth-child(4) {
  margin: 0 25px 0 20px;
}

@media screen and (max-width: 1200px) {
  .ranking-section .rank-item-list .rank-item {
    width: calc(33% - 20px);
    margin: 0 10px;
  }

  .ranking-section .rank-item-list .rank-item:first-child {
    margin: 0 10px;
  }

  .ranking-section .rank-item-list .rank-item:nth-child(4) {
    margin: 0 10px;
  }
}

.ranking-section .deco-pl {
  position: absolute;
  width: 16vw;
  max-width: fit-content;
}

.ranking-section .deco-pl.pl-deco-2 {
  right: 0;
  top: 12%;
}

.ranking-section .deco-pl.pl-deco-1 {
  left: 0;
  top: 25%;
}

@media screen and (max-width: 1560px) {
  .ranking-section .deco-pl {
    width: 12vw;
  }
}

@media screen and (max-width: 1439.98px) {
  .ranking-section .deco-pl {
    display: none;
  }
}

.grey-section {
  background: #2b2c2f;
  padding-bottom: 0;
}

.grey-section .grey-item {
  width: calc(25% - 32px);
  margin: 0 16px;
  background: #fff;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}

.grey-section .grey-item:hover {
  transform: scale(1.05);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}

.grey-section .grey-item a {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .grey-section .grey-item {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
}

@media screen and (max-width: 992px) {
  .grey-section .grey-item {
    width: calc(50% - 20px);
    margin: 10px 10px 0 10px;
  }
}

@media all and (max-width: 575px) {
  .grey-section .grey-item {
    width: calc(50% - 10px);
    margin: 5px 5px 0 5px;
  }
}

.grey-section .grey-item .card-label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .grey-section .grey-item .card-label {
    font-size: 15px;
  }
}

@media all and (max-width: 575px) {
  .grey-section .grey-item .card-label {
    font-size: 12px;
  }

  .grey-section .grey-item .card-label img {
    width: 12px;
  }
}

.grey-section .grey-item .card-slogan {
  color: #fff;
  background: #f35528;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .grey-section .grey-item .card-slogan {
    font-size: 15px;
  }
}

@media all and (max-width: 575px) {
  .grey-section .grey-item .card-slogan {
    font-size: 11px;
  }
}

.grey-section .grey-item .price-area {
  padding: 10px;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.36px;
}

@media screen and (max-width: 768px) {
  .grey-section .grey-item .price-area {
    font-size: 16px;
  }
}

@media all and (max-width: 575px) {
  .grey-section .grey-item .price-area {
    font-size: 14px;
  }
}

.grey-section .more-btn {
  border-radius: 8px;
  border: 1px solid #f35528;
  background: #fff;
  box-shadow: 0px 3px 0px 0px #ef6100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  font-size: 20px;
  padding: 8px;
  line-height: 155%;
  color: #000;
  text-decoration: none;
  transition: linear 0.1s;
}

.grey-section .more-btn:hover {
  transform: scale(1.05);
  transition: linear 0.1s;
}

@media all and (max-width: 575px) {
  .grey-section .more-btn {
    font-size: 16px;
  }
}

.red-txt {
  color: #f5222d;
  font-size: 15.7px;
  font-weight: 500;
  line-height: 125%;
}

.txt-lg {
  font-size: 27px;
}

.more-bonus-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffd101;
  padding: 160px 0 0 0;
}

@media all and (max-width: 575px) {
  .more-bonus-area {
    padding: 0;
  }
}

.more-bonus-area .section-container {
  width: 100%;
  max-width: 1266px;
}

.more-bonus-area .other-card-list {
  justify-content: space-between;
}

@media all and (max-width: 575px) {
  .more-bonus-area .other-card-list {
    padding: 10px;
  }
}

.more-bonus-area .other-card {
  background-color: #fff;
  display: flex;
  padding: 10px;
  width: calc(50% - 10px);
  margin: 10px 0;
}

@media all and (max-width: 575px) {
  .more-bonus-area .other-card {
    padding: 0px;
  }
}

@media screen and (max-width: 992px) {
  .more-bonus-area .other-card {
    width: 100%;
  }
}

.more-bonus-area .other-card .card-img-box {
  display: flex;
  width: 50%;
  max-width: 200px;
  aspect-ratio: 1/1;
  margin-right: 20px;
}

.more-bonus-area .other-card .card-img-box > img {
  width: 100%;
  object-fit: cover;
}

@media all and (max-width: 575px) {
  .more-bonus-area .other-card .card-img-box {
    max-width: 170px;
    margin-right: 8px;
  }
}

.more-bonus-area .other-card .card-title {
  font-size: 18px;
  margin: 8px 0;
}

.more-bonus-area .other-card .description {
  color: #767676;
  line-height: 125%;
  padding: 0 0 8px 0;
}

@media all and (max-width: 575px) {
  .more-bonus-area .other-card .description {
    font-size: 14px;
  }
}

.more-bonus-area .other-card article {
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media all and (max-width: 575px) {
  .more-bonus-area .other-card article {
    padding: 10px;
  }
}

.more-bonus-area .other-card article .description {
  flex: 1;
}

.more-bonus-area .other-card article .btn-area {
  display: flex;
  justify-content: flex-end;
}

.more-bonus-area .other-card article .btn-area .gofor-btn {
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #202020;
  padding: 8px 10px;
  text-decoration: none;
  width: 100%;
  max-width: 170px;
  font-weight: 500;
  line-height: 22px;
}

.more-bonus-area .other-card.lg {
  width: 100%;
}

.more-bonus-area .other-card.lg .card-img-box {
  display: flex;
  width: 80%;
  max-width: calc(50% + 218px);
  aspect-ratio: 827/199;
}

@media screen and (max-width: 992px) {
  .more-bonus-area .other-card.lg .card-img-box {
    width: 50%;
    aspect-ratio: 1/1;
    max-width: 200px;
  }
}

@media all and (max-width: 575px) {
  .more-bonus-area .other-card.lg .card-img-box {
    max-width: 170px;
  }
}

@media screen and (max-width: 992px) {
  .more-bonus-area .other-card.lg {
    width: 100%;
  }
}

.event240101-rules-section {
  background: #f4f4f4;
  padding: 35px 10px;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
}

.event240101-rules-section .section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.event240101-rules-section .rules-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
}

@media screen and (max-width: 992px) {
  .event240101-rules-section .rules-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .event240101-rules-section .rules-title {
    font-size: 32px;
  }
}

.event240101-rules-section .rule-nav-list {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .event240101-rules-section .rule-nav-list {
    justify-content: flex-start;
  }
}

.event240101-rules-section .nav-item {
  margin: 5px;
  max-width: 220px;
  width: calc(20% - 10px);
}

@media screen and (max-width: 992px) {
  .event240101-rules-section .nav-item {
    width: 30%;
    max-width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .event240101-rules-section .nav-item {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

.event240101-rules-section .nav-item button {
  border: 0;
  color: #000;
  border: 2px solid #000;
  background-color: transparent;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 16px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .event240101-rules-section .nav-item button {
    font-size: 15px;
  }
}

.event240101-rules-section .nav-item button.active {
  color: #fff;
  background-color: #000;
}

.event240101-rules-section .tab-content {
  border-radius: 16px;
  width: 100%;
  max-width: 1199px;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  .event240101-rules-section .tab-content {
    font-size: 16px;
    padding: 32px;
  }
}

@media screen and (max-width: 576px) {
  .event240101-rules-section .tab-content {
    padding: 30px 15px;
  }
}

.event240101-rules-section .tab-content .list-item-title {
  display: flex;
  align-items: center;
  line-height: 150%;
  margin: 24px 0 2px 0;
}

.event240101-rules-section .tab-content .list-item-title::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #000;
  display: inline-flex;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .event240101-rules-section .tab-content .list-item-title::before {
    width: 15px;
    height: 15px;
  }
}

.event240101-rules-section .tab-content .list-item-title:first-child {
  margin: 0;
}

.event240101-rules-section .tab-content .list-item-content {
  line-height: 135%;
  letter-spacing: 0.5px;
}

.event240101-rules-section .tab-content img {
  max-width: 100%;
}

#alertModal .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  border-radius: 100px;
  background: transparent;
  padding: 0;
  width: 32px;
  height: 32px;
  box-shadow: 2px 2px 0px #ef6100;
}

#alertModal .modal-content {
  border-radius: 8px;
  border: 4px solid #000000;
}

#alertModal .modal-body {
  margin: 35px 0 0 0;
  padding: 0.5rem 1rem;
  line-height: 175%;
}

#alertModal .modal-body .modal-detail {
  width: fit-content;
  z-index: 2;
  position: relative;
  font-weight: 600;
  padding: 0 4px;
  font-size: 18px;
}

#alertModal .modal-body .modal-detail::after {
  content: "";
  display: inline-block;
  background-color: #ef600081;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
}

#alertModal .modal-footer {
  border: 0;
  display: flex;
  justify-content: space-evenly;
}

#alertModal .modal-footer .modal-btn {
  background-color: #2b2c2f;
  border: 2px solid #2b2c2f;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  width: 45%;
}

@media screen and (max-width: 360px) {
  #alertModal .modal-footer .modal-btn {
    font-size: 15px;
  }
}

/*# sourceMappingURL=../../../sass */