@charset "utf-8";
@import url(../lib/bootstrap.min.css);
@import url(common.css);
@import url(custom.css);
@import url(ico.css);
/*@import url(colors.css); */


/*
 * File       : styles.css
 * Date       : 2023. 11. 01.
 *
 * Dependency : libs/bootstrap.min.css
 *              libs/swiper-bundle.min.css
 *
 * SUMMARY:
 * 01) 회원가입
 * 02) 로그인
 * 03) 구매자_결제하기
 * 04) 구매자_결제완료
 * 05) 마이페이지_001
 * 06) 마이페이지_001_001(MO)
 * 07) 마이페이지_002
 * 08) 마이페이지_002_001(MO)
 * 06) 메인_GNB_001
 * 07) 카테고리_001
 * 08) 상세페이지_001
 * 09) 판매자_회원가입
 */

/* **************************************** *
 * 회원가입
 * **************************************** */
.sign-wrap {
    padding: 68px 0 80px 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.sign-wrap::before {
    background: url(../img/bg/bg-sign.png);
    background-position: center;
    content: '';
    display: inline-block;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.sign-wrap .row {
    --bs-gutter-x: 0;
}

.sign-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 5px 16px 0px rgba(25, 26, 28, 0.10);
    padding: 20px;
}

.sign-card .row {
    gap: 20px;
}

.sign-wrap h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.sign-wrap p {
    color: #A1BDE8;
    font-size: 13px;
    font-weight: 400;
    margin: 4px 0 14px 0;
}

.sign-card-box {
    background: #F6F6F9;
    border-radius: 12px;
    padding: 40px 0;
}

.sign-card-box h4 {
    color: #191A1C;
    font-size: 20px;
    font-weight: 500;
}

.sign-card-box p {
    color: #5C5D62;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 16px 0 32px 0;
}

.sign-card-box button {
    font-size: 16px;
    height: 40px;
    width: 240px;
}

@media (min-width: 576px) {
    .sign-wrap {
        padding: 92px 0 146px 0;
    }

    .sign-wrap::before {
        height: 460px;
    }

    .sign-wrap .container {
        max-width: 480px;
    }

    .sign-card {
        padding: 40px;
    }

    .sign-card .row {
        gap: 32px;
    }

    .sign-wrap h2 {
        font-size: 40px;
    }

    .sign-wrap p {
        font-size: 18px;
        margin: 12px 0 24px 0;
    }

    .sign-card-box h4 {
        font-size: 24px;
    }

    .sign-card-box p {
        font-size: 16px;
    }

    .sign-card-box button {
        font-size: 18px;
        height: 56px;
    }
}

@media (min-width: 992px) {
    .sign-wrap {
        padding: 140px 0 0 0;
        height: calc(100vh - 64px);
    }

    .sign-wrap::before {
        height: 508px;
    }

    .sign-wrap .container {
        max-width: 960px;
    }

    .sign-card {
        padding: 72px 56px;
    }

    .sign-card .row {
        gap: 0;
        margin: 0 -16px;
    }

    .sign-card .row>* {
        padding: 0 16px;
    }

    .sign-card-box {
        padding: 80px 0;
    }

    .sign-card-box p {
        margin: 36px 0 60px 0;
    }
}

/* **************************************** *
 * 로그인
 * **************************************** */
.sign-wrap h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 34px 0;
}

.login-card {
    text-align: left;
    padding: 32px 24px;
}

.login-card .input-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.login-card .ss-input-group input {
    height: 40px;
}

.login-bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-bottom .check-group {
    margin: 0 0 4px 0;
}

.login-bottom .ss-btn-group {
    flex-direction: column;
    gap: 0;
}

.login-bottom .ss-btn-group button {
    height: 48px;
    width: 100%;
}

.login-bottom .ss-btn-group hr {
    background: #EBEBF1;
    border: 1px solid #EBEBF1;
    width: 100%;
}

.login-bottom a {
    color: #191A1C;
    font-size: 14px;
    text-align: right;
}

@media (min-width: 576px) {
    .sign-wrap h3 {
        font-size: 40px;
        margin: 0 0 56px 0;
    }

    .login-card {
        padding: 64px 56px;
    }

    .login-card .input-wrap {
        gap: 40px;
    }

    .login-card .ss-input-group label {
        font-size: 16px;
        margin: 0 0 16px 0;
    }

    .login-card .ss-input-group input {
        font-size: 18px;
        height: 48px;
    }

    .login-bottom {
        gap: 20px;
    }

    .login-bottom .check-group {
        margin: 0;
    }

    .login-bottom .ss-btn-group button {
        font-size: 18px;
        height: 56px;
    }
}

@media (min-width: 992px) {
    .login-card {
        margin: 0 auto;
        max-width: 480px;
    }
}

/* **************************************** *
 * 결제_001
 * **************************************** */
.ss-card-body p {
    color: #2C478E;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.ss-card-body .ss-input-wrap {
    flex-direction: column;
    gap: 12px;
}

