@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@-webkit-keyframes scroll_reverse {
  0% {
    transform: translateX(calc(-100% + 190rem));
  }

  100% {
    transform: translateX(calc(250px * 7));
  }
}

@keyframes scroll_reverse {
  0% {
    transform: translateX(calc(-100% + 190rem));
  }

  100% {
    transform: translateX(calc(250px * 7));
  }
}

body {
  padding: 0 0 9rem 0 !important;
  width: 100vw;
  overflow-x: hidden;
  background-color: transparent;
}



header {
  background: transparent;
  border-bottom-color: transparent;
  transition: 0.35s all ease-out;
  box-shadow: none;
}

header .logo-wrap span {
  color: #fff;
}

header .app-logo:not(.white) {
  display: none;
}


header .logo-wrap span {
  color: #222;
  transition: 0.35s all ease-out;
}

header .app-logo.white {
  display: block;
  transition: 0.35s all ease-out;
}


header nav ul:not(.sub-menu)>li:hover>a,
header nav .sub-menu li:hover>a,
header nav>ul>li,
header nav>ul>li>a {
  color: #fff;
}


header nav>ul>li>a:hover,
header nav>ul>li>a:visited,
header nav>ul>li>a:focus {
  color: inherit;
}


header.on {
  background-color: #fff;
}

header.on .app-logo.white {
  display: none;
  transition: 0.35s all ease-out;
}

header.on .app-logo:not(.white) {
  display: block;
  transition: 0.35s all ease-out;
}

header.on nav ul:not(.sub-menu)>li:hover>a,
header.on nav .sub-menu li:hover>a,
header.on nav>ul>li,
header.on nav>ul>li>a {
  color: #222;
}


section {
  padding: 15rem 0;
  width: 100%;
}

section .section-title {
  color: #222;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6rem;
}

section .section-sub-title {
  color: #222;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 6rem;
  line-height: 1.35;
}

.section-inner {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  letter-spacing: -0.05rem;
}




.main-section {
  background-color: #1f1f25;
  padding: 10rem 0 20rem 0;
}

.main-section .main-form-wrap {
  display: flex;
  align-items: center;
}

.main-section .main-form-wrap>* {
  flex: 1;
}

.main-section .main-form-wrap form {
  flex: none;
  width: 40%;
}

.main-section .main-form-wrap .main-title {
  font-size: 6rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}

.main-section .main-form-wrap .sub-title {
  font-size: 3rem;
  color: var(--global-primary-color);
  margin: 2rem 0;
  font-weight: normal;
}

.main-section .main-form-wrap .form-input {
  border-radius: 0.8rem;
  font-size: 1.6rem;
}

.main-section .main-form-wrap .form-input::placeholder {
  font-size: 1.6rem;
}

.main-section .main-form-wrap .form-input+.form-input {
  margin-left: 1.5rem;
}

.main-section .main-form-wrap .agree-checkbox {
  margin: 2rem 0;
}

.main-section .main-form-wrap .agree-checkbox span {
  color: #fff;
  font-size: 1.6rem;
}

.main-section .main-form-wrap .agree-checkbox input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  background: url(/skin/img/round_checkbox_off.svg) center / 100% no-repeat;
}

.main-section .main-form-wrap .agree-checkbox input[type="checkbox"]:checked {
  background-image: url(/skin/img/round_checkbox_on.svg);
}

.main-section .main-form-wrap .submit-btn {
  background-color: var(--global-primary-color);
  color: #fff;
  width: 100%;
  font-size: 1.7rem;
  border-radius: 0.8rem;
}

.main-section .main-section-img {
  display: block;

}


.casting-channel-section .casting-channel {
  display: flex;
}

.casting-channel-section .casting-channel li {
  flex: 1;
  border-radius: 2rem;
  background-color: #f3f5fd;
  padding: 3.5rem 3.5rem 7rem 3.5rem;
  text-align: center;
  color: #222;
}

