/*재단소개 > CI소개*/
.foundation_ci .flex{
    display: flex;
}
.foundation_ci .flex_c{
    flex-direction: column;
}
.foundation_ci{
    padding-bottom: 187px;
}
.foundation_ci ul{
    width: 100%;
    gap: 98px;
}
.foundation_ci ul > li{
    width: 100%;
    justify-content: space-between;
    /* gap: 122px; */
}
.foundation_ci ul .tit{
    width: 20%;
    font-size: 26px;
    font-weight: 600;
}
.foundation_ci ul .con{
    width: 80%;
    gap: 45px;
    line-height: 32px;
    color: #444;
    font-weight: 500;
}
.foundation_ci .IbarraRealNova{
    font-family: 'IbarraRealNova';
}
.foundation_ci ul .con p b{
    color: #444;
    font-weight: 700;
    letter-spacing: 0;
}
.foundation_ci ul .con .big{
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 24px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 20px;
}
.foundation_ci ul .con ul li b{
    color: #444;
}
.foundation_ci ul .con .list_style li::before{
    content: '•';
    color: #444;
    padding-right: 10px;
}
.foundation_ci ul .con .ci_box{
    width: 100%;
    justify-content: center;
    gap: 10%;
    height: 256px;
    border-radius: 30px;
    border: 1px solid #E5E5E5;
    margin-top: 20px;
    padding: 30px;
}
.foundation_ci ul .con .ci_box img{
    max-width: 100%;
}
.foundation_ci ul .con .ci_box .symbol_01{
    width: 60%;
}
.foundation_ci ul .con .ci_box .symbol_02{
    width: 18%;
}

