/* =============================================================
    #section_04
   ============================================================= */


#section_04 {

}

#section_04 header h1 {
    font-family: "Noto Sans Bold KR";
    font-size: 48px;
    color: #121212;
    text-align: center;
    margin-top: 80px;
}

#section_04 header .btn_group {
    margin-top: 40px;
    text-align: center;
}

#section_04 header .btn_group .tab_nav {
    width: 100%;
}

#section_04 header .btn_group ul li {
    display: inline-block;
    background-color: #F5F5F5;
    padding: 24px 0;
    width: 275px;
    height: 64px;
}

#section_04 header .btn_group ul li:nth-child(1) {
    border-radius: 32px 0 0 32px;
}

#section_04 header .btn_group ul li:nth-child(2) {
    margin-left: -3px;
    border-radius: 0 32px 32px 0;
}

#section_04 header .btn_group ul li a {
    font-family: "Noto Sans Bold KR";
    color: #585858;
    font-size: 16px;
}

#section_04 header .btn_group ul li .active {
    color: #D7195C;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 5px 10px #00000029;
}

#section_04 header .btn_group ul li:nth-child(1) .active {
    padding: 13px 40px;
}

#section_04 header .btn_group ul li:nth-child(2) .active {
    padding: 13px 92px 13px 102px;
}


#section_04 .info h3 {
    font-family: "Noto Sans Bold KR";
    font-size: 32px;
    text-align: center;
    margin-top: 50px;
}

#section_04 .info p {
    font-family: "Noto Sans CJK KR Regular";
    font-size: 16px;
    color: #585858;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
}

#section_04 .meta {
    margin-top: 25px;
}
#section_04 #tab02 .meta ul li {
    border-radius: 20px;
}

/*tab01*/
#section_04 #tab01 .meta {
    max-width: 1400px;
    text-align: center;
}

#section_04 #tab01 .meta img {
    width: 100%;
}

/*tab02*/
#section_04 #tab02 .meta .visible_1920 ul {
    display: flex;
}

#section_04 #tab02 .meta .visible_1920 ul li {
    height: 310px;
    width: 49%;
    max-width: 689px;
    border-radius: 25px;
}

#section_04 #tab02 .meta .visible_1920 ul li:first-child {
    margin-right: 22px;
}

#section_04 #tab02 .meta .visible_1920 ul:nth-child(2) {
    margin-top: 20px;
}

/*wr01*/
.section04-1 {
    height: 261px;
    margin-top: 153px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
}


.section04-1 ul {
    display: flex;
    align-items: center;
}

.section04-1 ul li {
    display: flex;
    justify-items: center;
    align-items: center;
}

.section04-1 ul li .right {
    text-align: left;
    border-right: 1px solid #d6d6d6
}

.section04-1 ul li .right h1 {
    font-size: 24px;
    font-family: "Noto Sans Bold KR";
    color: #D7195C;
    margin-bottom: 10px;
    line-height: 1.4;
}

.section04-1 ul li .right p {
    font-size: 16px;
    font-family: "Noto Sans CJK KR Regular";
}

.section04-1 ul li:nth-child(1) .right p {
    max-width: 217px;
    margin-right: 40px
}

.section04-1 ul li:nth-child(2) .right p {
    max-width: 259px;
}


.section04-1 ul li:nth-child(3) .right p {
    max-width: 246px;
}


.section04-1 ul li:nth-child(1) .left {
    margin: 0 24px 0 0;
}

.section04-1 ul li:nth-child(2) .left {
    margin: 0 17px 0 40px;
}

.section04-1 ul li:nth-child(2) .right p {
    max-width: 251px;
    margin-right: 40px
}

.section04-1 ul li:nth-child(3) .left {
    margin: 0 24px 0 40px;
}

.section04-1 ul li:nth-child(3) .right p {

}

.section04-1 ul li:last-child .right {
    border-right: none
}

.section04-1 ul li:first-child {

}

.section04-2 {
    margin-top: 160px;
    margin-bottom: 100px;
}

.section04-2 ul {
    display: flex;
}

.section04-2 ul li {
    max-width: 659px;
}

.section04-2 ul li img {
    width: 100%;
}

.section04-2 ul li:first-child {
    margin-right: 43px
}

.section04-2 li .title {
    font-size: 24px;
    font-family: "Noto Sans Bold KR";
    text-align: center;
    margin-top: 17px;
    line-height: 1.6;
    padding: 0 50px;
}


