@charset "UTF-8";
/* 스크롤 바 전체에 대한 스타일 지정 */
::-webkit-scrollbar {
  width: 8px;
  /* 스크롤 바의 너비 */
  height: 8px;
  /* 스크롤 바의 높이 */
  background-color: #f0f0f0;
  /* 스크롤 바의 배경색 */ }

/* 스크롤 바의 색상 지정 */
::-webkit-scrollbar-thumb {
  background-color: #CCC;
  /* 스크롤 바의 색상 */ }

/* 스크롤 바 호버 시 색상 지정 */
::-webkit-scrollbar-thumb:hover {
  background-color: #999;
  /* 스크롤 바의 색상 */ }

#mainVisual {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 1900px; }
  #mainVisual .main_slide {
    position: relative;
    height: 100%;
    width: 100%; }
    #mainVisual .main_slide .swiper-wrapper {
      position: relative;
      height: 100%;
      width: 100%; }
      #mainVisual .main_slide .swiper-wrapper .bg-video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
        #mainVisual .main_slide .swiper-wrapper .bg-video:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: #000;
          z-index: 3;
          opacity: .3; }
        #mainVisual .main_slide .swiper-wrapper .bg-video > img {
          width: auto;
          height: 100%; }
        #mainVisual .main_slide .swiper-wrapper .bg-video .bg-video_content {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          z-index: 2; }
  #mainVisual .scroll {
    z-index: 9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 14px;
    animation: scroll infinite 0.8s linear;
    bottom: 50px; }
    #mainVisual .scroll::before {
      content: "";
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      background-image: url("../../images/main/icon_scroll.png");
      width: 14px;
      height: 8px; }

.main_slide .txt-box {
  position: absolute;
  left: 7.8125%;
  bottom: 10%;
  box-sizing: border-box;
  width: 50%;
  padding: 0 2.0rem;
  z-index: 10; }
  .main_slide .txt-box > h3, .main_slide .txt-box > h4, .main_slide .txt-box > p, .main_slide .txt-box > a {
    opacity: 0;
    transition: 2s 0.3s; }
  .main_slide .txt-box > h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    word-break: keep-all;
    transform: translateY(20px); }
  .main_slide .txt-box > h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    word-break: keep-all;
    transform: translateY(40px); }
  .main_slide .txt-box > p {
    color: #fff;
    margin-top: 26px;
    font-size: 24px;
    line-height: 32px;
    transform: translateY(60px);
    word-break: keep-all; }
  .main_slide .txt-box > a {
    display: inline-flex;
    color: #fff;
    font-size: 16px;
    margin-top: 50px;
    padding: 13px 25px 14px 42px;
    transform: translateY(80px);
    word-break: keep-all;
    border: 1px solid #fff;
    border-radius: 24px;
    background: url("../../images/main/plus.svg") 14px 11px no-repeat;
    background-size: 18px; }
.main_slide .swiper-slide-active .txt-box > h3,
.main_slide .swiper-slide-active .txt-box > h4,
.main_slide .swiper-slide-active .txt-box > a,
.main_slide .swiper-slide-active .txt-box > p {
  transform: translateY(0);
  opacity: 1; }
