@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200;300;400;500;600;700;900&display=swap');

body {
    background: url(../images/bg.jpg) repeat;
}

ul,
li {
    text-decoration: none;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}


#mtkContainer {
    width: 100%;
    height: auto;
    background: url(../images/header_pc2025.jpg) top center no-repeat;
}

#mtkContainer * {
    vertical-align: top;
    font-family: 'Noto Sans TC', '微軟正黑體';
}

#mtkContainer>h2 {
    text-align: center;
    position: relative;
    margin: 70px auto 20px auto;
    display: block;
}

#mtkContainer>h2 b {
    background: #398adf;
    font: bold 32px/1.4 'Noto Sans TC', '微軟正黑體';
    color: #FFF;
    border-radius: 30px;
    padding: 7px 40px;
}

@media screen and (max-width:1050px) {
    #mtkContainer {
        width: 100%;
        height: auto;
        background: url(../images/header_m2025.jpg) top center no-repeat;
        background-size: 100% auto;
    }
}

@media screen and (max-width:500px) {
    #mtkContainer>h2 {
        margin: 40px auto 30px auto;
    }

    #mtkContainer>h2 b {
        font: bold 26px/1.4 'Noto Sans TC', '微軟正黑體';
    }

}



header.header {
    padding: 0;
    margin: 0 0 -60px 0;
    width: 100%;
    height: 731px;
}

header.header h1 {
    display: none;
}


@media only screen and (max-width: 1050px) {

    header.header {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 58vw;
    }

    header.header h1 {
        display: block;
        margin: 0;
        padding: 0;
    }

    header.header h1 img {
        width: 100%
    }

}

@media only screen and (max-width: 600px) {
    header.header {
        height: 47vw;
    }

}


nav.otherFesMenu {
    width: 800px;
    text-align: left;
    position: relative;
    left: 50%;
    margin: 30px 0 0 -394px;
    z-index: 5;
}

nav.otherFesMenu ul li {
    display: inline-block;
    margin: 0 -30px 0 0;
    width: auto;
    height: auto;
    transition: .5s;
    position: relative;
}

nav.otherFesMenu ul li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Noto Sans TC', '微軟正黑體';
    text-align: center;
    color: #fff5e4;
    width: 146px;
    height: 32px;
    line-height: 32px;
    background: #007fba;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0088c7 0%, #006695 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0088c7 0%, #006695 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0088c7 0%, #006695 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088c7', endColorstr='#006695', GradientType=1);
    /* IE6-9 */

    -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    border-radius: 5px 10px 0 0;
}


nav.otherFesMenu ul li.on:hover {
    transform: translateX(5px);
}

nav.otherFesMenu ul li a:hover {
    color: #fff55c;
}

nav.otherFesMenu ul li.on a {
    color: #FFF;
    background: #07baee;
}


@media only screen and (max-width: 1050px) {
    nav.otherFesMenu ul li a img {
        width: 100%;
    }
}

@media only screen and (max-width: 914px) {

    nav.otherFesMenu ul li a {
        width: auto;
        font-size: 3.2vw;
        line-height: 6vw;
        height: auto;
    }

    nav.otherFesMenu {
        width: 90%;
        left: 0;
        margin: 94px 0 0 6%;
    }

    nav.otherFesMenu ul li {
        margin: 0 -4% 0 0;
        width: 22%;
    }
}






.mobileMenuButton {
    display: none;
}

.mainPageButton {
    position: sticky;
    background: #fe879b;
    text-align: center;
    z-index: 98;
    margin: 0 auto;
    width: 100%;
    top: 0;
}

.mainPageButton>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mainPageButton>ul>li {
    position: relative;
}

.mainPageButton a {
    display: block;
    color: white;
    font: 20px/1.8 'Noto Sans TC', '微軟正黑體';
    padding: 0px 40px;
    text-align: center;
    position: relative;
}
.mainPageButton a svg{margin-left: 5px;}

.mainPageButton a:hover,
.mainPageButton>ul>li.active>a {
    background: #fd7189;
}

.secButton {
    display: none;
    background: #ff8a90;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
}

