/* ______________ sec1 ____________ */
.sec1{
    position: relative;
}
.sec1 .c_mainPage_wrap{
    width: calc(33.3% - 70px);
    margin: 0  0 0 71px;
}
.sec1 .c_mainPage_text{
    width: 100%;
    margin: auto -56% auto auto;
}
.sec1 .c_text_mainTitle{
    padding-top: 10px;
    font-size: 120px;
}
.sec1 .c_text_asideTitle::after{
    content: '';
    width: 264px;
    height: 1px;
    background-color: #fff;
    position: relative;
    top: -10px;
    right: -30px;
    display: inline-block;
}
.sec1 .c_mainPage_bgL{
    border: 70px solid #efefef;
}
.sec1 .c_scrollDown{
    left: calc(33.3% - 80px);
}

/* 右背景 */
.sec1 .bgR_top,.sec1 .bgR_bottomL,
.sec1 .bgR_bottom,.sec1 .bgR_bottomR{
    background-size: cover;
    background-position: center;
}
.sec1 .bgR_top,.sec1 .bgR_bottomL,.sec1 .bgR_bottomR{
    height: 50vh;
}
.sec1 .bgR_bottomL,.sec1 .bgR_bottomR{
    width: 50%;
}
.sec1 .mainPage_bgR{
    width: 100%;
}
.sec1 .mainPage_bgR::before{
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}
.sec1 .bgR_top{
    background-image: url(../images/travel/bg_01.png);
}
.sec1 .bgR_bottom{
    display: flex;
}
.sec1 .bgR_bottomL{
    background-image: url(../images/travel/bg_02.png);
}
.sec1 .bgR_bottomR{
    background-image: url(../images/travel/bg_03.png); 
}
/* ____________ sec1 end __________ */
/* ______________ sec2 ~ sec6 共用 ____________ */ 
.sec23456_wrap{
    width: 1420px;
    margin: auto;
}
.sec23456_wrap::before{
    content: '';
    width: 1px;
    height: 815px;
    background-color: #a4927e66;
    margin: auto;
    position: absolute;
    display: block;
    left: 50%;
    top: 27.5%;
}
.sec2_img,.sec3_img,.sec4_img,.sec5_img,.sec6_img,
.sec2_ink{
    background-size: cover;
    background-position: center;
}

