.pro_form {
    margin-top: -70px;
}
.swiper-container {
    height: auto;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.bg_lines2 {
    border-top: 1px solid #eee;
    padding-bottom: 15px;
    margin-top: 10px;
}
.newitem {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 5%;
    font-family: 'NaverBD-EB', sans-serif;
}
.newitem_left {
    width: 44%;
}
.newitem_info {
    margin-top: 20px;
}
.newitem_info_title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.newitem_info_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newitem_info_ul li {
    display: flex;
    align-items: center;
    width: 50%;
    height: 35px;
}
.newitem_info_ul li span:nth-child(1) {
    width: 30%;
    color: #888;
}
.newitem_info_ul li span:nth-child(2) {
    width: 70%;
    color: #000;
}
.newitem_info_ul2 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.newitem_info_ul2 li:nth-child(1) {
    width: 15%;
    color: #888;
    line-height: 1.5;
}
.newitem_info_ul2 li:nth-child(2) {
    width: 85%;
    color: #000;
    line-height: 1.5;
}
.newitem_info_ul2 li p {
    word-break: break-all;
}
.newitem_info_ul2 li p span {
    background: linear-gradient(transparent 42%, rgba(48, 255, 86, 0.5) 42%);
}
.newitem_right {
    width: 56%;
    box-sizing: border-box;
}
.newitem_tag {
    margin-bottom: 3px;
}
.newitem_tag .tag_soldout {
    border: 2px solid #ff6666;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    font-size: 10px;
    color: #ff6666;
    background-color: #fff;
    display: inline-block;
    line-height: 1;
}
.newitem_title {
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: -0.5px;
}
.newitem_title2 {
    font-size: 16px;
    color: #01cb5c;
}
.newitem_title2 span.gray {
    font-size: 13px;
    color: #888;
}
.newitem_sub {
    font-size: 14px;
    color: #888;
    line-height: 1.5;
}
.newitem_notuse {
    margin-bottom: 10px;
    font-size: 14px;
    color: #ff0000;
    line-height: 1.5;
}
.newitem_price_origin {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: flex-start;
}
.newitem_price_origin span {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 10px;
}
.newitem_price_origin span span {
    font-size: 14px;
    margin-left: 10px;
}
.through {
    text-decoration: line-through;
}
.newitem_charger {
    display: none;
}
.newitem_price_final {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newitem_price_final p:nth-child(1) {
    font-size: 16px;
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 6px;
}
.newitem_price_final p:nth-child(2) {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 6px;
}
.final_total span:nth-child(1) {
    font-size: 14px;
    color: #ff0000;
    font-weight: 600;
}
.final_total span:nth-child(1).gray {
    color: #888;
}
.final_total span:nth-child(2) {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.final_total span:nth-child(3) {
    font-size: 16px;
    color: #888;
    font-weight: 600;
}
.final_calc {
    width: 40%;
    cursor: pointer;
}
.final_calc img {
    width: 100%;
}
.newitem_dropdown {
    margin-top: 10px;
    font-size: 14px;
    background: #f5f5f5;
    line-height: 1.5;
    padding: 0 15px;
}
.newitem_ddbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0;
}
.newitem_ddbtn .newitem_ddbtn_text {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.dropdown_list {
    /* display: none; */
    padding: 10px 0;
}
.tab-group {
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
}
.tab-group .tab-name {
    width: 15%;
    font-size: 14px;
    font-family: 'NaverBD-B', sans-serif;
    color: #000;
    padding: 10px 0;
}
.tab-group .drop {
    width: 80%;
}
.dropdown {
    position: relative;
    user-select: none;
    border-bottom: 1px solid #01cb5c;
    cursor: pointer;
}

.dropdown-selected {
    padding: 10px 0;
    font-size: 14px;
    color: #11af58;
    font-family: 'NaverBD-B', sans-serif;
}

.dropdown::after {
    content: '▼';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #01cb5c;
    font-size: 12px;
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.dropdown-options li {
    padding: 7px 15px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.dropdown-options li.hide {
    display: none;
}
.dropdown-options li span {
    font-size: 12px;
    color: #888;
    font-family: 'NaverBD-B', sans-serif;
}
.dropdown-options li span:nth-child(1) {
    width: 70%;
}
.dropdown-options li span:nth-child(2) {
    width: 30%;
}

.dropdown-options li:hover,
.dropdown-options li.active {
    background: #f5f5ff;
    color: #01cb5c;
}
.dropdown_option {
    position: relative;
    user-select: none;
    border: 1px solid #ccc;
    cursor: pointer;
}

.req {
    border-color: #01cb5c;
}

.dropdown_option-selected {
    padding: 10px;
    font-size: 14px;
    color: #000;
    font-family: 'NaverBD-B', sans-serif;
}

.dropdown_option::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #01cb5c;
    font-size: 12px;
}

.dropdown_option-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.dropdown_option-options li {
    padding: 7px 15px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}

.dropdown    _option-options li:hover,
.dropdown_option-options li.active {
    background: #f5f5ff;
    color: #01cb5c;
}
.ssf {
    display: none;
}
.ss_final {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}
.ss_final button {
    color: #01cb5c;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #01cb5c;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'NaverBD-B', sans-serif;
    cursor: pointer;
}

.newitem_popup {
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.newitem_popup_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.newitem_popup_div {
    position: absolute;
    max-width: 400px;
    border: 2px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    right: 10%;
    top: 5%;
    background-color: #fff;
    padding: 15px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}
.newitem_popup_title {
    font-size: 16px;
    font-family: 'NaverBD-EB', sans-serif;
    margin-bottom: 10px;
}
.newitem_popup_title span {
    font-size: 11px;
    font-family: 'NaverBD-B', sans-serif;
}
.form-group {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.form-label {
    font-size: 14px;
    color: #999;
    font-family: 'NaverBD-B', sans-serif;
}
.form-label .inst {
    font-size: 11px;
    font-family: 'NaverBD-B', sans-serif;
}
.input-row {
    font-size: 14px;
    font-family: 'NaverBD-B', sans-serif;
}
.input-row span.unit {
    font-size: 14px;
    color: #999;
    margin-left: 3px;
    font-family: 'NaverBD-R', sans-serif;
}
.input-row span.value {
    color: #000;
    font-size: 16px;
    font-family: 'NaverBD-EB', sans-serif;
}
.input-row span.value2 {
    color: #f5009b;
}
.input-row span.value3 {
    color: #11af58;
    font-size: 16px;
    font-family: 'NaverBD-EB', sans-serif;
}
.input-row span.value4 {
    color: #999;
    text-decoration: line-through;
}

.newitem_select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 1.5;
    padding: 10px 0;
    gap: 10px;
} 
.newitem_select .select_title {
    width: 60%;
}
.newitem_select .select_title p {
    display: grid;
}
.newitem_select .select_title span:nth-child(1) {
    font-size: 12px;
    color: #888;
}
.newitem_select .select_title span:nth-child(2) {
    font-size: 14px;
    color: #000;
}
.newitem_select .select_qty {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 110px;
}
.newitem_select .select_qty button {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
}
.newitem_select .select_qty button:hover {
    background-color: #f5f5f5;
    color: #fff;
}
.newitem_select .select_qty .select_qty_minus span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0, 0, 0);
    width: 10px;
    height: 2px;
}
.newitem_select .select_qty .select_qty_plus span:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0, 0, 0);
    width: 2px;
    height: 10px;
}
.newitem_select .select_qty .select_qty_plus span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0, 0, 0);
    width: 10px;
    height: 2px;
}
.newitem_select .select_qty input {
    width: 50px;
    height: 30px;
    text-align: center;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-family: 'NaverBD-B', sans-serif;
}
.newitem_select .select_qty input::-webkit-inner-spin-button,
.newitem_select .select_qty input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.newitem_select .select_qty input[type='number'] {
    -moz-appearance: textfield;
}
.newitem_select .select_price {
    width: 20%;
    font-size: 14px;
    text-align: right;
}
.newitem_select .select_delete {
    width: 20px;
    text-align: center;
}

