@import url("https://webfontworld.github.io/gmarket/GmarketSans.css");
@import url("https://webfontworld.github.io/gmarket/GmarketSans.css");
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.main_header {
  padding: 40px 0 15px 0;
}

.wid {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

.main_header img {
  width: 100%;
}

.main_kakao .wid {
  max-width: 1024px;
  margin: 0 auto;
}

.main_kakao .wid img {
  display: block;
  width: 100%;
}

.main_visual {
  padding: 60px 0;
  background: #7e00c1;
}

.main_visual img {
  width: 100%;
}

.main_visual .customer {
  padding-top: 30px;
  display: Flex;
}

.main_visual .customer li {
  width: 50%;
}

.main_visual .customer li img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.23);
}

.main_visual .customer .mo {
  display: none;
}

.main_visual.mt {
  padding-top: 200px;
  padding-bottom: 0px;
}

.gnb {
  background-color: #f36e90;
  width: 100%;
}

.gnb_btns {
  display: block;
  width: 33%;
  height: 50px;
  float: left;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  transition: 0.3s;
  color: white;
}

.gnb_btns:hover {
  background-color: #f39bb2;
  color: #333;
}

@media screen and (max-width: 992px) {
  .main_header {
    padding: 25px 0;
  }
}
@media screen and (max-width: 550px) {
  .main_header {
    padding: 5px;
  }
  .main_visual {
    padding: 30px 0;
  }
  .main_visual .customer {
    padding-top: 0px;
  }
  .main_visual .customer .mo {
    display: block;
  }
  .main_visual .customer .pc {
    display: none;
  }
  .gnb_btns {
    font-size: 15px;
  }
}
section.kakao {
  width: 100%;
  background: #fff;
}

section.kakao .in {
  max-width: 1024px;
  overflow: hidden;
  margin: 0 auto;
  /* padding : 60px 0; */
}

section.kakao .in h2 {
  margin-bottom: 30px;
  font-size: 3.5em;
  text-align: center;
}

section.kakao .in h2 span {
  display: block;
  color: #933c52;
}

section.kakao .in .kakao_flex {
  display: flex;
  flex-wrap: wrap;
}

section.kakao .in img {
  display: block;
  width: 100%;
}

section.kakao .in .kakao_flex .left {
  width: 50%;
}

section.kakao .in .kakao_flex .right {
  width: 50%;
}

section.kakao .in .kakao_flex .left img {
  display: block;
  width: 56%;
  margin: 0 auto;
}

section.kakao .in .kakao_flex .box {
  margin-top: 45px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-shadow: 1px 1px 6px 2px #9f9f9f;
  width: 95%;
}

section.kakao .in .kakao_flex p {
  font-size: 1.6em;
}

section.kakao .in .kakao_flex .box p {
  line-height: 2.4em;
  border-bottom: 3px dotted #ddd;
}

section.kakao .in .kakao_flex .box2 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 45px;
}

section.kakao .in .kakao_flex .box2 img {
  display: block;
  width: 22%;
}

section.kakao .in .kakao_flex .box2 p {
  word-break: keep-all;
}

section.kakao .in .kakao_flex p span.step {
  color: #e5c100;
  margin-right: 30px;
  font-weight: 600;
}

@media screen and (max-width: 550px) {
  section.kakao .in {
    padding: 30px 0px;
  }
  section.kakao .in h2 {
    margin-bottom: 15px;
    font-size: 2.5em;
  }
  section.kakao .in .kakao_flex .left img {
    width: 40%;
  }
  section.kakao .in .kakao_flex .left {
    width: 100%;
  }
  section.kakao .in .kakao_flex .right {
    width: 100%;
  }
  section.kakao .in .kakao_flex .box {
    width: 100%;
  }
  section.kakao .in .kakao_flex p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 419px) {
  section.kakao .in .kakao_flex .box p {
    display: flex;
    line-height: 1.8em;
  }
  section.kakao .in .kakao_flex .box {
    padding: 7px;
  }
  section.kakao .in .kakao_flex p span {
    display: block;
    width: 75%;
  }
  section.kakao .in .kakao_flex p span.step {
    color: #e5c100;
    margin-right: 0px;
    font-weight: 600;
    display: block;
    width: 25%;
  }
}
.apply_wid {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 0;
}

#roll {
  height: 285px;
  min-height: 100px;
  overflow: hidden;
  margin-top: 0px;
  border-bottom: 1px solid #ddd;
}

.bg_sec2 {
  background: #f2f2f2;
  margin-top: 80px;
}

