@charset "utf-8"; 


div.hTit		{ float: left; width: 230px; margin: 0px; padding: 0px; }
div.hList		{ float: right; width: 610px; margin: 0px; padding: 0px; text-align: center; }
div.hList	 ul		{ margin: 0px; padding: 0px; }
div.hList	 li		{ position: relative; margin: 0 0 43px 0; padding: 0px; }
div.hList	 li:after	{ content: ""; position: absolute; bottom: -30px; left: 49%; width: 15px; height: 14px; border-right: 1px solid #FFF; background: url(/images/open_content/introduction/history/part_line.png) no-repeat center; }
div.hList	 li	.day	{ font-size: 19px; line-height: 37px; font-family:  'Jeju Myeongjo';  font-weight: 600; color: #000; }
div.hList	 li	.txt	{ font-size: 16px; line-height: 23px; font-family:  'Noto Sans KR';  font-weight: 500; color: #6e6e6e; }

div.hList	 li:last-child:after		{ background: none; }

@media(max-width:1216px) {
	div.hTit {display:none}
	div.hList {float:left; width:100%}
}
