@charset "UTF-8";
.--offscreen {
  overflow: hidden !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 1px !important;
  color: transparent !important;
}

.--break {
  width: 100%;
  height: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox  */
input[type=number] {
  -moz-appearance: textfield;
}

@keyframes FadeInLeft {
  from {
    opacity: 0;
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ScaleInCenter {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.pre-high {
  margin-bottom: -180px;
  width: 100%;
  height: auto;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .pre-high {
    margin-bottom: -90px;
  }
}
@media (max-width: 767px) {
  .pre-high {
    margin-bottom: -12.5vw;
  }
}
.pre-high__showcase {
  position: relative;
  width: 100%;
  height: 1321px;
  padding-top: 114px;
  background: #002a26 url("../../images/op/pre-high__showcase--pc.jpg") center/1920px auto no-repeat;
}
.pre-high__showcase:after {
  content: "";
  display: block;
  position: absolute;
  top: 600px;
  left: calc(50% + 269px);
  width: 184px;
  height: 191px;
  background: url("../../images/op/pre-high__showcase--after.png") center/contain no-repeat;
  opacity: 0;
  transform: scale(0);
  animation: ScaleInCenter 1s 1s forwards;
}
@media (max-width: 1299px) {
  .pre-high__showcase {
    height: 107.222vw;
    padding-top: 12.5vw;
    background: url("../../images/op/pre-high__showcase--mo.jpg") center/contain no-repeat;
  }
  .pre-high__showcase:after {
    top: 45vw;
    right: 16.666vw;
    left: unset;
    width: 12.916vw;
    height: 13.472vw;
    background: url("../../images/op/pre-high__showcase--after.png") center/contain no-repeat;
  }
}
.pre-high__showcase-description {
  font-size: 0;
}
.pre-high__showcase-description > img {
  display: block;
  margin: 53px auto;
  opacity: 0;
  transform: translateX(10%);
  animation: FadeInLeft 1s 0s forwards;
}
@media (max-width: 1299px) {
  .pre-high__showcase-description > img {
    width: auto;
    height: 3.333vw;
    margin-top: 0;
    margin-bottom: 3.888vw;
  }
}
.pre-high__showcase-heading {
  font-size: 0;
}
.pre-high__showcase-heading > img {
  display: block;
  opacity: 0;
  margin: 38px auto;
  transform: translateX(10%);
}
.pre-high__showcase-heading > img:first-child {
  animation: FadeInLeft 1s 0.2s forwards;
}
.pre-high__showcase-heading > img:last-child {
  animation: FadeInLeft 1s 0.4s forwards;
}
@media (max-width: 1299px) {
  .pre-high__showcase-heading > img {
    width: auto;
    height: 8.055vw;
    margin: 2.916vw auto;
  }
}
.pre-high__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(90deg, rgb(229, 255, 109) 0%, rgb(144, 254, 186) 100%);
}
@media (max-width: 1299px) {
  .pre-high__banner {
    height: 8.333vw;
  }
}
.pre-high__banner-title {
  display: inline-block;
  vertical-align: top;
  font-family: "ria";
  font-size: 34px;
  color: #222;
}
.pre-high__banner-title .--emphasis {
  font-family: inherit;
  font-size: inherit;
  color: #ff6927;
}
@media (max-width: 1299px) {
  .pre-high__banner-title {
    display: none;
  }
}
.pre-high__banner-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 52px;
  margin-left: 20px;
  border-radius: 52px;
  background-color: #ff6927;
  font-family: "Pretendard";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.pre-high__banner-button:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 9px;
  height: 15px;
  margin-left: 10px;
  background: url("../../images/op/pre-high__banner-button--after.png") center/contain no-repeat;
}
@media (max-width: 1299px) {
  .pre-high__banner-button {
    width: 100%;
    height: 100%;
    margin-left: unset;
    border-radius: unset;
    background-color: unset;
    font-size: 0;
  }
  .pre-high__banner-button:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 8.611vw;
    margin-left: unset;
    background: url("../../images/op/pre-high__banner-button--mo.png") center/contain no-repeat;
    transform: translateX(-50%);
  }
}
.pre-high__section {
  width: 100%;
  height: auto;
}
.pre-high__section.--code {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 1299px) {
  .pre-high__section.--code {
    width: 100%;
    margin: unset;
    padding: 80px 40px;
  }
}
@media (max-width: 1299px) {
  .pre-high__section.--code {
    width: 100%;
    margin: unset;
    padding: 40px 20px;
  }
}
.pre-high__article {
  width: 100%;
  height: auto;
}
.pre-high__article > img {
  position: relative;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1920px;
  height: auto;
  transform: translateX(-50%);
}
.pre-high__article > img.--pc {
  display: block;
}
.pre-high__article > img.--mo {
  display: none;
}
.pre-high__article:first-child {
  position: relative;
  background-color: #e1fff1;
}
.pre-high__article:first-child:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 222px;
  background-color: #c3ffdb;
}
.pre-high__article:last-child {
  background-color: #00b06c;
}
@media (max-width: 1299px) {
  .pre-high__article > img {
    position: unset;
    width: 100%;
    transform: unset;
  }
  .pre-high__article > img.--pc {
    display: none;
  }
  .pre-high__article > img.--mo {
    display: block;
  }
  .pre-high__article:first-child {
    position: unset;
  }
  .pre-high__article:first-child:before {
    display: none;
  }
}
.pre-high__fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
@media (max-width: 1299px) {
  .pre-high__fieldset {
    display: block;
  }
}
.pre-high__field {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-bottom: 24px;
}
.pre-high__field:nth-of-type(odd) {
  width: 474px;
}
.pre-high__field:nth-of-type(even) {
  width: 542px;
}
@media (max-width: 1299px) {
  .pre-high__field {
    margin-bottom: 30px;
  }
  .pre-high__field:nth-of-type(odd), .pre-high__field:nth-of-type(even) {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .pre-high__field {
    margin-bottom: 15px;
  }
}
.pre-high__label {
  display: inline-block;
  vertical-align: top;
  width: 148px;
  height: auto;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: bold;
  color: #222;
  white-space: nowrap;
}
.pre-high__label:after {
  content: "*";
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: red;
}
@media (max-width: 1299px) {
  .pre-high__label {
    width: 194px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .pre-high__label {
    width: 97px;
    font-size: 14px;
  }
}
.pre-high__input-text {
  display: inline-block;
  vertical-align: top;
  flex: 1;
  min-width: 1px;
  height: 54px;
  padding: 0 18px;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background-color: #fff;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  color: #222;
}
.pre-high__input-text::placeholder {
  color: #d1d1d1;
}
@media (max-width: 1299px) {
  .pre-high__input-text {
    height: 65px;
    padding: 0 20px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .pre-high__input-text {
    height: 32.5px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 14px;
  }
}
.pre-high__input-tel {
  display: inline-block;
  vertical-align: top;
  width: 122px;
  height: 54px;
  padding: 0 18px;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background-color: #fff;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  color: #222;
}
.pre-high__input-tel::placeholder {
  color: #d1d1d1;
}
.pre-high__input-tel:nth-of-type(2) {
  margin: 0 13px;
}
@media (max-width: 1299px) {
  .pre-high__input-tel {
    flex: 1;
    width: unset;
    min-width: 1px;
    height: 65px;
    padding: 0 20px;
    font-size: 28px;
  }
  .pre-high__input-tel:nth-of-type(2) {
    margin: 0 17px;
  }
}
@media (max-width: 749px) {
  .pre-high__input-tel {
    height: 32.5px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 14px;
  }
  .pre-high__input-tel:nth-of-type(2) {
    margin: 0 8.5px;
  }
}
.pre-high__radio-group {
  position: relative;
  height: 54px;
  background-color: #f0f0f0;
}
.pre-high__radio-group:nth-of-type(1) {
  width: 150px;
  padding-left: 26px;
  border-radius: 10px 0 0 10px;
}
.pre-high__radio-group:nth-of-type(2) {
  flex: 1;
  min-width: 1px;
  padding-right: 26px;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1299px) {
  .pre-high__radio-group {
    height: 65px;
  }
  .pre-high__radio-group:nth-of-type(1), .pre-high__radio-group:nth-of-type(2) {
    flex: 1;
    width: unset;
    min-width: 1px;
    padding: unset;
  }
}
@media (max-width: 749px) {
  .pre-high__radio-group {
    height: 32.5px;
  }
  .pre-high__radio-group:nth-of-type(1) {
    border-radius: 5px 0 0 5px;
  }
  .pre-high__radio-group:nth-of-type(2) {
    border-radius: 0 5px 5px 0;
  }
}
.pre-high__radio-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  color: #222;
}
.pre-high__radio-label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: 1px solid #d0d0d0;
  border-radius: 100%;
  background-color: #fff;
}
input[type=radio]:checked + .pre-high__radio-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 7px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #222;
}
@media (max-width: 1299px) {
  .pre-high__radio-label {
    font-size: 28px;
  }
  .pre-high__radio-group:nth-of-type(1) .pre-high__radio-label {
    justify-content: flex-end;
    padding-right: 50px;
  }
  .pre-high__radio-group:nth-of-type(2) .pre-high__radio-label {
    justify-content: flex-start;
    margin-left: -20px;
  }
  input[type=radio]:checked + .pre-high__radio-label:before {
    background: #fff url("../../images/op/pre-high__input-radio--checked.png") center/cover no-repeat;
  }
  input[type=radio]:checked + .pre-high__radio-label:after {
    display: none;
  }
}
@media (max-width: 749px) {
  .pre-high__radio-label {
    font-size: 14px;
  }
  .pre-high__radio-group:nth-of-type(1) .pre-high__radio-label {
    padding-right: 25px;
  }
  .pre-high__radio-group:nth-of-type(2) .pre-high__radio-label {
    margin-left: -10px;
  }
  .pre-high__radio-label:before {
    width: 12.5px;
    height: 12.5px;
    margin-right: 5px;
  }
}
.pre-high__footnote {
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 24px;
}
.pre-high__footnote:before {
  content: "*";
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}
@media (max-width: 1299px) {
  .pre-high__footnote {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .pre-high__footnote {
    font-size: 12px;
  }
}
.pre-high__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 70px;
  margin: 50px auto 0 auto;
  border-radius: 70px;
  background: linear-gradient(135deg, rgb(229, 255, 109) 0%, rgb(144, 254, 186) 100%);
  font-family: "Pretendard";
  font-size: 26px;
  font-weight: bold;
  color: #222;
}
.pre-high__button:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 19px;
  margin-left: 21px;
  background: url("../../images/op/pre-high__button--after.png") center/contain no-repeat;
}
.pre-high__button:disabled {
  cursor: inherit;
  background: unset;
  background-color: #A7A7A7;
  color: #fff;
}
.pre-high__button:disabled:after {
  filter: invert(1) brightness(2);
}
@media (max-width: 1299px) {
  .pre-high__button {
    width: 100%;
    height: 80px;
    border-radius: 80px;
    margin-top: 30px;
    font-size: 30px;
  }
  .pre-high__button:after {
    width: 13px;
    height: 23px;
    margin-left: 19px;
  }
}
@media (max-width: 749px) {
  .pre-high__button {
    height: 40px;
    border-radius: 40px;
    margin-top: 15px;
    font-size: 15px;
  }
  .pre-high__button:after {
    width: 6.5px;
    height: 11.5px;
    margin-left: 9.5px;
  }
}
.pre-high__notice-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 6px;
  background-color: #242424;
  font-family: "GmarketSansMedium";
  font-size: 24px;
  color: #fff;
}
.pre-high__notice-button:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  margin-top: -6px;
  margin-right: 12px;
  background: url("../../images/op/pre-high__notice-button--before.png") center/contain no-repeat;
}
.pre-high__notice-button:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 9px;
  margin-top: -6px;
  margin-left: 12px;
  background: url("../../images/op/pre-high__notice-button--after.png") center/contain no-repeat;
  transform: rotate(180deg);
}
.pre-high__notice-button.-active:after {
  transform: rotate(0deg);
}
@media (max-width: 1299px) {
  .pre-high__notice-button {
    height: 68px;
    font-size: 30px;
  }
  .pre-high__notice-button:before {
    width: 29px;
    height: 29px;
    margin-right: 10px;
  }
  .pre-high__notice-button:after {
    width: 23px;
    height: 13px;
    margin-left: 10px;
  }
}
@media (max-width: 749px) {
  .pre-high__notice-button {
    height: 34px;
    padding-top: 3px;
    font-size: 15px;
  }
  .pre-high__notice-button:before {
    width: 14.5px;
    height: 14.5px;
    margin-top: -3px;
    margin-right: 5px;
  }
  .pre-high__notice-button:after {
    width: 11.5px;
    height: 7.5px;
    margin-top: -3px;
    margin-left: 5px;
  }
}
.pre-high__notice-list {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 44px 0;
}
@media (max-width: 1299px) {
  .pre-high__notice-list {
    width: 100%;
    padding: 30px 40px 48px 40px;
  }
}
@media (max-width: 749px) {
  .pre-high__notice-list {
    padding: 15px 20px 24px 20px;
  }
}
.pre-high__notice-item {
  position: relative;
  padding-left: 16px;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  color: #222;
  line-height: 38px;
}
.pre-high__notice-item:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1299px) {
  .pre-high__notice-item {
    font-size: 28px;
    line-height: 48px;
  }
}
@media (max-width: 749px) {
  .pre-high__notice-item {
    padding-left: 8px;
    font-size: 14px;
    line-height: 24px;
  }
}
.pre-high__notice-link {
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
}

.home {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: #fff;
}
.home, .home *:not(.renew-event *, .--pretendard, .brand-intro *) {
  font-family: "Noto Sans KR", sans-serif !important;
}
.home .renew-event {
  padding-top: 0 !important;
}
.home__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  width: 1100px;
  height: 125px;
  margin: 0 auto;
  padding: 30px 0;
}
.home__header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(-1 * (100vw - 1100px) / 2);
  width: 100vw;
  height: 1px;
  background-color: #ddd;
}
@media (max-width: 1179px) {
  .home__header {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 114px;
    padding: unset;
  }
  .home__header:after {
    left: 0;
  }
}
@media (max-width: 749px) {
  .home__header {
    height: 57px;
  }
}
.home__heading {
  order: 1;
  width: 128px;
  height: 100%;
}
.home__heading img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1179px) {
  .home__heading {
    width: 120px;
    height: auto;
  }
}
@media (max-width: 749px) {
  .home__heading {
    width: 60px;
  }
}
.home__link {
  display: inline-block;
  vertical-align: top;
}
.home__notify {
  order: 0;
  width: calc((100% - 128px) / 2);
  height: 100%;
}
@media (max-width: 1179px) {
  .home__notify {
    display: none;
  }
}
.home__notify-carousel {
  width: 100%;
  height: 100%;
}
.home__notify-carousel .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.home__notify-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: auto;
  max-width: 100%;
  height: 100%;
}
.home__notify-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}
.home__notify-icon > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home__notify-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  width: auto;
  height: 100%;
  padding-left: 74px;
}
.home__notify-state {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #247bf1;
  line-height: 18px;
}
.home__notify-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 18px;
}
.home__member {
  order: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: calc((100% - 128px) / 2);
  height: 100%;
}
@media (max-width: 1179px) {
  .home__member {
    display: none;
  }
}
.home__member-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home__member-grade {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  border: 1px solid #247bf1;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #247bf1;
}
.home__preview-btn {
  position: relative;
  top: 8px;
  width: 148px;
  height: 36px;
  margin: 0 15px 0 0;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 18px;
  background-color: #f5f5f5;
}
.home__preview-btn.--mo {
  display: none;
  position: absolute;
  left: 40px;
  top: 50%;
  width: 211px;
  height: 54px;
  padding: 9px 15px;
  font-size: 22px;
  border-radius: 27px;
  transform: translateY(-50%);
}
@media (max-width: 1179px) {
  .home__preview-btn.--mo {
    display: block;
  }
}
@media (max-width: 749px) {
  .home__preview-btn.--mo {
    left: 20px;
    width: 105.5px;
    height: 27px;
    padding: 4.5px 7.5px;
    font-size: 11px;
    border-radius: 13.5px;
  }
}
.home__preview-icon {
  width: 24px;
  margin-right: 5px;
}
.home__preview-btn.--mo .home__preview-icon {
  width: 30px;
  margin-right: 3px;
}
@media (max-width: 749px) {
  .home__preview-btn.--mo .home__preview-icon {
    width: 15px;
  }
}
.home__member-name {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
.home__member-controller {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
}
.home__member-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.home__member-link:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 11px;
  margin: 0 10px;
  background-color: #dedede;
}
.home__navigation {
  position: relative;
  z-index: 11;
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding-right: 144px;
}
.home__navigation:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(-1 * (100vw - 1100px) / 2);
  width: 100vw;
  height: 1px;
  background-color: #000;
}
.home__navigation[component-expanded=true]:after {
  display: none;
}
@media (max-width: 1179px) {
  .home__navigation {
    display: none;
  }
}
.home__navigation-title {
  display: none;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 1100px;
  height: 80px;
  margin: 0 auto;
  padding: 0 calc((100% - 1100px) / 2);
  background-color: #247bf1;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.home__navigation-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * (100vw - 1100px) / 2);
  width: calc((100vw - 1100px) / 2);
  height: 100%;
  background-color: #247bf1;
}
.home__navigation-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(-1 * (100vw - 1100px) / 2);
  bottom: 0;
  width: calc((100vw - 1100px) / 2);
  height: 100%;
  background-color: #247bf1;
}
.home__navigation[component-expanded=true] .home__navigation-title {
  display: flex;
}
@media (max-width: 1179px) {
  .home__navigation-title {
    width: 100%;
    padding-left: 40px;
  }
}
.home__navigation-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: url("../../images/op/home__navigation-button.png") right center/auto no-repeat;
}
.home__navigation-button[aria-expanded=true] {
  background-image: url("../../images/op/home__navigation-button--expanded.png");
}
@media (max-width: 1179px) {
  .home__navigation-button {
    right: 40px;
  }
}
.home__navigation-list.--depth1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
}
.home__navigation[component-expanded=true] .home__navigation-list.--depth1 {
  align-items: flex-start;
  position: relative;
  width: 1160px;
  height: 258px;
  margin: 0 -30px;
  padding: 30px 0;
}
.home__navigation[component-expanded=true] .home__navigation-list.--depth1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(-1 * (100vw - 1160px) / 2);
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.home__navigation[component-expanded=true] .home__navigation-list.--depth1:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 424px;
  height: 92px;
  background: url("../../images/op/home__navigation-list--before.png") right bottom/auto no-repeat;
}
.home__navigation-list.--depth2 {
  display: none;
}
.home__navigation[component-expanded=false] .home__navigation-list.--depth2 {
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 166px;
  height: auto;
  margin-left: -48px;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 14px 15px 10px -10px rgba(0, 0, 0, 0.1);
}
.home__navigation[component-expanded=true] .home__navigation-list.--depth2 {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 25px;
}
@media (max-width: 1179px) {
  .home__navigation[component-expanded=true] .home__navigation-list.--depth1 {
    width: 100%;
    margin: unset;
  }
  .home__navigation[component-expanded=true] .home__navigation-list.--depth1:before {
    display: none;
  }
}
.home__navigation-item {
  height: 100%;
  text-align: center;
}
.home.--depth1 > .home__navigation-item {
  width: auto;
  height: 100%;
}
.home__navigation[component-expanded=true] .home.--depth1 > .home__navigation-item {
  flex: 1;
  min-width: 1px;
  padding: 0 30px;
}
.home__navigation[component-expanded=true] .home.--depth1 > .home__navigation-item:not(:first-child) {
  position: relative;
  border-left: 1px solid #d3d3d3;
}
.home__navigation[component-expanded=false] .home.--depth1 > .home__navigation-item {
  text-align: center;
}
.home__navigation-list.--depth2 > .home__navigation-item {
  margin-top: 20px;
}
.home__navigation[component-expanded=false] .home__navigation-list.--depth2 > .home__navigation-item {
  margin: 0;
  padding: 15px 0;
  background-color: #fff;
}
.home__navigation[component-expanded=false] .home__navigation-list.--depth2 > .home__navigation-item:hover {
  cursor: pointer;
  background-color: #e9f2fe;
}
.home__navigation[component-expanded=false] .home__navigation-list.--depth2 > .home__navigation-item:hover a {
  color: #247bf1;
  font-weight: bold;
}
.home__navigation[component-expanded=false] .home__navigation-list.--depth2 > .home__navigation-item:nth-child(1) {
  margin-top: 10px;
  border-radius: 10px 10px 0 0;
}
.home__navigation[component-expanded=false] .home__navigation-list.--depth2 > .home__navigation-item:last-child {
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1179px) {
  .home__navigation[component-expanded=true] .home__navigation-list.--depth1 > .home__navigation-item {
    padding: 0 40px;
  }
}
.home__navigation-item:hover .--depth2 {
  display: block;
}
.home__navigation-list.--depth1 > * > .home__navigation-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
.home__navigation[component-expanded=false] .home__navigation-list.--depth1 > * > .home__navigation-link:hover, .home__navigation[component-expanded=false] .home__navigation-list.--depth1 > * > .home__navigation-link.--active {
  font-weight: bold;
  color: #247bf1;
}
.home__navigation[component-expanded=false] .home__navigation-list.--depth1 > * > .home__navigation-link:hover:after, .home__navigation[component-expanded=false] .home__navigation-list.--depth1 > * > .home__navigation-link.--active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #247bf1;
}
.home__navigation[component-expanded=true] .home__navigation-list.--depth1 > * > .home__navigation-link {
  justify-content: flex-start;
  height: auto;
  font-weight: bold;
  color: #000;
}
.home__navigation-list.--depth2 > * > .home__navigation-link {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.home__navigation-list.--depth2 > * > .home__navigation-link.--active {
  color: #247bf1;
  font-weight: bold;
}
@media (max-width: 1179px) {
  .home__navigation[component-expanded=true] .home__navigation-list.--depth1 > * > .home__navigation-link {
    align-items: flex-start;
  }
}
.home__navigation-tag {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-left: 6px;
}
.home__navigation-tag.--ai {
  width: 40px;
  height: 20px;
  background: url("../../images/op/home__navigation-tag--ai.png") center/contain no-repeat;
}
.home__navigation-tag.--new {
  width: 50px;
  height: 20px;
  background: url("../../images/op/home__navigation-tag--new.png") center/contain no-repeat;
}
.home__hamburger {
  display: none;
}
@media (max-width: 1179px) {
  .home__hamburger {
    display: block;
  }
}
.home__hamburger-expander {
  position: absolute;
  top: 0;
  right: 8px;
  width: 114px;
  height: 114px;
  background: url("../../images/op/home__hmaburger-expander.png") center/48px 40px no-repeat;
}
.home__hamburger-expander[aria-expanded=true] {
  position: fixed;
  z-index: 999999;
  width: 110px;
  height: 126px;
  top: 70px;
  right: 0;
  background-image: url("../../images/op/home__hamburger-expander--expanded.png");
  background-size: 30px;
}
@media (max-width: 749px) {
  .home__hamburger-expander {
    right: 4px;
    width: 57px;
    height: 57px;
    background-size: 24px 20px;
  }
  .home__hamburger-expander[aria-expanded=true] {
    width: 55px;
    height: 63px;
    top: 35px;
    background-size: 15px;
  }
}
.home__hamburger-expanded {
  display: none;
  overflow: hidden auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999998;
  background-color: rgba(0, 0, 0, 0.6);
}
.home__hamburger-expanded[aria-hidden=false] {
  display: block;
}
.home__hamburger-notify {
  padding: 0 40px;
  background-color: #fff;
}
@media (max-width: 749px) {
  .home__hamburger-notify {
    padding: 0 20px;
  }
}
.home__hamburger-notify-carousel {
  overflow: hidden;
  width: 100%;
  height: 70px;
}
.home__hamburger-notify-carousel .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 749px) {
  .home__hamburger-notify-carousel {
    height: 35px;
  }
}
.home__hamburger-notify-link {
  display: block;
  width: 100%;
  height: 100%;
}
.home__hamburger-notify-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.home__hamburger-notify-state {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #247bf1;
  white-space: nowrap;
}
@media (max-width: 749px) {
  .home__hamburger-notify-state {
    margin-left: 8px;
    font-size: 12px;
  }
}
.home__hamburger-notify-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: 400;
  color: #222;
}
.home__hamburger-notify-title.--new {
  position: relative;
  padding-right: 51px;
}
.home__hamburger-notify-title.--new:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 26px;
  height: 26px;
  background: url("../../images/op/home__hamburger-notify-title--new.png") center/contain no-repeat;
  transform: translateY(-50%);
}
@media (max-width: 749px) {
  .home__hamburger-notify-title {
    font-size: 12px;
  }
  .home__hamburger-notify-title.--new {
    padding-right: 25.5px;
  }
  .home__hamburger-notify-title.--new:after {
    width: 13px;
    height: 13px;
  }
}
.home__hamburger-member {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 126px;
  padding: 0 110px 0 40px;
  background-color: #247bf1;
}
@media (max-width: 749px) {
  .home__hamburger-member {
    height: 63px;
    padding: 0 55px 0 20px;
  }
}
.home__hamburger-member-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home__hamburger-member-grade {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 749px) {
  .home__hamburger-member-grade {
    width: 44px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 14px;
  }
}
.home__hamburger-member-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}
.home__hamburger-member-name:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 22px;
  margin-left: 14px;
  background: url("../../images/op/home__hamburger-member-name--after.png") center/contain no-repeat;
}
@media (max-width: 749px) {
  .home__hamburger-member-name {
    margin-left: 8px;
    font-size: 17px;
  }
  .home__hamburger-member-name:after {
    width: 6px;
    height: 11px;
    margin-left: 0.5px;
  }
}
.home__hamburger-member-link.--login {
  display: inline-block;
  vertical-align: top;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}