.main_slide .all-box {
  position: absolute;
  display: inline-flex;
  width: 50px;
  height: auto;
  right: 2%;
  top: 50%;
  box-sizing: border-box;
  padding: 35px 0;
  transform: translate(-50%, -50%);
  z-index: 20;
        /*.swiper-pagination {
            display: flex;
            color: #fff;
            justify-content: center;
            position: static;
            text-align: center;
            flex-flow: wrap;
            align-content: space-between;
            height: 100%;
            flex-flow: wrap;

            span{
                font-size: 16px;
                width: 100%;
            }
        }   */
  /*.progress-box {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 11;
      .swiper-pagination {
          display: flex;
          color: #fff;
          justify-content: center;
          position: static;
          text-align: center;
          flex-flow: wrap;
          align-content: space-between;
          height: 100%;
          flex-flow: wrap;
          
          span{
              font-size: 16px;
              width: 100%;
          }
      }
      .autoplay-progress{
          position: absolute;
          left: -77px;
          top: 50%;
          z-index: 10;
          width: 204px;
          height: 2px;
          background-color: rgba(0, 0, 0, 0.1);
          transform: rotate(90deg);
          svg {
              --progress: 0;
              position: absolute;
              left: 0;
              top: 0;
              z-index: 10;
              width: 100%;
          	height: 100%;
              stroke-width: 2px;
              stroke: #fff;
              fill: none;
              stroke-dashoffset: calc(100 * (1 - var(--progress)));
              stroke-dasharray: 100;
          }
      }
  }*/ }
  .main_slide .all-box .current, .main_slide .all-box .total {
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .main_slide .all-box .total {
    top: auto;
    bottom: 0; }
  .main_slide .all-box .swiper-pagination-vertical .swiper-pagination-bullets {
    right: 0; }
  .main_slide .all-box .swiper-pagination-vertical .swiper-pagination-bullet {
    position: relative;
    margin: 0;
    border-radius: 0;
    background: transparent;
    width: 100%; }
    .main_slide .all-box .swiper-pagination-vertical .swiper-pagination-bullet:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      width: 2px;
      height: 100%;
      background: rgba(255, 255, 255, 0.2); }
    .main_slide .all-box .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      background: white; }
  .main_slide .all-box .swiper-pagination-progressbar {
    position: relative;
    left: 24px;
    right: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background: rgba(255, 255, 255, 0.2); }
    .main_slide .all-box .swiper-pagination-progressbar.swiper-pagination-vertical {
      width: 2px; }
    .main_slide .all-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: #fff; }
  .main_slide .all-box .swiper-pagination {
    right: 0;
    width: 100%;
    /*position: relative;
    left: 24px;
    right: auto;
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    .swiper-pagination-bullet{
        margin: 0;
        width: 2px;
        height: 40px;
        border-radius: 0;
        background: #fff;                
        &.swiper-pagination-bullet-active{
            background:#fff;
        }
    }*/ }
.main_slide .floating {
  position: absolute;
  left: auto;
  right: 3.4%;
  bottom: 10%;
  height: 21px;
  width: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.main_slide .btn_sound {
  width: 105px;
  height: 100%; }
  .main_slide .btn_sound button {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%); }
    .main_slide .btn_sound button img {
      display: block;
      width: 100%; }

.main_slide .arrow-box {
  position: relative;
  width: 80px;
  height: 50px; }

#about {
  position: relative;
  width: 100%;
  height: 960px; }
  #about .inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("/static/images/main/sc_bg.png");
    z-index: 1; }
    #about .inner:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #fff;
      z-index: 2;
      opacity: 1;
      transition: all 2s ease-in; }
    #about .inner.on:before {
      opacity: 0; }

#animation_container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 3; }

/*.about_wrap{
    width: 100%;
    height: 20330px;
    overflow: hidden;
    &.active{
        background-image: url("../../images/main/sc_bg.png");
        background-attachment: fixed;
    }
}*/
.animate_common {
  position: relative;
  width: 100%;
  height: 2160px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: wrap; }
  .animate_common .obj_1, .animate_common .obj_3 {
    width: 100%;
    font-size: 158px;
    font-weight: 800;
    color: #000;
    text-align: center;
    line-height: 188px; }
    .animate_common .obj_1 span, .animate_common .obj_3 span {
      font-size: 158px;
      font-weight: 800;
      color: #000;
      text-align: center;
      line-height: 188px; }
  .animate_common .obj_2 {
    width: 100%;
    font-size: 56px;
    font-weight: 800;
    text-align: center;
    color: #000; }
    .animate_common .obj_2 span {
      font-size: 158px;
      font-weight: 800;
      color: #000;
      text-align: center;
      line-height: 188px; }

#animate1, #animate5, #animate6 {
  margin-top: 500px; }
  #animate1 .obj_1, #animate1 .obj_2, #animate5 .obj_1, #animate5 .obj_2, #animate6 .obj_1, #animate6 .obj_2 {
    position: fixed;
    margin: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #animate1 .obj_1, #animate5 .obj_1, #animate6 .obj_1 {
    width: 1105px;
    height: 187px; }
  #animate1 .obj_2, #animate5 .obj_2, #animate6 .obj_2 {
    opacity: 0;
    width: 553px;
    height: 59px; }

