*{
    padding: 0;
    margin: 0;
 
}
.body{
  
}
.bg--black{
        background-color: #000;
}
.responsivegrid{
       max-width: 1440px;
    margin-right: auto;
    margin-left: auto; 
}
.header{
        height: 72px;
    padding: 0 48px;
    width: auto;
    max-width: none;
    display: flex;
    align-items: center;
    
}
.header__logo{
        align-self: center;
    width: 167px;
    height: 32px;
    padding-right: 24px;
}
.nav-container{
    width: 100%;
    display: flex;
    align-items: center;
}
.menu__item{
    margin: 0;
    padding: 0;
    color: #fff;
    display: flex;
    flex: 1;
    margin-top: 1px;
}
.menu__item{
        white-space: nowrap;
    display: block;

    float: left;
    padding: 0 24px 0 24px;
    text-align: center;
    line-height: 72px;
    height: 72px;
    outline: 0;
    cursor: pointer;
    font-family: "MCQGlobal-Light-DarkBG", "NotoSansKR-light", "NotoSansSC-light", "NotoSansJP-light";
    box-sizing: border-box;
}
.image--gradient{
    background-image: url("./hero-mkif-incheon-grand-bridge.jpg");
            height: 640px;
         position: relative;
}
.image--gradient::after{
        background: radial-gradient(circle at bottom left, rgba(2, 0, 36, 0.7) 0, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.cmp-general-hero__content{
     position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  
    width: 100%;
   
}
.cmp-general-hero__heading{
        max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
   
    font-size: 36px;
    font-weight: 700;
}
.align-center{
        padding: 24px 0 24px 0;
        color: #000;
}
.cmp-text{
    font-size: 20px;
    font-weight: 700;
}
.layout-flex{
     margin-top: 40px;
    display: flex;
    align-items: center;
}
.flex-wart{
   
    width: 30%;
}
.flex-wart-text{
    font-size: 26px;
}
.flex-wart-bottom{
            margin-top: 50px;
        padding: 14px 0;
        width: 300px;
        background: #0f7ac7;
    color: #fff;
    border-color: #0f7ac7;
    text-align: center;
}
.cmp-video__youtube{
        width: 876px;
    height: 493px;
}
.cmp-text-br{
    margin-top: 80px;
}
.cmp-tile-lib{
            margin: 40px 0;
            display: flex;
            gap: 20px;
}
.flex-lib{
    width: 30%;
      position: relative;
    transition: all .5s ease-in-out;
}
.flex-lib-img{
    width: 100%;
    height: 554px;
  
}
.flex-lib-img::after{
    background: radial-gradient(circle at bottom left, rgba(2, 0, 36, 0.7) 0, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.cmp-tile-lib__content{
       bottom: 0;
    left: 0;
    padding: 24px;
    position: absolute;
    right: 0; 
    padding: 32px;
    color: #fff;
        font-size: 1.5rem;
    line-height: 2.25rem;
}
.cmp-tile-doc{
    
    width: 100%;
   
    font-family: "MCQGlobal-Light", "NotoSansKR-Light", "NotoSansSC-Light", "NotoSansJP-Light";
    font-size: 16px;
    line-height: 28px;
      
}
.cmp-tile-doc__link{
            display: flex;
        align-items: flex-start;
        padding: 32px 0;
          border-bottom: 1px solid #ccc;
}
.cmp-tile-doc__date{
        font-size: 18px;
    line-height: 28px;
    color: #666;
    min-width: 192px;
}
.cmp-tile-doc__title{
        font-size: 18px;
    line-height: 28px;
    flex: 1;
}
.cmp-tile-doc__info{
        display: flex;
    min-width: 192px;
    justify-content: center;
    
}
.title{
        border-right: 1px solid #666;
    text-align: right;
    padding-right: 40px;
}
.title-on{
        padding-left: 40px;
}
.footer-v2{
        background-color: #000;
    border-top: 1px solid #333;

}
.footer-v2{
     
    color: #fff;
    padding: 48px 48px 16px 48px;
}
.footer-v2__disclaimer-container{
       
    display: flex;
}
.footer-v2__header{
    width: 30%;
}
.footer-v2__text{
    width: 40%;
        grid-column: span 2;
}
.footer-v2__text-p{
    margin-bottom: 20px;
        font-size: .75rem;
    line-height: 1.25rem;
}
.footer-v2__social-nav-container {
        border-bottom: 1px solid #333;
   
      display: flex;
      padding-bottom: 10px;
      justify-content: space-between;
}
.footer-v2__sub-nav-container{
    display: flex;
    justify-content: space-between;
        font-size: .75rem;
    line-height: .75rem;
    margin-top: 10px;
}
.footer-v2__sub-nav-container-bor{
    display: flex;
}
.borx{
    margin-left: 30px;
}
@media (max-width: 764px) {
    .header{
        padding: 0 20px;
    }
    .nav-container{
        display: none;
    }
    .image--gradient{
            height: 384px;
            background-position-x: center; background-position-y: center;
    }
    .cmp-general-hero__heading{
        margin-left: 20px;
        font-size: 26px;
    }
    .responsivegrid{
        padding: 0 20px;
    }
    .cmp-text{
        margin-top: 20px;
    }
    .layout-flex{
        display: block;
    }
    .cmp-video__youtube{
        margin-top: 20px;
        width: 100%;
        height: 195px;
    }
    .flex-wart{
        width: 100%;
       text-align: center;
    }
    .flex-wart-bottom{
        margin:20px auto;
    }
    .flex-wart-text{
        font-size: 20px;
    }
    .cmp-tile-lib{
        display: block;
    }
    .flex-lib{
        width: 100%;
    }
    .flex-lib-img{
        height: 384px;
    }
    .cmp-tile-doc__link{
        display: block;
    }
    .cmp-tile-doc__info{
        margin-top: 20px;
        justify-content: start;
    }
    .footer-v2__disclaimer-container{
        display: block;
    }
    .footer-v2__text{
        width: 100%;
        margin-top: 10px;
    }
    .footer-v2__social-nav-container {
        display: block;
    }
    .footer-v2__sub-nav-container{
        display: block;
    }
    .footer-v2__sub-nav-container-bor{
        display: block;
    }
    .borx{
        margin-top: 20px;
        margin-left: 0;
    }
    .footer-v2{
        padding: 48px 10px 16px 10px;
    }
}