@charset "utf-8";
body {
    letter-spacing: 0.05rem;
    font-family: "Microsoft JhengHei","Noto Sans TC", sans-serif,;
}

body.jp {
    font-family: "BIZ UDPGothic", sans-serif;
    letter-spacing: 0.1rem;
    line-height: 160%;
}
body img {
  max-width: 100%;
}

body a {
  transition: all 200ms ease-out 0s;
}

body.en {
    line-height: 160%;
    letter-spacing: 0;
    /*font-family: "Inter","sans-serif";*/
}

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;
}

body.small {
  font-size: 95%;
}

body.medium {
  font-size: 100%;
}

body.big {
  font-size: 105%
}
.into {
  position: absolute;
}

.into a {
  opacity: 0;
}
.pin{
    position: absolute;
    top: -150px;
}
/*toplink*/
.sm-simple .top_link .link a,
.sm-simple .top_link .link {
  color: #5d5d5d;
  text-decoration: none;
}

.sm-simple .top_link .link a {
  white-space: nowrap;
  position: relative;
}


.sm-simple .top_link .link a:hover {
  text-decoration: underline;
  color: #000;
  background: transparent;
}

.sm-simple .top_link ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sm-simple .top_link .font_size li.large {
  font-size: 115%;
}

.sm-simple .top_link .font_size li.small {
  font-size: 90%;
}
.sm-simple .top_link .font_size li.force a {
  background-color: #FAE773;
  color: #000;
}

.sm-simple .top_link .font_size a {
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 0;
  border: 1px #dfdfdf solid !important;
  position: relative;
  font-family: sans-serif;
}

.sm-simple .top_link .font_size a span {
    position: absolute;
    top: -5px;
}

.en .sm-simple .top_link .font_size .large a span{
    font-size: 85%;
    right: 3px;
}

.en .sm-simple .top_link .font_size .small a span{
    font-size: 120%;
}

.en .sm-simple .top_link .font_size .large a, 
.en .sm-simple .top_link .font_size .small a{
    padding: 0 5px 0 0;
}

.sm-simple .top_link .font_size a:hover {
  background-color: #ededed;
  padding: 0;
}
/*會員登入輸入區塊*/
.modal .member h2 {
    text-align: center;
    background-position: center bottom;
}
.modal .member {
    padding: 10px;
}

.modal .member .keyin_box {
    padding: 0 !important;
}

.modal .member .keyin_box::after {
    display: none;
}
.member {
    padding: 20px 15px 10% 15px;
}
  .member > div label {
    font-weight: bold;
    font-size: 120%;
    color: #000;
}

.en .member > div label {
    letter-spacing: 0;
}
.note {
    padding: 5px;
    font-size: 85%;
    color: #c70000;
    margin: 0;
    line-height: 135%;
}

.member > div input {
    padding: 0.7rem 1rem;
}

.member .verify img {
    height: 40px;
    max-width: inherit;
    border: 1px #d1d1d1 solid;
}

.member .refresh a {
    display: block;
    padding: 0 5px 0 0;
    opacity: 0.7;
}