.sec2 {
  width: 100%;
  padding: 30px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.sec2 h2 {
  color: #000;
  font-size: 45px;
  margin-top: 15px;
  font-family: "GmarketSans";
  line-height: 45px;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  width: 100%;
}

.sec2 table {
  width: 100%;
  /* margin: 0 5%; */
  border-collapse: collapse;
}

.sec2 h2 b {
  color: #712cf9;
}

.sec2 table th {
  font-size: 18px;
  color: #222;
  padding: 8px 0;
}

.sec2 table td {
  font-size: 17px;
  color: #555;
  padding: 8px 0;
  text-align: center;
  border: none;
  font-weight: 500;
}

.sec2 table td:nth-child(2) {
  background: #f7edff;
}

.sec2 table .name {
  width: 35%;
}

.sec2 table .day {
  width: 20%;
}

.sec2 table .goods {
  width: 32%;
}

.sec2 table .state {
  width: 28%;
}

.sec2 table .p1 {
  color: #fff;
  border: 1px solid #712cf9;
  background: #712cf9;
  border-radius: 100px;
  padding: 1px 0px 2px 0px;
  width: 70px;
  margin: 0 auto;
}

.sec2 table .p2 {
  color: #fff;
  border: 1px solid #333;
  background: #333;
  border-radius: 100px;
  padding: 1px 0px 2px 0px;
  width: 70px;
  margin: 0 auto;
}

.sec2 .wid2 {
  float: left;
  width: 50%;
  height: 394px;
  background: url("/theme/IDEN02/img/sec2_bg.jpg") no-repeat center #ddd;
  background-size: cover;
  border-radius: 0 10px 10px 0;
}

.sec2_2 {
  float: left;
  width: 49%;
  margin-top: 1%;
  margin-right: 1%;
  box-shadow: 0px 3px 10px #ddd;
  border-radius: 15px;
}

@media screen and (max-width: 992px) {
  .sec2 {
    width: 100%;
  }
  .sec2 .wid2 {
    display: none;
  }
  .sec2 .wid1 {
    width: 100%;
  }
  .sec2 h2 {
    border-radius: 10px 10px 0 0;
  }
  .sec2 table .day {
    width: 26%;
  }
}
@media screen and (max-width: 550px) {
  .sec2 table th {
    font-size: 1em;
  }
  .sec2 table td {
    font-size: 0.9em;
  }
  #roll {
    height: 246px;
  }
  .sec2 table .goods {
    width: 18%;
  }
  .sec2 table .p1,
  .sec2 table .p2 {
    width: 60px;
  }
  .sec2 h2 {
    font-size: 28px;
  }
  .apply_wid {
    padding: 30px 0;
  }
}
.main_why {
  padding: 60px 0;
  background: #f2e3ff;
}

.main_why img {
  width: 100%;
}

.main_how {
  padding: 60px 0;
  background: #ecb8f7;
}

.main_how img {
  width: 100%;
}

.main_goods {
  padding: 60px 0;
}

.main_goods img {
  width: 100%;
}

.main_goods .com_box {
  display: Flex;
  justify-content: space-between;
  margin: 70px auto 40px auto;
  max-width: 850px;
}

