@charset "UTF-8";


@import url(help/reset.css);
@import url(font-awesome.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
.page-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.headerArea, .navigation, .search-box, .search-box input, .nav-item, .path, .social a, .left-menu-box, .left-menu-box > a, .tg-light-box {
  box-sizing: border-box;
}

.mail-box button, .go-top {
  border: none;
  outline: none;
  cursor: pointer;
}

body {
  font-family: 'Calibri', Helvetica, Arial, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
}

.wrap {
  max-width: 1150px;
  margin: auto;
}

.menuArea, .menu-btn, .m-left-menu-box.select-box {
  display: none;
}

.headerArea {
  /*position: fixed;*/
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 101;
  transition: all 0.3s ease-out;
}

@media (max-width: 500px) {
  .headerArea {
    position: fixed;
    background-color: #151515;
  }
}

.headerArea nav {
  width: calc(100% - 214px - 5%);
  float: left;
  margin-top: 6px;
}

.headerArea.header-scroll {
  top: -44px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.headerArea.header-scroll .logo-box {
  border-color: rgba(113, 113, 113, 0.2);
}

.headerArea.header-scroll .logo-box img {
  top: 57%;
}

.headerArea.header-scroll .logo-box img:first-child {
  opacity: 0;
}

.headerArea.header-scroll .logo-box img:last-child {
  opacity: 1;
}

.headerArea.header-scroll.header-search {
  padding-top: 67px;
}

.headerArea.header-scroll .has-list > a::before {
  color: #575757;
}

.headerArea.header-scroll .navigation > li > a {
  color: #575757;
}

.headerArea.header-scroll .navigation > li > a:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.headerArea.header-scroll .secondary-menu {
  border-color: rgba(113, 113, 113, 0.2);
}

.headerArea.header-scroll .secondary-menu a {
  color: #575757;
}

.headerArea.header-scroll .search-box {
  border-color: rgba(113, 113, 113, 0.5);
}

.headerArea.header-scroll .search-box input {
  color: #717171;
}

.headerArea.header-scroll .search-box input::-webkit-input-placeholder {
  color: #717171;
}

.headerArea.header-scroll .search-box input::-moz-placeholder {
  color: #717171;
}

.headerArea.header-scroll .search-box input:-ms-input-placeholder {
  color: #717171;
}

.headerArea.header-scroll .search-box input:-moz-placeholder {
  color: #717171;
}

.headerArea.header-scroll .search-box button {
  color: #717171;
}

.headerArea.header-scroll .nav-item-list {
  box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

.headerArea.header-scroll:hover {
  top: 0;
}

.headerArea.header-scroll:hover .logo-box img {
  top: 36%;
}

.headerArea.header-scroll:hover .has-list > a::before {
  bottom: -20px;
}

.headerArea.noBanner {
  background-color: #040404;
}

.headerArea.noBanner ~ .path {
  background-color: #151515;
}

.logo-box {
  float: left;
  width: 29%;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}

.logo-box a {
  display: block;
  position: relative;
  max-width: 100%;
  height: 120px;
  margin: 0 15px;
}

.logo-box img {
  position: absolute;
  top: 37%;
  left: 9%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .5s ease;
}

.logo-box img:last-child {
  opacity: 0;
}

.menu-box {
  float: right;
  width: calc(100% - 1px - 29%);
}

.secondary-menu {
  /*margin-right: -13px;*/
  padding-right: calc(5% - 13px);
  text-align: right;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}

.secondary-menu > li {
  position: relative;
  display: inline-block;
}

.secondary-menu a {
  display: block;
  padding: 13px;
  font-size: 12px;
  color: #fff;
  transition: all 0.5s ease;
}

.secondary-menu a:hover {
  color: #2b38a7 !important;
}

.secondary-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  text-align: left;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
}

.secondary-menu ul a {
  padding: 3px 10px;
  color: #52575c;
}

.navigation {
  position: relative;
  padding-right: 17px;
  text-align: right;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%) 100% 53%/1px 10px no-repeat;
}

.navigation > li {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.navigation > li > a[href$="t-force/"]::after {
  background-color: #af141e;
}

.navigation > li > a[href$="t-force/"] + ul {
  background-color: rgba(175, 20, 30, 0.7);
}

.navigation > li > a[href$="t-force/"] + ul a {
  color: #fff;
}

.navigation > li > a[href$="t-force/"] + ul a::after {
  background-color: #fff;
}

.navigation > li > a[href$="t-force/"] + ul dl:hover dt a {
  color: rgba(255, 255, 255, 0.7);
}

.navigation > li > a[href$="t-force/"] + ul dd a::before {
  background-color: #fff;
}

.navigation > li > a[href$="t-create/"]::after {
  background-color: #74767e;
}

.navigation > li > a[href$="t-create/"] + ul {
  background-color: rgba(189, 191, 202, 0.8);
}

.navigation > li > a[href$="t-create/"] + ul a {
  color: #000a17;
}

.navigation > li > a[href$="t-create/"] + ul a::after {
  background-color: #fff;
}

.navigation > li > a[href$="t-create/"] + ul dl:hover dt a {
  color: rgba(0, 10, 23, 0.7);
}

.navigation > li > a[href$="t-create/"] + ul dd a::before {
  background-color: #000a17;
}

.navigation > li > a[href$="industrial/"]::after {
  background-color: #177010;
}

.navigation > li > a[href$="industrial/"] + ul {
  background-color: rgba(23, 112, 16, 0.7);
}

.navigation > li > a[href$="industrial/"] + ul a {
  color: #fff;
}

.navigation > li > a[href$="industrial/"] + ul dl:hover dt a {
  color: rgba(255, 255, 255, 0.7);
}

.navigation > li > a[href$="industrial/"] + ul dd a::before {
  background-color: #fff;
}

.navigation > li:last-child {
  display: none;
}

.navigation > li > a {
  position: relative;
  line-height: 72px;
  padding: 0 8px;
}

.navigation > li > a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -4px;
  background-color: #0075c2;
  transition: all .3s ease-out;
}

.navigation > li:hover > a::after {
  bottom: 0;
}

.navigation > li.has-list > a::before {
  display: none;
  content: '\f103';
  position: absolute;
  padding: 10px 0;
  left: 0;
  right: 0;
  bottom: -16px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: FontAwesome;
}

.navigation > li > a:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.navigation a {
  position: relative;
  display: block;
  padding: 13px 8px;
  color: #fff;
  font-size: 17px;
  letter-spacing: .4px;
  transition: all 0.5s ease;
}

.navigation ul {
  position: absolute;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.navigation ul:not(.nav-item-list) {
  top: 72px;
  padding: 10px 0;
}

.navigation ul:not(.nav-item-list) a {
  padding: 10px 15px;
  font-size: 14px;
  color: #52575c;
}

.navigation ul:not(.nav-item-list) a:hover {
  color: #2b38a7;
}

.search-box {
  float: left;
  position: relative;
  width: 180px;
  margin-left: 35px;
  margin-top: 21px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.search-box input {
  width: 100%;
  padding: 8px 10px 8px 30px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  letter-spacing: .5px;
}

.search-box input::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.search-box input::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.search-box input:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.search-box input:-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.search-box input::-webkit-search-cancel-button, .search-box input::-webkit-search-decoration {
  -webkit-appearance: none !important;
}

.search-box button {
  position: absolute;
  left: 0;
  top: -3px;
  padding: 10px;
  outline: none;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

.nav-item-list {
  top: 72px;
  left: 0;
}

.nav-item-list::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nav-item {
  padding: 20px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
}

.nav-item + .nav-item {
  padding-top: 0;
}

.nav-item figure {
  display: none;
}

.nav-item img {
  display: block;
  width: 100px;
  object-fit: cover;
  margin: auto;
}

.nav-item dl:hover dt a {
  color: #2b38a7;
}

.nav-item dt {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
  transition: all 0.5s ease;
}

.nav-item dt a {
  margin-right: 10px;
  padding: 0;
  color: #52575c;
  font-size: 14px;
}

.nav-item dt::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #c6c6c6;
}

.nav-item dt + dd {
  clear: both;
}

.nav-item dd a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 1em !important;
  font-size: 13px;
  color: #52575c;
}

.nav-item dd a::before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  left: 6px;
  top: 11px;
  border-radius: 50%;
  background-color: #52575c;
}

.nav-item dd a:hover {
  color: #2b38a7;
  text-decoration: underline;
}

.pagesBannerArea {
  position: relative;
  overflow: hidden;
  background: #000;
}

.pagesBannerArea::before {
  display: none;
}

.pagesBannerArea.noBanner {
  padding-top: 200px;
  padding-bottom: 30px;
  background-color: #fff;
}

@media (max-width: 1024px) and (min-width: 501px) {
  .pagesBannerArea.noBanner {
    padding-top: 150px;
  }
}

@media (max-width: 500px) {
  .pagesBannerArea.noBanner {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.pagesBannerArea.noBanner h1, .pagesBannerArea.noBanner h2, .pagesBannerArea.noBanner .slogan-box p {
  position: static;
  color: #131313;
  text-shadow: none;
}

.pagesBannerArea.noBanner h1, .pagesBannerArea.noBanner h2 {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.pagesBannerArea.hasVideo {
  min-height: 600px;
}

.pagesBannerArea h1,
.pagesBannerArea h2 {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  z-index: 52;
  font-size: 5.231em;
  font-weight: 500;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-animation: 10s slideDown ease-out forwards;
  animation: 10s slideDown ease-out forwards;
}

.pagesBannerArea .bg-cover {
  min-height: 600px;
  max-height: 600px;
  height: 32vw;
  background-position: center;
  text-align: center;
}

.pagesBannerArea .bg-cover:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*產品內頁標題*/
.pagesBannerArea .ins_Slogan-box {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 120px;
}

.pagesBannerArea .ins_Slogan-box .textLeft {
  text-align: left;
}

.pagesBannerArea .ins_Slogan-box .textRight {
  text-align: right;
}

.pagesBannerArea .ins_Slogan-box .textCenter {
  text-align: center;
}

.pagesBannerArea .ins_Slogan-box .insTitle {
  font-size: 36px;
  color: #FFF;
}

.pagesBannerArea .ins_Slogan-box .insTitle2 {
  font-size: 16px;
  color: #FFF;
  margin-top: 25px;
}

.notScale {
  -webkit-animation: none !important;
  animation: none !important;
}

.bMask::before, .wMask::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.bMask::before {
  background-color: rgba(0, 0, 0, 0.45);
}

.wMask::before {
  background-color: rgba(203, 203, 203, 0.23);
}

.go-down {
  position: absolute;
  display: block;
  width: 100px;
  left: 50%;
  bottom: 50px;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 1px;
}

.go-down svg {
  display: block;
  margin: 0 auto 5px;
}

#m_scroll {
  -webkit-animation: m_scroll 2s infinite;
  animation: m_scroll 2s infinite;
}

.path {
  /*position: absolute;*/
  position: fixed;
  width: 100%;
  top: 120px;
  left: 0;
  z-index: 100;
  padding: 13px 5%;
  font-size: 15px;
  background-color: rgba(31, 31, 31, 0.6);
}

.path.path-scroll {
  background-color: #151515;
}

.path > li {
  display: inline-block;
}

.path span, .path a {
  display: inline-block;
  color: #969b9f;
  vertical-align: middle;
}

.path li:last-child a, .path li:last-child span {
  color: #fff;
}

.path a {
  transition: all 0.5s ease;
}

.path a:hover {
  color: #fff;
}

.path span:last-child {
  color: #fff;
}

.path a + a::before, .path span::before {
  content: '\f105';
  margin: 0 7px;
  color: #969b9f;
  font-family: FontAwesome;
}

.path > li:first-child a span::before {
  display: none;
}

.footerArea {
  position: relative;
  padding: 60px 20px 30px;
  background: url("../images/master/pattern.png");
}

@media (max-width: 1670px) {
  .footerArea {
    padding-bottom: 60px;
  }
}

.footerArea.footerAni .social li {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.footerArea.footerAni .mail-box p {
  -webkit-animation: 1s fadeIn forwards .9s;
  animation: 1s fadeIn forwards .9s;
  top: 0;
}

.footerArea.footerAni .mail-box > div {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-animation: .75s mailBoxShow forwards 1.5s;
  animation: .75s mailBoxShow forwards 1.5s;
}

.footerArea.footerAni .footer-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.footerArea .wrap {
  position: relative;
  overflow: hidden;
}

.footer-menu-box {
  float: left;
}

.footer-menu {
  float: left;
  width: 117px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.footer-menu + .footer-menu {
  margin-left: 43px;
}

.footer-menu .footer-title {
  padding-top: 45px;
  padding-bottom: 20px;
}

.footer-menu dd {
  margin-left: -3.5px;
}

.footer-menu a {
  display: block;
  padding: 3.5px;
  font-size: 13px;
  color: #898a92;
  transition: all 0.3s ease-out;
}

.footer-menu a:hover {
  color: #fff;
}

.footer-menu:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.footer-menu:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.footer-menu:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.footer-title {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.social li {
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  opacity: 0;
}

.social li + li {
  margin-left: 12px;
}

.social li:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.social li:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.social li:nth-child(4) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.social a {
  display: block;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #717579;
  color: #717579;
  text-align: center;
  transition: all 0.3s ease-out;
}

.social a:hover {
  color: #fff;
}

.mail-box {
  float: right;
  width: 460px;
  margin-top: 44px;
  margin-bottom: 95px;
}

.mail-box .footer-title:nth-of-type(1) {
  font-size: 16px;
  margin-bottom: 25px;
}

.mail-box .footer-title:nth-of-type(1) + p {
  color: #52575c;
  font-size: 13px;
}

.mail-box .footer-title:nth-of-type(3) {
  margin-bottom: 14px;
}

.mail-box > div {
  margin-top: 20px;
  margin-bottom: 35px;
}

.mail-box input {
  font-size: 12px;
  width: 200px;
  padding: 11px 10px;
  font-style: italic;
  background-color: #e4e5f3;
  outline: none;
  border: none;
  font-family: 'Calibri L', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
}

.mail-box input:focus {
  background-color: #fff;
  font-style: normal;
}

.mail-box button {
  padding: 10px 20px;
  color: #d0d0d0;
  background-color: #3f435f;
}

.mail-box + * {
  clear: both;
}

.copyright {
  float: left;
  width: 100%;
  letter-spacing: 1px;
  color: #717579;
  font: 12.5px "Gautami", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

/*.go-top {
  position: absolute;
  width: 100px;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  transition: all 0.3s ease-out;
}*/
.go-top:hover {
  top: -45px;
}

.go-top.fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 60px;
  z-index: 100;
}

.go-top.fixed img {
  width: 60px;
}

.browser {
  float: left;
  color: #6a8ddd;
  font-size: 12.5px;
}

.browser span {
  display: inline-block;
  margin: 0 2px;
  padding: 3px;
  background: repeating-linear-gradient(90deg, transparent 0, transparent 50%, #3a3f48 0, #3a3f48 100%) 0 100%/4px 1px repeat-x;
}

.footer-links {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12.5px;
}

.footer-links > li {
  display: inline-block;
}

.footer-links > li + li::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 10px;
  vertical-align: middle;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #717579;
}

.footer-links > li > a {
  display: inline-block;
  padding: 3px 5px;
  color: #717579;
  transition: all 0.3s ease-out;
}

.footer-links > li > a:hover {
  color: #fff;
}

.language-menu {
  position: relative;
}

.language-menu:hover ul {
  visibility: visible;
  -webkit-animation: 1s fadeIn ease-out .2s forwards;
  animation: 1s fadeIn ease-out .2s forwards;
}

.language-menu ul {
  position: absolute;
  padding-bottom: 10px;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  background-clip: content-box;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.language-menu ul::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 62%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(255, 255, 255, 0.7) transparent transparent;
}

.language-menu li:first-child a {
  padding-top: 10px;
}

.language-menu li:last-child a {
  padding-bottom: 10px;
}

.language-menu a {
  display: block;
  padding: 7px 10px;
  color: #52575c;
}

.language-menu a:hover {
  color: #2b38a7;
}

.language-menu a:hover + ul {
  display: block;
}

.page-links {
  font-family: 'GothamLight', sans-serif;
  text-align: right;
  color: #abb0b3;
}

.page-links span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.page-links ul {
  display: inline-block;
  vertical-align: middle;
}

.page-links ul::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.page-links li {
  float: left;
}

.page-links a {
  display: block;
  width: 30px;
  line-height: 30px;
  color: #abb0b3;
  text-align: center;
  transition: all 0.5s ease;
}

.page-links a:hover {
  color: #fff;
  background-color: #717579;
}

.page-links a.active {
  color: #fff;
  background-color: #52575c;
}

.page-links a.active:hover {
  background-color: #717579;
}

.page-title {
  position: relative;
  line-height: 80px;
  padding-left: 85px;
  margin-bottom: 60px;
  font-size: 2.154em;
  font-weight: 500;
  vertical-align: middle;
  background: url("../images/master/title_bg.png") 0 50% no-repeat;
}

.page-title img {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-title.no-image {
  padding-left: 0;
  background-image: none;
}

.page-title.no-image img {
  display: none;
}

.dotted-box {
  padding: 35px 40px;
  border: 2px dotted #d9e1e5;
  border-radius: 8px;
  background-color: #f2f6f8;
  font-size: .9em;
  color: #52575c;
  letter-spacing: 1px;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.left-menu-box {
  width: 280px;
  padding-right: 14px;
  margin-right: 100px;
  float: left;
}

.left-menu-box > a {
  display: block;
  margin-top: 10px;
}

.left-menu-box::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.left-menu-box + .right-page-content {
  float: right;
  width: calc(100% - 280px - 100px - 15px);
  /*min-height: 600px;*/
}

.left-links-box {
  margin-top: 10px;
}

.left-links-box a {
  display: block;
  margin-top: 10px;
}

.tg-light-box {
  display: none;
  position: fixed;
  width: 720px;
  padding: 50px 40px;
  top: 3vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 102;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background-color: #e9f1f5;
  background-clip: padding-box;
  opacity: 0;
}

.tg-light-box > h2 {
  margin-bottom: 25px;
  clear: both;
  color: #1f1f1f;
  font-size: 1.5em;
  text-transform: uppercase;
}

.tg-light-box .light-box-content {
  max-height: calc(100vh - 20vh - 15vh);
  overflow: auto;
}

.tg-light-box a {
  color: #6a8ddd;
  letter-spacing: .3px;
  text-decoration: underline;
}

.tg-light-box.open {
  display: block;
}

.tg-light-box .loginNote {
  font-size: 13px;
  color: #797f82;
  margin-bottom: 15px;
}

.light-box-mask {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
  top: 0;
  right: 0;
  opacity: 0;
}

.light-box-mask.open {
  display: block;
}

.light-box-cancel {
  position: fixed;
  width: 30px;
  height: 30px;
  padding: 30px;
  top: -46px;
  right: -44px;
  border-radius: 50%;
  background: url("../images/master/box_close_bg.png") 50% 50% no-repeat;
}

.light-box-cancel img {
  margin-top: 9px;
  margin-left: 8px;
  transition: all 0.5s ease;
}

.light-box-cancel:hover img {
  -webkit-transform: rotate(0.5turn);
  -ms-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
}

.privacy-box > h2 {
  letter-spacing: 2px;
  font-size: 18px;
}

.privacy-box p {
  font-size: 13px;
}

.privacy-box .privacy-list {
  counter-reset: items;
  list-style-type: none;
  padding: 0;
}

.privacy-box .privacy-list > li {
  position: relative;
  margin: 20px 0;
  padding-left: 2.8em;
}

.privacy-box .privacy-list > li::before {
  counter-increment: items;
  content: counter(items);
  width: 30px;
  text-align: center;
  position: absolute;
  color: #dce1e4;
  left: -3px;
  top: -11px;
  font-size: 1.6em;
  font-weight: 700;
}

.privacy-box .privacy-list > li + li {
  margin-top: 20px;
}

.privacy-box .privacy-list ul {
  margin: 10px 0;
  padding-left: 20px;
  font-size: 13px;
  color: #52575c;
}

.privacy-box .privacy-list ul li {
  position: relative;
  list-style-type: none;
}

.privacy-box .privacy-list ul li::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 9px;
  top: 7px;
  left: -18px;
  background: url("../images/master/hexagonal_icon.png") 50% 50% no-repeat;
}

.privacy-box .privacy-list ul li + li {
  margin-top: 10px;
}

.privacy-box .privacy-list p {
  margin: 10px 0;
  color: #52575c;
}

.login-box {
  max-width: 430px;
  height: auto !important;
  top: 18vh !important;
}

.login-box h2 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #52575c;
}

.login-box label {
  display: block;
}

.login-box label:nth-of-type(-n+2) {
  padding: 5px 15px;
  background-color: #dce4e8;
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
}

.login-box label:nth-of-type(-n+2) span {
  width: 55px;
  margin-right: 10px;
}

.login-box label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 1px;
  color: #52575c;
  font-family: Arial, Helvetica, sans-serif;
}

.login-box label + label {
  margin-top: 15px;
}

.login-box label:nth-of-type(3) {
  cursor: pointer;
}

.login-box label:nth-of-type(3) input {
  display: none;
}

.login-box label:nth-of-type(3) input:checked + span::before {
  background: #dce4e8 url("../images/master/check.png") 50% no-repeat;
}

.login-box label:nth-of-type(3) span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-box label:nth-of-type(3) span::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #dce4e8;
}

.login-box button {
  display: block;
  width: 135px;
  margin: 50px auto 10px;
  padding: 10px 0;
  line-height: 1.4;
  background-color: #797f82;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  box-sizing: content-box;
  transition: all 0.5s ease;
}

.login-box button:hover {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #363636;
}

.login-box input {
  display: inline-block;
  width: calc(100% - 55px - 10px - 5px);
  padding: 10px 5px;
  vertical-align: middle;
  color: #9d9c9c;
  background: transparent;
  border: none;
  outline: none;
  box-sizing: border-box;
}

.login-box input[type="password"] {
  color: #1f1f1f;
}

.login-img {
  background: url("../images/master/title_bg.png") 50% no-repeat;
}

.login-img img {
  display: block;
  line-height: 2;
  margin: auto;
  padding: 25px 0;
}

.col-5 {
  width: 20%;
}

.col-4 {
  width: 25%;
}

.col-3 {
  width: 33.33%;
}

.col-2 {
  width: 50%;
}

.col-1 {
  width: 100%;
}

.tar-select {
  text-align: right;
}

.emptyBanner {
  margin-top: 150px;
}

@-webkit-keyframes mailBoxShow {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes mailBoxShow {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes slideDown {
  15% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}

@keyframes slideDown {
  15% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}

@-webkit-keyframes bannerScale {
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes bannerScale {
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes m_scroll {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }
  40% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  60% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}

@keyframes m_scroll {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }
  40% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  60% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menuSlide {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    visibility: visible;
  }
  40% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuSlide {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    visibility: visible;
  }
  40% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes menuIn {
  from {
    -webkit-transform: translateX(100%) scale(1.2);
    transform: translateX(100%) scale(1.2);
    opacity: 0;
    visibility: visible;
  }
  40% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}

@keyframes menuIn {
  from {
    -webkit-transform: translateX(100%) scale(1.2);
    transform: translateX(100%) scale(1.2);
    opacity: 0;
    visibility: visible;
  }
  40% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}

@-webkit-keyframes sliderDown {
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes sliderDown {
  100% {
    opacity: 1;
    top: 0;
  }
}

@media (max-width: 1620px) {
  .logo-box {
    width: 18%;
  }
  .search-box {
    width: 130px;
    margin-left: 10px;
  }
  .headerArea nav {
    width: calc(100% - 130px - 5%);
  }
  .menu-box {
    width: calc(100% - 1px - 18%);
  }
}

@media (max-width: 1450px) {
  .navigation a {
    font-size: 15px;
  }
}

@media (max-width: 1400px) {
  .logo-box {
    width: 15%;
  }
  .logo-box img {
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
  .headerArea .logo-box img {
    top: 46%;
  }
  .headerArea.header-scroll .logo-box img {
    top: 65%;
  }
  .menu-box {
    width: calc(100% - 1px - 15%);
  }
  .navigation {
    background-position-x: 98.5%;
  }
  .nav-item-list {
    width: 840px;
  }
}

@media (max-width: 1200px) {
  .headerArea nav {
    width: calc(100% - 105px - 5%);
  }
  .navigation > li > a {
    padding-left: 4px;
    padding-right: 4px;
  }
  .search-box {
    width: 105px;
    margin-left: 0px;
  }
  .navigation a {
    font-size: 14px;
  }
}
@media (max-width: 1160px) {
  .mail-box {
    width: auto;
  }
  .footer-menu + .footer-menu {
    margin-left: 15px;
  }
}

@media (max-width: 1024px) {
  .headerArea nav, .secondary-menu, .left-links-box, .left-menu {
    display: none;
  }
  .footer-menu-box, .left-menu-box, .left-menu-box + .right-page-content {
    float: none;
  }
  .left-menu-box + .right-page-content {
    width: 100%;
    box-sizing: border-box;
  }
  .bannerArea .bg-cover, .pagesBannerArea .bg-cover {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .search-box {
    float: right;
    margin-top: 12px;
    margin-right: 20px;
  }
  .logo-box {
    width: 180px;
    border-right: none;
  }
  .logo-box a {
    height: 57px;
    margin: 0;
  }
  .menu-box {
    width: auto;
  }
  .headerArea {
    padding: 0 5%;
  }
  .headerArea.header-scroll {
    top: 0;
  }
  .headerArea.header-scroll .logo-box img {
    top: 50%;
  }
  .header-scroll .menu-btn {
    background-image: url("../images/master/menu-b.png");
    background-image: linear-gradient(to bottom, transparent 5px, #575757 0, #575757 7px, transparent 0, transparent 14px, #575757 0, #575757 16px, transparent 0, transparent 23px, #575757 0, #575757 25px, transparent 0);
  }
  .footer-menu {
    float: none;
    width: auto;
    letter-spacing: 1px;
  }
  .footer-menu .footer-title {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-menu .footer-title::before {
    content: '+';
    position: absolute;
    display: block;
    top: 10px;
    right: 2px;
    transition: .3s transform ease-in .2s;
  }
  .footer-menu dd {
    position: relative;
    opacity: 0;
    top: -10px;
    display: none;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .footer-menu + .footer-menu {
    margin-left: 0;
    border-top: 1px solid #717579;
  }
  .footer-menu a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: 1em;
  }
  .footer-menu.open .footer-title::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-menu.open dd {
    display: block;
    -webkit-animation: .2s sliderDown ease-in forwards .1s;
    animation: .2s sliderDown ease-in forwards .1s;
  }
  .social {
    float: none;
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
  .mail-box {
    float: none;
    margin-bottom: 55px;
    text-align: center;
  }
  .mail-box p {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .mail-box + p {
    text-align: center;
  }
  .footer-links {
    padding-bottom: 26px;
  }
  .language-menu:hover ul {
    display: none;
    visibility: hidden;
  }
  .menu-btn {
    float: right;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    background-image: url("../images/master/menu-w.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .menuArea {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 101;
    visibility: hidden;
    opacity: 0;
  }
  .menuArea .search-box {
    display: none;
  }
  .menuArea.show {
    display: block;
    visibility: visible;
    -webkit-animation: .3s fadeIn ease-out forwards;
    animation: .3s fadeIn ease-out forwards;
  }
  .menuArea.show .m-cancel {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation: 1s mailBoxShow ease-out .8s forwards;
    animation: 1s mailBoxShow ease-out .8s forwards;
  }
  .menuArea.show .m-language-menu {
    display: block;
    visibility: visible;
  }
  .menuArea.show .m-language-menu a {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .menuArea.show .m-language-menu li:nth-child(1) a {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }
  .menuArea.show .m-language-menu li:nth-child(2) a {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .menuArea.show .m-language-menu li:nth-child(3) a {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }
  .menuArea.show .m-language-menu li:nth-child(4) a {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .menuArea.show .m-language-menu li:nth-child(5) a {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }
  .m-menu {
    display: block;
    width: 86.5%;
    margin: 10vh auto 20px auto;
    overflow: auto;
  }
  .m-menu a {
    display: block;
    padding: 5px 0;
    letter-spacing: 0.15em;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.5s ease;
  }
  .m-menu ul {
    position: relative;
    display: none;
    opacity: 0;
    top: -10px;
  }
  .m-menu ul .hasList::before {
    top: 8px;
  }
  .m-menu > li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .m-menu > li > ul {
    margin-left: 18px;
  }
  .m-menu > li > ul > li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .m-menu > li > ul ul {
    padding: 5px 0;
    margin: 5px 0 5px 18px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 100%), linear-gradient(to right, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 100%);
    background-position: 0 0, 0 100%;
    background-size: 100% 1px;
    background-repeat: no-repeat;
  }
  .hasList {
    position: relative;
  }
  .hasList::before {
    content: '+';
    position: absolute;
    display: block;
    top: 15px;
    right: 8px;
    color: #fff;
    transition: .3s transform ease-in .2s;
  }
  .hasList.open > ul {
    display: block;
    -webkit-animation: .2s sliderDown ease-in forwards .1s;
    animation: .2s sliderDown ease-in forwards .1s;
  }
  .hasList.open::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m-language-menu {
    display: none;
    /* position: fixed;
    bottom: 2vh;
    left: 0;
    right: 0; */
    margin: auto;
    text-align: center;
    z-index: 101;
    visibility: hidden;
    box-sizing: border-box;
  }
  .m-language-menu li {
    display: inline;
  }
  .m-language-menu li + li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 8px;
    margin: 0 2px;
    background-color: rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .m-language-menu a {
    display: inline-block;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    font-size: .8em;
    opacity: 0;
    vertical-align: middle;
  }
  .m-language-menu a.active {
    color: #6b7aed;
    background-size: 4em 3px;
    background-image: linear-gradient(to right, #2b38a7 0, #5571ee 100%);
    background-position: 50% 100%;
    background-size: 2em 3px;
    background-repeat: no-repeat;
  }
  .m-cancel {
    position: fixed;
    width: 40px;
    height: 40px;
    top: 1.5vh;
    right: 2.5vw;
    background-color: transparent;
    outline: none;
    border: none;
  }
  .m-cancel::before, .m-cancel::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #fff;
  }
  .m-cancel::before {
    -webkit-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
  }
  .m-cancel::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .path {
    top: 57px;
  }
  .left-menu-box {
    width: auto;
    margin-right: 0;
    margin-bottom: 25px;
    padding-right: 0;
  }
  .right-page-content {
    overflow: visible;
    clear: both;
  }
  .m-left-menu-box.select-box {
    display: block;
    width: auto;
    background-color: #2b38a7;
  }
  .m-left-menu-box.select-box a {
    display: block;
    padding: 10px 15px;
    color: #62666c;
  }
  .m-left-menu-box.select-box div {
    color: #fff;
  }
  .m-left-menu-box.select-box div::before {
    color: rgba(255, 255, 255, 0.7);
  }
  .m-left-menu-box.select-box div:hover::before {
    background-color: #212a7e;
    color: #fff;
  }
  .m-left-menu-box.select-box.select-open div::before {
    background-color: #212a7e;
    color: #fff;
  }
  .m-left-menu-box.select-box ul {
    background-color: #e0e6e9;
    color: #2b38a7;
  }
  .m-left-menu-box.select-box li {
    padding: 0;
  }
  .m-left-menu-box.select-box li.active {
    background-color: #2b38a7;
  }
  .m-left-menu-box.select-box li.active a {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .pagesBannerArea h1,
  .pagesBannerArea h2 {
    font-size: 4em;
  }
  .footer-links {
    position: static;
    padding-bottom: 0;
    text-align: center;
  }
  .copyright {
    margin-top: 30px;
    text-align: center;
  }
  .browser {
    float: none;
    text-align: center;
  }
  .search-box {
    display: none;
  }
  .menuArea .search-box {
    position: fixed;
    top: .8vh;
    left: 2.5vw;
  }
  .menuArea.show .search-box {
    display: block;
  }
  .page-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .dotted-box {
    padding: 25px 20px;
  }
  .tg-light-box {
    width: 90%;
    height: 85vh;
    padding: 30px 20px;
  }
  .login-box {
    width: 85%;
    top: 12vh !important;
    padding: 20px 10px;
  }
  .tg-light-box > h2 {
    margin-bottom: 15px;
  }
  .tg-light-box .light-box-content {
    max-height: calc(100vh - 20vh - 10vh);
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .path {
    display: none;
  }
  .pagesBannerArea {
    padding-top: 57px;
  }
  .pagesBannerArea .bg-cover {
    min-height: 250px;
    max-height: 250px;
  }
  .pagesBannerArea h1, .pagesBannerArea h2 {
    font-size: 32px;
  }
  .pagesBannerArea .ins_Slogan-box {
    margin-bottom: 25px;
    vertical-align: bottom;
  }
  .pagesBannerArea .ins_Slogan-box .insTitle {
    font-size: 24px;
  }
  .pagesBannerArea .ins_Slogan-box .insTitle2 {
    font-size: 13px;
    margin-top: 10px;
  }
  .go-down {
    display: none;
  }
  .mail-box input {
    width: 150px;
  }
  .footer-links > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .tg-light-box .light-box-content {
    max-height: calc(100vh - 20vh - 13vh);
  }
}

@media (max-width: 480px) {
  .page-title {
    font-size: 16px;
  }
}

.pageFunctionBox {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.pageFunctionBox a {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  color: #2b38a7;
  background-color: #dcdcdc;
}

.pageFunctionBox a:hover i {
  -webkit-animation: 2s arrowUp ease-out infinite;
          animation: 2s arrowUp ease-out infinite;
}

@-webkit-keyframes arrowUp {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  60% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

@keyframes arrowUp {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  60% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

.pageFunctionBox button {
  float: left;
  width: 200px;
  height: 45px;
  font-size: 13px;
  font-family: 'Calibri', Helvetica, Arial, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ", sans-serif;
  color: #fff;
  border: none;
  cursor: pointer;
  background-color: #2b38a7;
  transition: all 0.3s ease-out;
}

.pageFunctionBox button:hover {
  background-color: #242e8a;
}

.pageFunctionBox span::before {
  content: '(';
}

.pageFunctionBox span::after {
  content: ')';
}

.compareSideMneuBox {
  position: fixed;
  top: 0;
  right: -650px;
  z-index: 105;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 650px;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  transition: all .3s ease-out;
}

@media (max-width: 650px) {
  .compareSideMneuBox {
    right: -100%;
    width: 100%;
  }
}

.compareSideMneuBox.open {
  right: 0 !important;
}

.compareSideMneuBox .title {
  padding-top: 7vh;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 650px) {
  .compareSideMneuBox .title {
    padding-left: 20px;
  }
}

.compareSideMneuBox .btnBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding: 5vh 80px;
  background-color: #e8ecee;
  box-sizing: border-box;
}

@media (max-width: 650px) {
  .compareSideMneuBox .btnBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.compareSideMneuBox .btnBox a {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  height: 45px;
  text-align: center;
  border: 2px solid #2b38a7;
  box-sizing: border-box;
  transition: all .3s ease-out;
}

.compareSideMneuBox .btnBox a + a {
  margin-left: 15px;
}

.compareSideMneuBox .btnBox a:first-child {
  color: #fff;
  background-color: #2b38a7;
}

@media (min-width: 1181px) {
  .compareSideMneuBox .btnBox a:first-child:hover {
    background-color: #212a7e;
  }
}

.compareSideMneuBox .btnBox a:last-child {
  color: #2b38a7;
  background-color: #fff;
}

@media (min-width: 1181px) {
  .compareSideMneuBox .btnBox a:last-child:hover {
    color: #fff;
    background-color: #2b38a7;
  }
}

.closeCompareSideMenuBtn {
  position: absolute;
  top: 5.5vh;
  right: 80px;
  z-index: 1;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 650px) {
  .closeCompareSideMenuBtn {
    right: 20px;
  }
}

.compareSideList {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 80px;
  padding-right: 80px;
  max-height: calc(100vh - 11vh - 15vh);
  overflow: auto;
  box-sizing: border-box;
}

@media (max-width: 650px) {
  .compareSideList {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.compareSideList > li:not(.noCompare) {
  border-bottom: 1px solid #e4e7e9;
}

.compareSideList > li.noCompare {
  padding-top: 40px;
}

.compareSideList > li.noCompare a {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  color: #2b38a7;
}

.compareSideList .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1181px) {
  .compareSideList .item:hover h3 a {
    color: #2b38a7;
  }
  .compareSideList .item:hover .deleteCompareItemBtn::before, .compareSideList .item:hover .deleteCompareItemBtn::after {
    background-color: #2b38a7;
  }
}

.compareSideList .Img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 160px;
  margin-right: 20px;
}

@media (max-width: 650px) {
  .compareSideList .Img {
    width: 100px;
    margin-right: 10px;
  }
}

.compareSideList .Img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.compareSideList .Txt {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.compareSideList h3 {
  padding-right: 10px;
  box-sizing: border-box;
}

.compareSideList h3 a {
  display: block;
  font-size: 18px;
  color: #111;
  transition: all .3s ease-out;
}

@media (max-width: 650px) {
  .compareSideList h3 a {
    font-size: 15px;
  }
}

.deleteCompareItemBtn, .deleteItemBtn {
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
}

.deleteCompareItemBtn::before, .deleteCompareItemBtn::after, .deleteItemBtn::before, .deleteItemBtn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  margin-left: -8px;
  background-color: #111;
  transition: all .3s ease-out;
}

.deleteCompareItemBtn::before, .deleteItemBtn::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.deleteCompareItemBtn::after, .deleteItemBtn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.deleteCompareItemBtn {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: auto;
}

#verificationBox {
  top: calc(50% - 160px) !important;
  max-width: 400px;
  height: 320px;
}

#verificationBox .verificationTitle {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}

#verificationBox p {
  text-align: center;
  font-size: 20px;
}

#verificationBox .topic {
  position: relative;
  max-width: 280px;
  min-height: 65px;
  margin: 20px auto;
}

#verificationBox .topic img {
  display: block;
}
  
#verificationBox .topic .trigger-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%
}

#verificationBox .topic .trigger-container .trigger {
  flex-basis: 25%;
  margin: 5px;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
}

#verificationBox .topic .trigger-container .trigger.active {
  border-color: transparent;
  background-color: rgb(200 201 204 / 90%);
  /* color: #FFF; */
}

.changeVerificationBtn {
  display: block;
  width: 125px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border: none;
  font-size: 14px;
  letter-spacing: .05em;
  background-color: #e53a31;
  border-radius: 10px;
  cursor: pointer;
}

.changeVerificationBtn:hover {
  opacity: .8;
}