/*k_showroom.css*/

.k_showroom h2 {
    letter-spacing: 0;
}

.k_showroom{
    padding-bottom: 20px;
}

.k_showroom h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #333;
    padding: 8px 20px 8px 20px;
    margin-bottom: 20px;
    position: relative;
}

.k_showroom h2:before {
    content: '';
    border: 3px solid #0072C1;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.spel_c {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-left:20px;
}

.title_l {
    font-size: 18px;
    font-weight: 800;
    margin: 16px 0;
}
.title_q {
    font-size: 22px;
    font-weight: 500;
    margin: 16px 0px;
    margin-left: 40px;
}

.border_l {
    border-bottom: #929292 1px dashed;
    padding: 10px;
}

.title_b {
    font-size: 16px;
    color: #0072C1;
    font-weight: 800;
    line-height: 30px;
}



p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}

.mb_60 {
    margin-bottom: 60px;
}

.ft16 {
    font-size: 16px!important;
}
.ft22 {
    font-size: 22px!important;
}

.red {
    color: #f70909!important;
    font-weight: 700;
    line-height: 30px;
}

.sf_tbl {
    width: 100%;
    margin-top: 5px;
}

.sf_tbl th {
    background-color: #898989;
    color: #fff;
    font-weight: bold;
    height: 50px;
}

.sf_tbl td.time {
    background-color: #eff7f5;
    color: #333;
}

.sf_tbl td {
    text-align: center;
    height: 40px;
}

.sf_tbl td.last {
    border-right: none;
}

.cart_empty {
    display: block;
    padding: 10px;
    border: #f00 1px solid;
    background-color: #ffd0d0;
}

.bt_bg {
    width: 500px;
    height: 60px;
    background: #0072c1;
    margin: 0 auto;
    position: relative;
}

.bt_bg a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 10;
}


.bt_bg a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(/assets/smc_img/common/arrow_white01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 40%;
    right: 8%;
}




