/* default */
.section {
  position: relative;
}
.width-wrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}
.width-wrap.first {
  padding: 90px 0 50px;
}
.wrap {
  background: #f9f9fa;
}

/* point */
.po-color {
  color: var(--secondary-color);
}
.po-dot {
  position: relative;
}
.po-dot:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 500px;
  background: var(--secondary-color_opct5);
  left: 50%;
  top: -6px;
}
.po-bold {
  font-weight: 600;
}

/* cuckoo-label */
.cuckoo-label {
  width: fit-content;
  padding: 5px 8px;
  border: 1px solid var(--secondary-color);
}
.cuckoo-label > * {
  color: var(--secondary-color);
  font-size: 1.3em;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.28px;
}

/* btn */
.btn {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 500px;
  border-radius: 100px;
}
.btn span {
  font-size: 1em;
  font-weight: 500;
}
.btn.white {
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.5);
}
.btn.black {
  color: #fff;
  background: var(--primary-color);
}
.btn.secondary {
  color: #fff;
  background: var(--secondary-color);
}

/* only html aplly */
.main-event-banner-wrap.html {
  margin-top: 0;
  height: auto;
  overflow: visible;
  border-radius: 0;
}

/* main */
#main {
  overflow: hidden;
}
#main .width-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#main .width-wrap h1 {
  font-size: 3em;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -2.1px;
}
#main .width-wrap .sub-title-area .cuckoo-label {
  margin: 32px auto;
}
#main .width-wrap .sub-title-area h2 {
  font-size: 2.4em;
  font-weight: 300;
  line-height: 51px;
}
#main .width-wrap .text-img {
  width: 400px;
  margin: 32px 0 40px;
}
#main .width-wrap .btn-area {
  /* display: flex;
  gap: 30px;
  width: 100%;
  flex-direction: column;
  align-items: center; */
  display: flex;
  gap: 30px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#main .width-wrap .btn-area a .plus {
  position: relative;
  width: 8.17px;
  height: 8.17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4.5px;
}
#main .width-wrap .btn-area a .plus div {
  position: absolute;
  width: 8.17px;
  height: 1px;
  background: var(--light-gray);
}
#main .width-wrap .btn-area a .plus div:last-child {
  transform: rotate(90deg);
}
#main .bg-img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

#list .list_contents_wrap.html {
  margin-top: 0;
}
#list .list_contents_wrap .list_content_top.html {
  display: none;
}

@media (max-width: 800px) {
  .btn {
    width: 100%;
  }

  .main-event-banner-wrap.html {
    max-width: 100%;
  }
  .main-event-banner-wrap.html .text-img {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
  }

  #main .width-wrap .btn-area {
    flex-direction: column;
  }
}
@media (max-width: 660px) {
  .cuckoo-label > * {
    font-size: 1.5em;
  }

  #main .width-wrap h1 {
    font-size: 2.7em;
    line-height: 55px;
  }
  #main .width-wrap .sub-title-area h2 {
    font-size: 2.1em;
    line-height: 48px;
  }
}
@media (max-width: 544px) {
  #main .width-wrap h1 {
    font-size: 2.4em;
    line-height: 55px;
  }
}
@media (max-width: 475px) {
  .po-dot:before {
    width: 3px;
    height: 3px;
    top: -5px;
  }

  #main .width-wrap {
    text-align: start;
  }
  #main .width-wrap h1 {
    font-size: 2.1em;
    line-height: 48px;
    width: 100%;
  }
  #main .width-wrap .text-img {
    width: 100%;
    margin: 16px 0 36px;
  }
  #main .width-wrap .sub-title-area {
    width: 100%;
  }
  #main .width-wrap .sub-title-area h2 {
    font-size: 1.75em;
    line-height: 40px;
  }
  #main .width-wrap .sub-title-area .cuckoo-label {
    margin: 16px 0;
  }
  #main .width-wrap .btn-area {
    gap: 20px;
  }
}
@media (max-width: 408px) {
  .cuckoo-label > * {
    font-size: 13px;
    line-height: 135%;
    letter-spacing: -0.26px;
  }

  .btn span {
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.28px;
  }

  #main .width-wrap h1 {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.48px;
  }
  #main .width-wrap .sub-title-area h2 {
    font-size: 20px;
    line-height: 165%;
    letter-spacing: -0.4px;
  }
  #main .width-wrap .btn-area {
    gap: 8px;
  }
}
