#main {
    background: url(/wp-content/themes/blocksy-child/assets/images/bg_bg1.png);
    background-size: cover;
    padding-bottom: 100px;
}




#official-history-section {
    margin: 90px auto 200px;
    display: flex;
}

#official-history-section p {
    margin-bottom: unset;
}

#official-history-section .division {
    width: 30%;
}
/* 연혁 타이틀 수정 */
/*#official-history-section .division h6 {*/
/*    color: #935932;*/
/*    display: block;*/
/*    border-bottom: 1px solid #935932;*/
/*    max-width: 50Px;*/
/*    text-align: center;*/
/*    padding-bottom: 2px;*/
/*}*/



#official-history-section .division p {
    color: #BBBBBB;
    font-size: 22px;
    cursor: pointer;
}

#official-history-section .division .active {
    font-weight: 700;
    color: #4A4949;
    cursor: default;
}

#official-history-section .history {
    padding-left: 0;
    width: 70%;
    display: none;
}

#official-history-section .history.active {
    display: block;
}

#official-history-section .history .history-wrap {
    display: flex;
    border: 2px solid #B9B9B9;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 30px 0 0 0;

}

#official-history-section .history .history-wrap > dl {
    margin: 0;
    padding: 0;
}

#official-history-section .history .history-wrap:nth-child(n+2) {
    /*margin-top: 55px;*/
}

#official-history-section .history .history-wrap .history-year {
    margin-right: 30px;
    color: #4A4949;
    font-weight: 500;
    font-size: 23px;
    line-height: 26px;
}

#official-history-section .history .history-wrap .history-year .target {
    background-color: #B9B9B9;
}

#official-history-section .history .history-wrap:first-child .history-year .target {
    background-color: #935932;
}

#official-history-section .history .history-wrap .history-year .target {
    background-color: #B9B9B9;
    color: #ffffff;
    padding: 1px 30px 4px 5px;

    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 48%, 0% 0%);


}


#official-history-section .history .history-wrap .history-explain {
    width: 100%;
    color: #888888;
}

#official-history-section .history .history-wrap .history-explain .history-row {
    display: flex;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

#official-history-section .history .history-wrap .history-explain .history-row .history-date {
    width: 14%;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    color: #3c3c3c;
}

#official-history-section .history .history-wrap .history-explain .history-row .history-desc {
    width: 90%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
}


@media (max-width: 1000px) {
    #official-history-section {
        flex-direction: column;
        padding: 0 15px;
        margin-bottom: 100px;
    }

    #official-history-section .division {
        width: 100%;
        margin-bottom: 30px;
    }

    #official-history-section .history {
        width: 100%;
    }

    #official-history-section .history .history-wrap {
        flex-wrap: wrap;
    }

    #official-history-section .history .history-wrap .history-year {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    #official-history-section .history .history-wrap .history-explain .history-row .history-desc {
        width: 70%;
        font-size: 14px;
    }

    #official-history-section .history .history-wrap .history-explain .history-row .history-date {
        width: 30%;
        margin-right: 10px;
        font-size: 12px;
    }

    #official-history-section .history .history-wrap .history-year .target {
        width: 10%;
    }

    #project-section {
        margin-bottom: 200px;
    }

    #project-section .tab-container li {
        font-size: 0.8em;
    }

    #project-section .content-container {
        margin-top: 20px;
    }

    #project-section .content-container .content-wrap .title {
        text-align: center;
        padding-left: unset;
    }

    #project-section .content-container .content-wrap .desc-box {
        left: 10%;
        max-width: 300px;
        width: 100%;
    }

    #project-section .content-container .content-wrap .desc-box .desc {
        padding: 10px 15px;
        font-size: 0.8em;
    }

    #project-section .content-container .content-wrap .desc-box .more-text {
        margin-top: 10px;
        font-size: 0.8em;
    }

    #project-section .content-container .content-wrap:nth-child(n+2) {
        margin-top: 200px;
    }

    .project-child-section .content-container {
        padding: 0 15px;
    }

    .project-child-section .content-container .main-content {
        flex-direction: column;
    }

    .project-child-section .content-container .main-content .content-wrap {
        width: 100%;
    }

    .project-child-section .content-container .main-content .content-wrap:nth-child(n+2) {
        margin-left: unset;
        margin-top: 20px;
    }

    .project-child-section .content-container .sub-content .content-wrap .content {
        padding: 25px 10px;
    }

    .project-child-section .content-container .sub-content .content-wrap .content .status {
        font-size: 0.8em;
    }

    .project-child-section .content-container .sub-content .content-wrap .content .title {
        font-size: 0.9em;
    }

    .project-child-section .content-container .sub-content .content-wrap .content .desc {
        font-size: 0.8em;
    }
}


@media (max-width: 767px) {
    #official-history-section .history .history-wrap .history-year .target {
        width: 35%;
        padding:1px 30px 4px 15px;
    }
    #official-history-section .division h6 {
        text-align: center;
    }

}