.ss-card-body .ss-input-group {
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.ss-card-body .ss-input-group label {
    margin: 0;
    width: 100%;
}

.ss-card-body .ss-input-group label span {
    color: #FF6421;
    margin: 0 0 0 4px;
}

.ss-card-body .ss-input-group input {
    width: 100%;
}

.payment-product-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment-product-item {
    align-items: flex-start;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(25, 26, 28, 0.20);
    display: flex;
    gap: 12px;
    padding: 16px 20px;
    position: relative;
}

.payment-product-item .payment-product-img {
    border-radius: 6px;
    flex: 0 0 auto;
    height: 56px;
    width: 56px;
}

.payment-product-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment-product-info .payment-product-tag {
    display: flex;
    gap: 8px;
}

.payment-product-info .payment-product-tag li {
    align-items: center;
    border-radius: 2px;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 4px;
}

.payment-product-info .payment-product-tag li.gray {
    background: #EBEBF1;
    color: #5C5D62;
}

.payment-product-info .payment-product-tag li.mint {
    background: #C1FCFF;
    color: #436E77;
}

.payment-product-info .payment-product-name {
    color: #191A1C;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: calc(100vw - 146px);
    white-space: nowrap;
}

.payment-product-item .payment-product-price {
    color: #191A1C;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.payment-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 8px 0 24px 0;
    padding: 16px 20px;
}

.payment-info h2 {
    border-bottom: 2px solid #38393F;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 12px 0;
    text-align: left;
}

.payment-info dl {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.payment-info .payment-product-all dt {
    color: #5C5D62;
    font-size: 14px;
    font-weight: 400;
}

.payment-info .payment-product-all dd {
    color: #191A1C;
    font-size: 16px;
    font-weight: 600;
}

.payment-info .payment-price-all dt {
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
}

.payment-info .payment-price-all dd {
    align-items: center;
    color: #191A1C;
    display: flex;
    font-size: 28px;
    font-weight: 700;
}

.payment-info .payment-price-all dd span {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 4px;
}

@media (min-width: 400px) {
    .ss-card-body .ss-input-wrap {
        max-width: 360px;
    }

    .payment-info {
        margin: 8px 0 88px 0;
    }
}

@media (min-width: 544px) {
    .payment-info {
        margin: 8px 0 64px 0;
    }

    .payment-product-info {
        position: relative;
        gap: 12px;
    }

    .payment-product-item .payment-product-img {
        height: 80px;
        width: 80px;
    }

    .payment-product-info .payment-product-name {
        font-size: 16px;
        width: calc(100vw - 164px);
    }

    .payment-product-item .payment-product-price {
        font-size: 20px;
        position: absolute;
        right: 0;
    }
}

@media (min-width: 992px) {
    .payment-wrap {
        margin: 32px 0 220px 0;
    }

    .payment-wrap .container {
        max-width: 1164px;
    }

    .payment-wrap h4 {
        color: #191A1C;
        font-size: 24px;
        font-weight: 500;
        margin: 0 0 24px 0;
    }

    .ss-card-body .ss-input-wrap {
        max-width: 100%;
    }

    .ss-card-body .ss-input-group {
        flex-direction: row;
    }

    .ss-card-body .ss-input-group label {
        flex: 0 0 auto;
        width: 160px;
    }

    .ss-card-body .ss-input-group input {
        width: 100%;
    }

    .payment-product-item {
        gap: 16px;
    }

    .payment-product-info .payment-product-tag {
        display: flex;
        gap: 8px;
    }

    .payment-product-info .payment-product-tag li {
        border-radius: 2px;
        font-size: 12px;
        font-weight: 700;
        padding: 2px 4px;
    }

    .payment-product-info .payment-product-tag li.gray {
        background: #EBEBF1;
        color: #5C5D62;
    }

    .payment-product-info .payment-product-tag li.mint {
        background: #C1FCFF;
        color: #436E77;
    }

    .payment-product-info .payment-product-name {
        color: #191A1C;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
    }

    .payment-product-item .payment-product-price {
        right: 20px;
    }

    .payment-info {
        border-radius: 6px;
        border: 1px solid #D0D1D8;
        margin: 0;
    }

    .payment-info h2 {
        font-size: 18px;
    }

    .payment-info .payment-price-all dd {
        font-size: 34px;
    }

    .payment-info .payment-price-all dd span {
        font-size: 16px;
    }

    .payment-info button {
        font-size: 18px;
        font-weight: 700;
        height: 56px;
        margin: 16px 0 0 0;
    }
}

/* **************************************** *
 * 결제_002
 * **************************************** */
.payment-wrap.complete {
    margin: 64px 0;
    padding: 0 20px;
}

.complete-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 420px;
}

.complete-area h2 {
    color: #191A1C;
    font-size: 16px;
    font-weight: 600;
    margin: 40px 0 0 0;
}

.complete-area p {
    color: #5C5D62;
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 24px 0;
}

.complete-area .complete-box {
    border-radius: 6px;
    background: #F6F6F9;
    margin: 32px 0 0 0;
    padding: 20px;
    width: 100%;
}

.complete-area .complete-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.complete-area .complete-box dl {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.complete-area .complete-box dt {
    color: #5C5D62;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.complete-area .complete-box dd {
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.complete-area .complete-box dd span {
    color: #828286;
}

@media (min-width: 992px) {
    .payment-wrap.complete {
        margin: 140px 0 220px 0;
    }

    .complete-area {
        max-width: 560px;
    }

    .complete-area h2 {
        font-size: 18px;
    }

    .complete-area p {
        font-size: 16px;
        margin: 12px 0 40px 0;
    }

    .complete-area .complete-box {
        margin: 40px 0 0 0;
    }

    .complete-area .complete-box {
        gap: 4px;
    }

    .complete-area .complete-box dl {
        align-items: center;
        flex-direction: row;
        gap: 8px;
        height: 32px;
    }

    .complete-area .complete-box dt {
        width: 80px;
    }
}

/* **************************************** *
 * 마이페이지_001
 * **************************************** */

.mypage {
    visibility: hidden;
}

.mypage .ss-header-nav.mo {
    display: none;
}

.mypage-wrap>ul {
    display: flex;
    flex-direction: column;
}

.mypage-wrap>ul li {
    border-bottom: 1px solid #EBEBF1;
}

.mypage-manu-item {
    align-items: center;
    display: flex;
    gap: 8px;
    padding: 16px 20px;
}

.mypage-manu-item .i-user-b {
    margin: 0 0 20px 0;
}

.mypage-manu-item .user-info p {
    color: #2C478E;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.mypage-manu-item .user-info h6 {
    color: #38393F;
    font-size: 14px;
    font-weight: 400;
}

.mypage-manu-item h2 {
    color: #38393F;
    font-size: 16px;
    font-weight: 400;
}

.mypage-manu-item .i-arrow-right {
    margin: 0 0 0 auto;
}

@media (min-width: 992px) {

    .mypage-wrap {
        display: flex;
    }

    .sidenav {
        border-right: 1px solid #D0D1D8;
        background: #FFF;
        height: inherit;
        min-height: calc(100vh - 64px);
        width: 268px;
    }

    .sidenav .side-top {
        border-bottom: 1px solid #EBEBF1;
        padding: 24px 32px;
    }

    .sidenav .side-top h2 {
        color: #000;
        font-size: 18px;
        font-weight: 500;
    }

    .sidenav .side-bot {
        padding: 16px;
    }

    .sidenav .side-menu {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .sidenav .side-menu li a {
        align-items: center;
        border-radius: 4px;
        color: #5C5D62;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        gap: 12px;
        height: 40px;
        padding: 0 16px;
    }

    .sidenav .side-menu li.active a {
        background: #E5ECF6;
        color: #2C478E;
        font-weight: 600;
    }

    .sidenav .side-menu li.active .i-my-g {
        background: url(../img/ico/i-my-b.png);
    }

    .sidenav .side-menu li.active .i-list-g {
        background: url(../img/ico/i-list-b.png);
    }

    .sidenav .side-menu li.active .i-msg-g {
        background: url(../img/ico/i-msg-b.png);
    }

    .sidenav .side-menu li.active .i-help-g {
        background: url(../img/ico/i-help-b.png);
    }

    .mypage-wrap .sub-cont {
        padding: 16px 24px;
        position: relative;
        width: 100%; /* 전체 화면 너비를 차지하게 설정 */
    }

    .mypage-wrap .sub-cont-top {
        display: flex;
        justify-content: space-between;
        margin: 30px 0 24px 0;
        max-width: 928px;
    }

    .mypage-wrap .sub-cont-top h1 {
        align-items: center;
        color: #191A1C;
        display: flex;
        font-size: 24px;
        font-weight: 500;
        gap: 12px;
    }

    .mypage-wrap .sub-cont-top button {
        align-items: center;
        color: #32324D;
        font-size: 14px;
    }

    .mypage-wrap .my-info .sub-cont-top,
    .mypage-wrap .my-info .sub-cont-body {
        max-width: 928px;
    }

    .mypage-wrap .secession {
        color: #828286;
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        text-decoration: underline;
    }
}

/* **************************************** *
 * 마이페이지_001_001(MO)
 * **************************************** */
.mypage-detail-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 24px 0;
}

.mypage-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 12px 20px 16px 20px;
}

.secession {
    color: #828286;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    text-decoration: underline;
}

/* **************************************** *
 * 마이페이지_PC_002
 * **************************************** */
@media (min-width: 992px) {
    .mypage-wrap .my-list .sub-cont-body {
        display: flex;
        gap: 24px;
    }

    .my-pur-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 928px;
    }

    .my-pur-list .search-wrap {
        border-radius: 6px;
        background: #F6F6F9;
        display: flex;
        gap: 8px;
        padding: 16px 20px;
    }

    .my-pur-list .search-wrap .dropdown-group {
        flex: 0 0 auto;
        width: 160px;
    }

    .my-pur-list .search-wrap .input-search {
        width: 100%;
    }

    .pur-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .pur-list .pur-list-item {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 0 !important;
    }

    .pur-list .pur-list-item .data {
        color: #000;
        font-size: 14px;
        font-weight: 400;
    }

    .pur-list .pur-list-item .item-box {
        background: #fff;
        border-radius: 6px;
        border: 1px solid #EBEBF1;
        box-shadow: 0px 1px 4px 0px rgba(25, 26, 28, 0.20);
        padding: 16px 20px;
    }

    .pur-list .pur-list-item .item-box ul {
        border-bottom: 1px solid #D0D1D8;
        display: flex;
        padding: 0 0 12px 0;
    }

    .pur-list .pur-list-item .item-box ul li {
        color: #5C5D62;
        font-size: 14px;
        font-weight: 600;
    }

    .pur-list .pur-list-item .item-box ul li:first-child {
        color: #2C478E;
    }

    .pur-list .pur-list-item .item-box ul li.gray {
        color: #5C5D62;
    }

    .pur-list .pur-list-item .item-info {
        display: flex;
        gap: 16px;
        /* padding: 12px 0 0 0; */
    }

    .pur-list .pur-list-item .item-info .item-img {
        border-radius: 6px;
        height: 80px !important;
        width: 80px !important;
    }

    .pur-list .pur-list-item .item-info .info {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .pur-list .pur-list-item .item-tag {
        border-bottom: 0 !important;
        gap: 8px;
        padding: 0 !important;
    }

    .pur-list .pur-list-item .item-tag li {
        border-radius: 2px;
        font-size: 12px;
        font-weight: 700;
        padding: 2px 4px;
    }

    .pur-list .pur-list-item .item-tag li.gray {
        background: #EBEBF1;
        color: #5C5D62;
    }

    .pur-list .pur-list-item .item-tag li.mint {
        background: #C1FCFF;
        color: #436E77;
    }

    .pur-list .pur-list-item .item-name {
        color: #191A1C;
        font-size: 16px !important;
        font-weight: 500;
        margin: 0 !important;
    }

    .pur-list .pur-list-item .item-price {
        color: #191A1C;
        font-size: 16px;
        font-weight: 600;
    }

    .pur-list .pur-list-item .item-btn-group {
        border-top: 0 !important;
        border-left: 1px solid #EBEBF1;
        display: flex;
        flex-direction: column;
        gap: 8px;
        height: inherit !important;
        margin: 0 0 0 auto;
        padding: 0 0 0 20px;
    }

    .pur-list .pur-list-item .item-btn-group button {
        width: 136px;
        flex: 0 0 auto !important;
    }

    /*
.my-shopping-list {
    border-radius: 6px;
    border: #EBEBF1;
    background: #F6F6F9;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: min-content;
    padding: 20px 16px;
    width: 320px;
}

.my-shopping-list h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.view-product-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.view-product-item {
    border-radius: 6px;
    border: 1px solid #D0D1D8;
    background: #FFF;
    display: flex;
    gap: 12px;
    padding: 12px;
    position: relative;
}

.view-product-item .btn-product-close {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 12px;
}

.view-product-item .view-product-img {
    border-radius: 6px;
    height: 64px;
    width: 64px;
}

.view-product-item .view-product-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.view-product-item .view-product-info ul {
    display: flex;
    flex-direction: row;
    gap: 0;
}

.view-product-item .view-product-info ul li {
    align-items: center;
    color: #828286;
    display: flex;
    font-size: 12px;
    font-weight: 600;
}

.view-product-item .view-product-info ul li::after {
    background: #D0D1D8;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 6px;
    width: 1px;
}

.view-product-item .view-product-info ul li:last-child::after {
    display: none;
}

.view-product-item .view-product-info ul li.mint {
    color: #38BEDC;
}

.view-product-item .view-product-info h1 {
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
}

.view-product-item .view-product-info p {
    color: #191A1C;
    font-size: 14px;
    font-weight: 600;
}

.view-product-item .view-product-info button {
    font-size: 14px;
    width: 112px;
} */
}

/* popup */
.refund-modal .ss-modal-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.refund-modal .product {
    border-radius: 6px;
    border: 1px solid #EBEBF1;
    display: flex;
    background: #F6F6F9;
    gap: 16px;
    padding: 16px 20px;
}

.refund-modal .product-img {
    border-radius: 6px;
    flex: 0 0 auto;
    height: 80px;
    width: 80px;
}

.refund-modal .product-info {
    width: 100%;
}

.refund-modal .product-info p {
    border-bottom: 1px solid #D0D1D8;
    color: #5C5D62;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 0 0 8px 0;
}

.refund-modal .product-info p span {
    color: #828286;
    font-size: 14px;
    font-weight: 400;
}

.refund-modal .product-tag {
    display: flex;
    gap: 8px;
    margin: 8px 0;
}

.refund-modal .product-tag li {
    border-radius: 2px;
    background: #EBEBF1;
    color: #5C5D62;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 4px;
}

.refund-modal .product-tag li.mint {
    background: #C1FCFF;
    color: #436E77;
}

.refund-modal .product-info h3 {
    color: #191A1C;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.refund-modal h6 {
    align-items: center;
    color: #191A1C;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    text-align: left;
}

.refund-modal h6 span {
    background: #38393F;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    height: 22px;
    line-height: 22px;
    padding: 0 4px;
}

.refund-modal .dropdown-button.disabled {
    background: #F6F6F9 !important;
    border: 1px solid #EBEBF1 !important;
}

.refund-modal .dropdown-button.disabled .placeholder {
    color: #191A1C !important;
}


/* **************************************** *
 * 마이페이지_PC_002_검색결과가 없을 경우
 * **************************************** */
@media (min-width: 992px) {
    .my-pur-list.no-result {
        gap: 80px;
    }

    .my-pur-list.no-result .row {
        gap: 8px;
        margin: 0;
        width: 100%;
    }

    .my-pur-list.no-result .row>* {
        display: flex;
        padding: 0;
        gap: 8px;
    }

    .my-pur-list.no-result .date-group {
        width: 100%;
    }

    .my-pur-list .search-wrap .ss-btn-group {
        border-left: 1px solid #EBEBF1;
        flex: 0 0 auto;
        padding: 0 0 0 8px;
    }

    .my-pur-list.no-result .pur-list {
        align-items: center;
    }

    .my-pur-list.no-result .msg {
        color: #B0B0B7;
        font-size: 16px;
        font-weight: 400;
    }

    .my-pur-list.no-result .msg span {
        color: #2C478E;
        font-weight: 500;
    }

    .my-pur-list.no-result .pur-list button {
        margin: 16px 0 0 0;
    }
}

@media (min-width: 1200px) {
    .my-pur-list.no-result .row {
        flex-wrap: nowrap;
    }

    .my-pur-list.no-result .dropdown-group {
        width: 120px;
    }

    .my-pur-list.no-result .ss-btn-group {
        width: 132px;
    }
}

/* **************************************** *
 * 마이페이지_002_001
 * **************************************** */
.search-wrap {
    background: #F6F6F9;
    padding: 16px 20px;
}

.search-wrap .row {
    margin: 0;
    gap: 8px;
}

.search-wrap .row .col {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 0;
}

.search-wrap .dropdown-group {
    min-width: 120px;
}

.search-wrap .dropdown-group,
.search-wrap .date-group {
    width: 100%;
}

.search-wrap .ss-btn-group {
    border-left: 1px solid #EBEBF1;
    flex: 0 0 auto;
    padding: 0 0 0 8px;
    width: 42px;
}

.search-wrap .input-search {
    min-width: 260px;
    width: 100%;
}

.search-wrap .ss-btn-group button {
    padding: 0;
    width: 100%;
}

.my-pur-list.no-result .pur-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px;
}

.my-pur-list.no-result .pur-list .msg {
    color: #B0B0B7;
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0 32px 0;
}

.my-pur-list.no-result .pur-list .msg span {
    color: #2C478E;
    font-weight: 500;
}

@media (min-width: 870px) {
    .search-wrap .date-group {
        max-width: 274px;
    }
}

/* 검색 전 */
.search-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.my-pur-list .pur-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0 40px 0;
}

