@charset "UTF-8";

body {
  font-size: 16px;
}

.list-style-none ul, .list-style-none ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style-none2 ul, .list-style-none2 ol {
  list-style: none;
}

a {
  color: inherit;
}

a:focus {
  text-decoration: none;
}

.info-wrap {
  width: 100%;
  background: #909BAC;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fz14 {
  font-size: 14px;
}

.fz12 {
  font-size: 12px;
}

.fz24 {
  font-size: 24px;
}

.fontWhite {
  color: #fff;
}

.fontBlue {
  color: #04327a;
}

.width1366 {
  max-width: 1366px;
}

.width100 {
  max-width: 100px;
  width: 100%;
}

.flex {
  display: flex;
}

.justify-content-right {
  justify-content: right;
}

.top-wrap {
  background: #F6F6F6;
}

.top-wrap-content li a {
  color: #7D7D7D;
}

.top-wrap-content li a:hover {
  text-decoration: none;
}

.line-group-icon .line {
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  margin-bottom: 7px;
  opacity: 1;
}

.line-group-icon .line1 {
  width: 22px;
}

.line-group-icon .line2 {
  width: 12px;
  margin-left: 10px;
}

.line-group-icon.active {
  opacity: 0;
}

.pc-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 76px;
  z-index: 1001;
}

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

.pc-menu-items {
  padding: 0 10px;
}

.pc-menu-items:hover {
  text-decoration: none;
  color: #04327a;
}

.pc-menu-items:hover .pc-menu-lv2-border {
  display: block;
}

.pc-menu-items .item {
  color: #000;
  text-decoration: none;
}

.pc-menu-items .item:hover {
  border-bottom: 4px solid #04327a;
  padding-bottom: 19px;
}

.pc-menu-lv2-border {
  position: absolute;
  left: 0;
  /* top: 45px; */
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px; */
  top: 44px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  display: none;
}

.pc-menu-lv2 {
  padding: 56px 0;
  display: flex;
  width: 100%;
  background-color: #fff;
}

.pc-menu-lv2-list {
  margin-left: 6px;
}

.pc-menu-lv2-list li {
  width: max-content;
  position: relative;
  min-width: 180px;
}

.pc-menu-lv2-list li:hover {
  text-decoration: none;
  color: #04327a;
}

.pc-menu-lv2-list li:not(:first-child) {
  margin-top: 18px;
}

.pc-menu-lv2-list li a {
  color: #000;
  display: flex;
  justify-content: space-between;
}

.pc-menu-lv2-list li a:hover {
  text-decoration: none;
  color: #04327a;
}

.pc-menu-lv2-list li span img {
  width: 15px;
  transform: rotate(270deg);
}

.pc-menu-lv2-hover {
  display: block;
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  background-color: #fff;
}

.pc-menu-lv2-item {
  display: block;
}

.pc-menu-lv2-item:hover .pc-menu-lv3 {
  display: block;
}

.pc-menu-lv3 {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 100%;
  display: none;
}

.pc-menu-lv3 ul {
  border-left: 1px solid #92A7C4;
  padding: 0 15px;
  margin: 0 20px;
}

.pc-menu-lv3 li:not(:first-child) {
  margin-top: 18px;
}

.pc-menu-lv3 a {
  color: #000;
}

.pc-menu-lv3 a:hover {
  text-decoration: none;
  color: #04327a;
}

.pc-menu-lv3-show {
  display: block;
}

.pc-menu-lv3-hover {
  display: block;
}

.nav-logo {
  position: relative;
}

.mobile-menu {
  display: none;
  background: #fff;
  position: absolute;
  top: 121px;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transform: translateX(-100%);
}

