/*# sourceURL=../css/news.css */
/*@ sourceURL=../css/news.css */
@charset "utf-8";
/* ------------------------------------------ */
/* news CSS */
/* ------------------------------------------ */
.sec-wrap {
    position: relative;
}

.sec-wrap .item-news {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.35;
}
.sec-wrap .item-news img {
}
@media (max-width: 768px) {
    .sec-wrap .item-news {
        width: 50%;
    }
}

.c-header {

}


.c-header .news-category {
    
}
.c-header .news-category .cate-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-header .news-category .cate-ul .cate-list {
    margin: 0 43px;
}
.c-header .news-category .cate-ul .cate-list .cate {
    display: block;
    cursor: pointer;
    transition: all 0.28s ease;
}
.c-header .news-category .cate-ul .cate-list .cate .text {
    display: block;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 90px;
    transition: all 0.28s ease;
}
.c-header .news-category .cate-ul .cate-list.active .cate .text,
.c-header .news-category .cate-ul .cate-list .cate:hover .text {
    color: #dd6a37;
}


@media (max-width: 991px) {
    .c-header .news-category {
        
    }
    .c-header .news-category .cate-ul {
        flex-wrap: wrap;
    }
    .c-header .news-category .cate-ul .cate-list {
        margin: 0 5%;
    }
    .c-header .news-category .cate-ul .cate-list .cate {
    }
    .c-header .news-category .cate-ul .cate-list .cate .text {
        font-size: 20px;
        line-height: 55px;
    }
}



/* c-wrap */
.c-wrap {
    border-top: 1px solid #333;
    background: url("../img/home/bg-contents.jpg") repeat-y center center;
    background-size: cover;
}

.c-wrap .container-full {
    max-width: 1125px;
    width: 94%;
    margin: 0 auto;
}

.c-wrap .item-wrap {
    border-bottom: 1px solid #7a7a7a;
    padding-left: 3%;
    padding-right: 3%;
}
.item-container .item-wrap:last-child {
    border-bottom: none;
}

.c-wrap .item-wrap a {
    display: block;
    display: flex;
    align-items: center;
}

.c-wrap .item-wrap .n-date {
    width: 245px;
}

.c-wrap .item-wrap .n-date .text {
}

.c-wrap .item-wrap .info-box {
    width: 100%;
    flex: 1;
}

.c-wrap .item-wrap .info-box .c-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.c-wrap .item-wrap .info-box .c-box .col-image {
    width: 50%;
    overflow: hidden;
}

.c-wrap .item-wrap .info-box .c-box .col-image .image {
    display: block;
    position: relative;
    background-color: #dcdcdc;
    width: 100%;
    transition: all 0.8s ease;
}

@media (min-width: 641px) {
.c-wrap .item-wrap a:hover .info-box .c-box .col-image .image {
    transform: scale(1.08);
}
}

.c-wrap .item-wrap .info-box .c-box .col-image .image:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.c-wrap .item-wrap .info-box .c-box .col-title {
    display: block;
    width: 50%;
    height: 100%;
    padding: 3.5%;
    /* padding: 30px; */
}

.c-wrap .item-wrap .info-box .c-box .col-title .text {
    display: block;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.c-wrap .item-wrap .info-box .c-box .n-cate {
    display: table;
    width: 138px;
    background-color: #dd6a37;
    position: absolute;
    right: -3%;
    top: 20px;
}

.c-wrap .item-wrap .info-box .c-box .n-cate .text {
    display: block;
    line-height: 34px;
    color: #fff;
    text-align: center;
}


@media (max-width: 991px) {

    .c-wrap .item-wrap a {
        display: block;
        align-items: center;
    }
    
}

@media (max-width: 640px) {
    .c-wrap .item-wrap {
        border-bottom: 1px solid #7a7a7a;
        padding-left: 0;
        padding-right: 0;
    }
    
    .c-wrap .item-wrap a {
        display: block;
        align-items: center;
    }
    
    .c-wrap .item-wrap:last-child {
        border-bottom: none;
    }
    
    .c-wrap .item-wrap .n-date {
        width: 100%;
    }
    
    .c-wrap .item-wrap .n-date .text {
    }
    
    .c-wrap .item-wrap .info-box {
        width: 100%;
        flex: 1;
    }
    
    .c-wrap .item-wrap .info-box .c-box {
        display: block;
    }
    
       
    .c-wrap .item-wrap .info-box .c-box .col-title {
        display: block;
        width: 100%;
        height: 100%;
    }
    
}


/* pager-wrap */
.pager-wrap {
    display: flex;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}
.pager-wrap .p-prev,
.pager-wrap .p-next {
    width: 60px;
    height: 60px;
}
.pager-wrap .p-prev .arrow,
.pager-wrap .p-next .arrow {
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
}

.pager-wrap .p-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager-wrap .p-nav .nav {

}
.pager-wrap .p-nav .nav .p-num {
    display: block;
    width: 60px;
    height: 60px;
    transition: all 0.08s ease;
}
.pager-wrap .p-nav .nav a.p-num:hover,
.pager-wrap .p-nav .nav span.p-num {
    border-bottom: 3px solid #333;
}
.pager-wrap .p-nav .nav .p-num .text {
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .pager-wrap {
        justify-content: space-between;
    }
    .pager-wrap .p-prev,
    .pager-wrap .p-next {
        width: 60px;
        height: 60px;
    }
    .pager-wrap .p-prev .arrow,
    .pager-wrap .p-next .arrow {
        display: block;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        font-weight: bold;
    }
}