.my-pur-list .pur-list .pur-list-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 20px;
}

.my-pur-list .pur-list .pur-list-item .data {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.my-pur-list .pur-list .pur-list-item .item-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(25, 26, 28, 0.20);
}

.my-pur-list .pur-list .pur-list-item .item-top {
    padding: 12px 16px;
}

.my-pur-list .pur-list .pur-list-item .item-top>ul {
    border-bottom: 1px solid #D0D1D8;
    display: flex;
    gap: 4px;
    padding: 0 0 8px 0;
}

.my-pur-list .pur-list .pur-list-item .item-top>ul li {
    color: #5C5D62;
    font-size: 14px;
    font-weight: 600;
}

.my-pur-list .pur-list .pur-list-item .item-top>ul li.blue {
    color: #2C478E;
}

.my-pur-list .pur-list .pur-list-item .item-info {
    display: flex;
    gap: 12px;
    margin: 12px 0 0 0;
}

.my-pur-list .pur-list .pur-list-item .item-info .item-img {
    border-radius: 6px;
    height: 56px;
    width: 56px;
}

.my-pur-list .pur-list .pur-list-item .item-info .item-tag {
    display: flex;
    gap: 8px;
}

.my-pur-list .pur-list .pur-list-item .item-info .item-tag li {
    background: #EBEBF1;
    border-radius: 2px;
    color: #5C5D62;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
}

.my-pur-list .pur-list .pur-list-item .item-info .item-tag li.mint {
    background: #C1FCFF;
    color: #436E77;
}

.my-pur-list .pur-list .pur-list-item .item-info .item-name {
    color: #191A1C;
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0 6px 0;
}

.my-pur-list .pur-list .pur-list-item .item-info .item-price {
    color: #191A1C;
    font-size: 16px;
    font-weight: 600;
}

.my-pur-list .pur-list .pur-list-item .item-btn-group {
    border-top: 1px solid #EBEBF1;
    display: flex;
    height: 44px;
}

.my-pur-list .pur-list .pur-list-item .item-btn-group button {
    background: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    flex: 1 0 0%;
}

.my-pur-list .pur-list .pur-list-item .item-btn-group button:first-child {
    border-bottom-left-radius: 6px;
    border-right: 1px solid #EBEBF1;
}

.my-pur-list .pur-list .pur-list-item .item-btn-group button:last-child {
    border-bottom-right-radius: 6px;
    border-left: 1px solid #EBEBF1;
    color: #2C478E;
}

@media (min-width: 569px) {
    .search-wrap {
        flex-direction: row;
    }

    .search-wrap .dropdown-group {
        flex: 0 0 auto;
        width: 120px;
    }

    .search-wrap .input-search {
        width: 100%;
    }

}

/* **************************************** *
 * 마이페이지_003 & 003_001
 * **************************************** */
.my-review-wrap .tabs {
    gap: 0;
}

.review-list-top {
    padding: 12px 12px 12px 20px;
}

.review-list-top .info-msg {
    color: #828286;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 8px;
    margin: 0 0 8px 0;
}

.review-list-top .dropdown-group {
    margin: 0 0 0 auto;
    width: 116px;
}

.review-list-body .pur-list {
    margin: 0 0 40px 0;
}

.review-list-body .item-top>ul {
    justify-content: space-between;
}

.review-list-body .item-top>ul li:last-child {
    color: #828286 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.review-list-body .item-name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    width: calc(100vw - 140px);
}

.review-list-body .item-btn-group button {
    border: 0 !important;
}

