.map_header_wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.map_header_wrap dd{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--m_color);
    width: 6.5em;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.map_header_wrap dd svg{
    fill: var(--m_color);
}
.map_header_wrap dl{
    display: flex;
    align-items: center;
    gap: 5px;
}
.map_header_wrap dt{
    font-size: 18px;
    line-height: 1.3;
}
.map_detail_wrap{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.map_detail_wrap{
    font-size: 18px;
}
.map_detail_wrap dl{
    margin-bottom: 20px;
}
.map_detail_wrap dl:not(:last-child){
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.map_detail_wrap dd{
    font-weight: 700;
    font-size: 20px;
    color: var(--m_color);
    margin-bottom: 10px;
}
.map_detail_wrap dt{
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
}
.map_detail_flex_wrap{
    flex: 1;
}
.map_detail_wrap dt .map_detail_flex_wrap:not(:first-child){
    padding-left: 20px;
    border-left: 1px solid #ddd;
}
.map_detail_wrap strong{
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.map_detail_wrap b{
    font-weight: 700;
    color: var(--m_color);
}

/* 고객센터 안내 */
.notice_info_header{
    background-image: url(../../img/notice/notice_info_bg.png);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}
.notice_sub_title{
    font-size: 20px;
    margin-bottom: 10px;
}
.notice_sub_title span{
    font-weight: 700;
    color: var(--m_color);
}
.notice_title{
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.notice_title b{
    font-weight: 700;
}
.notice_detail{
    font-size: 18px;
    line-height: 1.3;
    color: #888;
}
.notice_before_faq_wrap{
    margin: 30px 0 80px;
    padding: 20px;
    border: 1px solid #ddd;
    position: relative;
}
.notice_before_faq_wrap::after{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    opacity: .3;
    cursor: none;
    pointer-events: none;
    background-image: url(../../img/logo.svg);
    background-size: cover;
    content: "";
}
.notice_before_faq_wrap::before{
    width: 1px;
    height: 40px;
    content: "";
    background-color: #000;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.notice_before_faq_wrap p{
    font-size: 18px;
    line-height: 1.3;
}
.notice_before_faq_wrap p b{
    font-weight: 700;
    color: var(--m_color);
}
.notice_before_faq_wrap a{
    margin-top: 10px;
    display: inline-flex;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
    padding: 10px 18px;
    border-radius: calc(1px / 0);
    border: 1px solid #000;
    text-decoration: none;
    transition: all .3s ease-in-out;
    align-items: center;
}
.notice_before_faq_wrap a svg{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}
.notice_before_faq_wrap a:hover{
    background-color: var(--m_color);
    color: #fff;
    border: 1px solid var(--m_color);
}
.notice_before_faq_wrap a:hover svg g{
    stroke: #fff;
}
.notice_info{
    padding: 0 60px;
}
.contact_call_wrap{
    background-color: #f5f5f5;
    padding: 20px;
}
.contact_call_wrap dl{
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 20px;
}
.contact_call_wrap dd{
    font-size: 38px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
}
.contact_call_wrap dd svg{
    width: 42px;
    height: 42px;
}
.contact_call_wrap dt{
    font-size: 26px;
    font-weight: 700;
    color: var(--m_color);
}
.contact_call_wrap p{
    font-size: 18px;
    color: #888;
    line-height: 1.3;
}
.contact_call_wrap p b{
    font-weight: 700;
    color: #333;
}
/* 반응형 */
@media (max-width: 1024px) {
    .notice_info{
        padding: unset;
    }
    .notice_info_header{
        background-image: unset;
    }
    .map_detail_wrap dt .map_detail_flex_wrap{
        width: 100%;
        flex: unset;
    }
    .map_detail_wrap dt .map_detail_flex_wrap:not(:first-child){
        padding: 20px 0 0;
        margin-top: 20px;
        border-left: unset;
        border-top: 1px solid #ddd;
    }
    .contact_call_wrap dl{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .contact_call_wrap dl{
        gap: 10px;
    }
    .contact_call_wrap dd svg{
        display: none;
    }
    .contact_call_wrap dd{
        font-size: 20px;
    }
    .contact_call_wrap dt{
        font-size: 20px;
    }
    .notice_title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .notice_sub_title{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .notice_detail{
        font-size: 14px;
    }
    .notice_before_faq_wrap p{
        font-size: 14px;
    }
    .notice_before_faq_wrap a{
        font-size: 14px;
    }
    .contact_call_wrap p{
        font-size: 14px;
    }
    .map_detail_wrap dd{
        font-size: 16px;
    }
    .map_detail_wrap dt{
        font-size: 14px;
    }
    .map_detail_wrap strong{
        font-size: 16px;
    }
    .map_header_wrap dd{
        font-size: 16px;
    }
    .map_header_wrap dt{
        font-size: 14px;
    }
}