

#corporation {
    display:flex;
    flex-direction:column;
    gap:80px;
}
#corporation .keynote_cont {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:100px;
}
#corporation .keynote_cont .keynote_box {
    width:240px;
    display:flex;
    flex-direction:column;
    gap:20px;
    position: relative;
}
#corporation .keynote_cont .keynote_box::after {
    content:'';
    width:17px;
    height:17px;
    background-image:url(./img/keynote_plus.png);
    background-repeat:no-repeat;
    background-position:center center;
    position:absolute;
    right: -60px;
    top: 40%;
    transform: translateY(-50%);
}
#corporation .keynote_cont .keynote_box:last-child::after {
    display:none;
}
#corporation .keynote_cont .keynote_box .keynote_round {
    width:100%;
    height:240px;
    background-color:#f4f4f4;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    gap:20px;
}
#corporation .keynote_cont .keynote_box .keynote_round .keynote_icon {
    background-color:#fff;
    width:100px;
    height:100px;
    border-radius:30px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
    display:flex;
    align-items:center;
    justify-content: center;
}
#corporation .keynote_cont .keynote_box .keynote_round .keynote_ti {
    font-size:1.22em;
    font-weight:700;
    letter-spacing:-0.66px;
}
#corporation .keynote_cont .keynote_box .keynote_co {
    font-size:1em;
    font-weight:400;
    text-align:center;
} 



#corporation .outline_cont {
    display:flex;
    align-items:stretch;
}
#corporation .outline_cont .corporation_logo {
    width: 50%;
    padding:30px 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    border-radius: 50px 50px 0px 50px;
    border-right-width:0.5px;
}
#corporation .outline_cont .corporation_info {
    width: 50%;
    padding:30px;
    border-radius: 50px 50px 50px 0px;
    border:1px solid #ddd;
    border-left-width:0.5px;
    display:flex;
    flex-direction:column;
    gap:5px;
    background-image:url(./img/corporation_point.png);
    background-repeat:no-repeat;
    background-position:90% bottom;
} 
#corporation .outline_cont .corporation_info ul {
    display:flex;
    align-items:center;
    gap:5px;
    padding: 10px 15px 8px 15px;
}
#corporation .outline_cont .corporation_info .info_ti {
    font-size:1em;
    font-weight:700;
    letter-spacing:-0.54px;
    color:#004F90;
    width:150px;
    font-family: 'S-CoreDream';
}
#corporation .outline_cont .corporation_info .info_co {
    flex:1;
    font-size:1em;
    font-weight:500;
    letter-spacing:-0.54px;
    font-family: 'S-CoreDream';
}
#corporation .outline_cont .corporation_info .info_co a:hover {
    color:#004F90;
}


#corporation .welfare_cont {
    display:flex;
    align-items:stretch;
    gap:50px;
    margin-top:20px;
}
#corporation .welfare_cont .corporation_business {
    flex:1;
}
#corporation .welfare_cont .corporation_business .corporation_welfare {
    display:flex;
    align-items:center;
    flex-wrap: wrap;
    gap:20px;
}
#corporation .welfare_cont .corporation_business .corporation_welfare .welfare_box {
    background-color:#F9F9F9;
    border-radius: 30px 30px 0px 30px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px;
    width:calc(33.333% - 13.333px);
}
#corporation .welfare_cont .corporation_business .corporation_welfare .welfare_box p {
    font-size:1.11em;
    font-weight:400;
    text-align:center;
}


#corporation .welfare_cont .corporation_role {
    flex:1;
}
#corporation .welfare_cont .corporation_role table th {
    background-color:#D7EDFF;
}


#corporation .church_cont {
    display:flex;
    align-items:stretch;
}
#corporation .church_cont .church_image {
    width: 50%;
    border:1px solid #ddd;
    border-radius: 50px 50px 0px 50px;
    border-right-width:0.5px;
    overflow:hidden;
    background-image:url(./img/corporation_image.png);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
}

