#main .section {
  position: relative;
  overflow: hidden;
}
#main .visual video {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#main .visual video[poster] {
  width: 100%;
}
#main .filmo {
  padding: 8rem 2.5rem 3.3rem;
}
#main .filmo .filmo-slide-wrap {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
#main .filmo .filmo-slide-wrap .bg {
  position: absolute;
  bottom: 9.6rem;
  right: 4.5rem;
  width: 500%;
  height: 500%;
  background-color: #313a41;
}
#main .filmo .filmo-slide {
  padding-bottom: 4.7rem;
}
#main .filmo .filmo-slide .swiper-slide {
  position: relative;
  border-radius: 0 2.5rem 0 2.5rem;
  overflow: hidden;
}
#main .filmo .filmo-slide .swiper-slide > a {
  position: relative;
  display: inline-block;
}
#main .filmo .filmo-slide .swiper-slide > a > img {
  width: 100%;
}
#main .filmo .filmo-slide .swiper-slide > a > div {
  position: absolute;
}
#main .filmo .filmo-slide .swiper-slide > a > div.filmo-info {
  top: 4.5rem;
  left: 4rem;
}
#main .filmo .filmo-slide .swiper-slide > a > div.filmo-info > p {
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.5;
}
#main .filmo .filmo-slide .swiper-slide > a > div.filmo-info > p.title {
  font-size: 2rem;
  opacity: 1;
  margin-top: 0.5rem;
}
#main .filmo .filmo-slide .swiper-slide > a > div.creator-info {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -7.3rem);
          transform: translate(-50%, -7.3rem);
}
#main .filmo .filmo-slide .swiper-slide > a > div.creator-info::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.5);
}
#main .filmo .filmo-slide .swiper-slide > a > div.creator-info > p {
  font-family: "arita-buriotfmedium";
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
#main .filmo .filmo-slide .swiper-slide > a > div.creator-info > p > span {
  display: block;
  font-family: "Daughter_handwriting";
  font-size: 1.8rem;
  color: #ff6701;
}
#main .filmo .filmo-slide .swiper-slide > a > div.creator-info > p + p {
  margin-top: 9rem;
}
#main .filmo .filmo-slide .swiper-slide > a > div.creator-info.single {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#main .filmo .filmo-slide .swiper-slide > a > div.creator-info.single::before {
  display: none;
}
#main .filmo .filmo-slide .swiper-slide > button {
  position: absolute;
  bottom: 3rem;
  left: 4rem;
  font-family: "arita-buriotfmedium";
  font-size: 1.4rem;
  color: #fff;
  padding-right: 2.4rem;
  line-height: 1.8rem;
  background: url("/assets/img/btn_teaser.png") right center no-repeat;
  background-size: 1.8rem 1.8rem;
}
#main .filmo .filmo-slide .swiper-pagination-bullets {
  font-size: 0;
  bottom: 0.2rem;
}
#main .filmo .filmo-slide .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 1rem;
  background-color: #e0e0e0;
  opacity: 1;
  vertical-align: middle;
}
#main .filmo .filmo-slide .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 1.3rem;
  height: 1.3rem;
  background-color: #ff6701;
}
#main .filmo .filmo-slide .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 3rem;
  height: 1.4rem;
  margin-top: 0;
  background-size: 100% 100%;
  background-image: url("/assets/img/mobile/btn_prev.png");
  left: 0;
  right: auto;
  outline: 0;
}
#main .filmo .filmo-slide .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 3rem;
  height: 1.4rem;
  margin-top: 0;
  background-size: 100% 100%;
  background-image: url("/assets/img/mobile/btn_next.png");
  left: auto;
  right: 0;
  outline: 0;
}
#main .creator {
  padding-top: 10.5rem;
}
#main .creator .creator-slide-wrap {
  position: relative;
}
#main .creator .creator-slide-wrap > p {
  font-size: 2.5rem;
  padding: 0 2.5rem;
}
#main .creator .creator-slide {
  overflow: visible;
  margin-top: 8rem;
}
#main .creator .creator-slide .progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #dedede;
}
#main .creator .creator-slide .progress-bar > span {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ff6701;
}
#main .creator .creator-slide .progress-bar > span.on {
  width: 100%;
  -webkit-transition: width 5s linear;
  -o-transition: width 5s linear;
  transition: width 5s linear;
}
#main .creator .creator-slide .swiper-slide {
  text-align: center;
}
#main .creator .creator-slide .swiper-slide > a {
  display: inline-block;
}
#main .creator .creator-slide .swiper-slide p:first-child {
  font-family: "ROEHOE-CHAN";
  font-size: 1.8rem;
  color: #aaa;
  margin-bottom: 1rem;
}
#main .creator .creator-slide .swiper-slide p:nth-child(2) {
  font-family: "ROEHOE-CHAN";
  font-size: 3.5rem;
  color: #ff6701;
}
#main .creator .creator-slide .swiper-slide p:last-child {
  font-family: "Daughter_handwriting";
  font-size: 2.5rem;
  color: #000;
  margin-top: 0.5rem;
}
#main .creator .creator-slide .swiper-pagination-bullets {
  font-size: 0;
  bottom: -7rem;
}
#main .creator .creator-slide .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 1rem;
  background-color: #e0e0e0;
  opacity: 1;
  vertical-align: middle;
}
#main .creator .creator-slide .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 1.3rem;
  height: 1.3rem;
  background-color: #ff6701;
}
#main .creator .creator-slide .swiper-button-prev {
  top: auto;
  bottom: -7rem;
  width: 3rem;
  height: 1.4rem;
  margin-top: 0;
  background-size: 100% 100%;
  background-image: url("/assets/img/mobile/btn_prev.png");
  left: 2.5rem;
  right: auto;
  outline: 0;
}
#main .creator .creator-slide .swiper-button-next {
  top: auto;
  bottom: -7rem;
  width: 3rem;
  height: 1.4rem;
  margin-top: 0;
  background-size: 100% 100%;
  background-image: url("/assets/img/mobile/btn_next.png");
  left: auto;
  right: 2.5rem;
  outline: 0;
}
#main .creator .bottom {
  margin-top: 14rem;
  height: 12.5rem;
  border-radius: 60% 60% 0 0;
  background-color: #f8f8f8;
  padding-top: 4rem;
  text-align: center;
}
#main .creator .bottom > a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: #999;
}
#main .creator .bottom > a::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -0.6rem;
  width: 100%;
  height: 2px;
  background-color: #ff6701;
}

