@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700&display=swap');
:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
body,
div,
header,
article,
section,
nav,
figure,
footer,
iframe {
	position: relative;
    box-sizing: border-box;
	padding: 0;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
img,
i {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
header,
header a,
header .navBar {
	transition: all .5s ease-in-out;
}
a:hover{
    text-decoration: none;
}
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
footer {
	font-family:'Noto Sans TC','微軟正黑體', sans-serif;
	color: var(--mainFontColor);
}
h1 {
    z-index: 99;
    color: var(--titleColor);
    text-align: center;
    margin-bottom: 60px;
    /* font-size: 32px;
    color: var(--titleColor);
    text-align: center;
    margin: 60px auto;
    padding: 15px;
    z-index: 99;
    box-shadow: 0px 2px 3px #000;
    border-radius: 30px;
    background-color: #eee;
    width: 20%; */
}
img{
    width: 100% ;
}
.shop1688{
    position: absolute;
    top:30px;
    right: 15px;
    width: 2%;
    z-index: 999;
}
.slick-prev, .slick-next{
    width: 25px;
    height: 25px;
}
.slick-next{
    right: -35px;
}
.slick-prev{
    left: -35px;
}
.slick-next:before{
    content:'';
    width: 25px;
    height:25px;
    background: url(https://www.shop1688.com.tw/sys/newSys/slick_next.png) no-repeat;
    display: block;
    background-size: contain;
}
.slick-prev:before{
    content:'';
    width: 25px;
    height:25px;
    background: url(https://www.shop1688.com.tw/sys/newSys/slick_prev.png) no-repeat;
    display: block;
    background-size: contain;
}
#nav-icon{
    width:45px;
    height:45px;
    position: relative;
    margin: 22px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
  }
  #nav-icon span{
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #222;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top:15px;
  }
  #nav-icon span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #222;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
  #nav-icon span:nth-child(4) {
    top:30px;
  }
  #nav-icon.open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
  }
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon.open span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
  }
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .glyphicon-chevron-right:before{
      content:"";
      width: 50px;
      height: 50px;
      background: url(next.png);
      display: block;
    background-size: contain;
  }
  .glyphicon-chevron-left:before{
    content:"";
    width: 50px;
    height: 50px;
    background: url(prev.png);
    display: block;
  background-size: contain;
}
.hide{
    display: none;
}
.mainBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mainMask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.navbar{
    transition: 0.5s;
    height: 88px;
}
 .navbar-header{
     float: none;
 }
 #logo{
     position: absolute;
 height: 88px;
    padding: 5px 15px;
 }
 .navbar-brand > img{
     height: 100%;
     width: auto;
 }
 .navbar-right{
     margin-top: calc((88px - 50px)/2);
     margin-right: 30px;
 }
 .navbar-nav > li > a{
     color:var(--navTextColor);
 }
 .navbar-nav > li > a:hover{
     color: var(--navhoverColor);
 }
 .banner-full{
    height: calc(100vh - 88px);
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
.section{
    width: 100%;
}
 article{
     width:70%;
     margin: auto;
    padding: 50px 0;
 }
 article > h2{
     color: var(--titleColor);
     text-align: center;
     margin-bottom:60px;
 }
 /* article > h3::before{
     content:"";
     width: 50px;
     height: 3px;
     background-color: var(--titleColor);
     display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
 }
 article > h3::after{
    content:"";
    width: 50px;
    height: 3px;
    background-color: var(--titleColor);
    display: inline-block;
   vertical-align: middle;
   margin-left: 15px;
} */
.item2{
    float: left;
    width: 50%;
    padding:0 2%;
    margin:0 auto 30px;
}
.clear {
    clear: both;
}
.item3{
    float: left;
    width: 33%;
    margin:0 auto 30px;
    padding: 0 2%;
}
.item4{
    float: left;
    width: 25%;
    padding:0 1%;
    margin:0 auto 30px;
}
.small{
    text-align: center;
    opacity: 0.5;
    margin:20px auto;
    display: block;
    width: 20%;
}
.aboutFlex{
    display: flex;
    flex-wrap: wrap;
}
.aboutItem{
    width: 46%;
    margin:0 auto 30px;
}
.aboutText{
    width: 95%;
    margin: auto;
}
.aboutText h2{
    color:var(--titleColor);
    font-size: 20px;
    margin-bottom: 12px;
}
.aboutText p{
    margin-bottom: 24px;
    line-height: 24px;
}
.sologan{
    color:var(--titleColor);
    text-align: center;
    font-size: 32px;
    margin-top:60px;
    font-weight: 700;
}
.newsTitle{
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom:var(--mainBorder);
}
.newsTitle h3{
    width: calc(100% - 54px);
    display: inline-block;
    font-size: 20px;
}
.newsTitle i {
    width: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
    color: var(--mainFontColor);
    float: right;
    opacity: 0.5;
    transition: 0.5s;
}
.newsTitle i:hover{
    opacity: 1;
}
.newsText {
	border-bottom: var(--mainBorder);
	padding: 20px 0;
	display: none;
}
.newsText a{
    padding: 5px;
    border: 2px solid var(--darkColor);
    color: var(--darkColor);
    font-size: 18px;
    margin-top: 20px;
    width: 30%;
    text-align: center;
    transition: 0.5s;
}
.newsText a:hover{
    background-color: var(--darkColor);
    color:var(--hoverColor)
}
.menuItem h3{
    font-size: 24px;
    border-bottom:0px;
    padding: 10px;
    background-color: #004ea2;
    color: #fff;
}
.menuItem p{
    text-align: justify;
    line-height: 28px;
    background-color: rgba(255, 255, 255, 0.69);
    padding: 20px;
}
.menuItem ul li{
    margin: 15px 0;
    font-size: 18px;
}
.menuItem ul li span{
position: absolute;
    right: 0;
}
.menuItem ul li span.extra{
    display: block;
    position: relative;
    font-size: 14px;
    opacity: 0.5;
}
.roomTitle{
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom:var(--mainBorder);
}
.roomTitle h4{
    font-size: 20px;
}
.roomText {
	padding: 20px 0;
}
.roomText ul{
    margin-top: 20px;
}
.roomText ul li{
    margin: 10px 0;
    opacity: 0.8;
}
.roomText ul li::before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: var(--darkColor);
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: -2px;
}
.btn_group{
   display: flex;
   flex-wrap: wrap;
}
.btn_group a{
    margin-right: 15px;;
}
.btn_group a{
    padding: 5px;
    border: 2px solid var(--darkColor);
    color: var(--darkColor);
    font-size: 18px;
    margin-top: 20px;
    width: 30%;
    text-align: center;
    transition: 0.5s;
}
.btn_group a:hover{
    background-color: var(--darkColor);
    color:var(--hoverColor);
}
.listMenuArea{
    width: 90%;
    margin: auto;
}
.listMenuArea h3{
    color: var(--highLightColor);
    text-align: center;
    font-size: 24px;
    border-bottom: var(--mainBorder);
    padding-bottom: 10px;
}
.listMenuItem {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(59,59,59,0.2);
}
.listMenuItem li{
    width: 50%;
    padding: 10px;
    text-align: center;
    font-weight: 500;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    }
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
}
    .videoItem p{
margin-top: 10px;
    }
