*{font-family: 'Noto Sans KR',sans-serif;}
#FrameWrap ul{padding: 0;}
#FrameWrap ul, li{list-style: none;}




.modal_cart {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 100%;
    max-width: 450px;
    height: 100vh;
    border-radius: 10px 0 0 10px;
    padding: 30px;
    margin: 0 auto;
    z-index: 1003;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.modal_cart.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .3s ease-in-out;
}

.modal_cart_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(10,10,10,.2);
    z-index: 1002;
    left: 0;
    top: 0;
    display: none;
}

.modal_cart .modal_cart_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.modal_cart .cart_maintitle {
    font-size: 24px;
    font-weight: 600;
    color:#2c2c2c;
}

.modal_cart .modal_cart_close {
    position: static;
}




.modal_cart .modal_cart_content {
    height: calc(100vh - 108px);
    padding-top: 25px;
}

#FrameWrap {
    height: 100vh;
}

#FrameWrap form {
    height:100%;
}

#FrameWrap .modal_cart_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#FrameWrap .modal_cart_head {
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

#FrameWrap .modal_cart_head .left_img_box {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}

#FrameWrap .modal_cart_head .left_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#FrameWrap .modal_cart_head .right_tit_box {
    width: calc(100% - 85px);
    padding-left: 15px;
}

#FrameWrap .modal_cart_head .desc {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

#FrameWrap .modal_cart_head h5 {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
}

#FrameWrap .modal_cart_head #tit_price {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

#FrameWrap .modal_cart_head #tit_tot_price {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    letter-spacing: -0.01em;
}

#FrameWrap .modal_cart_head #tit_price .won {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    margin-left: 2px;
}

@media (max-device-width: 991px) {
    #FrameWrap .modal_cart_head #tit_price {
        margin-top: 3px;
    }
    #FrameWrap .modal_cart_head #tit_tot_price {
        font-size: 16px;
    }
}
#FrameWrap .modal_cont_img_box {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

#FrameWrap .modal_cont_img_box .left_img_box {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}

#FrameWrap .modal_cont_img_box .left_img_box img {
    width: 100%;
}

#FrameWrap .modal_cont_img_box .right_info_box {
    width: calc(100% - 100px);
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}

#FrameWrap .modal_cont_img_box .right_info_box .modal_cont_table > div.left_text {
    width: 80px;
}

#FrameWrap .modal_cont_img_box .right_info_box .modal_cont_table > div.right_info {
    width: calc(100% - 80px);
}

#FrameWrap .modal_cont_img_box .modal_cont_table_box {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

#FrameWrap .modal_cont_table_box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

#FrameWrap .modal_cont_table_box .modal_cont_table {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

#FrameWrap .modal_cont_table_box .modal_cont_table:last-child {
    margin-bottom: 0;
}

/* #FrameWrap .modal_cont_table_box .modal_cont_table > div {
    display: table-cell;
    vertical-align: middle;
} */

#FrameWrap .modal_cont_table_box .modal_cont_table > div {
    width: 100%;
}

#FrameWrap .modal_cont_table_box .modal_cont_table > div li {
    list-style: none;
}

#FrameWrap .modal_cont_table_box .modal_cont_table > div.left_text {
    width: 120px;
    font-weight: 500;
    color: #333333;
    font-size: 14px;
}

#FrameWrap .modal_cont_table_box .modal_cont_table > div.right_info {
    font-size: 14px;
    color: #666666;
    width: calc(100% - 120px);
}

#FrameWrap .modal_cont_table_box .modal_cont_table > div.right_info select {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #666;
    outline: none;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    padding-left: 5px;
}


#FrameWrap .modal_cont_table_box .modal_cont_table.select {
    margin-bottom: 10px;
}

#FrameWrap .modal_cont_table_box .modal_cont_table.select:last-child {
    margin-bottom: 0;
}

#FrameWrap .modal_cont_table_box .modal_cont_table.select label {
    color: #666;
    width: 75px;
    float: left;
    font-weight: normal;
    font-size: 15px;
    height: 54px;
    line-height: 54px;
    margin-bottom: 0;
    display: block;
    margin-bottom: 6px;
}

