@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");


.history2 > H3 {
	font-size:45px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:900;
    color:#ccc;
    padding-left:20px;
}

/*table*/
.history2 > table { width:100%; padding:30px; }
.history2 > table th {
	background:#8EC641;
    color:#fff;
    font-size:17px;

    
}

.history2 > table th, td {
	font-family: 'Noto Sans KR', sans-serif;
    padding:10px 0;
    border:1px solid #c6d0b8;
}
.history2 ul {
	padding:20px;
}
.history2  ul li {
	font-size:13px;
   line-height:25px;
}

.history2 table img{
    width:70%;
    margin:0 0 20px 0;
    text-align:center;

}
table .photo { text-align:center;}
table td strong { font-size:14px;}


@media all and (max-width:768px){
  
}
