#wrap > header nav ul li a {
    color: #000;
}

.lang_nav a {
    color: #000;
}

.d-flex {
    display: flex;
    
}

.d-flex .text-cont {
    width: 35%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.d-flex .text-cont:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;     
    border-bottom: 1px #0046ff solid;
}

.d-flex .img-cont {
    width: 65%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.d-flex .img-cont:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;     
    border-bottom: 1px gray solid;
}

.d-flex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.d-flex.bb-charcoal {
    border-bottom: 1px #bbb solid;
    padding-bottom: 40px;
}

#contents .sub_content_wrap .sub_content_main .sub_content_body .content_info_easy .content_detail {
    background: none;
}

#contents .sub_content_tab .tab_wrap ul.tab_9 li:nth-child(5) ~ li {
    width: calc(100% / 6);
}

.width-48 {
    width: 48%;
}

.width-100 {
    width: 100%;
}

.width-100 img {
    width: 100%;
}

.financial_sub_header {
    padding-top: 130px;
    text-align: center;
}

.financial_sub_header .title h1, .financial_sub_header .title h2 {
    color: #000;
}

#wrap > header .btn_nav_menu button:before, #wrap > header .btn_nav_menu button:after {
  background-color: #000;
}


/* ====================== 01.30 추가 ============================  */

#contents .sub_content_wrap .sub_content_main .sub_content_header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contents .sub_content_wrap .sub_content_main .sub_content_header h3 {
    font-weight: 700;
}

#contents .sub_content_wrap .sub_content_main .sub_content_header .text {
    max-width: 900px;
    text-align: justify;
}

/* TODO: 색깔 바꿔줘 */
#contents .sub_content_wrap .sub_content_main .sub_content_body .content_detail {
    border-top: 1px solid #6496e1;
    padding-top: 30px !important;
}

/* .landing-btn a {
    padding: 16px 40px 18px 40px;
    background: #0046ff;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
} */

.landing-btn {
    display: flex;
    gap: 12px;
    align-items: center;
}

.landing-btn .text-link {
    color: #0046ff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
}

.landing-btn .landing-arrow {
    width: 28px;
    height: 28px;
    background: url('/images/en/project/10/landing_arrow_02.svg') no-repeat center;
    background-size: cover;
}

@media (max-width: 790px) {

    .landing-btn .text-link {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .landing-btn .landing-arrow {
        width: 24px;
        height: 24px;
    }

}




@media (max-width:1180px) {

    .landing-btn {
        margin: 12px 0 30px 0;
    }

    .d-flex {
        flex-direction: column;
    }

    .d-flex .text-cont { 
        width: 100%;
        position: relative;
    }

    .d-flex .text-cont:after {
        border-bottom: none;
    }

    .d-flex .img-cont {
        width: 100%;
        position: relative;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        padding: 5px;
    }

    .d-flex .img-cont:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;     
        border-bottom: 1px gray solid;
    }

    .width-48 {
        width: 100%;
        padding: 5px;
    }
    
}


#contents .sub_content_wrap .sub_content_main .sub_content_body .content_detail dl dt {
    font-weight: 700 !important;
}