img {
  height: auto;
}

.rank_head img {
  border-radius: 100em;
}

.top_step .step_dream {
  background-image: linear-gradient(to right, #ff2e9f, #7359f9);
  border-radius: 20px;
  padding: 2px;
}
.top_step .step_dream .step_dream_inner {
  background-color: #12141c;
  border-radius: 20px;
  padding: 45px 20px 50px;
}
.top_step .step_dream .dream_tit {
  background-image: linear-gradient(to right, #ff2e9f, #7359f9);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_step .step_dream .dream_det {
  color: #f2f1ee;
}

#header .header_btn.btn1 {
  background-image: linear-gradient(to right, #ff2e9f, #7359f9);
  padding: 1px;
  border-radius: 10em;
}
#header .header_btn.btn1 a {
  background-image: linear-gradient(to right, #7241fc, #173fd4);
}
#header .header_btn.btn2 a {
  padding-right: 1.5em;
  background-image: url("../img/common/menu-extern.svg");
  background-repeat: no-repeat;
  background-position: right 1.5em center;
  background-size: 0.6em;
  background-color: #f2f2f2;
  color: #1b1d22;
}

.navbar-collapse .navbar_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-image: linear-gradient(to right, #ff2e9f, #7359f9);
  padding: 1px;
  border-radius: 10em;
}
.navbar-collapse .navbar_btn a {
  background-image: linear-gradient(to right, #7241fc, #173fd4);
}

.top_support .support_box li {
  width: calc((100% - 40px) / 3);
  padding: 0 20px 0 40px;
}
.top_support .support_box .box_txt {
  font-size: min(24px, 2.26vw);
}
.top_support .support_box .box_cont .ff_barlow {
  font-size: min(32px, 3.23vw);
}
.top_support .teachers {
  max-width: 1140px;
  margin-inline: auto;
  margin-block: 0 32px;
  padding: 60px 80px 32px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #7241fc, #173fd4);
}
.top_support .teachers > h3 {
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
.top_support .teachers > p {
  margin-bottom: 24px;
  font-size: 18px;
  text-align: center;
}
.top_support .teachers .catch {
  font-size: 36px;
  text-align: center;
}
.top_support .teachers .catch .ff_barlow {
  font-size: 48px;
}
.top_support .teachers .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.top_support .teachers .list .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 16px 24px;
  width: calc((100% - 40px) / 3);
  min-width: 300px;
  padding: 16px 24px;
  border-radius: 12px;
  background-color: #292d37;
  position: relative;
}
.top_support .teachers .list .item::before {
  content: "PROFILE";
  display: block;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
  color: #484c56;
  font-family: "Barlow", sans-serif;
  font-size: 68px;
  line-height: 0.6;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.top_support .teachers .list .item .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  -ms-grid-row-align: center;
      align-self: center;
}
.top_support .teachers .list .item .img img {
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100em;
}
.top_support .teachers .list .item .nickname {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 22px;
  font-weight: 700;
}
.top_support .teachers .list .item .profile {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
  padding-block: 12px 0;
  border-top: 1px solid #45484f;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
.sub_streamer .streamer_search .popup_name {
  border-bottom: none;
}
.sub_streamer .streamer_search label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.sub_streamer .streamer_search label input {
  -webkit-appearance: auto;
          appearance: auto;
}
.sub_streamer .streamer_result .result_head img {
  border-radius: 10em;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_news .news_list .news_item .item_img {
  background-color: #1b1d22;
}
.sub_news .news_list .news_item .item_img img {
  width: 100%;
  aspect-ratio: 270/198;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_support .teachers .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-block: 2rem 1rem;
}
.top_support .teachers .nav button {
  background-color: #0025b1;
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
}
.top_support .teachers .nav button.prev {
  background-image: url(../img/top/prev_event.png);
}
.top_support .teachers .nav button.next {
  background-image: url(../img/top/next_event.png);
}
.top_support .teachers .nav .count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Barlow", sans-serif;
  width: 45px;
  font-weight: 400;
}

.top_achieve .achieve_box li.number1 {
  position: relative;
}
.top_achieve .achieve_box li.number1 span {
  position: absolute;
  right: 48%;
  top: 58.5%;
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  font-weight: 700;
  transition: all 1s;
  -webkit-transform-origin: right top -16px;
          transform-origin: right top -16px;
}
.top_achieve .achieve_box li.number1:hover span {
  -webkit-transform: scale(1.16) translateY(5px);
          transform: scale(1.16) translateY(5px);
}

.top_achieve .achieve_slider .slick-slide.number1 {
  position: relative;
}
.top_achieve .achieve_slider .slick-slide.number1 span {
  position: absolute;
  right: 48%;
  top: 58.5%;
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  font-weight: 700;
  transition: all 0.3s;
}
.top_achieve .achieve_slider .slick-slide.number1.slick-center span {
  right: 52%;
  top: 40%;
  -webkit-transform: scale(1.4) translateY(5px);
          transform: scale(1.4) translateY(5px);
}

@media (width <= 767px) {
  .top_support .support_box li {
    width: 100%;
  }
  .top_support .support_box .box_txt {
    font-size: min(14px, 3.5vw);
  }
  .top_support .support_box .box_cont .ff_barlow {
    font-size: min(20px, 5vw);
  }
  .top_support .teachers {
    margin-inline: 20px;
    padding: 40px 20px;
  }
  .top_support .teachers > h3 {
    font-size: 22px;
  }
  .top_support .teachers > p {
    font-size: 12px;
  }
  .top_support .teachers .catch {
    font-size: 23px;
  }
  .top_support .teachers .catch .ff_barlow {
    font-size: 31px;
  }
  .top_support .teachers .list .item {
    width: 100%;
    min-width: 0;
  }
  .top_support .teachers .list .item .img img {
    width: 80px;
  }
  .top_support .teachers .list .item .nickname {
    font-size: 17px;
  }
  .top_support .teachers .list .item .profile {
    font-size: 11px;
  }
  .top_compare .compare_scroll {
    overflow-x: visible;
  }
  .top_compare .compare_box {
    width: 100%;
  }
  .top_compare .compare_box::before {
    left: 16%;
    width: 36%;
  }
  .top_compare .compare_box::after {
    right: 24%;
  }
  .top_compare .compare_box li {
    font-size: 12px;
  }
  .top_compare .compare_box .txt_color {
    font-size: 10px;
  }
  .top_compare .compare_box .txt_color .ff_mont {
    font-size: 24px;
  }
  .top_compare .compare_box .box_th01 {
    width: 16%;
    padding: 4px;
  }
  .top_compare .compare_box .box_th02 {
    width: 36%;
    padding: 4px;
  }
  .top_compare .compare_box .box_th03 {
    width: 24%;
    padding: 4px;
  }
  .top_compare .compare_box .box_th04 {
    width: 24%;
    padding: 4px;
  }
}

@media (width <= 900px) {
  .top_step .step_dream .step_dream_inner {
    padding: 25px 20px;
  }
  .top_support .teachers .list .item {
    margin-inline: 8px;
  }
}

@media (width > 900px) {
  .top_support .teachers .nav {
    display: none;
  }
}

@media (width <= 1000px) {
  .top_achieve .achieve_box li.number1 span {
    font-size: 22px;
  }
  .top_achieve .achieve_slider .slick-slide.number1 span {
    font-size: 22px;
  }
}

/*# sourceMappingURL=theme.css.map */