/* 단어줄바꿈 */
*{word-break: keep-all !important;}
.bottom-link p {
    font-size: 0.9rem;
}

.border-5 {
    border: 5px solid;
}

.border-timedeal {
    border: 7px solid #3a6caf;
}

.button-badge {
    position: absolute;
    bottom: 50px;
    right: 0;
    transform: translateX(8px);
    background-color: #65b039;
    font-size: 11px;
    line-height: 0;
    font-weight: 500;
    color: #fff;
    padding: 1em 0.6em;
    border-radius: 100vh;
}

/* .table {
    border-top: 1px solid #777;
} */
th,td{vertical-align: middle !important;}
.form-control,
.form-select {
    border-radius: 4px !important;
}

.btn-checkout {
    font-size: 1.3rem;
}

.form-check-label {
    font-size: 1.04rem; border:0px solid #000; padding-right:10px; font-weight: normal;
}

.minw-150 {
    min-width: 170px;
}

.small-menu {
    font-size: 100% !important;
    font-weight: normal;
}

.pc-only {
    display: ;
}

.mobile-only {
    display: none !important;
}

.bbs-no {
    width: 80px;
}

.bbs-date {
    width: 130px;
}

.bbs-status {
    width: 80px;
}

.bbs-cate {
    width: 120px;
}

