@charset "UTF-8";
/*思源黑體*/
/*font_Noto Sans TC*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap&subset=chinese-traditional');

/*reset*/
html,
body {
  height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
iframe,
button,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  font: inherit;
  text-decoration: none;
  border: 0;
  letter-spacing: 0.1px;
}

input,
button,
textarea,
select,
optgroup,
option,
a {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
}

ol,
ul {
  list-style: none;
}

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  display: block;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

/*reset end*/

/*Input*/
input[type='text'],
input[type='password'] {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #b9b9b9;
  color: #000;
  border-radius: 40px;
  background-color: transparent;
  font-size: 1rem;
}

input[type='text']:disabled,
input[type='password']:disabled {
  color: #b8d4cd;
  background: #f9f9f9;
  border: none;
}

input::-webkit-input-placeholder {
  color: #535353;
  font-size: 1rem;
}

input::-moz-placeholder {
  color: #535353;
  font-size: 1rem;
}

input:-ms-input-placeholder {
  color: #535353;
  font-size: 1rem;
}

input:-moz-placeholder {
  color: #535353;
  font-size: 1rem;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="radio"]+label span,
input[type="checkbox"]+label span {
  vertical-align: middle;
}

/*文字相關設定*/
/*顏色*/
.colorBlue {
  color: #3f9cff;
}

.color-gray {
  color: #666;
}

.colorPink {
  color: #ea5283;
}

.bgBlue {
  background-color: #3f9cff;
  color: #fff;
}

.f-s {
  font-size: 1rem;
}

/*排列*/
.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

.tC {
  text-align: center;
}

/*浮動設定*/
.fL {
  float: left;
}

.fR {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.clearfix {
  /* *zoom: 1; */
  /*For IE 6&7 only*/
}

/*flex設定*/
.inline,
.inlinewrap {
  display: flex;
}

.inlinewrap {
  flex-wrap: wrap;
}

.j-conBetween {
  justify-content: space-between;
}

.alignItemC {
  align-items: center;
}

.alignItemE {
  align-items: flex-end;
}

.alignItemS {
  align-items: flex-start;
}

/*hr*/
hr {
  height: 1px;
  border: none;
  background-color: #e1e1e1;
  margin: 17px 0;
}

hr.mg_min {
  margin: 12px 0;
}

.hr_sp {
  background-color: #e1e1e1;
}

/*img*/
img {
  display: block;
  width: 100%;
}

/*a連結撐滿*/
.alink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  color: transparent;
}

/*顯示隱藏*/
.show {
  display: block;
}

.hide {
  display: none;
}

/*寬度設定*/
.w-50 {
  width: 50%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto !important;
}

/*間距設定*/
.Mb-0 {
  margin-bottom: 0;
}

.Mb-s {
  margin-bottom: 10px;
}

.Mb-m {
  margin-bottom: 20px;
}

.Mb-lg {
  margin-bottom: 30px;
}

.Mb-xl {
  margin-bottom: 40px;
}

/* 標題設定 */
h2 {
  font-size: 1.75rem;
}

/*版面設定*/
.web {
  display: block;
}

.webpad {
  display: block;
}

.mobile,
.pad {
  display: none;
}

.rowTwo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  align-items: flex-start;
}

.rowTwo .bigger {
  /* width: 100%; */
  width: calc(100% - 300px - 30px);
  position: relative;
}

.rowTwo .smaller {
  margin-left: 30px;
  width: 300px;
  position: relative;
  flex: 0 0 auto;
}

/*頁面基本設定*/
body {
  /* font:16px/150% Arial,'微軟正黑體',Helvetica,sans-serif; */
  font: 18px/120% Arial, 'Noto Sans TC', 'Helvetica Neue', sans-serif;
  /* font: 18px/120% 'Noto Sans TC', sans-serif; */
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #000;
  background-color: #fff;
  line-height: 1.7;
}

p {
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #000;
}

.wrapper {
  position: relative;
  /* overflow: hidden; */
}

.pagesize {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.main {
  position: relative;
  transition: 0.3s all ease-in-out;
}

/*header*/
.header {
  left: 0;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  transform: translateY(-0%);
}

.header-hide {
  transform: translateY(-100%);
}

.header::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%);
  background: #209cff;
  background: linear-gradient(to right,
      #209cff 0%,
      #44d186 32%,
      #eec516 75%,
      #fd884e 100%);
}

.header--fixed {
  position: absolute;
  top: 0;
  width: 100%;
}

.header--fixed.top {
  transition: none;
  transform: translateY(0);
}

.header--fixed.not-top {
  position: fixed;
  transform: translateY(-100%);
}

.header--fixed.slideDown.not-top {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}

.header--fixed.slideDown.top {
  transition: transform 0.3s ease-in-out;
  position: fixed;
}

.header--fixed.slideUp.not-top {
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}

