/**************************************** contact 공통*/

.contact_sec1 .sub_banner_back {
    background-image: url(/img/sub04/sub04_banner_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/**************************************** contact 시작*/

.cont_s2_wrap{
    display: flex;
    column-gap: 100px;
}

.cont_s2_map{
    max-width: 920px;
    width: 100%;
    height: 574px;
}

.cont_s2_rt {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
}

.cont_s2_title_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin: 50px 0 0 30px;
}

.cont_s2_subtitle {
    font-family: 'Pretendard-SemiBold';
    font-size: 1.125rem;
    color: #867e6c;
}

.cont_s2_title {
    font-family: 'Pretendard-Bold';
    font-size: 2.8125rem;
    color: #4c413d;
}

.cont_board {
    border-top: 2px solid #1e7135;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cont_tr {
    display: grid;
    grid-template-columns: 20% 80%;
    border-bottom: 1px solid #e6e6e6;
}

.cont_tag {
    padding: 20px 20px;
    font-family: 'Pretendard-ExtraBold';
    font-size: 1.125rem;
    color: #1e7135;
    background-color: #f8fbf9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont_title{
    font-family: 'Pretendard-Light';
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont_title,
.cont_title a {
    font-size: 1.25rem;
    color: #493f3b;
}

/**************************************** contact 끝*/



@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1240px) {

    .cont_s2_wrap {
        display: flex;
        column-gap: 20px;
    }

    .cont_s2_map{
        width: 100%;
    }

}

@media screen and (max-width: 1024px) {

    .cont_s2_wrap{
        flex-direction: column;
        row-gap: 40px;
    }

    .cont_s2_rt{
        max-width: none;
        padding: 0 20px;
        row-gap: 0;
    }

    .cont_title, .cont_title a{
        font-size: 1rem;
    }

    .cont_tag{
        font-size: 1rem;
    }

    .cont_tr{
        grid-template-columns: 30% 70%;
    }

    .cont_s2_rt .sub_title_t2_wrap{
        margin-bottom: 20px;
    }

    .cont_title{
        flex-direction: column;
        align-items: flex-start;
    }

    .cont_title span{
        display: none;
    }

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 540px) {

    .contact_sec1 .sub_banner_back {
        background-position: 50% center;
    }

    .contact_sec2{
        padding: 0 0 50px;
    }

    .cont_s2_map{
        height: 250px;
    }

}

@media screen and (max-width: 414px) {}