@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap");
@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;
  }
}
/* ==========================================================================
   Top visual (hero) - Orange Pay
   ========================================================================== */
.topbg {
  --op-primary: #f56200;
  --op-primary-light: #ff8a2b;
  --op-primary-deep: #c94d00;
  position: relative;
  width: 100%;
  min-height: 1180px;
  background-color: #0d0b09;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.topbg-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1800px;
  min-height: 1180px;
  margin: 0 auto;
  padding: 150px 60px 60px;
  box-sizing: border-box;
}

.topbg-text {
  width: 100%;
  max-width: 620px;
  text-align: left;
  margin-top: 115px;
}

.topbg-eyebrow {
  display: block;
  margin-bottom: 28px;
  color: #fff;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topbg-eyebrow span {
  color: var(--op-primary);
}

.topbg-title {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 72px;
  line-height: 1.24;
  font-weight: 800;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.topbg-title strong {
  color: var(--op-primary);
  font-weight: 800;
}

.topbg-copy {
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 21px;
  line-height: 1.7;
  font-weight: 400;
  word-break: keep-all;
}

.topbg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 48px;
}

.topbg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 66px;
  padding: 0 40px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.topbg-btn i {
  font-size: 18px;
}

.topbg-btn.is-primary {
  background: linear-gradient(90deg, var(--op-primary) 0%, var(--op-primary-light) 100%);
  box-shadow: 0 14px 30px rgba(245, 98, 0, 0.38);
}

.topbg-btn.is-primary:hover,
.topbg-btn.is-primary:focus {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(245, 98, 0, 0.48);
}

.topbg-btn.is-ghost {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

.topbg-btn.is-ghost:hover,
.topbg-btn.is-ghost:focus {
  color: #fff;
  border-color: var(--op-primary);
  background: rgba(245, 98, 0, 0.16);
  transform: translateY(-3px);
}

/* feature strip */
.topbg-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin: auto 0 0;
  padding: 34px 40px;
  list-style: none;
  box-sizing: border-box;
}

.topbg-feature {
  display: flex;
  align-items: center;
  gap: 22px;
}

.topbg-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #3a332e 0%, #1b1815 62%, #100e0c 100%);
  box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.1), 0 10px 22px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.topbg-feature-icon img {
  display: block;
  width: 70%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.topbg-feature-text {
  min-width: 0;
}

.topbg-feature-text strong {
  display: block;
  color: var(--op-primary);
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.topbg-feature-text p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  word-break: keep-all;
}

@media screen and (max-width: 1400px) {
  .topbg,
  .topbg-inner {
    min-height: 980px;
  }
  .topbg-inner {
    padding: 130px 40px 50px;
  }
  .topbg-title {
    font-size: 60px;
  }
  .topbg-features {
    gap: 16px;
    padding: 28px 30px;
  }
  .topbg-feature {
    gap: 16px;
  }
  .topbg-feature-icon {
    width: 78px;
    height: 78px;
  }
  .topbg-feature-text strong {
    font-size: 21px;
  }
  .topbg-feature-text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .topbg,
  .topbg-inner {
    min-height: 820px;
  }
  .topbg-inner {
    padding: 120px 30px 46px;
  }
  .topbg-eyebrow {
    font-size: 19px;
  }
  .topbg-title {
    font-size: 48px;
  }
  .topbg-copy {
    font-size: 18px;
  }
  .topbg-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
    padding: 26px;
  }
}
@media screen and (max-width: 900px) {
  .topbg {
    background-position: 68% top;
  }
  .topbg,
  .topbg-inner {
    min-height: 700px;
  }
  .topbg-inner {
    padding: 110px 24px 40px;
  }
  .topbg-title {
    font-size: 40px;
  }
  .topbg-btn {
    min-height: 58px;
    padding: 0 30px;
    font-size: 17px;
  }
  .topbg-features {
    margin-top: 60px;
  }
  .topbg-feature-icon {
    width: 68px;
    height: 68px;
  }
}
@media screen and (max-width: 640px) {
  /* 640px 이하: 히어로 전체를 480px 높이에 맞춰 압축 */
  .topbg,
  .topbg-inner {
    min-height: 480px;
  }
  .topbg-inner {
    align-items: flex-start;
    padding: 24px 16px 20px;
  }
  .topbg-text {
    margin-top: 0;
  }
  .topbg-eyebrow {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .topbg-title {
    font-size: 26px;
  }
  .topbg-copy {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.55;
  }
  .topbg-actions {
    gap: 8px;
    margin-top: 16px;
  }
  .topbg-btn {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }
  .topbg-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
    margin-top: 22px;
    padding: 0;
  }
  .topbg-feature {
    gap: 9px;
  }
  .topbg-feature-icon {
    width: 38px;
    height: 38px;
  }
  .topbg-feature-text strong {
    font-size: 13px;
  }
  .topbg-feature-text p {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.45;
  }
}
/* ==========================================================================
   Payment types - Orange Pay
   ========================================================================== */
.ob-types {
  --op-primary: #f56200;
  --op-primary-light: #ff8a2b;
  --op-text: #1f1b18;
  --op-muted: #6a625c;
  position: relative;
  width: 100%;
  padding: 110px 20px 120px;
  background: linear-gradient(180deg, #fdf7f3 0%, #fbf1ea 100%);
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

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

/* head */
.ob-types-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 50px;
  margin-bottom: 76px;
}

.ob-types-title {
  margin: 0;
  color: var(--op-text);
  font-size: 44px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ob-types-title strong {
  color: var(--op-primary);
  font-weight: 700;
}

.ob-types-copy {
  margin: 0;
  color: var(--op-muted);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  word-break: keep-all;
}

/* cards */
.ob-types-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ob-types-card {
  position: relative;
  transition: transform 0.3s ease;
}

.ob-types-num {
  position: absolute;
  left: 4%;
  top: 9%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--op-primary) 0%, var(--op-primary-light) 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transform: rotate(45deg);
  box-shadow: 0 10px 22px rgba(245, 98, 0, 0.3);
}

/* keep the number upright inside the rotated diamond */
.ob-types-num i {
  display: block;
  font-style: normal;
  transform: rotate(-45deg);
}

.ob-types-img {
  display: block;
  width: 100%;
  height: auto;
}

/* text placed inside the image shape (lower area) */
.ob-types-body {
  position: absolute;
  left: 50%;
  top: 43%;
  z-index: 1;
  width: 74%;
  text-align: center;
  transform: translateX(-50%);
}

.ob-types-body h3 {
  margin: 0 0 10px;
  color: var(--op-text);
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
  word-break: keep-all;
}

.ob-types-body ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.ob-types-body ul li {
  position: relative;
  padding-left: 16px;
  color: var(--op-text);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  word-break: keep-all;
}

.ob-types-body ul li + li {
  margin-top: 4px;
}

.ob-types-body ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--op-primary);
}

