@charset "utf-8";

.only_m {
  display: none;
}

.header_wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 15px 0;
}

#header {
  position: relative;
  width: 1080px;
  padding: 0 5px 0 25px;
  margin: auto;
  box-sizing: border-box;
}

#header h1 {
  line-height: 0;
}

#header h1 a {
  display: block;
  width: 70px;
  background: url("../img/logo.svg") center no-repeat;
  background-size: cover;
}

.gnb {
  position: absolute;
  right: 6px;
  top: 15px;
  font-size: 0;
}

.gnb li {
  display: inline-block;
  vertical-align: middle;
}

.gnb li + li {
  position: relative;
  padding-left: 64px;
}

.gnb li + li::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 6px;
  width: 1px;
  height: 13px;
  background-color: #bdbdbd;
}

.gnb li a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.header_wrap.on {
  background-color: #fff;
}

.header_wrap.on .gnb li a {
  color: #323841;
}

.main_banner_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/main_bg_3.jpg") center no-repeat;
  background-size: cover;
}

.main_banner_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.95deg, rgba(0, 0, 0, 0) 23.1%, rgba(0, 24, 40, 0.45) 99.96%);
}

.main_banner {
  position: relative;
  width: 1080px;
  height: 990px;
  margin: auto;
}

.main_banner > div {
  position: absolute;
  right: -3px;
  top: 35%;
  z-index: 1;
  margin-top: 40px;
  transform: translateY(-50%);
}

.main_banner h2 {
  font-family: "맑은 고딕", "Malgun Gothic", arial, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 36px;
}

.main_banner p {
  padding-top: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
}

.app_list {
  padding-top: 30px;
  font-size: 0;
}

.app_list .only_pc {
  display: inline-block;
  vertical-align: middle;
}

.app_list .only_pc + .only_pc {
  margin-left: 10px;
}

.main_device {
  width: 1080px;
  padding: 184px 40px 99px 60px;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}

.main_slider_wrap {
  display: inline-block !important;
  vertical-align: middle;
  width: 302px;
  height: 587px;
  padding: 26px 28px;
  border-radius: 18px;
  text-align: center;
  background: url("../img/device_bg.png") center no-repeat;
  box-sizing: border-box;
}

/*.slider_for,*/ .slider_nav {
  display: inline-block !important;
  vertical-align: middle;
}

.slider_for {
  width: 100%;
  height: calc(100% - 8px);
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.slider_for img {
  display: block;
}

.slider_nav {
  position: relative;
  width: calc(100% - 493px);
  margin-top: -7px;
  padding-bottom: 110px;
  box-sizing: border-box;
}

.slider_nav .slick-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
}

.slider_nav .slick-arrow.slick-prev {
  background: url("../img/btn_left.png") center no-repeat;
}

.slider_nav .slick-arrow.slick-next {
  left: 62px;
  background: url("../img/btn_right.png") center no-repeat;
}

.slide_text {
  text-align: left;
}

.slide_text h2, .slide_tab_wrap h2 {
  font-family: "맑은 고딕", "Malgun Gothic", arial, sans-serif;
  letter-spacing: -0.2px;
  font-weight: 700;
  font-size: 36px;
  color: #323841;
}

.slide_text p {
  padding-top: 36px;
  font-size: 18px;
  line-height: 26px;
  color: #606772;
}

.main_slide2 {
  background-color: #f5f7f9;
}

.slide_tab_wrap {
  position: relative;
  width: 1080px;
  margin: auto;
  padding: 302px 35px;
  box-sizing: border-box;
}

.slider_for3 {
  position: absolute !important;
  right: 19px;
  top: 267px;
  width: 526px;
  height: 347px;
  padding: 30px 40px 27px;
  background: url("../img/tablet.png") center no-repeat;
  box-sizing: border-box;
}

.slider_nav3 .slick-dots {
  position: absolute;
  left: 0;
  top: 148px;
  font-size: 0;
}

.slider_nav3 .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  cursor: pointer;
}

.slider_nav3 .slick-dots li::after {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 8px;
  font-family: "맑은 고딕", "Malgun Gothic", arial, sans-serif;
  color: #444;
}

.slider_nav3 .slick-dots li button {
  font-size: 0;
}

.slider_nav3 .slick-dots li:first-child::after {
  content: "간편결제"
}

.slider_nav3 .slick-dots li:nth-child(2)::after {
  content: "세제선택"
}

.slider_nav3 .slick-dots li:last-child::after {
  content: "세탁안내"
}

.slider_nav3 .slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 5px;
  background-color: #02a2fe;
}

.tab_idx {
  padding-top: 120px !important;
  padding-left: 3px;
  font-size: 18px;
  line-height: 26px;
  color: #606772;
}

.main_review {
  padding: 166px 0 130px;
}

.main_review h2 {
  text-align: center;
  padding-bottom: 40px;
  font-family: "맑은 고딕", "Malgun Gothic", arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -0.02em;
}

