@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Emoji:wght@300&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Glegoo:wght@400;700&family=Noto+Emoji:wght@300&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
h1.title-forSeo {
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -101%;
  position: absolute;
}

#frame {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  max-width: 100vw;
  height: 100vh;
  background-color: #eef1e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  place-items: center;
  opacity: 0;
  -webkit-transform: translateX(125%);
          transform: translateX(125%);
  -webkit-transition: 0.6s cubic-bezier(1, 0.885, 0.32, 1);
  transition: 0.6s cubic-bezier(1, 0.885, 0.32, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
#frame::before, #frame::after {
  content: "";
  position: absolute;
  width: 125%;
  height: 100%;
  top: 0;
  left: -12.5%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(237, 238, 155, 0)), color-stop(50%, rgba(237, 238, 155, 0.7490196078)), to(rgba(237, 238, 155, 0)));
  background: linear-gradient(to right, rgba(237, 238, 155, 0) 25%, rgba(237, 238, 155, 0.7490196078) 50%, rgba(237, 238, 155, 0) 100%);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(1, 0.885, 0.32, 1);
  transition: -webkit-transform 1.2s cubic-bezier(1, 0.885, 0.32, 1);
  transition: transform 1.2s cubic-bezier(1, 0.885, 0.32, 1);
  transition: transform 1.2s cubic-bezier(1, 0.885, 0.32, 1), -webkit-transform 1.2s cubic-bezier(1, 0.885, 0.32, 1);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  z-index: 98;
  -webkit-transform: translateX(0) skewX(5deg);
          transform: translateX(0) skewX(5deg);
}
#frame::after {
  z-index: 99;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(163, 189, 47, 0)), color-stop(60%, rgba(163, 189, 47, 0.5803921569)), to(rgba(163, 189, 47, 0)));
  background: linear-gradient(to right, rgba(163, 189, 47, 0) 25%, rgba(163, 189, 47, 0.5803921569) 60%, rgba(163, 189, 47, 0) 100%);
  width: 125%;
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(1, 0.885, 0.32, 1);
  transition: -webkit-transform 1.4s cubic-bezier(1, 0.885, 0.32, 1);
  transition: transform 1.4s cubic-bezier(1, 0.885, 0.32, 1);
  transition: transform 1.4s cubic-bezier(1, 0.885, 0.32, 1), -webkit-transform 1.4s cubic-bezier(1, 0.885, 0.32, 1);
}
#frame .frameClose {
  opacity: 0;
}
#frame .frameClose span {
  position: absolute;
  border-radius: 50%;
  font-size: 1.3em;
  width: 50px;
  line-height: 50px;
  background-color: #8bac61;
  color: #fff;
  font-family: "Noto Emoji", sans-serif !important;
  text-align: center;
}
#frame .frame-wrap {
  background-color: #c7c1bd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  padding: 15px;
}
#frame .frame-wrap iframe {
  min-width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (min-width: 768px) {
  #frame .frame-wrap iframe {
    min-width: 90%;
  }
}
@media (min-width: 992px) {
  #frame .frame-wrap iframe {
    min-width: 70%;
  }
}

.buy-content-text a, .news-read-part a, .hc-news p a {
  display: inline-block;
  color: #2196F3;
  text-decoration: none;
}

p a {
  display: inline-block;
  line-height: 1.8;
  color: #555555;
}
p a:hover {
  color: #2196F3;
}

.frame_active {
  cursor: auto;
  overflow: hidden;
}
.frame_active #frame {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.frame_active #frame::before {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transform: translateX(-175%) skewX(5deg);
          transform: translateX(-175%) skewX(5deg);
}
.frame_active #frame::after {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-transform: translateX(-150%) skewX(-15deg);
          transform: translateX(-150%) skewX(-15deg);
}
.frame_active #frame .frame-wrap {
  opacity: 1;
  -webkit-transition: opacity 508ms ease 883ms, cubic-bezier(1, 0.885, 0.32, 1);
  transition: opacity 508ms ease 883ms, cubic-bezier(1, 0.885, 0.32, 1);
}
.frame_active #frame .frameClose {
  position: relative;
  top: 15px;
  left: -48%;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 1.25s;
  transition: opacity 1.25s;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
