/* 헤더 */
.header-wrap {
  width: 100%;
  max-width: 800px;
  height: 52px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0px 20px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  /* box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1); */
}

.header-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(.5);
  background: #dadde0;
}

.header-logo img {
  height: 28px;
}

.header-back {
  display: flex;
  align-items: center;
}

.header-close-btn {
  position: absolute;
  top: 17px;
  right: 20px;
}

.market-header .market {
  display: flex;
  gap: 16px;
}

/* 입력폼 */
.mobile-page__contents .form-wrap {
  margin-bottom: 0;
  width: 100%;
}

.form-wrap label {
  display: block;
  margin-bottom: 12px;
  font-size: .875rem;
  font-weight: 700;
}

.form-wrap select, .form-wrap input:not(.option-group input, [type="checkbox"]), .form-wrap input[type="number"], .form-wrap input[type="date"], .form-wrap input[type="time"] {
  min-width: 120px;
  /* max-width: 400px; */
  height: 40px;
  /* margin-bottom: 20px; */
}

.form-wrap th, .form-wrap td {
  display: block;
  text-align: left;
}

.form-wrap tr {
  display: block;
  margin-bottom: 16px;
}

input:not(.option-group input, [type="checkbox"]), input[type="number"], input[type="date"], input[type="month"], input[type="time"], select, textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="checkbox"] {
  border-color: #ddd;
  outline: #ddd;
}

textarea {
  height: 100px;
  padding: 16px !important;
}

textarea::placeholder {
  font-size: 13px;
  line-height: 20px;
  color: #A6A6A6;
}

textarea.h200 {
  height: 200px !important;
}

textarea.h300 {
  height: 300px !important;
}

input:disabled, select:disabled {
  background: #eee !important;
}

.form-wrap .message_container {
  position: relative;
}

.form-wrap .message_container textarea {
  height: 200px;
}

.form-wrap .char_counter {
  position: absolute;
  right: 8px;
  bottom: 16px;
  font-size: .75rem;
  color: #939396;
}

.form-wrap select {
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
}

.form-wrap textarea {
  resize: none;
  height: 80px;
}

.form-wrap>.form-box {
  margin-top: 20px;
}

/* 주소레이어 */
#addressWrap {
  display: none;
  position: relative;
  width: 100%;
  height: 300px;
  margin: 5px 0;
  border: 1px solid #333;
}

.add-post input, .add-post select, .add-post textarea {
  margin-bottom: 20px;
}

.add-menu input:not(.service-name input, [type="checkbox"]), .add-menu select, .add-menu textarea {
  margin-bottom: 20px;
}

.options-header {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 700;
}

.options-header p span {
  font-size: 0.875rem;
  font-weight: normal;
}

#option-group-container {
  width: 100%;
}

.option-group {
  width: 100%;
  gap: 16px;
}

.option-group .quantity-controls input[type="number"] {
  width: 32px;
  min-width: 32px;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  border: none;
  background: none;
}

.option-group .option-price input[type="number"] {
  min-width: 120px;
  margin: 0 !important;
}

.option-group input[type="text"] {
  margin-bottom: 12px;
  flex: 1;
  background: #fff;
  width: 100%;
  max-width: 400px;
  height: 40px;
  padding: 8px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}

.add-option {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.options-container_wrap {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px 16px;
  background: #eee;
}

#options-container {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px 16px;
  margin-bottom: 20px;
  background: #eee;
}

.quantity-controls, .option-price {
  height: 40px;
  margin-bottom: 20px;
}

.quantity-controls button {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: none;
  font-size: 18px;
}

.option-price input {
  background-color: #fff;
}

#options-container .add-button {
  position: static;
}

.photo-upload {
  margin-bottom: 20px;
  border: 1px dashed #ddd;
  border-radius: 6px;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* 공통 레이아웃 */
main {
  max-width: 800px;
  margin: 0 auto;
}

.mobile-page__contents-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 52px;
  /* padding-bottom: 70px; */
  overflow: hidden;
}

.mobile-page__contents {
  margin-bottom: 84px;
  padding: 32px 20px;
}

.mobile-page__content {
  width: 100%;
  margin-bottom: 32px;
}

.mobile-page__input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.mobile-page__input label:not(.file-upload-box, .file-label) {
  display: inline-block;
  width: 80px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: left;
  flex-shrink: 0;
}

.mobile-page__input>div {
  width: 100%;
}

.mobile-page__input .des {
  margin-left: 8px;
}

.mobile-page__input .post {
  width: 100%;
}

.mobile-page__input .post button {
  width: 72%;
  height: 40px;
  margin-left: 8px;
  white-space: nowrap;
}

.mobile-page__input input, .mobile-page__input select {
  width: 100%;
  height: 40px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}

.mobile-page__input span:not(.des) {
  width: 100%;
  height: 24px;
  line-height: 24px;
}

.input-calc {
  width: 100%;
  gap: 12px;
}

.input-calc div:first-child {
  width: 60%;
}

.input-calc div:last-child {
  width: 35%;
}

.gray-round {
  position: relative;
  padding: 32px 24px;
  background-color: #f6f6f6;
  border-radius: 16px;
}