.foundation_ci .color_boxes{
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.foundation_ci .color_boxes .box{
    position: relative;
    height: 104px;
    border-radius: 10px;
    flex: 1;
}
.foundation_ci .color_boxes .box:nth-child(1){
    background: #001A70;
}
.foundation_ci .color_boxes .box:nth-child(2){
    background: #0A3583;
}
.foundation_ci .color_boxes .box:nth-child(3){
    background: #129299;
}
.foundation_ci .color_boxes .box:nth-child(4){
    background: #00BC70;
}
.foundation_ci .color_boxes .box:nth-child(5){
    background: #7EC37C;
}
.foundation_ci .color_boxes .box:nth-child(6){
    background: #B4CF65;
}
.foundation_ci .color_boxes .box:nth-child(7){
    background: #E6E245;
}
.foundation_ci .color_boxes .box p{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font: 400 14px "Pretendard";
    letter-spacing: 0.7px;
}
.foundation_ci .gradation_list{
    flex-wrap: wrap;
    gap: 40px;
}
.foundation_ci .gradation_list span{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 0px 20px;
}
.foundation_ci .gradation_list .num small{
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #444;
}
.foundation_ci .gradation_list .gradation{
    height: 50px;
    border-radius: 10px;
    color: #fff;
}
.foundation_ci .gradation_list li:nth-child(1) .gradation{
    background: linear-gradient(270deg, #38B48B 0%, #E6E244 100%) 0% 0% no-repeat;
}
.foundation_ci .gradation_list li:nth-child(2) .gradation{
    background: linear-gradient(270deg, #033491 0%, #38B48B 100%) 0% 0% no-repeat;
}
.foundation_ci .gradation_list li:nth-child(3) .gradation{
    background-color: #00BC70;
}
.foundation_ci .gradation_list li:nth-child(4) .gradation{
    background-color: #001A70;
}
.foundation_ci .gradation_list .gradation span{
    height: 100%;
    align-items: center;
}
.foundation_ci .gradation_list .gradation span small{
    font-size: 14px;
    letter-spacing: 0.7px;
}
.foundation_ci .gradation_list li{
    width: calc(50% - 40px);
}
.foundation_ci .logo_list{
    gap: 60px 5%;
    flex-wrap: wrap;
    align-items: center;
}

.foundation_ci .logo_list li:nth-child(odd){
    width: 55%;
}
.foundation_ci .logo_list li:nth-child(even){
    width: 40%;
}
.foundation_ci .logo_list li img{
    max-width: 100%;
    height: 280px;
}
.foundation_ci .logo_list small{
    display: block;
    text-align: center;
}
.foundation_ci .dont_use img{
    max-width: 100%;
}
.foundation_ci .btn_wrap{
    display: flex;
    justify-content: center;
    gap: 10px;

}
.foundation_ci .btn_wrap a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 223px;
    height: 45px;
    border-radius: 100px;
    border: 2px solid #00155E;
    font-weight: 700;
    letter-spacing: -0.9px;
    color: #00155E;
}
.foundation_ci .btn_wrap a::after{
    content: '';
    width: 13px;
    height: 13px;
    background: url('/images/user/icon_foundation_ci_download.svg') no-repeat center  center;
    background-size: contain;
}
.foundation_ci .btn_wrap .scan_wrap{
    position: relative;
}
.foundation_ci .btn_wrap .scan_here::before{
    content: '';
    position: absolute;
    left: -27px;
    bottom: 20px;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid #00155E;
}
.foundation_ci .btn_wrap .scan_here{
    width: 132px;
    height: 160px;
    position: absolute;
    right: -153px;
    bottom: -10px;
    border-radius: 10px;
    padding: 10px;
    background-color: #00155E;
}
.foundation_ci .btn_wrap .scan_here p{
    color: #fff;
    background-color: #00155E;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: -5px;
    text-align: center;
}
.foundation_ci .btn_wrap .scan_here .qr{
    height: 112px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}
.foundation_ci .btn_wrap .scan_here .qr img{
    width: 100%;
    height: 100%;
}
.foundation_ci  hr{
    margin-top: 55px;
    margin-bottom: 45px;
    border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width:1240px){
    .foundation_ci .btn_wrap a{
        gap: 10px;
        width: 186px;
        height: 45px;
    }
}
@media screen and (max-width:1024px){
    .foundation_ci{
        padding-bottom: 260px;
    }
    .foundation_ci .color_boxes .box{
        width: calc((100% - 60px) / 4);
        flex: unset;
    }
    .foundation_ci .gradation_list{
        flex-direction: column;
    }
    .foundation_ci .gradation_list li{
        width: 100%;
    }
    .foundation_ci hr{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .foundation_ci .btn_wrap a{
        font-size: 16px;
    }
    .foundation_ci .btn_wrap .scan_here{
        bottom: -180px;
        right: 27px;
    }
    .foundation_ci .btn_wrap .scan_here::before{
        left: 20px;
        top: -24px;
        bottom: unset;
        border-bottom:14px solid #00155E;
        border-top: 14px solid transparent;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
    }
}
@media screen and (max-width:767px){
    .foundation_ci ul{
        gap: 60px;
    }
    .foundation_ci ul li{
        flex-direction: column;
        gap: 20px;
    }
    .foundation_ci ul .tit{
        width: 100%;
        font-size: 24px;
    }
    .foundation_ci ul .tit br{
        display: none;
    }
    .foundation_ci ul .con{
        width: 100%;
        gap: 20px;
    }
    .foundation_ci ul .con p{
        font-size: 16px;
        line-height: 26px;
    }
    .foundation_ci ul .con .big{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .foundation_ci ul .con ul{
        font-size: 16px;
        line-height: 26px;
    }
    .foundation_ci ul .con .big .character{
        width: 60px;
    }
    .foundation_ci ul .con .ci_box{
        height: 160px;
        margin-top: 0;
        border-radius: 10px;
    }
    .foundation_ci .gradient_box{
        height: 160px;
        margin-top: 0;
        border-radius: 10px;
    }
    .foundation_ci .btn_wrap{
        flex-direction: column;
        gap: 4px;
    }
    .foundation_ci .btn_wrap a{
        width: 100%;
        height: 36px;
        font-size: 16px;
    }
    .foundation_ci ul .con .ci_box .symbol_01{
        width: 70%;
    }
    .foundation_ci .color_boxes{
       gap: 10px;
    }
    .foundation_ci .color_boxes .box{
        width: calc((100% - 20px ) / 2);
        height: 80px;
    }
    .foundation_ci .gradation_list{
        gap: 30px;
    }
    .foundation_ci .gradation_list span{
        padding: 0 5px ;
    }
    .foundation_ci .gradation_list .num small{
        font-size: 13px;
    }
    .foundation_ci .logo_list{
        flex-direction: column;
    }
    .foundation_ci .logo_list li:nth-child(odd),
    .foundation_ci .logo_list li:nth-child(even){
        width: 100%
    }
     .foundation_ci .logo_list > li img{
        display: block;
        height: 200px;
        margin: 10px auto 0 auto;
    }
    .foundation_ci .btn_wrap .scan_here{
        height: 134px;
        top: 50px;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        padding: 8px;
    }
    .foundation_ci .btn_wrap .scan_here .qr{
        height: 98px;
    }
}