@charset "utf-8";


body img {
  max-width: 100%;
}
body.font-small {font-size: 90%;}
body.font-medium{font-size: 100%;}
body.font-large{font-size: 105%;}
body a {
  transition: all 200ms ease-out 0s;
  text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

body a:focus,
body [type=button]:focus,
body [type="submit"]:focus,
body select:focus {
  outline: 3px #f44336 dotted !important;
  outline-offset: -3px;
  opacity: 1;
}

body input:focus,
body select:focus,
body textarea:focus {
  background-color: #ffeb3b !important;
  color: #000 !important;
  outline: 3px #f44336 dotted !important;
}

.into {
  position: absolute;
}

.into a {
  opacity: 0;
}
h2 {
    font-size: 100%;
}
.title p {
  position: relative;
  margin: 0;
  letter-spacing: 0;
  line-height: 110%;
}

.title p.note {
  padding: 10px 0;
  line-height: 150%;
}

.title p.en {
  color: #D23113;
  font-size: 80%;
  padding: 0 4px;
  text-transform: uppercase;
}

.title p.ch {
  color: #951C06;
  font-weight: bolder;
  font-size: 170%;
}

/*上方區塊*/
header {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 0s;
  background-color: #ffffff;
}

header .box {
  max-width: 1440px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 25px;
  position: relative;
}

header .logo {
  margin: 0 20px 0 0;
  text-align: center;
}

header .logo img {
    width: 100%;
    min-height: 70px;
    max-height: 70px;
    max-width: 340px;
}

header .logo a {
  display: block;
}


.toplink {
    color: #CCCCCC;
    margin-right: 10px;
    position: relative;
    padding: 0 0 0 0;
}

.toplink a {
    color: #6A6D6E;
    text-decoration: none;
    padding: 0 15px 0 0;
    border-right: 1px #CCCCCC solid;
    margin: 3px 15px 3px 0;
    white-space: nowrap;
}

.toplink .accesskey {
    left: -20px;
    border: none;
}

.toplink a:hover {
    color: #000;
}
.setweb .dropdown .dropdown-toggle img, .search img {
    max-height: 18px;
    margin: 3px 4px 0 0;
    max-width: 18px;
    min-width: 18px;
    min-height: 18px;
}

.setweb .dropdown .dropdown-toggle::after {
    display: none;
}

.setweb .dropdown {
    /* padding: 0 12px 0 0; */
    /* margin: 0 12px 0 0; */
}

.search {
    padding: 0 15px 0 0;
    border-right: 1px #CCCCCC solid;
}
.setweb .dropdown-menu {
    border-radius: 0;
    border: none;
}

.setweb .dropdown-menu .dropdown-item {
    width: 45px;
    padding: 2px;
    text-align: center;
    opacity: 0.6;
}

.setweb .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    opacity: 1;
}

.setweb .dropdown-menu {
    min-width: auto;
    transform: translate(-12px, 24px) !important;
}

/*search*/
.search_box {
  display: flex;
  border-radius: 5px;
  padding: 0 0 0 10px;
  font-size: 95%;
  position: relative;
}
.modal-content .search input {
  border: none;
  background-color: #dedede;
  padding: 5px 10px;
  width: 100%;
  border-radius: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}
.modal-content .search .keyword {
  color: #000000;
  font-size: 110%;
  letter-spacing: 1px;
  margin: 0;
  font-weight: bold;
}

.modal-content .search > label {
    position: absolute;
    width: 100%;
    top: 0;
}
.modal-content .search .keyword svg {
  width: 20px;
  margin: -3px 0px 0 2px;
  height: 20px;
}

