@charset "UTF-8";
html.noScrollBar,
body.noScrollBar {
  -ms-overflow-style: none !important;
  /* IE and Edge */
  scrollbar-width: none !important;
  /* Firefox */ }

html.noScrollBar::-webkit-scrollbar,
body.noScrollBar::-webkit-scrollbar {
  display: none !important;
  /* Chrome, Safari, Opera*/ }

.indi_group {
  width: 60px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 7000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .indi_group .page_indi {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .indi_group .page_indi > span {
      display: block;
      width: 40px;
      padding: 5px;
      font-size: 1.4rem;
      font-weight: 600;
      color: #A7A7A7;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      cursor: pointer;
      transition: all 1s; }
      .indi_group .page_indi > span:after {
        opacity: 0;
        content: "";
        width: 0;
        height: 0;
        background: #dc6868;
        margin-top: 8px;
        transition: height 1s; }
    .indi_group .page_indi.page_indi_act > span {
      font-size: 2rem;
      font-weight: 900;
      color: #dc6868; }
      .indi_group .page_indi.page_indi_act > span:after {
        opacity: 1;
        width: 3px;
        height: 40px;
        border-radius: 2px; }

.main {
  width: 100%;
  -webkit-overflow-scrolling: touch; }

/* 1번째 페이지 : 메인 배너 슬라이드 */
.main_page1 {
  width: 100%; }
  .main_page1 > .slides {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .main_page1 > .slides .slide:nth-child(1) {
      width: 100%;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      background-image: url("http://www.rctown.co.kr/theme/rctown/img/main_banner/main_banner1.jpg");
      background-size: cover;
      background-position: center center; }
    .main_page1 > .slides .slide:nth-child(2) {
      width: 100%;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      background-image: url("http://www.rctown.co.kr/theme/rctown/img/main_banner/main_banner2.jpg");
      background-size: cover;
      background-position: center center; }
    .main_page1 > .slides .slide:nth-child(3) {
      width: 100%;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      background-image: url("http://www.rctown.co.kr/theme/rctown/img/main_banner/main_banner3.jpg");
      background-size: cover;
      background-position: center center; }
    .main_page1 > .slides .slide:nth-child(4) {
      width: 100%;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      background-image: url("http://www.rctown.co.kr/theme/rctown/img/main_banner/main_banner4.jpg");
      background-size: cover;
      background-position: center center; }
    .main_page1 > .slides .slide:nth-child(5) {
      width: 100%;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      background-image: url("http://www.rctown.co.kr/theme/rctown/img/main_banner/main_banner5.jpg");
      background-size: cover;
      background-position: center center; }
    .main_page1 > .slides .slide:after {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0; }
    .main_page1 > .slides .slide .text {
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 200px;
      z-index: 1;
      color: #fff;
      transform: translateY(-10%); }
      .main_page1 > .slides .slide .text > p {
        font-size: 2rem;
        font-weight: 700;
        padding-bottom: 20px; }
      .main_page1 > .slides .slide .text > h4 {
        font-size: 2rem;
        font-weight: 500;
        padding-top: 20px;
        padding-bottom: 10px; }
      .main_page1 > .slides .slide .text > .page-title {
        font-size: 10rem;
        font-weight: 900;
        line-height: 100px; }
    .main_page1 > .slides .slide.slick-active .text {
      animation: title_ani 1s 1 both; }
  .main_page1 > .bottom_group {
    width: calc(100% - 80px);
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
    .main_page1 > .bottom_group > .left {
      flex: 1;
      height: 100%; }
      .main_page1 > .bottom_group > .left .scroll {
        height: 100%;
        position: absolute;
        top: 0;
        left: 15%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column; }
        .main_page1 > .bottom_group > .left .scroll .mouse {
          width: 24px;
          height: 40px;
          border-radius: 30rem;
          border: 3px solid white; }
          .main_page1 > .bottom_group > .left .scroll .mouse > span {
            position: absolute;
            top: 10%;
            left: 50%;
            transform: translate(-50%, 0);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: white;
            animation: mouse 1.8s linear infinite; }
        .main_page1 > .bottom_group > .left .scroll > span:last-child {
          width: 3px;
          height: 40px;
          background: white;
          margin-top: 10px;
          border-radius: 20rem; }
    .main_page1 > .bottom_group > .right {
      flex: 2;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row-reverse; }
      .main_page1 > .bottom_group > .right > .arrow {
        flex: 1;
        height: 100%;
        padding-left: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row; }
        .main_page1 > .bottom_group > .right > .arrow > .left_arrow,
        .main_page1 > .bottom_group > .right > .arrow > .right_arrow {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: row;
          margin: 0 5px; }
          .main_page1 > .bottom_group > .right > .arrow > .left_arrow > .wrap,
          .main_page1 > .bottom_group > .right > .arrow > .right_arrow > .wrap {
            width: 60px;
            height: 60px;
            border: 3px solid #fff;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s; }
            .main_page1 > .bottom_group > .right > .arrow > .left_arrow > .wrap > span,
            .main_page1 > .bottom_group > .right > .arrow > .right_arrow > .wrap > span {
              display: block;
              width: 20px;
              height: 3px;
              background: #fff;
              border-radius: 3px;
              position: absolute;
              top: 0;
              left: 0; }
        .main_page1 > .bottom_group > .right > .arrow > .left_arrow > .wrap span:nth-child(1) {
          transform: translate(16px, 19px) rotate(-45deg); }
        .main_page1 > .bottom_group > .right > .arrow > .left_arrow > .wrap span:nth-child(2) {
          transform: translate(16px, 32px) rotate(45deg); }
        .main_page1 > .bottom_group > .right > .arrow > .right_arrow span:nth-child(1) {
          transform: translate(20px, 20px) rotate(45deg); }
        .main_page1 > .bottom_group > .right > .arrow > .right_arrow span:nth-child(2) {
          transform: translate(20px, 33px) rotate(-45deg); }
        .main_page1 > .bottom_group > .right > .arrow .left_arrow:hover .wrap,
        .main_page1 > .bottom_group > .right > .arrow .right_arrow:hover .wrap {
          background: #dc6868;
          border-color: #dc6868; }
      .main_page1 > .bottom_group > .right > .progress {
        flex: 3;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row; }
        .main_page1 > .bottom_group > .right > .progress > .bar {
          display: block;
          width: calc(100% - 20px);
          height: 3px;
          margin: 0 auto;
          background: white;
          border-radius: 5px; }
          .main_page1 > .bottom_group > .right > .progress > .bar .color_bar {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 0;
            background: #dc6868;
            border-radius: 5px; }
            .main_page1 > .bottom_group > .right > .progress > .bar .color_bar.active {
              width: 100%; }
      .main_page1 > .bottom_group > .right > .slick-index {
        flex: 0.75;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row; }
        .main_page1 > .bottom_group > .right > .slick-index > .wrap {
          width: 100%;
          height: calc(100% - 60px);
          display: flex;
          align-items: center;
          justify-content: flex-end;
          flex-direction: row; }
          .main_page1 > .bottom_group > .right > .slick-index > .wrap div {
            display: flex;
            align-items: flex-end;
            height: 100%;
            color: #fff;
            font-weight: bold; }
          .main_page1 > .bottom_group > .right > .slick-index > .wrap > .current {
            margin-left: 1rem;
            margin-right: 0.5rem;
            font-size: 3.6rem;
            line-height: 4.2rem; }
          .main_page1 > .bottom_group > .right > .slick-index > .wrap > .slash {
            font-size: 2rem; }
          .main_page1 > .bottom_group > .right > .slick-index > .wrap > .total {
            margin-left: 0.5rem;
            font-size: 2rem; }

/*마우스 애니메이션*/
@keyframes mouse {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  70% {
    opacity: 0.5; }
  90% {
    opacity: 0; }
  100% {
    top: 50%;
    opacity: 0; } }
@keyframes title_ani {
  0% {
    opacity: 0;
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    transform: translateY(-50%); } }
.main_page2 {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); }
  .main_page2 > .container {
    width: 100%;
    height: 100%; }

.main_page3 {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); }
  .main_page3 > .container {
    width: 100%;
    height: 100%; }

.main_page4 {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); }
  .main_page4 > .container {
    width: 100%;
    height: 100%; }

.main_page5 {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); }
  .main_page5 > .container {
    width: 100%;
    height: 100%; }

/* 2번째 페이지 : 회사소개*/
.main_page2 .container > .wrap {
  width: 100%;
  height: 100%; }
  .main_page2 .container > .wrap > .text_rotate {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: 10%;
    left: 8%;
    animation: text_rotate 10s linear infinite; }
    .main_page2 .container > .wrap > .text_rotate > span {
      font-size: 5rem;
      font-weight: 900;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      transform-origin: center center;
      text-shadow: 1.5px 1.5px 0 #A7A7A7, -1.5px -1.5px 0 #A7A7A7, -1.5px 1.5px 0 #A7A7A7, 1.5px -1.5px 0 #A7A7A7, 0 1.5px 0 #A7A7A7, 0 -1.5px 0 #A7A7A7, 1.5px 0 0 #A7A7A7, -1.5px 0 0 #A7A7A7, 1px 1.5px 0 #A7A7A7, 1px -1.5px 0 #A7A7A7, 1.5px 1px 0 #A7A7A7, -1.5px 1px 0 #A7A7A7, -1px 1.5px 0 #A7A7A7, -1px -1.5px 0 #A7A7A7, 1.5px -1px 0 #A7A7A7, -1.5px -1px 0 #A7A7A7, 0 0 0 #A7A7A7, 1px 1px 0 #A7A7A7, -1px -1px 0 #A7A7A7, -1px 0px 0 #A7A7A7, 0px -1px 0 #A7A7A7, 0px 1px 0 #A7A7A7, 1px 0px 0 #A7A7A7, 1px -1px 0 #A7A7A7, -1px 1px 0 #A7A7A7; }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(1) {
        transform: rotate(-68deg) translate(-61px, -13px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(2) {
        transform: rotate(-43deg) translate(10px, 0px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(3) {
        transform: rotate(-19deg) translate(81px, -20px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(4) {
        transform: rotate(3deg) translate(135px, -62px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(5) {
        transform: rotate(28deg) translate(166px, -127px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(6) {
        transform: rotate(54deg) translate(169px, -208px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(7) {
        font-size: 4rem;
        transform: rotate(76deg) translate(158px, -279px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(8) {
        transform: rotate(97deg) translate(114px, -321px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(9) {
        transform: rotate(120deg) translate(45px, -347px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(10) {
        transform: rotate(140deg) translate(-20px, -354px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(11) {
        transform: rotate(161deg) translate(-88px, -333px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(12) {
        transform: rotate(180deg) translate(-134px, -297px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(13) {
        transform: rotate(199deg) translate(-160px, -247px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(14) {
        transform: rotate(218deg) translate(-170px, -193px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(15) {
        transform: rotate(237deg) translate(-164px, -134px); }
      .main_page2 .container > .wrap > .text_rotate > span:nth-child(16) {
        font-size: 4rem;
        transform: rotate(264deg) translate(-140px, -60px); }
  .main_page2 .container > .wrap > .main2_img {
    width: 80%;
    height: 500px;
    background-image: url("http://www.rctown.co.kr/theme/rctown/img/main_page2_img.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: calc(50% - 250px);
    right: 0; }
    .main_page2 .container > .wrap > .main2_img:before {
      content: "젊은 생각이 만드는 IT 세상, 알씨타운";
      font-size: 4.5rem;
      font-weight: bold;
      color: #dc6868;
      position: absolute;
      top: -13%;
      left: -8%; }
  .main_page2 .container > .wrap > .text_box {
    width: 60%;
    height: 240px;
    background: #FFEBE1;
    position: absolute;
    bottom: 10%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .main_page2 .container > .wrap > .text_box > .inner {
      margin-top: 1.5rem;
      padding: 0 10rem; }
      .main_page2 .container > .wrap > .text_box > .inner p {
        font-size: 2rem;
        line-height: 3.2rem; }
      .main_page2 .container > .wrap > .text_box > .inner button {
        margin-top: 20px;
        border: 2px solid #dc6868;
        border-radius: 10px;
        padding: 10px 20px;
        transition: all 0.3s;
        cursor: pointer;
        color: #dc6868;
        background: transparent;
        font-weight: bold;
        font-size: 1.6rem; }
        .main_page2 .container > .wrap > .text_box > .inner button > a {
          color: #dc6868; }
        .main_page2 .container > .wrap > .text_box > .inner button:hover {
          color: #fff;
          background: #dc6868; }
          .main_page2 .container > .wrap > .text_box > .inner button:hover > a {
            color: #fff; }

/*메인2 글자 애니메이션*/
@keyframes text_rotate {
  100% {
    transform: rotate(360deg); } }
/* 3번째 페이지 : 서비스 */
.main_page3 .container {
  background: linear-gradient(0deg, #fff 50%, #FFEBE1 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .main_page3 .container > .left {
    width: 50%;
    height: 100%; }
    .main_page3 .container > .left > .inner {
      width: 90%;
      height: 90%;
      margin: 20% auto; }
      .main_page3 .container > .left > .inner > .frame {
        width: 100%;
        height: 100%;
        background-image: url("http://www.rctown.co.kr/theme/rctown/img/computer.png");
        background-size: contain;
        background-repeat: no-repeat; }
        .main_page3 .container > .left > .inner > .frame > .computer_wrap {
          top: 4%;
          height: 60%; }
          .main_page3 .container > .left > .inner > .frame > .computer_wrap > .back_img {
            top: 0;
            padding-top: 56.25%;
            position: relative; }
            .main_page3 .container > .left > .inner > .frame > .computer_wrap > .back_img > .img_wrap {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: 0 auto;
              width: 92%;
              height: auto; }
              .main_page3 .container > .left > .inner > .frame > .computer_wrap > .back_img > .img_wrap > img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }
                .main_page3 .container > .left > .inner > .frame > .computer_wrap > .back_img > .img_wrap > img:not(:nth-child(1)) {
                  display: none; }
  .main_page3 .container > .right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .main_page3 .container > .right div.top {
      width: calc(100% - 120px);
      margin: 0 auto; }
  .main_page3 .container > .right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .main_page3 .container > .right div.mid {
      width: calc(100% - 120px);
      margin: 0 auto; }
  .main_page3 .container > .right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .main_page3 .container > .right div.bottom {
      width: calc(100% - 120px);
      margin: 0 auto; }
  .main_page3 .container > .right > .inner {
    width: 90%;
    height: 73%; }
    .main_page3 .container > .right > .inner > .cont {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .main_page3 .container > .right > .inner > .cont > .top {
        padding-top: 3.8rem;
        padding-bottom: 2.4rem; }
        .main_page3 .container > .right > .inner > .cont > .top > .page3-title {
          line-height: 5rem;
          font-size: 3.6rem;
          font-weight: bold;
          color: #dc6868; }
      .main_page3 .container > .right > .inner > .cont > .mid {
        padding-top: 2rem;
        padding-bottom: 2rem; }
        .main_page3 .container > .right > .inner > .cont > .mid > .tab {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: row;
          position: relative; }
          .main_page3 .container > .right > .inner > .cont > .mid > .tab > li {
            font-size: 1.8rem;
            cursor: pointer; }
            .main_page3 .container > .right > .inner > .cont > .mid > .tab > li:first-child {
              font-weight: bold; }
        .main_page3 .container > .right > .inner > .cont > .mid > .tab_line {
          display: block;
          width: 39px;
          height: 4px;
          border-radius: 2px;
          background: #dc6868;
          pointer-events: none;
          position: absolute;
          left: 0;
          top: calc(50% + 14px); }
      .main_page3 .container > .right > .inner > .cont > .bottom {
        padding-top: 3.5rem; }
        .main_page3 .container > .right > .inner > .cont > .bottom > .wrap {
          padding-bottom: 3rem; }
          .main_page3 .container > .right > .inner > .cont > .bottom > .wrap > .text_group > .text_wrap > p {
            line-height: 3rem; }
            .main_page3 .container > .right > .inner > .cont > .bottom > .wrap > .text_group > .text_wrap > p:not(:nth-child(1)) {
              display: none; }
          .main_page3 .container > .right > .inner > .cont > .bottom > .wrap > .btn_wrap {
            margin-top: 2rem;
            width: 100%; }
            .main_page3 .container > .right > .inner > .cont > .bottom > .wrap > .btn_wrap > button {
              display: block;
              border: 2px solid #dc6868;
              border-radius: 10px;
              padding: 10px 20px;
              transition: all 0.3s;
              cursor: pointer;
              color: #dc6868;
              background: transparent;
              font-weight: bold;
              font-size: 1.6rem; }
              .main_page3 .container > .right > .inner > .cont > .bottom > .wrap > .btn_wrap > button > a {
                color: #dc6868; }
              .main_page3 .container > .right > .inner > .cont > .bottom > .wrap > .btn_wrap > button:hover {
                color: #fff;
                background: #dc6868; }
                .main_page3 .container > .right > .inner > .cont > .bottom > .wrap > .btn_wrap > button:hover > a {
                  color: #fff; }

/* 4번째 페이지 : 포트폴리오*/
.main_page4 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .main_page4 .container > .left {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .main_page4 .container > .left > .inner {
      width: calc(100% - 200px);
      height: 600px;
      margin: 0 auto; }
      .main_page4 .container > .left > .inner > .page4-title {
        line-height: 6.4rem;
        font-size: 4rem;
        font-weight: bold;
        color: #dc6868;
        padding-top: 4rem;
        padding-bottom: 4rem; }
      .main_page4 .container > .left > .inner > p {
        font-size: 1.8rem;
        line-height: 3rem;
        padding-bottom: 5rem; }
      .main_page4 .container > .left > .inner > button {
        border: 2px solid #dc6868;
        border-radius: 10px;
        padding: 10px 20px;
        transition: all 0.3s;
        cursor: pointer;
        color: #dc6868;
        background: transparent;
        font-weight: bold;
        font-size: 1.6rem; }
        .main_page4 .container > .left > .inner > button > a {
          color: #dc6868; }
        .main_page4 .container > .left > .inner > button:hover {
          color: #fff;
          background: #dc6868; }
          .main_page4 .container > .left > .inner > button:hover > a {
            color: #fff; }
      .main_page4 .container > .left > .inner > .arrow {
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row; }
        .main_page4 .container > .left > .inner > .arrow > li {
          width: 100px;
          height: 100%;
          cursor: pointer; }
          .main_page4 .container > .left > .inner > .arrow > li > img {
            position: absolute;
            top: 0;
            max-height: 100%;
            transition: all 0.5s; }
          .main_page4 .container > .left > .inner > .arrow > li.left_arrow > img {
            left: 20px; }
          .main_page4 .container > .left > .inner > .arrow > li.right_arrow > img {
            right: 20px; }
          .main_page4 .container > .left > .inner > .arrow > li.left_arrow > img:hover {
            left: 0; }
          .main_page4 .container > .left > .inner > .arrow > li.right_arrow > img:hover {
            right: 0; }
  .main_page4 .container > .right {
    width: 60%; }
    .main_page4 .container > .right > .swiper-container {
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      overflow: hidden; }
      .main_page4 .container > .right > .swiper-container > .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row; }
        .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide {
          position: relative;
          overflow: hidden;
          height: 600px; }
          .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a {
            display: block;
            width: 100%;
            height: 100%; }
            .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a .img_wrap {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0; }
              .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a .img_wrap > img {
                max-height: 100%; }
            .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a > .black {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              /* 그라디언트*/
              background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 0) 1%, #222222 100%);
              /* FF3.6-15 */
              background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 0) 1%, #222222 100%);
              /* Chrome10-25,Safari5.1-6 */
              background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 0) 1%, #222222 100%);
              /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#222222', GradientType=0);
              /* IE6-9 */ }
              .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a > .black:before {
                content: "";
                background-color: rgba(255, 255, 255, 0.3);
                height: 100%;
                width: 3em;
                display: block;
                position: absolute;
                top: 0;
                left: 55em;
                transform: skewX(-45deg) translateX(0);
                transition: none; }
              .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a > .black:after {
                content: "";
                background-color: rgba(255, 255, 255, 0.3);
                height: 100%;
                width: 7em;
                display: block;
                position: absolute;
                top: 0;
                left: 57em;
                transform: skewX(-45deg) translateX(0);
                transition: none; }
              .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a > .black:hover {
                border-bottom: 4px solid #d23f3f; }
                .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a > .black:hover:before {
                  transform: skewX(-45deg) translateX(-87em);
                  transition: all 1.2s ease-in; }
                .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a > .black:hover:after {
                  transform: skewX(-45deg) translateX(-85em);
                  transition: all 1.2s 0.25s ease-in-out; }
              .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a > .black > .text {
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                padding-top: 3rem;
                padding-bottom: 3rem;
                padding-left: 2rem; }
                .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a > .black > .text > h3 {
                  font-weight: bold;
                  color: #fff; }
                .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a > .black > .text > p {
                  font-weight: bold;
                  color: #fff; }
                .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a > .black > .text > h3 {
                  font-size: 4.2rem; }
                .main_page4 .container > .right > .swiper-container > .swiper-wrapper > .swiper-slide > a > .black > .text > p {
                  padding-top: 10px;
                  font-size: 2rem; }

/* 5번째 페이지 : 알씨스토리 */
.main_page5 .container {
  background-image: url("http://www.rctown.co.kr/theme/rctown/img/main5_background.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .main_page5 .container > .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .main_page5 .container > .wrap > ul {
      width: calc(100% - 300px);
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: space-around;
      flex-direction: row; }
      .main_page5 .container > .wrap > ul > li {
        width: 300px;
        height: 400px;
        border-radius: 30px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }
        .main_page5 .container > .wrap > ul > li > .wrap {
          width: 100%;
          height: 100%;
          border-radius: 30px;
          filter: grayscale(1);
          transition: all 0.8s; }
          .main_page5 .container > .wrap > ul > li > .wrap > .cont {
            width: 100%;
            height: 150px;
            background: white;
            position: absolute;
            bottom: 0;
            left: 0;
            border-radius: 0 0 30px 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column; }
            .main_page5 .container > .wrap > ul > li > .wrap > .cont > .text {
              width: calc(100% - 40px); }
              .main_page5 .container > .wrap > ul > li > .wrap > .cont > .text > p {
                color: #A7A7A7;
                font-size: 1.4rem;
                line-height: 2.3rem; }
              .main_page5 .container > .wrap > ul > li > .wrap > .cont > .text > button {
                margin-top: 20px;
                border: 2px solid #dc6868;
                border-radius: 10px;
                padding: 10px 20px;
                transition: all 0.3s;
                cursor: pointer;
                color: #dc6868;
                background: transparent;
                font-weight: bold;
                font-size: 1.2rem; }
                .main_page5 .container > .wrap > ul > li > .wrap > .cont > .text > button > a {
                  color: #dc6868; }
                .main_page5 .container > .wrap > ul > li > .wrap > .cont > .text > button:hover {
                  color: #fff;
                  background: #dc6868; }
                  .main_page5 .container > .wrap > ul > li > .wrap > .cont > .text > button:hover > a {
                    color: #fff; }
        .main_page5 .container > .wrap > ul > li:nth-child(1) > .wrap {
          height: 100%;
          background-image: url("http://www.rctown.co.kr/theme/rctown/img/main_story1.jpg");
          background-size: contain;
          background-position: center top;
          background-repeat: no-repeat; }
        .main_page5 .container > .wrap > ul > li:nth-child(2) > .wrap {
          height: 100%;
          background-image: url("http://www.rctown.co.kr/theme/rctown/img/main_story2.jpg");
          background-size: contain;
          background-position: center top;
          background-repeat: no-repeat; }
        .main_page5 .container > .wrap > ul > li:nth-child(3) > .wrap {
          height: 100%;
          background-image: url("http://www.rctown.co.kr/theme/rctown/img/main_story3.jpg");
          background-size: contain;
          background-position: center top;
          background-repeat: no-repeat; }
        .main_page5 .container > .wrap > ul > li:before {
          width: 100%;
          text-align: center;
          font-size: 4rem;
          color: #6D6D6D;
          font-weight: bold;
          font-family: "Laila", sans-serif;
          font-weight: bold;
          position: absolute;
          top: -8%;
          left: 50%;
          z-index: 1;
          transform: translate(-50%, 0);
          transition: all 0.8s; }
        .main_page5 .container > .wrap > ul > li:nth-child(1):before {
          content: "RC STUDY"; }
        .main_page5 .container > .wrap > ul > li:nth-child(2):before {
          content: "RC LETTER"; }
        .main_page5 .container > .wrap > ul > li:nth-child(3):before {
          content: "NOTICE"; }
        .main_page5 .container > .wrap > ul > li:hover > .wrap {
          filter: grayscale(0); }
        .main_page5 .container > .wrap > ul > li:hover:before {
          color: #dc6868; }

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