.body-section {
  background-color: #E9E2C5;
  color: #1B140B;
  font-size: 12px;
}

.body-section .text-primary {
  color: #159A59 !important;
}

.body-section .text-secondary {
  color: #F7BF1C !important;
}

.body-section .text-blue {
  color: #66BAC5 !important;
}

.body-section .text-orange {
  color: #EF8222 !important;
}

.body-section .text-light {
  color: #E9E2C5 !important;
}

.body-section .text-dark {
  color: #1B140B !important;
}

.body-section .bg-primary {
  background-color: #159A59 !important;
}

.body-section .bg-secondary {
  background-color: #F7BF1C !important;
}

.body-section .bg-blue {
  background-color: #66BAC5 !important;
}

.body-section .bg-orange {
  background-color: #EF8222 !important;
}

.body-section .bg-light {
  background-color: #E9E2C5 !important;
}

.body-section .bg-dark {
  background-color: #1B140B !important;
}

.body-section .border-primary {
  border-color: #159A59 !important;
}

.body-section .border-secondary {
  border-color: #F7BF1C !important;
}

.body-section .border-blue {
  border-color: #66BAC5 !important;
}

.body-section .border-orange {
  border-color: #EF8222 !important;
}

.body-section .border-light {
  border-color: #E9E2C5 !important;
}

.body-section .border-dark {
  border-color: #1B140B !important;
}

.body-section .text-xs {
  font-size: 0.75em;
}

.body-section .text-sm {
  font-size: 0.875em;
}

.body-section .text-base {
  font-size: 1em;
}

.body-section .text-lg {
  font-size: 1.125em;
}

.body-section .text-xl {
  font-size: 1.25em;
}

.body-section .text-2xl {
  font-size: 1.5em;
}

.body-section .text-3xl {
  font-size: 1.875em;
}

.body-section .text-4xl {
  font-size: 2.25em;
}

