.common_section {
  width: 100%;
}

.common_section1 {
  width: 100%;
  padding: 60px 0 90px;
}

.common_sec1_title {
  width: 100%;
  font-size: 48px;
  color: #111;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  text-align: center;
}

.common_sec1_title p {
  font-size: 28px;
  font-family: 'Pretendard-Regular', sans-serif;
  margin-top: 15px;
}

.common_sec1_title p span {
  font-family: 'Pretendard-Bold', sans-serif;
}

.common_sec1_con {
  width: 100%;
  margin-top: 35px;
}

.more_btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.more_btn a {
  font-size: 16px;
  color: #555;
  font-family: 'Pretendard-Regular', sans-serif;
}

.review_img {
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}

.common_section2 {
  width: 100%;
  padding: 160px 0 80px;
  background-image: url(../images/motiva_banner5.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.common_sec2_title {
  width: 100%;
  position: relative;
  text-align: center;
}

.point_text1 {
  display: inline-block;
  text-align: center;
  font-size: 62px;
  color: #07193e;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  position: relative;
}

span.comma {
  font-size: 80px;
  font-family: 'BCcardB', sans-serif;
}

span.bold_text2 {
  font-size: 58px;
  font-family: 'S-CoreDream-8Heavy', sans-serif;
  position: relative;
}

.point_text1 img {
  position: absolute;
  right: 45px;
}

.theface_font {
  font-size: 160px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'InkLipquid', sans-serif;
  font-style: italic;
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -30px;
}

.common_sec2_contain {
  width: 100%;
  margin-top: 110px;
  position: relative;
}

.common_sec2_contain > span {
  width: 1px;
  height: 80px;
  background-color: #07193e;
  position: absolute;
  display: block;
  left: 50%;
  top: -60px;
}

.common_sec2_contain ul {
  width: 100%;
  display: flex;
  background-color: #fff;
  padding: 50px 0;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
}

.common_sec2_contain ul li {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0 15px;
}

.motion_imgbox {
  width: 130px;
  height: 130px;
  margin-bottom: 15px;
  position: relative;
}

.motion_imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radius_shape {
  width: 65px;
  height: 45px;
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  background-color: #63abff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 5px 0 0 -7px;
  animation: motion1 infinite 1.5s ease-in;
}

@keyframes motion1 {
  0% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  }

  40% {
    border-radius: 42% 58% 70% 30% / 55% 55% 45% 45%;
  }

  70% {
    border-radius: 30% 70% 58% 42% / 55% 55% 45% 45%;
  }

  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  }
}

img.after_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common_sec2_contain ul li:nth-child(2) {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  box-sizing: border-box;
}

.common_sec2_contain ul li:nth-child(2) img.after_img {
  margin: 5px 0 0 -3px;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: motion2 infinite 1.5s ease-in-out;
}

.common_sec2_contain ul li:nth-child(2) img.after_img2 {
  margin: 5px 0 0 3px;
  opacity: 0;
  transform: rotateY(180deg) translate(50%, -50%);
  animation: motion2 infinite 1.5s 0.75s ease-in-out;
}

@keyframes motion2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.common_sec2_contain ul li:last-child img.after_img {
  animation: motion3 infinite 1.5s ease;
}

@keyframes motion3 {
  0% {
    margin-top: 0;
  }

  40% {
    margin-top: -10px;
    transform: rotateY(180deg) translate(50%, -50%);
  }

  80% {
    margin-top: -10px;
  }

  100% {
    margin-top: 0;
  }
}

.common_sec2_contain ul li p {
  font-size: 24px;
  text-align: center;
  line-height: 35px;
  font-family: 'Pretendard-Medium', sans-serif;
}

.common_sec2_contain ul li p span {
  font-family: 'Pretendard-ExtraBold', sans-serif;
  display: block;
}

.common_section3 {
  width: 100%;
}

.common_sec3_title {
  width: 100%;
}

.common_sec3_title .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cs_title_inner1 {
  display: flex;
  align-items: center;
}

.cs_title_inner1 p {
  font-size: 20px;
  color: #fff;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  padding: 4px 20px;
  border-radius: 50px;
}

p.purple1 {
  background-color: #c69eff;
}

p.purple2 {
  background-color: #7c8bff;
}

p.purple3 {
  background-color: #5687fe;
}

.cs_title_inner1 span {
  font-size: 32px;
  color: #8a8a8a;
  margin: 0 8px;
  font-weight: 300;
}

.cs_title_inner2 {
  margin-top: 20px;
  position: relative;
  font-size: 50px;
  color: #07193e;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  font-weight: bold;
}