.main_goods .com_box img {
  width: 47%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.main_goods p {
  text-align: center;
  font-size: 29px;
  line-height: 1.5em;
}

.main_customer {
  padding: 60px 0;
}

.main_customer .customer {
  padding-top: 0px;
}

@media screen and (max-width: 850px) {
  .main_goods .com_box {
    padding: 0 30px;
    width: 100%;
  }
  .main_goods p {
    padding: 0 10px;
    font-size: 23px;
  }
}
@media screen and (max-width: 550px) {
  .main_why {
    padding: 30px 0;
  }
  .main_how {
    padding: 30px 0;
  }
  .main_goods {
    padding: 30px 0;
  }
  .main_customer {
    padding: 30px 0;
  }
  .main_goods .com_box {
    margin: 30px auto 20px auto;
    padding: 0 15px;
  }
  .main_goods p {
    font-size: 15px;
  }
  .main_goods p br {
    display: none;
  }
}
.main_visual.mt {
  background: #f9f9f9;
}

.main_visual.mt .wid {
  max-width: 1400px;
  margin: 0 auto;
}

.mf {
  display: block;
  overflow: hidden;
}

.mf img {
  display: block;
  width: 100%;
}

.ml {
  float: left;
  width: 25%;
}

.mm {
  float: left;
  width: 50%;
}

.mm img {
  width: 68%;
  margin: 0 auto;
}

.mm_p {
  text-align: center;
  font-size: 1.6em;
  margin-top: 45px;
}

.mr {
  float: left;
  width: 25%;
}

.mr img {
  width: 73%;
}

.main_1 {
  /* background-image: linear-gradient(#fff, #ffead6); */
  background-image: linear-gradient(#fff, #fde8f1);
  padding: 60px 0px;
}

.main_2 {
  padding: 100px 0px;
  background: url("/theme/web/img/bg1.jpg") no-repeat center;
  /* background-attachment : fixed; */
}

.main_2 .wid {
  max-width: 1200px;
  margin: 0 auto;
}

.main_1 h2,
.main_2 h2,
.main_3 h2,
.main_4 h2 {
  text-align: center;
  font-size: 3em;
  font-weight: 600;
}

.main_1 h1,
.main_2 h1,
.main_3 h1,
.main_4 h1 {
  text-align: center;
  font-size: 4em;
  font-weight: 700;
  color: #d95f9a;
}

.main_2 h1 {
  color: #000;
}

.main_3 h1 {
  color: #000;
}

.main_4 h1 {
  color: #000;
}

.main_3 h3 {
  text-align: center;
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 15px;
}

.main_4 h3 {
  text-align: center;
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 15px;
}

.main_1 p,
.main_2 p,
.main_3 p,
.main_4 p {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
  font-size: 1.6em;
}

b.green {
  color: #0fb634;
}

b.doge {
  color: #d95f9a;
}

.main_1 img {
  display: block;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 5px 2px #9b8888;
}

.main_2 img {
  display: block;
  width: 85%;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 0 5px 2px #9b8888;
}

.main_1 .row {
  max-width: 800px;
  margin: 0 auto;
}

.main_2 .row {
  max-width: 1200px;
  margin: 0 auto;
}

.main_1 .row .col-md-6 {
  padding: 5px;
}

.main_2 .row .col-md-3 {
  padding: 5px;
}

.main_3 {
  padding: 100px 0px;
  background: url("/theme/web/img/bg2.jpg") no-repeat center;
  background-attachment: fixed;
}

.main_4 {
  padding: 100px 0px;
  /* background-image: linear-gradient(to right, #ffc85c, #f4ac20); */
  background-image: linear-gradient(to right, #fff1f6, #d95f9a);
}

.main_4 .wid {
  max-width: 1200px;
  margin: 0 auto;
}

.main_3 .wid {
  max-width: 800px;
  margin: 0 auto;
}

.main_3 img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.main_3 .col-md-6 {
  margin-bottom: 20px;
}

.main_4 h1 {
  color: #fff;
}

.main_4 h3 {
  color: #fff;
}

.main_4 p {
  color: #fff;
}

.main_4 .wid .row {
  margin-left: 0px;
  margin-right: 0px;
  gap: 15px;
  padding-bottom: 15px;
}

.cbox {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
  display: flex;
  width: 24%;
  align-items: center;
  gap: 15px;
  box-shadow: 0 0 7px 0px #716868;
}

.cboximg {
  width: 30%;
}

.cboximg img {
  display: block;
  width: 100%;
}

.ctxt h4 {
  color: #f4ac20;
  font-size: 2em;
  margin-bottom: 5px;
  font-weight: 600;
}

.ctxt p {
  color: #f4ac20;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.4em;
}

.main_4.white {
  background: #f2f2f2;
  padding-bottom: 0px;
}

.main_4.white h3 {
  color: #000;
}

.main_4.white h1 {
  color: #000;
}

.main_4.white p {
  color: #000;
}

.main_4.main_6 {
  padding: 100px 0;
  /* background: url('/theme/web/img/bg3.jpg')no-repeat center; */
  background-attachment: fixed;
}

.main_6 .cbox {
  width: 32%;
  justify-content: center;
}

.main_6 .cbox h4 {
  text-align: center;
  font-size: 4em;
}

.main_6 .cbox p {
  text-align: center;
  font-size: 1.8em;
}

.main_3.main_7 {
  background: url("/theme/web/img/bg4.jpg") no-repeat center;
  background-attachment: fixed;
}

.main_3.main_7 h3 {
  color: #fff;
}

.main_3.main_7 h1 {
  color: #fff;
}

.main_3.main_7 p {
  color: #fff;
}

.notice_btn {
  display: block;
  width: 50%;
  padding: 15px;
  text-align: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 2.5em;
  font-weight: 600;
  transition: 0.3s ease;
}

.notice_btn:hover {
  background: #fff;
  color: #000;
}

.notice_box {
  margin-top: 30px;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
}

.notice_box h5 {
  text-align: center;
  background: #333;
  color: white;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.6em;
}

.notice_box h4.nalert {
  color: red;
  font-weight: 600;
  text-align: center;
  font-size: 2em;
  margin-top: 20px;
}

.notice_box h4.nalert .fa-exclamation-triangle {
  color: #d95f9a;
}

.notice_box p.nalert {
  color: #000;
  margin: 10px auto;
  font-size: 1.4em;
}

.btn_wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-top: 30px;
}

.btn_wrap a {
  display: block;
  width: calc(50% - 10px);
  padding: 20px 10px;
  border-radius: 50px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  font-family: "GmarketSansMedium";
}

.btn_wrap a:first-child {
  background: yellow;
}

.btn_wrap a:last-child {
  background: #f4ac20;
}

.main_4.white.white2 {
  background: #f2f2f2;
  padding-bottom: 60px;
}

@media screen and (max-width: 576px) {
  .wid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main_visual.mt {
    padding-top: 30px;
  }
  .mf {
    display: flex;
    flex-wrap: wrap;
  }
  .ml {
    float: unset;
    width: 50%;
    order: 1;
  }
  .mm {
    float: unset;
    width: 100%;
    order: 0;
  }
  .mr {
    float: unset;
    width: 50%;
    order: 3;
  }
  .mm_p {
    text-align: center;
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .ml img {
    position: relative;
    left: 30px;
  }
  .main_1 h2,
  .main_2 h2,
  .main_3 h2,
  .main_4 h2 {
    font-size: 2em;
  }
  .main_1 h1,
  .main_2 h1,
  .main_3 h1,
  .main_4 h1 {
    font-size: 2em;
  }
  .main_1 p,
  .main_2 p,
  .main_3 p,
  .main_4 p {
    font-size: 1em;
  }
  .main_1 .row .col-md-6 {
    margin-bottom: 10px;
  }
  .main_2 {
    background: url("/theme/web/img/bg1.jpg") no-repeat right;
  }
  .main_2 .row .col-md-3 {
    margin-bottom: 10px;
  }
  .main_3 h3 {
    font-size: 2.2em;
  }
  .main_4 h3 {
    font-size: 2.2em;
  }
  .cbox {
    width: 100%;
  }
  .main_4 .wid .row {
    justify-content: center;
  }
  .main_6 .cbox {
    width: 30%;
  }
  .main_6 .cbox h4 {
    font-size: 2em;
  }
  .main_6 .cbox p {
    font-size: 1.1em;
  }
  .notice_btn {
    width: 60%;
    font-size: 1.5em;
  }
  .notice_box h5 {
    font-size: 1em;
  }
  .notice_box h4.nalert {
    font-size: 1.3em;
  }
  .btn_wrap {
    flex-wrap: wrap;
  }
  .btn_wrap a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ipage {
  width: 100%;
}

.ipage .wid {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 0;
}

.ipage img {
  display: block;
  width: 100%;
}

.row {
  margin-bottom: 80px;
}

.row.reverse {
  flex-direction: row-reverse;
}

/* .row .col-md-6 {
  margin-top: 30px;
  padding-right: 60px;
}


.row.reverse .col-md-6 {
  padding-left: 60px;
  padding-right: 0px;
} */
.row .col-md-6 h1,
.col-md-12 h1,
.last_sec h1 {
  /* font-size: 3.5em; */
  font-size: 20px;
  color: #d95f9a;
}

.row .col-md-6 p,
.col-md-12 p,
.last_sec p {
  font-size: 2.6em;
  margin: 20px auto;
  font-weight: 300;
}

.last_sec p {
  color: #fff;
}

.last_sec p b {
  font-weight: 600;
}

.last_sec span {
  font-size: 1.6em;
  color: #fff;
}

.last_sec .col-md-4 p {
  font-size: 1.2em;
  padding: 20px 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2);
}

.row .col-md-6 p b,
.col-md-12 p b {
  font-weight: 800;
  color: #000;
}

.row .col-md-6 span,
.col-md-12 span {
  font-size: 1.6em;
}

.col-md-12 img {
  margin-top: 30px;
}

.col-md-12 {
  text-align: center;
}

.last_sec {
  background: url("/theme/web/img/s01_bottom.jpg") no-repeat center;
}

@media screen and (max-width: 992px) {
  .ipage .wid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  /* .row .col-md-6 {
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .row.reverse .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
  } */
}
@media screen and (max-width: 576px) {
  .last_sec {
    background-attachment: fixed;
  }
  .row .col-md-6 h1,
  .col-md-12 h1,
  .last_sec h1 {
    /* font-size: 2.5em; */
    font-size: 18px;
    color: #d95f9a;
  }
  .row .col-md-6 p,
  .col-md-12 p,
  .last_sec p {
    font-size: 22px;
    margin: 5px auto;
  }
  .col-md-6 {
    margin-bottom: 20px;
  }
  .row .col-md-6 span,
  .col-md-12 span {
    font-size: 1.1em;
  }
  .last_sec span {
    font-size: 1.1em;
    color: #fff;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .main_1 p,
  .main_2 p,
  .main_3 p,
  .main_4 p {
    font-size: 0.9em;
  }
}
.br_mo {
  display: none;
}

/* Mobile index */
:root {
  --pt-bg: #fdfbff;
  --pt-soft: #f3e8f5;
  --pt-soft-2: #e6cced;
  --pt-primary: #e537be;
  --pt-primary-deep: #861895;
  --pt-primary-muted: #d15ce1;
  --pt-dark: #2a1a2e;
  --pt-text: #2b222d;
  --pt-muted: #6b5a6c;
  --pt-shadow: rgba(127, 47, 139, .16);
}

html {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  background: var(--pt-bg);
  color: #1f2933;
  word-break: keep-all;
}

#wrapper,
#container,
#container_wr,
#hd,
#ft {
  min-width: 0 !important;
}

#wrapper,
#container,
#container_wr {
  height: auto !important;
  max-height: none !important;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

#wrapper {
  width: 100%;
}

#container {
  float: none;
  width: 100%;
  max-width: none;
  min-height: 0;
  font-size: 1em;
}

#container_wr {
  width: 100%;
}

