@charset "UTF-8";
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
#page--news .site-header {
    background-color: rgba(212, 236, 243, 0.5)
}
@media only screen and (max-width: 767px) {
    #page--news .site-header {
        background-color: #f5fbfe;
    }
}


/*------------------------------------------------------------
	Main
------------------------------------------------------------*/
#page--news .section-news {
    background: #d4ecf3;
}
#page--news.news_article .section-news {
    padding-bottom: 60px;
}
#page--news .section-news .section-content .content {
    background-color: #fff;
    padding: 30px 60px 75px;
}
#page--news.news_article .section-news .section-content .content {
    padding: 30px 60px 50px;
}

#page--news .section-news .section-content .content .news_headline {
    border-bottom: 1px solid #b7b5bd;
    padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    body#page--news.news_article {
        background: #fff;
    }
    #page--news.news_article .section-news {
        background: #fff;
        padding-bottom: 0;
    }
    #page--news .section-news .row {
        padding: 0;
    }
    #page--news .section-news .section-content .content {
        padding: 30px 20px;
    }
    #page--news.news_article .section-news .section-content .content {
        padding: 30px 20px;
    }
}



#page--news .section-news .section-content .content .news_tab_area .news_tab {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page--news .section-news .section-content .content .news_tab_area .news_tab li {
    color: #fff;
    font-size: 12px;
    width: 3.5em;
    padding: 1px 0;
    text-align: center;
    letter-spacing: 0;
    margin: 0 10px;
    background-color: #c1d1dc;
}
#page--news .section-news .section-content .content .news_tab_area .news_tab li a {
    display: block;
    color: #fff;
}
#page--news .section-news .section-content .content .news_tab_area .news_tab li.active,
#page--news .section-news .section-content .content .news_tab_area .news_tab li.active a {
    background-color: #4d4357;
}
#page--news .section-news .section-content .content .news_tab_area .news_tab li:hover {
    opacity: 0.7;
    transition: linear 0.25s;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #page--news .section-news .section-content .content .news_tab_area .news_tab li {
        padding: 5px 0;
        margin: 0 2.5px;
        width: 4em;
    }
}

#page--news .section-news .section-content .content .news_list {
    padding: 45px 0 35px;
}
#page--news .section-news .section-content .content .news_list li {
    padding: 10px 0;
}
#page--news .section-news .section-content .content .news_list li a {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    display: none;
}
#page--news .section-news .section-content .content .news_list li.active a {
    display: flex;
}
#page--news .section-news .section-content .content .news_list li:hover {
    padding-left: 15px;
    transition: all  0.5s ease-in-out;
}
#page--news .section-news .section-content .content .news_list li:hover:before {
    height: calc(100% - 20px);
    padding-bottom: 10px;
    top: 10px;
}
#page--news .section-news .section-content .content .news_list li .news_title {
    padding-top: 0;
}
#page--news .section-news .section-content .content .news_date:after {
    margin-left: 1em;
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    #page--news .section-news .section-content .content .news_list {
        padding: 25px 0 30px;
    }
    #page--news .section-news .section-content .content .news_list li.active a {
        display: block;
    }
    #page--news .section-news .section-content .content .news_list li:hover {
        padding-left: 0;
    }
    #page--news .section-news .section-content .content .news_list li .news_title {
        padding-top: 5px;
    }
}


#page--news .section-news .section-content .content .news_block {
    padding: 30px 0;
}
#page--news .section-news .section-content .content .news_block .txt {
    color: #796A77;
    font-size: 14px;
    line-height: 1.5;
}

#page--news .section-news .section-content .content .share_block {
    font-size: 12px;
    padding-top: 25px;
    text-align: center;
}
#page--news .section-news .section-content .content .share_block .sns_list {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page--news .section-news .section-content .content .share_block .sns_list li {
    padding: 15px;
}
#page--news .section-news .section-content .content .share_block .sns_list li img {
    width: 25px;
    opacity: 0.5;
}

#page--news .section-news .section-content .content .pager,
#page--news .section-news .section-content .content .pager .pager_list {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page--news .section-news .section-content .content .pager .pager_list .pager_item a,
#page--news .section-news .section-content .content .pager .pager_list .pager_item span {
    color: #9595A2;
    font-size: 14px;
    padding: 0 20px;
}
#page--news .section-news .section-content .content .pager .pager_ico {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #9595A2;
    border-right: 1px solid #9595A2;
    position: relative;
    top: 1px;
}
#page--news .section-news .section-content .content .pager .pager_ico.pager_back {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#page--news .section-news .section-content .content .pager .pager_ico.pager_next {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




#page--news .section-news .section-content .back_btn {
    margin-top: -15px;
    text-align: center;
}
#page--news .section-news .section-content .back_btn a {
    display: inline-block;
    background-color: #c1d1dc;
    padding: 20px 45px 20px 60px;
    position: relative;
}
#page--news .section-news .section-content .back_btn a:before,
#page--news .section-news .section-content .back_btn a:after {
    content: "";
    display: block;
    background-color: #9595A2;
    position: absolute;
}
#page--news .section-news .section-content .back_btn a:before {
    width: 30px;
    height: 2px;
    left: 25px;
    bottom: 22px;
}
#page--news .section-news .section-content .back_btn a:after {
    width: 8px;
    height: 2px;
    left: 25px;
    bottom: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/