a:hover{ text-decoration:none;}
section {
  border-bottom: 0px solid #ccc;
  margin-top: 1em;
  padding:10px;
}
section li{ list-style:none;font-size:1.5em;}
section .col-md-3 {
  border-left: 1px solid #ccc;
  padding-right:13px;
}

section .col-md-3:first-child {
  border: none;
}

@media screen and (max-width: 1200px) {
section .col-md-3 {
  border:none;
}
}
img { max-width: 100%; height: auto; }
body{font-size:1.5em;}
.roundborder{
	width:99%;
	border-style: solid;
	border-width: 1px;
	border-radius:5px;
	padding:15px;
	border-color: #dfdfdf;
}

.dangerroundborder{
	font-size:17px;
	border-style: solid;
	border-width: 2px;
	border-radius:8px;
	padding:15px;
	border-color: #ffa8bb;
}
.ennethumnail img {
  width: 220px;
  height: 200px;
  max-width: 280px;
  margin:10px;

}
.col-centered{
     float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}
.spacer20{
	height:20px;
}
/*애니어그램 유형별 해당 인물 썸네일 image width height*/
-- Table 
table,thead,tr,tbody,th,td {
	text-align: center;
	vertical-align: middle;
}
.table-responsive>.table>tbody>tr>td{
    vertical-align: middle;
}
.timeinfo{
	font-weight:bold;
	font-style: italic;}