@media (min-width: 768px) {
  .frame_active #frame .frameClose {
    top: 15px;
    left: -45%;
  }
}
@media (min-width: 992px) {
  .frame_active #frame .frameClose {
    top: 15px;
    left: -36%;
  }
}
.frame_active #frame .frameClose b.actCircle {
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #e6ef96;
  opacity: 0.5;
  width: 60px;
  height: 60px;
  opacity: 0.85;
  border-radius: 50%;
  -webkit-animation: pulse 1.2s cubic-bezier(0.66, 0, 0.34, 1) infinite;
          animation: pulse 1.2s cubic-bezier(0.66, 0, 0.34, 1) infinite;
}
.frame_active #frame .frameClose b.actCircle::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(219, 231, 138, 0.568627451);
  top: 0;
  left: 0;
  -webkit-animation: pulse 1.2s cubic-bezier(0.66, 0, 0.34, 1) infinite;
          animation: pulse 1.2s cubic-bezier(0.66, 0, 0.34, 1) infinite;
  z-index: -1;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
}
@-webkit-keyframes pulse1 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
}
@keyframes pulse1 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
}
@-webkit-keyframes circleBuyBtn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 5px var(--anibtn-color);
            box-shadow: 0 0 0 5px var(--anibtn-color);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 14px var(--anibtn-color-50);
            box-shadow: 0 0 0 14px var(--anibtn-color-50);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 5px var(--anibtn-color);
            box-shadow: 0 0 0 5px var(--anibtn-color);
  }
}
@keyframes circleBuyBtn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 5px var(--anibtn-color);
            box-shadow: 0 0 0 5px var(--anibtn-color);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 14px var(--anibtn-color-50);
            box-shadow: 0 0 0 14px var(--anibtn-color-50);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 5px var(--anibtn-color);
            box-shadow: 0 0 0 5px var(--anibtn-color);
  }
}
@media (min-width: 992px) {
  .buy-part .popact .popupAct {
    left: calc((85% - 460px) / 2.85);
  }
}

.page-overlay {
  display: none;
}

.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
}
.pulse {
  -webkit-animation: pulse ease-in-out 1.8s infinite alternate both;
          animation: pulse ease-in-out 1.8s infinite alternate both;
}

.d1 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

main {
  background-color: #f8f8fa;
  font-family: "Roboto", "PingFang TC", "Noto Sans TC", "微軟正黑體", sans-serif;
}
main p, main h5 {
  font-size: 1.06rem;
  letter-spacing: 0.5px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  main p, main h5 {
    font-size: 1.12rem;
    letter-spacing: 1px;
  }
}
main a {
  color: #333333;
}

.w339 {
  max-width: 80%;
  margin: auto;
}
@media (min-width: 768px) {
  .w339 {
    margin-top: 20px;
    max-width: 339px;
  }
}

.w763 {
  max-width: 763px;
}

