@charset "UTF-8";
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: block; }
  .clearfix:after {
    clear: both; }

.productSubMenu .monFocus .img_box img, .exploreSubMenu .exploreMenu .exploreMenuContent-item .imgArea .img_box img {
  bottom: 0;
  display: block;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  /* width: 100%; */
 }

/* 修正粗體 ASCII (碧筵綰) */
/* @font-face {
  font-family: "fix Microsoft JhengHei";
  font-style: normal;
  font-weight: bold;
  unicode-range: U+7db0, U+78A7, U+7B75;
  src: url("../fonts/MSGOTHIC.otf"); } */
* {
  box-sizing: border-box;
  position: relative; }

body {
  font-family: Arial, "LiHei Pro","Microsoft JhengHei", "新細明體", sans-serif;
  -webkit-text-size-adjust: 100%; }

a {
  text-decoration: none; }

.unreset {
  line-height: initial; }
  .unreset a {
    text-decoration: underline; }
  .unreset img {
    max-width: 100% !important; }

button, input[type="reset"], input[type="submit"] {
  cursor: pointer; }

input[type="reset"], input[type="submit"], input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="time"], input[type="number"], input[type="password"], textarea, select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: Helvetica, Arial, "LiHei Pro", "Microsoft JhengHei", "新細明體", sans-serif;
  box-shadow: none;
  border: none;
  outline: none;
  min-height: 30px;
  padding: 5px 10px; }

select::-ms-expand {
  display: none; }

.hide {
  display: none !important; }

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px; }