.mainPageButton>ul>li:hover .secButton {
    display: block;
}

.secButton a {
    padding: 0 10px;
}

@media screen and (max-width:1100px) {

    .mainPageButton>ul>li:hover .secButton {
        display: none;
    }

    .mainPageButton {
        display: flex;
        position: sticky;
        top: 0;
        border-radius: 0;
        height: auto;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .mainPageButton>ul {
        flex-wrap: nowrap;
        justify-content: left;
    }

    .mainPageButton a {
        padding: 0 10px;
        font: 18px/1.7 'Noto Sans TC', '微軟正黑體';
    }

}


@media screen and (max-width:600px) {
    .mainPageButton {
        justify-content: left;
    }
}


.itemArea {
    padding: 0px 0 20px 0;
}


/*tab*/
.tabBase {
    width: 100%;
    margin: 0px auto 0 auto;
    position: relative;
}

.tabBase ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tabBase ul li {
    font: 400 22px/1.4 'Noto Sans TC', '微軟正黑體';
    background: #FFF;
    border-radius: 20px;
    margin: 1% 15px;
    padding: 5px 15px;
    cursor: pointer;
    transition: 0.3s;
    color: #398adf;
}

.tabBase ul li.on,
.tabBase ul li:hover {
    background: #fff160;
    color: #398adf;
}

@media screen and (max-width:700px) {
    .tabBase {
        background: #fff;
        margin: 10px auto;
    }

    .tabBase ul {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        flex-wrap: nowrap;
        justify-content: left;
    }

    .tabBase ul li {
        font: 3.2vw/1.4 'Noto Sans TC', '微軟正黑體';
        margin: 1% 5px;
        padding: 5px 10px;
    }
}

@media screen and (max-width:500px) {
    .tabBase ul li {
        font: 5.2vw/1.4 'Noto Sans TC', '微軟正黑體';
    }
}


.itemArea .item {
    display: none;
}

.itemArea .item.on {
    display: block;
}



/*錨點*/
.HidePoimenu .slidecontain {
    display: none;
}

.slidecontain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slidecontain li {
    margin: 5px 10px;
    border-bottom: 1px solid #fff;
}

.slidecontain li:hover {
    box-shadow: 0px 1px 0px #fff;
}

.slidecontain li .anchorLink div {
    font: 18px/1.6 'Noto Sans TC', '微軟正黑體';
    color: #fff;
}

.NewPoimenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.NewPoimenu li {
    margin: 5px 10px;
    border-bottom: 1px solid #fff;
    font: 300 20px/1.6 'Noto Sans TC', '微軟正黑體';
    color: #fff;
    cursor: pointer;
}

.NewPoimenu li:hover {
    box-shadow: 0px 1px 0px #fff;
}


@media screen and (max-width:1000px) {
    .slidecontain li:hover {
        box-shadow: none;
    }

}


/*圖文模組*/

/* 
.ph-group {
    width: 80%;
    margin: 0 auto 0px auto;
    max-width: 1400px;
    border-radius: 0 0 20px 20px;
    padding: 20px 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ph-group-title {
    text-align: center;
    width: 80%;
    margin: 20px auto 0 auto;
    max-width: 1400px;
    border-radius: 20px 20px 0 0;
}

.ph-group-title span {
    font: bold 34px/1.6 'Noto Sans TC', '微軟正黑體';
    color: #fff160;
}


.ph-group .ph-group-content {
    width: 23%;
    position: relative;
    overflow: hidden;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 10px;
}

.ph-group .ph-group-content-photo {
    overflow: hidden;
}

.ph-group .ph-group-content-photo img {
    width: 100%;
}

.ph-group .ph-group-content-text-sale {
    color: #f43b40;
    margin: 5px auto;
    font: 16px/1.6 'Noto Sans TC', '微軟正黑體';
    background: #a0ffd8;
}

.ph-group .ph-group-content-text {
    text-align: left;
    padding: 15px 15px 50px 15px;
    height: 100%;
    width: 100%;
    margin-top: -2px;
}

.ph-group .ph-group-content-text-name {
    color: #353535;
    font: 600 17px/1.6 'Noto Sans TC', '微軟正黑體';
}

.ph-group .ph-group-content-text-detail {
    color: #727272;
    font: 300 16px/1.6 'Noto Sans TC', '微軟正黑體';
    text-align: left;
    margin: 5px auto;
}

.ph-group .ph-group-content-text-price {
    width: 90%;
    border-radius: 20px;
    background: #ff5a52;
    display: block;
    color: #FFF;
    font: 20px/1.4 'Noto Sans TC', '微軟正黑體';
    text-align: center;
    margin: 10px auto 5px auto;
    align-self: end;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.ph-group .ph-group-content-text-price span {
    font: 14px/2 'Noto Sans TC', '微軟正黑體';
}

.link-right {
    display: none;
}


.ph .ph-group-content-tag {
    position: absolute;
    left: 0%;
    top: 15px;
    background: #bd6e40;
    font: 15px/1.4 'Noto Sans TC', '微軟正黑體';
    color: #FFF;
    padding: 3px 10px;
    border-radius: 0 20px 20px 0;
}


@media screen and (max-width:1150px) {
    .ph-group .ph-group-content {
        width: 30%;
    }

}

@media screen and (max-width:768px) {
    .ph-group .ph-group-content {
        width: 45%;
    }

}

@media screen and (max-width:560px) {
    .ph-group {
        padding: 20px 0;
    }

    .ph-group .ph-group-content {
        width: 100%;
    }

    .ph-group .ph-group-content-text {
        padding: 15px;
    }

    .ph-group .ph-group-content-text-price {
        position: static;
        width: 100%;
    }
} */

.containers {
    max-width: 1210px;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
  }
  

.poi-goods {
    padding: 0px 0;
    position: relative;
    z-index: 0;
    text-align: center;
  
  }
  .poi-goods .ph {
    margin: 0px auto 0px auto;
  }
  @media (max-width: 992px) {
    .poi-goods .ph {
      margin: 0px auto 0px auto;
    }
  }
  .poi-goods.poi-3 .ph-group-content {
    width: calc(33.3333333333% - 11px);
  }
  @media (max-width: 992px) {
    .poi-goods.poi-3 .ph-group-content {
      width: calc(50% - 16px);
    }
  }
  @media (max-width: 576px) {
    .poi-goods.poi-3 .ph-group-content {
      width: 90%;
      flex-shrink: 0;
    }
  }
  .poi-goods.poi-2 .ph-group-content {
    width: calc(50% - 11px);
  }
  @media (max-width: 992px) {
    .poi-goods.poi-2 .ph-group-content {
      width: calc(50% - 16px);
    }
  }
  @media (max-width: 576px) {
    .poi-goods.poi-2 .ph-group-content {
      width: 90%;
      flex-shrink: 0;
    }
  }
  .poi-goods.poi-change .ph-group {
    display: none;
  }
  .poi-goods.poi-change .ph-group.on {
    display: flex;
  }
  .poi-goods.poi-change .ph-group-title {
    display: none;
  }
  .poi-goods .ph-title {
    display: none;
    /* display: flex !important; */
    flex-wrap: nowrap;
    font-size: 48px;
    font-weight: 700;
    color: #0a4f88;
    background: unset;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  .poi-infor.poi-goods .ph-title{
    color:#FFF;
    font-size: 80px;
    text-shadow:  0px 0px  10px rgba(0, 0, 0, 1)
  }
  @media (max-width: 768px) {
    .poi-goods .ph-title , .poi-goods.poi-infor .ph-title {
      font-size: 32px;
    }
  }
  @media (max-width: 992px) {
    .poi-goods .ph-title {
      margin-bottom: 24px;
    }
  }
  .poi-goods .ph-title div {
    position: relative;
    background: url(../images/title_bg_yellow.svg) top center no-repeat;
    padding: 12px 0;
    min-width: 412px;
    background-size: 100%;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-title div {
      min-width: 296px;
    }
  }
  .poi-goods .ph-title div::before {
    content: "";
    position: absolute;
    left: -78px;
    top: 16px;
    width: 57px;
    height: 48px;
    background: url(../images/title_left.svg) top center no-repeat;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-title div::before {
      width: 45px;
      left: -59px;
      top: 5px;
      background: url(../images/title_left.svg) top center no-repeat;
      background-size: 100%;
    }
  }
  @media (max-width: 576px) {
    .poi-goods .ph-title div::before {
      content: none;
    }
  }
  .poi-goods .ph-title div::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 13px;
    width: 65px;
    height: 56px;
    background: url(../images/title_right.svg) top center no-repeat;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-title div::after {
      width: 47px;
      right: -61px;
      top: 3px;
      background: url(../images/title_right.svg) top center no-repeat;
      background-size: 100%;
    }
  }
  @media (max-width: 576px) {
    .poi-goods .ph-title div::after {
      content: none;
    }
  }
  .poi-goods .ph-group-title {
    display: block;
    padding: 24px 0;
    color: #fff160;
    background: unset;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group {
    display: flex;
    margin: 0px auto 0px auto;
  
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    gap: 16px;
    padding: 16px 0 80px 0;
  }
  @media (max-width: 576px) {
    .poi-goods .ph-group {
      flex-wrap: nowrap;
      justify-content: flex-start;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      overflow-x: scroll;
      margin-left: 0%;
      padding: 8px 0px;
    }
  }
  .poi-goods .ph-group-content {
    border-radius: 10px;
    padding: 16px 16px 45px 16px;
    position: relative;
    width: calc(25% - 12px);
    transition: 0.3s;
    color: unset;
    background: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  @media (max-width: 992px) {
    .poi-goods .ph-group-content {
      width: calc(50% - 16px);
      padding: 14px 14px 43px 14px;
    }
  }
  @media (max-width: 576px) {
    .poi-goods .ph-group-content {
      width: 85%;
      flex-shrink: 0;
    }
  }
  .poi-goods .ph-group-content:hover {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  }
  .poi-goods .ph-group-content:hover .ph-group-content-otherlink a {
    color: #FFF;
    background: #5AC4F1;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-photo {
    display: block;
    overflow: hidden;
  }
  .poi-goods .ph-group-content-photo img {
    width: 100%;
  }
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    top: 0px;
    left: 0px;
    position: absolute;
    border-radius: 10px 20px 20px 0px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #FFF;
    background: #b76f4c;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-photo .ph-group-content-tag {
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
    }
  }
  .poi-goods .ph-group-content-text-name {
    padding: 0;
    margin: 8px auto;
    color: #000;
    background: unset;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-name {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-detail {
    margin: 8px auto;
    color: #515151;
    background: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-detail {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-detail a {
    color: #515151;
    background: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-detail a {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-price {
    position: absolute;
    right: 16px;
    bottom: 16px;
    letter-spacing: 0.2px;
    font-family: "Montserrat", "Noto Sans TC";
    color: #FF5136;
    background: unset;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-price {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-price span {
    vertical-align: baseline !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-price span {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-sale {
    color: #f43b40;
    background: #a0ffd8;
}


  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-sale {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-sale a {
    padding: 8px;
    display: block;
    color: #f43b40;
    background: #a0ffd8;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-sale a {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-otherlink {
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  @media (max-width: 992px) {
    .poi-goods .ph-group-content-otherlink {
      bottom: 14px;
      right: 14px;
    }
  }
  .poi-goods .ph-group-content-otherlink a:empty {
    display: none;
  }
  .poi-goods .ph-group-content-otherlink a {
    color: #5AC4F1;
    background: unset;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    padding: 4px 16px;
    border: 2px solid #B1382F;
    border-radius: 50px;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-otherlink a {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
    }
  }



.informationShow,
.areaIntroduction {
    display: none;
}



/*日曆CSS START*/
.date {
    padding: 40px 0 0 0;
}

h2.date-h2 {
    padding: 20px 0;
    font: 28px/1 'Noto Sans TC', '微軟正黑體';
    color: var(--type1-color);
    letter-spacing: 2px;
    text-align: center;
}

.date-content {
    display: flex;
    margin: 0 auto;
    padding: 20px;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #ffabba;
    outline: 5px solid #f797c2;
    border: 1px solid #FFF;
}

.date-content-title {
    display: inline-flex;
    width: 20%;
    vertical-align: middle;
    flex-wrap: wrap;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: start;
}

.date-content-title>div {
    display: block;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
}

.date-content-title-year {
    margin: 8px auto;
    font: 24px/1.2 'Noto Sans TC', '微軟正黑體';
    color: #ffffff;
    text-align: center;
}

.date-content-title-infor {
    margin-bottom: 10px;
    font: bold 40px/1 'Noto Sans TC', '微軟正黑體';
    color: #fffa67;
    text-align: center;
}

.date-content-title-time {
    margin: 0 auto;
    width: 80%;
    font: 15px/1.5 'Noto Sans TC', '微軟正黑體';
    color: #FFF;
    text-align: center;
    letter-spacing: 3px;
    border-radius: 99em;
    background: #ff5c56;
}

.date-content-title-exp {
    margin-top: 10px;
    font: 13px/1 'Noto Sans TC', '微軟正黑體';
    color: black;
    text-align: center;
    letter-spacing: 0px;
}

.date-content-title-exp span {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.date-content-calendar {
    display: inline-flex;
    flex-wrap: wrap;
    width: 80%;
    background: rgba(0, 0, 0, 0.0);
}

.date-content-calendar span {
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 10px 0;
    width: calc(100% / 7);
    font: 15px/1.5 'Noto Sans TC', '微軟正黑體';
    color: black;
    text-align: center;
    background: white;
    border-radius: 7px;
    border: 1px solid#ffabba;
}

.date-content-calendar .hod,
.date-content-title-exp span:nth-child(1) {
    background: #fff4bc;
}

.date-content-calendar span:nth-child(1),
.date-content-calendar span:nth-child(2),
.date-content-calendar span:nth-child(3),
.date-content-calendar span:nth-child(4),
.date-content-calendar span:nth-child(5),
.date-content-calendar span:nth-child(6),
.date-content-calendar span:nth-child(7) {
    background: #f56c82;
    color: white;
}

.date-content-calendar .vac,
.date-content-title-exp span:nth-child(2) {
    position: relative;
    color: #fff;
    background: #33c6ff;
}

.date-content-calendar .vac:after {
    content: "請假";
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 0.7em;
    color: #0c769f;
}

/*日曆CSS END*/



@media only screen and (max-width:768px) {


    .date {
        position: relative;
        margin-bottom: 5%;
        ;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        z-index: 2;
        padding: 40px 0 5% 0;
    }

    .date h2 {
        display: none;
    }

    .date-content {
        width: 90%;
        flex-wrap: wrap;
    }

    .date-content-title,
    .date-content-calendar {
        width: 100%
    }

    .date-content-title {
        margin-bottom: 6%;
    }


}

.otherFes {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    margin: 30px auto 20px auto;
}

.otherFes li {
    font: 22px/1.3 'Noto Sans TC', '微軟正黑體';
    margin: 0 10px;
    background: #b76f4c;
    border-radius: 20px;
    color: #FFF;
    padding: 10px 15px;
    transition: 0.3s;
    position: relative;
}

.otherFes img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    transform: translateY(3px);
}

.otherFes li:hover {
    transform: translateY(-3px);
    background: #e77e41;
}

.otherFes li.on:hover {
    transform: translateY(0px);
    background: #e77e41;
}

.otherFes li.on::after {
    content: "";
    clip-path: polygon(50% 50%, 0% 0, 100% 0);
    background: #e77e41;
    position: absolute;
    bottom: -22px;
    left: 42%;
    height: 26px;
    width: 26px;
}

.otherFes li.on {
    background: #e77e41;
}

@media only screen and (max-width:768px) {

    .otherFes li {
        font: 14px/1.3 'Noto Sans TC', '微軟正黑體';
        padding: 10px;
    }

    .otherFes img {
        display: none;
    }

    .otherFes {
        margin: 10px auto 20px auto;
    }
}

.ph-menu-arrow-left,
.ph-menu-arrow-right {
    display: none !important;
}