#FrameWrap .modal_cont_table_box .modal_cont_table.select .option_sel:last-child label {
    margin-bottom: 0;
}

#FrameWrap .modal_cont_table_box .modal_cont_table.select select {
    padding: 0 15px;
    width: calc(100% - 75px);
    float: left;
    height: 54px;
    line-height: 52px;
    margin-bottom: 6px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #333;
    appearance: none;
    background: url(../../../img/icon_select_arrow.png) no-repeat right 20px center;
    background-size: 13px 8px;
}

#FrameWrap .modal_cont_table_box .modal_cont_table.select .option_sel:last-child select {
    margin-bottom: 0;
}

/* #FrameWrap #it_sel_option #it_opt_added{border: 1px solid #eee; border-radius: 5px;} */
/* 2024-08-06 (주)파이브센스_FIVESENSES.Corp. 커스텀 옵션 css 수정 */
/* 2024-08-30 (주)파이브센스_FIVESENSES.Corp. 커스텀 옵션 css 수정 */
/* #FrameWrap #it_sel_option .modal_quantity_box.it_opt_list{border: none; border-radius: 0; border-bottom: 1px solid #eeeeee; margin-bottom: 10px; padding-bottom: 20px;}
#FrameWrap #it_sel_option .list-group .modal_quantity_box{border: 1px solid #eeeeee; padding: 20px; margin-bottom: 0;}
#FrameWrap #it_sel_option .list-group .modal_quantity_box:first-child{border: 1px solid #dcdcdc; border-radius: 5px 5px 0 0; border-bottom: 0;}
#FrameWrap #it_sel_option .list-group .modal_quantity_box:nth-last-child(2){border-bottom: 0;}
#FrameWrap #it_sel_option .list-group .modal_quantity_box:last-child{border: 1px solid #dcdcdc; border-radius: 0 0 5px 5px;} */
#FrameWrap #it_sel_option .modal_quantity_box.it_opt_list {
    border: none;
    border-radius: 5px;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 15px;
}

#FrameWrap #it_sel_option .list-group .modal_quantity_box {
    border: none;
    border-radius: 5px;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
}


#FrameWrap .modal_quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* padding-bottom: 20px;
       margin-bottom: 20px; */
    flex-direction: row-reverse;
}

#FrameWrap .modal_quantity_name {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #333;
    width: calc(100% - 40px);
    margin-bottom: 10px;
}

#FrameWrap .modal_quantity > div {
    display: inline-block;
    vertical-align: middle;
}

#FrameWrap .modal_quantity > div.left_quantity {
    width: 120px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: right;
}

#FrameWrap .modal_quantity > div.left_quantity span {
    font-size: 16px;
    font-weight: 600;
}

#FrameWrap .modal_quantity > div.right_quantity {
    /*width: calc(100% - 120px);
     overflow: hidden; */
     flex:1;
}