.white-round {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
}

.blue-round {
  margin-bottom: 12px;
  padding: 20px;
  background-color: var(--color--sub);
  border-radius: 16px;
}

.blue_btn i, .navy_btn i, .navy_btn_s i, .blue-round p, .blue-round span {
  color: #fff;
}

.gradient {
  background: linear-gradient(90deg, rgba(0, 163, 255, 1) 0%, rgba(0, 98, 153, 1) 100%);
  color: white;
  padding: 20px;
  border-radius: 16px;
  font-weight: 600;
  line-height: 20px;
}

.price:not(.pay_info .price) {
  width: 100%;
  height: 40px;
  background: #eee;
  color: var(--color--main);
  font-weight: bold;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 20px;
}

.service-name {
  margin: 0;
  flex: 1;
}

.service-name input {
  background: #fff !important;
}

.toggle-btn {
  width: 40px;
  height: 40px;
}

.mobile-page__content.slider_wrap {
  margin: 0 0 32px 0;
}

.mobile-page__content-title {
  margin-bottom: 16px;
}

.img-box {
  border-radius: 16px;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.add-button {
  position: absolute;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--color--main);
}

.del-button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background-color: #e13d2d;
}

.add-doc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: var(--color--main);
  position: fixed;
  bottom: 84px;
  right: 20px;
}

.box-wrap {
  gap: 8px;
  margin-bottom: 20px;
}

.blue-box {
  position: relative;
  background-color: var(--color--sub);
  padding: 20px 24px;
  border-radius: 5px;
  text-align: center;
}

.blue-box div, .blue-box h2, .blue-box span, .gray-box div {
  width: 100%;
  color: #fff;
  line-height: 20px;
}

.blue-box-divider {
  gap: 40px;
}

.blue-box-divider::after {
  content: '';
  width: 2px;
  height: 70%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.gray-box {
  background-color: #ddd;
  padding: 20px 24px;
  border-radius: 5px;
  text-align: center;
}

.line-box {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 16px;
}

.line-box.card-blue {
  border-left: 5px solid;
  border-left-color: #D9EFFF;
}

.line-box.card-green {
  border-left: 5px solid;
  border-left-color: #C2FFEF;
}

.line-box.card-pink {
  border-left: 5px solid;
  border-left-color: #FFD3E7;
}

.line-box .card-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 12px;
}

.line-box .more-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
}

.line-box .detail-button {
  display: none;
  position: absolute;
  top: 32px;
  right: 10px;
  background-color: #eee;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  margin-top: 10px;
  text-align: center;
  color: #666;
  cursor: pointer;
}

.line-box .detail-button.on {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blank-screen {
  width: calc(100% - 40px);
  height: calc(100vh - 170px);
  margin: 76px 20px 70px 20px;
  border-radius: 16px;
  background: #eee;
}

.full-screen {
  width: calc(100% - 40px);
  height: calc(100vh - 171px);
  margin: 84px 20px 87px 20px;
}

.b-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.b-gray {
  background: #f4f4f4;
}

/* 뱃지 */
.badge {
  display: inline-block;
  padding: 0 6px;
  background-color: #eee;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  flex-shrink: 0;
}

.badge-gray {
  background: #656464;
}

.badge-point {
  background: var(--color--main);
}

.badge-blue {
  background: var(--color--main);
}

.badge-green {
  background: #03C75A;
}

.badge-pink {
  background: #E65656;
}

.add-button i {
  color: #fff;
}

/* 토글버튼 */
.toggle-container {
  display: flex;
  align-items: center;
  border-radius: 30px;
  font-size: 16px;
  width: fit-content;
}

.toggle-switch {
  position: relative;
  width: 48px;
  height: 24px;
  margin-left: 10px;
  background-color: #eee;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.toggle-switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.toggle-switch.on {
  background-color: #eee;
}

.toggle-switch.on::before {
  background-color: var(--color--main);
  transform: translateX(24px);
}

/* 프로필 이미지 */
.profile-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.profile-img img {
  border: 3px solid var(--color--main);
}

.profile-img .plus-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ddd;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 24px;
}

.profile-img .plus-icon i {
  color: #333;
}

/* 검색창 */
.search-button {
  padding: 0 8px;
  border: 1px solid #ddd;
}

.search-input {
  width: 100%;
  padding-left: 12px !important;
  border-right: none !important;
  border-radius: 6px 0 0 6px !important;
  background: #fff;
  caret-color: var(--color--main);
  outline: none;
}

.search-button {
  border-left: none;
  border-radius: 0 6px 6px 0;
  background-color: #fff;
}