.all-btn {
  display: block;
  position: relative;
  width: 90%;
  height: 60px;
  line-height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  border-radius: 50em;
}
.all-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 8px;
  top: calc(50% - 4px);
  right: 8%;
  -webkit-mask-image: url(/images/index/arrow-triangle.svg);
          mask-image: url(/images/index/arrow-triangle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.all-btn.tg {
  background-color: #ffed5b;
  color: #333333;
}
.all-btn.tg::after {
  background-color: #bbad3e;
}

h2.p-slogn {
  font-family: "Roboto", "PingFang TC", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 1.43rem !important;
  font-weight: 600 !important;
  color: #3f3a39;
  text-align: center;
  margin: 1rem 0 1.5rem 0;
}
@media (min-width: 768px) {
  h2.p-slogn {
    font-size: 2rem !important;
  }
}

.food-drug, .Quality-part, .p-faq-part, .p-Ingredients {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .food-drug, .Quality-part, .p-faq-part, .p-Ingredients {
    padding: 5rem 0;
  }
}
.food-drug .content, .Quality-part .content, .p-faq-part .content, .p-Ingredients .content {
  width: min(90%, 800px);
  margin-left: auto;
  margin-right: auto;
}
.food-drug .grid, .Quality-part .grid, .p-faq-part .grid, .p-Ingredients .grid {
  margin: 1rem 1rem 0 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .food-drug .grid, .Quality-part .grid, .p-faq-part .grid, .p-Ingredients .grid {
    margin: 3rem 1rem;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.sgs-part {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .sgs-part {
    padding: 5rem 0;
  }
}
.sgs-part.gt {
  background-color: #f3f0e3;
}
.sgs-part .content {
  width: min(90%, 800px);
  margin-left: auto;
  margin-right: auto;
}
.sgs-part .grid {
  margin: 1rem 1rem 0 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .sgs-part .grid {
    width: min(80%, 500px);
    margin: 3rem auto;
  }
}

.food-drug {
  background-color: #ffffff;
  padding-bottom: 5rem;
}
.food-drug h2 {
  margin-bottom: 2rem;
}
.food-drug .content {
  width: min(90%, 900px);
}
@media (min-width: 768px) {
  .food-drug .grid {
    grid-template-columns: 1fr 324px;
  }
}

.subtitleH5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.w328 {
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .w328 {
    width: 328px !important;
    padding-bottom: 0px;
    margin-bottom: -10px;
  }
}

@media (min-width: 768px) {
  .Quality-part {
    padding-top: 0;
  }
}
.Quality-part .img180 {
  max-width: 180px;
  margin-top: -90px;
}
.Quality-part .bold {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .Quality-part .bold {
    font-size: 1.6rem;
  }
}
.Quality-part .bg {
  padding: 1rem;
  width: min(90%, 600px);
  margin: auto;
  border-radius: 50em;
}
@media (min-width: 768px) {
  .Quality-part .grid {
    margin: 0.5rem;
    grid-template-columns: 70px 1fr;
  }
}
.Quality-part .grid p {
  text-align: left;
}
.Quality-part.gt {
  background: #f8f6df;
}
.Quality-part.gt .bg {
  background-color: #dbd8b1;
}

.p-faq-part {
  font-family: "Roboto", "PingFang TC", "Noto Sans TC", "微軟正黑體", sans-serif;
}
.p-faq-part .content {
  width: min(90%, 900px);
}
.p-faq-part .qa-box {
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-faq-part .qa-box {
    padding: 2rem 4rem;
  }
}
.p-faq-part .qa-box .faq-Q, .p-faq-part .qa-box .faq-A {
  padding: 0.5rem 0 1rem 40px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  background-repeat: no-repeat;
}
.p-faq-part .qa-box .faq-Q {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px dotted #c9c9c9;
  background-position: left 2px;
}
@media (min-width: 768px) {
  .p-faq-part .qa-box .faq-Q {
    font-size: 1.25rem;
  }
}
.p-faq-part .qa-box .faq-Q.gt {
  background-image: url(/images/product/gutarget/icon-Q.svg);
}
.p-faq-part .qa-box .faq-A {
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  background-position: left 10px;
}
@media (min-width: 768px) {
  .p-faq-part .qa-box .faq-A {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .p-faq-part .qa-box .faq-A p {
    padding-bottom: 0;
  }
}
.p-faq-part .qa-box .faq-A.gt {
  background-image: url(/images/product/gutarget/icon-A.svg);
}

.p-Ingredients .all-btn {
  width: min(90%, 500px);
}

.one-top {
  padding: 80px 0 0 0;
}
@media (max-width: 576px) {
  .one-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .one-top {
    padding: 120px 2rem 0 2rem;
  }
}
@media (min-width: 992px) {
  .one-top {
    padding: 120px 15px 0 15px;
  }
}
.one-top img {
  max-width: 70%;
  margin-bottom: 2rem;
}
.one-top img:first-of-type {
  max-width: 90%;
}
.one-top h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .one-top h2 {
    font-size: 1.7rem;
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .one-top h2 {
    font-size: 2rem;
  }
}

.buy-left {
  padding-right: 25%;
  margin-top: -4rem;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .buy-left {
    margin-top: -7rem;
    margin-bottom: 3rem;
    padding-right: 4%;
  }
}

.buy-btn {
  --anibtn-color:#a1a1a100;
  --anibtn-color-50:#a1a1a167;
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #ffffff;
  font-size: 0.9rem;
  text-align: center;
  line-height: 50px;
  background-color: rgba(51, 51, 51, 0.74);
  border-radius: 50em;
  -webkit-animation: circleBuyBtn 2.3s infinite ease-in;
          animation: circleBuyBtn 2.3s infinite ease-in;
}
@media (min-width: 768px) {
  .buy-btn {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 1.12rem;
  }
}

.md-visi {
  display: none;
}
@media (min-width: 768px) {
  .md-visi {
    display: block;
  }
}

.mo-visi {
  display: block;
}
@media (min-width: 768px) {
  .mo-visi {
    display: none;
  }
}

.gutarget-part {
  padding-top: 0;
  padding-bottom: 100px;
  text-align: center;
}
.gutarget-part p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .gutarget-part p {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .gutarget-part {
    padding-bottom: 120px;
  }
}
.gutarget-part h5 {
  font-weight: bold;
}
.gutarget-part section .width-padd {
  width: min(90%, 800px);
  margin-left: auto;
  margin-right: auto;
}
.gutarget-part .cm {
  margin-top: 0;
  padding: 2rem 0 0 0;
  background: url(/images/product/gutarget/t2-dm-bg-02.gif);
  background-position: bottom;
  background-color: #f8f8e0;
  background-repeat: repeat-x;
}
.gutarget-part .cm img {
  max-width: 807px;
}
@media (min-width: 768px) {
  .gutarget-part .cm {
    margin-top: 7rem;
    border-top: 1rem solid #ffffff;
  }
}
.gutarget-part img {
  width: 100%;
}
.gutarget-part img.img830, .gutarget-part img.img760 {
  margin-left: auto;
  margin-right: auto;
}
.gutarget-part img.img830 {
  max-width: 830px;
}
.gutarget-part img.img760 {
  max-width: 760px;
}
.gutarget-part img.img345 {
  max-width: 345px;
}
.gutarget-part img.img610 {
  max-width: 610px;
}
.gutarget-part section:nth-of-type(n + 3) h2 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  font-weight: 600;
  color: #444444;
}
@media (min-width: 768px) {
  .gutarget-part section:nth-of-type(n + 3) h2 {
    font-size: 3rem;
    letter-spacing: 5px;
    margin-bottom: 2rem;
  }
}
.gutarget-part .three, .gutarget-part .four {
  padding-top: 5rem;
}
.gutarget-part .three {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(248, 248, 250)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(248, 248, 250) 80%, rgb(255, 255, 255) 100%);
}
.gutarget-part section:nth-child(3) {
  padding-top: 2rem;
}
.gutarget-part section:nth-child(3), .gutarget-part section:nth-child(4), .gutarget-part section.user-part, .gutarget-part section.five {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .gutarget-part section:nth-child(3), .gutarget-part section:nth-child(4), .gutarget-part section.user-part, .gutarget-part section.five {
    padding: 5rem 0;
  }
}
.gutarget-part .five h2 {
  margin-bottom: 2rem;
}
.gutarget-part .five .padd {
  margin-bottom: 2rem;
}
.gutarget-part .five .text {
  padding: 25px 5px 0 5px;
}
@media (min-width: 768px) {
  .gutarget-part .five .text {
    padding: 25px 0 0 0;
  }
}
.gutarget-part .five .text p {
  text-align: left;
}
.gutarget-part .five .content-bg-box {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1rem;
  background-color: #fbf8ed;
  border: 5px solid #ffffff;
  border-radius: 1rem;
  position: relative;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .gutarget-part .five .content-bg-box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 230px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 1.3rem 1.3rem 0rem;
  }
  .gutarget-part .five .content-bg-box .div1 {
    grid-area: 1/1/2/2;
    margin-top: 58px;
  }
  .gutarget-part .five .content-bg-box .div2 {
    grid-area: 1/2/2/3;
    margin-top: 10px;
  }
  .gutarget-part .five .content-bg-box .div3 {
    grid-area: 2/1/3/2;
  }
  .gutarget-part .five .content-bg-box .div4 {
    grid-area: 2/2/3/3;
  }
}
.gutarget-part .five .posabso {
  position: absolute;
  top: -90px;
  width: 80%;
  left: 10%;
}
@media (min-width: 768px) {
  .gutarget-part .five .posabso {
    left: 25%;
  }
}
.gutarget-part .five .call-box {
  padding: 1rem;
  margin-top: 1.5rem;
  border: 4px dotted #d7cd86;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .gutarget-part .five .call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gutarget-part .five .call-box div:first-child {
  display: inline-block;
}
.gutarget-part .five .call-box span {
  display: block;
}
@media (min-width: 768px) {
  .gutarget-part .five .call-box span {
    display: inline-block;
  }
}
.gutarget-part .five .call-box img {
  max-width: 200px;
  display: inline-block;
}
.gutarget-part .five .call-box h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-block: 1rem;
}
@media (min-width: 768px) {
  .gutarget-part .five .call-box h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .gutarget-part .user-part h2 {
    margin-bottom: 4rem;
  }
}
.gutarget-part .user-part .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .gutarget-part .user-part .grid {
    grid-template-columns: 345px 1fr;
    gap: 50px;
  }
}
.gutarget-part .user-part .text {
  padding: 1rem 2rem;
  border-radius: 15px;
  background-color: #ffffff;
}
.gutarget-part .user-part .text .title {
  text-align: center;
  background-color: #e9e2b6;
  border-radius: 50em;
}
.gutarget-part .user-part .text p {
  text-align: left;
}

