body{
    overflow-x: hidden;
}
.main{
    width: 1200px;
    position: relative;
    margin: auto;
}

.school-input-content{
    display: flex;
    padding-bottom: 20px;
}
.school-input-content .input-box{
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
    height: 159px;
    border: 1px solid #EEEEEE;
    border-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-box:nth-child(7){
    margin-right: 0;
    border-right: 1px solid #EEEEEE;
}
.input-title{
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.title-content{
    padding: 8px 0 8px 6px;
    background-color: #0987eb3b;
}
.title-content span{
    width: 5px;
    height: 16px;
    display: inline-block;
    background-color: #0078d7;
    position: relative;
    top: 1px;
}
.title-content .title{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.info-select-content{
    margin-top: 10px;
}

table{
    width: 100%;
    text-align: center;
    border-collapse:collapse;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;

}
table tr{
    display: flex;
}
table tr > td{
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 6px;
    flex: 1;
}
.td-title{
    background-color: #F9F9F9;
    font-weight: bold;
}