.member .refresh a:hover {
    opacity: 1;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.member .refresh a img {
    height: 50px;
}
.member > div audio {
    width: 100%;
}
.member .keyin_box .bt a, .member .keyin_box .bt input[type="button"], .member .keyin_box .bt input[type="submit"] {
    display: block;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    background-color: #127475;
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 0.5rem;
    border: none;
}

.jp .member .keyin_box .bt a,.jp .member .keyin_box .bt input[type="button"],.jp .member .keyin_box .bt input[type="submit"] {
    letter-spacing: 0.2rem;
}

.en .member .keyin_box .bt a,.en .member .keyin_box .bt input[type="button"],.en .member .keyin_box .bt input[type="submit"] {
    letter-spacing: 0.1rem;
}

.member .keyin_box .bt a:hover, .member .keyin_box .bt input[type="button"]:hover, .member .keyin_box .bt input[type="submit"]:hover {
    background-color: #065253;
}
.member .text_bt ul {
    padding: 0;
    margin: 15px 0;
    list-style-type: none;
}

.member .text_bt ul li a {
    font-size: 105%;
    color: #c70000;
}

.member .text_bt ul li a:hover {color: #7f0000;}
.member .join_box p{
    line-height: 180%;
    font-size: 105%;
}
.member .join_box .join_w01 {
    font-size: 150%;
    font-family: sans-serif;
}

.en .member .join_box .join_w01 {
    letter-spacing: 0;
}

.member .other_login .join_w02 {
    color: #066869;
    font-size: 120%;
    margin: 20px 0 0 0;
    display: inline-block;
}

.en .member .other_login .join_w02 {
    letter-spacing: 0;
}

.member .join_w01 span {
    color: #127475;
    font-weight: bold;
}
.member .join_box .bt_join {
    text-align: center;
    padding: 0;
    margin: 0 -10px 0 -10px;
    list-style-type: none;
}

.member .join_box .bt_join li {
    padding: 10px;
}

.member .join_box .bt_join li a {
    display: block;
    border-radius: 5px;
    border: 1px #127475 solid;
    background-color: #fff;
    color: #127475;
    font-weight: bold;
    font-size: 125%;
    text-decoration: none;
    padding: 0.7rem 1.5rem;
}

.en .member .join_box .bt_join li a {
    letter-spacing: 0;
}

.member .join_box .bt_join li a:hover {
    background-color: #e8e8e8;
}
.member .other_login .bt_social {
    padding: 0;
    list-style-type: none;
    margin: 0 -10px 0 0px;
    display: block;
}

.member .other_login .bt_social li {
    padding: 5px 5px 5px 0;
    display: inline-block;
    position: relative;
    margin: 0 0 5px 0;
}

.member .other_login .bt_social li.google {/* top: 14px; */height: 20px;padding: 12px 5px 5px 0;}

.member .other_login .bt_social li a {
    border-radius: 5px;
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
    padding: 8px 10px;
}

.member .other_login .bt_social li a img {
    height: 20px;
    margin: 0 5px 0 0;
}

.member .other_login .bt_social li a p {
    margin: 0;
    font-weight: normal;
    font-size: 80%;
    white-space: nowrap;
}

.member .other_login .bt_social li.fb a {
    background-color: #0f71f1;
    color: #fff;
}

.member .other_login .bt_social li.fb a:hover {
    background-color: #004db1;
}

.member .other_login .bt_social li.line a {
    background-color: #04893b;
    color: #fff;
}

.member .other_login .bt_social li.line a:hover {
    background-color: #01632a;
}

.member .other_login .bt_social li.google a {
     /*background-color: #fff;
    color: #000;
    border: 1px #a7a7a7 solid;*/
}

.member .other_login .bt_social li.google a:hover {
   /* background-color: #e9e9e9;*/
}
.member .other_login .bt_social .google iframe {
    margin: -20px -12px !important;
    /* width: auto !important; */
}


@media (min-width: 992px) {
.member .keyin_box {
    position: relative;
    padding-right: 50px !important;
    padding-left: 30px !important;
}

.main .member .join_box {
    padding-left: 50px !important;
    padding-right: 30px !important;
    position: relative;
}

.modal .member .join_box {
    padding: 0 !important;
}
.member .join_box::after {
    content: "";
    width: 1px;
    background-color: #b3b3b3;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    left: 0;
}

.member.collapse .join_box::after {
    display: none;
}
}
@media (max-width: 992px) {
  .member .join_box {
    border-top: 1px #adadad solid;
}
}
@media (min-width: 576px) {
  .member > div label {
    min-width: 70px;
    max-width: 70px;
    margin: 11px 10px 0 0;
    text-align: justify;
}

.jp .member > div label {
    text-align: left;
    white-space: nowrap;
}

.en .member > div label,.jp .member > div label {
    min-width: inherit;
    max-width: inherit;
}
.member > div label::after {
    content: "";
    display: inline-block;
    width: 100%;
}
}
@media (max-width: 576px) {
  .member > div label {padding: 0 0 3px 3px;}
}
/*會員登入*/
.menu  .member_area a {
    border-radius: 3px;
    background-color: #127475;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.menu  .member_area a img {
    height: 16px;
}

.menu  .member_area a:hover {
    background-color: #065253;
    color: #fff;
}
.menu .member_info p {
    color: #127475;
}

@media screen and (min-width: 992px) {
.sm-simple > li.righttop {
    position: absolute;
    top: -45px;
    right: 0;
}
.sm-simple .top_link {
    width: 100%;
    justify-content: flex-end!important;
  }
.sm-simple .top_link .link a:first-child::after,
  .sm-simple .top_link .link a:last-child::after{
    display: none;
}
.sm-simple .top_link .link a::after {
    content: "";
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #c1c1c1;
    display: block;
    position: absolute;
    right: 0;
}
.sm-simple .top_link>div {
    padding: 0 5px;
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
  }
.menu nav > .member_area {
    display: none;
}
.member_area.mobile {
    display: none !important;
}

.menu .sm-simple .top_link ul {
    border: none;
    box-shadow: none;
    background-color: transparent;
    position: relative;
}

.sm-simple .top_link .font_size a {
    display: inline-block;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
.sm-simple .top_link .font_size li {
  padding: 0 5px;
  border-top: 0;
}
.sm-simple .top_link .search_box ul li img {
    width: 27px;
    height: 24px;
  }
.sm-simple .top_link .link a {
  padding: 0 10px;
}
}
@media screen and (max-width: 992px) {
        .member_area.phone {
   display: none;
}
.font_size,.sm-simple .top_link .link a:first-child {
    display: none !important;
}

.sm-simple .top_link .link a {
    background-color: #efefef;
    border-radius: 3px;
    padding: 8px 16px;
}


.sm-simple li.righttop {
    position: relative;
    padding: 10px 15px 0 15px;
}

.menu .sm-simple .nav {
    padding: 0 15px;
}


.righttop .member_area.phone {
    display: none;
}
}
@media (max-width: 992px) and (min-width: 767px){
        .member_area.phone {
    top: 10px;   
    right: 10px;
             position: absolute;
             z-index: 9;
}
}
@media (max-width: 992px) and (min-width: 480px){
  .sm-simple .top_link>div{
    display: -webkit-inline-flex;
    display:inline-flex;
    -webkit-align-items:center;
    align-items:center;
}

.en .sm-simple .top_link>div {
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
}
  .sm-simple .top_link .link a {
    margin: 10px 3px;
}
  .sm-simple .member_area > div {position: relative;top: 2px;}

  
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 480px) {
    .sm-simple .top_link .link a {
    margin: 0 10px 5px 0;
    display: inline-block;
    text-align: center;
}
  .sm-simple .member_area{
    position: relative;
    right: 0;
    top: 0;
    margin: 0 0 10px 0;
}
  .sm-simple .member_area a{
    display:-webkit-flex;
display:flex;
-webkit-justify-content:center;
justify-content:center;
  }
}
/*跑馬燈*/
.marquee_box{
    background-color: #f4cb57;
}
.marquee_box #contentarea {
    position: absolute;
}
.marquee_box .marquee {
  overflow: hidden;
  margin: 0 0 0 10px;
}
.marquee_box.smaller {position: fixed;top: 53px;z-index: 9;}

.en .marquee_box.smaller {
    top: 50px;
}
.marquee_box .marquee a {
  color: #000;
  text-decoration: none;
  font-size: 105%;
}

.marquee_box>div {
  position: relative;
}

.marquee_box .icon img {width: 16px;max-width: inherit;}



@media screen and (min-width: 992px) {
  .marquee_box>div {
    padding: 8px 0 8px 10px;
  }
}

@media screen and (max-width: 992px) {
  .marquee_box>div {
    margin-top: 0;
    max-width: 100%;
    padding: 10px;
  }
}

/*上方區塊*/
header {
  position: relative;
  width: 100%;
  z-index: 99;
}

.toplink {
  position: absolute;
  top: 0;
}

/*lightbox搜尋*/
.modal-content .search input {
  font-size: 110%;
  border: none;
  background-color: #dedede;
  padding: 5px 10px;
  width: 100%;
}

.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: #127475;
  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;
}

.modal-content .search_bt input[type="button"],
.modal-content .search_bt input[type="submit"] {
  margin: 0;
  background-color: #127475;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 6px 10px;
  color: #fff;
  font-size: 105%;
}
@media (min-width:1200px) {
  h1 {
      height: 60px;
      max-width: 190px;
      top: -50px;
  }

.en h1,.jp h1 {
    /* max-width: 400px; */
}
}
@media (max-width: 1200px) and (min-width: 992px){
  h1 {
      max-width: 190px;
      top: -50px;
  }

.en h1,.jp h1 {
    max-width: 325px;
    top: -35px;
}
}
@media (max-width: 1300px) and (min-width: 992px){
    .en header.smaller h1,.jp header.smaller h1 {position: relative;margin: 0 0 -15px 0;}
}
@media (min-width:992px) {
   header {
    padding: 55px 20px 0 20px;
  }
    h1 {
      position: absolute;
      z-index: 9;
      margin: 0;
      left: 0;
      transition: all 200ms ease-out 0s;
      width: 100%;
  }


  header.smaller {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    top: 0;
    -webkit-box-shadow: 1px 1px 7px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 7px 0 rgba(0,0,0,0.3);
    padding: 0 30px 5px 30px;
  }

header.smaller h1 {
    top: 0;
    height: 40px;
    max-width: 160px;
}

.en header.smaller h1,.jp header.smaller h1 {
    /* max-width: 350px; */
}
  header.smaller .sm-simple > li.righttop {
    display: none;
}
}

@media (max-width:992px) {
  header {
    z-index: 99;
    max-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 1px 0px 6px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 0px 6px 1px rgba(0,0,0,0.3);
    height: 60px;
  }

header h1 img {
    height: 35px;
}
header.smaller {
    top: 0;
    position: fixed;
}

  h1 {
    margin: 0;
    background-color: #fff;
    z-index: 9;
    position: relative;
  }
  .social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  }
  .social ul li{
  width: 33.333%;
  padding: 10px;
  }
  .social ul li a{
  display: block;
  }
}
@media (max-width: 992px) and (min-width: 768px){
    header {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
    header {
    /* height: 100px; */
  }
}
@media (max-width: 992px) and (min-width: 576px){
  h1 {
    padding: 2px 220px 15px 50px;
  }
}
@media screen and (max-width: 576px) {
      h1 {
    padding: 8px 35px 15px 50px;
  }
}
@media screen and (min-width: 576px) {
    h1 img.phone {
    display: none;}
}
@media screen and (max-width: 576px) {
    header h1 img.pc {
    display: none;
}
}
@media screen and (max-width: 480px) {
       header h1 img.phone {
    display: none;
} 
}
@media screen and (min-width: 480px) {
        header h1 img.mi {
    display: none;
}
  .modal-content .adv {
    position: absolute;
    right: 15px;
    bottom: 20px;
  }
}




/*fat*/
.fatfoot {
  position: relative;
  z-index: 9;
  background-color: #155755;
}
@media screen and (min-width: 992px) {

.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: #efb742;
  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: 0;
}

.jp .fatfoot .btn.collapsed {
    top: -35px;
}

.en .fatfoot .btn.collapsed {
    top: -15px;
}
.fatfoot .btn:before {
  content: "點選收合";
  color: #ffffff;
  top: 52px;
  display: block;
  text-indent: 0;
  white-space: nowrap;
  padding: 0;
  letter-spacing: 2px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
.fatfoot .btn:
  before;
}

.jp .fatfoot .btn:before {
    content: "近い";
}

.en .fatfoot .btn:before {
    content: "Collapse";
}

.fatfoot .btn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/icon/fat_close.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.fatfoot .btn.collapsed:after {background-image: url(../images/icon/fat_open.svg);}

.fatfoot .btn.collapsed:before {
  content: "點選展開";
  color: #fff;
}

.jp .fatfoot .btn.collapsed:before {
    content: "拡大する";
}

.en .fatfoot .btn.collapsed:before {
    content: "Expand";
}
.fatfoot .card-body {
  border: none;
  letter-spacing: 1px;
  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;
}
.fatfoot .card-body ul li.ftitle {
  font-size: 110%;
  font-weight: 600;
  padding: 15px 50px 10px 5px;
}

.fatfoot .card-body ul li.ftitle::before {
    display: "";
}


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

.fatfoot .card-body ul li.ftitle a:hover {
}
.fatfoot .card-body ul li a {
  color: #ffffff;
  text-decoration: none;
}

.jp .fatfoot .card-body ul li.ftitle a {
    letter-spacing: 0.2rem;
}

.fatfoot .card-body ul li a::before {
    content: "_";
    margin: 0 5px 0 0;
}

.fatfoot .card-body ul li.ftitle a::before {display: none;}

.fatfoot .card-body ul li a:hover {
    text-decoration: underline;
}
}
@media screen and (max-width: 992px) {
  .fatfoot{display: none;}
}
/*footer*/