#FrameWrap .modal_quantity > div.right_quantity .modal_quantity_btn > input {
    display: block;
    width: 60%;
    border: none;
    outline: none;
    box-shadow: none;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
    color: #3a3a3a;
    float: left;
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn {
    width: 100px;
    display: flex;
    align-items: center;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    margin-right: auto;
    /* position: relative; */
    border-radius: 2px;
}
#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn input {
    font-family: 'Noto Sans KR', sans-serif;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding-left: 0;
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button {
    display: table-cell;
    outline: none;
    box-shadow: none;
    width: 100%;
    border: none;
    border-left: 0;
    height: 34px;
    line-height: 34px;
    background: none;
    position: relative;
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_delete {
    position: absolute;
    /* top: -42px; right: -11px; */
    top: 12px;
    right: 8px;
    width: 34px !important;
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_delete::before {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_delete::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button span {
    color: #dddddd;
    font-size: 14px;
    line-height: 34px;
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_minus span {
    color: #dddddd;
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_minus span::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_plus span {
    color: #333;
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_plus span::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_plus span::after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_delete span {
    font-size: 12px;
}

#FrameWrap .modal_quantity > div.quantity_box {
    display: flex;
    align-items: center;
}

#FrameWrap .modal_quantity > div.quantity_box .sale_cont strike {
    color: #999;
    font-size: 14px;
    margin-right: 4px;
}

/* #FrameWrap .modal_quantity > div.quantity_box .modal_cont_table{margin-right: 4px;} */
/*
#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button::after{position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); color:#333; font-size:14px;}
#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_plus::after{content:"+";}
#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_minus::after{content:"-";}
#FrameWrap .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_delete::after{content:"x";}
*/
#FrameWrap .modal_total_price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

#FrameWrap .modal_total_price > div {
    display: table-cell;
    vertical-align: middle;
}

#FrameWrap .modal_total_price > div.left_text {
    width: 120px;
    font-weight: 700;
    color: #222;
    font-size: 16px;
}

#FrameWrap .modal_total_price > div.right_price {
    width: auto;
    color: #222;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
}

#FrameWrap .modal_total_price > div.right_price span.real_price {
    font-size: 24px;
    font-weight: 600;
}

#FrameWrap .modal_total_price > div.right_price span.won {
    position: relative;
    /* top: -2px; */
    font-size: 24px;
    font-weight: 600;
}

#FrameWrap .modal_cont_table {
    display: flex;
    align-items: center;
    justify-content: end;
}

#FrameWrap .modal_cont_table div {
    color: var(--main-point-color-hover);
    font-size: 14px;
    font-weight: 400;
}

#FrameWrap .modal_cont_table div.right_info {
    color: var(--main-point-color-hover);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}


/* #FrameWrap .modal_cont_table div.left_text{margin-right: 4px;} */
#FrameWrap .modal_cont_table div.right_info {
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

#FrameWrap .modal_cont_table div.right_info > span {
    font-size: 18px;
    /* margin-right: -4px; */
}

#FrameWrap .modal_bot {
    margin-top:auto;
}

#FrameWrap .modal_cont_table div span {
    font-weight: 700;
}

#FrameWrap .modal_btn {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

#FrameWrap .modal_btn .wishlist_btn {
    margin-right: 10px;
    float: left;
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 53px;
    height: 53px;
    background: url(../../../img/m_bookmark_off.png) no-repeat center center;
    background-size: 19px 20px;
    transition: 0.2s;
}

#FrameWrap .modal_btn .wishlist_btn:hover {
    background-image: url(../../../img/m_bookmark_on.png);
}

#FrameWrap .modal_btn > input {
    display: block;
    float: left;
    width: calc(100% - 127px);
    border: 1px solid #a1a1a1;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    text-align: center;
    height: 53px;
    line-height: 51px;
    background: #fff;
    border-radius: 5px;
}

#FrameWrap .modal_btn > input.cart_btn {
    text-indent: 100px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 53px;
    height: 53px;
    background: url(/img/icon_cart.png) no-repeat center center;
    background-size: 18px 22px;
}

#FrameWrap .modal_btn > input.purchase_btn {
    background: var(--main-point-btn-bg-color-hover);
    border: 1px solid var(--main-point-btn-line-color-hover);
    color: #fff;
}

#FrameWrap .modal_naver {
    border-top: 1px solid #aaaaaa;
    margin-top: 20px;
    display: none;
}

#FrameWrap #item_option {
    /*
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
    */
    display: flex;
    flex-direction: column;
    height: 100%;
}

#FrameWrap #item_option::-webkit-scrollbar {
    background: #fff;
    width: 5px;
    border-radius: 10px;
}

#FrameWrap #item_option::-webkit-scrollbar-button {
    background: transparent;
    color: #fff;
}

#FrameWrap #item_option::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    border-radius: 10px;
}


/* 라디오 버튼 옵션 */
/* #FrameWrap .input_group{margin-top: 25px;} */
#FrameWrap .input_group {
    margin-top: 0;
    margin-bottom: 20px;
}

