@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;
}

/* ========== ==========
UTILITIES
========== ========== */
/* display */
.ds-no {
  display: none !important;
}
.ds-ib {
  display: inline-block !important;
}
.ds-bl {
  display: block !important;
}
.ds-fl {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* position */
.pos-ab {
  position: absolute !important;
}
.pos-re {
  position: relative !important;
}
.pos-fx {
  position: fixed !important;
}

/* width */
.w-0p {
  width: 0% !important;
}
.w-0px {
  width: 0px !important;
}
.w-5p {
  width: 5% !important;
}
.w-10px {
  width: 10px !important;
}
.w-10p {
  width: 10% !important;
}
.w-20px {
  width: 20px !important;
}
.w-15p {
  width: 15% !important;
}
.w-30px {
  width: 30px !important;
}
.w-20p {
  width: 20% !important;
}
.w-40px {
  width: 40px !important;
}
.w-25p {
  width: 25% !important;
}
.w-50px {
  width: 50px !important;
}
.w-30p {
  width: 30% !important;
}
.w-60px {
  width: 60px !important;
}
.w-35p {
  width: 35% !important;
}
.w-70px {
  width: 70px !important;
}
.w-40p {
  width: 40% !important;
}
.w-80px {
  width: 80px !important;
}
.w-45p {
  width: 45% !important;
}
.w-90px {
  width: 90px !important;
}
.w-50p {
  width: 50% !important;
}
.w-100px {
  width: 100px !important;
}
.w-55p {
  width: 55% !important;
}
.w-110px {
  width: 110px !important;
}
.w-60p {
  width: 60% !important;
}
.w-120px {
  width: 120px !important;
}
.w-65p {
  width: 65% !important;
}
.w-130px {
  width: 130px !important;
}
.w-70p {
  width: 70% !important;
}
.w-140px {
  width: 140px !important;
}
.w-75p {
  width: 75% !important;
}
.w-150px {
  width: 150px !important;
}
.w-80p {
  width: 80% !important;
}
.w-160px {
  width: 160px !important;
}
.w-85p {
  width: 85% !important;
}
.w-170px {
  width: 170px !important;
}
.w-90p {
  width: 90% !important;
}
.w-180px {
  width: 180px !important;
}
.w-95p {
  width: 95% !important;
}
.w-190px {
  width: 190px !important;
}
.w-100p {
  width: 100% !important;
}
.w-200px {
  width: 200px !important;
}

.w-33p {
  width: 33.3% !important;
}

/* height */
.h-0p {
  height: 0% !important;
}
.h-0px {
  height: 0px !important;
}
.h-5p {
  height: 5% !important;
}
.h-10px {
  height: 10px !important;
}
.h-10p {
  height: 10% !important;
}
.h-20px {
  height: 20px !important;
}
.h-15p {
  height: 15% !important;
}
.h-30px {
  height: 30px !important;
}
.h-20p {
  height: 20% !important;
}
.h-40px {
  height: 40px !important;
}
.h-25p {
  height: 25% !important;
}
.h-50px {
  height: 50px !important;
}
.h-30p {
  height: 30% !important;
}
.h-60px {
  height: 60px !important;
}
.h-35p {
  height: 35% !important;
}
.h-70px {
  height: 70px !important;
}
.h-40p {
  height: 40% !important;
}
.h-80px {
  height: 80px !important;
}
.h-45p {
  height: 45% !important;
}
.h-90px {
  height: 90px !important;
}
.h-50p {
  height: 50% !important;
}
.h-100px {
  height: 100px !important;
}
.h-55p {
  height: 55% !important;
}
.h-110px {
  height: 110px !important;
}
.h-60p {
  height: 60% !important;
}
.h-120px {
  height: 120px !important;
}
.h-65p {
  height: 65% !important;
}
.h-130px {
  height: 130px !important;
}
.h-70p {
  height: 70% !important;
}
.h-140px {
  height: 140px !important;
}
.h-75p {
  height: 75% !important;
}
.h-150px {
  height: 150px !important;
}
.h-80p {
  height: 80% !important;
}
.h-160px {
  height: 160px !important;
}
.h-85p {
  height: 85% !important;
}
.h-170px {
  height: 170px !important;
}
.h-90p {
  height: 90% !important;
}
.h-180px {
  height: 180px !important;
}
.h-95p {
  height: 95% !important;
}
.h-190px {
  height: 190px !important;
}
.h-100p {
  height: 100% !important;
}
.h-200px {
  height: 200px !important;
}

/* margin */
.mgt-0 {
  margin-top: 0px !important;
}
.mgr-0 {
  margin-right: 0px !important;
}
.mgb-0 {
  margin-bottom: 0px !important;
}
.mgl-0 {
  margin-left: 0px !important;
}
.mgt-5 {
  margin-top: 5px !important;
}
.mgr-5 {
  margin-right: 5px !important;
}
.mgb-5 {
  margin-bottom: 5px !important;
}
.mgl-5 {
  margin-left: 5px !important;
}
.mgt-10 {
  margin-top: 10px !important;
}
.mgr-10 {
  margin-right: 10px !important;
}
.mgb-10 {
  margin-bottom: 10px !important;
}
.mgl-10 {
  margin-left: 10px !important;
}
.mgt-15 {
  margin-top: 15px !important;
}
.mgr-15 {
  margin-right: 15px !important;
}
.mgb-15 {
  margin-bottom: 15px !important;
}
.mgl-15 {
  margin-left: 15px !important;
}
.mgt-20 {
  margin-top: 20px !important;
}
.mgr-20 {
  margin-right: 20px !important;
}
.mgb-20 {
  margin-bottom: 20px !important;
}
.mgl-20 {
  margin-left: 20px !important;
}
.mgt-25 {
  margin-top: 25px !important;
}
.mgr-25 {
  margin-right: 25px !important;
}
.mgb-25 {
  margin-bottom: 25px !important;
}
.mgl-25 {
  margin-left: 25px !important;
}
.mgt-30 {
  margin-top: 30px !important;
}
.mgr-30 {
  margin-right: 30px !important;
}
.mgb-30 {
  margin-bottom: 30px !important;
}
.mgl-30 {
  margin-left: 30px !important;
}
.mgt-35 {
  margin-top: 35px !important;
}
.mgr-35 {
  margin-right: 35px !important;
}
.mgb-35 {
  margin-bottom: 35px !important;
}
.mgl-35 {
  margin-left: 35px !important;
}
.mgt-40 {
  margin-top: 40px !important;
}
.mgr-40 {
  margin-right: 40px !important;
}
.mgb-40 {
  margin-bottom: 40px !important;
}
.mgl-40 {
  margin-left: 40px !important;
}
.mgt-45 {
  margin-top: 45px !important;
}
.mgr-45 {
  margin-right: 45px !important;
}
.mgb-45 {
  margin-bottom: 45px !important;
}
.mgl-45 {
  margin-left: 45px !important;
}
.mgt-50 {
  margin-top: 50px !important;
}
.mgr-50 {
  margin-right: 50px !important;
}
.mgb-50 {
  margin-bottom: 50px !important;
}
.mgl-50 {
  margin-left: 50px !important;
}
.mgt-55 {
  margin-top: 55px !important;
}
.mgr-55 {
  margin-right: 55px !important;
}
.mgb-55 {
  margin-bottom: 55px !important;
}
.mgl-55 {
  margin-left: 55px !important;
}
.mgt-60 {
  margin-top: 60px !important;
}
.mgr-60 {
  margin-right: 60px !important;
}
.mgb-60 {
  margin-bottom: 60px !important;
}
.mgl-60 {
  margin-left: 60px !important;
}
.mgt-65 {
  margin-top: 65px !important;
}
.mgr-65 {
  margin-right: 65px !important;
}
.mgb-65 {
  margin-bottom: 65px !important;
}
.mgl-65 {
  margin-left: 65px !important;
}
.mgt-70 {
  margin-top: 70px !important;
}
.mgr-70 {
  margin-right: 70px !important;
}
.mgb-70 {
  margin-bottom: 70px !important;
}
.mgl-70 {
  margin-left: 70px !important;
}
.mgt-75 {
  margin-top: 75px !important;
}
.mgr-75 {
  margin-right: 75px !important;
}
.mgb-75 {
  margin-bottom: 75px !important;
}
.mgl-75 {
  margin-left: 75px !important;
}
.mgt-80 {
  margin-top: 80px !important;
}
.mgr-80 {
  margin-right: 80px !important;
}
.mgb-80 {
  margin-bottom: 80px !important;
}
.mgl-80 {
  margin-left: 80px !important;
}
.mgt-85 {
  margin-top: 85px !important;
}
.mgr-85 {
  margin-right: 85px !important;
}
.mgb-85 {
  margin-bottom: 85px !important;
}
.mgl-85 {
  margin-left: 85px !important;
}
.mgt-90 {
  margin-top: 90px !important;
}
.mgr-90 {
  margin-right: 90px !important;
}
.mgb-90 {
  margin-bottom: 90px !important;
}
.mgl-90 {
  margin-left: 90px !important;
}
.mgt-95 {
  margin-top: 95px !important;
}
.mgr-95 {
  margin-right: 95px !important;
}
.mgb-95 {
  margin-bottom: 95px !important;
}
.mgl-95 {
  margin-left: 95px !important;
}
.mgt-100 {
  margin-top: 100px !important;
}
.mgr-100 {
  margin-right: 100px !important;
}
.mgb-100 {
  margin-bottom: 100px !important;
}
.mgl-100 {
  margin-left: 100px !important;
}

/* padding */
.pdt-0 {
  padding-top: 0px !important;
}
.pdr-0 {
  padding-right: 0px !important;
}
.pdb-0 {
  padding-bottom: 0px !important;
}
.pdl-0 {
  padding-left: 0px !important;
}
.pdt-5 {
  padding-top: 5px !important;
}
.pdr-5 {
  padding-right: 5px !important;
}
.pdb-5 {
  padding-bottom: 5px !important;
}
.pdl-5 {
  padding-left: 5px !important;
}
.pdt-10 {
  padding-top: 10px !important;
}
.pdr-10 {
  padding-right: 10px !important;
}
.pdb-10 {
  padding-bottom: 10px !important;
}
.pdl-10 {
  padding-left: 10px !important;
}
.pdt-15 {
  padding-top: 15px !important;
}
.pdr-15 {
  padding-right: 15px !important;
}
.pdb-15 {
  padding-bottom: 15px !important;
}
.pdl-15 {
  padding-left: 15px !important;
}
.pdt-20 {
  padding-top: 20px !important;
}
.pdr-20 {
  padding-right: 20px !important;
}
.pdb-20 {
  padding-bottom: 20px !important;
}
.pdl-20 {
  padding-left: 20px !important;
}
.pdt-25 {
  padding-top: 25px !important;
}
.pdr-25 {
  padding-right: 25px !important;
}
.pdb-25 {
  padding-bottom: 25px !important;
}
.pdl-25 {
  padding-left: 25px !important;
}
.pdt-30 {
  padding-top: 30px !important;
}
.pdr-30 {
  padding-right: 30px !important;
}
.pdb-30 {
  padding-bottom: 30px !important;
}
.pdl-30 {
  padding-left: 30px !important;
}
.pdt-35 {
  padding-top: 35px !important;
}
.pdr-35 {
  padding-right: 35px !important;
}
.pdb-35 {
  padding-bottom: 35px !important;
}
.pdl-35 {
  padding-left: 35px !important;
}
.pdt-40 {
  padding-top: 40px !important;
}
.pdr-40 {
  padding-right: 40px !important;
}
.pdb-40 {
  padding-bottom: 40px !important;
}
.pdl-40 {
  padding-left: 40px !important;
}
.pdt-45 {
  padding-top: 45px !important;
}
.pdr-45 {
  padding-right: 45px !important;
}
.pdb-45 {
  padding-bottom: 45px !important;
}
.pdl-45 {
  padding-left: 45px !important;
}
.pdt-50 {
  padding-top: 50px !important;
}
.pdr-50 {
  padding-right: 50px !important;
}
.pdb-50 {
  padding-bottom: 50px !important;
}
.pdl-50 {
  padding-left: 50px !important;
}
.pdt-55 {
  padding-top: 55px !important;
}
.pdr-55 {
  padding-right: 55px !important;
}
.pdb-55 {
  padding-bottom: 55px !important;
}
.pdl-55 {
  padding-left: 55px !important;
}
.pdt-60 {
  padding-top: 60px !important;
}
.pdr-60 {
  padding-right: 60px !important;
}
.pdb-60 {
  padding-bottom: 60px !important;
}
.pdl-60 {
  padding-left: 60px !important;
}
.pdt-65 {
  padding-top: 65px !important;
}
.pdr-65 {
  padding-right: 65px !important;
}
.pdb-65 {
  padding-bottom: 65px !important;
}
.pdl-65 {
  padding-left: 65px !important;
}
.pdt-70 {
  padding-top: 70px !important;
}
.pdr-70 {
  padding-right: 70px !important;
}
.pdb-70 {
  padding-bottom: 70px !important;
}
.pdl-70 {
  padding-left: 70px !important;
}
.pdt-75 {
  padding-top: 75px !important;
}
.pdr-75 {
  padding-right: 75px !important;
}
.pdb-75 {
  padding-bottom: 75px !important;
}
.pdl-75 {
  padding-left: 75px !important;
}
.pdt-80 {
  padding-top: 80px !important;
}
.pdr-80 {
  padding-right: 80px !important;
}
.pdb-80 {
  padding-bottom: 80px !important;
}
.pdl-80 {
  padding-left: 80px !important;
}
.pdt-85 {
  padding-top: 85px !important;
}
.pdr-85 {
  padding-right: 85px !important;
}
.pdb-85 {
  padding-bottom: 85px !important;
}
.pdl-85 {
  padding-left: 85px !important;
}
.pdt-90 {
  padding-top: 90px !important;
}
.pdr-90 {
  padding-right: 90px !important;
}
.pdb-90 {
  padding-bottom: 90px !important;
}
.pdl-90 {
  padding-left: 90px !important;
}
.pdt-95 {
  padding-top: 95px !important;
}
.pdr-95 {
  padding-right: 95px !important;
}
.pdb-95 {
  padding-bottom: 95px !important;
}
.pdl-95 {
  padding-left: 95px !important;
}
.pdt-100 {
  padding-top: 100px !important;
}
.pdr-100 {
  padding-right: 100px !important;
}
.pdb-100 {
  padding-bottom: 100px !important;
}
.pdl-100 {
  padding-left: 100px !important;
}

/* text-align */
.ta-l {
  text-align: left !important;
}
.ta-c {
  text-align: center !important;
}
.ta-r {
  text-align: right !important;
}

/* float */
.fl-l {
  float: left !important;
}
.fl-r {
  float: right !important;
}
.fl-n {
  float: none !important;
}

/* flex justify-content */
.flex-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.flex-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.fade {
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.item-hidden {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}

.show-mobile {
  display: none !important;
}
@media all and (max-width: 800px) {
  .show-mobile {
    display: block !important;
  }
}

@media all and (max-width: 800px) {
  .show-pc {
    display: none !important;
  }
}

.req::after {
  content: "";
  display: block;
  position: absolute;
  content: "*";
  display: inline-block;
  margin-left: 4px;
  color: #FF6B00;
}

.txt-nowrap {
  white-space: nowrap !important;
}

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

.co-txt-tooltip {
  color: #2692ED;
}

.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;
}

.txt-bul {
  display: inline-block;
  min-width: 34px;
  padding: 3px 6px;
  border-radius: 12px;
  font-family: "default-B";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
}
.txt-bul.type-line-main {
  border: 1px solid #FF6B00;
  color: #FF6B00;
}

.txt-bul-counsel {
  display: inline-block;
  min-width: 34px;
  padding: 6px 10px;
  border-radius: 12px;
  font-family: "default-B";
  font-size: 10px;
  text-align: center;
  line-height: 12px;
  vertical-align: middle;
}
.txt-bul-counsel.todo {
  padding: 5px 10px;
  border: 1px solid #FF6B00;
  color: #FF6B00;
}
.txt-bul-counsel.ing {
  background: #FF6B00;
  color: #fff;
}
.txt-bul-counsel.comp {
  background: #000;
  color: #fff;
}
.pop-header .txt-bul-counsel {
  min-width: 50px;
}
.table-container.simple .txt-bul-counsel {
  padding: 4px 10px;
}

.area-tit.main {
  margin-bottom: 24px;
}
.area-tit.main h1,
.area-tit.main h2,
.area-tit.main h3,
.area-tit.main h4,
.area-tit.main h5 {
  color: #000;
  text-align: center;
  font-family: "default-B";
  font-size: 20px;
  line-height: 28px;
}
.mycourse-detail .area-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 8px;
  border-bottom: 1px solid #000;
  text-align: left;
}
.mycourse-detail .area-tit h1,
.mycourse-detail .area-tit h2,
.mycourse-detail .area-tit h3,
.mycourse-detail .area-tit h4 {
  font-size: 20px;
  line-height: 28px;
  font-family: "default-B";
}