.ob-main,
.ob-main * {
  box-sizing: border-box;
}

.ob-main {
  font-family: "GmarketSans", "Noto Sans KR", "Malgun Gothic", sans-serif;
  line-height: 1.5;
  background: var(--pt-bg);
  color: var(--pt-text);
}

.ob-main a {
  text-decoration: none;
}

.ob-section {
  position: relative;
  padding: 96px 20px;
}

.ob-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ob-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 0 13px;
  border: 1px solid var(--pt-primary-muted);
  border-radius: 999px;
  background: #fff;
  color: var(--pt-primary-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 5px 12px rgba(190, 34, 214, 0.1);
}

.ob-title {
  margin: 0;
  color: #121826;
  font-size: 42px;
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: 0;
}

.ob-title strong {
  color: var(--pt-primary);
}

.ob-copy {
  margin: 18px 0 0;
  color: var(--pt-muted);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.ob-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  justify-content: center;
}

.ob-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ob-btn:hover {
  transform: translateY(-2px);
}

.ob-btn.is-call {
  background: var(--pt-primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(190, 34, 214, 0.24);
}

.ob-btn.is-sms {
  background: var(--pt-dark);
  color: #fff;
  box-shadow: 0 12px 24px rgba(42, 26, 46, 0.18);
}

.ob-btn.is-line {
  background: #fff;
  color: var(--pt-text);
  border-color: var(--pt-soft-2);
}

.ob-hero {
  overflow: hidden;
  min-height: 0;
  padding: 0;
  background: var(--pt-soft);
}

.ob-hero-swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.ob-hero-swiper .swiper-slide {
  height: auto;
}

.ob-hero-swiper .swiper-slide.ob-hero-bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ob-hero-swiper .swiper-slide.ob-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 24, 39, 0.92) 0%, rgba(24, 24, 39, 0.72) 48%, rgba(24, 24, 39, 0.22) 100%);
  pointer-events: none;
}