.video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
.video-wrap > iframe,
.video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* about us */
.history-list-wrap {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 5rem;
}
.history-list-wrap .line-rail {
  position: absolute;
  top: 1.2rem;
  left: 0.9rem;
  width: 1px;
  height: calc(100% - 1.2rem);
  background-color: #ddd;
}
.history-list-wrap .line-rail .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ff6701;
}

.history-list > li {
  position: relative;
  padding-left: 4rem;
}
.history-list > li + li {
  margin-top: 3.5rem;
}
.history-list > li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0.8rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #ff6701;
  border: 0.5rem solid #ffe1cc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.history-list > li > p {
  font-family: "arita-buriotfmedium";
  font-size: 2.5rem;
  color: #ff6701;
}
.history-list > li > ul {
  margin-top: 1rem;
}
.history-list > li > ul > li {
  font-size: 0;
  color: #666;
  letter-spacing: -0.5px;
}
.history-list > li > ul > li > em {
  display: inline-block;
  vertical-align: top;
  width: 3.2rem;
  font-size: 1.4rem;
  color: #000;
  padding-right: 1.4rem;
}
.history-list > li > ul > li > span {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 3.2rem);
  font-size: 1.4rem;
  word-break: keep-all;
}
.history-list > li > ul > li + li {
  margin-top: 1rem;
}
.history-list > li > ul > li > img {
  width: 100%;
  max-width: 53.7rem;
  border-radius: 0 1.5rem 0 1.5rem;
  margin-top: 1rem;
}

