.directions_wrap .map_wrap {
    position: relative;
}
.directions_wrap .map_wrap .map {
    width: 100%;
    height: 300px;
    z-index: 0;
}
.directions_wrap .map_wrap .map_btn {
    position: absolute;
    right: 15px;
    bottom: 20px;
}
.directions_wrap .map_wrap .map_btn .custom-zoom-button {
    background-color: #fff;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.directions_wrap .map_wrap .map_btn .custom-zoom-button {
    border-bottom: 1px solid #EBEBEB;
}
.directions_wrap .d_info {
    position: relative;
    margin-bottom: 140px;
}
.directions_wrap .d_info::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/mobile/sub/directions_bg.png) no-repeat center center / cover;
    content: "";
}
.directions_wrap .d_info .m_wrapper > ul {
    padding: 50px 0 15px 0;
}
.directions_wrap .d_info .m_wrapper > ul > li {
    margin-bottom: 40px;
}
.directions_wrap .d_info .m_wrapper ul li:last-child {
    margin-bottom: 0;
}
.directions_wrap .d_info .m_wrapper > ul > li > strong {
    display: block;
    position: relative;
    font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.directions_wrap .d_info .m_wrapper > ul > li > strong::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 0.5px;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
}
.directions_wrap .d_info .m_wrapper ul li span {
    font-size: 14px;
}
.directions_wrap .d_info .m_wrapper ul li.address p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 6px;
}
.directions_wrap .d_info .m_wrapper ul li.schedule ul li {
    margin-bottom: 6px;
}
.directions_wrap .d_info .m_wrapper ul li.schedule ul li strong {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 10px;
}
.directions_wrap .d_info .m_wrapper ul li.schedule ul li span {
}