@charset "UTF-8";
@import url("https://mid.home-learn.co.kr/adlanding/web_font/NotoSansKR.css");
@import url("https://www.home-learn.co.kr/web_font/S-CoreDream.css");
@use "sass:math";
/* =============================================== ==========================
    ## 공통 믹스인 모음
  ================================================= ======================== */
@use 'sass:math';
/* 기준 화면 너비 */
/* pixel을 vw로 변환해주는 함수 */
.app-center {
  padding-bottom: 8rem; }

.app-center .app-info {
  max-width: 400px;
  margin: 3rem auto 2.2rem;
  text-align: center;
  overflow: hidden; }

.app-center .app-info__icon {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 1.8rem;
  border-radius: 25px;
  border: 1px solid rgba(32, 32, 32, 0.1);
  -webkit-box-shadow: 0px 3px 9.8px 0.2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 9.8px 0.2px rgba(0, 0, 0, 0.07); }

.app-center .app-info__cap {
  display: block;
  margin-bottom: 0.5rem; }

.app-center .app-info__h {
  margin-bottom: 1rem; }

.app-center .app-info__desc {
  margin-top: 0; }

.app-center .app-info__visual {
  display: inline-block;
  width: 110%;
  margin-left: -5%; }

.app-center .app-features-swiper {
  border: 10px solid #F5F7F7;
  margin-bottom: 3.5rem; }

.app-center .app-features-swiper .swiper-controller {
  margin-top: 0; }

.app-center .app-features-swiper .swiper-button-prev, .app-center .app-features-swiper .swiper-button-next {
  top: auto;
  bottom: 145px; }

.app-center .app-features-swiper .swiper-button-prev {
  left: 13px; }

.app-center .app-features-swiper .swiper-button-next {
  right: 13px; }

.app-center .app-feature {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 2rem 29rem;
  text-align: center; }