/* 서명 */
.sign-box {
  width: 100%;
  height: 160px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.sign-txt {
  color: #999;
  line-height: 28px;
}

.sign-txt input {
  height: 28px !important;
}

/* 뷰티스트 */
.beautician-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

/* .beautician-list>div:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
} */

.beautician-item select {
  max-width: 100px;
}

.beautician-photo {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  margin-right: 10px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.beautician-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 4px;
}

.beautician-info span {
  font-size: 16px;
}

.beautician-info small {
  font-size: 12px;
  color: #999;
}

.beautist-info>div {
  width: 100%;
}

.beautist-info .btn-wrap-type01 {
  padding: 10px 0 20px 0;
}

.beautician-info-btn .blue-btn {
  max-height: none;
  text-align-last: left;
  font-size: .875rem;
}

.beautist-recordcard .beautician-item {
  margin-bottom: 20px;
}

.beautist-setting .dropdown {
  display: inline-block;
  position: relative;
}

.beautist-setting .dropdown select {
  min-width: 100px;
  border: none;
  background-color: #D9EFFF;
  cursor: pointer;
}

.beautist-setting .section {
  width: 100%;
  margin-top: 20px;
}

.beautist-setting .section h3 {
  padding-bottom: 12px;
}

.beautist-setting .beautist-setting .section ul {
  list-style: none;
  padding: 0;
}

.beautist-setting .section ul {
  margin-left: 20px;
}

.beautist-setting .section ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.beautist-setting .section ul li span {
  font-size: .875rem;
}

/* 시술메뉴 */
.edit-btn-wrap {
  display: flex;
  height: 100%;
  flex-shrink: 0;
}

.edit-btn-wrap button {
  background: none;
  border: none;
  padding: 8px 10px;
}

.edit-btn-wrap i {
  font-size: 1rem;
}

.service-menu .cate-tab {
  gap: 8px;
  margin-bottom: 1.25rem;
}

.service-menu .cate-tab li {
  background: #eee;
  color: #333;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.service-menu .cate-tab li.on {
  background: var(--color--main);
  color: #fff;
}

.service-menu .price-list {
  gap: 20px;
}

.service-menu .price-list li {
  height: 84px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.service-menu .price-list li input {
  margin-right: 12px;
}

.service-menu .price-list li input:checked+li {
  background: #EFF5FF;
}

.service-menu .price-list li img {
  width: 84px;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

.service-menu .price-list .price-list-detail {
  height: 100%;
  margin-left: 8px;
}

.service-menu .price-list-detail {
  width: calc(100% - 164px);
  flex: 1;
}

.service-menu .price-list-detail>span {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 600;
}

.service-menu .price-list .price-time {
  display: flex;
  align-items: center;
}

.service-menu .price-list .badge {
  display: inline-block;
  margin: 8px 0 0 0;
}

.service-menu .price-list-detail span:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 4px;
}

.service-menu .price-list-detail .price-time {
  color: #ccc;
  font-weight: normal;
  margin-left: 4px;
}

.treatment-info p {
  margin-bottom: 20px;
  font-weight: 700;
}

/* 서류목록 */
.doc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.doc-list li {
  padding: 24px;
  background: #f6f6f6;
  border-radius: 12px;
}

/* 예약등록 */
.reservation-register .member {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.reservation-register .member .name {
  gap: 8px;
  margin-bottom: 8px;
}

.reservation-register .info-detail {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.reservation-register .services label {
  display: flex;
  border-bottom: 1px solid var(--color--main);
  padding: 10px 0;
  margin-bottom: 15px;
}

.reservation-register .service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: small;
}

.reservation-register .service button {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  padding: inherit;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.member-list ul {
  margin-top: 20px;
}

.member-list li>div {
  padding: 20px 0;
}

.member-list li div {
  gap: 8px;
}

.member-list .btn-wrap {
  width: 100%;
  padding: 20px;
  position: fixed;
  bottom: 0px;
  z-index: 9;
  background: #fff;
  margin-left: -20px;
}

/* 예약상세 */
.reservation-detail {
  margin-top: 20px
}

.detail-box {
  gap: 12px;
  margin-bottom: 20px;
}

.blue-dot-title {
  position: relative;
  margin-left: 24px;
}

.blue-dot-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  background: var(--color--main);
  border-radius: 50%;
}

.cumulative-box ul {
  margin-top: 12px;
  gap: 8px;
}

.cumulative-box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  background: #fafafa;
  font-size: .875rem;
}

.cumulative-box .blue-box {
  margin: 8px 0 12px 0;
  color: #fff;
}

.detail-box .content {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  background: #fafafa;
}

.detail-box .content>div:not(:last-child) {
  margin-bottom: 12px;
}

.detail-box .label {
  font-weight: 600;
  text-indent: 16px;
  color: var(--color--main);
}

.detail-box .service-item div div {
  margin-left: 20px;
  color: #ccc;
  margin-bottom: 8px;
}

.detail-box .highlight {
  color: #ccc;
}

.detail-box .total {
  color: red;
  font-weight: bold;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 12px 0;
}

.horizontal-divider {
  background-color: #333;
  height: 1px;
  opacity: 0.08;
  position: relative;
  margin: 16px 0;
}

/* 고객정보 탭메뉴 */
.blue-select {
  width: auto;
  min-width: fit-content;
  height: 40px;
  /* margin: 8px 0 20px 8px; */
  background: #FFF1EE;
  border: none;
  border-radius: 6px;
  outline: none;
}

.member-detail .tab-menu {
  display: flex;
  justify-content: space-around;
  gap: 0;
  margin-bottom: 20px;
  padding: 0;
}

.member-detail .tab-menu button {
  position: relative;
  width: 100%;
  background: none;
  font-weight: 600;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.member-detail .tab-menu button.on::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: var(--color--main);
}

.member-detail .tab-content {
  display: none;
}

.member-detail .tab-content.on {
  display: block;
}

.member-detail .tab-content>p {
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.member-detail .tab-content>p:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.member-detail .tab-content>p span {
  font-size: .875rem;
  color: #666;
  font-weight: normal;
}

.member-detail .tab-content>p textarea {
  margin-top: 12px;
  height: 80px;
}

.tab-con {
  display: none;
  flex-direction: column;
  gap: 24px;
}

.tab-con.on {
  display: flex;
}

.reservation-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.member-class ul {
  margin-top: 20px;
}

.member-class li {
  margin-bottom: 20px;
  padding-left: 16px;
  color: #BEBEBE;
}

/* 탭메뉴 */
.nav-container {
  width: 100%;
  max-width: 800px;
  height: auto;
  position: fixed;
  background: #fff;
  z-index: 2;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.tab-menu {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding: 0 20px;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab-menu::-webkit-scrollbar {
  display: none;
}

.tab-menu p {
  position: relative;
  padding: 12px 0;
  color: #AAAAAA;
}

.tab-menu p.on {
  color: var(--color--main);
  font-weight: 700;
}

.tab-menu p.on::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color--main);
}

.tab-content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
}

.tab-content {
  display: none;
  flex-direction: column;
  gap: 24px;
}

.tab-content.on {
  display: flex;
}

/* 카테고리 추가 */
.add-category {
  position: relative;
  margin: 12px 0;
}

.add-category input {
  width: 100%;
  padding: 16px;
  border: none;
  background-color: #ddd;
  border-radius: 4px;
}

#addCategoryBtn {
  position: absolute;
  right: 16px;
}

#categoryList li {
  padding: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}

