@charset "utf-8";

#_JW_hist_basic{padding-top:70px;}
._objHtml{padding-bottom:0 !important;}

.wrap-history{}
.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 .detail{position:relative;margin-bottom:40px;}

.wrap-history .detail::before,
.wrap-history .detail::after{content:"";display:block;background:#0075d2;position:absolute;}
.wrap-history .detail::before{width:11px;height:11px;border-radius:100%;top:10px;}
.wrap-history .detail::after{width:30px;height:1px;background:#0075d2;top:15px;}

.wrap-history .detail .month{}
.wrap-history .detail .month strong{font-size:22px;color:#222;line-height:1.3;font-family:'Noto Regular';}
.wrap-history .detail .desc{line-height:1.3;padding-top:10px;}

.wrap-history ._noData{/*text-align:center;font-size:22px;*/display:none;}

.wrap-history .noCateList h3{display:none;}

.history_tab{margin-bottom:20px;}
.history_tab ul{display:flex;justify-content:space-between;}
.history_tab li{width:14%;border:1px solid #0075d2;background:#FFF;}
.history_tab a{display:block;text-align:center;padding:15px;font-size:14px;line-height:1.2;color:#0075d2;word-break:keep-all;}
.history_tab span{display:block;font-size:16px;padding-bottom:5px;font-family:'Noto Medium';}
.history_tab i{display:block;}
.history_tab li._active{border-color:#0075d2;background:#0075d2;}
.history_tab li._active a{color:#FFF;}
.history_tab li:hover{border-color:#666;background:#666;}
.history_tab li:hover a{color:#FFF;}


@media all and (max-width:1024px) {
	.history_tab ul{flex-wrap:wrap;justify-content:flex-start;}
	.history_tab li{width:24.5%;margin:0.25%;}
}
@media all and (min-width:769px) {
	.wrap-history .detail:nth-child(odd){margin-right:calc(50% - 5px);padding-right:50px;text-align:right;}
	.wrap-history .detail:nth-child(even){margin-left:calc(50% - 5px);padding-left:50px;}

	.wrap-history .detail:nth-child(odd)::before{right:0;}
	.wrap-history .detail:nth-child(even)::before{left:0;}
	.wrap-history .detail:nth-child(odd)::after{right:0;}
	.wrap-history .detail:nth-child(even)::after{left:0;}
}
@media all and (max-width:768px) {
	#_JW_hist_basic{padding-top:30px;}
	.wrap-history::before{left:10px;}

	.wrap-history .detail{padding-left:40px;}
	.wrap-history .detail::before{left:5px;}
	.wrap-history .detail::after{left:5px;}
	.wrap-history .detail .month strong{font-size:18px;}
	.wrap-history .detail .desc{font-size:16px;}

	.history_tab li{width:32.8%;}
}
@media all and (max-width:420px) {
	.history_tab li{width:45.5%;}
}