.car_ul{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 20px 0;
    margin-top: 10px;
    min-height: 240px;
    border: 1px solid #ededed;
    box-sizing: border-box;
}
.car_item{
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 4px;
}
.car_img{
    width: 240px;
    height: calc(240px * 0.6);
    /* background-color: #ddd; */
}
.car_img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.car_name{
    font-weight: 900;
    margin-top: 5px;    
    white-space: nowrap;
}
.car_name_sub{
    color: #9c9c9c;
    font-size: 13px;    
    white-space: nowrap;
}
.goods_info_container{
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
}
.goods_thum_container{
    width: 50%;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.goods_main_thum{
    width: 100%;
    height: 510px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
}
.goods_main_thum>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.goods_thum_box{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.goods_thum{
    background-color: #f2f2f5;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.goods_thum>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.goods_info_box{
    width: 50%;
    padding: 3%;
    float: right;
    box-sizing: border-box;
    border-left: 1px solid #ededed;
}
.goods_name{
    font-family: 'IBMPlexSansKR-Medium';
    font-size: 21px;
    word-break: keep-all;
    margin-bottom: 20px;
}
.goods_price_container{
    /* margin-top: 20px; */
    text-align: right;
    margin-bottom: 30px;
}
.goods_price_pre{
    color: #6b90dc;
    font-size: 25px;
    float: left;
    font-family: 'GmarketSansMedium';
}
.goods_price_box{
    color: #F24726;
    font-size: 18px;
    font-weight: 900;
    font-family: 'GmarketSansBold';
}
.goods_price{
    font-size: 24px;

}
.goods_price_post{
    display: inline-block;
    font-family: 'GmarketSansMedium';
    font-size: 16px;
    line-height: 1;
}
.goods_disc_option_box{
    word-break: keep-all;
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 12px 12px 12px 50px;
    font-size: 14px;
    margin-bottom: 12px;
    background: url(../../image/air_plane.png) #f0f0f0 no-repeat 12px 12px / 4%;
    box-sizing: border-box;
    display: none;
}

.partner_name{
    font-weight: 900;
}
.goods_disc_row{
    padding: 12px;
    font-size: 15px;
    line-height: 1.8;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
}

select{
    font-size: 16px;
    border: 1px solid #b9bbc3;
    box-sizing: border-box;
    padding: 3px 10px;
    font-family: 'SpoqaHanSansNeo-Regular';
}



.goods_disc_option_q{
    font-weight: 900;
    position: relative;
    padding-right: 12px;
    flex: 0 0 100px;
    word-break: keep-all;
}
.goods_disc_option_q::after{
    height: 12px;
    width: 1px;
    margin-top: 5px;
    border-right: 1px solid #e4e4e4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}
.goods_disc_option_a{
    padding-left: 12px;
    font-size: 14px;
    font-family: 'IBMPlexSansKR-Regular';
}

.goods_select_section{
    padding: 12px;
}
.goods_selector{
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    height: 34px;
    width: 100%;
    padding: 0 35px 0 15px;
    border: 1px solid #d2d6dd;
    color: #333333;
    background-color: #ffffff;
}


.goods_input_section{
    background: #fff;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
}
.btn_remove_input{
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #9c9c9c;
    border: 1px solid #d3d3d3;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.goods_input_container{
    overflow: hidden;
    padding: 12px 12px 16px;
    position: relative;
    box-shadow: 0px 1px 0 0 #9e9e9e82;
    color: #222222;
    position: relative;
}

.goods_input_option{
    margin-bottom: 5px;
    font-size: 14px;
}
.goods_input_box{
    font-size: 0;
    font-family: 'MaruBuri-Regular';
}
.btn_minus{
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-right: unset;
    background-color: #f0f0f08f;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
}
.btn_plus{
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-left: unset;
    background-color: #f0f0f08f;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
}
.btn_del{
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-left: unset;
    background-color: #f0f0f08f;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
}
.goods_value_input{
    width: 32px;
    /* height: 32px; */
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 0;
    vertical-align: top;
    text-align: center;
    font-family: 'ELAND_Choice_M';
    background-color: #ffffff8c;
}
.goods_input_box{
    /* float: left; */
    display: flex;
    float: left;
}
.goods_value_price_box{
    text-align: right;
    float: right;
    display: flex;
    align-items: center;
}
.goods_value_price{
    font-family: 'IBMPlexSansKR-Medium';
    font-size: 18px;
}

.total_price_container{
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total_price_box{
    float: right;
    display: flex;
    align-items: center;
}
.total_price{
    font-family: 'IBMPlexSansKR-Medium';
    font-size: 24px;
}
.goods_btn_container{
    font-size: 0;
    margin-top: 10px;
    clear: both;
}
.goods_btn{
    display: inline-block;
    width: calc((100% - 15px) / 2);
    padding: 15px 0 ;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #525252;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}
.btn_order{
    border: none;
    background-image: linear-gradient(135deg, #41b6f5, #41b);
    color: #fff;
}
.btn_inquire{
    margin: 0;
}
.btn_order>.goods_btn_icon{
    position: absolute;    
    top: 15px;
    left:15px;
    bottom: 15px;
    width:24px;
    background-image: url(../../image/air_plane2_w.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn_inquire>.goods_btn_icon{
    position: absolute;
    top: 15px;
    left:15px;
    bottom: 15px;
    width:24px;
    background-image: url(../../image/talk_b.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}
.goods_disc_subtitle{
    font-size: 17px;
    position: relative;
    line-height: 2;
}
.goods_disc_subtitle::after{
    content: "";
    width: 20%;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #3db5f5;
    left: 5px;
}
.goods_disc{
    padding-left: 10%;
    margin-top: 20px;
    line-height: 1.6;
    font-size: 15px;
}
.goods_disc_box{
    margin-top: 20px;
}
.goods_mid{
    margin-top: 100px;
}
.goods_section_title {
    text-align: center;
    border-top: 1px solid #000000;
    padding: 40px 0;
    font-size: 20px;
    font-family: 'MaruBuri-Regular';
}

.goods_detail_img{
    text-align: center;
    width:100%;
    margin: 0 auto;
}

.goods_mid img {
    max-width: 100%;
}

.goods_detail_disc:before{
    content:"";
    display: block;
    width: 100%;
    height:1px;
    background-color: #525252;
    margin: 50px 0;
}

.calendar_section{
    background-color: #f2f2f5;  
    padding: 20px ;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c50lb{    
    width: calc(50% - 10px);
    display: inline-block;
}

.hasDatepicker{
    cursor: pointer;
}
.c_p_container{
    width: calc(50% - 5px);
    vertical-align: top;
}
.calendar_price_main,.calendar_price_option{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 20px;
    background-color: #fff;
}
.c_p_row{
    color: #252525;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c_p_line{
    border-bottom: 1px dotted;
    flex-grow: 1;
    margin: 0 10px;
}
.c_p_price{
    font-family: 'Pretendard-Bold';
    color: #000;
}

[v-cloak] {
    display: none;
}

.fade-enter,
.fade-leave-to {
    opacity: 0 !important;
}

#datepicker{
	display: inline-block;
	width: 50%;
}

table[class^="table_"] td {
    font-size: 15px;
    line-height: 1.7;
    word-break: keep-all;
    padding: 4px;
}
.table_goods_nop{
    line-height: 1.7;
    border: 1px solid #d8e4eb;
    width: 100%;
    text-align: center;
}
.table_goods_nop tr:first-child{
    background-image: linear-gradient(135deg, #41b6f5, #41b);;
    word-break: keep-all;
    color: #fff;
}


.input_wrap{
    position: relative;
    margin: 0 2px;
  }

.input_date{
    position: absolute;
    right: 5px;
    top: 3px;
  }

.table_goods_nop tr:nth-child(2n){
    background-color: #f3f7f9;
}


#ui-datepicker-div{
    min-width: 190px;
}

@media screen and (max-width:768px){
    .goods_main_thum{
        height: 320px;
    }
    .goods_thum_container {
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
        position: relative;
        margin: 0 auto;
        float: none;
    }
    .goods_info_box{
        float: none;
        width: 100%;
        padding: 50px 20px 20px;
    }
    .goods_price_container{
        text-align: right;
        margin-top: 10px;
    }
    .goods_disc_option_box{
        background: url(../../image/air_plane.png) #f0f0f0 no-repeat 12px 12px / 22px;
    }
    .swiper{
        height: 400px !important;
    }
    .goods_name,.goods_price_pre{
        font-size: 18px;
    }
    .goods_info_box{
        padding: 20px;
    }
    .total_price{
        font-size: 20px;
    }
    .car_item {
        flex: 0 0 25%;
    }
    .car_ul{
        min-height: 160px;
        padding: 0;
    }
    .car_img {
        width: 180px;
        height: calc(180px * 0.6);
    }
    .car_name{
        font-size: 14px;
    }
}
@media screen and (max-width:640px){
    #datepicker{
        display: block;
        width: auto;
        margin-bottom: 10px;
    }
    .c_p_container{
        width: 100%;
        display: block;
    }
    .calendar_price_main, .calendar_price_option{
        margin-left: auto;
    }
    /* a.calendarLink{
        padding: 7px 0;
    } */

    .calendar_section>.hasDatepicker {
        width: 100%;
    }

    .calendar_section{
        flex-direction: column;
        padding: 5px;
    }
    .c_p_row{
        margin: 12px 0 ;
    }
    .c_p_container{
        font-size: 15px;
    }
    .calendar_section>.c50lb{
        width: 100%;
    }
    .goods_price {
        font-size: 21px;
    }
    .goods_price_container{
        font-size: 15px;
    }
    .goods_price_container{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:425px){
    .goods_thum_box{display: none;}
    .goods_main_thum{
        height: 250px;
    }
    .goods_thum_container {
        width: 100%;
    }
    .goods_info_box{
        padding:  10px 5px 5px;
    }
    .c_p_container{
        font-size: 14px;
    }
    .goods_price {
        font-size: 18px;
    }
    .goods_name{
        font-size: 16px;
        font-family: 'Pretendard-Medium';
    }
    .btn_order>.goods_btn_icon,.btn_inquire>.goods_btn_icon{
        display: none;
    }

}