@charset "utf-8";

.innerText_inner {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0;
    background: rgba(255,255,255,.5);
    box-shadow: 7px 8px 5px -2px rgba(0, 0, 0, .1);
}

.years {
    display: flex;
}

.years h1 {
    font-family: 'SEBANG_Gothic_Bold';
    border-top: 5px solid #555;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding: 10px 25px;
    box-sizing: border-box;
    width: 100%;
}

.years-mini {
    width: 100%;
}

.years-mini h1 {
    font-family: 'SEBANG_Gothic_Bold';
    display: none;
}

.yearsList {
    display: flex;
}

.yearsList ul {
    width: 100%;
    padding: 10px 25px;
    box-sizing: border-box;
}

.yearsList ul li:nth-child(2n+1) {
    font-weight: 500;
    font-size: 20px;
    padding: 10px 0;
}

.yearsList ul li:nth-child(2n) {
    padding-bottom: 30px;
}

.yearsList ul li:first-child {
    padding-top: 40px;
}

.yearsList ul li:last-child {
    padding-bottom: 60px;
}



@media (max-width: 1280px) {

    .innerText_inner {
        display: flex;
    }


    .years {
        width: 20%;
        flex-direction: column;
        display: none;
    }

    /* .years h1 {
        display: none;
    } */

    .years-mini {
        display: flex;
    }

    .years-mini h1 {
        display: block;
        width: 15%;
    }

    .yearsList {
        width: 90%;
        margin: 50px auto;
        flex-direction: column;
    }

    .yearsList ul {
        border-top: 1px solid #ddd;
        padding: 30px 20px;
        width: 85%;
    }

    .yearsList ul li:first-child {
        padding-top: 0;
    }

    .yearsList ul li:nth-child(2n) {
        padding-bottom: 0;
    }

    .yearsList ul li:nth-child(2n+1) {
        padding: 5px 0;
    }


}


@media (max-width: 937px) {

    .yearsList {
        width: 95%;
        margin: 40px auto;
    }

    .yearsList ul {
        padding: 15px 20px 25px;
    }

    .years-mini h1 {
        font-size: 28px;
    }

    .yearsList ul li:nth-child(2n+1) {
        font-size: 19px;
    }



}


@media (max-width: 737px) {

    .years-mini h1 {
        width: 20%;
        font-size: 26px;
    }

    .yearsList ul {
        width: 80%;
    }


}


@media (max-width: 550px) {

    .years-mini h1 {
        font-size: 20px;
    }

    .yearsList ul li:nth-child(2n+1) {
        font-size: 15px;
        padding: 3px 0 0;
    }

    .yearsList ul li:nth-child(2n) {
        font-size: 14px;
    }

    .yearsList {
        margin: 30px auto;
    }

    .yearsList ul {
        padding: 15px 10px 25px;
    }

    .years-mini {
        width: 95%;
        margin: 0 auto;
    }

    .years-mini h1 {
        width: 23%;
    }

    .yearsList ul {
        width: 77%;
    }



}