.sub02 .top {
    background: #46403C url("../images/sub03_bg.png")no-repeat 100% 50% / 60%;
    padding: 50px 0;
}
.sub02 .top > div {
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
}
.sub02 .top > div:first-child {
    padding: 0 100px;
    width: 320px;
    text-align: center;
}
.sub02 .top > div h2 {
    font-family: "Noto serif";
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
}
.sub02 .top > div p {
    font-family: "Noto serif";
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}
.sub02 .top > div .table-cell {
    font-family: "Roboto";
    font-size: 20px;
    text-align: right;
    padding-top: 20px;
}
.sub02 .top > div .table-cell strong {
    letter-spacing: 7px;
    font-weight: 600;
    text-align: left;
    margin-right: 35px;
}


.sub02 .model {
    position: relative;
    border: 1px solid #888;
    box-sizing: border-box;
    padding: 100px 0 80px;
}
.sub02 .model span {
    position: absolute;
    top: 100px;
    left: 75px;
    display: block;
    width: 220px;
    height: 55px;
    line-height: 57px;
    text-align: center;
    background: #46403C;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto";
    border-radius: 20px 0px;
}
.sub02 .model img {
    display: block;
    text-align: center;
    margin: 10px auto;
    max-width: 100%;
}
.sub02 .txt {
    background: #F7F7F7;
    padding: 20px 30px;
    margin-top: 50px;
}
.sub02 .txt li {
    color: #606060;
    font-size: 14px;
    margin: 10px 0;
}


.sub02 .banner {
    position: relative;
    margin-top: 100px;
    height: 650px;
    transition: all .7s;
    background: url("../images/sub02-bn.png")no-repeat 50% 50% / auto 100%;
}
.sub02 .banner > div {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    color: #fff;
}
.sub02 .banner > div .table-cell {
    vertical-align: middle;
}
.sub02 .banner > div strong {
    display: block;
    font-family: "Noto serif";
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 25px;
}
.sub02 .banner > div p {
    font-size: 18px;
    line-height: 1.8;
}
.sub02 .banner > div a {
    display: block;
    border: 1px solid #fff;
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 60px auto 0;
    transition: all .3s;
}
.sub02 .banner > div a:hover {
    background: #46403C;
    border: 1px solid #46403C;
}
.sub02 .banner > div .left {
    width: 50%;
    height: 650px;
    text-align: center;
    background: rgba(35, 29, 29, 0.6);
    transition: all .7s ease-in-out;
}
.sub02 .banner > div .left:hover {
    width: 100%;
}
.sub02 .banner > div .right {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50%;
    padding: 0 115px;
    background: rgba(35, 29, 29, 0.6);
    transition: all .7s ease-in-out;
    box-sizing: border-box;
}
.sub02 .banner > div .right:hover {
    height: 100%;
}
.sub02 .banner > div .right:hover a {
    height: 100px;
    line-height: 102px;
}
.sub02 .banner > div .right .flex {
    align-items: center;
}
.sub02 .banner > div .right a {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    width: 230px;
}


.sub02_1 .banner.on {
    background: url("../images/59B_box.png")no-repeat 50% 50% / auto 100%;
    background-size: auto 115%;
}
.sub02_2 .banner.on {
    background: url("../images/84_box.png")no-repeat 50% 50% / auto 100%;
    background-size: auto 115%;
}
.sub02_3 .banner.on {
    background: url("../images/51_box.png")no-repeat 50% 50% / auto 100%;
    background-size: auto 115%;
}
.sub02_4 .banner.on {
    background: url("../images/51_box.png")no-repeat 50% 50% / auto 100%;
    background-size: auto 115%;
}


.sub02_4 h4 {
    text-align: center;
    font-family: "Noto serif";
    font-size: 40px;
    color: #6F5026;
    font-weight: 400;
    margin-bottom: 100px;
}
.sub02_4 .gallery-thumbs {
    margin-top: 10px;
}
.sub02_4 .gallery-thumbs .swiper-slide {
    width: 20%;
}


