@charset "UTF-8";

/**********************************************/

#sec_01{
    background: no-repeat center/cover url(/static/html/img/user/sub/news_sec01.png);
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sec_01 form{
    width: 80%;
}
#sec_01 label{position: relative; width: 100%;}
#sec_01 label::after{
    content:url(/html/img/user/sub/serach.svg);
    position: absolute;
    right: 10px;
    top: 10%;
    /* width: 50px; */
}

.pagenate{
    margin-bottom: 30px;
}


#sec_01 input{
    width: 100%;
    height: 52px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 4px rgba(100, 100, 100, 0.25);
    border-radius: 48px;
    padding-left: 50px;
    font-size: 26px;
    line-height: 35px;
    color: rgba(147, 147, 147, 0.8);
}

#sec_01 label:focus { outline: none;}


#sec_02{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#sec_02 .top{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#sec_02 h2{
    font-size: 28px;
}

#sec_02 button{
    background: #232323;
    border-radius: 3px;
    padding: 5px 10px;
    color:#ffffff;
    display: none;
}

    .wrap_news{

        }


.item_news{
    display: flex;
    margin-top: 20px;
    cursor:pointer;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #E7E7E7;
}

.item_news .left{

}

.item_news .left img{
    width: 155px;
    height: 160px;
    object-fit:cover;
}

.item_news .right{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 160px;
    padding: 20px;
}

.item_news .right p{
    width: 100%;
}

.item_news .right p:nth-of-type(1){
    font-size: 20px;
    color: rgba(26, 26, 26, 0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_news .right p:nth-of-type(2){
    font-size: 18px;
    color: rgba(26, 26, 26, 0.7);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.item_iframe{
    display: none;
}

iframe{
    width: 100%;
    height: 700px;
}

iframe img:nth-last-of-type(1){
    cursor: pointer;
}

.wrap_download{
    display:flex;
    align-items: center;
    width: 100%;
    background: #FAFAFA;
    border: 1px solid #C8C8C8;
    padding: 10px;
}

@media screen and (max-width: 1024px){


    .item_news{
        width: 100%;
    }

    .item_news .right{
        width: calc(100% - 100px);
        height: 110px;
        padding: 10px;
        justify-content: space-between;
    }

    .item_news .left img{
        width: 100px;
        height: 110px;
    }

    .item_news .right p:nth-of-type(1){
        font-size: 18px;
    }

    .item_news .right p:nth-of-type(2){
        font-size: 14px;
    }

    #sec_02{
        width: 96%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #sec_02 h2{
        font-size: 18px;
    }

    iframe{
    width: 100%;
    height: 300px;
}

}