@media (min-width: 992px) {
    .my-review-wrap {
        width: 100%;
        max-width: 928px;
    }

    .my-review-wrap .tab-button {
        font-size: 16px;
        height: 48px;
    }

    .my-review-wrap .tabs {
        gap: 24px;
    }

    .my-review-wrap .my-pur-list {
        width: 100%;
        max-width: 928px;
    }

    .tab-content.my-pur-list {
        display: none;
    }

    .review-list-top {
        padding: 12px 0;
    }

    .review-list-body .pur-list-item {
        padding: 0 !important;
    }

    .review-list-body .item-name {
        font-size: 16px !important;
        width: 100%;
    }

    .review-list-body .item-top {
        padding: 0 !important;
    }

    .my-pur-list .pur-list .pur-list-item .item-top>ul {
        padding: 0 0 12px 0;
    }

    .review-list-body .item-top>ul li:last-child {
        font-size: 14px !important;
    }

    .review-list-body .item-info {
        padding: 0 !important;
    }

    .review-list-body .item-img {
        height: 80px !important;
        width: 80px !important;
    }

    .review-list-body .item-btn-group {
        border-top: 0 !important;
        border-left: 1px solid #D0D1D8;
        height: inherit !important;
        justify-content: center;
        margin: auto 0;
    }

    .review-list-body .item-btn-group button {
        border: 1px solid #3B5AAB !important;
        flex: unset !important;
        height: 32px;
    }
}

/* 검색 결과가 없을 떄 */
.review-list-body .pur-list.no-result {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 72px 0 0 0;
}

.review-list-body .pur-list.no-result p {
    color: #B0B0B7;
    font-size: 16px;
    font-weight: 400;
}

.review-list-body .pur-list.no-result p span {
    color: #2C478E;
}

/* 내가 작성한 리뷰 */
.my-write-review .item-info {
    margin: 0 !important;
}

.my-write-review .item-bottom {
    border-top: 1px solid #EBEBF1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 16px 12px 16px;
    padding: 8px 0 0 0;
}

.my-write-review .item-bottom p {
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .my-write-review .item-bottom {
        align-items: flex-start;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .my-write-review .item-top {
        margin: 0 0 12px 0;
    }

    .my-write-review .item-bottom {
        margin: 0;
    }

    .my-write-review .write-edit {
        border: 0 !important;
        margin: 0 0 0 auto;
    }
}

/* **************************************** *
 * 마이페이지_004 & 004_001
 * **************************************** */
.inquire-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.inquire-wrap h2 {
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
}

.inquire-wrap h2 span {
    color: #3B5AAB;
}

.inquire-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inquire-list .inquire-item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(25, 26, 28, 0.20);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
}

.inquire-list .inquire-item ul {
    display: flex;
    gap: 8px;
}

.inquire-list .inquire-item ul li:first-child {
    background: #EBEBF1;
    color: #5C5D62;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
}

.inquire-list .inquire-item ul li.blue {
    color: #3B5AAB;
}

.inquire-list .inquire-item ul li:last-child {
    color: #2C478E;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 auto;
}

.inquire-list .inquire-item h5 {
    color: #828286;
    font-size: 13px;
    font-weight: 400;
}