#FrameWrap .option_radio {
    width: 100%;
    margin-bottom: 15px;
}

#FrameWrap .modal_cont_table.select .option_radio:first-child {
    margin-top: 5px;
}

#FrameWrap .modal_cont_table.select .option_radio:last-child {
    margin-bottom: 5px;
}

#FrameWrap .it_opt_list .option_radio:last-child {
    margin-bottom: 0;
}

#FrameWrap .option_radio .option_name {
    position: relative;
    margin-bottom: 15px;
}

#FrameWrap .option_radio .option_name label {
    color: #666666;
    font-weight: 500;
    margin-bottom: 0;
}

#FrameWrap .modal_cont_table_box .modal_cont_table.select .option_radio .option_name > label {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    float: none;
    height: 1em;
    line-height: 1em;
    margin-bottom: 0;
}

#FrameWrap .option_radio .op_warp {
    display: flex;
    flex-wrap: wrap;
}

#FrameWrap .option_radio .op_warp > div {
    margin-bottom: 5px;
}

#FrameWrap .option_radio .op_warp input[type=radio].it_option {
    display: none;
}

#FrameWrap .modal_cont_table_box .modal_cont_table.select .option_radio .op_warp label {
    /* width: 114px; */
    width: calc(33% - 5px);
    color: #888;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    border: 1px solid #eee;
    margin-right: 5px;
    margin-bottom: 0;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9.25px 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    word-break: break-all;
    height: 100%;
}

#FrameWrap .modal_cont_table_box .modal_cont_table.select .option_radio .op_warp input:checked + label {
    color: #333;
    border: 1px solid #000;
}


#FrameWrap .option_radio .td_sit_sel {
    display: flex;
    flex-wrap: wrap;
}

#FrameWrap .option_radio .td_sit_sel > div {
    margin-bottom: 5px;
}

#FrameWrap .option_radio .td_sit_sel input[type=radio].it_supply {
    display: none;
}

#FrameWrap .modal_cont_table_box .modal_cont_table.select .option_radio .td_sit_sel > div {
    width: calc(33% - 5px);
    margin-right: 5px;
}

#FrameWrap .modal_cont_table_box .modal_cont_table.select .option_radio .td_sit_sel label {
    /* width: 114px; */
    width: 100%;
    color: #888;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    border: 1px solid #eee;
    margin-right: 5px;
    margin-bottom: 0;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9.25px 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    word-break: break-all;
    height: 100%;
    float: none;
}

#FrameWrap .modal_cont_table_box .modal_cont_table.select .option_radio .td_sit_sel input:checked + label {
    color: #333;
    border: 1px solid #000;
}


/* 2024-07-25 (주)파이브센스_FIVESENSES.Corp */
#FrameWrap .it_opt_list .option_li {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#FrameWrap .it_opt_list .option_li div {
    margin-bottom: 5px;
    flex: 1;
    min-width: 25%;
}

#FrameWrap .it_opt_list .option_li input[type=radio].it_custom {
    display: none;
}

#FrameWrap .it_opt_list .option_li label {
    margin-bottom: 5px;
    width: 100%;
    color: #888;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4em;
    border: 1px solid #f2f2f2;
    margin-right: 5px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    word-break: break-all;
    height: 100%;
    border-radius: 2px;
}

#FrameWrap .it_opt_list .option_li label:hover {
    color: #333333;
    border: 1px solid #000000;
}

#FrameWrap .it_opt_list .option_li input[disabled] + label {
    cursor: not-allowed;
}

#FrameWrap .it_opt_list .option_li input:checked + label {
    color: #333333;
    border: 1px solid #000000;
}



