@charset "UTF-8";
/* CSS Document */
.main_vi{
	background: url("../img/lower/product/bg.png");
	background-size: cover;
	background-position: top center;
}

.contents{
	max-width: 100%;
	padding: 0;
}
.contents .cnt{
	width: 100%;
	
}
.category_btn{
	display: flex;
	justify-content: center;
	gap:16px;
	text-align: center;
	margin-bottom: 56px;
}
.category_btn a{
	display: block;
	border: solid 1px #2B343F;
	border-radius: 50px;
	padding: 4px 16px;
	transition: 0.3s;
}
.category_btn a:hover{
	background: #2B343F;
	color: #fff;
	opacity: 1;
}
.category_btn a.active{
	background: #2B343F;
	color: #fff;
}
.contents .cnt .category_btn a p{
	font-size: 1.2rem;
	line-height: 2;
}
.contents .column{
	padding: 0px 5.83vw;
	flex-wrap: wrap;
	margin-bottom: 71px;
}
.contents .column a{
	display: block;
	width: calc(100%/3 - 16px);
	margin-bottom: 32px;
}
.contents .column a img{
	width: 100%;
}
.contents .column .thumbnail{
	background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
	margin-bottom: 10px;
}
.contents .column .list_txt p.day{
	font-size: 1.5rem;
	line-height: 1;
	color: #52616E;
	padding: 8px 0px;
}
.contents .column .list_txt .txt_cat{
	display: flex;
	gap:10px;
}
.contents .column .list_txt .txt_cat p{
	border: solid 1px #52616E;
	padding: 8px 16px;
	text-align: center;
	border-radius: 50px;
	font-size: 1.2rem;
	line-height: 1;
}
.pagenation{
	display: flex;
	justify-content: center;
	gap:16px;
}
.pagenation a{
	padding: 4px;
	border: solid 1px #000;
	width: 33px;
	text-align: center;
	display: block;
	transition: 0.3s;
}
.pagenation a:hover{
	background: #000;
	color: #fff;
	opacity: 1;
}
.pagenation p.active a{
	background: #000;
	color: #fff;
}
.pagenation p.no{
	position: relative;
	line-height: 2.4;
}
.pagenation p.no a{
	border: none;	
}
.pagenation p.no a:hover{
	background: none;
	color: #000;
}
.pagenation p.no::before{
	content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: translate(17px, -50%) rotate(45deg);
    transition: 0.3s ease;
}
.pagenation p.no.prev::before{
	content: "";
    position: absolute;
    top: 50%;
    right: auto;
	left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-135deg);
    transform: translate(-17px, -50%) rotate(-135deg);
    transition: 0.3s ease;
}

#news_lower .contents .cnt,#news_lower .contents .inquery_btn{
	padding: 0px 5.38vw;
	width: auto;
	margin-bottom: 80px;
}
#news_lower .contents .cnt .day_cat p.day{
	color: #52616E;
	margin-bottom: 16px;
}
#news_lower .contents .cnt .day_cat .category{
	display: flex;
	gap:0px 16px;
	margin-bottom: 40px;
}
#news_lower .contents .cnt .day_cat .category p{
	border: solid 1px #2B343F;
    border-radius: 50px;
    padding: 4px 16px;
	font-size: 1.2rem;
    line-height: 2;
}
#news_lower .contents .cnt .news_cnt p{
	margin-bottom: 40px;
}
#news_lower .contents .cnt .news_cnt .img{
	text-align: center;
	max-width: 592px;
	margin: 0 auto 40px;
}
#news_lower .contents .cnt .news_cnt .img img{
	width: 100%;
}
#news_lower .contents .cnt .news_cnt .bt_dl_pdf{
	display: block;
	max-width: 242px;
	background: #2B343F;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	position: relative;
	font-size: 1.6rem;
	line-height: 1;
}
#news_lower .contents .cnt .news_cnt .bt_dl_pdf::after{
	content: "";
	width: 30px;
	height: 30px;
	background: url("../img/common/dl_icon.svg");
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-17px,-50%);
}
#news_lower .contents .inquery_btn{
	max-width: 280px;
    margin: 0 auto;
}
#news_lower .contents .inquery_btn a {
    background: #11BAE7;
    padding: 12px;
    text-align: center;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
}
#news_lower .contents .inquery_btn a:hover {
    background: #fff;
}
#news_lower .contents .inquery_btn a:hover p {
    color: #11BAE7;
}
#news_lower .contents .inquery_btn .link_cnt .Circle.active .Circle_overlay {
    background: #fff;
}
#news_lower .contents .inquery_btn .link_cnt .Circle.active svg {
    filter: #11BAE7;
    filter: invert(1);
    filter: invert(66%) sepia(67%) saturate(749%) hue-rotate(164deg) brightness(92%) contrast(92%);
}
#news_lower .contents .inquery_btn a p {
    color: #fff;
    font-size: 1.6rem;
}
#news_lower .contents .inquery_btn .link_cnt .Circle {
    border-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-10px, -50%);
}
@media only screen and (min-width: 1400px) {
	.contents .column .thumbnail{
		height: 300px;
	}
}
	
@media only screen and (max-width: 1024px) {
	.contents .column{
		align-items: flex-start;
	}
	.contents .column .thumbnail{
		height: 200px;
	}
}
@media only screen and (max-width: 820px) {
	.contents .column{
		align-items: flex-start;
	}
	.contents .column .thumbnail{
		height: 150px;
	}
}
/*sp*/
@media only screen and (max-width: 767px) {
	.main_vi {
		background: url("../img/lower/product/bg.png");
		background-size: cover;
		background-position: left;
	}
	.contents .column.news_list{
		padding: 0px 16px;
		display: flex;
		justify-content: space-between;
	}
	.contents .column a{
		width: calc(100% / 2 - 16px);
	}
	.pagenation{
		padding: 0px 16px;
	}
	.pagenation p.no a{
		width: auto;
	}
	.pagenation a{
		width: 20px;
	}
	.contents .column .thumbnail{
		height: 120px;
	}
}
