.sub_visual{
    margin-top: var(--header_height);
    width: 100%;
    height: 200px;
}
.sub_visual .rel_wrap{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.sub_visual .rel_wrap::after{
    width: calc(100% - calc(var(--rel_padding) *2));
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    background-color: #DBD9D4;
    height: 1px;
}
.sub_visual_dl{
    display: flex;
    align-items: center;
    gap: 60px;
}
.sub_visual_dl dd{
    font-size: 44px;
    font-weight: 800;
    font-family: var(--font_mj);
    position: relative;
}
.sub_visual_dl dd::after{
    position: absolute;
    right: -30px;
    height: 20px;
    width: 1px;
    background-color: #000;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.sub_visual_dl dt{
    font-size: 16px;
}
.smenu{
    margin: 20px 0 40px;
}
.smenu .rel_wrap{
    display: flex;
    justify-content: flex-end;
}
.smenu ul{
    display: flex;
    gap: 20px;
    align-items: center;
}
.smenu .home{
    width: 19px;
    height: 19px;
}
.smenu li{
    position: relative;
}
.smenu li:not(:last-child){
    margin-right: 22px;
}
.smenu li:not(:last-child)::after{
    position: absolute;
    right: -20px;
    height: 4px;
    width: 2px;
    background-image: url('../img/smenu_arrow.png');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.smenu .home a{
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999px;
    background-image: url('../img/smenu_home_icon.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.smenu a{
    opacity: .4;
    color: #000;
    text-decoration: none;
}
.smenu .active a{
    opacity: 1;
    font-weight: 700;
}
.one_img_wrap{
    width: 100%;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}
.one_img_wrap img{
    max-width: 100%;
}
.sub_content{
    margin-bottom: 40px;
}

/* UNIT */
.unit_visual_wrap{
    padding-bottom: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center calc(20% - 10px);
}
.unit_visual_wrap.unit_1ch_visu{
    background-image: url('../../sub/bon/public/unit_1ch_visual.jpg');
}
.unit_visual_wrap.unit_2ch_visu{
    background-image: url('../../sub/bon/public/unit_2ch_visual.jpg');
}
.unit_title_txt{
    font-size: 26px;
    font-weight: 500;
    padding-top: 30px;
    margin: 0 auto;
    font-family: var(--font_mj);
    text-align: center;
    line-height: 1.5;
    position: relative;
    color: #fff;
}
.unit_title_txt b{
    font-weight: 700;
    font-family: var(--font_mj);
}
.unit_title_txt::after{
    content: "";
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.unit_title_txt::before{
    content: var(--unit_ch_txt);
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    line-height: 26px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.unit_wrap_depth1 > dd{
    width: 100%;
    padding: 14px 0;
    text-align: center;
    background-color: var(--unit_color);
    color: #fff;
    font-weight: 700;
}
.unit_wrap_depth2{
    display: flex;
}
.unit_wrap_depth2 > dl{
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.unit_wrap_depth2 dd{
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.unit_wrap_depth2 dd p{
    font-weight: 400;
    font-size: 12px;
    margin-top: 2px;
}
.unit_wrap_depth2 dl:not(:last-child) dd{
    border-right: 1px solid #ddd;
}
.unit_wrap_depth2 dt{
    font-size: 18px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.unit_wrap_depth2 dl:not(:last-child) dt{
    border-right: 1px solid #ddd;
}
.unit_wrap_depth2 dt::after{
    content: "㎡";
}
/* STAB2 */
.stab2{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.stab2 > button{
    flex: 1;
    cursor: pointer;
    line-height: 52px;
    background-color: transparent;
    color: #333;
    position: relative;
    z-index: 2;
}
.stab2 > button.on{
    font-weight: 700;
}
.stab2 > button.on::after{
    background-color: #393333;
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.tab_content_wrap{
    display: none;
}
@media (max-width: 600px) {
    .unit_wrap_depth2{
        flex-direction: column;
    }
    .unit_wrap_depth2 dl:not(:last-child) dt{
        border-right: none;
    }
    .unit_wrap_depth2 > dl{
        flex-direction: row;
        width: 100%;
    }
    .unit_wrap_depth2 dd{
        height: 80px;
        width: 100px;
        border-right: 1px solid #ddd;
    }
    .unit_wrap_depth2 dt{
        flex: 1;
        margin-bottom: unset;
    }
}
/* 공용 오리발 */
.duck_foot{
    border: 1px solid #ddd;
    padding: 20px; 
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1300px;
    width: 100%;
    margin: 20px auto 0;
}
.duck_foot li{
    font-size: 15px;
    color: #888;
    line-height: 1.5;
    padding-left: .9em;
    text-indent: -.9em;
}
.duck_foot li::before{
    content: '· ';
}
.duck_foot_info{
    max-width: 80px;
}

.duck_foot_info img{
    width: 100%;
}

@media (max-width: 600px) {
    .duck_foot p{
        font-size: 14px;
    }
}