/* 봉사료 */
.payment-card {
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: .875rem;
}

.payment-card .flex {
  gap: 8px;
}

.payment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 8px;
}

.payment-details {
  font-size: 14px;
  margin-bottom: 10px;
}

.payment-details span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.payment-details>span>span {
  text-align: right;
}

.payment-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.payment-card button {
  border: none;
  background: none;
  padding: 0;
  color: var(--color--main);
  font-weight: 600;
  font-size: 14px;
}

.payment-links span {
  color: var(--color--main);
  font-weight: 600;
  font-size: 14px;
}

.back-btn {
  position: absolute;
  left: -7px;
  top: 0;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

#store-registration .dark-blue-button {
  background-color: #001a5e;
  color: white;
  width: 100%;
  height: auto;
  margin: 0 2rem;
}

#store-registration .m-t-5 {
  margin-top: 3rem;
}

#store-registration button {
  width: 8rem;
  height: 8rem;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  font: inherit;
  line-height: normal;
}

#store-registration.container {
  text-align: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  justify-content: normal;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
}

#store-registration .description {
  font-size: 16px;
  color: black;
  margin-top: 1rem;
  margin-bottom: 5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}

#store-registration .button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#store-registration .mobile-page__contents-wrap {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}

.full-screen img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.full-screen .profile-names {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.full-screen .profile-names p {
  margin: 0 5px;
}

.full-screen .profile-names p.separator {
  color: #888;
}

/* 테이블 */
.table {
  width: 100%;
  display: inline-table;
}

.table thead tr {
  border-bottom: 1px solid #ccc;
}

.table th, .table td {
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.table th {
  background: #f0f0f0;
}

.table .total td {
  background: #FFF1EE;
}

.table .total td:first-child {
  background: var(--color--sub);
  color: #fff;
}

.table-btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.table-btn-wrap button {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.table-btn-wrap button.on {
  color: #fff;
  background: var(--color--sub);
  border: 1px solid var(--color--sub);
}

.table-line-btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.table-line-btn-wrap .tab-button {
  padding: 16px 0;
  color: #AAAAAA;
  font-size: 14px;
}

.table-line-btn-wrap .tab-button.on {
  color: #333;
  font-weight: 700;
}

.table-btn-wrap .tab-button {
  width: calc(100% / 4 - 8px)
}

.table .thumbnail img {
  width: 52px;
  height: 52px;
  object-fit: cover;
}

.table-checkbox {
  display: flex;
  gap: 12px;
}

.table-checkbox .checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.table-checkbox [type="checkbox"] {
  appearance: none;
  background-color: #fff;
  background-clip: content-box;
  width: 16px;
  height: 16px;
  border: 1px solid #e9e9ec;
  border-radius: 4px;
  margin-right: 4px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.table-checkbox [type="checkbox"]:checked {
  border-color: var(--color--sub);
  background-color: var(--color--sub);
}

.table-checkbox [type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.table-checkbox label {
  font-size: .875rem;
}

/* 리스트 레이아웃 */
.list-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.list-wrap .list-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.list-wrap .list-item::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(.5);
  background: #e9e9ec;
}

.list-wrap .list-img {
  width: 104px;
  height: 104px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.list-wrap .list-img .badge {
  top: 4px;
  left: 4px;
}

.list-wrap .list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-wrap .list-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.list-wrap .list-title {
  font-weight: 600;
}

.list-wrap .list-price {
  font-weight: 600;
}

.list-wrap .edit-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.list-wrap .edit-btn img {
  width: 20px;
}

/* select + date layout */
@media (max-width: 472px) {
  .w-s-s-d-wrap {
    flex-wrap: wrap;
  }

  .w-s-s-d-wrap .blue-select {
    width: 100% !important;
  }
}

/* 판매관리 */
main[data-page="selling-management"] .swiper {
  overflow: visible !important;
}

main[data-page="selling-management"] .swiper .swiper-horizontal>.swiper-pagination-bullets, main[data-page="selling-management"] .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: -35px !important;
  left: 45% !important;
  z-index: -1;
}

main[data-page="selling-management"] .swiper .swiper-pagination-bullet-active {
  background: var(--color--sub);
}

.order-swiper .swiper-slide {
  display: flex;
  gap: 8px;
  background: #F6F6F6;
  border-radius: 6px;
  padding: 16px;
}

.order-swiper .swiper-slide img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

.sellingChart-section {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}

.sellingChart-container {
  position: relative;
  width: 50%;
  height: 200px;
}

.sellingChart-legend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  gap: 0.5rem;
}

.sellingChart-legend .legend-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #7a7a7a;
  font-size: 14px;
  text-align: center;
  z-index: -1;
}

.center-text span {
  display: inline-block;
  margin-top: 4px;
  color: var(--color--main);
  font-size: 22px;
  font-weight: bold;
}

/* 예약캘린더 */
.calendar-nav {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin-top: 52px;
  width: 100%;
}

.calendar-nav .tab {
  padding: 10px 10px 12px 10px;
  border: none;
  background-color: transparent;
}

.calendar-nav .tab.active {
  padding: 10px;
  border-bottom: 2px solid #333;
  font-weight: 600;
}

.calendar-section {
  margin-top: 0;
}

.calendar-section .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 0 5rem;
  margin-bottom: 1rem;
}

.calendar-header .prev svg, .calendar-header .next svg {
  width: 30px;
  height: 30px;
}

.calendar-section .day-names {
  display: flex;
  justify-content: space-between;
}

.calendar-section .day-names .day {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}


.calendar-section .day-names .date {
  margin-top: 2px;
  width: 22.8px;
  height: 24px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8rem;
  color: gray;
}

.calendar-section .day-names .active-day {
  width: 26px;
  height: 26px;
  background-color: var(--color--sub);
  color: white;
  font-weight: bold;
  border-radius: 50%;
  line-height: normal;
}

.calendar-section .schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.calendar-section .schedule .time-slot {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: self-end;
  gap: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 1rem;
  border-radius: 5px;
}

.calendar-section .schedule .time-slot .time {
  width: 50px;
  text-align: center;
  color: #888;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.calendar-section .schedule .time-slot .time span:nth-child(1) {
  color: #BAB8B8;
  font-weight: 600;
}

.calendar-section .schedule .reservation {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  width: 86%;
  text-align: left;
}

.calendar-section .schedule .reservation.blocked {
  background-color: #dadada;
  font-weight: 700;
}

.calendar-section .schedule .reservation.active {
  background-color: #FFF1EE;
}

.calendar-section .schedule .reservation.inactive {
  background-color: #f0f0f0;
  opacity: 0.6;
}

.calendar-section .schedule .customer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  padding-top: 0;
}

