#finformation_block {
    width: 100%;
}
#finformation_block .finformation_wrap {
    width: 100%;
}
#finformation_block .finformation_box {
    width: 100%;
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}
#finformation_block .main_container {
    width: 66%;
}
#finformation_block .side_container {
    width: 26%;
    margin-left: 0.06%;
}
#finformation_block .category {
    font-size: 14px;
    color:#47B9F8;
    border: solid 1px #47B9F8;
    padding: 0 5px;
    margin-right: 15px;
    font-weight: 700;
}
#finformation_block .date {
    color: #919191;
    font-size: 16px;
    font-weight: 500;
}
#finformation_block .side_container h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #272727;
    font-size: 32px;
}
#finformation_block .side_container h6 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    color: #272727;
}
#finformation_block .side_container .category {
    margin: 0;
    padding: 0 5px;
}
#finformation_block .side_container .text_box {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #DEDEDE;
}
#finformation_block .main_container .detail_top {
    margin-bottom: 20px;
}
#finformation_block .detail_text {
    margin-bottom: 80px;
}
#finformation_block .detail_text h2 {
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 32px;
}
#finformation_block .detail_text h3 {
    font-size: 26px;
    margin-top: 60px;
    margin-bottom: 40px;
}
#finformation_block .detail_text p {
    font-size: 16px;
    font-weight: 500;
	margin-top: 20px;
}
#finformation_block .detail_text h4 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #F6F6F6;
    padding: 15px;
}
#finformation_block .detail_text h5 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}
#finformation_block .page-list {
    background-color: #272727;
    color: white;
    padding: 18px 0;
    margin: 0 auto;
    position: relative;
	
	display: flex;
    width: 276px;
    justify-content: center;
}
#finformation_block .page-list img {
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    left: 20px;
}
#finformation_block .pagenation {
    /*height: 57px;*/
    text-align: center;
}
#finformation_block .img_item {
    margin-bottom: 15px;
	height: 150px;
}
#finformation_block .img_item img{
	height: 100%;
	object-fit: contain;
}
#finformation_block .news_item h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
#finformation_block .news_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
}

/* index_pagenation */
#finformation_block .page-numbers {
	justify-content: center;
	align-items: center;
	gap: 15px;
	/*margin-top: 64px;*/
	display: flex;
	flex-wrap: wrap;
}
#finformation_block .page-numbers span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	color: #ffffff;
	background: #47B9F8;
	padding: 6.5px 15px;
}
#finformation_block .page-numbers span.dots{
	color: #272727;
	background: transparent;
}
#finformation_block .page-numbers a:not(.prev, .next) {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #272727;
	background: #F6F6F6;
	padding: 6.5px 15px;    
}
#finformation_block .page-numbers .prev,
#finformation_block .page-numbers .next {
    border: 1px solid #DEDEDE;
    padding: 8px 19px ;
    position: relative;
	height: 40px;
}
#finformation_block .page-numbers .prev img,
#finformation_block .page-numbers .next img {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/* index_pagenation */

@media screen and (max-width: 1300px) {
    #finformation_block .side_container h2 {
        font-size: 24px;
    }
    #finformation_block .detail_text h2 {
        font-size: 24px;
    }
    #finformation_block .detail_text h3 {
        font-size: 22px;
    }
    #finformation_block .detail_text h4 {
        font-size: 20px;
    }
    #finformation_block .detail_text h5 {
        font-size: 18px;
    }
    #finformation_block .detail_text p {
        font-size: 17px;
    }
    #finformation_block .news_item h6 {
        font-size: 15px;
    }
    #finformation_block .news_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

@media screen and (max-width: 815px) {
    #finformation_block .finformation_box {
        display: block;
    }
    #finformation_block .main_container {
        width: 100%;
    }
    #finformation_block .side_container {
        width: 100%;
        margin-top: 60px;
    }
    #finformation_block .side_container h2 {
        font-size: 22px;
    }
    #finformation_block .detail_text h2 {
        font-size: 22px;
    }
    #finformation_block .detail_text h3 {
        font-size: 20px;
    }
    #finformation_block .detail_text h4 {
        font-size: 18px;
    }
    #finformation_block .detail_text h5 {
        font-size: 16.5px;
    }
    #finformation_block .detail_text p {
        font-size: 15px;
    }
    #finformation_block .news_item h6 {
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    #finformation_block .news_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
	#finformation_block .img_item img{
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
    #finformation_block .page-numbers li:nth-of-type(6) {
	    display: none;
    }
}
@media screen and (max-width: 420px) {
    #finformation_block .page-numbers li:nth-of-type(5) {
	    display: none;
    }
}