/* greeting */
.greeting-section {
    display: flex;
    align-items: flex-start;
    gap: 3%;
    padding-bottom: 160px;
    padding-right: 20px;
}

.greeting-section .left {
    flex: 1 1 0;
    max-width: 960px;
    min-width: 0;
}

.greeting-section .left img {
    display: block;
    width: 100%;
    height: auto;
}

.greeting-section .right {
    flex: 0 0 630px;
}

.greeting-section .right h2 {
    font-size: clamp(20px, 4vw, 48px);
    font-weight: 700;
}

.greeting-section .right p {
    font-size: clamp(16px, 1.5vw, 28px);
    font-weight: 400;
}

.pc-block.mo-block {
    display: block !important;
}

.t-block {
    display: none !important;
}

@media (max-width: 1024px) {
    .greeting-section {
        flex-direction: column;
        gap: 60px;
        padding: 0 20px;
        padding-bottom: 100px;
    }

    .greeting-section .left {
        width: 100%;
        max-width: 100%;
    }

    .greeting-section .left img {
        margin: 0 auto;
    }

    .greeting-section .right {
        flex: 1;
    }

    .pc-block.mo-block {
        display: none !important;
    }

    .t-block {
        display: block !important;
    }
}

@media (max-width: 412px) {
    .pc-block.mo-block {
        display: block !important;
    }

    .t-block {
        display: none !important;
    }

    .greeting-section {
        gap: 46px;
    }
}


/* map-section */
.map-section {
    padding-bottom: 100px;
}

.root_daum_roughmap .cont,
.root_daum_roughmap .wrap_controllers {
    display: none;
}

.root_daum_roughmap .wrap_btn_zoom {
    top: 50%;
    transform: translateY(-60%);
    margin: 0;
}

#daumRoughmapContainer1767004675145 {
    width: 100%;
    max-width: 1608px;
    height: 569px !important;
    margin: 0 auto;
}

.map-section .bottom {
    max-width: 1608px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    padding-bottom: 160px;
}

.map-section .bottom .left {
    padding: 0 30px;
    flex: 1;
    border-right: 1px solid #ddd;
}

.map-section .bottom .left img {
    width: 48px;
    margin-bottom: 48px;
}

.map-section .bottom .left p,
.map-section .bottom .right p {
    font-size: 28px;
}

.map-section .bottom .left p+p {
    margin-top: 24px;
}

.map-section .bottom .right {
    flex: 1;
    padding: 0 30px;
}

.map-section .bottom .right img {
    width: 48px;
    margin-bottom: 48px;
}

@media (max-width: 834px) {
    #daumRoughmapContainer1767004675145 {
        height: 278px !important;
    }

    .map-section .bottom .left {
        padding: 0;
        padding-right: 20px;
    }

    .map-section .bottom .right {
        padding: 0;
        padding-left: 20px;
    }

    .map-section .bottom .left p,
    .map-section .bottom .right p {
        font-size: 20px;
    }

    .map-section {
        padding-bottom: 80px;
    }

    .map-section .bottom .left p+p {
        margin-top: 20px;
    }
}

@media (max-width: 550px) {
    .map-section .bottom {
        flex-direction: column;
        padding: 0 0 100px;
    }

    .map-section .bottom .left {
        width: 100%;
        padding: 0;
        flex: 1;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 24px;
    }

    .map-section .bottom .right {
        padding-left: 0px;
        padding-top: 24px;
    }

    .map-section .bottom .left img {
        margin-bottom: 24px;
    }

    .map-section .bottom .right img {
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    #daumRoughmapContainer1767004675145 {
        height: 380px !important;
    }

    .map-section .bottom .left p,
    .map-section .bottom .right p {
        font-size: 17px;
    }

    .map-section {
        padding-bottom: 48px;
    }

    .map-section .bottom .left p+p {
        margin-top: 16px;
    }
}