.newitem_select .select_delete button {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.newitem_select .select_delete button:hover {
    background-color: #f5f5f5;
    color: #fff;
}
.newitem_select .select_delete button span {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ccc;
    width: 10px;
    height: 2px;
}
.newitem_select .select_delete button span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}
.newitem_select .select_delete button span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.newitem_total_price {
    background: #f9f9f9;
    padding: 10px;
    margin-top: 10px;
}
.newitem_total_price p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.8;
}
.newitem_total_price p span:nth-child(1) {
    font-size: 15px;
}
.newitem_total_price p span:nth-child(2) {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.newitem_total_price .newitem_it_subsidy strong {
    color: #f5009b;
}
.newitem_total_price .newitem_it_total strong {
    color: #11af58;
}
.newitem_notice {
    font-size: 14px;
    line-height: 1.5;
    color: #888;
    margin-top: 10px;
}
.option_select_wrap2 {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.total_line {
    border-top: 2px dashed #000;
    margin: 10px 0;
}
.tab_cont_area {
    overflow: hidden;
    max-height: 3000px;
    transition: max-height 0.4s ease;
    position: relative;
}
.tab_cont_area.collapsed::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background-color: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    z-index: 1;
}
.more_btn_area {
    position: relative;
}
.more_btn_area::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 160px;
    background: linear-gradient(rgba(255,255,255,0) 0%, rgb(255,255,255) 100%);
    content: '';
}
.more_btn_area button {
    -webkit-box-align: center;
    align-items: center;
    -webkit-bix-pack: center;
    width: 100%;
    min-width: 40px;
    min-height: 58px;
    border: 1px solid rgb(0, 0, 0);
}
.more_btn_area svg {
    width: 12px;
    height: 12px;
    fill: #000;
}
#it_charger_price {
    color: #f5009b;
}


@media (max-width: 1024px) {
    .buy_wrap {
        margin-top: 5px;
        padding-top: 5px;
    }
    .buy_wrap_ul2 { width: 49%;}
    .floating-wrap {
        bottom: 90px;
    }
    .pro_form {
        margin-top: -60px;
    }
    .newitem {
        flex-direction: column;
    }
    .newitem_tag {
        margin-top: 20px;
    }
    .newitem_left {
        width: 100%;
    }
    .newitem_right {
        width: 100%;
    }
    .newitem_price_origin {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .final_total {
        width: 60%;
    }
    .buy_wrap_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background-color: #fff;
        display: none;
    }
    .newitem_bottom_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 98;
    }
    .newitem_bottom_fixed_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 97;
    }
    .newitem_select .select_qty input {
        width: 40px;
    }
    .newitem_select .select_title {
        width: 45%;
    }
    .newitem_select .select_qty {
        width: 100px;
    }
    .newitem_popup_div {
        top: 20%;
    }
    .final_total {
        width: 100%;
    }
    .final_calc {
        width: 100%;
        margin-top: 10px;
    }
}