.app-center .app-feature__cont {
  background-color: #FFF; }

.app-center .app-feature__device {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -36px;
  height: 326px; }

.app-center .app-feature__device-img {
  display: inline-block;
  max-width: 189px;
  border-radius: 28px 28px 0 0;
  -webkit-box-shadow: 5px 7px 20.58px 0.42px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 7px 20.58px 0.42px rgba(0, 0, 0, 0.15); }

.app-center .app-feature__device-img + .app-feature__device-img {
  display: none; }

.app-center .app-feature__num {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto 1.5rem;
  color: #FFF;
  text-align: center;
  line-height: 25px;
  background-color: #22828D;
  border-radius: 50%; }

.app-center .app-feature__cap {
  display: block; }

.app-center .app-feature__desc {
  margin-top: 1rem; }

.app-center .app-download__desc {
  margin-top: 0.8rem; }

.app-center .app-download__list {
  margin-top: 2.5rem; }

.app-center .app-download__list .item {
  padding: 1rem 2rem 3rem;
  text-align: center;
  background-color: #F5F7F7; }

.app-center .app-download__list .item + .item {
  margin-top: 2rem; }

.app-center .app-download__list .item__icon {
  display: block; }

.app-center .app-download__list .item__icon::before {
  font-size: 4.6rem; }

.app-center .app-download__list .item__h {
  display: block;
  margin-top: -0.6rem; }

.app-center .app-download__list .item__func {
  margin-top: 2.8rem; }

.app-center .app-download__list .item__func .btn {
  word-break: keep-all;
  word-wrap: break-word; }

@media (max-width: 59.99em) {
  .app-center .app-download__list .item__func .btn:first-child {
    height: 70px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 22px; } }

.app-center .app-download__list .item__func .btn + .btn {
  margin-top: 1rem;
  margin-left: 0; }

.app-center .app-download__list .item--android .item__icon:before {
  content: '\ea11';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.app-center .app-download__list .item--ios .item__icon:before {
  content: '\ea12';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

@media (min-width: 35em) {
  .app-center .app-download .app-download__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .app-center .app-download .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(50% - 10px); }
  .app-center .app-download .item + .item {
    margin-top: 0; } }

@media (min-width: 60em) {
  .app-center .tab {
    margin-top: 2rem; }
  .app-center .app-info {
    margin-top: 4rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none; }
  .app-center .app-info__cont {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 10%;
    width: calc(100% - 400px); }
  .app-center .app-info__visual {
    width: 400px;
    margin-left: 0; }
  .app-center .app-info__h {
    margin-bottom: 2rem; }
  .app-center .app-features-swiper {
    margin-bottom: 5.5rem; }
  .app-center .app-features-swiper .swiper-controller {
    position: absolute;
    left: 25px;
    bottom: 55px; }
  .app-center .app-features-swiper .swiper-button-prev, .app-center .app-features-swiper .swiper-button-next {
    position: static; }
  .app-center .app-features-swiper .swiper-button-next {
    margin-left: 1rem; }
  .app-center .app-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    padding-top: 4rem;
    padding-left: 4rem;
    padding-bottom: 0;
    min-height: 0; }
  .app-center .app-feature__cont {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%; }
  .app-center .app-feature__device {
    position: static;
    width: calc(100% - 40%);
    padding-top: 2rem;
    text-align: center; }
  .app-center .app-feature__num {
    margin-left: 0;
    margin-right: 0; }
  .app-center .app-feature__desc {
    margin-top: 2.5rem; }
  .app-center .app-download__list {
    margin-top: 4rem; }
  .app-center .app-download__list .item {
    padding: 2.5rem 3rem 3rem; }
  .app-center .app-download__list .item__func {
    margin-top: 4rem; } }

@media (min-width: 85.375em) {
  .app-center .app-feature__device {
    text-align: left; }
  .app-center .app-feature__device-img + .app-feature__device-img {
    display: inline-block;
    margin-left: 3.2rem; }
  .app-center .app-feature__device-img:only-child {
    display: block;
    margin: 0 auto; } }

.app-center.app-parents {
  max-width: 840px;
  width: 100%;
  margin-left: auto; }

.app-center.app-parents .br {
  display: none; }

.app-center.app-parents .app-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
  min-height: 463px;
  margin: 0 auto; }

.app-center.app-parents .app-info__cont {
  position: relative;
  padding-right: 0;
  width: 100%;
  z-index: 2; }

.app-center.app-parents .app-info__icon {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 40px 0 30px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.app-center.app-parents .app-info__cap {
  display: block;
  margin-bottom: 0;
  color: #353f43;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif;
  font-family: "NotoSansKR"; }

.app-center.app-parents .app-info__s {
  display: block;
  margin: 32px 0 9px;
  color: #353f43;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif;
  font-family: "NotoSansKR"; }

.app-center.app-parents .app-info__h {
  margin-bottom: 24px;
  color: #1b2122;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.9px;
  font-family: "S-CoreDream", sans-serif; }

.app-center.app-parents .app-info__desc {
  display: inline-block;
  margin-top: 0;
  color: #353f43;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif;
  font-family: "NotoSansKR"; }

.app-center.app-parents .app-info__visual {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  margin-left: 0; }

.app-center.app-parents .app-features-swiper {
  background: #f5f7f7;
  border: none; }

.app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 40px 0 50px;
  max-height: 407px; }

.app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature:nth-child(4) .app-feature__desc {
  margin-top: 17px; }

.app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__cont {
  width: auto;
  background: none; }

.app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__device {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  bottom: auto;
  margin-top: 11px; }

.app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__device > img {
  width: auto;
  max-width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__num {
  margin-bottom: 30px; }

.app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__h {
  color: #1b2122;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  font-family: "S-CoreDream", sans-serif; }

.app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__desc {
  margin: 26px 0 0;
  color: #353f43;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif;
  font-family: 'NotoSansKR'; }

.app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature small {
  color: #353f43;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif;
  font-family: 'NotoSansKR'; }

.app-center.app-parents .app-features-swiper .swiper-controller {
  left: 52px;
  height: 50px;
  bottom: 60px;
  z-index: 50; }

.app-center.app-parents .app-features-swiper .swiper-controller > button {
  left: 0;
  top: 0;
  margin-top: 0;
  width: 22px;
  height: 40px; }

.app-center.app-parents .app-features-swiper .swiper-controller > button.swiper-button-prev {
  background: url(/assets/image/customer/app-center/icon_swiper_prev.png); }

.app-center.app-parents .app-features-swiper .swiper-controller > button.swiper-button-next {
  margin-left: 40px;
  background: url(/assets/image/customer/app-center/icon_swiper_next.png); }

.app-center.app-parents .app-features-swiper .swiper-controller > button::before {
  display: none; }

@media (max-width: 59.99em) {
  .app-center.app-parents {
    max-width: 720px;
    margin: 0 auto; }
  .app-center.app-parents .app-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    margin: 0 auto;
    padding-bottom: 107px; }
  .app-center.app-parents .app-info__icon {
    width: 200px;
    height: 200px;
    margin: 60px 0 57px; }
  .app-center.app-parents .app-info__cap {
    font-size: 30px; }
  .app-center.app-parents .app-info__s {
    margin: 38px 0 18px;
    color: #1b2122;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    font-family: "S-CoreDream", sans-serif; }
  .app-center.app-parents .app-info__h {
    margin-bottom: 40px;
    font-size: 48px;
    letter-spacing: -1.44px; }
  .app-center.app-parents .app-info__desc {
    font-size: 32px; }
  .app-center.app-parents .app-info__desc .br {
    display: block; }
  .app-center.app-parents .app-info__visual {
    display: block;
    position: relative;
    margin: 99px auto 0; }
  .app-center.app-parents .app-features-swiper {
    max-width: 640px;
    margin: 0 auto 80px; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 0 0;
    height: 1060px;
    max-height: 100%; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature:nth-child(4) .app-feature__desc {
    margin-top: 39px; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature:nth-child(4) .app-feature__desc br {
    display: none; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature:nth-child(4) .app-feature__desc br.br {
    display: block; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__device {
    margin-top: 0; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__device img {
    margin: 0 auto; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__num {
    width: 50px;
    height: 50px;
    margin-bottom: 39px;
    font-size: 24px;
    line-height: 50px; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__h {
    font-size: 40px;
    letter-spacing: -1.2px; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__desc {
    margin: 39px 0 0;
    font-size: 32px;
    letter-spacing: -0.2px; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__desc .br {
    display: block; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature small {
    display: block;
    margin-top: 30px;
    font-size: 24px;
    line-height: 24px; }
  .app-center.app-parents .app-features-swiper .swiper-controller {
    position: absolute;
    left: 0;
    width: 100%;
    height: 34px;
    bottom: 242px; }
  .app-center.app-parents .app-features-swiper .swiper-controller > button {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 20px;
    height: 34px; }
  .app-center.app-parents .app-features-swiper .swiper-controller > button.swiper-button-prev {
    left: 60px;
    background: url(/assets/image/customer/app-center/icon_swiper_prev.png);
    background-size: 20px; }
  .app-center.app-parents .app-features-swiper .swiper-controller > button.swiper-button-next {
    margin-left: 0;
    left: auto;
    right: 60px;
    background: url(/assets/image/customer/app-center/icon_swiper_next.png);
    background-size: 20px; } }

@media (max-width: 44.99em) {
  .app-center.app-parents {
    max-width: 100%;
    margin: 0 auto; }
  .app-center.app-parents .app-info {
    padding-bottom: 53px; }
  .app-center.app-parents .app-info__icon {
    width: 100px;
    height: 100px;
    margin: 30px 0 28px; }
  .app-center.app-parents .app-info__cap {
    font-size: 15px; }
  .app-center.app-parents .app-info__s {
    margin: 19px 0 9px;
    font-size: 14px; }
  .app-center.app-parents .app-info__h {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: -0.72px; }
  .app-center.app-parents .app-info__desc {
    font-size: 16px; }
  .app-center.app-parents .app-info__visual {
    margin: 48px auto 0; }
  .app-center.app-parents .app-info__visual img {
    max-width: 320px;
    margin: 0 auto; }
  .app-center.app-parents .app-features-swiper {
    max-width: 100%;
    margin: 0 auto 40px; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature {
    padding: 40px 0 0;
    height: 530px; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature:nth-child(4) .app-feature__desc {
    margin-top: 19px; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__device img {
    max-width: 200px;
    margin: 0 auto; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__num {
    width: 25px;
    height: 25px;
    margin-bottom: 19px;
    font-size: 12px;
    line-height: 25px; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__h {
    font-size: 20px;
    letter-spacing: -0.6px; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature__desc {
    margin: 19px 0 0;
    font-size: 16px;
    letter-spacing: -0.1px; }
  .app-center.app-parents .app-features-swiper .swiper-wrapper .app-feature small {
    margin-top: 15px;
    font-size: 12px;
    line-height: 12px; }
  .app-center.app-parents .app-features-swiper .swiper-controller {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 360px;
    height: 17px;
    bottom: 121px; }
  .app-center.app-parents .app-features-swiper .swiper-controller > button {
    width: 10px;
    height: 17px; }
  .app-center.app-parents .app-features-swiper .swiper-controller > button.swiper-button-prev {
    left: 30px;
    background: url(/assets/image/customer/app-center/icon_swiper_prev.png);
    background-size: 10px; }
  .app-center.app-parents .app-features-swiper .swiper-controller > button.swiper-button-next {
    right: 30px;
    background: url(/assets/image/customer/app-center/icon_swiper_next.png);
    background-size: 10px; } }

.cs {
  padding-bottom: 8rem; }

.cs .h-line {
  margin: 3.5rem 0 3rem; }

.cs section:first-of-type .h-line {
  margin-top: 0; }

@media (min-width: 60em) {
  .cs {
    padding-bottom: 12rem; }
  .cs .h-line {
    margin-top: 5.5rem; }
  .cs section:first-of-type .h-line {
    margin-top: 2rem; } }

.cs-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem; }

.cs-step > li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
  text-align: center; }

.cs-step > li + li:before {
  content: '\ea08';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.6rem; }

.cs-step > li:first-child {
  padding-left: 0; }

.cs-step > li:last-child {
  padding-right: 0; }

.cs-step__img {
  display: block; }

.cs-step__cap, .cs-step__desc {
  display: block;
  text-align: center; }

.cs-step__cap {
  margin: 2rem 0 1rem;
  color: #72878F; }

.cs-step__desc {
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: 400; }

@media (max-width: 59.99em) {
  .kakao-cs .page-header {
    padding-left: 0;
    padding-right: 0; }
  .kakao-cs .page-header__desc {
    margin-top: 2rem;
    text-align: left;
    font-size: 1.6rem; } }

.kakao-cs__useage .cs-step > li {
  width: 33.33333%; }

.kakao-cs__useage .cs-step > li + li::before {
  top: 16px; }

.kakao-cs__useage .cs-step > li:nth-child(1) .cs-step__icon:before {
  content: '\ea2a';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.kakao-cs__useage .cs-step > li:nth-child(2) .cs-step__icon:before {
  content: '\ea29';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.kakao-cs__useage .cs-step > li:nth-child(3) .cs-step__icon:before {
  content: '\ea10';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.kakao-cs__useage .cs-step__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fee500; }

.kakao-cs__useage .cs-step__icon::before {
  font-size: 5rem;
  line-height: 1; }

.kakao-cs__search .cs-step > li {
  width: 33.33333%; }

.kakao-cs__search .cs-step > li + li::before {
  top: 170px; }

.kakao-cs__qr .qr-code {
  width: 100px; }

.kakao-cs__qr .qr-code-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1); }

.kakao-cs__qr .qr-code-desc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 100px);
  margin: 0;
  padding-left: 3rem; }

@media (max-width: 44.99em) {
  .kakao-cs__search {
    margin-bottom: 5rem; }
  .kakao-cs__search .cs-step > li {
    width: 100%;
    padding: 4rem 0; }
  .kakao-cs__search .cs-step > li + li:before {
    content: '\ea02';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .kakao-cs__search .cs-step > li:first-child {
    padding-top: 0; }
  .kakao-cs__search .cs-step > li:last-child {
    padding-bottom: 0; } }

@media (min-width: 45em) {
  .kakao-cs__qr .qr-code {
    width: 100px; }
  .kakao-cs__qr .qr-code-box {
    padding-left: 4rem; }
  .kakao-cs__qr .qr-code-desc {
    padding-left: 8%; } }

.manual {
  padding-bottom: 8rem; }

@media (min-width: 60em) {
  .manual {
    padding-bottom: 12rem; } }

.manual-feature {
  padding-top: 96px;
  background: url(/assets/image/customer/manual/icon_top_logo.png) no-repeat center 27px; }

.manual-feature span.h5.manual-feature__s {
  display: block;
  color: #ff6833;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif;
  text-align: center; }

.manual-feature h2.h2.manual-feature__h {
  margin: 9px 0 51px;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif;
  text-align: center; }

.manual-feature > img {
  display: block;
  margin: 0 auto 50px; }

.manual-feature > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 32px; }

@media (min-width: 60rem) and (max-width: 1100px) {
  .manual-feature > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .manual-feature > ul > li:nth-child(2) {
    margin-top: 53px; }
  .manual-feature > ul br {
    display: none; } }

.manual-feature > ul > li:nth-child(1) h4 {
  background: url(/assets/image/customer/manual/icon_top_feature1.png) no-repeat; }

.manual-feature > ul > li:nth-child(2) h4 {
  background: url(/assets/image/customer/manual/icon_top_feature2.png) no-repeat; }

.manual-feature > ul > li:nth-child(3) h4 {
  background: url(/assets/image/customer/manual/icon_top_feature3.png) no-repeat; }

.manual-feature > ul > li:nth-child(4) h4 {
  background: url(/assets/image/customer/manual/icon_top_feature4.png) no-repeat; }

.manual-feature > ul > li:nth-child(n+3) {
  margin-top: 53px; }

.manual-feature > ul > li:nth-child(2n-1) {
  min-width: 403px;
  margin-right: 28px; }

.manual-feature > ul > li h4 {
  padding-left: 32px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif; }

.manual-feature > ul > li span {
  display: block;
  margin-top: 18px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif; }

#main .show-mo {
  display: none; }

.manual-tab {
  margin-top: 95px; }

.manual-tab .dropdown-list-options > li {
  height: 48px;
  padding: 0;
  color: #414149;
  font-size: 15px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif; }

.manual-tab .dropdown-list-options > li.tab__a.is-current {
  border-color: #202020; }

.manual-tab .dropdown-list-options > li > a {
  padding: 0; }

.manual-tab .dropdown-list-options > li > a:hover, .manual-tab .dropdown-list-options > li > a:focus {
  background-color: transparent; }

@media (max-width: 59.99em) {
  .manual-tab .dropdown-list-options > li {
    text-align: left; }
  .manual-tab .dropdown-list-options > li.is-current {
    position: relative;
    background-color: #EAEDEF; }
  .manual-tab .dropdown-list-options > li.is-current:before {
    content: '\ea0d';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: auto;
    right: 15px;
    bottom: auto;
    margin-top: -8px;
    border: none; }
  .manual-tab .tab__pad {
    border: none; }
  .manual-tab .tab__a {
    border: none;
    background-color: transparent; } }

.type-header {
  padding-top: 3.5rem; }

.type-header__h {
  text-align: center;
  margin-bottom: 1.5rem; }

.type-header .func {
  margin-top: 3rem; }

.type-header .func .btn + .btn {
  margin: 1rem 0 0; }

.type-swiper-wrapper {
  position: relative;
  padding: 0 2rem; }

.type-swiper-wrapper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F5F7F7;
  text-align: center; }

.type-swiper-wrapper .swiper-button-prev {
  left: -5px; }

.type-swiper-wrapper .swiper-button-next {
  right: -5px; }

.type-accordion {
  margin-top: 4rem;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1); }

.type-accordion .item-toggle {
  padding-left: 0;
  text-align: left; }

.type-accordion .item-toggle::before {
  display: none; }

.type-accordion .item-toggle:after {
  content: '\ea02';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  position: absolute;
  right: 0px;
  font-size: 2.4rem;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.type-accordion .item.is-active .item-toggle::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

@media (min-width: 60em) {
  .type-header {
    padding-top: 6rem;
    zoom: 1; }
  .type-header::before {
    content: '';
    display: block; }
  .type-header::after {
    content: '';
    display: table;
    clear: both; }
  .type-header__h {
    margin-top: 1rem;
    float: left; }
  .type-header .func {
    float: left;
    width: 35%;
    max-width: 290px;
    margin-top: 4.5rem; }
  .type-swiper-wrapper {
    width: 48%;
    padding: 0 4rem;
    float: right; }
  .type-swiper-wrapper .swiper-button-prev, .type-swiper-wrapper .swiper-button-next {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .type-swiper-wrapper .swiper-button-prev {
    left: -15px; }
  .type-swiper-wrapper .swiper-button-next {
    right: -15px; }
  .type-accordion .item-toggle {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .type-accordion .item-cont {
    padding-left: 0;
    padding-right: 0; } }

#Z-type .br {
  display: none; }

#Z-type .type-p .type-header {
  padding-top: 47px; }

#Z-type .type-p .type-header__s {
  margin-top: 0; }

#Z-type .type-header {
  padding-top: 75px; }

#Z-type .type-header__h {
  margin: 0;
  float: none;
  color: #202020;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif;
  text-align: left; }

#Z-type .type-header__s {
  display: block;
  margin: 34px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif; }

#Z-type .type-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#Z-type .type-header__box .func, #Z-type .type-header__box .type-swiper-wrapper {
  float: none; }

#Z-type .type-header__box .func {
  margin: 0 65px 0 0; }

#Z-type .type-header__box .func > .btn {
  width: 289px;
  height: 45px;
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif;
  background: #1b2122;
  border: none;
  border-radius: 22px; }

#Z-type .type-header__box .func > .btn:hover, #Z-type .type-header__box .func > .btn:focus {
  border: none; }

#Z-type .type-header__box .type-swiper-wrapper {
  padding: 0 46px;
  width: calc(100% - 446px); }

#Z-type .type-header__box .type-swiper-wrapper .swiper-slide {
  background: none;
  height: auto; }

#Z-type .type-header__box .type-swiper-wrapper .swiper-controller {
  margin-top: 15px; }

#Z-type .type-header__box .type-swiper-wrapper .swiper-controller > button {
  width: 24px;
  height: 42px; }

#Z-type .type-header__box .type-swiper-wrapper .swiper-controller > button.swiper-button-prev {
  left: 0;
  background: url(/assets/image/customer/manual/icon_swiper_prev.png); }

#Z-type .type-header__box .type-swiper-wrapper .swiper-controller > button.swiper-button-next {
  right: 0;
  background: url(/assets/image/customer/manual/icon_swiper_next.png); }

#Z-type .type-header__box .type-swiper-wrapper .swiper-controller > button::before {
  display: none; }

#Z-type .type-header::before {
  display: none; }