.calendar-section .schedule .customer-info .status {
  background-color: var(--color--main);
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 6px;
}

.calendar-section .schedule .details {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 12px;
}

.calendar-section .schedule .customer-name {
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 3px;
}

.calendar-section .schedule .service-name {
  background-color: #FF004C;
  color: #fff;
  padding: 3px 10px;
  border-radius: 6px;
}

.calendar-section .schedule .time-range {
  color: #333;
}

.room,
.service-value {
  font-weight: 600;
}

.hr-style {
  align-items: center;
  width: 100%;
  display: flex;
  margin-left: 5px;
}

.hr-style hr {
  width: 100%;
  border: 1px solid #ECE8E8;
}

/* 모달 스타일 */
.re-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.re-popup .re-popup-content {
  background-color: white;
  border-radius: 10px;
  padding: 1.5rem;
  width: 300px;
  height: auto;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 auto 64px;
}

.re-popup .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  float: right;
}

.re-popup .close svg {
  width: 1.2rem;
  ;
}

.re-popup button {
  display: block;
  width: 100%;
  margin: 16px auto;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* 담당자캘린더 스타일 */
.staff-schedule {
  margin-top: 1rem;
  padding: 0 1rem;
  margin-bottom: 5rem;
}

.staff-group {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #F4F3F3;
  padding-bottom: 1rem;
}

.staff-group:nth-last-child(1) {
  border-bottom: 0;
}

.staff-group h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.status-info {
  display: flex;
  justify-content: space-between;
}

.status-item {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 0.5rem 1rem;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/* 월캘린더 */
.calendar-month {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  padding: 0 20px;
}

.calendar-month .day-header, .calendar-month .day {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.calendar-month .day-header {
  font-weight: bold;
}

.calendar-month .day.on {
  background-color: var(--color--main);
  color: white;
  font-weight: bold;
  border-radius: 50%;
}

.calendar-month .day.empty {
  background-color: transparent;
}

.calendar-month .day.faded {
  color: #ccc;
}

.calendar-reservation-list {
  padding: 48px 16px;
}

.calendar-reservation-list .select-day {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  background: var(--color--main);
  color: #fff;
  padding: 16px;
  border-radius: 10px;
}

/* 예약캘린더 끝 */

/* 구인구직 */
.hiring-board li {
  padding: 20px;
  border-top: 1px solid #E8E8E8;
}

.hiring-board li:last-child {
  border-bottom: 1px solid #E8E8E8;
}

.hiring-board div {
  display: flex;
}

.hiring-board .title {
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}

.hiring-board .title p {
  font-weight: 600;
}

.hiring-board .title span {
  color: #929292;
}

.hiring-board .shop {
  gap: 8px;
  font-size: 12px;
  color: #929292;
}

/* 마켓 */
.tab_menu_rounded {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  padding: 0 16px;
  transition: .2s ease-out .2s;
}

.tab_menu_rounded .tab {
  padding: 8px 16px;
  border-radius: 20px;
  color: #333;
  background-color: #fff;
  border: 1px solid #DBE0E4;
  font-size: 14px;
  flex-shrink: 0;
}

.tab_menu_rounded .tab.on {
  font-weight: 600;
  color: #fff;
  background: var(--color--main);
  border-color: var(--color--main);
}

.tab_menu_rounded input {
  display: none;
}

.tab_menu_rounded label {
  white-space: nowrap !important;
}

.tab_menu {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9ec;
  background: #fff;
  transition: .2s ease-out .2s;
}

.tab_menu.fixed {
  margin: 0 auto;
  position: fixed;
  z-index: 9;
  transition: .2s ease-out .2s;
  background: #fff;
}

.tab_menu .tab {
  margin: 0 auto;
  padding: 8px 0;
  color: #939396;
  position: relative;
  text-align: center;
}

.tab_menu .tab.on {
  color: var(--color--main);
  font-weight: 600;
}

.tab_menu .tab.on::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  background-color: var(--color--main);
}

.shop_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shop_list img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.layout_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px !important;
  padding: 0 16px;
}

.layout_header p {
  font-size: 20px;
  font-weight: 700;
}

.layout_header>span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: .85rem;
  color: var(--color--more);
  text-align: right;
}