#footer {
    margin-top: 0;
}


@media screen and (max-width: 1280px){
    .sub02 .top > div:first-child {
        width: 265px;
    }
    .sub02 .top > div h2 {
        font-size: 90px;
    }
    .sub02 .model span {
        top: 80px;
        left: 60px;
    }

    .sub02 .banner {
        height: 580px;
    }
    .sub02 .banner > div .left {
        width: 60%;
        height: 580px;
    }
    .sub02 .banner > div strong {
        font-size: 50px;
    }
    .sub02 .banner > div p {
        font-size: 16px;
    }
    .sub02 .banner > div a {
        width: 60%;
        font-size: 16px;
    }
    .sub02 .banner > div .right {
        padding: 0 12%;
    }
    .sub02 .banner > div .right a {
        width: 40%;
    }


    .sub02_4 h4 {
        font-size: 35px;
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 1024px){
    .sub02 .top > div:first-child {
        width: 220px;
        padding: 0 60px;
    }
    .sub02 .top > div h2 {
        font-size: 65px;
    }
    .sub02 .top > div p {
        font-size: 25px;
    }
    .sub02 .top > div .table-cell {
        padding-top: 10px;
        font-size: 17px;
    }
    .sub02 .model span {
        top: 50px;
        width: 180px;
        font-size: 17px;
    }
    .sub02 .txt {
        margin-top: 30px;
        padding: 15px 20px;
    }
    .sub02 .banner {
        height: 450px;
    }
    .sub02 .banner > div strong {
        font-size: 45px;
    }
    .sub02 .banner > div a {
        height: 50px;
        line-height: 52px;
        margin: 40px auto 0;
    }
    .sub02 .banner > div .left {
        width: 100%;
        height: 450px;
        border-right: 1px solid #fff;
    }
    .sub02 .banner > div .right {
        position: static;
        width: 100%;
        height: 450px;
        text-align: center;
    }
    .sub02 .banner > div .right .flex {
        display: block;
    }
    .sub02 .banner > div .right a {
        display: block;
        width: 80%;
        margin: 40px auto 0;
    }


    .sub02_4 h4 {
        font-size: 30px;
        margin-bottom: 55px;
    }
}
@media screen and (max-width: 768px){
    .sub02 .top {
        background-size: auto 100%;
        padding: 10%;
        box-sizing: border-box;
    }
    .sub02 .top > div {
        width: 100%;
        text-align: center;
    }
    .sub02 .top > div:first-child {
        width: 100%;
        padding: 0;
    }
    .sub02 .top > div h2 {
        font-size: 45px;
    }
    .sub02 .top > div p {
        font-size: 20px;
    }
    .sub02 .top > div .table {
        margin-top: 20px;
    }
    .sub02 .top > div .table-cell {
        width: 50%;
        text-align: center;
        font-size: 15px;
    }
    .sub02 .top > div .table-cell strong {
        margin-right: 0;
    }

    .sub02 .model {
        padding: 80px 0 40px;
    }
    .sub02 .model span {
        top: 20px;
        left: 20px;
        width: 150px;
        font-size: 15px;
        height: 45px;
        line-height: 47px;
    }

    .sub02 .txt li {
        font-size: 12px;
    }

    .sub02 .banner {
        margin-top: 50px;
        height: auto;
    }
    .sub02 .banner > div {
        width: 100%;
    }
    .sub02 .banner > div > div {
        height: auto!important;
        padding: 30px 0!important;
    }
    .sub02 .banner > div strong {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .sub02 .banner > div p {
        font-size: 13px;
        line-height: 1.6;
    }
    .sub02 .banner > div a {
        font-size: 13px;
        width: 175px!important;
        margin: 25px auto 0;
    }
    .sub02 .banner > div .left {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }


    .sub02_4 h4 {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .sub02_4 .gallery-thumbs .swiper-slide {
        width: 33.333%;
    }
}
@media screen and (max-width: 480px){
}