
/* .stop-scrolling {
    width: 100%;
    height:100vh;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px !important;
} */

.vc-container {
    border: none !important;
    background-color: #F7F7F8 !important;
}

.mh11 {
   /* margin-left:13px !important;
   margin-right:11px !important;*/
}
.ml11 {
    margin-left:11px !important;
}
.mr11 {
    margin-right:11px !important;
}

.menuArrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border-bottom: 1px solid #E9E9E9;
    padding-left:16px;
    font-size: 20px;
    font-weight: 500;
}
.menuArrow a img {
    display: block;
    padding: 0 5px;
}

.alignL {
    text-align: left;
}

.wh100p {
    width: 100%;
    height: 100%;
}

.p-2 {
    padding : 13px;
}

.section_title p img{
    height: 44px;
} 


.Terms_table {
    border-collapse: collapse;
    width: 100%;
}
.Terms_table th {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 5px;
    border:1px solid #ddd;
    background: rgb(240, 240, 240);
}
.Terms_table td {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 5px;
    border:1px solid #ddd;
    word-break: keep-all;
}

.termFont {
    font-weight: 500;
}

.box-sizing {
    box-sizing: border-box;
}


.Terms_test {
    padding: 20px 0;
}


.nojs_select {
    height: 30px;
    text-align: right;
    border: none;
    color: #3b3b3b;
    font-weight: 500;
    -webkit-appearance: none;  /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select_arrow.png) no-repeat 95% 50%;
    padding-right:20px;
    background-size: 12px;
    font-size: 14px;
}

select.nojs_select::-ms-expand {
    display: none;
}

/* .brandImg { 
    width:50px !important;
} */

.none-data {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-align: center;
    padding: 25px 0px;
}

.vehicle-banner {
    margin-bottom:12px;
}

.nojs_select {
    width: 100px;
    text-align: left !important;
}


.map_wrap {
    position: relative;
}

.map_wrap .mapMask {
    position: absolute;
    padding: 0px;
    width: 100%;
    height: 200px;
    top:0;
    left:0;
    z-index: 999;
    opacity: 0;
}

.map .mapMask {
    position: absolute;
    padding: 0px;
    width: 100%;
    height: 200px;
    top:0;
    left:0;
    z-index: 999;
    opacity: 0;
}


/* 
    v-enter-from/ v-leave-from: 전환의 시작 상태; 전환이 시작되면 제거됨
    v-enter-active/ v-leave-active: 전환의 활성 상태
    v-enter-to/ v-leave-to: 전환의 종료 상태 
*/

.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  transition-duration: 0.3s;
  transition-property: height, opacity, transform;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  overflow: hidden;
}

.slide-left-enter,
.slide-right-leave-active {
  opacity: 0;
  transform: translate(2em, 0);
}

.slide-left-leave-active,
.slide-right-enter {
  opacity: 0;
  transform: translate(-2em, 0);
}


.height100vh {
    height: calc(100vh - 48px);
    padding-top: 20px;
    box-sizing: border-box;
}

.vue-star-rating-rating-text {
    display: none;
}