@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2023 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Date: 2023/03 $ 
 * */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
body, html {
  margin: 0;
  padding: 0;
  font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
}

/*!
 * * 保留BS v3隱藏/顯示的樣式 https://getbootstrap.com/docs/3.4/customize/
 * * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * * Copyright 2011-2019 Twitter, Inc.
 * * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

[role=button] {
  cursor: pointer;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.disabled,
.disabled:hover {
  cursor: not-allowed;
}

img {
  max-width: 100%;
  height: auto;
}

video, embed, main iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* Header */
#header {
  padding: 2.5% 0;
  background: url(../images/nutritionist/header_line.png) center bottom no-repeat;
}
#header h1 {
  font-size: 0;
  color: transparent;
}
#header .logo {
  width: 567px;
  height: 137px;
  margin: 0 auto;
  background: url(../images/nutritionist/logo.png) no-repeat;
  background-size: contain;
}
#header .fixed-logo {
  position: fixed;
  width: 137px;
  height: 137px;
  top: 2%;
  left: -80px;
  z-index: 2;
  background: url(../images/nutritionist/logo_fixed.png) no-repeat;
  background-size: 80px;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
#header .fixed-logo.is-scroll {
  left: 1%;
}
#header .fixed-phone {
  position: fixed;
  width: 185px;
  height: 66px;
  top: 2%;
  right: -185px;
  z-index: 2;
  background: url(../images/nutritionist/phone_fixed.png) no-repeat;
  background-size: 185px;
  -webkit-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
#header .fixed-phone.is-scroll {
  right: 1%;
}
#header.scroll-view .fixed-logo.is-scroll {
  left: -80px;
}
#header.scroll-view .fixed-phone.is-scroll {
  right: -185px;
}

@media (max-width: 992px) {
  #header .logo {
    width: 300px;
    height: 72px;
  }
  #header .fixed-logo {
    left: -50px;
    background-size: 50px;
  }
  #header .fixed-logo.is-scroll {
    left: 1.5%;
  }
  #header .fixed-phone {
    width: 160px;
    right: -160px;
    background-size: 160px;
  }
  #header .fixed-phone.is-scroll {
    right: 1.5%;
  }
  #header.scroll-view .fixed-logo.is-scroll {
    left: -50px;
  }
  #header.scroll-view .fixed-phone.is-scroll {
    right: -160px;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 2.5% 0 3%;
  }
  #header .logo {
    width: 200px;
    height: 48px;
  }
  #header .fixed-logo.is-scroll {
    left: 2%;
  }
  #header .fixed-phone {
    width: 130px;
    right: -130px;
    background-size: 130px;
  }
  #header .fixed-phone.is-scroll {
    right: 2%;
  }
  #header.scroll-view .fixed-phone.is-scroll {
    right: -130px;
  }
}
/* footer */
#footer {
  padding: 3% 15px 1.5%;
  text-align: center;
  color: #000;
}
#footer p {
  font-size: 2.5rem;
  line-height: 1;
}
#footer p span {
  display: inline-block;
  vertical-align: middle;
}
#footer p span.color {
  position: relative;
  color: #50a9d6;
  padding-right: 30px;
}
#footer p span.color:after {
  position: absolute;
  content: url(../images/nutritionist/icon_line.png);
  width: 9px;
  height: 37px;
  font-size: 1.5rem;
  top: 0;
  right: 5px;
}
#footer p span.color:last-child:after {
  display: none;
}
#footer p span.number {
  font-size: 5.75rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.05em;
  padding-left: 10px;
}
#footer p span.number a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 991px) {
  #footer {
    padding: 5% 15px 3%;
  }
  #footer p {
    font-size: 1.85rem;
  }
  #footer p span.number {
    font-size: 4rem;
    margin-top: 5px;
  }
  #footer p span.color {
    margin-top: 10px;
  }
  #footer p span.color:after {
    top: -5px;
  }
  #footer p span.color:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 5% 15px 2%;
  }
  #footer p {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
  #footer p span.color {
    margin-top: 0;
    padding-right: 10px;
  }
  #footer p span.color:after {
    top: -3px;
    right: 0px;
    content: "";
    background: url("../images/nutritionist/icon_line.png");
    background-size: 5px 21px;
    width: 5px;
    height: 21px;
  }
  #footer p span.number {
    font-size: 2rem;
    margin-top: 0;
  }
}
.main-wrap {
  overflow: hidden;
}

