@charset "utf-8";
a{
    text-decoration: none;
}
.wrapper-main{
    position: relative;
    z-index: 4;
}

.newslist li {
    margin-bottom: 1.5rem;
    display: flex;
    color: #000000;
    font-size: 1.1rem;
    gap: 1rem;
    /* background-color: rgba(253, 236, 219,0.8); */
    padding-left: 0.5rem;
    padding-top: 0.5em;
    border-top: 1px dashed #00846A;
}

.newslist a {
    text-decoration: none;
}

.col-date {
    color: #333333;
    /*   padding-top:0.5rem ;
    padding-bottom: 0.5rem; */
}

.col-titile {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.icon-arrow {
    background-image: url(../img/all/btn-arrow-w.svg);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    width: 50px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

/* .icon-arrow:after{ 
    content:'';
    position: absolute;
    background-image: url(../img/all/btn-arrow-w.svg);
    background-size:18px auto;
    background-repeat:no-repeat;
    background-position: center;
    top:0;
    left: -100px;
    width: 50px;
    height: 100%;
    background-color: var(--bs-red);} */
.newslist li:hover .icon-arrow {
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.newslist li:hover .col-titile,
.newslist li:hover .col-date {
    color: #595757;
}

/*
*Detail
*/
.box-detail_T {
    color: var(--bs-red);
    font-size: clamp(24px,3vw,33px);
    position: relative;
    font-weight: bold;

}


.box-detail_date {
    color: var(--bs-red);
  
    font-size: 0.9rem;
}

