@charset "UTF-8";

#TB_Left {
  width: 12.5vw;
  max-width: 240px;
  min-width: 180px;
  height: 100%;
  background-color: #FFFFFF;
  border-right: 1px solid #AAAAAA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 180;
  display: flex;
  flex-direction: column
}

#TB_Left .Left_main {
  width: 100%;
  overflow: hidden;
  flex: 1;
  position: relative
}

#TB_Left .scrollbarX {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto
}

@media screen and (max-width:992px) {
  #TB_Left {
    min-width: 150px
  }
}

@media screen and (max-width:768px) {
  #TB_Left {
    width: 100vw;
    height: calc(100% - 50px);
    max-width: 100vw;
    min-width: 100vw;
    top: 50px
  }

  #TB_Left .Left_main {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto
  }

  #TB_Left .scrollbarX {
    width: 100%;
    height: auto;
    overflow-x: unset;
    overflow-y: unset
  }
}

#Left_member_menu {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 188;
  display: none
}

#Keyword {
  display: none
}

#TB_Left_more {
  width: 180px;
  height: calc(100% - 50px);
  background-color: #FFFFFF;
  border-right: 1px solid #E2E2E2;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 188;
  display: none
}

@media screen and (max-width:768px) {
  #TB_Left_more {
    width: 100%;
    height: 100%;
    display: none
  }
}

#TB_Right {
  width: 100%;
  position: absolute;
  top: 0;
  left: 240px;
  z-index: 60
}

@media screen and (max-width:768px) {
  #TB_Right {
    width: 100vw;
    left: 0
  }
}

#TB_Right_more {
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  position: fixed;
  z-index: 15;
  bottom: 0;
  right: 0;
  background-color: #202020;
  display: none
}

@media screen and (max-width:992px) {
  #TB_Right_more {
    display: block
  }
}

@media screen and (max-width:768px) {
  #TB_Right_more {
    width: 100%;
    display: block
  }
}

#mainLoad .fixed {
  width: inherit;
  height: 80px;
  position: fixed;
  top: 50px;
  z-index: 12
}

main {
  margin: 0;
  width: 100%;
  position: relative;
  display: block
}

#mainLoad {
  width: 100%;
  position: relative
}

#member {
  width: 100%
}

#service {
  width: 30vw;
  height: calc(100vh - 50px);
  position: fixed;
  top: 50px;
  right: -30vw;
  z-index: 170;
  background-color: #FFFFFF;
  border-left: 1px solid #E2E2E2
}

footer {
  width: 100%;
  display: block
}

header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99
}

header .logo {
  margin: 0 auto;
  width: 20%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0
}

header .logo img {
  margin: 5px auto 5px -25px;
  width: auto;
  height: 40px;
  cursor: pointer
}

header .service {
  padding: 0 15px 0 40px;
  height: 100%;
  line-height: 48px;
  float: right;
  color: #11ACF0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  background-image: url(../image/icon_service_blue.svg);
  background-position: left center
}

header .service:hover {
  background-color: rgba(0, 0, 0, .08)
}

header .menu {
  padding: 15px;
  width: 50px;
  height: 50px;
  float: left;
  cursor: pointer
}

header .menu:hover {
  background-color: rgba(0, 0, 0, .08)
}

header .search {
  padding: 8px;
  width: 90px;
  height: 50px;
  float: right;
}
header .search > div {
  padding-left: 24px;
  width: 100%;
  height: 100%;
  font-size: 13px;
  background-image: url(../image/icon_search2.svg);
  background-position: left center;
  background-size: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99em;
  border: 1px solid #dedede;
  transition: .3s;
}
header .search > div:hover {
  background-color: #f5f5f5;
}
header:not(.b2b) .search > div::after {
  content: '搜尋';
}

header.b2b .search {
  width: 50px;
  height: 50px;
  float: right;
}
header.b2b .search > div {
  padding-left: 24px;
  width: 100%;
  height: 100%;
  border: none;
  background-image: url(../image/icon_search.svg);
  background-position: center;
  background-size: 45px;
  cursor: pointer;
  transition: .3s;
}
header.b2b .search > div:hover {
  background-color: rgba(0, 0, 0, .08)
}


#nav-icon {
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out
}

#nav-icon span {
  width: 100%;
  height: 3px;
  display: block;
  background: #11ACF0;
  border-radius: 1px;
  position: absolute;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
  top: 0
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 8.5px
}

#nav-icon span:nth-child(4) {
  top: 17px
}

#nav-icon.open span:nth-child(1) {
  top: 8.5px;
  width: 0;
  left: 50%
}

#nav-icon.open span:nth-child(2) {
  transform: rotate(45deg)
}

#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg)
}

#nav-icon.open span:nth-child(4) {
  width: 0;
  top: 8.5px;
  left: 50%
}

.LineLeftMenu {
  border-bottom: 1px solid #E9E9E9
}

@media screen and (max-width:1199px) {
  header .logo {
    width: 30%
  }

  #service {
    width: 40vw;
    position: fixed;
    top: 50px;
    background-color: #FFFFFF;
    border-left: 1px solid #E2E2E2
  }
}

@media screen and (max-width:992px) {
  header .logo {
    width: 40%
  }

  #service {
    width: 50vw;
    right: -50vw
  }
}

@media screen and (max-width:768px) {
  #service {
    width: 100vw;
    right: -100vw
  }

  header {
    width: 100vw;
    left: 0
  }

  header .logo {
    width: 50%;
    min-width: 180px
  }

  header .service {
    padding: 0;
    width: 50px
  }

  .LineLeftMenu {
    border-bottom: 1px solid #E9E9E9
  }

  header .logo img {
    margin: 5px auto 5px -5px
  }
}

#Loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, .9);
  display: none
}

#Loading>div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

#Loading>div>div:first-child {
  width: 100%;
  height: 200px
}

#Loading>div>div:last-child {
  margin: -20px 0 0 0;
  width: 100%;
  height: 30px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center
}

#Loading>div iframe {
  width: 100%;
  height: 200px
}

@media screen and (max-width:1199px) {
  #Loading {
    background-size: 600px
  }
}

@media screen and (max-width:992px) {
  #Loading {
    background-size: 500px
  }
}

@media screen and (max-width:768px) {
  #Loading {
    width: 100% !important;
    background-size: 600px
  }
}

#AlertBox {
  margin: -200px 0 0 -350px;
  padding: 20px 50px 30px 50px;
  width: 700px;
  height: 400px;
  text-align: center;
  position: fixed;
  display: none;
  z-index: 999;
  top: 50%;
  left: 50%;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, .3) 0 3px 10px;
  transition: .3s all
}

#AlertBox>div {
  width: 100%
}

#AlertBox .icon>span {
  margin: 0 auto;
  padding: 0;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 99em;
  background-color: #FFFFFF;
  background-image: url('../image/icon/icon_AlertTxt_ok.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

#AlertBox .AlertBoxTxt {
  margin: 20px auto 0 auto;
  padding: 0;
  height: calc(100% - 170px);
  font-size: 32px;
  color: #11ACF0
}

#AlertBox .button {
  position: absolute;
  bottom: 30px;
  left: 0
}

#AlertBox .button>button {
  margin: 0 auto;
  width: 300px;
  height: 42px
}

#AlertBox .button>button>span {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center
}

@media screen and (max-width:1199px) {
  #AlertBox {
    margin: -180px 0 0 -300px;
    padding: 20px 50px 30px 50px;
    width: 600px;
    height: 360px
  }

  #AlertBox .AlertBoxTxt {
    height: auto;
    font-size: 24px
  }

  #AlertBox .icon>span {
    width: 70px;
    height: 70px
  }
}

@media screen and (max-width:992px) {
  #AlertBox {
    margin: -150px 0 0 -250px;
    padding: 20px 50px 30px 50px;
    width: 500px;
    height: 300px
  }

  #AlertBox .AlertBoxTxt {
    font-size: 18px
  }

  #AlertBox .icon>span {
    width: 60px;
    height: 60px
  }
}

@media screen and (max-width:768px) {
  #AlertBox {
    margin: -40% 0 0 -45%;
    padding: 15px 20px 30px 20px;
    width: 90%;
    height: 40%
  }

  #AlertBox .AlertBoxTxt {
    margin: 10px auto 0 auto;
    font-size: 18px
  }

  #AlertBox .button {
    bottom: 20px
  }

  #AlertBox .button>button {
    width: 80%
  }
}

#goTop {
  width: 60px;
  height: 60px;
  right: 15px;  /*30px;*/
  bottom: 85px;  /*60px;*/
  background-color: #1E91CD;
  background-image: url(../image/gototop.svg);
  cursor: pointer;
  border-radius: 99em;
  position: fixed;
  display: none;
  z-index: 120;
  box-shadow: rgba(0, 0, 0, .3) 0 3px 10px
}

#goTop:hover {
  background-color: #008AE7
}

@media screen and (max-width:768px) {
  #goTop {
    width: 40px;
    height: 40px;
    line-height: 50px;
    right: 20px;
    bottom: 100px;
    font-size: 12px;
    background-size: 40px;
    background-position: center
  }
}

#forSearchCalendar {
  margin: auto;
  width: 600px;
  min-height: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, .3) 0 0 36px;
  display: none
}

#forSearchCalendar iframe {
  width: 100%;
  height: 100%
}

.forSearchCalendarCSS1 {
  width: 100%;
  height: 300px;
  max-width: 300px
}

.forSearchCalendarCSS2 {
  width: 600px;
  height: 300px
}

@media screen and (max-width:1199px) {
  .forSearchCalendarCSS1 {
    height: 240px
  }

  .forSearchCalendarCSS2 {
    width: 600px;
    height: 200px
  }
}

@media screen and (max-width:992px) {
  .forSearchCalendarCSS2 {
    width: 600px;
    height: 160px
  }
}

@media screen and (max-width:768px) {
  #forSearchCalendar {
    width: calc(100vw - 30px);
    max-width: none;
    height: 60%
  }

  .forSearchCalendarCSS1 {
    width: calc(100vw - 30px) !important;
    max-width: none;
    height: 60%
  }
}

@media print {
  @page {
    margin: 1cm;
    size: 210mm auto
  }

  html,
  body {
    width: 100% !important;
    height: auto;
    overflow: visible
  }

  header {
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0 !important
  }

  header .service {
    display: none !important
  }

  #TB_Left {
    display: none !important
  }

  #TB_Right {
    width: 100% !important;
    height: auto !important;
    overflow: visible;
    left: 0 !important
  }

  #TB_Right .scrollbarX {
    width: 100% !important;
    height: auto;
    overflow: visible
  }

  #service {
    display: none !important
  }
}

#TB_Right .webver {
  color: #666666;
  font-size: 12px;
  position: absolute;
  right: 25px;
  bottom: 5px;
  z-index: 5
}

#GTMBOX {
  width: 10px;
  height: 10px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -200px;
  z-index: 0
}