.swiper {
  overflow: hidden;
}

.varible_swiper .swiper-slide {
  width: 1130px;
  height: 490px;
  opacity: 0.1;
}

.varible_swiper .swiper-slide-active {
  opacity: 1;
}

.varible_box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 65px 60px 5px 623px;
  background: url("../img/review_bg.png") center no-repeat;
  box-sizing: border-box;
  transform: scale(0.9);
}

.varible_swiper .swiper-slide-active .varible_box {
  transform: scale(1);
}

.varible_box .thum {
  position: absolute;
  left: 72px;
  top: 63px;
  width: 480px;
  height: 335px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
}

.varible_box .thum::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.varible_box .desc {
  padding-top: 50px;
  background: url("../img/quotation.png") 50% 0 no-repeat;
}

.varible_box .desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #606772;
}

.varible_box .desc strong {
  padding-top: 50px;
  display: block;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  color: #555555;
}

.varible_swiper .swiper-pagination {
  display: none;
}

.main_cs {
  padding: 80px 0 80px;
  background-color: #12aaff;
  text-align: center;
}

.main_cs h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 43px;
  color: #fff;
  font-family: "맑은 고딕", "Malgun Gothic", arial, sans-serif;
}

.main_cs .cs_btn {
  padding: 18px 0 20px;
  font-size: 0;
}

.main_cs .cs_btn button {
  display: inline-block;
  vertical-align: middle;
  min-width: 188px;
  height: 50px;
  padding: 0 25px;
  margin: 0 5px;
  box-sizing: border-box;
}

.main_cs .cs_btn button span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-family: "맑은 고딕", "Malgun Gothic", arial, sans-serif;
}

.btn_border_wh {
  border: 1px solid #89ccff;
}

.btn_border_wh span {
  color: #89ccff;
}

.btn_wh {
  background-color: #fff;
}

.btn_wh span {
  color: #009ef7;
}

.main_cs p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
}

.footer_wrap {
  background-color: #f7f8fa;
}

.foot_nav {
  padding: 34px 0 25px;
  border-bottom: 1px solid #ececec;
}

.foot_nav ul {
  width: 1080px;
  margin: auto;
  padding: 0 45px;
  box-sizing: border-box;
}

.foot_nav li {
  position: relative;
  float: left;
  padding-right: 45px;
}

.foot_nav li::after {
  content: "";
  position: absolute;
  right: 22.5px;
  top: 9px;
  width: 1px;
  height: 10px;
  background-color: #adb3bc;
}

.foot_nav li:last-child::after {
  display: none;
}

.foot_nav li a {
  font-size: 14px;
  font-weight: 600;
  color: #606772;
  line-height: 30px;
}

#footer {
  position: relative;
  padding: 45px;
  width: 1080px;
  margin: auto;
  box-sizing: border-box;
}

#footer dl {
  box-sizing: border-box;
}

#footer dl.cs_tel {
  position: absolute;
  right: 62px;
  top: 45px;
}

#footer dt {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #323841;
}

#footer dd {
  padding-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  line-height: 24px;
  color: #606772;
}

.float_btn {
  position: fixed;
  z-index: 10;
  right: 35px;
  bottom: 60px;
}

.float_btn span {
  position: relative;
  display: block;
  width: 77px;
  height: 77px;
  margin-top: 20px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  cursor: pointer;
}

.float_kakao {
  background-color: #f9e846;
}

.float_top {
  background: #fff;
  border: 1px solid #f1f1f1;
}

.float_btn img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.float_kakao img {
    width: 44px;
}

.float_top img {
    width: 30px;
}

.btn_menu {
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
}

.btn_menu img {
  width: 30px;
}

