@charset "UTF-8";
/* font-face */
/* 기본형 폰트 (영문 확장형 - 영어, 독일어) */
@font-face {
  font-family: "default-R";
  font-style: normal;
  font-weight: 400;
  src: local("※"), url("../../fonts/NotoSans-Regular.ttf") format("truetype");
  letter-spacing: -0.5px;
}
@font-face {
  font-family: "default";
  font-style: normal;
  font-weight: 500;
  src: local("※"), url("../../fonts/NotoSans-Medium.ttf") format("truetype");
  letter-spacing: -0.5px;
}
@font-face {
  font-family: "default-B";
  font-style: normal;
  font-weight: 700;
  src: local("※"), url("../../fonts/NotoSans-Bold.ttf") format("truetype");
  letter-spacing: -0.5px;
}
/* 기본형 한국어 폰트 (한국어) */
@font-face {
  font-family: "default-R";
  font-style: normal;
  font-weight: 400;
  src: local("※"), url("../../fonts/NotoSansKR-Regular.ttf") format("truetype");
  unicode-range: U+1100-11FF, U+3130-318F, U+AC00-D7AF;
  letter-spacing: -0.5px;
}
@font-face {
  font-family: "default";
  font-style: normal;
  font-weight: 500;
  src: local("※"), url("../../fonts/NotoSansKR-Medium.ttf") format("truetype");
  unicode-range: U+1100-11FF, U+3130-318F, U+AC00-D7AF;
  letter-spacing: -0.5px;
}
@font-face {
  font-family: "default-B";
  font-style: normal;
  font-weight: 700;
  src: local("※"), url("../../fonts/NotoSansKR-Bold.ttf") format("truetype");
  unicode-range: U+1100-11FF, U+3130-318F, U+AC00-D7AF;
  letter-spacing: -0.5px;
}
/* 기본형 일본어 폰트 (일본어) */
@font-face {
  font-family: "default-R";
  font-style: normal;
  font-weight: 400;
  src: local("※"), url("../../fonts/NotoSansJP-Regular.ttf") format("truetype");
  unicode-range: U+3040-309F, U+30A0-30FF, U+4E00-9FBF;
  letter-spacing: -0.5px;
}
@font-face {
  font-family: "default";
  font-style: normal;
  font-weight: 500;
  src: local("※"), url("../../fonts/NotoSansJP-Medium.ttf") format("truetype");
  unicode-range: U+3040-309F, U+30A0-30FF, U+4E00-9FBF;
  letter-spacing: -0.5px;
}
@font-face {
  font-family: "default-B";
  font-style: normal;
  font-weight: 700;
  src: local("※"), url("../../fonts/NotoSansJP-Bold.ttf") format("truetype");
  unicode-range: U+3040-309F, U+30A0-30FF, U+4E00-9FBF;
  letter-spacing: -0.5px;
}
/* 기타 숫자 등등 */
@font-face {
  font-family: "inter";
  font-style: normal;
  font-weight: 500;
  src: local("※"), url("../../fonts/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "inter-B";
  font-style: normal;
  font-weight: 700;
  src: local("※"), url("../../fonts/Inter-Bold.ttf") format("truetype");
}
.font-inter {
  font-family: "inter", "default" !important;
}

.font-inter-B {
  font-family: "inter-B", "default" !important;
}

.co-txt-main {
  color: #FF6B00 !important;
}

.txt-description {
  position: relative;
  width: 100%;
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
}
.txt-description::before {
  content: "";
  display: block;
  position: absolute;
  content: "*";
  top: 2px;
  left: 1px;
}

.js-txt-marquee {
  overflow: hidden;
}
.js-txt-marquee span {
  display: block;
  white-space: nowrap;
}
.product-list .js-txt-marquee {
  margin-top: 4px;
}

/* 메인버튼 */
.btn-comm.type {
  /* 주의 현 시점 : 2025-04-25 */
  /* 
  	현 시점 UFSWAAC20F01 화면 상단에서만 쓰는 중. 
  	추후 추가 시 등 잘 보고 해당 jsp 수정하던지 하면서 해야됨 
  */
}
.btn-comm.type-primary {
  display: inline-block;
  height: 24px;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  vertical-align: bottom;
  outline: 1px solid transparent;
  -webkit-transition: outline 0.4s, background 0.4s;
  transition: outline 0.4s, background 0.4s;
  background-color: #FF6B00;
  border: none;
  color: #fff;
}
.btn-comm.type-primary:hover, .btn-comm.type-primary:focus, .btn-comm.type-primary:active {
  outline: 1px solid rgba(254, 107, 0, 0.5);
  border-color: #fe6b00;
  z-index: 1;
}
.btn-comm.type-primary:hover, .btn-comm.type-primary:focus, .btn-comm.type-primary:active {
  background-color: #db5c00 !important;
}
.btn-comm.type-submit1 {
  min-height: 44px;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  outline: 1px solid transparent;
  -webkit-transition: outline 0.4s, background 0.4s;
  transition: outline 0.4s, background 0.4s;
  background-color: #FF6B00;
  border: none;
  color: #fff;
}
.btn-comm.type-submit1 i {
  width: 24px;
  height: 24px;
  margin-top: -6px;
  margin-bottom: -6px;
}
.btn-comm.type-submit1:hover, .btn-comm.type-submit1:focus, .btn-comm.type-submit1:active {
  outline: 1px solid rgba(254, 107, 0, 0.5);
  border-color: #fe6b00;
  z-index: 1;
}
.btn-comm.type-submit1:hover, .btn-comm.type-submit1:focus, .btn-comm.type-submit1:active {
  background-color: #db5c00 !important;
}

.btn-ico {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 12px;
}
.btn-ico::before, .btn-ico::after {
  content: "";
  display: block;
  position: absolute;
}
.btn-ico.main-quick-buy::before {
  top: calc(50% - 9px);
  right: calc(50% - 9px);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F3F3F3;
}
.btn-ico.main-quick-buy::after {
  top: calc(50% - 9px);
  right: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: transparent url("/images/2025/ico_user_home.png") no-repeat;
  background-size: 200px 200px;
  background-position: -84px 0;
}
.btn-ico.favorites {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #bbb;
}
.btn-ico.favorites.active {
  background: #333;
}
.btn-ico.favorites::before {
  top: calc(50% - 9px);
  right: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: transparent url("/images/2025/ico_user_home.png") no-repeat;
  background-size: 200px 200px;
  background-position: -156px 0;
}
.btn-ico.favorites::after {
  display: none;
}
.btn-ico.timer-reset {
  width: 24px;
  height: 24px;
  padding: 0;
  text-align: left;
  overflow: hidden;
  text-indent: -999px;
}
.btn-ico.timer-reset::before {
  top: calc(50% - 9px);
  right: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: transparent url("/images/2025/ico_user_home.png") no-repeat;
  background-size: 200px 200px;
  background-position: -174px 0;
}
.btn-ico.timer-reset::after {
  display: none;
}

.area-btn {
  display: block;
  margin-bottom: 8px;
}
.area-btn::after {
  content: "";
  display: block;
  clear: both;
}
.area-btn a + a,
.area-btn a + button,
.area-btn button + a,
.area-btn button + button {
  margin-left: 8px;
}
.area-btn.favorites {
  margin-bottom: 16px;
  text-align: right;
}
.area-tit .area-btn {
  margin-bottom: 0;
}
.area-btn .sub {
  float: right;
}

.btn-ico-text {
  display: inline-block;
  position: relative;
  color: #000 !important;
  font-size: 12px;
}
.btn-ico-text::before, .btn-ico-text::after {
  content: "";
  display: block;
  position: absolute;
}
.btn-ico-text.ico-arrow-right {
  padding-right: 22px;
}
.btn-ico-text.ico-arrow-right::before {
  top: calc(50% - 9px);
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F3F3F3;
}
.btn-ico-text.ico-arrow-right::after {
  top: calc(50% - 9px);
  right: 0;
  width: 18px;
  height: 18px;
  background: transparent url("/images/2025/ico_user_home.png") no-repeat;
  background-size: 200px 200px;
  background-position: -66px 0;
}
.btn-ico-text.main-set-program {
  padding-right: 22px;
  font-family: "default-B";
}
.btn-ico-text.main-set-program::before {
  top: calc(50% - 9px);
  right: 0;
  width: 18px;
  height: 18px;
  background: transparent url("/images/2025/ico_user_home.png") no-repeat;
  background-size: 200px 200px;
  background-position: -48px 0;
}
.btn-ico-text.main-set-program::after {
  display: none;
}
.btn-ico-text.chest, .btn-ico-text.rack {
  padding-left: 26px;
  font-family: "inter-B";
  font-size: 14px;
}
.btn-ico-text.chest::before, .btn-ico-text.rack::before {
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  background: transparent url("/images/2025/ico_user_home.png") no-repeat;
  background-size: 200px 200px;
  background-position: -48px 0;
}
.btn-ico-text.chest::after, .btn-ico-text.rack::after {
  display: none;
}
.btn-ico-text.chest::before {
  background-position: -48px -62px;
}
.btn-ico-text.rack::before {
  background-position: -72px -62px;
}

.item-graph.type-bar {
  position: relative;
  height: 24px;
  border-radius: 12px;
  background: #f0f2f4;
  overflow: hidden;
}
.item-graph.type-bar p {
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  margin: 0;
  color: #FF6B00;
  text-align: center;
  font-family: "default-B";
  line-height: 24px;
  z-index: 1;
}
.item-graph.type-bar p::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  -webkit-text-stroke: 3px #f0f2f4;
  z-index: -1;
  font-family: "default-B";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.item-graph.type-bar .graph {
  height: 100%;
  border-radius: 12px;
  background: #FF6B00;
}
.item-graph.type-cardio-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-graph.type-cardio-bar .under p,
.item-graph.type-cardio-bar .target p,
.item-graph.type-cardio-bar .over p {
  margin: 0;
  padding: 10px 4px;
  text-align: center;
  color: #666;
  font-size: 12px;
  font-family: "default-B";
  line-height: 20px;
  white-space: nowrap;
  border-left: 1px dotted #999;
}
@media all and (max-width: 600px) {
  .item-graph.type-cardio-bar .under p,
  .item-graph.type-cardio-bar .target p,
  .item-graph.type-cardio-bar .over p {
    font-size: 10px;
  }
}
.item-graph.type-cardio-bar .under .graph,
.item-graph.type-cardio-bar .target .graph,
.item-graph.type-cardio-bar .over .graph {
  position: relative;
  height: 48px;
  padding: 12px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.item-graph.type-cardio-bar .under .graph::before,
.item-graph.type-cardio-bar .target .graph::before,
.item-graph.type-cardio-bar .over .graph::before {
  content: attr(data-text);
  color: #fff;
  font-family: "default-B";
  font-size: 16px;
  line-height: 24px;
}
@media all and (max-width: 600px) {
  .item-graph.type-cardio-bar .under .graph,
  .item-graph.type-cardio-bar .target .graph,
  .item-graph.type-cardio-bar .over .graph {
    height: 24px;
    padding: 0;
  }
  .item-graph.type-cardio-bar .under .graph::before,
  .item-graph.type-cardio-bar .target .graph::before,
  .item-graph.type-cardio-bar .over .graph::before {
    font-size: 10px;
  }
}
.item-graph.type-cardio-bar .under .graph {
  background: #d9d9d9;
}
.item-graph.type-cardio-bar .target p {
  color: #333;
}
.item-graph.type-cardio-bar .target .graph {
  background: -webkit-gradient(linear, left top, right top, from(#FF7750), to(#FF4747));
  background: linear-gradient(90deg, #FF7750 0%, #FF4747 100%);
}
.item-graph.type-cardio-bar .over p {
  border-right: 1px dotted #999;
}
.item-graph.type-cardio-bar .over .graph {
  background: #666;
}

.footer {
  margin-top: 36px;
}
@media all and (max-width: 600px) {
  .footer {
    margin-top: 0;
  }
}
.footer .f-section1 {
  padding: 0;
  background: #000;
}
.footer .f-section1 .inner {
  padding: 6px 0;
}
@media all and (max-width: 1024px) {
  .footer .f-section1 .inner {
    padding: 6px 24px;
  }
}
@media all and (max-width: 800px) {
  .footer .f-section1 .inner {
    display: block;
    padding: 16px 24px;
  }
}
@media all and (max-width: 376px) {
  .footer .f-section1 .inner {
    padding: 16px 16px;
  }
}
.footer .f-section1 .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  padding: 0 !important;
}
.footer .f-section1 .inner ul li {
  margin: 0;
  padding: 0;
}
.footer .f-section1 .inner ul li a {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}
.footer .f-section1 .inner ul li a:hover, .footer .f-section1 .inner ul li a:focus {
  text-decoration: underline;
}
.footer .f-section1 .inner .wrap-local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media all and (max-width: 800px) {
  .footer .f-section1 .inner .wrap-local {
    margin-top: 8px;
  }
}
.footer .f-section1 .inner .wrap-local span {
  color: #fff;
  font-size: 12px;
}
.footer .f-section1 .inner .wrap-local .btn-setlang,
.footer .f-section1 .inner .wrap-local .btn-setlocal {
  display: block;
  border-radius: 4px;
  background: #333;
  color: #fff;
  text-align: left !important;
  font-size: 12px;
  line-height: 1;
}
.footer .f-section1 .inner .wrap-local .btn-setlang span,
.footer .f-section1 .inner .wrap-local .btn-setlocal span {
  line-height: 1;
}
.footer .f-section1 .inner .wrap-local .set-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.footer .f-section1 .inner .wrap-local .set-lang .btn-setlang {
  padding: 8px 16px 8px 36px;
  background: #333 no-repeat 16px 6px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none" > <path d="M7.77604 14.6663C11.4579 14.6663 14.4427 11.6816 14.4427 7.99967C14.4427 4.31778 11.4579 1.33301 7.77604 1.33301C4.09414 1.33301 1.10938 4.31778 1.10938 7.99967C1.10938 11.6816 4.09414 14.6663 7.77604 14.6663Z" stroke="white" stroke-linecap="round" stroke-linejoin="round" /> <path d="M1.10938 8H14.4427" stroke="white" stroke-linecap="round" stroke-linejoin="round" /> <path d="M7.77604 1.33301C9.44356 3.15858 10.3912 5.5277 10.4427 7.99967C10.3912 10.4717 9.44356 12.8408 7.77604 14.6663C6.10852 12.8408 5.16087 10.4717 5.10938 7.99967C5.16087 5.5277 6.10852 3.15858 7.77604 1.33301Z" stroke="white" stroke-linecap="round" stroke-linejoin="round" /> </svg>');
}
.footer .f-section1 .inner .wrap-local .set-location {
  position: relative;
  width: 200px;
  z-index: 50;
}
@media all and (max-width: 600px) {
  .footer .f-section1 .inner .wrap-local .set-location {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer .f-section1 .inner .wrap-local .set-location .btn-setlocal {
  width: 100%;
  padding: 8px 20px 8px 32px;
}
.footer .f-section1 .inner .wrap-local .set-location .btn-setlocal img {
  display: block;
  position: absolute;
  top: 6px;
  left: 12px;
  min-width: unset;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.footer .f-section1 .inner .wrap-local .set-location .btn-setlocal::before, .footer .f-section1 .inner .wrap-local .set-location .btn-setlocal::after {
  content: "";
  display: block;
  position: absolute;
}
.footer .f-section1 .inner .wrap-local .set-location .btn-setlocal::before, .footer .f-section1 .inner .wrap-local .set-location .btn-setlocal::after {
  top: calc(50% - 1px);
  width: 6px;
  height: 1px;
  border-radius: 2px;
  background: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.footer .f-section1 .inner .wrap-local .set-location .btn-setlocal::before {
  right: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer .f-section1 .inner .wrap-local .set-location .btn-setlocal::after {
  right: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer .f-section1 .inner .wrap-local .set-location .btn-setlocal.on {
  border-radius: 0 0 4px 4px;
}
.footer .f-section1 .inner .wrap-local .set-location .btn-setlocal.on::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer .f-section1 .inner .wrap-local .set-location .btn-setlocal.on::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer .f-section1 .inner .wrap-local .set-location ul {
  display: none;
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.footer .f-section1 .inner .wrap-local .set-location ul button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  width: 100%;
  padding: 6px 12px;
  border-radius: 0;
  background: #333;
  color: #fff;
  font-size: 12px;
  word-break: break-all;
}
.footer .f-section1 .inner .wrap-local .set-location ul button.active {
  background: #000;
}
.footer .f-section1 .inner .wrap-local .set-location ul button img {
  display: block;
  min-width: unset;
  width: 16px;
  height: 16px;
}
.footer .footer-bottom {
  padding: 0;
}
.footer .footer-bottom .inner {
  padding: 12px 0 80px !important;
  color: #999;
  font-size: 12px;
}
@media all and (max-width: 1024px) {
  .footer .footer-bottom .inner {
    padding: 12px 24px 70px !important;
  }
}
@media all and (max-width: 376px) {
  .footer .footer-bottom .inner {
    padding: 12px 16px 70px !important;
  }
}
.footer .footer-bottom .inner .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer-bottom .inner .info dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-bottom .inner .info dl div dt:not(:first-child) {
  margin-left: 12px;
}
.footer .footer-bottom .inner .info dl div dt.hidden {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.footer .footer-bottom .inner .info dl div dt.hidden + dd {
  margin-left: 0;
}
.footer .footer-bottom .inner .info dl div dd {
  margin-left: 6px;
}
.footer .footer-bottom .inner .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0 0;
}
.footer .footer-bottom .inner .copyright .logo {
  display: block;
  width: 72px;
  height: 24px;
  background: url("/images/2025/logo-footer.svg") no-repeat center;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.footer .footer-bottom .inner .company-logo {
  gap: 4px !important;
}

.area-dashboard {
  position: relative;
  max-width: 944px;
  padding: 0 24px;
}
.area-dashboard::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 218px;
  border-radius: 16px;
  background: #333;
}
.area-dashboard .option-highlights {
  position: relative;
  color: #fff;
  z-index: 1;
}
.area-dashboard .list-highlights ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.area-dashboard .list-highlights li {
  position: relative;
  width: calc(25% - 3px);
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  background: #fff;
}
.area-dashboard .list-highlights li:not(:nth-of-type(4n + 1)) {
  margin-left: 4px;
}
.area-dashboard .list-highlights li h3 {
  margin-bottom: 16px;
  color: #000;
  font-family: "default-B";
  font-size: 14px;
}
.area-dashboard .list-highlights li p {
  margin-bottom: 10px;
  color: #000;
  font-family: "inter-B";
  font-size: 20px;
  white-space: nowrap;
}
.area-dashboard .list-highlights li p .unit {
  font-size: 16px;
  font-family: "default-B";
}
.area-dashboard .list-highlights li .sub {
  padding-top: 8px;
  border-top: 1px solid #ddd;
}
.area-dashboard .list-highlights li .sub em {
  position: relative;
}

.tabmenu {
  position: relative;
  overflow: hidden;
}

.tab-menu {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.tab-menu li {
  display: inline-block;
}
.tab-menu li button {
  color: #fff;
  text-align: center;
}
@media all and (max-width: 800px) {
  .tab-conts {
    display: none;
  }
  .tab-conts.active {
    display: block;
  }
}
.scrollLock {
  overflow: hidden !important;
}

.pop-slide {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}
.pop-slide .pop-slideup {
  position: fixed;
  right: 0;
  bottom: -80%;
  left: 0;
  height: 80%;
  border-radius: 32px 32px 0 0;
  background: #fff;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
  z-index: 10;
}
.pop-slide .pop-slideup.active {
  bottom: 0;
}
.pop-slide .pop-slideup .btn-pop-close {
  position: absolute;
  top: -34px;
  left: calc(50% - 34px);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #333;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.pop-slide .pop-slideup .btn-pop-close::before, .pop-slide .pop-slideup .btn-pop-close::after {
  content: "";
  display: block;
  position: absolute;
}
.pop-slide .pop-slideup .btn-pop-close::before, .pop-slide .pop-slideup .btn-pop-close::after {
  position: absolute;
  left: calc(50% - 13px);
  top: calc(50% - 1px);
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.pop-slide .pop-slideup .btn-pop-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pop-slide .pop-slideup .btn-pop-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pop-slide .pop-slideup .pop-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 60px 30px 30px;
  overflow: hidden;
  overflow-y: auto;
}
.pop-slide .pop-slideup .area-tit {
  margin: 0;
  text-align: center;
}
.pop-slide .pop-slideup .area-tit h2,
.pop-slide .pop-slideup .area-tit h3,
.pop-slide .pop-slideup .area-tit h4,
.pop-slide .pop-slideup .area-tit h5 {
  font-size: 20px;
}
.pop-slide .pop-slideup .area-tit .description {
  color: #666;
  font-size: 12px;
}
.pop-slide .pop-slideup .area-tit .description strong {
  color: #000;
  font-family: "default-B";
}
.pop-slide .pop-slideup .area-tit .textico-otp {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url("/images/2025/ico_user_home.png") no-repeat;
  background-size: 200px 200px;
  background-position: -96px -62px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  vertical-align: middle;
}
.pop-slide .pop-slideup .area-qrcode {
  margin: auto;
  text-align: center;
}
.pop-slide .pop-slideup .area-qrcode .qr {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.pop-slide .pop-slideup .area-qrcode .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-top: 12px;
  color: #333;
  font-size: 14px;
}
.pop-slide .pop-slideup .area-qrcode .timer em {
  color: #FF6B00;
  font-family: "inter-B";
}
.pop-slide .pop-slideup .area-otpform {
  width: 230px;
  margin: auto;
}
.pop-slide .pop-slideup .area-otpform .wrap-otpform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.pop-slide .pop-slideup .area-otpform .wrap-otpform input[type=tel] {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 32px;
  height: 40px;
  border-bottom: 2px solid #000;
  font-size: 20px;
  text-align: center;
}
.pop-slide .pop-slideup .area-otpform button.type-submit1 {
  width: 100%;
}
.pop-slide::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.pop-slide.is-mobile .area-otpform {
  margin-top: 30px;
}

.pop-roundcard {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}