ul {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.proIntroBox {
    background-color: #fff;
    /*padding: 5%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabContent li:nth-child(1){
    margin-bottom:2.5rem;	
}
.textEditor table tr:nth-child(2n) td:nth-child(1){
	background-color: #e6e6e6b8; width: 24.6974%;height:25px;
}
.textEditor table tr:nth-child(2n) td:nth-child(2){
	background-color: #e6e6e6b8; width: 72.3026%;;
}
.introBox {
    width: 45%;
}
.imgBox{
	/*width: 40%;*/
    margin-right: 5rem;
}
.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;
}

.tabContent {
    min-height: 250px;
    padding-top: 25px;
    list-style: none!important;
}
.textEditor {
    clear: both;
    color: #616161;
    line-height: 1.8;
	margin-top: 1.6rem;
}
.textEditor table {
    border-collapse: collapse;
	font-size: 15px;
}
.textEditor td {
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.proSpecBox ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -15px;
    margin-right: -15px;
}
.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;
    }
.introBox {
        width: 100%;
        margin-left: 0;
    }
.imgBox {
        /*width: 100%;*/
        margin-right: 0;
        margin-top: 5%;
    }
.proSpecBox ul li{
	width: 100%;
}
.imgBox {
    margin: 5% 0 0 0;
}
}

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