#header.crinity {
    background: url(img/historyBg.jpg) no-repeat center;
}

.sect {
    width: 100%;
    font-family: 'NanumSquare';
}

#section1 {
    margin-top: 170px;
}

.sect > h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.sect > .underBar {
    width: 60px;
    height: 2px;
    background: #0085f4;
    margin-bottom: 46px;
    display: inline-block;
}

.lineB {
    background: #cbe3f7
}

.sect > table {
    width: 1200px;
    margin: 0px auto;

}

table.history tr {
    height: 50px;
}

table.history tr th {
    height: 100%;
    line-height: 50px;
    vertical-align: top;
}

table.history td {
    color: #000 !important;
    font-size: 18px;
    text-align: left;
}

table.history td.year {
    color: #005faf !important;
    padding-right: 50px;
}

table.history th,
table.history td {
    border: none !important
}

table.history th {
    width: 170px ;
    border-right: 2px solid #005faf !important;
    color: #005faf !important;
    font-size: 40px ;
    font-weight: bold !important;
}

table.history .year {
    font-weight: bold !important;
    text-align: center !important;
    text-indent: 10px;
    width: 70px;
}

#section4 {
    padding-bottom: 100px;
}

#section4 > table {
    margin-bottom: 100px;
}
@media screen and (max-width:1200px) and (min-width:1025px){
    .sect > table {
    width: 90%;
}
}
@media screen and (max-width:1024px) and (min-width:845px){
    .sect > table {
    width: 90%;
}
}
@media screen and (max-width:844px) and (min-width:641px){
    .sect > table {
    width: 90%;
}
    table.history tr {
    height: 40px;
}
    table.history tr th {
    line-height: 20px;
}
    table.history td.year {
    padding-right: 0px;
}
    table.history td {
    font-size: 14px ;
}
    table.history th {
    width: 15%;
        
    font-size: 16px
}
    table.history .year {
    width: 10%;
}
}
@media screen and (max-width:640px){
    .sect > table {
    width: 100%;
}
    table.history tr {
    height: 40px;
}
    table.history tr th {
    line-height: 20px;
}
    table.history td.year {
    padding-right: 0px;
}
    table.history td {
    font-size: 12px ;
}
    table.history th {
    width: 15%;
        
    font-size: 16px
}
    table.history .year {
    width: 10%;
}
    
}