.inquire-list .inquire-item p {
    color: #191A1C;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 문의 내역이 없을 때 */
.inquire-none {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 140px 0 0 0;
}

.inquire-none p {
    color: #B0B0B7;
    font-size: 16px;
    font-weight: 400;
}

/* inquire-detail-modal */
.inquire-detail-modal .ss-modal-body {
    padding: 0;
}

.inquire-detail .top {
    border-bottom: 1px solid #EBEBF1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
}

.inquire-detail .top p {
    text-align: left;
}

.inquire-detail .top h1 {
    color: #191A1C;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.inquire-detail .top h2 {
    color: #191A1C;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}

.inquire-detail .top ul {
    display: flex;
    gap: 24px;
}

.inquire-detail .top ul li {
    color: #5C5D62;
    font-size: 14px;
    font-weight: 400;
}

.inquire-detail .bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.inquire-detail .bottom p {
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.inquire-detail .bottom h3 {
    align-items: center;
    color: #5C5D62;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 8px;
    text-align: left;
}

.inquire-detail .top p {
    display: flex;
    gap: 8px;
}

.inquire-detail .top p span {
    background: #EBEBF1;
    border-radius: 2px;
    color: #5C5D62;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 4px;
}

.inquire-detail .top p span.blue {
    background: #E8F7FF;
    color: #3B5AAB;
}

.inquire-detail-comment {
    background: #F6F6F9;
    display: flex;
    gap: 12px;
    padding: 20px;
}

.inquire-detail-comment>p {
    background: #38393F;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    flex: 0 0 auto;
    height: 22px;
    line-height: 22px;
    padding: 0 4px;
}

.inquire-detail-comment .comment {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inquire-detail-comment .comment .dl-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.inquire-detail-comment .comment dl {
    display: flex;
    gap: 8px;
}

.inquire-detail-comment .comment dt {
    color: #828286;
    font-size: 14px;
    font-weight: 400;
}

.inquire-detail-comment .comment dd {
    color: #38393F;
    font-size: 14px;
    font-weight: 400;
}

.inquire-detail-comment .comment p {
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.inquire-detail-edit {
    display: flex;
    gap: 12px;
    padding: 16px 20px;
}

@media (min-width: 992px) {
    .inquire-wrap {
        padding: 0;
        width: 100%;
    }

    .inquire-top {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .inquire-top.align-right {
        display: flex;
        justify-content: flex-end;
    }

    .inquire-top .dropdown-group {
        width: 94px;
    }


    .inquire-wrap table {
        border-collapse: collapse;
        width: 100%;
    }

    .inquire-wrap table thead tr th {
        border-bottom: 2px solid #D0D1D8;
        color: #5C5D62;
        font-size: 14px;
        font-weight: 500;
        height: 52px;
        position: relative;
        text-align: center;
    }

    .inquire-wrap table thead tr th::after {
        background: #EBEBF1;
        content: '';
        display: inline-block;
        height: 22px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
    }

    .inquire-wrap table thead tr th:last-child::after {
        display: none;
    }

    .inquire-wrap table tbody tr td {
        border-bottom: 1px solid #D0D1D8;
        color: #191A1C;
        font-size: 14px;
        font-weight: 400;
        height: 52px;
        padding: 0 8px;
        text-align: center;
        vertical-align: middle;
    }

    .inquire-wrap .comment {
        background: #EBEBF1;
        border-radius: 4px;
        color: #5C5D62;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        height: 22px;
        line-height: 22px;
        padding: 0 4px;
    }

    .inquire-wrap .comment.blue {
        color: #3B5AAB;
    }

    .inquire-wrap table tbody tr td.ta-left {
        text-align: left;
    }

    .inquire-wrap table tbody tr td p {
        align-items: center;
        display: flex;
        gap: 8px;
    }

    .inquire-wrap .pagination {
        margin: 0;
    }

    .inquire-wrap .inquire-none {
        margin: 80px 0;
    }
}

/* **************************************** *
 * 마이페이지_004_002
 * **************************************** */
@media (min-width: 992px) {
    .inquire-wrap {
        max-width: 928px;
    }

    .inquire-detail {
        border: 1px solid #EBEBF1;
        border-radius: 6px;
    }

    .inquire-detail-comment {
        border-radius: 6px;
    }

    .inquire-detail-comment .comment {
        background: none;
        display: flex;
        gap: 12px;
        height: 100%;
    }

    .inquire-detail-comment .comment dl dd:last-child {
        margin: 0 0 0 auto;
    }
}

/* **************************************** *
 * 메인
 * **************************************** */
main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 32px 0;
}

.main-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-cont h1 {
    align-items: center;
    color: #191A1C;
    display: flex;
    font-size: 19px;
    font-weight: 600;
    gap: 12px;
    margin: 0 20px;
}

.main-cont h1::before {
    background: #2C478E;
    border-radius: 100px;
    content: '';
    display: inline-block;
    height: 20px;
    width: 4px;
}

.main-cont .product-name {
    text-align: left;
}

.main-cont .product-price {
    text-align: left;
}

.main-cont .custom-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
    max-width: 100%;
    margin: 20px 0 0 20px;
}

.main-cont .custom-tab {
    flex: 0 0 auto;
}

.main-cont .main-cont-list {
    padding: 0 20px;
}

.main-cont .main-cont-list .product-group.row {
    border-bottom: 1px solid #EBEBF1;
}

@media (min-width: 768px) {
    .main-cont-list .row {
        --bs-gutter-x: 1rem;
        margin: 0 -4px;
    }

    .main-cont .custom-tabs {
        overflow: hidden;
        margin: 20px 0 0 20px;
    }
}

@media (min-width: 992px) {
    .main-cont {
        gap: 32px;
    }

    .main-cont h1 {
        font-size: 24px;
        gap: 20px;
        position: relative;
        margin: 0 56px;
    }

    .main-cont h1::before {
        height: 24px;
    }

    .main-cont .main-cont-top p {
        color: #828286;
        font-size: 16px;
        font-weight: 400;
        margin: 8px 40px 20px 82px;
    }

    .main-cont .product-img {
        height: 210px;
    }

    .main-cont .product-name {
        font-size: 18px;
        margin: 8px 0 0 0;
    }

    .main-cont .product-price {
        font-size: 18px;
    }

    .main-cont .custom-tabs {
        margin: 0 0 0 56px;
    }

    .main-cont .main-cont-list {
        padding: 0 56px;
    }

    .main-cont-list .row {
        --bs-gutter-x: 20px;
    }

    .main-cont-list .col-lg-4 {
        width: 50%;
    }

    .main-cont-list .product-group.row .product-info {
        margin: 0;
        padding: 0;
    }

    .main-cont-list .product-group.row .product-img {
        height: 126px;
    }

    .main-cont-list .product-group.row .product-name {
        margin: 0;
    }
}

@media (min-width: 1366px) {
    .main-cont .product-img {
        height: 280px;
    }

    .main-cont-list .col-lg-4 {
        width: 33.33333333%;
    }
}

/* **************************************** *
 * 카테고리 001
 * **************************************** */
.category-top {
    background: #F6F6F9;
}

.selected-category {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.selected-category ul {
    display: flex;
    gap: 8px;
}

.selected-category ul li {
    align-items: center;
    background: #E5ECF6;
    border: 1px solid #3B5AAB;
    border-radius: 100px;
    color: #2C478E;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    padding: 0 12px;
}

.selected-category button {
    background: none;
    border: 0;
    padding: 0;
}

.search-category {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 0;
}

.search-category .input-search-wrap,
.search-category .tab-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.search-category .input-search-wrap h6,
.search-category .tab-wrap h6 {
    color: #5C5D62;
    font-size: 13px;
    font-weight: 500;
}

.category-product {
    margin: 0 0 20px 0;
}

.category-product .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.category-product-top .container {
    display: flex;
    justify-content: space-between;
    padding: 12px;
}

.category-product-top .dropdown-group {
    width: 94px;
}

.category-product-top .dropdown-group .dropdown-button {
    color: #38393F;
}

@media (min-width: 576px) {
    .category-product .row .col-6 {
        width: 25%;
    }
}

@media (min-width: 768px) {

    .category-top .container,
    .category-product-top .container,
    .category-product-list .container {
        max-width: 680px;
    }

    .category-product .row .col-6 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .category-top .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }


    .category-top h1 {
        align-items: center;
        color: #191A1C;
        display: flex;
        font-size: 24px;
        font-weight: 500;
        gap: 16px;
        padding: 32px 0 0 0;
    }

    .category-top h1::before {
        background: #2C478E;
        border-radius: 100px;
        content: '';
        display: inline-block;
        height: 24px;
        width: 4px;
    }

    .search-category {
        padding: 24px 0;
    }

    .search-category input {
        font-size: 16px !important;
        height: 40px !important;
        width: 680px !important;
    }

    .search-category .input-search i {
        height: 22px;
        width: 22px;
    }

    .search-category .input-search button {
        right: 16px;
    }

    .search-category .input-search .i-clear {
        right: 48px;
    }

    .search-category .input-search-wrap,
    .search-category .tab-wrap {
        align-items: center;
        flex-direction: row;
    }

    .search-category .input-search-wrap h6,
    .search-category .tab-wrap h6 {
        font-size: 14px;
        flex: 0 0 auto;
        width: 64px;
    }

    .category-product-list {
        margin: 0 0 140px 0;
    }

    .category-product .row .col-6 {
        width: 33.3%;
    }

    .category-product-top .container {
        padding: 20px;
    }

    .category-product-top .container,
    .category-product-list .container {
        max-width: 760px;
    }

    .category-product .product-img {
        height: 210px;
        margin: 0 0 8px 0;
    }

    .category-product .product-tag li {
        font-size: 13px;
    }

    .category-product .product-name,
    .category-product .product-price {
        font-size: 18px;
    }
}


@media (min-width: 1320px) {

    .category-top .container,
    .category-product .container {
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .category-product .row .col-6 {
        width: 20%;
    }
}

/* **************************************** *
 * 상세페이지_001
 * **************************************** */
.detail-wrap .detail-btn {
    bottom: 0;
    box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    height: 48px;
    position: fixed;
    width: 100%;
}

.detail-wrap .detail-btn button {
    border-radius: 0;
    width: 50%;
}

.detail-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px 20px;
}

.detail-info .product-name {
    font-size: 20px;
    font-weight: 600;
}

.detail-info .product-review {
    color: #7C9CDB;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 12px 0;
}

.detail-info .product-price {
    color: #191A1C;
    font-size: 24px;
}

@media (min-width: 992px) {
    .detail-wrap .detail-btn {
        display: none;
    }

    .detail-wrap {
        padding: 24px 40px;
    }

    .detail-top.pc {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .detail-top .row {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem;
    }

    .detail-top .col-12 button {
        height: 40px;
    }

    .detail-info {
        gap: 16px;
        padding: 0;
    }

    .detail-info .product-tag li {
        align-items: center;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        height: 24px;
        margin: 0 0 8px 0;
        padding: 0 8px;
    }

    .detail-info .product-name {
        font-size: 28px;
    }

    .detail-info .product-review {
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    .detail-info .product-price {
        font-size: 32px;
    }

    .detail-info .ss-btn-group {
        gap: 16px;
        margin: 12px 0 0 0;
    }

    .detail-info .ss-btn-group button {
        font-size: 18px;
        font-weight: 600;
        height: 56px;
        width: calc((100%/2) - 8px);
    }

    .detail-body {
        margin: 64px 0 0 0;
    }
}

@media (min-width: 1200px) {
    .detail-wrap {
        margin: 0 auto;
        max-width: 1160px;
    }

    .detail-info {
        height: 100%;
    }

    .detail-info .product-price {
        margin: auto 0 0 0;
    }

    .detail-info .ss-btn-group {
        margin: auto 0 0 0;
    }
}

.product-about-wrap {
    margin: 24px 0 0 0;
}

.product-about-wrap img {
    width: 100%;
}

.product-about-wrap button {
    border-radius: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    height: 44px;
    width: 100%;
}

.product-about-wrap button i {
    height: 16px;
    width: 16px;
}

.product-about-wrap button:active,
.product-about-wrap button:focus,
.product-about-wrap button:hover {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    outline: none;
}

@media (min-width: 992px) {
    .detail-wrap .tab-button {
        font-size: 16px;
        height: 56px;
    }

    .product-about-wrap img {
        margin: 0 auto;
        max-width: 980px;
    }

    .product-about-wrap {
        margin: 32px 0 0 0;
    }

    .product-about-wrap button {
        border: 1px solid #D0D1D8;
        border-radius: 6px;
        box-shadow: none;
        font-size: 18px;
        height: 48px;
        width: 400px;
        margin: 20px auto 0 auto;
    }

    .product-about-wrap button:active,
    .product-about-wrap button:focus,
    .product-about-wrap button:hover {
        box-shadow: none;
        outline: none;
    }
}

/* product-review */
.product-review-wrap {
    border-top: 2px solid #5C5D62;
    margin: 32px 0 0 0;
}

.product-review-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
}

.product-review-top p {
    align-items: center;
    color: #191A1C;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 4px;
}

.product-review-top p span {
    color: #7C9CDB;
}

.product-review-top button {
    font-size: 16px;
    height: 40px;
}

.product-review-list {
    display: flex;
    flex-direction: column;
}

.product-review-list>li {
    border-bottom: 1px solid #D0D1D8;
}

.product-review-list .product-review-item {
    padding: 20px;
}

.product-review-list .product-review-item .top {
    display: flex;
    justify-content: space-between;
}

.write-info {
    align-items: center;
    display: flex;
}

.write-info li {
    align-items: center;
    color: #828286;
    display: flex;
    font-size: 14px;
    font-weight: 400;
}

.write-info li:first-child {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60px;
    white-space: nowrap;
}

.write-info li::before {
    content: '·';
    margin: 0 4px;
}

.write-info li:first-child::before {
    display: none;
}

.product-review-list .product-review-item p {
    color: #191A1C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 8px 0 0 0;
}

.product-review-list .product-review-item p.del {
    color: #B0B0B7;
}

.product-review-list .product-review-item a {
    align-items: center;
    color: #276DD6;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 4px;
    margin: 8px 0 0 0;
}

.write-edit {
    display: flex;
    margin: 0 0 0 auto;
}

.write-edit li {
    align-items: center;
    display: flex;
}

.write-edit li:last-child::after {
    display: none;
}

.write-edit li a {
    align-items: center;
    color: #2C478E;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin: 0 !important;
}

.write-edit li::after {
    background: #D0D1D8;
    content: '';
    display: inline-block;
    height: 14px;
    margin: 0 8px;
    width: 1px;
}

.comment-box {
    background: #F6F6F9;
    margin: 12px 0 0 0;
    padding: 12px;
}

.comment-box dl {
    display: flex;
    gap: 12px;
}


.comment-box dl dt span {
    align-items: center;
    background: #38393F;
    border-radius: 2px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 22px;
    padding: 0 4px;
}

.comment-box ul {
    line-height: 1.5;
    margin: 0 0 8px 0;
}

.detail-wrap .pagination {
    margin: 20px 0 0 0;
}

.detail-wrap .pagination ul li a {
    font-size: 16px;
    height: 36px;
    width: 36px;
}

@media (min-width: 500px) {
    .write-info li:first-child {
        display: flex;
        overflow: unset;
        text-overflow: unset;
        max-width: 100%;
        white-space: unset;
    }
}

@media (min-width: 992px) {
    .product-review-wrap {
        margin: 48px 0 0 0;
    }

    .product-review-top {
        padding: 16px 0;
    }

    .product-review-top p {
        font-size: 20px;
        gap: 8px;
    }

    .product-review-list .product-review-item {
        padding: 20px 24px;
    }

    .write-info li {
        font-size: 14px;
    }

    .write-edit li a {
        font-size: 14px !important;
    }

    .detail-wrap .pagination {
        margin: 24px 0 0 0;
    }
}

/* product-inquire */
.product-inquire-wrap {
    border-top: 2px solid #5C5D62;
    margin: 32px 0 0 0;
}

.product-inquire-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
}

.product-inquire-top p {
    align-items: center;
    color: #191A1C;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 4px;
}

.product-inquire-top p span {
    color: #7C9CDB;
}

.product-inquire-top button {
    font-size: 16px;
    height: 40px;
}

.product-inquire-body {
    margin: 0 0 32px 0;
}

.product-inquire-body h2 {
    background: #EBEBF1;
    border-radius: 4px;
    color: #828286;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 8px;
    margin: 0 20px;
    padding: 12px 16px;
}

.product-inquire-body i {
    flex: 0 0 auto;
}

.product-qa-list {
    margin: 16px 0 0 0;
}

.product-qa-list>li {
    border-bottom: 1px solid #D0D1D8;
}

.product-qa-item {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    padding: 20px;
}

.product-qa-info {
    width: 100%;
}

.product-qa-info .top {
    display: flex;
    gap: 12px;
    margin: 0 0 8px 0;
}

.product-aq-list .answer {
    background: #EBEBF1;
    border-radius: 2px;
    color: #5C5D62;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 18px;
    padding: 0 4px;
}

.product-qa-info h3 {
    color: #191A1C;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px 0;
}

.product-qa-info p {
    color: #5C5D62;
    font-size: 16px;
}

.product-qa-info .comment-box p {
    color: #191A1C;
}

.detail-wrap .detail-fixed {
    bottom: 68px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    right: 20px;
}

.detail-wrap .detail-fixed button {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 4px 0px rgba(25, 26, 28, 0.20);
    border: 0;
    height: 40px;
    width: 40px;
    transition: opacity 0.3s ease-in-out;
}

.detail-wrap .detail-fixed button i {
    transition: transform 0.3s ease-in-out;
}

.detail-wrap .detail-fixed button:first-child i {
    transform: rotate(-180deg);
}

.detail-fixed button.disabled {
    pointer-events: none;
}

.detail-fixed button.disabled i {
    opacity: 0.3;
}

@media (min-width: 992px) {
    .product-inquire-wrap {
        margin: 48px 0 0 0;
    }

    .product-inquire-top {
        padding: 16px 0;
    }

    .product-inquire-top p {
        font-size: 20px;
        gap: 8px;
    }

    .product-inquire-body {
        margin: 0 0 80px 0;
    }

    .product-inquire-body h2 {
        background: #EBEBF1;
        color: #828286;
        font-size: 14px;
        display: flex;
        gap: 8px;
        margin: 0;
        padding: 12px 16px;
    }

    .product-aq-list {
        margin: 16px 0 0 0;
    }

    .product-aq-list table {
        border-collapse: collapse;
        width: 100%;
    }

    .product-aq-list table thead tr th {
        border-bottom: 2px solid #D0D1D8;
        color: #5C5D62;
        font-size: 14px;
        font-weight: 500;
        height: 52px;
        text-align: center;
    }

    .product-aq-list table tbody tr td {
        border-bottom: 1px solid #EBEBF1;
        color: #828286;
        font-size: 14px;
        font-weight: 400;
        padding: 16px;
        text-align: center;
        vertical-align: top;
    }

    .product-aq-list .answer {
        height: 22px;
        line-height: 22px;
    }

    .product-qa-info p {
        font-weight: 400;
        margin: 16px 0 0 0;
        text-align: left;
    }

    .product-qa-info .top {
        margin: 0;
    }

    .product-qa-info h3 {
        margin: 0;
    }

    .write-edit {
        margin: 0 auto 0 20px;
    }

    .product-qa-info .comment-box p {
        margin: 8px 0 0 0;
    }

    .detail-wrap .detail-fixed {
        right: 40px;
    }
}

.review-modal .ss-modal-body {
    padding: 24px;
}

.review-modal textarea {
    height: 280px;
}

.review-modal .ss-btn-group.mo {
    display: flex;
}

.review-modal .ss-btn-group button {
    width: calc((100%/2) - 4px);
}

@media (min-width: 768px) {
    .review-modal .ss-btn-group button {
        height: 40px;
        width: auto;
    }
}

@media (min-width: 768px) {
    .review-modal .ss-btn-group.mo {
        display: none;
    }
}

/* **************************************** *
 * 회원가입_002(판매자 회원가입)
 * **************************************** */
.ss-header-logo {
    align-items: center;
    display: flex;
}

.ss-header-logo span {
    align-items: center;
    border-radius: 4px;
    font-size: 13px;
    display: flex;
    height: 22px;
    margin: 0 0 0 12px;
    padding: 0 4px;
}

.ss-header-logo span.seller {
    background: #E5ECF6;
    color: #3B5AAB;
}

.seller-sign-wrap .cont-top {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 24px 16px;
}

.seller-sign-wrap h1 {
    color: #191A1C;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.seller-sign-wrap p {
    color: #2C478E;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.seller-sign-wrap .cont-body {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    width: 100%;
}

.seller-sign-wrap .sign-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.seller-sign-wrap .sign-area h2 {
    color: #191A1C;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.seller-sign-wrap .sign-area h2 span {
    color: #D7463E;
    font-size: 13px;
    font-weight: 500;
}

.seller-sign-wrap .ss-input-wrap {
    flex-direction: column;
    gap: 12px;
}

.seller-sign-wrap .ss-input-group {
    gap: 8px;
}

.seller-sign-wrap .ss-input-area button {
    width: 80px;
}

.seller-sign-wrap .ss-input-group label {
    margin: 0;
}

.bb-1 {
    border-bottom: 1px solid #EBEBF1;
    padding: 0 0 16px 0;
}

.terms-area {
    background: #F2F6FB;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
}

.seller-sign-wrap .ss-btn-group button {
    width: 100%;
}

.seller-sign-wrap .check-group label {
    font-size: 14px;
}

@media (min-width: 520px) {
    .seller-sign-wrap {
        padding: 0 0 32px 0;
    }

    .seller-sign-wrap .cont-top {
        gap: 8px;
        padding: 32px 24px;
    }

    .seller-sign-wrap h1 {
        font-size: 28px;
    }

    .seller-sign-wrap p {
        font-size: 20px;
    }

    .seller-sign-wrap .cont-body {
        border-radius: 12px;
        box-shadow: 0px 3px 8px 0px rgba(25, 26, 28, 0.10);
        gap: 24px;
        margin: 0 auto;
        max-width: 520px;
        padding: 40px;
    }

    .seller-sign-wrap .sign-area h2 {
        font-size: 16px;
    }

    .seller-sign-wrap .sign-area {
        gap: 24px;
    }

    .seller-sign-wrap .ss-input-wrap {
        gap: 16px;
    }

    .seller-sign-wrap .ss-btn-group button {
        font-size: 18px;
        height: 56px;
    }
}

@media (min-width: 992px) {
}

/* **************************************** *
 * 회원가입_003(회원가입완료)
 * **************************************** */
.sign-complete-area {
    margin: 64px 24px;
    text-align: center;
}

.sign-complete-area h1 {
    color: #2C478E;
    font-size: 24px;
    font-weight: 500;
    margin: 16px 0 24px 0;
}

.sign-complete-area h6 {
    color: #191A1C;
    font-size: 18px;
    font-weight: 600;
}

.sign-complete-area p {
    color: #5C5D62;
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 24px 0;
}

@media (min-width: 520px) {
    .sign-complete-wrap {
        background: #EBEBF1;
        height: calc(100vh - 64px);
        padding: 80px 0 0 0;
    }

    .sign-complete-area {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0px 3px 8px 0px rgba(25, 26, 28, 0.10);
        margin: 0 auto;
        max-width: 520px;
        padding: 48px;
        text-align: center;
    }

    .sign-complete-area h1 {
        font-size: 32px;
        margin: 24px 0 40px 0;
    }

    .sign-complete-area h6 {
        font-size: 24px;
    }

    .sign-complete-area p {
        font-size: 18px;
        margin: 12px 0 40px 0;
    }
}

@media (min-width: 992px) {
    .sign-complete-area {
        max-width: 604px;
    }
}

/* **************************************** *
 * 로그인_003(아이디 및 비밀번호 찾기)
 * **************************************** */
.user-find-wrap {
    padding: 20px;
}

.id-find-area {
    margin: 16px 0 0 0;
    text-align: center;
}

.id-find-area p {
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
}

.id-find-area .ss-input-group {
    margin: 32px 0 0 0;
}

.id-find-area .ss-btn-group {
    flex-direction: column;
    gap: 16px;
}

.id-find-area button {
    font-weight: 700;
    width: 100%;
}

@media (min-width: 520px) {
    .user-find-wrap {
        background: #EBEBF1;
        height: calc(100vh - 64px);
        padding: 80px 0 0 0;
    }

    .user-find-wrap .tab-button {
        font-size: 16px;
        height: 52px;
    }

    .user-fine-area {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0px 3px 8px 0px rgba(25, 26, 28, 0.10);
        margin: 0 auto;
        max-width: 520px;
        padding: 40px;
    }

    .id-find-area {
        margin: 32px 0 0 0;
    }

    .id-find-area p {
        font-size: 18px;
        line-height: 1.5;
    }

    .id-find-area .ss-input-group {
        margin: 48px 0 24px 0;
    }

    .id-find-area .ss-input-group input {
        font-size: 18px;
        height: 48px;
    }

    .id-find-area button {
        font-size: 18px;
        height: 56px;
    }
}

.id-find-area h3 {
    color: #2C478E;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.id-find-area .ss-btn-group {
    margin: 32px 0 0 0;
}

@media (min-width: 520px) {
    .id-find-area h3 {
        font-size: 18px;
    }

    .id-find-area .ss-btn-group {
        margin: 48px 0 0 0;
    }
}

.pw-find-area {
    margin: 16px 0 0 0;
    text-align: center;
}

.pw-find-area p {
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
}

.pw-find-area p span {
    color: #828286;
}

.pw-find-area .ss-input-group {
    gap: 12px;
    margin: 32px 0 24px 0;
}

.pw-find-area button {
    font-weight: 700;
    width: 100%;
}

@media (min-width: 520px) {
    .pw-find-area {
        margin: 32px 0 0 0;
    }

    .pw-find-area p {
        font-size: 18px;
    }

    .pw-find-area .ss-input-group {
        gap: 16px;
        margin: 48px 0 24px 0;
    }

    .pw-find-area .ss-input-group input {
        font-size: 18px;
        height: 48px;
    }

    .pw-find-area button {
        font-size: 18px;
        height: 56px;
    }
}

/* **************************************** *
 * 운영관리_001_001(운영정책관리)
 * **************************************** */
.policy-admin-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}

.policy-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.policy-group h2 {
    color: #38393F;
    font-size: 14px;
    font-weight: 500;
}

.policy-admin-wrap .ss-btn-group {
    justify-content: center;
}

.policy-admin-wrap .ss-btn-group button {
    width: 200px;
}

@media (min-width: 992px) {
    .policy-admin-wrap {
        gap: 20px;
        max-width: 928px;
        padding: 0;
        width: 100%;
    }

    .policy-admin-wrap .ss-btn-group {
        justify-content: flex-start;
    }
}

/* **************************************** *
 * 운영관리_001(운영정책관리)
 * **************************************** */
.admin-menu-wrap {
    padding: 20px;
}

#admin-menu>li {
    margin: 0 0 8px 0;
}

#admin-menu>li>a {
    align-items: center;
    border-radius: 4px;
    color: #38393F;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    gap: 12px;
    height: 40px;
    padding: 0 16px;
}

#admin-menu>li>a:hover {
    background: #F2F6FB;
}