.ob-hero-swiper .swiper-slide.ob-hero-bg .ob-hero-panel {
  position: relative;
  z-index: 1;
}

.ob-hero-swiper .swiper-slide.ob-hero-bg1 {
  background-image: url("/theme/web/img/slide_main1.webp");
}

.ob-hero-swiper .swiper-slide.ob-hero-bg2 {
  background-image: url("/theme/web/img/slide_main2.webp");
}

.ob-hero-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 640px;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 150px 20px 80px;
}

.ob-hero-text {
  width: 100%;
  max-width: 620px;
  text-align: center;
}

.ob-hero .ob-eyebrow {
  background: #fff;
  color: var(--pt-primary-deep);
}

.ob-hero h2 {
  margin: 0;
  color: var(--pt-text);
  font-size: 38px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.ob-hero p {
  max-width: 520px;
  margin: 18px auto 0;
  color: var(--pt-muted);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.ob-hero-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 46px;
  align-items: center;
  width: min(100%, 460px);
  min-height: 48px;
  margin: 26px auto 0;
  border: 2px solid var(--pt-primary);
  border-radius: 8px;
  background: #fff;
  color: var(--pt-text);
  overflow: hidden;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ob-hero-search:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(190, 34, 214, 0.18);
}

.ob-hero-search strong {
  padding: 0 13px;
  color: #03c75a;
  font-size: 15px;
  font-weight: 900;
}

.ob-hero-search span {
  border-left: 1px solid var(--pt-soft-2);
  padding-left: 13px;
  font-size: 14px;
  font-weight: 800;
}

.ob-hero-search i {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background: var(--pt-primary);
  color: #fff;
  font-size: 17px;
}

.ob-hero .ob-actions {
  justify-content: center;
  margin-top: 16px;
}

.ob-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 430px;
  margin: 28px auto 0;
}

.ob-hero-trust div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
  border-left: 1px solid var(--pt-soft-2);
}

.ob-hero-trust div:first-child {
  border-left: 0;
}

.ob-hero-trust i,
.ob-hero-trust strong {
  color: var(--pt-primary);
}

.ob-hero-trust i {
  font-size: 15px;
}

.ob-hero-trust strong {
  margin-top: 4px;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
}

.ob-hero-trust span {
  margin-top: 5px;
  color: var(--pt-muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.ob-hero-visual {
  position: relative;
  min-height: 390px;
}

.ob-device {
  position: absolute;
  right: 20px;
  top: 12px;
  width: min(360px, 82%);
  max-height: 380px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.28));
  transform: rotate(4deg);
}

.ob-device.is-doc {
  padding: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  filter: none;
}

.ob-hero-pagination {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding-left: 20px;
  text-align: left;
  transform: translateX(-50%);
}

.ob-hero-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 0.35;
}

.ob-hero-pagination .swiper-pagination-bullet-active {
  background: var(--pt-primary);
  opacity: 1;
}

.ob-rate {
  background: var(--pt-bg);
}

.ob-rate-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: 52px;
}

.ob-rate-visual {
  display: flex;
  justify-content: center;
}

.ob-rate-visual img {
  width: min(310px, 80%);
  height: auto;
}

.ob-rate-boxes {
  display: grid;
  gap: 12px;
  max-width: 560px;
  margin-top: 30px;
}

.ob-rate-box {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  min-height: 56px;
  border: 1px solid var(--pt-primary-muted);
  border-radius: 8px;
  background: #fff;
  padding: 8px 16px;
  box-shadow: 0 12px 26px rgba(190, 34, 214, 0.1);
}

.ob-rate-box span {
  color: var(--pt-primary);
  font-size: 14px;
  font-weight: 900;
}

.ob-rate-box b {
  text-align: right;
  color: #2b222d;
  font-size: 21px;
  font-weight: 900;
}

.ob-live {
  overflow: hidden;
  background: var(--pt-bg);
  color: var(--pt-text);
}

.ob-live:before {
  content: "";
  position: absolute;
  left: -10%;
  top: -110px;
  width: 120%;
  height: 250px;
  background: var(--pt-bg);
  clip-path: ellipse(50% 42% at 50% 0%);
}

.ob-live .ob-inner,
.ob-review .ob-inner {
  position: relative;
  z-index: 1;
}

.ob-section-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.ob-live .ob-eyebrow,
.ob-live .ob-title,
.ob-live .ob-copy {
  color: var(--pt-text);
}

.apply_wid {
  margin: 0 auto;
  padding: 0;
}

.apply_wid .sec2 {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(270px, 0.75fr);
  width: 100%;
  padding: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.2);
  overflow: hidden;
  text-align: center;
}

