
/* 팝업 */
.pop-parent {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 999;
  transition: all .2s;
}

.pop-parent .m-ratioBox-wrap {width:100%; padding-top:100%; position:relative; overflow:hidden;}
.pop-parent .m-ratioBox-wrap .m-ratioBox {position:absolute; top:0; left:0; right:0; bottom:0; background-size:cover; background-position:center;}
/*
.m-ratioBox-wrap .m-ratioBox:after {content:""; width:83px; height:28px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); background:url("../img/logo.png") no-repeat; background-size:100%; opacity:0.4;}
*/
.pop-parent .m-ratioBox-wrap img {display:block; width:100%; position:absolute; left:50%; top:50%; transform:translateY(-50%) translateX(-50%); z-index:1;}
.pop-parent .m-ratioBox-wrap iframe {width:105%; position:absolute; left:50%; top:50%; transform:translateY(-50%) translateX(-50%); z-index:1;}

.pop-parent .swiper {
  overflow:hidden;
}
.pop-parent .swiper-container {
  overflow:visible;
}
.pop-parent .swiper-pagination {
  display:flex;
}
.pop-parent .pop {width:400px; position:relative;}
.pop-parent .pop .btn-toggle {width:40px; height:40px; position:relative; background-color: var(--bg-primary);
  cursor:pointer;
}
.pop-parent .pop .btn-toggle img {
  width:auto;
  position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) rotate(-90deg);
  transition:all .3s;
}
.pop-parent .pop-btns {display:flex; position:absolute; top:80px; left:-120px; background-color: var(--bg-tertiary); opacity:1;
  transform:rotate(90deg);
}
.pop-parent .pop-btns a {color: var(--text-primary); padding: 7px 14px;}
.pop-parent .pop-btns #oneday_check {position: absolute; clip: rect(0,0,0,0);}
.pop-parent .pop-btns #oneday_check + label {display:flex; align-items:center; padding:0 10px; font-size:14px; color: var(--text-primary); cursor:pointer;}
.pop-parent .pop-btns #oneday_check + label:before {content:""; display:inline-block; width:12px; height:12px; margin-right:10px;  border:1px solid var(--text-primary);}
.pop-parent .pop-btns #oneday_check:checked + label .icon {position:absolute; left:7px; top:7px; display:inline-block; width:20px; height:20px; background:url('/img/check_checked.png') no-repeat center center}

.pop-parent .pop .swiper-btn-control {width:8px; height:11px; margin-left:16px; position:relative; top:2px;}
.pop-parent .swiper-control {display:flex; align-items:center; position:absolute; top:21px; right:20px; z-index:2;}
.pop-parent .swiper-control .swiper-pagination {position:static;}
.pop-parent .swiper-pagination-bullet {flex:0 0 auto; width:10px; height:10px; margin:0 5px; border-radius:0; border:1px solid var(--text-primary); opacity:0.5; background-color:transparent;}
.pop-parent .swiper-pagination-bullet-active {background-color: var(--text-primary); opacity:1;}
.pop-parent.active {right:-400px;}
.pop-parent.active .btn-toggle {transform:rotate(180deg);}

.pop-parent .pop .btn-close { display: none; width:40px; height:40px; position:relative; background-color: var(--bg-primary); }

@media screen and (max-width:1200px) {
  .pop-parent .pop {width:310px;}
  .pop-parent.active {
      right:-310px;
  }
}

@media screen and (max-width:768px) {
  .pop-parent { top: 50%; right: unset; left: 50%; transform: translate(-50%, -50%); }
  .pop-parent .pop-btns { transform: translateY(100%); top: unset; bottom: 0; left: 0; width: 100%; justify-content: space-between; }
  .pop-parent .pop .btn-toggle { display: none; }
  .pop-parent .pop .btn-close { display: block; }
}

/* modal */
.Sell .modal-container{
  background: rgba(0,0,0,0.1);
}

.modal-container .repeat{
  position:absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%,-50%);
  padding: 25px 15px;
  background-color: var(--bg-primary);
  border-radius: 16px;
  display: none;
  text-align: center;
}
.modal-container .repeat p{
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--text-primary);
}
.modal-container .repeat button{
  color: var(--text-primary);
  background-color: var(--color-blue);
  padding: 5px 10px;
}
.modal-container .repeat.active{
  transition:all-ease 0.4s;
  display: block;
}
.modal-container { position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 99999; background: var(--overlay-color); visibility: hidden; opacity: 0; transition: .1s; }
.modal-container.active { visibility: visible; opacity: 1; }
.modal-wrap { background: var(--bg-primary); width: 100%; max-width: 768px; left: 50%; transform: translateX(-50%); height: 100%; padding: 24px 16px; position: absolute; }
.modal-wrap::-webkit-scrollbar { display: none; }
.close-btn { position: absolute; font-size: 24px; cursor: pointer; top: 24px; right: 24px; z-index: 9; }
.modal-scroll-container .modal-scroll-wrap { width: 100%; }
.modal-scroll-wrap { max-height: 60vh; overflow: auto; }
.modal-title-wrap { margin-bottom: 24px; }
.modal-title-wrap.border { padding-bottom: 24px; border-bottom: 1px solid var(--border-color); }
.modal-title-wrap.center { text-align: center; }
.modal-title { font-size: 20px; font-weight: bold; color: var(--text-primary); }
.modal-sub-title { font-size: 14px; line-height: 1.25; margin-top: 12px; color: var(--text-secondary); }