.header--fixed.slideUp.top {
  transform: translateY(-100%);
  position: absolute;
}

.hideUp .header {
  top: -148px;
}

/* 上方header - WiFi登入文字樣式 */
.topHeader p.wifi {
  color: #6b6a6a;
}

.topHeader p.wifi span {
  color: #ff0000;
  padding: 0 5px;
}

/* 上方header*/
.topHeader {
  background-color: #efefef;
  padding: 6px 0;
  font-size: 0.875rem;
  min-height: 36px;
}

.topHeader .pagesize {
  display: flex;
  justify-content: space-between;
}

.topHeader p {
  color: #e74f41;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.topHeader .topmenu {
  display: flex;
  color: #6b6a6a;
  position: absolute;
  right: 20px;
  top: 1px;
}

.topHeader a {
  color: #6b6a6a;
  padding: 0 2px;
  transition: 0.2s all ease-in-out;
}

.topHeader a:hover {
  opacity: 0.8;
}

.topmenu>li::after {
  content: '｜';
}

.topmenu li:last-child::after {
  display: none;
}

.topmenu>li:nth-last-child(2)::after,
.topmenu>li:nth-last-child(3)::after,
.topmenu>li:nth-last-child(4)::after {
  display: none;
}

.topmenu>li:nth-last-child(3) {
  margin-left: 10px;
}

.topHeader li {
  position: relative;
}

.topHeader .btn-icon {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 5px;
  position: relative;
}

.topHeader .btn-icon .before {
  display: block;
}

.topHeader .btn-icon .after {
  display: none;
}

.topHeader .btn-icon.loginAfter .before {
  display: none;
}

.topHeader .btn-icon.loginAfter .after {
  display: block;
}

.topHeader .btn-icon img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* 服務中心 */
.pop-card-Level {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 64px;
  right: 0;
  width: 327px;
  height: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
  transition: .3s;
}

.pop-card-Level.open {
  height: auto;
  z-index: 999;
  opacity: 1;
}

.topHeader .sub-menu {
  text-align: left;
  position: absolute;
  top: 40px;
  right: 0rem;
  transition: all .3s;
  z-index: 999;
  background-color: #fff;
  width: 324px;
  font-size: 0.7rem;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
}

.card-Level_card {
  position: relative;
  height: 128px;
  font-size: 14px;
  font-weight: 400;
  color: #0267b9;
  background: url(../images/serve-bg.jpg)no-repeat center top / cover;
}

.card-Level_card .btn {
  position: absolute;
  bottom: 16px;
  left: calc(50% - 80px);
  width: 160px;
  min-width: auto;
  margin: 0;
  padding: 5px 20px;
  color: #209cff;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  border: 1px solid;
  display: block;
  padding: 0.5em 0;
  line-height: 1.5;
}

.card-Level_card .btn:hover {
  opacity: 1;
  bottom: 15px;
}

.card-Level_menu::after {
  content: '';
  background: #e5e5e5;
  height: 1px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}

.card-Level_menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0.4rem 2rem;
  font-size: 15px;
}