.casting-channel-section .casting-channel li+li {
  margin-left: 2.5rem;

}

.casting-channel-section .casting-channel li .icon {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background-color: #f3f5fd;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  margin: 0 auto 4rem auto;
  padding: 2rem;
}

.casting-channel-section .casting-channel li .icon i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.casting-channel-section .casting-channel li .icon.instagram i {
  background: url(/skin/img/home/instagram.png) center / 100% no-repeat;
}

.casting-channel-section .casting-channel li .icon.blog i {
  background: url(/skin/img/home/blog.png) center / 100% no-repeat;
}

.casting-channel-section .casting-channel li .icon.youtube i {
  background: #fd0000 url(/skin/img/home/ic-youtube-w.svg) center / 60% no-repeat;
}

.casting-channel-section .casting-channel li h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.casting-channel-section .casting-channel li p {
  font-size: 2.5rem;
  line-height: 1.5;
}

.marketing-section .marketing-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}

.marketing-section .marketing-tab li {
  line-height: 1;
  font-size: 2rem;
  padding: 2rem 0;
  width: 20rem;
  border-radius: 10rem;
  background-color: #eaeaea;
  color: #222;
  text-align: center;
  cursor: pointer;
}

.marketing-section .marketing-tab li+li {
  margin-left: 3rem;
}

.marketing-section .marketing-tab li.active {
  background-color: #222;
  color: #fff;
}

.marketing-section .marketing-swiper {
  padding: 0 4rem;
  overflow: visible;
}

.marketing-section .marketing-swiper .swiper-slide {
  padding: 10rem 4rem;
  background-color: #fce6e8;
  border-radius: 2rem;
}

.swiper-button {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
}

.swiper-button::after {
  font-size: 2.2rem;
  color: #666;
}

.marketing-section .marketing-swiper .swiper-button-prev {
  left: 2rem;
}

.marketing-section .marketing-swiper .swiper-button-next {
  right: 2rem;
}

.marketing-section .marketing-swiper .content-inner {
  display: flex;
  color: #222;
}

.marketing-section .marketing-swiper .content-inner .img {
  flex: none;
  width: 45%;
  position: relative;
}

.marketing-section .marketing-swiper .content-inner .img img {
  display: block;
  position: absolute;
  width: 100%;
  top: -10rem;
}

.marketing-section .marketing-swiper .content-inner .content {
  flex: 1;
}

.marketing-section .marketing-swiper .content-inner li {
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  padding-left: 5.5rem;
}

.marketing-section .marketing-swiper .content-inner li+li {
  margin-top: 3rem;
}

.marketing-section .marketing-swiper .content-inner li::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #222 url(/skin/img/ic-check-w.svg) center / 60% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.marketing-section .marketing-swiper .content-inner h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}


.process-section .process-swiper .swiper-slide {
  /* flex: 1;
  width: 20%; */
  background-color: #000;
  border-radius: 1.8rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.process-section .process-swiper .swiper-slide::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.process-section .process-swiper .swiper-slide .background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
}

.process-section .process-swiper .swiper-slide .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 5%, rgba(255, 255, 255, 0) 100%);
}

.process-section .process-swiper .swiper-slide .num {
  font-size: 6rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
  display: block;
}

.process-section .process-swiper .swiper-slide h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.process-section .process-swiper .swiper-slide p {
  display: block;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #f2f2f2;
  height: 4rem;
}

.review-section {
  background-color: #222;
}

.review-section .section-title {
  color: #fff;
}

.review-section .section-sub-title {
  color: #fff;
}


.review-section .review-slider-wrap {
  margin-top: 10rem;
}

.review-section .review-slider-wrap .slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.review-section .review-slider-wrap .slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(100% / 3.5 * 10);
}

.review-section .review-slider-wrap .slider .slide {
  flex: none;
  width: 35rem;
  border-radius: 1.4rem;
  background-color: #fff;
  margin: 0 2rem;
  overflow: hidden;
}