.apply_wid .wid1 {
  width: 100%;
}

.ob-live-metrics {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  background: var(--pt-soft);
  border-left: 1px solid var(--pt-soft-2);
}

.ob-live-metric {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 150px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  box-shadow: 0 10px 22px rgba(190, 34, 214, 0.08);
}

.ob-live-metric span {
  color: var(--pt-primary);
  font-size: 14px;
  font-weight: 900;
}

.ob-live-metric strong {
  display: block;
  margin-top: 8px;
  color: var(--pt-dark);
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.ob-live-metric p {
  margin: 9px 0 0;
  color: var(--pt-muted);
  font-size: 13px;
  font-weight: 700;
}

.ob-live-metric.is-satisfaction {
  background: var(--pt-primary);
}

.ob-live-metric.is-satisfaction span,
.ob-live-metric.is-satisfaction strong,
.ob-live-metric.is-satisfaction p {
  color: #fff;
}

.ob-progress-table,
#mask table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.ob-progress-table th {
  padding: 18px 10px;
  background: var(--pt-soft);
  color: var(--pt-primary-deep);
  font-size: 14px;
  font-weight: 900;
  border-bottom: 1px solid var(--pt-soft-2);
}

.ob-progress-table td {
  padding: 13px 10px;
  color: #394150;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #f1f4f8;
}

.ob-progress-table col.name {
  width: 30%;
}

.ob-progress-table col.goods {
  width: 20%;
}

.ob-progress-table col.day,
.ob-progress-table col.state {
  width: 25%;
}

#roll {
  height: 338px;
  overflow: hidden;
  background: #fff;
}

#mask {
  list-style: none;
  margin: 0;
  padding: 0;
  animation: obTicker 28s linear infinite;
}

#mask:hover,
.ob-product-track:hover {
  animation-play-state: paused;
}

.ob-state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 26px;
  margin: 0 auto;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

.ob-state.done {
  background: #ecfdf3;
  color: #027a48;
  border: 1px solid #a6f4c5;
}

.ob-state.wait {
  background: var(--pt-soft);
  color: var(--pt-primary-deep);
  border: 1px solid var(--pt-soft-2);
}

@keyframes obTicker {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.ob-review,
.ob-warning {
  overflow: hidden;
  background: var(--pt-dark);
  color: #fff;
}

.ob-review .ob-title,
.ob-warning .ob-title {
  color: #fff;
}

.ob-review .ob-eyebrow,
.ob-warning .ob-eyebrow,
.ob-rank .ob-eyebrow,
.ob-products .ob-eyebrow {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}

.ob-review .ob-title strong,
.ob-warning .ob-title strong {
  color: var(--pt-primary-muted);
}

.ob-review .ob-copy,
.ob-warning .ob-copy {
  color: #cdd6e5;
}

.ob-items-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 768px;
  margin: 38px auto 0;
}

.ob-items-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 16px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--pt-text);
  text-align: center;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.ob-items-card img {
  display: block;
  width: 65%;
  aspect-ratio: 1.45;
  -o-object-fit: contain;
     object-fit: contain;
}

.ob-items-card strong {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 900;
}

.ob-items-card > span {
  display: block;
  margin-top: 2px;
  color: var(--pt-muted);
  font-size: 12px;
  font-weight: 700;
}

.ob-items-card em {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--pt-primary);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.ob-rank {
  isolation: isolate;
  overflow: hidden;
  background: url("/theme/web/img/overlay2.jpg") center/cover fixed;
  color: #fff;
}

.ob-rank:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(16, 95, 156, 0.18);
}

.ob-rank .ob-title,
.ob-rank .ob-copy,
.ob-rank .ob-title b {
  color: #fff !important;
}

.ob-rank .ob-copy {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.ob-counters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 768px;
  margin: 40px auto 0;
}

.ob-counter-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  color: var(--pt-primary);
  text-align: center;
}

.ob-counter-card strong {
  font-size: 37px;
  line-height: 1.05;
  font-weight: 900;
}

.ob-counter-card > span {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 900;
}

.ob-howto {
  background: var(--pt-soft);
}

.ob-howto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 768px;
  margin: 40px auto 0;
}

.ob-howto-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 338px;
  padding: 26px 22px;
  border-radius: 8px;
  background: #fff;
  color: var(--pt-text);
  text-align: center;
  box-shadow: 0 14px 30px rgba(190, 34, 214, 0.14);
}

.ob-howto-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pt-primary);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 7px 12px rgba(190, 34, 214, 0.26);
}

.ob-howto-icon {
  margin-top: 21px;
  color: var(--pt-primary);
  font-size: 48px !important;
  line-height: 1;
}

.ob-howto-card h3 {
  margin: 18px 0 0;
  font-size: 17px;
  font-weight: 900;
}

.ob-howto-card p {
  margin: 12px 0 0;
  color: #748294;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}

.ob-howto-actions {
  display: grid;
  gap: 7px;
  width: 100%;
  margin-top: auto;
}

.ob-howto-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  border: 1px solid var(--pt-primary);
  border-radius: 999px;
  color: var(--pt-primary-deep);
  font-size: 13px;
  font-weight: 900;
}

.ob-howto-actions .is-call {
  background: var(--pt-primary);
  color: #fff;
}