.modal-footer { align-items: center; margin-top: 40px; gap: 8px; justify-content: center; }
.modal-footer-btn { height: 52px; border-radius: 4px; text-align: center; line-height: 50px; font-size: 16px; font-weight: 500; color: var(--text-primary); background: var(--bg-primary); border: 1px solid var(--text-primary); padding: 0 24px; }
.modal-footer-btn.close-btn { position: static; font-size: 16px; background: var(--text-secondary); color: var(--bg-secondary); border: 1px solid var(--text-secondary); }
.modal-footer-btn.submit-btn { background: var(--color-blue); color: #eee; border: 1px solid var(--color-blue); }
.modal-footer-btn.submit-btn.disable { background: var(--text-secondary); border: 1px solid var(--text-secondary); }

.modal-alert { border: 2px solid var(--border-color); height: auto; width: calc( 100% - 80px ); padding: 24px 16px 20px; max-width: 480px; text-align: center; border-radius: 16px; left: 50%; right: unset; top: 50%; bottom: unset; transform: translate(-50%, -50%); background: var(--bg-primary); }
.modal-alert .icon { display: block; width: 24px; margin: 0 auto; font-size: 24px; margin-bottom: 16px; color: var(--text-primary); }
.modal-alert .modal-title-wrap { margin-bottom: 16px; }
.modal-alert .modal-title-wrap .icon { margin-bottom: 8px; }
.modal-alert-txt { font-size: 14px; line-height: 1.5; word-break: break-all; color: var(--text-primary);}
.modal-alert .modal-footer { margin-top: 24px; }
.modal-alert .modal-footer-btn { width: 100%; height: 40px; line-height: 38px; font-size: 14px; }

.modal-select-wrap { width: 100%; top: unset; height: auto; transform: translateX(-50%) translateY(100%); bottom: 0; border-radius: 0; border-top-left-radius: 24px; border-top-right-radius: 24px; padding: 32px 16px; transition: .2s; }
.modal-container.active .modal-select-wrap { transform: translateX(-50%) translateY(0%); }
.modal-select-wrap .modal-title { font-size: 16px; }
.modal-select-wrap .modal-footer-btn { min-width: 128px; }
.modal-select-wrap .modal-footer-btn.submit-btn { width: 100%; }

.modal-notice-txt { position: fixed; top: 50%; width: calc( 100% - 32px ); max-width: 480px; left: 50%; transform: translate(-50%, -50%); z-index: 99999; padding: 12px 16px; font-size: 14px; font-weight: 500; text-align: center; line-height: 1.25; background: var(--text-primary); border-radius: 4px; color: var(--bg-primary); opacity: 0; display: none; transform: .2s; }
.modal-notice-txt.active { display: block; animation: fadeInOut 2s forwards; }

@keyframes fadeInOut {
  0%, 99% { opacity: 0; }
  10%, 90% { opacity: .75; }
  100% { display: none; }
}

/* intro */
.intro { background: #044aba; min-height: 100vh; display: flex; flex-flow: column; align-items: center; justify-content: center; }
.intro .logo { width: 160px; transform: translateY(-58px); }

/* 로그인 */
.login_intro { padding: 56px 0; }
.login_intro .login-header { height: calc( 100vh - 160px - 160px ); display: flex; flex-flow: column; justify-content: center; align-items: center; text-align: center; gap: 16px; }
.login_intro .login-header .logo { width: 160px; height: 160px; }
.login_intro .login-header .txt { color: var(--text-primary); font-size: 16px; line-height: 1.5; }
.sns-login-wrap { display: flex; flex-flow: column; gap: 16px; align-items: center; }
.sns-login-item { display: flex; align-items: center; justify-content: center; text-align: center; position: relative; width: 100%; max-width: 500px; height: 50px; border-radius: 5px; }
.sns-login-item .icon { width: 24px; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); } 
.sns-login-item .txt { font-size: 16px; font-weight: 500; } 
.sns-login-item.naver { background: #03c75a; }
.sns-login-item.naver .txt { color: #fff; }
.sns-login-item.kakao { background: #ffd500; }
.sns-login-item.kakao .txt { color: #371d1e; }
.sns-login-item.apple { background: #434343; }
.sns-login-item.apple .txt { color: #eee; }
.sns-login-item.google { background:  #ddd; border:1px solid #ccc; }
.sns-login-item.google .txt { color: #111; }

.subpage.login { height: calc( 100vh - 60px ); }
.login .container { min-height: 100%; padding-bottom: 24px; }
.login .login-header { padding-top: 16px; }
.login .login-header .title { font-size: 24px; }
.login .login-header .txt { color: var(--text-primary); font-size: 14px; margin-top: 16px; }
.login .form-footer { margin-top: auto; }

/* form */
.form-wrap { height: 100%; padding: 24px 0; }
.form-wrap, .form-list { gap: 24px 0; }
.form-list.col-group { gap: 24px 8px; flex-flow: wrap; align-items: flex-end; }
.form-list.border { padding-bottom: 24px; border-bottom: 1px solid var(--text-secondary); }
.form-item { display: flex; flex-flow: column; gap: 8px; }
.form-item.half { width: calc( ( 100% - 16px ) / 2 ); }
.form-item .item-default { font-size: 17px; font-weight: bold; color: var(--text-primary); }
.form-item .item-default.border { padding-bottom: 16px; border-bottom: 1px solid var(--text-primary); }
.form-item .item-default .red { color: var(--color-red); }
.form-item .item-user { flex-flow: wrap; gap: 8px; align-items: center; }
.form-item .item-user.row-group { align-items: flex-start; }
.form-item .guide-txt { margin-top: 8px; line-height: 1.25; }

.form-input {line-height: 48px; width: 98%; margin: 5px 0 0 0; height: 48px; border-radius: 4px; border: 1px solid var(--border-color); background-color: var(--bg-tertiary); padding: 0 16px; font-size: 16px; color: var(--text-primary); }
.form-input::placeholder { color: var(--text-secondary); }
.form-input-half { width: calc( ( 100% - 8px ) / 2 ); }
.form-input.disable { background: var(--bg-secondary) !important; }
.form-input-wrap { width: 100%; align-items: center; gap: 8px; position: relative; }
.form-input-wrap .sticker { font-size: 16px; color: var(--text-primary); }
.form-input-wrap.relative .sticker { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--text-secondary); }
.form-input-wrap.relative .form-input { padding-right: 40px; }

.form-title { font-size: 20px; font-weight: bold; line-height: 1.25; color: var(--text-primary); }

.form-textarea { width: 100%; height: 200px; border-radius: 4px; border: 1px solid var(--border-color); background-color: var(--bg-primary); font-size: 14px; line-height: 1.5; padding: 16px; color: var(--text-primary); }
.form-textarea::placeholder { color: var(--text-secondary); }
.form-textarea-wrap { position: relative; }
.form-textarea-wrap .form-textarea { padding-bottom: 32px; }
.form-textarea-wrap .sticker { position: absolute; bottom: 16px; right: 16px; transform: none; font-size: 14px; font-weight: normal; color: var(--text-secondary); }

.form-wrap .form-footer { margin-top: auto; }
.form-footer { max-width: 500px; margin: 16px auto; gap: 8px; align-items: center; }
.form-footer .form-footer-btn { width: 100%; padding: 0 24px; height: 52px; border-radius: 4px; text-align: center; line-height: 52px; transition: .2s; font-size: 18px; font-weight: bold; color: var(--text-primary); position: static; }
.form-footer-btn.cancel-btn { background: var(--bg-tertiary); }
.form-footer-btn.del-btn { background: var(--text-secondary); }
.form-footer-btn.submit-btn { background: var(--color-blue); color: #eee; }
.form-footer-btn.submit-btn.disable { background: var(--color-gray-dark); }
.form-footer-txt { text-align: center; color: var(--text-secondary); font-size: 15px; }
a.form-footer-txt { text-decoration: underline; }


/* form - 체크박스 */
.form-label-wrap { flex-flow: wrap; gap: 16px 24px; }
.form-label-wrap.row-group { flex-flow: column; }
.form-label-wrap .checked-item .txt { width: auto; }
.checked-item { align-items: center; gap: 8px; }
.checked-item .icon { width: 20px; height: 20px; border: 1px solid var(--border-color); border-radius: 2px; display: flex; align-items: center; justify-content: center; background: var(--bg-primary); }
.checked-item .icon i { color: var(--text-secondary); font-weight: bold; font-size: 16px; line-height: 18px; }
.checked-item .txt { width: calc( 100% - 20px - 8px ); font-size: 15px; font-weight:500; color: var(--text-tertiary); line-height: 1.5; }
.form-checkbox:checked + .checked-item .txt { color: var(--text-primary); }
.form-checkbox:checked + .checked-item .icon { border: 1px solid var(--color-blue); background: var(--color-blue); }
.form-checkbox:checked + .checked-item .icon i { color: var(--text-primary); }

/* form - 라디오 */
.form-radio + .checked-item .icon { width: 16px; height: 16px; border: 1px solid var(--border-color); background: var(--bg-primary); border-radius: 50%; display: block; position: relative; }
.form-radio + .checked-item .icon i { display: none; }
.form-radio + .checked-item .icon::after { content: ''; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--bg-primary); left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; }
.form-radio:checked + .checked-item .txt { color: var(--color-blue); }
.form-radio:checked + .checked-item .icon { border: 1px solid var(--color-blue); background: var(--color-blue); }
.form-radio:checked + .checked-item .icon::after { display: block; }

/* subpage */
main {}
.index { margin-top:124px; padding-bottom:80px; }
.subpage {padding-bottom:64px; margin-top: 90px; /*height: calc( 100vh - 60px - 64px );*/ }

/* category-filter-bar 위치 조정 */
.index-header ~ .category-filter-bar {
    position: fixed !important;
    top: 60px !important;
    left: 0 !important;
    right: 0 !important;
}
.index-header ~ .category-filter-bar ~ .index {
    margin-top: 124px;
}

/* home */
.index .cate-wrap {
  width: 100%;
  position: fixed;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 0;
  justify-content: flex-start;
}
.cate-wrap { overflow-x: auto; max-width: 768px; margin: 0 auto; position: sticky; top: 0; background: var(--bg-primary); z-index: 99; display: flex; justify-content: center; }
.cate-wrap::-webkit-scrollbar { display: none; }
.cate-list {
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  width: fit-content;
}
.cate-item { height: 35px; line-height: 35px; border-radius: 4px; padding: 0 7px; font-size: 18px; font-weight: 500; transition: .2s; color: var(--text-primary); }
.cate-item.active { background: var(--text-primary); color: var(--bg-primary); }
.cate-item.active i { color: var(--bg-primary); }
.cate-item.cate-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 0;
  background: transparent;
  /* border: 1px solid #d9d9d9; */
  color: var(--text-primary);
}
.cate-item.cate-all.active {
  border-color: var(--text-primary);
}
.cate-item.cate-all .cate-all-icon {
  display: grid;
  grid-template-columns: repeat(3, 4px);
  grid-template-rows: repeat(3, 4px);
  gap: 4px;
}
.cate-item.cate-all .cate-all-icon span {
  width: 5px;
  height: 5px;
  /* border-radius: 50%; */
  background-color: currentColor;
  display: block;
}

.prod-item { flex-flow: wrap; padding: 16px 0; border-bottom: 2px solid var(--border-color-light); gap: 16px; }
.prod-item .item-img { width: 112px; height: 112px; border-radius: 8px; overflow: hidden; position: relative; }
.prod-item .item-img img { height: 100%; object-fit: cover; object-position: center; }


.prod-item .item-txt-wrap { width: calc( 100% - 128px ); position: relative; }

.prod-item .item-txt-wrap * { line-height: 1.25; }
.prod-item .label { display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 8px;
  height: auto;
  line-height: 20px;
  background: var(--color-blue);
  color: #eee;
  border-radius: 4px; }

.product .prod-item .label { display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 8px;
  height: auto;
  line-height: 20px;
  background: var(--color-blue);
  color: #eee;
  border-radius: 4px; }

.prod-item .title { font-size: 18px; font-weight:bold; margin-bottom: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: calc( 100% - 28px ); color: var(--text-primary); }
.prod-item .sub-txt-group { gap: 12px; margin-bottom: 12px; }
.prod-item .sub-txt { font-size: 15px; color: var(--text-tertiary); position: relative; }
.prod-item .sub-txt:not(:last-child)::after { content: ''; display: block; position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--text-secondary); right: -7px; top: 50%;  transform: translateY(-50%); }
.prod-item .price { font-size: 15px; display: flex; align-items: center; gap: 8px; color: var(--text-primary); }
.prod-item .prod-btn-wrap { position: absolute; bottom: 0; right: 0; align-items: center; }
.prod-btn-wrap { gap: 12px; align-items: center; }
.prod-btn-wrap .prod-btn { gap: 4px; align-items: center; }
.prod-btn-wrap .prod-btn .icon { width: 16px; }
.prod-btn-wrap .prod-btn .icon:not(img) { font-size: 16px; line-height: 1; display: inline-block; width: auto; height: auto; }
.prod-btn-wrap .prod-btn .txt { font-size: 15px; color: var(--text-secondary); line-height: 1; }

.like-btn { width: 24px; height: 24px; background-image: url(../images/icon_like_gray.png); background-repeat: no-repeat; background-size: contain; background-position: center; }
.like-btn.active { background-image: url(../images/icon_like_blue.png); }
.prod-item .like-btn { position: absolute; top: 0; right: 0; }

.prod-item .complete-box { position: absolute; left: 0; top: 0; right: 0; bottom: 0; text-align: center; line-height: 112px; background-color: rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 400; color: var(--color-silver);  }
.prod-item.complete .complete-box { display: block; }

.prod-item .tx-box { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 0; text-align: center; font-size: 16px; font-weight: 500; color: var(--text-primary); display: none; background-color: rgba(4, 74, 186, 0.9); }
.prod-item.tx .tx-box { display: block; }

/* 카테고리 리스트 */
.top-filter-wrap { justify-content: space-between; align-items: center; padding: 8px 0; position: sticky; top: 0; background: var(--bg-primary); z-index: 99; }
.top-filter-wrap .filter-item { font-size: 19px; color: var(--text-primary); }

/* 상품 상세 */
.products_detail.share {
  padding-bottom:0;
}
.products_detail.share .product-detail-section {

}

.products_detail { background: var(--bg-secondary); padding-bottom: 57px; }
.products_detail .detail-img-wrap { width: 100%; max-width: 768px; margin: 0 auto; position: relative; }
.products_detail .detail-img-slide { overflow: hidden; width: 100%; }
.products_detail .detail-img-slide .img-container { padding-top: 100%; }
.products_detail .swiper .swiper-pagination-bullet { background: var(--text-primary); }
.products_detail .detail-txt-wrap { width: 100%; padding-bottom: 16px; display: flex; flex-flow: column; gap: 16px; }
.products_detail .detail-sub-title-wrap { justify-content: space-between; }
.products_detail .detail-sub-title-group { gap: 12px; align-items: center; }
.products_detail .detail-sub-title { font-size: 13px; color: var(--text-secondary); position: relative; }
.products_detail .detail-sub-title:not(:last-child)::after { content: ''; display: block; position: absolute; width: 2px; height: 2px; border-radius: 50%; background: var(--text-secondary); right: -7px; top: 50%;  transform: translateY(-50%); }
.products_detail .detail-title { font-size: 20px; font-weight: 600; line-height: 1.25; color: var(--text-primary); }
.products_detail .detail-title .label { transform: translateY(-2px); }
.products_detail .label {
  display: inline-block; font-size: 12px; font-weight: normal; padding: 5px 4px; padding-top:6px;
  background: #3896cc; color: #eee; border-radius: 2px;
}
.products_detail .label.label2{
  background-color: var(--color-yellow);
  color: #111;
}
.products_detail .detail-title .label1,.products_detail.detail-title .label2, .products_detail .detail-title .label4, .products_detail .detail-title .label6{
  color:  var(--color-blue); border-radius: 2px; border: 1px solid #3896cc;
}
.products_detail .detail-title .label3,.products_detail .detail-title .label5,.products_detail .detail-title .label7{
  color:  var(--color-purple); border-radius: 2px; border: 1px solid #8d5bb6;
}
.products_detail .detail-title .label0{
  color: var(--color-green); border-radius: 2px; border: 1px solid #57af5e;
}
/*.products_detail .label.complete { color: #202020; border: 1px solid #202020; }*/

.state .label.label0{
  background-color: var(--bg-primary);
  color: var(--color-green);
  border:1px solid #57af5e;
}
.state .label.label3, .state .label.label5, .state .label.label7{
  background-color: var(--bg-primary);
  color: var(--color-purple);
  border:1px solid #8d5bb6;
}
.state .label.label1, .state .label.label2, .state .label.label4, .state .label.label6{
  background-color: var(--bg-primary);
  color: var(--color-blue);
  border:1px solid #2F83F7;
}

/*.products_detail .label.buy { background: #2f83f7; color: var(--text-primary); }*/
.products_detail .detail-txt { font-size: 15px; font-weight: normal; line-height: 1.5; color: var(--text-primary); }
.products_detail .detail-txt .ql-editor { padding: 0; }
.products_detail .detail-txt .ql-editor .editor-wrap { line-height: 1.5; }
.detail-prod-list { flex-flow: wrap; gap: 8px; }
.detail-prod-item { padding: 8px 12px; font-size: 13px; color: var(--text-secondary); border: 1px solid var(--border-color); border-radius: 16px; background: var(--bg-primary); }

.detail-footer-wrap { background: var(--bg-primary); width: 100%; position: fixed; bottom: 0; left: 0; border-top: 1px solid var(--border-color); padding-right: 16px; z-index: 9; }
.detail-footer-wrap .container { align-items: center; gap: 12px; padding: 0; }
.detail-footer-wrap .like-btn { width: 56px; height: 56px; background-size: 24px; position: relative; }
.detail-footer-wrap .like-btn::after { content: ''; display: block; position: absolute; width: 1px; height: 32px; background: var(--border-color); right: 0; top: 50%; transform: translateY(-50%); }
.detail-footer-wrap .price { font-size: 16px; font-weight: bold; display: flex; align-items: center; gap: 8px; color: var(--text-primary); }
.detail-footer-wrap .chat-btn {
  padding:0 12px; margin-left: auto; display: flex; align-items: center;
  height: 40px; border-radius: 4px; background: var(--color-green-dark); color: #eee;
  gap: 12px; font-size: 14px; font-weight: 500; justify-content: center;

}
.detail-footer-wrap .chat-btn .icon { width: 16px; }
.detail-footer-wrap .map-wrap { padding: 16px; }

.product-detail-section-wrap { gap: 12px; }
.product-detail-section { background: var(--bg-primary); padding-top: 16px; padding-bottom: 24px; }
.product-detail-title { padding-top: 8px; margin-bottom: 16px; font-size: 16px; font-weight: bold; line-height: 1.25; color: var(--text-primary); }
.product-detail-title.col-group { justify-content: space-between; align-items: center; }
.product-detail-title .more-btn { align-items: center; gap: 8px; font-size: 15px; font-weight: normal; color: var(--color-blue); }

.product-detail-section .map-wrap { height: 128px; }
.product-detail-section .map-wrap> div { width: 100%; height: 100%; z-index: 0; border-radius: 7px; }
.product-detail-section .map-wrap .root_daum_roughmap .wrap_map { height: 128px; }
.product-detail-section .detail-profile-wrap { padding-top: 0; margin-bottom: 16px; }

.detail-profile-wrap { padding: 16px 0; border-bottom: 1px solid var(--border-color); gap: 16px; position: relative; }
.detail-profile-wrap .like-btn { width: 20px; height: 20px; position: absolute; top: 0; right: 0; }
.profile-img { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--border-color); background-image: url(../images/profile_null.png); background-size: cover; background-position: center; overflow: hidden; }
.profile-img img { height: 100%; object-fit: cover; object-position: center; }
.detail-profile-wrap .txt-wrap { width: calc( 100% - 48px - 16px ); gap: 8px; padding-top: 4px; }
.detail-profile-wrap .title { font-size: 15px; font-weight: bold; line-height: 1.25; color: var(--text-primary); }
.detail-profile-wrap .txt { font-size: 12px; font-weight: normal; line-height: 1.25; color: var(--text-secondary); }

.prod-half-list { flex-flow: wrap; gap: 24px 16px; }
.prod-half-list .prod-item { width: calc( 50% - 8px ); padding: 0; border: 0; gap: 8px; }
.prod-half-list .prod-item .item-img { width: 100%; padding-top: 75%; position: relative; }
.prod-half-list .prod-item .item-img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.prod-half-list .prod-item .item-txt-wrap { width: 100%; }
.prod-half-list .prod-item .title { margin-bottom: 8px; }

/* 수정 */
/* 상품 상세 - 이미지 슬라이드 팝업 */
.modal_slide { background: var(--bg-primary); }
.modal_slide .modal-wrap { background: none; width: 100%; height: 100%; max-width: unset; padding: 0; border: 0; }
.modal_slide .close-btn { color: var(--text-primary); z-index: 9; }
.modal_slide .slide_popup { height: 100%; }
.modal_slide .slide_popup img { height: 100%; object-fit: contain; object-position: center; }
.modal_slide .slide_popup .swiper-pagination-bullet { background: var(--text-primary); }

/* 상품 상세 - 신고하기 */
.modal_report { background: none; }
.modal_report .modal-wrap { display: flex; flex-flow: column; }
.modal_report .checked-item { align-items: baseline; }
.modal_report .checked-item .icon { margin: 0; transform: translateY(4px); }
.modal_report .checked-item .txt-wrap { gap: 8px; width: calc( 100% - 24px - 8px ); }
.modal_report .modal-footer { margin-top: auto; }
.modal_report .modal-footer-btn { width: 100%; }

/* 채팅 목록 */
.top-label-wrap { padding: 16px; gap: 8px; max-width: 768px; margin: 0 auto; background: var(--bg-primary); }
.top-label-wrap .label-item { height: 32px; line-height: 30px; border-radius: 16px; padding: 0 16px; background: var(--bg-primary); border: 1px solid var(--border-color); font-size: 15px; transition: .2s; color: var(--text-primary); }
.top-label-wrap .label-item.active { background: var(--text-primary); color: var(--bg-primary); border: 1px solid var(--text-primary); }
.chat-item { padding: 12px 0; gap: 16px; align-items: center; }
.chat-item .profile-img { width: 56px; height: 56px; }
.chat-item .item-txt-wrap { width: calc( 100% - 56px - 16px ); gap: 8px; }
.chat-item .title-group { gap: 8px; align-items: baseline; }
.chat-item .name { font-size: 15px; font-weight: 500; max-width: calc( 100% - 80px ); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--text-primary); }
.chat-item .date { font-size: 12px; color: var(--text-secondary); width: 72px; }
.chat-item .txt { font-size: 13px; color: var(--text-secondary); overflow: hidden; text-overflow: ellipsis; }
.chat-null-txt { height: calc( 100vh - 60px - 64px - 64px ); font-size: 16px; font-weight: bold; color: var(--text-primary); }
.chat-null-txt .icon { font-size: 48px; font-weight: normal; color: var(--text-primary); }

/* 채팅 영역 */
.chat-prod { padding: 16px 0; background: var(--bg-primary); position: sticky; top: 0; border-bottom: 1px solid var(--border-color); z-index: 9; min-height: 80px; }
.chat-prod .container { height: 100%; align-items: center; gap: 12px; }
.chat-prod .item-img { width: 48px; height: 48px; border-radius: 2px; }
.chat-prod .item-txt-wrap { width: calc( 100% - 48px - 12px ); }
.chat-prod .title { font-size: 13px; margin-bottom: 8px; color: var(--text-primary); }
.chat-prod .price { font-size: 13px; gap: 4px; color: var(--text-primary); }
.chat-prod .label { font-size: 10px; height: 18px; line-height: 18px; }

.chat-area { padding: 20px 0; background: var(--bg-primary); display: flex; flex-flow: column; gap: 32px; }
.chat-area .message-group { display: flex; flex-flow: column; gap: 16px; }
.chat-area .date-check { font-size: 14px; font-weight: 300; text-align: center; color: var(--text-tertiary); margin-bottom: 8px; }

.area-chats .m-input-images.type01 {
  width:auto;
}
.new-message-group {
  width: 100%;
  display: flex;
  gap: 8px;
}
.new-message-group.receiver {
  justify-content: flex-start;
}
.new-message-group.sender {
  justify-content: flex-end;
}
.new-message-group.mychat {
  justify-content: flex-end;
}
.new-message-group.yourchat {
  justify-content: flex-start;
}
.new-message-box {
  display: flex;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
.new-message-box.receive {
  justify-content: flex-start;
}
.new-message-box.send {
  justify-content: flex-end;
}
.new-message-box.mychat {
  justify-content: flex-end;
}
.new-message-box.yourchat {
  justify-content: flex-start;
}
.new-message-box-content {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: auto;
  max-width: 100%;
}
.new-message-box.receive .new-message-box-content {
  flex-direction: row;
  justify-content: flex-start;
}
.new-message-box.send .new-message-box-content {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.new-message-box-content.mychat {
  flex-direction: row-reverse;
  justify-content: flex-start;
  width: 100%;
}
.new-message-box-content.yourchat {
  flex-direction: row;
  justify-content: flex-start;
}
.new-message-box .profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.new-message-box .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-message-group .new-message-box:not(:first-child) .profile-img {
  visibility: hidden;
}
.new-message {
  max-width: 100%;
  gap: 4px;
  align-items: flex-end;
}
.new-message.mine {
  align-items: flex-end;
}
.new-message-txt {
  max-width: 100%;
  padding: 10px 16px;
  background: var(--bg-secondary);
  border-radius: 20px;
  border-top-left-radius: 0;
}
.new-message-box.send .new-message-txt {
  background: var(--color-blue);
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
}
.new-message-txt .txt {
  font-size: 15px;
  line-height: 1.5;
  white-space: pre-line;
  color: var(--text-primary);
}
.new-message-box.send .new-message-txt .txt {
  color: var(--bg-primary);
}
.new-message-box.receive .new-message-image {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}
.new-message-box.send .new-message-image {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.new-message-image {
  display: flex; flex-wrap:wrap; gap:8px; justify-content: flex-end;
  margin-left:auto;
  width: calc(100% - 100px); margin-bottom:12px;
  border-radius: 4px; overflow: hidden;
}
.new-message-box-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: auto;
  max-width: calc(100vw - 120px);
}
.new-message-image img {
  display: block;
  width:calc(50% - 4px);
  cursor: pointer;
}
.message-time { font-size: 12px; font-weight: 300; color: var(--text-secondary); }

.new-message-group.receiver .new-message-box,
.new-message-box.receiver {
  justify-content: flex-start;
}
.new-message-group.sender .new-message-box,
.new-message-box.sender {
  justify-content: flex-end;
}
.new-message-box.receive .new-message,
.new-message-box.receiver .new-message {
  align-items: flex-start;
}
.new-message-box.send .new-message,
.new-message-box.sender .new-message {
  align-items: flex-end;
}
.new-message.mychat {
  align-items: flex-end;
}
.new-message.yourchat {
  align-items: flex-start;
}
.new-message-box.receive .message-time,
.new-message-box.receiver .message-time {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.new-message-box.send .message-time,
.new-message-box.sender .message-time {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.new-message.mychat .message-time {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.new-message.yourchat .message-time {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.chat-footer { height: 64px; background: var(--bg-primary); position: fixed; bottom: 0; left: 0; right: 0; padding: 0 12px; padding-bottom: 8px; border-top: 1px solid var(--border-color); }
.chat-footer .container { height: 100%; align-items: center; gap: 12px; padding: 0; }
.chat-textarea { width: calc( 100% - 48px); font-size: 15px; line-height: 1.5; align-items: center; background: var(--bg-secondary); height: 36px; border-radius: 18px; padding: 8px 20px; color: var(--text-primary); }
.chat-textarea::-webkit-scrollbar { display: none; }
.chat-textarea::placeholder { color: var(--text-secondary); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.chat-footer-btn { width: 32px; height: 32px; font-size: 24px; display: inline-flex; align-items: center; justify-content: center; }
.chat-footer-btn .send-icon { color: #4f7fc4; font-size: 22px; line-height: 1; transition: color .3s ease; }
.chat-footer-btn.active .send-icon { color: #7a96bd; }

.message-null-txt { height: calc( 100vh - 260px ); }
.message-null-txt .icon { font-size: 24px; color: var(--text-primary); }
.message-null-txt strong { font-size: 16px; color: var(--text-primary); }
.message-null-txt .sub {
  margin-top:0px;
  line-height:20px; font-size:14px; color: var(--text-tertiary);
}
.chat-footer .file-preview-scroll-wrap {
  width: 100%; position: absolute; bottom: 64px; left: 0; background: var(--bg-primary); padding: 12px; border-top: 1px solid var(--border-color);
}
.chat-footer .file-preview-scroll-wrap.empty {
  padding:0; border:none; height:0 !important;
}
  /* 채팅 옵션 */
.modal_chat .modal-wrap, .modal_img .modal-wrap { background: var(--bg-secondary); padding: 24px 16px; }
.chat-more-option-wrap { gap: 8px; }
.chat-more-option { width: 100%; height: 42px; align-items: center; padding: 0 16px; background: var(--bg-primary); border-radius: 4px; gap: 8px; font-size: 15px; font-weight: 500; color: var(--text-primary); }
.modal_chat .modal-footer, .modal_img .modal-footer { margin-top: 24px; }
.modal_chat .modal-footer-btn, .modal_img .modal-footer-btn { width: 100%; background: var(--text-secondary); border: 0; }

/* 등록하기 */
/*.create { height: calc( 100vh - 60px ); }*/

.form-label-list { gap: 8px; }
.form-label .checked-item { height: 32px; line-height: 30px; border-radius: 16px; padding: 0 16px; background: var(--bg-primary); border: 1px solid var(--border-color); font-size: 13px; transition: .2s; color: var(--text-primary); }
.form-label input:checked + .checked-item { background: var(--text-primary); color: var(--bg-primary); border: 1px solid var(--text-primary); }

.file-upload-wrap { width: calc( 100% + 16px ); gap: 8px; flex-flow: wrap; align-items: flex-start; }
.file-upload-btn { display: flex; flex-flow: column; justify-content: center; gap: 4px; width: 88px; height: 88px; background-color: var(--bg-secondary); text-align: center; font-size: 12px; font-weight: bold; color: var(--text-secondary); border: dashed 1px var(--border-color); border-radius: 4px;}
.file-upload-wrap .icon { font-size: 32px; color: var(--text-secondary); font-weight: normal; }
.file-preview-scroll-wrap { width: calc( 100% - 88px - 8px ); overflow-x: auto; padding-right: 16px; }
.file-preview-scroll-wrap::-webkit-scrollbar { display: none; }
.file-preview-wrap { gap: 8px; width: fit-content; }
.file-preview { width: 88px; height: 88px; border: 1px solid var(--border-color); position: relative; border-radius: 4px; overflow: hidden; }
.file-preview-label { font-size: 10px; color: #ddd; width: 32px; height: 18px; line-height: 18px; text-align: center; background: var(--color-blue); position: absolute; top: 0; left: 0; display: none; }
.file-preview:first-child .file-preview-label { display: block; }
.file-preview-img { height: 100%; object-fit: cover; object-position: center; }
.file-preview-wrap .xi-close {
  border-radius: 2px; display: block; width: 16px; height: 16px; font-size: 10px; text-align: center; line-height: 16px; background: var(--bg-tertiary); color: var(--text-primary); position: absolute; top: 0; right: 0; cursor: pointer; }

.modal_addr .modal-wrap { padding-left: 0; padding-right: 0; }
.modal_addr .modal-title-wrap { padding-left: 16px; padding-right: 16px; margin-bottom: 0; padding-bottom: 24px; }
.modal_addr .modal-footer { position: absolute; width: calc( 100% - 32px ); bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 9
  ; }
.modal_addr .modal-footer-btn { width: 100%; background: var(--color-blue); }
.modal_addr .map-wrap { width: 100%; height: calc( 100vh - 98px ); }
.modal_addr .map-wrap> div { width: 100% !important; height: 100% !important; }
.modal_addr_select .modal-footer-btn { background: var(--color-blue); }

.form-group .form-wrap { position: relative; }
.form-group .form-wrap:not(:last-child) { border-bottom: 1px solid var(--border-color); }
.form-del-btn { position: absolute; top: 24px; right: 0; display: flex; gap: 4px; font-size: 16px; color: var(--text-secondary); }
.form-del-btn i { color: var(--text-secondary); }
.form-item-title { font-size: 20px; font-weight: bold; color: var(--text-primary); }
.form-add-btn-wrap { position: relative; }
.form-add-btn { width: 100%; height: 52px; display: flex; align-items: center; justify-content: center; gap: 4px; background: var(--bg-secondary); border-radius: 4px; font-size: 16px; font-weight: bold; color: var(--text-primary); }
.form-add-btn-wrap .message { position: absolute; top: -8px; transform: translate(-50%, -100%); left: 50%; padding: 16px; background: var(--text-primary); border-radius: 8px; }
.form-add-btn-wrap .message::after { content: ''; display: block; position: absolute; width: 0; height: 0; border-top: 12px solid var(--text-primary); border-left: 8px solid transparent; border-right: 8px solid transparent; bottom: -12px; left: 50%; transform: translateX(-50%); }
.form-add-btn-wrap .message .txt { display: block; color: var(--bg-primary); white-space: nowrap; font-size: 16px; }
.form-add-btn-wrap .message .txt:not(:last-child) { margin-bottom: 8px; }

/* 관심목록 */
.top-tab-wrap { width: 100%; max-width: 768px; margin: 0 auto; position: sticky; top: 0; background: var(--bg-primary); z-index: 99; }
.top-tab-wrap .tab-item { width: 100%; height: 40px; display: flex; flex-flow: column; justify-content: center; align-items: center; font-size: 16px; font-weight: bold; color: var(--text-secondary); position: relative; }
.top-tab-wrap .tab-item::after { content: ''; display: block; width: 100%; height: 2px; background-color: var(--border-color); position: absolute; bottom: 0; left: 0; right: 0; }
.top-tab-wrap .tab-item.active { color: var(--text-primary); }
.top-tab-wrap .tab-item.active::after { background: var(--text-primary); }
.tab-content { display: none; }
.tab-content.active { display: block; }

.user-item { padding: 12px 0; gap: 16px; align-items: center; position: relative; }
.user-item .item-img { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; }
.user-item .item-img img { height: 100%; object-fit: cover; object-position: center; }
.user-item .item-title { font-size: 17px; font-weight: bold; line-height: 1.25; max-width: calc( 100% - 48px - 24px - 16px ); color: var(--text-primary); }
.user-item .like-btn { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

/* 회원 프로필 */
.user_detail { padding-bottom: 0; }
.user_detail .product-detail-section:last-child { padding-bottom: 60px; }
.user-detail-header .prev-btn { background-image: url(../images/icon_prev.png); }
.user-detail-top { padding: 0; padding-bottom: 24px; }
.user-profile-wrap { padding: 36px 0 60px; text-align: center; background: var(--bg-secondary); }
.user-profile-wrap .profile-img { width: 80px; height: 80px; margin: 0 auto 12px; }
.user-profile-wrap .title-wrap { max-width: calc( 100% - 64px ); margin: 0 auto 8px; justify-content: center; gap: 8px; align-items: center; }
.user-profile-wrap .like-btn { width: 20px; height: 20px; }
.user-profile-wrap .title { max-width: calc( 100% - 28px ); color: var(--text-primary); font-size: 18px; font-weight: bold; line-height: 1.25; }
.user-profile-wrap .txt { font-size: 16px; color: var(--text-secondary); line-height: 1.25; }
.user-profile-info-wrap { width: 100%; padding: 20px 0; height: 80px; align-items: center; background: var(--bg-primary); border-radius: 8px; box-shadow: 0 2px 5px 0 var(--shadow-color); margin-top: -40px; margin-bottom: 24px; }
.user-profile-info-item { width: 100%; gap: 8px; text-align: center; align-items: center; position: relative; }
.user-profile-info-item:not(:last-child)::after { content: ''; display: block; position: absolute; width: 1px; height: 100%; background: var(--border-color); right: 0; top: 0; }
.user-profile-info-item .num { font-size: 18px; font-weight: bold; color: var(--text-primary); }
.user-profile-info-item a.num { text-decoration: underline; }
.user-profile-info-item .txt { font-size: 14px; color: var(--text-secondary); }
.user-review-report { gap: 24px; }
.user-review-report-item { align-items: center; justify-content: space-between; }
.user-review-report-item .item-box { align-items: center; gap: 8px; }
.user-review-report-item .icon { font-size: 18px; width: 16px; color: var(--text-primary); }
.user-review-report-item .title { font-size: 16px; font-weight: 500; line-height: 1.25; color: var(--text-primary); }
.user-review-report-item .num { text-align: right; font-size: 16px; font-weight: bold; color: var(--text-primary); }

/* 마이페이지 */
.mypage { background: var(--bg-secondary); }
.mypage .product-detail-section-wrap { padding-bottom: 80px; min-height: 100vh; }
.mypage .user-detail-top { padding: 0; background: var(--bg-secondary); }
.mypage .user-profile-wrap { background-image: linear-gradient(to bottom, #588aff, var(--color-blue)); } 
.mypage .user-profile-wrap .title { color: var(--bg-primary); }
.mypage .user-profile-wrap .txt { color: var(--bg-secondary); opacity: .5; }
.mypage .user-profile-info-wrap { margin-bottom: 0; }
.mypage .container { gap: 16px; }
.mypage-menu-wrap { padding: 24px 20px; background: var(--bg-primary); border-radius: 8px; box-shadow: 0 0 10px 0 var(--shadow-color); }
.mypage-menu-title { font-size: 16px; font-weight: bold; margin-bottom: 24px; color: var(--text-primary); }
.mypage-menu-list { gap: 24px; }
.mypage-menu-item { align-items: center; justify-content: space-between; }
.mypage-menu-item .title { font-size: 16px; font-weight: 500; color: var(--text-primary); }
.mypage-menu-item .more-btn { gap: 8px; align-items: center; }
.mypage-menu-item .num { font-size: 16px; font-weight: bold; color: var(--text-primary); }
.mypage-menu-item .icon { font-size: 18px; color: var(--text-secondary); }
.mypage-menu-item .badge { display: inline-block; width: 16px; height: 16px; border-radius: 50%; background: var(--color-red); color:#fff; text-align: center; line-height: 16px; font-size: 10px; font-weight: 500; margin-left:4px; transform: translateY(-1px); }
.mypage_sub { height: calc( 100vh - 60px ); }

/* 마이페이지 - 제품 상세 */
.detail-status-select { width: 102px; height: 36px; align-items: center; padding: 0 12px; border-radius: 4px; background: var(--bg-primary); border: 1px solid var(--border-color); justify-content: space-between; }
.detail-status-select .txt { font-size: 14px; font-weight: bold; color: var(--text-primary); }
.detail-status-select .icon { font-size: 14px; color: var(--text-primary); }
.modal_trans .modal-footer-btn.submit-btn { background: var(--color-blue); border: 1px solid var(--color-blue); }
.modal_trans .modal-wrap .map-modal{
  position: static !important;
  transform:none !important;
  margin: 0 auto !important;
}

.page-stack {
  width: 100vw; height:100vh;
  position:fixed; top:0; left:0; z-index:100000;
  overflow-y:auto;
}
.page-stack .modal-wrap {
  padding:24px 16px !important;
}
/* 마이페이지 - 제품 상세 - 구매자 선택 */
.buyer_select { height: calc( 100vh - 60px - 136px ); }
.buyer_select .chat-list { max-width: 768px; margin: 0 auto; }
.buyer_select .chat-item { padding-left: 16px; padding-right: 16px; }
.buyer_select .chat-item .item-txt-wrap { width: calc( 100% - 56px - 16px - 32px ); }
.buyer-select-footer {background-color: var(--bg-primary);height: 136px; position: fixed; bottom: 0; left: 0; right: 0; border-top: 1px solid var(--border-color); padding-bottom: 20px; }
.buyer-select-footer .container {height: 100%; gap: 24px; justify-content: flex-end; }
.buyer-select-footer .txt { text-align: center; font-size: 15px; color: var(--text-secondary); font-weight: 500; text-decoration: underline; cursor: pointer}
.buyer-select-footer .modal-footer-btn.submit-btn { width: 100%; background: var(--color-blue); border: 1px solid var(--color-blue); }

/* 마이페이지 - 판매내역 - 거래완료 */
.prod-item-group { width: 100%; gap: 16px; }
.prod-item .item-btn-wrap { width: 100%; gap: 8px; }
.prod-item .item-btn-group { gap: 8px; width: calc( 100% - 48px ); }
.prod-item .item-btn { width: 100%; height: 40px; line-height: 40px; border-radius: 4px; text-align: center; background: var(--bg-secondary); font-size: 16px; font-weight: bold; color: var(--text-primary); }
.prod-item .item-btn.active { background: var(--color-blue); color: #eee; }
.prod-item .item-btn.more-btn { width: 40px; }
.prod-item .item-btn.more-btn i { font-size: 24px; line-height: 40px; font-weight: normal; }
/* 마이페이지 제품 목록 점 3개 버튼 아이콘 */
.prod-item .item-btn.more-btn .list-dots-icon { display: flex; gap: 5px; align-items: center; justify-content: center; }
.prod-item .item-btn.more-btn .list-dots-icon span { width: 5px; height: 5px; border-radius: 50%; background-color: var(--text-primary); display: block; }

/* 마이페이지 - 후기 상세 */
.review_detail { height: calc( 100% - 60px ); }
.review_detail .container { padding-top: 20px; padding-bottom: 20px; }
.review-title-wrap { margin-bottom: 24px; gap: 12px; }
.review-detail-wrap .review-title-wrap { text-align: center; margin-bottom: 106px; }
.review-title-wrap .title { font-size: 18px; font-weight: bold; line-height: 1.5; color: var(--text-primary); }
.review-title-wrap .txt { font-size: 12px; font-weight: normal; line-height: 1.5; color: var(--text-secondary); }
.review-detail { padding: 40px 32px; padding-bottom: 160px; background: var(--bg-secondary); border-radius: 16px; position: relative; }
.review-detail.send { background: var(--bg-secondary); }
.review-detail::after { content: ''; display: block; position: absolute; width: 310px; height: 118px; top: -90px; left: 50%; transform: translateX(-50%); background-image: url(../images/review_top.png); background-repeat: no-repeat; background-size: contain; background-position: center; }
.review-detail::before { content: ''; display: block; position: absolute; width: 100%; height: 160px; bottom: 0; left: 50%; transform: translateX(-50%); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; }
.review-detail.receive::before { background-image: url(../images/review_footer_receive.png); }
.review-detail.send::before { background-image: url(../images/review_footer_send.png); }
.review-detail-list { gap: 12px; }
.review-detail-item { gap: 8px; align-items: baseline; }
.review-detail-item .icon { font-size: 16px; }
.review-detail.receive .review-detail-item .icon { color: var(--color-blue); }
.review-detail.send .review-detail-item .icon { color: var(--color-red); }
.review-detail-item .txt { font-size: 14px; font-weight: 500; line-height: 1.25; color: var(--text-primary); }
.review_detail .form-footer { margin-top: 40px; }

/* 마이페이지 - 후기 작성 */
.review_create { padding-bottom: 20px; }
.review_create> .container { min-height: calc( 100% - 100px ); padding-top: 20px; gap: 40px; }
.review-score-wrap { gap: 20px; margin-bottom: 32px; }
.review-score {flex:1; width: 100%; text-align: center; }
.review-score .checked-box .img-box { width: 100%; padding-top: 100%; position: relative; background-color: var(--border-color); border-radius: 12px; background-size: calc(100% - 32px) calc(100% - 32px); background-repeat: no-repeat; background-position: center; transition: .2s; }
.review-score-01 .checked-box .img-box { background-image: url(../images/review_scroe_01.png); }
.review-score-02 .checked-box .img-box { background-image: url(../images/review_scroe_02.png); }
.review-score-03 .checked-box .img-box { background-image: url(../images/review_scroe_03.png); }
.review-score input:checked + .checked-box .img-box { background-color: var(--color-blue); }
.review-score-01 input:checked + .checked-box .img-box { background-image: url(../images/review_scroe_01_active.png); }
.review-score-02 input:checked + .checked-box .img-box { background-image: url(../images/review_scroe_02_active.png); }
.review-score-03 input:checked + .checked-box .img-box { background-image: url(../images/review_scroe_03_active.png); }
.review-score .checked-box .txt { font-size: 16px; font-weight: bold; color: var(--text-secondary); margin-top: 16px; transition: .2s; }
.review-score input:checked + .checked-box .txt { color: var(--text-primary); }
.review_create .form-footer { margin-top: auto; }

/* 마이페이지 - 활동지역 설정 */
.guide-txt { font-size: 14px; color: var(--text-secondary); }
.area-setting-label { align-items: center; justify-content: space-between; }
.area-setting-label .area-txt { font-size: 15px; color: var(--color-blue); }

/* 마이페이지 - 받은 후기 */
.review-section-wrap { gap: 32px; padding: 20px 0; }
.review-section-title { margin-bottom: 16px; align-items: center; gap: 8px; font-size: 18px; color: var(--text-primary); }
.review-section-title .img { width: 32px; }
.review-section .user-review-report { gap: 0; border-top: 1px solid var(--text-secondary); border-bottom: 1px solid var(--text-secondary); }
.review-section .user-review-report-item { height: 48px; }
.review-section .user-review-report-item:not(:last-child) { border-bottom: 1px solid var(--border-color); }

/* 이벤트 */
.board { padding-top: 20px; padding-bottom: 20px; }
.event-list { gap: 32px; }
.event-item { width: 100%; }
.event-item .img-container { padding-top: 35%; border-radius: 8px; overflow: hidden; margin-bottom: 8px; }
.event-item .txt-wrap { gap: 8px; }
.event-item .label.label1 { padding: 0 12px; height: 24px; border-radius: 12px; line-height: 24px; background: var(--bg-primary); color: var(--color-blue); font-size: 12px; font-weight: 500; width: fit-content; }
.event-item.disable .label { background: var(--bg-secondary); color: var(--text-secondary); }
.event-item .title { font-size: 17px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--text-primary); }
.event-item .date { font-size: 14px; font-weight: 500; color: var(--text-tertiary); }
.event-item .label.label0, .event-item .label.label2{
  padding: 0 12px; height: 24px; border-radius: 12px; line-height: 24px; background: var(--bg-primary); color: var(--text-primary); font-size: 12px; font-weight: 500; width: fit-content;
}
/* 이벤트 상세 */
.board_detail { padding-top: 20px; padding-bottom: 20px; padding-bottom:80px; }
.board_detail .title-wrap { align-items: flex-start; padding-bottom: 16px; border-bottom: 1px solid var(--border-color); gap: 12px; }
.board_detail .title-wrap .sub-title { font-size: 14px; font-weight: 500; color: var(--color-blue); }
.board_detail .title-wrap .sub-title .label.label1 { display: inline-block; padding: 0 12px; height: 24px; border-radius: 12px; line-height: 24px; background: #111; color: var(--color-blue); font-size: 14px; font-weight: 500; width: fit-content; margin-right: 8px; }
.board_detail .title-wrap .sub-title .label.label0,.board_detail .title-wrap .sub-title .label.label2 {display: inline-block; padding: 0 12px; height: 24px; border-radius: 12px; line-height: 24px; background: var(--bg-secondary); color: var(--text-secondary); font-size: 14px; font-weight: 500; width: fit-content; margin-right: 8px;   }


.board_detail .title-wrap .title { font-size: 18px; font-weight: bold; line-height: 1.25; color: var(--text-primary); }
.board_detail .title-wrap .date { font-size: 14px; color: var(--text-secondary); }
.board_detail .con-wrap { padding: 20px 0; font-size: 16px; line-height: 1.5; word-break: break-all; color: var(--text-primary);}
.board_detail .con-wrap * { word-break: break-all; white-space: pre-line; }
.board_detail .con-wrap img { max-width: 100%; width: unset;}
.board_detail .btm-wrap { justify-content: space-between; align-items: center; position: relative; width: 100%; border-top: 1px solid var(--text-secondary); padding-top: 16px; }
.board_detail .btm-wrap .btn { font-size: 16px; color: var(--text-tertiary); font-weight: bold; display: flex; gap: 8px; align-items: baseline; width: calc( (100% - 64px ) / 2 ); cursor: pointer; }
.board_detail .btm-wrap .next-btn { justify-content: flex-end; }
.board_detail .btm-wrap .btn i { color: var(--text-tertiary); }
.board_detail .btm-wrap .list-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--color-blue); text-align: center; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.board_detail .btm-wrap .list-btn i { font-size: 18px; color: var(--color-blue); line-height: 38px; }
/* 목록 버튼 점 3개 가로 아이콘 */
.board_detail .btm-wrap .list-btn .list-dots-icon { display: flex; gap: 5px; align-items: center; justify-content: center; }
.board_detail .btm-wrap .list-btn .list-dots-icon span { width: 5px; height: 5px; border-radius: 50%; background-color: var(--color-blue); display: block; }

/* 자주하는 질문 */
.subpage .search-input-wrap { width: 100%; margin-bottom: 20px; }
.subpage .search-input-wrap .icon { width: 20px; }
.subpage .cate-list { padding-top: 0; padding-bottom: 0; }
.faq-item { border-bottom: 1px solid var(--border-color); width: 100%; display: flex; align-items: center; cursor: pointer; min-height: 64px; padding: 20px 0; justify-content: space-between; position: relative; }
.faq-item .icon { font-size: 18px; color: var(--text-secondary); line-height: 1.25;}
.faq-item .content-wrap { display: flex; height: 100%; width: 100%; align-items: flex-start; }
.faq-item .faq-text { width: 20px; font-size: 18px; font-weight: bold; color: var(--color-blue); line-height: 1.25;}
.faq-item .faq-title { width: calc( 100% - 40px ); padding-left: 8px; font-size: 17px; font-weight: 300; line-height: 1.25; display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; max-height: calc( ( 15px * 1.25 ) * 2 ); color: var(--text-primary);}

/* 공지사항 */
.notice-item { border-bottom: 1px solid var(--border-color); width: 100%; padding: 24px 0; position: relative; }
.notice-item:last-child { border-bottom: 0; }
.notice-item .icon { font-size: 18px; color: var(--text-secondary); line-height: 1.25; position: absolute; top: 24px; right: 0; }
.notice-item .content-wrap { gap: 8px; width: calc( 100% - 24px ); }
.notice-item .title { width: 100%; font-size: 17px; font-weight: 300; line-height: 1.25; display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; max-height: calc( ( 15px * 1.25 ) * 2 ); color: var(--text-primary);}
.notice-item .date { font-size: 14px; color: var(--text-secondary); }

/* 1:1문의 - 문의 목록 */
.notice-item .txt-group { gap: 16px; align-items: center; }
.notice-item .txt-group .txt { font-size: 14px; color: var(--text-secondary); position: relative; }
.notice-item .txt-group .txt:not(:last-child)::after { content: ''; display: block; position: absolute; width: 1px; height: 10px; background: var(--text-secondary); right: -8px; top: 50%; transform: translateY(-50%); }
.notice-item .state.complete { color: var(--color-blue); font-weight: 600; }
.inquiry-guide-group { gap: 8px; }
.inquiry-guide-txt { padding-left: 12px; position: relative; font-size: 14px; line-height: 1.5; color: var(--text-tertiary); word-break: break-all; }
.inquiry-guide-txt::after { content: ''; display: block; position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--text-tertiary); left: 0; top: 7.5px; }
.board .form-footer { margin-top: 24px; }
.board .null-txt { font-size: 16px; font-weight: bold; padding: 96px 0; color: var(--text-primary); }

/* 1:1문의 - 문의 상세 */
.board_detail .title-wrap .txt-group { gap: 16px; align-items: center; }
.board_detail .title-wrap .txt-group .txt { font-size: 12px; color: var(--text-secondary); position: relative; }
.board_detail .title-wrap .txt-group .txt:not(:last-child)::after { content: ''; display: block; position: absolute; width: 1px; height: 10px; background: var(--text-secondary); right: -8px; top: 50%; transform: translateY(-50%); }
.board_detail .title-wrap .state.complete { color: var(--color-blue); font-weight: 600; }

.inquiry-detail-ans { background: var(--bg-secondary); border-radius: 4px; position: relative; padding: 24px 20px; }
.inquiry-detail-ans .icon { position: absolute; top: 22px; left: 20px; font-size: 18px; color: var(--color-blue); }
.inquiry-detail-title-wrap { gap: 8px; padding-bottom: 12px; border-bottom: 1px solid var(--border-color); padding-left: 24px; align-items: baseline; margin-bottom: 12px; }
.inquiry-detail-title { font-size: 15px; font-weight: 600; color: var(--text-primary); }
.inquiry-detail-date { font-size: 12px; color: var(--text-secondary); }
.inquiry-detail-txt { font-size: 14px; line-height: 1.5; color: var(--text-primary); }

.board_detail .file-preview-scroll-wrap { margin-bottom: 24px; width: calc( 100% + 16px ); }

/* 마이페이지 - 설정 */
.mypage-menu-container { min-height: 100%; max-width: 768px; margin: 0 auto; gap: 12px; background: var(--bg-secondary); }
.mypage-menu-container .mypage-menu-wrap { border-radius: 0; box-shadow: none; }
.mypage-menu-item .txt-group { gap: 8px; }
.mypage-menu-item .txt { font-size: 12px; color: var(--text-secondary); }

.switch { width: 56px; height: 32px; border-radius: 16px; position: relative; background: var(--text-secondary); transition: .2s;}
.switch-core { width: 24px; height: 24px; border-radius: 50%; background: var(--bg-primary); position: absolute; left: 4px; top: 4px; transition: .2s; }
.switch-wrap input:checked + .switch { background: var(--color-yellow-dark); }
.switch-wrap input:checked + .switch .switch-core { transform: translateX(100%); }

/* 마이페이지 - 프로필 수정 */
.form-item .profile-img { width: 80px; height: 80px; margin: 0 auto; position: relative; overflow: unset; border: 0; }
.form-item .profile-img img { border-radius: 50%; }
.form-item .profile-img .icon { display: block; width: 24px; height: 24px; border-radius: 50%; background: var(--bg-tertiary); color: var(--text-primary); text-align: center; line-height: 24px; font-size: 12px; position: absolute; bottom: 0; right: 0; }

/* 마이페이지 - 계정 정보 수정 */
.sns-icon { width: 52px; height: 52px; border-radius: 4px; background-repeat: no-repeat; background-size: 20px; background-position: center; }
.sns-icon.kakao { background-color: #fee500; background-image: url(../images/icon_kakao.svg); }
.sns-icon.naver { background-color: #03c75a; background-image: url(../images/icon_naver.svg); }
.sns-icon.google { background-color: #ddd; background-image: url(../images/icon_google.png); }
.sns-icon.apple { background-color: #434343 ; background-image: url(../images/icon_apple.png); }
/* 마이페이지 - 회원탈퇴 */
.withdrawal-wrap { height: 100%; padding-bottom: 24px; }
.withdrawal-wrap .mypage-menu-container { min-height: unset; }
.withdrawal-wrap .form-footer { margin-top: auto; }
.withdrawal-wrap .mypage-menu-title { font-size: 16px; }
.withdrawal-wrap .withdrawal-list { gap: 16px; }
.withdrawal-wrap .withdrawal-item .num { width: 18px; line-height: 1.5; font-size: 14px; font-weight: bold; color: var(--color-blue); }
.withdrawal-wrap .withdrawal-item .txt { width: calc( 100% - 18px ); line-height: 1.5; font-size: 14px; color: var(--text-primary); }
.withdrawal-wrap .withdrawal-item .sub-txt { display: block; margin-top: 8px; font-size: 12px; line-height: 1.5; color: var(--text-secondary); }

/* 마이페이지 - 차단 사용자 관리 */
.user-item .block-btn { margin-left: auto; padding:0px 20px; border-radius: 4px; background: var(--bg-primary); text-align: center; line-height: 38px; border: 1px solid var(--bg-tertiary); font-size: 14px; font-weight: bold; color: var(--text-primary); }
.prod-item-wrap .block-btn {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 9999; margin-left: auto; width: 70px; height: 32px; border-radius: 4px; background: var(--bg-primary); text-align: center; line-height: 30px; border: 1px solid var(--bg-tertiary); font-size: 12px; font-weight: bold; color: var(--text-primary);
}
.prod-item-wrap .prod-item .title {
  padding-right:40px;
}
/* 마이페이지 - 관심 키워드 설정 */
.keyword-wrap { padding: 20px 0; }
.keyword-input-wrap .submit-btn { font-size: 15px; font-weight: bold; color: var(--color-blue); }
.keyword-wrap .search-section-title-wrap { padding: 0; }
.keyword-wrap .search-section-title-wrap .blue { color: var(--color-blue); }
.keyword-wrap .recent-search-list { padding: 0; gap: 0; }
.keyword-wrap .recent-search-item { height: 40px; border-bottom: 1px solid var(--bg-secondary); }
.keyword-wrap .recent-search-item .del-btn { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; line-height: 1; cursor: pointer;}
.keyword-wrap .recent-search-item .del-btn .unicode-icon { font-size: 18px; }
.modal_alert .modal-alert .modal-title-wrap .icon { color: var(--text-secondary); }

/* 알림 */
.notification-wrap { padding: 24px 0; }
.notification-txt { padding-bottom: 8px; background: var(--bg-primary); font-size: 13px; color: var(--text-secondary); }
.notification-item { padding: 16px 0; gap: 8px; align-items: center; }
.notification-item .item-img { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; }
.notification-item .item-img img { height: 100%; object-fit: cover; object-position: center; }
.notification-item .item-txt { width: calc( 100% - 64px ); gap: 4px; }
.notification-item .item-txt .txt { font-size: 12px; color: var(--text-secondary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notification-item .item-txt .title { font-size: 14px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--text-primary); }
.notification-item .item-txt .date { font-size: 10px; color: var(--text-secondary); margin-top: 4px; }

/* 지역 선택 팝업 */
.local_select_2 .modal-wrap { padding-left: 0; padding-right: 0; }
.local_select_2 .modal-scroll-wrap { overflow: unset; padding: 16px; padding-top: 0; }
.local_select_2 .form-label-wrap { height: 100%; overflow: auto; padding-top: 12px; }
.local_select_2 .modal-footer { width: calc( 100% - 32px ); margin: 0 auto; }
.local_select_2 .local-select-group-2 { position: relative; }
.local_select_2 .local-select-group-2::after { content: ''; display: block; position: absolute; width: calc( 100% - 16px ); left: 0; top: 0; height: calc( 100% + 84px ); background: var(--bg-secondary); z-index: -1; }

.m-input-checkboxes {
  display: flex; flex-wrap:wrap; gap:16px;
}
.m-input-checkbox.type01 label {
  padding-left:30px;
  position: relative;
  font-size:14px; color: var(--text-primary);
}
.m-input-checkbox.type01 label:after {
  content:"";
  display: inline-block;
  width: 20px; height: 20px;
  background-image: url('../images/checkbox-inactive.png');
  position: absolute;
  left: 0;
  top:-3px;
}
.m-input-checkbox.type01 input:checked + label:after {
  background-image: url('../images/checkbox-active.png');
}

.create .m-input-checkbox.type01 {
  margin-top:8px;
}

.mannerBox{
  display: none;
}
.mannerBox.active{
  display: block;
}
.buyer span{
  font-weight: bold;
}

.write_btn{

  padding: 14px 16px;
  background-color: var(--color-blue);
  border-radius: 25px;
  position: fixed;
  bottom: 90px;
  right: 16px;
}
.write_btn a{
  color: #eee;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.write_btn a i{
  font-size: 18px;
  color: var(--text-primary);
  margin-right: 5px;
}
.counts{
  margin-top: 10px;
}
.admin-wrap .file-upload-wrap
{
  flex-flow: nowrap;
}
.admin-wrap .file-upload-wrap .file-upload-btn{
  width: 110px;
  height: 110px;
  background-color: transparent;
}

.admin-wrap .file-upload-wrap .icon{
  line-height: 110px;
}

.navi .disabled{
  pointer-events: none;
  cursor: not-allowed;
}

.admin-wrap .ql-editor{
  min-height: 500px;
}

.admin-chat .new-message-box.send .profile-img{
  display: block;
}
.admin-chat .send .profile-flex{
  display: flex;
justify-content: end;
  align-items: center;
  gap:12px;
}
.admin-chat .profile-flex{
  margin-bottom: 5px;
}
.admin-chat .receive .profile-flex{
  display: flex;
  align-items: center;
justify-content: start;
margin-bottom: 10px;
}

/* app store */
.app-store { width: 100%; height: 100vh; padding: 10.5vh 5.625vw 6vh; background-image: url(../images/app_bg_pc.png); background-repeat: no-repeat; background-size: cover; background-position: center; gap: 7.8vh; position: relative; }
.app-store .logo-icon { width: 108px; height: 94px; margin-bottom: 42px; background-image: url(../images/logo_icon_-text-primary.png); background-repeat: no-repeat; background-size: contain; background-position: center; }
.app-store .title-wrap .title { font-size: 32px; font-weight: 500; color: #aaa; margin-bottom: 30px; }
.app-store .logo-txt { width: 350px; height: 78px; margin-bottom: 50px; background-image: url(../images/logo_txt_-text-primary.png); background-repeat: no-repeat; background-size: contain; background-position: center; }
.app-store .title-wrap .txt { font-size: 25px; color: #777; opacity: .65; line-height: 1.4; }
.app-store .btn-wrap { gap: 20px; }
.app-store .btn-wrap .btn { width: 288px; height: 85px; }
.app-store .qr-code { position: absolute; top: 56px; right: 56px; width: 204px; }
.app-store .footer { margin-top: auto; }
.app-store .footer-txt-wrap { gap: 16px; }
.app-store .footer-txt-group { gap: 40px; }
.app-store .footer-txt { font-size: 14px; color: var(--text-primary); opacity: .68; font-weight: 300; position: relative; line-height: 1.2; }
.app-store .footer-txt:not(:last-child)::after { content: ''; display: block; position: absolute; width: 1px; height: 12px; background: var(--text-primary); right: -20px; top: 1px; }
.app-store .footer-txt.bold { font-weight: 600; }
.app-store .footer-copy-txt { margin-top: 8px; font-size: 14px; font-weight: 500; opacity: .4; color: var(--text-primary); }

@media screen and (max-width: 860px) {
  .app-store { padding: 40px 30px; background-image: url(../images/app_bg_mb.png); gap: 64px; }
  .app-store .logo-icon { width: 75px; height: 66px; margin-bottom: 24px; background-image: url(../images/logo_icon_blue.png); }
  .app-store .title-wrap .title { font-size: 20px; color: #aaa; margin-bottom: 16px; }
  .app-store .logo-txt { width: 210px; height: 47px; margin-bottom: 30px; background-image: url(../images/logo_txt_blue.png); }
  .app-store .title-wrap .txt { font-size: 17px; color: #777; }
  .app-store .title-wrap .txt .mb { display: block; }
  .app-store .btn-wrap { gap: 16px; flex-flow: wrap; margin-top: -40px; }
  .app-store .btn-wrap .btn { width: 240px; height: 70px; }
  .app-store .qr-code { position: static; width: 96px; margin-bottom: 40px; }
  .app-store .footer-txt-wrap { gap: 8px; }
  .app-store .footer-txt-group { gap: 8px; flex-flow: column; }
  .app-store .footer-txt { font-size: 12px; }
  .app-store .footer-txt:not(:last-child)::after { display: none; }
  .app-store .footer-txt.bold { font-size: 14px; margin-bottom: 8px; }
  .app-store .footer-copy-txt { margin-top: 0; font-size: 10px; }
}
.relatived{
  position: relative;
}
.sticker-title{
  font-size: 14px;
  color: var(--text-secondary);
  margin-top: 5px;
}

/* 스플래시 광고 */
.splash-ad { width: 100%; max-width: 768px; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.splash-ad img { height: 100%; object-fit: cover; object-position: center; }

/* 인터스티셜 광고 */
.inter-ad { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); max-width: 768px; width: 100%; }
.inter-ad-btn { width: 100%; height: 48px; background: var(--bg-primary); text-align: center; line-height: 48px; font-size: 16px; color: var(--text-primary); }
.inter-ad-slide { border-top-left-radius: 16px; border-top-right-radius: 16px; overflow: hidden; }
.inter-ad-slide .swiper-slide { position: relative; width: 100%; padding-top: 100%; }
.inter-ad-slide .swiper-slide img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; height: 100%; object-fit: cover; object-position: center; }
.inter-ad-slide .inter-ad-pagination { bottom: 16px; display: flex; justify-content: center; gap: 4px; }
.inter-ad-slide .inter-ad-pagination .swiper-pagination-bullet { margin: 0; width: 8px; height: 8px; border-radius: 4px; background: #aeaeae; opacity: 1; transition: .2s; }
.inter-ad-slide .inter-ad-pagination .swiper-pagination-bullet-active { background: var(--text-primary); width: 24px; }

/* 팝업 광고 */
.inter-ad.popup { bottom: unset; top: 50%; transform: translate(-50%, -50%); width: calc( 100% - 56px ); border-radius: 16px; overflow: hidden; }

/* 상품 삽입 광고 */
.prod-item.ad .item-txt-wrap { display: flex; flex-flow: column; gap: 8px; }
.prod-item.ad .title { margin-bottom: 0; display:-webkit-box; word-wrap: break-word; -webkit-line-clamp: 2; max-height: calc( (18px * 1.2) * 2 ); line-height: 1.2; white-space: unset; -webkit-box-orient: vertical; }
.prod-item.ad .sub-txt { display:-webkit-box; word-wrap: break-word; -webkit-line-clamp: 2; max-height: calc( (15px * 1.2) * 2 ); line-height: 1.2; white-space: unset; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }

#google_translate_element {
  display: none;
}
.skiptranslate {
  display: none;
}
#goog-gt-tt {
  display: none !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  display: none !important;
}

/* 상품 등록 페이지 - 이미지 업로드 스타일 */
.m-input-images.type01 .m-files {
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
}

.m-input-images.type01 .m-file-wrap {
  position: relative;
  padding: 0;
  flex: 0 0 auto;
}

.m-input-images.type01 .m-file {
  background-size: cover;
  width: 95px !important;
  height: 95px !important;
  border-radius: 10px !important;
  flex: 0 0 auto;
}

.file-preview-wrap .xi-close {
  border-radius: 4px;
  width: 16px;
  top: 3px;
}

.file-preview-wrap::-webkit-scrollbar {
  display: none;
}

.m-file-wrap:first-child .file-preview-label {
  display: block;
}

.file-preview-label {
  border-radius: 2px;
  top: 1px;
  left: 2px;
  z-index: 9999;
}

.file-upload-wrap {
  align-items: center;
}

.file-preview-scroll-wrap {
  height: 95px;
}

.file-preview-wrap {
  height: 95px;
}

.file-preview-label {
  top: 4px;
}