#animate4 .obj_1 {
  display: flex;
  justify-content: center; }
  #animate4 .obj_1 span {
    display: block;
    line-height: .7em; }
#animate4 .obj_2 {
  display: block; }

#animate5 {
  margin-top: 0; }

#animate7 {
  margin-top: -250px; }

#animate6 {
  margin-top: -150px; }
  #animate6 .obj_1 {
    width: 1007px;
    height: 187px; }
  #animate6 .obj_2 {
    opacity: 1;
    width: 505px;
    height: 59px;
    margin-top: 122px; }

#animate8 {
  width: 100%;
  margin-top: -150px; }
  #animate8 span {
    display: block; }
  #animate8 .obj_1, #animate8 .obj_3 {
    opacity: 0; }
  #animate8 .obj_1, #animate8 .obj_2, #animate8 .obj_3 {
    position: fixed;
    top: 50%;
    margin: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #animate8 .obj_2 {
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #animate8 .obj_2 .obj_2-span1 {
      margin-right: 15px; }
    #animate8 .obj_2 .obj_2-span3 {
      margin-left: 15px; }
    #animate8 .obj_2 .obj_2-span2 {
      opacity: 1;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 290px;
      height: 290px;
      background: #000;
      margin: 0 15px 0 15px; }
      #animate8 .obj_2 .obj_2-span2 img {
        width: 182px;
        margin-left: 36px;
        margin-bottom: 22px; }

#animate3 {
  height: 3000px;
  margin-top: -40px; }
  #animate3 .obj_1 {
    position: fixed;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    line-height: 0.75%;
    height: 110px;
    display: flex;
    justify-content: center; }
    #animate3 .obj_1 span {
      display: block;
      line-height: .7em; }
    #animate3 .obj_1 .obj_1_span1 {
      margin-right: 5px; }
    #animate3 .obj_1 .obj_1_span2 {
      margin-left: 5px; }
  #animate3 .obj_2 {
    opacity: 0;
    position: fixed;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 50px; }