.home__hamburger-member-link.--login:after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
}
.home__hamburger-member-link.--logout {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 749px) {
  .home__hamburger-member-link.--login {
    font-size: 17px;
  }
  .home__hamburger-member-link.--login:after {
    margin-left: 7px;
  }
  .home__hamburger-member-link.--logout {
    font-size: 15px;
  }
}
.home__hamburger-list {
  overflow: hidden auto;
  width: 100%;
  height: calc(100vh - 196px);
  background-color: #fff;
}
@media (max-width: 749px) {
  .home__hamburger-list {
    height: calc(100vh - 98px);
  }
}
.home__hamburger-item.--col2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__hamburger-acc-expander {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 116px;
  padding: 0 112px 0 40px;
  font-size: 38px;
  font-weight: 500;
  color: #222;
}
.home__hamburger-acc-expander:is(button):before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 32px;
  height: 4px;
  background-color: #222;
  transform: translateY(-50%);
}
.home__hamburger-acc-expander:is(button):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 54px;
  width: 4px;
  height: 32px;
  background-color: #222;
  transform: translateY(-50%);
}
.home__hamburger-acc-expander:is(button)[aria-expanded=true] {
  background-color: #247bf1;
  font-weight: bold;
  color: #fff;
}
.home__hamburger-acc-expander:is(button)[aria-expanded=true]:before {
  background-color: #fff;
}
.home__hamburger-acc-expander:is(button)[aria-expanded=true]:after {
  display: none;
}
.home__hamburger-acc-expander:is(a).--active {
  background-color: #247bf1;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 749px) {
  .home__hamburger-acc-expander {
    height: 58px;
    padding: 0 56px 0 20px;
    font-size: 19px;
  }
  .home__hamburger-acc-expander:is(button):before {
    right: 20px;
    width: 16px;
    height: 2px;
  }
  .home__hamburger-acc-expander:is(button):after {
    right: 27px;
    width: 2px;
    height: 16px;
  }
}
.home__hamburger-acc-expanded {
  display: none;
  padding: 18px 76px;
}
.home__hamburger-acc-expanded[aria-hidden=false] {
  display: block;
}
@media (max-width: 749px) {
  .home__hamburger-acc-expanded {
    padding: 9px 38px;
  }
}
.home__hamburger-acc-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 0.8;
  width: 100%;
  height: 72px;
  font-size: 32px;
  font-weight: 400;
  color: #222;
}
.home__hamburger-acc-link.--active {
  opacity: 1;
  color: #247bf1;
  font-weight: bold;
}
@media (max-width: 749px) {
  .home__hamburger-acc-link {
    height: 36px;
    font-size: 16px;
  }
}
.home__hamburger-tag {
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
}
.home__hamburger-tag.--ai {
  width: 64px;
  height: 36px;
  background: url("../../images/op/home__navigation-tag--ai.png") center/contain no-repeat;
}
.home__hamburger-tag.--new {
  width: 94px;
  height: 36px;
  background: url("../../images/op/home__navigation-tag--new.png") center/contain no-repeat;
}
@media (max-width: 749px) {
  .home__hamburger-tag {
    margin-left: 7px;
  }
  .home__hamburger-tag.--ai {
    width: 32px;
    height: 18px;
  }
  .home__hamburger-tag.--new {
    width: 47px;
    height: 18px;
  }
}
.home__hamburger-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100px;
  font-size: 38px;
  font-weight: 500;
  color: #222;
}
.home__hamburger-link:nth-of-type(odd) {
  background-color: #f1f6ff;
}
.home__hamburger-link:nth-of-type(even) {
  background-color: #e3eeff;
}
@media (max-width: 749px) {
  .home__hamburger-link {
    height: 50px;
    font-size: 19px;
  }
}
.home__main {
  overflow: hidden;
}
.home__navigation[component-expanded=true] ~ .home__main {
  margin-top: -258px;
}
@media (max-width: 1179px) {
  .home__navigation[component-expanded=true] ~ .home__main {
    margin-top: unset;
  }
}
.home__sub {
  overflow: hidden;
  min-height: calc(100vh - 466px);
}
.home__navigation[component-expanded=true] ~ .home__sub {
  margin-top: -258px;
}
@media (max-width: 1179px) {
  .home__navigation[component-expanded=true] ~ .home__sub {
    margin-top: unset;
  }
}
.home__showcase {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
}
.home__showcase .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.home__showcase .swiper-container .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__showcase .swiper-container .swiper-slide > img.--w {
  display: block;
}
.home__showcase .swiper-container .swiper-slide > img.--t, .home__showcase .swiper-container .swiper-slide > img.--m {
  display: none;
}
.home__showcase .swiper-container + .swiper-pagination-bullets {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 50%;
  width: auto;
  max-width: 1100px;
  border-radius: 20px 20px 0 0;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
}
.home__showcase .swiper-container + .swiper-pagination-bullets .swiper-pagination-bullet {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  position: relative;
  width: 275px;
  height: 80px;
  margin: unset;
  border-radius: unset;
  background: unset;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  text-align: center;
  white-space: pre;
}
.home__showcase .swiper-container + .swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 40px;
  background-color: #c3c3c3;
  transform: translateY(-50%);
}
.home__showcase .swiper-container + .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, rgb(0, 210, 255) 0%, rgb(0, 98, 255) 100%);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1179px) {
  .home__showcase {
    width: 100%;
    border-bottom: unset;
  }
  .home__showcase .swiper-container .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home__showcase .swiper-container .swiper-slide > img.--t {
    display: block;
  }
  .home__showcase .swiper-container .swiper-slide > img.--w, .home__showcase .swiper-container .swiper-slide > img.--m {
    display: none;
  }
  .home__showcase .swiper-container + .swiper-pagination-bullets {
    flex-wrap: wrap;
    align-content: flex-end;
    position: unset;
    width: 100%;
    max-width: unset;
    border-radius: unset;
    transform: unset;
  }
  .home__showcase .swiper-container + .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 50%;
    height: 86px;
    font-size: 22px;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
  }
  .home__showcase .swiper-container + .swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child):before {
    display: none;
  }
  .home__showcase .swiper-container + .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(2n + 2) {
    border-right: unset;
  }
}
@media (max-width: 749px) {
  .home__showcase .swiper-container .swiper-slide > img.--w, .home__showcase .swiper-container .swiper-slide > img.--t {
    display: none;
  }
  .home__showcase .swiper-container .swiper-slide > img.--m {
    display: block;
  }
  .home__showcase .swiper-container + .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 43px;
    font-size: 11px;
  }
}
.home__quick-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
@media (max-width: 1179px) {
  .home__quick-menu {
    display: block;
    width: 100%;
    padding: 60px 40px 0 40px;
  }
}
@media (max-width: 749px) {
  .home__quick-menu {
    padding: 30px 20px 0 20px;
  }
}
.home__notice {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 456px;
  padding-right: 20px;
}
@media (max-width: 1179px) {
  .home__notice {
    width: 100%;
    height: auto;
    padding-right: unset;
  }
}
.home__notice-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 34px;
  font-size: 24px;
  font-weight: bold;
  color: #222;
}
.home__notice-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 3px;
  background-color: #222;
  transform: translateY(-50%);
}
.home__notice-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 27.5px;
  width: 3px;
  height: 18px;
  background-color: #222;
  transform: translateY(-50%);
}
@media (max-width: 1179px) {
  .home__notice-title {
    height: 28px;
    font-size: 28px;
  }
  .home__notice-title:before {
    width: 20px;
    right: 0;
  }
  .home__notice-title:after {
    right: 8.5px;
    height: 20px;
  }
}
@media (max-width: 749px) {
  .home__notice-title {
    height: 14px;
    font-size: 14px;
  }
  .home__notice-title:before {
    width: 10px;
  }
  .home__notice-title:after {
    right: 4.25px;
    height: 10px;
  }
}
.home__notice-list {
  margin-top: 18px;
  border-top: 1px solid #000;
}
@media (max-width: 1179px) {
  .home__notice-list {
    margin-top: 20px;
  }
}
@media (max-width: 749px) {
  .home__notice-list {
    margin-top: 10px;
  }
}
.home__notice-item + .home__notice-item {
  border-top: 1px solid #ddd;
}
.home__notice-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  padding-left: 18px;
}
.home__notice-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #247bf1;
  transform: translateY(-50%);
}
.home__notice-link.--emphasis {
  padding-left: 44px;
}
.home__notice-link.--emphasis:before {
  width: 30px;
  height: 22px;
  background: url("../../images/op/home__notice-link--emphasis.png") center/contain;
}
@media (max-width: 1179px) {
  .home__notice-link {
    height: 90px;
    padding-left: 20px;
  }
  .home__notice-link:before {
    width: 7px;
    height: 7px;
  }
  .home__notice-link.--emphasis {
    padding-left: 50px;
  }
  .home__notice-link.--emphasis:before {
    width: 33px;
    height: 26px;
  }
}
@media (max-width: 749px) {
  .home__notice-link {
    height: 45px;
    padding-left: 10px;
  }
  .home__notice-link:before {
    width: 3.5px;
    height: 3.5px;
  }
  .home__notice-link.--emphasis {
    padding-left: 25px;
  }
  .home__notice-link.--emphasis:before {
    width: 16.5px;
    height: 13px;
  }
}
.home__notice-key {
  order: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
@media (max-width: 1179px) {
  .home__notice-key {
    font-size: 22px;
  }
}
@media (max-width: 749px) {
  .home__notice-key {
    font-size: 11px;
  }
}
.home__notice-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  order: 0;
  display: block;
  width: 356px;
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
.home__notice-link.--new .home__notice-value:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  background: url("../../images/op/home__notice-link--new.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .home__notice-value {
    width: 75%;
    font-size: 22px;
  }
  .home__notice-link.--new .home__notice-value:after {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 749px) {
  .home__notice-value {
    font-size: 11px;
  }
  .home__notice-link.--new .home__notice-value:after {
    width: 13px;
    height: 13px;
    margin-left: 6px;
  }
}
.home__major-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 50%;
  height: 456px;
  padding-left: 20px;
}
@media (max-width: 1179px) {
  .home__major-menu {
    width: 100%;
    height: auto;
    padding-left: unset;
  }
}
.home__qna-link {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 194px;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  background: url("../../images/op/home__qna-link--img.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .home__qna-link {
    width: unset;
    flex: 1;
    min-width: 1px;
    height: 31.944vw;
    margin-right: 20px;
  }
}
@media (max-width: 749px) {
  .home__qna-link {
    margin-right: 10px;
    border-radius: 10px;
  }
}
.home__app-banner {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  width: 340px;
  height: 194px;
  border-radius: 20px;
}
.home__app-banner > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1179px) {
  .home__app-banner {
    width: 57.638vw;
    height: 31.944vw;
  }
}
@media (max-width: 749px) {
  .home__app-banner {
    border-radius: 10px;
  }
}
.home__app-link {
  display: block;
  position: absolute;
}
.home__app-link.--ios {
  bottom: 30px;
  left: 20px;
  width: 118px;
  height: 32px;
}
.home__app-link.--aos {
  bottom: 30px;
  left: 146px;
  width: 118px;
  height: 32px;
}
@media (max-width: 1179px) {
  .home__app-link.--ios {
    bottom: 4.444vw;
    left: 3.055vw;
    width: 20.555vw;
    height: 5.555vw;
  }
  .home__app-link.--aos {
    bottom: 4.444vw;
    left: 24.722vw;
    width: 20.555vw;
    height: 5.555vw;
  }
}
.home__event {
  width: 100%;
  height: 262px;
  padding-top: 14px;
}
@media (max-width: 1179px) {
  .home__event {
    height: auto;
    padding-top: 38px;
  }
}
@media (max-width: 749px) {
  .home__event {
    padding-top: 19px;
  }
}
.home__event-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 34px;
  font-size: 24px;
  font-weight: bold;
  color: #222;
}
.home__event-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 3px;
  background-color: #222;
  transform: translateY(-50%);
}
.home__event-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 27.5px;
  width: 3px;
  height: 18px;
  background-color: #222;
  transform: translateY(-50%);
}
@media (max-width: 1179px) {
  .home__event-title {
    height: 28px;
    font-size: 28px;
  }
  .home__event-title:before {
    width: 20px;
    right: 0;
  }
  .home__event-title:after {
    right: 8.5px;
    height: 20px;
  }
}
@media (max-width: 749px) {
  .home__event-title {
    height: 14px;
    font-size: 14px;
  }
  .home__event-title:before {
    width: 10px;
  }
  .home__event-title:after {
    right: 4.25px;
    height: 10px;
  }
}
.home__event-content {
  overflow: hidden;
  width: 100%;
  height: 196px;
  margin-top: 18px;
  border-radius: 20px;
}
.home__event-content .swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.home__event-content .swiper-container .swiper-slide {
  cursor: pointer;
  display: block;
}
.home__event-content .swiper-container .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__event-content .swiper-container .swiper-slide > img.--w {
  display: block;
}
.home__event-content .swiper-container .swiper-slide > img.--t, .home__event-content .swiper-container .swiper-slide > img.--m {
  display: none;
}
.home__event-content .swiper-container .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 18px;
  left: unset;
  width: 100%;
  height: auto;
}
.home__event-content .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  opacity: unset;
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  border-radius: 100%;
  background-color: #7a7a7a;
}
.home__event-content .swiper-container .swiper-pagination-bullet-active {
  background-color: #247bf1;
}
@media (max-width: 1179px) {
  .home__event-content {
    height: auto;
    margin-top: 20px;
  }
  .home__event-content .swiper-container .swiper-slide > img.--w, .home__event-content .swiper-container .swiper-slide > img.--m {
    display: none;
  }
  .home__event-content .swiper-container .swiper-slide > img.--t {
    display: block;
  }
  .home__event-content .swiper-container .swiper-pagination-bullets {
    bottom: 20px;
  }
}
@media (max-width: 749px) {
  .home__event-content {
    height: auto;
    margin-top: 10px;
    border-radius: 10px;
  }
  .home__event-content .swiper-container .swiper-slide > img.--w, .home__event-content .swiper-container .swiper-slide > img.--t {
    display: none;
  }
  .home__event-content .swiper-container .swiper-slide > img.--m {
    display: block;
  }
  .home__event-content .swiper-container .swiper-pagination-bullets {
    bottom: 10px;
  }
  .home__event-content .swiper-container .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 2.5px !important;
  }
}
.home__shortcut-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px 0;
}
@media (max-width: 1179px) {
  .home__shortcut-menu {
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 749px) {
  .home__shortcut-menu {
    padding: 50px 0;
  }
}
.home__shortcut-link {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 250px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home__shortcut-link:nth-of-type(1) {
  background-image: url("../../images/op/home__shortcut-link0.png");
}
.home__shortcut-link:nth-of-type(2) {
  background-image: url("../../images/op/home__shortcut-link1.png");
}
.home__shortcut-link:nth-of-type(3) {
  background-image: url("../../images/op/home__shortcut-link2.png");
}
.home__shortcut-link:nth-of-type(4) {
  background-image: url("../../images/op/home__shortcut-link3.png");
}
.home__shortcut-link[disabled] {
  cursor: initial;
}
@media (max-width: 1179px) {
  .home__shortcut-link {
    width: calc((100vw - 120px) / 2);
    height: calc((100vw - 120px) / 2);
    margin-top: 20px;
  }
  .home__shortcut-link:not(:last-child) {
    margin-right: unset;
  }
  .home__shortcut-link:nth-of-type(1), .home__shortcut-link:nth-of-type(2) {
    margin-top: unset;
  }
}
@media (max-width: 749px) {
  .home__shortcut-link {
    width: calc((100vw - 60px) / 2);
    height: calc((100vw - 60px) / 2);
    margin-top: 20px;
  }
  .home__shortcut-link:nth-of-type(1), .home__shortcut-link:nth-of-type(2) {
    margin-top: unset;
  }
}
.home__update {
  padding: 100px 0;
  background: #dcedff;
}
@media (max-width: 1179px) {
  .home__update {
    position: relative;
  }
}
@media (max-width: 749px) {
  .home__update {
    padding: 50px 0;
  }
}
.home__update-description {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  text-align: center;
}
@media (max-width: 1179px) {
  .home__update-description {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .home__update-description {
    font-size: 14px;
  }
}
.home__update-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  font-size: 50px;
  font-weight: bold;
  color: #222;
  text-align: center;
}
.home__update-title .--emphasis {
  display: inline-block;
  vertical-align: top;
  color: #0078ff;
}
.home__update-title:after {
  content: "";
  display: block;
  width: 100px;
  height: 120px;
  margin-left: 20px;
  background: url("../../images/op/home__update-title--after.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .home__update-title {
    margin-top: unset;
    font-size: 52px;
  }
  .home__update-title:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 110px;
    height: 120px;
    margin-left: 190px;
  }
}
@media (max-width: 749px) {
  .home__update-title {
    font-size: 26px;
  }
  .home__update-title:after {
    width: 55px;
    height: 60px;
    margin-left: 95px;
  }
}
.home__update-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 44px;
  margin: 20px auto 0 auto;
  border-radius: 22px;
  background-color: #222;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.home__update-link:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 15px;
  margin-left: 10px;
  background: url("../../images/op/home__update-link--after.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .home__update-link {
    width: 204px;
    height: 54px;
    margin-top: 50px;
    border-radius: 27px;
    font-size: 24px;
  }
  .home__update-link:after {
    width: 10px;
    height: 18px;
  }
}
@media (max-width: 749px) {
  .home__update-link {
    width: 102px;
    height: 27px;
    margin-top: 25px;
    border-radius: 13.5px;
    font-size: 12px;
  }
  .home__update-link:after {
    width: 5px;
    height: 9px;
    margin-left: 5px;
  }
}
.home__update-config {
  margin-top: 78px;
}
.home__update-config .swiper-container {
  overflow: hidden;
  padding: 3px 0;
}
.home__update-config .swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home__update-config .swiper-container .swiper-wrapper .swiper-slide {
  width: auto !important;
}
@media (max-width: 749px) {
  .home__update-config {
    margin-top: 39px;
  }
}
.home__update-card {
  position: relative;
  width: 300px;
  height: 332px;
  border-radius: 20px;
  background-color: #fff;
}
.home__update-card:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-radius: 23px;
  background: linear-gradient(135deg, rgb(169, 201, 254) 0%, rgb(203, 233, 255) 50%, rgb(169, 201, 254) 100%);
}
@media (max-width: 1179px) {
  .home__update-card {
    width: 346px;
    height: 382px;
    border-radius: 25px;
  }
  .home__update-card:before {
    border-radius: 28px;
  }
}
@media (max-width: 749px) {
  .home__update-card {
    width: 173px;
    height: 191px;
    border-radius: 12.5px;
  }
  .home__update-card:before {
    border-radius: 14px;
  }
}
.home__update-location {
  font-size: 18px;
  font-weight: 400;
  color: #888;
  text-align: center;
}
.home__update-location:before {
  content: "";
  display: block;
  width: 170px;
  height: 120px;
  margin: 0 auto;
  padding-top: 40px;
  background: url("../../images/op/home__update-location--before.png") center 40px/100% auto no-repeat;
}
@media (max-width: 1179px) {
  .home__update-location {
    font-size: 22px;
  }
  .home__update-location:before {
    width: 212px;
    height: 128px;
    padding-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .home__update-location {
    font-size: 11px;
  }
  .home__update-location:before {
    width: 106px;
    height: 64px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-position: center 20px;
  }
}
.home__update-name {
  height: 64px;
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  text-align: center;
  white-space: pre;
}
@media (max-width: 1179px) {
  .home__update-name {
    height: 72px;
    margin-top: 14px;
    font-size: 28px;
    line-height: 1;
  }
}
@media (max-width: 749px) {
  .home__update-name {
    height: 36px;
    margin-top: 7px;
    font-size: 14px;
  }
}
.home__update-subject {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 30px;
  margin: 16px auto 0 auto;
  border: 1px solid #247bf1;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #247bf1;
}
@media (max-width: 1179px) {
  .home__update-subject {
    width: 141px;
    height: 41px;
    border-radius: 25px;
    margin: 0 auto;
    font-size: 22px;
  }
}
@media (max-width: 749px) {
  .home__update-subject {
    width: 70.5px;
    height: 20.5px;
    border-radius: 12.5px;
    font-size: 11px;
  }
}

.high-quiz {
  width: 100%;
  height: auto;
  background-color: #192847;
}
.high-quiz, .high-quiz * {
  font-family: "Noto Sans KR", sans-serif !important;
}
.high-quiz.--home {
  background-color: #fff;
}
.high-quiz.--app {
  padding-bottom: 110px;
}
.high-quiz.--app:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
@media (max-width: 749px) {
  .high-quiz.--app {
    padding-bottom: 55px;
  }
}
.high-quiz__summary {
  position: relative;
  width: 608px;
  height: auto;
  margin: 0 auto;
  padding: 64px 0 64px 140px;
}
.high-quiz__summary:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 105px;
  height: 121px;
  background: url("../../images/op/high-quiz__summary--before.png") center/contain no-repeat;
  transform: translateY(-50%);
}
@media (max-width: 1179px) {
  .high-quiz__summary {
    width: 100%;
    padding: 100px 0;
  }
  .high-quiz__summary:before {
    position: unset;
    width: 212px;
    height: 244px;
    margin: 0 auto;
    transform: unset;
  }
}
@media (max-width: 749px) {
  .high-quiz__summary {
    padding: 50px 0;
  }
  .high-quiz__summary:before {
    width: 106px;
    height: 122px;
  }
}
.high-quiz__summary-title {
  font-family: "NanumSquare", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #35cdff;
  line-height: 35px;
}
@media (max-width: 1179px) {
  .high-quiz__summary-title {
    margin-top: 30px;
    font-size: 46px;
    text-align: center;
    line-height: 48px;
  }
}
@media (max-width: 749px) {
  .high-quiz__summary-title {
    margin-top: 15px;
    font-size: 23px;
    line-height: 24px;
  }
}
.high-quiz__summary-description {
  margin-top: 6px;
  font-family: "NanumSquare", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1179px) {
  .high-quiz__summary-description {
    margin-top: 22px;
    font-size: 30px;
    text-align: center;
    line-height: 44px;
  }
}
@media (max-width: 749px) {
  .high-quiz__summary-description {
    margin-top: 11px;
    font-size: 15px;
    line-height: 22px;
  }
}
.high-quiz__subject {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 160px;
}
@media (max-width: 1179px) {
  .high-quiz__subject {
    width: 100%;
    padding-bottom: 150px;
  }
}
@media (max-width: 749px) {
  .high-quiz__subject {
    padding-bottom: 75px;
  }
}
.high-quiz__subject-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1179px) {
  .high-quiz__subject-list {
    width: auto;
    margin: 0 40px;
    padding: 60px 0;
  }
}
@media (max-width: 749px) {
  .high-quiz__subject-list {
    margin: 0 20px;
    padding: 30px 0;
  }
}
.high-quiz__subject-item {
  position: relative;
  margin: 0 5px;
}
@media (max-width: 1179px) {
  .high-quiz__subject-item {
    width: 33.3333333333%;
    margin: 0 10px;
  }
  .high-quiz__subject-item:first-child {
    margin-left: unset;
  }
  .high-quiz__subject-item:last-child {
    margin-right: unset;
  }
}
@media (max-width: 749px) {
  .high-quiz__subject-item {
    margin: 0 5px;
  }
}
.high-quiz__subject-link {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
  width: 130px;
  height: 40px;
  border-radius: 10px;
  background-color: #395897;
  font-family: "NanumSquare", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.high-quiz__subject-link.--active {
  opacity: 1;
}
@media (max-width: 1179px) {
  .high-quiz__subject-link {
    width: 100%;
    height: 80px;
    border-radius: 20px;
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  .high-quiz__subject-link {
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
  }
}
.high-quiz__subject-container {
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media (max-width: 1179px) {
  .high-quiz__subject-container {
    padding: 0 40px;
  }
}
@media (max-width: 749px) {
  .high-quiz__subject-container {
    padding: 0 20px;
  }
}
.high-quiz__subject-content {
  margin-top: 60px;
}
@media (max-width: 749px) {
  .high-quiz__subject-content {
    margin-top: 30px;
  }
}
.high-quiz__subject-key {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  background-color: #2c4578;
  font-family: "NanumSquare", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 1179px) {
  .high-quiz__subject-key {
    height: 85px;
    padding: 0 32px;
    font-size: 36px;
  }
}
@media (max-width: 749px) {
  .high-quiz__subject-key {
    height: 42.5px;
    padding: 0 16px;
    font-size: 18px;
  }
}
.high-quiz__subject-value {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.high-quiz__subject-value .swiper-conatiner {
  margin: 0 -20px -20px 0;
}
.high-quiz__subject-value .swiper-conatiner .swiper-wrapper {
  display: block;
  font-size: 0;
}
.high-quiz__subject-value .swiper-conatiner .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 20px 20px 0;
}
@media (max-width: 1179px) {
  .high-quiz__subject-value .swiper-conatiner .swiper-wrapper {
    display: flex;
  }
}
@media (max-width: 749px) {
  .high-quiz__subject-value {
    margin-top: 10px;
  }
  .high-quiz__subject-value .swiper-conatiner {
    margin: 0 -10px -10px 0;
  }
  .high-quiz__subject-value .swiper-conatiner .swiper-slide {
    margin: 0 10px 10px 0;
  }
}
.high-quiz__challenge-link {
  display: block;
  width: 260px;
  height: 150px;
}
.high-quiz__challenge-link > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1179px) {
  .high-quiz__challenge-link {
    width: 520px;
    height: 300px;
  }
}
@media (max-width: 749px) {
  .high-quiz__challenge-link {
    width: 260px;
    height: 150px;
  }
}
.high-quiz__current-subject {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #192847;
}
@media (max-width: 1179px) {
  .high-quiz__current-subject {
    justify-content: space-between;
    height: 120px;
    padding: 0 40px;
  }
}
@media (max-width: 749px) {
  .high-quiz__current-subject {
    height: 60px;
    padding: 0 20px;
  }
}
.high-quiz__current-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  border-radius: 40px;
  font-family: "NanumSquare", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.high-quiz__current-link.--active {
  background-color: #fff;
  color: #192847;
}
@media (max-width: 1179px) {
  .high-quiz__current-link {
    flex: 1;
    width: unset;
    min-width: 1px;
    height: 80px;
    margin: 0 10px;
    border-radius: 80px;
    font-size: 32px;
  }
  .high-quiz__current-link:first-child {
    margin-left: unset;
  }
  .high-quiz__current-link:last-child {
    margin-right: unset;
  }
}
@media (max-width: 749px) {
  .high-quiz__current-link {
    height: 40px;
    border-radius: 40px;
    font-size: 16px;
  }
}
.high-quiz__container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .high-quiz__container {
    padding: 40px;
  }
}
@media (max-width: 749px) {
  .high-quiz__container {
    padding: 20px;
  }
}
.high-quiz__content {
  overflow: hidden;
  width: 1100px;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #f6f6f6;
}
@media (max-width: 1179px) {
  .high-quiz__content {
    width: 100%;
    margin-bottom: 94px;
  }
}
@media (max-width: 749px) {
  .high-quiz__content {
    border-radius: 10px;
    margin-bottom: 47px;
  }
}
.high-quiz__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  background-color: #192847;
}
@media (max-width: 1179px) {
  .high-quiz__head {
    height: 98px;
    padding: 0 40px;
  }
}
@media (max-width: 749px) {
  .high-quiz__head {
    height: 49px;
    padding: 0 20px;
  }
}
.high-quiz__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "NanumSquare", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.high-quiz__title.--math:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 31px;
  margin-right: 10px;
  background: url("../../images/op/high-quiz__title--math.png") center/contain no-repeat;
}
.high-quiz__title.--science:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 35px;
  margin-right: 11px;
  background: url("../../images/op/high-quiz__title--science.png") center/contain no-repeat;
}
.high-quiz__title.--society:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 31px;
  margin-right: 10px;
  background: url("../../images/op/high-quiz__title--society.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .high-quiz__title {
    font-size: 36px;
  }
  .high-quiz__title.--math:before {
    width: 38px;
    height: 38px;
    margin-right: 9px;
  }
  .high-quiz__title.--science:before {
    width: 47px;
    height: 38px;
  }
  .high-quiz__title.--society:before {
    width: 32px;
    height: 38px;
  }
}
@media (max-width: 749px) {
  .high-quiz__title {
    font-size: 18px;
  }
  .high-quiz__title.--math:before {
    width: 19px;
    height: 19px;
    margin-right: 4.5px;
  }
  .high-quiz__title.--science:before {
    width: 23.5px;
    height: 19px;
    margin-right: 5.5px;
  }
  .high-quiz__title.--society:before {
    width: 16px;
    height: 19px;
    margin-right: 5px;
  }
}
.high-quiz__list-back {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 85px;
  height: 35px;
  padding-left: 42px;
  border-radius: 5px;
  background-color: #fff;
  font-family: "NanumSquare", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.high-quiz__list-back:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 17px;
  height: 12px;
  background: url("../../images/op/high-quiz__list-back--before.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .high-quiz__list-back {
    width: 110px;
    height: 46px;
    padding-left: 50px;
    border-radius: 5px;
    font-size: 24px;
  }
  .high-quiz__list-back:before {
    top: 16px;
    left: 16px;
    width: 24px;
    height: 16px;
  }
}
@media (max-width: 749px) {
  .high-quiz__list-back {
    width: 55px;
    height: 23px;
    padding-left: 25px;
    border-radius: 2.5px;
    font-size: 12px;
  }
  .high-quiz__list-back:before {
    top: 8px;
    left: 8px;
    width: 12px;
    height: 8px;
  }
}
@media (max-width: 1179px) {
  .high-quiz__body {
    padding: 0 40px 40px 40px;
  }
}
@media (max-width: 749px) {
  .high-quiz__body {
    padding: 0 20px 20px 20px;
  }
}
.high-quiz__breadcrumb {
  margin: 14px 0;
  padding: 0 40px;
}
@media (max-width: 1179px) {
  .high-quiz__breadcrumb {
    margin: unset;
    padding: 32px 0;
  }
}
@media (max-width: 749px) {
  .high-quiz__breadcrumb {
    margin: unset;
    padding: 16px 0;
  }
}
.high-quiz__breadcrumb-list {
  font-size: 0;
}
.high-quiz__breadcrumb-item {
  display: inline-block;
  vertical-align: top;
}
.high-quiz__breadcrumb-item:not(:last-child):after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-family: "NanumSquare", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #222;
}
@media (max-width: 1179px) {
  .high-quiz__breadcrumb-item:not(:last-child):after {
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .high-quiz__breadcrumb-item:not(:last-child):after {
    margin: 0 5px;
    font-size: 13px;
  }
}
.high-quiz__breadcrumb-link {
  display: inline-block;
  vertical-align: top;
  font-family: "NanumSquare", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #222;
}
.high-quiz__breadcrumb-item[aria-current=step] .high-quiz__breadcrumb-link {
  font-weight: bold;
  color: #247bf1;
}
@media (max-width: 1179px) {
  .high-quiz__breadcrumb-link {
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .high-quiz__breadcrumb-link {
    font-size: 13px;
  }
}
.high-quiz__card {
  overflow: hidden;
  width: 640px;
  height: auto;
  margin: 0 auto;
  padding: 0 40px 50px 40px;
  border-radius: 20px;
}
.high-quiz__card[data-quiz-type=ox] {
  background: #48ccfd url("../../images/op/high-quiz__card-head--ox.jpg") center top/100% auto no-repeat;
}
.high-quiz__card[data-quiz-type=blank] {
  background: #347afc url("../../images/op/high-quiz__card-head--blank.jpg") center top/100% auto no-repeat;
}
.high-quiz__card[data-quiz-type=word] {
  background: #6549fe url("../../images/op/high-quiz__card-head--word.jpg") center top/100% auto no-repeat;
}
@media (max-width: 1179px) {
  .high-quiz__card {
    width: 100%;
    padding: 0 20px 40px 20px;
  }
}
@media (max-width: 749px) {
  .high-quiz__card {
    padding: 0 10px 20px 10px;
    border-radius: 10px;
  }
}
.high-quiz__card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 236px;
}
@media (max-width: 1179px) {
  .high-quiz__card-head {
    height: 33.333vw;
  }
}
.high-quiz__card-title {
  font-family: "NanumSquare", sans-serif;
  font-size: 22px;
  font-weight: 900;
}
.high-quiz__card[data-quiz-type=ox] .high-quiz__card-title {
  color: #222;
}
.high-quiz__card[data-quiz-type=blank] .high-quiz__card-title, .high-quiz__card[data-quiz-type=word] .high-quiz__card-title {
  color: #fff;
}
@media (max-width: 749px) {
  .high-quiz__card-title {
    font-size: 11px;
  }
}
.high-quiz__card-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 34px;
  border-radius: 34px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 749px) {
  .high-quiz__card-pagination {
    width: 52.5px;
    height: 17px;
    border-radius: 17px;
  }
}
.high-quiz__card-current-step {
  display: inline-block;
  vertical-align: top;
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 749px) {
  .high-quiz__card-current-step {
    font-size: 11px;
  }
}
.high-quiz__card-total-step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.high-quiz__card-total-step:before {
  content: "/";
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
.high-quiz__card-total-step:after {
  content: "문항";
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  font-family: "NanumSquare", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 749px) {
  .high-quiz__card-total-step {
    font-size: 11px;
  }
  .high-quiz__card-total-step:before {
    margin: 0 2px;
  }
  .high-quiz__card-total-step:after {
    margin-left: 4px;
    font-size: 10px;
  }
}
.high-quiz__card-body {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 15px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}
.high-quiz__card-body:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 108px;
  height: 116px;
}
.high-quiz__card[data-score=true] .high-quiz__card-body:after {
  background: url("../../images/op/high-quiz__card--true.png") center/contain no-repeat;
}
.high-quiz__card[data-score=false] .high-quiz__card-body:after {
  background: url("../../images/op/high-quiz__card--false.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .high-quiz__card-body {
    padding: 35px 33px;
  }
  .high-quiz__card-body:after {
    top: 10px;
    left: 10px;
    width: 108px;
    height: 116px;
  }
}
@media (max-width: 749px) {
  .high-quiz__card-body {
    margin-top: 7.5px;
    padding: 17.5px 17.5px;
    border-radius: 10px;
  }
  .high-quiz__card-body:after {
    top: 5px;
    left: 5px;
    width: 54px;
    height: 58px;
  }
}
.high-quiz__question {
  font-family: "NanumSquare", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  font-size: 19px !important;
  line-height: 30px !important;
}
.high-quiz__question .--word {
  display: inline-block;
  vertical-align: initial;
  font-family: inherit;
  font-size: inherit;
  font-weight: 900;
  color: #6549fe;
}
.high-quiz__question .--blank {
  display: inline-block;
  vertical-align: initial;
  width: 64px;
  height: 36px;
  margin: 0 7px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  font-family: "NanumSquare", sans-serif;
  font-size: 19px !important;
  font-weight: 900;
  color: #347afc;
  text-align: center;
  line-height: 36px;
}
.high-quiz__box {
  position: relative;
  margin: 54px 0 20px 0;
  padding: 26px 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.high-quiz__box:before {
  content: "[보기]";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 16px;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .high-quiz__box {
    margin: 50px 0 40px 0;
    padding: 26px 20px;
  }
  .high-quiz__box:before {
    padding: 0 12px;
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .high-quiz__box {
    margin: 25px 0 20px 0;
    border-radius: 5px;
    padding: 13px 10px;
  }
  .high-quiz__box:before {
    padding: 0 6px;
    font-size: 12px;
  }
}
.high-quiz__box-description {
  font-size: 19px !important;
  line-height: 30px !important;
  color: #222;
}
.high-quiz__box-description + .high-quiz__box-description {
  margin-top: 14px;
}
.high-quiz__box-description.--center {
  text-align: center;
}
.high-quiz__box-description .--blank {
  display: inline-block;
  vertical-align: initial;
  width: 36px;
  height: 36px;
  margin: 0 7px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  font-family: "NanumSquare", sans-serif;
  font-weight: 900;
  color: #347afc;
  text-align: center;
  line-height: 36px;
  font-size: 19px !important;
}
.high-quiz__question-list {
  margin: 28px 0;
  font-family: "NanumSquare", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #333;
  line-height: 38px;
}
@media (max-width: 1179px) {
  .high-quiz__question-list {
    margin: 32px 0;
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .high-quiz__question-list {
    margin: 16px 0;
    font-size: 13px;
    line-height: 19px;
  }
}
.high-quiz__question-item {
  font-size: 19px !important;
  line-height: 30px !important;
}
.high-quiz__formula {
  margin: 32px 0;
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 19px !important;
  line-height: 30px !important;
}
.high-quiz__formula .--blank {
  display: inline-block;
  vertical-align: initial;
  width: 36px;
  height: 36px;
  margin: 0 7px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  font-family: "NanumSquare", sans-serif;
  font-weight: 900;
  color: #347afc;
  text-align: center;
  line-height: 36px;
  font-size: 19px !important;
}
@media (max-width: 1179px) {
  .high-quiz__formula {
    margin: 28px 0;
  }
}
@media (max-width: 749px) {
  .high-quiz__formula {
    margin: 14px 0;
  }
}
.high-quiz__image {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 32px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.high-quiz__image > img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1179px) {
  .high-quiz__image {
    border-radius: 10px;
  }
}
@media (max-width: 749px) {
  .high-quiz__image {
    margin: 16px 0;
    border-radius: 5px;
  }
}
.high-quiz__ox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
@media (max-width: 1179px) {
  .high-quiz__ox {
    margin: 32px 0;
  }
}
@media (max-width: 749px) {
  .high-quiz__ox {
    margin: 16px 0;
  }
}
.high-quiz__ox-field {
  margin: 0 5px;
}
@media (max-width: 749px) {
  .high-quiz__ox-field {
    margin: 0 2.5px;
  }
}
.high-quiz__ox-label {
  cursor: pointer;
  display: block;
  width: 200px;
  height: 200px;
}
.high-quiz__ox-field:first-child .high-quiz__ox-label {
  background: url("../../images/op/high-quiz__o.png") center/contain no-repeat;
}
.high-quiz__ox-field:first-child .high-quiz__ox-radio:checked + .high-quiz__ox-label, .high-quiz__ox-field:first-child .high-quiz__ox-radio.--correct + .high-quiz__ox-label {
  background-image: url("../../images/op/high-quiz__o--checked.png");
}
.high-quiz__ox-field:last-child .high-quiz__ox-label {
  background: url("../../images/op/high-quiz__x.png") center/contain no-repeat;
}
.high-quiz__ox-field:last-child .high-quiz__ox-radio:checked + .high-quiz__ox-label, .high-quiz__ox-field:last-child .high-quiz__ox-radio.--correct + .high-quiz__ox-label {
  background-image: url("../../images/op/high-quiz__x--checked.png");
}
@media (max-width: 1179px) {
  .high-quiz__ox-label {
    width: 27.777vw;
    height: 27.777vw;
  }
}
.high-quiz__text {
  margin: 74px 0 40px 0;
}
@media (max-width: 749px) {
  .high-quiz__text {
    margin: 37px 0 20px 0;
  }
}
.high-quiz__text-notice {
  font-family: "NanumSquare", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 35px;
  letter-spacing: 0.05em;
}
@media (max-width: 1179px) {
  .high-quiz__text-notice {
    font-size: 18px;
  }
}
@media (max-width: 749px) {
  .high-quiz__text-notice {
    font-size: 10px;
  }
}
.high-quiz__text-input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  font-family: "Pretendard";
  font-size: 24px;
  font-weight: 400;
  color: #222;
}
.high-quiz__text-input::placeholder {
  color: #999;
}
@media (max-width: 749px) {
  .high-quiz__text-input {
    height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 12px;
  }
}
.high-quiz__text-answer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 40px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  font-family: "Pretendard";
  font-size: 24px;
  font-weight: 400;
}
.high-quiz__text-answer + .high-quiz__text-answer {
  margin-top: 8px;
}
.high-quiz__text-answer.--correct {
  border-color: #247bf1;
  background-color: #e9f2fe;
  color: #247bf1;
}
.high-quiz__text-answer.--wrong {
  border-color: #f13e26;
  background-color: #fff2f0;
  color: #f13e26;
}
@media (max-width: 749px) {
  .high-quiz__text-answer {
    height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 12px;
  }
  .high-quiz__text-answer + .high-quiz__text-answer {
    margin-top: 4px;
  }
}
.high-quiz__controller {
  display: flex;
  justify-content: center;
  align-items: center;
}
.high-quiz__controller-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  margin: 0 5px;
  border-radius: 10px;
  font-family: "NanumSquare", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.high-quiz__card[data-quiz-type=ox] .high-quiz__controller-button.--comment {
  color: #222;
  border: 1px solid #222;
}
.high-quiz__card[data-quiz-type=ox] .high-quiz__controller-button.--submit {
  color: #fff;
  border: 1px solid #222;
  background-color: #222;
}
.high-quiz__card[data-quiz-type=blank] .high-quiz__controller-button.--comment {
  color: #347afc;
  border: 1px solid #347afc;
}
.high-quiz__card[data-quiz-type=blank] .high-quiz__controller-button.--submit {
  color: #fff;
  border: 1px solid #347afc;
  background-color: #347afc;
}
.high-quiz__card[data-quiz-type=word] .high-quiz__controller-button.--comment {
  color: #6549fe;
  border: 1px solid #6549fe;
}
.high-quiz__card[data-quiz-type=word] .high-quiz__controller-button.--submit {
  color: #fff;
  border: 1px solid #6549fe;
  background-color: #6549fe;
}
@media (max-width: 1179px) {
  .high-quiz__controller-button {
    margin: 0 4px;
    font-size: 22px;
  }
}
@media (max-width: 749px) {
  .high-quiz__controller-button {
    width: 100px;
    height: 28px;
    margin: 0 2px;
    border-radius: 5px;
    font-size: 11px;
  }
}
@media (max-width: 1179px) {
  .high-quiz__navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 749px) {
  .high-quiz__navigation {
    bottom: 20px;
  }
}
.high-quiz__navigation-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 517px;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.high-quiz__navigation-button.--prev {
  margin-left: -630px;
  background: #282828 url("../../images/op/high-quiz__button--arrow.png") center/10px 20px no-repeat;
  transform: rotate(180deg);
}
.high-quiz__navigation-button.--next {
  margin-left: 581px;
  background: #282828 url("../../images/op/high-quiz__button--arrow.png") center/10px 20px no-repeat;
}
.high-quiz__navigation-button:disabled {
  cursor: initial;
  background-color: #a7a7a7;
}
@media (max-width: 1179px) {
  .high-quiz__navigation-button {
    position: unset;
  }
  .high-quiz__navigation-button.--prev {
    margin-right: 20px;
    margin-left: unset;
  }
  .high-quiz__navigation-button.--next {
    margin-left: 20px;
  }
}
@media (max-width: 749px) {
  .high-quiz__navigation-button {
    width: 25px;
    height: 25px;
  }
  .high-quiz__navigation-button.--prev {
    margin-right: 10px;
    background-size: 5px 10px;
  }
  .high-quiz__navigation-button.--next {
    margin-left: 10px;
    background-size: 5px 10px;
  }
}
.high-quiz__dialog {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.high-quiz__dialog[aria-hidden=false] {
  display: flex;
}
.high-quiz__dialog img {
  display: block;
  width: 100%;
  height: auto;
  margin: 40px 0;
}
.high-quiz__dialog img:first-child {
  margin-top: unset;
}
.high-quiz__dialog img:last-child {
  margin-bottom: unset;
}
@media (max-width: 1179px) {
  .high-quiz__dialog {
    padding: 40px;
  }
}
@media (max-width: 749px) {
  .high-quiz__dialog {
    padding: 20px;
  }
}
.high-quiz__dialog-document {
  overflow: hidden;
  position: relative;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
}
.high-quiz__dialog[data-dialog-type=comment] .high-quiz__dialog-document {
  width: 652px;
}
.high-quiz__dialog[data-dialog-type=complete] .high-quiz__dialog-document {
  width: 360px;
}
@media (max-width: 1179px) {
  .high-quiz__dialog-document {
    border-radius: 20px;
  }
  .high-quiz__dialog[data-dialog-type=comment] .high-quiz__dialog-document, .high-quiz__dialog[data-dialog-type=complete] .high-quiz__dialog-document {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .high-quiz__dialog-document {
    border-radius: 10px;
  }
}
.high-quiz__dialog-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  font-family: "NanumSquare", sans-serif;
  font-weight: bold;
  color: #fff;
}
.high-quiz__dialog[data-dialog-type=comment] .high-quiz__dialog-heading {
  background-color: #192847;
  font-size: 20px;
}
.high-quiz__dialog[data-dialog-type=complete] .high-quiz__dialog-heading {
  font-size: 0;
}
@media (max-width: 1179px) {
  .high-quiz__dialog-heading {
    height: 80px;
    padding: 0 80px;
  }
  .high-quiz__dialog[data-dialog-type=comment] .high-quiz__dialog-heading {
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  .high-quiz__dialog-heading {
    height: 40px;
    padding: 0 40px;
  }
  .high-quiz__dialog[data-dialog-type=comment] .high-quiz__dialog-heading {
    font-size: 16px;
  }
}
.high-quiz__dialog-closer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: center/13px no-repeat;
}
.high-quiz__dialog[data-dialog-type=comment] .high-quiz__dialog-closer {
  background-image: url("../../images/op/high-quiz__dialog-closer--comment.png");
}
.high-quiz__dialog[data-dialog-type=complete] .high-quiz__dialog-closer {
  background-image: url("../../images/op/high-quiz__dialog-closer--complete.png");
}
@media (max-width: 1179px) {
  .high-quiz__dialog-closer {
    width: 80px;
    height: 80px;
    background-size: 24px;
  }
}
@media (max-width: 749px) {
  .high-quiz__dialog-closer {
    width: 40px;
    height: 40px;
    background-size: 12px;
  }
}
.high-quiz__dialog-content {
  width: 100%;
  height: auto;
  padding: 34px 40px;
}
.high-quiz__dialog[data-dialog-type=complete] .high-quiz__dialog-content:before {
  content: "";
  display: block;
  width: 230px;
  height: 80px;
  margin: -34px auto 34px auto;
  background: url("../../images/op/hig-quiz__dialog-content--complete.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .high-quiz__dialog-content {
    padding: 35px 33px;
  }
  .high-quiz__dialog[data-dialog-type=complete] .high-quiz__dialog-content:before {
    width: 448px;
    height: 156px;
    margin: -35px auto 75px auto;
  }
}
@media (max-width: 749px) {
  .high-quiz__dialog-content {
    padding: 17.5px 16.5px;
  }
  .high-quiz__dialog[data-dialog-type=complete] .high-quiz__dialog-content:before {
    width: 224px;
    height: 78px;
    margin: -17.5px auto 37.5px auto;
  }
}
.high-quiz__dialog-description {
  font-family: "NanumSquare", sans-serif;
  font-weight: bold;
  color: #222;
  font-size: 19px !important;
  line-height: 30px !important;
  text-align: left;
}
.high-quiz__dialog-list {
  margin-top: 20px;
}
@media (max-width: 1179px) {
  .high-quiz__dialog-list {
    margin-top: 40px;
  }
}
@media (max-width: 749px) {
  .high-quiz__dialog-list {
    margin-top: 20px;
  }
}
.high-quiz__dialog-item {
  font-family: "NanumSquare", sans-serif;
  font-weight: bold;
  color: #222;
  font-size: 19px !important;
  line-height: 30px !important;
}
.high-quiz__dialog-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
@media (max-width: 1179px) {
  .high-quiz__dialog-controller {
    padding-bottom: 60px;
  }
}
@media (max-width: 749px) {
  .high-quiz__dialog-controller {
    padding-bottom: 30px;
  }
}
.high-quiz__dialog-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 40px;
  margin: 0 5px;
  border-radius: 10px;
  font-family: "NanumSquare", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.high-quiz__dialog-button.--cancel {
  background-color: #a7a7a7;
}
.high-quiz__dialog-button.--confirm {
  background-color: #6a33fe;
}
@media (max-width: 1179px) {
  .high-quiz__dialog-button {
    width: 174px;
    height: 66px;
    border-radius: 20px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .high-quiz__dialog-button {
    width: 87px;
    height: 33px;
    border-radius: 10px;
    font-size: 15px;
  }
}

.presentation {
  position: relative;
  width: 100%;
  height: auto;
}
.presentation__container.--fix {
  display: block;
}
.presentation__container.--responsive {
  display: none;
}
@media (max-width: 1179px) {
  .presentation__container.--fix {
    display: none;
  }
  .presentation__container.--responsive {
    display: block;
  }
}
.presentation__content {
  position: relative;
}
.presentation__content:nth-of-type(1) {
  background-color: #0b1536;
}
.presentation__content:nth-of-type(2) {
  background-color: #eff3ff;
}
.presentation__content:nth-of-type(3) {
  background-color: #3264f9;
}
.presentation__content:nth-of-type(4) {
  background-color: #fff;
}
.presentation__content:nth-of-type(5) {
  background-color: #0029ab;
}
.presentation__container.--fix .presentation__content > img {
  display: block;
  position: relative;
  left: 50%;
  width: 1920px;
  height: auto;
  transform: translateX(-50%);
}
.presentation__container.--responsive .presentation__content > img {
  display: block;
  width: 100%;
  height: auto;
}
.presentation__track {
  overflow: auto hidden;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 5.555vw;
}
.presentation__track > img {
  display: block;
  height: auto;
}
.presentation__content:nth-of-type(3) > .presentation__track {
  bottom: 16.666vw;
}
.presentation__content:nth-of-type(3) > .presentation__track > img {
  width: 152.777vw;
}
.presentation__content:nth-of-type(4) > .presentation__track {
  bottom: 16.944vw;
}
.presentation__content:nth-of-type(4) > .presentation__track > img {
  width: 216.666vw;
}
.presentation__link {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
  height: 85px;
}
@media (max-width: 1179px) {
  .presentation__link {
    bottom: 13.888vw;
    width: 40.277vw;
    height: 11.805vw;
  }
}

.app-home__content-link.-card {
  border: 2px solid #81caff;
  background: #40abfb url(../../images/app/app-home__content-link--0.jpg) right bottom/contain no-repeat;
}
.app-home__content-link.-card:after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  margin-top: 26px;
  background: url("../../images/app/app-home__content-link--after0.png") center/contain no-repeat;
}
.app-home__content-link.-unit {
  border: 2px solid #6dffdf;
  background: #0bc59c url(../../images/app/app-home__content-link--1.jpg) right bottom/contain no-repeat;
}
.app-home__content-link.-unit:after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  margin-top: 26px;
  background: url("../../images/app/app-home__content-link--after1.png") center/contain no-repeat;
}
.app-home__content-link.-high {
  border: 2px solid #5b99ff;
  background: #0a64fa url(../../images/app/app-home__content-link--high.jpg) right bottom/contain no-repeat;
}
.app-home__content-link.-high:after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  margin-top: 26px;
  background: url("../../images/app/app-home__content-link--high-after.png") center/contain no-repeat;
}
.app-home__content-link.-card .app-home__content-bannder {
  background-color: #014aab;
}
.app-home__content-link.-card .app-home__content-bannder:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 31px;
  margin-right: 10px;
  background: url("../../images/app/app-home__content-bannder--new.png") center/contain no-repeat;
}
.app-home__content-link.-unit .app-home__content-bannder {
  background-color: #00624c;
}
.app-home__content-link.-unit .app-home__content-bannder:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 31px;
  margin-right: 10px;
  background: url("../../images/app/app-home__content-bannder--new.png") center/contain no-repeat;
}
.app-home__content-link.-high .app-home__content-bannder {
  background-color: #0957d8;
}
.app-home__content-link.-high .app-home__content-bannder:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 31px;
  margin-right: 10px;
  background: url("../../images/app/app-home__content-bannder--new.png") center/contain no-repeat;
}
@media (max-width: 749px) {
  .app-home__content-link.-card, .app-home__content-link.-unit, .app-home__content-link.-high {
    border-width: 1px;
  }
  .app-home__content-link.-card:after, .app-home__content-link.-unit:after, .app-home__content-link.-high:after {
    width: 34px;
    height: 34px;
    margin-top: 13px;
  }
  .app-home__content-link.-card .app-home__content-bannder:before, .app-home__content-link.-unit .app-home__content-bannder:before, .app-home__content-link.-high .app-home__content-bannder:before {
    width: 32px;
    height: 15.5px;
    margin-right: 5px;
  }
}

