@charset "UTF-8";
/*
* v3/sp/talkabout.css
*
*/

.magazineFoot {
    margin: 0!important;
    padding: 0!important;
}

.bg_gray{
    background: #E8E8E8;
    margin-top: 64px;
    padding-bottom: 64px;
}

.talkabout_wrapper {
    height: auto;
    margin: 0 auto;
    padding: 64px 0 32px;
    width: 1200px;
}

.magazine > .talkabout_wrapper {
    margin: 0 auto 64px;
    padding: 0 0 32px;
}

.talkabout_wrapper .section_title {
    font-size: 32px;
    margin: 0 auto 24px;
    width: 1200px;
}

.magazine_more {
    display: none;
    float: right;
    font-size: 16px;
    margin: -60px 0 0;
    padding-right: 4px;
    text-decoration: none;
}

.magazine_more:hover {
    opacity: 0.6;
}

.magazine_more::after {
    border: solid #D52423;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    transform: rotate(45deg) translateY(-1px);
    width: 10px;
}

.magazine_article_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
    margin-bottom: 24px;
}

.magazine_article_list li {
    border-radius: 5px;
    flex-basis: 285px;
    overflow: hidden;
    box-shadow: 4px 4px 8px 0px #dadde3;
}

.magazine_article_list li a {
    text-decoration: none;
}

.magazine_article_list li a:hover {
    opacity: 0.6;
}

.magazine_article_list li a .magazine_img_wrap {
    height: 193px;
    overflow: hidden;
}

.magazine_article_list li a img {
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.magazine_article_list li a:hover img {
    transform: scale(1.15);
}

.magazine_article_list li .magazine_txt_wrap {
    background: #FFF;
    height: 83px;
    padding: 10px;
}

.magazine_date {
    color: #A2A2A2;
    font-size: 12px;
}

.magazine_title {
    font-size: 14px;
    height: calc(22px*2);
    line-height: calc(22/14);
    overflow: hidden;
    position: relative;
}

.magazine_title::before,
.magazine_title::after {
    background: #FFF;
    position: absolute;
}

.magazine_title::before {
    bottom: 0;
    content: "...";
    right: 0;
}

.magazine_title::after {
    content: "";
    height: 100%;
    width: 100%;
}

.talkabout_wrapper .btn_wrap {
    gap: 24px;
}

.talkabout_wrapper .btn_wrap a {
    text-decoration: none;
}

.talkabout_wrapper .magazine_logo {
    align-items: center;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 4px 4px 8px 0px #dadde3;
    display: flex;
    flex-direction: column;
    height: 152px;
    justify-content: center;
    overflow: hidden;
    padding: 30px 40px;
    width: 386px;
}

.magazine_logo p {
    font-size: 12px;
    margin: 0 auto;
}

.magazine .btn_wrap a:hover{
    opacity: 0.5;
}
