@charset "utf-8";
.sub_visual{
    height: 399px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'TmonMonsori';
    font-size: 49px;
}
.sub_visual.n1{
    background: url(../img/sub_visual1.jpg) center no-repeat;
}
.sub_visual.n2{
    background: url(../img/sub_visual2.jpg) center no-repeat;
}
.sub_visual.n3{
    background: url(../img/sub_visual3.jpg) center no-repeat;
}
.sub_visual.n4{
    background: url(../img/sub_visual4.jpg) center no-repeat;
}
.sub_visual.n5{
    background: url(../img/sub_visual5.jpg) center no-repeat;
}
.sub_visual.n6{
    background: url(../img/sub_visual6.jpg) center no-repeat;
}
.sub_top_banner_wrap{
    position: relative;
    height: 3.2rem;
}
.sub_top_banner{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 960px;
    z-index: 9999;
    margin: 0 auto;
}
.sub_top_banner > ul{
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .05);
    border-radius: 5rem;
    background: #fff;
    border: 0;
    display: flex;
}
.sub_top_banner > ul > li{
    flex: 1;
    color: #5a371e;
    text-align: center;
    font-size: 1.1111111111rem;
    border: 0;
    font-weight: 800;
    border-radius: 5rem;
    background: #fff;
    line-height: 1.1;
    word-break: keep-all;
}
.sub_top_banner > ul > li > a{
    display: block;
    width: 100%;
    padding: 1rem 0;
    color: #999;
    font-weight: 600;
}
.sub_top_banner > ul:not(:has(.active)) li:first-child{
    background: var(--point-color);
    color: #fff;
}
.sub_top_banner > ul:not(:has(.active)) li:first-child > a{
    color: #fff;
}
.sub_top_banner > ul > li.active{
    background: var(--point-color);
    color: #fff;
}
.sub_top_banner > ul > li.active > a{
    color: #fff;
}