.review-section .review-slider-wrap .slider .thumb::after {
  content: "";
  display: block;
  padding-bottom: 74%;
}

.review-section .review-slider-wrap .slider .content {
  padding: 4rem 2rem;
  color: #222;
}

.review-section .review-slider-wrap .slider .title {
  font-size: 2.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  height: 2.8em;
  margin-bottom: 1.5rem;
}

.review-section .review-slider-wrap .slider .memo {
  font-size: 1.6rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  height: 4.2em;
}

.review-section .review-slider-wrap .slider .slide-track:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}


/* .review-section .review-swiper {
  padding: 0 4rem;
}

.review-section .review-swiper .swiper-slide {
  background-color: #fff;
  border-radius: 1.4rem;
  overflow: hidden;
}


.review-section .review-swiper .swiper-slide .thumb::after {
  content: "";
  display: block;
  padding-bottom: 74%;
}

.review-section .review-swiper .swiper-slide .content {
  padding: 4rem 2rem;
  color: #222;
}

.review-section .review-swiper .swiper-slide .content h2 {
  font-size: 2.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  height: 2.8em;
  margin-bottom: 1.5rem;
}

.review-section .review-swiper .swiper-slide .content p {
  font-size: 1.6rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  height: 4.2em;
} */



.best-section .review-swiper {
  padding-top: 2rem;
}

.best-section .review-swiper .swiper-slide {
  padding: 0 0.1rem;
}

.best-section .review-swiper .swiper-slide .inner {
  display: block;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #222;
}

.best-section .review-swiper .review-image {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
}

.best-section .review-swiper .review-image::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}


.best-section .review-swiper .review-image.review-video::after {
  display: none;
}

.best-section .review-swiper .review-image video {
  max-width: 100%;
}

.best-section .review-swiper .title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 600;
  height: 4.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.best-section .review-swiper .desc {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
}

.best-section .review-swiper .profile-info {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: 1.5rem;
  border-top: 1px dashed #ddd;
}

.best-section .review-swiper .profile-info .ic-sns {
  flex: none;
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 0.4rem;
  margin-right: 1.5rem;
}



.best-section .review-swiper .profile-info .ic-sns.blog {
  background: #e1ffed url(/skin/img/sns/ic-media-blog.svg) center / 50% no-repeat;
}

.best-section .review-swiper .profile-info .ic-sns.instagram {
  background: #ffeaf3 url(/skin/img/sns/ic-media-instagram.svg) center / 50% no-repeat;
}

.best-section .review-swiper .profile-info .ic-sns.youtube {
  background: #ffe5e5 url(/skin/img/sns/ic-media-youtube.svg) center / 52% no-repeat;
}

.best-section .review-swiper .profile-info .profile {
  flex: none;
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  margin-right: 1rem;
  background: #f2f2f2 url(/skin/img/ic-user.svg) center / 45% no-repeat;
}

.best-section .review-swiper .profile-info .nickname {
  font-weight: normal;
  line-height: 1;
}


.banner-section .content-wrap {
  display: flex;
  justify-content: space-between;
}

.banner-section .logo {
  height: 2.4rem;
  margin-bottom: 4rem;
  margin-top: 6rem;
}

.banner-section .section-title {
  text-align: left;
}

.banner-section .section-sub-title {
  text-align: left;
}

.banner-section .content-wrap .img {
  flex: none;
  width: 60%;
}

.banner-section .content-wrap .img img {
  display: block;
  width: 100%;
}


.banner-section .link-wrap {
  display: flex;
  margin-top: 12rem;
}

.banner-section .link-wrap a {
  display: block;
  flex: 1;
  position: relative;
}

.banner-section .link-wrap a+a {
  margin-left: 3rem;
}

.banner-section .link-wrap a img {
  display: block;
  border-radius: 1.8rem;
  width: 100%;
}