@media (max-width: 767.98px) {
    .line {
        margin: 1rem 0;
    }
    .heading-block {
        margin-bottom: 0 !important;
    }
    .form-check-input {
        width: 1em;
        height: 1em;
    }
    .form-check-label {
        font-size: 0.9rem;
    }
    .line.line-sm {
        margin: 1rem 0;
    }
    .pc-only {
        display: none;
    }
    .mobile-only {
        display: block !important;
    }
    .table-bbs a {
        line-height: 1.4rem;
    }
    .table-bbs thead th {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .table-bbs tbody tr td,
    .table-bbs tbody tr th {
        border-bottom: 1px solid #eee !important;
        box-shadow: none !important;
    } 
}
.font-big {
    font-size: 1.4rem;
}

.font-big2 {
    font-size: 1.1rem;
}

.font-big-big {
    font-size: 1.8rem;
}
.badge {
    border-radius: 4px !important;
}
.btn, .button, .btn-sm {
    border-radius: 4px !important;
}

/* 아이소리몰 공식 로고 브랜드 컬러 뱃지 시스템 */
span.badge.badge-sale,
.badge-sale {
    background-color: #f05a24 !important; /* 로고 대표 주황/레드 - SALE */
    color: #ffffff !important;
    margin-right: 5px !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    display: inline-block !important;
}
span.badge.badge-new,
.badge-new {
    background-color: #5dbb46 !important; /* 로고 대표 초록 잎 - NEW */
    color: #ffffff !important;
    margin-right: 5px !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    display: inline-block !important;
}

span.badge.badge-best,
.badge-best {
    background-color: #356bb3 !important; /* 로고 대표 심볼 블루 - BEST */
    color: #ffffff !important;
    margin-right: 5px !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    display: inline-block !important;
}

span.badge.badge-special,
.badge-special {
    background-color: #2899aa !important; /* 로고 대표 청록/민트 - SPECIAL */
    color: #ffffff !important;
    margin-right: 5px !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    display: inline-block !important;
}

.badge-outline-black {
    background-color: #fff;
    color: #222;
    border: 1px solid #000;
}

.badge-outline-primary {
    background-color: #f5f5f5;
    color: #222;
    border: 1px solid #3a6caf;
}

.badge-outline-danger {
    background-color: #ddd;
    color: #222;
    border: 1px solid #fd4e1e;
}

.badge-outline-info {
    background-color: #f5f5f5;
    color: #222;
    border: 1px solid #29889e;
}

.badge-outline-success {
    background-color: #f5f5f5;
    color: #222;
    border: 1px solid #65b039;
}

.badge-outline-warning {
    background-color: #f5f5f5;
    color: #222;
    border: 1px solid #ff982a;
}

.badge-delete {
    background-color: #dc3545;
    color: #fff;
    border: 0px solid #3a6caf;
    padding: 5px 10px;
}

.badge-black {
    background-color: #000;
    color: #fff;
    border: 0px solid #3a6caf;
    padding: 5px 10px;
}

.badge-delete:hover,
.badge-black:hover {
    color: #ccc;
}

.badge-outline-black:hover {
    background-color: #f7f7f7;
}

.btn-sm {
    border-radius: 4px !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.c-pointer {
    cursor: pointer;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-100 {
    font-weight: 100 !important;
}

.font-200 {
    font-weight: 200 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-900 {
    font-weight: 900 !important;
}

.border-ccc {
    border: 1px solid #ccc !important;
}

.sns-50 {
    height: 50px;
}

.sns-30 {
    height: 30px;
    padding-right: 5px;
}

.mbr {
    display: none;
}
.pbr {
  display: ;
}
.space-200{height:200px;}
.space-100{height:100px;}
.space-50{height:50px;}
.carousel-caption h5{color:#fff !important;}
/* Smartphones (portrait and landscape) ----------- */

.underline {
    text-decoration: underline !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .button-badge {
        position: absolute;
        bottom: 30%;
        right: -50%;
        transform: translateX(8px);
        background-color: #65b039;
        font-size: 12px;
        line-height: 0;
        font-weight: 500;
        color: #fff;
        padding: 1em 0.6em;
        border-radius: 100vh;
    }
    #page-title {
        position: relative;
        padding: 0.1rem 0 1rem;
        background-color: #F5F5F5;
        border-bottom: 1px solid #EEE;
    }
    .w-25 {
        width: 48% !important;
    }
    .content-wrap {
        position: relative;
        padding: 20px 0;
        overflow: hidden;
    }
    .minw-150 {
        min-width: 40%;
    }
    .mbr {
        display: block;
    }
    .section {
        padding: 30px 0;
    }
    .pbr{display: none;}
    .space-100{height:50px;}
    .space-200{height:100px;}
    .space-25{height:25px;}
}


/* ----------------------------------------------------------------
	On Hover Changes
-----------------------------------------------------------------*/

.showcase-target-images {
    position: relative;
}

.showcase-target {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}

.showcase-target.showcase-target-active {
    position: relative;
    display: block;
}

.showcase-section:hover .showcase-target {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.showcase-section ul li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #000;
    cursor: pointer;
    border: 1px solid #EEE;
}

.showcase-section ul li.headphone-red {
    background-color: #af1e2b;
}

.showcase-section ul li.headphone-black {
    background-color: #000;
}

.showcase-section ul li.headphone-blue {
    background-color: darkblue;
}

.showcase-section ul li.headphone-pink {
    background-color: pink;
}

.showcase-section ul li.headphone-white {
    background-color: white;
}

.showcase-section .badge-- {
    position: absolute;
    top: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 11px;
    text-shadow: none;
    background-color: #222 !important;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.timedeal-tab {
    position: absolute;
    z-index: 100;
    font-size: 14px;
}

.menu-link {
    padding: 0;
    margin: 0;
}

.product-rating {
    display: none !important;
}


/* login */

.login-form {
    max-width: calc(100vw - 20px);
    width: 420px;
    /* width: 60%; */
    /* height: auto; */
    background: rgba(255, 255, 255, 1);
    padding: 10px 0px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#u_id,
#u_pwd {
    font-size: 1.1rem;
}

.findidbtn:hover {
    color: #fd4e1e;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .login-form {
        padding: 50px 10px;
    }
}

@media (min-width: 1025px) {
    /* pc or pad 가로 */
    .login-form {
        width: 40%;
    }
}

.login-form:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    /* height: 100%; */
    z-index: 0;
}

.login-form h2 {
    margin: 0;
    padding-bottom: 5px;
    /* color: #fd4e1e; */
    font-size: 22px;
    border-bottom: 0px solid #fd4e1e;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}


/* --- Animated Buttons --- */

.movebtn {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    background-image: none;
    padding: 8px 10px;
    border-radius: 4px !important;
    /* -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66); */
}

.movebtnre {
    border: 2px solid #ff5501;
    box-shadow: inset 0 0 0 0 #ff5501;
    color: #ff5501;
}

.movebtnsu {
    border: 2px solid #3a6caf;
    color: #ffffff;
    background-color: #3a6caf;
}

.kakao,
.naver {
    width: 50%;
    float: left;
    text-align: center;
}

.kakao {
    border: 2px solid #FFE812;
    color: #000;
    background-color: #FFE812;
}

.naver {
    border: 2px solid #16c715;
    color: #000;
    background-color: #02C759;
}

.kakao:focus,
.kakao:hover,
.kakao:active {
    background-color: #FFE812;
    color: #000;
    border-color: #FFE812;
    box-shadow: none;
}

.naver:focus,
.naver:hover,
.naver:active {
    /* background-color: #16c715; */
    background-color: #16c715;
    color: #000;
    border-color: #16c715;
    box-shadow: none;
}

.register-agree h3 {
    font-size: 1.3rem;
    margin-top: 20px;
}

.cont h3 {
    font-size: 1rem;
}

.register-agree-textarea {
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    font-size: 0.8rem;
    padding: 15px;
    margin-bottom: 50px;
}

.register-agree-check {
    text-align: left;
}

.register-agree-check label {
    font-size: 0.8rem;
    padding: 10px 0;
}

.naver-bg {
    background-image: url(/assets/images/naver-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
}

.kakao-bg {
    background-image: url(/assets/images/kakao-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
}

#saveid {
    border: 1px solid #fd4e1e;
}


/* register form */

.register-form {
    max-width: calc(100vw - 20px);
    background: rgba(255, 255, 255, 1);
    padding: 10px 0px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#u_id,
#u_pwd {
    font-size: 1.1rem;
}

.findidbtn:hover {
    color: #fd4e1e;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .register-form {
        padding: 0px 0px;
    }
    .mnmu {
        padding: 10px 0;
    }
}

@media (min-width: 1025px) {
    /* pc or pad 가로 */
    .register-form {
        width: 100%;
    }
    .mnmu {
        padding: 0px 0;
    }
}

.register-form:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    /* height: 100%; */
    z-index: 0;
}

.register-form h2 {
    margin: 0;
    padding-bottom: 5px;
    /* color: #fd4e1e; */
    font-size: 22px;
    border-bottom: 0px solid #fd4e1e;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.cursor {
    cursor: pointer !important;
}


/* register form */

.agreement-area {
    border: 1px solid #ddd;
    padding: 1rem;
    overflow-y: scroll;
    height: 150px;
}

.register-form label {
    margin-top: 1rem;
}

.register-check-label {
    font-size: 0.9rem;
    letter-spacing: normal;
    margin-top: 0 !important;
}

a {
    color: #555;
}

.board-contents {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2rem 0;
}

.board-contents textarea {
    min-height: 200px;
}

.board-date {
    text-align: right !important;
    font-size: 0.9rem;
    color: #777;
}

.agreement {
    font-size: 0.85rem;
}

.est-basket-alert {
    font-size: 0.85rem;
}


/* hr  class */

hr.hr-1 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.hr-2 {
    border: 0;
    border-bottom: 2px dashed #eee;
    background: #999;
}

hr.hr-3 {
    border: 0;
    height: 0;
    border-top: 1px solid #8c8c8c;
}

hr.hr-4 {
    padding: 0;
    border: none;
    border-top: medium double #8c8c8c;
    color: #8c8c8c;
    text-align: center;
}

hr.hr-4:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #fff;
}

hr.hr-5 {
    border: 0;
    border-top: 3px double #8c8c8c;
}

hr.hr-6 {
    border: 0;
    border-top: 2px dotted #8c8c8c;
}

hr.line-7 {
    border: 0;
    background-color: #fff;
    border-top: 1px dashed #8c8c8c;
}

hr.hr-8 {
    border: 0;
    background-color: #fff;
    border-top: 2px dotted #8c8c8c;
}

hr.hr-9 {
    border: 0;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #fff;
}

hr.hr-10 {
    border: 0;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #fff;
}

hr.hr-10:after {
    content: '';
    display: block;
    margin-top: 2px;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #fff;
}

hr.hr-11 {
    border: 0;
    border-top: 1px dashed #8c8c8c;
    border-bottom: 1px dashed #fff;
}

hr.hr-12 {
    border: 0;
    border-top: 1px dotted #8c8c8c;
    border-bottom: 1px dotted #fff;
}

hr.hr-13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8c8c inset;
}

