.right-colc {
	display: none;
}

@media screen and (max-width: 768px) {
    .right-colc{
        margin-left: 0;
    }
}

@media screen and (max-width: 370px) {
    .imt-text {
        width: 320px !important;
    }
}

.cal-res-tit {
	margin-bottom: 20px;
	text-align: center;
	opacity: 1;
}

#bfc-text {

}

#bfc-text table tr:nth-child(even) {
  background-color: #f3fcea;
}

#bfc-text table tr:nth-child(odd) {
    background-color: #D8F6BD;
}


#bfc-text table td { 
    text-align: center;
    border-left: none;
    padding: 10px 15px;
}

#bfc-text table td:first-child {
    text-align: left;
    border-left: none;
    padding: 10px 15px;
}

.colc-wrap {
	justify-content: center;
}

.left-colc {
	align-items: anchor-center;
}

.colc-imt {
	align-items: center;
}

.imt-text {
	width: 700px;
    margin-top: 35px;
}