.sec2_img img,.sec3_img img,.sec4_img img,.sec5_img img,.sec6_img img{
    width: 100%;
}
.sec2,.sec3{
    display: flex;
    position: relative;
}
.sec2_num,.sec3_num,.sec4_num,.sec5_num,.sec6_num{
    display: none!important; /* 先隱藏 */
}
.sec2 .cont_date,.sec3 .cont_date,
.sec4 .cont_date,.sec5 .cont_date,.sec6 .cont_date{
    padding-bottom: 20px;
}
.sec2 .cont_maintitle,.sec3 .cont_maintitle,
.sec4 .cont_maintitle,.sec5 .cont_maintitle,
.sec6 .cont_maintitle{
    position: relative;
    display: inline;
}
.sec2 .cont_subtitle,.sec3 .cont_subtitle,
.sec4 .cont_subtitle,.sec5 .cont_subtitle,
.sec6 .cont_subtitle{
    margin: 30px 0 20px;
}
.sec2 .cont_maintitle::before,.sec2 .cont_maintitle::after,
.sec3 .cont_maintitle::before,.sec3 .cont_maintitle::after,
.sec4 .cont_maintitle::before,.sec4 .cont_maintitle::after,
.sec5 .cont_maintitle::before,.sec5 .cont_maintitle::after,
.sec6 .cont_maintitle::before,.sec6 .cont_maintitle::after{
    content: '';
    position: absolute;
    left: 0;
    height: 15px;
    background-color: #fcff1e;
    z-index: -1;
}
.sec5 .cont_maintitle::after{
    left: unset;
    right: 0;
}
.sec6 .cont_maintitle::after{
    left: -35px;
}
.sec2 .cont_maintitle::before,
.sec3 .cont_maintitle::before,
.sec4 .cont_maintitle::before,
.sec5 .cont_maintitle::before,
.sec6 .cont_maintitle::before{
    width: 78%;
    top: 28px;
}
.sec2 .cont_maintitle::after,
.sec3 .cont_maintitle::after,
.sec4 .cont_maintitle::after,
.sec5 .cont_maintitle::after,
.sec6 .cont_maintitle::after{
    width: 100%;
    top: 90px;
}
.sec2 .cont_subtitle,
.sec3 .cont_subtitle,
.sec4 .cont_subtitle,
.sec5 .cont_subtitle,
.sec6 .cont_subtitle{
    width: 70%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.sec4 .cont_subtitle,
.sec5 .cont_subtitle{
    margin-right: 0;
    margin-left: auto;
}
/* ______________ sec2 ~ sec6 共用 end ____________ */ 
/* ______________ sec2 ____________ */ 
.sec2{
    padding: 160px 0 0 155px;
}
.sec2_cont{
    position: relative;
    width: 37.5%;
    margin-top: 210px;
}
.sec2 .cont_maintitle{
    position: relative;
}
.sec2_num{
    margin: -11px 0 -52px 432px;
}
.sec2_num::after{
    content: '';
    position: relative;
    display: block;
    width: 1px;
    height: 265px;
    margin: auto;
    background-color: #a4927e;
}
.sec2_img{
    position: relative;
    width: 53.7%;

}
.sec2_ink{
    position: absolute;
    right: -75px;
    bottom: -75px;
    width: 150px;
    height: 150px;
    background-image: url(../images/travel/sec2_ink.png);
}
/* ____________ sec2 end __________ */
/* ______________ sec3 ____________ */
.sec3{
    padding-top: 340px;
}
.sec3_img{
    position: relative;
    width: 596px;
    /* height: 598px;
    background-image: url(../images/travel/sec3_img.png); */
    margin-top: 125px;
}
.sec3_imgBg{
    position: absolute;
    display: block;
    width: 326px;
    height: 412px;
    background-color: #e7ddd4;
    z-index: -1;
    top: -100px;
    right: -55px;
}
.sec3_cont{
    width: 500px;
    margin-left: 14.5%;
    margin-top: 55px;
}
.sec3_num{
    position: relative;
}
.sec3_num::before{
    content: '';
    position: relative;
    display: inline-block;
    width: 270px;
    height: 1px;
    background-color: #a4927e;
    top: -11px;
    left: -15px;
}
.sec3 .cont_date{
    padding-top: 100px;
}
.sec3 .cont_maintitle::before{
    top: 28px;
    width: 315px;
}
.sec3 .cont_maintitle::after{
    top: 90px;
    width: 386px;
}
/* ____________ sec3 end __________ */
/* ______________ sec4 ____________ */
.sec4{
    position: relative;
    padding-top: 160px;
    z-index: 1;
}
.sec4_cont{
    width: 467px; 
    margin-left: 640px;
    text-align: right;
}
.sec4 .cont_maintitle::after,.sec4 .cont_maintitle::before {
    left: unset;
    right: 0;
}
.sec4 .sec4_num{
    position: absolute;
    bottom: 0;
    padding-left: 12px;
}
.sec4_img{
    position: relative;
    width: 548px;
    /* height: 548px; */
    /* background-image: url(../images/travel/sec4_img.png); */
    margin: 20px 0 0 365px;
}
.sec4_img::before{
    content: '';
    width: 180px;
    height: 180px;
    border-radius: 90px;
    background-color: #f0f0f0;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -90px;
    z-index: -1;
}
/* ____________ sec4 end __________ */
/* ______________ sec5 ____________ */
.sec5{
    width: 44%;
    margin: -80px 0 0 auto;
}
.sec5_img{
    position: relative;
    width: 100%;
    /* height: 620px; */
    /* background-image: url(../images/travel/sec5_img.png); */
}
.sec5_img::before{
    content: '';
    width: 67px;
    height: 364px;
    background-color: #a4927e;
    position: absolute;
    display: block;
    top: -248px;
    right: 80px;
}
.sec5_cont{
    text-align: right;
    padding-top: 50px;
}
.sec5 .sec5_num {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 12px;
}
/* ____________ sec5 end __________ */
/* ______________ sec6 ____________ */
.sec6{
    width: 48%;
    margin: -805px 0 0 65px;
}
.sec6_img{
    position: relative;
    width: 100%;
    /* height: 682px; */
    /* background-image: url(../images/travel/sec6_img.png); */
}
.sec6_img::before{
    content: '';
    width: 116px;
    height: 90px;
    background-image: url(../images/travel/sec6_ink.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    display: block;
    top: -45px;
    left: 65px;
}
.sec6_cont{
    text-align: center;
    padding-top: 50px;
}
.sec6 .cont_subtitle{
    margin: 30px auto 20px;
}
.sec6 .sec6_num {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 12px;
}
/* ____________ sec6 end __________ */
/* ____________ sec7 __________ */
.sec7{
    width: fit-content;
    margin: auto;
    display: flex;
    padding: 150px 0;
}
.sec7_pagePrev::before,.sec7_pageNext::after{
    content: '';
    width: 144px;
    height: 10px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.sec7_pagePrev{
    padding-right: 60px;
}
.sec7_pageNext{
    padding-left: 60px;
}
.sec7_pagePrev::before{
    background-image: url(../images/common_icon/c_pagePrev.png);  
    margin-right: 20px;
}
.sec7_pageNext::after{
    background-image: url(../images/common_icon/c_pageNext.png);
    margin-left: 20px;
}
.sec7_pageNum{
    padding: 0 8px;
}
/* ____________ sec7 end __________ */
/* ____________ sec8 __________ */
.sec8{
    position: relative;
    width: 720px;
    margin: auto;
    text-align: center;
    padding-bottom: 90px;
}
.sec8::before,.sec8::after{
    position: absolute;
    top: 120px;
    font-size: 70px;
    font-family: BodoniFLF-R;
    text-align: center;
    color: rgb(164, 146, 126);
    display: block;
}
.sec8::before{
    content: "“";
    left: 0px;
}
.sec8::after{
    content: "”";
    right: 0px;
}
.sec8_title{
    line-height: 0.68;
    padding-bottom: 50px;
}
/* ____________ sec8 end __________ */
@media (min-width: 992px) {
    
}
@media (max-width: 1450px) {
    .sec23456_wrap{
        width: 990px;
    }
    .sec2 {
        padding: 160px 0 0 85px;
    }
}
@media (max-width: 991px) {
    /* ______________ sec1 ____________ */
    .sec1{
        background-image: url(../images/travel/bg_02.png);
        background-position: 0% 100%;
        background-size: 50%;
    }
    .sec1 .c_mainPage_wrap{
        position: absolute;
        width: 100%;
        height: 100%;
        background: unset;
        margin: unset;
    }
    .sec1 .c_text_asideTitle{
        font-size: 45px;
    }
    .sec1 .c_mainPage_text{
        padding: 0 120px;
    }
    .sec1  .c_mainPage_text .icon-eyes{
        position: relative;
        text-align: left;
        left: -32px;
        top: 26px;
    }
    .sec1 .c_text_mainTitle,.sec1 .c_text_subTitle{
        text-align: left;
    }
    .sec1 .c_mainPage_bgL{
        height: 70vh;
        background-color: #a4927e;
        border: unset;
    }
    .sec1 .mainPage_bgR::before{
        content: unset;
    }
    .sec1 .bgR_top {
        background-image: url(../images/travel/bg_xs.png);
        background-position: 50% -10%;
    }
    .sec1 .bgR_bottomL{
        display: none;
    }
    .sec1 .bgR_bottomR{
        width: 100%;
    }
    .sec1 .c_scrollDown{
        left: 50%;
    }
    /* ____________ sec1 end __________ */
    .sec23456_wrap{
        width: 100%;
        padding: 0 65px;
    }
    .sec23456_wrap::before{
        top: 19.5%;
    }
    .sec2 .cont_maintitle::before, .sec2 .cont_maintitle::after,
    .sec3 .cont_maintitle::before, .sec3 .cont_maintitle::after,
    .sec4 .cont_maintitle::before, .sec4 .cont_maintitle::after,
    .sec5 .cont_maintitle::before, .sec5 .cont_maintitle::after,
    .sec6 .cont_maintitle::before, .sec6 .cont_maintitle::after{
        height: 4px;
    }
    .sec2 .cont_maintitle::before, .sec3 .cont_maintitle::before,
    .sec4 .cont_maintitle::before, .sec5 .cont_maintitle::before,
    .sec6 .cont_maintitle::before{
        width: 160px;
        top: 16px;
    }
    .sec2 .cont_maintitle::after, .sec3 .cont_maintitle::after,
    .sec4 .cont_maintitle::after, .sec5 .cont_maintitle::after,
    .sec6 .cont_maintitle::after{
        width: 196px;
        top: 47px;
    }
    .sec2 .cont_subtitle, .sec3 .cont_subtitle, .sec4 .cont_subtitle,
    .sec5 .cont_subtitle, .sec6 .cont_subtitle{
        width: 100%;
        margin: 15px 0 10px;
    }
    .sec2 .cont_date, .sec3 .cont_date,
    .sec4 .cont_date, .sec5 .cont_date,
    .sec6 .cont_date{
        padding-bottom: 10px;
    }
    .sec2_num::before,.sec3_num::before{
        background-color: #a4927ea1;
    }
    /* ______________ sec2 ____________ */
    .sec2 {
        padding: 95px 0 0 0;
    }
    .sec2_cont{
        width: 46%;
        margin-top: 64px;
    }
    .sec2 .cont_subtitle{
        margin: 15px 0 0;
        padding-right: 10px;
    }
    .sec2_num{
        margin-left: 250px;
        margin-bottom: -65px;
    }
    .sec2_num::after{
        height: 115px;
    }
    .sec2_img {
        width: 54%;
        height: 340px;
    }
    .sec2_ink{
        right: -40px;
        bottom: -40px;
        width: 80px;
        height: 80px;
    }
    /* ____________ sec2 end __________ */
    /* ______________ sec3 ____________ */
    .sec3 {
        padding-top: 65px;
    }
    .sec3_img{
        width: 40%;
        height: 265px;
    }
    .sec3_cont{
        width: calc(60% - 110px);
        margin-left: 110px;
    }
    .sec3 .cont_date {
        padding-top: 10px;
    }
    .sec3_img{
        margin-top: 45px;
    }
    .sec3_imgBg{
        width: 57%;
        height: 70%;
        top: -40px;
        right: -25px;
    }
    .sec3_num::before{
        width: 160px;
    }
    /* ____________ sec3 end __________ */
    /* ______________ sec4 ____________ */
    .sec4{
        padding-top: 85px;
    }
    .sec4_img {
        width: 242px;
        height: 242px;
        margin: 20px auto 0 auto;
    }
    .sec4_cont{
        width: 269px;
        margin: auto;
        text-align: center;
    }
    .sec4_img::before{
        width: 140px;
        height: 140px;
        left: -70px;
    }
    /* ____________ sec4 end __________ */
    /* ______________ sec5 ____________ */
    .sec5{
        margin: -30px 0 0 auto;
    }
    .sec5_img {
        width: 278px;
        height: 278px;
        margin: -32px 0 0 auto;
    }
    .sec5_img::before{
        width: 30px;
        height: 162px;
        top: -110px;
        right: 35px;
    }
    .sec5_cont{
        text-align: center;
    }
    /* ____________ sec5 end __________ */
    /* ______________ sec6 ____________ */
    .sec6{
        margin: -490px 0 0 0;
    }
    .sec6_img {
        width: 318px;
        height: 318px;
    }
    .sec6_img::before{
        width: 68px;
        height: 55px;
        background-size: cover;
        background-position: center;
        top: -35px;
        left: 35px;
    }
    /* ____________ sec6 end __________ */
    /* ______________ sec7 ____________ */
    .sec7{
        padding: 86px 0 110px;  
    }
    .sec7_pagePrev::before{
        width: 60px;
        background-position-x: 0%;
    }
    .sec7_pageNext::after{
        width: 60px;
        background-position-x: 100%;
    }
    /* ____________ sec7 end __________ */
    /* ______________ sec8 ____________ */
    .sec8{
        width: unset;
    }
    .sec8::before, .sec8::after{
        top: 60px;
    }
    .sec8_title{
        padding-bottom: 16px;
    }
    /* ____________ sec8 end __________ */
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .sec1{
        /* background-image: unset; */
    }
}
@media (max-width: 767px) {
    /* ______________ sec1 ____________ */
    .sec1_xsBg{
        position: absolute;
        bottom: 0;
        top: 0;
        width: 100%;
        background-size: cover;
    }
    .sec1 .c_text_asideTitle::after{
        content: unset;
    }
    .sec1 .c_text_mainTitle,.sec1 .c_text_asideTitle,
    .sec1 .c_text_subTitle,.sec1 .c_mainPage_text .icon-eyes{
        text-align: center;
    }
    .sec1 .c_text_asideTitle{
        line-height: 1;
    }
    .sec1 .c_text_mainTitle{
        padding: 0 0 40px;
        font-size: 45px;
    }
    .sec1 .c_text_mainTitle::before,.sec1 .c_text_subTitle::after{
        width: 58%;
        margin: auto;
    }
    .sec1 .c_text_mainTitle::before{
        top: -55px;
    }
    .sec1 .c_text_subTitle::after {
        top: -110px;
    }
    .sec1 .c_mainPage_text .icon-eyes{
        left: 0;
        top: -34px;
    }
    .sec1 .c_mainPage_text{
        padding: 0 20px;
    }
    .sec1 .bgR_top {
        height: 100%;
        background-position: center;
    }
    .sec1 .bgR_bottom{
        display: none;
    }
    /* ____________ sec1 end __________ */
    .sec23456_wrap{
        padding: 35px 15px 0;
    }
    .sec23456_wrap::before {
        content: unset;
    }
    .sec2,.sec3,.sec4,.sec5,.sec6{
        padding-bottom: 70px;
    }
    .sec2_cont,.sec2_img,.sec3_img,.sec4_img,.sec5_img,.sec6_img{
        width: 100%;
    }
    .sec2_cont,.sec3_cont,.sec4_cont,.sec5_cont,.sec6_cont{
        width: 100%;
        padding: 0 30px;
        text-align: center;
        color: #fff;
        top: 0;
        bottom: 0;
        height: fit-content;
        margin: 36% auto auto auto;
    }
    .sec2 .cont_maintitle::before, .sec2 .cont_maintitle::after,
    .sec3 .cont_maintitle::before, .sec3 .cont_maintitle::after,
    .sec4 .cont_maintitle::before, .sec4 .cont_maintitle::after,
    .sec5 .cont_maintitle::before, .sec5 .cont_maintitle::after,
    .sec6 .cont_maintitle::before, .sec6 .cont_maintitle::after{
        content: unset;
    }
    .sec2 .cont_subtitle, .sec3 .cont_subtitle, .sec4 .cont_subtitle,
    .sec5 .cont_subtitle, .sec6 .cont_subtitle{
        display: none;
    }
    .sec2_num,.sec3_num,.sec4_num,.sec5_num,.sec6_num,
    .sec2_ink,.sec3_imgBg{
        display: none;
    }
    .sec2_cont,.sec3_cont,.sec4_cont,.sec5_cont,.sec6_cont{
        position: absolute;
    }
    .sec2_img,.sec3_img,.sec4_img,.sec5_img,.sec6_img {
        height: 340px;
    }
    .sec2_img,.sec3_img,.sec4_img,.sec5_img,.sec6_img{
        z-index: -1;
        overflow: hidden;
    }
    .sec2 .c_more,.sec3 .c_more,.sec4 .c_more,
    .sec5 .c_more,.sec6 .c_more{
        position: absolute;
        display: block;
        width: 100%;
        left: 0;
        bottom: -163px;
        padding-right: unset;
    }
    .sec2_img::after,
    .sec3_img::after,
    .sec4_img::after,
    .sec5_img::after,
    .sec6_img::after{
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.3);
        
    }
    /* ______________ sec2 ____________ */
    .sec2 {
        padding-top: 0;
    }
    /* ____________ sec2 end __________ */
    /* ______________ sec3 ____________ */
    .sec3 {
        margin-left: unset;
        padding-top: 0;
    }
    .sec3_cont{
        margin-left: unset;
    }
    .sec3_img{
        margin-top: unset;
    }
    .sec3 .cont_date{
        padding-top:unset;
    }
    /* ____________ sec3 end __________ */
    /* ______________ sec4 ____________ */
    .sec4 {
        padding-top: 0;
    }
    .sec4_img{
        margin: unset;
    }
    .sec4_img::before{
        content: unset;
    }
    /* ____________ sec4 end __________ */
    /* ______________ sec5 ____________ */
    .sec5{
        position: relative;
        width: 100%;
        margin: unset;
    }
    .sec5_img{
        margin: unset;
    }
    .sec5_img::before{
        content: unset;
    }
    /* ____________ sec5 end __________ */
    /* ______________ sec6 ____________ */
    .sec6{    
        width: 100%;
        position: relative;
        margin: unset;
    }
    .sec6_img::before{
        content: unset;
    }
    /* ____________ sec6 end __________ */
    /* ______________ sec7 ____________ */
    .sec7 {
        padding: 25px 0 70px;
    }
    .sec7_pagePrev{
        padding-right: 50px;
    }
    .sec7_pageNext{
        padding-left: 50px;
    }
    .sec7_pagePrev::before,.sec7_pageNext::after{
        width: 35px;
    }
    .sec7_pagePrev::before{
        margin-right: 10px;
    }
    .sec7_pageNext::before{
        margin-left: 10px;
    }
    .sec7_pageNum_sum::before{
        content: '/';
        color: #b6b6b6;
        right: 6px;
        position: relative;
    }
    /* ______________ sec7 end ____________ */
    /* ______________ sec8 ____________ */
    .sec8{
        display: none;
    }
    /* ______________ sec8 end ____________ */
}