hr.hr-14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
}

hr.hr-15 {
    border: 0;
    border-top: 4px double #8c8c8c;
    text-align: center;
}

hr.hr-15:after {
    content: '\2665';
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 10px;
    background: #fff;
    color: #8c8c8c;
    font-size: 18px;
}

hr.hr-16 {
    border: 0;
    border-top: 1px dashed #8c8c8c;
    text-align: center;
}

hr.hr-16:after {
    content: '\002702';
    display: inline-block;
    position: relative;
    top: -13px;
    padding: 0 3px;
    background: #fff;
    color: #8c8c8c;
    font-size: 18px;
}

hr.hr-17 {
    border: 0;
    height: 0;
    box-shadow: 0 0 10px 1px black;
}

hr.hr-17:after {
    content: "\00a0";
}

hr.hr-18 {
    background-color: #fff;
    height: 30px;
    border: 1px solid #8c8c8c;
    border-radius: 20px;
}

hr.hr-18:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border: 0 solid #8c8c8c;
    border-bottom-width: 1px;
    border-radius: 20px;
}

.hr-19 {
    border: none;
    height: 10px;
    background: linear-gradient(-135deg, #fff 5px, transparent 0) 0 5px, linear-gradient(135deg, #fff 5px, #8c8c8c 0) 0 5px;
    background-color: #fff;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px;
}

.circle-no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    /* the magic */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto 40px;
}

#consulting-room li {
    list-style: none;
}

#consulting-room h5 {
    font-size: 18px;
}

#consulting-room h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}


/* faq */

#faq_wrap a.faq-tabs {
    border-radius: 0;
    margin: 0;
    text-align: center;
}

#faq_wrap a.active {
    background-color: #222;
}

.faq-que p {}

@media (max-width: 760px) {
    .faq-tabs {
        width: 50% !important;
    }
}

@media (min-width: 761px) {
    .faq-tabs {
        width: 25% !important;
    }
}

#faq_wrap {}

#faq_wrap h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

.faq_admin {
    margin: 0 5px;
    text-align: right
}

#faq_wrap p {
    line-height: 1.8em
}

#faq_wrap ol {
    margin: 20px 0;
    border-top: 1px solid #000;
    padding: 0;
    list-style: none
}

#faq_wrap li {
    border-bottom: 1px solid #eee
}

#faq_con h3 {
    position: relative;
    padding-left: 30px;
    font-size: 1rem;
    margin: 0 0 10px 0;
}

#faq_con h3 a {
    display: block;
    padding: 15px 0 0 15px;
}

#faq_con .faq_alp {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    background: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

#faq_con .faq_alp_a {
    background: #f3f3f3;
    color: #999
}

#faq_con .con_inner {
    ;
    position: relative;
    display: none;
    padding: 10px;
    padding-left: 40px;
    line-height: 1.8em;
    border-top: 1px solid #eee;
}

#faq_con .con_closer {
    margin: 10px 0 0;
    text-align: right
}

#faq_con .closer_btn {
    margin: 0;
    padding: 0 5px;
    line-height: 24px;
    border: 0;
    background: #666;
    color: #fff
}

.faq_tolist {
    padding: 0 10px;
    text-align: right
}

.faq_img {
    text-align: center
}

#faq_sch {
    background: #f9fafa;
    border: 1px solid #ececec;
    padding: 15px;
    position: relative
}

#faq_sch .frm_input {
    width: 100%
}

#faq_sch .btn_submit {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: none;
    color: #000;
    font-size: 16px
}

.nav-pills button.active {
    background-color: #000;
}


/*  뷰포트의 가로너비가 1025px 이상인 경우 적용 : 데스크탑 환경 */

@media screen and (min-width: 1025px) {
    .heading-block span {
        margin-bottom: 0px;
    }
}


/* 뷰포트의 가로너비가 769px 이상 1024px 이하 : 태블릿 환경 */

@media screen and (min-width: 769px) and (max-width: 1024) {
    .heading-block span {
        margin-bottom: 0px;
    }
}


/* 뷰포트의 가로너비가 768px 이하인 경우 적용 : 모바일 환경 */

@media screen and (min-width: 768px) {
    .heading-block span {
        margin-bottom: 20px;
    }
}

/* 고객센터 리스트 스타일 */
.cs_list {
    padding-left: 20px;
}
.cs_list li {
    list-style: square;
    color: #777777;
}