#Z-type .type-accordion {
  margin-top: 48px; }

#Z-type .type-accordion > li > button.item-toggle {
  padding: 30px 0; }

#Z-type .type-accordion > li > button.item-toggle:focus, #Z-type .type-accordion > li > button.item-toggle:active, #Z-type .type-accordion > li > button.item-toggle:hover {
  outline: none; }

#Z-type .type-accordion > li > button.item-toggle span {
  color: #202020;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif; }

#Z-type .type-accordion > li .item-cont {
  padding: 32px 0 0 6px;
  max-width: 824px;
  margin: 0 auto; }

#Z-type .type-accordion > li .item-cont .item-img {
  margin-bottom: 44px; }

#Z-type .type-accordion > li .item-cont .item-img:last-child {
  margin-bottom: 38px; }

#Z-type .type-accordion > li .item-cont h4 {
  height: 41px;
  background: #26262b;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif;
  text-align: center; }

#Z-type .type-accordion > li .item-cont h4.premium_p {
  color: #000;
  background: #bcbcc4; }

#Z-type .type-accordion > li .item-cont h4.premium_e {
  background: #21422d; }

#Z-type .type-accordion > li .item-cont h4.premium_t {
  background: #522783; }

#Z-type .type-accordion > li .item-cont .table_specification_mo {
  margin: 0 0 49px 98px;
  width: 100%;
  max-width: 640px;
  border-collapse: collapse; }