span.bold_text3 {
  font-size: 62px;
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

span.tway_font {
  font-size: 90px;
  font-family: 'twaysky', sans-serif;
  position: relative;
}

.cs_title_inner2 img {
  position: absolute;
  right: -45px;
  top: -30px;
}

.common_sec3_contain1 {
  width: 100%;
  margin-top: 55px;
}

.cs3_contitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.point_circle {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #07193e;
}

.point_circle p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  margin-top: 5px;
}

.point_circle p span {
  font-size: 11px;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  display: block;
  letter-spacing: 3px;
  margin-right: -3px;
}

.cs3_contitle > p {
  font-size: 45px;
  color: #07193e;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  margin-top: 15px;
}

.cs3_contitle > span {
  font-size: 20px;
  color: #555;
  font-family: 'Pretendard-Medium', sans-serif;
  display: block;
  margin-top: 5px;
  line-height: 30px;
  text-align: center;
}

.cs3_contain1_ulbox {
  width: 100%;
  margin-top: 50px;
  position: relative;
}

ul.cs3_contain1_ul1 {
  width: 100%;
}

ul.cs3_contain1_ul1 li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.cs3_contain1_ul1 li:last-child {
  flex-direction: row-reverse;
}

.cs3_imgbox {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs3_imgbox img {
  width: 100%;
}

.cs3_textbox {
  width: 47%;
}

ul.cs3_contain1_ul1 li:last-child .cs3_textbox {
  text-align: right;
}

.cs3_textbox > span {
  font-size: 34px;
  color: #222;
  font-family: 'S-CoreDream-6Bold', sans-serif;
}

.cs3_textbox > p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Pretendard-Regular', sans-serif;
}

.cs3_textbox > p span.underline {
  font-family: 'Pretendard-ExtraBold', sans-serif;
  background-image: linear-gradient(
    transparent 55%,
    rgba(255, 242, 0, 0.3) 45%
  );
  line-height: 1.3;
}

ul.cs3_contain1_ul2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