/* filmography */
.filmography-list {
  font-size: 0;
  margin-top: 2.5rem;
}
.filmography-list li {
  position: relative;
  display: inline-block;
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem;
  margin-top: 1rem;
  border-radius: 0 2.5rem 0 2.5rem;
  overflow: hidden;
}
.filmography-list li:nth-of-type(2n) {
  margin-right: 0;
}
.filmography-list li .cover {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.filmography-list li .cover p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.filmography-list li .cover p span {
  display: block;
}
.filmography-list li img {
  width: 100%;
}

.film-detail {
  margin-bottom: 6rem;
}
.film-detail h3 {
  font-size: 2.5rem;
  font-family: "arita-buriotfmedium";
  text-align: center;
}
.film-detail div {
  margin-top: 1rem;
  font-size: 0;
}
.film-detail div dl {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 2rem) / 2);
  margin-right: 2rem;
  margin-top: 2rem;
}
.film-detail div dl:nth-child(2n) {
  margin-right: 0;
}
.film-detail div dl dt,
.film-detail div dl dd {
  font-size: 1.4rem;
  font-weight: 400;
}
.film-detail div dl dt {
  border-bottom: 2px solid #000;
  padding-bottom: 1rem;
}
.film-detail div dl dd {
  color: #666;
  padding-top: 1rem;
}

.behind-list {
  margin-top: 3.5rem;
}
.behind-list > li {
  text-align: center;
}
.behind-list > li + li {
  margin-top: 2rem;
}
.behind-list > li > img {
  width: 100%;
  max-width: 62rem;
}

/* news */
.tab {
  font-size: 0;
  margin-top: 2.5rem;
  border-bottom: 0.1rem solid #ddd;
}
.tab li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2.5rem;
  padding-bottom: 1.6rem;
  color: #999;
}
.tab li.on {
  color: #ff6701;
  position: relative;
}
.tab li.on::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  content: "";
  background-color: #ff6701;
}
.tab li a,
.tab li button {
  font-size: 1.4rem;
  font-weight: 400;
}

.news-list {
  font-size: 0;
}
.news-list li,
.news-list .news-item {
  width: 100%;
  display: inline-block;
  margin-top: 3rem;
}
.news-list li a,
.news-list .news-item a {
  display: block;
}
.news-list li a .img-box,
.news-list .news-item a .img-box {
  border-radius: 0 2rem 0 2rem;
  overflow: hidden;
}
.news-list li a .img-box img,
.news-list .news-item a .img-box img {
  width: 100%;
}
.news-list p {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1.5rem;
}
.news-list p.category {
  color: #ff6701;
  padding-right: 1.1rem;
  position: relative;
}
.news-list p.category::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  width: 0.1rem;
  height: 1.1rem;
  background-color: #999;
}
.news-list p.date {
  color: #999;
  padding-left: 1rem;
}
.news-list .title {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.news-empty {
  display: none;
  text-align: center;
  padding-top: 12.5rem;
}
.news-empty p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #999;
  background: url("/assets/img/mobile/news_icon.png") center top no-repeat;
  background-size: 5.4rem 5.4rem;
  padding-top: 7.5rem;
}

#loadMore {
  display: none;
}

.news-detail {
  margin-top: 3.5rem;
}
.news-detail .title-box {
  border-top: 0.1rem solid #000;
  border-bottom: 0.1rem solid #ddd;
  padding: 2.5rem 0;
}
.news-detail .title-box .title {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 0;
  color: #000;
}
.news-detail .title-box p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
  color: #999;
}
.news-detail .title-box p > span {
  color: #ff6701;
  padding-right: 1.1rem;
  margin-right: 1rem;
  position: relative;
}
.news-detail .title-box p > span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  width: 0.1rem;
  height: 1.1rem;
  background-color: #999;
}
.news-detail .news-contents {
  border-bottom: 0.1rem solid #ddd;
  padding: 2.5rem 0;
}
.news-detail .news-contents p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
  line-height: 1.8em;
  word-break: keep-all;
}
.news-detail .news-contents p > img {
  display: block;
  width: 25rem;
  margin: 2.2rem auto;
}

/* btn */
.btn-wrap {
  text-align: center;
  margin-top: 5rem;
}
.btn-wrap .btn {
  display: inline-block;
  width: 6.6rem;
  height: 6.6rem;
  line-height: 6.6rem;
  border: 0.1rem solid #ff6701;
  border-radius: 100%;
  font-size: 1.4rem;
  font-family: "arita-buriotfmedium";
  color: #ff6701;
}