.COA-list, .sgs-list {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  z-index: 20;
  position: fixed;
  padding: 1rem 1rem 2rem 1rem;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: left;
  background: #fff;
  border-radius: 20px 20px 0 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
}
.COA-list.is-open, .sgs-list.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
}
@media (min-width: 768px) {
  .COA-list, .sgs-list {
    width: 360px;
    left: 10%;
    bottom: 10%;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.8);
            box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.8);
  }
}
.COA-list .coa-title, .COA-list .sgs-title, .sgs-list .coa-title, .sgs-list .sgs-title {
  position: relative;
  padding: 0.8rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  text-align: left;
  background-color: #ebebeb;
  border-radius: 5px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .COA-list .coa-title, .COA-list .sgs-title, .sgs-list .coa-title, .sgs-list .sgs-title {
    font-size: 1.06rem;
  }
}
.COA-list .coa-title::after, .COA-list .sgs-title::after, .sgs-list .coa-title::after, .sgs-list .sgs-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 15px;
  width: 15px;
  height: 15px;
  -webkit-mask: url(/images/common/xmark-solid.svg) no-repeat center center/contain;
          mask: url(/images/common/xmark-solid.svg) no-repeat center center/contain;
  background-color: #afafaf;
}
.COA-list ul li, .sgs-list ul li {
  padding: 0.6rem;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .COA-list ul li, .sgs-list ul li {
    padding: 1rem;
    font-size: 1rem;
  }
}

.go-buy-buttom {
  display: none;
  margin: auto;
  width: 90%;
}
@media (min-width: 768px) {
  .go-buy-buttom {
    max-width: 400px;
  }
}