.modal-content .search .keyword svg .a {
    fill: #000;
}
.search_link a, .search_link {
  color: #358fc6;
  padding: 5px 5px 5px 0;
}
.search_bt a {
  background-color: #338ec6;
  color: #fff;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
}
.search_bt a:hover {
  text-decoration: none;
  background-color: #115682;
}
.search_bt a svg {
  width: 16px;
  height: 17px;
  fill: #fff;
  margin: -3px 0 0 0;
}
.modal-content .hotsearch {
  font-size: 95%;
  width: 100%;
  padding: 5px;
  position: relative;
}
.modal-content .hotsearch a {
  color: #d33864;
  text-decoration: none;
}

.modal-content .hotsearch a:hover {
    text-decoration: underline;
}
.modal-content .adv a {
  color: #000;
  text-decoration: underline;
}
.modal-content .search .search_bt {
  padding: 0;
}
.modal-content .search {
  display: flex;
  padding: 30px 0 0 0;
  position: relative;
  border: none;
}
.modal-content .search_bt input[type="button"], .modal-content .search_bt input[type="submit"] {
  margin: 0;
  background-color: #d33864;
  padding: 6px 10px;
  color: #fff;
  font-size: 105%;
}
header .h_menu {min-width: 30px;max-width: 30px;margin: 0 0 0 15px;}

header .h_menu img {
    width: 100%;
}
@media (min-width:992px) {
  .modal.show .modal-dialog{
    max-width: 690px;
}
  header .box {
    height: 70px;
  }
.setweb .dropdown > a {display: block;width: 40px;height: 30px;}
  header.smaller {
    max-width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff;
  }

  header.smaller {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
  }

header.smaller .box {
    height: auto;
    /* padding: 10px 25px 15px 25px; */
}

header .h_menu.nopc {
    display: none;
}

}

@media (max-width:992px) {
  header .box {
    top: 0;
    max-width: 100%;
    align-items: center;
    /* padding: 3% 15px; */
  }

header .right_box .setweb {/* width: 130px; */}

  header.smaller {
    box-shadow: rgb(0 0 0 / 30%) 0 5px 5px;
    position: fixed;
    z-index: 99;
  }

header .right_box .toplink {
    display: none !important;
}

header .setweb .dropdown > a,header .search > a {display: block;width: 35px;height: 30px;text-align: right;}
}



@media screen and (max-width: 768px) {
  h1 .pc {
    display: none;
  }

  header h1.logo {
    padding: 0;
  }

  h1 .phone img {
    max-height: 65px;
    margin: auto;
  }
}


@media screen and (min-width: 480px) {
  .modal-content .adv {
    position: absolute;
    right: 15px;
    bottom: 20px;
  }
}
/*content*/
.content{
    background-size: 100%;
}
@media screen and (min-width: 992px) {
  .content {padding: 55px 0 65px 0;}
}
@media screen and (max-width: 992px) {
  .content {padding: 0 0 50px 0;}
}