/* Our Team */
.senior-list {
  font-size: 0;
  margin: 4rem 0;
}
.senior-list > li {
  text-align: center;
}
.senior-list > li + li {
  margin-top: 3.7rem;
}
.senior-list > li a {
  display: inline-block;
}
.senior-list > li a .en-name {
  font-size: 1.7rem;
  font-family: "ROEHOE-CHAN";
  color: #ff6701;
}
.senior-list > li a .ko-name {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
  margin-top: 0.7rem;
}

.team-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.team-line + .junior {
  margin-top: 6rem;
}

.small-visual {
  position: relative;
  width: 100%;
  height: 21rem;
  border-radius: 0 2.2rem 0 2.2rem;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.small-visual + .small-visual {
  margin-top: 3rem;
}
.small-visual.junior {
  background-image: url("/assets/img/mobile/bg_juniorteam.png");
}
.small-visual.production {
  background-image: url("/assets/img/mobile/bg_production.png");
}
.small-visual div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.small-visual div h2 {
  font-size: 2.5rem;
  font-family: "arita-buriotfmedium";
  color: #fff;
}
.small-visual div a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff6701;
  margin-top: 2rem;
  position: relative;
}
.small-visual div a::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  content: "";
  background-color: #ff6701;
}

.senior-detail .profile {
  position: relative;
  padding: 1rem 0;
}
.senior-detail .profile h4 {
  font-size: 2.5rem;
  font-family: "arita-buriotfmedium";
}
.senior-detail .profile p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #999;
}
.senior-detail .profile .btn-list {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  background: url("/assets/img/mobile/btn_list.png") center center no-repeat;
  background-size: 100% 100%;
}
.senior-detail .img-box {
  border-radius: 0 2rem 0 2rem;
  overflow: hidden;
  margin-top: 1.5rem;
}
.senior-detail .img-box > img {
  width: 100%;
}
.senior-detail .en-name {
  padding: 2rem 0;
  text-align: right;
  font-size: 3.5rem;
  font-family: "ROEHOE-CHAN";
  color: #e3e3e3;
  border-bottom: 0.1rem solid #ddd;
}
.senior-detail .quote-wrap {
  margin: 2.2rem 0 2rem;
}
.senior-detail .quote-wrap > p {
  font-size: 1.4rem;
  color: #ff6701;
}
.senior-detail .quote-wrap > p.quote {
  font-family: "Daughter_handwriting";
  font-size: 2.3rem;
  color: #000;
  margin-top: 2rem;
  letter-spacing: -0.5px;
}
.senior-detail .filmo-tit {
  font-size: 2rem;
  font-family: "arita-buriotfmedium";
  padding: 2.5rem 0 2rem;
  position: relative;
}
.senior-detail .filmo-tit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 0.25rem;
  background-color: #ddd;
  content: "";
}
.senior-detail .list {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff6701;
  margin-top: 2.5rem;
}
.senior-detail .list + .profile-filmo {
  margin-top: 1.5rem;
}
.senior-detail .profile-filmo {
  margin-top: 2rem;
}
.senior-detail .profile-filmo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
}
.senior-detail .profile-filmo li span {
  color: #000;
  padding-right: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.senior-detail .profile-filmo li p {
  color: #666;
}
.senior-detail .profile-filmo li + li {
  margin-top: 1.5rem;
}
.senior-detail .profile-filmo + .list {
  margin-top: 3rem;
}

.junior-detail {
  margin-top: 1rem;
}
.junior-detail + .junior-detail {
  margin-top: 6rem;
}
.junior-detail img {
  width: 100%;
}
.junior-detail .profile {
  position: relative;
}
.junior-detail .profile h4 {
  font-size: 2.5rem;
  font-family: "arita-buriotfmedium";
}
.junior-detail .profile h4 span {
  font-size: 2.5rem;
  font-family: "ROEHOE-CHAN";
  color: #e3e3e3;
  padding-left: 2rem;
}
.junior-detail .profile p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #999;
  margin-bottom: 2rem;
}
.junior-detail .list {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff6701;
}
.junior-detail .junior-filmo {
  margin-top: 1.5rem;
}
.junior-detail .junior-filmo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
}
.junior-detail .junior-filmo li span {
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 2rem;
}
.junior-detail .junior-filmo li + li {
  margin-top: 1.5rem;
}
.junior-detail .junior-filmo + .list {
  margin-top: 2.5rem;
}
/*# sourceMappingURL=maps/style_m.css.map */
