.article9 {
    position: relative;
    padding: 0;
    border-top: 1px solid #ddd;
}

.a9-fixed {
    position: absolute;
    top: 50%; right: 10%;
    transform: translate(0, -50%) rotate(180deg);
    color: rgba(0, 0, 0, .15);
    font-size: 24px;
    font-weight: 700;
    font-family: 'Play';
    letter-spacing: 0;
    white-space: nowrap;
    writing-mode: vertical-rl;
    user-select: none;
    letter-spacing: 0.5em;
}

.a9-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.a9-left {
    position: relative;
    width: 45%;
    padding: 120px 0;
    border-left: 1px solid rgba(255, 255, 255, .1);
    background: url(../images/a7-bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.a9-sb {
    position: absolute;
    bottom: -30px; right: -50px;
    opacity: .07;
    width: 300px;
    z-index: 2;
}

.a9-title {
    margin-bottom: 3rem;
}

.a9-title h5 {
    position: relative;
    width: fit-content;
    font-size: 60px;
    letter-spacing: -0.02em;
}

.a9-title h5::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 20px;
    background-color: var(--main-color);
    opacity: .2;
    z-index: 1;
}

.a9-title p {
    color: #555;
    font-size: 16px;
    letter-spacing: -0.02em;
    margin-top: 1.5rem;
}

.a9-list {
    color: #aaa;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.a9-list li {
    width: fit-content;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.a9-list li i {
    font-size: 18px;
    font-weight: lighter;
}

.a9-list li a {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0;
}

.a9-qr {
    width: 100px;
    margin-top: 1rem;
    opacity: .7;
}

.a9-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#daumRoughmapContainer1771577588923 {
    width: 100%;
    height: 100%;
}

.article9 .wrap_map,
.article9 #map {
    width: 100%;
    height: 100% !important;
}

.article9 .wrap_map .map_border {
    display: none !important;
}


/*==================================================*/
@media (max-width: 1650px) {
    .a9-fixed {
        display: none;
    }
}


@media (max-width: 1250px) {
    .article9 .article-wrapper {
        padding-right: 0;
    }
}


@media (max-width: 850px) {
    .article9 .article-wrapper {
        padding: 0;
    }
    
    .a9-wrapper {
        flex-direction: column;
    }

    .a9-bg {
        width: 100%;
    }

    .a9-left {
        width: 100%;
        padding: 60px 0 20px 20px;
    }

    .a9-right {
        width: 100%;
    }

    .a9-r-top,
    .a9-qr {
        display: none;
    }

    #daumRoughmapContainer1771577588923 {
        height: 400px;
        margin-bottom: -10px;
        border-top: 1px solid #ddd;
    }
}



@media (max-width: 550px) {
    .a9-left {
        padding: 40px 0 20px 20px;
    }
    
    .a9-title {
        margin-bottom: 2rem;
    }
    
    .a9-title h5 {
        font-size: 32px;
    }

    .a9-list li i {
        font-size: 15px;
    }
    
    .a9-list li {
        font-size: 13px;
    }

    #daumRoughmapContainer1771577588923 {
        height: 300px;
    }
}