.about {
  min-width: 1900px;
  position: relative;
  background: url("../../images/main/about.jpg") 50% 50% no-repeat;
  background-size: cover; }
  .about > img {
    width: 100%; }
  .about .copy {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.campaign_bottom {
  position: relative;
  min-width: 1900px;
  padding: 130px 0;
  background: #fff; }
  .campaign_bottom h2 {
    font-size: 64px;
    color: #000;
    font-weight: 700;
    text-align: center; }
  .campaign_bottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px auto 55px auto; }
    .campaign_bottom ul li a {
      font-size: 24px;
      font-weight: 700;
      color: #000;
      padding: 0 38px;
      position: relative; }
      .campaign_bottom ul li a:before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
        height: 18px;
        background: #bababa;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .campaign_bottom ul li a.active {
        color: #f97842; }
    .campaign_bottom ul li:last-child a:before {
      display: none; }
  .campaign_bottom .work_top_ani {
    position: relative;
    width: 1362px;
    margin: auto;
    text-align: center; }
    .campaign_bottom .work_top_ani .work_list {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: wrap; }
      .campaign_bottom .work_top_ani .work_list .item {
        position: relative;
        width: 454px;
        height: 614px;
        margin-bottom: 50px; }
        .campaign_bottom .work_top_ani .work_list .item .imb_inner {
          position: relative;
          width: 396px;
          height: 614px;
          overflow: hidden;
          margin: auto; }
          .campaign_bottom .work_top_ani .work_list .item .imb_inner > img {
            transform: scale(1);
            transition: all .5s ease-in-out; }
          .campaign_bottom .work_top_ani .work_list .item .imb_inner .circle_over {
            position: absolute;
            top: 30px;
            left: 30px;
            right: 30px;
            bottom: 30px;
            overflow: hidden;
            display: flex;
            justify-content: flex-start;
            align-items: flex-end;
            align-content: flex-end;
            flex-flow: wrap;
            z-index: 3; }
            .campaign_bottom .work_top_ani .work_list .item .imb_inner .circle_over .cate {
              position: absolute;
              top: 0;
              right: -100%;
              text-align: right;
              color: #f97842;
              font-size: 16px;
              font-weight: 500;
              transition: all .5s ease-in-out; }
            .campaign_bottom .work_top_ani .work_list .item .imb_inner .circle_over h3 {
              color: #fff;
              font-size: 28px;
              font-weight: 500;
              padding-bottom: 20px;
              line-height: 1.2;
              transition: .3s 0.1s;
              word-break: keep-all;
              transform: translateY(400px); }
            .campaign_bottom .work_top_ani .work_list .item .imb_inner .circle_over .info {
              color: #fff;
              font-size: 18px;
              font-weight: 500;
              line-height: 1.5;
              transition: .3s 0.1s;
              word-break: keep-all;
              transform: translateY(450px);
              text-align: left; }
            .campaign_bottom .work_top_ani .work_list .item .imb_inner .circle_over a {
              display: inline-flex;
              color: #fff;
              font-size: 16px;
              margin-top: 50px;
              padding: 13px 25px 14px 42px;
              margin-top: 30px;
              word-break: keep-all;
              border: 1px solid #fff;
              border-radius: 24px;
              background: url("../../images/main/plus.svg") 14px 11px no-repeat;
              background-size: 18px;
              transition: .3s 0.1s;
              transform: translateY(500px); }
          .campaign_bottom .work_top_ani .work_list .item .imb_inner:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0;
            transition: all .15s ease-in-out;
            z-index: 2; }
          .campaign_bottom .work_top_ani .work_list .item .imb_inner:hover:before {
            opacity: .7; }
          .campaign_bottom .work_top_ani .work_list .item .imb_inner:hover > img {
            transform: scale(1.1); }
          .campaign_bottom .work_top_ani .work_list .item .imb_inner:hover .circle_over .cate {
            right: 0; }
          .campaign_bottom .work_top_ani .work_list .item .imb_inner:hover .circle_over h3 {
            transform: translateY(0px); }
          .campaign_bottom .work_top_ani .work_list .item .imb_inner:hover .circle_over .info {
            transform: translateY(0px); }
          .campaign_bottom .work_top_ani .work_list .item .imb_inner:hover .circle_over a {
            transform: translateY(0px); }
    .campaign_bottom .work_top_ani .more {
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin: 10px auto 0 auto;
      width: 198px;
      height: 44px;
      border-radius: 22px;
      border: 1px solid #333333;
      font-size: 16px;
      color: #333;
      font-weight: 500; }

.campaign_middle {
  position: relative;
  min-width: 1900px;
  background: #171415;
  padding: 80px 0; }
  .campaign_middle .inner {
    position: relative;
    width: 1760px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0; }
    .campaign_middle .inner .left {
      overflow: hidden;
      position: relative;
      width: 920px;
      padding: 110px 0 0 67px;
      display: flex;
      flex-flow: wrap;
      height: 840px; }
      .campaign_middle .inner .left .box_inner {
        position: relative;
        width: 100%; }
        .campaign_middle .inner .left .box_inner .client_info h3 {
          font-size: 72px;
          color: #fff;
          font-weight: 700;
          padding: 15px 0 20px 0; }
        .campaign_middle .inner .left .box_inner .client_info p {
          font-size: 24px;
          font-weight: 500;
          color: #fff;
          line-height: 32px; }
        .campaign_middle .inner .left .box_inner .client_info a {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin-top: 75px;
          color: #fff;
          width: auto;
          padding: 14px 25px 15px 42px;
          border-radius: 23px;
          font-size: 16px;
          font-weight: 500;
          background: #f97842 url("../../images/main/plus.svg") 15px 12px no-repeat;
          background-size: 18px; }
        .campaign_middle .inner .left .box_inner .thumbnail {
          width: 100%;
          display: flex;
          justify-content: flex-end;
          right: 30px;
          position: absolute;
          bottom: 0; }
          .campaign_middle .inner .left .box_inner .thumbnail li {
            width: 347px;
            height: 220px;
            margin-left: 30px; }
    .campaign_middle .inner .right {
      overflow: hidden;
      width: 840px;
      display: flex;
      justify-content: flex-end; }
      .campaign_middle .inner .right .box_inner {
        position: relative;
        width: 100%; }