#admin-menu>li.active .i-package {
    background: url(../img/ico/i-package-b.png);
}

#admin-menu>li.active .i-bar {
    background: url(../img/ico/i-bar-b.png);
}

#admin-menu>li.active .i-calculator {
    background: url(../img/ico/i-calculator-b.png);
}

#admin-menu>li.active .i-user-profile {
    background: url(../img/ico/i-user-profile-b.png);
}

#admin-menu>li.active .i-setting {
    background: url(../img/ico/i-setting-b.png);
}

#admin-menu>li.active .i-help-circle {
    background: url(../img/ico/i-help-circle-b.png);
}

#admin-menu>li.active .i-review {
    background: url(../img/ico/i-msg-b.png);
}

#admin-menu>li.active .i-mart {
    background: url(../img/ico/i-mart-b.png);
}

#admin-menu>li.active .i-notice {
    background: url(../img/ico/i-notice-b.png);
}

#admin-menu>li.active .i-set {
    background: url(../img/ico/i-set-b.png);
}

#admin-menu>li.active .i-admin-user {
    background: url(../img/ico/i-admin-user-b.png);
}

#admin-menu>li.active>a {
    color: #2C478E;
}

#admin-menu .menu-folder>a::after {
    background: url(../img/ico/i-dropdown-arrow-down.png);
    background-size: cover;
    content: '';
    display: inline-block;
    height: 18px;
    margin: 0 0 0 auto;
    width: 18px;
}