.picItem{
    position: relative;
}
.picItem a{
    overflow: hidden;
}
.picItem img{
    transform: scale(1.1);
    transition: 0.5s;
}
.picItem img:hover{
    transform: scale(1);
}
.picText{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    width: 92%;
}
.picText p{
  padding: 5px 10px;
    color: #fff;
}
.tab-content{
    margin-top: 48px;
}
.nav-pills > li.active > a{
    background-color: var(--darkColor);
    border: 1.5px solid var(--darkColor)
}
.nav-justified > li > a{
    border: var(--mainBorder);
    margin: 0 15px;
    transition: 0.5s;
}
.nav-justified > li > a:hover{
    background-color: var(--darkColor);
    border: 1.5px solid var(--darkColor);
    color: var(--hoverColor)
}
.slick-slide img{
    width: 95%;
    margin: auto;
}
.trafficArea{
  display: flex;
  flex-wrap: wrap;
}
.trafficArea> div{
    width: 46%;
    margin: auto;
}
.trafficMap iframe{
    width: 100% ;
}
.trafficText{
    width: 40%;
    margin: auto;
    font-size: 20px;
}
.trafficText ul li{
    line-height: 30px;
    padding: 10px 0 ;
    border-bottom: var(--mainBorder);
    text-align: center;
}
.trafficText ul li b{
    color: var(--titleColor);
}
.trafficText ul li:last-child{
    border-bottom: 0px;
}
#copyright{
    background-color: rgba(200,200,200,1);
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 50px;
}
#sns {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: rgb(164, 203, 211);
    z-index: 100;
}
#sns ul{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
#sns ul li {
	border-bottom: 1.5px solid var(--mainFontColor);
    padding: 10px 0;
    filter:brightness(0);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#sns ul li:last-child {
	border: none;
}
#sns ul li a {
	opacity: 0.7;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#sns ul li a:hover {
	opacity: 0.95;
}
#sns .ig {
	background-image: url(https://www.shop1688.com.tw/sys/ig.svg);
}
#sns .fb {
	background-image: url(https://www.shop1688.com.tw/sys/fb.svg);
}
#sns .line {
	background-image: url(https://www.shop1688.com.tw/sys/line.svg);
}
#sns .pchome {
	background-image: url(https://www.shop1688.com.tw/sys/pchome.svg);
}
#sns .pchomeStore {
	background-image: url(https://www.shop1688.com.tw/sys/pchomeStore.svg);
}
#sns .reten {
	background-image: url(https://www.shop1688.com.tw/sys/reten.svg);
}
#sns .shopee {
	background-image: url(https://www.shop1688.com.tw/sys/shopee.svg);
}
#sns .tumblr {
	background-image: url(https://www.shop1688.com.tw/sys/tumblr.svg);
}
#sns .web {
	background-image: url(https://www.shop1688.com.tw/sys/web.svg);
}
#sns .yahoo {
	background-image: url(https://www.shop1688.com.tw/sys/yahoo.svg);
}
#sns .youtube {
	background-image: url(https://www.shop1688.com.tw/sys/youtube.svg);
}
#sns .tag {
	background-image: url(https://www.shop1688.com.tw/sys/tagBorder.svg);
}
#sns .momo {
	background-image: url(https://www.shop1688.com.tw/sys/momo.svg);
}
#sns .rakuten {
	background-image: url(https://www.shop1688.com.tw/sys/rakuten.svg);
}
#sns .pixnet {
	background-image: url(https://www.shop1688.com.tw/sys/pixnet.svg);
}
#sns .bandq {
	background-image: url(https://www.shop1688.com.tw/sys/bandq.svg);
}
#sns .taobao {
	background-image: url(https://www.shop1688.com.tw/sys/taobao.svg);
}
#sns .books {
	background-image: url(https://www.shop1688.com.tw/sys/books.svg);
}
#sns .gomaji {
	background-image: url(https://www.shop1688.com.tw/sys/gomaji.svg);
}
#sns .foodpanda {
	background-image: url(https://www.shop1688.com.tw/sys/foodpanda.svg);
}
#sns .top {
    background-image: url(https://www.shop1688.com.tw/sys/top.svg);
    opacity: 0;
    transition: 0.5s;
}
/* RWD */
@media screen and (max-width:1440px){
    article{
        width: 80%;
    }
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:1024px){
    article{
        width: 90%;
    }
}
@media screen and (max-width:991px){
}
@media screen and (max-width:770px){
    .small{
        width: 60%;
    }
    #nav-icon{
    margin-right: 15px;
    }
    .shop1688{
        width: 4%;
    }
    .item2{
        width: 70%;
        float: none;
        margin: auto;
        margin-bottom: 48px;
    }
    .item3{
        width: 70%;
        float: none;
        margin: auto;
        margin-bottom: 48px;
    }
    .item4{
        width:50%;
         padding:0 2%;
        margin: auto;
        margin-bottom: 48px;
    }
    .nav-justified{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav-pills > li + li{
        margin: 0;
    }
    .nav-justified > li {
        width: 46%;
        margin-bottom: 15px;
    }
    .nav-justified > li > a{
        margin: 0 5px;
    }
    .trafficArea> div{
        width: 70%;
        margin-bottom: 48px;
    }
    .slick-next{
        right: -20px;
    }
    .slick-prev{
        left: -20px;
        z-index: 99999;
    }
    .btn_group{
        justify-content: center;
    }
}
@media screen and (max-width:576px){
.aboutItem{
    width:100%;
}
.aboutText{
    width: 90%;
}
.sologan{
    font-size: 24px;
}
.item2{
    width: 100%;
    padding: 0;
}
.item3{
    width: 90%;
}
.item4{
    width:50%;
     padding:0 2%;
    margin: auto;
    margin-bottom: 48px;
}
.trafficMap iframe{
    height: 300px;
}
.trafficArea> div{
    width: 90%;
}
#sns {
  width: 100vw;
  background-color: rgba(187,208,212,0.7);
  bottom: 0;
  left: 0;
  /* position: relative; */
}
#sns ul {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
#sns ul li {
  border-bottom: none;
}
#copyright{
  margin-bottom: 4em;
}
/* #sns li+li::before {
  content: "";
  border-left: 2px solid;
  position: fixed;
    height: 60%;
  left: 0;
} */
}
@media screen and (max-width:458px){
    .sologan{
       line-height: 36px;
    }
    .shop1688{
        width: 6%;
    }
    .item4{
        width:100%;
        padding: 0;
        float: none;
        margin: auto;
        margin-bottom: 24px;
    }
    .picText{
        width: 100%;
    }
    .slick-list{
        width: 90%;
        margin: auto;
    }
    .slick-next{
        right: -10px;
    }
    .slick-prev{
        left: -10px;
    }
    .btn_group a,.newsText a{
        width: 50%;
    }
    .newsTitle i {
      top: -5px;
    }
}
@media screen and (max-width:375px){
    /* #sns ul li a{
        width: 25px;
        height: 25px;
    }
    #sns{
        width: 25px;
    }
    article{
        width: 85%;
    }
    .item4{
        width: 85%;
    } */
}
:root{
  --navBgColor:rgb(255, 255, 255);
  --opacitynavBgColor:rgb(255, 255, 255);
  --navTextColor:#444444;
  --navhoverColor:#004ea2;
  --highLightColor:rgba(38,43,157,1);
  --hoverColor:rgba(255,255,255,1);
  --darkColor:#004ea2;
  --titleColor:#004ea2;
  --mainFontColor:rgba(30,30,30,1);
  --opacityFontColor:rgba(30,30,30,0.5);
  --mainBorder:1.5px solid var(--opacityFontColor);
}
#nav-icon span{
  background: var(--darkColor);
}
.navbar{
	background-color:var(--navBgColor);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#nav-icon span{
  background:var(--darkColor);
}
#home,#myCarousel{
  margin-top: 88px;
}
.mainBg:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -9999;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mainMask{
  background-color: rgba(255, 255, 255, 0.738);
}
.banner-full{
	background-image: url(../img/banner1.jpg)
}
.section:nth-child(odd){
    background-color:rgb(198, 229, 235);
}
#sns ul li{
  filter: brightness(0);
}
.item1{
    width: 90%;
    margin: auto;
}
.titl{
    text-align: center;
    font-size: 20px;
    color: var(--darkColor);
    margin-top: 20px;
    margin-bottom: 10px;
}
b{
    color: #e8390d;
}
.catItem p{
    text-align: center;
}
.proItem p{
text-align: center;
}
/* 響應式選單*/
@media (max-width:1200px) {
  #logo{
    width: 100%;
  }
  .navbar > .container-fluid .navbar-brand{
    margin-left: 0;
  }
  .navbar-brand > img{
    margin: auto;
  }
  .shop1688{
    left: 15px;
  }
  .navbar-nav{
    text-align: center;
  }
.navbar .container-fluid{
  background-color: var(--navBgColor);
}
    .navbar-header {
      float: none;
  }
  .navbar-right{
    margin-right: 0;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
      padding-bottom: 20px;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 0px;
      border-top: 1px solid rgba(0,0,0,0.5);
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
.lb-next {
    opacity: 1 !important;
}
.lb-prev {
    opacity: 1 !important;
}
.inner-button {
    display: none;
}
/*響應式調整*/
@media screen and (max-width:1200px){
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:770px){
    .item1{
        width: 100%;
    }
}
@media screen and (max-width:576px){
    .inner-wrap{
        display: none;
    }
    .inner-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .inner-button a {
        margin-right: 0;
    }
}
@media screen and (max-width:414px){
}
@media screen and (max-width:375px){
}