.quick_top {
  position: fixed;
  right: 2%;
  bottom: -100%;
  width: 72px;
  height: 72px;
  background: #f97842;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  opacity: 0;
  transition: all .5s ease-in; }
  .quick_top.active {
    bottom: 2%;
    opacity: 1; }
  .quick_top img {
    width: 42px;
    height: 45px; }

.footer {
  position: relative;
  width: 100%;
  padding: 80px 0;
  min-width: 1306px;
  background-color: #000;
  z-index: 2; }
  .footer .inner {
    width: 1306px; }
    .footer .inner .wrap_contact {
      border-bottom: none; }
      .footer .inner .wrap_contact .wrap_info {
        flex-flow: nowrap; }
        .footer .inner .wrap_contact .wrap_info .footer_logo {
          width: 138px;
          height: 138px;
          background: #fff;
          margin-right: 40px; }
          .footer .inner .wrap_contact .wrap_info .footer_logo a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start; }
            .footer .inner .wrap_contact .wrap_info .footer_logo a img {
              width: 88px;
              height: auto;
              margin-top: 32px;
              margin-left: 34px; }
        .footer .inner .wrap_contact .wrap_info .contact {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          align-content: flex-start;
          flex-flow: wrap;
          width: 405px; }
          .footer .inner .wrap_contact .wrap_info .contact .line {
            width: 100%;
            height: 1px;
            background: #3e3e3e;
            margin: 40px 0; }
          .footer .inner .wrap_contact .wrap_info .contact address, .footer .inner .wrap_contact .wrap_info .contact p {
            width: 100%;
            font-size: 16px;
            line-height: 1.6; }
          .footer .inner .wrap_contact .wrap_info .contact address {
            margin-bottom: 20px; }
          .footer .inner .wrap_contact .wrap_info .contact p {
            font-size: 14px;
            line-height: 2; }
          .footer .inner .wrap_contact .wrap_info .contact .wrap_sns {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-flow: wrap;
            width: 100%; }
            .footer .inner .wrap_contact .wrap_info .contact .wrap_sns p {
              width: 50%;
              margin-right: 0;
              display: flex; }
              .footer .inner .wrap_contact .wrap_info .contact .wrap_sns p:nth-child(2) {
                justify-content: flex-end; }
      .footer .inner .wrap_contact .menu {
        width: 360px; }
        .footer .inner .wrap_contact .menu ul {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-flow: wrap; }
          .footer .inner .wrap_contact .menu ul li {
            width: 100%;
            line-height: 1.3; }
            .footer .inner .wrap_contact .menu ul li a {
              font-size: 55px;
              font-weight: 800;
              color: #fff; }
            .footer .inner .wrap_contact .menu ul li.two {
              display: flex;
              justify-content: flex-start;
              align-items: flex-end; }
            .footer .inner .wrap_contact .menu ul li ul {
              display: flex;
              justify-content: flex-start;
              align-items: flex-start; }
              .footer .inner .wrap_contact .menu ul li ul li {
                width: auto;
                padding-left: 25px;
                padding-bottom: 3px; }
                .footer .inner .wrap_contact .menu ul li ul li a {
                  font-size: 32px;
                  font-weight: 700;
                  color: #999999; }

.main_slide .swiper-button-next,
.main_slide .swiper-button-prev {
  width: 21px;
  height: 21px;
  top: 0;
  margin-top: 0;
  background: url(https://www.century21cc.co.kr/views/res/imgs/common/icon-arrow-left-fff.svg) no-repeat center/100%; }

.main_slide .swiper-button-next {
  background-image: url(https://www.century21cc.co.kr/views/res/imgs/common/icon-arrow-right-fff.svg); }

.main_slide .swiper-button-next::after,
.main_slide .swiper-button-prev::after {
  font-size: 0; }

@media screen and (max-width: 480px) {
  .main_slide .txt-box {
    left: 46%; }

  .main_slide .txt-box > h3 {
    font-size: 1.2rem; }

  .main_slide .txt-box > p {
    font-size: 0.8rem; }

  .main_slide .all-box {
    bottom: 0;
    height: 30px; } }
