@charset "utf-8";


#corporation02 {}
#corporation02 .corporation_info {
    display:flex;
    align-items:stretch;
    gap:30px;
}
#corporation02 .corporation_info .info_box {
    border:1px solid #ddd;
    background-color:#FBFBFB;
    border-radius:30px;
    padding:30px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:30px;
    flex:1;
}
#corporation02 .corporation_info .info_box .info_img {
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
}
#corporation02 .corporation_info .info_box .info_text {
    display:flex;
    flex-direction:column;
    gap:5px;
}
#corporation02 .corporation_info .info_box .info_text .info_ti {
    font-size:1.22rem;
    font-weight:500;
    line-height:159%;
    text-align:center;
    font-family:'Paperlogy';
}
#corporation02 .corporation_info .info_box .info_text .info_co {
    font-size:1rem;
    font-weight:400;
    line-height:144%;
    text-align:center;
}

#corporation02 .callbox {
    display:flex;
    align-items:center;
    gap:20px;
    padding:10px 30px;
    border:1px solid #ddd;
    background-color:#FBFBFB;
    border-radius:30px;
    width:fit-content;
    justify-self: center;
    margin-top:40px;
}
#corporation02 .callbox .callbox_text {
    display:flex;
    align-items:center;
    gap:5px;
}
#corporation02 .callbox .callbox_text p {
    font-size:1.11rem;
    font-weight:500;
    font-family:'Paperlogy';
}
#corporation02 .callbox .callbox_text span {
    font-size:1rem;
    font-weight:400;
}


#corporation02 .corporation_goal {
    text-align:center;
    font-size:1.11rem;
    font-weight:400;
    letter-spacing:-0.6px;
    line-height:160%;
}
#corporation02 .corporation_business {
    display:flex;
    flex-direction:column;
    gap:30px;
    margin-top:40px;
}
#corporation02 .corporation_business .business_wrap {
    display:flex;
    align-items:stretch;
    gap:30px;
}
#corporation02 .corporation_business .business_wrap p {
    flex:1;
    border:1px solid #ddd;
    background-color:#FBFBFB;
    border-radius:30px;
    padding:20px 30px;
    text-align:center;
    font-size:1.11rem;
    font-weight:500;
    line-height:175%;
    font-family:'Paperlogy';
}


#corporation02 .coporation_history {
    padding-left:180px;
    padding-right:180px;
}
#corporation02 .coporation_history .history_box {
    display:flex;
    align-items: stretch;
    gap:80px;
    padding-bottom:120px;
    position: relative;
}
#corporation02 .coporation_history .history_box::before {
    content:'';
    width:3px;
    height:100%;
    background-color:#ddd;
    position:absolute;
    left:73.5px;
    bottom:0;
}
#corporation02 .coporation_history .history_box .his_yy {
    width:150px;
    height:150px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:4px;
    position: relative;
    background-color:#fff;
}
#corporation02 .coporation_history .history_box .his_yy::before {
    content:'';
    width:20px;
    height:20px;
    border-radius:999px;
    position:absolute;
    left:50%;
    bottom:-22px;
    transform:translateX(-50%);
    border:3px solid #fff;
}
#corporation02 .coporation_history .history_box .his_yy p {
    width:100%;
    height:100%;
    border-radius:999px;
    font-size:1.55rem;
    font-weight:700;
    color:#fff;
    font-family:'Paperlogy';
    display:flex;
    align-items:center;
    justify-content:center;
}
#corporation02 .coporation_history .history_box:nth-child(odd) .his_yy {
    border:4px solid #45A7E5;
}
#corporation02 .coporation_history .history_box:nth-child(odd) .his_yy::before {
    background-color:#45A7E5;
}
#corporation02 .coporation_history .history_box:nth-child(odd) .his_yy p {
    background-color:#45A7E5;
}
#corporation02 .coporation_history .history_box:nth-child(even) .his_yy {
    border:4px solid #81B863;
}
#corporation02 .coporation_history .history_box:nth-child(even) .his_yy::before {
    background-color:#81B863;
}
#corporation02 .coporation_history .history_box:nth-child(even) .his_yy p {
    background-color:#81B863;
}
#corporation02 .coporation_history .history_box:last-child:before {
    display:none;
}
#corporation02 .coporation_history .history_box:last-child .his_yy::before {
    display:none;
}


