@charset "UTF-8";
/* CSS Document */
.spotList .Img::after, .spotList .text, .side_news .item .Img::after {
  transition: all .5s; }

/*內頁*/
.mainArea.inPage.sportArea {
  padding: 0; }
  @media (max-width: 1180px) {
    .mainArea.inPage.sportArea {
      padding: 0 20px 60px; } }

.sportArea .contentBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%; }
  @media (max-width: 1180px) {
    .sportArea .contentBox {
      flex-direction: column; } }
  .sportArea .contentBox .leftBox {
    width: 850px; }
    @media (max-width: 1550px) {
      .sportArea .contentBox .leftBox {
        width: 50%; } }
    @media (max-width: 1180px) {
      .sportArea .contentBox .leftBox {
        width: 100%;
        padding: 0;
        display: none; } }
    .sportArea .contentBox .leftBox img {
      width: 100%;
      display: block;
      backface-visibility: hidden; }
  .sportArea .contentBox .rightBox {
    width: calc(100% - 850px);
    padding: 90px 200px 0 80px;
    height: 1060px;
    overflow-y: scroll; }
    @media (max-width: 1680px) {
      .sportArea .contentBox .rightBox {
        padding: 90px 80px 0 80px; } }
    @media (max-width: 1550px) {
      .sportArea .contentBox .rightBox {
        height: 850px;
        width: 50%;
        padding: 90px 20px 0 20px; } }
    @media (max-width: 1280px) {
      .sportArea .contentBox .rightBox {
        height: 650px; } }
    @media (max-width: 1180px) {
      .sportArea .contentBox .rightBox {
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 20px 0 0;
        margin-top: 20px; } }
    .sportArea .contentBox .rightBox .topBox {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      position: relative;
      z-index: 3; }
      @media (max-width: 1680px) {
        .sportArea .contentBox .rightBox .topBox .titleBox .titleEn {
          font-size: 30px; } }

.sportArea .titleBox {
  width: calc(100% - 240px); }
  @media (max-width: 1180px) {
    .sportArea .titleBox {
      width: 100%; } }
  .sportArea .titleBox.Ins {
    align-items: flex-start; }

