@CHARSET "UTF-8";

h1,h2 {
	text-align:center;
	margin-top:30px;
	font-size:30px;    
	font-family: 'GmarketSansLight';
    font-style: normal;
}

h2{
	font-family:GmarketSansMedium;
	font-weight:400;
}

.intro_wrap {
	width: 986px;
	margin:0 auto;
	margin-top:30px;
	line-height:34px;
	font-size:14px;
}

.intro_wrap > video {
	border-radius:15px;
}

.intro_wrap > p {
	margin-top:25px;
}

.tosel_special {
	display:flex;
	justify-content:space-between;
	padding-bottom:95px;
}

.tosel_special > div {
	width:276px;
	height:390px;
	background:#F9F9F9;
	border-radius:31px;
	margin-top:88px;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
}

.tosel_special > div:last-child {
	padding-left:12px;
	padding-right:12px;
}

.tosel_special > div > img {
	padding-top:20px;
}

.tosel_special .title {
	font-size:25px;
	color:#881C25;
	font-weight:bold;
	margin-top:35px;
}


.sub_explan {
	margin-top:10px;
	font-weight:bold;
	font-size:16px;
	height:80px;
  display : flex;
  justify-content : center;
  align-items : center;
}

.purpose {
	width:650px;
	margin:0 auto;
}

.purpose > div {
	margin-top:30px;
}

.purpose span:first-child{
	color:#881C25;
	font-size:24px;
	font-weight:bold;
	margin-right:22px;
}

.about_level {
	width: 990px;
	height: 729px;
	background:#881C25;
	margin-top:50px;
	padding:38px;
}

.history {
	margin-top:70px;
}

.history-line {
	position:relative;
	height: 1682px;
	width:5px;
	background:#881C25;	
}

.curcle {
	width: 25px;
	height: 25px;
	border:5px solid #881C25;
	background:#FFF4F4;
	border-radius:50%;
	position:absolute;
	left:-10;
	top:0;
}

.history-box {
	width:934px;
	background:#F8F8F8;
	margin-top:38px;

	align-items:center;
	padding:15px;
	border-bottom:4px solid #881C25;
	
}

.history-box > div:first-child{
	margin-top:0;
}

.history-box > div {
	display:flex;
	justify-content:flex-start;
	margin-top:10px;
}

.history-box .date {
	width:250px;
	color:#881C25;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}