#admin-menu .menu-folder.active>a::after {
    background: url(../img/ico/i-chevron-up-b.png);
    background-size: cover;
}

#admin-menu>li>ul {
    display: none;
}

#admin-menu>li>ul>li {
    margin: 4px 0 0 0;
}

#admin-menu>li>ul>li>a {
    align-items: center;
    border-radius: 4px;
    color: #5C5D62;
    font-weight: 500;
    display: flex;
    height: 40px;
    padding: 0 0 0 48px;
}

#admin-menu>li>ul>li:hover a {
    background: #F2F6FB;
}

#admin-menu>li>ul>li.active>a {
    background: #E5ECF6;
    color: #2C478E;
    font-weight: 700;
}

@media (min-width: 992px) {
    .admin-menu-wrap {
        padding: 16px;
    }
}

/* **************************************** *
 * 운영관리_002(공지 상세)
 * **************************************** */
.attachment {
    text-align: left;
}

.attachment span {
    align-items: center;
    background: #E5ECF6;
    border-radius: 100px;
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    padding: 4px 12px;
}

.attachment span i {
    cursor: pointer;
    margin: 0 0 0 8px;
}

/* **************************************** *
 * 운영관리_002_001(모바일 공지 상세)
 * **************************************** */
.detail-modal .ss-modal-body {
    padding: 0;
}

.detail-modal .inquire-wrap {
    padding: 0;
}

.detail-modal .inquire-detail .top {
    margin: 0 20px;
    padding: 20px 0;
}

/* **************************************** *
 * 판매관리_001
 * **************************************** */
.alarm {
    background: #E8F7FF;
    border-bottom: 1px solid #E5ECF6;
    color: #38393F;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
}

hr.blue {
    background: #276DD6;
    margin: 0;
}

.ss-card-body dl.blue dt,
.ss-card-body dl.blue dd {
    color: #276DD6;
}

@media (min-width: 992px) {
    .alarm {
        border-radius: 6px;
        border: 0;
        margin: 0 0 16px 0;
    }
}

/* **************************************** *
 * 상품목록_001_001
 * **************************************** */
.product-list-top {
    background: #F6F6F9;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px;
}

.product-search-area {
    display: flex;
    gap: 8px;
}

.product-search-area .dropdown-group {
    flex: 0 0 auto;
    width: 120px;
}

.product-search-area .input-search {
    width: 100%;
}

.product-search-btn-group {
    display: flex;
    gap: 8px;
}

.product-search-btn-group button {
    display: flex;
    justify-content: space-between;
    max-width: 106px;
    padding: 0 12px;
    width: 100%;
}

.product-list-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 20px 20px 20px;
}

.product-list-body p {
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
}

.product-list-body p span {
    color: #3B5AAB;
    margin: 0 0 0 4px;
}

.product-list-item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(25, 26, 28, 0.2);
}

.product-list-item .item-top {
    padding: 12px 16px;
}

.product-list-item .item-top .top-area {
    border-bottom: 1px solid #D0D1D8;
    display: flex;
    justify-content: space-between;
    padding: 0 0 12px 0;
}

.product-list-item .item-top label {
    color: #5C5D62;
    font-size: 13px;
    font-weight: 400;
}

