@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Noto_Sans_TC", sans-serif;
}

/* 電腦版 */
.computer {
  position: fixed;
  background-color: #fff;
  z-index: 6;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #b5b5b5;
}
.computer .link_List {
  display: flex;
  align-items: center;
}

.cabin_img {
  width: 180px;
  height: 22px;
}
.cabin_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cabin_img a img {
  width: 100%;
  height: 100%;
}

.header_height {
  height: 80px;
  background-color: #ffffff;
}

.layout .btn {
  border-radius: 51px;
  padding: 8px 10px;
  margin-left: 12px;
}
.layout .btn .fa-user {
  color: #FF9800;
}
.layout .btn-light {
  background-color: #e6dede;
}
.layout .outside_Link ul {
  display: flex;
}
.layout .nav-item {
  font-size: 14px;
}
.layout .nav-item .nav-link:hover {
  color: #FF9800;
}
.layout .nav-item a {
  color: #4a4a4a;
}
.layout .dropdown-item {
  color: #4a4a4a;
  min-width: 200px;
}
.layout .disabled {
  color: #FF9800;
}
.layout .dropdown-item:hover {
  background-color: #d3d3d3;
}
.layout .login {
  font-weight: 1000;
}

/* 手機版本區域隱藏 */
.rwd_phone_header {
  display: none;
}

/* 電腦版結束 */
/* 手機版 */
@media screen and (max-width: 768px) {
  .computer {
    display: none;
  }
  .rwd_phone_header {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    display: block;
    position: fixed;
    z-index: 6;
  }
  .rwd_phone_header .rwd_h2 {
    border-bottom: 1px solid #aaa;
    height: 80px;
    padding: 15px 20px;
  }
  .link_list li a {
    padding: 12px 0;
  }
  .layout {
    /* 底線移除 */
    /* 把它原訂的標誌去掉 */
  }
  .layout .accordion-button:not(.collapsed) {
    background-color: #fff;
  }
  .layout .collapseOne_ul {
    padding: 0;
  }
  .layout .collapseOne_ul li {
    list-style: none;
    text-align: center;
    text-decoration: none;
  }
  .layout .accordion-item:first-of-type {
    border: 0px;
  }
  .layout .accordion {
    --bs-accordion-border-color: none;
  }
  .layout .accordion-button i {
    margin-left: 5px;
  }
  .layout .out_botton::after {
    display: none;
  }
  .layout .inside_button {
    display: flex;
  }
  .layout .inside_button::after {
    margin-left: 0;
    margin-right: auto;
  }
  .layout .user {
    width: 50%;
    text-align: end;
    margin-left: 25px;
    color: #FF9800;
    font-weight: 1000;
  }
  .layout .dropdown-item:hover {
    background-color: #aaaaaa;
  }
}
/* 手機版結束 *//*# sourceMappingURL=header.css.map */