/* Floating Quick Menu Style */
.quick-menu-floating {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 15px 5px;
    z-index: 4001;
    text-align: center;
}
.quick-menu-floating a {
    display: block;
    text-decoration: none;
    color: #334155;
    margin-bottom: 12px;
    transition: transform 0.2s ease;
}
.quick-menu-floating a:last-child {
    margin-bottom: 0;
}
.quick-menu-floating a:hover {
    transform: scale(1.05);
    color: #035eda;
}
.quick-menu-floating img {
    margin: 0 auto;
}
.quick-menu-floating dt {
    font-size: 11px;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 0;
    color: #64748b;
    line-height: 1.2;
}
/* --- 고유 컬러 변수 (CSS Variables) 정의 --- */
    :root {
    --brand-50: #f5f7ff;
    --brand-100: #ebf0ff;
    --brand-500: #3A6CAF;
    --brand-600: #3A6CAF;
    --brand-700: #3A6CAF;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --emerald-50: #ecfdf5;
    --emerald-700: #047857;
    --blue-50: #eff6ff;
    --blue-600: #3A6CAF;
    --purple-50: #f5f3ff;
    --purple-600: #765185;
  }

  /* --- 기본 레이아웃 구성 요소 --- */
  .addr-container {
    max-width: 1152px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addr-section-title-wrap {
    background-color: var(--gray-50);
    border-bottom: 1px solid var(--gray-100);
    padding: 1.5rem 0;
  }
  .addr-section-title-container {
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    .addr-section-title-container {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
  }


  /* --- 배송주소록 메인 영역 --- */
  .addr-content {
    background-color: rgba(249, 250, 251, 0.5);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .addr-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .addr-header-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gray-900);
    margin: 0;
  }
  @media (min-width: 768px) {
    .addr-header-title {
      font-size: 1.5rem;
    }
  }
  .addr-header-desc {
    font-size: 0.875rem;
    color: var(--gray-500);
    margin-top: 0.25rem;
    margin-bottom: 0;
  }
  .btn-add-top {
    background-color: var(--brand-600);
    color: #ffffff !important;
    padding: 0.625rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: background-color 0.15s ease;
  }
  .btn-add-top:hover {
    background-color: var(--brand-700);
  }

  /* --- 반응형 카드 그리드 (모바일 1열, 태블릿 2열, PC 3열) --- */
  .address-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  @media (min-width: 768px) {
    .address-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    .address-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  /* --- 개별 배송지 카드 디자인 --- */
  .address-card {
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid var(--gray-100);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .address-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .card-top-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .badge-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  /* .badge {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 0.625rem;
    border-radius: 9999px;
    font-size: 1rem;
    font-weight: 600;
  } */
  .badge-type-home {
    background-color: var(--blue-50);
    color: var(--blue-600);
  }
  .badge-type-office {
    background-color: var(--purple-50);
    color: var(--purple-600);
  }
  .badge-type-custom {
    background-color: var(--gray-100);
    color: var(--gray-600);
  }
  .badge-default {
    background-color: var(--emerald-50);
    color: var(--emerald-700);
  }
  .btn-delete {
    color: var(--gray-400);
    background: none;
    border: none;
    padding: 0.375rem;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .btn-delete:hover {
    color: #ef4444;
    background-color: #fef2f2;
  }
  .address-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gray-900);
    margin: 0 0 0.75rem 0;
  }
  .card-info-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .card-info-item {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: var(--gray-600);
  }
  .card-info-item-bold {
    font-weight: 600;
    color: var(--gray-800);
  }
  .info-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    color: var(--gray-400);
    flex-shrink: 0;
  }
  .card-footer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-t: 1px solid var(--gray-100);
    font-size: 0.875rem;
    border-top: 1px solid var(--gray-50);
  }
  .postal-code-txt {
    font-size: 0.75rem;
    color: var(--gray-400);
    margin-bottom: 0.25rem;
  }
  .address-text-bold {
    color: var(--gray-800);
    font-weight: 500;
    line-height: 1.5;
  }
  .address-text-sub {
    color: var(--gray-500);
    font-weight: 400;
  }

  /* --- 비어있는 상태 카드 --- */
  .empty-state {
    grid-column: 1 / -1;
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid var(--gray-100);
    padding: 3rem 1.5rem;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .empty-icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.75rem auto;
    color: var(--gray-300);
  }
  .empty-title {
    color: var(--gray-500);
    font-weight: 500;
    margin: 0;
  }
  .empty-desc {
    font-size: 0.75rem;
    color: var(--gray-400);
    margin-top: 0.25rem;
    margin-bottom: 0;
  }

  /* --- 주소 추가 양식 폼 디자인 --- */
  .form-section {
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid var(--gray-100);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    /* max-width: 768px; */
    margin-left: auto;
    margin-right: auto;
  }
  .form-header {
    padding: 1.25rem 1.5rem;
    background: linear-gradient(to right, var(--gray-50), #ffffff);
    border-bottom: 1px solid var(--gray-100);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form-header-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .form-header-icon {
    background-color: var(--brand-50);
    color: var(--brand-600);
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: inline-flex;
  }
  .form-header-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gray-900);
    margin: 0;
  }
  .form-header-badge {
    font-size: 0.75rem;
    color: #ef4444;
  }
  .form-body {
    padding: 1.5rem;
  }
  @media (min-width: 768px) {
    .form-body {
      padding: 2rem;
    }
  }
  .form-group-spacing {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .form-checkbox-wrapper {
    display: flex;
    align-items: center;
  }
  .checkbox-input {
    width: 1rem;
    height: 1rem;
    accent-color: var(--brand-600);
    border-radius: 0.25rem;
    border: 1px solid var(--gray-300);
    cursor: pointer;
  }
  .checkbox-label {
    margin-left: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-700);
    cursor: pointer;
    user-select: none;
  }
  .form-row-2col {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
  @media (min-width: 768px) {
    .form-row-2col {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .field-wrap {
    display: flex;
    flex-direction: column;
  }
  .field-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-700);
    margin-bottom: 0.25rem;
  }
  .field-label .required-dot {
    color: #ef4444;
  }
  .input-control {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid var(--gray-300);
    border-radius: 0.5rem;
    padding: 0.5rem 0.875rem;
    font-size: 0.875rem;
    color: var(--gray-800);
    transition: all 0.15s ease;
    box-sizing: border-box;
  }
  
  .input-control:focus { 
    border-color: var(--brand-500);
    box-shadow: 0 0 0 3px var(--brand-100);
    outline: none !important;
  }
  .input-control::placeholder {
    color: var(--gray-400);
  }
  .input-control-readonly {
    background-color: var(--gray-50);
    color: var(--gray-500);
    cursor: not-allowed;
  }

  /* --- 연락처(3개 인풋 정렬) --- */
  .phone-input-group {
    display: flex;
    align-items: center;
    gap: 0.375rem;
  }
  .phone-input-group .input-control {
    text-align: center;
  }
  .phone-separator {
    color: var(--gray-400);
    font-size: 0.875rem;
  }

  /* --- 우편번호 검색 영역 --- */
  .postal-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.5rem;
  }
  .postal-search-row {
    display: flex;
    max-width: 320px;
    gap: 0.5rem;
  }
  .btn-search-postal {
    background-color: var(--gray-800);
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.15s ease;
    white-space: nowrap;
  }
  .btn-search-postal:hover {
    background-color: var(--gray-900);
  }

  /* --- 하단 버튼 저장 영역 --- */
  .form-footer-action {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray-100);
    display: flex;
    justify-content: flex-end;
  }
  .btn-submit-form {
    width: 100%;
    background-color: var(--brand-600);
    color: #ffffff;
    border: none;
    border-radius: 0.75rem;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s ease;
  }
  @media (min-width: 768px) {
    .btn-submit-form {
      width: auto;
    }
  }
  .btn-submit-form:hover {
    background-color: var(--brand-700);
  }


