@charset "UTF-8";

@media (min-width: 992px) {
	.nav > .about_us .nav-menu{
		color: rgba(235, 63, 49, 1);
	    font-weight: bold;
	}
}

.historys{
	background: #FFF;
	padding: 10rem 0 5rem;
}

.history_container{
    padding: 0 2rem;
}

.history_container .container{
	background: #FFF;
	border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
	transition: background .2s;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
}

.history_container .container:hover{
	background: #FAFAFA;
}

.history_container .tag_box{
    padding: 1rem;
}

.history_container .tag_box .tag{
	font-size: 2.5rem;
	color: rgba(220, 40, 30, 1);
}

.history_container .text_box{
    padding: 1rem;
}

.history_container .text_box .text{
	font-size: 1.2rem;
}

.history_container .text_box .text .history_ul{
	
}

.history_container .text_box .text .history_ul .history_li{
	
}

@media (min-width: 992px) {
	
	.historys{
		
	}
	
	.history_container{
	    padding: 0 0.5rem;
	}
	
	.history_container .container{
		display: flex;
		flex-direction: row;
	}
	
	.history_container .tag_box{
	    width: 15%;
	    padding: 2rem 1rem;
	}
	
	.history_container .tag_box .tag{
	    text-align: center;
	}
	
	.history_container .text_box{
	    width: 85%;
	    padding: 2.5rem 1rem;
	    float: right;
	}
	
	.history_container .text_box .text{
		height: 100%;
    	display: table;
	}
	
	.history_container .text_box .text .history_ul{
	    display: table-cell;
	    vertical-align: middle;
	}
	
	.history_container .text_box .text .history_ul .history_li{
		
	}
}

.top_msg .msg{
	text-align: center !important;
	padding: unset !important;
	width: unset !important;
}