/* @media (max-width: 1500px) {
  .section-inner {
    max-width: 120rem;
  }
} */

@media (max-width: 1300px) {
  .section-inner {
    max-width: 90%;
  }

  .process-section .process-swiper .swiper-slide p {
    font-size: 1.3rem;
  }
}



@media (max-width: 760px) {

  section {
    padding: 5rem 0;
  }

  section .section-title {
    font-size: 3.2rem;
    line-height: 1.5;
  }

  .main-section {
    padding: 0;
  }
  
  .main-section .section-inner {
    max-width: 100%;
    padding: 0 5%;
  }

  .main-section .main-form-wrap {
    display: block;
    padding: 20rem 0 10rem 0;
    position: relative;
  }

  .main-section .main-form-wrap form {
    width: 100%;
    position: relative;
    z-index: 4;
  }

  .main-section .main-form-wrap .form-input {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    border: none !important;
  }

  .main-section .main-form-wrap .form-input::placeholder {
    color: #ddd;
  }

  .main-section .main-form-wrap .form-input:focus::placeholder {
    color: transparent;
  }

  .main-section .main-section-img {
    display: none;
  }

  .main-section .main-form-wrap .main-title {
    font-size: 4rem;
  }

  .main-section .main-form-wrap .sub-title {
    font-size: 2rem;
    line-height: 1.5;
  }

  .main-section .main-section-img {
    width: 100%;
    margin-top: 4rem;
  }



  .casting-channel-section .casting-channel {
    display: block;
  }

  .casting-channel-section .casting-channel li {
    position: relative;
    text-align: left;
    padding: 2.5rem;
  }

  .casting-channel-section .casting-channel li+li {
    margin-left: 0;
    margin-top: 2.5rem;
  }

  .casting-channel-section .casting-channel li .icon {
    position: absolute;
    left: 2.5rem;
    top: 2.5rem;
    width: 8rem;
    height: 8rem;
    margin-bottom: 0;
    padding: 1rem;
  }

  .casting-channel-section .casting-channel li h2 {
    display: block;
    height: 8rem;
    line-height: 8rem;
    padding-left: 10rem;
    font-size: 2.6rem;
  }

  .casting-channel-section .casting-channel li p {
    font-size: 2rem;
  }



  .marketing-section .marketing-swiper {
    padding: 0;
  }

  .marketing-section .marketing-swiper .swiper-slide {
    padding: 4rem 2.5rem;
  }

  .marketing-section .marketing-swiper .swiper-button {
    display: none;
  }

  .marketing-section .marketing-tab li {
    font-size: 1.6rem;
    letter-spacing: -0.05rem;
  }

  .marketing-section .marketing-tab li+li {
    margin-left: 1.5rem;
  }


  .marketing-section .marketing-swiper .content-inner {
    display: block;
  }

  .marketing-section .marketing-swiper .content-inner li {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 4.5rem;
  }

  .marketing-section .marketing-swiper .content-inner li::before {
    width: 2.5rem;
    height: 2.5rem;
  }

  .marketing-section .marketing-swiper .content-inner h2 {
    font-size: 2rem;
  }

  .marketing-section .marketing-swiper .content-inner .img {
    width: 100%;
  }

  .marketing-section .marketing-swiper .content-inner .img img {
    position: relative;
    top: unset;
    margin-top: -2rem;
    margin-bottom: 3.5rem;
  }


  .process-section .process-swiper .swiper-slide {
    width: 70%;
  }

 
  .review-section .review-slider-wrap .slider .slide {
    width: 25rem;
  }


  .banner-section .content-wrap {
    display: block;
    padding: 0;
  }
  
  .banner-section .content-wrap .img {
    width: 100%;
  }

  .banner-section .link-wrap {
    display: block;
  }

  .banner-section .link-wrap a+a {
    margin-left: 0;
    margin-top: 2.5rem;
  }

}