#corporation .church_cont .church_info {
    width: 50%;
    border-radius: 50px 50px 50px 0px;
    border:1px solid #ddd;
    border-left-width:0.5px;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:20px;
    background-image:url(./img/church_point.png);
    background-repeat:no-repeat;
    background-position:90% bottom;
    min-height:370px;
}
#corporation .church_cont .church_info .info_title p {
    font-size:1.77em;
    font-weight:800;
    font-family: 'SUITE', sans-serif;
    color:#192D60;
    text-align:center;
}
#corporation .church_cont .church_info .info_title p span {
    color:#004F90;
}
#corporation .church_cont .church_info .info_box {
    display:flex;
    flex-direction:column;
    gap:5px;
}
#corporation .church_cont .church_info .info_box ul {
    display:flex;
    align-items:center;
    gap:5px;
    padding: 10px 15px 8px 15px;
}
#corporation .church_cont .church_info .info_box .info_ti {
    font-size:1em;
    font-weight:700;
    letter-spacing:-0.54px;
    color:#004F90;
    width:150px;
    font-family: 'S-CoreDream';
}
#corporation .church_cont .church_info .info_box .info_co {
    flex:1;
    font-size:1em;
    font-weight:500;
    letter-spacing:-0.54px;
    font-family: 'S-CoreDream';
}
#corporation .church_cont .church_info .info_box .info_co a:hover {
    color:#004F90;
}



#corporation .corporation_greeting {
    display:flex;
    align-items:stretch;
    gap:10px;
}
#corporation .corporation_greeting .greeting_text {
    flex:1;
    max-width:920px;
    display:flex;
    flex-direction:column;
    gap:30px;
}
#corporation .corporation_greeting .greeting_text .greeting_title {
    background-image:url(./img/corporation_greeting_point.png);
    background-repeat:no-repeat;
    background-position:90% top;
}
#corporation .corporation_greeting .greeting_text .greeting_title p {
    font-size:1.33em;
    font-weight:500;
    line-height:1.45;
    letter-spacing:-0.72px;
    color:#192D60;
    font-family: 'S-CoreDream';
}
#corporation .corporation_greeting .greeting_text .greeting_title p span {
    font-size:1.66em;
    letter-spacing:-1.02px;
    color:#004F90;
    font-family: 'S-CoreDream';
}
#corporation .corporation_greeting .greeting_text .greeting_box {
    display:flex;
    flex-direction:column;
    gap:30px;
    padding-right:65px;
}
#corporation .corporation_greeting .greeting_text .greeting_box p {
    font-size:1em;
    font-weight:400;
    line-height:1.77;
    letter-spacing:-0.54px;
} 
#corporation .corporation_greeting .greeting_image {
    flex:1;
    max-width:560px;
    position: relative;
    z-index:1;
}
#corporation .corporation_greeting .greeting_image::after {
    content:'';
    width:100%;
    height:250px;
    border-radius: 999px 0px 999px 999px;
    background-color:#D7EDFF;
    box-shadow: 0px 5px 10px 5px rgba(49, 84, 114, 0.20);
    position: absolute;
    bottom:88px;
    left:0;
    z-index: -1;
}
#corporation .corporation_greeting .greeting_image .greeting_img_wrap {
    position: relative;
    right:0;
    display:flex;
    align-items:flex-start;
    justify-content: center;
}
#corporation .corporation_greeting .greeting_image .greeting_boss {
    overflow:hidden;
}
#corporation .corporation_greeting .greeting_image .boss01 {
    border-radius: 120px 0px 50px 0px;
    margin-top:45px;
}