@media (hover: hover) {
  .ob-types-card:hover {
    transform: translateY(-8px);
  }
}
@media screen and (max-width: 1200px) {
  .ob-types {
    padding: 90px 20px 100px;
  }
  .ob-types-head {
    margin-bottom: 56px;
  }
  .ob-types-title {
    font-size: 36px;
  }
  .ob-types-copy {
    font-size: 16px;
  }
  .ob-types-list {
    gap: 22px;
  }
  .ob-types-num {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    font-size: 18px;
  }
  .ob-types-body h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .ob-types-body ul li {
    padding-left: 13px;
    font-size: 15px;
  }
  .ob-types-body ul li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .ob-types-head {
    display: block;
    text-align: center;
  }
  .ob-types-copy {
    margin-top: 16px;
  }
  .ob-types-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media screen and (max-width: 640px) {
  .ob-types {
    padding: 62px 14px 70px;
  }
  .ob-types-head {
    margin-bottom: 34px;
  }
  .ob-types-title {
    font-size: 27px;
  }
  .ob-types-copy {
    font-size: 15px;
  }
  /* 640px 이하에서도 1행 3개 유지 - 칸이 좁아 글자를 크게 줄인다 */
  .ob-types-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    max-width: none;
    margin: 0;
  }
  .ob-types-num {
    left: 2%;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 11px;
  }
  .ob-types-body {
    top: 36%;
    width: 88%;
  }
  .ob-types-body h3 {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: -0.04em;
  }
  .ob-types-body ul li {
    padding-left: 6px;
    font-size: 9px;
    line-height: 1.35;
  }
  .ob-types-body ul li + li {
    margin-top: 4px;
  }
  .ob-types-body ul li:before {
    top: 0.5em;
    width: 3px;
    height: 3px;
  }
  .ob-types-body ul {
    margin-top: 50px;
  }
}
/* ==========================================================================
   Process steps - Orange Pay
   ========================================================================== */