footer{background-color: #155755;}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #fff;
}
footer ul li {
  display: inline-block;
}


footer .info{
    padding: 15px 15px 10px 0;
    font-size: 95%;
}
footer .info svg {
    width: 20px;
    height: 25px;
}
footer .info li a svg .e {
    fill: #06988a;
}
footer .info li a:hover svg .e {
    fill: #2ca36e;
}
footer .info ul li{
    width: 100%;
    line-height: 130%;
    padding: 3px 0;
    color: #fff;
}

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

footer .info ul li .iconlink img {
    width: 20px;
    height: 20px;
}

footer .info ul li .iconlink {
    display: inline-block;
    position: relative;
    top: -2px;
}

footer .acc_box {
    padding: 15px 20px 15px 0;
}

footer .acc_box ul li {
    font-size: 90%;
}

footer .acc_box ul li a img {
    height: 45px;
}
footer .privacy ul{
    padding: 0 0 6px 0;
}
footer .privacy ul li{
    position: relative;
    padding: 0 15px 0 0;
}

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

footer .privacy ul.link li:last-child::after {
    display: none;
}
footer .privacy ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
}

footer .privacy ul li a img {
    width: 50px;
    height: 50px;
}

footer .acc_box ul li a {
    display: block;
}

footer .privacy ul li a:hover,footer .acc_box ul li a:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

