/* fixed button */
.contact-service {
    position: fixed;
    right: 1.6rem;
    bottom: 6.4375rem;
    z-index: 1000;
    width: 3.5625rem;
    animation-duration: 1.5s;
}

.to-top {
    position: fixed;
    right: 1.6rem;
    bottom: 6.4375rem;
    background-color: #FFFFFF;
    width: 3.5625rem;
    height: 3.5625rem;
    border-radius: 50%;
    text-align: center !important;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .25)
}

.fa-chevron-up {
    width: 1.0125rem !important;
    color: #318ACB;
    margin-top: 1.3rem;
}

/* container */
.news-container {
    background-color: #F8F8F8;
    padding: 160px 120px 72px 120px;
}

/* breadcrumb */
.breadcrumb .breadcrumb-item {
    color: #333333 !important;
}

.breadcrumb .breadcrumb-item:hover {
    color: #707070 !important;
}
.breadcrumb-item.is-active {
    color: #0F4FA7 !important;
}

/* title */
.news-title p {
    line-height: 2.5rem !important;
    margin: 30px auto 26px !important;
    width: 95%;
    color: #333333 !important;
}

.news-info {
    margin: 0 auto 21px;
    width: 95%;
    font-size: 0.9375rem;
    color: #707070;
}

.share {
    display: flex;
    padding-left: 2.5%;
}

.share span {
    font-size: 0.875rem;
}

.share .svg-inline--fa {
    color: #707070;
    margin-left: 0.7rem;
    font-size: 1.5rem;
}

.news-divider {
    border-top: 1px solid #707070;
    margin-left: 30px;
    margin-right: 30px;
}

.news-content {
    background-color: white;
}

.article {
    padding: 50px 2.5% 50px 2.5%;
}

.change-page {
    display: flex;
    background-color: #F8F8F8;
    padding-bottom: 4.5rem;
    justify-content: space-between;
}

.change-page .button {
    width: 9.375rem;
    height: 2.375rem;
    color: #333333;
    background: transparent;
    border-radius: 0;
}

.rwd-title {
    display: none;
}

/* media query */
@media all and (max-width: 768px) {
    .news-container {
        padding: 62px 6.65% 0 6.65%;
    }

    .breadcrumb {
        margin-bottom: 15px !important;
        white-space: normal !important;
    }

    .fa-home {
        vertical-align: .2rem;
    }
    
    .breadcrumb-item, .breadcrumb .is-active {
        font-size: 1rem;
    }

    .breadcrumb a {
        padding: 0 .3em !important;
    }

    .breadcrumb-item span {
        padding-top: .3em;
    }

    /* .news-title p {
        margin: 16px auto 14px !important;
        padding: 0 !important;
        width: 92.6% !important;
        line-height: 1.95rem !important;
        font-size: 1.125rem;
    }

    .news-title h1 {
        margin: 0;
    } */
    
    .news-title {
        display: none;
    }

    .rwd-title {
        display: block;
        margin: 16px auto 14px !important;
        padding: 0 !important;
        width: 92.6% !important;
        line-height: 1.95rem !important;
        font-size: 1.5rem;
    }
    
    .news-info {
        margin: 0 auto 10px;
        width: 92.6%;
        font-size: 1rem;
    }

    .share {
        width: 92.6%;
        margin: 0 auto;
        padding: 0;
    }

    .share span, .share a {
        font-size: 1rem;
    }

    .share span {
        line-height: 1.5rem;
    }
    
    .news-divider {
        margin: 22px 13px;
    }
    
    .article {
        padding: 0 9px 42px 9px;
    }

    .article p img {
        object-fit: contain;
        width: 100% !important;
        height: auto !important;
    }
    
    .change-page {
        padding-top: 23px;
        padding-bottom: 69px;
    }
}