.ob-proc {
  --op-primary: #f56200;
  --op-text: #1f1b18;
  --op-muted: #6a625c;
  position: relative;
  width: 100%;
  padding: 100px 20px 110px;
  background: #faf6f3;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

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

/* head */
.ob-proc-head {
  margin-bottom: 60px;
  text-align: center;
}

.ob-proc-title {
  margin: 0;
  color: var(--op-text);
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ob-proc-copy {
  margin: 16px 0 0;
  color: var(--op-muted);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  word-break: keep-all;
}

/* steps */
.ob-proc-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.ob-proc-step {
  position: relative;
  text-align: center;
}

/* chevron between steps */
.ob-proc-step + .ob-proc-step:before {
  content: "";
  position: absolute;
  left: 0;
  top: 26%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #b9aea6;
  border-right: 3px solid #b9aea6;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ob-proc-img {
  display: block;
  width: 78%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}

.ob-proc-num {
  display: block;
  margin-top: 6px;
  color: var(--op-primary);
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ob-proc-step h3 {
  margin: 16px 0 0;
  color: var(--op-text);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.ob-proc-step p {
  margin: 12px 0 0;
  color: var(--op-muted);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  word-break: keep-all;
}

@media screen and (max-width: 1200px) {
  .ob-proc {
    padding: 84px 20px 90px;
  }
  .ob-proc-head {
    margin-bottom: 46px;
  }
  .ob-proc-title {
    font-size: 34px;
  }
  .ob-proc-copy {
    font-size: 16px;
  }
  .ob-proc-num {
    font-size: 32px;
  }
  .ob-proc-step h3 {
    margin-top: 12px;
    font-size: 18px;
  }
  .ob-proc-step p {
    margin-top: 9px;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .ob-proc-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 10px;
  }
  /* chevron only between items on the same row */
  .ob-proc-step:nth-child(3n+1):before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .ob-proc {
    padding: 60px 14px 66px;
  }
  .ob-proc-head {
    margin-bottom: 30px;
  }
  .ob-proc-title {
    font-size: 26px;
  }
  .ob-proc-copy {
    margin-top: 10px;
    font-size: 15px;
  }
  /* 640px 이하: 3x2 배치 (5단계 -> 3 + 2) */
  .ob-proc-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 6px;
    max-width: none;
    margin: 0;
  }
  .ob-proc-step + .ob-proc-step:before {
    display: block;
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
  /* 각 행 첫 칸(1·4번째)의 화살표는 가리킬 대상이 없다.
     위 규칙보다 뒤에 와야 덮어쓰지 않는다 */
  .ob-proc-step:nth-child(3n+1):before {
    display: none;
  }
  .ob-proc-img {
    width: 76%;
  }
  .ob-proc-num {
    margin-top: 4px;
    font-size: 20px;
  }
  .ob-proc-step h3 {
    margin-top: 8px;
    font-size: 13px;
  }
  .ob-proc-step p {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.45;
  }
}
/* ==========================================================================
   Flow (payment -> settlement) - Orange Pay
   ========================================================================== */
.ob-flow {
  --op-primary: #f56200;
  --op-primary-light: #ff8a2b;
  --op-text: #1f1b18;
  --op-muted: #6a625c;
  position: relative;
  width: 100%;
  padding: 100px 20px 0;
  background: linear-gradient(180deg, #fff8f3 0%, #ffeede 100%);
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

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

/* ---- head ---- */
.ob-flow-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 16px;
}

.ob-flow-head {
  flex: 1 1 300px;
  min-width: 0;
}

.ob-flow-copy {
  min-width: 0;
}

.ob-flow-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--op-primary);
  font-size: 21px;
  font-weight: 700;
  word-break: keep-all;
}

.ob-flow-title {
  margin: 0;
  color: var(--op-text);
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ob-flow-title em {
  color: var(--op-primary);
  font-style: normal;
}

.ob-flow-copy {
  margin: 0;
  color: var(--op-muted);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  word-break: keep-all;
}

/* ---- cards + phone ---- */
.ob-flow-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  align-items: stretch;
  gap: 30px;
}

/* left column: head + cards */
.ob-flow-left {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* right column: phone fills the same height, anchored to the bottom */
.ob-flow-phone {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ob-flow-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
}

.ob-flow-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px 26px;
  border: 1px solid rgba(245, 98, 0, 0.12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(245, 98, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ob-flow-card.is-primary {
  border-color: transparent;
  background: linear-gradient(160deg, var(--op-primary-light) 0%, var(--op-primary) 100%);
  box-shadow: 0 18px 36px rgba(245, 98, 0, 0.3);
}

.ob-flow-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* rounded frame around the icon image */
.ob-flow-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  padding: 9px;
  border: 1px solid rgba(245, 98, 0, 0.14);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(245, 98, 0, 0.12);
  overflow: hidden;
}

.ob-flow-card.is-primary .ob-flow-card-icon {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.ob-flow-card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ob-flow-card-head h3 {
  margin: 0;
  color: var(--op-text);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.ob-flow-card-sub {
  display: block;
  margin-top: 5px;
  color: var(--op-muted);
  font-size: 14px;
  font-weight: 500;
}

.ob-flow-card.is-primary .ob-flow-card-head h3,
.ob-flow-card.is-primary .ob-flow-card-sub,
.ob-flow-card.is-primary .ob-flow-card-desc,
.ob-flow-card.is-primary .ob-flow-card-link {
  color: #fff;
}

.ob-flow-card-desc {
  margin: 26px 0 0;
  color: var(--op-text);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
  word-break: keep-all;
}

.ob-flow-card-qa {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.ob-flow-card-qa li {
  padding: 12px 16px;
  border-radius: 10px;
  background: #f6f3f0;
  color: var(--op-muted);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  word-break: keep-all;
}

.ob-flow-card-qa li + li {
  margin-top: 9px;
}

.ob-flow-card.is-primary .ob-flow-card-qa li {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.ob-flow-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 26px;
  color: var(--op-primary);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.ob-flow-phone img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

/* ---- merits ---- */
.ob-flow-merits {
  margin-top: 40px;
  padding: 52px 46px 56px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--op-primary-light) 0%, var(--op-primary) 100%);
  box-shadow: 0 20px 44px rgba(245, 98, 0, 0.26);
}

.ob-flow-merits-head {
  margin-bottom: 34px;
  text-align: center;
}

.ob-flow-merits-head h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.ob-flow-merits-logo {
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
}

.ob-flow-merits-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ob-flow-merits-head p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  word-break: keep-all;
}

.ob-flow-merits-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ob-flow-merit {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 68px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
}

.ob-flow-merit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(245, 98, 0, 0.22);
  border-radius: 10px;
  background: #fff3e8;
  color: var(--op-primary);
  font-size: 19px;
  line-height: 1;
}

.ob-flow-merit strong {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--op-text);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  word-break: keep-all;
}

.ob-flow-merit-num {
  flex: 0 0 auto;
  color: var(--op-primary);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

/* ---- bottom cta ---- */
.ob-flow-cta {
  /* full-bleed: break out of .ob-flow padding to the viewport edges */
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 46px 0 0 -50vw;
  padding: 74px 20px 80px;
  background: url("/theme/web/img/bottombg1.jpg") no-repeat center/cover #16110d;
}

.ob-flow-cta-text {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.ob-flow-cta-text h3 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ob-flow-cta-text h3 strong {
  color: var(--op-primary);
  font-weight: 700;
}

.ob-flow-cta-text p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  word-break: keep-all;
}

.ob-flow-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ob-flow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 36px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.ob-flow-btn.is-primary {
  background: linear-gradient(90deg, var(--op-primary) 0%, var(--op-primary-light) 100%);
  box-shadow: 0 12px 26px rgba(245, 98, 0, 0.38);
}

.ob-flow-btn.is-ghost {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

@media (hover: hover) {
  .ob-flow-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(245, 98, 0, 0.2);
  }
  .ob-flow-btn:hover {
    color: #fff;
    transform: translateY(-3px);
  }
  .ob-flow-btn.is-ghost:hover {
    border-color: var(--op-primary);
    background: rgba(245, 98, 0, 0.16);
  }
}
@media screen and (max-width: 1200px) {
  .ob-flow {
    padding-top: 84px;
  }
  .ob-flow-title {
    font-size: 34px;
  }
  .ob-flow-eyebrow {
    font-size: 18px;
  }
  .ob-flow-main {
    grid-template-columns: 1fr;
  }
  .ob-flow-phone {
    max-width: 300px;
    margin: 0 auto;
  }
  .ob-flow-card-desc {
    font-size: 17px;
  }
  .ob-flow-merits {
    padding: 42px 30px 46px;
  }
  .ob-flow-merits-head h3 {
    font-size: 28px;
  }
  .ob-flow-merit strong {
    font-size: 16px;
  }
  .ob-flow-cta-text h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .ob-flow-top {
    display: block;
  }
  .ob-flow-copy {
    margin-top: 18px;
  }
  .ob-flow-cards {
    grid-template-columns: 1fr;
  }
  .ob-flow-merits-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .ob-flow {
    padding: 60px 14px 0;
  }
  .ob-flow-title {
    font-size: 26px;
  }
  .ob-flow-eyebrow {
    font-size: 16px;
  }
  .ob-flow-copy {
    font-size: 15px;
  }
  .ob-flow-card {
    padding: 22px 18px;
    border-radius: 16px;
  }
  .ob-flow-card-icon {
    width: 48px;
    height: 48px;
    padding: 7px;
    border-radius: 13px;
  }
  .ob-flow-card-head h3 {
    font-size: 18px;
  }
  .ob-flow-card-desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .ob-flow-card-qa {
    margin-top: 18px;
  }
  .ob-flow-card-link {
    padding-top: 20px;
    font-size: 15px;
  }
  .ob-flow-merits {
    margin-top: 28px;
    padding: 32px 16px 34px;
    border-radius: 18px;
  }
  .ob-flow-merits-head {
    margin-bottom: 22px;
  }
  .ob-flow-merits-head h3 {
    font-size: 22px;
  }
  .ob-flow-merits-logo {
    width: 32px;
    height: 32px;
  }
  .ob-flow-merits-head p {
    font-size: 14px;
  }
  .ob-flow-merit {
    gap: 12px;
    min-height: 58px;
    padding: 10px 14px;
  }
  .ob-flow-merit-icon {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .ob-flow-merit strong {
    font-size: 15px;
  }
  .ob-flow-merit-num {
    font-size: 19px;
  }
  .ob-flow-cta {
    margin: 34px 0 0 -50vw;
    padding: 48px 18px 54px;
    background-position: 22% center;
  }
  .ob-flow-cta-text h3 {
    font-size: 25px;
  }
  .ob-flow-cta-text p {
    margin-top: 16px;
    font-size: 15px;
  }
  .ob-flow-cta-actions {
    gap: 10px;
    margin-top: 26px;
  }
  .ob-flow-btn {
    min-height: 52px;
    padding: 0 26px;
    font-size: 15px;
  }
}
/* ==========================================================================
   About (s01_01) - Orange Pay
   ========================================================================== */
.ob-about {
  --op-primary: #f56200;
  --op-primary-light: #ff8a2b;
  --op-dark: #100d0b;
  --op-text: #1f1b18;
  --op-muted: #6a625c;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

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

/* shared type */
.ob-about .ab-eyebrow {
  display: block;
  margin-bottom: 20px;
  color: var(--op-primary);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ob-about .ab-eyebrow em {
  margin-right: 8px;
  font-style: normal;
}

.ob-about .ab-title {
  margin: 0;
  color: var(--op-text);
  font-size: 40px;
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ob-about .ab-title strong {
  color: var(--op-primary);
  font-weight: 700;
}

.ob-about .ab-copy {
  margin: 22px 0 0;
  color: var(--op-muted);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  word-break: keep-all;
}

/* placeholder blocks (bg / visual) */
.ob-about .ab-hero-visual,
.ob-about .ab-vision-visual {
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  display: none;
}

/* placeholder icons */
/* ---------- 01 hero ---------- */
.ab-hero {
  padding: 180px 20px 180px;
  background: var(--op-dark);
}

.ab-hero .ab-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 40px;
}

.ab-hero .ab-eyebrow {
  color: #fff;
}

.ab-hero .ab-eyebrow strong {
  color: var(--op-primary);
  font-weight: 700;
}

.ab-hero-title {
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ab-hero-title strong {
  color: var(--op-primary);
  font-weight: 700;
}

.ab-hero-lead {
  margin: 30px 0 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.65;
  font-weight: 500;
  word-break: keep-all;
}

.ab-hero-copy {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  word-break: keep-all;
}

.ab-hero-keys {
  display: block;
  margin-top: 28px;
  color: var(--op-primary);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ab-hero-visual {
  min-height: 340px;
}

/* ---------- 02 philosophy ---------- */
.ab-philosophy {
  padding: 96px 20px;
  background: #f7f4f1;
}

.ab-philosophy .ab-inner {
  display: grid;
  grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
  align-items: center;
  gap: 40px;
}

.ab-flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* card shape + icon come from the background image */
.ab-flow-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  aspect-ratio: 280/397;
  padding: 0 10px 36%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: center;
}

.ab-flow-item.is-box1 {
  background-image: url("/theme/web/img/phil_box1.png");
}

.ab-flow-item.is-box2 {
  background-image: url("/theme/web/img/phil_box2.png");
}

.ab-flow-item.is-box3 {
  background-image: url("/theme/web/img/phil_box3.png");
}

.ab-flow-item.is-box4 {
  background-image: url("/theme/web/img/phil_box4.png");
}

/* chevron between steps */
.ab-flow-item + .ab-flow-item:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 42%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ab-flow-item strong {
  display: block;
  color: var(--op-text);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ab-flow-label {
  display: block;
  margin-top: 7px;
  color: var(--op-muted);
  font-size: 14px;
  font-weight: 500;
}

/* ---------- 03 what we do ---------- */
.ab-works {
  padding: 96px 20px;
  background-image: url("/theme/web/img/bg_black2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.ab-works .ab-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  align-items: center;
  gap: 50px;
}

.ab-works .ab-title {
  color: #fff;
}

.ab-works-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ab-works-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: #1b1613;
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.ab-works-num {
  display: block;
  align-self: flex-start;
  color: var(--op-primary);
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.ab-works-icon {
  display: block;
  width: 108px;
  margin-top: 14px;
}

.ab-works-icon img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.ab-works-card h3 {
  margin: 22px 0 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.ab-works-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  word-break: keep-all;
}

.ab-works-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  word-break: keep-all;
}

.ab-works-card p + .ab-works-tag {
  margin-top: 22px;
}

/* ---------- 04 our standard ---------- */
.ab-standard {
  padding: 96px 20px;
  background: #f7f4f1;
}

.ab-standard .ab-inner {
  display: grid;
  grid-template-columns: minmax(0, 28fr) minmax(0, 72fr);
  align-items: center;
  gap: 34px;
}

.ab-standard-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 8px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

/* card shape + icon come from the background image */
.ab-standard-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  aspect-ratio: 280/397;
  padding: 0 12px 34%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: center;
  transition: transform 0.25s ease;
}

.ab-standard-card.is-box5 {
  background-image: url("/theme/web/img/phil_box5.png");
}

.ab-standard-card.is-box6 {
  background-image: url("/theme/web/img/phil_box6.png");
}

.ab-standard-card.is-box7 {
  background-image: url("/theme/web/img/phil_box7.png");
}

.ab-standard-card.is-box8 {
  background-image: url("/theme/web/img/phil_box8.png");
}

.ab-standard-num {
  position: absolute;
  left: 35px;
  top: 45px;
  display: block;
  color: var(--op-primary);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.ab-standard-card h3 {
  margin: 18px 0 0;
  color: var(--op-text);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.ab-standard-card p {
  margin: 12px 0 0;
  color: var(--op-muted);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
  word-break: keep-all;
}

/* ---------- 05 vision ---------- */
.ab-vision {
  padding: 96px 20px;
  background: url("/theme/web/img/bottombg2.jpg") no-repeat center/cover var(--op-dark);
}

.ab-vision .ab-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 40px;
}

.ab-vision .ab-title {
  color: #fff;
}

.ab-vision .ab-copy {
  color: rgba(255, 255, 255, 0.68);
}

.ab-vision-visual {
  min-height: 320px;
}

/* bottom cta */
.ab-cta {
  width: 100%;
  padding: 86px 20px 92px;
  background: url("/theme/web/img/bottombg1.jpg") no-repeat center/cover #17120f;
}

.ab-cta .ab-inner {
  max-width: 1400px;
}

.ab-cta-text {
  max-width: 620px;
}

.ab-cta-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--op-primary);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ab-cta-text h3 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.34;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ab-cta-text h3 strong {
  color: var(--op-primary);
  font-weight: 700;
}

.ab-cta-text p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  word-break: keep-all;
}

.ab-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 32px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.ab-btn.is-primary {
  background: linear-gradient(90deg, var(--op-primary) 0%, var(--op-primary-light) 100%);
  box-shadow: 0 12px 26px rgba(245, 98, 0, 0.38);
}

.ab-btn.is-ghost {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

@media (hover: hover) {
  .ab-works-card:hover {
    transform: translateY(-6px);
    border-color: var(--op-primary);
  }
  .ab-standard-card:hover {
    transform: translateY(-6px);
  }
  .ab-btn:hover {
    color: #fff;
    transform: translateY(-3px);
  }
  .ab-btn.is-ghost:hover {
    border-color: var(--op-primary);
    background: rgba(245, 98, 0, 0.16);
  }
}
@media screen and (max-width: 1100px) {
  .ab-hero,
  .ab-philosophy,
  .ab-works,
  .ab-standard {
    padding: 76px 20px;
  }
  .ab-vision {
    padding: 76px 20px;
  }
  .ab-cta {
    padding: 66px 20px 72px;
  }
  .ab-hero .ab-inner,
  .ab-philosophy .ab-inner,
  .ab-works .ab-inner,
  .ab-standard .ab-inner,
  .ab-vision .ab-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .ab-hero-title {
    font-size: 36px;
  }
  .ob-about .ab-title {
    font-size: 32px;
  }
  .ab-cta {
    padding: 58px 20px 64px;
  }
  .ab-cta-text h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .ab-works-list {
    grid-template-columns: 1fr;
  }
  .ab-standard-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ab-flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 10px;
  }
  .ab-flow-item:nth-child(2n+1):before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .ab-philosophy,
  .ab-works,
  .ab-standard {
    padding: 56px 14px;
  }
  /* 640px 이하: 히어로를 480px 높이에 맞춰 압축 (index와 동일) */
  .ab-hero {
    display: flex;
    align-items: center;
    min-height: 480px;
    padding: 24px 16px;
  }
  .ab-hero .ab-inner {
    width: 100%;
  }
  .ab-vision {
    padding: 56px 14px;
  }
  .ab-hero-title {
    font-size: 26px;
  }
  .ob-about .ab-title {
    font-size: 25px;
  }
  .ob-about .ab-eyebrow {
    margin-bottom: 14px;
    font-size: 13px;
  }
  .ab-hero-lead {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5;
  }
  .ab-hero-copy {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
  }
  .ob-about .ab-copy {
    font-size: 15px;
  }
  .ab-hero-keys {
    margin-top: 14px;
    font-size: 12px;
  }
  /* 모바일에서는 비주얼 자리를 빼고 텍스트만 */
  .ab-hero-visual {
    display: none;
  }
  .ab-vision-visual {
    min-height: 200px;
  }
  .ab-flow-list {
    gap: 16px 10px;
  }
  .ab-standard-list {
    gap: 40px 10px;
  }
  .ab-works-card {
    padding: 22px 16px;
  }
  .ab-cta {
    padding: 46px 14px 52px;
  }
  .ab-cta-text h3 {
    font-size: 23px;
  }
  .ab-btn {
    min-height: 50px;
    padding: 0 24px;
    font-size: 15px;
  }
}
/* ==========================================================================
   Terminal guide (s01_02) - Orange Pay
   ========================================================================== */
.ob-terminal {
  --op-primary: #f56200;
  --op-primary-light: #ff8a2b;
  --op-dark: #0f0c0a;
  --op-text: #1f1b18;
  --op-muted: #6a625c;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

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

/* shared type */
.ob-terminal .tm-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--op-primary);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ob-terminal .tm-title {
  margin: 0;
  color: var(--op-text);
  font-size: 38px;
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ob-terminal .tm-title strong {
  color: var(--op-primary);
  font-weight: 700;
}

.ob-terminal .tm-copy {
  margin: 16px 0 0;
  color: var(--op-muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  word-break: keep-all;
}

/* placeholder blocks */
.ob-terminal .tm-hero-visual {
  border: 1px dashed rgba(245, 98, 0, 0.35);
  border-radius: 16px;
  background: rgba(245, 98, 0, 0.05);
}

.ob-terminal .tm-hero-visual {
  border-color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
}

/* placeholder icons */
.ob-terminal .tm-spec-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ob-terminal .tm-spec-icon i {
  font-size: 22px;
  color: var(--op-primary);
}

/* ---------- 01 hero ---------- */
.tm-hero {
  padding: 180px 20px 180px;
  background: var(--op-dark);
}

.tm-hero .tm-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  align-items: center;
  gap: 40px;
}

.tm-hero-title {
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.tm-hero-title strong {
  color: var(--op-primary);
  font-weight: 700;
}

.tm-hero-copy {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  word-break: keep-all;
}

.tm-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.tm-point {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}

.tm-point-icon {
  display: block;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
}

.tm-point-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tm-point strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.tm-point span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 400;
  word-break: keep-all;
}

.tm-hero-note {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 400;
  word-break: keep-all;
}

.tm-hero-visual {
  position: relative;
  min-height: 380px;
}

.tm-hero-badge {
  position: absolute;
  right: 18px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(245, 98, 0, 0.45);
  border-radius: 50%;
  background: rgba(15, 12, 10, 0.78);
  color: #fff;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}

/* ---------- 02 lineup ---------- */
.tm-lineup {
  padding: 90px 20px 96px;
  background: #f5f2ef;
}

.tm-lineup-head {
  margin-bottom: 44px;
  text-align: center;
}

.tm-lineup-head .tm-copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.tm-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tm-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 26px 24px 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(31, 27, 24, 0.1);
}

.tm-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 34px;
  border-radius: 8px;
  background: var(--op-primary);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.tm-card-top {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.tm-card-title h3 {
  margin: 0;
  color: var(--op-text);
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.tm-card-model {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--op-primary);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.tm-card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* let the device run a little past its cell so it reads large */
.tm-card-visual img {
  display: block;
  width: 148%;
  max-width: none;
  height: auto;
  margin: -18px -12px -26px 0;
}

/* specs */
.tm-specs {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tm-specs li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tm-specs li + li {
  margin-top: 16px;
}

.tm-spec-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--op-primary);
  font-size: 14px;
  line-height: 1;
}

.tm-specs strong {
  display: block;
  color: var(--op-text);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.tm-specs span {
  display: block;
  margin-top: 3px;
  color: var(--op-muted);
  font-size: 13px;
  font-weight: 400;
  word-break: keep-all;
}

/* recommended uses */
.tm-uses {
  margin-top: auto;
  padding: 18px 14px 16px;
  border-radius: 14px;
  background: #fdf6f1;
}

.tm-uses-title {
  display: block;
  margin-bottom: 16px;
  color: var(--op-primary);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.tm-card .tm-specs + .tm-uses {
  margin-top: 24px;
}

.tm-uses-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tm-uses-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tm-uses-icon {
  display: block;
  width: 38px;
  height: 38px;
}

.tm-uses-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tm-uses-label {
  display: block;
  margin-top: 9px;
  color: var(--op-text);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  word-break: keep-all;
}

/* support strip */
.tm-supports {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 20px 0 0;
  padding: 26px 24px;
  border-radius: 18px;
  background: #efeae5;
  list-style: none;
}

.tm-support {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tm-support-icon {
  display: block;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
}

.tm-support-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tm-support strong {
  display: block;
  color: var(--op-text);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.tm-support p {
  margin: 7px 0 0;
  color: var(--op-muted);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  word-break: keep-all;
}

/* ---------- 03 cta ---------- */
.tm-cta {
  width: 100%;
  padding: 140px 20px 140px;
  background: url("/theme/web/img/bottombg3.jpg") no-repeat center/cover var(--op-dark);
}

.tm-cta-text {
  max-width: 620px;
}

.tm-cta-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--op-primary);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.tm-cta-text h3 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.34;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.tm-cta-text h3 strong {
  color: var(--op-primary);
  font-weight: 700;
}

.tm-cta-text p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  word-break: keep-all;
}

.tm-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 32px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.tm-btn.is-primary {
  background: linear-gradient(90deg, var(--op-primary) 0%, var(--op-primary-light) 100%);
  box-shadow: 0 12px 26px rgba(245, 98, 0, 0.38);
}

.tm-btn.is-ghost {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

@media (hover: hover) {
  .tm-card:hover {
    transform: translateY(-6px);
  }
  .tm-card {
    transition: transform 0.25s ease;
  }
  .tm-btn:hover {
    color: #fff;
    transform: translateY(-3px);
  }
  .tm-btn.is-ghost:hover {
    border-color: var(--op-primary);
    background: rgba(245, 98, 0, 0.16);
  }
}
@media screen and (max-width: 1100px) {
  .tm-hero {
    padding: 70px 20px 76px;
  }
  .tm-hero .tm-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .tm-hero-title {
    font-size: 36px;
  }
  .ob-terminal .tm-title {
    font-size: 31px;
  }
  .tm-lineup {
    padding: 74px 20px 80px;
  }
  .tm-list {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  .tm-supports {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }
  .tm-cta-text h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  /* 640px 이하: 히어로를 480px 높이로 고정 */
  .tm-hero {
    display: flex;
    align-items: center;
    min-height: 480px;
    padding: 24px 14px;
  }
  .tm-hero .tm-inner {
    width: 100%;
  }
  .tm-hero-title {
    font-size: 27px;
  }
  .ob-terminal .tm-title {
    font-size: 24px;
  }
  .ob-terminal .tm-eyebrow {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .tm-hero-copy {
    margin-top: 20px;
    font-size: 15px;
  }
  .ob-terminal .tm-copy {
    font-size: 15px;
  }
  /* 640px 이하: 배지 3개를 한 줄에 */
  .tm-points {
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 20px;
  }
  .tm-point {
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px 6px;
    text-align: center;
  }
  .tm-point-icon {
    width: 26px;
    height: 26px;
  }
  .tm-point strong {
    font-size: 11px;
    line-height: 1.3;
  }
  .tm-point span {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.3;
  }
  .tm-hero-visual {
    min-height: 240px;
    display: none;
  }
  .tm-hero-badge {
    right: 12px;
    top: 12px;
    width: 108px;
    height: 108px;
    font-size: 11px;
    display: none;
  }
  .tm-lineup {
    padding: 56px 14px 62px;
  }
  .tm-lineup-head {
    margin-bottom: 30px;
  }
  .tm-card {
    padding: 22px 18px 20px;
    border-radius: 14px;
  }
  .tm-card-top {
    grid-template-columns: 1fr;
  }
  .tm-card-visual img {
    width: 78%;
    margin: 0 auto;
  }
  .tm-uses-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 8px;
  }
  .tm-supports {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
    padding: 20px 16px;
    border-radius: 14px;
  }
  /* 2열에서는 아이콘+텍스트를 세로로 쌓아 폭을 확보 */
  .tm-support {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
  .tm-support-icon {
    width: 42px;
    height: 42px;
  }
  .tm-support strong {
    font-size: 14px;
  }
  .tm-support p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  .tm-cta {
    padding: 50px 14px 56px;
  }
  .tm-cta-text h3 {
    font-size: 23px;
  }
  .tm-btn {
    min-height: 50px;
    padding: 0 24px;
    font-size: 15px;
  }
}
/* ==========================================================================
   Customer center (s01_03) - Orange Pay
   ========================================================================== */
.ob-cs {
  --op-primary: #f56200;
  --op-primary-light: #ff8a2b;
  --op-dark: #0f0c0a;
  --op-text: #1f1b18;
  --op-muted: #6a625c;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

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

/* shared type */
.ob-cs .cs-eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--op-primary);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ob-cs .cs-title {
  margin: 0;
  color: var(--op-text);
  font-size: 36px;
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ob-cs .cs-copy {
  margin: 14px 0 0;
  color: var(--op-muted);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  word-break: keep-all;
}

/* placeholder blocks */
.ob-cs .cs-hero-visual {
  display: none;
}

/* placeholder icons */
.ob-cs .cs-inquiry-icon {
  display: flex;
  flex: 0 0 auto;
  border: 1px solid rgba(245, 98, 0, 0.22);
  border-radius: 14px;
  background: #fff3e8;
}

/* buttons */
.cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.cs-btn.is-primary {
  background: linear-gradient(90deg, var(--op-primary) 0%, var(--op-primary-light) 100%);
  box-shadow: 0 12px 26px rgba(245, 98, 0, 0.34);
}

.cs-btn.is-ghost {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.cs-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(245, 98, 0, 0.28);
  border-radius: 10px;
  color: var(--op-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.22s ease, background 0.22s ease;
}

/* ---------- 01 hero ---------- */
.cs-hero {
  padding: 180px 20px 180px;
  background-image: url("/theme/web/img/topbg3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cs-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.cs-hero-title {
  margin: 0;
  color: #fff;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.cs-hero-title strong {
  color: var(--op-primary);
  font-weight: 700;
}

.cs-hero-copy {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  word-break: keep-all;
}

.cs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.cs-hero-visual {
  min-height: 330px;
}

/* contact bar */
.cs-contact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  margin-top: 44px;
  padding: 26px 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
}

.cs-contact-title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  white-space: nowrap;
}

.cs-contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.cs-contact-item:first-child {
  border-left: 0;
}

.cs-contact-icon {
  display: block;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
}

.cs-contact-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cs-contact-label {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 500;
}

.cs-contact-value {
  display: block;
  margin-top: 5px;
  color: var(--op-primary);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
  word-break: break-all;
}

.cs-contact-item p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

/* ---------- 02 faq ---------- */
.cs-faq {
  padding: 88px 20px;
  background: #f7f4f1;
}

.cs-faq-head {
  margin-bottom: 40px;
}

.cs-faq-body {
  display: grid;
  grid-template-columns: minmax(0, 0.26fr) minmax(0, 1fr);
  align-items: start;
  gap: 40px;
}

/* left tabs */
.cs-faq-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-faq-tab {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--op-muted);
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease;
}

.cs-faq-tab.is-active {
  background: #fdece0;
  color: var(--op-primary);
  font-weight: 700;
}

/* right accordion */
.cs-faq-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e3ddd7;
  list-style: none;
}

.cs-faq-item {
  border-bottom: 1px solid #e3ddd7;
}

.cs-faq-q {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 24px 4px;
  border: 0;
  background: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.cs-faq-mark {
  flex: 0 0 auto;
  color: var(--op-primary);
  font-size: 16px;
  font-weight: 700;
}

.cs-faq-text {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--op-text);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  word-break: keep-all;
}

.cs-faq-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd5ce;
  border-radius: 50%;
  background: #fff;
}

.cs-faq-toggle:before,
.cs-faq-toggle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 1px;
  background: var(--op-muted);
  transform: translate(-50%, -50%);
}

.cs-faq-toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.22s ease;
}

.cs-faq-item.is-open .cs-faq-toggle:after {
  opacity: 0;
}

.cs-faq-item.is-open .cs-faq-mark,
.cs-faq-item.is-open .cs-faq-text {
  color: var(--op-primary);
}

/* answer */
.cs-faq-a {
  display: none;
  padding: 0 44px 26px;
}

.cs-faq-item.is-open .cs-faq-a {
  display: block;
}

.cs-faq-a p {
  margin: 0;
  color: var(--op-muted);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  word-break: keep-all;
}

/* ---------- 03 inquiry ---------- */
.cs-inquiry {
  padding: 0 20px 88px;
  background: #f7f4f1;
}

.cs-inquiry .cs-inner {
  padding: 46px 40px 44px;
  border-radius: 20px;
  background: #fffdfb;
  box-shadow: 0 16px 34px rgba(31, 27, 24, 0.07);
}

.cs-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.3fr) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
}

.cs-inquiry-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-inquiry-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 24px 12px 22px;
  border-radius: 14px;
  background: #fdf6f1;
  color: var(--op-text);
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.cs-inquiry-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: var(--op-primary);
  font-size: 23px;
  line-height: 1;
}

.cs-inquiry-card strong {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.cs-inquiry-card p {
  margin: 9px 0 0;
  color: var(--op-muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
  word-break: keep-all;
}

.cs-inquiry-cta {
  margin-top: 30px;
  text-align: center;
}

/* info boxes */
.cs-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.cs-info-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 26px;
  border-radius: 16px;
  background: #f2eeea;
}

.cs-info-icon {
  display: block;
  flex: 0 0 auto;
  width: 76px;
}

.cs-info-icon img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.cs-info-body {
  min-width: 0;
}

.cs-info-body h3 {
  margin: 0;
  color: var(--op-text);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
}

.cs-info-body p {
  margin: 14px 0 0;
  color: var(--op-muted);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  word-break: keep-all;
}

.cs-notice-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.cs-notice-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.cs-notice-list li + li {
  margin-top: 10px;
}

.cs-notice-list a {
  position: relative;
  min-width: 0;
  padding-left: 12px;
  color: var(--op-text);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  word-break: keep-all;
}

.cs-notice-list a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--op-primary);
}

.cs-notice-list span {
  flex: 0 0 auto;
  color: #a89e96;
  font-size: 13px;
  font-weight: 400;
}

.cs-info-body .cs-more {
  margin-top: 18px;
  background: #fff;
}

/* ---------- 04 cta ---------- */
.cs-cta {
  width: 100%;
  padding: 66px 20px 72px;
  background: url("/theme/web/img/bottombg1.jpg") no-repeat center/cover var(--op-dark);
}

.cs-cta-text {
  max-width: 620px;
}

.cs-cta-text h3 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.36;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.cs-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (hover: hover) {
  .cs-inquiry-card a:hover {
    transform: translateY(-6px);
    background: #fbe9dc;
  }
  .cs-btn:hover {
    color: #fff;
    transform: translateY(-3px);
  }
  .cs-btn.is-ghost:hover {
    border-color: var(--op-primary);
    background: rgba(245, 98, 0, 0.16);
  }
  .cs-more:hover {
    border-color: var(--op-primary);
  }
  .cs-faq-tab:not(.is-active):hover,
  .cs-notice-list a:hover {
    color: var(--op-primary);
  }
}
@media screen and (max-width: 1100px) {
  .cs-hero {
    padding: 70px 20px 60px;
  }
  .cs-hero-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cs-hero-title {
    font-size: 34px;
  }
  .ob-cs .cs-title {
    font-size: 29px;
  }
  .cs-contact {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }
  .cs-faq {
    padding: 70px 20px;
  }
  .cs-faq-body,
  .cs-inquiry-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .cs-faq-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .cs-faq-tab {
    width: auto;
    padding: 11px 18px;
    border: 1px solid #e3ddd7;
    background: #fff;
    font-size: 14px;
  }
  .cs-inquiry {
    padding: 0 20px 70px;
  }
  .cs-inquiry .cs-inner {
    padding: 34px 26px 32px;
  }
  .cs-inquiry-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cs-cta-text h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 640px) {
  /* 640px 이하: 히어로 480px 고정 + 모바일 전용 배경 */
  .cs-hero {
    display: flex;
    align-items: center;
    min-height: 480px;
    padding: 24px 14px;
    background-image: url("/theme/web/img/topbg_4m.jpg");
  }
  .cs-hero .cs-inner {
    width: 100%;
  }
  .cs-hero-title {
    font-size: 26px;
  }
  .ob-cs .cs-title {
    font-size: 24px;
  }
  .ob-cs .cs-eyebrow {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .cs-hero-copy {
    margin-top: 18px;
    font-size: 15px;
  }
  .cs-hero-actions {
    gap: 9px;
    margin-top: 26px;
  }
  /* 480px 안에 텍스트+연락처를 담기 위해 비주얼 자리는 제외 */
  .cs-hero-visual {
    display: none;
  }
  .cs-contact {
    margin-top: 30px;
    padding: 20px 16px;
    border-radius: 14px;
  }
  /* 항목 수에 따라 자동 분할 (2개면 50%씩, 3개면 3등분) */
  .cs-contact-list {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-auto-flow: column;
    gap: 6px;
  }
  /* 3열: 아이콘+텍스트를 세로로 쌓고 구분선은 좌측에 */
  .cs-contact-item {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding-left: 6px;
    padding-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 0;
    text-align: center;
  }
  .cs-contact-item:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .cs-contact-icon {
    width: 30px;
    height: 30px;
  }
  .cs-contact-label {
    font-size: 11px;
  }
  .cs-contact-value {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.25;
  }
  .cs-contact-item p {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.35;
  }
  .cs-faq {
    padding: 54px 14px;
  }
  .cs-faq-head {
    margin-bottom: 26px;
  }
  .cs-faq-q {
    gap: 10px;
    padding: 18px 2px;
  }
  .cs-faq-text {
    font-size: 15px;
  }
  .cs-faq-a {
    padding: 0 0 20px 26px;
  }
  .cs-faq-a p {
    font-size: 14px;
  }
  .cs-inquiry {
    padding: 0 14px 54px;
  }
  .cs-inquiry .cs-inner {
    padding: 26px 18px 24px;
    border-radius: 16px;
  }
  .cs-inquiry-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .cs-info {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }
  .cs-info-box {
    gap: 14px;
    padding: 22px 18px;
  }
  .cs-info-icon {
    width: 56px;
  }
  .cs-notice-list li {
    flex-wrap: wrap;
    gap: 4px;
  }
  .cs-cta {
    padding: 48px 14px 54px;
  }
  .cs-cta-text h3 {
    font-size: 22px;
  }
  .cs-btn {
    min-height: 50px;
    padding: 0 24px;
    font-size: 15px;
  }
}
/* ==========================================================================
   Policy funding + viral marketing (s01_04) - Orange Pay
   ========================================================================== */
.ob-pf {
  --op-primary: #f56200;
  --op-primary-light: #ff8a2b;
  --op-dark: #0f0c0a;
  --op-text: #1f1b18;
  --op-muted: #6a625c;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

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

/* shared type */
.ob-pf .pf-eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--op-primary);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  word-break: keep-all;
}

.ob-pf .pf-eyebrow em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--op-primary);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.ob-pf .pf-title {
  margin: 0;
  color: var(--op-text);
  font-size: 36px;
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ob-pf .pf-copy {
  margin: 18px 0 0;
  color: var(--op-muted);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  word-break: keep-all;
}

/* placeholder blocks */
.ob-pf .pf-hero-visual,
.ob-pf .pf-cta-visual {
  border: 1px dashed rgba(255, 255, 255, 0);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0);
}

/* placeholder icons */
/* buttons */
.pf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.pf-btn.is-primary {
  background: linear-gradient(90deg, var(--op-primary) 0%, var(--op-primary-light) 100%);
  box-shadow: 0 12px 26px rgba(245, 98, 0, 0.34);
}

.pf-btn.is-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

/* ---------- 01 hero ---------- */
.pf-hero {
  padding: 180px 20px 180px;
  background: url("/theme/web/img/topbg4.jpg") no-repeat center/cover var(--op-dark);
}

.pf-hero .pf-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 40px;
}

.pf-hero .pf-eyebrow {
  color: var(--op-primary-light);
}

.pf-hero-title {
  margin: 0;
  color: #fff;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.pf-hero-title strong {
  color: var(--op-primary);
  font-weight: 700;
}

.pf-hero-copy {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
  word-break: keep-all;
}

.pf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.pf-hero-visual {
  min-height: 360px;
}

/* ---------- 02 policy funding ---------- */
.pf-policy {
  padding: 84px 20px;
  background: #faf6f2;
}

.pf-policy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.pf-service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* card shape + icon come from the background image */
.pf-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  aspect-ratio: 280/397;
  padding: 0 14px 32%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: center;
  transition: transform 0.25s ease;
}

.pf-service-card.is-box9 {
  background-image: url("/theme/web/img/phil_box9.png");
}

.pf-service-card.is-box10 {
  background-image: url("/theme/web/img/phil_box10.png");
}

.pf-service-card.is-box11 {
  background-image: url("/theme/web/img/phil_box11.png");
}

.pf-service-card.is-box12 {
  background-image: url("/theme/web/img/phil_box12.png");
}

.pf-service-card strong {
  display: block;
  color: var(--op-text);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.pf-service-card p {
  margin: 12px 0 0;
  color: var(--op-muted);
  font-size: 13px;
  line-height: 1.65;
  font-weight: 400;
  word-break: keep-all;
}

/* fund types strip */
.pf-funds {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  margin-top: 34px;
  padding: 24px 32px;
  border-radius: 16px;
  background: linear-gradient(135deg, #382515 0%, var(--op-primary) 100%);
}

.pf-funds-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  word-break: keep-all;
}

.pf-funds-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-funds-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
  text-align: center;
}

.pf-funds-list li:first-child {
  border-left: 0;
}

.pf-funds-icon {
  display: block;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
}

.pf-funds-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pf-funds-label {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  word-break: keep-all;
}

/* ---------- 03 viral marketing ---------- */
.pf-viral {
  padding: 84px 20px;
  background: var(--op-dark);
}

.pf-viral-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.pf-viral .pf-title {
  color: #fff;
}

.pf-viral .pf-copy {
  color: rgba(255, 255, 255, 0.66);
}

.pf-viral-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-viral-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #191411;
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.pf-viral-icon {
  display: block;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
}

.pf-viral-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pf-viral-card strong {
  display: block;
  margin-top: 16px;
  color: var(--op-primary);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.pf-viral-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  word-break: keep-all;
}

/* stats */
.pf-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 22px 0 0;
  padding: 24px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  list-style: none;
}

.pf-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.pf-stat:first-child {
  border-left: 0;
}

.pf-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  font-size: 32px;
  line-height: 1;
}

/* gold gradient glyph */
.pf-stat-icon i {
  background: linear-gradient(160deg, #f7e3a1 0%, #d9a441 45%, #a9761f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #d9a441;
}

.pf-stat-label {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 400;
  word-break: keep-all;
}

.pf-stat strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
}

/* ---------- 04 process ---------- */
.pf-process {
  padding: 84px 20px;
  background: #faf6f2;
}

.pf-process-head {
  margin-bottom: 44px;
  text-align: center;
}

.pf-process-head .pf-copy {
  margin-left: auto;
  margin-right: auto;
}

.pf-process-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 12px 22px;
  border: 1px solid #eee3d9;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

/* chevron between steps */
.pf-process-step + .pf-process-step:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-left: -1px;
  border-top: 2px solid #cbbfb4;
  border-right: 2px solid #cbbfb4;
  transform: translate(-50%, -50%) rotate(45deg);
}

.pf-process-num {
  display: block;
  color: var(--op-primary);
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.pf-process-icon {
  display: block;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  margin-top: 14px;
}

.pf-process-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pf-process-step strong {
  display: block;
  margin-top: 14px;
  color: var(--op-text);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
}

.pf-process-step p {
  margin: 9px 0 0;
  color: var(--op-muted);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  word-break: keep-all;
}

/* ---------- 05 cta ---------- */
.pf-cta {
  padding: 76px 20px 0;
  background: url("/theme/web/img/bottombg4.jpg") no-repeat center/cover var(--op-dark);
}

.pf-cta > .pf-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.pf-cta-eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--op-primary);
  font-size: 15px;
  font-weight: 700;
  word-break: keep-all;
}

.pf-cta-text h3 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.34;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.pf-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.pf-cta-visual {
  min-height: 300px;
}

/* contact strip */
.pf-contact {
  margin-top: 60px;
  padding: 26px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pf-contact-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pf-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: var(--op-primary);
  font-size: 16px;
  line-height: 1;
}

.pf-contact-item a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.pf-contact-item span {
  display: flex;
  margin-top: 5px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

@media (hover: hover) {
  .pf-service-card:hover,
  .pf-viral-card:hover {
    transform: translateY(-6px);
  }
  .pf-viral-card:hover {
    border-color: var(--op-primary);
  }
  .pf-btn:hover {
    color: #fff;
    transform: translateY(-3px);
  }
  .pf-btn.is-ghost:hover {
    border-color: var(--op-primary);
    background: rgba(245, 98, 0, 0.16);
  }
  .pf-contact-item a:hover {
    color: var(--op-primary-light);
  }
}
@media screen and (max-width: 1100px) {
  .pf-hero {
    padding: 66px 20px 72px;
  }
  .pf-hero .pf-inner,
  .pf-policy-grid,
  .pf-viral-grid,
  .pf-cta > .pf-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pf-hero-title {
    font-size: 34px;
  }
  .ob-pf .pf-title {
    font-size: 30px;
  }
  .pf-policy,
  .pf-viral,
  .pf-process {
    padding: 68px 20px;
  }
  .pf-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pf-funds {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }
  .pf-funds-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 12px;
  }
  .pf-funds-list li:nth-child(3n+1) {
    padding-left: 0;
    border-left: 0;
  }
  .pf-viral-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pf-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }
  .pf-stat:nth-child(2n+1) {
    padding-left: 0;
    border-left: 0;
  }
  .pf-process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 26px;
  }
  .pf-process-step:nth-child(3n+1):before {
    display: none;
  }
  .pf-cta-text h3 {
    font-size: 30px;
  }
  .pf-contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  /* 640px 이하: 히어로 480px 고정 + 모바일 전용 배경 */
  .pf-hero {
    display: flex;
    align-items: center;
    min-height: 480px;
    padding: 24px 14px;
    background-image: url("/theme/web/img/topbg_5m.jpg");
  }
  .pf-hero .pf-inner {
    width: 100%;
  }
  .pf-hero-title {
    font-size: 26px;
  }
  .ob-pf .pf-title {
    font-size: 23px;
  }
  .ob-pf .pf-eyebrow {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .pf-hero-copy {
    margin-top: 20px;
    font-size: 15px;
  }
  .ob-pf .pf-copy {
    font-size: 14px;
  }
  .pf-hero-actions {
    gap: 9px;
    margin-top: 26px;
  }
  .pf-hero-visual {
    min-height: 240px;
    display: none;
  }
  .pf-policy,
  .pf-viral,
  .pf-process {
    padding: 52px 14px;
  }
  .pf-service-list {
    gap: 10px;
  }
  .pf-service-card strong {
    font-size: 15px;
  }
  .pf-funds {
    margin-top: 24px;
    padding: 20px 16px;
  }
  .pf-funds-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pf-funds-list li:nth-child(3n+1) {
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
  }
  .pf-funds-list li:nth-child(2n+1) {
    padding-left: 0;
    border-left: 0;
  }
  .pf-viral-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  /* 640px 이하: 성과지표 2x2 */
  .pf-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
    padding: 20px 14px;
  }
  .pf-stat {
    gap: 10px;
    padding-left: 10px;
  }
  /* 2열이므로 각 행 첫 칸만 구분선 제거 */
  .pf-stat:nth-child(2n+1) {
    padding-left: 0;
    border-left: 0;
  }
  .pf-stat-icon {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }
  .pf-stat-label {
    font-size: 11px;
    line-height: 1.3;
  }
  .pf-stat strong {
    margin-top: 4px;
    font-size: 20px;
  }
  .pf-process-head {
    margin-bottom: 28px;
  }
  .pf-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .pf-process-step:nth-child(3n+1):before,
  .pf-process-step + .pf-process-step:before {
    display: none;
  }
  .pf-cta {
    padding: 52px 14px 0;
  }
  .pf-cta-text h3 {
    font-size: 24px;
  }
  .pf-cta-visual {
    min-height: 220px;
    display: none;
  }
  .pf-btn {
    min-height: 48px;
    padding: 0 22px;
    font-size: 14px;
  }
  .pf-contact {
    margin-top: 40px;
    padding: 22px 4px;
  }
  .pf-contact-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* ==========================================================================
   Mobile hero overlay - 배경 이미지 위 50% 암막으로 텍스트 가독성 확보
   ========================================================================== */
