@charset "utf-8";

/*
 * File       : style.css
 * Author     : YONG
 *
 * 최종수정일 : 24/00/00
 *
 * SUMMARY:
 * 통합.CSS
 */

/* 
■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■ 공용 ■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■
*/

.main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.visual {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    background-color: #000;
    background-image: url(../img/map-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.visual > .inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual .title {
    line-height: normal;
    text-align: center;
}

.visual .title h3 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.visual .title p {
    font-size: 1.2rem;
    color: #777;
}

/*  */
.content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 4rem 0;
}

.content > .inner {
    width: 100%;
    height: auto;
}

.root_daum_roughmap {
    width: 100% !important;
}

.root_daum_roughmap .wrap_map {
    height: 400px !important;
}

.content > .inner > p {
    font-size: 1rem;
    font-weight: 500;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 1rem;
    padding: 1rem 0;
}

.content > .inner > p > img {
    width: 16px;
    height: auto;
    object-fit: contain;
    margin-right: 5px;
}



@media screen and (min-width: 768px) and (max-width: 1200px) {

    /* 
    ■■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■ 공용 ■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■
    */

    .visual {
        height: 300px;
    }

    .visual .title {
        margin-top: 1rem;
    }

    .visual .title h3 {
        font-size: 1.6rem;
    }

    /*  */
    .content {
        padding: 4rem 2rem;
    }

}


@media screen and (max-width: 767px) {

    /* 
    ■■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■ 공용 ■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■
    */

    body {
        padding-top: 70px;
    }

    .visual {
        height: 150px;
    }

    .visual .title h3 {
        font-size: 1.2rem;
    }

    .visual .title p {
        font-size: 1rem;
    }

    /*  */
    .content {
        padding:  1rem;
    }

    .content > .inner > p {
        font-size: 0.9rem;
        word-break: keep-all;
        text-indent: -7px;
        padding-left: 20px;
    }

    .content > .inner > p > i {
        margin: 0;
    }
}