

/* News Part */

.news-area {
    /*background-color: #002D49;*/
    width: 100%;
    height: 100%;
    padding: 15px 15px 0px 15px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    background-color: #F4F3ED;
}

#news-list-area{
    /*margin:3em;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    /*grid-template-areas:". a .";*/
    /*grid-auto-rows: 325px;
    grid-gap: 3em;
    color: #000;
    align-self: center;
    justify-content: center;
    align-content: center;
    justify-self: center;
    align-items:center; 
    justify-items: center;*/

    margin: 3em;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    /* grid-template-areas: ". a ."; */
    grid-auto-rows: 325px;
    grid-gap: 3em;
    color: #000;
    align-self: center;
    justify-content: center;
    align-content: center;
    justify-self: center;
    align-items: center;
    justify-items: center;
}
.news-list-last{
    grid-column: 2;
}
.singleItem
{
    grid-area: a;
}

.news-back{
    max-width: 1017px;
    margin: 0 auto;
}

.news-content{
    padding: 40px 0px 100px 0px;
}

.news-title-area{
    margin: 0 auto;
    max-width: 1017px;
}

.news-list-pagearea{
    padding: 50px 0 80px 0;
    background: white;
    position: relative;
    top: -10px;
    display:flex;
    justify-content: center;
}

.curr{
    background: #E5BC0F;
    color:white;
}

.news-list-main{
    padding-top: 20px;
}

.news-list-number{
    padding: 6px;
    width: 42px;
    height: 42px;
    text-align: center;
}

.news-list-arrow{
    width: 42px;
    height: 42px;
    text-align: center;
}

.news-content .title{
    font-family: 'Helvetica_R';
    font-size: 22px;
    margin: 24px 0px;
    line-height: 1.2;
}
.news-content .date{
    font-family: 'Helvetica_R';
    color: #747474;
    font-size: 16px;
    margin: 10px 0px;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 16px;
}
.news-content .content{
    font-size: 18px;
    min-height: 300px;
    margin-top: 10px;
    padding-top: 24px;
    margin: 10px 0px;
}
.ac_year{
	display: inline-block;
}

.category{
	display: inline-block;
}

.news{
	padding-top: 30px;
}

.news-list-item{
    font-size: 16px;
    width: 100% !important;
    margin: 16px auto;
    border-bottom: 1px solid #C9C9C9;
    height: 88px;
    font-family: 'Helvetica_R';
    min-height: 80px;
}

.important-block{
    color: black;
    font-size: 15px;
    padding: 2px 15px;
    font-weight: 100;
}


#show-more-btn{
    font-size: 16px;
    margin-top: 15px;
    background: none;
    border: none;
    color: #0EA891;
}

#back{
    font-size: 18px;
    background-color: #0180D2;
    border: none;
    padding: 5px;
    color: white;
    margin-top: 10px;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: rgba(7, 33, 79, 1);
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	}

	#myBtn:hover {
        background-color: rgba(0, 13, 59, 1);
    }   
#news-month-filter
{
    padding: 1em 5em;
    text-align: initial;
}
#news-year-filter-div
{
    padding: 2em 5em 0.5em 5em;
    text-align: left;
}
#news-year-filter
{
    padding: 0.5em 1em;
    width: 30%;
    min-width: 176px;
    background-color: #EEE;
    color: black;    
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    border: none;
    appearance: auto;
}
.mthFilBtn
{
    background-color: #DBDBDB;
    color: black;    
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    /*border-radius: 5px;*/
    margin: 0.3em;
    min-width: 50px;
    padding: 0.2em 0.5em;
    display: inline-block;
}
.mthFilBtn:hover,.mthFilBtn.selected
{
    background-color: #D5B819;
    color: white;
}

@media screen and (max-width: 1200px) {
    .detail{
        padding: 0 8px;
        font-size: 8px;
    }

    .important-block{
        font-size: 6px;
    padding: 2px 10px;

    }
}

@media screen and (max-width: 1076px) {
    .news-list-area, .news-content-area {
        width: 100%;
    }

}

@media screen and (max-width:1000px) {
    #news-list-area{
        grid-template-columns: 48% 48%;
        grid-auto-rows: 320px;
        /*grid-template-areas:". .";*/
    }
    .news-list-item{
        height: 270px;
    }
}

@media screen and (max-width: 736px) {
    .news-content .title{
        
        /* font-size: 110%; */
        font-weight: bolder;
    }    
    .news-content .content{
        font-size: 18px;
    }
    
    .detail{
        padding: 0 8px;
        font-size: 16px;
    }

	.news-content{
		/* padding: 16px 20px 60px 20px; */
        padding: 0;
	}

    .news-content iframe {
        width: 320px;
        height: 180px;
    }

    .news-title-area {
        text-align: center;
    }
    #news-list-area{
        margin: 1em;
        grid-template-columns: 98%;
        grid-auto-rows: auto;
        row-gap: 0px;
        /*grid-template-areas:". ";*/
    }
    .news-list-last{
        grid-column: 1;
    }
    .news-list-item{
        height: 330px;
    }
    .news-list-main {
        padding: 0px;
        /* text-align: center; */
    }
    .mthFilBtn {
        min-width: 60px;
    }
    .mthFilBtn[data-month="0"] {
        width: 80%;
    }
    #news-year-filter-div {
        text-align: inherit;
    }
    #news-month-filter {
        text-align: center;
    }
    .news-area {
        width: auto;
        padding: 0px;
        /* margin: 32px; */
        text-align: center;
    }
    .news-content-area {
        margin-top: 0px;
        text-align: initial;
    }
    .news-back {
        margin-bottom: 50px;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .news-content iframe {
        width: 240px;
        height: 135px;
    }
}

.news-content img{
    object-fit: inherit;
    max-width: 100%;
    max-height: 100%;
}