/*2025.07改hinet header樣式*/
/*----------------------------------------------------*/
/* common use */
/*----------------------------------------------------*/
.wrapper {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  background: #f5f5f5;
  padding-top: 156px;
}
@media all and (max-width: 1200px) {
  .wrapper {
    padding-top: 128px;
  }
}
@media all and (max-width: 768px) {
  .wrapper {
    padding-top: 54px;
  }
}

.pagesize {
  max-width: 1280px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .pagesize {
    padding: 0 15px;
  }
}
@media all and (max-width: 768px) {
  .pagesize {
    padding: 0 15px;
  }
}

.web {
  display: block;
}

.mobile {
  display: none;
}

/* --------------------------------------------------------- */
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe, button, a, header{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  letter-spacing: 0.1px;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  word-break: break-word;
}

body {
  color: #061b2b;
  background: #eff4f8;
  font: 16px/150% "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
@media all and (max-width: 1200px) {
  body {
    font: 16px/140% "Noto Sans TC", "微軟正黑體", sans-serif;
  }
}


a {
  /*color: inherit;*/
  text-decoration: none;
  cursor: pointer;
}


ol, ul {
  list-style: none;
}


/*reset end*/

/* header */
/* header */
.header {
  /*position: fixed;
  position: absolute;*/
  top: 0;
  width: 100%;
  transition: top 0.2s ease-in-out;
  z-index: 999;
}

.header--fixed {
  position: absolute;
  top: 0;
  width: 100%;
}
.header--fixed.top {
  transition: none;
  transform: translateY(0);
}
.header--fixed.not-top {
  position: fixed;
  transform: translateY(-100%);
}
.header--fixed.not-top.slideDown {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}
.header--fixed.slideDown.top {
  transition: transform 0.3s ease-in-out;
  position: fixed;
}
.header--fixed.slideUp.not-top {
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}
.header--fixed.slideUp.top {
  transform: translateY(-100%);
  position: absolute;
}

.hideUp .header {
  top: -156px;
}
@media all and (max-width: 768px) {
  .hideUp .header {
    top: -56px;
  }
}

/* header_連結 */
.header_link {
  background: #efefef;
}
.header_link ul {
  display: flex;
  justify-content: flex-end;
}
.header_link a {
  font-size: 14px;
  line-height: 36px;
  color: #646464;
}
.header_link a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  vertical-align: middle;
  background: #6a6a6a;
}
.header_link a li:nth-last-child(1) a::after {
  content: none;
}
.header_link a:hover {
  color: #2679b2;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .header_link {
    display: none;
  }
}