.layout_con_wrap {
  width: 100%;
  padding: 0 16px;
  display: flex;
  gap: 8px;
}

.layout_con_wrap.square_w132 li:not(.badge) {
  width: 140px !important;
}

.layout_con_wrap .shop_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.layout_con_wrap .product_img_wrap {
  position: relative;
  flex-shrink: 0;
}

.layout_con_wrap .square_w132 img {
  width: 140px;
  height: 140px;
}

.layout_con_wrap .shop_list img, .swiper .shop_list img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.square_w132 li:not(.badge) {
  width: 140px !important;
}

.square_w132 img {
  width: 140px !important;
  height: 140px !important;
}

.layout_con_wrap .shop_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

.layout_con_info {
  width: 100%;
  font-size: .875rem;
}

.layout_con_info>p, .layout_con_info>div, .layout_con_info>span {
  margin-bottom: 4px;
}

.layout_con_info>p {
  font-weight: 500;
}

.product_img_wrap {
  position: relative;
  flex-shrink: 0;
}

.img104 {
  width: 104px;
  height: 104px;
  object-fit: cover;
}

.txt-title {
  font-size: .875rem;
  font-weight: 500 !important;
  line-height: 18px;
}

.product_cost {
  font-size: .8125rem !important;
  color: #999;
  text-decoration: line-through;
}

