@charset "UTF-8";

.innerwrap h4{
    color: var(--acccent-color);
    margin-top: 10px;
    margin-bottom: 0;
}

.section01 h5{
	margin-top: 10px;
}

.innerwrap .goldLine{
    margin-top: 15px;
    margin-bottom: 30px;
}

.title{
    margin-bottom: 3px;
}

.section03 p {
    margin-bottom: 5px;
}

.orientTb, .tutionTb{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid var(--background-color);
    border-left: 1px solid white;
    border-right: 1px solid white;

    margin-top: 20px;
}

.tablehd{
    background-color: var(--acccent-color);
    color: white;
}

.acc{
    color: var(--acccent-color);
}

.gray{
    color: gray;
}

@media screen and (min-width: 1001px) {
    .orientTb, .tutionTb{
        height: 400px;
    }

    .section05 small{
        font-size: 12pt;
        line-height: 30px;
    }
}

@media screen and (max-width: 1000px) {
	
	.section02txt {
		display: grid !important;
    	grid-template-columns: 30% 30% 30%;
   	    justify-items: center;
	}
	
	.orientTb td, .tutionTb td{
	    border-collapse: collapse;
	    border-left: 1px solid white;
	    border-right: 1px solid white;
	    border-bottom: 1px solid var(--background-color);
	}
	
	.section05 small{
        line-height: 30px;
    }
}