@media (max-width: 1280px) {
    #section_04 .container_wr_1400 {
        padding: 0 30px;
    }

    #section_04 header h1 {
        margin-top: 100px;
    }


    #section_04 #tab01 .meta img {
        width: unset;
    }


    #section_04 #tab01 .info h3 {
        font-size: 32px;
    }

    #section_04 .meta {
        margin-top: 40px;
    }

    #section_04 #tab02 .meta .visible_1280 ul {
        margin-top: 35px;
    }

    #section_04 #tab02 .meta .visible_1280 ul li {
        height: 310px;
        margin-top: 20px;
    }

    #section_04 #tab02 .meta .visible_1280 ul li:first-child {
        margin-top: 0;
    }


    /*wr01*/
    .section04-1 {
        height: 389px;
        margin-top: 106px;
    }

    .section04-1 ul {
        width: 1200px;
    }

    .section04-1 ul li {
        display: block;
        width: 33%;
        border-right: 1px solid #d6d6d6;
        height: 249px;
    }

    .section04-1 ul li:last-child {
        border-right: none;
    }

    .section04-1 ul li .left {
        text-align: center;
    }

    .section04-1 ul li .right h1 {
        text-align: center;
        margin-top: 9px;
    }

    .section04-1 ul li p {
        text-align: center;
        margin-top: 9px;
    }

    .section04-1 ul li:nth-child(1) .left {
        margin: 0;
    }

    .section04-1 ul li .right {
        border-right: none;
    }


    .section04-1 ul li:nth-child(1) .right p,
    .section04-1 ul li:nth-child(2) .right p,
    .section04-1 ul li:nth-child(3) .right p {
        max-width: 100%;
        margin-right: 0;
        padding: 0 20px;
    }

    .section04-2 {
        margin-top: 95px;
    }

    .section04-2 ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section04-2 ul li:first-child {
        margin-right: 0;
    }

    .section04-2 ul li:last-child {
        margin-top: 67px;
    }


}

@media (max-width: 768px) {
    #section_04 .container_wr_1400 {
        padding: 0 20px;
    }

    #section_04 header h1 {
        font-size: 36px;
        margin-top: 84px;
    }

    #section_04 header .btn_group {
        margin-top: 20px;
    }

    #section_04 #tab01 .info h3,
    #section_04 #tab02 .info h3 {
        font-size: 24px;
        margin-top: 20px;
    }

    #section_04 #tab01 .info p,
    #section_04 #tab02 .info p {
        font-size: 14px;
    }

    #section_04 .meta {
        margin-top: 25px;
    }

    #section_04 header .btn_group ul li {
        width: 150px;
        height: 73px;
        padding: 5px 8px;
        position: relative;
    }

    #section_04 header .btn_group ul li a {
        font-size: 14px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1.6;
    }


    #section_04 header .btn_group ul li:nth-child(1) a {
        padding: 7px 15px;
    }

    #section_04 header .btn_group ul li:nth-child(2) a {
        padding: 7px 15px;
    }

    #section_04 header .btn_group ul li:nth-child(1) .active {
        padding: 7px 30px;
    }

    #section_04 header .btn_group ul li:nth-child(2) .active {
        padding: 17px 40px;
    }

    #section_04 #tab01 .meta img {
        width:100%;
    }

    #section_04 #tab02 .meta .visible_768 ul {
        margin-top: 26px;
    }

    #section_04 #tab02 .meta .visible_768 ul li {
        height: 151px;
        margin-top: 10px;
        background-size: 335px 100% !important;
    }


    #section_04 #tab02 .meta .visible_768 ul li:first-child {
        margin-top: 0;
    }

    .section04-1 {
        height: 100%;
        padding: 54px 20px 47px 32px;
        margin-top: 70px;
    }

    .section04-1.en {
        height: 100%;
        padding: 56px 20px 61px 32px;
        margin-top: 80px;
    }

    .section04-1 ul {
        display: block;
    }


    .section04-1 ul li {
        display: flex;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d6d6d6;
        padding: 26px 0;
        height: 175px;
    }

    .section04-1 ul li:first-child {
        padding-top: 0;
    }

    .section04-1 ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .section04-1 ul li:nth-child(1) .left,
    .section04-1 ul li:nth-child(2) .left,
    .section04-1 ul li:nth-child(3) .left {
        margin: 0 15px 0 0;
    }

    .section04-1 ul li .left {
        margin-right: 15px;
        width: 94px;
    }

    .section04-1 ul li img {
        width: 100%;
    }


    .section04-1 ul li:nth-child(1) .left img {
        width: 92px;
    }

    .section04-1 ul li:nth-child(2) .left img {
        width: 94px;
    }

    .section04-1 ul li:nth-child(3) .left img {
        width: 88px;
    }

    .section04-1 ul li .right h1 {
        font-size: 18px;
        text-align: left;
    }

    .section04-1 ul li .right p {
        font-size: 14px;
        text-align: left;
    }


    .section04-1 ul li:nth-child(1) .right p,
    .section04-1 ul li:nth-child(2) .right p,
    .section04-1 ul li:nth-child(3) .right p {
        padding: 0;
    }


    .section04-2 {
        margin-bottom: 70px;
    }

    .section04-2 .container_wr_1400 {
        padding: 0 20px;
    }

    .section04-2 li .title {
        font-size: 18px;
        line-height: 1.4;
        padding: 0 10px;
    }

    .section04-2 ul li:last-child {
        margin-top: 40px;
    }

    .section04-2.en ul li:last-child {
        margin-top: 40px;
    }

}