.price_wrap {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.price_wrap .discount, .price_wrap .discount span {
  font-size: .875rem !important;
  font-weight: 700 !important;
  color: #fa393c !important;
}

.txt-price, .txt-price span {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

.txt-market, .txt-brand, .txt-shop, .txt-beautist, .txt-option, .txt-g-s {
  width: 100%;
  color: var(--color--gray) !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
}

.product_soldout::after {
  content: '품절';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000080;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

[data-r-role="product"] .bedge-style {
  font-size: .625rem;
  width: fit-content;
  height: auto;
  padding: 0 4px;
  border-radius: 3px;
  line-height: 16px;
  color: #fff !important;
  flex-shrink: 0;
}

.color-best {
  background-color: #fa393c;
}

.color-big-sale {
  background-color: #91d9ff;
}

.color-coupon {
  background-color: #89dbbd;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 16px;
}

.grid.st img {
  height: 100%;
  aspect-ratio: 1 / 1;
}

.grid.st .st_wrap {
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.shop_bannerWrap {
  width: 100%;
  padding: 0 16px;
}

.shop_bannerWrap img {
  width: 100%;
  border-radius: 4px;
}

/* 마이페이지 */
.mypage_container {
  background-color: #fff;
  padding: 24px 16px 0;
}

.mypage_container>div {
  position: relative;
  margin-bottom: 24px;
}

.mypage_container>div:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: calc(100% + 48px);
  height: 8px;
  background: #F6F6F6;
}

.profile_section {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.summary_section {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}

.summary_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: .875rem;
  flex: 1;
}

.summary_item span {
  display: block;
  font-size: 16px;
  color: var(--color--point);
}

.menu_area .col {
  padding: 8px 0 12px 0;
  border-bottom: 1px solid #F6F6F6;
}

.menu_area h4 {
  padding: 16px 0;
}

.menu_area ul li, .menu_area p {
  padding: 16px 0;
  font-size: .875rem;
}

.menu_area p {
  justify-content: flex-start;
}

.mypage_container .goodbye {
  color: #DBE0E4;
  font-size: .75rem;
  text-decoration: underline;
}

.mypage_container .setting li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.mypage_list_header {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  margin: 20px 0 8px 0;
  font-size: .875rem;
}

.mypage_list_header h3 {
  font-size: 1rem;
}

.mypage_list_header h3 .total {
  color: var(--color--main);
  font-weight: 700;
}

.mypage_list_header select {
  background: #fff;
  border: none;
  font-size: .875rem;
}

.mypage_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 16px;
}

.mypage_list .list_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mypage_list .list_header p {
  font-size: 1.125rem;
  font-weight: 600;
}

.list_bottom span:not(.main, .tracking_btn) {
  font-size: .8125rem;
  color: #939396;
}

.list_bottom div>span:first-child, .list_bottom li>span:first-child {
  width: 92px;
  display: inline-block;
}

.list_badge {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
}

.list_badge .dDay {
  font-size: .6875rem
}

.mypage_list>li:not(.points_list>li, .coupon_list>li) {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  background: #fff;
}

.list_top {
  display: flex;
  gap: 12px;
}

.list_top>div:not(.shop_header, .list_btn) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.list_bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.list_bottom>span>span:first-child:not([data-r-field="start_date"]) {
  margin-left: 66px;
}

.list_top img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}

.list_top p {
  font-size: .9375rem;
  font-weight: 500;
  /* line-height: 17px; */
}

.list_top span:not(.c-main) {
  font-size: .875rem;
  color: #939396;
}

.mypage_detail {
  min-height: calc(100dvh - 52px);
  padding: 24px 16px;
}

.mypage_detail h3:not(.reservation_header h3) {
  margin-bottom: 8px;
}

.mypage_detail .list_badge .re {
  margin-bottom: 4px;
}

.mypage_detail .list_bottom {
  position: relative;
  padding-bottom: 32px;
}

.mypage_detail .list_bottom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -24px;
  width: calc(100% + 48px);
  height: 8px;
  background: #F6F6F6;
}

/* FAQ */
#faq_page .accordion {
  padding: 0 16px;
}

#faq_page .accordion-item:last-child {
  border-bottom: none;
}

#faq_page .accordion-header {
  padding: 15px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  line-height: 24px;
  border-bottom: 1px solid #e5e7ea;
}

#faq_page .accordion-content {
  display: none;
  background-color: #fff;
  padding: 15px 15px 20px;
  font-size: 0.85rem;
  color: #292c33;
}

#faq_page .accordion-item.on .accordion-content {
  display: block;
  background: #f0f1f4;
}

#faq_page .accordion-item.on .accordion-header {
  font-weight: 800;
}

#faq_page .toggle-icon {
  font-size: 1.2rem;
  color: var(--color--point);
  transition: transform 0.3s;
}

#faq_page .accordion-item.on .toggle-icon {
  transform: rotate(180deg);
}

/* 문의 */
#p_review, #p_qna {
  margin-top: 0;
  padding-bottom: 32px;
}

#p_qna .btn_wrap {
  margin-top: 42px;
  padding: 0 16px;
}

.inquiry-list {
  padding: 0 16px;
}

.inquiry-list li:first-child {
  padding-top: 0;
}

.inquiry-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.inquiry-item {
  width: 100%;
  border-bottom: 1px solid #E9E9EC;
  padding: 24px 0;
}

.inquiry-header {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 16px;
  gap: 12px;
}

.status-label {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 4px;
}

.wate-color {
  background: #AAAAAA;
}

.inquiry-user {
  color: #8B8B8B;
  font-size: 14px;
  font-weight: 500;
  padding-right: 10px;
  border-right: 1px solid #E9E9EC;
}

.inquiry-date {
  color: #8B8B8B;
  font-size: 14px;
}

.inquiry-details {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 20px;
  background: #F3F3F3;
}

.inquiry-details h4 {
  margin-bottom: 14px;
}

.inquiry-details p {
  font-size: 14px;
  line-height: 18px;
}

/* 포인트라인탭메뉴 */
.tab_container-tabs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dadde0;
}

.tab_container-tabs .tab-button {
  width: 50%;
  padding: 14px 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
}