.sportArea .select {
  width: 240px; }
  @media (max-width: 1180px) {
    .sportArea .select {
      width: 100%; } }
  .sportArea .select .classCurrent {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    background-color: transparent;
    border-bottom: 2px solid #444;
    color: #444;
    font-size: 15px; }
    .sportArea .select .classCurrent::before {
      content: "\f0dd";
      color: #444; }
  .sportArea .select .classLink {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1; }
    .sportArea .select .classLink.open {
      display: block; }
    .sportArea .select .classLink > li:not(:first-child) {
      border-top: 1px solid #bbb; }
    .sportArea .select .classLink > li > a.current {
      color: #beb98b; }
    .sportArea .select .classLink > li ul {
      display: none; }
    .sportArea .select .classLink a {
      color: #2f2f2f;
      background-color: #fff;
      display: block;
      font-size: 14px;
      padding: 14px 15px;
      position: relative; }

/*列表頁*/
.spotList {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1180px) {
    .spotList {
      margin: 0; } }
  .spotList .spotItem {
    width: calc(100% / 3);
    padding: 20px;
    cursor: pointer; }
    @media (max-width: 1440px) {
      .spotList .spotItem {
        width: calc(100% / 2); } }
    @media (max-width: 1180px) {
      .spotList .spotItem {
        width: calc(100% / 3); } }
    @media (max-width: 960px) {
      .spotList .spotItem {
        width: calc(100% / 2); } }
    @media (max-width: 640px) {
      .spotList .spotItem {
        width: 100%;
        padding: 20px 0; } }
  .spotList .item {
    width: 100%; }
    @media (min-width: 1181px) {
      .spotList .item:hover .text {
        opacity: 1; }
      .spotList .item:hover .Img::after {
        opacity: 1; } }
  .spotList .Img {
    position: relative;
    width: 100%; }
    .spotList .Img::before {
      content: "";
      position: absolute;
      width: 90%;
      height: 90%;
      border: 1px solid rgba(221, 221, 221, 0.6);
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      pointer-events: none; }
    .spotList .Img::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(14, 28, 44, 0.6);
      opacity: 0;
      pointer-events: none; }
    .spotList .Img img {
      width: 100%;
      display: block;
      backface-visibility: hidden; }
  .spotList .Txt {
    padding: 15px 0; }
    .spotList .Txt .classtitle {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #b1ab6f;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1.5px;
      font-family: "Noto Serif TC";
      margin-bottom: 5px; }
      .spotList .Txt .classtitle .dotBox {
        margin: 0 -5px; }
      .spotList .Txt .classtitle .tit {
        margin: 0 0 0 5px; }
    .spotList .Txt .title a {
      display: block;
      font-size: 18px;
      font-weight: 400;
      color: #222;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      letter-spacing: 2.1px;
      font-family: "Noto Serif TC";
      line-height: 1.5; }
    .spotList .Txt .distance {
      /*距離計算*/
      margin-top: 10px;
      display: block;
      font-size: 12px;
      font-weight: normal;
      color: #222; }
  .spotList .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    line-height: 1.8;
    color: #fff;
    opacity: 0;
    font-size: 15px;
    z-index: 3;
    pointer-events: none; }

/****內頁****/
.bannerInsArea {
  position: relative;
  z-index: 2;
  display: block; }
  .bannerInsArea iframe {
    display: block;
    width: 100%; }

.topBox {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  @media (max-width: 960px) {
    .topBox {
      flex-direction: column;
      padding-bottom: 10px;
      margin-bottom: 10px; } }
  .topBox .classTitle {
    width: 50%;
    text-align: left;
    color: #b1ab6f;
    font-size: 13px;
    font-family: "Noto Serif TC";
    font-weight: 500;
    letter-spacing: 1.6px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 960px) {
      .topBox .classTitle {
        width: 100%; } }
    .topBox .classTitle .tit {
      text-transform: uppercase;
      font-family: "DM Sans"; }
    .topBox .classTitle span.dot {
      width: 4px;
      height: 4px;
      overflow: hidden;
      border-radius: 50%;
      background-color: #beb98b;
      display: block;
      position: relative;
      margin: 0 4px; }
      .topBox .classTitle span.dot:nth-child(2) {
        margin: 0 6px 0 0; }

.toptitle {
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0 0 20px;
  width: 100%; }
  .toptitle .title {
    font-size: 26px;
    font-family: "Noto Serif TC";
    color: #222;
    width: 100%; }
  .toptitle .bottomInfo {
    display: flex;
    width: 100%;
    margin: 10px -10px 0; }
    .toptitle .bottomInfo .item {
      display: flex;
      margin: 0 10px;
      align-items: center;
      justify-content: flex-start;
      font-size: 15px;
      color: #444;
      letter-spacing: 1.8px;
      line-height: 1.8; }
      .toptitle .bottomInfo .item .Img {
        width: 25px;
        height: 25px;
        display: inline-block;
        margin: 0 5px 0 0; }

.midPicBox {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .midPicBox {
      flex-direction: column; } }
  .midPicBox .ImgBox {
    max-width: 500px;
    width: 100%;
    padding: 10px; }
    @media (max-width: 1023px) {
      .midPicBox .ImgBox {
        max-width: 100%;
        padding: 0; } }
    .midPicBox .ImgBox .albumItem {
      position: relative;
      width: 100%;
      display: block; }
      .midPicBox .ImgBox .albumItem img {
        width: 100%;
        display: block;
        backface-visibility: hidden; }
    .midPicBox .ImgBox .btnMorePhoto {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      display: inline-flex;
      width: 135px;
      height: 55px;
      font-weight: 300;
      font-size: 13px;
      color: #fff;
      letter-spacing: 0.1em;
      background-color: #beb98b; }
  .midPicBox .textBox {
    width: calc(100% - 500px);
    font-size: 15px;
    letter-spacing: 1.8px;
    line-height: 1.8;
    color: #444; }
    @media (max-width: 1023px) {
      .midPicBox .textBox {
        width: 100%;
        margin: 0 0 15px; } }

@media (min-width: 1181px) {
  .side_news .item:hover .Img::after {
    opacity: 1; } }

.side_news .item .Img {
  position: relative;
  width: 100%; }
  .side_news .item .Img::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px solid rgba(221, 221, 221, 0.6);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none; }
  .side_news .item .Img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 28, 44, 0.6);
    opacity: 0;
    pointer-events: none; }
  .side_news .item .Img img {
    width: 100%;
    display: block;
    backface-visibility: hidden;
    border-radius: 0; }

.side_news .item .Txt {
  padding: 0 20px; }
  .side_news .item .Txt .title {
    height: auto;
    margin: 0 0 10px 0; }
  .side_news .item .Txt .classtitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #b1ab6f;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-family: "Noto Serif TC";
    margin-bottom: 5px; }
    .side_news .item .Txt .classtitle .dotBox {
      margin: 0 -5px; }
    .side_news .item .Txt .classtitle .tit {
      margin: 0 0 0 5px; }