.body-section .drop-shadow {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.body-section .drop-shadow-md {
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.body-section .drop-shadow-lg {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.body-section .drop-shadow-xl {
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.body-section a.text-link {
  color: #159A59;
  text-decoration: none;
  font-weight: bold;
}

.body-section a.text-link:hover {
  color: #0f6d3f;
  text-decoration: underline;
}

.body-section .text-line-style {
  display: flex;
  align-items: center;
  text-align: center;
}

.body-section .text-line-style span {
  display: inline-block;
  padding: 0 0.5em;
}

.body-section .text-line-style::before,
.body-section .text-line-style::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid;
  max-width: 3em;
}

.body-section .line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.body-section .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  border-radius: 100em;
  padding: 0.5em 1.25em;
  background-color: #FFF;
  color: #159A59;
  border: 3px solid;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 1em;
}

.body-section .button:hover {
  background-color: #159A59;
  color: #FFF;
}

.body-section .button.main-button {
  font-size: 1.5em;
}

.body-section .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.body-section .img-bg + * {
  position: relative;
  z-index: 1;
}

.body-section h2.title {
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.body-section .main-banner {
  position: relative;
  margin: 1em;
  height: 85svh;
}

.body-section .main-banner .banner-content {
  color: #FFF;
  text-align: center;
}

.body-section .main-banner .banner-content h1 {
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  padding-top: 10svh;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.body-section .main-banner .banner-content h2 {
  font-size: 6.5svh;
  font-weight: 900;
  opacity: 0.5;
  filter: brightness(200%);
  padding-top: 6svh;
  margin-bottom: 0;
  line-height: 1;
}

.body-section .event-area {
  position: relative;
  padding: 8% 0;
  /*------ ticket_area ------*/
  /*------ //ticket_area ------*/
}

.body-section .event-area:nth-child(3)::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background-color: #E9E2C5;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.body-section .event-area:nth-child(4) {
  background-image: url("/img/event/esg-joii25/bg01.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
}

.body-section .event-area:nth-child(5) {
  background-image: url("/img/event/esg-joii25/bg02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.body-section .event-area .nav-pills .nav-link {
  position: relative;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit;
  border: none;
}

.body-section .event-area .nav-pills .nav-link .img-bg img {
  transform: scale(1);
}

.body-section .event-area .nav-pills .nav-link .button {
  background-color: #E9E2C5;
  color: #EF8222;
}

.body-section .event-area .nav-pills .nav-link:hover .img-bg img,
.body-section .event-area .nav-pills .nav-link:active .img-bg img,
.body-section .event-area .nav-pills .nav-link.active .img-bg img {
  transform: scale(1.1);
}

.body-section .event-area .nav-pills .nav-link:hover .button,
.body-section .event-area .nav-pills .nav-link:active .button,
.body-section .event-area .nav-pills .nav-link.active .button {
  background-color: #EF8222;
  color: #E9E2C5;
}

.body-section .event-area .nav-tabs {
  margin-top: 2em;
}

.body-section .event-area .nav-tabs .nav-link {
  position: relative;
  background-color: #FFF;
  font-size: 1.5em;
  letter-spacing: 2px;
  font-weight: bold;
  color: #1B140B;
  opacity: 0.75;
  border-radius: 2rem 2rem 0 0;
  padding: 1em 0.5em;
  border: none;
}

.body-section .event-area .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  left: calc(50% - 1.75em);
  top: -3em;
  display: block;
  width: 3.5em;
  height: 3.5em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.5s 0s ease;
}

.body-section .event-area .nav-tabs .nav-link:hover,
.body-section .event-area .nav-tabs .nav-link:active,
.body-section .event-area .nav-tabs .nav-link.active {
  color: #159A59;
  opacity: 1;
}

.body-section .event-area .nav-tabs .nav-link:hover:before,
.body-section .event-area .nav-tabs .nav-link:active:before,
.body-section .event-area .nav-tabs .nav-link.active:before {
  opacity: 1;
}

.body-section .event-area .nav-tabs .nav-link#nav-stores-tab:before {
  background-image: url("/img/event/esg-joii25/icon_stores.png");
}

.body-section .event-area .nav-tabs .nav-link#nav-bonus-tab:before {
  background-image: url("/img/event/esg-joii25/icon_bonus.png");
}

.body-section .event-area .tab-content {
  background-color: #FFF;
  border-radius: 0 0 2rem 2rem;
}

.body-section .event-area .tab-content .tab-pane {
  padding: 1.5em 0.5em;
}

.body-section .event-area .tab-content .tab-pane p {
  font-size: 1.125em;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

.body-section .event-area .ticket_box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.body-section .event-area .ticket_box .ticket_item {
  filter: drop-shadow(0.25em 0.325em 0.5em rgba(172, 169, 169, 0.6));
  -webkit-filter: drop-shadow(0.25em 0.325em 0.5em rgba(172, 169, 169, 0.6));
}

.body-section .event-area .ticket_box .ticket_item:hover {
  filter: drop-shadow(0.25em 0.25em 0.5em rgba(100, 100, 100, 0.6));
  -webkit-filter: drop-shadow(0.25em 0.25em 0.5em rgba(100, 100, 100, 0.6));
}

.body-section .event-area .ticket_box .ticket_item .top {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #FFF;
}

.body-section .event-area .ticket_box .ticket_item .top .img_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 11em;
}

.body-section .event-area .ticket_box .ticket_item .top .des_area {
  padding: 0.5em;
  margin: 0;
}

.body-section .event-area .ticket_box .ticket_item .top .des_area .des {
  line-height: 2em;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  color: #1B140B;
}

.body-section .event-area .ticket_box .ticket_item .top .des_area .des.title {
  font-weight: bold;
  font-size: 1.25em;
  color: #159A59;
  line-height: 2.2em;
}

.body-section .event-area .ticket_box .ticket_item .top .des_area .des.location {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.body-section .event-area .ticket_box .ticket_item .top .des_area .des img.pic {
  width: 1.25em;
}

.body-section .event-area .ticket_box .ticket_item .rip {
  height: 1.5em;
  margin: 0 1em;
  background-color: #FFF;
  position: relative;
}

.body-section .event-area .ticket_box .ticket_item .rip:before,
.body-section .event-area .ticket_box .ticket_item .rip:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.5em;
  height: 2.5em;
  border: 8px solid transparent;
  border-top-color: #FFF;
  border-right-color: #FFF;
  border-radius: 100%;
  pointer-events: none;
}

.body-section .event-area .ticket_box .ticket_item .rip:before {
  left: -1em;
  transform: translate(-50%, -50%) rotate(45deg);
}

.body-section .event-area .ticket_box .ticket_item .rip:after {
  right: -3.5em;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(225deg);
}

.body-section .event-area .ticket_box .ticket_item .rip .dash {
  border-bottom: 1px dashed #828282;
  width: 100%;
  position: absolute;
  top: 50%;
}

.body-section .event-area .ticket_box .ticket_item .bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 1em 1em 1em;
  margin: 0;
  background-color: #FFF;
  color: #1B140B;
  text-decoration: none;
}

.body-section .event-area .ticket_box .ticket_item .bottom .barcode {
  font-size: 1.7em;
  height: 1em;
  overflow: hidden;
}

.body-section .event-area .ticket_box .ticket_item .bottom .buy {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.4em;
}

.body-section .event-area .ticket_box .ticket_item:hover .bottom {
  color: #EF8222;
}

.body-section .notice {
  background-color: #1B140B;
  color: #E9E2C5;
}

.body-section .notice h5 {
  font-size: 3em;
  text-align: center;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-weight: normal;
}

.body-section .notice ol > li {
  font-weight: bold;
  margin: 0.75em;
}

.body-section .notice ol > li > ul > li {
  font-weight: normal;
  margin: 0.25em 1em;
}

/*------------- reminder_area -------------*/

.reminder_area {
  position: fixed;
  z-index: 99;
  text-align: center;
  left: 2rem;
  bottom: 2rem;
}

.reminder_area .reminder_box {
  color: white;
  border-radius: 10rem;
  background-color: #ed6452;
  box-shadow: 2px 2px 2px 2px #cccccc;
  padding: 15px;
  width: 6rem;
  height: 6rem;
  display: inline-grid;
  align-items: center;
}

.reminder_area .reminder_box:hover {
  background-color: #d45140;
}

.reminder_area .reminder_box .text_box a {
  color: white;
  text-decoration: none;
}

.reminder_area .reminder_box .text_box .current_point {
  margin-bottom: -7px;
}

.reminder_area .reminder_box .text_box .login {
  color: white;
}

.reminder_area .reminder_box:hover .text_box .login {
  text-decoration: none;
}

.reminder_area .reminder_box .text_box .login .highlight {
  font-weight: 600;
  text-decoration: underline;
  color: white;
}

.reminder_area .reminder_box:hover .text_box .login .highlight {
  text-decoration: none;
}

.reminder_area .reminder_box .text_box .logined {
  font-weight: 600;
  margin-top: -8px;
  margin-bottom: -12px;
}

.reminder_area .reminder_box .text_box .logined .highlight {
  color: white;
  font-size: 1.6rem;
}

/*------------- //reminder_area -------------*/

@media screen and (min-width: 576px) {
  .body-section {
    font-size: 14px;
  }

  .body-section .main-banner .banner-content h1 {
    font-size: 2.5em;
  }

  .body-section .main-banner .banner-content h2 {
    font-size: 8vw;
  }

  .body-section .event-area {
    /*------ ticket_area ------*/
  }

  .body-section .event-area .ticket_box .ticket_item .top .des_area {
    padding: 1em 1.25em 0.5em 1.25em;
  }

  .body-section .event-area .ticket_box .ticket_item .top .des_area .des img.pic {
    width: 2em;
  }

  .body-section .notice h5 {
    font-size: 3em;
    width: 1em;
    margin-left: auto;
    margin-right: 1em;
  }
}

@media screen and (min-width: 768px) {
  .body-section {
    font-size: 16px;
  }

  .body-section .event-area .nav-tabs .nav-link {
    font-size: 2em;
  }

  .body-section .event-area .tab-content .tab-pane {
    padding: 2em;
  }
}

@media screen and (min-width: 1024px) {
  .body-section .event-area .nav-tabs {
    margin-top: 0;
  }

  .body-section .event-area .nav-tabs .nav-link:before {
    left: 10%;
    top: -1em;
  }
}