@media (max-width:991px){

    .modal_cart {
        max-width: unset;
        height: auto;
        overflow-y: auto;
        top: unset;
        bottom: 0;
        padding:15px;
        border-radius: 10px 10px 0 0;
        transform: translateX(0) translateY(100%);
    }

    .modal_cart.active {
        transform: translateY(0);
    }

    .modal_cart .modal_cart_flex {
        padding-bottom: 8px;
    }

    .modal_cart .cart_maintitle  {
        font-size: 23px;
        margin-top: 20px;
    }

    .modal_cart .modal_cart_close {
        width: 15px;
        height: 15px;
        z-index: 1;
        top: 15px;
        right: 15px;
    }

    .modal_cart .modal_cart_close img {
        width: 100%;
    }


    .modal_cart .modal_cart_content {
        padding-top: 10px;
        position: relative;
        height: auto;
    }

    .modal_cart .modal_cart_flex::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background-color: #e6e6e6;
        border-radius: 2px;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .modal_cart .modal_cart_content .modal_cart_head {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .modal_cart .modal_cart_content .modal_cart_head h5 {
        font-size: 16px;
    }

    #FrameWrap.mob_frame #item_option {
        max-height: 100%;
        padding-right: 0;
        overflow: visible;
    }


    #FrameWrap.mob_frame .modal_cart_head {
        position: relative;
    }

    #FrameWrap.mob_frame .modal_cart_head .left_img_box {
        width: 67px;
        height: 67px;
        border-radius: 2.5px;
    }

    #FrameWrap.mob_frame .modal_cart_head .desc {
        font-size: 11.5px;
    }

    #FrameWrap.mob_frame .modal_cart_head h5 {
        font-size: 15px;
    }

    #FrameWrap.mob_frame .modal_cont_img_box {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #FrameWrap.mob_frame .modal_cont_img_box .left_img_box {
        width: 80px;
        display: table-cell;
        vertical-align: middle;
        border: 1px solid #e5e5e5;
    }

    #FrameWrap.mob_frame .modal_cont_img_box .left_img_box img {
        width: 100%;
    }

    #FrameWrap.mob_frame .modal_cont_img_box .right_info_box {
        width: calc(100% - 80px);
        padding-left: 10px;
        display: table-cell;
        vertical-align: middle;
    }

    #FrameWrap.mob_frame .modal_cont_img_box .right_info_box .modal_cont_table > div.left_text {
        width: 70px;
    }

    #FrameWrap.mob_frame .modal_cont_img_box .right_info_box .modal_cont_table > div.right_info {
        width: calc(100% - 70px);
    }

    #FrameWrap.mob_frame .modal_cont_img_box .modal_cont_table_box {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    #FrameWrap.mob_frame .modal_cont_table_box {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    #FrameWrap.mob_frame .modal_cont_table_box .modal_cont_table {
        margin-bottom: 10px;
    }

    #FrameWrap.mob_frame .modal_cont_table_box .modal_cont_table > div.left_text {
        width: 100px;
        font-size: 12px;
    }

    #FrameWrap.mob_frame .modal_cont_table_box .modal_cont_table > div.right_info {
        width: calc(100% - 100px);
        font-size: 12px;
    }

    #FrameWrap.mob_frame .modal_cont_table_box .modal_cont_table > div.right_info select {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    #FrameWrap.mob_frame .modal_quantity {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #FrameWrap.mob_frame .modal_quantity_name {
        font-size: 13px;
        margin-bottom: 5px;
    }

    #FrameWrap.mob_frame .modal_quantity > div.left_quantity {
        width: 100px;
        font-size: 13.5px;
    }

    #FrameWrap.mob_frame .modal_quantity > div.left_quantity span {
        font-size: 13.5px;
    }

    #FrameWrap.mob_frame .modal_quantity > div.right_quantity {
        width: calc(100% - 100px);
    }

    #FrameWrap.mob_frame .modal_quantity > div.right_quantity > input {
        height: 30px;
        line-height: 30px;
        width: 50%;
        font-size: 12px;
    }

    #FrameWrap.mob_frame .modal_quantity > div.right_quantity > div.modal_quantity_btn {
        width: 93.5px;
        border-radius: 2.5px;
        /* border: 1px solid #dddddd; */
    }

    #FrameWrap.mob_frame .modal_quantity > div.right_quantity > div.modal_quantity_btn > button {
        height: 30px;
        line-height: 30px;
    }

    /* 
    #FrameWrap.mob_frame .modal_quantity > div.right_quantity > div.modal_quantity_btn > button span {
        line-height: 30px;
        position: relative;
        top: -2px;
    } 
    */

    #FrameWrap.mob_frame .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_delete {
        height: 10px;
        line-height: 10px;
        top: 23px;
        right: 5px;
    }

    #FrameWrap.mob_frame .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_delete::before {
        width: 11px;
    }

    #FrameWrap.mob_frame .modal_quantity > div.right_quantity > div.modal_quantity_btn > button.modal_delete::after {
        width: 11px;
    }

    #FrameWrap.mob_frame .modal_total_price > div.left_text {
        width: 100px;
        font-size: 15px;
    }

    #FrameWrap.mob_frame .modal_total_price > div.right_price {
        width: calc(100% - 100px);
        font-size: 15px;
        justify-content: flex-end;
    }

    #FrameWrap.mob_frame .modal_total_price > div.right_price span.real_price {
        font-size: 19px;
    }

    #FrameWrap.mob_frame .modal_btn {
        margin-top: 10px;
    }

    #FrameWrap.mob_frame .modal_btn > input {
        height: 45px;
        line-height: 43px;
        font-size: 14px;
        border-radius: 2.5px;
        width: calc(100% - 107px);
    }

    #FrameWrap.mob_frame .modal_btn .wishlist_btn {
        background-size: 15px 17px;
        width: 45px;
        height: 45px;
        margin-right: 8.5px;
        border-radius: 2.5px;
    }

    #FrameWrap.mob_frame .modal_btn > input.cart_btn {
        width: 45px;
        height: 45px;
        margin-right: 8.5px;
        border-radius: 2.5px;
    }


    /* 커스텀 추가 */
	#FrameWrap.mob_frame .input_group {
        margin-bottom: 15px;
    }

    #FrameWrap.mob_frame .option_radio .option_name {
        margin-bottom: 10px;
    }

    #FrameWrap.mob_frame .modal_cont_table div.right_info {
        font-size: 13.5px;
    }

    #FrameWrap.mob_frame .modal_cont_table div.right_info > span {
        font-size: 13.5px;
    }

    #FrameWrap.mob_frame .modal_quantity > div.quantity_box .sale_cont strike {
        font-size: 11.5px;
    }

    #FrameWrap.mob_frame .modal_quantity > div.right_quantity > div.modal_quantity_btn input {
        font-size: 13.5px;
        height: 32px;
        line-height: 32px;
    }

    #FrameWrap.mob_frame .modal_cont_table div {
        font-size: 11.5px;
    }

    #FrameWrap.mob_frame .option_radio .option_name label {
        font-size: 13px;
    }

    #FrameWrap.mob_frame .modal_cont_table_box .modal_cont_table.select label {
        font-size: 13px;
        height: 35px;
        line-height: 35px;
    }

    #FrameWrap.mob_frame .modal_cont_table_box .modal_cont_table.select select {
        font-size: 12.5px;
        height: 35px;
        line-height: 32px;
        border-radius: 2.5px;
        background: url(../../../img/icon_select_arrow.png) no-repeat right 12.5px center;
        background-size: 8.5px 5.5px;
    }

    #FrameWrap.mob_frame #it_sel_option .list-group .modal_quantity_box {
        margin-bottom: 10px;
        padding: 15px 17px 18px 20px;
        border-radius: 2.5px;
    }

    #FrameWrap.mob_frame .modal_cont_table_box .modal_cont_table.select .option_radio .td_sit_sel > div {
        width: calc(50% - 20px);
    }

    #FrameWrap.mob_frame .modal_total_price > div.right_price span.won {
        font-size: 19px;
    }

    #FrameWrap.mob_frame {
        height: auto;
    }

    #FrameWrap.mob_frame .modal_cart_wrap {
        height: auto;
    }

}