ul.cs3_contain1_ul2 li {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-color: #63abff;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

ul.cs3_contain1_ul2 li:last-child {
  margin-right: 0;
}

.dashed {
  width: 135px;
  height: 135px;
  border-radius: 100px;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  line-height: 33px;
  font-family: 'Pretendard-SemiBold', sans-serif;
  text-align: center;
}

.common_sec3_contain2 {
  width: 100%;
  margin: 70px 0;
}

.cs3_contain2_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs3_imgbox2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.cs3_contain2_box ul {
  width: 550px;
  margin-left: -20px;
}

.cs3_contain2_box ul li {
  width: 100%;
  border-bottom: 1px dashed #898989;
  padding: 60px 0 30px 60px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

.cs3_contain2_box ul li:first-child {
  margin-bottom: 40px;
}

.cs3_contain2_box ul li p {
  font-size: 22px;
  color: #222;
  font-family: 'Pretendard-Medium', sans-serif;
  margin-left: 20px;
}

.cs3_contain2_box ul li p span {
  font-family: 'Pretendard-ExtraBold', sans-serif;
}

.common_sec3_contain3 {
  width: 100%;
  padding: 65px 0 70px;
  background-image: url(../images/common_sec3_contain3_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.common_sec3_contain3 ul {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.common_sec3_contain3 ul li {
  width: 19%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
}

.cs3_contain3_img {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d7d7d7;
}

.cs3_contain3_img img {
  width: 100%;
}

.cs3_contain3_text {
  width: 100%;
  padding: 30px 0 40px;
  text-align: center;
}

.cs3_contain3_text p {
  font-size: 22px;
  color: #222;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  text-align: center;
}

.cs3_contain3_text p span {
  width: 25px;
  height: 1px;
  background-color: #ccc;
  display: block;
  margin: 15px auto;
}

.cs3_contain3_text > span {
  font-size: 15px;
  line-height: 20px;
  color: #222;
  font-family: 'Pretendard-Regular', sans-serif;
}

.common_sec3_contain4 {
  width: 100%;
  padding: 75px 0;
  position: relative;
}

span.lightpurple_bg {
  width: 100%;
  height: 230px;
  background-color: rgba(240, 233, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

span.middle_bar {
  display: block;
  width: 1px;
  height: 70px;
  background-color: rgba(149, 149, 149, 0.5);
  margin: 15px auto 20px;
}

.cs3_contain4_text {
  text-align: center;
  font-size: 22px;
  color: #222;
  font-family: 'Pretendard-Medium', sans-serif;
  display: table;
  margin: 0 auto;
}

.cs3_ct4_inner {
  text-align: center;
  font-size: 26px;
  color: #222;
  font-family: 'Pretendard-Medium', sans-serif;
  position: relative;
  margin-top: 12px;
}

.cs3_ct4_inner span {
  font-family: 'Pretendard-ExtraBold', sans-serif;
}

.cs3_ct4_inner img {
  position: absolute;
  bottom: -10px;
  right: -13px;
  z-index: -1;
}

.cs3_contain4 {
  width: 100%;
  margin-top: 55px;
}

.cs3_contain4 > p {
  font-size: 16px;
  color: #777;
  font-family: 'Pretendard-Light', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cs3_contain4 > p span.underline {
  font-size: 23px;
  color: #222;
  font-family: 'Pretendard-SemiBold', sans-serif;
  line-height: 1.2;
  background-image: linear-gradient(transparent 65%, #cde6ff 35%);
  margin-bottom: 7px;
}

.cs3_contain4 ul {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.cs3_contain4 ul li {
  width: 19%;
}

.cs3_contain4_img {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs3_contain4_img img {
  width: 100%;
}

.cs3_contain4 ul li p {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  color: #222;
  font-family: 'Pretendard-SemiBold', sans-serif;
}

.common_sec3_contain5 {
  width: 100%;
  padding-top: 70px;
}

.cs3_con5_box {
  width: 100%;
  margin-top: 25px;
  padding: 75px 0;
  background-image: url(../images/cs3_contain5_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cs3_con5_box .center {
  display: table;
  padding: 0 50px;
  box-sizing: border-box;
}

.premium_tab {
  width: 220px;
  float: left;
}

.premium_tab ul li {
  font-size: 20px;
  color: #c5c5c5;
  font-family: 'S-CoreDream-3Light', sans-serif;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 40px;
}

.premium_tab ul li.tab_on {
  font-size: 30px;
  color: #fff;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  list-style: disc;
}

.premium_tab ul li.tab_on::marker {
  color: #dd72ff;
}

.premium_tabcon_box {
  width: 100%;
}

.premium_tabcon {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.premium_tabcon_on {
  float: right;
  height: 100%;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 40px;
}

.premium_tabcon_slide {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.slider-nav {
  width: 95px;
  margin-right: 30px;
}

.slider-nav .slick-list,
.slider-nav .slick-track {
  height: inherit !important;
}

.slider-for {
  width: 690px;
  height: 435px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.slider-for .slick-list {
  overflow: visible;
}

.slide_smallbox > img,
.slide_bigimg > img {
  width: 100%;
}

.slide_smallbox {
  width: 100% !important;
  height: 95px;
  margin: 10px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1 !important;
  left: 0 !important;
  overflow: hidden;
}

.slide_smallbox.slick-current.slick-active {
  border: 5px solid #db82fa;
  box-sizing: border-box;
}

.slide_bigimg {
  width: 100%;
  height: auto;
  position: relative;
}

.only {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -45px;
  left: -40px;
  z-index: 9;
}

.premium_name {
  position: absolute;
  font-size: 16px;
  line-height: 25px;
  color: #222;
  font-family: 'Pretendard-Regular', sans-serif;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
}

.premium_name span {
  font-size: 35px;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  display: block;
  margin-bottom: 30px;
}

.arrowLocation {
  display: flex;
  align-items: center;
  position: absolute;
  left: 250px;
  bottom: 40px;
}

.pagingInfo_1,
.pagingInfo_2,
.pagingInfo_3,
.pagingInfo_4,
.pagingInfo_5 {
  font-size: 16px;
  color: #111;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  margin-right: 5px;
}

.pagingInfo2 {
  font-size: 16px;
  color: #909090;
  font-family: 'S-CoreDream-3Light', sans-serif;
}

.common_section4 {
  width: 100%;
  padding: 80px 0;
}

.cs4_title {
  width: 100%;
  text-align: center;
  font-size: 50px;
  color: #222;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cs4_title span {
  background-color: #64abff;
  border-radius: 50px;
  padding: 8px 30px;
  font-size: 22px;
  color: #fff;
  font-family: 'Pretendard-Regular', sans-serif;
  margin-bottom: 10px;
}

.review_listbox {
  width: 100%;
  display: inline-block;
}

.review_detailbox {
  width: 800px;
  margin: 0 auto 60px;
}

.review_smallimg.on {
  border: 5px solid #64abff;
}

.review_ba {
  width: 100%;
  margin: 10px auto 0;
}

.review_ba .list_more_btn {
  width: 1020px;
  margin: 0 auto;
}

.slider_big {
  width: 800px;
  margin: 15px auto 0;
}

.slide_bigimg_inner {
  width: 100%;
  position: relative;
}

ul.img_big {
  width: 100%;
  height: 505px;
  display: flex;
}

ul.img_big li {
  width: 50%;
  height: 100%;
  background-color: #adadad;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.img_big li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

ul.img_big li p {
  width: 100%;
  height: 40px;
  position: absolute;
  background-color: rgba(7, 25, 62, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-family: 'Pretendard-Light', sans-serif;
  left: 0;
  bottom: 0;
}

.detail {
  width: 50%;
  height: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.detail p {
  width: 145px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #959595;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  font-family: 'Pretendard-Regular', sans-serif;
  margin-top: 25px;
  cursor: pointer;
}

.review_bigimg > p {
  display: table;
  background-color: #64abff;
  border-radius: 50px;
  padding: 8px 30px;
  font-size: 22px;
  color: #fff;
  font-family: 'Pretendard-Regular', sans-serif;
  margin: 20px auto 0;
}

.slider_small {
  width: 100%;
  margin-top: 55px;
  display: inline-block;
}

.review_smallimg {
  width: 32% !important;
  height: 240px;
  float: left;
  position: relative;
  margin-right: 2%;
  margin-bottom: 25px;
  box-sizing: border-box;
  cursor: pointer;
}

.review_smallimg:nth-child(3n) {
  margin-right: 0;
}

ul.img_small {
  width: 100%;
  display: flex;
  height: 100%;
}

ul.img_small li {
  width: 50%;
  height: 100%;
  background-color: #adadad;
  overflow: hidden;
}

ul.img_small li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.before {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.before a {
  width: 75px;
  height: 75px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-family: 'Pretendard-Regular', sans-serif;
}

.review_smallimg.slick-current.slick-active {
  border: 5px solid #64abff;
}

.page_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_btn a {
  font-size: 16px;
  margin: 0 10px;
}

.page_btn a.arrow {
  color: #111;
  font-family: 'SUIT-Thin', sans-serif;
  letter-spacing: -3px;
}

.page_btn a.num {
  color: #555;
  font-family: 'Pretendard-Light', sans-serif;
}

.page_btn a.page_num {
  font-family: 'Pretendard-Bold', sans-serif;
  text-decoration: underline;
}

.page_btn a.le_sp {
  font-family: 'SUIT-Thin', sans-serif;
  letter-spacing: -3px;
  color: #111;
  cursor: pointer;
}

.page_btn a:hover {
  color: #023f87;
  font-weight: bold;
}

.page_btn a.page_num:hover {
  text-decoration: underline;
}

/* mobile */
@media screen and (max-width: 767px) {
  .common_section1 {
    padding: 50px 0;
  }

  .common_sec1_title {
    font-size: 22px;
  }

  .common_sec1_title p {
    font-size: 14px;
    margin-top: 10px;
  }

  .common_sec1_con {
    margin-top: 25px;
  }

  .more_btn a {
    font-size: 12px;
  }

  .review_img {
    margin-top: 10px;
    cursor: inherit;
  }

  .review_img img {
    width: 100%;
  }

  .common_section2 {
    padding: 40px 0 60px;
  }

  .point_text1 {
    font-size: 20px;
  }

  span.comma {
    font-size: 30px;
  }

  span.bold_text2 {
    font-size: 22px;
  }

  .point_text1 img {
    width: 130px;
    right: 10px;
  }

  .theface_font {
    font-size: 50px;
    top: -40px;
    margin-left: -15px;
  }

  .common_sec2_contain {
    margin-top: 20px;
  }

  .common_sec2_contain > span {
    height: 20px;
    left: 50%;
    top: -10px;
  }

  .common_sec2_contain ul {
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .common_sec2_contain ul li {
    width: 100%;
    padding: 20px 0;
  }

  .motion_imgbox {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
  }

  .motion_imgbox img {
    width: 100%;
  }

  .radius_shape {
    width: 40px;
    height: 30px;
    margin: 5px 0 0 -5px;
  }

  img.after_img {
    width: 80%;
  }

  .common_sec2_contain ul li:nth-child(2) {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }

  .common_sec2_contain ul li:nth-child(2) img.after_img {
    margin: 4px 0 0;
  }

  .common_sec2_contain ul li:nth-child(2) img.after_img2 {
    margin: 4px 0 0;
  }

  .common_sec2_contain ul li:last-child img.after_img {
    width: 25%;
  }

  @keyframes motion3 {
    0% {
      margin-top: 0;
    }

    40% {
      margin-top: -5px;
      transform: rotateY(180deg) translate(50%, -50%);
    }

    80% {
      margin-top: -5px;
    }

    100% {
      margin-top: 0;
    }
  }

  .common_sec2_contain ul li p {
    font-size: 14px;
    line-height: 20px;
  }

  .cs_title_inner1 p {
    font-size: 10px;
    padding: 3px 10px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
  }

  .cs_title_inner1 span {
    font-size: 20px;
    margin: 0 5px;
  }

  .cs_title_inner2 {
    margin-top: 10px;
    font-size: 20px;
  }

  span.bold_text3 {
    font-size: 22px;
  }

  span.tway_font {
    font-size: 28px;
  }

  .cs_title_inner2 img {
    width: 150px;
    right: -15px;
    top: auto;
    bottom: -3px;
  }

  .common_sec3_contain1 {
    margin-top: 40px;
  }

  .point_circle {
    width: 60px;
    height: 60px;
  }

  .point_circle p {
    font-size: 18px;
  }

  .point_circle p span {
    font-size: 10px;
    letter-spacing: 2px;
    margin-right: -2px;
  }

  .cs3_contitle > p {
    font-size: 20px;
    margin-top: 10px;
  }

  .cs3_contitle > span {
    font-size: 12px;
    margin-top: 5px;
    line-height: 18px;
  }

  .cs3_contain1_ulbox {
    margin-top: 30px;
    padding: 0 5%;
    box-sizing: border-box;
  }

  ul.cs3_contain1_ul1 {
    margin-top: 30px;
  }

  ul.cs3_contain1_ul1 li {
    display: block;
    margin-bottom: 30px;
  }

  ul.cs3_contain1_ul1 li:last-child {
    margin-bottom: 0;
  }

  ul.cs3_contain1_ul1 li:last-child .cs3_textbox {
    text-align: left;
  }

  .cs3_imgbox {
    width: 100%;
  }

  .cs3_textbox {
    width: 100%;
    margin-top: 15px;
  }

  .cs3_textbox > span {
    font-size: 16px;
  }

  .cs3_textbox > p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    word-break: break-all;
  }

  .cs3_textbox > p br {
    display: none;
  }

  ul.cs3_contain1_ul2 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    justify-content: space-between;
  }

  ul.cs3_contain1_ul2 li {
    width: 75px;
    height: 75px;
    margin-right: 0;
  }

  .dashed {
    width: 65px;
    height: 65px;
    font-size: 14px;
    line-height: 18px;
  }

  .common_sec3_contain2 {
    margin: 50px 0;
  }

  .cs3_contain2_box {
    display: block;
  }

  .cs3_imgbox2 {
    width: 80%;
    margin: 30px auto 0;
  }

  .cs3_imgbox2 img {
    width: 100%;
  }

  .cs3_contain2_box ul {
    width: 100%;
    margin-left: 0;
  }

  .cs3_contain2_box ul li {
    width: 100%;
    padding: 20px 20px 15px;
    justify-content: center;
  }

  .cs3_contain2_box ul li img {
    width: 15px;
  }

  .cs3_contain2_box ul li:first-child {
    margin-bottom: 10px;
  }

  .cs3_contain2_box ul li p {
    font-size: 12px;
    margin-left: 10px;
  }

  .common_sec3_contain3 {
    padding: 50px 0;
  }

  .common_sec3_contain3 ul {
    margin-top: 30px;
    display: block;
  }

  .common_sec3_contain3 ul li {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .common_sec3_contain3 ul li:last-child {
    margin-bottom: 0;
  }

  .cs3_contain3_img {
    width: 50%;
    border-bottom: 0;
    border-right: 1px solid #d7d7d7;
    box-sizing: border-box;
  }

  .cs3_contain3_text {
    width: 50%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .cs3_contain3_text p {
    font-size: 15px;
  }

  .cs3_contain3_text p span {
    width: 15px;
    margin: 10px auto;
  }

  .cs3_contain3_text > span {
    font-size: 10px;
    line-height: 15px;
    display: block;
  }

  .common_sec3_contain4 {
    padding: 50px 0;
  }

  span.lightpurple_bg {
    height: 250px;
  }

  span.middle_bar {
    height: 30px;
    margin: 15px auto;
  }

  .cs3_contain4_text {
    font-size: 12px;
    line-height: normal;
  }

  .cs3_ct4_inner {
    font-size: 14px;
    margin-top: 10px;
  }

  .cs3_ct4_inner img {
    width: 90px;
    bottom: -5px;
    right: -5px;
  }

  .cs3_contain4 {
    margin-top: 30px;
  }

  .cs3_contain4 > p {
    font-size: 12px;
  }

  .cs3_contain4 > p span.underline {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .cs3_contain4 ul {
    display: inline-block;
    margin-top: 0;
  }

  .cs3_contain4 ul li {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-top: 20px;
  }

  .cs3_contain4 ul li:nth-child(3) {
    margin-right: 0;
  }

  .cs3_contain4 ul li:nth-child(4) {
    margin-left: 18%;
  }

  .cs3_contain4 ul li:last-child {
    margin-bottom: 0;
  }

  .cs3_contain4_img {
    width: 100%;
  }

  .cs3_contain4 ul li p {
    margin-top: 10px;
    font-size: 12px;
  }

  .common_sec3_contain5 {
    padding-top: 50px;
  }

  .cs3_con5_box {
    padding: 30px 0;
  }

  .cs3_con5_box .center {
    display: block;
    padding: 0;
  }

  .premium_tab {
    width: 100%;
    float: inherit;
  }

  .premium_tab ul {
    padding: 0 3%;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
  }

  .premium_tab ul .slick-track {
    display: flex !important;
    align-items: center;
  }

  .premium_tab ul li {
    height: 100%;
    font-size: 12px;
    cursor: inherit;
    margin-bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
  }

  .premium_tab ul li.tab_on {
    font-size: 12px;
    background-color: #dd72ff;
    border-radius: 5px;
  }

  .premium_tab ul li.tab_on::marker {
    font-size: 10px;
  }

  .premium_tabcon_on {
    float: inherit;
    width: 100%;
    height: 100%;
    margin-top: 50px;
  }

  .premium_tabcon_slide {
    display: flex;
    flex-direction: column-reverse;
  }

  .slider-nav {
    width: 100%;
    margin-right: 0;
    display: flex !important;
  }

  .slider-nav .slick-track,
  .slider-nav .slick-list {
    width: 100%;
  }

  .slider-nav .slick-track {
    display: flex !important;
  }

  .slider-for {
    width: 100%;
    height: auto;
  }

  .slide_smallbox {
    height: auto;
    margin: 10px 5px 5px;
    border: 2px solid transparent;
    box-sizing: border-box;
  }

  .slide_smallbox img {
    width: 100%;
  }

  .slide_smallbox.slick-current.slick-active {
    border: 2px solid #db82fa;
  }

  .only {
    width: 70px;
    top: -25px;
    left: -10px;
  }

  .only img {
    width: 100%;
  }

  .premium_name {
    font-size: 12px;
    line-height: 18px;
    left: 5%;
    width: 45%;
    word-break: break-all;
  }

  .premium_name br {
    display: none;
  }

  .premium_name span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .arrowLocation {
    left: 5%;
    bottom: auto;
    top: 50%;
  }

  .pagingInfo_1,
  .pagingInfo_2,
  .pagingInfo_3,
  .pagingInfo_4,
  .pagingInfo_5 {
    font-size: 10px;
  }

  .pagingInfo2 {
    font-size: 10px;
  }

  .common_section4 {
    padding: 50px 0;
  }

  .cs4_title {
    font-size: 20px;
  }

  .review_detailbox {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 10px;
  }

  .review_listbox {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .review_smallimg.on {
    border: 2px solid #64abff;
  }

  .review_ba .list_more_btn {
    width: 100%;
  }

  .slider_big {
    width: 100%;
    margin: 10px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
  }

  ul.img_big {
    height: auto;
  }

  ul.img_big li p {
    height: 25px;
    font-size: 10px;
  }

  .detail {
    height: calc(100% - 25px);
  }

  .detail img {
    width: 30px;
  }

  .detail p {
    width: 80px;
    height: 30px;
    font-size: 12px;
    margin-top: 15px;
    cursor: inherit;
  }

  .review_bigimg > p {
    padding: 5px 15px;
    font-size: 14px;
    margin: 15px auto 0;
  }

  .slider_small {
    width: 100%;
    margin: 30px auto 0;
  }

  .review_smallimg {
    width: 49% !important;
    height: auto;
    margin-right: 2%;
    margin-bottom: 10px;
    cursor: inherit;
    border: 2px solid transparent;
  }

  .review_smallimg:nth-child(3n) {
    margin-right: 2%;
  }

  .review_smallimg:nth-child(2n) {
    margin-right: 0;
  }

  .before a {
    width: 45px;
    height: 45px;
    font-size: 10px;
  }

  .review_smallimg.slick-current.slick-active {
    border: 2px solid #64abff;
  }

  .page_btn {
    margin-top: 20px;
  }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .review_detailbox {
    width: 100%;
    padding: 0 25px;
    margin: 0 auto 30px;
  }

  .review_listbox {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .review_smallimg.on {
    border: 2px solid #64abff;
  }

  .common_section1 {
    padding: 50px 0;
  }

  .common_sec1_title {
    font-size: 22px;
  }

  .common_sec1_title p {
    font-size: 14px;
    margin-top: 10px;
  }

  .common_sec1_con {
    margin-top: 25px;
  }

  .more_btn a {
    font-size: 12px;
  }

  .review_img {
    margin-top: 10px;
    cursor: inherit;
  }

  .review_img img {
    width: 100%;
  }

  .common_section2 {
    padding: 40px 0 60px;
  }

  .point_text1 {
    font-size: 20px;
  }

  span.comma {
    font-size: 30px;
  }

  span.bold_text2 {
    font-size: 22px;
  }

  .point_text1 img {
    width: 130px;
    right: 10px;
  }

  .theface_font {
    font-size: 50px;
    top: -40px;
    margin-left: -15px;
  }

  .common_sec2_contain {
    margin-top: 20px;
  }

  .common_sec2_contain > span {
    height: 20px;
    left: 50%;
    top: -10px;
  }

  .common_sec2_contain ul {
    padding: 30px 0;
  }

  .common_sec2_contain ul li {
    padding: 15px 0;
  }

  .motion_imgbox {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
  }

  .motion_imgbox img {
    width: 100%;
  }

  .radius_shape {
    width: 40px;
    height: 30px;
    margin: 5px 0 0 -5px;
  }

  img.after_img {
    width: 80%;
  }

  .common_sec2_contain ul li:nth-child(2) img.after_img {
    margin: 4px 0 0;
  }

  .common_sec2_contain ul li:nth-child(2) img.after_img2 {
    margin: 4px 0 0;
  }

  .common_sec2_contain ul li:last-child img.after_img {
    width: 25%;
  }

  @keyframes motion3 {
    0% {
      margin-top: 0;
    }

    40% {
      margin-top: -5px;
      transform: rotateY(180deg) translate(50%, -50%);
    }

    80% {
      margin-top: -5px;
    }

    100% {
      margin-top: 0;
    }
  }

  .common_sec2_contain ul li p {
    font-size: 14px;
    line-height: 20px;
  }

  .cs_title_inner1 p {
    font-size: 10px;
    padding: 3px 10px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
  }

  .cs_title_inner1 span {
    font-size: 20px;
    margin: 0 5px;
  }

  .cs_title_inner2 {
    margin-top: 10px;
    font-size: 20px;
  }

  span.bold_text3 {
    font-size: 22px;
  }

  span.tway_font {
    font-size: 28px;
  }

  .cs_title_inner2 img {
    width: 150px;
    right: -15px;
    top: auto;
    bottom: -3px;
  }

  .common_sec3_contain1 {
    margin-top: 40px;
  }

  .point_circle {
    width: 60px;
    height: 60px;
  }

  .point_circle p {
    font-size: 18px;
  }

  .point_circle p span {
    font-size: 10px;
    letter-spacing: 2px;
    margin-right: -2px;
  }

  .cs3_contitle > p {
    font-size: 20px;
    margin-top: 10px;
  }

  .cs3_contitle > span {
    font-size: 12px;
    margin-top: 5px;
    line-height: 18px;
  }

  .cs3_contain1_ulbox {
    margin-top: 30px;
    padding: 0 5%;
    box-sizing: border-box;
  }

  ul.cs3_contain1_ul1 li:first-child {
    align-items: flex-start;
  }

  ul.cs3_contain1_ul1 li:last-child {
    align-items: flex-end;
  }

  .cs3_textbox > span {
    font-size: 16px;
  }

  .cs3_textbox > p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    word-break: break-all;
  }

  .cs3_textbox > p br {
    display: none;
  }

  ul.cs3_contain1_ul2 li {
    width: 65px;
    height: 65px;
    margin-right: 10px;
  }

  .dashed {
    width: 55px;
    height: 55px;
    font-size: 12px;
    line-height: 18px;
  }

  .common_sec3_contain2 {
    margin: 50px 0;
  }

  .cs3_contain2_box {
    width: 100%;
  }

  .cs3_imgbox2 {
    width: 35%;
  }

  .cs3_imgbox2 img {
    width: 100%;
  }

  .cs3_contain2_box ul {
    width: 65%;
  }

  .cs3_contain2_box ul li {
    padding: 30px 0 15px 50px;
  }

  .cs3_contain2_box ul li:first-child {
    margin-bottom: 20px;
  }

  .cs3_contain2_box ul li p {
    font-size: 16px;
    margin-left: 15px;
  }

  .cs3_contain2_box ul li img {
    width: 20px;
  }

  .common_sec3_contain3 {
    padding: 50px 0;
  }

  .common_sec3_contain3 .center {
    width: 90%;
  }

  .common_sec3_contain3 ul {
    margin-top: 30px;
  }

  .cs3_contain3_text {
    box-sizing: border-box;
    padding: 20px 10px;
  }

  .cs3_contain3_text p {
    font-size: 13px;
  }

  .cs3_contain3_text p span {
    width: 15px;
    margin: 10px auto;
  }

  .cs3_contain3_text > span {
    font-size: 12px;
    line-height: 18px;
    word-break: break-all;
    display: block;
  }

  .cs3_contain3_text > span br {
    display: none;
  }

  .common_sec3_contain4 {
    padding: 50px 0;
  }

  span.lightpurple_bg {
    height: 130px;
  }

  span.middle_bar {
    height: 30px;
    margin: 15px auto;
  }

  .cs3_contain4_text {
    font-size: 12px;
    line-height: normal;
  }

  .cs3_ct4_inner {
    font-size: 14px;
    margin-top: 10px;
  }

  .cs3_ct4_inner img {
    width: 90px;
    bottom: -5px;
    right: -5px;
  }

  .cs3_contain4 {
    margin-top: 30px;
  }

  .cs3_contain4 > p {
    font-size: 12px;
  }

  .cs3_contain4 > p span.underline {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .cs3_contain4_img {
    width: 100%;
  }

  .cs3_contain4 ul li p {
    margin-top: 10px;
    font-size: 14px;
  }

  .common_sec3_contain5 {
    padding-top: 50px;
  }

  .cs3_con5_box {
    padding: 30px 0;
  }

  .cs3_con5_box .center {
    display: block;
    padding: 0;
  }

  .premium_tab {
    width: 100%;
    float: inherit;
  }

  .premium_tab ul {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .premium_tab ul li {
    font-size: 14px;
    cursor: inherit;
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 15px;
  }

  .premium_tab ul li:last-child {
    margin-right: 0;
  }

  .premium_tab ul li.tab_on {
    font-size: 15px;
  }

  .premium_tab ul li.tab_on::marker {
    font-size: 10px;
  }

  .premium_tabcon_on {
    float: inherit;
    width: 100%;
    height: 100%;
    margin-top: 50px;
  }

  .premium_tabcon_slide {
    width: 65%;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
  }

  .slider-nav {
    width: 100%;
    margin-right: 0;
    display: flex !important;
  }

  .slider-nav .slick-track,
  .slider-nav .slick-list {
    width: 100%;
  }

  .slider-nav .slick-track {
    display: flex !important;
  }

  .slider-for {
    width: 100%;
    height: auto;
  }

  .slide_smallbox {
    height: auto;
    margin: 10px 5px 5px;
    border: 2px solid transparent;
    box-sizing: border-box;
  }

  .slide_smallbox img {
    width: 100%;
  }

  .slide_smallbox.slick-current.slick-active {
    border: 2px solid #db82fa;
  }

  .only {
    width: 70px;
    top: -25px;
    left: -10px;
  }

  .only img {
    width: 100%;
  }

  .premium_name {
    font-size: 12px;
    line-height: 18px;
    left: 5%;
  }

  .premium_name span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .arrowLocation {
    left: 5%;
    bottom: auto;
    top: 50%;
  }

  .pagingInfo_1,
  .pagingInfo_2,
  .pagingInfo_3,
  .pagingInfo_4,
  .pagingInfo_5 {
    font-size: 10px;
  }

  .pagingInfo2 {
    font-size: 10px;
  }

  .common_section4 {
    padding: 50px 0;
  }

  .cs4_title {
    font-size: 20px;
  }

  .review_ba .list_more_btn {
    width: 100%;
  }

  .slider_big {
    width: 100%;
    margin: 10px auto 0;
    padding: 0 25px;
    box-sizing: border-box;
  }

  ul.img_big {
    height: auto;
  }

  ul.img_big li p {
    height: 25px;
    font-size: 10px;
  }

  .detail {
    height: calc(100% - 25px);
  }

  .detail img {
    width: 30px;
  }

  .detail p {
    width: 80px;
    height: 30px;
    font-size: 12px;
    margin-top: 15px;
    cursor: inherit;
  }

  .review_bigimg > p {
    padding: 5px 15px;
    font-size: 14px;
    margin: 15px auto 0;
  }

  .slider_small {
    margin: 30px auto 0;
    width: 100%;
  }

  .review_smallimg {
    width: 49% !important;
    height: auto;
    margin-right: 2%;
    margin-bottom: 10px;
    cursor: inherit;
    border: 2px solid transparent;
  }

  .review_smallimg:nth-child(3n) {
    margin-right: 2%;
  }

  .review_smallimg:nth-child(2n) {
    margin-right: 0;
  }

  .before a {
    width: 45px;
    height: 45px;
    font-size: 10px;
  }

  .review_smallimg.slick-current.slick-active {
    border: 2px solid #64abff;
  }

  .page_btn {
    margin-top: 20px;
  }
}