.tab_container-tabs .tab-button.on {
  background-color: #fff;
  border-bottom: 2px solid var(--color--main);
  font-weight: bold;
  color: var(--color--main);
}

.toggle_wrap {
  font-size: .875rem;
}

.toggle_wrap.on .toggle_con {
  display: flex;
}

.toggle_wrap .toggle_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.toggle_wrap .toggle_header .toggle_title {
  font-weight: 600;
}

.toggle_wrap .toggle_con {
  display: none;
  flex-direction: column;
  gap: 12px;
  color: #969696;
}

.points_list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 쿠폰 */
.coupon_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 16px;
}

.coupon_list li {
  position: relative;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 12px;
}

.coupon_list li>div:first-child {
  max-width: calc(100% - 85px);
}

.coupon_list .list_top {
  height: auto;
  margin-bottom: 4px;
}

.coupon_list .list_top p {
  font-size: 1.25rem;
  line-height: 24px;
}

.coupon_list .list_bottom span {
  width: auto;
}

/* 마켓약관 */
.page-title {
  text-align: center;
  padding: 1rem 0;
  background-color: #111;
  color: #fff;
  margin-top: 52px;
  margin-bottom: 1rem;
}

.page-title h1 {
  margin: 0;
  font-size: 1.5rem;
}

.terms-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 20px;
  padding-top: 0;
  background: #fff;
  border-radius: 5px;
}

.terms-content h3 {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  color: #111;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}

.terms-content p, .terms-content ul {
  font-size: 0.9rem;
  margin: 0.5rem 0;
}

.terms-content ul li {
  margin-bottom: 0.5rem;
}

.terms_footer {
  text-align: center;
  padding: 1rem 0;
  background-color: #f1f1f1;
  font-size: 0.8rem;
  color: #666;
}

/* 상품고시정보 */
.notice-container {
  padding: 1rem 20px;
}

.notice-container h2, .seller-info h3 {
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-weight: 700;
}

.product-info {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
}

.product-info table {
  width: 100%;
  border-collapse: collapse;
}

.product-info th, .product-info td {
  text-align: left;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.product-info th {
  width: 40%;
  font-weight: bold;
  color: #555;
  background-color: #f7f7f7;
}

.product-info td {
  color: #333;
}

.product-info .notice {
  margin-top: 10px;
  font-size: 0.9em;
  color: #777;
}

.return-section {
  margin-top: 20px;
  font-size: 0.8rem;
}

.return-section h3 {
  margin-bottom: 5px;
  font-size: 14px;
}

.return-section ul li {
  margin: 0;
  font-size: 14px;
  position: relative;
  padding-left: 8px;
}

.return-section ul li .dot {
  position: absolute;
  left: 1px;
  top: 6px;
  display: inline-block;
  overflow: hidden;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #222;
}

.notice-section {
  margin-top: 20px;
  font-size: 0.8rem;
}

.notice-section h3 {
  margin: 4px 0;
}

.seller-info {
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.seller-info h3 {
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-weight: 700;
}

.seller-info p {
  margin: 5px 0;
  text-align: left;
  font-size: 0.8rem;
  color: #111;
}

.seller-info p:first-of-type {
  margin-top: 20px;
}

.toggle_wrap {
  font-size: .875rem;
}

.toggle_wrap.on .toggle_con {
  display: flex;
}

.toggle_wrap .toggle_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.toggle_wrap .toggle_header .toggle_title {
  font-weight: 600;
}

.toggle_wrap .toggle_con {
  display: none;
  flex-direction: column;
  gap: 12px;
  color: #969696;
}

.experience_mission_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.experience_mission input[type="checkbox"] {
  display: none;
}

.experience_mission label {
  aspect-ratio: 1/1.1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
  padding: 16px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 14px;
  color: #191919;
  background: #F3F3F3;
  border-radius: 8px;
  border: 1px solid #F3F3F3;
}

.experience_mission label .check {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23E0DDDC'/%3E%3Cpath d='M7 4L7 10' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M10 7L4 7' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.experience_mission label span {
  height: 28px;
}

.experience_mission label svg {
  color: #191919;
  fill: #F3F3F3
}

.experience_mission input:checked+label {
  color: #F25833;
  border-color: #F25833;
  background: #fef6f5;
}

.experience_mission input:checked+label .check {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='6.25' fill='%23F25833' stroke='%23F25833' stroke-width='1.5' /%3E%3Cpath d='M4 6.68421L6.2 9L10 5' stroke='white' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E");
}

.experience_mission input:checked+label svg {
  color: #F25833;
  fill: #fef6f5;
}

.experience_list {
  margin-top: 18px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.experience_list li {
  position: relative;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  overflow: hidden;
}

.experience_list li img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.experience_list li div {
  padding: 16px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.experience_list li .badge {
  position: absolute;
  top: 16px;
  left: 16px;
}

/* 회원탈퇴 */
#cus_info_out .container {
  width: 100%;
  margin: 10px 0;
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid #e5e7ea;
}

#cus_info_out .container li {
  position: relative;
  padding-left: 8px;
  line-height: 18px;
  letter-spacing: -.5px;
}

#cus_info_out .container li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #292c33;
  content: "";
}