@media screen and (max-width: 991px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu-item {
  display: flex;
  flex-direction: column;
  padding: 30px 0px;
}

.mobile-menu-item li a {
  display: flex;
  justify-content: space-between;
}

.mobile-menu-item img {
  width: 15px;
  transform: rotate(270deg);
}

.mobile-menu-item li+li {
  padding-top: 15px;
}

.mobile-menu-lv2 {
  background: #fff;
  position: absolute;
  top: 126px;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transform: translateX(-100%);
}

.mobile-menu-lv2 .back {
  padding: 30px 0px 0;
  font-size: 14px;
  color: #04327a;
}

.mobile-menu-lv2 .back img {
  transform: rotate(90deg);
}

.mobile-menu-lv3 {
  background: #fff;
  position: absolute;
  top: 126px;
  z-index: 20;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transform: translateX(-100%);
}

.mobile-menu-lv3 .back {
  padding: 30px 0px 0;
  font-size: 14px;
  color: #04327a;
}

.mobile-menu-lv3 .back img {
  transform: rotate(90deg);
}

.mobile-menu.show,
.mobile-menu-lv2.show,
.mobile-menu-lv3.show {
  -webkit-animation: slideIn 0.5s forwards;
  animation: slideIn 0.5s forwards;
}

@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu.out,
.mobile-menu-lv2.out,
.mobile-menu-lv3.out {
  -webkit-animation: slideOut 0.5s forwards;
  animation: slideOut 0.5s forwards;
}

@-webkit-keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.space {
  padding-right: 3%;
  padding-left: 3%;
}

@media screen and (max-width: 768px) {
  .space {
    padding-right: 6%;
    padding-left: 6%;
  }
}

@media screen and (min-width: 1190px) {
  .space2 {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.mobile-menu-icon {
  display: none;
  margin-top: -18px;
}

.mobile-menu-icon.active {
  background: url("../../images/layout/close.png") no-repeat;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 991px) {
  .mobile-menu-icon {
    display: block;
  }
}

.logo-SubTitle {
  color: #626364;
}

.info {
  background: #909BAC;
  color: #fff;
}

/*
.title {
  font-size: 40px;
  padding-top: 136px;
  margin-bottom: 48px;
}
*/

.banner-img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.banner-pc {
  display: block;
  position: relative;
}

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

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

.banner-pad {
  display: none;
}

@media screen and (max-width: 1150px) {
  .banner-pad {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .banner-pad {
    display: none;
  }
}

.banner-mobile {
  display: none;
}

@media screen and (max-width: 1150px) {
  .banner-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-mobile {
    display: block;
    position: relative;
  }
}

.banner-btn-group {
  position: absolute;
  bottom: 50px;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.banner-btn-group a {
  text-decoration: none;
}

@media screen and (max-width: 1150px) {
  .banner-btn-group {
    justify-content: center;
    bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .banner-btn-group {
    justify-content: center;
    bottom: 0px;
    flex-wrap: wrap;
    line-height: 3;
  }
}

.banner-btn {
  font-size: 18px;
  padding: 10px 20px;
  letter-spacing: 3px;
  border: 2px solid #00367C;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}

.banner-btn:not(:first-child) {
  margin-left: 16px !important;
}

.btn-bg-blue {
  background: #00367C !important;
  color: #fff !important;
}

.btn-bg-blue:hover {
  background: #fff !important;
  color: #00367C !important;
}

.btn-bg-white {
  background: #fff !important;
  color: #00367C !important;
}

.btn-bg-white:hover {
  background: #00367C !important;
  color: #fff !important;
}

.banner-text {
  color: #fff;
  position: absolute;
  width: 100%;
  top: -170px;
  transform: translateY(-100%);
}

.banner-text-title {
  font-size: 36px;
}

.banner-text-subTitle {
  font-size: 24px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .banner-text {
    top: -216px;
    transform: translateY(-145%);
  }

  .banner-text-title {
    font-size: 24px;
  }

  .banner-text-subTitle {
    font-size: 18px;
    margin-top: 8px;
  }
}

.block-bg-gray {
  background: #F0F4F7;
}

.block-bg-white {
  background: #fff;
}

.block-bg-blue {
  background: #04327a;
}

/* tab */
.index-tab {
  display: flex;
}

.index-tab .active {
  color: #04327a;
}

.index-tab li {
  position: relative;
  padding-bottom: 18px;
}

.index-tab li a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
}

.index-tab li a:hover {
  text-decoration: none;
}

.index-tab li+li {
  margin-left: 40px;
}

.index-tab .active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 4px;
  background-color: #04327a;
}

/* 熱門推薦 - 卡片 */
.card-wrap {
  margin-top: 40px;
  padding-bottom: 100px;
}

.card-content {
  padding: 24px 16px;
  height: auto;
}

.card-item:not(:last-child) {
  /* margin-right: 32px; */
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .card-item:not(:last-child) {
    margin-right: 15px;
  }
}

.card-item-life:not(:last-child) {
  margin-right: 24px;
}

@media screen and (max-width: 991px) {
  .card-item-life:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 24px;
  }
}

.card-item {
  max-width: 400px;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 1344px) {
  .card-item-life {
    width: 30%;
  }
}

@media screen and (max-width: 979px) {
  .card-item-life {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .card-item {
    width: 88% !important;
  }

  .card-item-life {
    width: 100% !important;
  }
}

.card-item-life img {
  width: 100%;
}

.card-text {
  color: #626364;
  min-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-title {
  margin-bottom: 1.5rem;
  min-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-button-group {
  display: flex;
}

.card-button-group .card-button {
  border: 1px solid #00367C;
  width: 50%;
  color: #00367C;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 18px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.card-button-group .card-button:nth-child(n+2) {
  margin-left: 10px;
}

.card-button-group .card-button::after {
  content: "";
  background: url("../../images/layout/arrow.svg") no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 10px;
  color: #00367C;
  margin-left: 15px;
}

.card-button-group .card-button:hover {
  background: #00367C;
  color: #fff;
  text-decoration: none;
}

.card-button-group .card-button:hover::after {
  content: "";
  background: url("../../images/layout/white-arrow.png") no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 10px;
}

.life-more {
  border: 1px solid #00367C;
  color: #00367C;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 18px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 40px;
  width: 173px;
  background: #fff;
}

.life-more::after {
  content: "";
  background: url("../../images/layout/arrow.svg") no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 10px;
  margin-left: 15px;
}

.life-more:hover {
  background: #00367C;
  color: #fff;
  text-decoration: none;
}

.life-more:hover::after {
  content: "";
  background: url("../../images/layout/white-arrow.png") no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 10px;
  margin-left: 15px;
}

.card-tag {
  color: #626364;
}

/* 熱門推薦 - 卡片 新增*/

.card-item-life-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  min-height: 4.5em;
  margin: 0 0 10px;
}

.card-item-life-content p {
  margin:0;
}

.card-item-life-content p,
.card-item-life-content span,
.card-item-life-content div {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #000 !important;
  line-height: 24px !important;
}

.card-item a,
footer a {
  color: #000;
}

.card-item a:hover,
footer a:hover {
  color: #000;
}

/* swiper */
.swiper {
  width: 100%;
}

.swiperBannerPC .swiper-slide {
  width: 100%;
}

.swiperBannerPC .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  height: 400px;
}

.card-date {
  font-size: 14px;
  color: #626364;
}

.button-right-arrow-more {
  width: 43px;
  color: #000;
}

.button-left-arrow {
  background: url("../../images/layout/arrow.svg") no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 10px;
  color: #00367C;
  transform: rotate(180deg);
}

.swiper-recommend-prev,
.swiper-news-prev,
.swiper-card-prev {
  background: url("../../images/layout/arrow.svg") no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 10px;
  color: #00367C;
  transform: rotate(180deg);
}

.swiper-recommend-next,
.swiper-news-next,
.swiper-card-next {
  background: url("../../images/layout/arrow.svg") no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 10px;
  color: #00367C;
}

.swiper-recommend-prev.swiper-button-disabled,
.swiper-news-prev.swiper-button-disabled,
.swiper-card-prev.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-recommend-next.swiper-button-disabled,
.swiper-news-next.swiper-button-disabled,
.swiper-card-next.swiper-button-disabled {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .swiper-card-mobile {
    display: none;
  }
}

.custom-swiper-pagination-wrap {
  margin-top: 52px;
}

.footer-wrap {
  padding: 60px 3%;
}

.footer-wrap img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .footer-wrap {
    padding: 30px;
  }
}

.footer-wrap-left a:hover {
  text-decoration: none;
}

.footer-wrap-right li:not(:first-child) {
  margin-top: 16px;
}

.footer-wrap-right a {
  color: #000;
}

.footer-wrap-right a:hover {
  color: #04327a;
  text-decoration: none;
}

.icon-fb {
  background-image: url("../../images/icon/FB.png");
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 13px;
  height: 23px;
  background-size: 13px 23px;
}

.icon-line {
  background-image: url("../../images/icon/LINE.png");
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 26px;
  width: 26px;
  height: 23px;
  background-size: 26px 23px;
}

.footer-info {
  color: #7D7D7D;
}

.footer-info a {
  text-decoration: none;
}

.footer-info li+li {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .footer-info li+li {
    margin-left: 20px;
  }
}

.foot-row {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-test {
  width: 100%;
  border: 1px solid #04327a;
  color: #04327a;
  padding: 15px;
  letter-spacing: 1px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}

.arrowDown-blue {
  position: relative;
}

.arrowDown-blue img {
  width: 18px;
  height: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 20px;
  right: 15px;
}

.login-block {
  display: flex;
  position: relative;
  z-index: 1002;
}

.login-block-btn {
  padding: 8px 20px;
  border: 1px solid #04327a;
  letter-spacing: 1px;
  color: #04327a;
}

.login-block-btn:hover {
  text-decoration: none;
  background: #04327a;
  color: #fff;
}

.login-block-btn-blue {
  background: #04327a;
  color: #fff;
}

.login-block-btn-blue:hover {
  background: #fff;
  color: #04327a;
}

@media screen and (max-width: 991px) {
  .login-block {
    display: none;
  }
}

.login-block-mobile {
  display: flex;
  padding: 30px 0 0 0;
}

.login-block-mobile-btn {
  padding: 8px 20px;
  border: 1px solid #04327a;
  letter-spacing: 1px;
  color: #04327a;
}

.login-block-mobile-btn:hover {
  text-decoration: none;
  background: #04327a;
  color: #fff;
}

.login-block-mobile-btn-blue {
  background: #04327a;
  color: #fff;
}

.login-block-mobile-btn-blue:hover {
  background: #fff;
  color: #04327a;
}

.swiper-pagination-bullet {
  border: 2px solid #04327a !important;
  width: 30px !important;
  height: 4px !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.swiper-pagination-bullet-active {
  background: #04327a !important;
}

.swiper-controler {
  display: flex;
  justify-content: start;
  position: absolute;
  bottom: 0;
  padding: 15px;
  margin: 0 0 20px 0px;
  z-index: 1;
}

@media screen and (max-width: 1150px) {
  .swiper-controler {
    justify-content: center;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .swiper-controler {
    justify-content: center;
  }
}

.banner-content-group {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  color: #00367C;
}

@media screen and (max-width: 1150px) {
  .banner-content-group {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .banner-content-group {
    justify-content: center;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #00367C !important;
  --swiper-navigation-size: 25px;
  justify-content: space-around !important;
  width: auto !important;
  height: auto !important;
}

.banner-swiper-pagination {
  position: relative !important;
  display: flex;
  padding: 0 35px;
  margin: 0 -3px;
  top: 0 !important;
}

@media screen and (max-width: 1150px) {
  .swiper-controler-pad {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
}

/*系統公告*/
.new-modal {
  font-family: Noto Sans TC, 微軟正黑體, Microsoft JhengHei, Heiti TC, 黑體, Nunito Sans, sans-serif;
}

.new-modal .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 5rem);
}

.new-modal .modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 5rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""
}

@media (min-width: 576px) {
  .new-modal .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .new-modal .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }
}

@media (max-width: 575px) {
  .new-modal .modal-dialog-centered {
    margin: 2.5rem;
  }
}

.new-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 0;
  border: 0;
}

.new-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  outline: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-28,
.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
  padding-top: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.new-modal .btn-close {
  border: 0;
}

.new-modal .btn-close:after,
.new-modal .btn-close:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
  content: " ";
  height: 20px;
  width: 1px;
  background-color: #000;
  transition: opacity .5s ease-in-out, transform .45s ease-in-out;
}

.new-modal .btn-close:before {
  transform: rotate(-45deg);
}

.new-modal .btn-close:after {
  transform: rotate(-135deg);
}

.new-modal .modal-body {
  flex: 1 1 auto;
}

.h3-2 {
  line-height: 140%;
  font-weight: 500;
}

.btn--outline-primary {
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px;
  color: #04327a;
  border-color: #04327a;
}

.btn--outline-primary:hover {
  color: #fff;
  background-color: #04327a;
  border-color: #04327a;
}

@media (min-width: 768px) {
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 40px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1024px) {
  .h3-2 {
    font-size: 24px;
  }
}

/*系統公告 end*/

/*商品卡片按鈕 藍底白字 滑鼠移過白底藍字*/
.card-button-group .card-button.reverse {
  background: #00367C;
  color: #fff;
}

.card-button-group .card-button.reverse:hover {
  background: #fff;
  color: #00367C;
  text-decoration: none;
}

.card-button-group .card-button.reverse::after {
  content: "";
  background: url("../../images/layout/white-arrow.png") no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 10px;
}

.card-button-group .card-button.reverse:hover::after {
  content: "";
  background: url("../../images/layout/arrow.svg") no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 10px;
  color: #00367C;
  margin-left: 15px;
}

.pc-menu,
.pc-menu-list {
  height: 0;
}
