﻿@charset "utf-8";



/* 연혁 */
.history {width:450px ;padding-bottom:15px;}
.history ul {float:left; padding-top:5px;}
.history ul li { float:left; }
.history ul.year{ width:332px; float:right; font-family:"NotoM"; color:#111;}
.history ul.year li {width:66%;padding:2px;font-weight:bold;font-family:"NotoR";color:#111;font-size: 15px;}
.history ul.year li.month {width:30%;text-align:left;font-family:"NotoM";color: #0054b4;font-size: 15px;}


/* 동창회 인사말 */
.img_con {float:left;width:200px; margin-right: 23px;}
.txt_con {float:left;width: 470px;}
  




@media (max-width:800px) {
	
	/* 연혁 */
	.history {width:100%;}
	.history ul.year{width: 100%;float:right;font-family:"NotoM";color:#111;}

	/* 동창회 인사말 */
	.img_con {width:200px; margin:0 0 20px 0;}
	.txt_con {width:100%;}
  

	
}