/* 공통 */

.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

.brMo {
    display: none;
}

.C333 {
    color: #333;
}

.C666 {
    color: #666;
}

h3 {
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 300;
    text-align: center;
}

h3 span {
    font-weight: 700;
}

.subText {
    font-size: 18px;
    letter-spacing: -0.45px;
    text-align: center;
}

.subText span {
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* //공통 */

/* section1 */

.section1 {
    background-image: url(../img/aProAca/sec1-bg@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin-top: 110px;
}

.section1 .container {
    padding: 167px /* 277px */ 24px 159px;
    position: relative;
}

.section1 .container .logo {
    width: 201px;
}

.section1 .container .logo img {
    width: 100%;
}

.mark {
    width: 122.5px;
    position: absolute;
    top: 120px /* 230px */;
    left: 387px;
}

.mark img {
    width: 100%;
    display: none;
}

.section1 .container p.subtitle {
    color: #f2f2f2;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.65px;
    margin-top: 14px;
}

.section1 .container h2 {
    color: #f2f2f2;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -1.15px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.24);
}

.section1 .container h2 span {
    color: #f17700;
}

.section1 .container .subText {
    color: #e5e5e5;
    margin-top: 20px;
    text-align: left;
}

/* .section1 .container .subText span{font-weight: 700;} */

/* //section1 */

/* .section2 */

.section2 .container {
    padding: 90px 0 138px /* 99px */;
}

.section2 .container .subText {
    font-size: 18px;
    margin-top: 12px;
}

.section2 .container .subText span {
    font-weight: 700;
}

.section2 .container ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.section2 .container ul li {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.5px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section2 .container ul li:nth-child(1) {
    background-color: #bc1831;
}
.section2 .container ul li:nth-child(2) {
    background-color: #d96d11;
}
.section2 .container ul li:nth-child(2) p {
    font-size: 18px;
}
.section2 .container ul li:nth-child(3) {
    background-color: #eabd00;
}
.section2 .container ul li:nth-child(4) {
    background-color: #16a791;
    margin-right: 0;
}

.section2 .container ul li::after {
    display: block;
    position: absolute;
    color: #666;
    letter-spacing: -0.35px;
    font-size: 12px;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    width: inherit;
}

.section2 .container ul li:nth-child(2)::after {
    content: "*공식 카페 합격수기 기준";
}
/* .section2 .container ul li:nth-child(3)::after{content: '*2022년 기준';} */
/* .section2 .container ul li:nth-child(4)::after{content: "*학원똑똑 앱 \A 22년 11월 조회수 기준"; white-space: pre; bottom: -48px;} */

.section2 .container ul li p {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-top: -4px;
    letter-spacing: -1.7px;
    color: #fff;
}
.section2 .container ul li .pweight {
    font-weight: 700;
}

.section2 .container ul li span {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.9px;
}

/* // .section2 */

/* .section3 */

.section3 {
    background: url(../img/aProAca/sec2-bg@2x.png) no-repeat center;
    background-size: cover;
    height: 440px;
}

.section3 .container {
    padding: 83px 0 88px;
    position: relative;
}

.section3 h3 {
    color: #fff;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.24);
    margin-bottom: 12px;
}

.section3 .subText {
    margin-bottom: 45px;
    color: #e5e5e5;
}

/* swiper */

.section3 .swiper {
    max-width: 1020px;
    width: 100%;
    height: 100%;
}

.sec3Swiper .swiper-slide {
    width: 100%;
    max-width: 240px !important;
    height: 132px !important;
    border-radius: 30px 30px 30px 0;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* 스와이퍼 내용 */
.swiper-slide p {
    font-size: 14px;
    letter-spacing: -0.38px;
    font-weight: 700;
    margin: 18px 0 12px;
}

.swiper-slide span {
    font-size: 14px;
    letter-spacing: -0.35px;
}

/* 버튼 */

.section3 .container .swiper-button-next,
.section3 .container .swiper-button-prev {
    top: 65%;
    width: 30px;
    display: none;
}

.section3 .container .swiper-button-next::after,
.section3 .container .swiper-button-prev::after {
    content: "";
}

.section3 .container .swiper-button-next img,
.section3 .container .swiper-button-prev img {
    width: 100%;
}

.section3 .container .swiper-button-next img {
    transform: rotate(180deg);
}

/* 페이지네이션 */
.section3 .container .swiper-pagination {
    bottom: 30px;
    display: none;
}

.section3 .container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #666;
}

.section3 .container .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
    background-color: #fff;
}

/* swiper */

/* // .section3 */

/* .section4 */

.tab__item__box .tab__item:not(:last-child) {
    border-right: 1px solid #999999;
}

.section4 .container {
    padding: 120px 0 133px;
}

.section4 .container h3 {
    margin-bottom: 12px;
}

.section4 .container p.subText {
    color: #333333;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.45px;
}

.section4 .container .levelBox {
    width: 1160px;
    margin: 42px auto 120px;
}
.section4 .container .levelBox img {
    width: 100%;
}

.section4 .container ul {
    margin: 36px 0 120px;
    display: flex;
    justify-content: center;
}

.section4 .container ul li {
    margin-right: 38px;
}
.section4 .container ul li:last-child {
    margin-right: 0;
}

/* section4 swiper */

.section4 .container .swiperBox {
    position: relative;
}

.swiperBox {
    display: none;
}

.swiperBox.active {
    display: block;
}

.section4 .swiper {
    margin-top: 36px;
    max-width: 1020px;
    width: 100%;
    height: 100%;
}

.sec4Swiper .swiper-slide {
    width: 100%;
    text-align: center;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperBox .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 버튼 */

.section4 .container .swiper-button-next,
.section4 .container .swiper-button-prev {
    width: 30px;
}

.section4 .container .swiper-button-next::after,
.section4 .container .swiper-button-prev::after {
    content: "";
}

.section4 .container .swiper-button-next img,
.section4 .container .swiper-button-prev img {
    width: 100%;
}

.section4 .container .swiper-button-next img {
    transform: rotate(180deg);
}

/* 페이지네이션 */
.section4 .container .swiper-pagination {
    bottom: -60px;
}

.section4 .container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #666;
}

.section4 .container .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
    background-color: #808080;
}

/* //section4 swiper */

/* 커밍순 */
.comingSoon {
    width: inherit;
    margin-bottom: 70px;
    position: relative;
    text-align: center;
}

.comingSoon::after {
    content: "Coming Soon! \A 12월 중 업데이트될 예정입니다.";
    white-space: pre;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    letter-spacing: -0.6px;
    font-weight: 700;
}

.comingSoon img {
    width: 100%;
}

/* 2023-01-13 탭박스 추가*/
.tabBox {
    width: 428px;
    height: 40px;
    background: #e6e6e6;
    border-radius: 5px;
    padding: 2px;
    margin: 20px auto 0 !important;
}

.tabBox li {
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #000;
    letter-spacing: -0.4px;
    position: relative;
    cursor: pointer;
    margin-right: 0 !important;
}
.tabBox li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.tabBox li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.tabBox li:nth-child(1).active::after,
.tabBox li:nth-child(2).active::after,
.tabBox li:nth-child(2).active::before,
.tabBox li:nth-child(3).active::before,
.tabBox li:last-child:after,
.tabBox li:first-child:before {
    display: none;
}

.tabBox li.active {
    background: #fff;
    border-radius: 5px;
}
.section4 .container .bookBox {
    display: none;
}

.section4 .tab__item__box {
    display: flex;
    width: 1260px;
    margin: 0 auto;
  }
  
  .section4 .tab__item__box .tab__item {
    width: 50%;
    height: 90px;
    background-color: #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .section4 .tab__item span {
    font-size: 34px;
    line-height: 60px;
    color: #999999;
    font-weight: 500;
  }
  
  .section4 .tab__item.on {
    background-color: #f17700;
    position: relative;
  }
  
  .section4 .tab__item.on::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 16.5px solid transparent;
    border-right: 16.5px solid transparent;
    border-top: 24px solid #f17700;
    position: absolute;
    top: 89px;
  }
  
  .section4 .tab__item.on span {
    color: #ffffff;
  }
  
  .m__word__box{
    display: none;
    text-align: center;
    margin-bottom: 60px;
  }
  
  .m__word__box *{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
  }
  
  .m__word__box > span{
    margin-left: -5px;
  }
  
  