/* header_主要 */
.header_main {
  position: relative;
  z-index: 2;
  padding: 24px 0 32px;
  background: #fff;
}
.header_main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  background: #209cff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #209cff 0%, #44d186 32%, #eec516 75%, #fd884e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#209cff", endColorstr="#fd884e",GradientType=1 ); /* IE6-9 */
}
.header_main .pagesize {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_main .logo {
  display: block;
  width: 360px;
  height: 64px;
  background: url(../img/logo_new.png) center no-repeat;
  background-size: 100% auto;
}
.header_main .m_menu {
  display: none;
}
@media all and (max-width: 1200px) {
  .header_main .logo {
    width: 210px;
    height: 36px;
    padding-left: 10px;
    background-position: 10px center;
    background-size: 200px 36px;
  }
}

/* header_主要_選單 */
.header_nav {
  position: relative;
}
.header_nav .header_nav_first {
  display: flex;
  /* header_主要_選單第二層 */
}
.header_nav .header_nav_first > li {
  margin-right: 16px;
  position: relative;
}
.header_nav .header_nav_first > li:nth-last-child(1) {
  margin: 0;
}
.header_nav .header_nav_first > li a {
  font-size: 18px;
  font-weight: bold;
  color: #535353;
}
.header_nav .header_nav_first > li a:hover {
  color: #38aaea;
  text-decoration: none;
}
@media all and (max-width: 1200px) {
  .header_nav .header_nav_first > li a {
    font-size: 15px;
  }
}
@media all and (max-width: 768px) {
  .header_nav .header_nav_first > li a {
    font-size: 18px;
  }
}
.header_nav .header_nav_first .hasSec.on {
  color: #38aaea;
}
.header_nav .header_nav_first > li:nth-child(7) .header_nav_sec {
  left: inherit;
  right: 0;
}
.header_nav .header_nav_first .header_nav_sec {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 101;
  min-width: 200px;
  max-width: 245px;
  padding: 10px;
  background: rgba(51, 51, 51, 0.9);
}
.header_nav .header_nav_first .header_nav_sec ul {
  margin-top: -2px;
}
.header_nav .header_nav_first .header_nav_sec ul li {
  display: block;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 14px;
}
.header_nav .header_nav_first .header_nav_sec ul li::before {
  content: "";
  background-color: #8ab9dc;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
.header_nav .header_nav_first .header_nav_sec ul a {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  color: #fff;
}
.header_nav .header_nav_first .header_nav_sec ul a:hover {
  color: #bae2ff;
}
.header_nav .header_nav_first .header_nav_sec .inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.header_nav .header_nav_first .header_nav_sec .title {
  flex: 0 0 auto;
  width: 7em;
  line-height: 18px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #010101;
  border-right: solid 3px #3f9cff;
}

@media all and (max-width: 768px) {
  /* header */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .slideUp .header_nav_first {
    display: none;
  }
  /* header_連結 */
  .header_link {
    display: none;
  }
  /* header_主要 */
  .header_main {
    padding: 8px 0 10px;
  }
  .header_main::after {
    height: 4px;
  }
  .header_main .pagesize {
    justify-content: center;
  }
  .header_main .logo {
    width: 210px;
    height: 36px;
    background-size: contain;
    padding: 0;
  }
  .header_main .m_menu {
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  .header_main .m_menu .line {
    display: block;
    position: absolute;
    left: 10px;
    width: 20px;
    height: 2px;
    background: #636363;
    border-radius: 2px;
  }
  .header_main .m_menu .line01 {
    top: 12px;
  }
  .header_main .m_menu .line02 {
    top: 19px;
  }
  .header_main .m_menu .line03 {
    top: 26px;
  }
  .open_m_menu .m_menu .line01 {
    animation-name: line01;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
  }
  .open_m_menu .m_menu .line02 {
    animation-name: line02;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
  }
  .open_m_menu .m_menu .line03 {
    animation-name: line03;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
  }
  @keyframes line01 {
    30% {
      top: 20px;
    }
    30% {
      transform: rotate(0deg);
    }
    100% {
      left: 8px;
      top: 19px;
      width: 24px;
      transform: rotate(-45deg);
      background: #209cfe;
    }
  }
  @keyframes line03 {
    30% {
      top: 20px;
    }
    30% {
      transform: rotate(0deg);
    }
    100% {
      left: 8px;
      top: 19px;
      width: 24px;
      transform: rotate(45deg);
      background: #209cfe;
    }
  }
  @keyframes line02 {
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .header.open_m_menu ~ .container::after {
    content: "";
    display: block;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  /* header_主要_選單 */
  .header_nav {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 100;
    width: 100%;
    max-height: calc(100vh - 58px);
    overflow-y: scroll;
    background: #fff;
    box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.2);
  }
  .header_nav .header_nav_first {
    display: block;
    flex-wrap: wrap;
  }
  .header_nav .header_nav_first > li {
    margin: 0;
    width: 100%;
  }
  .header_nav .header_nav_first > li > a {
    display: block;
    line-height: 45px;
    padding: 0 15px;
    border-bottom: solid 1px #dbdbdb;
  }
  .header_nav .header_nav_first .hasSec,
  .header_nav .header_nav_first .hasSec:hover {
    color: #535353;
    background: url(../images/header_nav_01.png) right 15px center no-repeat;
    background-size: auto 8px;
  }
  .header_nav .header_nav_first .hasSec.on {
    background: url(../images/header_nav_03.png) right 15px center no-repeat;
    background-size: auto 8px;
  }
  .header_nav .header_nav_first .header_nav_sec {
    display: none;
    position: static;
    padding: 0;
    background: none;
    box-shadow: none;
    background: #f1f1f1;
    width: 100%;
    min-width: 100%;
  }
  .header_nav .header_nav_first .header_nav_sec ul {
    margin: 0;
    padding-left: 15px;
  }
  .header_nav .header_nav_first .header_nav_sec ul li {
    display: block;
    margin: 0;
  }
  .header_nav .header_nav_first .header_nav_sec ul li::before {
    content: "";
    top: 18px;
    width: 8px;
    height: 8px;
    left: -2px;
  }
  .header_nav .header_nav_first .header_nav_sec ul li a {
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-size: 18px;
    color: #535353;
  }
  .header_nav .header_nav_first .header_nav_sec .inner {
    display: block;
  }
  .header_nav .header_nav_first .header_nav_sec .title {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    border: none;
  }
  /* .open_m_menu .header_nav { display: block; } */
  .header_nav_first .hasSec:hover,
  .header_nav_first .hasSec.blue {
    color: #209cff;
    background: url(../images/header_nav_02.png) right 15px center no-repeat;
    background-size: auto 8px;
  }
}

.main section{
    line-height: 1.5;
}