footer .privacy ul.link li a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 992px) {
  footer .privacy {
    right: 15px;
    top: 15px;
    position: absolute;
}
  footer .acc_box{
  position: absolute;
  right: 15px;
  bottom: 0;
}

footer .acc_box ul {
    text-align: right;
}

}
@media screen and (max-width: 992px) {
footer .privacy ul{
    display: inline-block;
}
  }
@media screen and (max-width: 767px) {
    footer{
    padding: 0 0 60px 0;
}
}
/*右下快捷*/
.ai {
  position: fixed;
  z-index: 9;
}

.ai a {
    background-color: #F4CB57;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
    font-weight: bold;
}

.ai a:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.ai p {
    color: #000;
    margin: 0;
    letter-spacing: 0;
}

.en .ai p {
    font-size: 90%;
    font-weight: bold;
    letter-spacing: 0;
}
@media screen and (min-width: 992px) {
.en .ai p {
    width: 50px;
    text-align: center;
    line-height: normal;
}
}

@media screen and (max-width: 992px) {
  .shortcut{display: none;}
}
@media screen and (min-width: 767px) {
  .ai {
  right: 12px;
  bottom: 25%;
}
  .ai a {
    width: 80px;
    height: 80px;
}

.ai a img {
    width: 45px;
    margin: -15px 0 5px 0;
}


.ai a:hover {
  bottom: 10px;
}
}
@media screen and (max-width: 767px) {
    .ai {
  right: 70px;
  bottom: 10px;
  left: 10px;
}
  .ai a {
    height: 50px;
    background-color: #ffd745;
}

.ai a img {
    width: 35px;
}

.ai a p {margin: 5px 0 0 5px;font-size: 120%;}
}