/* 반응형 미디어쿼리 css */
@media (max-width:1600px) {}
@media (max-width:1440px) {
    #corporation .outline_cont .corporation_info .info_ti {
        width:130px;
    }

  

    #corporation .welfare_cont {
        gap:30px;
    }
    #corporation .welfare_cont .corporation_business .corporation_welfare .welfare_box {
        height:84px;
        padding:5px;
    }



    #corporation .church_cont .church_info .info_box .info_ti {
        width:130px;
    }


    #corporation .corporation_greeting .greeting_text .greeting_box {
        padding-right:50px;
    }

    #corporation .corporation_greeting .greeting_image::after {
        height:200px;
        bottom:20%;
    }
    #corporation .corporation_greeting .greeting_image .greeting_img_wrap {
        right:0;
    }
    #corporation .corporation_greeting .greeting_image .greeting_boss img {
        width:100%;
        max-width:260px;
    }
    
}
@media (max-width:1200px) {
    #corporation .keynote_cont .keynote_box {
        width:200px;
    }
    #corporation .keynote_cont .keynote_box .keynote_round {
        height:200px;
    }
    #corporation .keynote_cont .keynote_box .keynote_round .keynote_icon {
        width:80px;
        height:80px;
        border-radius:20px;
    }
    #corporation .keynote_cont .keynote_box .keynote_round .keynote_icon img {
        width:50px;
    }


    #corporation .outline_cont .corporation_logo img {
        max-width:380px;
        width:80%;
    }
    #corporation .outline_cont .corporation_info .info_ti {
        width:110px;
    }

    #corporation .welfare_cont .corporation_business .corporation_welfare {
        gap:10px;
    }
    #corporation .welfare_cont .corporation_business .corporation_welfare .welfare_box {
        width:calc(33.333% - 6.666px);
    }

    #corporation .church_cont .church_info .info_box .info_ti {
        width:110px;
    }


    #corporation .corporation_greeting .greeting_text .greeting_box {
        padding-right:30px;
    }

 
}
@media (max-width:1024px) {
    #corporation .welfare_cont {
        gap:20px;
    }
    #corporation .welfare_cont .corporation_business {
        width:calc(50% - 10px);
    }
    #corporation .welfare_cont .corporation_role {
        width:calc(50% - 10px);
    }
    #corporation .welfare_cont .corporation_role .scroll .scroll_wd {
        width:768px;
    }


    #corporation .corporation_greeting {
        flex-direction:column;
        gap: 30px;
    }
    #corporation .corporation_greeting .greeting_text {
        max-width:100%;
    }
    #corporation .corporation_greeting .greeting_text .greeting_box {
        padding-right:0;
    }
    #corporation .corporation_greeting .greeting_image {
        max-width:100%;
    }
    #corporation .corporation_greeting .greeting_image .greeting_img_wrap {
        justify-content: center;
    }
}
@media (max-width:991px) {
    #corporation .keynote_cont {
        gap:60px;
    }
    #corporation .keynote_cont .keynote_box {
        width:180px;
    }
    #corporation .keynote_cont .keynote_box::after {
        right:-38px;
    }
    #corporation .keynote_cont .keynote_box .keynote_round {
        height:180px;
    }
    #corporation .keynote_cont .keynote_box .keynote_round .keynote_icon {
        width:70px;
        height:70px;
    }
    #corporation .keynote_cont .keynote_box .keynote_round .keynote_icon img {
        width:45px;
    }


    #corporation .outline_cont {
        flex-direction:column;
    }
    #corporation .outline_cont .corporation_logo {
        width:100%;
    }
    #corporation .outline_cont .corporation_info {
        width:100%;
    }


    #corporation .welfare_cont {
        flex-direction:column;
    }
    #corporation .welfare_cont .corporation_business {
        width:100%;
    }
    #corporation .welfare_cont .corporation_role {
        width:100%;
    }
    #corporation .welfare_cont .corporation_role .scroll .scroll_wd {
        width:1024px;
    }


    #corporation .church_cont {
        flex-direction:column;
    }
    #corporation .church_cont .church_image {
        width:100%;
        height:350px;
    }
    #corporation .church_cont .church_info {
        width:100%;
        min-height:auto;
    }
}
@media (max-width:768px) {
    #corporation .keynote_cont .keynote_box .keynote_round {
        height:auto;
        padding:20px 5px;
        border-radius:30px;
    }

    #corporation .outline_cont .corporation_info .info_ti {
        width:95px;
    }


    #corporation .welfare_cont .corporation_role .scroll .scroll_wd {
        width:991px;
    }



    #corporation .church_cont .church_info .info_box .info_ti {
        width:95px;
    }
}
@media (max-width:640px) {
    #corporation .keynote_cont {
        flex-direction:column;
    }
    #corporation .keynote_cont .keynote_box {
        width:100%;
    }
    #corporation .keynote_cont .keynote_box::after {
        top:auto;
        right:50%;
        bottom:-35px;
        transform:translateX(50%);
    }

    #corporation .outline_cont .corporation_logo {
        padding:30px;
    }
    #corporation .outline_cont .corporation_logo img {
        width:100%;
    }
    #corporation .outline_cont .corporation_info ul {
        padding:5px;
    }


    #corporation .welfare_cont .corporation_business .corporation_welfare .welfare_box {
        width:calc(50% - 5px);
    }


    #corporation .church_cont .church_image {
        height:300px;
    }
    #corporation .church_cont .church_info .info_box ul {
        padding:5px;
    }


    #corporation .corporation_greeting .greeting_image .greeting_boss img {
        max-width: 220px;  
    }

}
@media (max-width:460px) {
    #corporation .outline_cont .corporation_info ul {
        align-items: flex-start;
        flex-direction:column;
    }


    #corporation .church_cont .church_image {
        height:200px;
    }
    #corporation .church_cont .church_info .info_box ul {
        align-items: flex-start;
        flex-direction:column;
    }
}
