@font-face {
/* font-family: NotoSansCJKtc;
src: url('./fonts/NotoSansCJKtc-Regular.otf'); */
}
@font-face {
font-family: HelveticaNeueLTStd-BdCnO;
src: url('./fonts/helveticaneue/HelveticaNeueBd.ttf');
}
@font-face {
font-family: HelveticaNeueLTStd-MdCn;
src: url('./fonts/helveticaneue/HelveticaNeueMed.ttf');
}
@font-face {
/* font-family: HelveticaNeue;
src: url('./fonts/helveticaneue/HelveticaNeue.ttf'); */
}
* {
font-family: NotoSansCJKtc;
}
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background:#bfb7ac;
border-radius: 20px;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background:#bdaa90;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
a {
color: #aaaaaa;
}
a:hover {
text-decoration: none;
color: #6799ba;
}

#header {
  display: flex;
  position: relative;
  z-index: 101;
}
#header .left {
  width: 40%;
  position: fixed;
  z-index: 49;
  background-color: #bfb7ac;
  height: 80px;
}
#header .right {
  width: 60%;
  position: fixed;
  z-index: 20;
  right: 0;
  top: 0;
  background-color: #fff;
}
#header .logo{
height: 80px;
background-color: #6799ba;
padding: 10px 150px 10px 10px;
line-height: 70px;
}
.brown {
background-color: #bfb7ac;
}

#header .navbar {
justify-content: flex-end;
padding: 0;
height: 80px;
position: relative;
z-index: 100;
background-color: #fff;
}
#header .navbar-collapse {
justify-content: flex-end;
text-align: right;
background-color: #ffffffb3;
width: 100%;
}
#header .navbar-nav .nav-link {
font-size: 16px;
font-weight: bolder;
line-height: 1.5;
color: #646464;
padding: 0;
margin: 0 30px;
}
#header .navbar-collapse .nav-link:hover {
  color:  #6799ba;
}

#header .nav-link.active {
border-top: 1px solid #6799ba;
color: #6799ba;
}
#header .nav-item {
  padding: 5px;
position: relative;
}
#header .nav-item .decoration {
display: none;
}
#header .nav-link.active + .decoration {
position: absolute;
top: 0;
right: 10px;
height: 0;
width: 25px;
border-bottom: solid 6px #639cb9;
display: block;
}

/* #header 小 logo */
#header .left.brown {
padding: 0;
}

