.x-s20-section {
  position: relative;
  color: #000;
  background-color: #e9e9e9; }

.x-s20-section img {
  width: 100%; }

.x-s20-section .point {
  position: relative; }

.x-s20-section .point span {
  position: absolute;
  margin-top: -100px; }

.x-s20-section .desc {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  text-align: left; }

.x-s20-section .desc.copy {
  text-align: right;
  margin: 1rem 0; }

.x-s20-section .desc.black {
  color: rgba(0, 0, 0, 0.5); }

@media (max-width: 59.99em) {
  .x-s20-section .desc {
    font-size: 1.2rem; } }

.x-s20-section .swiper-pagination {
  text-align: center; }

.x-s20-section .swiper-pagination-bullet {
  border: 0 !important;
  padding-top: 3px !important;
  height: auto !important;
  background: #fff; }

.x-s20-section .swiper-pagination-bullet:hover, .x-s20-section .swiper-pagination-bullet:focus {
  background: rgba(255, 255, 255, 0.5) !important; }

.x-s20-section .swiper-pagination-bullet-active, .x-s20-section .swiper-pagination-bullet-active:hover, .x-s20-section .swiper-pagination-bullet-active:focus {
  background: #000; }

.x-s20-section .swiper-button-prev::before, .x-s20-section .swiper-button-next::before {
  color: #fff;
  font-size: 3rem;
  font-weight: bold; }

@media (min-width: 45em) {
  .x-s20-section .swiper-button-prev::before, .x-s20-section .swiper-button-next::before {
    font-size: 5rem; } }

.hero-section {
  position: relative; }

.than__section {
  position: relative; }

.than__section .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #ccc; }

.than__section .l-wrap {
  z-index: 2; }

.than__section .titie {
  letter-spacing: -2px; }

.than__section .titie small {
  font-size: 50%; }

.than__section .thumb {
  position: relative;
  text-align: center; }

.than__section .thumb-copy .sub-h3 {
  text-align: left;
  letter-spacing: -1px; }

.than__section .thumb-copy .copy {
  position: absolute; }

.than__section .thumb-copy .copy-01 {
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.than__section .thumb-copy .copy-02 {
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(400%);
      -ms-transform: translateY(400%);
          transform: translateY(400%); }

@media (min-width: 45em) {
  .than__section .thumb-copy .sub-h3 {
    position: absolute;
    left: 0;
    top: -3rem; }
  .than__section .thumb-copy .copy-01 {
    bottom: 50%;
    -webkit-transform: translateY(330%);
        -ms-transform: translateY(330%);
            transform: translateY(330%); }
  .than__section .thumb-copy .copy-02 {
    -webkit-transform: translateY(550%);
        -ms-transform: translateY(550%);
            transform: translateY(550%); } }

@media (min-width: 60em) {
  .than__section .thumb-copy .sub-h3 {
    top: 0; }
  .than__section .thumb-copy .copy-01 {
    -webkit-transform: translateY(350%);
        -ms-transform: translateY(350%);
            transform: translateY(350%); }
  .than__section .thumb-copy .copy-02 {
    -webkit-transform: translateY(580%);
        -ms-transform: translateY(580%);
            transform: translateY(580%); } }

@media (min-width: 75em) {
  .than__section .thumb-copy .copy-01 {
    -webkit-transform: translateY(360%);
        -ms-transform: translateY(360%);
            transform: translateY(360%); }
  .than__section .thumb-copy .copy-02 {
    -webkit-transform: translateY(700%);
        -ms-transform: translateY(700%);
            transform: translateY(700%); } }

.than__bg {
  padding: 3rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 60em) {
  .than__bg {
    padding: 5rem; } }

.full__wrap {
  position: relative; }

.full__cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.full__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: -1.5px; }

.full__inner p {
  margin: 0; }

.full__left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #fff; }

.full__left .full__inner {
  padding: 0 0 5% 5%; }

.full__left .sub-h1, .full__left .sub-h2, .full__left .sub-h4 {
  color: #fff; }

.full__left .sub-h1 {
  font-size: 200%;
  letter-spacing: -2px; }

.full__right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  color: #000; }

.full__right .full__inner {
  padding: 0 5% 5% 0; }

.full__right .sub-h1, .full__right .sub-h2, .full__right .sub-h4 {
  color: #000; }

.full__right .sub-h1 {
  font-size: 130%;
  letter-spacing: -2px; }

.two__cont {
  text-align: left; }

.two__cont .sub-h3 {
  letter-spacing: -1.5px; }

.two__cont .sub-h3 span {
  color: #666666; }

.two__cont .sub-h1 {
  font-size: 250%;
  letter-spacing: -2px; }

.two__graph li {
  position: relative;
  padding: 0 0 0 70px;
  margin: 1rem 0;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif; }

.two__graph strong {
  position: absolute;
  left: 0;
  top: 0; }

.two__graph .line {
  display: inline-block;
  height: 10px;
  margin-right: 1rem; }

.two__graph span {
  display: inline-block; }

.video__wrap {
  color: #fff; }

.video__wrap .sub-h1, .video__wrap .sub-h2, .video__wrap .sub-h4 {
  color: #fff;
  letter-spacing: -1.5px; }

.video__wrap .sub-h1 {
  font-size: 200%;
  letter-spacing: -2px; }

.video__wrap .sub-color {
  display: inline-block;
  color: transparent;
  background: #df5e79;
  background: -webkit-gradient(linear, left top, right top, from(#df5e79), color-stop(50%, #3594cb), to(#9e41bd));
  background: -o-linear-gradient(left, #df5e79 0%, #3594cb 50%, #9e41bd 100%);
  background: linear-gradient(to right, #df5e79 0%, #3594cb 50%, #9e41bd 100%);
  -webkit-background-clip: text;
          background-clip: text; }

.video__wrap p {
  margin: 0; }

.cmos-item {
  margin-left: -2rem;
  margin-right: -2rem; }

.cmos-item .item {
  position: relative;
  margin: 2rem;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  text-align: center; }

.cmos-item .item::before {
  content: '';
  position: absolute;
  left: -3px;
  top: -3px;
  width: 18px;
  height: 18px;
  border-top: 3px solid #000;
  border-left: 3px solid #000; }

.cmos-item .item img {
  width: auto; }

.cmos-item .desc {
  color: #000; }

@media (min-width: 60em) {
  .cmos-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cmos-item .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5rem; } }

.cmos-sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.cmos-sub-item li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.5rem;
  background-color: #fff;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e5e5; }

.cmos-sub-item span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.device__section {
  position: relative; }

.device__section .title1 {
  position: relative;
  z-index: 4; }

.device__wrap {
  position: relative; }

.device__wrap .swiper-button-prev, .device__wrap .swiper-button-next {
  z-index: 3;
  width: auto;
  height: auto;
  line-height: 1;
  margin-top: 0;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%); }

.device__wrap .swiper-button-prev::before, .device__wrap .swiper-button-next::before {
  color: #000;
  font-size: 4rem; }

.device__wrap .swiper-button-prev {
  left: -1rem; }

.device__wrap .swiper-button-next {
  right: -1rem; }

@media (min-width: 60em) {
  .device__wrap .swiper-button-prev::before, .device__wrap .swiper-button-next::before {
    font-size: 7rem; }
  .device__wrap .swiper-button-prev {
    left: -7rem; }
  .device__wrap .swiper-button-next {
    right: -7rem; } }

.device__slider img {
  width: 100%; }

.device__slider .copy {
  position: absolute;
  right: 3rem;
  bottom: 6rem;
  color: #fff;
  text-align: right; }

.device__slider .credit {
  display: block;
  text-align: right;
  margin-top: 1rem; }

@media (min-width: 45em) {
  .mode__wrap .cont {
    padding-right: 3%; }
  .mode__wrap .row-reverse .cont {
    padding-right: 0;
    padding-left: 3%; } }

.mode__box {
  padding: 2rem;
  border-radius: 0 30px 0 30px;
  background-color: #fff; }

@media (min-width: 45em) {
  .mode__box {
    padding: 5rem; } }

@media (min-width: 60em) {
  .mode__box {
    padding: 8rem;
    border-radius: 0 60px 0 60px; } }

@media (min-width: 75em) {
  .mode__box {
    padding: 10rem;
    border-radius: 0 100px 0 100px; } }

.mode__last {
  padding: 3rem;
  border: 2px solid #CFC1B3; }

@media (min-width: 60em) {
  .mode__last {
    padding: 5rem; } }

.interface__item .item {
  color: #fff;
  margin-bottom: 3rem; }

.interface__item .h3 {
  color: #fff; }

.interface__item .thumb {
  margin-bottom: 2rem; }

@media (min-width: 35em) {
  .interface__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem; }
  .interface__item .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin-left: 1rem;
    margin-right: 1rem; } }

@media (min-width: 45em) {
  .interface__item {
    margin-left: -2rem;
    margin-right: -2rem; }
  .interface__item .item {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 5rem; }
  .interface__item .thumb {
    margin-bottom: 3rem; } }