.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(253.98, 106.572, 0, 0.5);
  border-color: rgb(254.49, 106.786, 0);
  z-index: 1;
}
.btn-comm.type-primary:hover, .btn-comm.type-primary:focus, .btn-comm.type-primary:active {
  background-color: rgb(219.3, 92.02, 0) !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(253.98, 106.572, 0, 0.5);
  border-color: rgb(254.49, 106.786, 0);
  z-index: 1;
}
.btn-comm.type-submit1:hover, .btn-comm.type-submit1:focus, .btn-comm.type-submit1:active {
  background-color: rgb(219.3, 92.02, 0) !important;
}

.btn-common {
  display: inline-block;
  min-width: 72px;
  margin: 0 !important;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
}
.btn-common.type-line-default {
  border: 1px solid #333;
  background: #fff;
  color: #000;
}
.btn-common.type-line-mian, .btn-common.type-line-main {
  border: 1px solid #FF6B00;
  background: #fff;
  color: #FF6B00;
}
.btn-common.type-line-mian .ico-add::before, .btn-common.type-line-mian .ico-add::after, .btn-common.type-line-main .ico-add::before, .btn-common.type-line-main .ico-add::after {
  background-color: #FF6B00 !important;
}
.btn-common.type-line-sub {
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
}
.btn-common.type-text-default {
  background: transparent;
  color: #666;
  font-size: 14px;
}
.btn-common.type-co-main {
  border: none;
  background: #FF6B00;
  color: #fff;
}
.btn-common.type-co-sub {
  border: none;
  background: #333;
  color: #fff;
}
.btn-common.type-cancel {
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
}
.pagecomm .btn-common {
  width: 180px;
  padding: 13px;
  font-size: 14px;
  line-height: 18px;
}
.pop-area-btn .btn-common {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 44px;
  border: none;
  border-radius: 0;
  font-size: 14px;
}
.pop-area-btn .btn-common.type-cancel {
  background: #666;
  color: #fff;
}
.pop-area-btn .btn-common.type-submit {
  background: #FF6B00;
  color: #fff;
}
.pop-default.alert .pop-conts .btn-common {
  min-width: 120px;
  height: 36px;
}
.area-btn.size-full .btn-common {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 22px;
}
.btn-common i[class^=ico] {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}
.btn-common i[class^=ico].ico-del::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 10px;
  height: 1px;
  background: #666;
}
.btn-common i[class^=ico].ico-add::before, .btn-common i[class^=ico].ico-add::after {
  content: "";
  display: block;
  position: absolute;
}
.btn-common i[class^=ico].ico-add::before, .btn-common i[class^=ico].ico-add::after {
  top: 7px;
  left: 3px;
  width: 10px;
  height: 1px;
  background: #666;
}
.btn-common i[class^=ico].ico-add::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.area-sidemenu .area-btn .btn-common {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0;
}

.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;
}
.btn-ico.ico-del::before, .btn-ico.ico-del::after {
  left: 50%;
  top: calc(50% - 5px);
  width: 1px;
  height: 10px;
  border-radius: 1px;
  background: #333;
}
.btn-ico.ico-del::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-ico.ico-del::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.list-mycourse-search .btn-ico.ico-del::before, .list-mycourse-search .btn-ico.ico-del::after {
  top: calc(50% - 6px);
  height: 13px;
  background: #bbb;
}
.btn-ico.ico-info {
  vertical-align: top;
  width: 16px;
  height: 16px;
}
.btn-ico.ico-info::before {
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #666;
}
.btn-ico.ico-info i {
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 2px;
  height: 4px;
  border-radius: 1px;
  background: #fff;
  pointer-events: none;
}
.btn-ico.ico-info i::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
}
.tit-dmoney .btn-ico.ico-info {
  left: -4px;
}
.area-tooltip .btn-ico.ico-info {
  position: absolute;
  top: 6px;
  right: 0;
  width: 24px;
  height: 24px;
}
.area-tooltip .btn-ico.ico-info::before {
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  background: transparent;
}
.area-tooltip .btn-ico.ico-info i {
  top: 12px;
  left: 11px;
  background: #999;
}
.area-tooltip .btn-ico.ico-info i::before {
  background: #999;
}

.btn-ico-fold {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #333;
  z-index: 10;
}
.btn-ico-fold::before, .btn-ico-fold::after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-ico-fold::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-ico-fold.toggle::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-ico-fold.toggle::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.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;
}
.btn-ico-text.size-full {
  display: block;
  padding: 82px 24px 24px 24px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #666 !important;
  font-size: 16px;
  font-family: "default-B";
}
.mycourse .btn-ico-text.size-full {
  max-width: 308px;
  margin: 0 auto;
  text-align: center;
}
.mycourse .btn-ico-text.size-full::before, .mycourse .btn-ico-text.size-full::after {
  display: none;
}
.mycourse .btn-ico-text.size-full i {
  display: block;
  position: absolute;
  top: 28px;
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #bbb;
}
.mycourse .btn-ico-text.size-full i::before, .mycourse .btn-ico-text.size-full i::after {
  content: "";
  display: block;
  position: absolute;
}
.mycourse .btn-ico-text.size-full i::before, .mycourse .btn-ico-text.size-full i::after {
  position: absolute;
  top: 12px;
  left: calc(50% - 2px);
  width: 4px;
  height: 24px;
  border-radius: 2px;
  background: #fff;
}
.mycourse .btn-ico-text.size-full i::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.area-btn {
  display: block;
  margin-bottom: 8px;
}
.area-btn::after {
  content: "";
  display: block;
  clear: both;
}
.area-btn a,
.area-btn button {
  display: inline-block;
}
.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-btn .sub {
  float: right;
}
.area-btn.area-tbl-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 16px;
}
.area-btn.area-tbl-top::after {
  display: none;
}
.area-btn.pagecomm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.area-btn.pagecomm::after {
  display: none;
}
@media all and (max-width: 480px) {
  .area-btn.pagecomm {
    margin-top: 24px;
  }
}
.area-btn.size-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.area-btn.size-full button,
.area-btn.size-full a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.area-btn.size-full + .size-full {
  margin-top: 16px;
}
.mycourse .area-btn.size-full {
  margin-bottom: 0;
}
.mycourse .area-btn.size-full::after {
  display: none;
}
.area-tit .area-btn {
  margin-bottom: 0;
}
.pop-default.alert .pop-conts .area-btn {
  margin-top: 16px;
  margin-bottom: 0;
}
.list-goods.type-card .area-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 16px 0 0;
}
.list-goods.type-card .area-btn::after {
  display: none;
}
.list-goods.type-card .area-btn a,
.list-goods.type-card .area-btn button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 36px;
}
.area-sidemenu .area-btn {
  margin-bottom: 0;
}