/* 테이블 모던 재정의 */
/* --- 반응형 테이블 컨테이너 --- */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 0.75rem;
  border: 1px solid var(--gray-200);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  background-color: #ffffff;
  padding:0;
}

/* --- 테이블 기본 스타일 --- */
.table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
  color: var(--gray-700);
}

/* --- 테이블 헤더 (Th) --- */
.table thead th {
  background-color: var(--gray-50);
  color: var(--gray-900);
  font-weight: 600;
  padding: 1rem 1.25rem;
  border-bottom: 2px solid var(--gray-200);
  white-space: nowrap; /* 제목이 가로로 잘리거나 줄바꿈되지 않도록 보호 */
}

/* --- 테이블 본문 (Td) --- */
.table tbody td {
  padding: 1.0rem 1.25rem;
  border-bottom: 1px solid var(--gray-100);
  line-height: 1.5;
  vertical-align: middle;
}


/* --- 테이블 행 호버 및 스트라이프 효과 --- */
.table tbody tr {
  transition: background-color 0.15s ease;
}

.table tbody tr:striped {
  background-color: rgba(249, 250, 251, 0.5); /* 짝수행 은은한 배경색 */
}

.table tbody tr:hover {
  background-color: var(--brand-50); /* 마우스 올렸을 때 브랜드 컬러 테마 반영 */
}

/* --- 마지막 행 테두리 제거 --- */
.table tbody tr:last-child td {
  border-bottom: none;
}

/* --- 테이블 내 배지 또는 강조 텍스트 정렬용 유틸리티 (선택사항) --- */
.table .text-center { text-align: center; }
.table .text-right { text-align: right; }
.table .font-semibold { font-weight: 600; color: var(--gray-950); }

.button {border-radius: 0.75rem;}


/* faq */
/* Toss Style FAQ Redesign */
		#faq_wrap {
			margin: 0 auto;
		}
		#faq_con .tab-content ol {
			border-top: none !important;
			margin: 0 !important;
			padding: 0 !important;
			list-style: none !important;
		}
		#faq_con .tab-content li {
			border-bottom: 1px solid #f4f4f5 !important;
			margin-bottom: 12px !important;
			background-color: #fff !important;
			border-radius: 12px !important;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
			transition: all 0.2s ease !important;
			overflow: hidden !important;
		}
		#faq_con .tab-content li:hover {
			background-color: #f9fafb !important;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
		}
		#faq_con h3 {
			position: relative !important;
			padding-left: 0 !important;
			margin: 0 !important;
			font-size: 1.05rem !important;
		}
		#faq_con h3 a.faq-que {
			display: flex !important;
			align-items: center !important;
			justify-content: space-between !important;
			padding: 20px 24px !important;
			color: #191f28 !important;
			font-weight: 600 !important;
			text-decoration: none !important;
			transition: color 0.2s ease !important;
		}
		#faq_con h3 a.faq-que::after {
			content: "\e998" !important;
			font-family: "font-icons" !important;
			font-size: 1rem !important;
			color: #8b95a1 !important;
			transition: transform 0.2s ease !important;
			display: inline-block !important;
		}
		#faq_con li.faq-open h3 a.faq-que::after {
			transform: rotate(180deg) !important;
			color: #3a6caf !important; /* 오픈되었을 때 화살표 색상 브랜드 블루로 강조 */
		}
		#faq_con .faq_alp {
			display: none !important; /* Q, A 표시 버블 제거 */
		}
		#faq_con .con_inner {
			border-top: none !important;
			padding: 0 24px 24px 24px !important;
			background-color: transparent !important;
			color: #4e5968 !important;
			font-size: 0.95rem !important;
			line-height: 1.7em !important;
		}
		#faq_con .faq-ans {
			color: #4e5968 !important;
			font-weight: 400 !important;
		}
		/* Toss Capsule Tab Selector Styling */ 
		.faq-modern-tabs-container {
			display: flex;
			justify-content: center;
			margin-bottom: 2.5rem;
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			scrollbar-width: none; /* Firefox 스크롤바 숨김 */
		}
		.faq-modern-tabs-container::-webkit-scrollbar {
			display: none; /* Chrome, Safari, Opera 스크롤바 숨김 */ 
		} 
		.faq-modern-tabs {
			display: flex;
			flex-wrap: nowrap !important; /* 모바일에서 한 줄로 스크롤되도록 줄바꿈 방지 */
			background-color: #f2f4f6; /* Toss light gray background */
			padding: 5px;
			border-radius: 14px;
			list-style: none !important;
			margin: 0 !important;
			width: 100%;
			max-width: 600px;
		}
		.faq-modern-tabs li {
			flex: 1 0 auto;
			text-align: center;
			margin: 0 !important;
			padding: 0 !important;
			white-space: nowrap !important; /* 텍스트 줄바꿈 방지 */
		}
		.faq-modern-tabs li a {
			display: block;
			padding: 10px 18px;
			font-size: 0.95rem;
			font-weight: 600;
			color: #4e5968;
			border-radius: 10px;
			text-decoration: none !important;
			transition: all 0.2s ease-in-out;
			border: none !important;
			background: transparent !important;
		}
		.faq-modern-tabs li a:hover {
			color: #191f28;
		}
		/* Active State (Capsule style) */
		.faq-modern-tabs li.activeFilter a {
			background-color: #3a6caf !important; /* 브랜드 블루 컬러 캡슐 */
			color: #fff !important; /* 텍스트 흰색 */
			box-shadow: 0 4px 12px rgba(58, 108, 175, 0.2) !important; /* 부드러운 블루 그림자 */
		}
		@media (max-width: 767.98px) {
			.faq-modern-tabs-container {
				display: block !important; /* 모바일에서 flex 해제하여 자식이 강제로 shrink 되지 않게 방지 */
				padding: 0 0 5px 0; /* 좌우 패딩을 제거하여 상위 컨테이너(container) 정렬선과 일치시킴 */
			}
			.faq-modern-tabs {
				display: inline-flex !important; /* 가로 스크롤 대응 inline-flex */
				width: max-content !important; /* 내용물 폭만큼 가로폭 확보 */
				min-width: 100%;
				padding-right: 15px !important; /* 마지막 탭 우측 가로 여백을 주어 배경이 잘리는 현상 해결 */
			}
			.faq-modern-tabs li a {
				padding: 9px 14px;
				font-size: 0.875rem; /* 모바일 가독성 최적화 */
			}
		}