.ob-service {
  background: var(--pt-soft);
}

.ob-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 768px;
  margin: 40px auto 0;
}

.ob-service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 220px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  color: var(--pt-text);
  box-shadow: 0 14px 30px rgba(190, 34, 214, 0.12);
}

.ob-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: var(--pt-soft);
  color: var(--pt-primary);
  font-size: 25px;
}

.ob-service-card h3 {
  margin: 17px 0 0;
  font-size: 17px;
  font-weight: 900;
}

.ob-service-card p {
  margin: 10px 0 0;
  color: var(--pt-muted);
  font-size: 13px;
  line-height: 1.65;
  font-weight: 700;
}

.ob-service-card em {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--pt-soft);
  color: var(--pt-primary-deep);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.ob-products {
  background: var(--pt-dark);
  color: #fff;
}

.ob-products .ob-title,
.ob-products .ob-copy {
  color: #fff;
}

.ob-products .ob-title strong {
  color: var(--pt-primary-muted);
}

.ob-contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 620px;
  margin: 38px auto 0;
}

.ob-contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 178px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.ob-contact-card:hover {
  transform: translateY(-6px);
  border-color: var(--pt-primary);
  background: rgba(190, 34, 214, 0.16);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.25);
}

.ob-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(190, 34, 214, 0.18);
  color: var(--pt-primary-muted);
  font-size: 16px;
}

.ob-contact-card strong {
  display: block;
  margin-top: 13px;
  font-size: 17px;
  font-weight: 900;
}

.ob-contact-card p {
  margin: 7px 0 20px;
  color: #aeb7c6;
  font-size: 13px;
  font-weight: 700;
}

.ob-contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 38px;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  transition: background 0.22s ease, border-color 0.22s ease;
}

.ob-contact-card.is-phone .ob-contact-action,
.ob-contact-card:hover .ob-contact-action {
  border-color: var(--pt-primary);
  background: var(--pt-primary);
}

.ob-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 38px auto 0;
}

.ob-review-card {
  min-height: 172px;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  color: var(--pt-text);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.ob-review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.ob-avatar {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--pt-soft);
  -o-object-fit: cover;
     object-fit: cover;
}

.ob-stars {
  color: #ffb020;
  font-size: 13px;
  white-space: nowrap;
}

.ob-review-author {
  display: block;
  margin-bottom: 5px;
  color: var(--pt-primary);
  font-size: 13px;
  font-weight: 900;
}

.ob-review-card h3 {
  margin: 0 0 8px;
  color: var(--pt-text);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.ob-review-card p {
  margin: 0;
  color: var(--pt-muted);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.ob-faq {
  background: var(--pt-bg);
}

.ob-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}

.ob-faq-side {
  position: relative;
  top: auto;
  text-align: center;
}

.ob-faq-list {
  display: grid;
  gap: 10px;
}

.ob-faq-item {
  border: 1px solid var(--pt-soft-2);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(190, 34, 214, 0.08);
  overflow: hidden;
}

.ob-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 66px;
  padding: 18px 54px 18px 22px;
  color: var(--pt-text);
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.ob-faq-item summary::-webkit-details-marker {
  display: none;
}

.ob-faq-item summary:before {
  content: attr(data-no);
  color: var(--pt-primary);
  font-size: 15px;
  font-weight: 900;
}

.ob-faq-item summary:after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--pt-primary);
  font-size: 24px;
  font-weight: 800;
}

.ob-faq-item[open] summary:after {
  content: "-";
}

.ob-faq-item p {
  margin: 0;
  padding: 0 24px 22px 64px;
  color: var(--pt-muted);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}

.ob-warning-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.ob-warning-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ob-warning-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--pt-text);
}

.ob-warning-body {
  padding: 18px;
}

.ob-warning-body b {
  display: block;
  color: var(--pt-primary);
  font-size: 20px;
  font-weight: 900;
}

