@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  color: inherit;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

li {
  cursor: pointer;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

* {
  position: relative;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

body {
  overflow-x: hidden;
  touch-action: pan-y;
}

* {
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.5s;
}

h1 {
  font-size: 40px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.l-artical .l-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-artical_lg .l-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-artical_s .l-container {
  padding-top: 20px;
  padding-bottom: 60px;
}

.l-artical-bg {
  background: #E2E1DD;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100vw auto;
  background-image: url(/img/bg-store.png);
}

.l-artical_blue {
  background: #0027A2;
  color: #fff;
}
@media (max-width: 1200px) {
  .l-artical_blue {
    padding-bottom: 500px;
  }
}
@media (max-width: 500px) {
  .l-artical_blue {
    padding-bottom: 350px;
  }
}

.l-artical_pink {
  background: #C8005D;
  color: #fff;
}
@media (max-width: 1200px) {
  .l-artical_pink {
    padding-bottom: 350px;
  }
}
/* @media (max-width: 500px) {
  .l-artical_pink {
    padding-bottom: 350px;
  }
} */

.l-artical_gray {
  background: #E2E1DD;
  color: #000;
}
@media (max-width: 1200px) {
  .l-artical_gray {
    padding-bottom: 300px;
  }
}
@media (max-width: 500px) {
  .l-artical_gray {
    padding-bottom: 200px;
  }
}

.l-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: calc(100vh - 125px - 66px);
  background: #E2E1DD;
  padding-left: 30px;
  padding-right: 30px;
}
.l-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(/img/bg-contact.png);
  position: absolute;
  top: 0;
  left: 0;
}

.l-navPosition {
  height: 105px;
}
@media (max-width: 1200px) {
  .l-navPosition {
    height: 86px;
  }
}
@media (max-width: 768px) {
  .l-navPosition {
    height: 66px;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  background: #fff;
  z-index: 20;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .l-nav {
    height: 86px;
  }
}
@media (max-width: 768px) {
  .l-nav {
    height: 66px;
    padding: 0 20px;
  }
}

.l-navLogoBox {
  width: 200px;
  height: 40px;
}
@media (max-width: 768px) {
  .l-navLogoBox {
    height: 30px;
  }
}
@media (max-width: 500px) {
  .l-navLogoBox {
    height: 22px;
  }
}

.l-menuBox, .l-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1200px) {
  .l-menuBox {
    display: none;
    overflow: 0;
    visibility: hidden;
  }
}

.l-nav_phone, .l-menu_phone {
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .l-nav_phone, .l-menu_phone {
    display: inline-block;
    opacity: 1;
    visibility: visible;
  }
}

.l-nav_phone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-menuBox_phone {
  background: #E2E1DD;
  height: calc(100% - 73px - 86px);
  overflow-y: overlay;
  margin-top: 86px
}
@media (max-width: 768px) {
  .l-menuBox_phone {
    height: calc(100% - 73px - 66px);
    margin-top: 67px
  }
}
.l-menuBox_phone .l-menu {
  flex-direction: column;
  padding: 50px 0;
}

.l-communityBox_phone {
  text-align: center;
  padding: 20px 0;
  background: #E2E1DD;
  border-top: 1px solid #fff;
}

.l-footer {
  padding: 30px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1200px) {
  .l-footer {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: start;
  }
}

.l-footerLeft {
  display: flex;
  justify-content: end;
  align-items: start;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .l-footerLeft {
    align-items: center;
  }
  .l-footerLeft .l-footerLogoBox {
    display: none;
  }
}

.l-footerRight {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
}
.l-footerRight .l-footerLogoBox {
  display: none;
}
@media (max-width: 1200px) {
  .l-footerRight {
    align-items: center;
  }
  .l-footerRight .l-footerLogoBox {
    display: block;
  }
}

.l-footerLogoBox {
  width: 360px;
  height: 60px;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .l-footerLogoBox {
    width: 220px;
    height: 60px;
    margin-bottom: 20px;
  }
  .l-footerLogoBox {
    background-position: center!important;
  }
}

.l-footer_info {
  margin-right: -10px;
  display: flex;
  justify-content: end;
  align-items: start;
}
@media (max-width: 1200px) {
  .l-footer_info {
    margin-right: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 690px) {
  .l-footer_infoBox{
    margin: 20px 0;
  }
}

.l-toolbar {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .l-toolbar {
    flex-wrap: wrap;
    margin-right: -5px;
  }
}

.l-photoGroup {
  width: calc(100% + 15px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1200px) {
  .l-photoGroup {
    flex-wrap: wrap;
  }
  .l-photoGroup:last-child {
    flex-wrap: wrap-reverse;
  }
}

.l-pageGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.l-shopGroup {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.l-cookieBar{
  width: calc(100vw - 40px);
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 4px #ccc;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:768px) {
  .l-cookieBar{
    width: 100vw ;
    left: 0;
    bottom: 0;
    flex-direction: column;
  }
  
}
.l-cookieBar p{
  text-align: justify;
  color: #000;
}
.l-cookieBar .link{
  color: #008083;;
  text-decoration: underline;
  font-weight: 700;
}
.l-cookieChoose{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 10px;
}
@media (max-width:768px) {
  .l-cookieChoose{
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 769px) {
  .col-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
}

@media (min-width: 769px) {
  .col-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
}

@media (min-width: 769px) {
  .col-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

@media (min-width: 769px) {
  .col-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}

@media (min-width: 769px) {
  .col-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
}

@media (min-width: 769px) {
  .col-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 769px) {
  .col-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
}

@media (min-width: 769px) {
  .col-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
}

@media (min-width: 769px) {
  .col-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
}

@media (min-width: 769px) {
  .col-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
}

@media (min-width: 769px) {
  .col-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
}

@media (min-width: 769px) {
  .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.e-logo {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url(/img/0105logo_bk.png);
}

.e-logo_w {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url(/img/0105logo_w.png);
}

.e-menuItem {
  background: #fff;
}
.e-menuItem:hover, .e-menuItem .e-menuItem_activity, .e-menuItem.e-menuItem_activity {
  background: #008083;
}
.e-menuItem:hover > .e-menuTxt, .e-menuItem .e-menuItem_activity > .e-menuTxt, .e-menuItem_activity.e-menuTxt,.e-menuItem.e-menuItem_activity > .e-menuTxt {
  color: #fff;
}
.e-menuItem:hover > .e-subMenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.e-menuItem .e-menuTxt {
  display: inline-block;
  padding: 40px 20px;
}
.e-menuItem .e-menuTxt--h {
  padding: 27.5px 20px;
  text-align: center;
}

.e-subMenu {
  position: absolute;
  top: 80%;
  left: calc(50% - 81px);
  text-align: center;
  width: 162px;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 1;
}
.e-subMenu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
}

.e-subMenuItem {
  background: #fff;
}
.e-subMenuItem:hover, .e-subMenuItem .e-menuItem_activity {
  background: #008083;
}
.e-subMenuItem:hover > .e-menuTxt, .e-subMenuItem .e-menuItem_activity > .e-menuTxt {
  color: #fff;
}
.e-subMenuItem .e-menuTxt {
  padding: 10px 0;
}

.e-menuTxt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  color: #000;
}

.e-communityItem {
  display: inline-block;
  margin-left: 10px;
}
.e-communityItem:first-child {
  margin-left: 20px;
}

.e-icon_md {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  transition: all 0.5s;
}

.e-icon_sm {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  transition: all 0.5s;
}

.e-icon_fb {
  background-image: url(/img/btn-fb.png);
}
.e-icon_fb::after {
  content: "";
  background-image: url(/img/btn-fb-w.png);
  opacity: 0;
}
.e-icon_fb:hover {
  background-image: url(/img/btn-fb-w.png);
}

.e-icon_ig {
  background-image: url(/img/btn-ig.png);
}
.e-icon_ig::after {
  content: "";
  background-image: url(/img/btn-ig-w.png);
  opacity: 0;
}
.e-icon_ig:hover {
  background-image: url(/img/btn-ig-w.png);
}
.e-icon_yt{
  background-image: url(/img/btn-yt.png);
}
.e-icon_yt::after {
  content: "";
  background-image: url(/img/btn-yt-w.png);
  opacity: 0;
}
.e-icon_yt:hover {
  background-image: url(/img/btn-yt-w.png);
}

.e-icon_menu {
  background-image: url(/img/btn-menu.png);
}
.e-icon_menu:hover {
  transform: scale(1.1);
}

.e-icon_menuClose {
  background-image: url(/img/btn-menuClose.png);
}
.e-icon_menuClose:hover {
  transform: scale(1.1);
}

.e-icon_local {
  background-image: url(/img/icon-local.png);
}

.e-icon_local_w {
  background-image: url(/img/icon-local_w.png);
}

.e-icon_phone {
  background-image: url(/img/icon-phone.png);
}

.e-icon_componey {
  background-image: url(/img/icon-componey_w.png);
}

.e-icon_r {
  background-image: url(/img/icon-r.png);
}

.e-icon_x {
  background-image: url(/img/icon-x.png);
}

.e-icon_b {
  background-image: url(/img/icon-b.png);
}

.e-icon_u {
  background-image: url(/img/icon-u.png);
}

.e-icon_arrow {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/img/btn-arrow-bk-s.png);
}
.e-icon_arrow::after {
  content: "";
  background-image: url(/img/btn-arrow-w-s.png);
}
@media (max-width: 768px) {
  .e-icon_arrow {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 500px) {
  .e-icon_arrow {
    width: 10px;
    height: 10px;
  }
}

*:hover > .e-icon_arrow {
  background-image: url(/img/btn-arrow-w-s.png);
}

.l-menuBox_phone .e-menuItem {
  width: 100%;
  background: transparent;
  text-align: center;
}
.l-menuBox_phone .e-menuItem .e-subMenu_phone {
  height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.l-menuBox_phone .e-menuItem:hover {
  background: #000;
}
.l-menuBox_phone .e-menuItem:hover .e-subMenu_phone {
  height: 100%;
}

.l-menuBox_phone .e-menuTxt {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background: transparent;
}

.e-articalTitle {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .e-articalTitle {
    margin-bottom: 20px;
  }
}

.e-articalTitle_left {
  text-align: left;
}

.e-articalSubtitle {
  padding-left: 12px;
  margin-bottom: 10px;
}
.e-articalSubtitle::before {
  content: "";
  width: 2px;
  height: 18px;
  background: #C8005D;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}
.e-articalSubtitle_blue::before {
  background: #0027A2;
}

.e-articalSubtitle h4 {
  font-size: 18px;
}

.e-articalSubtitle_white {
  color: #fff;
}
.e-articalSubtitle_white::before {
  background: #fff;
}

.e-productCardBox {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  display: inline-block;
}
.e-productCardBox .e-cardTitle {
  font-weight: 500;
  margin: 10px 0;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.e-productCardBox .e-cardTxt {
  font-weight: 300;
  width: 100%;
  height: 130px;
  text-align: justify;
}

.e-productImgBox {
  width: 100%;
  height: 350px;
}
.e-productImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide-active .e-productCardBox,
.e-productCardBox:hover {
  background: #E2E1DD;
}
.swiper-slide-active .e-productCardBox img,
.e-productCardBox:hover img {
  width: 120%;
  height: 120%;
}
.swiper-slide-active .e-productCardBox .e-cardTitle,
.e-productCardBox:hover .e-cardTitle {
  font-weight: 700;
}
.swiper-slide-active .e-productCardBox .e-cardTxt,
.e-productCardBox:hover .e-cardTxt {
  font-weight: 400;
}

.e-brandCardBox {
  padding: 35px 25px;
  border-bottom: 2px solid #E2E1DD;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.e-brandCardBox:last-child {
  border-bottom-color: transparent;
}
@media (max-width: 500px) {
  .e-brandCardBox {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .e-brandCardBox:first-child {
    padding-top: 0px;
  }
  .e-brandCardBox:last-child {
    padding-bottom: 0;
  }
}

.e-bardImgBox {
  width: 440px;
  height: 130px;
  margin-bottom: 20px;
  max-width: 100%;
}
.e-bardImgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 500px) {
  .e-bardImgBox {
    height: 100px;
    margin-bottom: 10px;
  }
}

.e-brandTxtBox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}

.e-brandTxt {
  text-align: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.e-card {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #fff;
}
@media (max-width: 1200px) {
  .e-card {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: space-between;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .e-card {
    padding: 15px;
  }
}

.e-card_s {
  /* width: calc(50% - 7.5px);
  margin-bottom: 15px; */
  height: 220px;
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  flex-direction: column;
}
/* .e-card_s:nth-child(2n) {
  margin-left: 15px;
} */
@media (max-width: 1200px) {
  .e-card_s {
    height: 260px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .e-card_s {
    height: auto;
    width: 100%;
    margin-left: 0 !important;
  }
}
.e-photoCard{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(50% - 7.5px);
  width: calc(50% - 7.5px);
  margin-bottom: 15px;
}
.e-photoCard:nth-child(2n) {
  margin-left: 15px;
}
@media (max-width: 1000px) {
  .e-photoCard{
    width: 100%;
  }
  .e-photoCard:nth-child(2n) {
    margin-left: 0;
  }
}
.e-cardPhotoBox{
  width: 100%;
  padding-top: calc(100% * 9 / 16);
}
.e-cardPhotoBox img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  /* background: #000; */
}

.e-cardTitleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .e-cardTitleBox {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 15px;
  }
  .e-cardTitleBox .e-cardTitle{
    margin-bottom: 10px;
  }
}

.e-cardTxt_s {
  max-width: calc(100% - 36px);
  color:#000;
}

.e-page {
  display: inline-block;
  font-size: 16px;
  min-width: 26px !important;
  min-height: 26px;
  border-radius: 50px;
  background: transparent;
  color: #000;
  text-align: center;
  padding: 5px;
  margin: 0 5px;
}
.e-page:hover, .e-page.e-page_activity {
  background: #000;
  color: #fff;
}
.e-page .e-icon_arrow {
  width: 18px;
  height: 16px;
}

.e-page_lg {
  padding: 5px 10px;
  margin: 0 15px;
}


.e-inputStyle {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border-radius: 10px;
  background: #fff;
  border-width: 0;
  cursor: pointer;
}
.e-inputStyle::placeholder {
  color: #000;
}
@media (max-width: 500px) {
  .e-inputStyle {
    font-size: 14px;
  }
}

.e-inputBox-lg {
  width: 500px;
}
@media (max-width: 1200px) {
  .e-inputBox-lg {
    width: 100%;
    margin-bottom: 10px;
  }
}

.e-inputBox-md {
  width: 150px;
}
@media (max-width: 1200px) {
  .e-inputBox-md {
    width: calc(33% - 10px);
  }
}
.e-inputBox-address{
  width: 350px;
}
.e-inputBox-address-l{
  width: 520px;
}
@media (max-width: 1200px) {
  .e-inputBox-address {
    width: calc(67% - 10px);
  }
  .e-inputBox-address-l{
    width: 100%;
  }
}

.e-selectStyle {
  appearance: none;
  background-repeat: no-repeat;
  background-position: top 24px right 10px;
  background-size: 10px 5px;
  background-image: url(/img/icon-arrow.png);
  color: #000;
}
.e-selectStyle option{
  color: #000;
}
@media (max-width: 500px) {
  .e-selectStyle {
    background-position: top 20px right 10px;
  }
}

.e-btnGroup {
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* @media (max-width: 768px) {
  .e-btnGroup {
    margin-top: 0;
  }
} */
.e-btnGroup_cookie{
  flex-direction: column;
  margin-top: -10px;
  margin-left: 30px;
}
.e-btnGroup_cookie .e-btn{
  margin-top: 10px;
}
@media (max-width:768px) {
  .e-btnGroup_cookie{
    margin-left: 0;
  }
  .e-btnGroup_cookie .e-btn{
    margin-top: 10px;
  }
}
@media (max-width:500px) {
  .e-btnGroup_cookie{
    flex-direction: column;
  }
}

.e-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  min-width: 100px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .e-btn {
    font-size: 16px;
    padding: 10px 20px;
    min-width: 80px;
  }
}
@media (max-width: 500px) {
  .e-btn {
    font-size: 14px;
    min-width: 60px;
    padding: 10px 10px;
  }
}

.e-btn_md {
  padding: 10px 20px;
}
@media (max-width: 500px) {
  .e-btn_md {
    padding: 10px;
  }
}
.e-btn_sm {
  padding: 0px 5px;
  font-size: 14px;
  border-radius: 5px!important;
  width: 180px;
}

.e-btn_primary {
  border-radius: 50px;
  border-width: 0;
  background: #000;
  color: #fff;
}
.e-btn_primary:hover {
  background: #008083;
}

.e-btn_secondary {
  border-radius: 50px;
  border-width: 0;
  background: transparent;
  color: #000;
}
.e-btn_secondary:hover {
  background: #008083;
  color: #fff;
}
.e-btn_secondary:hover .e-icon_arrow {
  background-image: url(/img/btn-arrow-w-s.png);
}

.e-btn_third {
  border-radius: 50px;
  border-width: 0;
  background: #008083;
  color: #fff;
  padding: 12px 20px;
  margin: 0 10px;
  border-radius: 10px;
}
.e-btn_third:hover {
  background: #000;
  color: #fff;
}
.e-btn_third:hover .e-icon_arrow {
  background-image: url(/img/btn-arrow-w-s.png);
}

.e-btn_four {
  border-radius: 50px;
  border-width: 0;
  background: #000;
  color: #fff;
  font-size: 16px;
}
.e-btn_four:hover {
  background: #fff;
  color: #000;
}

.e-btn_five {
  border-radius: 50px;
  border-width: 0;
  background: #fff;
  color: #000;
}
.e-btn_five:hover {
  background: #000;
  color: #fff;
}

.e-btn_border {
  border: 1px solid #008083;
  border-radius: 50px;
  color: #000;
  margin: 10px;
}
.e-btn_border:hover {
  background: #008083;
  color: #fff;
}
@media (max-width: 1200px) {
  .e-btn_border {
    margin: 5px;
  }
}
@media (max-width: 768px) {
  .e-btn_border {
    margin: 2px;
  }
}
@media (max-width: 1200px) {
  .e-searchBtn{
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
  }
}


.e-photo {
  height: 250px;
  margin-bottom: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .e-photo {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .e-photo {
    height: 300px;
  }
}
.e-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.e-photo p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.e-photo_lg {
  width: 480px;
}
@media (max-width: 1200px) {
  .e-photo_lg {
    width: 100%;
  }
}

.e-photo_md {
  width: 315px;
}
@media (max-width: 1200px) {
  .e-photo_md {
    width: calc(50% - 15px);
  }
}
@media (max-width: 600px) {
  .e-photo_md {
    width: 100%;
  }
}

.e-tagBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  max-width: 454px;
  background: #fff;
  color: #000;
}
.e-tagBox p {
  color: #0027A2;
}
@media (max-width: 600px) {
  .e-tagBox {
    flex-direction: column;
    max-width: 160px;
    margin: 0 auto;
  }
}

.e-tagBox_pink {
  max-width: 605px;
  background: fff;
  color: #000;
}
.e-tagBox_pink p {
  color: #C8005D;
}
@media (max-width: 600px) {
  .e-tagBox_pink {
    max-width: 200px;
    margin: 0 auto;
  }
}

.e-iframeBox {
  width: 100%;
  padding-top: 56.25%;
  margin-top: 60px;
}
.e-iframeBox iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.e-error {
  color: red;
  font-size: 14px;
}

.h-mb0 {
  margin: 0 !important;
}

.h-mb10 {
  margin-bottom: 10px;
}

.h-mb20 {
  margin-bottom: 20px;
}

.h-mb36 {
  margin-bottom: 36px;
}

.h-mb40 {
  margin-bottom: 40px;
}

.h-mr5 {
  margin-right: 5px;
}

.h-mr10 {
  margin-right: 10px;
}

.h-mr20 {
  margin-right: 20px;
}

.h-ml10 {
  margin-left: 10px;
}

.h-flex{ display: flex;}

.h-flex_start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.h-flex-aicenter {
  display: flex;
  align-items: center;
}

.h-flex_end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.h-flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-flex_column {
  flex-direction: column;
}

.h-items_start {
  align-items: start;
}

.h-shrink {
  flex-shrink: 0;
}

.h-fw700 {
  font-weight: 700;
}

.h-txt14 {
  font-size: 14px !important;
}

.h-scaleX {
  transform: scaleX(-100%);
}

.h-w60 { width: 60%; }
.h-w60 iframe{ width: 100%; height: 40vh;}
.h-w80 { width: 80%; }

.h-w290 {
  width: 290px;
  text-align: justify;
}

.h-maxw850 {
  max-width: 850px;
}

.h-overflowX_hidden {
  overflow-x: hidden;
}

.h-overflow_hidden {
  overflow: hidden;
}

.h-hidden{
  opacity: 0;
}

.headerSwiperBox {
  width: 100vw;
  padding-top: 35%;
}
.headerSwiperBox .headerSwiper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.headerSwiperBox .headerSwiper .swiper-slide .headerImg.headerImg_movie {
  object-fit: contain;
  background: #000;
}
@media (max-width: 768px) {
  .headerSwiperBox {
    padding-top: 50%;
  }
  .h-w60 iframe{ width: 100%; height: 30vh;}
}

.brandSwiperBox {
  width: 100vw;
  padding-top: 35%;
}
.brandSwiperBox .brandSwiper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.headerImg, .brandImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .headerImg-h {
    display: none;
  }
}

.headerImg-v {
  display: none;
}
@media (max-width: 768px) {
  .headerImg-v {
    display: block;
  }
}

.headerAni-v {
  object-fit: contain;
  background: #000;
}

.headerPagenation, .brandPagenation {
  position: absolute;
  bottom: 20px !important;
}
.headerPagenation .swiper-pagination-bullet, .brandPagenation .swiper-pagination-bullet {
  opacity: 1 !important;
  background: #fff !important;
}
.headerPagenation .swiper-pagination-bullet-active, .brandPagenation .swiper-pagination-bullet-active {
  background: #008083 !important;
}
@media (max-width: 768px) {
  .headerPagenation, .brandPagenation {
    bottom: 15px !important;
  }
}
@media (max-width: 500px) {
  .headerPagenation, .brandPagenation {
    bottom: 10px !important;
  }
}

.productSwiperBox {
  width: 100%;
  height: 640px;
}

.shopSwiperBox {
  width: 100%;
  height: 278px;
}
@media (max-width: 1200px) {
  .shopSwiperBox {
    height: 308px;
  }
}
@media (max-width: 400px) {
  .shopSwiperBox {
    height: 338px;
  }
}

.productSwiper, .shopSwiper {
  width: 100%;
  height: calc(100% - 58px);
}

.productPrev, .productNext, .shopPrev, .shopNext {
  width: 63px !important;
  height: 38px !important;
  color: transparent !important;
  top: -15px !important;
  z-index: 1;
}

.productPrev .e-swiperArrow,
.shopPrev .e-swiperArrow {
  transform: scaleX(-100%);
}

.e-swiperArrow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/img/btn-arrow-bk.png);
}
.e-swiperArrow::after {
  content: "";
  background-image: url(/img/btn-arrow-w.png);
}
.e-swiperArrow:hover {
  background-image: url(/img/btn-arrow-w.png);
}

.productPagenation.swiper-pagination,
.shopPagenation.swiper-pagination {
  z-index: 0;
  font-weight: 300;
}
.productPagenation.swiper-pagination .swiper-pagination-current,
.shopPagenation.swiper-pagination .swiper-pagination-current {
  font-weight: 700 !important;
}

.swiperControl {
  width: 235px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 117.5px);
}

.brandInfoBox {
  min-height: calc(100vh - 125px - 56.25vw - 106px - 80px);
}

.ultherTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ultherImg {
  width: 100%;
  object-fit: contain;
  object-position: center top;
}

.decImg1 {
  width: 500px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-image: url(/img/actor1.png);
  position: absolute;
  bottom: 0;
  right: 55px;
}
@media (max-width: 1600px) {
  .decImg1 {
    width: 430px;
    height: 540px;
  }
}
@media (max-width: 1200px) {
  .decImg1 {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 500px) {
  .decImg1 {
    height: 400px;
    background-position: center;
  }
}

.decImg2 {
  width: 780px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-image: url(/img/actor2.png);
  position: absolute;
  bottom: 0;
  right: -140px;
}
@media (max-width: 1700px) {
  .decImg2 {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .decImg2 {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 500px) {
  .decImg2 {
    height: 450px;
    background-position: center;
  }
}

.decImg3 {
  width: 815px;
  height: 515px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  background-image: url(/img/bg-dec1.png);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .decImg3 {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .decImg3 {
    height: 300px;
  }
}

.decImg4 {
  width: 625px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  background-image: url(/img/bg-dec2.png);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .decImg4 {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .decImg4 {
    height: 200px;
  }
}

.decImg5 {
  width: 665px;
  height: 455px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-image: url(/img/actor3.png);
  position: absolute;
  bottom: 0;
  right: -95px;
}
@media (max-width: 1600px) {
  .decImg5 {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .decImg5 {
    right: auto;
    left: calc(50% + 70px);
    transform: translateX(-50%);
  }
}
@media (max-width: 500px) {
  .decImg5 {
    height: 350px;
    background-position: center;
    left: calc(50% + 50px);
    transform: translateX(-50%);
  }
}

.decImg6 {
  width: 570px;
  height: 387px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-image: url(/img/bg-dec3.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .decImg6 {
    height: 300px;
  }
}

.mask, .mask-statement {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  width: 10px;
  height: 100px;
  margin: 0 15px;
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 20px;
  animation: loadimg 1s ease-in-out infinite;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.loading:nth-child(1) {
  animation-delay: -0.666666s;
}
.loading:nth-child(2) {
  animation-delay: -0.333333s;
}

@keyframes loadimg {
  0% {
    height: 100px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 100px;
  }
}
.onMask {
  overflow: hidden;
}

.vedioBox{
  width: 100%;
  padding-top: calc(100% * 9 / 16);
  margin-top: 20px;
}
.vedio{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imgSet img{
  width: 100% !important;
}

.l-lb{
  width: 60%;
  height: 80%;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 60px 20px;
  position: relative;
}
.l-lb_box{
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.l-lb_x{
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  background-size: contain;
  cursor: pointer;
}
.l-lb img{ width: 100%; }
@media (max-width: 1200px){
  .l-lb{
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 800px){
  .l-lb{
    width: 90%;
    height: 80%;
  }
}
@media (max-width: 500px){
  .l-lb{
    width: calc(100% - 40px);
    height: auto;
    max-height: 80%;
    padding: 60px 10px 40px;
  }
  .l-lb_x{
    width: 30px;
    height: 30px;
  }
}


/*  # 20241106 再生針 ----------------------------------------------------

    - 深藍: #173757
    - 綠色: #00A7C9
    - 藍色: #26528C
 */

.l-wrap{ width: 100%; }
/* 原本的 l-kv
.l-kv{ 
  width: 100%;
  height: calc(100vh - 106px);
  display: block; 
  position: relative;
  .imgTb{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .imgMobile{ display: none;}
} */
.l-kv{ 
  width: 100%;
  height: calc(100vh - 106px);
  display: block; 
  position: relative;
  background: linear-gradient(to right, #0B2848, #0C365C);
  .imgTb{ 
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .imgMobile{ display: none;}
}
@media (max-width: 1600px){
  .l-kv .imgTb{ 
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: unset;
      position: absolute;
      top: 0;
      left: 0;
      transform: unset;
  }
}
@media (max-width: 1520px){
  .l-kv{ background: #173757; }
  .l-kv .imgTb{ object-position: top; object-fit: contain; }
}
@media (max-width: 1440px){
  /* .l-kv{ height: calc(100vh - 150px); } */
  .l-kv .imgTb{ object-fit: contain; }
}
@media (max-width: 1200px){
  .l-kv{ 
    width: 100%;
    height: auto;
    display: block; 
    position: relative;
    .imgTb{ display: none;}
    .imgMobile{ display: block; width: 100%;}
  }
}
.l-kv_title{ color: transparent; position: absolute; z-index: -1; }
.l-reset{ background: #173757; }
.l-reset h3 {
  font-size: 42px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 20px;
}
.l-reset p {
  font-size: 1.5em;
  color: #FFF;
}
.l-reset_year{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 20px;
}
.l-reset_year h2{
  font-size: 60px;
  font-weight: bold;
  color: #FFF;
  word-break: keep-all;
  margin-left: 40px;
}
.l-reset_year img{ width: 18%; }
@media (max-width: 1300px) {
  .l-reset h3 { font-size: 36px; }
  .l-reset p { font-size: 1.2em; }
  .l-reset_year h2{ font-size: 48px; }
}
@media (max-width: 1060px) {
  .l-reset h3 { font-size: 32px; }
  .l-reset_year h2{ font-size: 36px; }
  .h-w60{ width: 55% !important; }
}
@media (max-width: 800px) {
  .h-w60{ width: 100% !important; margin-top: 30px; }
  .l-reset_year h2{ font-size: 26px; margin-left: 10px; }
  .l-reset_year{ margin: 20px 0; }
  .l-reset_year img{ width: 25%; }
}

.l-intro{ width: 100%; }
/* .e-block_btw ul{ padding-top: 5%; } */
.l-intro_l{ width: 40%; }
.l-intro_l img{ width: 100%; }
.l-intro_l li{
  font-size: 2.3em;
  font-weight: bold;
  line-height: 1.6;
  list-style: disc;
  color: #00A7C9;
  margin-left: 48px;
}
.l-intro_r{
  width: 55%;
  /* padding-top: 20px; */
}
.l-intro_btw{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.l-introGroup{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
}
.l-introGroup_txt{
  width: 100%;
  max-width: 220px;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #173757;
  padding: 15px 0;
}
.l-introGroup_plus{
  height: 100%;
  font-size: 60px;
  font-weight: bold;
  margin-top: -60px;
}
.l-introGroup_circle{
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 2px 1px 15px rgba(15, 24, 68, .3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-introGroup_circle p{
  color: #173757;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.l-introGroup_circle p:first-child{
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0;
}
.l-introGroup_circle span { font-size: 0.6em; }
.l-intro_bt{
  width: 100%;
  padding: 0 30px;
  margin-top: 20px;
}
.l-intro_bt p{
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  background: #173757;
  text-align: center;
  padding: 8px 14px;
  border-radius: 12px;
}
.l-intro_caha{
  width: 45%;
  text-align: center;
}
.l-intro_caha p{ font-size: 24px; color: #173757; }
.l-intro_caha_tit{
  font-size: 36px !important;
  font-weight: bold;
  letter-spacing: normal;
  margin-top: 20px;
}
.l-intro_caha img{ width: 100%; }
.l-intro_caha_r{
  width: 50%;
  padding-top: 40px;
}
.l-intro_caha_r img{ width: 100%; }
@media (max-width: 1300px) {
  .l-introGroup_circle p{ font-size: 18px; }
  .l-introGroup_circle p:first-child{ font-size: 4.6rem; }
  .l-introGroup_plus{ font-size: 48px; }
  .l-introGroup_txt{ height: 80px; font-size: 18px; padding: 15px 0 0; }
  .l-intro_bt{ margin-top: 10px; }
  .l-intro_bt p{ font-size: 20px; }
  .l-intro_caha_tit{ font-size: 26px !important; }
  .l-intro_caha p{ font-size: 22px; }
}
@media (max-width: 1060px) {
  .l-intro_l{ width: 38%; }
  .l-intro_r{
    width: 60%;
    padding-top: 20px;
  }
  .l-introGroup{ padding: 10px; }
  .l-introGroup_circle p{ font-size: 16px; }
  .l-introGroup_circle p:first-child{ font-size: 3.6rem; }
  .l-introGroup_plus{ font-size: 42px; /* margin-top: -60px; */ }
  .l-introGroup_txt{ height: 80px; font-size: 16px; padding: 10px 0 0; }
  .l-intro_bt{
    padding: 0 20px;
    margin-top: 0px;
  }
  .l-intro_bt p{ padding: 6px 12px; font-size: 16px; }
  .l-intro_l li{ font-size: 2em; }
  .l-intro_caha_tit{ font-size: 22px !important; }
  .l-intro_caha p{ font-size: 18px; }
}
@media (max-width: 800px) {
  .l-intro_btw{ margin-top: 20px; }
  .l-intro_l{ width: 80%; margin: 0 auto; }
  .l-intro_l li{ font-size: 1.6em; }
  .l-intro_r{
    width: 100%;
    padding-top: 30px;
  }
  .l-introGroup{ padding: 0px; }
  .l-introGroup_txt{ height: 66px; font-size: 14px; letter-spacing: normal; }
  .l-introGroup_plus{ font-size: 36px; padding: 0 8px; }
  .l-intro_bt{ padding: 0; }
  .l-intro_bt p{ padding: 5px 10px; font-size: 15px; border-radius: 8px; }
  .h-w80{ width: 100%; }
  .l-intro_caha{ width: 90%; }
  .l-intro_caha_r{ width: 100%; padding: 30px 0 40px; }
  .l-intro_caha_tit{ font-size: 20px !important; }
  .l-intro_caha p{ font-size: 16px; }
}
@media (max-width: 460px) {
  .l-intro_l{ width: 80%; }
  .l-intro_r{ padding-top: 15px; padding-bottom: 30px; }
  .l-intro_l li{ margin-left: 0px; }
  .h-w80{ width: 100%; margin: 10px 0 30px;}
}


.l-key{
  width: 100%;
  display: flex;
  align-items: center;
}
.l-key_l{ 
  width: 40%; 
  height: calc(100vh - 180px);
  display: block; 
  overflow: hidden;
}

.l-key_l img{ 
  width: 100%;
  height: 100%;
  display: block; 
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: left top;
}
.l-key_r{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:center;
  width: 60%;
  padding: 0 3%;
}


.l-key_box{
  width: 28%;
  text-align: center;
  margin-bottom: 50px;
  margin-right: 30px;
}
.l-key_box:last-child,.l-key_box:nth-child(3){ margin-right: 0;}
.l-key_box:nth-child(4),.l-key_box:nth-child(5){ margin-bottom: 0;}

/* .l-key_box img{ width: 62%; } */
.l-key_box_item{
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 4px solid #AEDDF0;
  border-radius: 28px;
  color: #00A7C9;
}
.l-key_box_add{font-size: 1.5em;font-weight: bolder;}
.l-key_box_title{ font-size: 3vw;font-weight: bolder;}
.l-key_box_txt{ font-size: 2.2vw;}
.l-key_box_sTxt{ font-size: 18px;}
.l-key_box p{ color:#173757; font-size: 1.4em; line-height: 1.4; }
.l-key_box p:nth-child(2){
  font-size: 1.8vw;
  font-weight: bold;
  color: #173757;
  margin-top: 10px;
}
.l-key_box_end{ display: flex; align-items: flex-end;}

/* @media (max-width: 1300px) {
  .l-key_l{ width: 65%; }
  .l-key_r{ width: 35%; padding: 20px 20px 0px; }
  .l-key_box{ margin-bottom: 20px; }
  .l-key_box_item{ width: 80%;}
  .l-key_box p{ font-size: 1.4em; }
  .l-key_box p:nth-child(2){ font-size: 1.6em; margin-top: 5px;}
} */
/* @media (max-width: 1060px) {
  .l-key_r{ width: 35%; padding: 0px 20px 0px; }
  .l-key_box{ margin-bottom: 15px; }
  .l-key_box p{ font-size: 1.2em; }
  .l-key_box p:nth-child(2){ font-size: 1.4em;}
} */
@media (max-width: 1200px) {
  .l-key{ flex-direction: column-reverse; }
  .l-key_l{ width: 100%; height: calc(100vh - 60px);}
  .l-key_r{width: 100%; justify-content: space-between; align-items: flex-start; padding: 20px;}
  .l-key_box{
    width: 48%;
    text-align: center;
    margin-bottom: 3%;
    margin-right: 0;
    border-radius: 20px;
  }
  .l-key_box_add{font-size: 2em;}
  .l-key_box_title{ font-size: 10vw;}
  .l-key_box_txt{ font-size: 2em;}
  .l-key_box p{ color:#173757; font-size: 1.2em; }
  .l-key_box p:nth-child(2){ font-size: 1.2em;}
}

.l-effect{
  width: 100%;
  height: calc(100vh - 105px);
  background: #006CA5;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: -5px;
}
.l-effect_pic{
  width: 80%;
  display: block;
}
.l-effect_pic img{ 
  width: 100%; 
  height: 100%; 
  display: block; 
  object-fit: cover; 
  object-position: left top; 
}
.l-effect_l{
  width: 40%;
  position: absolute;
  top: 8%;
  left: 15%;
  z-index: 1;
}
.l-effect_list{
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.l-effect_circle{
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px;
}
.l-effect_circle::after{
  content: '';
  border: 2px solid #fff;
  border-radius: 50%;
  width: 90%;
  aspect-ratio: 1/1;
  position: absolute;
}
.l-effect_circle h3 {
  font-size: 2vw;
  font-weight: bold;
  color: #FEEEBA;
  text-shadow: 0 0 8px #26528C;
}
.l-effect_circle p {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
  text-shadow: 0 0 8px #26528C;
}
.l-effectMb{ display: none;}
@media (max-width: 1300px) {
  .l-effect_pic{ width: 86%; }
  .l-effect_list{ flex-direction: row;}
  .l-effect_l{
    width: 48%;
    top: 6%;
    left: 8%;
  }
  .l-effect_circle{ max-width: 220px; margin: 10px;}
  .l-effect_circle h3 { font-size: 2vw; }
  .l-effect_circle p { font-size: 1em; line-height: 1.4;}
}
@media (max-width: 1060px) {
  .l-effect{height: calc(100vh - 60px);}
  .l-effect_pic{ width: 98%; }
  .l-effect_l{
    width: 48%;
    top: 4%;
    left: 6%;
  }
  .l-effect_list{ margin-top: 10px; }
  .l-effect_circle{ max-width: 190px; margin: 8px;}
  /* .l-effect_circle h3 { font-size: 1.8em; } */
  .l-effect_circle p { font-size: 1.1em;}
}
@media (max-width: 800px) {
  .l-effect{ display: none;}
  .l-effectMb{ 
    display: block;
    width: 100%;
    height: calc(100vh - 66px);
    position: relative;
  }
  .l-effectMb img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center -2px;

  }

  /* .l-effect{ flex-direction: column; justify-content: center; }
  .l-effect_list{  flex-direction: row; }
  .l-effect_l{
    width: 100%;
    position: unset;
    padding: 20px;
  }
  .l-effect_circle{ max-width: calc((100% - 30px) / 3); margin: 5px; margin-bottom: 30px;}
  .l-effect_circle::after{ max-width: 26vw; }
  .l-effect_circle h3 { font-size: 24px; }
  .l-effect_circle p { font-size: 16px; letter-spacing: normal; font-weight: normal; }
  .l-effect_pic{ width: 100%; } */
}
@media (max-width: 560px) {
  .l-effect_circle::after{ max-width: 25vw; }
  .l-effect_circle h3 { font-size: 18px; }
  .l-effect_circle p { font-size: 14px; }
}
@media (max-width: 400px) {
  .l-effect_l{ padding: 6px; }
  .l-effect_l .e-title{ padding: 14px; padding-bottom: 0; }
  .l-effect_circle{ max-width: calc((100% - 30px) / 3); margin: 10px 4px; margin-bottom: 35px;}
  .l-effect_circle::after{ max-width: 27vw; }
}

.e-block .l-toolbar{ width: 100%; flex-wrap: nowrap; margin: 20px 0; }
.e-block .e-searchBtn{ margin: 0; }
.e-block .e-btn_primary{ border-radius: 0; width: 240px; font-weight: normal; padding: 6px 15px; }
.e-block .e-btn_primary img{ width: 18px; }
.e-block .e-inputBox-address{ width: 50%; }
.e-block .e-selectStyle{
  width: 100%;
  background-image: url('/img/icon_arrow.svg');
  background-size: 18px 10px;
  background-position: top 14px right 10px;
}
.e-block .e-inputStyle{
  width: 100%;
  border: 1px solid #173757;
  border-radius: 0;
  padding: 6px 10px;
}
.e-block .e-inputStyle::placeholder { color: #969696; }
.l-toolbar_list{ width: 100%; }
.l-toolbar_lis_item{ display: flex; border-bottom: 1px solid #ddd;}
.l-toolbar_list_title{ width: 22em; margin-right: 10px;}
.l-toolbar_list_phone{ width: 15em;}
.l-toolbar_list p{
  font-size: 18px;
  color: #173757;
  padding: 8px;
}
.l-toolbar_list p:last-child{ border-bottom: none; }
@media (max-width: 1300px) {
  .e-block .e-inputBox-address{ width: 80%; }
  .l-toolbar_lis_item{ flex-wrap: wrap;}
  .l-toolbar_list_title,.l-toolbar_list_phone{width: 100%;}
}
@media (max-width: 800px) {
  .e-block .e-inputBox-address{ width: 100%; margin-bottom: 10px; margin-right: 0; }
  .e-block .l-toolbar{ flex-wrap: wrap; margin: 20px 0; }
  .e-block .e-searchBtn{ width: 100%; }
  .e-block .e-inputBox-lg{ margin-right: 0; }
}

.l-ingredient{
  width: 100%;
  background: #173757;
  padding: 40px 60px;
}
.l-ingredient ul, .l-ingredient p{
  font-size: 14px;
  color: #FFF;
  line-height: 1.6;
  list-style-type: decimal;
}
.l-ingredient li{margin-left: 24px;}
.h-type-disc{ list-style-type: disc !important; }
@media (max-width: 800px) {
  .l-ingredient{ padding: 20px; }
  .l-toolbar_list span { display: block; }
}

/* -------------------- */
.e-block{
  width: 100%;
  padding: 60px;
}
.e-block--pt{  padding-top: 120px; }
.e-block_w{
  max-width: 1300px;
  margin: 0 auto;
}
.e-block_btw{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.e-title {
  font-size: 3.5em;
  font-weight: bold;
  line-height: 1.2;
  color: #173757
}
.e-title span { color: #00A7C9; font-size: 1.4em;}
.e-subTitle {
  font-size: 1.5em;
  color: #173757;
  margin-left: 10px;
}
.e-subTitle--noml{ margin-left: 0;}
@media (max-width: 1300px) {
  .e-block_w{ max-width: 100%; }
  .e-title { font-size: 3em; }
  .e-subTitle { font-size: 1.8em; margin-left: 5px; }
}
@media (max-width: 1060px) {
  .e-block{ padding: 40px; }
  .e-block--pt{  padding-top: 100px; }
  .e-title { font-size: 3.4em; }
  .e-subTitle { font-size: 16px; margin-left: 3px; margin-top: 5px; }
}
@media (max-width: 800px) {
  .e-block{ padding: 20px; }
  .e-block--pt{  padding-top: 80px; }
  .e-block_btw{ flex-direction: column !important; padding: 0; }
  .e-title { font-size: 2em; }
  .e-subTitle { font-size: 1.1em; margin-left: 2px; white-space: pre-wrap;}
}
@media (max-width: 460px) {
  .e-block{ padding: 30px 20px; }
  .e-block_btw{ flex-direction: column !important; padding: 0; }
}
.h-mt20{ margin-top: 20px; }
.h-mt40{ margin-top: 40px; }
.h-pd0{ padding: 0; }
.h-pb0{ padding-bottom: 0; }
.h-txt--w{ color: #FFF; }
.h-txt--c{ text-align: center; }

.img_mb{ display: none;}
@media (max-width: 800px) {
  .img_mb{ display: block; margin-top: 20px;}
  .l-intro_caha{ display: none;}
}

.mobile{ display: none;}
@media (max-width: 800px) {
  .mobile{ display: block;}
  .table{ display: none;}
}



/* ---------------------------------------------------------- */
.l-doctor_kv,
.l-doctor_kv img {
  display: block;
  width: 100%;
}

.l-searchBar{
  width: calc(100% - 20px);
  background: #FFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 40px 10px;
}
.l-searchBar_wrap{
  width: 100%;
  display: flex;
}
.l-searchBar_btn{
  width: 90px;
  max-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #000;
  color: #fff;
  word-break: keep-all;
}
.l-searchBar_btn img{ width: 20px; margin-left: 5px; }

.l-searchBar_input { border: #F6D47A 2px solid; }
.l-searchBar_select {
  max-width: 160px;
  appearance: none;
  background-repeat: no-repeat;
  background-position: top 18px right 10px;
  background-size: 16px 10px;
  background-image: url(/img/icon_arrow.svg);
  color: #000;
  border: #F6D47A 2px solid;
}
.l-searchBar_select option{ color: #000; }

.l-doctor{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.l-doctor_item{
  width: calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 10px;
}
.l-doctor_item_pic{
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #E8EDF3;
}
.l-doctor_item_pic img{
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
}
.l-doctor_item p{
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.l-doctor_item a{
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.l-doctor_tag{
  width: 98%;
  background: #D2D2D3;
  border-radius: 10px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px;
  word-break: keep-all;
}
.l-doctor_tag:nth-child(2){ margin-left: 5px; }
.l-doctor_tag--prime{
  color: #F1AC00;
  background: #000;
  word-break: keep-all;
  white-space: nowrap;
}
.l-doctor_txt{
  width: 100%;
  font-size: 14px;
  color: #D2D2D3;
  text-align: center;
}

.l-primeClinic{
  width: calc(100% - 20px);
  background: #fff;
  border-radius: 20px;
  text-align: left;
  padding: 20px;
  margin: 0 10px 20px;
}
.l-primeClinic .l-toolbar_list_title{ width: 18em; }
.l-primeClinic .l-toolbar_list_title{ width: 12em; }
.l-primeClinic .l-toolbar_list .l-toolbar_lis_item p{ color: #000 !important; }

@media (max-width: 1060px) {
  .l-searchBar{ margin-top: 20px; }
  .l-searchBar_input { min-width: 240px; }
  .l-searchBar_select {  min-width: 100px; }
  .l-doctor{ margin-bottom: 40px; flex-wrap: wrap;}
  .l-doctor_item{
    width: calc((100% - 40px) / 2);
  }
  .l-primeClinic{ margin: 20px 10px; }
}
@media (max-width: 820px) {
  .l-searchBar{ flex-wrap: wrap; width: 100%; margin: 20px 0; }
  .l-searchBar_select{
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .l-doctor_item{
    width: 100%;
    margin: 10px 0;
  }
  .l-primeClinic{ width: 100%;  margin: 20px 0; }

  .l-doctor_tag{
    width: 100%;
    background: #D2D2D3;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    word-break: keep-all;
  }
}
@media (max-width: 400px) {
  .l-searchBar{ padding: 20px 15px; margin: 0; margin-bottom: 10px; }
  .l-searchBar_input{ width: calc(100% - 100px);  min-width: auto !important;}
  .l-searchBar_btn{ min-width: 80px !important; }
  .l-doctor{ margin-bottom: 0; }
}