/* ==========================================================================
   상품 목록 카드 제목 높이 2줄 제한 및 가격/버튼 수평 수직 정렬 (Flexbox)
   ========================================================================== */
.shop .product-desc .product-title {
	height: 2.8em !important;
	overflow: hidden !important;
.table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
  color: var(--gray-700);
}

/* --- 테이블 헤더 (Th) --- */
.table thead th {
  background-color: var(--gray-50);
  color: var(--gray-900);
  font-weight: 600;
  padding: 1rem 1.25rem;
  border-bottom: 2px solid var(--gray-200);
  white-space: nowrap; /* 제목이 가로로 잘리거나 줄바꿈되지 않도록 보호 */
}

/* --- 테이블 본문 (Td) --- */
.table tbody td {
  padding: 1.0rem 1.25rem;
  border-bottom: 1px solid var(--gray-100);
  line-height: 1.5;
  vertical-align: middle;
}


/* --- 테이블 행 호버 및 스트라이프 효과 --- */
.table tbody tr {
  transition: background-color 0.15s ease;
}

.table tbody tr:striped {
  background-color: rgba(249, 250, 251, 0.5); /* 짝수행 은은한 배경색 */
}

.table tbody tr:hover {
  background-color: var(--brand-50); /* 마우스 올렸을 때 브랜드 컬러 테마 반영 */
}

/* --- 마지막 행 테두리 제거 --- */
.table tbody tr:last-child td {
  border-bottom: none;
}

/* --- 테이블 내 배지 또는 강조 텍스트 정렬용 유틸리티 (선택사항) --- */
.table .text-center { text-align: center; }
.table .text-right { text-align: right; }
.table .font-semibold { font-weight: 600; color: var(--gray-950); }

.button {border-radius: 0.75rem;}