/* // .section4 */

/* =========================================================================================================== */
/* =========================================================================================================== */
/* =========================================================================================================== */
/* =========================================================================================================== */

/* 반응형 */

/* @media screen and (max-width: 897px) { */
@media (max-width: 900px) {
    .swiperBox {
        display: none !important;
    }  
  .m__word__box{
    display: block;
    line-height: 20px;
}

    /* 공통 */

    .brMo {
        display: block;
    }
    .brPc {
        display: none;
    }

    .container {
        padding: 0 24px;
    }

    h3 {
        font-size: 6.9333vw;
        letter-spacing: -0.5vw;
    }

    .subText {
        font-size: 3.5vw;
    }

    /* //공통  */

    /* .section1 */

    .section1 {
        margin-top: 0;
    }

    .section1 {
        background: url(../img/aProAca/sec1-bg-M@3x.png) no-repeat;
        background-size: cover;
    }

    .section1 .container {
        padding: 58.9333vw 7.4667vw 8vw;
    }

    .mark {
        width: 29.3333vw;
        left: 66.9333vw;
        top: 29.2vw;
    }

    .section1 .container .logo {
        width: 46.4vw;
    }

    .section1 .container p.subtitle {
        margin: 2.6667vw 0 4.2667vw;
        font-size: 4.2667vw;
        letter-spacing: -0.1867vw;
    }

    .section1 .container h2 {
        font-size: 7.4667vw;
        letter-spacing: -0.1867vw;
    }

    .section1 .container .subText {
        margin-top: 3.4667vw;
        font-size: 3.2vw;
        letter-spacing: -0.08vw;
    }

    /* //.section1 */

    /* .section2 */

    .section2 .container {
        padding: 10.6667vw 7.4667vw 21.3333vw;
    }

    .section2 h3 {
        text-align: left;
    }

    .section2 .container .subText {
        margin-top: 1.6vw;
        margin-bottom: 5.3333vw;
        text-align: left;
        font-size: 3.7333vw;
    }

    .section2 .container ul {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 0;
    }

    .section2 .container ul li {
        width: 37.3333vw;
        height: 37.3333vw;
        font-size: 4vw;
    }

    .section2 .container ul li:nth-child(3),
    .section2 .container ul li:nth-child(4) {
        margin-top: 18.2vw;
    }

    .section2 .container ul li:nth-child(4) p {
        font-size: 6vw;
    }

    .section2 .container ul li::after {
        bottom: -24px;
    }

    .section2 .container ul li span {
        font-size: 9.3333vw;
    }

    .section2 .container ul li p {
        font-size: 5vw;
    }
    .section2 .container ul li:nth-child(2) p {
        font-size: 4.9vw;
        letter-spacing: -1px;
    }

    /* //.section2 */

    /* .section3 */

    .section3 {
        height: 97.3333vw;
    }

    .section3 .container {
        padding: 14.6667vw 6.4vw 18.6667vw;
    }

    .section3 h3 {
        margin-bottom: 1.6vw;
    }

    .section3 .subText {
        margin-bottom: 8vw;
    }

    /* 스와이퍼 */

    .sec3Swiper .swiper-slide {
        width: 100%;
        max-width: 42.9333vw !important;
        height: 24.5333vw !important;
        justify-content: space-evenly;
        display: flex;
        flex-direction: column;
    }

    /* 스와이퍼 내용 */
    .swiper-slide p {
        font-size: 2.6vw;
        letter-spacing: -0.4px;
        font-weight: 700;
        margin: 0;
    }

    .swiper-slide span {
        font-size: 2.4vw;
        letter-spacing: -0.35px;
    }

    /* 버튼 */

    .section3 .container .swiper-button-next,
    .section3 .container .swiper-button-prev {
        top: 65%;
        width: 8vw;
        display: flex;
    }

    .section3 .container .swiper-button-next img {
        transform: rotate(0deg);
    }
    .section3 .container .swiper-button-prev img {
        transform: rotate(180deg);
    }

    /* 페이지네이션 */
    .section3 .container .swiper-pagination {
        bottom: 10.6667vw;
        display: block;
    }

    .section3 .container .swiper-pagination .swiper-pagination-bullet {
        width: 2.6667vw;
        height: 2.6667vw;
        background-color: #666;
    }

    .section3 .container .swiper-pagination .swiper-pagination-bullet-active {
        width: 5.3333vw;
        border-radius: 5vw;
        background-color: #fff;
    }

    /* //스와이퍼 */

    /* //.section3 */

    /* //.section4 */
    .section4 .container {
        padding: 16.55vw 6.4vw;
    }

    .section4 .container h3 {
        margin-bottom: 1.6vw;
    }

    .section4 .container .levelBox {
        width: 87.2vw;
        margin-bottom: 10.6667vw;
    }

    .section4 .container.tab2 .levelBox{
        margin-bottom: 0;
      }
    
    .section4 .container ul.teacherBox {
        display: none;
    }

    /* 스와이퍼 */
    .section4 .container .swiperBoxMo {
        position: relative;
    }

    .section4 .swiperBoxMo .swiper {
        margin-top: 36px;
        max-width: 74.6667vw;
        width: 100%;
        height: 100%;
    }

    .section4 .swiperBoxMo .swiper-slide {
        width: 100%;
        text-align: center;
        background: #fff;
        position: relative;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    /* 커밍순 문구 */
    /* .section4 .swiperBoxMo .swiper-slide::after{content: "Coming Soon! \A 12월 중 업데이트될 예정입니다."; white-space: pre; position: absolute; color: #fff; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 4vw; letter-spacing: -.5px; font-weight: 700;} */

    .section4 .swiperBoxMo .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 버튼 */

    .section4 .container .swiper-button-next,
    .section4 .container .swiper-button-prev {
        width: 8vw;
    }

    .section4 .container .swiper-button-next img {
        transform: rotate(0deg);
    }
    .section4 .container .swiper-button-prev img {
        transform: rotate(180deg);
    }

    /* 페이지네이션 */
    .section4 .container .swiper-pagination {
        bottom: -30px;
    }

    .section4 .container .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #666;
    }

    .section4 .container .swiper-pagination .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 5px;
        background-color: #808080;
    }

    /* 스와이퍼 */

    .section4 .container .bookBox {
        display: none;
        flex-wrap: wrap;
        text-align: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 0;
    }
    .section4 .container .bookBox.active {
        display: flex;
    }

    .section4 .container .bookBox li {
        margin: 0;
        width: calc(50% - 5px);
    }

    .section4 .container .bookBox li img {
        width: 100%;
    }

    .noBook {
        position: relative;
        text-align: center;
    }

    /* .noBook::after {
        content: "Coming Soon! \A 12월 중 업데이트될 예정입니다.";
        white-space: pre;
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 4vw;
        letter-spacing: -0.5px;
        font-weight: 700;
    } */

    .comingSoon {
        margin-bottom: 0;
    }

    /* //.section4 */

    /* 2023-01-13 탭박스 추가*/
    .tabBox {
        width: 100%;
    }

    .tabBox li {
        width: 33.33%;
    }
}
@media (max-width: 900px) {
    /*2024-02-28 탭기능 */
    .section4 .tab__item__box {
      width: 100%;
    }
  
    .section4 .tab__item span {
      font-size: 16px;
      line-height: 60px;
    }
  
    .section4 .tab__item__box .tab__item {
      height: 44px;
    }
  
    .section4 .tab__item.on::after {
      top: 44px;
      content: "";
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid #f17700;
      position: absolute;
    }
  
    .section4 .container p.subText{
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -1px;
    }
  }
  