.ob-warning-body p {
  margin: 8px 0 0;
  color: var(--pt-muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.ob-products {
  overflow: hidden;
}

.ob-products .ob-section-head {
  margin-bottom: 42px;
}

.ob-product-marquee {
  display: grid;
  gap: 16px;
  margin-left: -20px;
  margin-right: -20px;
}

.ob-product-row {
  position: relative;
  overflow: hidden;
  padding: 2px 0;
}

.ob-product-row:before,
.ob-product-row:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  z-index: 2;
  pointer-events: none;
}

.ob-product-row:before {
  left: 0;
  background: linear-gradient(90deg, var(--pt-bg), rgba(240, 248, 255, 0));
}

.ob-product-row:after {
  right: 0;
  background: linear-gradient(270deg, var(--pt-bg), rgba(240, 248, 255, 0));
}

.ob-product-track {
  display: flex;
  gap: 16px;
  width: -moz-max-content;
  width: max-content;
  animation: obMarqueeLeft 38s linear infinite;
}

.ob-product-row.is-reverse .ob-product-track {
  animation-name: obMarqueeRight;
  animation-duration: 42s;
}

.ob-product-card {
  flex: 0 0 180px;
  width: 180px;
  border: 1px solid var(--pt-soft-2);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 12px 26px rgba(190, 34, 214, 0.08);
}

.ob-product-img {
  display: block;
  width: 100%;
  height: 108px;
  border-radius: 6px;
  background: var(--pt-soft);
  border: 1px solid var(--pt-soft-2);
  -o-object-fit: contain;
     object-fit: contain;
}

.ob-rate-box,
.ob-live-metric,
.ob-items-card,
.ob-counter-card,
.ob-howto-card,
.ob-service-card,
.ob-review-card,
.ob-faq-item,
.ob-warning-card,
.ob-product-card {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

@media (hover: hover) {
  .ob-rate-box:hover,
  .ob-live-metric:hover,
  .ob-items-card:hover,
  .ob-counter-card:hover,
  .ob-howto-card:hover,
  .ob-service-card:hover,
  .ob-review-card:hover,
  .ob-faq-item:hover,
  .ob-warning-card:hover,
  .ob-product-card:hover {
    transform: translateY(-5px);
    border-color: var(--pt-primary);
    box-shadow: 0 18px 34px rgba(190, 34, 214, 0.18);
  }
  .ob-live-metric.is-satisfaction:hover {
    background: var(--pt-primary-deep);
  }
}
@keyframes obMarqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes obMarqueeRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1100px) {
  .ob-hero-panel {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: auto;
  }
  .ob-hero-visual {
    min-height: 330px;
    max-width: 560px;
    width: 100%;
  }
  .ob-device {
    right: 0;
    width: 320px;
  }
  .ob-title {
    font-size: 36px;
  }
  .ob-hero h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .ob-section {
    padding: 76px 18px;
  }
  .ob-hero {
    min-height: 0;
  }
  .ob-hero-panel {
    padding-top: 128px;
    padding-bottom: 64px;
  }
  .ob-rate-grid,
  .ob-faq-grid,
  .ob-warning-grid,
  .apply_wid .sec2 {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .ob-live-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    border-top: 1px solid var(--pt-soft-2);
    border-left: 0;
  }
  .ob-rate-visual {
    order: 2;
  }
  .ob-faq-side {
    position: relative;
    top: auto;
  }
  .ob-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ob-items-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ob-counters {
    gap: 14px;
  }
  .ob-howto-grid {
    gap: 14px;
  }
  .ob-service-grid {
    gap: 14px;
  }
}
@media screen and (max-width: 640px) {
  .ob-section {
    padding: 62px 14px;
  }
  .ob-title,
  .ob-hero h2,
  .ob-copy,
  .ob-hero p,
  .ob-live-metric p,
  .ob-items-card strong,
  .ob-items-card > span,
  .ob-howto-card h3,
  .ob-howto-card p,
  .ob-service-card h3,
  .ob-service-card p,
  .ob-contact-card strong,
  .ob-contact-card p,
  .ob-review-card h3,
  .ob-review-card p,
  .ob-faq-item summary,
  .ob-faq-item p {
    word-break: keep-all;
  }
  .ob-title {
    font-size: 28px;
  }
  .ob-copy,
  .ob-hero p {
    font-size: 15px;
  }
  .ob-hero-panel {
    padding: 104px 14px 54px;
  }
  .ob-hero h2 {
    font-size: 29px;
  }
  .ob-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ob-btn {
    width: 100%;
  }
  .ob-hero-visual {
    min-height: 270px;
  }
  .ob-device {
    width: 230px;
  }
  .ob-rate-box {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 8px 12px;
  }
  .ob-rate-box b {
    font-size: 17px;
  }
  .apply_wid .sec2 {
    box-shadow: 0 16px 36px rgba(31, 41, 55, 0.18);
  }
  .ob-live-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }
  .ob-live-metric {
    min-height: 120px;
    padding: 20px;
  }
  .ob-live-metric strong {
    font-size: 30px;
  }
  .ob-progress-table th {
    font-size: 12px;
    padding: 13px 4px;
  }
  .ob-progress-table td {
    font-size: 12px;
    padding: 11px 4px;
  }
  #roll {
    height: 304px;
  }
  .ob-state {
    width: 62px;
    height: 24px;
    font-size: 11px;
  }
  .ob-review-grid,
  .ob-warning-cards {
    grid-template-columns: 1fr;
  }
  .ob-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
  }
  .ob-rank {
    background-attachment: fixed;
  }
  .ob-counters {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }
  .ob-counter-card {
    min-height: 108px;
  }
  .ob-counter-card strong {
    font-size: 32px;
  }
  .ob-howto-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }
  .ob-howto-card {
    min-height: 0;
    padding: 24px 20px;
  }
  .ob-howto-actions {
    max-width: 280px;
    margin-top: 20px;
  }
  .ob-service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }
  .ob-service-card {
    min-height: 0;
    padding: 24px 20px;
  }
  .ob-contacts {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }
  .ob-contact-card {
    min-height: 160px;
    padding: 22px 20px;
  }
  .ob-review-card {
    min-height: 0;
  }
  .ob-faq-item summary {
    font-size: 15px;
    padding-right: 46px;
  }
  .ob-faq-item p {
    padding-left: 22px;
  }
  .ob-product-card {
    flex-basis: 138px;
    width: 138px;
  }
  .ob-product-img {
    height: 88px;
  }
  .ob-product-row:before,
  .ob-product-row:after {
    width: 42px;
  }
}/*# sourceMappingURL=custom.css.map */