/* faq */
/* Toss Style FAQ Redesign */
		#faq_wrap {
			margin: 0 auto;
		}
		#faq_con .tab-content ol {
			border-top: none !important;
			margin: 0 !important;
			padding: 0 !important;
			list-style: none !important;
		}
		#faq_con .tab-content li {
			border-bottom: 1px solid #f4f4f5 !important;
			margin-bottom: 12px !important;
			background-color: #fff !important;
			border-radius: 12px !important;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
			transition: all 0.2s ease !important;
			overflow: hidden !important;
		}
		#faq_con .tab-content li:hover {
			background-color: #f9fafb !important;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
		}
		#faq_con h3 {
			position: relative !important;
			padding-left: 0 !important;
			margin: 0 !important;
			font-size: 1.05rem !important;
		}
		#faq_con h3 a.faq-que {
			display: flex !important;
			align-items: center !important;
			justify-content: space-between !important;
			padding: 20px 24px !important;
			color: #191f28 !important;
			font-weight: 600 !important;
			text-decoration: none !important;
			transition: color 0.2s ease !important;
		}
		#faq_con h3 a.faq-que::after {
			content: "\e998" !important;
			font-family: "font-icons" !important;
			font-size: 1rem !important;
			color: #8b95a1 !important;
			transition: transform 0.2s ease !important;
			display: inline-block !important;
		}
		#faq_con li.faq-open h3 a.faq-que::after {
			transform: rotate(180deg) !important;
			color: #3a6caf !important; /* 오픈되었을 때 화살표 색상 브랜드 블루로 강조 */
		}
		#faq_con .faq_alp {
			display: none !important; /* Q, A 표시 버블 제거 */
		}
		#faq_con .con_inner {
			border-top: none !important;
			padding: 0 24px 24px 24px !important;
			background-color: transparent !important;
			color: #4e5968 !important;
			font-size: 0.95rem !important;
			line-height: 1.7em !important;
		}
		#faq_con .faq-ans {
			color: #4e5968 !important;
			font-weight: 400 !important;
		}
		/* Toss Capsule Tab Selector Styling */ 
		.faq-modern-tabs-container {
			display: flex;
			justify-content: center;
			margin-bottom: 2.5rem;
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			scrollbar-width: none; /* Firefox 스크롤바 숨김 */
		}
		.faq-modern-tabs-container::-webkit-scrollbar {
			display: none; /* Chrome, Safari, Opera 스크롤바 숨김 */ 
		} 
		.faq-modern-tabs {
			display: flex;
			flex-wrap: nowrap !important; /* 모바일에서 한 줄로 스크롤되도록 줄바꿈 방지 */
			background-color: #f2f4f6; /* Toss light gray background */
			padding: 5px;
			border-radius: 14px;
			list-style: none !important;
			margin: 0 !important;
			width: 100%;
			max-width: 600px;
		}
		.faq-modern-tabs li {
			flex: 1 0 auto;
			text-align: center;
			margin: 0 !important;
			padding: 0 !important;
			white-space: nowrap !important; /* 텍스트 줄바꿈 방지 */
		}
		.faq-modern-tabs li a {
			display: block;
			padding: 10px 18px;
			font-size: 0.95rem;
			font-weight: 600;
			color: #4e5968;
			border-radius: 10px;
			text-decoration: none !important;
			transition: all 0.2s ease-in-out;
			border: none !important;
			background: transparent !important;
		}
		.faq-modern-tabs li a:hover {
			color: #191f28;
		}
		/* Active State (Capsule style) */
		.faq-modern-tabs li.activeFilter a {
			background-color: #3a6caf !important; /* 브랜드 블루 컬러 캡슐 */
			color: #fff !important; /* 텍스트 흰색 */
			box-shadow: 0 4px 12px rgba(58, 108, 175, 0.2) !important; /* 부드러운 블루 그림자 */
		}
		@media (max-width: 767.98px) {
			.faq-modern-tabs-container {
				display: block !important; /* 모바일에서 flex 해제하여 자식이 강제로 shrink 되지 않게 방지 */
				padding: 0 0 5px 0; /* 좌우 패딩을 제거하여 상위 컨테이너(container) 정렬선과 일치시킴 */
			}
			.faq-modern-tabs {
				display: inline-flex !important; /* 가로 스크롤 대응 inline-flex */
				width: max-content !important; /* 내용물 폭만큼 가로폭 확보 */
				min-width: 100%;
				padding-right: 15px !important; /* 마지막 탭 우측 가로 여백을 주어 배경이 잘리는 현상 해결 */
			}
			.faq-modern-tabs li a {
				padding: 9px 14px;
				font-size: 0.875rem; /* 모바일 가독성 최적화 */
			}
		}

/* ==========================================================================
   상품 목록 카드 제목 높이 2줄 제한 및 가격/버튼 수평 수직 정렬 (Flexbox)
   ========================================================================== */
.shop .product-desc .product-title {
	height: 2.8em !important;
	overflow: hidden !important;
	margin-bottom: 6px !important;
}

.shop .product-desc .product-title h3 {
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	line-height: 1.4em !important;
	font-size: 0.95rem !important;
	height: 2.8em !important;
	margin: 0 !important;
}

.shop .grid-inner {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
}

.shop .product-desc {
	display: flex !important;
	flex-direction: column !important;
	flex-grow: 1 !important;
	justify-content: space-between !important;
}

/* ==========================================================================
   페이지네이션 (Pagination) 4px 라운딩 및 브랜드 컬러 스타일링
   ========================================================================== */
.pagination {
	gap: 4px !important;
}

.pagination .page-item {
	margin: 0 !important;
}

.pagination .page-link {
	border-radius: 4px !important;
	border: 1px solid #dee2e6 !important;
	color: #4e5968 !important;
	padding: 6px 12px !important;
	font-size: 0.9rem !important;
	font-weight: 500 !important;
	transition: all 0.2s ease-in-out !important;
}

.pagination .page-item.active .page-link {
	background-color: #356bb3 !important; /* 아이소리몰 로고 블루 */
	border-color: #356bb3 !important;
	color: #ffffff !important;
}

.pagination .page-link:hover {
	background-color: #f2f4f6 !important;
	color: #191f28 !important;
}

/* ==========================================================================
   우측 플로팅 고객지원 메뉴 버튼 예외 라운딩 (10px ~ 22px 부드러운 캡슐 라운딩)
   ========================================================================== */
.floating-support-menu .btn,
.floating-support-menu a.btn,
.floating-support-menu button.btn {
	border-radius: 10px !important;
}

.floating-support-menu #btn-support-toggle {
	border-radius: 22px !important;
}

/* ==========================================================================
   모바일 전체 카테고리 메뉴 오픈 시 상단 앱 고정 헤더(sticky) 겹침 버그 방지
   ========================================================================== */
body.primary-menu-open .mobile-app-header,
#header.primary-menu-open .mobile-app-header,
.primary-menu-open .mobile-app-header {
	position: static !important;
	display: none !important;
}

/* ==========================================================================
   모바일 마이페이지 & 게시판 카드 리스트 100% 꽉 찬 너비 보장 및 모든 테이블 선 제거
   ========================================================================== */