@media all and (max-width: 1024px) {
  .inner-box-w.card .pagination {
    margin-top: 24px;
  }
}
.inner-box-w.card .pagination .page-numList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  padding: 0 5px;
}
.inner-box-w.card .pagination .btn-page,
.inner-box-w.card .pagination .btn-num {
  height: 36px;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.inner-box-w.card .pagination .btn-page a,
.inner-box-w.card .pagination .btn-num a {
  padding: 9px 3px;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.06em;
}
.inner-box-w.card .pagination .btn-page {
  width: 36px;
}
.inner-box-w.card .pagination .btn-page.prev {
  margin-left: 5px;
}
.inner-box-w.card .pagination .btn-page.next {
  margin-right: 5px;
}

.lay-form-conts .wrap-line, .area-survey .wrap-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.area-survey .wrap-line {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-form .has-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 6px;
}
.wrap-form.has-unit {
  position: relative;
}
.wrap-form.has-unit .unit {
  position: absolute;
  top: 50%;
  right: 12px;
  color: #bbb;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.area-search .wrap-form label, .lay-form-conts .wrap-form label {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  color: #666;
  font-family: "default-B";
  font-size: 14px;
}
.pop-conts .area-search .wrap-form label, .pop-conts .lay-form-conts .wrap-form label {
  font-family: "default";
}
.area-search .wrap-form .tit-wrap, .lay-form-conts .wrap-form .tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.area-search .wrap-form .tit-wrap .area-tit, .lay-form-conts .wrap-form .tit-wrap .area-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.area-search .wrap-form .tit-wrap .area-tit .tit, .lay-form-conts .wrap-form .tit-wrap .area-tit .tit {
  display: block;
  width: 100%;
  color: #666;
  font-family: "default-B";
  font-size: 14px;
}
.area-search .wrap-form .tit-wrap .category, .lay-form-conts .wrap-form .tit-wrap .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 8px;
}
@media all and (max-width: 480px) {
  .area-search .wrap-form .tit-wrap, .lay-form-conts .wrap-form .tit-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .area-search .wrap-form .tit-wrap .area-tit, .lay-form-conts .wrap-form .tit-wrap .area-tit {
    width: 100%;
  }
  .area-search .wrap-form .tit-wrap .category, .lay-form-conts .wrap-form .tit-wrap .category {
    width: 100%;
  }
}
.area-search .wrap-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lay-form-conts .wrap-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(50% - 8px);
}
.pop-conts .lay-form-conts .wrap-form {
  width: 100%;
}
@media all and (max-width: 480px) {
  .lay-form-conts .wrap-form {
    width: 100%;
  }
}
.lay-form-conts .wrap-form.tel, .lay-form-conts .wrap-form.email {
  width: 100%;
  gap: 0 16px;
}
@media all and (max-width: 480px) {
  .lay-form-conts .wrap-form.tel, .lay-form-conts .wrap-form.email {
    gap: 0 8px;
  }
}
.lay-form-conts .wrap-form.textarea {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mycourse .wrap-form {
  display: inline-block;
}
.mycourse .wrap-form .form-info-date {
  width: 140px;
  height: 32px;
  margin-bottom: 10px;
  border: none;
  color: #000;
  font-size: 16px;
  font-family: "default-B";
}
.mycourse .wrap-form .form-info-date::after {
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url("/images/2025/ico_cal_line.png") no-repeat center;
  background-size: 32px auto;
}

.form-search-input,
.form-search-select,
.form-info-input,
.form-info-select,
.form-info-date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 14px;
}

.form-search-input,
.form-info-input {
  padding: 0 12px !important;
}
.form-search-input:-moz-read-only, .form-info-input:-moz-read-only {
  background: #f4f4f4;
  color: #bbb;
}
.form-search-input:read-only,
.form-info-input:read-only {
  background: #f4f4f4;
  color: #bbb;
}
.form-search-input[data-unit]::before,
.form-info-input[data-unit]::before {
  content: attr(data-unit);
  display: block;
  font-size: 20px;
  color: red;
}

.wrap-form.tel .form-info-input {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.form-search-select,
.form-info-select {
  position: relative;
  padding: 0 32px 0 12px !important;
  background-image: url("/images/mobile/common/ico_select.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px auto;
}
.form-search-select.readonly,
.form-info-select.readonly {
  background-color: #f4f4f4;
  background-image: url("/images/mobile/common/ico_select_dis.svg");
  color: #bbb;
  pointer-events: none;
}

.wrap-form.tel .form-info-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100px;
}
.category .form-info-select {
  min-width: 120px;
}

.form-info-date {
  position: relative;
  padding: 0 36px 0 12px;
}

.form-info-textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 14px;
}
.pop-conts .form-info-textarea {
  height: 64px;
}

pre.form-info-textarea {
  border: none;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-y: auto;
}
.pop-conts pre.form-info-textarea {
  min-height: 64px;
  height: unset;
  max-height: 120px;
}

