@charset "utf-8";

._objHtml{padding-bottom:0 !important;}

.wrap-history{display:none;padding:70px 0;}
.wrap-history.active{display:block;}
.wrap-history::before{content:'';position:absolute;left:50%;top:0;width:1px;height:100%;background:#0075d2;}

.wrap-history .line{}

.wrap-history .year{display:none;}
.wrap-history .year strong{}
.wrap-history .year strong:after{content: ''; position: absolute; left: 0; top: 7px; z-index: 1; width: 15px; height: 15px; border-radius: 100%; background: #fff; border: 3px solid #1b60c7;}

.wrap-history .info{}
.wrap-history .info .detail{position:relative;margin-bottom:40px;}

.wrap-history .info .detail::before,
.wrap-history .info .detail::after{content:"";display:block;background:#0075d2;position:absolute;}
.wrap-history .info .detail::before{width:11px;height:11px;border-radius:100%;top:10px;}
.wrap-history .info .detail::after{width:30px;height:1px;background:#0075d2;top:15px;}

.wrap-history .info .detail .month{}
.wrap-history .info .detail .month strong{font-size:22px;color:#222;line-height:1.3;font-family:'Noto Regular';}
.wrap-history .info .detail .desc{line-height:1.3;padding-top:10px;}

.wrap-history ._noData{text-align:center;font-size:22px;}

@media all and (min-width:769px) {
	.wrap-history .info .detail:nth-child(odd){margin-right:calc(50% - 5px);padding-right:50px;text-align:right;}
	.wrap-history .info .detail:nth-child(even){margin-left:calc(50% - 5px);padding-left:50px;}

	.wrap-history .info .detail:nth-child(odd)::before{right:0;}
	.wrap-history .info .detail:nth-child(even)::before{left:0;}
	.wrap-history .info .detail:nth-child(odd)::after{right:0;}
	.wrap-history .info .detail:nth-child(even)::after{left:0;}
}
@media all and (max-width:768px) {
	.wrap-history{padding:30px 0;}
	.wrap-history::before{left:10px;}

	.wrap-history .info .detail{padding-left:40px;}
	.wrap-history .info .detail::before{left:5px;}
	.wrap-history .info .detail::after{left:5px;}
	.wrap-history .info .detail .month strong{font-size:18px;}
	.wrap-history .info .detail .desc{font-size:16px;}
}