.service .cont {
  position: relative;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 3% 0 0.5%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .cont:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 255px;
  left: 45%;
  bottom: -120px;
  z-index: 1;
  background: #5f5e5e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.service .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 690px;
}
.service .text .title {
  letter-spacing: 0.05em;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}
.service .text .txt span {
  position: relative;
  display: inline-block;
  font-size: 2.25rem;
  padding-right: 46px;
  color: #40b8f0;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.service .text .txt span:after {
  position: absolute;
  content: url("../images/nutritionist/icon_line.png");
  width: 9px;
  height: 37px;
  font-size: 1.5rem;
  top: 13px;
  right: 20px;
}
.service .text .txt span:nth-child(3) {
  padding-right: 0;
}
.service .text .txt span:nth-child(3):after {
  display: none;
}
.service .text .txt p {
  font-size: 1.875rem;
  letter-spacing: 0.19em;
  margin-bottom: 0;
  padding-right: 20px;
  color: #000;
}

@media (max-width: 1299px) {
  .service {
    padding: 3% 15px 4%;
  }
  .service .img {
    text-align: center;
  }
  .service .img img {
    max-width: 90%;
  }
  .service .text .title {
    font-size: 2.5rem;
  }
  .service .text .txt span {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .service .text .txt p {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .service .text .txt .text-right img {
    max-width: 300px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .service .cont {
    display: block;
  }
  .service .cont:before {
    left: 25%;
  }
  .service .img {
    text-align: center;
    margin-bottom: 15px;
  }
  .service .text {
    margin: 0 auto;
  }
  .service .text .title {
    font-size: 2.5rem;
  }
  .service .text .txt {
    text-align: center;
  }
  .service .text .txt span {
    font-size: 2rem;
    line-height: 1.2;
    padding-right: 25px;
  }
  .service .text .txt span:after {
    top: 0px;
    right: 8px;
  }
  .service .text .txt p {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .service .text .txt img {
    margin: 3% 0;
  }
}
@media (max-width: 767px) {
  .service {
    padding: 8% 15px 7%;
  }
  .service .img {
    margin: 0 auto 15px;
  }
  .service .cont:before {
    display: none;
  }
  .service .text .title {
    font-size: 1.5rem;
  }
  .service .text .txt span {
    font-size: 1.125rem;
  }
  .service .text .txt span:after {
    top: -10px;
  }
  .service .text .txt img {
    max-width: 50%;
  }
  .service .text .txt p {
    font-size: 1rem;
    margin-top: 5px;
    padding-right: 0;
  }
  .service .text .text-right {
    text-align: center !important;
  }
}
.team {
  overflow: hidden;
  padding: 3% 0 4.7%;
  background: #f6f5f5 url(../images/nutritionist/team_bg.jpg) 0 bottom no-repeat;
  background-size: contain;
}
.team .cont {
  position: relative;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 1% 0 0.5%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.team .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
}
.team .text .title {
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.team .text .item {
  width: 100%;
}
.team .text .item.text-right {
  margin-top: 5%;
  direction: rtl;
}
.team .text .item.text-right .txt {
  text-align: left;
}
.team .text .item > * {
  display: inline-block;
  vertical-align: middle;
}
.team .text .item .img {
  max-width: 210px;
}
.team .text .item .txt {
  font-size: 1.5rem;
  padding: 0 25px;
}
.team .text .item .txt p {
  color: #50a9d6;
  font-size: 2rem;
}
.team .text .item .txt span {
  display: block;
}
.team .text .item .txt sub {
  bottom: 0;
  font-size: 50%;
}
.team .text .item .cert {
  max-width: 260px;
}

@media (max-width: 1299px) {
  .team {
    padding-bottom: 25%;
    background: #f6f4f5 url(../images/nutritionist/team_bg_s.jpg) 0 bottom no-repeat;
    background-size: contain;
  }
  .team .cont {
    display: block;
    padding: 0 20px;
  }
  .team .text {
    margin: 0 auto;
  }
  .team .text .item.text-right {
    text-align: left !important;
  }
  .team .text .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .team {
    padding-bottom: 45%;
  }
  .team .text .title {
    font-size: 2.5rem;
  }
  .team .text .item .img {
    max-width: 150px;
  }
  .team .text .item.text-right {
    margin-top: 4%;
    padding-left: 20px;
  }
  .team .text .item .cert {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .team {
    padding: 8% 0 7%;
    background: #f6f4f5;
  }
  .team .text .title {
    font-size: 1.5rem;
  }
  .team .text .item .img {
    display: inline-block;
    vertical-align: top;
  }
  .team .text .item .txt {
    width: 50%;
    font-size: 1.125rem;
    padding: 0 15px;
  }
  .team .text .item .txt span {
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 1rem;
    margin-right: 10px;
  }
  .team .text .item .cert {
    max-width: 150px;
  }
  .team .text .item.text-right {
    margin-top: 6%;
    padding-left: 0;
  }
  .team .text .item.text-right .txt {
    text-align: center;
  }
  .team .text .item .txt p {
    font-size: 1.125rem;
    margin-bottom: 0.2rem;
  }
  .team .text .item .cert {
    margin: 5px auto 10px;
    text-align: center;
  }
  .team .text .item .cert img {
    margin: 0 auto;
  }
  .team .text .item.text-right {
    direction: ltr;
  }
  .team .text .item.text-right .txt {
    text-align: left;
  }
}
@media (max-width: 699px) {
  .team .text .item .img {
    max-width: 100px;
  }
}
@media (max-width: 549px) {
  .team .text .item .img {
    max-width: 80px;
  }
  .team .text .item .txt {
    width: calc(100% - 80px);
    padding-right: 0;
  }
  .team .text .item .cert {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}
.video {
  width: 100%;
  background: url(../images/nutritionist/tv_bg.png) 0 0 no-repeat;
}
.video .cont {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 0;
  padding: 6% 15px 5%;
  text-align: center;
}
.video a.popup-youtube {
  position: relative;
  margin: 0 15px;
  display: inline-block;
  width: calc(33.3333333333% - 30px);
  text-decoration: none;
  background: #000;
}
.video a.popup-youtube img {
  border: 3px solid #000;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.video a.popup-youtube p {
  color: #eee;
  font-size: 1.125rem;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 0;
}
.video a.popup-youtube .btn {
  opacity: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 43%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/nutritionist/play-button.png);
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video a.popup-youtube:hover img {
  opacity: 0.8;
}
.video a.popup-youtube:hover .btn {
  opacity: 1;
}

@media (max-width: 991px) {
  .video .cont {
    text-align: center;
    padding-bottom: 0;
  }
  .video a.popup-youtube {
    width: calc(50% - 30px);
    margin-bottom: 5%;
  }
  .video a.popup-youtube .btn {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .video {
    padding-top: 5%;
    padding-bottom: 0;
    background-size: cover;
  }
  .video .cont {
    padding: 6% 12% 3%;
  }
  .video a.popup-youtube {
    display: block;
    width: 100%;
    margin: 0 0 8%;
  }
  .video a.popup-youtube p {
    font-size: 1rem;
  }
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.7);
}

.mfp-zoom {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.98) translateY(10px);
      -ms-transform: scale(0.98) translateY(10px);
          transform: scale(0.98) translateY(10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s, -webkit-transform 0.3s ease-in-out;
}
.mfp-zoom.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}

.mfp-wrap .mfp-close,
.mfp-wrap button.mfp-close {
  cursor: pointer !important;
  right: 15px;
  width: var(--h-input);
  height: var(--h-input);
  display: block;
  opacity: 1;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  background: none;
}
.mfp-wrap .mfp-close::before, .mfp-wrap .mfp-close::after,
.mfp-wrap button.mfp-close::before,
.mfp-wrap button.mfp-close::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  background-color: #fff;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.mfp-wrap .mfp-close::before,
.mfp-wrap button.mfp-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mfp-wrap .mfp-close::after,
.mfp-wrap button.mfp-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mfp-wrap > .mfp-close,
.mfp-wrap > button.mfp-close {
  position: fixed;
  right: var(--gap);
  top: 15px;
  margin: 0;
}

.pc .mfp-wrap .mfp-close:hover,
.pc .mfp-wrap button.mfp-close:hover {
  background: -webkit-gradient(linear, right top, left bottom, from(#ffb731), color-stop(120%, #de2126));
  background: -o-linear-gradient(right top, #ffb731 0%, #de2126 120%);
  background: linear-gradient(to left bottom, #ffb731 0%, #de2126 120%);
}
.pc .mfp-wrap .mfp-close:hover::before, .pc .mfp-wrap .mfp-close:hover::after,
.pc .mfp-wrap button.mfp-close:hover::before,
.pc .mfp-wrap button.mfp-close:hover::after {
  background-color: #fff;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure img {
  max-width: 100%;
  height: none !important;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.mfp-video .mfp-content {
  background: #fff;
  color: #222;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  max-width: 1400px !important;
  padding: 0;
}