/* 公版客製CSS */
/* 網頁整體架構 */
html, body {
  background-color:#000 !important;
  font-family: "century gothic","Geneva",sans-serif,"微軟正黑體";
}
@media(min-width: 1024px) {
  /* 整個網頁 */
  body{
    margin: 0 auto;
  }
  /* 用於RWD影像地圖 */
  img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
  }
  /* 整個外層DIV */
  .main {    
    width:auto;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
  }

  /* 頁首 */
  .topbg{ 
    background-color: #fff;
    display:flex;
    flex-direction: row;
    justify-content: center;
  }
  .des{
    color:#da3232;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  /* EDM內容 = 表身 */
  .headerbg{   /* 直接使用1920圖片物件 */
    display:flex;
    flex-direction: column;
    align-items: center;
  }
  .headerbg1200{   /* 使用1200圖片物件+背景內崁 */
    display:flex;
    background-color:#04094d;
    background-repeat: no-repeat;
    background-position: top center;
    flex-direction: column;
    align-items: center;
  }
  .header{
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .inheader{
    display:flex;
    align-items:center;
    Justify-content:center;
  }

  /* 頁尾 */
  .copybg {
    background-color: #fff;
    display:flex;
    background-image: url(images/copybg.jpg) !important;
    background-repeat: repeat;
    background-position: top center;
    align-items: center;
    justify-content: center;
  }

  /* 限電腦板瀏覽區塊 */
  .onlypc{
  display: none;
  }

  ::selection {
    background: #ff6f00;
    color: #fff;
  }
}

/* 手機版面 */
@media(max-width: 1023px) {
  body{
    background-color:#11256f;
    margin: 0 auto;
  }
  .onlypc {
    display: block !important;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%
  }

  .onlypc span {
    color: #ff6f00;
    font-size: 6vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh
  }
}

/* 主視覺 */
main.kv {
  background-color: transparent !important;
  background-size: contain;
  height: auto !important;
  padding: 0;
  min-height: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  padding-bottom: 50px;
}

/* 選單背景色 */
nav{ 
background-color:transparent !important;
}
nav.fixed{
background-color:transparent !important;
}

/* 注意事項 */
section#notice ul.list-num {
font-family: microsoft jhenghei;
color:#FFF !important;
background-color: #340139;
}

/* 各區標題與上方區塊空隙 */
section .sec-inner {
  padding: 60px 0px 0px 0px !important;
}
/* 選單 */
nav .inner a {
  /* 選單按鈕寬度可於此調整，適用於客製圖像選單按鈕 */
  width:200px !important;
  font-size: 18px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7eb42c !important;
}
/* 選單滑動效果 */
nav .inner a:hover {
  background-color: #7eb42c !important;
  transition: .2s;
  filter: brightness(110%);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px)
}

/* 右下導引選單 */
nav.fixed:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 30px;
  font-family: "icomoon";
  border-radius: 50%;
  background-color: #5c0963;
}
a#backTop{
  background-color: #5c0963 !important;
  }

/* 右下導引選單展開 */
nav.fixed.open .inner {
  position: absolute;
  bottom: 0;
  right: calc(100% + 10px);
  display: block;
  width: max-content;
  padding: 15px;
  border-radius: 10px;
  /* 選單背景色 */
  background-color: #5c0963;
  backdrop-filter: blur(10px);
}
nav.fixed.open .inner a {
  /* 預設透明色，會秀出選單背景色 */
  background-color: transparent !important;
    /* font-size: 1em; */ 
  width: auto;
  min-height: 20px;
  text-align: center;
  padding: 5px;
  margin: 5px auto;
  color: #fff;
  transition: 0.2s;
}

/* 目前區塊文字顏色 */
nav.fixed.open .inner a.current{
  color: #000 !important;
  background-color: #7eb42c !important;
  }

/* 若商品區塊是做標題BN記得這裡修改高度 */
.headtitle.headtitlePic {
height:500px;
}

/*大標文字*/
section .sec-inner .sec-head .headtitle {
  color: #7eb42c !important;
  font-size: 3em;
}

/*副標背景*/
section .sec-inner .sec-head .text {
  color:#FFF;
  background-color: #071a42 !important;
  font-size: 1.7em !important;
  letter-spacing: 0px !important;
}

/* 商品品名背景色塊 */
.wrap-item .item .item-bottom .name {
  background-image: repeating-linear-gradient(
    90deg,
    #7eb42c -1%,
    #557c1c 101%
  ) !important;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 1180px)
nav .inner a{
width:180px !important;
}
@media (max-width: 1200px)
nav .inner a {
width:200px !important;
}
