@charset "utf-8";

#bo_w {
    padding: 0 0 100px;
}

.qa_bnn {
    position: relative;
    max-width: 1440px;
    margin: 100px auto 60px;
    height: 400px;
    position: relative;
    clip-path: inset(0% 100% 0% 0%);
    opacity: 1;
    will-change: clip-path;
    overflow: hidden;
}

.qa_bnn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2 2 1 / 55%);
    z-index: 1;
}

.qa_bnn .df {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.qa_bnn .df .txt h2 {
    font-family: var(--nafont);
    font-size: 32px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
}

.qa_bnn .df .txt h2 span {
    text-decoration: underline;
}

.qa_bnn .df .txt h2 p {
    font-size: 20px;
    font-weight: 400;
    color: #dcc7a2;
    margin-top: 12px;
    font-family: "Pretendard", sans-serif;
}

.add_form_wrap .input_dflx {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 24px;
}

.add_form_wrap .input_dflx:not(:last-child) {
    margin-bottom: 40px;
}

.input_item .input_tit h3 {
    font-size: 17px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #222;
    font-weight: bold;
    position: relative;
    padding-left: 12px;
}

.input_item .input_tit h3:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    background: var(--primary);
}

.add_form_wrap .input_dflx .input_item {
    width: 50%;
}

.input_item .inp_sty[type="text"] {
    width: 100%;
    height: 63px;
    background-color: transparent;
    padding-left: 8px;
    border: none;
    color: #999;
    transition: all .3s;
    border-bottom: 2px solid #eee;
    font-size: 15px;
}

.bbs-flex {
    display: flex;
    justify-content: space-between;
}

.bbs-flex .left,
.bbs-flex .right {
    width: 50%;
}

.bbs-flex .left {
    margin-right: 60px;
}

.map-section .inner {}

.map-info-wrap {}

.map-info-wrap .info-text {
    flex: 1 1 400px;
    font-size: 16px;
    color: #222;
    margin-bottom: 12px;
}

.map-info-wrap .info-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.map-info-wrap .info-text h3 img {
    width: 24px;
}

.map-info-wrap .info-text .addr {
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-info-wrap .info-text .contact {
    display: flex;
    margin-top: 12px;
}

.map-info-wrap .info-text .contact li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.map-info-wrap .info-text .contact li:not(:last-child) {
    margin-right: 12px;
}

.map-info-wrap .map-box {
    flex: 1 1 600px;
}

.tbl_frm01 textarea,
.write_div textarea {
    width: 100%;
    height: 246px;
    padding: 16px;
}

.custom-marker .marker-label {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: var(--primary);
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-marker {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #072BB8; /* 메인 색상 */
    box-shadow: 0 0 0 rgba(7, 43, 184, 0.7);
    animation: pulse 2s infinite;
    z-index: 10;
    transform: translate(-50%, -100%); /* 마커 위치 중심 위로 정렬 */
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(7, 43, 184, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(7, 43, 184, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(7, 43, 184, 0);
    }
}


.bbs-flex .left .map-box #map {
    width: 100%;
    height: 400px;
    background: #eaeaea;
}

@media (max-width:1460px) {
    .qa_bnn {
        padding: 0 40px;
    }

    #bo_w {
        padding: 0 40px 100px;
    }
}

@media (max-width:960px) {
    .bbs-flex {
        flex-direction: column;
    }

    .bbs-flex .left,
    .bbs-flex .right {
        width: 100%;
    }

    .bbs-flex .left {
        margin-bottom: 32px;
    }

    .add_form_wrap .input_dflx {
        flex-direction: column;
    }

    .add_form_wrap .input_dflx .input_item {
        width: 100%;
    }

    .bbs-flex .left .map-box #map {
        height: 280px;
    }

    .agree_wrap {
        margin-top: 20px;
    }
}

@media (min-width:769px) {
    .mbr {
        display: none;
    }
}

@media (max-width:768px) {
    .mbr {
        display: block;
    }

    .qa_bnn {
        padding: 0 20px;
    }

    .qa_bnn .df .txt h2 {
        font-size: 22px;
        line-height: .8;
    }

    .qa_bnn .df .txt h2 p {
        line-height: 1.3;
    }

    #bo_w {
        padding: 0 20px 60px;
    }

    .map-info-wrap .info-text h3 {
        font-size: 18px;
    }

    .map-info-wrap .info-text .addr {
        font-size: 15px;
    }

    .input_item .input_tit h3 {
        font-size: 16px;
    }
}
