﻿
.c_related_news{padding-bottom: 4.5%;}

@media only screen and (max-width: 950px) {
	.c_related_news{padding-bottom: 28px;}
}

/* listPdf */
.listPdf_ul{flex-wrap: wrap;}
.listPdf_ul li{width: 100%; margin-bottom: 0;}
.listPdf_ul li:last-child{margin-bottom: 0;}
.pdf_item{position: relative; /* box-shadow: 2px 5px 10px 4px rgba(0, 0, 0, 0.1); */ padding: 2% 3%; align-items: center; border-bottom: 1px solid #E3E3E3;}

.pdf_item .title{line-height: 1.5; font-size: 18px;}

.pdf_btn{align-items: center; margin-left: 4%;}
.pdf_btn .btn_down, .pdf_btn .btn_view{width: 26px; height: 26px; display: block; overflow: hidden;}
.pdf_btn img{width: 100%; height: 100%; display: block;}
.pdf_btn .btn_view{margin-right: 30px;}

.pdf_btn .btn_down:hover, .pdf_btn .btn_view:hover{ border-radius: 5px;}
.pdf_btn .btn_down:hover .icon_d, .pdf_btn .btn_view:hover .icon_d{height: 0;}

.pdf_item:hover{border-bottom-color: var(--color-main);}
.pdf_item:hover .title{color: var(--color-main);}
.pdf_item:hover .title a{color: var(--color-main);}
.pdf_item:hover .pdf_btn .btn_down .icon_d, .pdf_item:hover .pdf_btn .btn_view .icon_d{height: 0;}

@media only screen and (max-width: 950px) {
	/* .listPdf_ul li{width: 100%; margin-bottom: 15px;}
	.listPdf_ul li:last-child{margin-bottom: 10px;} */
	.pdf_item{padding: 15px 0;}
	.pdf_btn .btn_view{margin-right: 10px;}
	.pdf_btn .btn_down:hover .icon_d, .pdf_btn .btn_view:hover .icon_d{height: 100%;}
}