@charset "utf-8";
/* layout */
#wrap {
    position: relative;
}
/*기존 스타일 변경*/
.cont_wrap{
    overflow: visible;
}
/*기존 왼쪽 배너 제거*/
.lnb_wrap{
    display: none;
}
#middle{
    width: 1120px;
    margin:0 auto;
    padding-top:20px !important;
}
.main_cont,
body, select, input, textarea{
    font-family: 'Pretendard' !important;
}
.list-page-detail{
    display: flex;
    justify-content: center;
}
/*left-contents*/
.list-page-detail .left-product-area{
    flex: 0 1 680px;
    min-width: 680px;
    padding-right: 40px;
    box-sizing: border-box;
    border-right: 1px solid #EDEDED;
}
.list-page-detail .left-product-area .top-category{
    margin-bottom: 15px;
}
.list-page-detail .left-product-area .top-category ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list-page-detail .left-product-area .top-category ul li{
    color: #999;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.56px;
}
.list-page-detail .left-product-area .top-category.font-blue ul li{
    color: #0000BB;
    font-size: 16px;
}
.list-page-detail .left-product-area .top-category.font-red ul li{
    color: #FF383C;
    font-size: 16px;
}
.list-page-detail .left-product-area .top-category.font-black ul li{
    color: #1a1b1f;
    font-size: 16px;
}
.list-page-detail .left-product-area .top-category ul li:not(:last-child)::after{
    content:">";
    margin:0px 5px;
}
.list-page-detail .left-product-area .detail-title{
    margin-bottom: 20px;
}
.list-page-detail .left-product-area .detail-title h1{
    color: #1A1B1F;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.list-page-detail .left-product-area .product-n-info{
    border-radius: 12px;
    border:1px solid #eee;
    margin-bottom: 32px;
    box-sizing: border-box;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0px 16px;
}
.list-page-detail .left-product-area .product-n-info.lightning{
    border:1px solid #1a1b1f;
    background: #1A1B1F;
}
.list-page-detail .left-product-area .product-n-info div{
    display: flex;
    align-items: center;
}
.list-page-detail .left-product-area .product-n-info div img{
    display: none;
    margin-right: 6px;
}
.list-page-detail .left-product-area .product-n-info.lightning div span,
.list-page-detail .left-product-area .product-n-info.lightning div img{
    display: block;
}
.list-page-detail .left-product-area .product-n-info div span{
    display: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.7px;
    margin-right: 8px;
}
.list-page-detail .left-product-area .product-n-info.lightning p{
    color:#fff;
}
.list-page-detail .left-product-area .product-n-info p{
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.list-page-detail .left-product-area .product-main-img{
    border-radius: 20px;
    box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.50) inset;
    width:100%;
    height: 366px;
    background: #000;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-page-detail .left-product-area .pm-bottom-box{
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.list-page-detail .left-product-area .pm-bottom-box div{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #242424;
    background: #1A1B1F;
    width:50px;
    height: 26px;
    box-sizing: border-box;
}
.list-page-detail .left-product-area .pm-bottom-box p{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.84px;
}
.list-page-detail .left-product-area .pm-bottom-box button{
    cursor: pointer;
}
.list-page-detail .left-product-area .product-main-img img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.list-page-detail .left-product-area .product-crumb-img{
    margin-bottom: 48px;
}
.list-page-detail .left-product-area .product-crumb-img ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:8px;
    overflow: hidden;
}
.list-page-detail .left-product-area .product-crumb-img li{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px; height: 60px;
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
    border: 2px solid #2b2d3c;
    background: #000;
    box-sizing: border-box;
}
.list-page-detail .left-product-area .product-crumb-img li.selected{
    border: 2px solid #0C8AFF;
}
.list-page-detail .left-product-area .product-crumb-img li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 74px;
    background: linear-gradient(180deg, rgba(26, 27, 31, 0) 0%, #1A1B1F 170%);
}
.list-page-detail .left-product-area .product-crumb-img li img{
    width:100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
}
.list-page-detail .left-product-area .game-info-area{
    margin-bottom: 24px;
    height: 443px;
    box-sizing: border-box;
    padding:0px 64px;
    padding-top:48px;
    padding-bottom: 68px;
    border-radius: 20px;
    background: linear-gradient(180deg, #1A1B1F 0%, #00B 138.9%);
}
.list-page-detail .left-product-area .ginfo-title{
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 2px;
}
.list-page-detail .left-product-area .ginfo-sub-title{
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 67px;
}
.list-page-detail .left-product-area .ginfo-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:16px;
}
.list-page-detail .left-product-area .ginfo-box>div{
    flex: 1;
    height: 188px;
    background: #fff;
    border-radius: 20px;
    padding-top: 24px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-page-detail .left-product-area .ginfo-box>div span{
    color: #1A1B1F;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
    margin: 0 auto;
    display: block;
    margin-top: 4px;
}
.list-page-detail .left-product-area .ginfo-box>div .box-sub-title{
    color: #001496;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 46px;
}
.list-page-detail .left-product-area .ginfo-box>div .box-sub-type{
    color: #1A1B1F;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 10px;
}
.list-page-detail .left-product-area .user-ansim-info{
    border-radius: 20px;
    border: 1px solid #EDEDED;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(91, 89, 158, 0.08);
    height: 126px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    margin-top:12px;
}
.list-page-detail .left-product-area .user-ansim-info-sh .uansim-middle{
    flex: 1;
    position: relative;
}
.list-page-detail .left-product-area .user-ansim-info-sh03 .uansim-right p{
    max-width: 190px;
    text-align: center;
}
.list-page-detail .left-product-area .user-ansim-info-sh .uansim-left{
    width: auto;
    flex: 1;
}
.list-page-detail .left-product-area .user-ansim-info-sh .uansim-right{
    padding-left: 0;
}
.list-page-detail .left-product-area .uansim-left{
    position: relative;
    min-width:120px;
}
.user-ansim-info.user-ansim-info-sh>div>div{
    display: flex;
    align-items: center !important;
    flex-direction: column;
}
.list-page-detail .left-product-area .uansim-right::after{
    content:"";
    background: #ededed;
    height: calc(100% + 8px);
    width: 1px;
    position: absolute;
    left: 0;
    bottom: -8px;
}
.list-page-detail .left-product-area .user-ansim-info-sh03 .uansim-right::after{
    display: none;
}
.list-page-detail .left-product-area .user-ansim-info-sh03 .uansim-middle::before{
    content:"";
    background: #ededed;
    height: calc(100% + 8px);
    width: 1px;
    position: absolute;
    left: 0;
    bottom: -8px;
}
.list-page-detail .left-product-area .user-ansim-info-sh03 .uansim-middle::after{
    content:"";
    background: #ededed;
    height: calc(100% + 8px);
    width: 1px;
    position: absolute;
    right: 0;
    bottom: -8px;
}
.list-page-detail .left-product-area .uansim-right>p,
.list-page-detail .left-product-area .uansim-left>p{
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}
.list-page-detail .left-product-area .uansim-left div p{
    color: #1A1B1F;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.list-page-detail .left-product-area .uansim-right{
    flex: 1;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}
.list-page-detail .left-product-area .uansim-right div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:22.75px
}
.list-page-detail .left-product-area .uansim-right div p{
    color: #999;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}
.list-page-detail .left-product-area .uansim-right div p.as-check{
    color:#1a1b1f;
    font-weight: 600;
}
.list-page-detail .left-product-area .uansim-right div p img{
    width:16.5px;
    height: 16.5px;
    margin-left: 4.75px;
}
.list-page-detail .left-product-area .product-tab{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    margin-top:110px;
}
.list-page-detail .left-product-area .product-tab div{
    border: 1px solid #EDEDED;
    background: #FFF;
    width:50%;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-page-detail .left-product-area .product-tab p{
    color: #1A1B1F;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.list-page-detail .left-product-area .product-tab div.product-tab-check{
    background: #1a1b1f;
    border:1px solid #1a1b1f;
}
.list-page-detail .left-product-area .product-tab div.product-tab-check p{
    color:#fff;
}
.list-page-detail .left-product-area .product-detail-description{
    padding-top:56px;
    padding-bottom: 84px;
    box-sizing: border-box;
}
.list-page-detail .left-product-area .product-detail-description>p{
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.list-page-detail .left-product-area .product-detail-description .pd-description-box{
    position: relative;
    height: 328px;
    overflow-y: hidden;
    background: #f6f6f6;
    box-sizing: border-box;
    padding:20px 32px;
    color:#000;
    font-size: 13px;
    line-height: 22px;
}
.list-page-detail .left-product-area .product-detail-description .pd-description-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(246, 246, 246, 0) 0%,
            rgba(246, 246, 246, 1) 100%
    );
    pointer-events: none;
}
.list-page-detail .left-product-area .product-detail-description .pd-description-box.detail-text{
    max-height: none;
}
.list-page-detail .left-product-area .product-detail-description .pd-description-box.detail-text::after{
    display: none;
}
.list-page-detail .left-product-area .product-detail-description .pd-description-box.detail-text .pd-more-view-btn{
    display: none;
}
.list-page-detail .left-product-area .pd-more-view-btn{
    position: absolute;
    cursor: pointer;
    width: 142px;
    height: 40px;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #1A1B1F;
    background: #FFF;
    display: flex;
    align-items: center;
    color: #1A1B1F;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    line-height: normal;
    left: 50%;
    transform: translateX(-50%);
    bottom: 41px;
    z-index: 1;
}
.list-page-detail .left-product-area .pd-more-view-btn .btn-text{
    padding-left: 15px;
    padding-right: 8px;
}
.list-page-detail .left-product-area .product-inquiry{
    box-sizing: border-box;
    padding-bottom: 57px;
}
.list-page-detail .left-product-area .product-inquiry>p{
    color: #1A1B1F;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    border-bottom: 2px solid #000;
    margin-bottom: 17px;
    padding-bottom: 14px;
    box-sizing: border-box;
    padding-top:57px;
}
.list-page-detail .left-product-area .pi-radio-box{
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:20px;
}
.list-page-detail .left-product-area .pi-radio-box div input{
    display: none;
}
.list-page-detail .left-product-area .pi-radio-box div label{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-size: 14px;
    color: #1A1B1F;
    font-weight: 500;
}
.list-page-detail .left-product-area .radio-ui {
    width: 20px;
    height: 20px;
    background: url('/resources/image/itemList/bay-detail-radio.svg') no-repeat center / contain;
    flex-shrink: 0;
}
/* 체크됐을 때 아이콘 변경 */
.list-page-detail .left-product-area .pi-radio-box input:checked + .radio-ui {
    background: url('/resources/image/itemList/bay-detail-radio-on.svg') no-repeat center / contain;
}
.list-page-detail .left-product-area .pi-notice{
    margin-bottom: 36px;
    border: 1px solid #D1D1D2;
    background: #FFF;
    box-sizing: border-box;
    padding:14px 16px;
}
.list-page-detail .left-product-area .pi-notice p::before{
    content: "";
    width:4px;
    height: 4px;
    display: block;
    background: #707070;
    border-radius: 10px;
    margin:0px 8px;
}
.list-page-detail .left-product-area .pi-notice p{
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.list-page-detail .left-product-area .pi-offer-box{
    background: #F6F6F6;
    padding-top:25px;
    padding-bottom: 29px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
}
.list-page-detail .left-product-area .pi-price{
    margin-bottom: 18px;
}
.list-page-detail .left-product-area .pi-price p{
    color: #1A1B1F;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.list-page-detail .left-product-area .pi-price p span{
    color: #1A1B1F;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-left: 10px;
}
.list-page-detail .left-product-area .pi-offter-price-box{
    height: 62px;
    border-radius: 12px;
    border: 1px solid #1A1B1F;
    background: #FFF;
    box-shadow: 1px 1px 20px 0 rgba(139, 148, 180, 0.25);
    padding:0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:400px;
    margin:0 auto;
    margin-bottom: 18px;
}
.list-page-detail .left-product-area .pi-offter-price-box p{
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.16px;
}
.list-page-detail .left-product-area .pi-offter-price-box input{
    color: #1A1B1F;
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    border: 0;
    width: calc(100% - 105px);
}
.list-page-detail .left-product-area .pi-offter-price-box input::placeholder {
    font-size: 14px;
    color: #898A8E;
    font-weight: 500;
    transform: translateY(-3px);
}
.list-page-detail .left-product-area .pi-offer-box>p{
    color: #1A1B1F;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.list-page-detail .left-product-area .pi-offer-btn-area{
    margin-bottom: 57px;
}
.list-page-detail .left-product-area .pi-offer-btn-area button{
    display: flex;
    width: 98px;
    height: 43px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #1A1B1F;
    color:#fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    margin:0 auto;
}
.list-page-detail .left-product-area .minoffer-list{
    margin-bottom: 20px;
}
.list-page-detail .left-product-area .minoffer-list div{
    text-align: right;
    margin-bottom: 3px;
}
.list-page-detail .left-product-area .minoffer-list div.textarea{
    padding:10px 0px;
    padding-right: 8px;
    background: #f6f6f6;
    box-sizing: border-box;
}
.list-page-detail .left-product-area .minoffer-list span{
    color: #BDBDBD;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.list-page-detail .left-product-area .minoffer-list textarea{
    padding:10px 32px;
    padding-right: 18px;
    height: 192px;
    overflow-y: auto;
    background: #F6F6F6;
    box-sizing:border-box ;
    resize: none;
    border:0;
    width:100%;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
.list-page-detail .left-product-area .minoffer-list textarea::-webkit-scrollbar-track {
    margin: 20px;
}
.list-page-detail .left-product-area .my-inquiry-offer{
    padding-bottom: 32px;
}
.list-page-detail .left-product-area .minoffer-view{
    padding-top:13px;
    box-sizing: border-box;
    border-top:1px solid #1a1b1f;
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-page-detail .left-product-area .minoffer-view p{
    color: #1A1B1F;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
}
.list-page-detail .left-product-area #my-offer-check {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.list-page-detail .left-product-area label[for="my-offer-check"] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    color: #707070;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
}
.list-page-detail .left-product-area #my-offer-check:checked ~ .check-text {
    color: #1A1B1F;
}
.list-page-detail .left-product-area label[for="my-offer-check"] .check-icon {
    width: 20px;
    height: 20px;
    background: url('/resources/image/itemList/bay-detail-check.svg') no-repeat center/contain;
}
.list-page-detail .left-product-area #my-offer-check:checked + .check-icon {
    background: url('/resources/image/itemList/bay-detail-check-on.svg') no-repeat center/contain;
}
.list-page-detail .left-product-area .empty-minoffer{
    height: 384px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #1A1B1F;
    margin-bottom: 32px;
}
.list-page-detail .left-product-area .minoffer-notice{
    margin-left: 20px;
    padding-top: 20px;
    position: relative;
}
.list-page-detail .left-product-area .minoffer-notice::before{
    background: #ededed;
    height: 1px;
    width:calc(100% + 60px);
    content: "";
    position: absolute;
    display: block;
    top:0;
    letter-spacing: 0;
    left:-20px
}
.list-page-detail .left-product-area .minoffer-notice-title{
    color: #707070;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-bottom: 12px;
}
.list-page-detail .left-product-area .minoffer-notice li:not(:last-child){
    margin-bottom: 2px;
}
.list-page-detail .left-product-area .minoffer-notice li p::before{
    content: "";
    width:4px;
    height: 4px;
    display: block;
    background: #707070;
    border-radius: 10px;
    margin-right: 8px;
}
.list-page-detail .left-product-area .minoffer-notice li p{
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.list-page-detail .left-product-area .inquiry-list{
    margin-bottom: 81px;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container{
    box-sizing: border-box;
    padding-top:13px;
    padding-bottom: 16px;
    border-bottom:1px solid #ededed;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container:last-child{
    border-bottom: 0;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container>div{
    display: flex;
    align-items: start;
    justify-content: flex-start;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container .il-item-type{
    margin-right: 16px;
    width:37px; height: 26px;
    border:1px solid #d1d1d2;
    background: #fff;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content:center;
    box-sizing: border-box;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container .il-item-type p{
    color: #707070;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container .reply-item{
    margin-top:16px;
    position: relative;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container .reply-item .il-item-type{
    border:1px solid #1a1b1f;
    background: #1a1b1f;
    position: relative;
}
/*.inquiry-list .inquiry-container .reply-item .il-item-type::after{*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    content: "";*/
/*    top: -46px;*/
/*    width: 1px;*/
/*    height: 45px;*/
/*    background: #D1D1D2;*/
/*    display: block;*/
/*}*/
.list-page-detail .left-product-area .inquiry-list .inquiry-container .reply-item .il-item-type p{
    color:#fff;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container .il-user-info{
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    position: relative;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container .il-user-info .li-id{
    color: #1A1B1F;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container .il-user-info .li-text{
    color: #1A1B1F;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container .il-user-info .li-text.bay-tg{
    color: #707070;
}
.list-page-detail .left-product-area .inquiry-list .inquiry-container .il-user-info .li-date{
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}
.list-page-detail .left-product-area .inquiry-pager{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 84px;
}
.list-page-detail .left-product-area .inquiry-pager button{
    width:28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    color: #6D6D6D;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
}
.list-page-detail .left-product-area .inquiry-pager button.active-pager-btn{
    color:#fff;
    background: #1A1B1F;
}
.list-page-detail .left-product-area .pager-left{
    margin-right: 10px;
}
.list-page-detail .left-product-area .pager-right{
    margin-left: 10px;
}
/*right-contents*/
.list-page-detail .right-info-area{
    background: #fff;
    display: flex;
    flex: 0 1 440px;
    flex-direction: column;
    max-height: calc(100vh - 72px);
    min-width: 440px;
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
    box-sizing: border-box;
}
.list-page-detail .right-info-area .right-info-inner{
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    padding-left: 40px;
    padding-top:32px;
}
.list-page-detail .right-info-area .right-info-inner::-webkit-scrollbar {
    display: none;
}
.list-page-detail .right-info-area .product-price{
    color: #999;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.list-page-detail .right-info-area .product-price-won{
    color: #1A1B1F;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.list-page-detail .right-info-area .qty-control-box{
    box-sizing: border-box;
    border-radius: 12px;
    background: #F6F6F6;
    width:400px; height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0px 8px;
    margin-bottom: 16px;
}
.list-page-detail .right-info-area .qty-control-box.low2-control-box{
    flex-direction: column;
    justify-content: center;
}
.list-page-detail .right-info-area .qty-control-box.low2-control-box .qty-value{
    flex: none;
    color: #1A1B1F;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-bottom: 2px;
}
.list-page-detail .right-info-area .qty-control-box.low2-control-box b{
    color: #1A1B1F;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
}
.list-page-detail .right-info-area .qty-control-box input.qty-value{
    border:0;
    background: none;
}
.list-page-detail .right-info-area .qty-control-box .qty-value{
    color: #1A1B1F;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
    flex:1;
}
.list-page-detail .right-info-area .qty-control-box .qty-btn{
    border-radius: 12px;
    background: #FFF;
    padding:0;
    box-shadow: 1px 1px 20px 0 rgba(139, 148, 180, 0.25);
    display: flex;
    width: 42px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.list-page-detail .right-info-area .qty-control-box .qty-btn.max img{
    opacity: 0.2;
}
.list-page-detail .right-info-area .discount-available{
    margin-bottom: 10px;
    border-radius: 12px;
    background: linear-gradient(90deg, #EBF6FF 0%, #E0FAFA 39.9%, #E0E6FF 100%);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 16px;
    box-sizing: border-box;
}
.list-page-detail .right-info-area .discount-available img{
    margin-right: 10px;
}
.list-page-detail .right-info-area .discount-available p{
    color: #23318D;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.14px;
}
.payment-detail-box{
    margin-bottom: 32px;
    border-radius: 20px;
    background: #F6F6F6;
    padding:24px 28px;
    padding-bottom: 32px;
    box-sizing: border-box;
}
.payd-info{
    color: #999;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}
.payd-type01{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.payd-type01.b-discount p:nth-child(2),
.payd-type01.b-discount p{
    color: #23318D;
}
.payd-type01 p{
    color: #1A1B1F;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
}
.payd-type01 p:nth-child(2){
    color: #1A1B1F;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}
.payd-type02{
    margin-top:8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payd-type02 p{
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
}
.payd-type02 p a{
    color: #707070;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.56px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.subtotal-box{
    margin-bottom: 28px;
}
.subtotal-box p{
    color: #1A1B1F;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
    padding-left: 16px;
}
.subtotal-box p.subtotal{
    color: #1A1B1F;
    text-align: right;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.52px;
}
.product-detail-btn-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:8px;
    padding-bottom: 40px;
    position: relative;
}
.product-detail-btn-area .pd-btnarea-left button{
    cursor: pointer;
    padding:0;
}
.product-detail-btn-area .pd-btnarea-right{
    flex: 1;
    border-radius: 12px;
    background: #1A1B1F;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0px 16px;
    justify-content: space-between;
    box-sizing: border-box;
}
.product-detail-btn-area .pd-btnarea-right button{
    cursor: pointer;
    padding:0;
}
.product-detail-btn-area .pd-btnarea-right .baytalkbuy{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}
.product-detail-btn-area .pd-btnarea-right .baytalkbuy button{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.product-detail-btn-area .pd-btnarea-right span{
    display: block;
    background: rgba(255, 255, 255, 0.40);
    width:1px; height: 12px;
    margin:0px 15px;
    font-size: 0;
}
.product-user-info{
    box-sizing: border-box;
    padding-top:40px;
    padding-bottom: 50px;
    position: relative;
}
.product-user-info::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 40px);
    height: 1px;
    right: 0;
    top: 0;
    background: #ededed;
}
.product-user-info>p{
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}
.product-user-info .product-user-info-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.product-user-info .product-user-info-box div{
    display: flex;
    align-items: center;
}
.product-user-info .product-user-info-box .pu-img{
    width: 74px;
    height: 74px;
    border-radius: 500px;
    overflow: hidden;
    margin-right: 16px;
}
.product-user-info .product-user-info-box .pu-img img{
    width:100%;
    height: 100%;
}
.pu-name{
    color: #1A1B1F;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.pu-name span{
    color: #1A1B1F;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-left: 8px;
}
.product-user-info-box button{
    cursor: pointer;
    padding:0;
}
.pu-btn01.active button{
    background: #23318D;
}
.pu-btn01.active button img{
    display: block;
    margin-right: 3px;
}
.pu-btn01 button img{
    display: none;
}
.pu-btn01 button{
    width:70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    background: #1A1B1F;
    margin-right: 4px;
}
.thumb-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    /* 스크롤바 숨기기 */
    scrollbar-width: none; /* firefox */
}
.thumb-list::-webkit-scrollbar {
    display: none; /* chrome */
}
.thumb-list li {
    flex: 0 0 auto;
}
.product-user-verification{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:8px;
}
.product-user-verification>div{
    width:175px;
    height: 56px;
    border-radius: 12px;
    background: #F6F6F6;
    padding:0px 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-user-verification>div.pu-box02{
    flex:1;
}
.product-user-verification>div>p{
    border-radius: 5px;
    border: 1px solid #D1D1D2;
    background: #FFF;
    width:33px;
    height: 20px;
    color: #707070;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-user-verification .pu-box01 div{
    display: flex;
    align-items: center;
}
.product-user-verification .pu-box01 div img{
    margin-right: 4px;
}
.product-user-verification .pu-box01 div p{
    color: #1A1B1F;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
}
.product-user-verification .pu-box02 ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-user-verification .pu-box02 ul li{
    color: #707070;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
    display: flex;
    align-items: center;
}
.product-user-verification .pu-box02 ul li:not(:last-child)::after{
    content: "";
    width:3px;
    height: 3px;
    display: inline-block;
    background: #707070;
    margin:0px 4px;
    border-radius: 50px;
}
/* 열렸을 때 */
.pd-description-box.is-open {
    max-height: none !important;
    padding-bottom: 80px !important;
    height: auto !important;
}
/* 그라데이션 제거 */
.pd-description-box.is-open::after {
    display: none;
}
.pd-description-box.is-open .pd-more-view-btn{
    bottom: 24px !important;
}
.pd-description-box.is-open .pd-more-view-btn img{
    transform: rotate(180deg);
}
.list-page-detail .left-product-area .pd-description-box.is-open .pd-more-view-btn .btn-text {
    padding-left: 22px;
    padding-right: 8px;
}
/*슬라이드*/
div.slide div.slide_wrap li img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
div.slide div.slide_wrap li{
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto !important;
    left: auto !important;
}
div.slide div.slide_wrap li::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.slide-crumb li::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 74px;
    background: linear-gradient(180deg, rgba(26, 27, 31, 0) 0%, #1A1B1F 170%);
}
.slide-crumb::-webkit-scrollbar {
    display: none;
}
.slide-crumb ul{
    margin:24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:13px;
}
.slide-crumb li{
    position: relative;
    width:75px;
    height: 75px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1b1f;
    border-radius: 10px;
    border: 2px solid #2b2d3c;
    box-sizing: border-box;
}
.slide-crumb li.selected{
    border: 2px solid #fff;
}
.slide-crumb li img{
    height: 75px;
    width: auto;
    max-width: 75px;
    pointer-events: none;
    user-select: none;
}
.slide-crumb.dragging {
    cursor: grabbing;
}
.slide_page::after {
    content: "";
    background: #2d2d2d;
    border-radius: 15px;
    width: 69px;
    height: 29px;
    position: absolute;
    z-index: -1;
}
/*슬라이드 11개 이상*/
.slide-crumb.add11 ul{
    margin-left: 30px;
    margin-right: 0px;
    justify-content: left;
}
.slide-crumb.add11 ul li:last-child{
    margin-right: 30px;
}
/*슬라이드 11개 이상 END*/
div.slide div.slide_wrap ul{
    width:980px !important;
}
div.slide div.slide_page span.current {
    color: #fff;
    margin-right: 4.5px;
}
.bay-bottom-wbg{
    height: 120px;
}
.bay-blur-font{
    opacity: 0.3;
}
div.slide div.slide_page span.current::after{
    display: none;
}
/*삽니다*/
.product-detail-btn-area02{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    padding-bottom: 40px;
}
.product-detail-btn-area03{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    padding-bottom: 12px;
}
button.bay-btn-receipt,
.product-detail-btn-area02 button.bay-btn-cancel{
    cursor: pointer;
    flex: 1;
    border-radius: 12px;
    border: 1px solid #D1D1D2;
    background: #FFF;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #707070;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
}
button.bay-btn-contract,
button.bay-btn-review,
.product-detail-btn-area02 button.bay-btn-confirm{
    cursor: pointer;
    flex: 1;
    border-radius: 12px;
    border: 1px solid #1A1B1F;
    background: #1A1B1F;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
}
.customer-help-area{
    padding-top:35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 36px;
}
.customer-help-area::after {
    background: #ededed;
    height: 1px;
    width: calc(100% + 40px);
    content: "";
    position: absolute;
    display: block;
    top: 0;
    letter-spacing: 0;
    left:0;
}
.customer-help-area p{
    color: #1A1B1F;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
}
.customer-help-area div button{
    cursor: pointer;
    width:104px;
    height: 40px;
    border: 1px solid #D1D1D2;
    background: #FFF;
    color: #1A1B1F;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-sh{
    border-radius: 20px;
    border: 1px solid #EDEDED;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(91, 89, 158, 0.08);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
    align-items: flex-start;
    padding-top: 33px;
    padding-bottom: 34px;
    height: auto;
}
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-sh03{
    align-items: center;
    height: 118px !important;
}
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-nh{
    border-radius: 20px;
    border: 1px solid #EDEDED;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(91, 89, 158, 0.08);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    align-items: flex-start;
    padding-top: 34px;
    padding-bottom: 34px;
    height: auto;
}
.list-page-detail .left-product-area .user-ansim-info-sh .uansim-right div,
.list-page-detail .left-product-area .user-ansim-info-nh .uansim-right div{
    gap: inherit;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.list-page-detail .left-product-area .user-ansim-info-sh .uansim-right div div:not(:last-child),
.list-page-detail .left-product-area .user-ansim-info-nh .uansim-right div div:not(:last-child){
    margin-bottom: 12px;
}
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-sh .user-info-box-title,
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-nh .user-info-box-title {
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}
.list-page-detail .left-product-area .user-ansim-info-sh .uansim-right>div:not(:first-child),
.list-page-detail .left-product-area .user-ansim-info-sh .uansim-left>div:not(:first-child){
    margin-top:40px;
}
.list-page-detail .left-product-area .user-ansim-info-nh .uansim-right>div:not(:first-child),
.list-page-detail .left-product-area .user-ansim-info-nh .uansim-left>div:not(:first-child){
    margin-top: 30px;
}
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-sh .bay-font-black,
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-sh .as-check,
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-nh .bay-font-black,
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-nh .as-check {
    color: #1a1b1f;
    font-weight: 600;
}
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-sh img,
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-nh img {
    width: 16.5px;
    height: 16.5px;
    margin-left: 4.75px;
    margin-right: 12px;
}
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-nh p span {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    margin-left: 6px;
}
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-sh p,
.list-page-detail .left-product-area .user-ansim-info.user-ansim-info-nh p {
    color: #999;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}
/* 삽니다 END */
.li-right-top-btns{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
}
.li-right-top-btns button{
    padding:0;
    cursor: pointer;
    line-height: 17px;
}
.li-low-dot{
    position: relative;
}
.li-low-dot.active .li-low-dot-list{
    display: block;
}
.li-low-dot-list{
    position: absolute;
    border: 1px solid #DADADA;
    background: #FFF;
    box-sizing: border-box;
    z-index: 1;
    right: 0;
    top: 25px;
    display: none;
}
.li-low-dot-list li{
    width:80px; height: 36px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1B1F;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    cursor: pointer;
}
.li-low-dot-list li:hover{
    background: #F5F5F5;
}
.li-low-dot button{
    margin-left: 5px;
    padding-left: 6px;
    padding-right: 3px;
}
.inquiry-item .li-negotiate-box{
    margin-right: 12px;
}
.li-negotiate-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*흥정 수락 버튼*/
.btn-accept-offer{
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.26px;
    width:40px; height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #1A1B1F;
    border:1px solid #1a1b1f;
    margin-right: 4px;
}
/*흥정 거절 버튼*/
.btn-reject-offer{
    color: #707070;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.26px;
    width:40px; height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #fff;
    border:1px solid #D1D1D2;
}
/*제안하기 버튼*/
.li-make-offer button{
    color: #1A1B1F;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.26px;
    width:60px; height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #fff;
    border:1px solid #1A1B1F;
}
/*답변하기 버튼*/
.li-reply button{
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.26px;
    width:60px; height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #1A1B1F;
    border:1px solid #1A1B1F;
}
/*취소 버튼*/
.btn-cancel-reply{
    color: #707070;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.26px;
    width:60px; height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #fff;
    border:1px solid #D1D1D2;
}
/*등록 버튼*/
/*제안 등록 버튼*/
.btn-submit-offer,
.btn-submit-reply{
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.26px;
    width:60px; height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #1A1B1F;
    border:1px solid #1a1b1f;
    margin-left: 4px;
}
.reply-item .li-textarea{
    position: relative;
    height: 136px;
    margin-bottom: 8px;
}
.reply-item .li-textarea textarea{
    width: calc(100% + 53px);
    position: absolute;
    background: #f6f6f6;
    right: 0;
    border: 0;
    top: 16px;
    resize: none;
    box-sizing: border-box;
    padding: 12px 16px;
    height: 124px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.reply-item .li-textarea div{
    background: none;
    position: absolute;
    right: 4px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 4px;
    box-sizing: border-box;
    bottom: 0;
}
.reply-item .li-textarea div span{
    color: #BDBDBD;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
/* 크롬, 엣지, 사파리 */
.left-product-area .li-textarea textarea::-webkit-scrollbar {
    display: none;
}
/* 파이어폭스 */
.left-product-area .li-textarea textarea {
    scrollbar-width: none;
}
/* IE, 구형 엣지 */
.left-product-area .li-textarea textarea {
    -ms-overflow-style: none;
}
.li-offer-price-input-box{
    position: relative;
    height: 136px;
    margin-bottom: 8px;
}
.li-offer-price-input-box .li-input-box-bg{
    width: calc(100% + 53px);
    position: absolute;
    background: #f6f6f6;
    right: 0;
    top: 16px;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.li-offer-price-input-box .li-input-box-bg .pi-offter-price-box{
    margin-bottom: 0;
}
.estimated-price{
    display: inline-flex;
    align-items: center;
    position: relative;
}
.estimated-price img{
    cursor: pointer;
    margin-left: 4px;
}
.estimated-price .estimated-info-box{
    position: absolute;
    background: #E0E6FF;
    padding: 10px 12px;
    box-sizing: border-box;
    display: none;
    align-items: center;
    top: 30px;
    left: 0;
}
.estimated-price .estimated-info-box.active {
    display: flex;
    width:max-content;
}
.estimated-price .estimated-info-box::after{
    content: "";
    transform: rotate(135deg);
    background: #E0E6FF;
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 2px;
    position: absolute;
    top: -5px;
    left: 120px;
}
.estimated-price .estimated-info-box span{
    color: #23318D;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.estimated-price .estimated-info-box b{
    font-weight: 700;
}
.seller-premium-options{
    margin-top:48px;
}
.seller-premium-options .sell-p-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.seller-premium-options p{
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.seller-premium-options span{
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.39px;
}
.sell-p-container ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:12px 16px;
}
.sell-p-container li{
    position: relative;
    background: url('/resources/image/itemList/premium-options-bg.svg') no-repeat center/contain;
    height: 234px;
}
.sell-p-container .premium-status{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    height: 63px;
}
.premium-status div{
    display: flex;
    align-items: center;
}
.premium-img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 105px;
}
.premium-img-box img{
    height: 67px;
}
.premium-text-box02,
.premium-text-box01{
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.premium-active .premium-text-box01,
.premium-text-box02{
    display: none;
}
.premium-active .premium-text-box02{
    display: flex;
}
.premium-text-box01 p{
    color: #1A1B1F;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
    letter-spacing: -0.28px;
}
.premium-text-box02 p{
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; /* 123.077% */
}
.btn-register-settings{
    position: absolute;
    width: 294px;
    background: #fff;
    bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 23px;
    padding-top: 18px;
    transition: all 0.1s;
    opacity: 0;
}
.btn-register-settings button{
    cursor: pointer;
    width: 152px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #D1D1D2;
    color: #1A1B1F;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.6px;
    padding: 0;
    padding-left: 4px;
}
.sell-p-container ul li:hover .btn-register-settings{
    display: flex;
    opacity: 1;
}
.btn-register-settings button img{
    margin-left: 6px;
}
.sell-p-container .premium-status .ps-title{
    color: #1A1B1F;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.sell-p-container .premium-status div p{
    color: #999;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.sell-p-container .premium-active .premium-status div p{
    color: #1A1B1F;
}
.sell-p-container .premium-status img{
    width:17px;
    height: 17px;
    margin-left: 5px;
}
.sell-p-container .premium-tooltip-box{
    border-radius: 15px;
}
.sell-manage-container{
    margin-bottom: 83px;
    border-top:1px solid #EDEDED;
    padding-top:31px;
    box-sizing: border-box;
}
.sell-manage-container .sell-m-info-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
}
.sell-manage-container .sell-m-info-box p{
    color: #1A1B1F;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.18px;
    margin-bottom: 6px;
}
.sell-manage-container .sell-m-info-box span{
    color: #1A1B1F;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}
.sell-manage-container .sell-m-info-box button{
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D1D1D2;
    padding: 0px 10px;
    background: #FFF;
    color: #1A1B1F;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
}
.sell-manage-container .sell-m-button-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
}
.sell-manage-container .sell-m-button-box button{
    cursor: pointer;
    border-radius: 12px;
    width:196px; height: 56px;
    background: #1A1B1F;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
}
.sell-manage-container .sell-m-button-box button.del-btn{
    background: #FF5F57;
}
.product-detail-btn-area-self img{
    margin-right: 8px;
}
.product-detail-btn-area02.product-detail-btn-area-self button.bay-btn-cancel{
    color: #1A1B1F;
    border: 1px solid #1A1B1F;
}
.product-detail-btn-area02.product-detail-btn-area-self button.bay-btn-confirm img{
    width:17px;
    height: 15px;
}
.sell-p-container li::after{
    content: "";
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    left: 50%;
    box-shadow: 0px 0px 20px 8px rgba(91, 89, 158, 0.08);
}
.list-page-detail .left-product-area .is-disabled-textarea{
    background: #F6F6F6;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-page-detail .left-product-area .is-disabled-textarea p{
    color: #1A1B1F;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.pi-offer-btn.is-disabled{
    background: #BBBBBC !important;
    cursor: default !important;
}
/*가격흥정 안받는 경우*/
.no-negotiation.list-page-detail .left-product-area .user-ansim-info{
    margin-bottom: 0;
}
.no-negotiation.list-page-detail .left-product-area .product-detail-description{
    padding-bottom: 84px;
}
.no-negotiation.list-page-detail .left-product-area .product-tab,
.no-negotiation.list-page-detail .left-product-area .my-inquiry-offer>div:not(.minoffer-notice){
    display: none;
}
/*가격흥정 안받는 경우 END*/
.product-detail-btn-area .pd-btnarea-right .baytalkbuy button.disabled-btn {
    opacity: 0.3;
    cursor: default;
}
.premium-disabled-li::before{
    content: "";
    width:100%;
    height: 100%;
    position:absolute;
    top:0;
    left: 0;
    background: url('/resources/image/itemList/premium-disabled-li-bg.png') no-repeat center / contain;
    border-radius: 10px;
}
.offer-li-id{
    transform: translateY(4px);
}
.payment-deadline-box{
    margin-bottom: 12px;
    background: linear-gradient(91deg, #FF383C 0%, #FF3F92 95.67%);
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.payment-deadline-box.payment-ready{
    justify-content: space-between;
    flex-direction: row;
    padding: 0px 20px;
    border-radius: 12px;
}
.payment-deadline-box.payment-ready div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.payment-deadline-box.payment-ready button{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    cursor: pointer;
    padding:0;
}
.payment-deadline-box p{
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.52px;
}
.payment-deadline-box p b{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top:1px;
    letter-spacing: 0.32px;
}
.bay-payment-timeout{
    margin-bottom: 40px;
}
.bay-payment-timeout p{
    height: 56px;
    background: #999;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.36px;
    margin-bottom: 12px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bay-payment-timeout span{
    display: block;
    text-align: center;
    color: #1A1B1F;
    font-size: 13px;
    font-weight: 400;
}
.bay-btn-trade-review,
.trade-cancel-box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    position: relative;
}
.bay-btn-trade-review button,
.trade-cancel-box button{
    cursor: pointer;
    padding:0;
    color: #1A1B1F;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-offset: 1px;
    text-underline-position: from-font;
}
.payment-pending-box{
    border-radius: 12px;
    background: linear-gradient(90deg, #2D3670 0%, #3E4A9A 44.8%, #424FA4 75.91%, #6270BF 117%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    box-sizing: border-box;
    padding:0px 16px;
    cursor: pointer;
    margin-bottom: 24px;
}
.payment-pending-box div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.payment-pending-box p{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-left: 12px;
}
.bay-sale-status-cotnainer>div{
    margin-top:0px !important;
    margin-bottom: 0px !important;
}
.is-guest-blur{
    background: url('/resources/image/itemList/blur-dummy.png') no-repeat center / contain;
    background-size: 400px;
    height: 261px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 28px;
}
.is-guest-blur p{
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%; /* 21px */
    letter-spacing: -0.3px;
    margin-bottom: 12px;
}
.is-guest-blur button{
    cursor: pointer;
    width:76px;
    height: 37px;
    border-radius: 22px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.28px;
}
.badge-label{
    width: 31px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #D1D1D2;
    background: #FFF;
    color: #707070;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.sale-condition-header{
    margin-bottom:20px;
    margin-top:48px;
}
.sale-condition-header p{
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.bay-detail-info-box{
    border-radius: 20px;
    border: 1px solid #EDEDED;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(91, 89, 158, 0.08);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    align-items: flex-start;
    height: 119px;
    flex-direction: column;
    margin-top:12px;
}
.bay-detail-info-box .bay-detail-info-title{
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}
.bay-detail-info-box .bay-detail-info-t p{
    color: #999;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}
.bay-detail-info-box .bay-detail-info-t p.bay-font-black,
.bay-detail-info-box .bay-detail-info-t p.as-check{
    color: #1a1b1f;
    font-weight: 600;
}
.bay-detail-info-box .bay-detail-info-t img{
    width: 16.5px;
    height: 16.5px;
    margin-left: 4.75px;
    margin-right: 12px;
}

/* 팝업 변경 사항 아래 파일에 스타일 옮겨 적어야 함 */
/* contractTemplate.jsp */
/*26.04.08 팝업 스타일 변경*/
.layerBox_ty03 .btn_2type02 {
    float: left;
    width: 48%;
    height: 50%;
    text-align: center;
    font: normal 16px / 50px Pretendard;
    border-radius: 12px;
    border: 1px solid #D1D1D2;
    background: #FFF;
    color: #707070;
    box-sizing: border-box;
}
.layerBox_ty03 .btn_2type01 {
    float: left;
    width: 48%;
    height: 50%;
    text-align: center;
    font: normal 16px / 50px Pretendard;
    border-radius: 12px;
    border: 1px solid #1A1B1F;
    background: #1A1B1F;
    color: #FFF;
    box-sizing: border-box;
}
.layerBox_ty03 *,
body, select, input, textarea{
    font-family: 'Pretendard';
}
.layerBox_ty03 .tit .close{
    position:absolute;
    top:-4px; right:0;
    width:21px !important; height:21px !important;
    background:url('/resources/image/design/popup/bay_btn_close.svg') center no-repeat !important;
}
.layerBox_ty03 .con,
.contract_pop .layerBox_ty03 .con > table,
.contract_pop .layerBox_ty03 .con .contract_wrap p,
.contract_pop .layerBox_ty03 .con .contract_wrap h3,
.layerBox_ty03 .tit h3{
    color:#1a1b1f !important;
}
/*26.04.08 팝업 스타일 변경 END*/