/*top*/
.mgotop{
    position: fixed;
    z-index: 9;
}

.mgotop a {
    display: block;
    background-color: #00ADA7;
    position: relative;
    opacity: 0.5;
    text-indent: -9999px;
}

.mgotop a::before {
    content: "";
    display: block;
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    position: absolute;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    left: 50%;
    transform: translate(-50%, -50%) rotate(315deg);
}

.mgotop a:hover {
    opacity: 1;
}

@media screen and (min-width: 767px) {
.mgotop{
    right: 22px;
    bottom: 0;
}

.mgotop a {
    width: 60px;
    height: 40px;
    border-radius: 10px 10px 0 0;
}
.mgotop a::before {
    width: 15px;
    height: 15px;
    top: 62%;
}
}
@media screen and (max-width: 767px) {
.mgotop{
    right: 18px;
    bottom: 16px;
    display: block !important;!i;!ㄛ;!;
    opacity: 1 !important;!i;!ㄛ;!;
}

.mgotop a {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
  .mgotop a::before {
    width: 10px;
    height: 10px;
    top: 50%;
}
}

/*wave*/
.bottom{position: relative;}
.parallax > use {
  animation: move-forever 12s linear infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  opacity: 0.5;
}
.parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
  opacity: 0.5;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.editorial {
  display: block;
  width: 100%;
  height: 7em;
  max-height: 100vh;
  position: relative;
  z-index: 1;
}


/*prevent many large-by-comparison ripples by shrinking the height*/
@media (max-width: 50em) {

  .editorial {
    height: 17vw;
  }
  .home .bottom {
}
}

@media screen and (min-width: 992px) {
.bottom {
  margin: -105px 0 0 0;
  position: relative;
}
}
/*下拉語系與字型大小*/

.my-unique-class:hover .dropdown-menu {
 display: block;
}
.menu .sm-simple .top_link .submenu {
    width: 110px;
    position: relative;
    height: 36px;
    display: inline-block;
    padding: 0;
}
.menu .sm-simple .top_link .submenu .dropdown-menu {
    min-width: 50px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    width: auto !important;!i;!ㄛ;!;
}
.menu .sm-simple .top_link .submenu .btn {
    padding: 3px 8px;
}
.menu .sm-simple .top_link .submenu .dropdown-menu .dropdown-item{
    background-color: #fff;
    padding: 10px;
    display: block;
    white-space: nowrap;
}

.menu .sm-simple .top_link .submenu .dropdown-menu .dropdown-item:focus {
    color: #000;
}

.menu .sm-simple .top_link .submenu .dropdown-menu .dropdown-item:hover {
    background-color: #ffd868 ;
}
@media screen and (max-width: 992px) {
.menu .sm-simple .top_link .submenu .dropdown-menu .dropdown-item {
    border: none;
    padding: 15px;
}
}