@media (max-width: 767.98px) {
	.table-responsive,
	.table-responsive .table,
	.table-responsive table,
	.table-responsive thead,
	.table-responsive tbody,
	.table-responsive tr,
	.table-responsive th,
	.table-responsive td,
	.table-bbs,
	.table-bbs thead,
	.table-bbs tbody,
	.table-bbs tr,
	.table-bbs th,
	.table-bbs td {
		border: none !important;
		border-top: none !important;
		border-bottom: none !important;
		border-left: none !important;
		border-right: none !important;
		border-color: transparent !important;
		box-shadow: none !important;
	}
	.table-responsive .table,
	.table-responsive tbody,
	.table-responsive tr.mobile-only,
	.table-responsive tr.mobile-only > td {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box !important;
		padding: 0 !important;
	}
	.table-responsive tr.mobile-only > td > .card {
		width: 100% !important;
		box-sizing: border-box !important;
	}

	/* 모바일 상단 로고 크기 최적화 (35px) 및 상하 밸런스 패딩 지정 */
	.top-logo-area {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.top-logo-area .row {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.top-logo-wrap {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		line-height: 1 !important;
	}
	.top-logo-wrap a {
		display: inline-block !important;
		line-height: 1 !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.top-logo-wrap img,
	.top-logo-img {
		max-height: 35px !important;
		height: 35px !important;
		width: auto !important;
	}
	.top-user-menu {
		padding-top: 2px !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	/* 모바일 기본 상태: #header 및 하위 유령 노드 14px 고정 여백 0px 강제 소멸 처리 */
	body:not(.primary-menu-open) #header,
	body:not(.primary-menu-open) #header-wrap,
	body:not(.primary-menu-open) .header-wrap-clone,
	body:not(.primary-menu-open) #header .header-row,
	body:not(.primary-menu-open) #header .container {
		display: none !important;
		height: 0 !important;
		min-height: 0 !important;
		max-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		outline: none !important;
		overflow: hidden !important;
	}
	body.primary-menu-open #header,
	#header.primary-menu-open,
	.primary-menu-open #header {
		height: auto !important;
		min-height: 100vh !important;
		max-height: none !important;
		display: block !important;
		z-index: 10000 !important;
		overflow: visible !important;
	}
	body.primary-menu-open #header-wrap,
	body.primary-menu-open #header .header-row,
	body.primary-menu-open #header .container {
		display: flex !important;
		height: auto !important;
	}

	/* 모바일 메인 슬라이더 80vw 높이 고정 (Swiper JS 0px 소멸 방지 및 비율 왜곡 방지) */
	#slider,
	#slider .swiper-container,
	#slider .swiper-slide {
		height: 80vw !important;
		min-height: 80vw !important;
	}
	#slider .mobile-only {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
	}
	#slider .mobile-only img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	/* 모바일 전용 G마켓 스타일 GNB 상단 가로 1줄 스크롤 대메뉴 바 */
	.mobile-gnb-bar {
		width: 100% !important;
		max-width: 100% !important;
		background-color: #ffffff !important;
		border-bottom: 1px solid #eee !important;
		position: relative !important;
		z-index: 99 !important;
		overflow: hidden !important;
	}
	.mobile-gnb-scroll {
		display: flex !important;
		flex-wrap: nowrap !important; /* 강제 1줄 가로 정렬 (줄바꿈 금지) */
		align-items: center !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		white-space: nowrap !important;
		-webkit-overflow-scrolling: touch !important;
		padding: 0 6px !important;
		width: 100% !important;
		box-sizing: border-box !important;
		scrollbar-width: none !important;
	}
	.mobile-gnb-scroll::-webkit-scrollbar {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}
	.mobile-gnb-scroll .gnb-item {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 10px 14px !important;
		font-size: 15px !important;
		font-weight: 500 !important;
		color: #444444 !important;
		text-decoration: none !important;
		position: relative !important;
		flex-shrink: 0 !important; /* 항목 크기 축소 금지 */
		white-space: nowrap !important;
		letter-spacing: -0.4px !important;
	}
	.mobile-gnb-scroll .gnb-item .gnb-icon {
		height: 16px !important;
		width: auto !important;
		margin-right: 4px !important;
		vertical-align: middle !important;
	}
	.mobile-gnb-scroll .gnb-item.active {
		font-weight: 700 !important;
		color: #3a6caf !important;
	}
	.mobile-gnb-scroll .gnb-item.active::after {
		content: '' !important;
		position: absolute !important;
		bottom: 0 !important;
		left: 12px !important;
		right: 12px !important;
		height: 3px !important;
		background-color: #3a6caf !important;
		border-radius: 2px 2px 0 0 !important;
	}

	/* Top으로 이동 버튼 위치 우측 밀착 및 하단 여백 대칭 보정 */
	#gotoTop {
		right: 10px !important;
		bottom: 68px !important;
	}
}

.top-logo-img {
	max-height: 45px;
	width: auto;
}

#btn-support-toggle {
	border-radius: 22px !important;
}

@media (min-width: 768px) {
	#top-bar {
		display: block !important;
	}
	.border-start-md {
		border-left: 1px solid #dee2e6 !important;
	}
}

/* 게시판 상세보기 타이틀 제목 (모바일 폰트 크기 및 간격 축소 보정) */
#content h2.my-3,
.board-view-title,
section#content h2 {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: -0.5px;
}

@media (max-width: 767.98px) {
	#content h2.my-3,
	.board-view-title,
	section#content h2 {
		font-size: 1.15rem !important; /* 모바일 전용 콤팩트 크기 */
		line-height: 1.4 !important;
		font-weight: 700 !important;
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important;
		letter-spacing: -0.4px !important;
	}
}

/* 전역 테이블, 게시판 목록 및 카드 박스 테두리 모서리 4px 통일 디자인 시스템 */
.table,
.table-responsive,
.table-bbs,
.table-bordered,
.card,
.card-header,
.card-body,
.card-footer,
.list-group,
.detail-spec-group,
.faq-modern-tabs-container {
	border-radius: 4px !important;
}

.table-responsive {
	border: 1px solid #eee !important;
	border-radius: 4px !important;
	overflow: hidden !important;
}


