@charset "utf-8";



#protector_info03 {}
#protector_info03 .protector_history {
    margin-top:30px;
}
#protector_info03 .protector_history .protector_history_box {
    display:flex;
    padding:50px 0;
    border-bottom:1px solid #ccc;
}
#protector_info03 .protector_history .protector_history_box .history_year {
    width:15%;
}
#protector_info03 .protector_history .protector_history_box .history_year p {
    font-size:2rem;
    font-weight:bold;
}
#protector_info03 .protector_history .protector_history_box .history_year p::before {
    content:'';
    width:35px;
    height:5px;
    background-color:#004ea2;
    display:block;
    margin-bottom:25px;
}
#protector_info03 .protector_history .protector_history_box .history_list {
    flex:1;
}
#protector_info03 .protector_history .protector_history_box .history_list dl {
    display:flex;
    align-items:flex-start;
    position:relative;
    padding-left:10px;
    margin-bottom:10px;
}
#protector_info03 .protector_history .protector_history_box .history_list dl::before {
    content:'';
    width:3px;
    height:3px;
    border-radius:50%;
    background-color:#004ea2;
    position:absolute;
    left:0;
    top:12px;
}
#protector_info03 .protector_history .protector_history_box .history_list dt {
    font-size:1.11rem;
    font-weight:bold;
    color:#004ea2;
    width:40px;
}
#protector_info03 .protector_history .protector_history_box .history_list dd {
    flex:1;
}




/*---------------반응형 미디어쿼리----------------*/

@media (max-width:1440px) {}

@media (max-width:1200px) {}

@media (max-width:1024px) {}

@media (max-width:991px) {}

@media (max-width:768px) {
    #protector_info03 .protector_history .protector_history_box .history_year {
        width:120px;
    }
    #protector_info03 .protector_history .protector_history_box .history_year p {
        padding:0 10px;
    }
}

@media (max-width:480px) {
    #protector_info03 .protector_history .protector_history_box {
        flex-wrap: wrap;
    }
    #protector_info03 .protector_history .protector_history_box .history_list {
        flex:none;
        width:100%;
        margin-top:15px;
    }
}

@media (max-width:400px) {}

@media (max-width:320px) {}
