
.th-notice-slide-wrapper{
     background: #ffff;
    border: 1px solid #f6f7f7;
    border-left-color: #4f94d4;
    border-inline-start-width: 4px;
    -webkit-box-shadow: var(--e-notice-box-shadow);
    box-shadow: var(--e-notice-box-shadow);
    margin: 5px 20px 5px 2px;
}


.th-notice-slide-wrap.owl-carousel .thunk-notice {
    padding: 1.5rem;
    display: flex;
}
.th-notice-slide-wrap.owl-carousel .thunk-review-thumbnail img{
    width:500px;
    vertical-align: middle;
}
.th-notice-slide-wrap .thunk-review-thumbnail {
    float: left;
    text-align: center;
    position: relative;
    display: block;
        margin-right:20px;
}
.th-notice-slide-wrap .thunk-review-ul li {
    display: inline-block;
margin-right:10px;
}
.th-notice-slide-wrap .thunk-notice-text h3 {
    font-size: 24px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.3;
}
.th-notice-slide-wrap .thunk-notice-text p{
font-size:15px;
line-height:27px;
}

.th-notice-slide-wrap.owl-carousel .owl-dots{
position: absolute;
    bottom: 12px;
    text-align: center;
    left: 0;
    right: 0;
}

.th-notice-slide-wrap.owl-carousel button.owl-dot,
 .th-notice-slide-wrap.owl-carousel button.owl-dot{
    width: 11px;
    height: 11px;
    line-height: 11px;
    border-radius: 50%;
    background: #9e9e9efc;
    margin: 0 4px;
    opacity: 0.7;
}
.th-notice-slide-wrap.owl-carousel button.owl-dot.active,
.th-notice-slide-wrap.th-notice-slide-wrapwl-carousel button.owl-dot.active{
background:#111;
width:20px;
border-radius:30px;
}