#Z-type .type-accordion > li .item-cont .table_specification_mo th, #Z-type .type-accordion > li .item-cont .table_specification_mo td {
  border: 1px solid #dedee3;
  text-align: center; }

#Z-type .type-accordion > li .item-cont .table_specification_mo th {
  width: 195px;
  padding: 14px 0;
  background: #f1f3f5;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif; }

#Z-type .type-accordion > li .item-cont .table_specification_mo th.w87 {
  width: 87px; }

#Z-type .type-accordion > li .item-cont .table_specification_mo th.w109 {
  width: 109px;
  font-weight: 400; }

#Z-type .type-accordion > li .item-cont .table_specification_mo td {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: normal;
  font-family: "S-CoreDream", sans-serif;
  font-family: 'NotoSansKR';
  background: #fff; }

#Z-type .type-accordion > li .item-cont .table_specification_mo td.r3 {
  padding: 10px 0;
  line-height: 22px; }

@media (max-width: 59.99em) {
  #main .show-mo {
    display: block; }
  #main .show-pc {
    display: none; }
  .manual-2023 .page-header {
    padding: 80px 0 0; }
  .manual-2023 .page-header > h1.page-header__title {
    color: #202020;
    font-size: 50px;
    font-weight: 500;
    line-height: 49px;
    letter-spacing: normal;
    font-family: "S-CoreDream", sans-serif; }
  .manual-2023 .manual-feature {
    padding-top: 175px;
    background: url(/assets/image/customer/manual/icon_top_logo_MO.png) no-repeat center 79px; }
  .manual-2023 .manual-feature span.h5.manual-feature__s {
    font-size: 30px;
    font-weight: 700;
    line-height: 31px; }
  .manual-2023 .manual-feature h2.h2.manual-feature__h {
    margin: 18px 0 83px;
    font-size: 58px;
    font-weight: 700;
    line-height: 53px; }
  .manual-2023 .manual-feature > img {
    display: block;
    margin: 0 auto 114px; }
  .manual-2023 .manual-feature > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 720px;
    padding-left: 40px;
    margin: 0 auto; }
  .manual-2023 .manual-feature > ul > li:nth-child(1) h4 {
    background: url(/assets/image/customer/manual/icon_top_feature1_MO.png) no-repeat; }
  .manual-2023 .manual-feature > ul > li:nth-child(2) h4 {
    background: url(/assets/image/customer/manual/icon_top_feature2_MO.png) no-repeat; }
  .manual-2023 .manual-feature > ul > li:nth-child(3) h4 {
    background: url(/assets/image/customer/manual/icon_top_feature3_MO.png) no-repeat; }
  .manual-2023 .manual-feature > ul > li:nth-child(4) h4 {
    background: url(/assets/image/customer/manual/icon_top_feature4_MO.png) no-repeat; }
  .manual-2023 .manual-feature > ul > li:nth-child(n) {
    margin-top: 64px; }
  .manual-2023 .manual-feature > ul > li:nth-child(1) {
    margin-top: 0; }
  .manual-2023 .manual-feature > ul > li:nth-child(2n-1) {
    min-width: none;
    margin-right: 0; }
  .manual-2023 .manual-feature > ul > li h4 {
    padding-left: 43px;
    font-size: 33px;
    font-weight: 700;
    line-height: 30px; }
  .manual-2023 .manual-feature > ul > li span {
    margin-top: 22px;
    font-size: 28px;
    line-height: 34px; }
  .manual-2023 .manual-tab {
    margin-top: 160px;
    padding: 0 36px; }
  .manual-2023 .manual-tab .dropdown-list-selector {
    padding: 0;
    height: 88px;
    line-height: 88px; }
  .manual-2023 .manual-tab .dropdown-list-selector > span.dropdown-list-value {
    height: auto;
    padding-left: 40px;
    color: #757575;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    font-family: "S-CoreDream", sans-serif; }
  .manual-2023 .manual-tab .dropdown-list-options > li {
    height: 48px;
    padding: 0 0 0 40px;
    color: #414149;
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: normal;
    font-family: "S-CoreDream", sans-serif; }
  .manual-2023 .manual-tab .dropdown-list-options > li.tab__a.is-current {
    border-color: #202020; }
  .manual-2023 .manual-tab .dropdown-list-options > li > a {
    padding: 0; }
  .manual-2023 .manual-tab .dropdown-list-options > li > a:hover, .manual-2023 .manual-tab .dropdown-list-options > li > a:focus {
    background-color: transparent; } }

@media (max-width: 59.99em) and (max-width: 59.99em) {
  .manual-2023 .manual-tab .dropdown-list-options > li {
    text-align: left; }
  .manual-2023 .manual-tab .dropdown-list-options > li.is-current {
    position: relative;
    background-color: #EAEDEF; }
  .manual-2023 .manual-tab .dropdown-list-options > li.is-current:before {
    content: '\ea0d';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: auto;
    right: 15px;
    bottom: auto;
    margin-top: -8px;
    border: none; }
  .manual-2023 .manual-tab .tab__pad {
    border: none; }
  .manual-2023 .manual-tab .tab__a {
    border: none;
    background-color: transparent; } }

@media (max-width: 59.99em) {
  .manual-2023 #Z-type .br {
    display: block; }
  .manual-2023 #Z-type .type-p .type-header {
    padding-top: 111px; }
  .manual-2023 #Z-type .type-header {
    padding-top: 75px; }
  .manual-2023 #Z-type .type-header__h {
    font-size: 45px;
    line-height: 44px;
    text-align: center; }
  .manual-2023 #Z-type .type-header__s {
    margin: 0;
    font-size: 35px;
    line-height: 29px; }
  .manual-2023 #Z-type .type-header__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 36px; }
  .manual-2023 #Z-type .type-header__box .func {
    margin: 0; }
  .manual-2023 #Z-type .type-header__box .func > .btn {
    width: 640px;
    height: 100px;
    margin-top: 50px;
    font-size: 29px;
    line-height: 100px;
    border-radius: 50px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper {
    padding: 0 31px;
    width: 100%; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-slide img {
    margin: 0 auto; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller {
    margin-top: 16px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller > button {
    width: 17px;
    height: 31px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller > button.swiper-button-prev {
    left: 0;
    background: url(/assets/image/customer/manual/icon_swiper_prev.png) no-repeat;
    background-size: 17px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller > button.swiper-button-next {
    right: 0;
    background: url(/assets/image/customer/manual/icon_swiper_next.png) no-repeat;
    background-size: 17px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller .swiper-pagination > span {
    width: 21px;
    height: 21px;
    margin: 0 0 0 20px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller .swiper-pagination > span:first-child {
    margin-left: 0; }
  .manual-2023 #Z-type .type-header::before {
    display: none; }
  .manual-2023 #Z-type .type-accordion {
    margin-top: 133px; }
  .manual-2023 #Z-type .type-accordion > li > button.item-toggle {
    padding: 48px 0; }
  .manual-2023 #Z-type .type-accordion > li > button.item-toggle:after {
    font-size: 35px; }
  .manual-2023 #Z-type .type-accordion > li > button.item-toggle span {
    font-size: 36px;
    line-height: 36px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont {
    padding: 0; }
  .manual-2023 #Z-type .type-accordion > li .item-cont > .item-img {
    margin-bottom: 84px;
    border: 1px solid #dedee3; }
  .manual-2023 #Z-type .type-accordion > li .item-cont > .item-img:last-child {
    margin-bottom: 86px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont h4 {
    height: 100px;
    font-size: 30px;
    line-height: 100px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont h4:first-child {
    margin-top: 49px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont img {
    margin: 0 auto; }
  .manual-2023 #Z-type .type-accordion > li .item-cont img:last-child {
    margin-bottom: 86px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo {
    margin: 29px 0 0;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo th, .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo td {
    border: 1px solid #afafb3; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo th {
    width: 219px;
    padding: 0;
    height: 61px;
    background: #dedee3;
    font-size: 25px;
    line-height: 25px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo th.w87 {
    width: 97px;
    font-size: 22px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo th.w109 {
    width: 122px;
    font-size: 23px;
    font-weight: 400; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo th.row2 {
    height: 105px;
    line-height: 33px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo td {
    font-size: 25px;
    line-height: 25px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo td.row2 {
    height: 122px;
    line-height: 33px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo td.r3 {
    padding: 10px 0;
    line-height: 30px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo td.r3 > span {
    display: block; } }

@media (min-width: 45em) {
  .l-wrap.manual-wrap {
    width: 100%; } }

@media (max-width: 44.99em) {
  .manual-2023 .page-header {
    padding: 40px 0 0; }
  .manual-2023 .page-header > h1.page-header__title {
    font-size: 25px;
    line-height: 24px; }
  .manual-2023 .manual-feature {
    padding-top: 86px;
    background: url(/assets/image/customer/manual/icon_top_logo_MO.png) no-repeat center 38px;
    background-size: 30px; }
  .manual-2023 .manual-feature span.h5.manual-feature__s {
    font-size: 15px;
    line-height: 15px; }
  .manual-2023 .manual-feature h2.h2.manual-feature__h {
    margin: 9px 0 41px;
    font-size: 28px;
    line-height: 26px; }
  .manual-2023 .manual-feature > img {
    margin: 0 auto 57px;
    max-width: 260px; }
  .manual-2023 .manual-feature > ul {
    max-width: 360px;
    padding-left: 20px; }
  .manual-2023 .manual-feature > ul > li:nth-child(1) h4 {
    background: url(/assets/image/customer/manual/icon_top_feature1_MO.png) no-repeat;
    background-size: 14px; }
  .manual-2023 .manual-feature > ul > li:nth-child(2) h4 {
    background: url(/assets/image/customer/manual/icon_top_feature2_MO.png) no-repeat;
    background-size: 14px; }
  .manual-2023 .manual-feature > ul > li:nth-child(3) h4 {
    background: url(/assets/image/customer/manual/icon_top_feature3_MO.png) no-repeat;
    background-size: 14px; }
  .manual-2023 .manual-feature > ul > li:nth-child(4) h4 {
    background: url(/assets/image/customer/manual/icon_top_feature4_MO.png) no-repeat;
    background-size: 14px; }
  .manual-2023 .manual-feature > ul > li:nth-child(n) {
    margin-top: 32px; }
  .manual-2023 .manual-feature > ul > li:nth-child(1) {
    margin-top: 0; }
  .manual-2023 .manual-feature > ul > li:nth-child(2n-1) {
    min-width: none;
    margin-right: 0; }
  .manual-2023 .manual-feature > ul > li h4 {
    padding-left: 21px;
    font-size: 16px;
    line-height: 15px; }
  .manual-2023 .manual-feature > ul > li span {
    margin-top: 11px;
    font-size: 14px;
    line-height: 17px; }
  .manual-2023 .manual-tab {
    margin-top: 80px;
    padding: 0 18px; }
  .manual-2023 .manual-tab .dropdown-list-selector {
    height: 44px;
    line-height: 44px; }
  .manual-2023 .manual-tab .dropdown-list-selector > span.dropdown-list-value {
    padding-left: 20px;
    font-size: 15px; }
  .manual-2023 .manual-tab .dropdown-list-options > li {
    height: 24px;
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 24px; }
  .manual-2023 .manual-tab .dropdown-list-options > li.tab__a.is-current {
    border-color: #202020; }
  .manual-2023 .manual-tab .dropdown-list-options > li > a {
    padding: 0; }
  .manual-2023 .manual-tab .dropdown-list-options > li > a:hover, .manual-2023 .manual-tab .dropdown-list-options > li > a:focus {
    background-color: transparent; } }

@media (max-width: 44.99em) and (max-width: 59.99em) {
  .manual-2023 .manual-tab .dropdown-list-options > li {
    text-align: left; }
  .manual-2023 .manual-tab .dropdown-list-options > li.is-current {
    position: relative;
    background-color: #EAEDEF; }
  .manual-2023 .manual-tab .dropdown-list-options > li.is-current:before {
    content: '\ea0d';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: auto;
    right: 15px;
    bottom: auto;
    margin-top: -8px;
    border: none; }
  .manual-2023 .manual-tab .tab__pad {
    border: none; }
  .manual-2023 .manual-tab .tab__a {
    border: none;
    background-color: transparent; } }

@media (max-width: 44.99em) {
  .manual-2023 #Z-type .type-p .type-header {
    padding-top: 54px; }
  .manual-2023 #Z-type .type-header {
    padding-top: 36px; }
  .manual-2023 #Z-type .type-header__h {
    font-size: 22px;
    line-height: 22px; }
  .manual-2023 #Z-type .type-header__s {
    font-size: 16px;
    line-height: 14px; }
  .manual-2023 #Z-type .type-header__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 18px; }
  .manual-2023 #Z-type .type-header__box .func {
    margin: 0; }
  .manual-2023 #Z-type .type-header__box .func > .btn {
    width: 320px;
    height: 50px;
    margin-top: 25px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 25px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper {
    padding: 0 15px;
    width: 100%; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-slide img {
    margin: 0 auto;
    max-width: 288px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller {
    margin-top: 8px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller > button {
    width: 8px;
    height: 15px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller > button.swiper-button-prev {
    left: 0;
    background: url(/assets/image/customer/manual/icon_swiper_prev.png) no-repeat;
    background-size: 8px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller > button.swiper-button-next {
    right: 0;
    background: url(/assets/image/customer/manual/icon_swiper_next.png) no-repeat;
    background-size: 8px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller .swiper-pagination > span {
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px; }
  .manual-2023 #Z-type .type-header__box .type-swiper-wrapper .swiper-controller .swiper-pagination > span:first-child {
    margin-left: 0; }
  .manual-2023 #Z-type .type-header::before {
    display: none; }
  .manual-2023 #Z-type .type-accordion {
    margin-top: 66px; }
  .manual-2023 #Z-type .type-accordion > li > button.item-toggle {
    padding: 24px 0; }
  .manual-2023 #Z-type .type-accordion > li > button.item-toggle:after {
    font-size: 16px; }
  .manual-2023 #Z-type .type-accordion > li > button.item-toggle span {
    font-size: 18px;
    line-height: 18px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont {
    padding: 0; }
  .manual-2023 #Z-type .type-accordion > li .item-cont > .item-img {
    margin-bottom: 42px;
    border: 1px solid #dedee3; }
  .manual-2023 #Z-type .type-accordion > li .item-cont > .item-img:last-child {
    margin-bottom: 42px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont h4 {
    height: 50px;
    font-size: 15px;
    line-height: 50px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont h4:first-child {
    margin-top: 24px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont img {
    margin: 0 auto; }
  .manual-2023 #Z-type .type-accordion > li .item-cont img:last-child {
    margin-bottom: 42px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo {
    margin: 14px 0 0; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo th {
    width: 140px;
    padding: 0;
    height: 30px;
    background: #dedee3;
    font-size: 16px;
    line-height: 16px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo th.w87 {
    width: 60px;
    font-size: 14px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo th.w109 {
    width: 80px;
    font-size: 14px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo th.row2 {
    height: 52px;
    line-height: 16px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo td {
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
    word-break: keep-all; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo td.row2 {
    height: 60px;
    line-height: 18px; }
  .manual-2023 #Z-type .type-accordion > li .item-cont .table_specification_mo td.r3 {
    padding: 5px 0;
    line-height: 18px; } }

.program-list {
  padding-bottom: 8rem; }

@media (min-width: 45em) {
  .program-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 60em) {
  .program-list {
    padding-bottom: 12rem; } }

.program {
  border: 1px solid rgba(32, 32, 32, 0.1); }

.program + .program {
  margin-top: 2rem; }

.program__download {
  position: relative;
  display: block;
  padding: 2rem 2rem 2.5rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.program__download:before {
  content: '\ea13';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  position: absolute;
  top: 8px;
  right: 14px;
  font-size: 2.5rem; }

.program__icon {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 69px;
  height: 69px;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 9.8px 0.2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 9.8px 0.2px rgba(0, 0, 0, 0.07); }

.program__h {
  margin-top: 1.5rem; }

.program__desc {
  margin: 1rem 0 0; }

@media (min-width: 45em) {
  .program {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(50% - 20px); }
  .program + .program {
    margin-top: 4rem; }
  .program:nth-child(2) {
    margin-top: 0; }
  .program__download {
    padding: 3rem 2rem 2.5rem 3rem; }
  .program__download::before {
    top: 19px;
    right: 28px; }
  .program__desc {
    margin-top: 0.6rem; } }

.remote-cs-box {
  margin-top: 2.5rem;
  padding: 3rem;
  border: 1px solid rgba(32, 32, 32, 0.1); }

.remote-cs__useage .cs-step > li {
  width: 25%; }

.remote-cs__useage .cs-step > li + li::before {
  top: 70px; }

.remote-cs__useage .cs-step__cap {
  margin-top: -0.8rem; }

.remote-cs__useage .cs-step__img > img {
  height: 100px; }

.remote-cs__device .apply-device__img {
  display: block;
  margin-bottom: 2.2rem; }

.remote-cs__device .apply-device__desc:last-child {
  margin-bottom: 0; }

.remote-cs__pc .apply-pc__desc {
  margin-top: 0; }

.remote-cs__pc .apply-pc__func {
  margin-top: 3rem; }

.no-mobile .remote-cs__pc .apply-pc__func .apply-btn-mob {
  display: none; }

.mobile .remote-cs__pc .apply-pc__func .apply-btn-pc {
  display: none; }

@media (max-width: 44.99em) {
  .remote-cs__useage .cs-step > li {
    width: 50%; }
  .remote-cs__useage .cs-step > li:nth-child(3), .remote-cs__useage .cs-step > li:nth-child(4) {
    margin-top: 1rem; }
  .remote-cs__useage .cs-step > li:nth-child(3) {
    padding-left: 0; }
  .remote-cs__useage .cs-step > li:nth-child(3)::before {
    display: none; } }

@media (min-width: 45em) {
  .remote-cs section + section {
    margin-top: 6rem; }
  .remote-cs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.5rem; }
  .remote-cs__device .apply-device {
    padding: 5rem 5rem 2rem; }
  .remote-cs__device .apply-device__img {
    display: inline-block;
    width: 44%; }
  .remote-cs__device .apply-device__desc {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 56%;
    margin-top: 7rem;
    padding-left: 9%; }
  .remote-cs__pc .apply-pc {
    padding: 4rem 4rem 2rem; }
  .remote-cs__pc .apply-pc__desc {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 240px);
    padding-right: 11.5%; }
  .remote-cs__pc .apply-pc__func {
    width: 240px;
    margin-top: 0; } }
