@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* -- reset module8 -- */
.edit,
.show_content,
.main_part { width: 100% !important; max-width: 100% !important; margin: auto !important; padding: 0px !important;}
.pageIndex .main_part { border:none !important; }
.path{ display:none;}
/* -- reset module8 end -- */


.hs_box * { line-height:150%; font-size:15px; border:0; outline:none; text-decoration:none; padding:0; margin:0; list-style:none; box-sizing:border-box; max-width:100%; font-family: 'Noto Sans TC'; 
-webkit-transition: ease .4s; -moz-transition: ease .4s; -ms-transition: ease .4s; -o-transition: ease .4s; transition: ease .4s;}
.hs_box{overflow: hidden;scroll-behavior: smooth;max-width: 2000px;margin: auto;}
.hs_box sub, .hs_box sup{vertical-align: unset;}
.hs_box i, .hs_box em , .hs_box dfn , .hs_box var{font-style: normal;line-height: 0px;}/*斜線標籤轉正*/
.hs_box table{border-spacing: 0px;border-collapse: collapse;}
.hs_box table td{border: 1px solid #000;}
.hs_box img { max-width:100%;line-height: 0px;}
.hs_clear::before, .hs_clear::after { content:''; display: table; }
.hs_clear::after { clear: both;}
.hs_clear { zoom: 1; }

/*Animations*/
[data-animate-in] { opacity: 0; transition: transform 1.6s ease, opacity 1.6s ease;}
[data-animate-in="up"] { transform: translate3d(0, 10px, 0);}/*由下往上*/
[data-animate-in="left"] { transform: translate3d(-5%, 0, 0);}/*由左往右*/
[data-animate-in="right"] { transform: translate3d(5%, 0, 0);}/*由右往左*/
[data-animate-in="down"] { transform: translate3d(0, -10%, 0);}/*由上往下*/
[data-animate-in="fadeIn"] { transform: translate3d(0, 0, 0);}/*淡入*/
[data-animate-in="scaleIn"] {transform: scale(.3);}/*放大淡入*/
[data-animate-in="rotateIn"] {transform: scale(.3) rotate(-10deg);}/*放大淡入*/
[data-animate-in].in-view { opacity: 1; transform:translate3d(0,0,0) rotate(0deg); -webkit-transform:translate3d(0,0,0) rotate(0); transition: transform .8s ease, opacity .8s ease;}
.fade-in { opacity: 0; transition: opacity .5s ease; }
/*Animations-end*/

/*關鍵字*/
.key_words{height: 0; max-height: 0; overflow: hidden;}
.key_words h2, .key_words h3, .key_words h4, .key_words h5, .key_words h6{color: rgba(255,255,255,.0);}

    .edit_part,
    .content {
        max-width: 100%;
        margin: auto;
        padding: 0;
    }

    .hs_box{
        --f66:66px;
        --f48:48px;
        --f40:40px;
        --f28:28px;
        --f24:24px;
        --f20:20px;
        --f17:17px;
        --colromain:#2E5244;
        --colorsub:#EDE9DD;
        --colortext:#444444;
        --colortestdark:#212121;
        --fontPop:'Poppins';
    }
    .hs_box *{
        color: var(--colortext);
    }

    /*關於我們*/
    .hea_a{
        padding: calc(5vw + 70px) 0 0;
        background-color: #EDE9DD;
    }
    .hea_a01{
        max-width: calc(1400px + 10%);
        padding: 0 5%;
        margin: 0 auto calc(1vw + 50px);
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .hea_a01 > h4{
        font-size: var(--f66);
        color: var(--colromain);
        font-family: var(--fontPop);
        min-width: fit-content;
        position: relative;
        z-index: 1;
    }
    .hea_a01 > h4 img{
        position: absolute;
        bottom: -5vw;
        right: -5vw;
        z-index: -1;
        width: clamp(70px, 15vw, 180px);
    }
    .hea_a01 section{
        width: 720px;
        margin: 0 0 0 5%;
        font-size: var(--f17);
    }
    .hea_a01 section p{
        font-size: var(--f17);
        line-height: 200%;
    }
    .hea_a02{
        position: relative;
        z-index: 1;
        line-height: 0px;
    }
    .hea_a02 > img:nth-of-type(2){
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    .hea_a02 > img:nth-of-type(3){
        position: absolute;
        top: -2vw;
        right: 15vw;
        width: clamp(70px, 15vw, 180px);
    }
    .hea_b{
        padding: calc(5vw + 70px) 5%;
    }
    .hea_b01{
        max-width: 1600px;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 5%;
        row-gap: 30px;
    }
    .hea_b01 section h4{
        font-size: var(--f17);
        color: var(--colromain);
        line-height: 200%;
    }
    .hea_b01 section p{
        font-size: var(--f17);
        line-height: 200%;
        margin: 20px 0 0;
    }
    .hea_b02{
        max-width: 1600px;
        margin: calc(5vw + 70px) auto 0;
        position: relative;
        z-index: 1;
        padding: calc(5vw + 50px) 0;
    }
    .hea_b02::after{
        content: '';
        height: 100%;
        width: 1px;
        background-color: #000;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .hea_b02 dl{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 51%;
        margin: 0 0 0 auto;
        position: relative;
        z-index: 1;
    }
    .hea_b02 dl > img:nth-of-type(1){
        position: absolute;
        top: -12vw;
        right: 23vw;
        width: clamp(70px, 15vw, 180px);
        z-index: -1;
    }
    .hea_b02 dl > img:nth-of-type(2){
        position: absolute;
        bottom: -12vw;
        right: 10vw;
        width: clamp(70px, 15vw, 180px);
        z-index: -1;
    }
    .hea_b02 dl dt{
        padding: 30px 10px;
        position: relative;
        z-index: 1;
        font-size: var(--f48);
        color: var(--colortestdark);
        font-weight: bold;
        min-width: fit-content;
        font-family: var(--fontPop);
        line-height: 100%;
        margin: 5vw -5% 0 0;
    }
    .hea_b02 dl dt::after{
        content: '';
        height: 100%;
        width: 30px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-color: #faf9f6;
    }
    .hea_b02 dl:nth-of-type(even){
        flex-direction: row-reverse;
        margin:0 auto 0 0;
    }
    .hea_b02 dl:nth-of-type(even) dt{
        margin: 50px 0 0 -5%;
    }
    .hea_b02 dl:nth-of-type(even) dt::after{
        left: unset;
        right: 0px;
    }
    /*--------------------------------------*/

    /*營區規範*/
    .her_a{
        padding: calc(2vw + 70px) 5%;
    }
    .her_a01 h4{
        max-width: 1165px;
        margin: auto;
        border-radius: 500px;
        background-color: var(--colromain);
        padding: 5px;
        text-align: center;
    }
    .her_a01 h4 b{
        display: block;
        border-radius: 500px;
        background-color: var(--colromain);
        border: 2px dashed #fff;
        padding: 10px;
        font-size: var(--f24);
        color: #fff;
        line-height: 140%;
    }
    .her_a01 > dl{
        margin: 0 0 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .her_a01 > dl dd{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin:15px 10px;
        position: relative;
        z-index: 1;
        padding: 0 20px 0 0;
    }
    .her_a01 > dl dd::after{
        content: '';
        position: absolute;
        right: 0px;
        height: 70%;
        width: 90%;
        background-color: #EDE9DD;
        z-index: -1;
        border-radius: 500px;
    }
    .her_a01 > dl dd i{
        display: block;
        min-width: fit-content;
        margin: 0 10px 0 0;
    }
    .her_a01 > dl dd b{
        font-size: var(--f20);
        color: var(--colortestdark);
        line-height: 170%;
    }
    .her_a01 section{
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .her_a01 section a{
        padding: 0 15px;
        border-left: 1px solid #000;
        font-size: var(--f20);
        line-height: 180%;
        margin: 0 0 10px;
    }
    .her_a01 section a:hover{
        background-color: var(--colromain);
        color: #fff;
    }
    .her_a02{
        max-width: 1400px;
        margin: 40px auto;
    }
    .her_allbg{
        border: clamp(5px, 2vw, 15px) solid #F5F3ED;
        background-color: #fff;
        padding: 30px clamp(15px, 5vw, 50px);
        position: relative;
        z-index: 1;
    }
    .her_link{
        position: absolute;
        top: -18vw;
        left: 0px;
        z-index: -1;
    }
    .her_a02_title{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin:0 0 15px;
    }
    .her_a02_title > i{
        display: block;
        min-width: fit-content;
        margin: 0 10px 0 0;
    }
    .her_a02_title > b{
        font-size: var(--f28);
        color: #000;
        line-height: 120%;
    }
    .her_a02_des{
        font-size: var(--f17);
        color: #000;
        line-height: 200%;
        display: block;
    }
    .her_line{
        display: block;
        width: 100%;
        border: 1px dashed #AEC7AC;
        margin: 15px 0;
    }
    .her_a02_con{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-weight: normal;
        margin: 15px 0 0 ;
    }
    .her_a02_con > i{
        display: block;
        min-width: fit-content;
        color: var(--colromain);
        font-size: var(--f17);
        line-height: 200%;
        margin: 0 5px 0 0;
    }
    .her_a02_con > p{
        font-size: var(--f17);
        line-height: 200%;
    }
    .her_a02_ul01{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }
    .her_a02_ul01 li h4{
        padding: 10px;
        background-color: var(--colorsub);
        font-size: var(--f20);
        line-height: 180%;
        margin: 0 0 10px;
    }
    .her_a02_out{
        max-width: 1400px;
        margin:40px auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 40px;
    }
    .her_a02_con_item{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: var(--f17);
        line-height: 200%;
    }
    .her_a02_con_item i{
        display: block;
        min-width: fit-content;
        color: var(--colromain);
        font-size: var(--f17);
        line-height: 200%;
        margin: 0 5px 0 0;
    }
    /*--------------------------------------*/

    /*交通資訊*/
    .het_a{
        padding: calc(2vw + 70px) 5%;
    }
    .het_a section{
        max-width: 1400px;
        margin: auto;
    }
    .het_a section h4{
        font-size: var(--f28);
        color: var(--colromain);
        font-family: var(--fontPop);
        line-height: 100%;
    }
    .het_a section h5{
        font-size: var(--f40);
        color: var(--colromain);
        line-height: 100%;
        font-weight: bold;
        margin: 15px 0 30px;
    }
    .het_a section dl{
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 15px;
    }
    .het_a section dl::after{
        content: '';
        position: absolute;
        top: 10px;
        left: 7px;
        width: 1px;
        height: calc(100% - 20px);
        border-left: 2px dashed #95AB95;
        z-index: -1;
    }
    .het_a section dl dd{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: var(--f17);
        line-height: 200%;
    }
    .het_a section dl dd::before{
        content: '';
        min-width: 16px;
        height: 16px;
        border-radius: 500px;
        background-color: #fff;
        border: 3px solid #95AB95;
        margin: 10px 15px 0 0;
    }
    .het_b{
        line-height: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .het_b iframe{
        height: clamp(300px, 40vw, 600px);
    }
    /*--------------------------------------*/

    @media (max-width: 1360px) {
        .hs_box{
            --f66:50px;
            --f48:40px;
            --f40:32px;
            --f28:25px;
            --f24:22px;
            --f20:20px;
            --f17:17px;
        }

        /*營區規範*/
        /*--------------------------------------*/
        
        /*交通資訊*/
        /*--------------------------------------*/
    }
    @media (max-width: 1024px) {
        /*關於我們*/
        .hea_b02 dl dt,
        .hea_b02 dl:nth-of-type(even) dt{margin-top: 30px;}
        /*------------------------------*/

        /*營區規範*/
        .her_a02_out{grid-template-columns: 1fr;}
        /*--------------------------------------*/

        /*交通資訊*/
        /*--------------------------------------*/
    }
    @media (max-width: 968px) {
        .hs_box{
            --f66:40px;
            --f48:30px;
            --f40:25px;
            --f28:22px;
            --f24:20px;
            --f20:18px;
            --f17:16px;
        }

        /*營區規範*/
        /*--------------------------------------*/

        /*交通資訊*/
        /*--------------------------------------*/
    }
    @media (max-width: 768px) {
        /*關於我們*/
        .hea_a01{flex-direction: column;align-items: center;}
        .hea_a01 > h4{text-align: center;}
        .hea_a01 section{margin:15px 0 0;}
        .hea_b01{grid-template-columns: 1fr;}
        .hea_b02 dl dt{margin-top: 30px;margin: 0 -70px 0 0;}
        .hea_b02 dl:nth-of-type(even) dt{margin-top: 30px;margin: 0 0 0 -70px;}
        /*------------------------------*/

        /*營區規範*/
        .her_a02_ul01{grid-template-columns: 1fr;}
        /*--------------------------------------*/

        /*交通資訊*/
        /*--------------------------------------*/
    }
    @media (max-width: 568px) {
        .hs_box{
            --f66:32px;
            --f48:25px;
            --f40:22px;
            --f28:20px;
            --f24:18px;
            --f20:16px;
            --f17:15px;
        }

        /*關於我們*/
        .hea_b02 dl{flex-direction: column;width: 50%;margin:0px 0 50px auto;}
        .hea_b02 dl:nth-of-type(even){flex-direction: column;width: 50%;margin:15px 0;}
        .hea_b02 dl dt{margin-top: 30px;margin: 0 -70px 0 0;width: 100%;padding: 15px 0;}
        .hea_b02 dl:nth-of-type(even) dt{margin-top: 30px;margin: 0;text-align: right;}
        .hea_b02 dl dt::after{left: -2px;}
        .hea_b02 dl:nth-of-type(even) dt::after{right: -2px;}
        /*------------------------------*/

        /*營區規範*/
        /*--------------------------------------*/

        /*交通資訊*/
        .het_b{grid-template-columns: 1fr;}
        /*--------------------------------------*/
    }
    @media (max-width: 425px) {

        /*營區規範*/
        .her_a01 > dl dd i img{width: 40px;}
        .her_a01 > dl dd{width: 100%;}
        /*--------------------------------------*/

        /*交通資訊*/
        /*--------------------------------------*/
    }
    @media (max-width: 375px) {
        .her_a01 section{flex-direction: column;}
        .her_a01 section a{width: 100%;max-width: fit-content;}
    }