.card-Level_menu ul li {
  vertical-align: middle;
  position: relative;
  padding: 0;
  margin: 0 10px 10px 0;
  vertical-align: middle;
  display: flex;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.card-Level_menu li span {
  width: 24px;
  height: 24px;
  margin-right: 1rem;
}

.card-Level_menu li a {
  position: relative;
  background-repeat: no-repeat !important;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  display: block;
}

.card-Level_menu li a:hover {
  color: #209cff;
}

.pop-card-Level .logBtn {
  display: block;
  text-align: center;
  font-size: 14px;
  /* font-weight: 700; */
  color: #209cff;
  line-height: 48px;
  padding: 0;
  line-height: 48px;
}

/* 主要header*/
.mainHeader {
  background-color: #fff;
  padding: 10px 0 15px 0;
}

.mainHeader .bigger {
  display: flex;
  align-items: center;
  position: relative;
  top: 3px;
  justify-content: space-between;
  width: 100%;
}

.mainHeader h1 {
  width: 360px;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
  top: -3px;
  flex: 0 0 auto;
}

.mainHeader h1.wifi {
  width: 288px;
  /* padding: 5px 0; */
  padding: 8.5px 0;
}

.mainHeader h1 .logofm {
  position: relative;
  padding-bottom: 23.61%;
}

.mainHeader h1 .logofm .two-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mainHeader h1 .logofm .cht {
  width: 32.5%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

.mainHeader h1 .logofm .hinet {
  width: 67.5%;
  position: absolute;
  right: 0;
  display: block;
  height: 100%;
}

.mainHeader h1 .logofm .hinet::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background-color: #000;
}

.mainHeader h1.wifi .logofm {
  padding-bottom: 23.61%;
  /* background-color: #015593; */
}

.mainHeader h1 .logofm img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.mainHeader .centerArea {
  display: flex;
  align-items: center;
  width: auto;
}

.mainHeader .rowTwo {
  align-items: center;
}

.mainHeader input[type='text'],
.mainHeader input[type='password'] {
  height: 35px;
}

/* header_tab 切換 */
.mainHeader .tab {
  padding: 2px 5px;
  border: 1px solid #00a0fc;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.mainHeader .tab .blueBlock {
  width: 53%;
  height: 100%;
  background-color: #00a0fc;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 30px;
  transition: 0.2s all ease-in-out;
}

.mainHeader .tab a {
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  color: #636363;
  display: inline-block;
  padding: 3px 0px;
  transition: 0.2s all ease-in-out;
  width: 70px;
  text-align: center;
}

.mainHeader .tab a:last-of-type {
  position: relative;
  left: 5px;
}

.mainHeader .tab a:first-of-type {
  /* position: relative;
  left: -2px; */
}

.mainHeader .tab .on {
  color: #fff;
}

/* header_主要_選單 */
.header_nav {
  position: relative;
  top: -2px;
  width: 100%;
}

.header_nav_first {
  display: flex;
}

.header_nav_first>li {
  margin-right: 25px;
}

.header_nav_first>li:nth-last-child(1) {
  margin: 0;
}

.header_nav_first>li>a {
  font-size: 1rem;
  font-weight: bold;
  color: #535353;
  white-space: nowrap;
}

.header_nav_first>li>a:hover,
.header_nav_first>li>a.blue {
  color: #209cff;
}

.header_nav_first .hasSec {
  padding-right: 15px;
  background: url(../images/header_nav_01.png) right center no-repeat;
  background-size: auto 6px;
}

.header_nav_first .hasSec:hover,
.header_nav_first .hasSec.blue {
  color: #209cff;
  background: url(../images/header_nav_01-1.png) right center no-repeat;
  background-size: auto 6px;
}

.header_nav_first .hasSec.on {
  color: #209cff;
  background: url(../images/header_nav_02.png) right center no-repeat;
  background-size: auto 6px;
}

/* header_主要_選單第二層 */
.padSearch {
  display: none;
}

.header_nav_sec {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 101;
  width: 100%;
  padding: 25px 25px 15px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(210, 210, 210, 0.7);
  border-radius: 20px;

  /* 調整 */
  width: 480px;
  left: auto;
  right: 0;
  top: 45px;
}

.header_nav_sec ul {
  margin-top: -8px;
}

.header_nav_sec ul li {
  display: inline-block;
  margin: 0 15px 5px 0;
}

.header_nav_sec ul a {
  font-size: 1rem;
  line-height: 18px;
  color: #010101;
}

.header_nav_sec ul a:hover,
.header_nav_sec ul a.blue {
  color: #209cff;
}

.header_nav_sec .inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.header_nav_sec .title {
  flex: 0 0 auto;
  width: 7em;
  line-height: 18px;
  margin-right: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #010101;
  border-right: solid 3px #3f9cff;
}

.mainHeader .label {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  height: 30px;
}

.mainHeader .label a {
  font-size: 0.8125rem;
  color: #2196c5;
  position: relative;
  top: -2px;
  transition: 0.2s all ease-in-out;
  margin-right: 2px;
}

.mainHeader .label a:hover {
  opacity: 0.8;
}

.mainHeader .inputBx {
  margin-bottom: 5px;
}

.mainHeader .label li:first-child {
  background: linear-gradient(to right, #e8513f, #fe8703);
  font-size: 0.8125rem;
  color: #fff;
  border-radius: 5px;
  padding: 1px 3px;
  margin-right: 2px;
}

.mainHeader .inputBx {
  position: relative;
}

.mainHeader .inputBx a {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 0 40px 40px 0;
  background-color: #fbfbfb;
  right: 0;
  top: 0;
  display: block;
  border: 1px solid #b9b9b9;
  border-left: none;
  color: transparent;
}

.mainHeader .inputBx a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background: url(../images/search.png) no-repeat center center / contain;
}

header .group {
  display: none;
}

/*fb_Ad*/
/*fb_Ad*/
.fbArea {
  position: fixed;
  right: 0;
  top: 28%;
  z-index: 199;
  /* transition: 0.3s all ease-in-out; */
  transform: translateX(100%);
  transition: 0.3s all ease-in-out;
}

.fbArea_op {
  transform: translateX(0%);
}

.fb_Ad {
  width: 40px;
  padding: 10px 0px;
  border-radius: 10px 0 0 10px;
  display: block;
  position: absolute;
  left: -40px;
  top: 0px;
  background-color: #375794;
  transition: 0.3s all ease-in-out;
}

.fb_Ad.video {
  top: 105px;
  background-color: #fe526a;
  padding: 5px 0;
  height: 40px;
}

.fb_Ad.video::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(225deg) translate(-50%, -50%);
  position: absolute;
  left: 55%;
  top: 25%;
}