/* nav */
#header .right {
  padding: 0;
}
.breadcrumb {
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 30px 0;
  color: #aaaaaa;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin: 0 20px;
}
.breadcrumb a {
  color: #aaaaaa;
}
.breadcrumb-item.active
{
  color: #aaaaaa;
}
.footer {
background-color: #bfb7ac;
color: #fff;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
justify-content: space-around;
}
.footer a {
color: #fff;
}
.footer a:hover {
color: #639cb9;
}
.footer-logo {
margin-bottom: 12px;
}
.footer .title {
padding: 10px 0;
border-bottom: 1px solid #fff;
margin-bottom: 20px;
}
.footer .info {
font-size: 12px;
font-weight: 300;
line-height: 1.5;
}
.footer .copyRight {
font-size: 14px;
font-weight: 300;
line-height: 1.43;
letter-spacing: 2.8px;
}
.footer .mapList {
display: flex;
flex-wrap: wrap;
}
.footer .mapList li {
flex-basis: 50%;
margin-bottom: 10px;
cursor: pointer;
}
.footer .mapList li:hover {
  color: #639cb9;
}
.footer li img {
padding-right: 10px;
}
.footer .info {
font-size: 14px;
font-weight: 300;
line-height: 1.43;
letter-spacing: 2.8px;
}
.footer .contactIcon {
margin-bottom: 10px;
}
.footer .blueBar {
width: 590px;
height: 61px;
background-color: #639cb9;
position: absolute;
bottom: 0;
left: 0;
}
.footer .intro, .siteMap, .contactUs{
margin: 50px 10px 80px;
}
.footer .intro {
flex-basis: 40%;
}
.footer .siteMap {
flex-basis: 20%;
}
.footer .contactUs {
flex-basis: 20%;
margin-top: 35px;
}
.mobile {
display: none;
}
#popup {  
background-color: #00000090;
z-index: 1060;  
width: 100%;
height: 100%;
top: 0;
position: fixed;
display: none;
}
#popup .board {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80%;
max-height: 729px;
background-color: #fafafa;
border-radius: 10px;
}
#popup .boardHead {
color: #fff;
font-size: 20px;
font-weight: bold;
line-height: 1.45;
letter-spacing: 2px;
text-align: center;
border: solid 1px #707070;
border-radius: 10px 10px 0 0;
background-color: #bfb7ac;
padding: 10px;
position: relative;
}
#popup .boardHead i {
  position: absolute;
  right: 10px;
}
#popup .privacy, #popup .cookie{
width: 80%;
background-color: #fff;
padding: 20px;
margin: 20px auto;
border-radius: 10px;
overflow-y: scroll;
height: 500px;
line-height: 1.45;
letter-spacing: 2px;
color: #6a6a6a;
}
#popup .btnBox {
width: 80%;
display: flex;
justify-content: space-between;
margin: 0 auto;
padding: 10px 0;
}
#popup button {
flex-basis: 48%;
font-size: 20px;
font-weight: 500;
line-height: 1.45;
letter-spacing: 2px;
border-radius: 5px;
color: #fff;
}
#popup .confirmBtn {  
background-color: #639cb9;
}
#popup .cancelBtn {
background-color: #c7c7c7;
}
.navbar-toggler {
  border: none;
  padding: 0;
}
#header, #header .logo, .left.brown, #header .left,#header .navbar{
  height: 80px;   
}
.navbar-toggler:focus {
  outline: none;
}
@media(max-width: 1200px) {
  #header {
    background-color:#bfb7ac;
  }
  
  #header .navbar-nav .nav-link{
    margin: 0 15px;
  }
  #header, #header .logo, .left.brown, #header .left,#header .navbar{
    height: 60px;   
  }
  #header .navbar {
    margin-right: 20px;
  }
  #header .nav-link.active + .decoration {
    right: -6px;
  }
  
}
@media(max-width: 769px){
  #header .right .navbar-toggler{
    margin-right: 10px;
  }
  #header .logo {
    padding: 10px 80px 10px 10px;
  }
  #header .navbar {
    margin-right: 0;
  }
  #header .navbar-collapse {
    position: absolute;
    top: 60px;
    width: 100vw;
  }
  #header .right {
    background-color: #bfb7ac;
  }
  #header .navbar-nav {
    padding: 5px;
    width: 100%;
    background-color: #bfb7ac;    
  }
  
  #header .navbar{
    background-color: transparent;
  }
  #header .nav-link.active {
    border-top: none;
  }
  #header .nav-link.active + .decoration {
    display: none;
  }
 
  .footer-logo {
    width: 120px;
  }
  .footer .siteMap {
    order: 1;
    flex-basis: 100%;
    margin: 10px;
  }
  .footer .intro {
    order : 3;
    flex-basis: 45%;
    margin: 10px;
    margin-bottom: 70px;
  }
  .footer .contactUs {
    order: 2;
    flex-basis: 45%;
    margin: 10px;
    margin-bottom: 70px;
  }
  .footer .mapList li {
    flex-basis: 16%;
  }
@media(max-width: 415px) {  
  #header, #header .logo, .left.brown, #header .left,#header .navbar {
    height: 50px;    
  }
  #header .navbar-collapse {
    top: 50px;
  }
  .breadcrumb {
    margin: 10px 0;
  }
  #popup .board {
    width: 95%;
  }
  #popup .privacy, #popup .cookie {
    width: 95%;
  }
  .footer {
  justify-content: flex-start;
  padding: 8px;
  }
  .footer .siteMap {
  margin: 0;
  }
  .footer .mapList li {
  flex-basis: 25%;
  }
  .footer .intro {
  flex-basis: 100%;
  margin:10px 0 70px 0;
  }
  .footer .contactUs {
  flex-basis: 100%;
  margin: 30px 0;
  }
  .footer .blueBar {
  width: 220px;
  height: 50px;
  }
  .mobile {
    display: block;
  }
}
}