@charset "UTF-8";
body {
  color: #5C5C5C;
  font-family: 微軟正黑體, sans-serif;
  font-size: 18px;
  overflow-y: scroll;
}
body.open {
  position: relative;
}
body.open:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}

a {
  text-align: center;
  color: #354C7A;
  font-size: 16px;
  font-weight: normal;
}
a:hover {
  color: #f1964b;
  text-decoration: none;
}
a.active {
  color: #f1964b;
}

ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  object-fit: contain;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

label, .input-group, p {
  margin: 0;
}
p{
  line-height: 1.9;
}
.text-danger {
  color: #FF5858 !important;
}
.green{
  color: #f1964b;
  font-weight: bold;
}

.form-control:focus, .btn.focus, .btn:focus {
  outline: none;
  box-shadow: none;
}

.form-group {
  display: flex;
  align-items: center;
}

.form-control:focus {
  border-color: #C9DFB6;
}
.container{
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.right {
  display: none;
}

.scrolltop {
  opacity: 0;
}
.scrolltop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: #354C7A;
  border-radius: 88px;
  z-index: 2;
  position: fixed;
  top: 88%;
  right: 15px;
  border: 2px solid #fff;
}
.scrolltop .fa-solid {
  padding: 30% 35%;
  background: transparent;
  box-shadow: none;
  transform: none;
  transition: none;
  font-size: 14px;
  line-height: 20px;
}

section {
  margin: 50px 0;
  min-height: 31vh;
}
section .container {
  padding: 0 30px;
}

.breadcrumb {
  background-color: transparent;
  padding: 12px 0;
}
.breadcrumb .breadcrumb-item {
  padding-right: 10px;
}
.breadcrumb .breadcrumb-item.active {
  padding-right: 5px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 15px;
}


.slick-initialized .slick-slide {
  margin: 0 5px;
}

.btn_box button {
  background: #C9DFB6;
  color: #fff;
  border-radius: 0;
}
.btn_box button:hover {
  color: #fff;
}
.btn_box button + button {
  margin-left: 15px;
}
.btn_search{
  background: #f1964b;
  color: #fff;
}
.btn_search:hover{
  color: #fff;
  background: #e77248;
}
.btn_outline_orange{
  background: #f1964b;
  color: #fff;
  padding: 10px 40px;
  background: #f1964b; /* 圓形內部的顏色 */
  border: 6px solid #fff; /* 外層邊框顏色 */
  box-shadow: 0 0 0 1px #f1964b; /* 內層雙邊線的顏色和寬度 */
  margin-top: 40px;
  border-radius: 0;
}
.btn_outline_orange:hover{
  color: #fff;
  background: #e77247; /* 圓形內部的顏色 */
}

section h3 {
  font-size: 24px;
  width: auto;
  color: #fff;
  background: #354C7A;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  margin: 0 0 45px 10px;
}
section h3:before, section h3:after{
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #354C7A;
  z-index: -1;
}
section h3:before{
  left: -15px;
}
section h3:after{
  right: -15px;
}

button:focus {
  outline: none;
}
.banner {
  height: 120px;
  margin-top: 80px;
  color: #fff;
  position: relative;
}
.banner .text{
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%,-50%);
  font-weight: 900;
  width: 100%;
}
.banner h2{
  font-size: 45px;
  font-weight: 900;
}
.banner p{
  font-size: 20px;
  text-transform: uppercase;
}