.fb_Ad.video::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(225deg) translate(-50%, -50%);
  position: absolute;
  left: 35%;
  top: 25%;
}

/* .fbArea_op .fb_Ad.video::before {
  left: 50%;
  top: 55%;
  transform: rotate(45deg) translate(-50%, -50%);
}
.fbArea_op .fb_Ad.video::after {
  left: 30%;
  top: 55%;
  transform: rotate(45deg) translate(-50%, -50%);
} */
.fb_Ad:hover {
  /* transform: scale(1.1); */
  background-color: #4f74b8;
}

.fb_Ad.video:hover {
  background-color: #f7677a;
}

.fbCont {
  background-color: #f7f7f7;
  padding: 2px;
  position: relative;
}

.fbCont .fb {
  display: block;
  width: 300px;
}

.fbCont .fb .fbrwd {
  position: relative;
  width: 100%;
  padding-bottom: 166%;
}

.fb .fbrwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fb_Ad img,
.fb_Ad_only img {
  width: 25px;
  position: relative;
  left: 5px;
}

.fixedA {
  width: 300px;
  position: fixed;
  right: 0;
  /* top: 25%; */
  top: 226px;
  z-index: 200;
  transition: 0.3s all ease-in-out;
}

.fixedA .imgbx {
  display: block;
  position: relative;
  padding-bottom: 83.4%;
}

.fixedA .imgbx img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fixedA.disnone {
  transform: translateX(100%);
}