@media screen and (max-width: 1130px) {
  .varible_swiper .swiper-slide {
    width: 1080px;
  }

  .varible_box {
    background-size: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .only_pc {
    display: none !important;
  }

  .only_m {
    display: block;
  }

  #header, .main_banner, .main_device, .slide_tab_wrap,
  .foot_nav ul, #footer {
    width: 100%;
  }
  
  .main_banner_wrap {
    position: relative;
    background: url("../img/main_bg_m_1.png") 0 0 no-repeat;
    background-size: 100%;
    height: 150vw;
    padding-bottom: 60px;
  }

  .main_banner_wrap::after {
    height: calc(100% - 60px);
  }

  .main_banner {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    height: auto;
  }

  .main_banner > div {
    position: static;
    margin-top: 0;
    transform: translateY(0);
  }
    
  .main_banner h2 {
    font-size: 26px;
  }

  .main_banner p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 75px 60px;
    word-break: keep-all;
  }

  .app_list {
    padding-top: 0;
    position: static;
    width: 100%;
  }

  .app_list .only_m {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 58px;
    background-color: #0797ee;
    font-family: "맑은 고딕", "Malgun Gothic", arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #ffffff;
  }


  .main_device {
    padding: 83px 0 113px;
  }

  .main_slider_wrap {
    position: relative;
    width: 237px;
    height: 464px; 
    padding: 60px 32px 0;
    margin: auto;
    background: url("../img/device_bg_m.png") center no-repeat;
  }

  .main_slide1 img {
    width: 100%;
    margin: auto;
  }

  /*.slider_for,*/ .slider_nav {
    display: block !important;
  }
    
  .slider_nav {
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding-bottom: 40px;
  }

  .slider_nav .slick-slide,
  .slider_nav2 .slick-slide {
    text-align: center;
  }

  .slide_text h2, .slide_tab_wrap h2 {
    font-size: 26px;
  }

  .slide_text p {
    padding-top: 17px;
    font-size: 14px;
    line-height: 24px;
  }
    
  .slider_for {
    background: none;
    height: calc(100% - 64px);
    overflow: initial;
  }

  .slider_for .slick-list {
    height: calc(100% - 5px);
    overflow: hidden;
  }

  .slick-dots {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -36px;
  }

  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    height: 5px;
  }

  .slick-dots button {
    width: 46px;
    height: 5px;
    background-color: #d3d3d3;
    text-indent: -9999px;
  }

  .slick-dots .slick-active button {
    background-color: #13a9ff;
  }

  .main_slider_wrap .slick-dots {
    bottom: -79px;
  }

  .slider_nav2 {
    padding-bottom: 58px;
  }

  .slide_tab2 {
    padding: 109px 0 183px;
    text-align: center;
  }

  .slider_for2 {
    width: 330px;
    height: 222px;
    padding: 19px 25px;
    margin: auto;
    background: url("../img/tablet_m.png") center no-repeat;
    box-sizing: border-box;
  }

  .slider_for2 .slick-slide {
    width: 100%;
  }

  .slider_for2 img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
  }
    
  .main_review {
    padding: 112px 0 147px;
  }

  .main_review h2 {
    padding-bottom: 35px;
    font-size: 26px;
  }

  .varible_swiper .swiper-slide {
    width: 100%;
    height: auto;
    opacity: 1;
  }

  .varible_box {
    width: calc(100% - 150px);
    margin: auto;
    padding: 35px 20px 35px;
    transform: scale(1);
    background: #f5f7f9;
    box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f1f1;
    border-radius: 13px;
  }

  .varible_box .thum {
    position: static;
    width: 100%;
    height: 55.2vw;
  }

  .varible_box .desc {
    padding-top: 63px;
    background-size: 20px;
    background-position: 50% 33px;
  }

  .varible_box .desc p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.105em;
    word-break: keep-all;
  }
    
  .varible_box .desc strong {
    padding-top: 25px;
    text-align: center;
    font-size: 12px;
    color: #333;
  }

  .varible_swiper .swiper-pagination {
    display: block;
    width: 100%;
    line-height: 0;
    margin-top: 55px;
  }

  .varible_swiper .swiper-pagination-bullet {
    width: 46px;
    height: 5px;
    background-color: #d3d3d3;
    border-radius: 0;
    margin: 0 6px;
  }

  .varible_swiper .swiper-pagination-bullet-active {
    background-color: #13a9ff !important;
  }

  .main_cs {
    padding: 135px 0;
  }
    
  .main_cs h2 {
    font-size: 22px;
  }
    
  .main_cs .cs_btn {
    padding: 9px 0 25px;
  }
    
  .main_cs .cs_btn button {
    display: block;
    margin: auto;
    min-width: auto;
    width: 230px;
    height: 50px;
  }

  .main_cs .cs_btn button + button {
    margin-top: 20px;
  }

  .main_cs .cs_btn button span {
    font-size: 14px;
  }

  .btn_wh span {
    color: #343434;
  }

  .main_cs p {
    font-size: 12px;
  }
    
  .foot_nav {
    padding: 22px 34px 25px;
  }

  .foot_nav ul {
    padding: 0;
  }

  .foot_nav li {
    padding-right: 10px;
  }

  .foot_nav li::after {
    right: 4px;
    top: 9px;
    width: 1px;
    height: 10px;
  }

  .foot_nav li:last-child:after {
    display: none;
  }

  .foot_nav li a {
    font-size: 12px;
  }
  
  #footer {
    padding: 19px 20px 60px 34.48px;
  }

  #footer dl.cs_tel {
    padding-top: 38px;
    position: static;
  }
    
  #footer dt {
    font-size: 14px;
  }

  #footer dd {
    font-size: 14px;
    line-height: 1.8;
    line-height: 24px;
    color: #606772;
  }

  .float_btn {
    right: 7px;
    bottom: 20px;
  }

  .float_btn span {
    width: 55px;
    height: 55px;
    margin-top: 15px;
    box-shadow: none;
  }

  .float_kakao img {
    width: 30px;
  }

  .float_top {
    border: 1px solid #f1f1f1;
  }

  .float_top img {
    width: 17px;
  }






}