.top-banner {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 20px 40px;
  background-color: #f5f5f5;
}
@media (max-width: 1179px) {
  .top-banner {
    display: flex;
  }
}
@media (max-width: 749px) {
  .top-banner {
    height: 50px;
    padding: 10px 20px;
  }
}
.top-banner__image {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
.top-banner__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 749px) {
  .top-banner__image {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}
.top-banner__description {
  display: inline-block;
  vertical-align: top;
  flex: 1;
  min-width: 1px;
  height: auto;
  font-size: 20px;
  color: #222;
}
.top-banner__description .--emphasis {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
@media (max-width: 749px) {
  .top-banner__description {
    font-size: 10px;
  }
  .top-banner__description .--emphasis {
    font-size: 10px;
  }
}
.top-banner__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 42px;
  background-color: #fff;
  font-size: 20px;
  color: #222;
}
@media (max-width: 749px) {
  .top-banner__link {
    width: 50px;
    height: 21px;
    border-radius: 21px;
    font-size: 10px;
  }
}
.top-banner__remover {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  background: url("../../images/op/top-banner__remover.png") center/cover no-repeat;
}
@media (max-width: 749px) {
  .top-banner__remover {
    width: 15px;
    height: 15px;
    margin-left: 15px;
  }
}

.floating__wrap {
  position: absolute;
  z-index: 10;
  top: 60px;
  left: 50%;
  margin-left: 590px;
}
.floating__wrap[data-event-state=true] {
  position: fixed;
  top: 100px;
}
.floating__wrap .-mo {
  display: none;
}
@media (max-width: 1039px) {
  .floating__wrap {
    top: 0;
    left: inherit;
    right: 40px;
    margin-left: 0;
  }
  .floating__wrap .-pc {
    display: none;
  }
  .floating__wrap .-mo {
    display: block;
  }
}
@media (max-width: 719px) {
  .floating__wrap {
    right: 20px;
  }
}
.floating__banner {
  position: relative;
}
.floating__banner[aria-hidden=true] {
  display: none !important;
}
.floating__banner-closer {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
}
@media (max-width: 719px) {
  .floating__banner-closer {
    top: 0;
    width: 17px;
    height: 17px;
  }
}
.floating__banner-link {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
}
.floating__banner-link > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
}
@media (max-width: 1039px) {
  .floating__banner-link > img {
    width: 144px;
  }
}
@media (max-width: 719px) {
  .floating__banner-link > img {
    width: 72px;
  }
}
.floating__banner + .floating__banner {
  margin-top: 10px;
}