.fixedA .control {
  position: absolute;
  right: 0px;
  top: 0;
  transform: translate(-20%, -120%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;

}

/*ad 絕對定位 */
.adabsolute {
  position: absolute;
  top: 141px;
  width: 100%;
}

/* 輪播 */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

/*footer*/
footer {
  position: relative;
  border-top: 2px solid #00a0fc;
  padding: 60px 0 0 0;
}

footer .topArea {
  padding-bottom: 10px;
  position: relative;
  height: 262px;
  overflow: hidden;
  transition: 0.8s all ease-in-out;
}

footer .topArea_op {
  height: auto;
}

footer .control {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #00a0fc url(../images/controlFooter.png) no-repeat 12% 51%;
  background-size: auto 19px;
  padding: 5px 20px 5px 35px;
  top: -2px;
  display: block;
  font-size: 1rem;
  border-radius: 0 0 10px 10px;
  transition: 0.2s all ease-in-out;
}

footer .controlOn {
  background-image: url(../images/controlFooter_close.png);
}

footer .control:hover {
  opacity: 0.8;
}

footer .topArea .pagesize {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

footer .topArea li {
  width: 14.1%;
  margin-bottom: 25px;
  margin-right: 3%;
}

footer .topArea li:nth-child(6n) {
  margin-right: 0;
}

footer .topArea li ul {
  padding-left: 10px;
}

footer .topArea li li {
  width: 100%;
  line-height: 1.2;
  margin-bottom: 10px;
}

footer .topArea a {
  font-size: 0.93rem;
  color: #424242;
  line-height: 1.3;
  transition: 0.2s all ease-in-out;
}

footer .topArea a:hover {
  color: rgba(25, 135, 255, 1);
}

footer .topArea .tit {
  border-left: 5px solid #02a7f0;
  font-size: 1.25rem;
  color: #000;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
  min-height: auto;
}

footer .centArea {
  background-color: #eeeeee;
  padding: 15px 0;
}

footer .centArea ul {
  position: relative;
  top: 5px;
}

footer .centArea ul,
footer .centArea ul li {
  display: flex;
  justify-content: center;
}

footer .centArea ul li {
  margin-bottom: 5px;
}

footer .centArea ul li li {
  margin-bottom: 0px;
}

footer .centArea a {
  font-size: 0.875rem;
  color: #626262;
  margin-right: 10px;
  display: block;
  transition: 0.2s all ease-in-out;
}

footer .centArea a:hover {
  opacity: 0.8;
}

footer .centArea a::after {
  content: '｜';
  position: relative;
  left: 5px;
  color: #b7b7b7;
  font-size: 0.4rem;
}

footer .centArea li li:last-child a::after {
  display: none;
}

footer .centArea .imgbx {
  width: 85px;
  margin-right: 15px;
}

footer .centArea .imgbx::after {
  display: none;
}

footer .centArea li:nth-child(3) {
  margin-right: 25px;
}

footer .centArea li li:nth-child(3) {
  margin-right: 0;
}

footer .botArea {
  background-color: #626262;
  padding: 15px 0;
}

footer .botArea .pagesize {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .botArea p,
footer .botArea a {
  font-size: 0.93rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

footer .botArea a {
  transition: 0.2s all ease-in-out;
}

footer .botArea a:hover {
  opacity: 0.8;
}

footer .botArea p span {
  font-size: 1rem;
  font-weight: bold;
}

footer .botArea .mcon {
  font-weight: 400;
  font-size: 0.875rem;
}

/*相容性*/
/* .browser {
  text-align: center;
  width: 109px;
  height: 22px;
  position: absolute;
  background: url(../images/browser.jpg) no-repeat;
  right: 15px;
} */
.browser-open {
  color: #02a7f0 !important;
}

.change {
  height: 65px;
  width: 140px;
  border-left: 1px solid #e1e1e1;
  text-align: center;
  line-height: 65px;
  position: absolute;
  right: 0;
  top: 50px;
}

/*browser*/
.browser-info a {
  color: #015593 !important;
  display: inline-block !important;
}

.browser-info a:hover {
  color: #cc0000;
}

.browser-info {
  display: none;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cbcbcb;
  height: 200px;
  position: absolute;
  right: 0;
  top: -220px;
  width: 415px;
  z-index: 500;
}

.browser-info h6.browser-title {
  background: url('../images/sprites-bg.png') repeat-x scroll 0 0 transparent;
  height: 40px;
  margin: 0 0 12px;
  padding: 13px 0 0 15px;
}

.browser-info h6.browser-title span {
  color: #333333;
  display: block;
  font: 14px/10px '微軟正黑體', 'Microsoft JhengHei', Arial;
  height: 14px;
  text-align: left;
}

.browser-version {
  list-style: none outside none;
  margin: 0;
  padding: 0 15px;
  display: block !important;
}

.browser-version li {
  background: none no-repeat scroll 5px top transparent;
  color: #000;
  float: left;
  line-height: 1.4em;
  margin: 0 0 15px;
  min-height: 40px;
  padding: 5px 0 0 14%;
  text-align: left;
  width: 49%;
  font-size: 13px;
}

.browser-version li:nth-child(1),
.browser-version li:nth-child(3) {
  margin-right: 1%;
}

.browser-version li {
  background: url('../images/ico-browser.png') no-repeat scroll 0 0 transparent;
  margin-bottom: 10px !important;
  min-height: 45px;
}

.browser-version li.ie {
  background-position: 0 0;
  display: block !important;
}

.browser-version li.chrome {
  background-position: 0 -100px;
  display: block !important;
}

.browser-version li.firefox {
  background-position: 0 -200px;
  display: block !important;
}

.browser-version li.safari {
  background-position: 0 -300px;
  display: block !important;
}

span.browser-icon {
  background: url('../images/browser-icon.png') no-repeat scroll 0 0 transparent;
  bottom: -10px;
  display: block;
  height: 10px;
  position: absolute;
  right: 73px;
  width: 17px;
  z-index: 501;
}

.browser-info a.browser-close {
  background-image: url('../images/popup-btn-close.png');
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  margin-top: 18px;
  position: absolute;
  right: 5px;
  text-align: left;
  text-indent: -9999px;
  top: -6px;
  width: 50px;
}

/* cookie */
.cookie {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(220, 220, 220, 0.9);
  text-align: center;
  padding: 15px 15px;
}

.cookie .bt_close {
  position: absolute;
  top: -35px;
  right: 0px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px 0 25px;
  color: #fff;
  background: #000 url('../images/close.png') 5px center no-repeat;
  background-size: 15px auto;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 300;
}

.cookie .bt_close::after {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 20px;
  border-color: transparent transparent #000000 transparent;
}

.cookie a {
  color: #f18d01;
  text-decoration: underline;
}

.cookie p {
  color: #444;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 300;
}

a.bt_accept {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  width: 100px;
  line-height: 30px;
  margin: 10px 10px 0;
}

/*padAlert*/
.padAlertpop {
  display: none;
}

.padAlert {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #eee;
  border-radius: 10px;
  padding: 10px 25px;
  z-index: 10;
  z-index: 1000;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.15);
}

.padAlert p {
  margin-bottom: 0;
}

.padAlert .close {
  position: absolute;
  right: 0px;
  top: -20px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.padAlert .close img {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.padAlertpop .popbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

/*影音區塊縮小版*/
.videoBx.minVideo {
  width: 350px;
  height: 196px;
  z-index: 99;
  display: none;
}

.videoBx.minVideo .film {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

/* 快捷選單 */
.quickNavArea {
  position: fixed;
  top: 212px;
  right: -90px;
  z-index: 30;
  display: flex;
  justify-content: flex-start;
  transition: 0.3s all ease-in-out;
}

.quickNavArea.open {
  right: 0;
}

.quickNav_btn a {
  display: block;
  width: 32px;
  height: 100px;
  background: #E75E6B url(../images/arrow_02.png) center no-repeat;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.quickNav_btn a.open {
  background: #E75E6B url(../images/arrow_03.png) center no-repeat;
}

.quickNav_inner {
  width: 90px;
  padding: 5px;
  background: #fff;
  border-bottom-left-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.quickNav_link li {
  text-align: center;
  border-bottom: solid 1px #d8d8d8;
}

.quickNav_link li:nth-last-child(1) {
  border: none;
}

.quickNav_link a {
  display: block;
  padding: 62px 0 10px;
  font-size: 18px;
  /* background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 48px; */
  color: #333333;
  transition: 0.3s all ease-in-out;
  line-height: 1.2;
  position: relative;
}

.quickNav_link span {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
}

.quickNav_link a:hover {
  color: #000;
}

/*----popup樣式-----*/
.popup {
  display: none;
}

.popup.open {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2000;
}

.popup.open~.page {
  position: fixed;
  width: 100%;
}

.popup_area {
  position: relative;
  z-index: 2001;
  width: 920px;
  max-width: calc(100% - 80px);
  margin: 200px auto 40px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.popup_close {
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 3;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3) url(../images/btn_close_02.png) center no-repeat;
  background-size: auto 12px;
  border-radius: 20px;
}


.popup_imgTitle {
  position: relative;
}

.popup_inner {
  background: #fff;
}

/*問卷結果_popup*/
.popup_service .popup_inner {
  overflow: hidden;
  padding: 60px 60px 50px;
  background: #fff;
  border-radius: 20px;
}

.popup_service .popup_imgTitle {
  height: 100px;
  background: #f5f5f5;
  border-bottom: solid 2px #e0e4e9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.popup_service .popup_imgTitle .imgbox {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.popup_service .popup_imgTitle .imgbox img {
  margin: 0 auto;
  max-width: 655px;
}

.popupbox .tBiggest {
  font-size: 28px;
}

.popupbox .bgTitle01 {
  text-align: center;
  margin-bottom: 16px;
}

.popupbox .bgTitle01 span {
  display: inline-block;
  padding: 0 80px;
  line-height: 54px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: url(../images/bgTitle_01.png);
  background-size: 100% 100%;

}

.popupbox .btn {
  text-align: center;
}

.popupbox .btn a {
  display: inline-block;
  min-width: 200px;
  line-height: 56px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #00A0FC;
  border-radius: 28px;
  font-weight: 500;
  transition: 0.2s all ease-in-out;
}

.popupbox .btn a:hover {
  transform: scale(1.1);
}

.popupbox .bg_gray a {
  color: #00a0fc;
}

.popupbox .bg_gray a.colorPink {
  color: #ea5283;
}

.popupbox p {
  font-size: 20px;
  margin-bottom: 0;
}

.popupbox .bg_gray p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.popupbox .botM4 {
  margin-bottom: 40px;
}

.popupbox .bg_gray {
  background: #f5f5f5;
  padding: 24px 32px;
}

/* inlinIcon */
.inlinIcon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.inlinIcon.crown {
  background: url(../images/inlinIcon_01.png) center no-repeat;
  background-size: auto 100%;
}

/*小於1250*/
@media screen and (max-width: 1250px) {

  footer .botArea p,
  footer .botArea a {
    font-size: 0.875rem;
  }

  footer .botArea p span {
    font-size: 1rem;
  }

  footer .centArea ul {
    flex-wrap: wrap;
  }

  footer .centArea a {
    min-width: 70px;
  }

  footer .centArea a {
    font-size: 0.9rem;
  }

  footer .botArea .pagesize {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .centArea .imgbx {
    width: 70px;
  }

  footer .centArea li:nth-child(3) {
    margin-right: 10px;
  }
}

/*橫式平板*/
@media screen and (max-width: 1024px) {
  .mainHeader h1 {
    margin-right: 20px;
    width: 250px;
  }

  .mainHeader h1 .logofm .hinet::before {
    height: 23px;
  }

  .mainHeader h1.wifi {
    width: 220px;
    padding: 3.6px 0;
  }



  .quickNavArea {
    top: 180px;
  }

}

/*平板*/
@media screen and (max-width: 992px) {


  .header_nav_first>li {
    margin-right: 10px;
  }

  .mainHeader .tab {
    margin-right: 10px;
  }

  .cookie p br {
    display: none;
  }

  hr {
    margin: 12px 0;
  }

  .pad {
    display: block;
  }

  .pagesize {
    padding: 0 15px;
  }


  /*header*/
  .topHeader p,
  .topHeader a,
  .topHeader li {
    font-size: 0.75rem;
  }

  .topHeader p {
    position: relative;
    top: 2px;
  }

  .topHeader ul {
    /* top: 60%; */
  }

  .topHeader .sub-menu a,
  .topHeader .sub-menu p {
    font-size: 15px;
  }

  .mainHeader .smaller {
    display: none;
  }

  .mainHeader .bigger {
    width: 100%;
    justify-content: space-between;
    top: 1px;
  }

  .mainHeader .centerArea {
    width: auto;
  }

  .header_nav_first {
    justify-content: flex-end;
  }

  .header_nav_first>li>a {
    font-size: 0.875rem;
  }

  .mainHeader .tab a {
    font-size: 0.75rem;
    width: 60px;
  }

  .header_nav_first .padSearch {
    display: block;
  }

  .header_nav_first .padSearch .hasSec {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat center center / contain;
  }

  .padSearch .header_nav_sec {
    padding: 3px 10px;
    border-radius: 80px;
    overflow: hidden;
  }

  .padSearch .header_nav_sec input[type='text'] {
    border: none;
  }

  .padSearch .header_nav_sec a {
    background: #fbfbfb url(../images/search.png) no-repeat center center/contain;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-size: 25px auto;
  }

  .header_nav_first .padSearch .hasSec.on {
    background-image: url(../images/search_de.png);
    z-index: 2;
    position: relative;
  }

  /* 快捷選單 */
  .quickNav_link a {
    font-size: 0.875rem;
  }

  /*footer*/
  footer .topArea li {
    width: 17.6%;
  }

  footer .topArea li:nth-child(6n) {
    margin-right: 3%;
  }

  footer .topArea li:nth-child(5n) {
    margin-right: 0;
  }

  footer .topArea .tit {
    font-size: 1.125rem;
  }

  footer .topArea li li {
    font-size: 1rem;
  }

  footer .centArea a {
    margin-right: 5px;
    min-width: 60px;
    font-size: 0.8rem;
  }

  /* topheader */
  .topHeader p.wifi span {
    padding: 0 2px;
  }

  .topHeader a {
    padding: 0;
  }

  .topmenu>li:nth-last-child(3) {
    margin-left: 5px;
  }

  .topHeader .btn-icon {
    width: 16px;
    height: 16px;
    margin: 0 3px;
  }

  .topHeader .pagesize {
    padding: 0 10px;
  }

  .topHeader .topmenu {
    right: 10px;
    top: 3px;
  }

  /* popup */
  .popup_service .popup_imgTitle .imgbox img {
    max-width: 588px;
  }

}

/*平板小尺寸*/
@media screen and (max-width: 767px) {

  /*common*/
  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  .webpad {
    display: none;
  }

  .pagesize {
    padding: 0 15px;
  }

  .f-s {
    font-size: 0.875rem;
  }

  /*版面設定*/
  .main .rowTwo {
    flex-direction: column;
  }

  .main .rowTwo .bigger,
  .main .rowTwo .smaller {
    width: 100%;
    margin-left: 0;
  }

  /*header*/
  .topHeader .sub-menu {
    top: 38px;
    right: -5px;
  }

  .topHeader p.wifi {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .mainHeader h1,
  .mainHeader h1.wifi {
    width: 130px;
    margin-right: 5px;
    padding: 0;
  }

  .mainHeader h1 .logofm,
  .mainHeader h1.wifi .logofm {
    padding-bottom: 30.555%;
  }


  .header::before {
    height: 4px;
  }

  .mainHeader {
    padding: 8px 0 10px 0;
  }

  .mainHeader .bigger {
    width: auto;
  }

  .mainHeader .rowTwo {
    padding: 0 10px;
  }

  .mainHeader .centerArea {
    display: none;
  }

  .header .smaller {
    display: none;
  }

  .header_nav_first {
    flex-direction: column;
  }

  .topHeader p.wifi {
    max-width: 100%;
  }

  /*menu icon*/
  header .group {
    display: flex;
  }

  header .group .menu {
    font-size: 1.125rem;
    color: #636363;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
  }

  header .group .person .menu {
    margin-left: 0;
  }

  header .group .menu img {
    width: 25px;
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    transition: 0.3s all ease-in-out;
  }

  header .group .menu .select {
    opacity: 0;
    display: none;
  }

  header .group .menuon {
    color: #3f9cff;
  }

  header .group .menuon .select {
    opacity: 1;
    display: inline-block;
  }

  header .group .menuon .default {
    opacity: 0;
    display: none;
  }

  .header_nav .hasSec {
    position: relative;
    border-radius: 0;
  }

  /*.header_nav */
  .header_nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    width: 100%;
    max-height: calc(100vh - 62px);
    overflow-y: scroll;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
  }

  .header_nav_firstm>li {
    border-bottom: 1px solid #dfdfdf;
    margin-right: 0;
  }

  .header_nav .hasSec {
    padding: 10px 15px;
    font-size: 1.125rem;
    color: #636363;
    background: url(../images/header_nav_01.png) 95% 20px no-repeat;
    background-size: auto 10px;
    width: 100%;
    display: block;
    font-weight: bold;
  }

  .header_nav .hasSec_On {
    background: url(../images/header_nav_02.png) 95% 20px no-repeat;
    color: #3f9cff;
    background-size: auto 10px;
  }

  .header_nav_sec {
    padding: 20px 15px 10px 15px;
    background-color: #f6f6f6;
    display: none;
    position: relative;
    top: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .header_nav_sec .title {
    line-height: 1.2;
    font-size: 1.125rem;
    color: #000;
    border-left: 5px solid #3f9cff;
    border-right: none;
    padding-left: 8px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .header_nav_sec .inner {
    margin-bottom: 15px;
    flex-direction: column;
  }

  .header_nav_sec .inner:last-of-type {
    margin-bottom: 0;
  }

  .header_nav_sec li {
    display: inline-block;
    width: auto;
    margin-right: 20px;
    vertical-align: text-top;
    white-space: nowrap;
    margin-bottom: 8px;
  }

  .header_nav_sec a {
    font-weight: 300;
    color: #010101;
  }

  .topmenu li {
    display: none;
  }

  /* .topmenu>li:last-child {
    display: block;
  } */

  .topmenu .member-topm {
    display: block;
  }

  /*footer*/
  footer .topArea .tit {
    font-size: 1rem;
  }

  footer .topArea li {
    width: 48.5%;
  }

  footer .topArea li:nth-child(6n) {
    margin-right: 3%;
  }

  footer .topArea li:nth-child(5n) {
    margin-right: 3%;
  }

  footer .topArea li:nth-child(2n) {
    margin-right: 0%;
  }

  footer .centArea .imgbx {
    width: 85px;
  }

  footer .centArea a::after {
    display: none;
  }

  footer .centArea ul li li {
    width: 49%;
    margin-right: 2%;
    justify-content: flex-start;
    padding-left: 8px;
    margin-bottom: 5px;
    position: relative;
  }

  footer .centArea ul li li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    background: #b7b7b7;
    width: 1px;
    height: 15px;
  }

  footer .centArea li li:nth-child(3) {
    margin-right: 2%;
  }

  footer .centArea ul li li:nth-child(2n) {
    margin-right: 0;
  }

  footer .topArea li ul {
    padding-left: 15px;
  }

  footer .centArea ul ul {
    justify-content: flex-start;
    margin-top: 10px;
  }

  footer .centArea a {
    font-weight: 500;
    font-size: 0.875rem;
  }

  footer .mno {
    display: none;
  }

  footer .botArea a {
    display: block;
  }

  footer .botArea .pagesize {
    justify-content: flex-start;
  }

  footer .botArea p+p {
    margin-top: 10px;
  }

  footer .botArea .mcon {
    padding-left: 10px;
    position: relative;
  }

  footer .botArea .mcon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 15px;
    background: #fff;
  }

  footer .topArea {
    height: 90px;
  }

  footer .topArea_op {
    height: auto;
  }

  /*相容性*/
  .browser-info {
    left: auto;
    /* display: block; */
    width: calc(100vw - 20px);
    right: -5px;
  }

  span.browser-icon {
    left: 10px;
    right: auto;
  }

  .browser-info {
    height: 220px;
  }

  footer .centArea ul .browser-version li {
    padding-left: 50px;
  }

  footer .centArea ul .browser-version li:before {
    display: none;
  }

  /*fixed*/
  .fbArea {
    display: none;
  }

  /* popup */
  .popup_service.popup_area {
    max-width: calc(100% - 40px);
    margin: 20% auto 20px;
  }

  .popup_service .popup_imgTitle {
    height: 60px;
  }

  .popup_service .popup_imgTitle .imgbox img {
    max-width: 80%;
  }

  .popupbox .tBigger {
    font-size: 18px;
  }

  .popupbox .bgTitle01 span {
    padding: 0 30px;
    font-size: 17px;
    line-height: 40px;
  }

  .popup_service .popup_inner {
    padding: 24px 10px 24px;
  }

  .popupbox .botM4 {
    margin-bottom: 20px;

  }

  .popupbox .btn a {
    min-width: 180px;
    padding: 0 10px;
    font-size: 18px;
  }

  .popupbox .bg_gray p {
    font-size: 14px;
  }

  .popupbox .innerPadding {
    padding: 15px 10px;
  }

  .popupbox .popup_close {
    top: -35px;
    width: 30px;
    height: 30px;
    background-size: auto 12px;
  }


}

/*LOGO尺寸*/
@media screen and (max-width: 414px) {
  /* .mainHeader h1.wifi {
    width: 148px;
    padding: 2.7px 0;
  } */
}

/*LOGO尺寸*/
@media screen and (max-width: 400px) {}

/*手機版小尺寸*/
@media screen and (max-width: 360px) {
  header .group .menu {
    font-size: 1rem;
  }


}

/*---forie 微調樣式--*/
@media screen and (min-width: 0\0) {}