@media screen and (max-width: 1023px) {
  .topbg,
  .ab-hero,
  .tm-hero,
  .pf-hero {
    position: relative;
  }
  .topbg:before,
  .ab-hero:before,
  .tm-hero:before,
  .pf-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
  }
  /* 콘텐츠는 암막 위로 */
  .topbg > *,
  .ab-hero > *,
  .tm-hero > *,
  .pf-hero > * {
    position: relative;
    z-index: 1;
  }
}
/* ab-flow: 1023px 이하에서 2x2로 화면 폭을 꽉 채운다 */
@media screen and (max-width: 1023px) {
  .ab-flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
    max-width: none;
    margin: 0;
  }
  /* 2열에서는 각 행 첫 칸의 화살표를 숨긴다 */
  .ab-flow-item:nth-child(2n+1):before {
    display: none;
  }
}
/* ab-standard: 1023px 이하 2열, 640px 이하 1열 */
@media screen and (max-width: 1023px) {
  .ab-standard-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 12px;
    max-width: none;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 640px) {
  /* 2x2 유지: 카드가 커지는 만큼 글자를 줄여 배경 이미지와 겹치지 않게 */
  .ab-standard-list {
    gap: 34px 10px;
  }
  .ab-standard-card {
    padding: 0 8px 34%;
  }
  .ab-standard-card h3 {
    margin-top: 12px;
    font-size: 15px;
  }
  .ab-standard-card p {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.55;
  }
  .ab-standard-num {
    top: -28px;
    font-size: 22px;
  }
}
/* ==========================================================================
   Mobile bottom-section overlay - 배경 이미지 위 50% 암막
   ========================================================================== */
