@charset "UTF-8";

@media (min-width: 992px) {
	.nav > .about_us .nav-menu{
		color: rgba(235, 63, 49, 1);
	    font-weight: bold;
	}
}

.about_container{
    padding: 2rem;
}

.about_container .container{
    padding: 0;
}

.about_container .tag_box{
	padding: 1rem 1rem 0;
}

.about_container .tag_box .tag{
	position: relative;
    text-align: right;
    font-size: 2.5rem;
    height: 4rem;
    width: 12rem;
    padding: 0.1rem 2rem 6rem 0;
    border-radius: 0.5rem;
}

.about_container .tag .tag_border{
	position: absolute;
    height: 4rem;
    width: 2.5rem;
    top: 0;
    right: 1.8rem;
    border-bottom: 2px solid rgba(255, 63, 18, 1);
    padding: 0.1em 0;
}

.about_container .text_box{
	padding: 0 1rem 0.5rem;
}

.about_container .text_box .text{
	font-size: 1.2rem;
	text-align: justify;
	letter-spacing: -1px;
    word-spacing: 1px;
    word-break: keep-all;
}

.about_container .text_box .text p{
	margin: 0;
}

.overview_table{
	font-size: 1.2rem;
    padding: 0 2rem;
    margin: -2.5rem auto 0;
}

.overview_table > .container{
	padding: 0;
}

.overview_table .big_block{
	
}

.overview_table .top_border{
	border-top: 0.15rem solid;
}

.overview_table .big_block .small_block{
    display: flex;
}

.overview_table .big_block .small_block .title{
	width: 25%;
    text-align: center;
    font-weight: bolder;
    margin: auto 0;
    word-break: keep-all;
}

.overview_table .big_block .small_block .content_block{
	width: 75%;
    padding: 1.2rem 0rem 1.2rem 1.5rem;
    border-left: 0.1rem solid;
    display: flex;
}

.overview_table .big_block .small_block .content_block .content{
	margin: auto 0;
}

.overview_table .big_border{
	
}

.overview_table .small_border{
	border-bottom: 0.1rem solid;
}

.overview_table .small_border2{
	border-bottom: 0.1rem solid;
}

@media (min-width: 992px) {
		
	.about_container{
		
	}
	
	.about_container .container{
	    display: flex;
	}
	
	.about_container .tag_box{
	    width: 20%;
    	padding: 4rem 1rem 0;
	}
	
	.about_container .tag_box .tag{
	    margin-left: auto;
	}
	
	.about_container .text_box{
		width: 80%;
    	padding: 7.6rem 4rem 2rem 1rem;
	}
	
	.about_container .text_box .text{
    	
	}
	
	.overview_table{
		margin: -4.2rem auto 0 auto;
		width: 80%;
		max-width: 70rem;
		min-width: 55rem;
	}
	
	.overview_table > .container{
		padding: 0 4rem;
		margin: 0 0rem 0 5.5vw;
	}
	
	.overview_table .big_block{
	    display: flex;
	}
	
	.overview_table .big_block .small_block{
		width: 50%;
	}
	
	.overview_table .big_border{
		border-bottom: 0.1rem solid;
	}

	.overview_table .small_border{
		border-bottom: unset;
		border-right: 0.1rem solid;
	}
	
	.overview_table .small_border2{
		border-bottom: unset;
	}
}

.top_msg .msg{
	text-align: center !important;
	padding: unset !important;
	width: unset !important;
}