/*左邊快捷*/
@media screen and (min-width: 768px) {
/*快捷*/
.fast{
    position: fixed;
    z-index: 99;
    top: 30%;
}

.fast ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

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

.fast.left > ul > li {
    margin: 0 0 0 2px;
}

.fast.left ul li img {
    width: 33px;
}

.fast.left ul li a {
    display: block;
    opacity: 0.5;
    background-color: #fff;
    padding: 2px;
}
.fast.left ul li a:hover .nomal_icon {
    display: none;
}

.fast.left ul li a:hover .hover_icon,.fast.left ul li .show .hover_icon {
    display: block;
}
.fast.left ul li .hover_icon,.fast.left ul li .show .nomal_icon{
    display: none;
}

.fast.left ul li .dropdown-menu.show {
    left: 37px !important;
    border-radius: 0;
    border: 0;
    transform: none !important;
    display: flex;
    background: transparent;
    font-size: 95%;
}

.fast.left ul li .dropdown-menu.show li {
    float: left;
}

.fast.left ul li .dropdown-menu.show li a {
    color: #fff;
    text-decoration: none;
    height: 37px;
    padding: 0 10px;
    white-space: nowrap;
    line-height: 37px;
    opacity: 1;
}

.fast.left ul li.fb .dropdown-menu.show li a {
    background-color: #3a559f;
}

.fast.left ul li.yt .dropdown-menu.show li a {
    background-color: #df0002;
}

.fast.left ul li.fr .dropdown-menu.show li a {
    background-color: #ffffff;
    color: #003b84;
    border-left: 1px hsl(209deg 46% 88%) solid;
}

.fast.left ul li.fr .dropdown-menu.show li a:hover {
    background-color: #e8e8e8;
}

.fast.left ul li.line .dropdown-menu.show li a {
    background-color: #2e8704;
}

.fast.left ul li.ig .dropdown-menu.show li a {
    background-color: #ac337e;
}

.fast.left ul li.contact .dropdown-menu.show li a {
    background-color: #0f8481;
}
.fast.left ul li.assist .dropdown-menu.show li a {
    background-color: #8F7900;
}
.fast.left ul li.assist .dropdown-menu.show li a:hover {
    background-color: #584b01;
}
.fast.left ul li.contact .dropdown-menu.show li a:hover {
    background-color: #0c4846;
}

.fast.left ul li.ig .dropdown-menu.show li a:hover {
    background-color: #8c117a;
}

.fast.left ul li.line .dropdown-menu.show li a:hover {
    background-color: #226b00;
}

.fast.left ul li.yt .dropdown-menu.show li a:hover {
    background-color: #c31c00;
}

.fast.left ul li.fb .dropdown-menu.show li a:hover {
    background-color: #0a2882;
}
.fast.left ul li.in .dropdown-menu.show li a:hover {
    background-color: #004ca0;
}
.fast.left ul li.tw .dropdown-menu.show li a:hover {
    background-color: #424242;
}
.fast.left ul li.mail .dropdown-menu.show li a:hover {
    background-color: #992f00;
}
.fast.left ul li a:hover, .fast.left ul li a:focus, .fast.left ul li.show a {
    opacity: 1;
}

.fast.left ul li.fb a:hover, .fast.left ul li.fb a:focus, .fast.left ul li.fb.show a {
    background-color: #3a559f;
}

.fast.left ul li.ig a:hover, .fast.left ul li.ig a:focus, .fast.left ul li.ig.show a {
    background-color: #ac337e;
}

.fast.left ul li.yt a:hover, .fast.left ul li.yt a:focus, .fast.left ul li.yt.show a {
    background-color: #df0002;
}

.fast.left ul li.line a:hover, .fast.left ul li.line a:focus, .fast.left ul li.line .show a {
    background-color: #2e8704;
}
.fast.left ul li.tw a:hover, .fast.left ul li.tw a:focus, .fast.left ul li.tw .show a {
    background-color: #000000;
}
.fast.left ul li.in a:hover, .fast.left ul li.in a:focus, .fast.left ul li.in .show a {
    background-color: #0c61bf;
}
.fast.left ul li.mail a:hover, .fast.left ul li.mail a:focus, .fast.left ul li.mail .show a {
    background-color: #b43f0b;
}
.fast ul li .dropdown-toggle::after {display: none;}
.fast.left{
    left: 0;
}
}
@media screen and (max-width: 768px) {
  .fast.left {
    display: none;
}
}
/*右快捷*/
.site {
    position: relative;
    top: -150px;
}
.shortcut {
  position: fixed;
  top: 20%;
  z-index: 9;
}


.shortcut ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shortcut.right {
  right: 10px;
}
.shortcut.right li {
    position: relative;
    padding: 5px 0;
}


.shortcut.right li:first-child::before {
    display: none;
}
.shortcut.right li a {
    display: block;
    padding: 5px;
    border-radius: 50px;
    background-color: #a5a5a5;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 0.2;
    position: relative;
}

.shortcut.right li a p {
    opacity: 0;
    border-radius: 50px;
    background-color: #8f1638;
    white-space: nowrap;
    margin: -4px 0 0 0;
    position: absolute;
    right: 21px;
    top: -3px;
    color: #fff;
    padding: 5px 15px;
    z-index: -1;
    display: none;
}