@media screen and (max-width: 1023px) {
  .ob-flow-cta,
  .ab-vision,
  .ab-cta,
  .tm-cta,
  .cs-cta,
  .pf-cta {
    position: relative;
  }
  .ob-flow-cta:before,
  .ab-vision:before,
  .ab-cta:before,
  .tm-cta:before,
  .cs-cta:before,
  .pf-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
  }
  /* 콘텐츠는 암막 위로 */
  .ob-flow-cta > *,
  .ab-vision > *,
  .ab-cta > *,
  .tm-cta > *,
  .cs-cta > *,
  .pf-cta > * {
    position: relative;
    z-index: 1;
  }
}
/* 640px 이하: 하단 섹션 배경을 모바일 전용 이미지로 교체 */
@media screen and (max-width: 640px) {
  .ob-flow-cta,
  .ab-cta,
  .cs-cta {
    background-image: url("/theme/web/img/bottombg_1m.jpg");
  }
  .ab-vision {
    background-image: url("/theme/web/img/bottombg_2m.jpg");
  }
  .tm-cta {
    background-image: url("/theme/web/img/bottombg_3m.jpg");
  }
  .pf-cta {
    background-image: url("/theme/web/img/bottombg_4m.jpg");
  }
}/*# sourceMappingURL=custom.css.map */