html {
    scroll-behavior: smooth;
  }

  .test-preparation { /* 96 */
    /* 54 */
    /* 32 */
  }
  .test-preparation em {
    color: #F51D4F;
  }
  .test-preparation * {
    box-sizing: border-box;
  }
  .test-preparation .maxWidth {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .test-preparation #real-review-section .maxWidth {padding: 0;}
  .test-preparation .maxWidth.area > h2 {
    padding-top: 0;
  }
  .test-preparation .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .test-preparation .pointTextArea {
    padding: 2rem 0;
    color: #fff;
    text-align: center;
  }
  .test-preparation .pointTextArea em {
    color: #FFFE34;
  }
  .test-preparation .area > h2 {
    padding-top: 6rem;
    margin-bottom: 3rem;
  }
  .test-preparation .tableWrap {
    width: 100%;
    overflow-x: auto;
  }
  .test-preparation .tableWrap table {
    border-collapse: collapse;
    background-color: #fff;
    min-width: 42.2rem;
    margin: 0 auto;
    width: 100%;
  }
  .test-preparation .tableWrap table tr, .test-preparation .tableWrap table th, .test-preparation .tableWrap table td {
    border: 1px solid #C5C5C5;
  }
  .test-preparation .tableWrap::-webkit-scrollbar {
    display: block;
    height: 8px;
  }
  .test-preparation .tableWrap::-webkit-scrollbar-thumb {
    background: #CBCEE2;
    border-radius: 4px;
  }
  .test-preparation .tableWrap::-webkit-scrollbar-track {
    background: transparent;
  }
  .test-preparation h1 {
    font-size: 4.8rem;
  }
  .test-preparation h2 {
    font-size: 2.7rem;
  }
  .test-preparation h3 {
    font-size: 1.6rem;
  }
  .test-preparation .visual {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_visual.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
  }
  .test-preparation .visual h4 {
    background-color: #fff;
    margin: 0 auto;
    display: inline-block;
    border: 2px solid #EBEBEB;
    border-radius: 31px;
    padding: 0.6rem 2rem;
  }
  .test-preparation .visual h3 {
    color: #484848;
  }
  .test-preparation .visual .logo {
    max-width: 35.6rem;
    width: 100%;
    margin: 1.2rem 0 1.6rem;
  }
  .test-preparation .visual .content {
    justify-content: center;
  }
  .test-preparation .visual .content .box {
    border-radius: 85px;
    padding: 1.6rem 0;
    color: #fff;
    width: 19.1rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    font-size: 1.3rem;
  }
  .test-preparation .visual .content .box:nth-child(2) {
    margin-left: -2.6rem;
  }
  .test-preparation .visual .content .box span {
    font-size: 0.9rem;
    display: block;
  }
  .test-preparation .visual .content .box + .box {
    position: relative;
  }
  .test-preparation .visual .content .box + .box::before {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_visual_icon.svg") no-repeat center;
    background-size: contain;
    width: 1.6rem;
    height: 1.6rem;
  }
  .test-preparation .choiceWrap {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_choice_bg.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
  }
  .test-preparation .choiceWrap h3 {
    font-weight: normal;
  }
  .test-preparation .choiceWrap h3 em {
    font-weight: bold;
  }
  .test-preparation .choiceWrap figure {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_choice_01.jpg") no-repeat center;
    background-size: cover;
    width: 44.8rem;
    padding-bottom: 41%;
    margin: 3rem auto 0;
    border-radius: 12px;
  }
  .test-preparation .reviewWrap {
    text-align: center;
  }
  .test-preparation .reviewWrap .talkBox {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px #EAD2D2;
    position: relative;
    padding: 3rem 0;
    margin: 0 auto;
    max-width: 44.8rem;
    width: 100%;
  }
  .test-preparation .reviewWrap .talkBox::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 2rem;
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_review_box.svg") no-repeat center;
    background-size: cover;
    z-index: 2;
  }
  .test-preparation .reviewWrap .talkBox figure {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_review_icon.svg") no-repeat center;
    background-size: cover;
    width: 2rem;
    height: 1.5rem;
    margin: 0 auto 0.4rem;
  }
  .test-preparation .reviewWrap .talkBox h3 {
    margin-bottom: 0.4rem;
  }
  .test-preparation .reviewWrap .talkBox p {
    font-weight: bold;
    color: #333333;
  }
  .test-preparation .reviewWrap .videoWrap {
    max-width: 44.8rem;
    box-shadow: 0 16px 24px #DAB7B7;
    border-radius: 12px;
    aspect-ratio: 16/9;
    overflow: hidden;
    margin: 2.7rem auto 0;
    width: 100%;
  }
  .test-preparation .reviewWrap .videoWrap * {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .test-preparation .reviewWrap .recommend ul {
    justify-content: space-between;
  }
  .test-preparation .reviewWrap .recommend ul li {
    background-color: #fff;
    box-shadow: 0 2px 8px #EAD2D2;
    border-radius: 12px;
    width: calc(33.3333333333% - 0.8rem);
    position: relative;
    height: 10.9rem;
    padding-top: 3.7rem;
  }
  .test-preparation .reviewWrap .recommend ul li span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 0.4rem 0.9rem;
    border-radius: 0 0 20px 20px;
    background-color: #F51D4F;
    font-size: 0.9rem;
  }
  .test-preparation .reviewWrap .recommend ul li p {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.35;
  }
  .test-preparation .examType {
    text-align: center;
  }
  .test-preparation .examType .tableWrap table th, .test-preparation .examType .tableWrap table td {
    padding: 1.2rem 0;
  }
  .test-preparation .examType .tableWrap table thead {
    background-color: #EEE9FF;
  }
  .test-preparation .examType .tableWrap table tbody th {
    background-color: #F8F8F8;
    font-weight: normal;
  }
  .test-preparation .examType .standard ul li {
    background-color: #fff;
    width: calc(33.3333333333% - 0.8rem);
    margin-bottom: 1.2rem;
    border-radius: 12px;
    height: 12.8rem;
    padding: 2rem 0;
    font-weight: bold;
    margin-right: 1.2rem;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px #E3E2F0;
  }
  .test-preparation .examType .standard ul li em {
    color: #4D20FF;
  }
  .test-preparation .examType .standard ul li figure {
    width: 4.9rem;
    height: 4.9rem;
    margin: 0 auto 0.5rem;
  }
  .test-preparation .examType .standard ul li:nth-child(1) figure {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_examType_standard1.svg") no-repeat center/contain;
  }
  .test-preparation .examType .standard ul li:nth-child(2) figure {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_examType_standard2.svg") no-repeat center/contain;
  }
  .test-preparation .examType .standard ul li:nth-child(3) figure {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_examType_standard3.svg") no-repeat center/contain;
  }
  .test-preparation .examType .standard ul li:nth-child(4) figure {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_examType_standard4.svg") no-repeat center/contain;
  }
  .test-preparation .examType .standard ul li:nth-child(5) figure {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_examType_standard5.svg") no-repeat center/contain;
  }
  .test-preparation .examType .standard ul li:nth-child(6) figure {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_examType_standard6.svg") no-repeat center/contain;
  }
  .test-preparation .examType .standard ul li:nth-child(3n) {
    margin-right: 0;
  }
  .test-preparation .examType .standard ul li:nth-last-of-type(1), .test-preparation .examType .standard ul li:nth-last-of-type(2), .test-preparation .examType .standard ul li:nth-last-of-type(3) {
    margin-bottom: 0;
  }
  .test-preparation .examType .course .boxWrap {
    justify-content: center;
  }
  .test-preparation .examType .course .boxWrap .box {
    border-radius: 12px;
    overflow: hidden;
    width: calc(50% - 0.6rem);
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
  }
  .test-preparation .examType .course .boxWrap .box em {
    color: #4D20FF;
  }
  .test-preparation .examType .course .boxWrap .box + .box {
    margin-left: 1.2rem;
  }
  .test-preparation .examType .course .boxWrap .box > div {
    padding: 1.6rem 0;
  }
  .test-preparation .examType .course .boxWrap .box > div.title {
    color: #fff;
  }
  .test-preparation .examType .course .boxWrap .box > div.title .sub {
    font-size: 0.9rem;
  }
  .test-preparation .examType .course .boxWrap .box > div.info + .info {
    position: relative;
  }
  .test-preparation .examType .course .boxWrap .box > div.info + .info::before {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #D3CEE6;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .test-preparation .examType .course .boxWrap .box:nth-child(1) {
    color: #84829E;
  }
  .test-preparation .examType .course .boxWrap .box:nth-child(2) {
    box-shadow: 0 16px 16px #D2C6FF;
    border: 3px solid #4D20FF;
  }
  .test-preparation .recommendWrap {
    position: relative;
    background-color: #EAFEE8;
    text-align: center;
  }
  .test-preparation .recommendWrap.bgColor1 {
    background-color: #E8FAFF;
  }
  .test-preparation .recommendWrap.bgColor2 {
    background-color: #FFF7E9;
  }
  .test-preparation .recommendWrap .tabMenu {
    position: sticky;
    top: 0;
    z-index: 9;
    margin-top: 1.2rem;
    background-color: #EAFEE8;
  }
  .test-preparation .recommendWrap .tabMenu.bgColor1 {
    background-color: #E8FAFF;
  }
  .test-preparation .recommendWrap .tabMenu.bgColor2 {
    background-color: #FFF7E9;
  }
  .test-preparation .recommendWrap .tabMenu ul {
    justify-content: space-between;
  }
  .test-preparation .recommendWrap .tabMenu ul li {
    width: calc(33.3333333333% - 0.8rem);
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 0.8rem 0;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .test-preparation .recommendWrap .tabMenu ul li.active {
    background: #00C346;
    color: #fff;
  }
  .test-preparation .recommendWrap .listWrap {
    padding-top: 3rem;
  }
  .test-preparation .recommendWrap .listWrap .list {
    position: relative;
  }
  .test-preparation .recommendWrap .listWrap .list + .list {
    margin-top: 6rem;
  }
  .test-preparation .recommendWrap .listWrap .list .listTitle {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
  }
  .test-preparation .recommendWrap .listWrap .list:nth-child(1) .listLogo {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_recommend_logo1.png") no-repeat center;
    background-size: contain;
    width: 17.2rem;
    height: 2.9rem;
    margin: 0 auto 0.8rem;
  }
  .test-preparation .recommendWrap .listWrap .list:nth-child(2) .listLogo {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_recommend_logo2.png") no-repeat center;
    background-size: contain;
    width: 17.2rem;
    height: 2.9rem;
    margin: 0 auto 0.8rem;
  }
  .test-preparation .recommendWrap .listWrap .list:nth-child(3) .listLogo {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/test-preparation/test-preparation_recommend_logo3.png") no-repeat center;
    background-size: contain;
    width: 17.2rem;
    height: 2.9rem;
    margin: 0 auto 0.8rem;
  }
  .test-preparation .recommendWrap .listWrap .list .content {
    background-color: #fff;
    min-height: 11.1rem;
    border-radius: 12px;
  }
  .test-preparation .recommendWrap .listWrap .list .content + .content {
    margin-top: 1.2rem;
  }
  .test-preparation .recommendWrap .listWrap .list .content + .listTitle {
    margin-top: 3rem;
  }
  .test-preparation .recommendWrap .listWrap .list .content .textWrap {
    width: 60%;
    border: 1px solid #D0E1CE;
    border-radius: 12px 0 0 12px;
    padding: 1.2rem;
    text-align: left;
    position: relative;
  }
  .test-preparation .recommendWrap .listWrap .list .content .textWrap .top {
    align-items: center;
  }
  .test-preparation .recommendWrap .listWrap .list .content .textWrap .top .logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 4.5rem;
    height: 3.9rem;
    margin-right: 0.2rem;
  }
  .test-preparation .recommendWrap .listWrap .list .content .textWrap .top p {
    font-size: 1.1rem;
    font-weight: bold;
  }
  .test-preparation .recommendWrap .listWrap .list .content .textWrap .top span {
    font-size: 0.8rem;
    display: block;
    color: #999999;
  }
  .test-preparation .recommendWrap .listWrap .list .content .textWrap .infoWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 1.2rem 1.2rem;
  }
  .test-preparation .recommendWrap .listWrap .list .content .textWrap .infoWrap .info {
    display: flex;
    font-size: 0.8rem;
    color: #333;
  }
  .test-preparation .recommendWrap .listWrap .list .content .textWrap .infoWrap .info .infoTitle {
    background-color: #EFEFEF;
    width: 3.9rem;
    border-radius: 4px;
    text-align: center;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .test-preparation .recommendWrap .listWrap .list .content .textWrap .infoWrap .info .sub {
    padding: 0 0.8rem;
    width: calc(100% - 3.9rem);
  }
  .test-preparation .recommendWrap .listWrap .list .content .textWrap .infoWrap .info.info {
    margin-top: 0.6rem;
  }
  .test-preparation .recommendWrap .listWrap .list .content .imgWrap {
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 12px 12px 0;
  }

  @media screen and (max-width: 1080px) {
    .test-preparation .maxWidth {
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 4.61rem;
      padding-bottom: 4.61rem;
    }

    .test-preparation #real-review-section .maxWidth {padding: 0 16px;}
  }
  @media screen and (max-width: 767px) {
    .test-preparation { /* 50 */
      /* 28 */
      /* 22 */
    }
    .test-preparation .pointTextArea {
      padding: 2.7rem 0;
      line-height: 1.3;
    }
    .test-preparation .area > h2 {
      padding-top: 5rem;
      margin-bottom: 2.5rem;
    }
    .test-preparation .tableWrap {
      padding-bottom: 12px;
      font-size: 1.23rem;
    }
    .test-preparation .tableWrap table {
      min-width: 64.9rem;
    }
    .test-preparation h1 {
      font-size: 3.8rem;
      line-height: 1.25;
    }
    .test-preparation h2 {
      font-size: 2.15rem;
      line-height: 1.25;
    }
    .test-preparation h3 {
      font-size: 1.69rem;
    }
    .test-preparation .visual .maxWidth {
      padding-bottom: 7.7rem;
    }
    .test-preparation .visual h4 {
      font-size: 1.5rem;
      border-radius: 60px;
      margin-bottom: 0.5rem;
      line-height: 1.4;
    }
    .test-preparation .visual h1 {
      margin-bottom: 1rem;
    }
    .test-preparation .visual .logo {
      margin-bottom: 2rem;
    }
    .test-preparation .visual .content .box {
      font-size: 1.53rem;
      width: calc(50% + 0.5rem);
      border-radius: 50px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1.3;
      height: 183px;
      padding-top: 50px;
    }
    .test-preparation .visual .content .box:nth-child(2) {
      margin-left: -1rem;
    }
    .test-preparation .visual .content .box span {
      font-size: 1.15rem;
      position: absolute;
      top: 25px;
      width: 100%;
      display: block;
    }
    .test-preparation .visual .content .box + .box::before {
      left: 2px;
    }
    .test-preparation .choiceWrap h3 {
      font-size: 1.38rem;
    }
    .test-preparation .choiceWrap figure {
      width: 100%;
      margin-top: 2rem;
      padding-bottom: 51%;
    }
    .test-preparation .reviewWrap .talkBox {
      padding: 2rem 0;
      font-size: 1.23rem;
    }
    .test-preparation .reviewWrap .talkBox::after {
      width: 2.7rem;
      height: 2.7rem;
      bottom: -2.7rem;
    }
    .test-preparation .reviewWrap .talkBox h3 {
      margin-bottom: 0.9rem;
    }
    .test-preparation .reviewWrap .talkBox figure {
      width: 2.5rem;
    }
    .test-preparation .reviewWrap .talkBox .videoWrap {
      margin-top: 4rem;
    }
    .test-preparation .reviewWrap .recommend ul li {
      width: 100%;
      padding-top: 4.7rem;
    }
    .test-preparation .reviewWrap .recommend ul li span {
      font-size: 1.15rem;
      padding: 0.5rem 2rem;
    }
    .test-preparation .reviewWrap .recommend ul li p {
      font-size: 1.53rem;
    }
    .test-preparation .reviewWrap .recommend ul li + li {
      margin-top: 1.23rem;
    }
    .test-preparation .examType .standard ul li {
      margin-right: 0.61rem;
      width: calc(33.3333333333% - 0.5rem);
      height: 14rem;
      margin-bottom: 0.61rem;
      font-size: 1.23rem;
      padding: 3rem 0 0;
    }
    .test-preparation .examType .standard ul li figure {
      width: 3.84rem;
      height: 3.84rem;
    }
    .test-preparation .examType .course .boxWrap {
      justify-content: space-between;
    }
    .test-preparation .examType .course .boxWrap .box {
      width: calc(50% - 0.3rem);
    }
    .test-preparation .examType .course .boxWrap .box + .box {
      margin-left: 0;
    }
    .test-preparation .examType .course .boxWrap .box > div {
      font-size: 1.53rem;
    }
    .test-preparation .examType .course .boxWrap .box > div.title {
      font-size: 1.53rem;
      height: 10rem;
    }
    .test-preparation .examType .course .boxWrap .box > div.title .sub {
      font-size: 1.15rem;
    }
    .test-preparation .examType .course .boxWrap .box > div.info {
      padding: 2.7rem 0.7rem;
      line-height: 1.3;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 15.3rem;
    }
    .test-preparation .recommendWrap .tabMenu {
      font-size: 1.15rem;
    }
    .test-preparation .recommendWrap .tabMenu ul li {
      padding: 0.86rem 0.61rem;
      width: calc(33.3333333333% - 0.4rem);
    }
    .test-preparation .recommendWrap .tabMenu ul li img {
      height: 1.53rem;
    }
    .test-preparation .recommendWrap .listWrap {
      padding-top: 1.8rem;
    }
    .test-preparation .recommendWrap .listWrap .list + .list {
      margin-top: 4.5rem;
    }
    .test-preparation .recommendWrap .listWrap .list .listTitle {
      font-size: 1.92rem;
    }
    .test-preparation .recommendWrap .listWrap .list .content {
      height: auto;
    }
    .test-preparation .recommendWrap .listWrap .list .content .imgWrap {
      order: 1;
      width: 100%;
      height: 65vw;
      border-radius: 12px 12px 0 0;
    }
    .test-preparation .recommendWrap .listWrap .list .content .textWrap {
      order: 2;
      width: 100%;
      border-radius: 0 0 12px 12px;
      padding: 1.7rem 1.2rem;
    }
    .test-preparation .recommendWrap .listWrap .list .content .textWrap .top {
      align-items: flex-start;
    }
    .test-preparation .recommendWrap .listWrap .list .content .textWrap .top p {
      font-size: 1.53rem;
    }
    .test-preparation .recommendWrap .listWrap .list .content .textWrap .top span {
      font-size: 1.07rem;
    }
    .test-preparation .recommendWrap .listWrap .list .content .textWrap .top .logo {
      width: 3.6rem;
      height: 3.1rem;
      margin-right: 0;
    }
    .test-preparation .recommendWrap .listWrap .list .content .textWrap .top .right {
      width: calc(100% - 3.6rem);
      padding-left: 0.5rem;
    }
    .test-preparation .recommendWrap .listWrap .list .content .textWrap .infoWrap {
      position: static;
      padding: 0;
      margin-top: 2rem;
    }
    .test-preparation .recommendWrap .listWrap .list .content .textWrap .infoWrap .info {
      font-size: 1.07rem;
    }
    .test-preparation .recommendWrap .listWrap .list .content .textWrap .infoWrap .info .infoTitle {
      width: 5.5rem;
      height: 2.3rem;
      line-height: 2.3rem;
      padding: 0;
    }
    .test-preparation .recommendWrap .listWrap .list .content .textWrap .infoWrap .info .sub {
      width: calc(100% - 5.5rem);
    }
    .test-preparation .recommendWrap .listWrap .list .content .textWrap .infoWrap .info + .info {
      margin-top: 1.6rem;
    }
  }/*# sourceMappingURL=test-preparation.css.map */