footer {
  background-image: linear-gradient(to top, #141d42 0%, #0B1029 100%);
  position: relative;
  padding: 40px 0 20px;
  color: #fff;
}
footer .container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_box{
  width: 100%;
}
footer img{
  width: 55%;
  margin-bottom: 20px;
}
.ul_box{
  display: none;
}
footer ul{
  flex-direction: column;
  font-size: 16px;
}
footer ul + ul{
  margin-top: 40px;
}
footer .label{
  font-size: 22px;
  padding-bottom: 10px;
}
footer li + li{
  margin-top: 20px;
}
footer a, footer a:hover{
  color: #fff;
}
footer .container .ul_box2 .label div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
footer .container .ul_box2 .label div .fa-solid {
  color: #fff;
}
footer .container .ul_box2 .label + .label {
  padding-top: 10px;
  border-top: 1px solid #fff;
}
footer .container .ul_box2 .close_menu {
  display: none;
  flex-direction: column;
  padding-bottom: 15px;
}
footer .container .ul_box2 .close_menu li + li {
  margin-top: 20px;
}

.custom-shape-divider-top-1713407831 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1713407831 svg {
  position: relative;
  display: block;
  height: 80px;
}
.custom-shape-divider-top-1713407831 .shape-fill {
  fill: #FFFFFF;
}
.list{
  flex-direction: column;
}
.list label{
  padding: 12px 20px;
  background: #354C7A;
  color: #fff;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.list a{
  text-align: left;
  padding: 12px 20px;
  background: #eafcff;
  color: #354C7A;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list a:last-child{
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.list a.active, .list a:hover{
  background: #61b9ec;
  color: #fff;
  position: relative;
}
.list a.active:after, .list a:hover:after{
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  height: 50px;
  width: 15px;
  background: #61b9ec;
}
.list a.active i, .list a:hover i{
  transform: translateX(20px);
}
.btn_green{
  padding: 10px 15px;
  background: #354C7A;
  color: #fff;
  transition: background 0.3s;
}
.btn_outline_green{
  border: 1px solid #354C7A;
  padding: 10px 15px;
  color: #354C7A;
}
.btn_green:hover, .btn_outline_green:hover{
  background: #f1964b;
  color: #fff;
}
.btn_orange{
  padding: 10px 15px;
  background: #f1964b;
  color: #fff;
  transition: background 0.3s;
}
.btn_orange:hover{
  background: #fd740bde;
  color: #fff;
}

.modal .modal-header {
  background: #354C7A;
  color: #fff;
  padding: 20px;
}
.modal .modal-header .modal-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 10px;
}
.modal .modal-header .modal-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 2px;
  background: #fff;
}
.modal .modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-header .close:not(:disabled):not(.disabled):focus, .modal .modal-header .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.modal .modal-body {
  padding: 20px;
}
.modal .input-group {
  border: 1px solid #C9DFB6;
  border-radius: 5px;
}
.modal .form-control {
  border: none;
}
.modal .search_btn {
  color: #354C7A;
}

span.orange, p.orange{
    color: #f1964b;
    font-weight: bold;
    font-size: 18px;
}
h2.orange{
  color: #FF7F50;
  font-weight: bold;
}

@media (min-width: 700px) and (max-width: 1200px) {
  .slick-initialized .slick-slide {
    margin: 0 15px;
  }
  .md_block{
    width: 25%;
    display: block;
  }
  
  .modal .modal-header{
    padding: 20px 30px;
  }
  .modal .modal-body {
    padding: 30px;
  }

  section .container, footer .container{
    padding: 0 60px;
  }
  .btn_outline_orange{
    margin-top: 30px;
  }
  .banner{
    height: 200px;
  }
  .banner p{
      font-size: 35px;
  }

  footer img {
      width: 40%;
  }
}
@media (min-width: 1200px) {
  .table td, .table th{
    border-top: 1px solid #ddebd1;
  }
  .table.buyList{
    width: 100%;
  }
  .right {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .right ul {
    flex-direction: column;
  }
  .right li {
    height: 40px;
    background: #f1964b;
    position: relative;
  }
  .right li:hover a {
    right: 0;
    opacity: 1;
  }
  .right li.arrow {
    opacity: 0;
    transition: 0.3s;
  }
  .right a {
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    right: -60px;
    bottom: 0;
    width: 100px;
    height: 40px;
    background: #f1964b;
    transition: 0.3s;
    border-bottom: 1px solid #fff;
  }
  .right .fa-solid, .right .fa-brands {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .scrolltop {
    display: none;
  }
  .modal .modal-header {
    padding: 20px 30px;
  }
  .modal .modal-header .modal-title {
    font-size: 24px;
  }
  .modal .modal-body {
    padding: 30px;
  }
  .md_block{
    display: none;
  }
  section {
    margin: 70px 0;
  }
  section .container {
    padding: 0 15px;
  }
  .slick-initialized .slick-slide {
    margin: 0 15px;
  }
  .btn_box button + button {
    margin-left: 20px;
  }
  .about_box .row{
      justify-content: space-between;
  }
  
  section h3{
    font-size: 30px;
    padding: 15px 30px;
  }
  section h3:before{
    left: -20px;
  }
  section h3:after{
    right: -20px;
  }
  span.orange, p.orange{
      font-size: 20px;
  }
  .banner{
      height: 250px;
  }
  .banner h2{
    font-size: 120px;
  }
  .banner p{
    font-size: 30px;
  }
  
  .custom-shape-divider-top-1713407831 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 126px;
  }
  .footer_box{
    padding: 20px 50px;
  }
  .ul_box{
    display: flex;
    justify-content: space-between;
  }
  footer{
    padding: 40px 0;
  }
  footer img{
    width: 40%;
  }
  footer .label{
    position: relative;
  }
  footer .label:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0;
  }
  footer ul + ul{
    margin-top: 0;
  }
  footer .container .ul_box2 {
    display: none;
  }
}