.product-list-item .item-top label::before {
    height: 16px;
    width: 16px;
}

.product-list-item .item-top button {
    background: none;
    border: 0;
    padding: 0;
}

.product-list-item .item-info {
    display: flex;
    gap: 12px;
    margin: 12px 0 0 0;
}

.product-list-item .item-info .item-img {
    border-radius: 6px;
    height: 56px;
    width: 56px;
}

.product-list-item .item-info .info-txt {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-list-item .item-info .info-txt h1 {
    color: #191A1C;
    font-size: 14px;
    font-weight: 500;
}

.product-list-item .item-info .info-txt p {
    color: #191A1C;
    font-size: 13px;
    font-weight: 400;
}

.product-list-item .item-info .info-txt h6 {
    color: #2C478E;
    font-size: 14px;
    font-weight: 500;
}

.product-list-item .product-info {
    background: #F6F6F9;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 12px 0 0 0;
    padding: 8px 12px;
}

.product-list-item .product-info dl {
    display: flex;
    gap: 8px;
}

.product-list-item .product-info dt {
    color: #828286;
    font-size: 13px;
    font-weight: 400;
}

.product-list-item .product-info dd {
    color: #191A1C;
    font-size: 13px;
    font-weight: 400;
}

.product-list-item .item-bot {
    border-top: 1px solid #EBEBF1;
}

.product-list-item .item-bot ul {
    display: flex;
}

.product-list-item .item-bot ul li {
    padding: 4px;
    width: 50%;
}

.product-list-item .item-bot ul li:first-child {
    border-right: 1px solid #EBEBF1;
}

.product-list-item .item-bot .placeholder {
    color: #38393F !important;
}

/* **************************************** *
 * 상품목록_001
 * **************************************** */
@media (min-width: 992px) {
    .product-searchbox {
        background: #F6F6F9;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 0 24px 0;
        padding: 20px;
    }

    .product-searchbox .search-op {
        display: flex;
        column-gap: 80px;
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .product-searchbox .search-op .col {
        align-items: center;
        display: flex;
        /*flex: 0 0 auto;*/
        gap: 8px;
        min-width: 576px;
        max-width: 100%;
    }

    .product-searchbox .search-op .col h6 {
        color: #5C5D62;
        font-size: 13px;
        font-weight: 500;
        flex: 0 0 auto;
        width: 64px;
    }

    .product-searchbox .ss-btn-group {
        justify-content: center;
    }

    .product-searchbox .ss-btn-group button {
        width: 120px;
    }

    .selected-check {
        flex: 0 0 auto;
    }

    .selected-check label {
        padding: 0 12px;
        width: max-content;
    }

    .w-100 {
        flex: 1% !important;
    }

    .product-search-area {
        width: 100%;
    }

    .selected-list {
        flex-wrap: wrap;
    }

    .period-group {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .period-group .dropdown-group {
        width: 120px;
    }

    .product-searchbox .placeholder {
        color: #191A1C !important;
    }

    .period-group .selected-list {
        gap: 0;
    }

    .period-group .selected-list .selected-check label {
        border-radius: 0;
        margin: 0 -1px;
    }

    .period-group .selected-list .selected-check input:checked+label {
        position: relative;
        z-index: 1;
    }

    .period-group .selected-list .selected-check:first-child label {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .period-group .selected-list .selected-check:last-child label {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .inquire-wrap.product {
        gap: 16px;
        max-width: 100%;
    }

    .inquire-wrap.product .ss-btn-group button:first-child {
        margin: 0 8px 0 0;
        position: relative;
    }

    .inquire-wrap.product .ss-btn-group button:first-child::after {
        background: #EBEBF1;
        content: '';
        display: inline-block;
        height: 28px;
        right: -10px;
        position: absolute;
        width: 1px;
    }

    .inquire-wrap.product .check-group {
        justify-content: center;
    }

    .inquire-wrap.product .scroll-y {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .inquire-wrap.product .scroll-y::-webkit-scrollbar {
        height: 8px;
    }

    .inquire-wrap.product table {
        min-width: 1166px;
        max-width: 100%;
    }
}

/* **************************************** *
 * 상품등록_001 & 001_001
 * **************************************** */
.product-register-modal .ss-modal-footer {
    box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.10);
}

.product-register-modal .ss-btn-group {
    gap: 0;
    height: 100%;
}

.product-register-modal .ss-btn-group button {
    flex: 1%;
    height: 100%;
}

.product-register-modal .ss-btn-group button:active,
.product-register-modal .ss-btn-group button:hover,
.product-register-modal .ss-btn-group button:focus {
    box-shadow: none;
}

.product-register-modal .ss-input-group {
    max-width: 720px;
}

.product-register-modal .dropdown-group {
    max-width: 360px;
}

.product-register-modal .dropdown-are.add-per-itema {
    display: flex;
    justify-content: space-between;
    max-width: 360px;
}

.product-register-modal .dropdown-area .dropdown-group {
    width: calc(50% - 4px);
}

.product-register-modal .price {
    align-items: center;
    display: flex;
    gap: 8px;
    max-width: 360px;
}

.product-register-modal .price .ss-input-group {
    width: 100%;
}

.img-area {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.img-group {
    align-items: center;
    background: #fff;
    border: 1px solid #D0D1D8;
    border-radius: 6px;
    display: flex;
    height: 80px;
    justify-content: center;
    width: 80px;
}

.img-group button {
    background: url(../img/ico/i-plus.png);
    background-size: cover;
    border: 0;
    height: 24px;
    width: 24px;
}

.img-area p {
    color: #828286;
    font-size: 12px;
    font-weight: 400;
}

.dl-group dt b {
    color: #828286;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 4px;
}

.dl-group hr {
    background-color: #EBEBF1;
    margin: 0;
}

.product-register-modal .mypage-detail-wrap {
    margin: 0;
}

.product-register-modal .dl-group {
    gap: 16px;
}

.product-detail-upload {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-detail-upload .tabs {
    background: #EBEBF1;
    border-radius: 6px;
    gap: 4px;
    padding: 4px;
    width: max-content;
}

.product-detail-upload .tab-list {
    gap: 4px;
}

.product-detail-upload .tab-button {
    border: 0;
    color: #191A1C;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    width: 102px;
}

.product-detail-upload .tab-button.active {
    border: 1px solid #D0D1D8;
    border-radius: 6px;
}

.product-detail-upload .tab-content {
}

.product-detail-upload .img-upload {
    align-items: center;
    background: #EBEBF1;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    height: 144px;
    max-width: 448px;
}

.product-detail-upload .img-upload p {
    color: #5C5D62;
    font-size: 14px;
    font-weight: 400;
}

.product-detail-upload .tab-content h6 {
    color: #828286;
    font-size: 12px;
    font-weight: 400;
    margin: 8px 0 0 0;
}

.chart-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 한 줄에 2개의 열 */
    grid-template-rows: repeat(2, 1fr);   /* 두 줄로 배치 */
    gap: 16px; /* 차트 간격 */
    margin-top: 16px;
    height: calc(100vh - 260px); /* 화면 높이에서 여백 제외 */
    width: 100%; /* 전체 너비 */
}

.chart-box {
    background: #fff;
    border: 1px solid #EBEBF1;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);

    /* 차트가 영역을 넘지 않도록 설정 */
    overflow: hidden; /* 영역 넘침 방지 */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 차트가 넘치는 경우에도 박스 안에 위치 */
.chart-box > div {
    width: 100%;
    height: 100%;
}

.sort{
    color: #0d6efd!important;
    cursor:pointer;
}

.sort-icon{
    width:16px;
    height:16px;
    display:block;
    float:right;
}

.sort-icon.asc{
    background: url(../img/ico/i-dropdown-arrow-down.png);
    background-size: cover;
}

.sort-icon.desc{
    background: url(../img/ico/i-dropdown-arrow-down.png);
    transform: rotate(180deg);
    background-size: cover;
}


@media (min-width: 992px) {
    .product-register .radio-wrap {
        gap: 40px;
    }

    .product-register .dropdown-area {
        display: flex;
        gap: 8px;
    }

    .product-register .dropdown-group {
        width: 200px;
    }

    .product-register .price {
        align-items: center;
        display: flex;
        gap: 4px;
    }

    .product-register .price .ss-input-group {
        width: 200px;
    }

    .product-register .dl-group dl {
        height: auto;
        min-height: 32px;
    }

    .dl-group dt b {
        margin: 0;
    }

    .product-register .flex-start {
        align-items: flex-start;
    }

    .product-register .flex-start dt {
        margin: 8px 0 0 0;
    }

    .sub-cont-foot {
        border-top: 1px solid #EBEBF1;
        box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.10);
        display: flex;
        justify-content: space-between;
        margin: 20px -24px -20px -24px;
        padding: 12px 16px;
    }
}
