.foundation .location_info .info li {
    gap:20px;
    /*align-items: center !important;*/
}
.foundation .table_info li .info_title,
.foundation .sub_background .tooltip .inner h4 {
    max-width: 200px;
}

.foundation .table_info {
    margin-top: 200px !important;
}

.foundation .table_info li .info_list.icn .item p {
    max-width:100px;
    margin:0 auto;
}
#footer .company-layer {
    width:1000px;
    max-width: none;
}
.quoted_title p {
    max-width:1440px !important;
}
.foundation .sub_background .txt_box p {
    padding:0px 20px !important;
}
@media screen and (max-width:1268px) {
    #mo_gnb > ul > li:first-child::after {
    display: block;
    }
    #mo_gnb > ul > li:first-child > a {
    padding:16px;
    border-bottom: 1px solid rgba(29, 31, 37, 0.20);
    }
    #mo_gnb > ul > li:first-child > a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    }
    .foundation .sub_background .tooltip .inner {
        gap: 20px !important;
    }
    .foundation .sub_background .tooltip .inner .tip_list p,
    .foundation .sub_background .txt_box p  {
        font-size: 14px !important;
    }
    .foundation .sub_background .tooltip .inner .tip_list p + p {
        margin-top: 8px !important;
    }

    .foundation .sub_background .txt_box .sb_title {
        font-size: 32px !important;
    }
    
    footer .sns {
        bottom: 500px !important;
    }
    #footer .company-layer {
        width:100%;
        max-width: none;
    }
}


.foundation  .tooltip {
    max-width: 1168px;
    width:100%;
    position: absolute;
    left:50%;
    top:300px;
    transform: translateX(-50%);
    padding:24px 40px;
    border-radius: 4px;
    background:#FFF;
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.20);
}

.foundation  .tooltip .inner {
    display: flex;
    align-items: center;
    gap:80px;
}

.foundation  .tooltip .inner h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #0061AF;
}

.foundation  .tooltip .inner .tip_list {
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.foundation  .tooltip .inner .tip_list p {
    position: relative;
    padding-left: 34px;
    font-size: 18px;
    line-height: 26px;
}

.foundation  .tooltip .inner .tip_list p + p {
    margin-top:16px;
}

.foundation  .tooltip .inner .tip_list p::before {
    content: '';
    width:26px;
    height:26px;
    background-image: url(../../img/icn/icn_check.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    top:0;
}


@media screen and (max-width:768px) {
    .foundation .table_info li .info_title,
    .foundation .sub_background .tooltip .inner h4 {
        max-width: none;
    }

    .foundation .table_info {
        margin-top: 120px !important;
    }
    .foundation .table_info li .info_list.icn {
        justify-content: flex-start !important;
    }
    .navbar_intro li::after {
        top:50%;
        transform: translateY(-50%);
    }
    
    
    .foundation .sub_background .txt_box {
        position: static !important;
        transform: translate(0,0) !important;
        padding:100px 20px 0;
    }
    .foundation .tooltip {
        position: static !important;
        transform: translate(0,0) !important;
        margin-top: 40px;
    }

    .foundation  .tooltip .inner {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap:24px;
    }

    .foundation  .tooltip .inner h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .foundation  .tooltip .inner .tip_list {
        flex:1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .foundation  .tooltip .inner .tip_list p {
        position: relative;
        padding-left: 34px;
        font-size: 14px;
        line-height: 22px;
    }

    .foundation  .tooltip .inner .tip_list p + p {
        margin-top:16px;
    }   

    .foundation  .tooltip .inner .tip_list p::before {
        top:-2px;
    }
    .foundation .table_info {
        margin-top:40px !important;
    }


}