.mbti__section {
  position: relative;
  display: block;
  text-align: center;
}
.mbti__section[data-state=false] {
  display: none;
}
.mbti__index-wrap {
  height: 780px;
  padding-top: 170px;
  background: #f6f6f6 url(../../images/op/mbti_index_fix.jpg) no-repeat bottom center;
}
@media (max-width: 749px) {
  .mbti__index-wrap {
    height: 125vw;
    padding-top: 35vw;
    background: #f6f6f6 url(../../images/op/mbti_index_responsive.jpg) no-repeat bottom center;
    background-size: contain;
  }
}
.mbti__question-wrap {
  padding: 60px 0 100px;
}
@media (max-width: 1179px) {
  .mbti__question-wrap {
    padding: 100px 40px;
  }
}
@media (max-width: 749px) {
  .mbti__question-wrap {
    padding: 50px 20px;
  }
}
.mbti__question-wrap .swiper-container {
  overflow: hidden;
  padding-bottom: 150px;
}
@media (max-width: 749px) {
  .mbti__question-wrap .swiper-container {
    padding-bottom: 75px;
  }
}
.mbti__question-wrap .question {
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 1179px) {
  .mbti__question-wrap .question {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .mbti__question-wrap .question {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.mbti__question-wrap .choice-wrap {
  width: 800px;
  margin: auto;
}
@media (max-width: 1179px) {
  .mbti__question-wrap .choice-wrap {
    width: 100%;
  }
}
.mbti__question-wrap .choice-btn {
  width: 100%;
  min-height: 80px;
  height: auto;
  padding: 0 50px;
  text-align: left;
  font-size: 28px;
  border: 1px solid #ddd;
  border-radius: 20px;
  pointer-events: auto; /* 클릭 이벤트 활성화 */
  z-index: 1; /* 다른 요소에 의해 덮이지 않도록 보장 */
}
.mbti__question-wrap .choice-btn + .choice-btn {
  margin-top: 20px;
}
@media (max-width: 749px) {
  .mbti__question-wrap .choice-btn + .choice-btn {
    margin-top: 10px;
  }
}
.mbti__question-wrap .choice-btn[data-value=true] {
  color: #247bf1;
  font-weight: 500;
  border-color: #247bf1;
  background-color: #e9f2fe;
}
@media (max-width: 1179px) {
  .mbti__question-wrap .choice-btn {
    min-height: 70px;
    padding: 0 30px;
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .mbti__question-wrap .choice-btn {
    min-height: 35px;
    padding: 0 15px;
    font-size: 12px;
    border-radius: 10px;
  }
}
.mbti__question-wrap .result-button {
  position: absolute;
  bottom: -150px;
  width: 147px;
  height: 50px;
  margin-left: -73px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 25px;
  background-color: #247bf1;
}
@media (max-width: 749px) {
  .mbti__question-wrap .result-button {
    bottom: -75px;
    width: 69px;
    height: 24px;
    margin-left: -34px;
    font-size: 11px;
    border-radius: 12px;
  }
}
.mbti__result-wrap {
  padding: 60px 0 180px;
  background: url(../../images/op/mbti_result_fix.jpg) no-repeat top center;
  background-size: cover;
}
@media (max-width: 1179px) {
  .mbti__result-wrap {
    padding: 100px 0 340px;
  }
  .mbti__result-wrap .mbti__btn-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px);
    bottom: 100px;
    gap: 20px;
  }
}
@media (max-width: 749px) {
  .mbti__result-wrap {
    padding: 50px 0 170px;
  }
  .mbti__result-wrap .mbti__btn-wrap {
    width: calc(100% - 40px);
    bottom: 50px;
    gap: 10px;
  }
}
.mbti__result-wrap .type-info-title {
  margin-bottom: 56px;
  font-family: "GmarketSansBold" !important;
  font-size: 50px;
}
@media (max-width: 1179px) {
  .mbti__result-wrap .type-info-title {
    margin-bottom: 60px;
    font-size: 46px;
    word-break: keep-all;
  }
}
@media (max-width: 749px) {
  .mbti__result-wrap .type-info-title {
    margin-bottom: 30px;
    font-size: 23px;
  }
}
.mbti__result-wrap .highlight {
  display: block;
  font-family: "GmarketSansBold" !important;
}
@media (max-width: 1179px) {
  .mbti__result-wrap .highlight {
    display: inline-block;
  }
}
.mbti__result-wrap .type-description-wrap {
  padding: 40px;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .mbti__result-wrap .type-description-wrap {
    padding: 60px 50px;
  }
}
@media (max-width: 749px) {
  .mbti__result-wrap .type-description-wrap {
    padding: 30px 25px;
    border-radius: 10px 10px 0 0;
  }
  .mbti__result-wrap .type-description-wrap img {
    width: 70%;
  }
}
.mbti__result-wrap .result-class-wrap {
  padding: 0 40px 40px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .mbti__result-wrap .result-class-wrap {
    padding: 0 30px 30px;
  }
}
@media (max-width: 749px) {
  .mbti__result-wrap .result-class-wrap {
    padding: 0 15px 15px;
    border-radius: 0 0 10px 10px;
  }
}
.mbti__result-wrap .result-class-wrap[data-class-type=class05] .class-type-box {
  justify-content: flex-end;
}
.mbti__result-wrap .result-class-wrap[data-class-type=class05] .img-area {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mbti__result-wrap .result-class-wrap[data-class-type=class05] .text-area {
  margin-right: 60px;
}
@media (max-width: 1179px) {
  .mbti__result-wrap .result-class-wrap[data-class-type=class05] .class-type-box {
    justify-content: center;
  }
  .mbti__result-wrap .result-class-wrap[data-class-type=class05] .img-area {
    overflow: hidden;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  .mbti__result-wrap .result-class-wrap[data-class-type=class05] .img-area img {
    position: relative;
    left: 20px;
    bottom: -20px;
  }
  .mbti__result-wrap .result-class-wrap[data-class-type=class05] .text-area {
    margin-right: 0;
  }
}
.mbti__result-wrap .result-class-wrap[data-class-type=class03] .class-type-box {
  justify-content: flex-end;
}
.mbti__result-wrap .result-class-wrap[data-class-type=class03] .img-area {
  position: absolute;
  left: -40px;
}
.mbti__result-wrap .result-class-wrap[data-class-type=class03] .text-area {
  margin-right: 60px;
}
@media (max-width: 1179px) {
  .mbti__result-wrap .result-class-wrap[data-class-type=class03] .class-type-box {
    justify-content: center;
  }
  .mbti__result-wrap .result-class-wrap[data-class-type=class03] .img-area {
    position: relative;
    left: inherit;
  }
  .mbti__result-wrap .result-class-wrap[data-class-type=class03] .text-area {
    margin-right: 0;
  }
}
.mbti__result-wrap .type-name {
  width: 121px;
  height: 46px;
  padding-top: 3px;
  margin: 30px auto;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 23px;
  background-color: #1371ff;
}
@media (max-width: 749px) {
  .mbti__result-wrap .type-name {
    width: 60px;
    height: 23px;
    padding-top: 1px;
    margin: 15px auto;
    font-size: 16px;
  }
}
.mbti__result-wrap .type-description {
  width: 570px;
  margin: auto;
  word-break: keep-all;
}
@media (max-width: 1179px) {
  .mbti__result-wrap .type-description {
    width: 100%;
  }
}
.mbti__result-wrap .result-class-title {
  padding: 20px 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px 20px 0 0;
  background-color: #1371ff;
}
@media (max-width: 749px) {
  .mbti__result-wrap .result-class-title {
    padding: 10px 0;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
  }
}
.mbti__result-wrap .class-type-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 283px;
  border: 2px solid #1371ff;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1179px) {
  .mbti__result-wrap .class-type-box {
    flex-direction: column;
    height: auto;
    padding: 60px 0;
    border-width: 1px;
  }
}
@media (max-width: 749px) {
  .mbti__result-wrap .class-type-box {
    padding: 30px 0;
    border-radius: 0 0 10px 10px;
  }
  .mbti__result-wrap .class-type-box img {
    width: 100%;
  }
}
.mbti__result-wrap .class-type-box .text-area {
  text-align: left;
}
@media (max-width: 1179px) {
  .mbti__result-wrap .class-type-box .text-area {
    text-align: center;
  }
  .mbti__result-wrap .class-type-box .text-area .class-description {
    font-size: 24px;
  }
}
@media (max-width: 1179px) and (max-width: 749px) {
  .mbti__result-wrap .class-type-box .text-area .class-description {
    font-size: 12px;
  }
}
.mbti__result-wrap .class-type-box .class-title {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 1179px) {
  .mbti__result-wrap .class-type-box .class-title {
    margin-top: 30px;
  }
}
@media (max-width: 749px) {
  .mbti__result-wrap .class-type-box .class-title {
    margin-top: 15px;
    font-size: 16px;
  }
}
.mbti__result-wrap .class-type-box .tag-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 749px) {
  .mbti__result-wrap .class-type-box .tag-area {
    justify-content: center;
    margin-top: 15px;
    gap: 5px;
  }
}
.mbti__result-wrap .class-type-box .tag {
  padding: 4px 22px;
  font-size: 20px;
  border: 1px solid #222;
  border-radius: 18px;
}
@media (max-width: 749px) {
  .mbti__result-wrap .class-type-box .tag {
    padding: 2px 11px;
    font-size: 11px;
    border-radius: 9px;
  }
}
.mbti__result-wrap .mbti__button {
  width: 147px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  font-weight: bold;
}
.mbti__result-wrap .mbti__button::after {
  display: none;
}
.mbti__result-wrap .mbti__button:nth-child(2) {
  width: 248px;
}
.mbti__result-wrap .mbti__button + .mbti__button {
  margin-left: 20px;
}
@media (max-width: 1179px) {
  .mbti__result-wrap .mbti__button + .mbti__button {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 749px) {
  .mbti__result-wrap .mbti__button + .mbti__button {
    margin-top: 10px;
  }
}
@media (max-width: 1179px) {
  .mbti__result-wrap .mbti__button {
    width: 100%;
    margin: 0;
  }
  .mbti__result-wrap .mbti__button:nth-child(1) {
    flex: 1;
    order: 2;
  }
  .mbti__result-wrap .mbti__button:nth-child(2) {
    width: 100%;
    order: 1;
  }
  .mbti__result-wrap .mbti__button:nth-child(3) {
    flex: 1;
    order: 3;
    margin: 0;
  }
}
.mbti__btn-wrap {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 749px) {
  .mbti__btn-wrap {
    bottom: 50px;
  }
}
.mbti__button {
  width: 260px;
  height: 60px;
  margin-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
  color: #fff;
  border-radius: 30px;
  background-color: #222;
}
.mbti__button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 18px;
  margin-left: 10px;
  margin-bottom: 4px;
  background: url("../../images/op/pre-high__button--after.png") center/contain no-repeat;
  filter: invert(1) brightness(2);
  background-size: contain;
}
@media (max-width: 1179px) {
  .mbti__button {
    width: 355px;
    height: 80px;
    margin-top: 30px;
    font-size: 32px;
    border-radius: 40px;
  }
  .mbti__button::after {
    width: 14px;
    height: 25px;
  }
}
@media (max-width: 749px) {
  .mbti__button {
    width: 177px;
    height: 40px;
    margin-top: 15px;
    font-size: 16px;
    border-radius: 20px;
  }
  .mbti__button::after {
    width: 7px;
    height: 12.5px;
  }
}
.mbti__text24 {
  font-size: 24px;
}
@media (max-width: 1179px) {
  .mbti__text24 {
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  .mbti__text24 {
    font-size: 16px;
  }
}
.mbti__text24m {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1179px) {
  .mbti__text24m {
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  .mbti__text24m {
    font-size: 16px;
  }
}
.mbti__progress-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 749px) {
  .mbti__progress-wrap {
    margin-bottom: 30px;
  }
}
.mbti__progress-bar-container {
  overflow: hidden;
  position: relative;
  width: 1020px;
  height: 20px;
  border-radius: 10px;
  background: #f5f5f5;
}
@media (max-width: 749px) {
  .mbti__progress-bar-container {
    height: 10px;
    border-radius: 5px;
  }
}
.mbti__progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 10px;
  background-color: #247bf1;
}
.mbti__progress-step {
  margin-left: 25px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1179px) {
  .mbti__progress-step {
    margin-left: 13px;
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .mbti__progress-step {
    margin-left: 7px;
    font-size: 12px;
  }
}
.mbti .highlight {
  color: #247bf1;
  font-weight: 500;
}
.mbti .highlight-bg {
  background-color: #247bf1;
}
.mbti .swiper-button-next, .mbti .swiper-button-prev {
  top: inherit;
  bottom: 100px;
  width: 128px;
  height: 50px;
  padding-right: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 25px;
  background: #282828;
}
.mbti .swiper-button-next::after, .mbti .swiper-button-prev::after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 17px;
  right: 35px;
  width: 10px;
  height: 20px;
  font-size: 0;
  background: url("../../images/op/pre-high__button--after.png") center/contain no-repeat;
  filter: invert(1) brightness(2);
  background-size: contain;
}
@media (max-width: 749px) {
  .mbti .swiper-button-next, .mbti .swiper-button-prev {
    bottom: 50px;
    width: 58px;
    height: 24px;
    padding-right: 10px;
    font-size: 11px;
    border-radius: 12px;
  }
  .mbti .swiper-button-next::after, .mbti .swiper-button-prev::after {
    top: 8px;
    right: 15px;
    width: 5px;
    height: 10px;
  }
}
.mbti .swiper-button-next {
  right: 0;
}
@media (max-width: 1179px) {
  .mbti .swiper-button-next {
    right: 40px;
  }
}
@media (max-width: 749px) {
  .mbti .swiper-button-next {
    right: 20px;
  }
}
.mbti .swiper-button-next[data-action=true] {
  opacity: 0.5;
}
.mbti .swiper-button-prev {
  padding-right: 0;
  padding-left: 20px;
}
.mbti .swiper-button-prev::after {
  right: inherit;
  left: 35px;
  transform: rotate(-180deg);
}
@media (max-width: 1179px) {
  .mbti .swiper-button-prev {
    left: 40px;
  }
}
@media (max-width: 749px) {
  .mbti .swiper-button-prev {
    left: 20px;
    padding-left: 10px;
  }
  .mbti .swiper-button-prev::after {
    left: 15px;
  }
}
.mbti__dialog {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.mbti__dialog[aria-hidden=false] {
  display: flex;
}
@media (max-width: 1179px) {
  .mbti__dialog {
    padding: 40px;
  }
}
@media (max-width: 749px) {
  .mbti__dialog {
    padding: 20px;
  }
}
.mbti__dialog-document {
  overflow: hidden;
  position: relative;
  width: 480px;
  height: auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .mbti__dialog-document {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .mbti__dialog-document {
    padding: 15px;
    border-radius: 5px;
  }
}
.mbti__dialog-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #cfcfcf;
}
@media (max-width: 1179px) {
  .mbti__dialog-heading {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .mbti__dialog-heading {
    padding-bottom: 15px;
    font-size: 15px;
  }
}
.mbti__dialog-closer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: center/13px no-repeat;
  background-image: url("../../images/op/high-quiz__dialog-closer--complete.png");
}
@media (max-width: 1179px) {
  .mbti__dialog-closer {
    top: 5px;
    right: 0;
    width: 80px;
    height: 80px;
    background-size: 20px;
  }
}
@media (max-width: 749px) {
  .mbti__dialog-closer {
    width: 40px;
    height: 40px;
    background-size: 12px;
  }
}
.mbti__dialog-content {
  width: 100%;
  height: auto;
  padding-top: 28px;
}
.mbti__dialog-content .sns-link-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 749px) {
  .mbti__dialog-content .sns-link-wrap {
    gap: 10px;
  }
}
.mbti__dialog-content .sns-link-box {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1179px) {
  .mbti__dialog-content .sns-link-box {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .mbti__dialog-content .sns-link-box {
    font-size: 12px;
  }
}
.mbti__dialog-content .sns-link-icon {
  display: block;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  border-radius: 100%;
}
@media (max-width: 1179px) {
  .mbti__dialog-content .sns-link-icon {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 749px) {
  .mbti__dialog-content .sns-link-icon {
    width: 65px;
    height: 65px;
  }
}
.mbti__dialog-content .kakao {
  background: url(../../images/op/kakao_logo.png) no-repeat;
  background-size: contain;
}
.mbti__dialog-content .insta {
  background: url(../../images/op/insta_logo.png) no-repeat;
  background-size: contain;
}
.mbti__dialog-content .facebook {
  background: url(../../images/op/facebook_logo.png) no-repeat;
  background-size: contain;
}
.mbti__dialog-content .blog {
  background: url(../../images/op/blog_logo.png) no-repeat;
  background-size: contain;
}
.mbti__dialog-content .url-copy-wrap {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 1179px) {
  .mbti__dialog-content .url-copy-wrap {
    gap: 20px;
  }
}
@media (max-width: 749px) {
  .mbti__dialog-content .url-copy-wrap {
    gap: 10px;
    margin-top: 15px;
  }
}
.mbti__dialog-content .url-form {
  flex: 1;
  padding: 0 20px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.mbti__dialog-content .url-form:disabled {
  background-color: #fff;
}
@media (max-width: 1179px) {
  .mbti__dialog-content .url-form {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .mbti__dialog-content .url-form {
    padding: 0 10px;
    font-size: 12px;
  }
}
.mbti__dialog-content .copy-btn {
  width: 109px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  background-color: #1371ff;
}
@media (max-width: 1179px) {
  .mbti__dialog-content .copy-btn {
    width: 144px;
    height: 60px;
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .mbti__dialog-content .copy-btn {
    width: 72px;
    height: 30px;
    font-size: 12px;
  }
}

html {
  overflow: unset !important;
}

.renew-section .--mbr {
  display: inline-block;
}
@media (max-width: 1179px) {
  .renew-section .--mbr {
    display: block;
  }
}
.renew-section__showcase {
  padding: 75px 0;
  text-align: center;
  background: url(../../images/op/sub_top_bg--pc.jpg) center/cover no-repeat;
}
@media (max-width: 1179px) {
  .renew-section__showcase {
    padding: 100px 0;
    background: url(../../images/op/sub_top_bg--mo.jpg) center/cover no-repeat;
    background-size: cover;
  }
}
@media (max-width: 749px) {
  .renew-section__showcase {
    padding: 50px 0;
  }
}
.renew-section__showcase-title {
  color: #222;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1179px) {
  .renew-section__showcase-title {
    font-size: 48px;
  }
}
@media (max-width: 749px) {
  .renew-section__showcase-title {
    font-size: 24px;
  }
}
.renew-section__showcase-description {
  color: #222;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1179px) {
  .renew-section__showcase-description {
    font-size: 34px;
  }
}
@media (max-width: 749px) {
  .renew-section__showcase-description {
    font-size: 17px;
  }
}
.renew-section__showcase-link {
  position: relative;
  top: inherit;
  right: inherit;
  display: inline-flex;
  height: 46px;
  margin-top: 25px;
  padding: 0 30px;
  color: #fff;
  font-size: 18px !important;
  font-weight: 400;
  border-radius: 23px;
  background-color: #222;
  transform: none;
}
.renew-section__showcase-link::after {
  background: url(../../images/bem/renew/renew-exam__article--before.jpg) no-repeat;
  background-size: contain;
}
@media (max-width: 1179px) {
  .renew-section__showcase-link {
    height: 70px;
    padding: 0 40px;
    font-size: 30px !important;
    border-radius: 35px;
  }
  .renew-section__showcase-link::after {
    position: relative;
    top: 2px;
    width: 16px;
    height: 27px;
    margin-left: 20px;
  }
}
@media (max-width: 749px) {
  .renew-section__showcase-link {
    height: 35px;
    padding: 0 20px;
    margin-top: 20px;
    font-size: 15px !important;
    border-radius: 17.5px;
  }
  .renew-section__showcase-link::after {
    position: relative;
    top: 0;
    width: 8px;
    height: 13.5px;
    margin-left: 10px;
  }
}
@media (max-width: 749px) {
  .renew-section__showcase-content:last-child {
    margin-top: 0;
  }
}
.renew-section__fieldset {
  position: relative;
  padding: 40px 0;
  border: 0;
  background-color: #f5f5f5;
}
@media (max-width: 749px) {
  .renew-section__fieldset {
    padding: 20px 0;
  }
}
.renew-section__fieldset-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1179px) {
  .renew-section__fieldset-inner {
    flex-wrap: wrap;
  }
}
.renew-section__fieldset-inner.-searchfield {
  flex-direction: column;
}
@media (max-width: 1179px) {
  .renew-section__fieldset-tooltip {
    width: 100%;
  }
}
.renew-section__fieldset-tooltip-trigger {
  width: 260px;
  height: 60px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 30px;
}
.renew-section__fieldset-tooltip-trigger::after {
  width: 17px;
  height: 10px;
  background: url("../../images/bem/renew/fieldset_arrow.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .renew-section__fieldset-tooltip-trigger::after {
    width: 21px;
    height: 12px;
  }
}
@media (max-width: 749px) {
  .renew-section__fieldset-tooltip-trigger::after {
    width: 10.5px;
    height: 6px;
  }
}
.renew-section__fieldset-tooltip-trigger[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1179px) {
  .renew-section__fieldset-tooltip-trigger {
    width: 100%;
    height: 80px;
    font-size: 30px;
    border-radius: 40px;
  }
}
@media (max-width: 749px) {
  .renew-section__fieldset-tooltip-trigger {
    width: 100%;
    height: 40px;
    font-size: 15px;
    border-radius: 20px;
  }
}
.renew-section__fieldset-tooltip-target {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: none;
}
.renew-section__fieldset-tooltip-button {
  height: 45px;
  font-size: 18px;
  text-align: center;
}
.renew-section__fieldset-tooltip-button.-active, .renew-section__fieldset-tooltip-button:hover {
  color: #247bf1;
  font-weight: 700;
  background-color: #e9f2fe;
}
@media (max-width: 1179px) {
  .renew-section__fieldset-tooltip-button {
    height: 88px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .renew-section__fieldset-tooltip-button {
    height: 44px;
    font-size: 15px;
  }
}
.renew-section__fieldset-field {
  margin: 0;
  flex: 1;
}
.renew-section__fieldset-field:first-child {
  margin-right: 0;
}
@media (max-width: 1179px) {
  .renew-section .-searchfield .renew-section__fieldset-field {
    display: block;
    width: 100%;
  }
}
.renew-section__fieldset-label-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 820px;
  height: 60px;
  padding: 8px;
  margin-left: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 30px;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .renew-section__fieldset-label-wrap {
    width: 100%;
    height: 80px;
    padding: 10px;
    margin-top: 20px;
    margin-left: 0;
    border-radius: 40px;
  }
}
@media (max-width: 749px) {
  .renew-section__fieldset-label-wrap {
    height: 40px;
    padding: 5px;
    margin-top: 10px;
    border-radius: 20px;
  }
}
.renew-section .-searchfield .renew-section__fieldset-label-wrap {
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
}
@media (max-width: 1179px) {
  .renew-section .-searchfield .renew-section__fieldset-label-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 749px) {
  .renew-section .-searchfield .renew-section__fieldset-label-wrap {
    margin-top: 10px;
  }
}
.renew-section .-onlytab .renew-section__fieldset-label-wrap {
  margin-top: 0;
}
.renew-section__fieldset-label {
  width: 100%;
  height: 44px;
  font-size: 18px;
  border-radius: 22px;
  opacity: 1;
  color: #222;
  font-weight: 400;
  background-color: transparent;
}
@media (max-width: 1179px) {
  .renew-section__fieldset-label {
    height: 60px;
    font-size: 30px;
    border-radius: 30px;
  }
}
@media (max-width: 749px) {
  .renew-section__fieldset-label {
    height: 30px;
    font-size: 15px;
    border-radius: 15px;
  }
}
.renew-section__fieldset-radio:checked ~ .renew-section__fieldset-label {
  color: #fff;
  font-weight: 700;
  background-color: #247bf1;
}
.renew-section__fieldset-search {
  width: 400px;
  height: 60px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 30px;
}
.renew-section__fieldset-search::after {
  background: url("../../images/bem/renew/ico_search.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .renew-section__fieldset-search {
    width: 100%;
    height: 80px;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 30px;
    border-radius: 40px;
  }
  .renew-section__fieldset-search::after {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 749px) {
  .renew-section__fieldset-search {
    height: 40px;
    margin-bottom: 10px;
    font-size: 15px;
    border-radius: 20px;
  }
  .renew-section__fieldset-search::after {
    width: 12px;
    height: 12px;
  }
}
.renew-section .high-quiz__subject-container {
  margin-bottom: 100px;
}
@media (max-width: 1179px) {
  .renew-section .high-quiz__subject-container {
    padding: 40px 0 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 749px) {
  .renew-section .high-quiz__subject-container {
    padding: 20px 0 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1179px) {
  .renew-section .high-quiz__subject-content {
    margin-top: 40px;
  }
}
@media (max-width: 749px) {
  .renew-section .high-quiz__subject-content {
    margin-top: 20px;
  }
}
.renew-section .high-quiz__subject-key {
  height: auto;
  padding: 0 0 20px 0;
  color: #222;
  font-weight: 700;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
@media (max-width: 1179px) {
  .renew-section .high-quiz__subject-key {
    padding-bottom: 30px;
    font-size: 38px;
  }
}
@media (max-width: 749px) {
  .renew-section .high-quiz__subject-key {
    padding-bottom: 15px;
    font-size: 19px;
  }
}
.renew-section .high-quiz__subject-value {
  margin-top: 40px;
}
@media (max-width: 749px) {
  .renew-section .high-quiz__subject-value {
    margin-top: 20px;
  }
}

.renew-download__title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 36px;
}
@media (max-width: 749px) {
  .renew-download__title-wrap {
    margin-top: 18px;
  }
}
.renew-download__title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .renew-download__title {
    font-size: 38px;
  }
}
@media (max-width: 749px) {
  .renew-download__title {
    font-size: 19px;
  }
}
.renew-download__subtext {
  position: relative;
  top: -2px;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 18px;
}
.renew-download__subtext::before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
@media (max-width: 1179px) {
  .renew-download__subtext {
    margin-left: 15px;
    padding-left: 15px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .renew-download__subtext {
    margin-left: 3px;
    padding-left: 3px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .renew-download__subtext {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
  .renew-download__subtext::before {
    display: none;
  }
}
.renew-download__tooltip {
  margin: 0;
}
@media (max-width: 1179px) {
  .renew-download__tooltip {
    width: auto;
  }
}
.renew-download__tooltip-trigger {
  height: 47px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 23px;
}
.renew-download__tooltip-trigger::after {
  width: 17px;
  height: 10px;
  background: url("../../images/bem/renew/fieldset_arrow.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .renew-download__tooltip-trigger::after {
    width: 21px;
    height: 12px;
  }
}
@media (max-width: 749px) {
  .renew-download__tooltip-trigger::after {
    width: 10.5px;
    height: 6px;
  }
}
.renew-download__tooltip-trigger[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1179px) {
  .renew-download__tooltip-trigger {
    width: 240px;
    height: 80px;
    font-size: 30px;
    border-radius: 40px;
  }
}
@media (max-width: 749px) {
  .renew-download__tooltip-trigger {
    width: 120px;
    height: 40px;
    font-size: 15px;
    border-radius: 20px;
  }
}
.renew-download__tooltip-target {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: none;
}
.renew-download__tooltip-button {
  height: 45px;
  font-size: 18px;
  text-align: center;
}
.renew-download__tooltip-button.-active, .renew-download__tooltip-button:hover {
  color: #247bf1;
  font-weight: 700;
  background-color: #e9f2fe;
}
@media (max-width: 1179px) {
  .renew-download__tooltip-button {
    height: 88px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .renew-download__tooltip-button {
    height: 44px;
    font-size: 15px;
  }
}
.renew-download__list {
  margin: 20px 0 60px;
}
@media (max-width: 1179px) {
  .renew-download__list {
    margin: 30px 0 80px;
  }
}
@media (max-width: 749px) {
  .renew-download__list {
    margin: 15px 0 40px;
  }
}
.renew-download__item {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}
.renew-download__item + .renew-download__item {
  margin-top: 0;
}
.renew-download__item:first-child {
  border-top: 1px solid #000;
}
@media (max-width: 1179px) {
  .renew-download__item {
    display: block;
    padding: 40px 0;
  }
}
@media (max-width: 749px) {
  .renew-download__item {
    padding: 20px 0;
  }
}
.renew-download__key {
  width: auto;
  height: 30px;
  padding: 0 15px;
  margin-right: 20px;
  border-radius: 15px;
  font-weight: 700;
}
.renew-download__key.-new {
  color: #eb3c21;
  font-family: "Pretendard";
  background-color: #ffedea;
}
.renew-download__key.-green, .renew-download__key.-pink {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1179px) {
  .renew-download__key.-green, .renew-download__key.-pink {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .renew-download__key.-green, .renew-download__key.-pink {
    font-size: 14px;
  }
}
.renew-download__key.-green {
  background-color: #55bba5;
}
.renew-download__key.-pink {
  background-color: #ff569a;
}
@media (max-width: 1179px) {
  .renew-download__key {
    width: fit-content;
    height: 50px;
    padding: 0 22px;
    margin: 0 auto 25px;
    font-size: 28px;
    border-radius: 25px;
  }
}
@media (max-width: 749px) {
  .renew-download__key {
    height: 25px;
    padding: 0 11px;
    margin-bottom: 12.5px;
    font-size: 14px;
    border-radius: 22.5px;
  }
}
.renew-download__value {
  color: #222;
  font-size: 20px;
}
@media (max-width: 1179px) {
  .renew-download__value {
    width: 100%;
    margin-bottom: 35px;
    line-height: 1.3;
    font-size: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
  }
}
@media (max-width: 749px) {
  .renew-download__value {
    margin-bottom: 17.5px;
    font-size: 18px;
  }
}
.renew-download__controller {
  width: 310px;
}
@media (max-width: 1179px) {
  .renew-download__controller {
    width: 100%;
  }
}
.renew-download__controller.-onetype {
  width: 150px;
}
@media (max-width: 1179px) {
  .renew-download__controller.-onetype {
    width: 100%;
  }
}
.renew-download__trigger {
  height: 46px;
  font-size: 18px !important;
  font-weight: 500;
  border-radius: 23px;
  background: #247bf1;
}
.renew-download__trigger[type=button] {
  color: #247bf1 !important;
  background: #fff;
  border: 1px solid #247bf1;
}
.renew-download__trigger[type=button] .ico {
  width: 20px;
}
@media (max-width: 1179px) {
  .renew-download__trigger[type=button] .ico {
    width: 27px;
  }
}
@media (max-width: 749px) {
  .renew-download__trigger[type=button] .ico {
    width: 13.5px;
  }
}
.renew-download__trigger .ico {
  width: 15px;
  margin-right: 10px;
}
@media (max-width: 1179px) {
  .renew-download__trigger .ico {
    width: 25px;
  }
}
@media (max-width: 749px) {
  .renew-download__trigger .ico {
    width: 12.5px;
  }
}
@media (max-width: 1179px) {
  .renew-download__trigger {
    height: 80px;
    font-size: 30px !important;
    border-radius: 40px;
  }
}
@media (max-width: 749px) {
  .renew-download__trigger {
    height: 40px;
    font-size: 15px !important;
    border-radius: 20px;
  }
}
@media (max-width: 1179px) {
  .renew-download__content {
    display: block;
  }
}

.renew-paging {
  margin-bottom: 90px;
}
@media (max-width: 749px) {
  .renew-paging {
    margin-bottom: 40px;
  }
}
.renew-paging__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.renew-paging__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-weight: 500;
  border-radius: 100%;
}
.renew-paging__button[page-selected=true] {
  color: #fff;
  background-color: #247bf1;
}
.renew-paging__button + .renew-paging__button {
  margin-left: 10px;
}
@media (max-width: 1179px) {
  .renew-paging__button {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .renew-paging__button {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
.renew-paging__arrow {
  width: 7px;
  height: 12px;
  margin-left: 25px;
  background: url(../../images/bem/renew/paging_arrow.png) center/contain no-repeat;
}
.renew-paging__arrow.-prev {
  margin-right: 25px;
  margin-left: 0;
  transform: rotate(-180deg);
}
@media (max-width: 1179px) {
  .renew-paging__arrow.-prev {
    margin-right: 42px;
  }
}
@media (max-width: 749px) {
  .renew-paging__arrow.-prev {
    margin-right: 21px;
  }
}
@media (max-width: 1179px) {
  .renew-paging__arrow {
    width: 15px;
    height: 25px;
    margin-left: 42px;
  }
}
@media (max-width: 749px) {
  .renew-paging__arrow {
    width: 7.5px;
    height: 12.5px;
    margin-left: 21px;
  }
}

.renew-belong__list {
  margin-top: 30px;
}
.renew-belong__list .bold {
  font-weight: 700;
}
@media (max-width: 1179px) {
  .renew-belong__list {
    margin-top: 40px;
  }
}
@media (max-width: 749px) {
  .renew-belong__list {
    margin-top: 20px;
  }
}
.renew-belong__item {
  padding-left: 15px;
  color: #222;
  line-height: 1.3;
  word-break: keep-all;
}
.renew-belong__item:before {
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #222;
  transform: translateY(-50%);
}
@media (max-width: 1179px) {
  .renew-belong__item:before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 749px) {
  .renew-belong__item:before {
    width: 4px;
    height: 4px;
  }
}
.renew-belong__item + .renew-belong__item {
  margin-top: 10px;
}
@media (max-width: 1179px) {
  .renew-belong__item + .renew-belong__item {
    margin-top: 20px;
  }
}
@media (max-width: 749px) {
  .renew-belong__item + .renew-belong__item {
    margin-top: 10px;
  }
}
@media (max-width: 1179px) {
  .renew-belong__item {
    padding-left: 28px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .renew-belong__item {
    padding-left: 14px;
    font-size: 14px;
  }
}
@media (max-width: 1179px) {
  .renew-belong__target {
    padding: 0 40px;
  }
}
@media (max-width: 749px) {
  .renew-belong__target {
    padding: 0 20px;
  }
}
.renew-belong__target-document {
  width: 480px;
  padding: 20px;
}
@media (max-width: 1179px) {
  .renew-belong__target-document {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 749px) {
  .renew-belong__target-document {
    padding: 15px;
  }
}
.renew-belong__target-closer {
  width: 24px;
  height: 24px;
  background: url("../../images/bem/renew/ico_close.png") right top/20px no-repeat;
}
@media (max-width: 1179px) {
  .renew-belong__target-closer {
    background: url("../../images/bem/renew/ico_close.png") right top/24px no-repeat;
  }
}
@media (max-width: 749px) {
  .renew-belong__target-closer {
    background: url("../../images/bem/renew/ico_close.png") right top/12px no-repeat;
  }
}
.renew-belong__target-search {
  margin-top: 16px;
}
@media (max-width: 1179px) {
  .renew-belong__target-search {
    margin-top: 30px;
  }
}
@media (max-width: 749px) {
  .renew-belong__target-search {
    margin-top: 0;
  }
}
.renew-belong__target-textfield {
  height: 50px;
  padding: 0 20px;
  color: #999;
  font-size: 18px;
  border: 1px solid #ddd;
}
@media (max-width: 1179px) {
  .renew-belong__target-textfield {
    height: 66px;
    padding: 0 30px;
    font-size: 28px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .renew-belong__target-textfield {
    height: 33px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.renew-belong__target-button {
  width: 130px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  background-color: #247bf1;
}
@media (max-width: 1179px) {
  .renew-belong__target-button {
    width: 168px;
    height: 66px;
    font-size: 30px;
    border-radius: 33px;
  }
}
@media (max-width: 749px) {
  .renew-belong__target-button {
    width: 84px;
    height: 33px;
    font-size: 15px;
    border-radius: 16.5px;
  }
}
.renew-belong__target-result {
  height: 284px;
  border: 1px solid #ddd;
}
@media (max-width: 1179px) {
  .renew-belong__target-result {
    margin-top: 15px;
    height: 384px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .renew-belong__target-result {
    margin-top: 7.5px;
    height: 192px;
    border-radius: 10px;
  }
}
.renew-belong__target-data {
  padding: 5px 20px;
  font-size: 18px;
}
.renew-belong__target-data.-none {
  color: #999;
}
@media (max-width: 1179px) {
  .renew-belong__target-data {
    padding: 15px 30px;
    font-size: 28px;
  }
  .renew-belong__target-data:first-child {
    padding-top: 30px;
  }
  .renew-belong__target-data:last-child {
    padding-bottom: 30px;
  }
}
@media (max-width: 749px) {
  .renew-belong__target-data {
    padding: 7.5px 15px;
    font-size: 14px;
  }
  .renew-belong__target-data:first-child {
    padding-top: 15px;
  }
  .renew-belong__target-data:last-child {
    padding-bottom: 15px;
  }
}

.renew-exam {
  margin-bottom: 90px;
}
.renew-exam__step-head {
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 0 40px;
}
@media (max-width: 1179px) {
  .renew-exam__step-head {
    display: flex;
    padding: 80px 0 35px;
  }
}
@media (max-width: 749px) {
  .renew-exam__step-head {
    padding: 40px 0 17.5px;
  }
}
.renew-exam__step-head-title {
  width: 100%;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media (max-width: 1179px) {
  .renew-exam__step-head-title {
    padding-bottom: 30px;
    font-size: 38px;
  }
}
@media (max-width: 749px) {
  .renew-exam__step-head-title {
    padding-bottom: 15px;
    font-size: 19px;
  }
}
.renew-exam__step-field {
  margin-top: 40px;
}
@media (max-width: 1179px) {
  .renew-exam__step-field {
    margin-top: 60px;
  }
}
@media (max-width: 749px) {
  .renew-exam__step-field {
    margin-top: 30px;
  }
}
.renew-exam__step-title {
  position: relative;
  padding-left: 0;
  padding-right: 80px;
  color: #c0c0c0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1179px) {
  .renew-exam__step-title {
    display: block;
    padding-right: 0;
    padding-bottom: 60px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .renew-exam__step-title {
    padding-bottom: 30px;
    font-size: 15px;
  }
}
.renew-exam__step-title::before {
  position: absolute;
  left: inherit;
  right: 14px;
  top: 50%;
  content: "";
  display: block;
  clear: both;
  width: 50px;
  height: 1px;
  background: #c0c0c0 !important;
}
@media (max-width: 1179px) {
  .renew-exam__step-title::before {
    top: 70px;
    left: 17px;
    right: inherit;
    width: 1px;
    height: 40px;
  }
}
@media (max-width: 749px) {
  .renew-exam__step-title::before {
    top: 36px;
    left: 8.5px;
    height: 20px;
  }
}
.renew-exam__step-title:last-child {
  padding-right: 0;
}
.renew-exam__step-title:last-child::before {
  display: none;
}
@media (max-width: 1179px) {
  .renew-exam__step-title:last-child {
    padding-bottom: 0;
  }
}
.renew-exam__step-title.-active {
  color: #247bf1;
}
.renew-exam__step-title.-active::before {
  background: #247bf1 !important;
}
.renew-exam__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100%;
  background-color: #c0c0c0;
}
.renew-exam .-active .renew-exam__step-number {
  background-color: #247bf1;
}
@media (max-width: 1179px) {
  .renew-exam__step-number {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .renew-exam__step-number {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
}
@media (max-width: 1179px) {
  .renew-exam__section {
    display: flex;
    flex-direction: column;
  }
}
.renew-exam__article {
  margin: 0;
}
.renew-exam__article:nth-of-type(1) {
  width: calc((100% - 90px) / 2);
}
@media (max-width: 1179px) {
  .renew-exam__article:nth-of-type(1) {
    width: 100%;
  }
}
.renew-exam__article:nth-of-type(2) {
  width: calc((100% - 90px) / 2);
}
@media (max-width: 1179px) {
  .renew-exam__article:nth-of-type(2) {
    width: 100%;
    margin-top: 100px;
  }
}
@media (max-width: 749px) {
  .renew-exam__article:nth-of-type(2) {
    margin-top: 50px;
  }
}
.renew-exam__article:nth-of-type(2):before {
  background: url("../../images/bem/renew/paging_arrow.png") center/13px no-repeat;
}
@media (max-width: 1179px) {
  .renew-exam__article:nth-of-type(2):before {
    top: -68px;
    left: 50%;
    transform: rotate(90deg);
    background: url("../../images/bem/renew/paging_arrow.png") center/contain no-repeat;
  }
}
@media (max-width: 749px) {
  .renew-exam__article:nth-of-type(2):before {
    top: -34px;
  }
}
.renew-exam__content {
  border: 1px solid #ddd;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .renew-exam__content {
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .renew-exam__content {
    border-radius: 10px;
  }
}
.renew-exam__content-title {
  font-weight: 500;
  background-color: #222;
}
@media (max-width: 1179px) {
  .renew-exam__content-title {
    height: 80px;
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  .renew-exam__content-title {
    height: 40px;
    font-size: 16px;
  }
}
.renew-exam__content-data {
  padding: 0;
}
.renew-exam__content-list {
  height: 450px;
}
@media (max-width: 1179px) {
  .renew-exam__content-list {
    height: 696px;
  }
}
@media (max-width: 749px) {
  .renew-exam__content-list {
    height: 348px;
  }
}
.renew-exam__content-item {
  padding-right: 0;
}
.renew-exam__content-button {
  height: 57px;
  padding: 0 25px;
  color: #222;
  border-radius: 0;
}
@media (max-width: 1179px) {
  .renew-exam__content-button {
    height: 88px;
    padding: 0 30px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .renew-exam__content-button {
    height: 44px;
    padding: 0 15px;
    font-size: 15px;
  }
}
.renew-exam .-active .renew-exam__content-button {
  color: #247bf1;
  font-weight: 700;
  background-color: #e9f2fe;
}
.renew-exam__add-trigger {
  width: auto;
  height: 46px;
  margin-top: 40px;
  padding: 0 26px;
  font-weight: 500;
  background-color: #222;
  border-radius: 23px;
}
.renew-exam__add-trigger::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url("../../images/bem/renew/renew-exam__add-trigger--after.jpg") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .renew-exam__add-trigger::before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 749px) {
  .renew-exam__add-trigger::before {
    width: 12.5px;
    height: 12.5px;
  }
}
.renew-exam__add-trigger::after {
  display: none;
}
@media (max-width: 1179px) {
  .renew-exam__add-trigger {
    height: 80px;
    padding: 0 44px;
    font-size: 30px;
    border-radius: 40px;
  }
}
@media (max-width: 749px) {
  .renew-exam__add-trigger {
    margin-top: 20px;
    height: 40px;
    padding: 0 22px;
    font-size: 15px;
    border-radius: 20px;
  }
}
.renew-exam__level {
  padding: 20px;
  margin-top: 40px;
  background-color: #f5f5f5;
}
@media (max-width: 1179px) {
  .renew-exam__level {
    padding: 30px;
  }
}
@media (max-width: 749px) {
  .renew-exam__level {
    margin-top: 20px;
    padding: 15px;
  }
}
@media (max-width: 1179px) {
  .renew-exam__level-list {
    flex-direction: column;
  }
}
.renew-exam__level-item + .renew-exam__level-item {
  margin-left: 10px;
}
@media (max-width: 1179px) {
  .renew-exam__level-item + .renew-exam__level-item {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 749px) {
  .renew-exam__level-item + .renew-exam__level-item {
    margin-top: 10px;
  }
}
@media (max-width: 1179px) {
  .renew-exam__level-item {
    width: 100%;
  }
}
.renew-exam__level-label {
  overflow: hidden;
  position: relative;
  height: 54px;
  border: 1px solid #ddd;
  color: #222;
  font-weight: 400;
  opacity: 1;
  background-color: #fff !important;
  z-index: 1;
}
.renew-exam__level-label::before {
  opacity: 0;
  position: absolute;
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.renew-exam__level-item:first-child .renew-exam__level-label::before {
  background-color: #51acfb;
}
.renew-exam__level-item:not(:first-child):not(:last-child) .renew-exam__level-label::before {
  background-color: #28c397;
}
.renew-exam__level-item:last-child .renew-exam__level-label::before {
  background-color: #fc5a29;
}
.renew-exam .not-level .renew-exam__level-label::before {
  background-color: #247bf1;
}
.renew-exam__level-radio:checked ~ .renew-exam__level-label {
  color: #fff;
  font-weight: 700;
}
.renew-exam__level-radio:checked ~ .renew-exam__level-label::before {
  opacity: 1;
}
@media (max-width: 1179px) {
  .renew-exam__level-label {
    height: 80px;
    font-size: 30px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .renew-exam__level-label {
    height: 40px;
    font-size: 15px;
    border-radius: 10px;
  }
}
.renew-exam__controller {
  margin-top: 80px;
}
@media (max-width: 1179px) {
  .renew-exam__controller {
    display: flex;
  }
}
@media (max-width: 749px) {
  .renew-exam__controller {
    margin-top: 40px;
  }
}
.renew-exam__controller-button {
  margin: 0 5px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 27px;
  background: #247bf1;
}
.renew-exam__controller-button:first-child {
  color: #247bf1;
  border: 1px solid #247bf1;
  background-color: #fff;
}
.renew-exam__controller-button img {
  width: 17px;
  margin-right: 10px;
}
@media (max-width: 1179px) {
  .renew-exam__controller-button img {
    width: 26px;
    margin-right: 20px;
  }
}
@media (max-width: 749px) {
  .renew-exam__controller-button img {
    width: 13px;
    margin-right: 10px;
  }
}
@media (max-width: 1179px) {
  .renew-exam__controller-button {
    flex: 1;
    height: 80px;
    margin: 0 10px;
    font-size: 30px;
    border-radius: 40px;
  }
  .renew-exam__controller-button + .renew-exam__controller-button {
    margin-top: 0;
  }
}
@media (max-width: 749px) {
  .renew-exam__controller-button {
    height: 40px;
    margin: 0 5px;
    font-size: 16px;
    border-radius: 20px;
  }
}
.renew-exam__content-selected {
  margin: 40px 0 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
@media (max-width: 749px) {
  .renew-exam__content-selected {
    margin: 20px 0 10px;
  }
}
.renew-exam__selected {
  padding: 20px;
}
@media (max-width: 1179px) {
  .renew-exam__selected {
    padding: 30px;
  }
}
@media (max-width: 749px) {
  .renew-exam__selected {
    padding: 15px;
  }
}
.renew-exam__selected-state {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  font-size: inherit;
  border: 1px solid #ddd;
  border-radius: 25px;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .renew-exam__selected-state {
    height: 80px;
    border-radius: 40px;
  }
}
@media (max-width: 749px) {
  .renew-exam__selected-state {
    height: 40px;
    padding: 0 15px;
    border-radius: 20px;
  }
}
.renew-exam__selected-state + .renew-exam__selected-state {
  margin-left: 5px;
}
.renew-exam__selected-data .-name {
  color: #222;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1179px) {
  .renew-exam__selected-data .-name {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .renew-exam__selected-data .-name {
    font-size: 15px;
  }
}
.renew-exam__remove-trigger {
  width: 25px;
  height: 25px;
  background: url("../../images/bem/renew/ico_delete.png") right center/contain no-repeat;
}
@media (max-width: 1179px) {
  .renew-exam__remove-trigger {
    width: 35px;
    height: 35px;
    margin-left: 20px;
  }
}
@media (max-width: 749px) {
  .renew-exam__remove-trigger {
    width: 17.5px;
    height: 17.5px;
    margin-left: 10px;
  }
}

.renew-loading__target {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.renew-loading__target[aria-hidden=false] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .renew-loading__target-document {
    width: 150px;
    height: 150px;
  }
}
.renew-loading__target-document img {
  width: 100%;
}

.renew-none__area {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 749px) {
  .renew-none__area {
    margin-top: 40px;
  }
}
.renew-none__text {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  word-break: keep-all;
}
.renew-none__text .font-c {
  color: #247bf1;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .renew-none__text {
    font-size: 34px;
  }
}
@media (max-width: 749px) {
  .renew-none__text {
    margin-top: 20px;
    font-size: 17px;
  }
}
.renew-none__icon {
  width: 100px;
  height: 100px;
  margin: auto;
}
.renew-none__icon img {
  width: 100%;
}
@media (max-width: 1179px) {
  .renew-none__icon {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 749px) {
  .renew-none__icon {
    width: 75px;
    height: 75px;
  }
}
.renew-none__menu {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1179px) {
  .renew-none__menu {
    flex-direction: column;
  }
}
@media (max-width: 749px) {
  .renew-none__menu {
    margin-top: 40px;
    gap: 10px;
  }
}
.renew-none__menu-item {
  display: inline-flex;
  justify-content: space-between;
  width: calc(50% - 10px);
  height: 180px;
  padding: 30px 40px 20px 30px;
  border-radius: 13px;
}
@media (max-width: 1179px) {
  .renew-none__menu-item {
    width: 100%;
    padding: 40px 30px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .renew-none__menu-item {
    height: 90px;
    padding: 20px 15px;
    border-radius: 10px;
  }
}
.renew-none__menu-item:nth-child(1) {
  background-color: #ecf3ff;
}
.renew-none__menu-item:nth-child(2) {
  background-color: #fff5da;
}
.renew-none__menu-item:nth-child(3) {
  background-color: #e0f9f3;
}
.renew-none__menu-item:nth-child(4) {
  background-color: #f3ebff;
}
.renew-none__menu-item:nth-child(1) .renew-none__menu-img {
  width: 77px;
}
@media (max-width: 1179px) {
  .renew-none__menu-item:nth-child(1) .renew-none__menu-img {
    width: auto;
  }
}
.renew-none__menu-item:nth-child(3) .renew-none__menu-img {
  width: 72px;
}
@media (max-width: 1179px) {
  .renew-none__menu-item:nth-child(3) .renew-none__menu-img {
    width: auto;
  }
}
.renew-none__menu-item:nth-child(even) .renew-none__menu-img {
  width: 87px;
}
@media (max-width: 1179px) {
  .renew-none__menu-item:nth-child(even) .renew-none__menu-img {
    width: auto;
  }
}
.renew-none__menu-img {
  display: inline-flex;
  align-self: flex-end;
}
.renew-none__menu-img img {
  width: 100%;
}
@media (max-width: 749px) {
  .renew-none__menu-img img {
    width: 50%;
  }
}
@media (max-width: 1179px) {
  .renew-none__menu-img {
    display: block;
    align-self: auto;
    text-align: right;
  }
}
.renew-none__menu-name {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .renew-none__menu-name {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .renew-none__menu-name {
    font-size: 15px;
  }
}
.renew-none__menu-link {
  display: block;
  width: 120px;
  height: 34px;
  margin-top: 20px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 16px;
  box-sizing: border-box;
  background: #ffffff url("../../images/bem/renew/paging_arrow.png") 100px/7px auto no-repeat;
}
@media (max-width: 1179px) {
  .renew-none__menu-link {
    width: 180px;
    height: 54px;
    padding: 9px 20px;
    font-size: 26px;
    border-radius: 27px;
    background-size: 11px;
    background-position: 150px center;
  }
}
@media (max-width: 749px) {
  .renew-none__menu-link {
    width: 90px;
    height: 27px;
    margin-top: 10px;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 13.5px;
    background-size: 5.5px;
    background-position: 75px center;
  }
}

.form-section {
  font-weight: 400;
}
.form-section .--mbr {
  display: inline-block;
}
@media (max-width: 1179px) {
  .form-section .--mbr {
    display: block;
  }
}
.form-section .inner {
  margin: 80px 0 200px;
  text-align: center;
}
@media (max-width: 1179px) {
  .form-section .inner {
    width: calc(100% - 80px);
    margin: 100px auto 200px;
  }
}
@media (max-width: 749px) {
  .form-section .inner {
    width: calc(100% - 40px);
    margin: 50px auto 100px;
  }
}
.form-section__logo img {
  width: 128px;
}
@media (max-width: 1179px) {
  .form-section__logo img {
    width: 196px;
  }
}
@media (max-width: 749px) {
  .form-section__logo img {
    width: 98px;
  }
}
.form-section__login {
  width: 420px;
  margin: 40px auto 0;
}
@media (max-width: 1179px) {
  .form-section__login {
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 749px) {
  .form-section__login {
    margin-top: 30px;
  }
}
.form-section__password {
  width: 420px;
  margin: 40px auto 0;
}
@media (max-width: 1179px) {
  .form-section__password {
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 749px) {
  .form-section__password {
    margin-top: 30px;
  }
}
.form-section__password-box {
  margin-bottom: 40px;
}
@media (max-width: 1179px) {
  .form-section__password-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 749px) {
  .form-section__password-box {
    margin-bottom: 30px;
  }
}
.form-section__password-box:nth-child(1) {
  margin-bottom: 30px;
}
@media (max-width: 1179px) {
  .form-section__password-box:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (max-width: 749px) {
  .form-section__password-box:nth-child(1) {
    margin-bottom: 20px;
  }
}
.form-section__password-text {
  margin-bottom: 15px;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 1179px) {
  .form-section__password-text {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .form-section__password-text {
    font-size: 15px;
  }
}
.form-section__input {
  width: 100%;
  height: 56px;
  padding-left: 20px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.form-section__input:focus {
  outline: 1px solid #247bf1;
}
.form-section__input::placeholder {
  color: #999;
}
.form-section__input + .form-section__input {
  margin-top: 10px;
}
@media (max-width: 1179px) {
  .form-section__input + .form-section__input {
    margin-top: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__input + .form-section__input {
    margin-top: 10px;
  }
}
.form-section__input + .form-section__chk-area {
  margin-top: 20px;
}
@media (max-width: 1179px) {
  .form-section__input + .form-section__chk-area {
    margin-top: 40px;
  }
}
@media (max-width: 749px) {
  .form-section__input + .form-section__chk-area {
    margin-top: 20px;
  }
}
@media (max-width: 1179px) {
  .form-section__input {
    height: 90px;
    padding-left: 30px;
    font-size: 30px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__input {
    height: 45px;
    padding-left: 15px;
    font-size: 15px;
    border-radius: 10px;
  }
}
.form-section__chk-area {
  color: #666;
  text-align: left;
}
.form-section__checkbox-label {
  position: relative;
  padding-left: 35px;
}
.form-section__checkbox-label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  clear: both;
  width: 23px;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 1179px) {
  .form-section__checkbox-label::before {
    top: 2px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 749px) {
  .form-section__checkbox-label::before {
    width: 18px;
    height: 18px;
  }
}
input[type=checkbox]:checked + .form-section__checkbox-label::before {
  background: url("../../images/bem/renew/checkbox_checked.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .form-section__checkbox-label {
    padding-left: 54px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__checkbox-label {
    padding-left: 27px;
    font-size: 14px;
  }
}
.form-section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #247bf1;
  border-radius: 27px;
}
@media (max-width: 1179px) {
  .form-section__button {
    height: 90px;
    margin-top: 60px;
    font-size: 30px;
    border-radius: 45px;
  }
}
@media (max-width: 749px) {
  .form-section__button {
    height: 45px;
    margin-top: 30px;
    font-size: 15px;
    border-radius: 22.5px;
  }
}
.form-section__button.--line {
  color: #247bf1;
  border: 1px solid #247bf1;
  background-color: #fff;
}
.form-section__link-area {
  margin-top: 20px;
}
@media (max-width: 1179px) {
  .form-section__link-area {
    margin-top: 40px;
  }
}
@media (max-width: 749px) {
  .form-section__link-area {
    margin-top: 20px;
  }
}
.form-section__link {
  position: relative;
  color: #999;
}
.form-section__link + .form-section__link {
  padding-left: 30px;
}
.form-section__link + .form-section__link::before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 15px;
  top: 7px;
  width: 1px;
  height: 13px;
  background: #999;
}
@media (max-width: 1179px) {
  .form-section__link + .form-section__link::before {
    top: 11px;
    left: 27px;
    height: 24px;
  }
}
@media (max-width: 749px) {
  .form-section__link + .form-section__link::before {
    top: 6px;
    left: 13.5px;
    height: 12px;
  }
}
@media (max-width: 1179px) {
  .form-section__link + .form-section__link {
    padding-left: 54px;
  }
}
@media (max-width: 749px) {
  .form-section__link + .form-section__link {
    padding-left: 27px;
  }
}
@media (max-width: 1179px) {
  .form-section__link {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__link {
    font-size: 14px;
  }
}
.form-section__inner {
  width: 1100px;
  margin: 80px auto 150px;
}
@media (max-width: 1179px) {
  .form-section__inner {
    width: 100%;
    padding: 0 40px;
    margin: 100px 0 200px;
  }
}
@media (max-width: 749px) {
  .form-section__inner {
    padding: 0 20px;
    margin: 50px 0 100px;
  }
}
.form-section__pagination {
  display: flex;
}
.form-section__pagination-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 60px;
  font-size: 18px;
  color: #666;
  border: 1px solid #ddd;
  border-bottom: 2px solid #247bf1;
  border-radius: 10px 10px 0 0;
}
.form-section__pagination-button[data-selected=true] {
  color: #247bf1;
  font-weight: 700;
  border: 2px solid #247bf1;
  border-bottom: 0;
}
@media (max-width: 1179px) {
  .form-section__pagination-button {
    height: 90px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .form-section__pagination-button {
    height: 45px;
    font-size: 15px;
  }
}
.form-section__pagination-content[data-hidden=true] {
  display: none;
}
.form-section__center-text {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1179px) {
  .form-section__center-text {
    margin-top: 60px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .form-section__center-text {
    margin-top: 30px;
    font-size: 15px;
  }
}
.form-section__accordion-area {
  margin-top: 40px;
}
@media (max-width: 1179px) {
  .form-section__accordion-area {
    margin-top: 60px;
  }
}
@media (max-width: 749px) {
  .form-section__accordion-area {
    margin-top: 30px;
  }
}
.form-section__button-wrap {
  width: 400px;
  margin: 30px auto 0;
}
@media (max-width: 1179px) {
  .form-section__button-wrap {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 1179px) {
  .form-section__button-wrap .form-section__button {
    margin-top: 24px;
  }
}
@media (max-width: 749px) {
  .form-section__button-wrap .form-section__button {
    margin-top: 12px;
  }
}
.form-section__join-result-section .form-section__button-wrap, .form-section__member-section .form-section__button-wrap {
  margin: 40px auto 0;
}
@media (max-width: 1179px) {
  .form-section__join-result-section .form-section__button-wrap, .form-section__member-section .form-section__button-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 749px) {
  .form-section__join-result-section .form-section__button-wrap, .form-section__member-section .form-section__button-wrap {
    margin-top: 30px;
  }
}
.form-section__accordion-button {
  position: relative;
  width: 100%;
  height: 56px;
  margin-bottom: 10px;
  padding: 0 30px;
  font-size: 18px;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.form-section__accordion-button::after {
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  display: block;
  clear: both;
  width: 17px;
  height: 10px;
  margin-top: -5px;
  background: url("../../images/bem/renew/fieldset_arrow.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .form-section__accordion-button::after {
    right: 40px;
    width: 21px;
    height: 12px;
  }
}
@media (max-width: 749px) {
  .form-section__accordion-button::after {
    right: 20px;
    width: 10.5px;
    height: 6px;
  }
}
.form-section__accordion-button[data-expanded=true] {
  border-color: #247bf1;
}
.form-section__accordion-button[data-expanded=true]::after {
  transform: rotate(-180deg);
}
@media (max-width: 1179px) {
  .form-section__accordion-button {
    height: 90px;
    margin-bottom: 20px;
    padding: 0 38px;
    font-size: 30px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__accordion-button {
    height: 45px;
    margin-bottom: 10px;
    padding: 0 19px;
    font-size: 15px;
    border-radius: 10px;
  }
}
.form-section__accordion-content {
  margin-bottom: 20px;
}
.form-section__accordion-content[data-hidden=true] {
  display: none;
}
@media (max-width: 1179px) {
  .form-section__accordion-content {
    margin-bottom: 60px;
  }
}
@media (max-width: 749px) {
  .form-section__accordion-content {
    margin-bottom: 30px;
  }
}
.form-section__table-area {
  margin-bottom: 10px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
@media (max-width: 1179px) {
  .form-section__table-area {
    margin-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__table-area {
    margin-bottom: 10px;
  }
}
.form-section__table-row {
  display: flex;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.form-section__table-head {
  display: inline-flex;
  align-items: center;
  width: 200px;
  padding-left: 30px;
  border-right: 1px solid #ddd;
  background-color: #f6f6f6;
}
@media (max-width: 1179px) {
  .form-section__table-head {
    padding-left: 20px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__table-head {
    width: 105px;
    padding-left: 10px;
    font-size: 14px;
  }
}
.form-section__table-content {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px;
  flex: 1;
}
.form-section__table-content .commat {
  margin: 0 10px;
}
@media (max-width: 1179px) {
  .form-section__table-content .commat {
    margin: 0 6px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__table-content .commat {
    margin: 0 3px;
    font-size: 14px;
  }
}
@media (max-width: 1179px) {
  .form-section__table-content {
    padding: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__table-content {
    padding: 10px;
  }
}
.form-section__table-input {
  width: 540px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
}
.form-section__table-input:focus {
  outline: 1px solid #247bf1;
}
.form-section__table-input::placeholder {
  color: #999999;
}
.form-section__table-input:disabled {
  background-color: #ebebeb;
}
.form-section__table-input.--size-m {
  width: 390px;
}
@media (max-width: 1179px) {
  .form-section__table-input.--size-m {
    width: 100%;
  }
}
.form-section__table-input.--size-s {
  width: 165px;
}
@media (max-width: 1179px) {
  .form-section__table-input.--size-s {
    width: calc(50% - 19px);
  }
}
@media (max-width: 749px) {
  .form-section__table-input.--size-s {
    width: calc(50% - 9.5px);
  }
}
@media (max-width: 1179px) {
  .form-section__table-input {
    width: 100%;
    height: 80px;
    font-size: 28px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__table-input {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.form-section__table-caption-area {
  width: 100%;
}
@media (max-width: 1179px) {
  .form-section__table-caption-area {
    order: 2;
  }
}
.form-section__table-caption {
  width: 100%;
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
}
.form-section__table-caption.--blue {
  color: #247bf1;
}
.form-section__table-caption.--red {
  color: #eb3c21;
}
.form-section__table-caption.--right {
  text-align: right;
}
.form-section__table-radio-area .form-section__table-caption {
  display: inline-block;
  width: auto;
}
@media (max-width: 1179px) {
  .form-section__table-radio-area .form-section__table-caption {
    display: block;
  }
}
@media (max-width: 1179px) {
  .form-section__table-caption {
    margin-top: 12px;
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .form-section__table-caption {
    margin-top: 6px;
    font-size: 13px;
  }
}
.form-section__table-button {
  width: 140px;
  height: 40px;
  margin-left: 10px;
  color: #247bf1;
  font-weight: 500;
  border: 1px solid #247bf1;
  border-radius: 10px;
}
@media (max-width: 1179px) {
  .form-section__table-button {
    width: 100%;
    height: 80px;
    margin-left: 0;
    margin-top: 20px;
    font-size: 26px;
    border-radius: 20px;
    order: 3;
  }
}
@media (max-width: 749px) {
  .form-section__table-button {
    height: 40px;
    margin-top: 10px;
    font-size: 13px;
    border-radius: 10px;
  }
}
.form-section__tooltip {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.form-section__tooltip + .form-section__table-input {
  margin-left: 10px;
}
@media (max-width: 1179px) {
  .form-section__tooltip + .form-section__table-input {
    margin-left: 0;
  }
}
.form-section__tooltip + .form-section__tooltip {
  margin-left: 10px;
}
@media (max-width: 1179px) {
  .form-section__join-section .form-section__tooltip + .form-section__tooltip {
    margin-left: 0;
    width: calc(50% - 10px);
  }
}
@media (max-width: 749px) {
  .form-section__join-section .form-section__tooltip + .form-section__tooltip {
    width: calc(50% - 5px);
  }
}
@media (max-width: 1179px) {
  .form-section__join-section .form-section__tooltip:nth-child(3) {
    margin-left: 20px;
  }
  .form-section__join-section .commat ~ .form-section__tooltip:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 749px) {
  .form-section__join-section .form-section__tooltip:nth-child(3) {
    margin-left: 10px;
  }
}
@media (max-width: 1179px) {
  .form-section__tooltip {
    order: 2;
    width: 100%;
  }
}
.form-section__tooltip-trigger {
  width: 165px;
  height: 40px;
  padding: 0 20px;
  color: #999;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media (max-width: 1179px) {
  .form-section__tooltip-trigger {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    font-size: 28px;
    border-radius: 20px;
  }
  .form-section__tooltip:nth-child(1) .form-section__tooltip-trigger {
    margin-top: 0;
  }
}
@media (max-width: 749px) {
  .form-section__tooltip-trigger {
    height: 40px;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.form-section__join-section.--step02 .form-section__tooltip-trigger {
  width: 173px;
}
.form-section__join-section.--step02 .form-section__tooltip-trigger[aria-controls=이메일선택] {
  width: 165px;
}
@media (max-width: 1179px) {
  .form-section__join-section.--step02 .form-section__tooltip-trigger[aria-controls=이메일선택] {
    width: 100%;
  }
}
@media (max-width: 1179px) {
  .form-section__join-section.--step02 .form-section__tooltip-trigger {
    width: 100%;
  }
}
.form-section__tooltip-trigger::after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 7px;
  background: url("../../images/bem/renew/fieldset_arrow.png") center/contain no-repeat;
  transform: translateY(-50%);
}
@media (max-width: 1179px) {
  .form-section__tooltip-trigger::after {
    top: calc(50% + 10px);
    width: 22px;
    height: 13px;
  }
  .form-section__tooltip:nth-child(1) .form-section__tooltip-trigger::after {
    top: 50%;
  }
  .form-section .--qna .form-section__tooltip-trigger::after {
    right: 40px;
  }
}
@media (max-width: 749px) {
  .form-section__tooltip-trigger::after {
    top: calc(50% + 5px);
    right: 10px;
    width: 11px;
    height: 6.5px;
  }
  .form-section .--qna .form-section__tooltip-trigger::after {
    right: 20px;
  }
}
.form-section__tooltip-trigger[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}
.form-section .--qna .form-section__tooltip-trigger {
  width: 150px;
  color: #222;
  border-radius: 20px;
}
@media (max-width: 1179px) {
  .form-section .--qna .form-section__tooltip-trigger {
    width: 100%;
    padding: 0 40px;
    border-radius: 40px;
  }
}
@media (max-width: 749px) {
  .form-section .--qna .form-section__tooltip-trigger {
    padding: 0 20px;
    border-radius: 20px;
  }
}
.form-section__tooltip-target {
  overflow: auto;
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  max-height: 230px;
  margin-top: 10px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
}
.form-section__tooltip-target[aria-hidden=false] {
  display: block;
}
@media (max-width: 1179px) {
  .form-section__tooltip-target {
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__tooltip-target {
    margin-top: 5px;
    border-radius: 10px;
  }
}
.form-section__tooltip-button {
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
}
.form-section__tooltip-button.-active, .form-section__tooltip-button:hover {
  color: #247bf1;
  font-weight: 700;
  background-color: #e9f2fe;
}
@media (max-width: 1179px) {
  .form-section__tooltip-button {
    height: 88px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__tooltip-button {
    height: 44px;
    font-size: 14px;
  }
}
.form-section__id-result-section {
  width: 500px;
  margin: auto;
  text-align: center;
}
@media (max-width: 1179px) {
  .form-section__id-result-section {
    width: 100%;
  }
}
.form-section__id-result-section .form-section__img {
  width: 143px;
  margin-top: 40px;
}
@media (max-width: 1179px) {
  .form-section__id-result-section .form-section__img {
    width: auto;
    margin-top: 60px;
  }
}
@media (max-width: 749px) {
  .form-section__id-result-section .form-section__img {
    width: 109px;
    margin-top: 30px;
  }
}
.form-section__text-box {
  margin-top: 40px;
  padding: 20px 0;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.form-section__member-section .form-section__text-box {
  padding: 30px 0;
}
@media (max-width: 1179px) {
  .form-section__member-section .form-section__text-box {
    padding: 52px 0;
  }
}
@media (max-width: 749px) {
  .form-section__member-section .form-section__text-box {
    padding: 26px 0;
  }
}
@media (max-width: 1179px) {
  .form-section__text-box {
    margin-top: 60px;
    font-size: 28px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__text-box {
    margin-top: 30px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.form-section__strong-text {
  color: #247bf1;
  font-weight: 700;
}
.form-section__two-button-wrap {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.form-section__two-button-wrap .form-section__button {
  flex: 1;
}
@media (max-width: 1179px) {
  .form-section__two-button-wrap .form-section__button {
    flex: auto;
    margin-top: 0;
  }
}
.form-section__error .form-section__two-button-wrap {
  width: 500px;
  margin: 40px auto 0;
}
@media (max-width: 1179px) {
  .form-section__error .form-section__two-button-wrap {
    order: 2;
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 749px) {
  .form-section__error .form-section__two-button-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 1179px) {
  .form-section__two-button-wrap {
    margin-top: 60px;
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 749px) {
  .form-section__two-button-wrap {
    margin-top: 30px;
    gap: 10px;
  }
}
.form-section__title-area {
  text-align: center;
}
.form-section__title {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .form-section__title {
    font-size: 38px;
  }
}
@media (max-width: 749px) {
  .form-section__title {
    font-size: 19px;
  }
}
.form-section__sub-text {
  margin-top: 10px;
  color: #666;
}
@media (max-width: 1179px) {
  .form-section__sub-text {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__sub-text {
    font-size: 14px;
  }
}
.form-section__login-title .form-section__sub-text {
  margin-top: 5px;
}
@media (max-width: 749px) {
  .form-section__login-title .form-section__sub-text {
    margin-top: 2.5px;
  }
}
.form-section__join-radio {
  display: flex;
  gap: 20px;
  width: 820px;
  margin: 60px auto 0;
  justify-content: space-between;
}
@media (max-width: 1179px) {
  .form-section__join-radio {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 749px) {
  .form-section__join-radio {
    margin-top: 30px;
    gap: 10px;
  }
}
.form-section__radio-box-area {
  position: relative;
  flex: 1;
  padding: 60px 40px 40px;
  text-align: center;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
}
.form-section__radio-box-area:has(.form-section__radio-box:checked) {
  border-color: #247bf1;
}
@media (max-width: 749px) {
  .form-section__radio-box-area {
    padding: 30px 20px 20px;
    border-radius: 10px;
  }
}
.form-section__box-title {
  padding-top: 90px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .form-section__box-title {
    padding-top: 140px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .form-section__box-title {
    padding-top: 70px;
    font-size: 15px;
  }
}
.form-section__box-title.--type01 {
  background: url(../../images/bem/renew/join_step00_01.png) center 5px no-repeat;
  background-size: 48px;
}
.form-section__radio-box:checked ~ .form-section__box-title.--type01 {
  background: url(../../images/bem/renew/join_step00_01_on.png) center 5px no-repeat;
  background-size: 48px;
}
@media (max-width: 1179px) {
  .form-section__box-title.--type01 {
    background-size: 68px;
  }
  .form-section__radio-box:checked ~ .form-section__box-title.--type01 {
    background-size: 68px;
  }
}
@media (max-width: 749px) {
  .form-section__box-title.--type01 {
    background-size: 34px;
  }
  .form-section__radio-box:checked ~ .form-section__box-title.--type01 {
    background-size: 34px;
  }
}
.form-section__box-title.--type02 {
  background: url(../../images/bem/renew/join_step00_02.png) top no-repeat;
  background-size: 67px;
}
.form-section__radio-box:checked ~ .form-section__box-title.--type02 {
  background: url(../../images/bem/renew/join_step00_02_on.png) center top no-repeat;
  background-size: 67px;
}
@media (max-width: 1179px) {
  .form-section__box-title.--type02 {
    background-size: 93px;
  }
  .form-section__radio-box:checked ~ .form-section__box-title.--type02 {
    background-size: 93px;
  }
}
@media (max-width: 749px) {
  .form-section__box-title.--type02 {
    background-size: 46.5px;
  }
  .form-section__radio-box:checked ~ .form-section__box-title.--type02 {
    background-size: 46.5px;
  }
}
.form-section__box-text {
  margin-top: 10px;
}
@media (max-width: 1179px) {
  .form-section__box-text {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__box-text {
    margin-top: 6px;
    font-size: 14px;
  }
}
.form-section__box-sub-text {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  color: #666;
}
.form-section__box-sub-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  clear: both;
  width: 20px;
  height: 1px;
  background-color: #222;
  transform: translateX(-50%);
}
@media (max-width: 1179px) {
  .form-section__box-sub-text::before {
    width: 40px;
  }
}
@media (max-width: 749px) {
  .form-section__box-sub-text::before {
    width: 20px;
  }
}
@media (max-width: 1179px) {
  .form-section__box-sub-text {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__box-sub-text {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
  }
}
.form-section__box-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #222;
}
.form-section__radio-box:checked ~ .form-section__box-button {
  background-color: #247bf1;
}
@media (max-width: 1179px) {
  .form-section__box-button {
    height: 90px;
    font-size: 30px;
    border-radius: 45px;
  }
}
@media (max-width: 749px) {
  .form-section__box-button {
    height: 45px;
    font-size: 15px;
    border-radius: 22.5px;
  }
}
.form-section__radio-box-label {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url(../../images/bem/renew/ico_radio.png) center/contain no-repeat;
  cursor: pointer;
}
.form-section__radio-box:checked ~ .form-section__radio-box-label {
  background: url(../../images/bem/renew/ico_radio_checked.png) center/contain no-repeat;
}
@media (max-width: 749px) {
  .form-section__radio-box-label {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
.form-section__join-step-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
  width: 430px;
  margin: 0 auto 60px;
}
@media (max-width: 1179px) {
  .form-section__join-step-area {
    width: 538px;
    margin-bottom: 100px;
    gap: 110px;
    align-items: flex-start;
  }
}
@media (max-width: 749px) {
  .form-section__join-step-area {
    width: 269px;
    margin-bottom: 50px;
    gap: 55px;
  }
}
.form-section__join-step-area::before {
  position: absolute;
  left: 0;
  top: 33px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
@media (max-width: 1179px) {
  .form-section__join-step-area::before {
    left: 5%;
    top: 53px;
    width: 90%;
  }
}
@media (max-width: 749px) {
  .form-section__join-step-area::before {
    top: 26.5px;
  }
}
.form-section__join-step-box {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 65px;
  padding-top: 85px;
}
@media (max-width: 1179px) {
  .form-section__join-step-box {
    width: 104px;
    padding-top: 134px;
  }
}
@media (max-width: 749px) {
  .form-section__join-step-box {
    width: 52px;
    padding-top: 67px;
  }
}
.form-section__join-step-box::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
  width: 65px;
  height: 65px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100%;
  background-color: #f5f5f5;
  transform: translateX(-50%);
}
@media (max-width: 1179px) {
  .form-section__join-step-box::before {
    width: 104px;
    height: 104px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .form-section__join-step-box::before {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }
}
.form-section__join-step-box:nth-child(1)::before {
  content: "1";
}
.form-section__join-step-box:nth-child(1).--active::before {
  content: "";
  background: #247bf1 url(../../images/bem/renew/join_step01.png) center/21px no-repeat;
}
.form-section__join-step-box:nth-child(2)::before {
  content: "2";
}
.form-section__join-step-box:nth-child(2).--active::before {
  content: "";
  background: #247bf1 url(../../images/bem/renew/join_step02.png) center/26px no-repeat;
}
.form-section__join-step-box:nth-child(3)::before {
  content: "3";
}
.form-section__join-step-box:nth-child(3).--active::before {
  content: "";
  background: #247bf1 url(../../images/bem/renew/join_step03.png) center/23px no-repeat;
}
.form-section__join-step-text {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1179px) {
  .form-section__join-step-text {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .form-section__join-step-text {
    font-size: 15px;
  }
}
.form-section__check-section .form-section__checkbox-label {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1179px) {
  .form-section__check-section .form-section__checkbox-label {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .form-section__check-section .form-section__checkbox-label {
    font-size: 15px;
  }
}
.form-section__check-section .form-section__sub-text {
  margin-left: 10px;
  color: #666;
  font-size: 14px;
}
@media (max-width: 1179px) {
  .form-section__check-section .form-section__sub-text {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .form-section__check-section .form-section__sub-text {
    margin-top: 10px;
    font-size: 13px;
  }
}
.form-section__check-section + .form-section__table-caption {
  margin-top: 0;
}
.form-section__check-list-area {
  margin-top: 23px;
}
@media (max-width: 1179px) {
  .form-section__check-list-area {
    margin-top: 40px;
  }
}
@media (max-width: 749px) {
  .form-section__check-list-area {
    margin-top: 20px;
  }
}
.form-section__check-list {
  position: relative;
}
.form-section__check-list .form-section__chk-area {
  position: absolute;
  top: 20px;
  left: 30px;
}
@media (max-width: 1179px) {
  .form-section__check-list .form-section__chk-area {
    top: 28px;
    left: 40px;
  }
}
@media (max-width: 749px) {
  .form-section__check-list .form-section__chk-area {
    top: 12px;
    left: 10px;
  }
}
.form-section__check-list-content {
  display: none;
  margin-bottom: 10px;
}
.form-section__check-acc-button {
  width: 100%;
  height: 56px;
  padding: 0 60px;
  margin-bottom: 10px;
  text-align: left;
  border-radius: 10px;
  background-color: #f6f6f6;
}
.form-section__check-acc-button .font-c {
  color: #247bf1;
}
.form-section__check-acc-button.active::after {
  transform: rotate(180deg);
}
.form-section__check-acc-button::after {
  position: absolute;
  top: 23px;
  right: 38px;
  content: "";
  display: block;
  clear: both;
  width: 17px;
  height: 10px;
  background: url("../../images/bem/renew/fieldset_arrow.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .form-section__check-acc-button::after {
    top: 40px;
    right: 40px;
    width: 23px;
    height: 13px;
  }
}
@media (max-width: 749px) {
  .form-section__check-acc-button::after {
    top: 20px;
    right: 20px;
    width: 11.5px;
    height: 6.5px;
  }
}
@media (max-width: 1179px) {
  .form-section__check-acc-button {
    height: 90px;
    margin-bottom: 20px;
    padding: 0 90px;
    font-size: 28px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__check-acc-button {
    height: 45px;
    margin-bottom: 10px;
    padding: 0 30px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.form-section__check-content-scroll {
  height: 212px;
  padding: 20px 30px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
}
@media (max-width: 1179px) {
  .form-section__check-content-scroll {
    height: 413px;
    padding: 40px;
    margin-bottom: 10px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__check-content-scroll {
    height: 265px;
    padding: 20px;
    border-radius: 10px;
  }
}
.form-section__check-content-scroll::-webkit-scrollbar-thumb {
  border: 5px solid #fff;
  background-color: #d4d4d4;
}
.form-section__check-content-scroll * {
  color: #666;
}
.form-section__check-content-scroll .tit1 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .form-section__check-content-scroll .tit1 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__check-content-scroll .tit1 {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.form-section__check-content-scroll .tit2 {
  margin-bottom: 15px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .form-section__check-content-scroll .tit2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__check-content-scroll .tit2 {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.form-section__check-content-scroll .txt {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1179px) {
  .form-section__check-content-scroll .txt {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__check-content-scroll .txt {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.form-section__check-content-scroll table {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.form-section__check-content-scroll table th, .form-section__check-content-scroll table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media (max-width: 1179px) {
  .form-section__check-content-scroll table th, .form-section__check-content-scroll table td {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__check-content-scroll table th, .form-section__check-content-scroll table td {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.form-section__check-content-scroll table th {
  text-align: center;
  background-color: #f6f6f6;
}
.form-section__sub-title {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}
.form-section__sub-title + .form-section__accordion-content {
  margin-top: 20px;
}
@media (max-width: 749px) {
  .form-section__sub-title + .form-section__accordion-content {
    margin-top: 10px;
  }
}
@media (max-width: 1179px) {
  .form-section__sub-title {
    margin-top: 60px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .form-section__sub-title {
    margin-top: 30px;
    font-size: 15px;
  }
}
.form-section__point {
  margin-left: 4px;
  color: #247bf1;
  font-size: 14px;
}
.form-section__sub-title .form-section__point {
  position: relative;
  top: -2px;
}
@media (max-width: 1179px) {
  .form-section__point {
    margin-left: 7px;
    font-size: 26px;
  }
  .form-section__sub-title .form-section__point {
    margin-left: 0;
  }
}
@media (max-width: 749px) {
  .form-section__point {
    font-size: 13px;
  }
}
@media (max-width: 1179px) {
  .form-section__table-radio-area {
    order: 3;
    margin-top: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__table-radio-area {
    margin-top: 10px;
  }
}
.form-section__table-radio-text {
  display: inline-block;
}
@media (max-width: 1179px) {
  .form-section__table-radio-text {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__table-radio-text {
    font-size: 14px;
  }
}
.form-section__table-radio-box {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 1179px) {
  .form-section__table-radio-box {
    margin-left: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__table-radio-box {
    margin-left: 10px;
  }
}
.form-section__table-radio-box input[type=radio]:checked + .form-section__table-radio-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #247bf1;
}
@media (max-width: 1179px) {
  .form-section__table-radio-box input[type=radio]:checked + .form-section__table-radio-label:after {
    top: 10px;
    left: 8px;
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 749px) {
  .form-section__table-radio-box input[type=radio]:checked + .form-section__table-radio-label:after {
    top: 3.5px;
    left: 4.5px;
    width: 11.5px;
    height: 11.5px;
  }
}
.form-section__table-radio-label {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 1179px) {
  .form-section__table-radio-label {
    margin-right: 30px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__table-radio-label {
    margin-right: 15px;
    font-size: 14px;
  }
}
.form-section__table-radio-label::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .form-section__table-radio-label::before {
    width: 37px;
    height: 37px;
    margin-right: 16px;
  }
}
@media (max-width: 749px) {
  .form-section__table-radio-label::before {
    width: 18.5px;
    height: 18.5px;
    margin-right: 8px;
  }
}
.form-section__tab-radio-box {
  display: flex;
  gap: 10px;
}
.form-section__tab-radio-box input[type=radio]:checked + .form-section__tab-radio-label {
  color: #fff;
  font-weight: 700;
  background-color: #247bf1;
}
@media (max-width: 1179px) {
  .form-section__tab-radio-box {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
@media (max-width: 749px) {
  .form-section__tab-radio-box {
    gap: 10px;
  }
}
.form-section__tab-radio-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 1179px) {
  .form-section__tab-radio-label {
    width: 100%;
    height: 80px;
    font-size: 26px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__tab-radio-label {
    height: 40px;
    font-size: 13px;
    border-radius: 10px;
  }
}
.form-section__join-result-section {
  width: 580px;
  margin: auto;
  text-align: center;
}
@media (max-width: 1179px) {
  .form-section__join-result-section {
    width: 100%;
  }
}
.form-section__completed-text {
  padding-top: 86px;
  color: #247bf1;
  font-size: 28px;
  font-weight: 700;
  background: url("../../images/bem/renew/ico_chk.png") top center no-repeat;
  background-size: 66px;
}
@media (max-width: 1179px) {
  .form-section__completed-text {
    padding-top: 144px;
    font-size: 38px;
    background-size: 105px;
  }
}
@media (max-width: 749px) {
  .form-section__completed-text {
    padding-top: 72px;
    font-size: 19px;
    background-size: 52.5px;
  }
}
.form-section__text {
  margin-top: 10px;
}
@media (max-width: 1179px) {
  .form-section__text {
    margin-top: 20px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .form-section__text {
    margin-top: 10px;
    font-size: 14px;
  }
}
.form-section__error {
  width: 590px;
  margin: auto;
}
@media (max-width: 1179px) {
  .form-section__error {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.form-section__error-text {
  margin-top: 40px;
}
@media (max-width: 1179px) {
  .form-section__error-text {
    margin-top: 60px;
  }
}
@media (max-width: 749px) {
  .form-section__error-text {
    margin-top: 30px;
  }
}
.form-section__error-icon {
  width: 104px;
  margin-bottom: 35px;
}
@media (max-width: 1179px) {
  .form-section__error-icon {
    width: 139px;
    margin-bottom: 50px;
  }
}
@media (max-width: 749px) {
  .form-section__error-icon {
    width: 69.5px;
    margin-bottom: 25px;
  }
}
.form-section__cs-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  margin-top: 40px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
@media (max-width: 1179px) {
  .form-section__cs-box {
    flex-direction: column;
    order: 1;
    margin-top: 50px;
    padding: 35px 0 25px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__cs-box {
    margin-top: 25px;
    padding: 17.5px 0 12.5px;
    border-radius: 10px;
  }
}
.form-section__cs-title-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1179px) {
  .form-section__cs-title-area {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 749px) {
  .form-section__cs-title-area {
    gap: 10px;
  }
}
.form-section__cs-title-area::after {
  content: "";
  display: inline-block;
  clear: both;
  width: 1px;
  height: 39px;
  margin-left: 30px;
  background-color: #d4d4d4;
}
@media (max-width: 1179px) {
  .form-section__cs-title-area::after {
    display: block;
    width: 200px;
    height: 1px;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 749px) {
  .form-section__cs-title-area::after {
    width: 100px;
    margin-top: 5px;
  }
}
.form-section__cs-title {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .form-section__cs-title {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .form-section__cs-title {
    font-size: 15px;
  }
}
.form-section__login-title .form-section__cs-title {
  margin-top: 10px;
  color: #247bf1;
}
@media (max-width: 749px) {
  .form-section__login-title .form-section__cs-title {
    margin-top: 5px;
  }
}
.form-section__cs-icon {
  width: 52px;
}
@media (max-width: 1179px) {
  .form-section__cs-icon {
    width: 76px;
  }
}
@media (max-width: 749px) {
  .form-section__cs-icon {
    width: 38px;
  }
}
.form-section__cs-text {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1179px) {
  .form-section__cs-text {
    margin-top: 30px;
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 749px) {
  .form-section__cs-text {
    margin-top: 15px;
    font-size: 14px;
  }
}
.form-section__member-section {
  width: 500px;
  margin: auto;
  text-align: center;
}
@media (max-width: 1179px) {
  .form-section__member-section {
    width: 100%;
  }
}

.customer-section .--pretendard {
  font-family: "Pretendard", "serif";
}
.customer-section__page-title {
  margin-top: 60px;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .customer-section__page-title {
    font-size: 34px;
  }
}
@media (max-width: 749px) {
  .customer-section__page-title {
    margin-top: 30px;
    font-size: 17px;
  }
}
.customer-section__table-top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1179px) {
  .customer-section__table-top {
    margin-top: 60px;
    padding-bottom: 120px;
    align-items: flex-start;
  }
}
@media (max-width: 749px) {
  .customer-section__table-top {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}
.customer-section.--qna .customer-section__table-top {
  justify-content: flex-end;
}
@media (max-width: 1179px) {
  .customer-section.--qna .customer-section__table-top {
    padding-bottom: 100px;
  }
}
@media (max-width: 749px) {
  .customer-section.--qna .customer-section__table-top {
    padding-bottom: 50px;
  }
}
.customer-section__total-area {
  font-size: 18px;
}
@media (max-width: 1179px) {
  .customer-section__total-area {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .customer-section__total-area {
    font-size: 15px;
  }
}
.customer-section__strong-text {
  color: #247bf1;
  font-weight: 700;
}
.customer-section__accordian-content .customer-section__strong-text {
  font-size: 20px;
}
@media (max-width: 1179px) {
  .customer-section__accordian-content .customer-section__strong-text {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .customer-section__accordian-content .customer-section__strong-text {
    font-size: 15px;
  }
}
.customer-section__fieldset-field {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 18px;
}
@media (max-width: 1179px) {
  .customer-section__fieldset-field {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .customer-section.--qna .customer-section__fieldset-field {
    width: 100%;
    gap: 40px;
  }
}
@media (max-width: 749px) {
  .customer-section.--qna .customer-section__fieldset-field {
    gap: 20px;
  }
}
.customer-section__search-area {
  position: relative;
}
@media (max-width: 1179px) {
  .customer-section__search-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.customer-section__search-input {
  width: 267px;
  height: 40px;
  padding: 0 54px 0 24px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
@media (max-width: 1179px) {
  .customer-section__search-input {
    width: 100%;
    height: 80px;
    padding: 0 90px 0 40px;
    font-size: 30px;
    border-radius: 40px;
  }
}
@media (max-width: 749px) {
  .customer-section__search-input {
    height: 40px;
    padding: 0 45px 0 20px;
    font-size: 15px;
    border-radius: 20px;
  }
}
.customer-section__search-input:focus {
  outline: 1px solid #247bf1;
}
.customer-section__search-input::placeholder {
  color: #999;
}
.customer-section__search-button {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../images/bem/renew/ico_search.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .customer-section__search-button {
    top: 27px;
    right: 40px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 749px) {
  .customer-section__search-button {
    top: 13.5px;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
.customer-section__chk-area {
  display: flex;
  gap: 15px;
}
.customer-section input[type=checkbox]:checked + label {
  color: #247bf1;
  font-weight: 500;
}
.customer-section__list {
  margin: 20px 0 80px;
}
@media (max-width: 1179px) {
  .customer-section__list {
    margin: 40px 0 100px;
  }
}
@media (max-width: 749px) {
  .customer-section__list {
    margin: 20px 0 50px;
  }
}
.customer-section__table {
  border-top: 1px solid #222;
  text-align: center;
  table-layout: fixed;
}
.customer-section__table th, .customer-section__table td {
  height: 60px;
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1179px) {
  .customer-section__table th, .customer-section__table td {
    height: 100px;
    font-size: 26px;
    border-right: 1px solid #e6e6e6;
  }
}
@media (max-width: 749px) {
  .customer-section__table th, .customer-section__table td {
    height: 50px;
    font-size: 13px;
  }
}
.customer-section__table th:first-child, .customer-section__table td:first-child {
  width: 15%;
}
.customer-section__table th:last-child, .customer-section__table td:last-child {
  width: 25%;
}
@media (max-width: 1179px) {
  .customer-section__table th:last-child, .customer-section__table td:last-child {
    border-right: 0;
  }
}
.customer-section__table-head {
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .customer-section__table-head {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .customer-section__table-head {
    font-size: 14px;
  }
}
.customer-section__table-title {
  padding-left: 116px;
  text-align: left;
}
@media (max-width: 1179px) {
  .customer-section__table-title {
    width: 60%;
    padding: 0 20px;
  }
}
@media (max-width: 749px) {
  .customer-section__table-title {
    padding: 0 10px;
  }
}
.customer-section__notice-row .customer-section__table-title {
  color: #247bf1;
  font-weight: 700;
}
.customer-section__table-link {
  display: inline-block;
  width: fit-content;
  max-width: calc(100% - 35px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1179px) {
  .customer-section__table-link {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 749px) {
  .customer-section__table-link {
    max-width: calc(100% - 30px);
  }
}
.customer-section__gray-text {
  color: #666;
}
.customer-section__notice-row {
  background-color: #f5fbff;
}
.customer-section__icon.--notice {
  width: 27px;
}
@media (max-width: 1179px) {
  .customer-section__icon.--notice {
    width: 34px;
  }
}
@media (max-width: 749px) {
  .customer-section__icon.--notice {
    width: 17px;
  }
}
.customer-section__icon.--new {
  position: relative;
  top: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 9px;
  color: #eb3c21;
  font-size: 14px;
  font-weight: 900;
  font-family: "Pretendard", "serif" !important;
  font-style: normal;
  border-radius: 5px;
  background-color: #ffedea;
}
@media (max-width: 1179px) {
  .customer-section__icon.--new {
    top: -9px;
    width: 31px;
    height: 31px;
    font-size: 18px;
  }
}
@media (max-width: 749px) {
  .customer-section__icon.--new {
    top: -5px;
    width: 15.5px;
    height: 15.5px;
    font-size: 9px;
  }
}
.customer-section__view {
  margin-top: 60px;
}
@media (max-width: 749px) {
  .customer-section__view {
    margin-top: 30px;
  }
}
.customer-section__view-table {
  border-top: 1px solid #222;
}
.customer-section__view-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 30px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  background-color: #f6f6f6;
}
@media (max-width: 1179px) {
  .customer-section__view-head {
    height: auto;
    padding: 26px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .customer-section__view-head {
    padding: 13px 20px;
    gap: 10px;
    font-size: 14px;
  }
}
.customer-section__view-title {
  font-weight: 700;
}
.customer-section__view-content {
  min-height: 360px;
  padding: 30px;
  border-bottom: 1px solid #ddd;
}
.customer-section__view-content img {
  max-width: 100%;
  max-height: max-content;
}
.customer-section__view-content .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}
@media (max-width: 1179px) {
  .customer-section__view-content {
    padding: 40px;
    min-height: 470px;
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .customer-section__view-content {
    padding: 20px;
    min-height: 235px;
    font-size: 13px;
  }
}
.customer-section__view-file {
  display: flex;
  margin-top: 40px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1179px) {
  .customer-section__view-file {
    margin-top: 60px;
  }
}
@media (max-width: 749px) {
  .customer-section__view-file {
    margin-top: 30px;
  }
}
.customer-section__view-file-title {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 118px;
  font-weight: 700;
  background-color: #f6f6f6;
}
@media (max-width: 1179px) {
  .customer-section__view-file-title {
    width: 174px;
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .customer-section__view-file-title {
    width: 87px;
    font-size: 13px;
  }
}
.customer-section__view-file-list {
  width: calc(100% - 118px);
  padding: 13px 20px 23px;
}
@media (max-width: 1179px) {
  .customer-section__view-file-list {
    width: calc(100% - 174px);
    padding: 3px 30px 23px;
  }
}
@media (max-width: 749px) {
  .customer-section__view-file-list {
    width: calc(100% - 87px);
    padding: 1.5px 15px 11.5px;
  }
}
.customer-section__view-file-name {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 10px;
  color: #247bf1;
  font-weight: 500;
  border-bottom: 1px solid #247bf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1179px) {
  .customer-section__view-file-name {
    margin-top: 20px;
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .customer-section__view-file-name {
    margin-top: 10px;
    font-size: 13px;
  }
}
.customer-section__button-wrap {
  width: 200px;
  margin: 60px auto 0;
}
@media (max-width: 1179px) {
  .customer-section__button-wrap {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .customer-section__button-wrap {
    margin-top: 30px;
  }
}
.customer-section__box-area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #222;
}
@media (max-width: 1179px) {
  .customer-section__box-area {
    padding-top: 40px;
  }
}
@media (max-width: 749px) {
  .customer-section__box-area {
    padding-top: 20px;
    gap: 10px;
  }
}
.customer-section__box-item {
  overflow: hidden;
  width: calc(33.333333% - 14px);
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media (max-width: 1179px) {
  .customer-section__box-item {
    width: 100%;
  }
}
.customer-section__box-image img {
  width: 100%;
}
.customer-section__box-text {
  padding: 20px 18px;
  font-size: 18px;
}
@media (max-width: 1179px) {
  .customer-section__box-text {
    min-height: 190px;
    padding: 40px 30px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .customer-section__box-text {
    min-height: 95px;
    padding: 20px 15px;
    font-size: 15px;
  }
}
.customer-section__box-title {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 749px) {
  .customer-section__box-title {
    margin-bottom: 5px;
  }
}
.customer-section__accordian-list {
  border-top: 1px solid #222;
}
.customer-section__accordian-button {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px;
  gap: 20px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1179px) {
  .customer-section__accordian-button {
    padding: 40px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .customer-section__accordian-button {
    padding: 20px;
    gap: 10px;
    font-size: 14px;
  }
}
.customer-section__accordian-button::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 30px;
  display: block;
  clear: both;
  width: 17px;
  height: 10px;
  background: url("../../images/bem/renew/fieldset_arrow.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .customer-section__accordian-button::after {
    top: 54px;
    right: 40px;
    width: 21px;
    height: 12px;
  }
}
@media (max-width: 749px) {
  .customer-section__accordian-button::after {
    top: 27px;
    right: 20px;
    width: 10.5px;
    height: 6px;
  }
}
.customer-section__accordian-button.active {
  font-weight: 700;
}
.customer-section__accordian-button.active::after {
  transform: rotate(180deg);
}
.customer-section__accordian-button.active .customer-section__bold-text {
  font-weight: 700;
}
.customer-section__accordian-title {
  padding-right: 40px;
  text-align: left;
}
.customer-section__bold-text {
  padding-top: 3px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1179px) {
  .customer-section__bold-text {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .customer-section__bold-text {
    font-size: 15px;
  }
}
.customer-section__accordian-content {
  display: none;
  padding: 30px;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
}
@media (max-width: 1179px) {
  .customer-section__accordian-content {
    padding: 40px;
  }
}
@media (max-width: 749px) {
  .customer-section__accordian-content {
    padding: 20px;
  }
}
.customer-section__accordian-text {
  display: inline-flex;
  margin-left: 15px;
}
@media (max-width: 1179px) {
  .customer-section__accordian-text {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .customer-section__accordian-text {
    margin-top: 5px;
    font-size: 13px;
  }
}
.customer-section__data-none {
  padding-top: 150px;
  text-align: center;
  border-top: 1px solid #222;
}
@media (max-width: 1179px) {
  .customer-section__data-none {
    padding-top: 200px;
  }
}
@media (max-width: 749px) {
  .customer-section__data-none {
    padding-top: 100px;
  }
}
.customer-section__icon-none {
  width: 65px;
}
@media (max-width: 1179px) {
  .customer-section__icon-none {
    width: 104px;
  }
}
@media (max-width: 749px) {
  .customer-section__icon-none {
    width: 52px;
  }
}
.customer-section__none-title {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .customer-section__none-title {
    margin-top: 40px;
    font-size: 38px;
  }
}
@media (max-width: 749px) {
  .customer-section__none-title {
    margin-top: 20px;
    font-size: 19px;
  }
}
.customer-section__none-text {
  margin-top: 15px;
}
@media (max-width: 1179px) {
  .customer-section__none-text {
    margin-top: 20px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .customer-section__none-text {
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-terms {
  padding: 60px 0 150px;
  margin: 0 auto;
  color: #222;
}
@media (max-width: 1179px) {
  .p-terms {
    padding: 100px 40px 200px;
  }
}
@media (max-width: 749px) {
  .p-terms {
    padding: 50px 20px 100px;
  }
}
@media (max-width: 1179px) {
  .p-terms__header {
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
  }
}
@media (max-width: 749px) {
  .p-terms__header {
    gap: 30px;
  }
}
.p-terms__heading {
  color: #222;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .p-terms__heading {
    font-size: 34px;
  }
}
@media (max-width: 749px) {
  .p-terms__heading {
    font-size: 17px;
  }
}
@media (max-width: 1179px) {
  .p-terms__history {
    width: 100%;
  }
}
@media (max-width: 1179px) {
  .p-terms__history-value {
    width: 100%;
  }
}
.p-terms__history-button {
  width: 250px;
  height: 47px;
  color: #222;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 23px;
  cursor: pointer;
}
@media (max-width: 1179px) {
  .p-terms__history-button {
    width: 100%;
    height: 80px;
    padding: 0 40px;
    font-size: 34px;
    border-radius: 40px;
    justify-content: space-between;
  }
}
@media (max-width: 749px) {
  .p-terms__history-button {
    height: 40px;
    padding: 0 20px;
    font-size: 17px;
    border-radius: 20px;
  }
}
.p-terms__history-button::after {
  border: 0;
  width: 17px;
  height: 10px;
  margin-left: 60px;
  background: url("../../images/bem/renew/fieldset_arrow.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .p-terms__history-button::after {
    width: 22px;
    height: 13px;
  }
}
@media (max-width: 749px) {
  .p-terms__history-button::after {
    width: 11px;
    height: 6.5px;
  }
}
.p-terms__history-list {
  width: 100%;
  max-height: 130px;
  border: 1px solid #ddd;
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 1179px) {
  .p-terms__history-list {
    max-height: 260px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .p-terms__history-list {
    max-height: 130px;
    border-radius: 10px;
  }
}
.p-terms__history-link {
  height: 45px;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1179px) {
  .p-terms__history-link {
    height: 88px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .p-terms__history-link {
    height: 44px;
    font-size: 15px;
  }
}
.p-terms__history-link.-active, .p-terms__history-link:hover {
  color: #247bf1;
  font-weight: 700;
  background-color: #e9f2fe;
}
.p-terms__history-key {
  margin-right: 20px;
  color: #222;
  font-size: 18px;
}
@media (max-width: 1179px) {
  .p-terms__history-key {
    display: none;
  }
}
.p-terms__container {
  margin: 40px 0;
}
@media (max-width: 749px) {
  .p-terms__container {
    margin: 20px 0;
  }
}
.p-terms__title {
  margin: 60px 0 20px;
  padding-left: 46px;
  color: #222;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .p-terms__title {
    padding-left: 68px;
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  .p-terms__title {
    margin: 30px 0 10px;
    padding-left: 34px;
    font-size: 16px;
  }
}
.p-terms__container.pre-ver .p-terms__title {
  padding-left: 0;
}
.p-terms__description {
  color: #222;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1179px) {
  .p-terms__description {
    margin: 36px 0;
    font-size: 30px;
    word-break: break-all;
  }
}
@media (max-width: 749px) {
  .p-terms__description {
    margin: 18px 0;
    font-size: 15px;
  }
}
.p-terms__summary {
  margin: 30px 0;
}
.p-terms__summary-list {
  padding: 30px 0 50px;
  align-items: flex-start;
}
@media (max-width: 1179px) {
  .p-terms__summary-list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
@media (max-width: 749px) {
  .p-terms__summary-list {
    padding: 0;
  }
}
@media (max-width: 1179px) {
  .p-terms__summary-item {
    width: 50%;
  }
}
@media (max-width: 1179px) {
  .p-terms__summary-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 749px) {
  .p-terms__summary-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1179px) {
  .p-terms__summary-image {
    height: 150px;
  }
}
@media (max-width: 749px) {
  .p-terms__summary-image {
    height: 75px;
  }
}
.p-terms__summary-image > img {
  width: auto;
  height: 100px;
}
@media (max-width: 1179px) {
  .p-terms__summary-image > img {
    height: 100%;
  }
}
.p-terms__summary-subject {
  color: #222;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1179px) {
  .p-terms__summary-subject {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .p-terms__summary-subject {
    font-size: 14px;
  }
}
@media (max-width: 1179px) {
  .p-terms__summary-subject::after {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
}
@media (max-width: 749px) {
  .p-terms__summary-subject::after {
    width: 13px;
    height: 13px;
    font-size: 10px;
  }
}
.p-terms__summary-tooltip {
  padding: 15px 30px 15px 15px;
  border: 1px solid #ddd;
}
@media (max-width: 1179px) {
  .p-terms__summary-tooltip {
    width: 405px;
    padding: 20px 50px 20px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .p-terms__summary-tooltip {
    width: 204.5px;
    padding: 10px 25px 10px 10px;
    border-radius: 10px;
  }
}
@media (max-width: 1179px) {
  .p-terms__summary-tooltip[data-tooltip-option=first] {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}
.p-terms__summary-description {
  color: #666;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1179px) {
  .p-terms__summary-description {
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .p-terms__summary-description {
    font-size: 13px;
  }
}
.p-terms__summary-title {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1179px) {
  .p-terms__summary-title {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .p-terms__summary-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 1179px) {
  .p-terms__summary-closer {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 749px) {
  .p-terms__summary-closer {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 1179px) {
  .p-terms__summary-closer::after, .p-terms__summary-closer::before {
    width: 17px;
  }
}
@media (max-width: 749px) {
  .p-terms__summary-closer::after, .p-terms__summary-closer::before {
    width: 8px;
    height: 1px;
  }
}
.p-terms__index-title {
  margin-bottom: 20px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .p-terms__index-title {
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  .p-terms__index-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.p-terms__index-list {
  border-color: #ddd;
}
.p-terms__index-item {
  border-color: #ddd;
}
@media (max-width: 1179px) {
  .p-terms__index-item {
    width: 100%;
  }
}
.p-terms__index-link {
  padding: 18px 30px;
  color: #222;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1179px) {
  .p-terms__index-link {
    padding: 26px 40px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .p-terms__index-link {
    padding: 13px 20px;
    font-size: 14px;
  }
}
.p-terms__index-link.-active, .p-terms__index-link:hover {
  padding: 17px 28px;
  color: #247bf1;
  font-weight: 700;
  border: 1px solid #247bf1;
  background-color: #e9f2fe;
}
@media (max-width: 1179px) {
  .p-terms__index-link.-active, .p-terms__index-link:hover {
    padding: 25px 38px;
  }
}
@media (max-width: 749px) {
  .p-terms__index-link.-active, .p-terms__index-link:hover {
    padding: 12.5px 19px;
  }
}
.p-terms__content {
  margin: 60px 0;
}
@media (max-width: 749px) {
  .p-terms__content {
    margin: 30px 0;
  }
}
.p-terms__icon {
  width: 30px;
}
@media (max-width: 1179px) {
  .p-terms__icon {
    width: 45px;
    height: 100%;
  }
}
@media (max-width: 749px) {
  .p-terms__icon {
    width: 22.5px;
  }
}
.p-terms__icon > img {
  width: 100%;
}
.p-terms__table {
  margin: 40px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
@media (max-width: 749px) {
  .p-terms__table {
    table-layout: fixed;
    margin: 20px 0;
  }
}
.p-terms__table-head th {
  padding: 25px 0;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #f6f6f6;
}
@media (max-width: 1179px) {
  .p-terms__table-head th {
    padding: 28px 20px;
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .p-terms__table-head th {
    padding: 14px 10px;
    font-size: 13px;
  }
}
.p-terms__table-head th:last-child {
  border-right: 0;
}
.p-terms__table-body tr:last-child th, .p-terms__table-body tr:last-child td {
  border-bottom: 0;
}
.p-terms__table-body th, .p-terms__table-body td {
  padding: 20px 25px;
  color: #222;
  text-align: center;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media (max-width: 1179px) {
  .p-terms__table-body th, .p-terms__table-body td {
    font-size: 26px;
    word-break: break-all;
  }
}
@media (max-width: 749px) {
  .p-terms__table-body th, .p-terms__table-body td {
    padding: 10px;
    font-size: 13px;
  }
}
.p-terms__table-body th:last-child, .p-terms__table-body td:last-child {
  border-right: 0;
}
.p-terms__table-body .p-terms__table-heading {
  text-align: left;
}
.p-terms__table-body td:not(:first-child) {
  border-left: 1px solid #ddd;
}
.p-terms__table-caption {
  margin-top: -30px;
  color: #999;
  font-size: 14px;
}
@media (max-width: 1179px) {
  .p-terms__table-caption {
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .p-terms__table-caption {
    margin-top: -15px;
    font-size: 13px;
  }
}

.s-terms__content {
  margin: 40px 0;
}
.s-terms__section-title {
  margin: 60px 0 40px;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .s-terms__section-title {
    margin: 60px 0;
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  .s-terms__section-title {
    margin: 30px 0;
    font-size: 16px;
  }
}
.s-terms__title {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .s-terms__title {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .s-terms__title {
    font-size: 15px;
  }
}

@-webkit-keyframes to-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.renew-popup__target {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.renew-popup__target[aria-hidden=false] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.renew-popup__target-area {
  position: relative;
  height: auto;
  margin: auto;
  border-radius: 10px;
}
.renew-popup__target-area.--type360 {
  width: 360px;
}
@media (max-width: 749px) {
  .renew-popup__target-area.--type360 {
    width: 180px;
    height: 240px;
  }
}
.renew-popup__target-area.--type480 {
  width: 480px;
}
@media (max-width: 749px) {
  .renew-popup__target-area.--type480 {
    width: 240px;
    height: 240px;
  }
}
.renew-popup__target-area.--type820 {
  width: 820px;
}
@media (max-width: 1179px) {
  .renew-popup__target-area.--type820 {
    width: calc(100% - 40px);
  }
  .renew-popup__target-carousel[aria-hidden=false] .renew-popup__target-area.--type820 {
    width: 820px;
    height: 480px;
  }
}
@media (max-width: 749px) {
  .renew-popup__target-carousel[aria-hidden=false] .renew-popup__target-area.--type820 {
    width: 410px;
    height: 240px;
  }
}
.renew-popup__target-document {
  position: relative;
  width: 480px;
  height: 500px;
  border-radius: 10px;
  background: url(../../images/bem/renew/250307_pop_bg.png) center/contain no-repeat;
}
@media (max-width: 1179px) {
  .renew-popup__target-document {
    width: 640px;
    height: 666px;
  }
}
@media (max-width: 749px) {
  .renew-popup__target-document {
    width: 320px;
    height: 333px;
  }
}
.renew-popup__target-closer {
  display: block;
  width: 20px;
  height: 20px;
  padding: 20px;
  margin-left: auto;
  background: url("../../images/bem/renew/ico_close.png") 0px 20px/20px no-repeat;
}
.renew-popup__target-area .renew-popup__target-closer {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1179px) {
  .renew-popup__target-closer {
    width: 24px;
    height: 24px;
    padding: 30px;
    background: url("../../images/bem/renew/ico_close.png") 0px 30px/24px no-repeat;
  }
}
@media (max-width: 749px) {
  .renew-popup__target-closer {
    width: 12px;
    height: 12px;
    padding: 15px;
    background: url("../../images/bem/renew/ico_close.png") 0px 15px/12px no-repeat;
  }
}
.renew-popup__target-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  background-color: #4b64dd;
}
@media (max-width: 1179px) {
  .renew-popup__target-button {
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: 66px;
    font-size: 30px;
    border-radius: 32px;
  }
}
@media (max-width: 749px) {
  .renew-popup__target-button {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: 33px;
    font-size: 15px;
    border-radius: 16px;
  }
}
.renew-popup__target-button::after {
  content: "";
  display: inline-block;
  clear: both;
  position: relative;
  top: 1px;
  width: 10px;
  height: 17px;
  margin-left: 15px;
  background: url("../../images/bem/renew/ico_arrow_w.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .renew-popup__target-button::after {
    width: 14px;
    height: 25px;
    margin-left: 16px;
  }
}
@media (max-width: 749px) {
  .renew-popup__target-button::after {
    width: 7px;
    height: 12.5px;
    margin-left: 8px;
  }
}
.renew-popup__target-sticker {
  position: absolute;
  top: 200px;
  left: 20px;
  display: block;
  width: 121px;
  font-size: 0;
  animation: to-scale 1s 0.5s forwards infinite;
}
@media (max-width: 1179px) {
  .renew-popup__target-sticker {
    top: 270px;
    left: 25px;
    width: 170px;
  }
}
@media (max-width: 749px) {
  .renew-popup__target-sticker {
    top: 135px;
    left: 12.5px;
    width: 85px;
  }
}
.renew-popup__target-sticker img {
  width: 100%;
}
.renew-popup__target-checkbox {
  position: absolute;
  bottom: -30px;
  right: 0;
  color: #fff;
}
@media (max-width: 1179px) {
  .renew-popup__target-checkbox {
    bottom: -40px;
  }
}
@media (max-width: 749px) {
  .renew-popup__target-checkbox {
    bottom: -20px;
  }
}
.renew-popup__target-checkbox input[type=checkbox]:checked + .form-section__checkbox-label::before {
  background: #fff url("../../images/bem/renew/ico_checked.png") center/13px no-repeat;
}
@media (max-width: 749px) {
  .renew-popup__target-checkbox input[type=checkbox]:checked + .form-section__checkbox-label::before {
    background: #fff url("../../images/bem/renew/ico_checked.png") center/7px no-repeat;
  }
}
.renew-popup__target-checkbox label {
  padding-left: 25px;
  font-size: 14px;
}
@media (max-width: 1179px) {
  .renew-popup__target-checkbox label {
    padding-left: 30px;
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .renew-popup__target-checkbox label {
    padding-left: 15px;
    font-size: 12px;
  }
}
.renew-popup__target-checkbox label::before {
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
@media (max-width: 1179px) {
  .renew-popup__target-checkbox label::before {
    top: 9px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 749px) {
  .renew-popup__target-checkbox label::before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
}
.renew-popup__target-content {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.renew-popup__target-content > img {
  width: 100%;
  height: 100%;
}
.renew-popup__target-carousel[aria-hidden=false] {
  width: 100%;
  padding: 0 20px;
}
.renew-popup__target-carousel[aria-hidden=false] .swiper-conatiner {
  position: relative;
  margin: 0 0 -20px -10px;
}
.renew-popup__target-carousel[aria-hidden=false] .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 1230px) {
  .renew-popup__target-carousel[aria-hidden=false] .swiper-wrapper.--widetype {
    justify-content: flex-start;
  }
}
@media (max-width: 749px) {
  .renew-popup__target-carousel[aria-hidden=false] .swiper-wrapper.--widetype {
    justify-content: center;
  }
}
@media (max-width: 620px) {
  .renew-popup__target-carousel[aria-hidden=false] .swiper-wrapper.--widetype {
    justify-content: flex-start;
  }
}
@media (max-width: 1000px) {
  .renew-popup__target-carousel[aria-hidden=false] .swiper-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 749px) {
  .renew-popup__target-carousel[aria-hidden=false] .swiper-wrapper {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .renew-popup__target-carousel[aria-hidden=false] .swiper-wrapper {
    justify-content: flex-start;
  }
}
.renew-popup__target-carousel[aria-hidden=false] .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin: 0 20px 20px 0;
}
@media (max-width: 749px) {
  .renew-popup__target-carousel[aria-hidden=false] .swiper-slide {
    margin: 0 10px 10px 0;
  }
}
.renew-popup__target-carousel[aria-hidden=false] .swiper-pagination-fraction, .renew-popup__target-carousel[aria-hidden=false] .swiper-pagination-custom, .renew-popup__target-carousel[aria-hidden=false] .swiper-horizontal > .swiper-pagination-bullets, .renew-popup__target-carousel[aria-hidden=false] .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
}
@media (max-width: 749px) {
  .renew-popup__target-carousel[aria-hidden=false] .swiper-pagination-fraction, .renew-popup__target-carousel[aria-hidden=false] .swiper-pagination-custom, .renew-popup__target-carousel[aria-hidden=false] .swiper-horizontal > .swiper-pagination-bullets, .renew-popup__target-carousel[aria-hidden=false] .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
  }
}

.footer.--renew {
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer.--renew {
    flex-direction: column;
  }
}
.footer.--renew .--mbr {
  display: inline-block;
}
@media (max-width: 1179px) {
  .footer.--renew .--mbr {
    display: block;
  }
}
.footer.--renew .-hyphen {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 10px;
  background-color: rgba(102, 102, 102, 0.3);
}
@media (max-width: 1179px) {
  .footer.--renew .-hyphen {
    position: relative;
    top: 2px;
    width: 3px;
    height: 22px;
    margin: 0 20px;
  }
  .footer.--renew .-hyphen:not(.-all) {
    display: block;
    width: 0;
    height: 0;
  }
}
@media (max-width: 749px) {
  .footer.--renew .-hyphen {
    width: 1.5px;
    height: 11px;
    margin: 0 10px;
  }
}
@media (max-width: 1179px) {
  .footer.--renew .inner {
    max-width: 100%;
  }
}
@media (max-width: 1179px) {
  .footer.--renew .select-wrap {
    display: none;
  }
}
.footer.--renew .ft-top {
  background: #f5f5f5;
}
@media (max-width: 1179px) {
  .footer.--renew .ft-top {
    padding: 34px 0;
  }
}
@media (max-width: 749px) {
  .footer.--renew .ft-top {
    padding: 17px 0;
  }
}
@media (max-width: 767px) {
  .footer.--renew .ft-top .ft-menu {
    display: flex;
  }
}
.footer.--renew .ft-menu a {
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 1179px) {
  .footer.--renew .ft-menu a {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .footer.--renew .ft-menu a {
    font-size: 14px;
  }
}
.footer.--renew .ft-menu li + li {
  padding-left: 40px;
}
@media (max-width: 749px) {
  .footer.--renew .ft-menu li + li {
    padding-left: 20px;
  }
}
.footer.--renew .ft-menu li + li::before {
  left: 21px;
}
@media (max-width: 1179px) {
  .footer.--renew .ft-menu li + li::before {
    height: 23px;
  }
}
@media (max-width: 749px) {
  .footer.--renew .ft-menu li + li::before {
    height: 11.5px;
    left: 11px;
    top: 55%;
  }
}
.footer.--renew .select-list {
  margin-top: -1px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
.footer.--renew .select-btn {
  width: 210px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
}
.footer.--renew .select-btn::before {
  width: 14px;
  height: 9px;
  background: url("../../images/bem/renew/select_arrow.png") no-repeat;
}
.footer.--renew .select-btn.active {
  border-radius: 20px 20px 0 0;
}
.footer.--renew .select-btn.active::before {
  transform: rotate(180deg) translateY(50%);
}
.footer.--renew .ft-cnt {
  background-color: #fcfcfc;
}
@media (max-width: 1179px) {
  .footer.--renew .ft-cnt {
    padding: 60px 0;
  }
}
@media (max-width: 749px) {
  .footer.--renew .ft-cnt {
    padding: 30px 0;
  }
}
@media (max-width: 1179px) {
  .footer.--renew .ft-cnt .inner {
    flex-direction: column;
    max-width: 100%;
  }
}
@media (max-width: 1179px) {
  .footer.--renew .ft-cnt .inner div {
    margin-top: 0;
  }
}
.footer.--renew .ft-cnt span {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1179px) {
  .footer.--renew .ft-cnt span {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .footer.--renew .ft-cnt span {
    font-size: 14px;
  }
}
.footer.--renew .ft-cnt .copyright {
  margin-top: 30px;
}
@media (max-width: 1179px) {
  .footer.--renew .ft-cnt .copyright {
    margin-top: 60px;
  }
}
@media (max-width: 749px) {
  .footer.--renew .ft-cnt .copyright {
    margin-top: 30px;
  }
}
@media (max-width: 1179px) {
  .footer.--renew .inner {
    padding: 0 40px;
  }
}
@media (max-width: 749px) {
  .footer.--renew .inner {
    padding: 0 20px;
  }
}
@media (max-width: 1179px) {
  .footer .ft-logo {
    margin-bottom: 60px;
  }
}
@media (max-width: 749px) {
  .footer .ft-logo {
    margin-bottom: 30px;
  }
}
.footer .ft-logo img {
  height: auto;
}
@media (max-width: 1179px) {
  .footer .ft-logo img {
    width: 205px;
  }
}
@media (max-width: 749px) {
  .footer .ft-logo img {
    width: 102.5px;
  }
}

.upproject {
  position: relative;
  width: 100%;
  height: auto;
}
.upproject__container .--fix {
  display: block;
  position: relative;
  left: 50%;
  width: 1920px;
  height: auto;
  transform: translateX(-50%);
}
.upproject__container .--responsive {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 1179px) {
  .upproject__container .--fix {
    display: none;
  }
  .upproject__container .--responsive {
    display: block;
  }
}
.upproject__content {
  position: relative;
}
.upproject__content:nth-of-type(4) > img {
  width: 100% !important;
  min-width: 1920px;
}
@media (max-width: 1179px) {
  .upproject__content:nth-of-type(4) > img {
    min-width: 100%;
  }
}
.upproject__content:nth-of-type(1) {
  background-color: #2696f5;
}
.upproject__content:nth-of-type(3) {
  background-color: #fff1eb;
}
.upproject__content .--fieldset {
  width: 1100px;
  margin: auto;
  padding: 100px 0;
}
@media (max-width: 1179px) {
  .upproject__content .--fieldset {
    width: 100%;
    padding: 100px 40px;
  }
}
@media (max-width: 749px) {
  .upproject__content .--fieldset {
    padding: 50px 20px;
  }
}
.upproject__field {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1179px) {
  .upproject__field {
    margin-bottom: 40px;
  }
}
@media (max-width: 749px) {
  .upproject__field {
    margin-bottom: 20px;
  }
}
.upproject__field.--mb60 {
  margin-bottom: 60px;
}
@media (max-width: 1179px) {
  .upproject__field.--mb60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 749px) {
  .upproject__field.--mb60 {
    margin-bottom: 20px;
  }
}
.upproject__field.--form {
  display: flex;
  align-items: center;
}
@media (max-width: 1179px) {
  .upproject__field.--form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.upproject__field.--form .upproject__label {
  width: 175px;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .upproject__field.--form .upproject__label {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .upproject__field.--form .upproject__label {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.upproject__field.--fileform {
  display: flex;
  gap: 10px;
  padding: 25px 20px;
  margin-bottom: 60px;
  background-color: #f4f4f4;
  border-radius: 10px;
}
@media (max-width: 1179px) {
  .upproject__field.--fileform {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 749px) {
  .upproject__field.--fileform {
    gap: 10px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
}
.upproject__field.--fileform label, .upproject__field.--fileform .upproject__file-area {
  display: inline-flex;
  align-items: center;
  flex: 1;
  height: 65px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .upproject__field.--fileform label, .upproject__field.--fileform .upproject__file-area {
    height: auto;
  }
}
@media (max-width: 749px) {
  .upproject__field.--fileform label, .upproject__field.--fileform .upproject__file-area {
    border-radius: 5px;
  }
}
.upproject__field.--fileform label {
  flex: none;
  width: 210px;
  justify-content: center;
  color: #666666;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1179px) {
  .upproject__field.--fileform label {
    width: 100%;
    height: 70px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .upproject__field.--fileform label {
    height: 35px;
    font-size: 15px;
  }
}
.upproject__field.--fileform label img {
  margin-right: 10px;
}
@media (max-width: 749px) {
  .upproject__field.--fileform label img {
    width: 13px;
    margin-right: 5px;
  }
}
.upproject__field.--fileform .upproject__file-area {
  padding: 0 20px;
}
@media (max-width: 1179px) {
  .upproject__field.--fileform .upproject__file-area {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 749px) {
  .upproject__field.--fileform .upproject__file-area {
    padding: 10px;
  }
}
.upproject__label {
  display: inline-block;
}
.upproject__chk-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 65px;
  margin-right: 15px;
  font-size: 26px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media (max-width: 1179px) {
  .upproject__chk-label {
    height: 70px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .upproject__chk-label {
    width: 100px;
    height: 35px;
    margin-right: 4px;
    font-size: 15px;
    border-radius: 5px;
  }
}
.upproject__check:checked + .upproject__chk-label {
  color: #fff;
  font-weight: 700;
  background-color: #008af8;
}
.upproject__textarea {
  width: 100%;
  height: 163px;
  padding: 20px 20px 40px 20px;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  resize: none;
}
@media (max-width: 1179px) {
  .upproject__textarea {
    height: 200px;
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .upproject__textarea {
    height: 100px;
    padding: 10px 10px 20px 10px;
    font-size: 13px;
    border-radius: 5px;
  }
}
.upproject__textarea::placeholder {
  color: #999999;
  font-size: 20px;
}
@media (max-width: 1179px) {
  .upproject__textarea::placeholder {
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .upproject__textarea::placeholder {
    font-size: 13px;
  }
}
.upproject__chk-text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #999;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1179px) {
  .upproject__chk-text {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .upproject__chk-text {
    bottom: 10px;
    right: 10px;
    font-size: 12px;
  }
}
.upproject__chk-text .--num {
  display: inline-block;
  color: #000;
}
.upproject .form-section__checkbox-label::before {
  width: 35px;
  height: 35px;
}
@media (max-width: 1179px) {
  .upproject .form-section__checkbox-label::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 749px) {
  .upproject .form-section__checkbox-label::before {
    width: 20px;
    height: 20px;
  }
}
.upproject .form-section__checkbox-label {
  padding-left: 50px;
  color: #222;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .upproject .form-section__checkbox-label {
    padding-left: 60px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .upproject .form-section__checkbox-label {
    padding-left: 30px;
    font-size: 15px;
  }
}
.upproject__box {
  padding: 20px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media (max-width: 1179px) {
  .upproject__box {
    margin-top: 24px;
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .upproject__box {
    padding: 10px;
    margin-top: 12px;
    font-size: 13px;
    border-radius: 5px;
  }
}
.upproject__bold-text {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .upproject__bold-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 749px) {
  .upproject__bold-text {
    margin-bottom: 8px;
  }
}
.upproject__file-name {
  margin-right: 30px;
  color: #008af8;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1179px) {
  .upproject__file-name {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  .upproject__file-name {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.upproject__file-text {
  border-bottom: 1px solid #008af8;
}
.upproject__file-delete {
  width: 21px;
  height: 21px;
  margin-left: 10px;
}
@media (max-width: 1179px) {
  .upproject__file-delete {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 749px) {
  .upproject__file-delete {
    width: 13px;
    height: 13px;
    margin-left: 5px;
  }
}
.upproject__file-delete img {
  width: 100%;
}
.upproject__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin: auto;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #008af8;
}
@media (max-width: 1179px) {
  .upproject__button {
    height: 70px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .upproject__button {
    width: 100px;
    height: 35px;
    font-size: 15px;
    border-radius: 5px;
  }
}
.upproject__notice {
  color: #999;
  background-color: #2f2f2f;
}
.upproject__notice-content {
  width: 1100px;
  margin: auto;
  padding: 100px 0;
}
@media (max-width: 1179px) {
  .upproject__notice-content {
    width: 100%;
    padding: 80px 40px;
  }
}
@media (max-width: 749px) {
  .upproject__notice-content {
    padding: 40px 20px;
  }
}
.upproject__notice-button {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 16px;
  color: #fff;
  text-align: left;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .upproject__notice-button {
    padding-bottom: 30px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .upproject__notice-button {
    padding-bottom: 15px;
    font-size: 15px;
  }
}
.upproject__notice-button[aria-expanded=false]::after {
  transform: rotate(-180deg);
}
.upproject__notice-button::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: url("../../images/bem/summer-event/summer-event__notice-button--before.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .upproject__notice-button::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 749px) {
  .upproject__notice-button::before {
    width: 15px;
    height: 15px;
  }
}
.upproject__notice-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 9px;
  margin-top: -10px;
  background: url("../../images/bem/summer-event/summer-event__notice-button--after.png") center/contain no-repeat;
}
@media (max-width: 1179px) {
  .upproject__notice-button::after {
    width: 19px;
    height: 11px;
  }
}
@media (max-width: 749px) {
  .upproject__notice-button::after {
    width: 9px;
    height: 6px;
  }
}
.upproject__notice-list {
  padding-top: 40px;
  border-top: 1px solid #9a9a9a;
}
@media (max-width: 1179px) {
  .upproject__notice-list {
    padding-left: 20px;
  }
}
@media (max-width: 749px) {
  .upproject__notice-list {
    padding-top: 20px;
    padding-left: 10px;
  }
}
.upproject__notice-list[aria-hidden=true] {
  display: none;
}
.upproject__notice-item {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1179px) {
  .upproject__notice-item {
    text-indent: -10px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .upproject__notice-item {
    text-indent: -4px;
    font-size: 14px;
  }
}
.upproject__notice-item::before {
  content: "-";
  display: inline-block;
  clear: both;
  margin-right: 8px;
  font-size: 18px;
}
@media (max-width: 1179px) {
  .upproject__notice-item::before {
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .upproject__notice-item::before {
    margin-right: 3px;
    font-size: 14px;
  }
}
.upproject__notice-item + .upproject__notice-item {
  margin-top: 8px;
}
@media (max-width: 1179px) {
  .upproject__notice-item + .upproject__notice-item {
    margin-top: 30px;
  }
}
@media (max-width: 749px) {
  .upproject__notice-item + .upproject__notice-item {
    margin-top: 15px;
  }
}
.upproject__notice-item .-emphasis {
  color: #fff;
  font-weight: 700;
}
.upproject__link-area {
  position: absolute;
  top: 276px;
  left: 50%;
  width: 665px;
  height: 690px;
  transform: translateX(-50%);
}
@media (max-width: 1179px) {
  .upproject__link-area {
    top: 27%;
    width: 69%;
    height: 54.5%;
  }
}
.upproject__link {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  font-size: 0;
}
@media (max-width: 1179px) {
  .upproject__link {
    width: 24%;
    height: 24%;
  }
}
.upproject__link:nth-of-type(1) {
  top: 140px;
  right: 35px;
}
@media (max-width: 1179px) {
  .upproject__link:nth-of-type(1) {
    top: 20%;
    right: 5%;
  }
}
.upproject__link:nth-of-type(2) {
  bottom: 153px;
  right: 0;
}
@media (max-width: 1179px) {
  .upproject__link:nth-of-type(2) {
    bottom: 21%;
  }
}
.upproject__link:nth-of-type(3) {
  bottom: 0;
  right: 267px;
}
@media (max-width: 1179px) {
  .upproject__link:nth-of-type(3) {
    right: 38%;
  }
}
.upproject__link:nth-of-type(4) {
  bottom: 153px;
  left: 0;
}
@media (max-width: 1179px) {
  .upproject__link:nth-of-type(4) {
    bottom: 21%;
    left: 2%;
  }
}
.upproject__link:nth-of-type(5) {
  top: 140px;
  left: 17px;
}
@media (max-width: 1179px) {
  .upproject__link:nth-of-type(5) {
    top: 20%;
    left: 6%;
  }
}
.upproject__title-animation {
  position: absolute;
  top: 209px;
  left: 50%;
  width: 769px;
  height: 200px;
  transform: translateX(-50%);
}
@media (max-width: 1179px) {
  .upproject__title-animation {
    top: 19%;
    width: 89%;
    height: 16.5%;
  }
}
.upproject__title-animation-text {
  position: absolute;
}
.upproject__title-animation-text:nth-of-type(1) {
  top: 35px;
  left: 50px;
}
@media (max-width: 1179px) {
  .upproject__title-animation-text:nth-of-type(1) {
    top: 20%;
    left: 7%;
  }
}
.upproject__title-animation-text:nth-of-type(1) img:nth-of-type(1) {
  animation-delay: 0s;
}
.upproject__title-animation-text:nth-of-type(1) img:nth-of-type(2) {
  animation-delay: 0.1s;
}
.upproject__title-animation-text:nth-of-type(1) img:nth-of-type(3) {
  animation-delay: 0.2s;
}
.upproject__title-animation-text:nth-of-type(1) img:nth-of-type(4) {
  animation-delay: 0.3s;
}
.upproject__title-animation-text:nth-of-type(2) {
  bottom: 35px;
  right: 30px;
}
@media (max-width: 1179px) {
  .upproject__title-animation-text:nth-of-type(2) {
    bottom: 18%;
    right: 5%;
  }
}
.upproject__title-animation-text:nth-of-type(2) img:nth-of-type(1) {
  animation-delay: 0.8s;
}
.upproject__title-animation-text:nth-of-type(2) img:nth-of-type(2) {
  animation-delay: 0.9s;
}
.upproject__title-animation-text:nth-of-type(2) img:nth-of-type(3) {
  animation-delay: 1s;
}
.upproject__title-animation-text:nth-of-type(2) img:nth-of-type(4) {
  animation-delay: 1.1s;
}
.upproject__title-animation-text img {
  display: inline-block;
  animation: wave 1s 1 ease-in-out;
}
@media (max-width: 1179px) {
  .upproject__title-animation-text img {
    height: 7.3vw;
  }
}
@media (max-width: 749px) {
  .upproject__title-animation-text img {
    animation: wave-mo 1s 1 ease-in-out;
  }
}
.upproject__field-dim {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.upproject__field-dim[aria-hidden=true] {
  display: none;
}
.upproject__field-dim img {
  margin-bottom: 40px;
}
@media (max-width: 749px) {
  .upproject__field-dim img {
    width: 91.5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .upproject__field-dim {
    font-size: 20px;
  }
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
@keyframes wave-mo {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@media (max-width: 1179px) {
  .brand-intro .--pc {
    display: none;
  }
}
.brand-intro .--mo {
  display: none;
}
@media (max-width: 1179px) {
  .brand-intro .--mo {
    display: block;
  }
}
@media (max-width: 1179px) {
  .brand-intro .-br {
    display: block;
  }
}
.brand-intro__content {
  position: relative;
  width: 1100px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1179px) {
  .brand-intro__content {
    width: 100%;
    padding: 0 40px;
  }
  .brand-intro__showcase .brand-intro__content {
    padding-bottom: 480px;
  }
  .brand-intro__article[data-event-target="1"] .brand-intro__content {
    width: 670px;
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 749px) {
  .brand-intro__content {
    padding: 0 20px;
  }
  .brand-intro__showcase .brand-intro__content {
    padding-bottom: 240px;
  }
  .brand-intro__article[data-event-target="1"] .brand-intro__content {
    width: 335px;
  }
}
.brand-intro__flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-intro__article[data-event-target="0"] .brand-intro__flex-container, .brand-intro__article[data-event-target="3"]:nth-of-type(6) .brand-intro__flex-container {
  margin-top: 60px;
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-container, .brand-intro__article[data-event-target="3"]:nth-of-type(6) .brand-intro__flex-container {
    margin-top: 30px;
  }
}
.brand-intro__carousel-preview .brand-intro__flex-container {
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1179px) {
  .brand-intro__carousel-preview .brand-intro__flex-container {
    margin-top: 40px;
    flex-direction: column;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel-preview .brand-intro__flex-container {
    margin-top: 20px;
    gap: 10px;
  }
}
.brand-intro__article[data-event-target="3"]:nth-of-type(5) .brand-intro__flex-container {
  margin-top: 10px;
  justify-content: center;
}
.brand-intro__article[data-event-target="3"]:nth-of-type(6) .brand-intro__flex-container {
  gap: 27px;
}
@media (max-width: 1179px) {
  .brand-intro__flex-container {
    justify-content: center;
  }
  .brand-intro__showcase .brand-intro__flex-container {
    flex-direction: column;
  }
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-container {
    flex-wrap: wrap;
    gap: 20px;
    width: 640px;
    margin: 60px auto 0;
  }
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-container {
    gap: 10px;
    width: 320px;
    margin-top: 30px;
  }
}
.brand-intro__showcase {
  position: relative;
  height: 560px;
  padding-top: 100px;
  background: url(../../images/bem/brand-intro/section01_bg.jpg) center/cover no-repeat;
}
@media (max-width: 1179px) {
  .brand-intro__showcase {
    height: 1023px;
    text-align: center;
    background: url(../../images/bem/brand-intro/section01_bg__mo.jpg) center/cover no-repeat;
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase {
    padding-top: 50px;
    height: 511.5px;
  }
}
.brand-intro__showcase-subject {
  padding: 7px 29px 8px;
  font-size: 24px;
  font-weight: 500;
  color: #1f135b;
  border-radius: 25px;
  background: #fff;
}
.brand-intro__showcase-subject:nth-of-type(2) {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
@media (max-width: 1179px) {
  .brand-intro__showcase-subject:nth-of-type(2) {
    margin-left: 10px;
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase-subject:nth-of-type(2) {
    margin-left: 5px;
  }
}
@media (max-width: 1179px) {
  .brand-intro__showcase-subject {
    padding: 2px 32px 4px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase-subject {
    padding: 1px 16px 2px;
    font-size: 15px;
    border-radius: 12.5px;
  }
}
.brand-intro__showcase-heading {
  margin-top: 50px;
}
@media (max-width: 1179px) {
  .brand-intro__showcase-heading {
    margin-top: 46px;
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase-heading {
    margin-top: 23px;
  }
}
.brand-intro__showcase-animation:nth-of-type(2) {
  margin-top: 15px;
}
@media (max-width: 749px) {
  .brand-intro__showcase-animation:nth-of-type(2) {
    margin-top: 10px;
  }
}
.brand-intro__showcase-animation-text {
  position: relative;
  will-change: margin-left, margin-right;
  animation: text-anim 2s 1 ease-in-out forwards;
  z-index: 5;
}
@media (max-width: 1179px) {
  .brand-intro__showcase-animation-text {
    animation: text-anim-mo 2s 1 ease-in-out forwards;
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase-animation-text {
    height: 33px;
  }
}
.brand-intro__showcase-description {
  padding-left: 20px;
  margin-top: 60px;
  color: #fff;
  font-size: 24px;
  border-left: 1px solid #fff;
}
@media (max-width: 1179px) {
  .brand-intro__showcase-description {
    margin-top: 40px;
    border-left: 0;
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase-description {
    margin-top: 20px;
    font-size: 12px;
  }
}
@media (max-width: 1179px) {
  .brand-intro__showcase-puzzle {
    position: absolute;
    width: 532px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase-puzzle {
    width: 266px;
  }
}
.brand-intro__showcase-animation-puzzle {
  position: absolute;
}
.brand-intro__showcase-animation-puzzle:nth-of-type(1) {
  width: 197px;
  bottom: -25px;
  right: 120px;
  animation: puzzle01 0.5s both;
  z-index: 4;
  animation-delay: 2.8s;
}
@media (max-width: 1179px) {
  .brand-intro__showcase-animation-puzzle:nth-of-type(1) {
    width: 228px;
    bottom: 6px;
    right: 137px;
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase-animation-puzzle:nth-of-type(1) {
    width: 114px;
    bottom: 3px;
    right: 68.5px;
  }
}
.brand-intro__showcase-animation-puzzle:nth-of-type(2) {
  width: 198px;
  bottom: 15px;
  right: 256px;
  animation: puzzle02 0.5s both;
  z-index: 4;
  animation-delay: 3s;
}
@media (max-width: 1179px) {
  .brand-intro__showcase-animation-puzzle:nth-of-type(2) {
    width: 230px;
    bottom: 52px;
    right: 296px;
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase-animation-puzzle:nth-of-type(2) {
    width: 115px;
    bottom: 26px;
    right: 148px;
  }
}
.brand-intro__showcase-animation-puzzle:nth-of-type(3) {
  width: 199px;
  bottom: 143px;
  right: 210px;
  animation: puzzle03 0.5s both;
  z-index: 4;
  animation-delay: 3.2s;
}
@media (max-width: 1179px) {
  .brand-intro__showcase-animation-puzzle:nth-of-type(3) {
    width: 231px;
    bottom: 202px;
    right: 245px;
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase-animation-puzzle:nth-of-type(3) {
    width: 115.5px;
    bottom: 101px;
    right: 122.5px;
  }
}
.brand-intro__showcase-animation-puzzle:nth-of-type(4) {
  width: 218px;
  top: 30px;
  right: 0;
  animation: puzzle04 0.5s both;
  z-index: 4;
  animation-delay: 3.4s;
}
@media (max-width: 1179px) {
  .brand-intro__showcase-animation-puzzle:nth-of-type(4) {
    width: 253px;
    top: inherit;
    bottom: 180px;
    right: 0;
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase-animation-puzzle:nth-of-type(4) {
    width: 126.5px;
    bottom: 90px;
  }
}
.brand-intro__showcase-animation-puzzle:nth-of-type(5) {
  width: 112px;
  bottom: 50px;
  right: 60px;
  z-index: 5;
  animation: puzzle05 0.5s both;
  animation-delay: 3.6s;
}
@media (max-width: 1179px) {
  .brand-intro__showcase-animation-puzzle:nth-of-type(5) {
    width: 205px;
    right: 24px;
  }
}
@media (max-width: 749px) {
  .brand-intro__showcase-animation-puzzle:nth-of-type(5) {
    width: 102.5px;
    right: 12px;
    bottom: 25px;
  }
}
.brand-intro__arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 51px;
  height: 85px;
  margin-bottom: -42.5px;
  background: url(../../images/bem/brand-intro/section01_arrow_frame.png) center/cover no-repeat;
}
.brand-intro__arrow::after {
  content: "";
  display: block;
  clear: both;
  animation: arrow-updown 2s infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/bem/brand-intro/section01_arrow_move.png) center/cover no-repeat;
}
@media (max-width: 1179px) {
  .brand-intro__arrow {
    display: none;
  }
}
.brand-intro__section {
  position: relative;
  text-align: center;
}
.brand-intro__navigation {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50%;
  margin-left: 590px;
}
.brand-intro__navigation[data-event-state=true] {
  position: fixed;
}
@media (max-width: 1179px) {
  .brand-intro__navigation {
    display: none;
  }
}
.brand-intro__navigation-list {
  overflow: auto;
  width: 232px;
  height: auto;
  border: 2px solid #dadada;
  border-radius: 15px;
  background-color: #fff;
}
.brand-intro__navigation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  font-family: "vitro";
  font-size: 22px;
  color: #222;
  border-bottom: 1px solid #dadada;
}
.brand-intro__navigation-button[data-event-state=true] {
  background: linear-gradient(90deg, rgb(44, 33, 164) 0%, rgb(199, 67, 150) 100%);
  color: #fff;
}
.brand-intro__navigation-item:last-child .brand-intro__navigation-button {
  border-bottom: 0;
}
.brand-intro__article {
  padding: 75px 0 80px;
}
@media (max-width: 1179px) {
  .brand-intro__article {
    padding: 90px 0 100px;
  }
}
@media (max-width: 749px) {
  .brand-intro__article {
    padding: 45px 0 50px;
  }
}
.brand-intro__article[data-event-target="1"] {
  background: url(../../images/bem/brand-intro/section03_bg.jpg) center/cover no-repeat;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="1"] {
    background: url(../../images/bem/brand-intro/section03_bg__mo.jpg) center/cover no-repeat;
  }
}
.brand-intro__article[data-event-target="1"] .-strong {
  color: #18f7ff;
}
.brand-intro__article[data-event-target="2"] {
  background: url(../../images/bem/brand-intro/section04_bg.jpg) center/cover no-repeat;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="2"] {
    background: url(../../images/bem/brand-intro/section04_bg__mo.jpg) center/cover no-repeat;
  }
}
.brand-intro__article[data-event-target="2"] .-strong {
  color: #fdff35;
}
.brand-intro__article[data-event-target="3"]:nth-of-type(5) {
  padding-bottom: 100px;
  background: url(../../images/bem/brand-intro/section05_bg.jpg) center/cover no-repeat;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="3"]:nth-of-type(5) {
    padding-bottom: 150px;
    background: url(../../images/bem/brand-intro/section05_bg__mo.jpg) bottom/cover no-repeat;
  }
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="3"]:nth-of-type(5) {
    padding-bottom: 75px;
  }
}
.brand-intro__article[data-event-target="3"]:nth-of-type(5) .-strong {
  color: #ff5a00;
}
.brand-intro__article[data-event-target="3"]:nth-of-type(6) {
  background-color: #fc7d20;
}
.brand-intro__article[data-event-target="3"]:nth-of-type(6) .-strong {
  color: #fdff35;
}
.brand-intro__title {
  font-size: 46px;
  font-family: "vitro";
}
@media (max-width: 1179px) {
  .brand-intro__title {
    font-size: 48px;
  }
}
@media (max-width: 749px) {
  .brand-intro__title {
    font-size: 24px;
  }
}
.brand-intro__article[data-event-target="1"] .brand-intro__title, .brand-intro__article[data-event-target="2"] .brand-intro__title, .brand-intro__article[data-event-target="3"]:nth-of-type(6) .brand-intro__title {
  color: #fff;
}
.brand-intro .-strong {
  color: #3052fb;
}
.brand-intro__article[data-event-target="0"] .brand-intro__flex-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  width: 260px;
  height: 260px;
  padding: 30px 0;
  border-radius: 20px;
  background-color: #eef5ff;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item {
    width: 155px;
    height: 155px;
    padding: 15px 0;
  }
}
.brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(1) .brand-intro__img {
  width: 91px;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(1) .brand-intro__img {
    width: 107px;
  }
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(1) .brand-intro__img {
    width: 53.5px;
  }
}
.brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(2) .brand-intro__img {
  width: 137px;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(2) .brand-intro__img {
    width: 161px;
  }
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(2) .brand-intro__img {
    width: 80.5px;
  }
}
.brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(3) .brand-intro__img {
  width: 149px;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(3) .brand-intro__img {
    width: 175px;
  }
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(3) .brand-intro__img {
    width: 87.5px;
  }
}
.brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(3) .brand-intro__text {
  margin-top: 40px;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(3) .brand-intro__text {
    margin-top: 60px;
  }
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(3) .brand-intro__text {
    margin-top: 30px;
  }
}
.brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(4) .brand-intro__img {
  width: 119px;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(4) .brand-intro__img {
    width: 140px;
  }
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(4) .brand-intro__img {
    width: 70px;
  }
}
.brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(4) .brand-intro__text {
  margin-top: 20px;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(4) .brand-intro__text {
    margin-top: 40px;
  }
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item:nth-of-type(4) .brand-intro__text {
    margin-top: 20px;
  }
}
.brand-intro__article[data-event-target="0"] .brand-intro__flex-item .brand-intro__text {
  margin-top: 30px;
  font-size: 22px;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item .brand-intro__text {
    margin-top: 50px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="0"] .brand-intro__flex-item .brand-intro__text {
    margin-top: 25px;
    font-size: 14px;
  }
}
.brand-intro__article[data-event-target="0"] .brand-intro__flex-item .brand-intro__text .-strong {
  font-weight: 700;
}
.brand-intro__carousel-preview .brand-intro__flex-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  flex: 1;
  height: 384px;
  padding: 30px;
  border-radius: 15px;
  background-color: #ddf2ed;
}
@media (max-width: 1179px) {
  .brand-intro__carousel-preview .brand-intro__flex-item {
    position: relative;
    width: 100%;
    padding: 56px 20px;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel-preview .brand-intro__flex-item {
    padding: 28px 10px;
  }
}
.brand-intro__article[data-event-target="3"]:nth-of-type(5) .brand-intro__flex-item:nth-of-type(2) {
  margin: 80px 60px 0 40px;
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="3"]:nth-of-type(5) .brand-intro__flex-item:nth-of-type(2) {
    width: 100%;
    height: 450px;
    margin: 70px 0 0 0;
    padding-top: 125px;
    background: url(../../images/bem/brand-intro/section05_review__mo.png) center top/auto no-repeat;
  }
  .brand-intro__article[data-event-target="3"]:nth-of-type(5) .brand-intro__flex-item:nth-of-type(2) img {
    width: 331px;
  }
}
@media (max-width: 749px) {
  .brand-intro__article[data-event-target="3"]:nth-of-type(5) .brand-intro__flex-item:nth-of-type(2) {
    height: 225px;
    margin: 35px 0 0 0;
    padding-top: 62.5px;
    background-size: contain;
  }
  .brand-intro__article[data-event-target="3"]:nth-of-type(5) .brand-intro__flex-item:nth-of-type(2) img {
    width: 165.5px;
  }
}
@media (max-width: 1179px) {
  .brand-intro__article[data-event-target="3"]:nth-of-type(5) .brand-intro__flex-item:nth-of-type(odd) {
    display: none;
  }
}
.brand-intro__article[data-event-target="3"]:nth-of-type(6) .brand-intro__flex-item {
  flex: 1;
}
.brand-intro__article[data-event-target="3"]:nth-of-type(6) .brand-intro__flex-item:nth-of-type(2) .brand-intro__img-box {
  padding: 70px;
  flex-direction: column;
  align-items: flex-end;
}
.brand-intro__text {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1179px) {
  .brand-intro__text {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .brand-intro__text {
    margin-top: 5px;
    font-size: 15px;
  }
}
.brand-intro__article[data-event-target="1"] .brand-intro__text, .brand-intro__article[data-event-target="2"] .brand-intro__text {
  color: #fff;
}
.brand-intro__article[data-event-target="3"]:nth-of-type(6) .brand-intro__text {
  margin-top: 30px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.brand-intro__description {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.brand-intro__graph {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 50px;
  width: 100%;
  height: 402px;
  margin-top: 150px;
  color: #fff;
  background: url(../../images/bem/brand-intro/section03_content_bg.png) center/cover no-repeat;
}
@media (max-width: 1179px) {
  .brand-intro__graph {
    gap: 22px;
    width: 670px;
    height: 315px;
    margin: 126px auto 0;
    background: url(../../images/bem/brand-intro/section03_content_bg__mo.png) center/cover no-repeat;
  }
}
@media (max-width: 749px) {
  .brand-intro__graph {
    gap: 11px;
    width: 335px;
    height: 157.5px;
    margin-top: 63px;
  }
}
.brand-intro__step-box {
  flex: none;
}
.brand-intro__step-box:nth-of-type(1) {
  margin-left: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1179px) {
  .brand-intro__step-box:nth-of-type(1) {
    margin-left: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 749px) {
  .brand-intro__step-box:nth-of-type(1) {
    margin-left: 8px;
    margin-bottom: 15px;
  }
}
.brand-intro__step-box:nth-of-type(2) {
  margin-bottom: 140px;
}
@media (max-width: 1179px) {
  .brand-intro__step-box:nth-of-type(2) {
    margin-bottom: 110px;
  }
}
@media (max-width: 749px) {
  .brand-intro__step-box:nth-of-type(2) {
    margin-bottom: 55px;
  }
}
.brand-intro__step-box:nth-of-type(3) {
  margin-bottom: 30px;
}
@media (max-width: 1179px) {
  .brand-intro__step-box:nth-of-type(3) {
    margin-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .brand-intro__step-box:nth-of-type(3) {
    margin-bottom: 10px;
  }
}
.brand-intro__step-box:nth-of-type(4) {
  margin-bottom: 180px;
}
@media (max-width: 1179px) {
  .brand-intro__step-box:nth-of-type(4) {
    margin-bottom: 150px;
  }
}
@media (max-width: 749px) {
  .brand-intro__step-box:nth-of-type(4) {
    margin-bottom: 75px;
  }
}
.brand-intro__step-box:nth-of-type(5) {
  margin-bottom: 190px;
}
@media (max-width: 1179px) {
  .brand-intro__step-box:nth-of-type(5) {
    margin-bottom: 130px;
  }
}
@media (max-width: 749px) {
  .brand-intro__step-box:nth-of-type(5) {
    margin-bottom: 65px;
  }
}
.brand-intro__step-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 46px;
  margin-bottom: 60px;
  color: #017eff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 23px;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .brand-intro__step-tag {
    width: 81px;
    height: 31px;
    margin-bottom: 40px;
    font-size: 18px;
    border-radius: 15px;
  }
}
@media (max-width: 749px) {
  .brand-intro__step-tag {
    width: 40.5px;
    height: 15.5px;
    margin-bottom: 20px;
    font-size: 9px;
    border-radius: 7.5px;
  }
}
.brand-intro__step-item {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .brand-intro__step-item {
    font-size: 18px;
  }
}
@media (max-width: 749px) {
  .brand-intro__step-item {
    margin-top: 10px;
    font-size: 9px;
  }
}
.brand-intro__step-text {
  position: relative;
  margin-left: 20px;
  margin-bottom: 390px;
  color: #18f7ff;
  font-size: 38px;
  font-family: "vitro";
  opacity: 0;
}
.brand-intro__article[data-animation-done=true] .brand-intro__step-text {
  opacity: 1;
}
@media (max-width: 1179px) {
  .brand-intro__step-text {
    margin-left: 10px;
    margin-bottom: 290px;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  .brand-intro__step-text {
    margin-left: 8px;
    margin-bottom: 142px;
    font-size: 14px;
  }
}
.brand-intro__step-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 289px;
  height: 548px;
  background: url(../../images/bem/brand-intro/section03_arrow.png) center/cover no-repeat;
  opacity: 0;
}
.brand-intro__article[data-animation-done=true] .brand-intro__step-arrow {
  opacity: 1;
}
@media (max-width: 1179px) {
  .brand-intro__step-arrow {
    width: 175px;
    height: 394px;
    background-size: contain;
    background-position: top center;
  }
}
@media (max-width: 749px) {
  .brand-intro__step-arrow {
    width: 87.5px;
    height: 197px;
  }
}
.brand-intro__carousel {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 749px) {
  .brand-intro__carousel {
    margin-top: 30px;
  }
}
.brand-intro__carousel .swiper-container {
  overflow: hidden;
  width: 840px;
  height: 510px;
  margin-left: 260px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 1179px) {
  .brand-intro__carousel .swiper-container {
    width: 100%;
    height: 480px;
    margin-left: 0;
    margin-top: 156px;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel .swiper-container {
    height: 240px;
    margin-top: 78px;
  }
}
.brand-intro__carousel .swiper-pagination {
  width: 230px;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
}
@media (max-width: 1179px) {
  .brand-intro__carousel .swiper-pagination {
    width: 100%;
    top: -100px !important;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel .swiper-pagination {
    top: -50px !important;
  }
}
.brand-intro__carousel .swiper-pagination-bullet {
  width: 100%;
  height: 54px;
  margin: 0 0 30px 0 !important;
  color: #abfff7;
  border-radius: 9px;
  background: transparent !important;
}
@media (max-width: 1179px) {
  .brand-intro__carousel .swiper-pagination-bullet {
    display: inline-block !important;
    width: 160px;
    height: auto;
    margin: 0 !important;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel .swiper-pagination-bullet {
    width: 80px;
    border-radius: 4.5px;
  }
}
.brand-intro__carousel .swiper-pagination-bullet-active {
  color: #222;
  background-color: #fdff35 !important;
}
.brand-intro__carousel .swiper-slide {
  padding: 30px;
}
@media (max-width: 1179px) {
  .brand-intro__carousel .swiper-slide {
    padding: 40px;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel .swiper-slide {
    padding: 20px;
  }
}
.brand-intro__carousel .swiper-slide:nth-of-type(even) .brand-intro__carousel-link {
  background: url(../../images/bem/brand-intro/section04_swiper_content_button_type02.png) center/contain no-repeat;
}
.brand-intro__carousel .swiper-slide:nth-of-type(even) .brand-intro__flex-item {
  padding: 28px 20px;
}
@media (max-width: 749px) {
  .brand-intro__carousel .swiper-slide:nth-of-type(even) .brand-intro__flex-item {
    padding: 14px 10px;
  }
}
.brand-intro__carousel-button {
  position: relative;
  display: flex;
  padding: 9px 20px 9px 55px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 1179px) {
  .brand-intro__carousel-button {
    padding: 16px 20px 15px 60px;
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel-button {
    padding: 8px 10px 7.5px 30px;
    font-size: 15px;
  }
}
.brand-intro__carousel-button::before {
  content: "";
  display: inline-block;
  clear: both;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media (max-width: 1179px) {
  .brand-intro__carousel-button::before {
    left: 30px;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel-button::before {
    left: 15px;
  }
}
.brand-intro__carousel .swiper-pagination-bullet-active .brand-intro__carousel-button::before {
  filter: grayscale(100%) brightness(0);
}
.brand-intro__carousel .swiper-pagination-bullet:nth-of-type(1) .brand-intro__carousel-button::before {
  width: 22px;
  height: 22px;
  background: url(../../images/bem/brand-intro/section04_swiper_bullet_icon_01.png) center/cover no-repeat;
}
@media (max-width: 749px) {
  .brand-intro__carousel .swiper-pagination-bullet:nth-of-type(1) .brand-intro__carousel-button::before {
    width: 11px;
    height: 11px;
  }
}
.brand-intro__carousel .swiper-pagination-bullet:nth-of-type(2) .brand-intro__carousel-button::before {
  width: 23px;
  height: 17px;
  background: url(../../images/bem/brand-intro/section04_swiper_bullet_icon_02.png) center/cover no-repeat;
}
@media (max-width: 749px) {
  .brand-intro__carousel .swiper-pagination-bullet:nth-of-type(2) .brand-intro__carousel-button::before {
    width: 11.5px;
    height: 8.5px;
  }
}
.brand-intro__carousel .swiper-pagination-bullet:nth-of-type(3) .brand-intro__carousel-button::before {
  width: 21px;
  height: 21px;
  background: url(../../images/bem/brand-intro/section04_swiper_bullet_icon_03.png) center/cover no-repeat;
}
@media (max-width: 749px) {
  .brand-intro__carousel .swiper-pagination-bullet:nth-of-type(3) .brand-intro__carousel-button::before {
    width: 10.5px;
    height: 10.5px;
  }
}
.brand-intro__carousel .swiper-pagination-bullet:nth-of-type(4) .brand-intro__carousel-button::before {
  width: 19px;
  height: 23px;
  background: url(../../images/bem/brand-intro/section04_swiper_bullet_icon_04.png) center/cover no-repeat;
}
@media (max-width: 749px) {
  .brand-intro__carousel .swiper-pagination-bullet:nth-of-type(4) .brand-intro__carousel-button::before {
    width: 9.5px;
    height: 10.5px;
  }
}
.brand-intro__carousel .swiper-pagination-bullet-active .brand-intro__carousel-button::after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 14px;
  background: url(../../images/bem/brand-intro/section04_swiper_bullet_arrow.png) center/cover no-repeat;
}
@media (max-width: 1179px) {
  .brand-intro__carousel .swiper-pagination-bullet-active .brand-intro__carousel-button::after {
    display: none;
  }
}
.brand-intro__carousel-title {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #222;
}
@media (max-width: 1179px) {
  .brand-intro__carousel-title {
    font-size: 34px;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel-title {
    font-size: 17px;
  }
}
.brand-intro__carousel-link {
  width: 100%;
  height: 54px;
  padding-top: 10px;
  margin-top: 25px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  background: url(../../images/bem/brand-intro/section04_swiper_content_button_type01.png) center/cover no-repeat;
}
@media (max-width: 1179px) {
  .brand-intro__carousel-link {
    position: absolute;
    right: 20px;
    width: 230px;
    margin-top: 0;
    font-size: 24px;
    background: url(../../images/bem/brand-intro/section04_swiper_content_button_type01__mo.png) center/cover no-repeat;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel-link {
    right: 10px;
    width: 115px;
    height: 27px;
    padding-top: 5px;
    font-size: 12px;
  }
}
.brand-intro__carousel-link::after {
  content: "";
  display: inline-block;
  clear: both;
  width: 9px;
  height: 16px;
  margin-left: 10px;
  background: url(../../images/bem/brand-intro/section04_swiper_content_button_arrow.png) center/cover no-repeat;
}
@media (max-width: 749px) {
  .brand-intro__carousel-link::after {
    width: 4.5px;
    height: 8px;
  }
}
.brand-intro__carousel-description {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1179px) {
  .brand-intro__carousel-description {
    display: none;
  }
}
.brand-intro__carousel-text {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .brand-intro__carousel-text {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel-text {
    margin-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 1179px) {
  .brand-intro__carousel-img-area {
    width: 40px;
    height: 35px;
    text-align: center;
  }
}
@media (max-width: 749px) {
  .brand-intro__carousel-img-area {
    width: 20px;
    height: 17.5px;
  }
}
@media (max-width: 1179px) {
  .brand-intro__carousel-img {
    position: relative;
    top: 50%;
    max-width: 100%;
    transform: translateY(-50%);
  }
}
.brand-intro__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 460px;
  border-radius: 20px;
  background-color: #fff;
}
.brand-intro__qr-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 15px;
  background-color: #ff611a;
}
.brand-intro__logo-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand-intro__logo-item + .brand-intro__logo-item {
  margin-top: 20px;
  gap: 50px;
}
.brand-intro__app-box {
  margin-top: 40px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 749px) {
  .brand-intro__app-box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
  }
}
.brand-intro__app-title {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 749px) {
  .brand-intro__app-title {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.brand-intro__app-link {
  position: relative;
  display: block;
  padding: 30px 0 30px 100px;
  text-align: left;
  border-radius: 60px;
  background-color: #000;
}
@media (max-width: 749px) {
  .brand-intro__app-link {
    padding: 15px 0 15px 50px;
    border-radius: 30px;
  }
}
.brand-intro__app-link + .brand-intro__app-link {
  margin-top: 20px;
}
@media (max-width: 749px) {
  .brand-intro__app-link + .brand-intro__app-link {
    margin-top: 10px;
  }
}
.brand-intro__app-link::after {
  position: absolute;
  right: 60px;
  top: 50%;
  content: "";
  display: block;
  clear: both;
  width: 23px;
  height: 41px;
  background: url(../../images/bem/brand-intro/section06_arrow.png) center/cover no-repeat;
  transform: translateY(-50%);
}
@media (max-width: 749px) {
  .brand-intro__app-link::after {
    right: 30px;
    width: 11.5px;
    height: 20.5px;
  }
}
@media (max-width: 749px) {
  .brand-intro__app-link img {
    height: 31px;
  }
}
@media (max-width: 749px) {
  .brand-intro__app-link:last-child img {
    height: 29px;
  }
}

@keyframes text-anim {
  50% {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  100% {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
}
@keyframes text-anim-mo {
  50% {
    margin-left: 0.05rem;
    margin-right: 0.05rem;
  }
  100% {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
}
@keyframes puzzle01 {
  0% {
    transform: translate(-10px, -10px) rotate(-20deg);
    transform-origin: left top;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes puzzle02 {
  0% {
    transform: translate(-50px, 10px);
    transform-origin: center center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  50% {
    transform: translate(0, 0);
  }
}
@keyframes puzzle03 {
  0% {
    transform: translate(-24px, -16px) rotate(5deg);
    transform-origin: right top;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes puzzle04 {
  0% {
    transform: translateY(-40%);
    transform-origin: right top;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    transform: translateY(-30%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes puzzle05 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes arrow-updown {
  0% {
    margin-top: 0;
    opacity: 0;
  }
  50% {
    margin-top: 5px;
    opacity: 1;
  }
  to {
    margin-top: 10px;
    opacity: 0;
  }
}
@keyframes bounceZoom {
  0% {
    transform: translate(0, 40%) scale(0.3);
  }
  50% {
    transform: translate(0, 0) scale(1);
  }
  70% {
    transform: translate(0, 0) scale(0.95);
  }
  80% {
    transform: translate(0, 0) scale(1);
  }
  90% {
    transform: translate(0, 0) scale(0.95);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}