.wrap-textarea {
  position: relative;
  padding-bottom: 32px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.wrap-textarea .info {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #666;
  font-family: "inter-B";
  font-size: 10px;
}
.wrap-textarea .form-info-textarea {
  border: none;
}

.label-check.type-col {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.label-check.type-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.label-check.style-number span::before, .label-check.style-number span::after {
  display: none;
}
.label-check.style-number span i {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  color: #999;
  font-size: 11px;
  line-height: 18px;
  font-family: "default";
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.label-check.style-number input:checked + span i {
  border: 2px solid #FF6B00;
  color: #FF6B00;
  font-size: 12px;
  line-height: 16px;
  font-family: "default-B";
}
.label-check label {
  display: inline-block;
  position: relative;
  padding: 2px 0 2px 28px;
  overflow: hidden;
  cursor: pointer;
}
.label-check label span {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.label-check label span::before, .label-check label span::after {
  content: "";
  display: block;
  position: absolute;
}
.label-check label span::before {
  top: 4px;
  left: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
}
.label-check label input {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.label-check label input:checked + span::before {
  border-color: #FF6B00;
  background: #FF6B00;
}
.label-check label input:checked + span::after {
  top: 5px;
  left: 9px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.label-check label input[type=radio] + span::before {
  border-radius: 50%;
}
.label-check label input[type=radio]:checked + span::before {
  border: none;
}
.label-check label input[type=radio]:checked + span::after {
  top: 9px;
  left: 8px;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: unset;
  transform: unset;
}
.area-search.simple-line .label-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  width: 100%;
}

.form-radio.type-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.form-radio.type-btn label {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.form-radio.type-btn label span {
  display: block;
  min-height: 44px;
  height: 100%;
  padding: 14px;
  font-family: "default-B";
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  word-break: break-all;
}
.form-radio.type-btn label input {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.form-radio.type-btn label input:checked + span {
  background: #333;
  color: #fff;
}
.form-radio.type-btn label input:not(:checked) + span {
  background: #fff;
  color: #333;
}
.form-radio.type-btn label input:disabled + span {
  background: #f4f4f4;
  color: #bbb;
}
.pop-default .pop-conts .form-radio.type-btn span {
  min-height: 36px;
  padding: 10px;
}

.form-checkbox {
  padding: 0 !important;
}
.form-checkbox label {
  margin: 0 !important;
  cursor: pointer;
}
.form-checkbox:not(.type-toggle):not(.type-btn) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.form-checkbox:not(.type-toggle):not(.type-btn) span {
  position: relative;
  padding-left: 23px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  word-break: break-all;
}
.form-checkbox:not(.type-toggle):not(.type-btn) span::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
}
.form-checkbox:not(.type-toggle):not(.type-btn) input:checked + span {
  color: #000;
}
.form-checkbox:not(.type-toggle):not(.type-btn) input:checked + span::before {
  border-color: #FF6B00;
  background: #FF6B00;
}
.form-checkbox:not(.type-toggle):not(.type-btn) input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-checkbox:not(.type-toggle):not(.type-btn) input:disabled + span {
  color: #bbb;
}
.form-checkbox:not(.type-toggle):not(.type-btn) input:disabled + span::before {
  border-color: #ddd;
  background: #f4f4f4;
}
.form-checkbox:not(.type-toggle):not(.type-btn) input:disabled + span::after {
  display: none;
}
.form-checkbox.type-toggle {
  display: block;
  position: relative;
  cursor: pointer;
}
.form-checkbox.type-toggle input {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.form-checkbox.type-toggle span {
  display: block;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 46px 4px 0;
}
.form-checkbox.type-toggle span::before, .form-checkbox.type-toggle span::after {
  content: "";
  display: block;
  position: absolute;
}
.form-checkbox.type-toggle span::before {
  top: 0;
  right: 0;
  width: 42px;
  height: 24px;
  border-radius: 12px;
  background: #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-checkbox.type-toggle span::after {
  top: 2px;
  right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-checkbox.type-toggle input:checked + span::before {
  background: #FF6B00;
}
.form-checkbox.type-toggle input:checked + span::after {
  right: 2px;
}
.area-setting-conts dd .form-checkbox.type-toggle span {
  color: #999;
}
.form-checkbox.type-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-checkbox.type-btn label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
}
.form-checkbox.type-btn label:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-checkbox.type-btn label:not(:first-of-type) {
  border-left: none;
}
.form-checkbox.type-btn label:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-checkbox.type-btn label span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  min-height: 44px;
  height: 100%;
  padding: 14px 0;
  background: #e9e9e9;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.form-checkbox.type-btn label input {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.form-checkbox.type-btn label input:checked + span {
  background: #fff;
  color: #FF6B00;
  font-family: "default-B";
}
.form-checkbox.type-line input {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.form-checkbox.type-line input:checked + span {
  background: #fff;
}
.form-checkbox.type-line input:checked + span::before {
  border: 1px solid #FF6B00;
  background: #fff !important;
}
.form-checkbox.type-line input:checked + span::after {
  border-left-color: #FF6B00 !important;
  border-bottom-color: #FF6B00 !important;
}
.lay-setting-fold .form-checkbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.lay-setting-fold.alert .form-checkbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-mycourse .form-checkbox {
  position: absolute;
  right: 12px;
  bottom: 14px;
}
.list-mycourse-detail .detail .form-checkbox span::before {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border-color: #ddd !important;
}
.list-mycourse-detail .detail .form-checkbox span::after {
  top: 9px !important;
  left: 8px !important;
  width: 20px !important;
  height: 9px !important;
}

.table-container .tbl-type-board th,
.table-container .tbl-type-board td {
  min-height: unset;
  height: 48px;
  border-right: none;
  border-left: none;
  font-size: 14px;
}
.table-container .tbl-type-board th {
  color: #999;
}
.table-container .tbl-type-board td {
  color: #000;
}
.table-container.simple {
  border: none;
}
.table-container.simple table {
  width: 100%;
  table-layout: fixed;
}
.table-container.simple th {
  height: unset;
  padding: 0 0 12px;
  border-bottom: 1px solid #000;
  background: none;
}
.table-container.simple td {
  height: 34px;
  border: none;
}
.table-container.simple .date {
  font-size: 12px;
  font-family: "inter";
  color: #999;
}
.table-container.simple .tit {
  width: 100%;
  text-align: left;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tbl-search-result {
  margin-top: 16px;
}
.tbl-search-result th,
.tbl-search-result td {
  text-align: center;
}
.tbl-search-result th strong,
.tbl-search-result td strong {
  color: #000;
  font-family: "default-B";
}
.tbl-search-result thead th {
  padding: 0 10px 10px;
}
.tbl-search-result.simple tbody {
  background: #fff;
}
.tbl-search-result.simple th {
  color: #999;
  font-family: "default";
  font-size: 12px;
}
.tbl-search-result.simple td {
  padding: 6px;
  color: #666;
  font-size: 14px;
}
.tbl-search-result.simple th:first-child,
.tbl-search-result.simple td:first-child {
  padding-left: 12px;
}
.tbl-search-result.simple th:last-child,
.tbl-search-result.simple td:last-child {
  padding-right: 12px;
}
.tbl-search-result.simple tr:first-child td {
  padding-top: 12px;
}
.tbl-search-result.simple tr:last-child td {
  padding-bottom: 12px;
}

.list-pop-authBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.list-pop-authBtn li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-pop-authBtn button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 0 12px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-family: "inter-B";
  font-size: 14px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.list-pop-authBtn button::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: url("/images/2025/ico_pop_auth.png") no-repeat;
  background-size: auto 60px;
}
.list-pop-authBtn button.btn-userAuth-qr::before {
  background-position: 0 0;
}
.list-pop-authBtn button.btn-userAuth-scan::before {
  background-position: -60px 0;
}
.list-pop-authBtn button.btn-userAuth-OTP::before {
  background-position: -120px 0;
}

.list-counsel-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.list-counsel-conts li {
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.list-counsel-conts li .conts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-counsel-conts li .conts-info .user .name {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-family: "default-B";
  word-break: break-all;
  white-space: pre-wrap;
  vertical-align: middle;
}
.list-counsel-conts li .conts-info .user .date {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  color: #999;
  line-height: 16px;
  vertical-align: middle;
}
.list-counsel-conts li .conts-info .user .date::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 1px;
  height: 10px;
  background: #bbb;
}
.list-counsel-conts li .conts-info .category {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  text-align: right;
}
.list-counsel-conts li .conts-info .category span:not(.txt-bul-counsel) {
  display: inline-block;
  color: #bbb;
  font-size: 12px;
  line-height: 16px;
}
.list-counsel-conts li .conts-info .category span:not(.txt-bul-counsel):not(:last-child) {
  position: relative;
  padding-right: 17px;
}
.list-counsel-conts li .conts-info .category span:not(.txt-bul-counsel):not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 1px;
  height: 10px;
  background: #bbb;
}
.list-counsel-conts pre {
  min-height: 70px;
  max-height: 190px;
  margin-top: 8px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-y: auto;
}
.wrap-textarea + .list-counsel-conts {
  margin-top: 8px;
}

.info-counsel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 16px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
.info-counsel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  gap: 12px;
  font-size: 14px;
  line-height: 16px;
}
.info-counsel dt {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  color: #999;
  word-break: break-all;
}
.info-counsel dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  word-break: break-all;
}

.list-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.list-check > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-check dt {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 12px;
}

.list-form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.list-form-radio li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.list-form-radio li .tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3c3c3c;
  font-size: 16px;
  word-break: break-all;
}
.list-form-radio li .form-radio {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

.wrap-list-goods {
  overflow: hidden;
}

.list-goods.type-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.list-goods.type-card li {
  width: 288px !important;
  margin: 0 auto;
  padding: 16px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
.list-goods.type-card li .goods-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.list-goods.type-card li .goods-header .tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 40px;
  color: #000;
  font-family: "default-B";
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.list-goods.type-card li .goods-header .txt-bul {
  display: block;
  word-break: keep-all;
}
.list-goods.type-card li .goods-header .is-subscribed {
  position: absolute;
  bottom: -12px;
  left: 0;
  min-width: 36px;
  padding: 5px 10px;
  border-radius: 12px;
  background: #FF6B00;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-family: "default-B";
  text-align: center;
}
.list-goods.type-card li .goods-header .is-subscribed::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 100%;
  background: #fff;
}
.list-goods.type-card dl.goods-info {
  gap: 4px;
}
.list-goods.type-card dl.goods-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
  border: none !important;
  font-size: 12px;
  line-height: 16px;
}
.list-goods.type-card dl.goods-info dt {
  color: #999;
}
.list-goods.type-card dl.goods-info dd {
  color: #000;
  text-align: right;
}
.list-goods.type-card dl.goods-info .is-expired dt {
  color: #666;
}
.list-goods.type-card dl.goods-info .is-expired dd {
  color: #FF6B00;
}
@media all and (max-width: 480px) {
  .list-goods.type-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
  .list-goods.type-card li {
    width: 256px !important;
  }
}
@media all and (max-width: 376px) {
  .list-goods.type-card li {
    max-width: 256px;
    width: calc(100% - 12px) !important;
  }
}

.list-mycourse {
  max-width: 308px;
  margin: 0 auto 40px;
  text-align: left;
}
.list-mycourse li {
  position: relative;
}
.list-mycourse li .card {
  position: relative;
  padding: 16px 56px 16px 16px;
  border: 1px solid #bbb;
  border-radius: 8px;
  background: #f8f8f8;
}
.list-mycourse li a {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-family: "default-B";
}
.list-mycourse li + li {
  margin-top: 20px;
}
.list-mycourse li .detail {
  margin-top: 20px;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  font-family: "default-B";
}
.list-mycourse li .detail span {
  color: #333;
  font-family: inherit;
}
.list-mycourse li.stat-comp .card {
  border: 2px solid #FF6B00;
  background: rgba(255, 107, 0, 0.05);
}
.list-mycourse li .description {
  margin-top: 2px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.list-mycourse li .description span {
  text-decoration: underline;
}

.list-mycourse-detail,
.list-mycourse-search {
  position: relative;
  margin-bottom: 24px;
}
.list-mycourse-detail li,
.list-mycourse-search li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.list-mycourse-detail li > button,
.list-mycourse-detail li > label,
.list-mycourse-search li > button,
.list-mycourse-search li > label {
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 32px 16px 64px;
  background: transparent;
  text-align: left;
}
.list-mycourse-detail li .thumb,
.list-mycourse-search li .thumb {
  position: absolute;
  top: 16px;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
}
.list-mycourse-detail li .thumb img,
.list-mycourse-search li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.list-mycourse-detail li .thumb p.type,
.list-mycourse-search li .thumb p.type {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: #666;
  color: #eee;
  font-size: 8px;
  font-family: "default-B";
  text-align: center;
  line-height: 18px;
}
.list-mycourse-detail li .info,
.list-mycourse-search li .info {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 56px;
}
.list-mycourse-detail li .tit,
.list-mycourse-search li .tit {
  margin-bottom: 4px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-family: "default-B";
  word-break: break-all;
}
.list-mycourse-detail li .count,
.list-mycourse-search li .count {
  color: #bbb;
  font-size: 12px;
}
.list-mycourse-detail li .count span,
.list-mycourse-search li .count span {
  display: inline;
  color: #000;
  font-family: "default-B";
}
.list-mycourse-detail li.comp .thumb::before,
.list-mycourse-search li.comp .thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #666;
  background: rgba(0, 0, 0, 0.2);
}

.list-mycourse-detail.js-sort button {
  pointer-events: none;
}
.list-mycourse-detail.js-sort li {
  background: #fff;
}
.list-mycourse-detail.js-sort .area-more {
  display: none;
}
.list-mycourse-detail.js-sort .js-sort-handle {
  display: block;
  position: absolute;
  top: 20px;
  right: -12px;
  width: 48px;
  height: 48px;
  background: url("/images/2025/ico-sort-handle.png") no-repeat center;
  background-size: 24px;
  cursor: move;
}
.list-mycourse-detail .js-sort-handle {
  display: none;
}
.list-mycourse-detail .detail {
  display: none;
  padding: 8px 8px 16px;
}
.list-mycourse-detail .detail.toggle {
  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: end;
  -ms-flex-align: end;
  align-items: end;
  width: 100%;
}
.list-mycourse-detail .detail .detail-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 8px;
  max-width: 400px;
  vertical-align: middle;
}
.list-mycourse-detail .detail .detail-form div.detail-row {
  display: grid;
  grid-template-columns: 40px 1fr 1fr 36px;
  gap: 10px 8px;
  overflow: hidden;
}
.list-mycourse-detail .detail .detail-form div.detail-row div.detail-tit {
  color: #666;
  font-size: 14px;
  text-align: center;
}
.list-mycourse-detail .detail .detail-form div.detail-row div:not(.detail-tit) {
  padding: 10px 0;
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
.list-mycourse-detail .detail .detail-form div.detail-row input {
  display: block;
  margin-top: -10px;
  margin-bottom: -10px;
}
.list-mycourse-detail .detail .detail-form div.detail-row input[type=tel] {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  text-align: right;
}
.list-mycourse-detail .detail .detail-form div.detail-row input[type=checkbox] {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.list-mycourse-detail .detail .detail-form div.detail-row .form-checkbox {
  margin-top: -10px;
  margin-bottom: -10px;
  vertical-align: bottom;
}
.list-mycourse-detail .detail .detail-form div.detail-row .form-checkbox label {
  display: inline-block;
  position: relative;
}
.list-mycourse-detail .detail .area-btn {
  margin: 16px 0 0;
  text-align: right;
}
.list-mycourse-detail .detail .area-btn button {
  margin-left: 4px !important;
  padding: 6px 8px;
}

.list-mycourse-search li .form-checkbox,
.list-mycourse-search li .btn-ico {
  position: absolute;
  right: 0;
  width: 24px !important;
  height: 24px;
}
.list-mycourse-search li .form-checkbox {
  gap: 0 !important;
}
.list-mycourse-search li .form-checkbox input {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.list-mycourse-search li .form-checkbox span {
  position: initial;
  height: 24px;
}
.list-mycourse-search li .form-checkbox span::before {
  top: 4px !important;
  left: 4px !important;
}
.list-mycourse-search li .form-checkbox span::after {
  top: 8px !important;
  left: 7px !important;
}
.list-mycourse-search li > label:only-child .form-checkbox {
  top: calc(50% - 12px);
}
.list-mycourse-search li > label:not(:only-child) .form-checkbox {
  top: calc(50% - 26px);
}
.list-mycourse-search li > label:not(:only-child) + .btn-ico {
  top: calc(50% + 2px);
  padding: 0;
}

.list-sidebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
}
.list-sidebtn a,
.list-sidebtn button {
  width: 100%;
}

.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;
}

.inner-box-w.card, .inner-box-w.mycourse {
  padding: 32px 28px;
}
@media all and (max-width: 1024px) {
  .inner-box-w.card, .inner-box-w.mycourse {
    max-width: 100%;
    width: unset;
    margin: 16px;
    padding: 24px 16px;
    border-radius: 16px !important;
  }
}
.inner-box-w.mycourse {
  text-align: center;
}
.inner-box-w.mycourse .nodata {
  margin-bottom: 24px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
.inner-box-w.mycourse .nodata .co-txt-main {
  display: block;
  margin-top: 4px;
  font-family: "default-B";
}
.inner-box-w.user-setting-personal {
  padding: 24px 18px;
}

.lay-form {
  max-width: 496px;
  margin: 0 auto;
}

.lay-form-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.container.ly-mycourse {
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.container.ly-mycourse .content {
  margin: 0 auto;
  padding: 24px 16px;
}
.container.ly-mycourse .content .inner-box-w {
  max-width: 92rem !important;
  margin: 0 auto;
}
.container.ly-mycourse .content .inner-box-w .mycourse.total {
  margin-top: 8px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.container.ly-mycourse .content .inner-box-w .mycourse.total span {
  color: #333;
  font-family: "default-B";
}
.container.ly-mycourse .mycourse-wrapper {
  width: 656px;
  margin: 0 auto;
}
.container.ly-mycourse .mycourse-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  clear: both;
}
.container.ly-mycourse .mycourse-wrapper .mycourse-detail {
  width: 469px;
  float: left;
}
.container.ly-mycourse .mycourse-wrapper .area-btn.size-full {
  display: none;
}
@media all and (max-width: 800px) {
  .container.ly-mycourse .mycourse-wrapper {
    width: 100%;
  }
  .container.ly-mycourse .mycourse-wrapper .mycourse-detail {
    width: 100%;
    float: unset;
  }
  .container.ly-mycourse .mycourse-wrapper .area-btn.size-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.area-sidemenu {
  width: 120px;
  border-radius: 8px;
  float: right;
  background: #f4f4f4;
  overflow: hidden;
}

.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;
  max-height: 45vh;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  overflow-y: auto !important;
}
.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-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
  width: 92rem;
  margin: 0 auto;
}
.area-search .wrap-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 8px;
  width: 140px;
}
.area-search .wrap-line:has(> :nth-child(2)) {
  width: 280px;
}
.area-search .btn-search {
  min-width: 72px;
  width: unset !important;
  height: 44px;
  margin: 0 !important;
  padding: 0 16px;
  border: 1px solid #333;
  background: #fff;
  color: #000;
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  .area-search {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .area-search {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .area-search .wrap-line {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: calc(33% - 4px);
  }
  .area-search .wrap-line button {
    width: unset !important;
  }
  .area-search .wrap-line:has(> :nth-child(2)) {
    width: calc(67% - 4px);
  }
}
@media all and (max-width: 480px) {
  .area-search .wrap-line {
    width: calc(50% - 4px);
  }
  .area-search .wrap-line:has(> :nth-child(2)) {
    width: 100%;
  }
  .area-search .wrap-line:has(> :nth-child(2)):nth-of-type(2n) {
    width: calc(50% - 4px);
  }
}
@media all and (max-width: 376px) {
  .area-search .wrap-line {
    width: 100%;
  }
  .area-search .wrap-line:has(> :nth-child(2)):nth-of-type(2n) {
    width: 100%;
  }
}
.area-search.simple {
  width: 100%;
}
.area-search.simple .wrap-line {
  width: 100%;
}
.area-search.simple-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.area-search.simple-line .wrap-line,
.area-search.simple-line .area-scroll-filter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100% !important;
  padding: 12px;
  border-radius: 4px;
  background: #fff;
}
.area-search.simple-line .wrap-line .tit,
.area-search.simple-line .area-scroll-filter .tit {
  font-size: 12px;
  color: #666;
  font-family: "default";
}
.ly-mycourse .area-search {
  width: unset;
  background: #fff;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.ly-mycourse .area-search .search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 92rem;
  margin: 0 auto;
  padding: 12px 0;
}
@media all and (max-width: 1024px) {
  .ly-mycourse .area-search .search-wrap {
    width: 100%;
  }
}
.ly-mycourse .area-search .wrap-line {
  width: 100% !important;
  padding: 0 12px;
}
.area-search .area-scroll-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 100%;
  padding: 0 0 0 16px;
}
.area-search .area-scroll-filter .tit {
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  padding: 6px 0;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-family: "default-B";
  white-space: nowrap;
}
.area-search .area-scroll-filter .scroll {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 16px 0 0;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.area-search .area-scroll-filter .scroll .swiper-wrapper {
  width: 100%;
}
.area-search .area-scroll-filter .scroll label {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 50px;
  overflow: hidden;
}
.area-search .area-scroll-filter .scroll label span {
  display: block;
  min-width: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #555;
  font-family: "default-B";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.area-search .area-scroll-filter .scroll label input {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.area-search .area-scroll-filter .scroll label input:checked + span {
  border-color: #FF6B00;
  color: #FF6B00;
}

.area-more .btn-ico {
  position: relative;
  width: 24px;
  height: 24px;
  background: transparent;
  z-index: 10;
}
.area-more .btn-ico i {
  display: block;
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 2.5px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999;
}
.area-more .btn-ico i::before, .area-more .btn-ico i::after {
  content: "";
  display: block;
  position: absolute;
}
.area-more .btn-ico i::before, .area-more .btn-ico i::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
}
.area-more .btn-ico i::before {
  left: -7px;
}
.area-more .btn-ico i::after {
  right: -7px;
}
.area-more .ly-more {
  display: none;
  position: absolute;
  top: 26px;
  right: -6px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.area-more .ly-more::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 12px;
  border: solid transparent;
  border-width: 0 6px 10px 6px;
  border-bottom-color: #000;
}
.area-more .ly-more.active {
  display: block;
}
.area-more .ly-more button {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 0 20px;
  color: #fff !important;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.area-more .ly-more button::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/images/2025/ico_moremenu.png") no-repeat;
  background-size: 16px auto;
}
.area-more .ly-more button.edit::before {
  background-position: 0 0;
}
.area-more .ly-more button.del::before {
  background-position: 0 -16px;
}
.area-more .ly-more button.copy::before {
  background-position: 0 -32px;
}
.area-more .ly-more button::after {
  display: none;
}
.area-more .ly-more button + button {
  margin-top: 8px;
}
.list-mycourse .area-more {
  position: absolute;
  top: 6px;
  right: 12px;
}
.list-mycourse-detail .area-more {
  position: absolute;
  top: 32px;
  right: 0;
  width: 24px;
}
.list-mycourse-detail .area-more .btn-ico {
  width: 24px;
  height: 24px;
  padding: 0;
}

.area-survey {
  padding: 0 24px 32px;
  background: #fff;
}
.area-survey .tit-survey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  max-width: 496px;
  margin: 0 auto;
  padding: 24px 10px 0;
  border-radius: 0 0 16px 16px;
  font-family: "default-B";
}
.area-survey .tit-survey h2 {
  position: relative;
  padding-left: 20px;
  color: #000;
  font-size: 20px;
  font-family: "default-B";
  line-height: 28px;
}
.area-survey .tit-survey h2 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 8px;
  text-align: left;
}
.area-survey .tit-survey .step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
.area-survey .tit-survey .step em {
  color: #555;
  font-size: 14px;
}
.area-survey .tit-survey .indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 2px;
  margin: 14px 0 0;
}
.area-survey .tit-survey .indicator span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background: #999;
}
.area-survey .tit-survey .indicator span.on ~ span {
  background: #eee;
}
@media all and (max-width: 600px) {
  .area-survey .tit-survey .indicator {
    margin: 6px 0 0;
  }
}
.area-survey h2.tit-survey {
  display: block;
  text-align: center;
  padding: 24px 10px 18px;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  color: #000;
  font-size: 20px;
  font-family: "default-B";
  line-height: 28px;
}
.area-survey .list-survey {
  position: relative;
  max-width: 496px;
  min-height: 270px;
  margin: 24px auto 0;
  padding-left: 20px;
}
.area-survey .list-survey > li:not(:first-of-type) {
  margin-top: 24px;
}
.area-survey .list-survey p.question {
  position: relative;
  margin-bottom: 12px;
  margin-left: -12px;
  padding-left: 18px;
  color: #000;
  font-family: "default-B";
  font-size: 14px;
  line-height: 20px;
}
.area-survey .list-survey p.question .num {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 12px;
  margin-right: 2px;
  text-align: left;
  font-family: "inter-B";
}
.area-survey .list-survey p.question .description {
  display: block;
  position: relative;
  padding-left: 16px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  font-family: "default";
}
.area-survey .list-survey p.question .description::before {
  content: "";
  display: block;
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.area-survey .list-survey .label-check:not(.type-col):not(.type-row) label + label {
  margin-left: 40px;
}
.area-survey .list-survey .label-check.type-row {
  gap: 10px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.area-survey .list-survey .label-check.type-row label {
  min-width: calc(50% - 20px);
}
.area-survey .list-survey .detail > li {
  position: relative;
  margin-top: 16px;
  padding-left: 14px;
  color: #666;
  font-size: 12px;
  line-height: 20px;
}
.area-survey .list-survey .detail > li::before {
  content: "";
  display: block;
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  font-family: "detault-B";
}
.area-survey .list-survey .detail > li p {
  margin-bottom: 4px;
  color: #555;
  font-family: "default-B";
  font-size: 14px;
  line-height: 20px;
}
.area-survey .list-survey .detail > li strong {
  font-family: "default-B";
}
.area-survey .list-survey .detail > li ul li {
  position: relative;
  padding-left: 11px;
}
.area-survey .list-survey .detail > li ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 2px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #555;
}
.area-survey .list-survey .detail > li ul li + li {
  margin-top: 4px;
}
@media all and (max-width: 600px) {
  .area-survey .list-survey {
    min-height: unset;
  }
  .area-survey .list-survey > li:last-of-type {
    margin-bottom: 80px;
  }
  .area-survey .list-survey > li:last-of-type:has(.detail) {
    margin-bottom: 32px;
  }
}
.area-survey .survey-risk {
  min-height: 220px;
  padding: 24px 0;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.area-survey .survey-risk::before {
  content: "";
  display: block;
  width: 120px;
  height: 60px;
  margin: 0 auto 16px;
  background: url("/images/2025/img-survey-work.png") no-repeat;
  background-size: auto 60px;
}
.area-survey .survey-risk.lv-1::before {
  background-position: 0 0;
}
.area-survey .survey-risk.lv-2::before {
  background-position: -120px 0;
}
.area-survey .survey-risk.lv-3::before {
  background-position: -240px 0;
}
.area-survey .survey-risk.lv-4::before {
  background-position: -360px 0;
}
.area-survey .survey-ability {
  padding: 24px 0;
  text-align: center;
}
.area-survey .survey-ability .info {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.area-survey .survey-ability .info strong {
  display: block;
  font-family: "default-B";
}
.area-survey .survey-ability dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  width: 292px;
  margin: 24px auto 0;
}
.area-survey .survey-ability dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 4px;
  position: relative;
  width: calc(50% - 6px);
  padding: 86px 15px 10px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #f8f8f8;
}
.area-survey .survey-ability dl > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: calc(50% - 21px);
  width: 42px;
  height: 64px;
  background: url("/images/2025/img-survey-ability.png") no-repeat;
  background-size: auto 64px;
}
.area-survey .survey-ability dl > div.lv-1::before {
  background-position: 0 0;
}
.area-survey .survey-ability dl > div.lv-2::before {
  background-position: -42px 0;
}
.area-survey .survey-ability dl > div.lv-3::before {
  background-position: -84px 0;
}
.area-survey .survey-ability dl > div dd {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-family: "default-B";
}
.area-survey .survey-ability dl > div dd::before, .area-survey .survey-ability dl > div dd::after {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.area-survey .survey-ability dl > div dd::before {
  content: "[";
}
.area-survey .survey-ability dl > div dd::after {
  content: "]";
}
.area-survey .survey-ability dl > div dt {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.area-survey .survey-result .info {
  padding: 24px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.area-survey .survey-result .info strong {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: "default-B";
}
.area-survey .survey-result .result {
  max-width: 308px;
  padding: 16px;
  margin: 0 auto;
  border-radius: 8px;
  background: rgba(255, 107, 0, 0.1);
  color: #FF6B00;
  font-family: "default-B";
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.area-survey .survey-result .description {
  margin-top: 8px;
  color: #666;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
.area-survey .area-btn.size-full {
  max-width: 496px;
  margin: 32px auto -8px;
  padding: 24px 16px 0;
}
.area-survey .area-btn.size-full::after {
  display: none;
}
@media all and (max-width: 600px) {
  .area-survey {
    margin: 0 16px 24px;
    padding: 0 24px 24px;
    border-radius: 16px;
  }
  .area-survey + .area-survey {
    margin-top: 24px;
  }
  .area-survey .tit-survey {
    max-width: unset;
    margin-left: -14px;
    margin-right: -14px;
  }
  .area-survey .survey-ability {
    padding-bottom: 0;
  }
  .area-survey .area-btn.size-full {
    max-width: unset;
    margin-left: -24px;
    margin-right: -24px;
    padding: 16px 16px 0;
  }
}
@media all and (max-width: 376px) {
  .area-survey .survey-ability dl {
    width: unset;
  }
}

.area-employee_time-check {
  margin-top: 30px;
}
.area-employee_time-check .tit {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.area-employee_time-check .list-employee_time-check {
  -webkit-columns: auto 2;
  -moz-columns: auto 2;
  columns: auto 2;
  gap: 12px;
  margin: 12px 0 6px;
}
.area-employee_time-check .list-employee_time-check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 12px 24px;
  border: 1px solid;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.05em;
}
.area-employee_time-check .list-employee_time-check li:not(.on) {
  border-color: #eee;
  background: #f8f8f8;
  color: #bbb;
}
.area-employee_time-check .list-employee_time-check li.on {
  border-color: #FF6B00;
  background: rgba(255, 107, 0, 0.03);
  color: #555;
}
.area-employee_time-check .list-employee_time-check li.on .num {
  color: #000;
}
@media all and (max-width: 480px) {
  .area-employee_time-check .list-employee_time-check {
    gap: 8px;
  }
  .area-employee_time-check .list-employee_time-check li {
    padding: 12px 10px;
    letter-spacing: -0.08em;
  }
}
.area-employee_time-check .employee-total {
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  color: #999;
  font-size: 16px;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 24px;
}
.area-employee_time-check .employee-total::before {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url("/images/2025/ico-compcheck.png") no-repeat;
  background-size: 48px auto;
  background-position: 0 0;
  vertical-align: text-bottom;
}
.area-employee_time-check .employee-total.on {
  border-color: #FF6B00;
  color: #FF6B00;
}
.area-employee_time-check .employee-total.on::before {
  background-position: -24px 0;
}

/* 대시보드 등에서 사용하는 js datepicker */
.datepicker-arrow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.datepicker-arrow input {
  position: absolute;
  top: 0;
  left: 32px;
  width: calc(100% - 64px);
  height: 100%;
  background: transparent;
  opacity: 0.01;
  cursor: pointer;
}
.datepicker-arrow input::after {
  display: none !important;
}
.datepicker-arrow input[type=date]::-webkit-calendar-picker-indicator, .datepicker-arrow input[type=week]::-webkit-calendar-picker-indicator, .datepicker-arrow input[type=month]::-webkit-calendar-picker-indicator {
  width: 100%;
  cursor: pointer;
}
.datepicker-arrow input.input--year {
  pointer-events: none;
}
.datepicker-arrow .selected {
  pointer-events: none;
}
.datepicker-arrow .selected p {
  color: #333;
  font-size: 20px;
  font-family: "inter-B";
}
.datepicker-arrow button {
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border: none !important;
  border-radius: 50%;
  background: transparent;
}
.datepicker-arrow button::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.datepicker-arrow button.prev {
  left: 0;
}
.datepicker-arrow button.prev::before {
  left: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.datepicker-arrow button.next {
  right: 0;
}
.datepicker-arrow button.next::before {
  left: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.datepicker-arrow button:disabled {
  background: transparent !important;
}
.datepicker-arrow button:disabled::before {
  border-top-color: #ccc;
  border-right-color: #ccc;
}

/* datepicker-arrow 랑 똑같이 생겼지만 별도 동작하는 다른거 */
/* UFSWCCC14F01 에서 사용 중 */
.date-arrowstyle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.date-arrowstyle input {
  position: absolute;
  top: 0;
  left: 32px;
  width: calc(100% - 64px);
  height: 100%;
  background: transparent;
  opacity: 0.01;
  cursor: pointer;
}
.date-arrowstyle input::after {
  display: none !important;
}
.date-arrowstyle input[type=date]::-webkit-calendar-picker-indicator, .date-arrowstyle input[type=week]::-webkit-calendar-picker-indicator, .date-arrowstyle input[type=month]::-webkit-calendar-picker-indicator {
  width: 100%;
  cursor: pointer;
}
.date-arrowstyle input.input--year {
  pointer-events: none;
}
.date-arrowstyle .selected {
  pointer-events: none;
}
.date-arrowstyle .selected p {
  color: #333;
  font-size: 20px;
  font-family: "inter-B";
}
.date-arrowstyle button {
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border: none !important;
  border-radius: 50%;
  background: transparent;
}
.date-arrowstyle button::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.date-arrowstyle button.prev {
  left: 0;
}
.date-arrowstyle button.prev::before {
  left: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.date-arrowstyle button.next {
  right: 0;
}
.date-arrowstyle button.next::before {
  left: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.date-arrowstyle button:disabled {
  background: transparent !important;
}
.date-arrowstyle button:disabled::before {
  border-top-color: #ccc;
  border-right-color: #ccc;
}

/*
add : 2025-09-03
상품 선택 시 기간선택 가능 한 아이템들 날짜선택 추가
*/
.product_date {
  padding: 12px 22px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
}
.product_date .wrap-form {
  display: block;
  width: 100%;
  overflow: hidden;
}
.product_date .wrap-form label {
  display: block;
  padding: 10px 0;
  float: left;
  color: #787878;
  font-size: 14px;
  line-height: 18px;
}
.product_date .wrap-form .form-info-date {
  width: auto;
  height: 38px;
  float: right;
}
.bascket_data .product_date {
  margin-top: 12px;
  padding: 0;
  border: none;
}

.lay-setting-fold {
  max-width: 360px;
  margin: 0 auto;
}
.lay-setting-fold + .lay-setting-fold {
  margin-top: 12px;
}
.lay-setting-fold .btn-setting-trigger {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 0 12px 48px;
  background: #fff url("/images/2025/ico-user-setting-fold.png") no-repeat center right;
  background-size: 24px auto;
  color: #000;
  font-family: "default-B";
  font-size: 16px;
  text-align: left;
}
.lay-setting-fold .btn-setting-trigger::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 16px;
  width: 24px;
  height: 24px;
  background: url("/images/2025/ico-user-setting.png") no-repeat;
  background-size: auto 24px;
}
.lay-setting-fold .btn-setting-trigger::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 24px;
  background: #FF6B00;
}
.lay-setting-fold .btn-setting-trigger.toggle {
  background-image: url("/images/2025/ico-user-setting-unfold.png");
}
.lay-setting-fold .btn-setting-trigger:not(.toggle) {
  padding-left: 32px;
  pointer-events: all;
}
.lay-setting-fold .btn-setting-trigger:not(.toggle)::before {
  left: 0;
}
.lay-setting-fold .btn-setting-trigger:not(.toggle)::after {
  display: none;
}
@media all and (max-width: 480px) {
  .lay-setting-fold .btn-setting-trigger {
    pointer-events: all;
  }
  .lay-setting-fold .btn-setting-trigger:not(.toggle) {
    padding-left: 32px;
    pointer-events: all;
  }
  .lay-setting-fold .btn-setting-trigger:not(.toggle)::before {
    left: 0;
  }
  .lay-setting-fold .btn-setting-trigger:not(.toggle)::after {
    display: none;
  }
  .lay-setting-fold .btn-setting-trigger:not(.toggle) + .area-setting-conts .wrap-list-goods {
    display: none;
  }
}
.lay-setting-fold .area-setting-conts {
  display: none;
  padding: 16px;
  border-radius: 8px;
  background: #f6f6f6;
}
.lay-setting-fold .area-setting-conts dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.lay-setting-fold .area-setting-conts dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.lay-setting-fold .area-setting-conts dl > div:not(:first-of-type) {
  padding-top: 16px;
  border-top: 1px solid #ddd;
}
.lay-setting-fold .area-setting-conts dl dt {
  color: #000;
}
.lay-setting-fold .area-setting-conts dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
}
.lay-setting-fold .area-setting-conts dl dd > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lay-setting-fold .area-setting-conts dl .tit {
  font-size: 14px;
}
.lay-setting-fold .area-setting-conts dl .info-hasmoney {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding: 16px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
.lay-setting-fold .area-setting-conts dl .info-hasmoney div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 !important;
  border: none !important;
}
.lay-setting-fold .area-setting-conts dl .info-hasmoney div dt,
.lay-setting-fold .area-setting-conts dl .info-hasmoney div dd {
  color: #000;
  font-family: "default-B";
  font-size: 14px;
}
.lay-setting-fold .area-setting-conts dl .info-hasmoney div dt {
  word-break: break-all;
}
.lay-setting-fold .area-setting-conts dl .info-hasmoney div dt span {
  display: block;
  font-family: "default-B";
}
.lay-setting-fold .area-setting-conts dl .form-info-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 160px;
  padding: 0 !important;
  overflow: hidden;
}
.lay-setting-fold .area-setting-conts dl .form-info-input span.unit {
  display: block;
  padding-right: 12px;
  background: #fff;
  color: #bbb;
  font-size: 14px;
  line-height: 42px;
  white-space: nowrap;
}
.lay-setting-fold .area-setting-conts dl .form-info-input input {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  width: auto !important;
  max-width: 80%;
  height: 100%;
  background: #fff;
  color: #333;
  font-size: 14px;
  text-align: right;
}
.lay-setting-fold .area-setting-conts dl .form-info-input input:-moz-read-only {
  background: #f4f4f4;
  color: #bbb;
}
.lay-setting-fold .area-setting-conts dl .form-info-input input:read-only {
  background: #f4f4f4;
  color: #bbb;
}
.lay-setting-fold .area-setting-conts dl .form-info-input input:-moz-read-only + span.unit {
  background: #f4f4f4;
}
.lay-setting-fold .area-setting-conts dl .form-info-input input:read-only + span.unit {
  background: #f4f4f4;
}
@media all and (max-width: 480px) {
  .lay-setting-fold .area-setting-conts {
    display: none;
  }
}
.lay-setting-fold.alert .btn-setting-trigger::before {
  background-position: 0 0;
}
.lay-setting-fold.class .btn-setting-trigger::before {
  background-position: -24px 0;
}
.lay-setting-fold.sound .btn-setting-trigger::before {
  background-position: -48px 0;
}
.lay-setting-fold.guide .btn-setting-trigger::before {
  background-position: -72px 0;
}
.lay-setting-fold.money .btn-setting-trigger::before {
  background-position: -96px 0;
}
@media all and (max-width: 480px) {
  .lay-setting-fold {
    margin-top: 0 !important;
  }
}

.area-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  position: relative;
  max-width: 944px;
  margin: 0 auto;
  padding: 0 24px;
}
@media all and (max-width: 600px) {
  .area-dashboard {
    padding: 0 16px;
  }
}
.area-dashboard .graph-dash-top {
  position: relative;
  min-height: 36px;
  margin-bottom: 16px;
}
.area-dashboard .graph-dash-top::after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 600px) {
  .area-dashboard .graph-dash-top {
    margin-bottom: 0;
  }
}
.area-dashboard .graph-dash-top .path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 3px;
  border-radius: 20px;
  background: #333;
  overflow: hidden;
  z-index: 10;
}
.area-dashboard .graph-dash-top .path button {
  position: relative;
  padding: 0 9px;
  background: transparent;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.area-dashboard .graph-dash-top .path button.active {
  color: #fff;
  font-family: "default-B";
}
.area-dashboard .graph-dash-top .path button + button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: #999;
}
.area-dashboard .graph-dash-top .path p {
  position: relative;
  padding: 0 9px;
  color: #ddd;
  font-size: 14px;
  line-height: 20px;
}
.area-dashboard .graph-dash-top .path p:only-child {
  color: #fff;
  font-family: "default-B";
}
.area-dashboard .graph-dash-top .path p:not(:only-child):last-child {
  color: #fff;
  font-family: "default-B";
}
.area-dashboard .graph-dash-top .path p:not(:only-child):not(:last-child) {
  padding-right: 20px;
}
.area-dashboard .graph-dash-top .path p:not(:only-child):not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 600px) {
  .area-dashboard .graph-dash-top .path {
    position: relative;
    margin-bottom: 6px;
    float: left;
  }
}
.area-dashboard .graph-dash-top .sub {
  float: right;
}
.area-dashboard .graph-dash-top select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 100px;
  height: 36px;
  padding: 0 30px 0 12px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-image: url("/images/mobile/common/ico_select.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px auto;
}
@media all and (max-width: 600px) {
  .area-dashboard .graph-dash-top select {
    margin-bottom: 6px;
  }
}
.area-dashboard .graph-dash-top:has(.area-tooltip) .path {
  margin-right: 34px;
}
.area-dashboard .graph-wrap {
  position: relative;
  margin: 0 -16px;
}
.area-dashboard .graph-wrap .graph-description {
  padding: 0 16px;
  color: #98a3b4;
  text-align: right;
  font-size: 10px;
  z-index: 10;
}
.area-dashboard .graph-wrap .graph-pie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  margin: 0 auto;
  padding-top: 40px;
}
@media all and (max-width: 800px) {
  .area-dashboard .graph-wrap .graph-pie {
    padding-top: 0;
  }
}
.area-dashboard .graph-wrap .graph-pie dl {
  padding-left: 12px;
}
.area-dashboard .graph-wrap .graph-pie dl dt {
  position: relative;
  color: #666;
  font-size: 10px;
  font-family: "default-B";
}
.area-dashboard .graph-wrap .graph-pie dl dt::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: -12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.area-dashboard .graph-wrap .graph-pie dl dd.ratio {
  font-size: 20px;
  font-family: "inter-B";
}
.area-dashboard .graph-wrap .graph-pie dl dd.ratio span {
  font-size: 14px;
}
.area-dashboard .graph-wrap .graph-pie dl dd.value {
  font-family: "inter";
  font-size: 12px;
}
.area-dashboard .graph-wrap .graph-pie dl:first-of-type dt::before {
  background: #7E9AD7;
}
.area-dashboard .graph-wrap .graph-pie dl:first-of-type dd.value {
  text-align: right;
}
.area-dashboard .graph-wrap .graph-pie dl:last-of-type dt::before {
  background: #E47B86;
}
.area-dashboard .graph-wrap .graph-pie canvas {
  display: block;
  width: 166px;
  height: 166px;
}
@media all and (max-width: 376px) {
  .area-dashboard .graph-wrap .graph-pie canvas {
    width: 140px;
    height: 140px;
  }
}
.area-dashboard .graph-wrap .graph-pie .total {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.area-dashboard .graph-wrap .graph-pie .total p {
  color: #000;
  font-size: 20px;
  font-family: "inter-B";
}
.area-dashboard .graph-wrap .graph-pie .total p span {
  font-size: 14px;
  font-family: "default-B";
}
@media all and (max-width: 800px) {
  .area-dashboard .graph-wrap .graph-pie .total {
    top: 50%;
  }
}
.area-dashboard .tit-dashboard {
  position: relative;
  z-index: 5;
}
.area-dashboard .tit-dashboard::after {
  content: "";
  display: block;
  clear: both;
}
.area-dashboard .tit-dashboard:has(.area-tooltip) h2 {
  margin: 0 34px;
}
.area-dashboard .tit-dashboard h2 {
  padding: 6px 0;
  font-size: 20px;
  font-family: "default-B";
  text-align: center;
  line-height: 23px;
}
@media all and (max-width: 600px) {
  .area-dashboard .tit-dashboard h2 {
    text-align: left;
  }
  .area-dashboard .tit-dashboard:has(.area-tooltip) h2 {
    margin-left: 0;
  }
}
.area-dashboard .highlights {
  position: relative;
}
.area-dashboard .highlights::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -24px;
  left: -24px;
  height: 194px;
  border-radius: 16px;
  background: #333;
  z-index: 0;
}
@media all and (max-width: 600px) {
  .area-dashboard .highlights::before {
    right: -16px;
    left: -16px;
  }
}
@media all and (max-width: 800px) {
  .area-dashboard .highlights {
    width: 100%;
  }
  .area-dashboard .highlights::before {
    border-radius: 0;
  }
}
.area-dashboard .highlights .tit-dashboard h2 {
  color: #fff;
  text-align: center;
}
.area-dashboard .highlights .area-btn {
  position: relative;
  width: 100%;
  height: 32px;
  margin-bottom: 0;
}
.area-dashboard .highlights .area-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.area-dashboard .highlights .area-btn .btn-ico-fold {
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
}
.area-dashboard .highlights .area-btn .btn-ico-fold::before, .area-dashboard .highlights .area-btn .btn-ico-fold::after {
  content: "";
  display: block;
  position: absolute;
}
.area-dashboard .highlights .area-btn .btn-ico-fold::before, .area-dashboard .highlights .area-btn .btn-ico-fold::after {
  top: calc(50% - 5px);
  left: calc(50% - 1px);
  width: 2px;
  height: 10px;
  border-radius: 1px;
  background: #fff;
}
.area-dashboard .option-highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 16px 0 8px;
  color: #fff;
  z-index: 1;
}
.area-dashboard .option-highlights .tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.area-dashboard .option-highlights .tit h1 {
  color: #fff;
  font-size: 20px;
  font-family: "inter-B";
}
.area-dashboard .option-highlights .date {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  text-align: center;
}
.area-dashboard .option-highlights .date input {
  position: absolute;
  top: -10px;
  left: 32px;
  width: calc(100% - 64px);
  height: calc(100% + 20px);
  background: transparent;
  z-index: 1;
  opacity: 0.01;
  cursor: pointer;
}
.area-dashboard .option-highlights .date input::after {
  display: none !important;
}
.area-dashboard .option-highlights .date input[type=date]::-webkit-calendar-picker-indicator, .area-dashboard .option-highlights .date input[type=week]::-webkit-calendar-picker-indicator, .area-dashboard .option-highlights .date input[type=month]::-webkit-calendar-picker-indicator {
  width: 100%;
  cursor: pointer;
}
.area-dashboard .option-highlights .date input.input--year {
  pointer-events: none;
}
.area-dashboard .option-highlights .date .selected {
  pointer-events: none;
}
.area-dashboard .option-highlights .date .selected p {
  color: #fff;
  font-size: 20px;
  font-family: "inter-B";
}
.area-dashboard .option-highlights .date .selected p.time {
  color: #bbb;
  font-size: 12px;
  font-family: "inter";
}
.area-dashboard .option-highlights .date .selected p .subtext {
  display: block;
  color: #bbb;
  font-size: 12px;
  font-family: "inter";
}
.area-dashboard .option-highlights .date button {
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border: none !important;
  border-radius: 50%;
  background: #fff;
}
.area-dashboard .option-highlights .date button::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.area-dashboard .option-highlights .date button.prev {
  left: 0;
}
.area-dashboard .option-highlights .date button.prev::before {
  left: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.area-dashboard .option-highlights .date button.next {
  right: 0;
}
.area-dashboard .option-highlights .date button.next::before {
  left: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area-dashboard .option-highlights .date button:disabled {
  background: #666 !important;
}
.area-dashboard .option-highlights .date button:disabled::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.area-dashboard .option-highlights .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.area-dashboard .option-highlights .option button {
  position: relative;
  padding: 0 9px;
  background: transparent;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.area-dashboard .option-highlights .option button.active {
  color: #fff;
  font-family: "default-B";
}
.area-dashboard .option-highlights .option button + button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: #999;
}
@media all and (max-width: 800px) {
  .area-dashboard .option-highlights {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  .area-dashboard .option-highlights .tit {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }
  .area-dashboard .option-highlights .tit h1 {
    font-size: 16px;
  }
  .area-dashboard .option-highlights .option {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }
  .area-dashboard .option-highlights .date {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 240px;
    margin-top: 12px;
  }
}
.area-dashboard .list-highlights {
  width: 100%;
  margin-bottom: 6px;
}
.area-dashboard .list-highlights ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.area-dashboard .list-highlights ul.toggle li:nth-of-type(4) ~ li {
  display: block !important;
}
.area-dashboard .list-highlights ul li {
  position: relative;
  width: calc(25% - 3px);
  min-height: 130px;
  padding: 16px 20px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  background: #fff;
}
.area-dashboard .list-highlights ul li:nth-of-type(4) ~ li {
  display: none;
}
@media all and (max-width: 800px) {
  .area-dashboard .list-highlights ul li {
    width: calc(50% - 2px);
    min-height: 110px;
    padding: 10px 12px 12px;
  }
  .area-dashboard .list-highlights ul li h3 {
    margin-bottom: 8px;
  }
}
.area-dashboard .list-highlights ul h3 {
  position: relative;
  padding: 2px 0;
  margin-bottom: 16px;
  color: #000;
  font-family: "default-B";
  font-size: 14px;
  line-height: 24px;
}
.area-dashboard .list-highlights ul h3:not(:first-child) {
  margin-right: 28px;
}
.area-dashboard .list-highlights ul h3 .area-tooltip {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
.area-dashboard .list-highlights ul h3 .area-tooltip button {
  display: block;
  position: relative;
  top: 0;
}
.area-dashboard .list-highlights ul p {
  margin-bottom: 10px;
  color: #000;
  font-family: "inter-B";
  font-size: 20px;
  white-space: nowrap;
}
.area-dashboard .list-highlights ul p .unit {
  font-size: 16px;
  font-family: "default-B";
}
.area-dashboard .list-highlights ul button.ico-del {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f4f4f4;
}
.area-dashboard .list-highlights ul button.btn-add {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.area-dashboard .list-highlights ul button.btn-add::before, .area-dashboard .list-highlights ul button.btn-add::after {
  content: "";
  display: block;
  position: absolute;
}
.area-dashboard .list-highlights ul button.btn-add::before, .area-dashboard .list-highlights ul button.btn-add::after {
  left: calc(50% - 1px);
  top: calc(50% - 12px);
  width: 3px;
  height: 24px;
  border-radius: 2px;
  background: #bbb;
}
.area-dashboard .list-highlights ul button.btn-add::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.area-dashboard .list-highlights dl.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid #ddd;
}
.area-dashboard .list-highlights dl.sub dt {
  color: #000;
  font-size: 10px;
}
.area-dashboard .list-highlights dl.sub dd {
  position: relative;
  padding-left: 18px;
  font-family: "inter-B";
  font-size: 14px;
  line-height: 18px;
}
.area-dashboard .list-highlights dl.sub dd::before, .area-dashboard .list-highlights dl.sub dd::after {
  content: "";
  display: block;
  position: absolute;
}
.area-dashboard .list-highlights dl.sub dd::before {
  top: 5px;
  left: 7px;
  width: 2px;
  height: 10px;
}
.area-dashboard .list-highlights dl.sub dd::after {
  width: 7px;
  height: 7px;
}
.area-dashboard .list-highlights dl.sub dd.up {
  color: #FF6B00;
}
.area-dashboard .list-highlights dl.sub dd.up::before {
  background: #FF6B00;
}
.area-dashboard .list-highlights dl.sub dd.up::after {
  top: 5px;
  left: 4px;
  border-top: 2px solid #FF6B00;
  border-right: 2px solid #FF6B00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.area-dashboard .list-highlights dl.sub dd.down {
  color: #2692ED;
}
.area-dashboard .list-highlights dl.sub dd.down::before {
  background: #2692ED;
}
.area-dashboard .list-highlights dl.sub dd.down::after {
  top: 7px;
  left: 5px;
  border-top: 2px solid #2692ED;
  border-right: 2px solid #2692ED;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.area-dashboard .list-highlights dl.sub dd.same {
  padding-left: 0;
  color: #999;
}
.area-dashboard .list-highlights dl.sub dd.same::before, .area-dashboard .list-highlights dl.sub dd.same::after {
  display: none;
}
.area-dashboard .wrap-dash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 4px;
}
.area-dashboard .wrap-dash.highlights {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  background: transparent;
}
.area-dashboard .wrap-dash.highlights .area-graph-dash {
  width: 100%;
}
.area-dashboard .wrap-dash.area-sales {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: -20px;
  gap: 12px;
}
@media all and (max-width: 800px) {
  .area-dashboard .wrap-dash.area-sales {
    gap: 4px;
  }
}
.area-dashboard .wrap-dash.area-sales .area-graph-dash {
  width: 100%;
}
.area-dashboard .wrap-dash.area-machine .graph-description {
  text-align: left;
}
.area-dashboard .area-graph-dash {
  width: calc(50% - 2px);
  padding: 16px;
  border-radius: 16px;
  background: #fff;
}
@media all and (max-width: 800px) {
  .area-dashboard .area-graph-dash {
    width: 100%;
  }
}
.area-dashboard .area-graph-dash .graph-echart {
  width: 100%;
}

.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;
  margin: 0 !important;
  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, .pop-slide.is-app .area-otpform {
  margin-top: 30px;
}

.pop-roundcard {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  z-index: 200;
}

.pop-action {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.3);
  z-index: 200;
}
.pop-action .pop-action-conts {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 264px;
  max-width: 100%;
  padding: 12px 12px 28px;
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #F0F2F4;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop-action .pop-action-conts .btn-pop-close {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #333;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.pop-action .pop-action-conts .btn-pop-close::before, .pop-action .pop-action-conts .btn-pop-close::after {
  content: "";
  display: block;
  position: absolute;
}
.pop-action .pop-action-conts .btn-pop-close::before, .pop-action .pop-action-conts .btn-pop-close::after {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 1px);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.pop-action .pop-action-conts .btn-pop-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pop-action .pop-action-conts .btn-pop-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pop-default {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 200;
}
.pop-default .pop-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90vh;
  border-radius: 8px;
  background: #F7F8FA;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.pop-default .pop-body.size-small {
  max-width: 340px;
  width: calc(100% - 40px);
}
.pop-default .pop-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 16px;
  background: #fff;
}
.pop-default .pop-header h2 {
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-family: "default-B";
  word-break: break-all;
}
.pop-default .pop-header:has(.description) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pop-default .pop-header .description {
  color: #666;
  font-size: 12px;
  text-align: center;
}
.pop-default .pop-header.has-close {
  padding-left: 42px;
  padding-right: 42px;
}
.pop-default .pop-header .btn-pop-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: transparent;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.pop-default .pop-header .btn-pop-close::before, .pop-default .pop-header .btn-pop-close::after {
  content: "";
  display: block;
  position: absolute;
}
.pop-default .pop-header .btn-pop-close::before, .pop-default .pop-header .btn-pop-close::after {
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 1px);
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #999;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.pop-default .pop-header .btn-pop-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pop-default .pop-header .btn-pop-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pop-default .pop-conts {
  padding: 16px;
  overflow-y: auto;
}
.pop-default .pop-conts.sub {
  background: #fff;
}
.pop-default .pop-area-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pop-default.alert .pop-conts {
  padding: 40px 16px;
  border-top: 1px solid #ddd;
  background: #fff;
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

.toastWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
.toastWrap .toast {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  max-width: 400px;
  padding: 20px;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-family: "default-B";
  font-size: 16px;
  line-height: 20px;
  word-break: break-all;
}
.toastWrap .toast .ico {
  display: inline-block;
  width: 20px;
  min-width: unset;
  height: 20px;
}

.pop-cardlist {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.3);
  z-index: 200;
}
.pop-cardlist .pop-cardlist-conts {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 264px;
  max-width: 100%;
  padding: 12px 12px 28px;
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #F0F2F4;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop-cardlist .pop-cardlist-conts .btn-pop-close {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #333;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.pop-cardlist .pop-cardlist-conts .btn-pop-close::before, .pop-cardlist .pop-cardlist-conts .btn-pop-close::after {
  content: "";
  display: block;
  position: absolute;
}
.pop-cardlist .pop-cardlist-conts .btn-pop-close::before, .pop-cardlist .pop-cardlist-conts .btn-pop-close::after {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 1px);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.pop-cardlist .pop-cardlist-conts .btn-pop-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pop-cardlist .pop-cardlist-conts .btn-pop-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pop-cardlist .cardlist {
  display: block;
  padding: 4px 4px 8px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.pop-cardlist .cardlist li {
  display: inline-block;
  width: 112px;
  height: 100%;
  padding: 16px 12px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  white-space: wrap;
}
.pop-cardlist .cardlist li + li {
  margin-left: 5px;
}
.pop-cardlist .cardlist li:only-child {
  width: 100%;
}
.pop-cardlist .cardlist li strong.ico {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 18px 0;
  border-radius: 50%;
  background: #eee;
}
.pop-cardlist .cardlist li strong.ico::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url("/images/2025/ico-pop-cardlist.png") no-repeat;
  background-size: 240px auto;
}
.pop-cardlist .cardlist li strong.ico.ico-terminal::before {
  background-position: 0 0;
}
.pop-cardlist .cardlist li strong.ico.ico-pos::before {
  background-position: -24px 0;
}
.pop-cardlist .cardlist li p {
  height: 32px;
  margin: 4px 0;
  color: #000;
  font-family: "default";
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pop-cardlist .cardlist li button {
  display: inline-block;
  min-width: 72px;
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  background: #FF6B00;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}
.pop-cardlist .cardlist li button.active {
  background: #ff6b00;
}
.pop-cardlist .cardlist li button.disabled {
  background: #ddd;
  color: #999;
  pointer-events: none;
}

.area-tooltip {
  position: relative;
}

.tooltip-box {
  display: none;
  position: absolute;
  max-width: 327px;
  max-height: 70vh;
  margin-left: -8px;
  padding: 30px 16px 24px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.tooltip-box.toggle {
  display: block;
}
.tooltip-box::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 15px;
  width: 1px;
  height: 1px;
  border: solid transparent;
  border-width: 0 6px 9px 6px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.tooltip-box .btn-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  background: transparent;
}
.tooltip-box .btn-close::before, .tooltip-box .btn-close::after {
  content: "";
  display: block;
  position: absolute;
}
.tooltip-box .btn-close::before, .tooltip-box .btn-close::after {
  width: 2px;
  height: 15px;
  border-radius: 1px;
  background: #ddd;
}
.tooltip-box .btn-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tooltip-box .btn-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-tooltip {
  color: #fff;
}
.list-tooltip li {
  position: relative;
  padding: 0 0 0 8px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.05px;
}
.list-tooltip li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
}
.list-tooltip li:not(:first-of-type) {
  margin-top: 20px;
}
.list-tooltip li strong {
  font-weight: bold;
}

p.txt-tooltip {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.05px;
}

.pop-tooltip {
  display: none;
  position: absolute;
  max-width: 327px;
  max-height: 70vh;
  margin-right: 16px;
  padding: 30px 16px 24px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.pop-tooltip.active {
  display: block;
  width: 320px;
  z-index: 100;
}
@media all and (max-width: 376px) {
  .pop-tooltip.active {
    width: calc(100% - 32px);
  }
}
.pop-tooltip .tooltip-arrow {
  position: absolute;
  top: -8px;
  width: 1px;
  height: 1px;
  border: solid transparent;
  border-width: 0 6px 9px 6px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.pop-tooltip .btn-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  background: transparent;
}
.pop-tooltip .btn-close::before, .pop-tooltip .btn-close::after {
  content: "";
  display: block;
  position: absolute;
}
.pop-tooltip .btn-close::before, .pop-tooltip .btn-close::after {
  width: 2px;
  height: 15px;
  border-radius: 1px;
  background: #ddd;
}
.pop-tooltip .btn-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pop-tooltip .btn-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* pull to refresh 차단 */
html {
  overscroll-behavior-y: none;
}