.red {
  color: #f00 !important; }

.darkRed {
  color: #a50808 !important; }

.green {
  color: #094 !important; }

.yellow {
  color: #e5bb00 !important; }

.orange {
  color: #dc8f17 !important; }

.blue {
  color: #0b5aab !important; }

.bigTxt {
  font-size: 17px !important;
  font-family: "標楷體"; }

.unit {
  color: #444 !important;
  font-size: 12px;
  padding-left: 3px; }

/* ==================== header ==================== */
.menuHead {
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10; }
  .menuHead.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;}

.mbMenu {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px; }

.mbLogo {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  width: 250px;
  display: block; }
  .mbLogo img {
    display: block;
    width: 100%;
    height: auto; }

.mbMenuBtn {
  transform: translateY(-50%);
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0px;
  top: 50%; }
  .mbMenuBtn span {
    top: 5px;
    background: #000;
    height: 2px;
    width: 30px;
    left: 0;
    position: absolute; }
    .mbMenuBtn span:nth-child(2n) {
      top: 15px; }
    .mbMenuBtn span:nth-child(3n) {
      top: 25px; }

.mainMenu {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0; }
  .mainMenu > li {
    padding: 15px 5px 10px; }
    .mainMenu > li.active > a {
      color: #0b5aab; }
    .mainMenu > li.active:after {
      content: "";
      display: block;
      background: #0b5aab;
      transform: translateX(-50%);
      height: 2px;
      width: 60px;
      bottom: -20px;
      left: 50%;
      position: absolute; }
    .mainMenu > li:hover > a > p {
      transform: translateY(-100%); }
    .mainMenu > li > a:not(.logoLink) {
      display: inline-block;
      height: 16px;
      overflow: hidden; }
      .mainMenu > li > a > p { 
        color: #444;
        font-size: 16px;
        line-height: 17px;
        transform: translateY(0%);
        transition: transform .3s ease; }
      .mainMenu > li > a > p.hoverText { 
        color: #0b5aab; }
      .mainMenu > li > a .fa-envelope {
        color: #0b5aab;
        padding-left: 5px; }
    .mainMenu > li.npc a {
      font-weight: bold;
      font-style: italic; }

.mainMenu .logo{  
  max-width: 200px;
  margin-right: 20%; }
  .mainMenu .logo img{ 
    display: block;
    width: 100%;
    height: auto; }

.subMenu {
  position: fixed;
  top: 82px;
  left: calc((100vw - 1280px) / 2);
  display: none;
  padding: 50px 70px;
  background: #fff;
  border: 1px solid #ccc;
  max-width: 1280px;
  width: 100%; }
  .subMenu > div {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

.productSubMenu .linkGroup {
  max-width: 57%;
  width: 100%;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .productSubMenu .linkGroup > li {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: calc(100% / 6 * 2);
    width: 100%; }
    .productSubMenu .linkGroup > li .linkGroupTitle {
      border-bottom: 1px solid #eee;
      color: #0b5aab;
      font-size: 15px;
      font-weight: bold;
      padding-left: 20px;
      padding-right: 15px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      display: block;
      max-width: 100%;
      width: 100%; }
    .productSubMenu .linkGroup > li .linkSubGroup {
      padding-left: 20px;
      padding-right: 15px;
      max-width: 50%;
      width: 100%; }
      .productSubMenu .linkGroup > li .linkSubGroup:nth-child(2) {
        padding-right: 0px; }
      .productSubMenu .linkGroup > li .linkSubGroup:nth-child(3) {
        padding-left: 0px; }
      .productSubMenu .linkGroup > li .linkSubGroup.newTP2 {
        margin-top: 27px; }
      .productSubMenu .linkGroup > li .linkSubGroup > li {
        margin-bottom: 2px; }
      .productSubMenu .linkGroup > li .linkSubGroup a {
        color: #000;
        font-size: 14px;
        line-height: 25px;
        display: block;
        padding-left: 3px; }
        .productSubMenu .linkGroup > li .linkSubGroup a:hover {
          background: #0b5aab;
          color: #fff; }
      .productSubMenu .linkGroup > li .linkSubGroup .cal{
        padding-left: 15px;
      }
      .productSubMenu .linkGroup > li .linkSubGroup .cal span{
        position: absolute;
        top: 0;
        left: 48%;
        transform: translate(-50%, -50%); }
    .productSubMenu .linkGroup > li:not(:nth-child(2))  {
      max-width: calc(100% / 6);
      width: 100%; }
      .productSubMenu .linkGroup > li:not(:nth-child(2)) .linkSubGroup {
        max-width: 100%;
        width: 100%; }
.productSubMenu .monFocus {
  max-width: 40%;
  width: 100%;
  text-align: center; }
  .productSubMenu .monFocus .img_box {
    height: 0;
    padding-bottom: 60%;
    width: 100%;
    display: none;
    background: #f9f9f9; }
  .productSubMenu .monFocus .img_box:first-child{
    display: block;
  }
  .productSubMenu .monFocus .linkGroupTitle{
    color: #0b5aab;
    font-weight: bold;
  }
  .productSubMenu .monFocus p {
    color: #ED1B24;
    font-size: 16px;
    padding: 0px 20px 8px;
    display: inline-block;
    text-align: center; }
  .productSubMenu .monFocus li {
    margin-bottom: 5px; }
    .productSubMenu .monFocus li.active a, .productSubMenu .monFocus li:hover a {
      color: #0b5aab; }
  .productSubMenu .monFocus a {
    color: #999;
    font-size: 12px;
    line-height: 18px; }
  .productSubMenu .monFocus .tagList li{ 
    display: none; }
  .productSubMenu .monFocus .tagList li:first-child{ 
    display: block; }
  .productSubMenu .monFocusList{
    max-width: 400px; width: 100%;
    text-align: left;
    margin-left: auto; margin-right: auto;
    margin-top: 15px; }
  .productSubMenu .monFocusList li:first-child a{
    color: #0b5aab;
    font-weight: bold;
  }

.taxSubMenu > div, .mapSubMenu > div, .exploreSubMenu > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.taxSubMenu .linkGroup, .mapSubMenu .linkGroup, .exploreSubMenu .linkGroup {
  border-right: 1px solid #eee; }
  .taxSubMenu .linkGroup .linkGroup-title, .mapSubMenu .linkGroup .linkGroup-title, .exploreSubMenu .linkGroup .linkGroup-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; }
  .taxSubMenu .linkGroup li, .mapSubMenu .linkGroup li, .exploreSubMenu .linkGroup li {
    margin-bottom: 5px; }
    .taxSubMenu .linkGroup li:hover a, .taxSubMenu .linkGroup li.active a, .mapSubMenu .linkGroup li:hover a, .mapSubMenu .linkGroup li.active a, .exploreSubMenu .linkGroup li:hover a, .exploreSubMenu .linkGroup li.active a {
      color: #0b5aab;
      text-decoration: underline; }
  .taxSubMenu .linkGroup a, .mapSubMenu .linkGroup a, .exploreSubMenu .linkGroup a {
    color: #000;
    font-size: 15px;
    line-height: 20px; }

.taxSubMenu .linkGroup {
  max-width: 170px;
  width: 100%; }
.taxSubMenu .linkContent {
  max-width: calc(100% - 170px);
  width: 100%; }
.taxSubMenu .taxContent {
  margin-left: auto;
  display: none;
  max-width: 710px;
  width: 100%; }
  .taxSubMenu .taxContent > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .taxSubMenu .taxContent.active {
    display: block; }
  .taxSubMenu .taxContent .des {
    max-width: calc(100% - 200px - 20px);
    width: 100%; }
    .taxSubMenu .taxContent .des p {
      color: #000;
      font-size: 17px;
      line-height: 27px;
      margin-bottom: 10px; }
  .taxSubMenu .taxContent .img_box {
    margin-left: 20px;
    max-width: 200px;
    width: 100%; }
    .taxSubMenu .taxContent .img_box img {
      display: block;
      width: 100%; }

.mapSubMenu .linkGroup {
  max-width: 260px;
  width: 100%; }
  .mapSubMenu .linkGroup ul {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .mapSubMenu .linkGroup li {
    max-width: 50%;
    width: 100%; }
.mapSubMenu .linkContent {
  max-width: calc(100% - 260px);
  width: 100%; }
.mapSubMenu .mapContent {
  margin-left: auto;
  display: none;
  max-width: 630px;
  width: 100%; }
  .mapSubMenu .mapContent > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .mapSubMenu .mapContent.active {
    display: block; }
  .mapSubMenu .mapContent .des {
    max-width: calc(100% - 300px - 20px);
    width: 100%; }
    .mapSubMenu .mapContent .des .title {
      font-size: 17px; }
    .mapSubMenu .mapContent .des p {
      color: #000;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 5px; }
    .mapSubMenu .mapContent .des .mapIcon {
      width: 25px;
      margin-left: 3px;
      vertical-align: sub; }
  .mapSubMenu .mapContent .map {
    height: 200px;
    width: 300px; }
    .mapSubMenu .mapContent .map img{ 
      display: block;
      width: 100%;
      height: auto; }
    .mapSubMenu .mapContent .map iframe {
      height: 100%;
      width: 100%; }

.exploreSubMenu > div {
  align-items: flex-start;
  max-width: 1200px;
  width: 100%; }
.exploreSubMenu .linkGroups {
  border-right: 1px solid #eee;
  max-width: calc(100% - 720px);
  width: 100%;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .exploreSubMenu .linkGroups .linkGroup {
    border-right: none;
    max-width: calc(100% / 3);
    width: 100%; }
.exploreSubMenu .exploreMenu {
  max-width: 720px;
  width: 100%; }
  .exploreSubMenu .exploreMenu .exploreMenu-title {
    margin-left: 40px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; }
  .exploreSubMenu .exploreMenu .exploreMenuContent {
    margin-left: auto;
    max-width: 690px;
    width: 100%;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .exploreSubMenu .exploreMenu .exploreMenuContent-item {
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% / 3 - 20px);
    width: 100%; }
    .exploreSubMenu .exploreMenu .exploreMenuContent-item .title {
      color: #000;
      font-size: 16px; }
    .exploreSubMenu .exploreMenu .exploreMenuContent-item .imgArea {
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
      max-width: 100px;
      width: 100%; }
      .exploreSubMenu .exploreMenu .exploreMenuContent-item .imgArea .img_box {
        height: 0;
        padding-bottom: 70%;
        width: 100%; }
    .exploreSubMenu .exploreMenu .exploreMenuContent-item .des {
      color: #000;
      font-size: 14px;
      line-height: 20px; }
      .exploreSubMenu .exploreMenu .exploreMenuContent-item .des:hover {
        color: #0b5aab; }

/* =================== footer ==================== */
footer {
  margin-top: 90px;
  margin-bottom: 30px; }

.footerMenu {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .footerMenu a {
    color: #000;
    font-size: 15px;
    line-height: 25px; }
    .footerMenu a:hover {
      color: #0b5aab; }
    .footerMenu a .fa-envelope {
      color: #0b5aab;
      padding-left: 5px; }

.contactFooter {
  margin: 5px 0;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .contactFooter p {
    color: #c2c2c2;
    font-size: 15px;
    line-height: 25px; }
    .contactFooter p:not(:last-child) {
      margin-right: 30px; }

.copyright {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: center; }
  .copyright a {
    color: #0b5aab; }
    .copyright a:hover {
      text-decoration: underline; }

.btnTop {
  /* transform: translateY(-100%); */
  position: absolute;
  position: fixed;
  right: 10px;
  /* top: -5px; */
  top: 85vh;
  height: 40px;
  width: 40px;
  z-index: 1;
  transition:  top .4s ease; }
  .btnTop img {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%; }
  .btnTop:hover {
    opacity: 0.5; }

.footerTxt, .footerDes{
  text-align: center;
}

.footerTxt{
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
}

.footerDes{
  font-size: 12px;
  line-height: 20px;
  margin-top: 8px;
}

.footerDes b{
  color: #000;
  font-weight: bold;
}

/* ==================== pagination ==================== */
.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px; }
  .pagination .paginationBtn a {
    color: #444;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #c2c2c2;
    display: inline-block; }
    .pagination .paginationBtn a:not(:last-child) {
      margin-right: 15px; }
    .pagination .paginationBtn a:hover {
      color: #fff;
      background: #0b5aab;
      border: 1px solid #0b5aab; }
  .pagination .page {
    margin-left: 20px;
    margin-right: 20px;
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .pagination .page a {
      color: #7f7f7f;
      font-size: 17px;
      font-weight: bold;
      display: block;
      padding: 5px 10px; }
    .pagination .page li:not(:last-child) a {
      border-right: 1px solid #c2c2c2; }
    .pagination .page li.active a, .pagination .page li:hover a {
      color: #0b5aab; }


.pagination .paginationAW{ 
  border: none;
  margin-left: 20px;
  margin-right: 20px; }
  .pagination .paginationAW.prev{ 
    transform: rotate(180deg); }
.pagination .selectStyle{ 
  background: #0b5aab;
  position: relative; }
  .pagination .selectStyle:before{  
    position: absolute;
    top: 50%; right: 10px;
    content: '\f0d7';
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 12px;
    transform: translateY(-50%); }
  .pagination select{ 
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 20px;
    padding-right: 30px;
    min-width: 85px; }
  .pagination option{ 
    color: #222; }

/* ==================== breadCrumb ==================== */
.breadCrumb {
  margin-top: calc(30px + 83px);
  margin-bottom: 80px;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .breadCrumb > p {
    font-size: 16px;
    margin: 5px; }
  .breadCrumb ul {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .breadCrumb ul a, .breadCrumb ul p {
      font-size: 16px;
      margin: 5px; }
    .breadCrumb ul a {
      display: block;
      color: #000; }
      .breadCrumb ul a:after {
        content: ">";
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px; }
      .breadCrumb ul a:hover {
        color: #0b5aab;
        text-decoration: underline; }
    .breadCrumb ul p {
      color: #0b5aab; }

@media (max-width: 1280px) {
  /* ==================== header ==================== */
  .subMenu {
    left: 0;
    padding: 30px;
    width: 100%; }

  .taxSubMenu .linkGroup, .mapSubMenu .linkGroup, .exploreSubMenu .linkGroup {
    margin-bottom: 10px; }
    .taxSubMenu .linkGroup .linkGroup-title, .mapSubMenu .linkGroup .linkGroup-title, .exploreSubMenu .linkGroup .linkGroup-title {
      margin-bottom: 10px; }
    .taxSubMenu .linkGroup ul, .mapSubMenu .linkGroup ul, .exploreSubMenu .linkGroup ul {
      align-items: stretch;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
    .taxSubMenu .linkGroup li, .mapSubMenu .linkGroup li, .exploreSubMenu .linkGroup li {
      margin-right: 10px; }

  .exploreSubMenu .linkGroups {
    display: block;
    padding-right: 30px; }
    .exploreSubMenu .linkGroups .linkGroup {
      max-width: 100%; } }
@media (max-width: 1024px) {
  /* ==================== header ==================== */
  .mbMenu {
    display: block; }

  .mainMenu {
    display: none;
    background: #f9f9f9;
    margin-left: -40px;
    margin-right: -40px;
    padding: 20px 0;
    max-width: calc(100% + 80px); }
    .mainMenu .logo {
      display: none; }
    .mainMenu > li {
      text-align: center;
      padding: 10px 5px 10px; }
      .mainMenu > li.active:after {
        display: none; }
      .mainMenu > li:hover > a {
        color: #000; }

  .subMenu {
    position: relative;
    top: 0;
    margin-top: 5px;
    padding: 20px;
    padding-bottom: 10px; }

  .productSubMenu .linkGroup {
    max-width: 100%; }
    .productSubMenu .linkGroup > li {
      max-width: 100% !important;
      margin-right: 0;
      display: block; }
      .productSubMenu .linkGroup > li .linkGroupTitle {
        padding-bottom: 5px;
        margin-bottom: 5px; }
      .productSubMenu .linkGroup > li .linkSubGroup {
        max-width: 100%;
        margin-bottom: 10px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        align-items: stretch;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .productSubMenu .linkGroup > li .linkSubGroup.newTP2 {
          margin-top: 0; }
        .productSubMenu .linkGroup > li .linkSubGroup:nth-child(3) {
          margin-top: -10px; }
        .productSubMenu .linkGroup > li .linkSubGroup > li {
          max-width: calc(100% / 3);
          width: 100%; }
        .productSubMenu .linkGroup > li .linkSubGroup .cal{
          padding-left: 0;
          max-width: 100%;
        }
  .productSubMenu .monFocus {
    display: none !important; }

  .taxSubMenu .linkGroup, .mapSubMenu .linkGroup, .exploreSubMenu .linkGroup {
    border-right: none; }
    .taxSubMenu .linkGroup li, .mapSubMenu .linkGroup li, .exploreSubMenu .linkGroup li {
      margin-right: 0;
      max-width: calc(100% / 3);
      width: 100%; }

  .taxSubMenu .linkGroup {
    max-width: 100%; }
  .taxSubMenu .taxContent {
    display: none !important; }

  .mapSubMenu .linkGroup {
    max-width: 100%; }
  .mapSubMenu .mapContent {
    display: none !important; }

  .exploreSubMenu .linkGroups {
    max-width: 100%;
    padding-right: 0;
    border-right: none; }
  .exploreSubMenu .exploreMenu {
    display: none !important; } }
@media (max-width: 1024px) {  
  .menuHead.fixed{
    max-height: 100vh;
    overflow: auto;
  }
/*   body.hideBody{
    max-height: 100vh;
    overflow: hidden;
  } */
  .mainMenu{
    max-height: calc(100vh - 90px);
    overflow: auto;
  }
  /* .subMenu{
    max-height: 60vh;
    overflow: auto;
  } */
}
@media (max-width: 768px) {
  /* ==================== pagination ==================== */
  .pagination .paginationBtn {
    order: 1; }
    .pagination .paginationBtn.btnPrev {
      margin-right: 20px; }
  .pagination .page {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px; }

  /* ==================== breadCrumb ==================== */
  .breadCrumb {
    margin-bottom: 50px; }
    .breadCrumb > p {
      font-size: 15px; }
    .breadCrumb ul a, .breadCrumb ul p {
      font-size: 15px; } }
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }

  /* ==================== header ==================== */
  .mainMenu {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px); }

  .taxSubMenu .linkGroup .linkGroup-title, .mapSubMenu .linkGroup .linkGroup-title, .exploreSubMenu .linkGroup .linkGroup-title {
    font-size: 16px; }

  /* =================== footer ==================== */
  footer {
    margin-top: 50px; }

  .footerMenu {
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    .footerMenu li {
      text-align: center;
      max-width: calc(100% / 3);
      width: 100%; }

  .btnTop {
    height: 30px;
    width: 30px;
    right: 5px; } }
@media (max-width: 480px) {
  .mainMenu{
    max-height: calc(100vh - 76px);
  }
  /* ==================== header ==================== */
  .mbLogo {
    width: 230px;
    margin-left: 0; }

  /* ==================== pagination ==================== */
  .pagination .paginationBtn a {
    font-size: 14px; }
    .pagination .paginationBtn a:not(:last-child) {
      margin-right: 10px; }
  .pagination .paginationBtn.btnPrev {
    margin-right: 10px; }
  .pagination .page {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px; } }

/*# sourceMappingURL=frame.css.map */
