.proIntroBox {
    background-color: #fff;
    /*padding: 5%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.introBox {
    width: 45%;
}
.imgBox{
	width: 45%;
    margin-right: 3rem;
}
.imgBox img{
	max-width: 100%;
}
.proTitle {
    margin-bottom: 25px;
    font: 600 40px / 1.2 "Oswald", sans-serif;
    color: #424242;
}
.proDescBox {
    /*margin-bottom: 30px;*/
}
.proDescTitle {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
	max-width: 420px;
}
.proDescBox .Txt {
    line-height: 1.8;
	font-size: 0.95rem;
}
.argox .proSpecBoxInner p{
	font-size:0.95rem;
}
.tabContent {
    min-height: 250px;
    padding-top: 25px;
    list-style: none!important;
}
.textEditor {
    clear: both;
    color: #616161;
    line-height: 1.8;
	margin-top: 1.6rem;
}
.proSpecBox ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -15px;
    margin-right: -15px;
	padding-left: 0;
	padding-top: 1pc;
}
.proSpecBox ul li{
	width: 25%;
    padding: 30px 15px 0 15px;
    list-style-type: none;
}
.proSpecBoxInner h2{
    font-weight:bold;
	font-size:1.15rem;
	margin-bottom:1rem;	
}
.proSpecBoxInner img{
	max-width: 100%;
	border-radius: 12px;
}

@media only screen and (max-width: 639px) {
.proIntroBox {
        flex-direction: column-reverse;
    }
.introBox {
        width: 100%;
        margin-left: 0;
    }
.imgBox {
        width: 100%;
        margin-right: 0;
        margin-top: 5%;
    }
.proSpecBox ul li{
	width: 100%;
}
.imgBox {
    margin: 5% 0 5% 0;
}
}

@media (max-width: 1180px) {
.proTitle {
        font-size: 28px;
    }
}