.shortcut.right li a:hover {
    opacity: 1;
    border: none;
    background-color: #8f1638;
}

.shortcut.right li a:hover p {
    opacity: 1;
    display: block;
}

.shortcut.right li img {
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 768px) {
  .shortcut {
    display: none;
}
}
/*gotop*/
.mgotop {
    position: fixed;
    bottom: 5%;
    right: 5%;
}

.mgotop a {
    opacity: 0.2;
}

.mgotop a:hover {
    opacity: 0.5;
}
/*fat*/
@media screen and (min-width: 992px) {
.fatfoot {
  position: relative;
  background-color: #F2F2F2;
}
.fatfoot .btn {
  position: absolute;
  z-index: 9;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  text-indent: -9999px;
  background-color: #000000;
  border-radius: 50px;
  top: 0;
  transition: all 200ms ease-out;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fatfoot .btn:focus {
    outline: 3px #f00 dotted;
}
.fatfoot .btn.collapsed {
  top: -45px;
}
.fatfoot .btn:before {
  content: "收合";
  color: #000000;
  top: 52px;
  display: block;
  text-indent: 0;
  white-space: nowrap;
  padding: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 95%;
  letter-spacing: 0;
}
.en .fatfoot .btn:before {content: "Close";}
.fatfoot .btn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    border-top: solid 1px #ffffff;
    left: 38%;
    border-left: solid 1px #ffffff;
    top: 64%;
}

.fatfoot .btn.collapsed:after {
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-left: none;
    border-top: none;
    top: 48%;
}

.fatfoot .btn.collapsed:before {
  content: "展開";
}
 .en .fatfoot .btn.collapsed:before {
  content: "Open";
}
.fatfoot .card-body {
  border: none;
  padding: 4.25rem 1.25rem 1.25rem 1.25rem;
  background-color: transparent;
}

.fatfoot .card-body {
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:center;
justify-content:center;
}
.fatfoot .card-body ul li {
  padding: 4px 0 4px 5px;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.fatfoot .card-body ul li:last-child::after {
    content: "";
}

.fatfoot .card-body ul li::after {
    content: "/";
    padding: 0 5px;
}
.fatfoot .card-body ul li.ftitle {
  font-weight: 600;
  margin: 0;
  font-size: 110%;
  white-space: nowrap;
}


.fatfoot .card-body ul {
    padding: 0 15px;
}

.fatfoot .card-body ul ul {
    padding: 0;
}
.fatfoot .card-body ul li.ftitle a {
  color: #000;
}

.fatfoot .card-body ul li.ftitle a:hover {
    color: #0033A0;
    text-decoration: none;
}
.fatfoot .card-body ul li a {
  text-decoration: none;
  color: #333333;
  letter-spacing: 0;
}

.fatfoot .card-body ul li a:hover {
    text-decoration: underline;
}
}
@media screen and (max-width: 992px) {
  .fatfoot{display: none;}
}
/*footer*/
footer {
  background-color: #8f1638;
  color: #fff;
}
footer .editor{
  margin: 0;
}
footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}
footer .f_bottom {
    border-top: 1px #fff solid;
    padding: 10px 0;
    font-size: 90%;
    letter-spacing: 0;
    color: #fff;
    display: inline-block;
    width: 100%;
}

footer .f_bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .f_bottom ul li {float: left;margin: 0 10px 0 0;padding: 0 10px 0 0;position: relative;}

footer .f_bottom ul li::after {
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    display: block;
    position: absolute;
    background-color: #fff;
    right: 0;
}

footer .f_bottom ul li a {
    color: #fff;
    text-decoration: none;
}

footer .f_bottom ul li a:hover {
    text-decoration: underline;
}
footer .f_bottom ul li:last-child {
    margin: 0 !important;
    padding: 0;
}
footer .f_bottom ul li:last-child::after {
    display: none;
}