@charset "UTF-8";
/* CSS Document */

.content_title {
    margin: 0;
}

.main {
    background-image: url("../images/news/topics_main.webp");
    background-position: center;
}

.content.topics .list_box {
	width: 100%;
	margin: 0;
	padding: 0;
}

.content.topics .list_box a {
	width: 85%;
	margin: 5px 7.5% 0;
	padding: 0;
	float: left;
	color: #000;
	border-bottom: #000 1px dotted;
	transition: ease 0.5s all;
}

.content.topics .list_box .more_btn a {
	margin: 0;
	border-bottom: none;
}

.content.topics .list_box table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.content.topics .list_box td {
	text-align: center;
	padding: 10px;
	transition: ease 0.5s all;
}

.content.topics .list_box a:hover td {
	background-color: rgba(36,28,139,1.00);
    color: #FFF;
}

.content.topics .list_box td:nth-of-type(1) {
	width: 120px;
}

.content.topics .list_box td:nth-of-type(2) {
	text-align: left;
}

.content.topics .list_box td:nth-of-type(3) {
	width: 60px;
	color: #B5B5B5;
	font-size: 13px;
	text-align: left;
	background-image: url("../images/common/arr_topics.png");
	background-repeat: no-repeat;
	background-position: center right 10px;
	vertical-align: middle;
}


/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 1100px */
/* **************************************************************** */

@media only screen and (max-width: 1100px) {

.content.topics .list_box td:nth-of-type(1) {
	width: 90%;
    text-align: left;
    padding: 0 5%;
    float: left;
}

.content.topics .list_box td:nth-of-type(2) {
	width: 90%;
    text-align: left;
    padding: 0.3em 5%;
    float: left;
    background-image: url("../images/common/arr_topics.png");
	background-repeat: no-repeat;
	background-position: center right 10px;
}

.content.topics .list_box td:nth-of-type(3) {
    display: none;
}

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 480px */
/* **************************************************************** */

@media only screen and (max-width: 480px) {



}