#corporation02 .coporation_history .history_box .his_text {
    flex:1;
    display:flex;
    flex-direction:column;
    gap:10px;
    padding-top:10px;
}
#corporation02 .coporation_history .history_box .his_text p {
    border:1px solid #ddd;
    border-radius:30px;
    padding:10px 30px;
    font-size:1rem;;
    font-weight:400;
    letter-spacing:-0.54px;
    line-height:177%;
}



/* ********** 반응형 미디어 쿼리 css ********** */
@media(max-width:1440px) {
    #corporation02 .coporation_history {
        padding-left:130px;
        padding-right:130px;
    }
}
@media(max-width:1200px) {
    #corporation02 .coporation_history {
        padding-left:80px;
        padding-right:80px;
    }
}
@media(max-width:1024px) {
    #corporation02 .corporation_info {
        gap:20px;
    }
    #corporation02 .corporation_info .info_box .info_img svg {
        width: 65px;
        height: auto;
    }


    #corporation02 .corporation_business {
        gap:20px;
    }
    #corporation02 .corporation_business .business_wrap {
        gap:20px;
    }


    #corporation02 .coporation_history {
        padding-left:40px;
        padding-right:40px;
    }
    #corporation02 .coporation_history .history_box {
        gap:40px;
    }
}
@media(max-width:991px) {
    #corporation02 .corporation_info {
        flex-wrap: wrap;
    }
    #corporation02 .corporation_info .info_box {
        flex:none;
        width:calc(50% - 10px);
        padding:20px;
    }

    #corporation02 .corporation_business .business_wrap p {
        padding:20px;
    }
}
@media(max-width:768px) {
    #corporation02 .coporation_history {
        padding-left:0;
        padding-right:0;
    }

    #corporation02 .coporation_history .history_box::before {
        left:57.5px;
    }
    #corporation02 .coporation_history .history_box .his_yy {
        width:120px;
        height:120px;
    }
    #corporation02 .coporation_history .history_box .his_yy::before {
        width: 15px;
        height: 15px;
        bottom: -17px;
    }
    #corporation02 .coporation_history .history_box .his_yy p {
        font-size:1.33rem;
    }
    
}
@media(max-width:640px) {
    #corporation02 .callbox {
        padding:10px 20px;
        gap:10px;
    }
    #corporation02 .corporation_business {
        gap:10px;
    }
    #corporation02 .corporation_business .business_wrap {
        gap:10px;
        flex-direction:column;
    }

    #corporation02 .coporation_history .history_box {
        flex-direction:column;
        gap:10px;
        padding-bottom:40px;
    }
    #corporation02 .coporation_history .history_box .his_yy {
        width:100%;
        height:auto;
        text-align:center;
    }
    #corporation02 .coporation_history .history_box .his_yy::before {
        display:none;
    }
    #corporation02 .coporation_history .history_box .his_yy p {
        padding:10px;
    }
    #corporation02 .coporation_history .history_box .his_text {
        padding-top:0;
    }
    #corporation02 .coporation_history .history_box::before {
        display:none;
    }
}
@media(max-width:480px) {
    #corporation02 .corporation_info {
        flex-direction:column;
    }
    #corporation02 .corporation_info .info_box {
        width:100%;
    }

    #corporation02 .callbox {
        flex-direction:column;
    }
    #corporation02 .callbox .callbox_text {
        flex-direction:column;
    }
}
@media(max-width:320px) {}