@charset "UTF-8";
/* 폰트 */
/* 컬러 */
/* 드롭다운,멀티포함 */
/* font */
/* text cutting */
/* flex */
@media (min-width: 320px) {
  html {
    font-size: 9px; } }
@media (min-width: 360px) {
  html {
    font-size: 10px; } }
@media (min-width: 400px) {
  html {
    font-size: 11px; } }
@media (min-width: 430px) {
  html {
    font-size: 12px; } }
@media (min-width: 640px) {
  html {
    font-size: 18px; } }
@media (min-width: 768px) {
  html {
    font-size: 20px; } }
@media (min-width: 1024px) {
  html {
    font-size: 26px; } }
@media (min-width: 1280px) {
  html {
    font-size: 36px; } }
html, body {
  width: 100%;
  height: 100%; }

main {
  width: 100%;
  height: 100%; }
  main section {
    width: 100%;
    height: 100%; }
    main section .inner {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    main section .btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: auto !important;
      height: 1.9444444444rem !important;
      line-height: 1.9444444444rem !important;
      border-width: 1px !important;
      display: inline-flex; }
      main section .btn.x2 {
        color: #d61d4a;
        font-size: 1.1666666667rem;
        line-height: 1.1388888889rem;
        font-weight: 600; }
      main section .btn .xi-angle-right {
        line-height: 2; }
      main section .btn i {
        font-weight: bold;
        font-size: 0.6666666667rem;
        margin-left: 0.1388888889rem; }
    main section.main {
      background: #fff7f7;
      display: block;
      height: auto;
      padding-top: 5.3055555556rem;
      /*.content{
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 2;
          @include flex(flex-end,center);
          .left{
              width: rem(501px);
              position: absolute;
              z-index: 4;
              //left: rem(78px);
              left: 10%;
              top: rem(946px);
              .copy{
                  @include flex(flex-start,flex-end);
                  height: rem(530px);
                  flex-flow: wrap;
                  align-content: flex-end;
                  opacity: 0;
                  &.animateActive{
                      animation: top-down .7s forwards;
                  }
                  .txt1{
                      margin-bottom: rem(67px);
                      &.default{
                          width: rem(470px);
                      } 
                      &.swelling,&.pain{
                          width: rem(371px);
                      } 
                      &.tingling{
                          width: rem(489px);
                      } 
                      &.hemorrhoids{
                          width: rem(501px);
                      }
                      img{
                          width: 100%;
                      }
                  }
                  .txt2{
                      width: rem(469px);
                      height: rem(264px);
                      img{
                          width: 100%;
                      }
                  }
              }
              .product{
                  width: rem(490px);
                  height: auto;
                  margin-top: rem(56px);
                  opacity: 0;
                  &.animateActive{
                      animation: top-down .7s forwards;
                      animation-delay: 0.3s;
                  }
                  img{
                      width: 100%;
                  }
              }
              
          }
          .right{
              position: absolute;
              top:0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 3;
              overflow: hidden;
              .calligraphy{
                  position: absolute;
                  //left: rem(90px);
                  left: 10%;
                  top: rem(543px);
                  width: rem(540px);
                  z-index: 4;
                  opacity: 0;
                  img{
                      width: 100%;
                  }
                  &.animateActive{
                      animation: opacity .7s forwards;
                      animation-delay: 0.4s;
                  }
              }
              .bg-group{
                  position: relative;
                  width: 100%;
                  height: 100%;
                  //margin-left: rem(493px);
                  margin-left: 40%;
                  opacity: 0;
                  &.animateActive{
                      animation: opacity 1s forwards;
                  }
                  .bg1{
                      display: none;
                      position: absolute;
                      left: 0;
                      top: 0;
                      width: 100%;
                      height: 100%;
                      background: url("/images/model1.png") 0 rem(310px) no-repeat;
                      background-size: rem(1082px) auto;
                  }
                  .bg2{
                      display: none;
                      position: absolute;
                      left: 0;
                      top: 0;
                      width: 100%;
                      height: 100%;
                      background: url("/images/model2.png") 0 rem(310px) no-repeat;
                      background-size: rem(1082px) auto;
                  }
              }
          }
      }
      .gif{
          position: absolute;
          left: 0;
          bottom: 12%;
          width: 100%;
          height: rem(100px);
          overflow: hidden;
          background: url("/images/m_heartbeat.gif") 50% 0 no-repeat;
          background-size: cover;
          opacity: 0;
          &.animateActive{
              animation: opacity 3s forwards;
              animation-delay: 1s;
          }
      }*/ }
      main section.main .main_slide {
        height: 100%; }
        main section.main .main_slide .swiper-slide {
          width: 100%; }
          main section.main .main_slide .swiper-slide img {
            width: 100%;
            max-width: 100%; }
        main section.main .main_slide .swiper-button-prev, main section.main .main_slide .swiper-button-next {
          width: 4.1111111111rem;
          height: 4.1111111111rem;
          background: url(/images/top_slide_arrow.png) 0 0 no-repeat;
          background-size: contain; }
          main section.main .main_slide .swiper-button-prev:after, main section.main .main_slide .swiper-button-next:after {
            display: none; }
        main section.main .main_slide .swiper-button-prev {
          left: 1.5277777778rem; }
        main section.main .main_slide .swiper-button-next {
          transform: rotate(180deg);
          right: 1.5277777778rem; }
    main section.signal_common {
      padding-bottom: 4.1666666667rem;
      min-height: 63.2222222222rem;
      max-height: 63.3333333333rem; }
      main section.signal_common .bg-motion-group {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0; }
        main section.signal_common .bg-motion-group .bg1, main section.signal_common .bg-motion-group .bg2, main section.signal_common .bg-motion-group .bg3, main section.signal_common .bg-motion-group .bg4 {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0; }
          main section.signal_common .bg-motion-group .bg1 img, main section.signal_common .bg-motion-group .bg2 img, main section.signal_common .bg-motion-group .bg3 img, main section.signal_common .bg-motion-group .bg4 img {
            width: 100%; }
        main section.signal_common .bg-motion-group .bg1 {
          opacity: 1; }
      main section.signal_common .quick-product {
        position: absolute;
        bottom: -5.5555555556rem;
        right: 3.3333333333rem;
        width: 5.8333333333rem;
        height: 16.1111111111rem;
        z-index: 3;
        opacity: 0; }
        main section.signal_common .quick-product .water {
          position: absolute;
          left: 2.5rem;
          top: 1.7777777778rem;
          /*left: 0;
          top: 28px;*/
          width: 1.5833333333rem;
          height: 2rem;
          opacity: 0; }
          main section.signal_common .quick-product .water.animateActive {
            animation: pkg_water 0.6s forwards;
            animation-delay: 2s; }
        main section.signal_common .quick-product .pkg_top {
          width: 4.1666666667rem;
          height: 2.9166666667rem;
          margin-left: 1.5833333333rem;
          transform: rotate(0deg) translate(0, 0); }
          main section.signal_common .quick-product .pkg_top.animateActive {
            animation: pkg_rotate 0.6s forwards;
            animation-delay: 1.8s; }
        main section.signal_common .quick-product .pkg_bottom {
          width: 4.1666666667rem;
          margin-top: -1px;
          margin-left: 1.5833333333rem; }
        main section.signal_common .quick-product.animateActive {
          animation: down-top .6s forwards;
          animation-delay: 1.4s; }
        main section.signal_common .quick-product img {
          width: 100%; }
      main section.signal_common .inner {
        display: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 52%;
        margin: auto;
        background: url(/images/m_signal_box.png) 50% 0 no-repeat;
        background-size: 100% auto;
        padding-top: 4.1666666667rem;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        main section.signal_common .inner .text-group {
          z-index: 2;
          padding-left: 2.7777777778rem; }
          main section.signal_common .inner .text-group p {
            color: #2d2d2d;
            font-size: 1.2222222222rem;
            line-height: 1.7222222222rem;
            font-weight: 500;
            word-break: keep-all;
            letter-spacing: -.5px; }
            main section.signal_common .inner .text-group p span {
              color: #d61d4a;
              font-size: 1.2222222222rem;
              line-height: 1.7222222222rem;
              font-weight: 800; }
          main section.signal_common .inner .text-group .img img {
            width: 100%; }
          main section.signal_common .inner .text-group a {
            padding: 0.4444444444rem 0.6944444444rem;
            border-width: 0.0555555556rem; }
          main section.signal_common .inner .text-group .top {
            padding-bottom: 2.7777777778rem; }
            main section.signal_common .inner .text-group .top .img {
              opacity: 0;
              left: 100px;
              margin-bottom: 1.6666666667rem; }
              main section.signal_common .inner .text-group .top .img.animateActive {
                animation: signal_txt 0.6s forwards; }
            main section.signal_common .inner .text-group .top p {
              position: relative;
              opacity: 0;
              left: 100px;
              padding-bottom: 1.6666666667rem; }
              main section.signal_common .inner .text-group .top p.animateActive {
                animation: signal_txt 0.6s forwards;
                animation-delay: .2s; }
            main section.signal_common .inner .text-group .top a {
              position: relative;
              opacity: 0;
              color: #d61d4a;
              font-size: 1.1666666667rem;
              line-height: 1.1388888889rem;
              left: 100px;
              font-weight: 800;
              background: #ffecec; }
              main section.signal_common .inner .text-group .top a img {
                width: 100%; }
              main section.signal_common .inner .text-group .top a.animateActive {
                animation: signal_txt 0.6s forwards;
                animation-delay: .4s; }
          main section.signal_common .inner .text-group .bottom .img {
            opacity: 0;
            left: 100px;
            margin-bottom: 1.9444444444rem; }
            main section.signal_common .inner .text-group .bottom .img.animateActive {
              animation: signal_txt 0.6s forwards;
              animation-delay: .6s; }
          main section.signal_common .inner .text-group .bottom p {
            position: relative;
            opacity: 0;
            left: 100px; }
            main section.signal_common .inner .text-group .bottom p.animateActive {
              animation: signal_txt 0.6s forwards;
              animation-delay: .8s; }
          main section.signal_common .inner .text-group .bottom a {
            position: relative;
            opacity: 0;
            margin-top: 0;
            width: auto !important;
            left: 100px;
            font-weight: 800;
            background: #ffecec; }
            main section.signal_common .inner .text-group .bottom a img {
              width: 100%; }
            main section.signal_common .inner .text-group .bottom a.animateActive {
              animation: signal_txt 0.6s forwards;
              animation-delay: 1s; }
        main section.signal_common .inner:before {
          display: none;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          bottom: 0;
          left: 0;
          z-index: 1;
          background: #f9f9f9;
          background: -webkit-linear-gradient(rgba(249, 249, 249, 0) 80%, #f9f9f9 100%);
          background: -o-linear-gradient(rgba(249, 249, 249, 0) 80%, #f9f9f9 100%);
          background: linear-gradient(rgba(249, 249, 249, 0) 80%, #f9f9f9 100); }
    main section#signal-01 .bg-motion-group.animateActive {
      animation: opacity 1s forwards; }
    main section#signal-01 .bg-motion-group .bg1 {
      opacity: 1;
      z-index: 1;
      background: url(/images/m_signal1_motion_bg1.jpg) 50% 50% no-repeat;
      background-size: cover; }
    main section#signal-01 .bg-motion-group .bg2 {
      z-index: 2;
      background: url(/images/m_signal1_motion_bg2.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-01 .bg-motion-group .bg2.animateActive {
        animation: signal-bg1 4s forwards; }
    main section#signal-01 .bg-motion-group .bg3 {
      z-index: 3;
      background: url(/images/m_signal1_motion_bg3.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-01 .bg-motion-group .bg3.animateActive {
        animation: signal-bg2 4s forwards; }
    main section#signal-01 .bg-motion-group .bg4 {
      z-index: 4;
      background: url(/images/m_signal1_motion_bg4.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-01 .bg-motion-group .bg4.animateActive {
        animation: signal-bg3 4s forwards; }
    main section#signal-01 .text-group .top .img {
      width: 19.1111111111rem;
      height: 4.6666666667rem; }
    main section#signal-01 .text-group .top p {
      width: 23.6111111111rem; }
    main section#signal-01 .text-group .bottom .img {
      width: 11.7777777778rem;
      height: 2.9722222222rem; }
    main section#signal-01 .text-group .bottom p {
      width: 390px; }
    main section#signal-02 .bg-motion-group.animateActive {
      animation: opacity 2s forwards; }
    main section#signal-02 .bg-motion-group .bg1 {
      opacity: 1;
      z-index: 1;
      background: url(/images/m_signal2_motion_bg1.jpg) 50% 50% no-repeat;
      background-size: cover; }
    main section#signal-02 .bg-motion-group .bg2 {
      z-index: 2;
      background: url(/images/m_signal2_motion_bg2.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-02 .bg-motion-group .bg2.animateActive {
        animation: signal-bg1 4s forwards; }
    main section#signal-02 .bg-motion-group .bg3 {
      z-index: 3;
      background: url(/images/m_signal2_motion_bg3.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-02 .bg-motion-group .bg3.animateActive {
        animation: signal-bg2 4s forwards; }
    main section#signal-02 .bg-motion-group .bg4 {
      z-index: 4;
      background: url(/images/m_signal2_motion_bg4.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-02 .bg-motion-group .bg4.animateActive {
        animation: signal-bg3 4s forwards; }
    main section#signal-02 .text-group .top .img {
      width: 23.0555555556rem; }
    main section#signal-02 .text-group .top p {
      width: 27.7777777778rem; }
    main section#signal-02 .text-group .bottom .img {
      width: 11.7777777778rem; }
    main section#signal-02 .text-group .bottom p {
      width: 380px; }
    main section#signal-03 .fp-scroller {
      height: 100%; }
    main section#signal-03 .bg-motion-group.animateActive {
      animation: opacity 2s forwards; }
    main section#signal-03 .bg-motion-group .bg1 {
      opacity: 1;
      z-index: 1;
      background: url(/images/m_signal3_motion_bg1.jpg) 50% 50% no-repeat;
      background-size: cover; }
    main section#signal-03 .bg-motion-group .bg2 {
      z-index: 2;
      background: url(/images/m_signal3_motion_bg2.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-03 .bg-motion-group .bg2.animateActive {
        animation: signal-bg1 4s forwards; }
    main section#signal-03 .bg-motion-group .bg3 {
      z-index: 3;
      background: url(/images/m_signal3_motion_bg3.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-03 .bg-motion-group .bg3.animateActive {
        animation: signal-bg2 4s forwards; }
    main section#signal-03 .bg-motion-group .bg4 {
      z-index: 4;
      background: url(/images/m_signal3_motion_bg4.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-03 .bg-motion-group .bg4.animateActive {
        animation: signal-bg3 4s forwards; }
    main section#signal-03 .text-group .top .img {
      width: 24.9444444444rem; }
    main section#signal-03 .text-group .top p {
      width: 24.7222222222rem; }
    main section#signal-03 .text-group .bottom .img {
      width: 15.4166666667rem; }
    main section#signal-03 .text-group .bottom p {
      width: 380px; }
    main section#signal-04 .fp-scroller {
      height: 100%; }
    main section#signal-04 .bg-motion-group.animateActive {
      animation: opacity 2s forwards; }
    main section#signal-04 .bg-motion-group .bg1 {
      opacity: 1;
      z-index: 1;
      background: url(/images/m_signal4_motion_bg1.jpg) 50% 50% no-repeat;
      background-size: cover; }
    main section#signal-04 .bg-motion-group .bg2 {
      z-index: 2;
      background: url(/images/m_signal4_motion_bg2.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-04 .bg-motion-group .bg2.animateActive {
        animation: signal-bg1 4s forwards; }
    main section#signal-04 .bg-motion-group .bg3 {
      z-index: 3;
      background: url(/images/m_signal4_motion_bg3.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-04 .bg-motion-group .bg3.animateActive {
        animation: signal-bg2 4s forwards; }
    main section#signal-04 .bg-motion-group .bg4 {
      z-index: 4;
      background: url(/images/m_signal4_motion_bg4.jpg) 50% 50% no-repeat;
      background-size: cover; }
      main section#signal-04 .bg-motion-group .bg4.animateActive {
        animation: signal-bg3 4s forwards; }
    main section#signal-04 .text-group .top .img {
      width: 24.9444444444rem; }
    main section#signal-04 .text-group .top p {
      width: 27.7777777778rem; }
    main section#signal-04 .text-group .bottom .img {
      width: 11.6666666667rem; }
    main section#signal-04 .text-group .bottom p {
      width: 380px; }
    main section#signal-05 .fp-scroller {
      height: 100%; }
    main section#signal-05 .bg-motion-group.animateActive {
      animation: opacity 2s forwards; }
    main section#signal-05 .bg-motion-group .bg1 {
      opacity: 1;
      z-index: 1;
      background: url(/images/m_signal5_motion_bg1.jpg) 50% 50% no-repeat;
      background-size: cover; }
    main section#signal-05 .text-group .top .img {
      width: 18.9722222222rem; }
    main section#signal-05 .text-group .top p {
      width: 27.5rem; }
    main section#signal-05 .text-group .bottom .img {
      width: 15.4166666667rem; }
    main section#signal-05 .text-group .bottom p {
      width: 380px; }
    main section.section_inner {
      height: auto; }
      main section.section_inner .inner {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-flow: wrap;
        width: 100%;
        margin: auto;
        align-content: flex-start; }
        main section.section_inner .inner .section-group-title {
          margin-bottom: 4.4444444444rem;
          padding-top: 3.3333333333rem; }
        main section.section_inner .inner .section-title h3 {
          margin-bottom: 1.25rem;
          text-align: center; }
        main section.section_inner .inner .section-title p {
          text-align: center;
          margin: 0 auto 2.2222222222rem auto;
          color: #2d2d2d;
          font-size: 1.3333333333rem;
          line-height: 1.6666666667rem;
          font-weight: 600; }
          main section.section_inner .inner .section-title p strong {
            color: #d61d4a;
            font-size: 1.3333333333rem;
            line-height: 1.6666666667rem;
            font-weight: 600; }
        main section.section_inner .inner .img_box {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-flow: wrap;
          width: 90%;
          background: #fff;
          border-radius: 0.4444444444rem;
          padding: 2.7777777778rem 0;
          box-shadow: 0px 0px 2.2222222222rem 0.8888888889rem rgba(255, 139, 149, 0.15);
          -webkit-box-shadow: 0px 0px 2.2222222222rem 0.8888888889rem rgba(255, 139, 149, 0.15);
          -moz-box-shadow: 0px 0px 2.2222222222rem 0.8888888889rem rgba(255, 139, 149, 0.15); }
          main section.section_inner .inner .img_box h4 {
            text-align: center;
            color: #d61d4a;
            font-size: 1.3333333333rem;
            line-height: 1.3333333333rem;
            margin: 1.6666666667rem auto 0.8333333333rem auto;
            font-weight: 800; }
          main section.section_inner .inner .img_box p {
            text-align: center;
            color: #383838;
            font-size: 1rem;
            line-height: 1.3888888889rem;
            font-weight: 600;
            letter-spacing: -0.0138888889rem; }
            main section.section_inner .inner .img_box p strong {
              color: #d61d4a; }
          main section.section_inner .inner .img_box .left {
            text-align: center;
            width: 20.1666666667rem; }
            main section.section_inner .inner .img_box .left img {
              width: 16.7777777778rem; }
          main section.section_inner .inner .img_box .right {
            text-align: center;
            width: 10.0277777778rem; }
            main section.section_inner .inner .img_box .right img {
              width: 7.8611111111rem; }
        main section.section_inner .inner .section-icon-title {
          margin-top: 2.7777777778rem;
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-flow: wrap;
          padding-bottom: 2.7777777778rem; }
          main section.section_inner .inner .section-icon-title h3 {
            position: relative;
            color: #d61d4a;
            font-size: 1.2222222222rem;
            line-height: 1.2222222222rem;
            text-align: center;
            padding: 0 2.2222222222rem;
            margin-bottom: 1.25rem;
            font-weight: 600; }
            main section.section_inner .inner .section-icon-title h3:before, main section.section_inner .inner .section-icon-title h3:after {
              content: "";
              position: absolute;
              width: 1.7777777778rem;
              height: 0.0833333333rem;
              top: 0.4444444444rem;
              background: #d61d4a; }
            main section.section_inner .inner .section-icon-title h3:before {
              left: 0; }
            main section.section_inner .inner .section-icon-title h3:after {
              right: 0; }
          main section.section_inner .inner .section-icon-title ul {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: wrap; }
            main section.section_inner .inner .section-icon-title ul li {
              position: relative;
              width: 10.3333333333rem;
              margin: 0 0.2777777778rem 1.1111111111rem 0.2777777778rem;
              border: 1px solid #c0c0c0;
              border-radius: 8px;
              overflow: hidden;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-flow: wrap; }
              main section.section_inner .inner .section-icon-title ul li:before {
                content: "";
                position: absolute;
                bottom: -2px;
                width: 120%;
                height: 3.3333333333rem;
                left: 50%;
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                background-color: #ff8b95;
                z-index: -1; }
              main section.section_inner .inner .section-icon-title ul li img {
                width: 100%; }
              main section.section_inner .inner .section-icon-title ul li p {
                width: 120%;
                height: 3.3333333333rem;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #2d2d2d;
                font-size: 1rem;
                line-height: 1.1111111111rem;
                font-weight: 600;
                letter-spacing: -0.0138888889rem;
                text-align: center;
                margin: 0 -2px -2px -2px; }
    main section#symptoms1 {
      background: url(/images/m_symptoms1_bg.jpg) 50% 0 no-repeat;
      background-size: 100% auto; }
      main section#symptoms1 .inner .section-group-title {
        opacity: 0; }
        main section#symptoms1 .inner .section-group-title img {
          width: 20.5555555556rem; }
        main section#symptoms1 .inner .section-group-title.animateActive {
          animation: DownToTop .6s forwards; }
      main section#symptoms1 .inner .section-title {
        opacity: 0; }
        main section#symptoms1 .inner .section-title img {
          width: 26.2777777778rem; }
        main section#symptoms1 .inner .section-title.animateActive {
          animation: DownToTop .6s forwards;
          animation-delay: .3s; }
        main section#symptoms1 .inner .section-title p {
          width: 21.6666666667rem; }
      main section#symptoms1 .inner .img_box {
        opacity: 0; }
        main section#symptoms1 .inner .img_box.animateActive {
          animation: DownToTop .6s forwards;
          animation-delay: .5s; }
        main section#symptoms1 .inner .img_box .left {
          opacity: 0; }
          main section#symptoms1 .inner .img_box .left.animateActive {
            animation: opacity .6s forwards;
            animation-delay: .7s; }
        main section#symptoms1 .inner .img_box .right {
          opacity: 0; }
          main section#symptoms1 .inner .img_box .right.animateActive {
            animation: opacity .6s forwards;
            animation-delay: .9s; }
      main section#symptoms1 .inner .section-icon-title {
        opacity: 0; }
        main section#symptoms1 .inner .section-icon-title.animateActive {
          animation: DownToTop .6s forwards; }
        main section#symptoms1 .inner .section-icon-title ul {
          width: 27.7777777778rem; }
          main section#symptoms1 .inner .section-icon-title ul li {
            opacity: 0;
            width: 13.3333333333rem; }
            main section#symptoms1 .inner .section-icon-title ul li img {
              width: auto;
              height: 6.1944444444rem; }
            main section#symptoms1 .inner .section-icon-title ul li:nth-child(1).animateActive {
              animation: DownToTop .6s forwards;
              animation-delay: .2s; }
            main section#symptoms1 .inner .section-icon-title ul li:nth-child(2).animateActive {
              animation: DownToTop .6s forwards;
              animation-delay: .3s; }
            main section#symptoms1 .inner .section-icon-title ul li:nth-child(3).animateActive {
              animation: DownToTop .6s forwards;
              animation-delay: .4s; }
            main section#symptoms1 .inner .section-icon-title ul li:nth-child(4).animateActive {
              animation: DownToTop .6s forwards;
              animation-delay: .5s; }
            main section#symptoms1 .inner .section-icon-title ul li:before {
              background: #ff8b95; }
    main section#symptoms2 {
      background: #f4ffeb;
      background: -webkit-linear-gradient(#f4ffeb 0%, white 50%);
      background: -o-linear-gradient(#f4ffeb 0%, white 50%);
      background: linear-gradient(#f4ffeb 0%, white 50%); }
      main section#symptoms2 .section-title {
        padding-top: 4.1666666667rem; }
        main section#symptoms2 .section-title h3 img {
          width: 26.25rem; }
        main section#symptoms2 .section-title p {
          width: 27.7777777778rem; }
          main section#symptoms2 .section-title p strong {
            color: #4bc667; }
      main section#symptoms2 .img_box {
        box-shadow: 0px 0px 39px 16px rgba(147, 221, 164, 0.15);
        -webkit-box-shadow: 0px 0px 39px 16px rgba(147, 221, 164, 0.15);
        -moz-box-shadow: 0px 0px 39px 16px rgba(147, 221, 164, 0.15); }
        main section#symptoms2 .img_box h4 {
          color: #4bc667; }
        main section#symptoms2 .img_box p strong {
          color: #4bc667; }
        main section#symptoms2 .img_box .left {
          display: flex;
          justify-content: center;
          align-items: flex-end;
          flex-flow: wrap;
          align-content: flex-end;
          width: 12rem;
          height: 19.4444444444rem; }
          main section#symptoms2 .img_box .left img {
            width: 12rem; }
        main section#symptoms2 .img_box .right {
          width: 12rem;
          height: 19.4444444444rem;
          margin-left: 3.2222222222rem; }
          main section#symptoms2 .img_box .right img {
            width: 14.6666666667rem;
            height: 11.3888888889rem;
            margin-left: -2.6666666667rem; }
      main section#symptoms2 .section-icon-title h3 {
        color: #4bc667; }
        main section#symptoms2 .section-icon-title h3:before, main section#symptoms2 .section-icon-title h3:after {
          background: #4bc667; }
      main section#symptoms2 .section-icon-title ul {
        width: 100%; }
        main section#symptoms2 .section-icon-title ul li {
          width: 10.3333333333rem; }
          main section#symptoms2 .section-icon-title ul li:before {
            background: #93dda4; }
      main section#symptoms2 .inner .section-title {
        opacity: 0; }
        main section#symptoms2 .inner .section-title.animateActive {
          animation: DownToTop .6s forwards; }
      main section#symptoms2 .inner .img_box {
        opacity: 0; }
        main section#symptoms2 .inner .img_box.animateActive {
          animation: DownToTop .6s forwards;
          animation-delay: .3s; }
        main section#symptoms2 .inner .img_box .left {
          opacity: 0; }
          main section#symptoms2 .inner .img_box .left.animateActive {
            animation: opacity 1s forwards;
            animation-delay: .5s; }
        main section#symptoms2 .inner .img_box .right {
          opacity: 0; }
          main section#symptoms2 .inner .img_box .right.animateActive {
            animation: opacity 1s forwards;
            animation-delay: .7s; }
      main section#symptoms2 .inner .section-icon-title {
        opacity: 0; }
        main section#symptoms2 .inner .section-icon-title.animateActive {
          animation: DownToTop .6s forwards; }
        main section#symptoms2 .inner .section-icon-title ul li {
          opacity: 0; }
          main section#symptoms2 .inner .section-icon-title ul li:nth-child(1).animateActive {
            animation: DownToTop .6s forwards;
            animation-delay: .2s; }
          main section#symptoms2 .inner .section-icon-title ul li:nth-child(2).animateActive {
            animation: DownToTop .6s forwards;
            animation-delay: .3s; }
          main section#symptoms2 .inner .section-icon-title ul li:nth-child(3).animateActive {
            animation: DownToTop .6s forwards;
            animation-delay: .4s; }
    main section#symptoms3 {
      background: #eaf0ff;
      background: -webkit-linear-gradient(#eaf0ff 0%, white 50%);
      background: -o-linear-gradient(#eaf0ff 0%, white 50%);
      background: linear-gradient(#eaf0ff 0%, white 50%); }
      main section#symptoms3 .section-title h3 {
        padding-top: 4.1666666667rem; }
        main section#symptoms3 .section-title h3 img {
          width: 20.5833333333rem;
          height: 2.2222222222rem; }
      main section#symptoms3 .section-title p strong {
        color: #1084d6; }
      main section#symptoms3 .img_box {
        box-shadow: 0px 0px 39px 16px rgba(111, 182, 231, 0.15);
        -webkit-box-shadow: 0px 0px 39px 16px rgba(111, 182, 231, 0.15);
        -moz-box-shadow: 0px 0px 39px 16px rgba(111, 182, 231, 0.15); }
        main section#symptoms3 .img_box h4 {
          color: #1084d6; }
        main section#symptoms3 .img_box p strong {
          color: #1084d6; }
        main section#symptoms3 .img_box .left {
          width: 11.9444444444rem;
          margin-right: 1.6666666667rem; }
          main section#symptoms3 .img_box .left img {
            width: 100%; }
        main section#symptoms3 .img_box .right {
          width: 11.9444444444rem;
          margin-left: 1.6666666667rem; }
          main section#symptoms3 .img_box .right img {
            width: 100%; }
      main section#symptoms3 .section-icon-title h3 {
        margin: 0 8.3333333333rem 1.25rem 8.3333333333rem;
        color: #1084d6; }
        main section#symptoms3 .section-icon-title h3:before, main section#symptoms3 .section-icon-title h3:after {
          background: #0f85d7; }
      main section#symptoms3 .section-icon-title ul {
        width: 28.25rem;
        justify-content: space-between;
        flex-flow: wrap; }
        main section#symptoms3 .section-icon-title ul li {
          width: 13.6666666667rem;
          margin-right: 0;
          margin-left: 0; }
          main section#symptoms3 .section-icon-title ul li img {
            width: auto;
            height: 6.1944444444rem; }
          main section#symptoms3 .section-icon-title ul li:before {
            background: #6fb6e7; }
      main section#symptoms3 .inner .section-title {
        opacity: 0; }
        main section#symptoms3 .inner .section-title.animateActive {
          animation: DownToTop .6s forwards; }
      main section#symptoms3 .inner .img_box {
        opacity: 0; }
        main section#symptoms3 .inner .img_box.animateActive {
          animation: DownToTop .6s forwards;
          animation-delay: .3s; }
        main section#symptoms3 .inner .img_box .left {
          opacity: 0; }
          main section#symptoms3 .inner .img_box .left.animateActive {
            animation: opacity .6s forwards;
            animation-delay: .5s; }
        main section#symptoms3 .inner .img_box .right {
          opacity: 0; }
          main section#symptoms3 .inner .img_box .right.animateActive {
            animation: opacity .6s forwards;
            animation-delay: .7s; }
      main section#symptoms3 .inner .section-icon-title {
        opacity: 0; }
        main section#symptoms3 .inner .section-icon-title.animateActive {
          animation: DownToTop .6s forwards; }
        main section#symptoms3 .inner .section-icon-title ul li {
          opacity: 0; }
          main section#symptoms3 .inner .section-icon-title ul li:nth-child(1).animateActive {
            animation: DownToTop .6s forwards;
            animation-delay: .2s; }
          main section#symptoms3 .inner .section-icon-title ul li:nth-child(2).animateActive {
            animation: DownToTop .6s forwards;
            animation-delay: .3s; }
          main section#symptoms3 .inner .section-icon-title ul li:nth-child(3).animateActive {
            animation: DownToTop .6s forwards;
            animation-delay: .4s; }
          main section#symptoms3 .inner .section-icon-title ul li:nth-child(4).animateActive {
            animation: DownToTop .6s forwards;
            animation-delay: .5s; }
    main section#product {
      background: #ffe6df;
      height: auto; }
      main section#product a i {
        font-size: 1.3333333333rem;
        margin-left: 0.5555555556rem; }
      main section#product .inner {
        width: 100%;
        margin: auto;
        overflow: hidden; }
        main section#product .inner .product-group {
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-flow: wrap;
          overflow: hidden;
          height: 35.5555555556rem; }
          main section#product .inner .product-group .left {
            width: 100%;
            opacity: 0;
            margin-top: -10.8333333333rem;
            text-align: center; }
            main section#product .inner .product-group .left img {
              width: 35.5555555556rem; }
            main section#product .inner .product-group .left.animateActive {
              animation: RightToLeft .6s forwards; }
          main section#product .inner .product-group .right {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-flow: wrap;
            width: 27.4722222222rem;
            padding-top: 3.3333333333rem; }
            main section#product .inner .product-group .right .msg {
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #2d2d2d;
              font-size: 1.3888888889rem;
              line-height: 1.3888888889rem;
              font-weight: 600;
              letter-spacing: -.5px;
              width: 16.3888888889rem;
              height: 3.1944444444rem;
              border-radius: 1.6111111111rem;
              background: #fff;
              margin-bottom: 1.3888888889rem;
              opacity: 0; }
              main section#product .inner .product-group .right .msg:before {
                content: "";
                position: absolute;
                bottom: -0.6388888889rem;
                width: 1.0277777778rem;
                height: 0.6388888889rem;
                background: url(/images/speech_bubble_arrow.svg) 50% 50% no-repeat;
                background-size: contain; }
              main section#product .inner .product-group .right .msg.animateActive {
                animation: DownToTop .6s forwards;
                animation-delay: .2s; }
            main section#product .inner .product-group .right h3 {
              width: 100%;
              margin-bottom: 1.5277777778rem;
              opacity: 0; }
              main section#product .inner .product-group .right h3 img {
                width: 100%; }
              main section#product .inner .product-group .right h3.animateActive {
                animation: LeftToRight .6s forwards;
                animation-delay: .4s; }
            main section#product .inner .product-group .right p {
              color: #2d2d2d;
              font-size: 1.2222222222rem;
              line-height: 1.1944444444rem;
              font-weight: 700;
              opacity: 0; }
              main section#product .inner .product-group .right p.animateActive {
                animation: LeftToRight .6s forwards;
                animation-delay: .6s; }
          main section#product .inner .product-group > a {
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -8.8888888889rem;
            display: flex;
            justify-content: center;
            align-items: center;
            -webkit-border-top-left-radius: 0.5555555556rem;
            -webkit-border-top-right-radius: 0.5555555556rem;
            -moz-border-radius-topleft: 0.5555555556rem;
            -moz-border-radius-topright: 0.5555555556rem;
            border-top-left-radius: 0.5555555556rem;
            border-top-right-radius: 0.5555555556rem;
            width: 17.7777777778rem;
            height: 2.6666666667rem;
            color: #fff6ad;
            font-size: 1.2222222222rem;
            line-height: 1.2222222222rem;
            background: #2d2d2d;
            opacity: 0;
            z-index: 3; }
            main section#product .inner .product-group > a.animateActive {
              animation: opacity .6s forwards;
              animation-delay: .8s; }
      main section#product .product-info {
        background: #fff; }
        main section#product .product-info .inner {
          width: 100%;
          margin: auto;
          flex-flow: wrap;
          padding-bottom: 50px; }
          main section#product .product-info .inner h4 {
            width: 100%;
            padding: 60px 0 45px 0;
            color: #656565;
            font-size: 2.2222222222rem;
            line-height: 2.2222222222rem;
            text-align: center;
            font-weight: 800; }
          main section#product .product-info .inner ul {
            width: 90%;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            margin: 0 auto 1.1666666667rem auto;
            flex-flow: wrap; }
            main section#product .product-info .inner ul li {
              color: #656565;
              font-size: 1.1666666667rem;
              line-height: 1.5555555556rem;
              font-weight: 500; }
              main section#product .product-info .inner ul li:first-child {
                width: 9.7222222222rem;
                margin-bottom: 0.2777777778rem; }
                main section#product .product-info .inner ul li:first-child strong {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  color: #fff;
                  font-size: 1.1666666667rem;
                  line-height: 1.1388888889rem;
                  font-weight: 600;
                  width: 100%;
                  height: 1.8611111111rem;
                  border-radius: 0.9444444444rem;
                  background: #656565;
                  color: #fff; }
              main section#product .product-info .inner ul li:last-child {
                width: 100%;
                padding-top: 0.5555555556rem;
                margin-bottom: 0.5555555556rem; }
              main section#product .product-info .inner ul li ul {
                width: 100%;
                justify-content: flex-start;
                flex-flow: wrap;
                list-style: decimal;
                padding-left: 20px;
                margin-bottom: 0; }
                main section#product .product-info .inner ul li ul li {
                  word-break: keep-all;
                  font-weight: 700; }
                  main section#product .product-info .inner ul li ul li.normal {
                    font-weight: 500; }
                  main section#product .product-info .inner ul li ul li:first-child, main section#product .product-info .inner ul li ul li:last-child {
                    width: 100%; }
                  main section#product .product-info .inner ul li ul li:last-child {
                    font-weight: 700; }
                    main section#product .product-info .inner ul li ul li:last-child.normal {
                      font-weight: 500; }
                  main section#product .product-info .inner ul li ul li ul {
                    padding-left: 0;
                    list-style: none;
                    margin-bottom: 28px; }
                    main section#product .product-info .inner ul li ul li ul li {
                      display: flex;
                      justify-content: flex-start;
                      align-items: flex-start;
                      width: calc(100%-20px);
                      font-weight: 500; }
                      main section#product .product-info .inner ul li ul li ul li:first-child, main section#product .product-info .inner ul li ul li ul li:last-child {
                        width: calc(100%-20px);
                        padding-top: 0;
                        font-weight: 500; }
                      main section#product .product-info .inner ul li ul li ul li:before {
                        content: "";
                        display: inline-block;
                        width: 1.1111111111rem;
                        height: auto; }
                      main section#product .product-info .inner ul li ul li ul li:nth-child(1):before {
                        content: "1)"; }
                      main section#product .product-info .inner ul li ul li ul li:nth-child(2):before {
                        content: "2)"; }
                      main section#product .product-info .inner ul li ul li ul li:nth-child(3):before {
                        content: "3)"; }
                      main section#product .product-info .inner ul li ul li ul li:nth-child(4):before {
                        content: "4)"; }
                      main section#product .product-info .inner ul li ul li ul li:nth-child(5):before {
                        content: "5)"; }
        main section#product .product-info .btn_wrap {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 2.6666666667rem;
          background: #f88180; }
          main section#product .product-info .btn_wrap a {
            display: flex;
            justify-content: center;
            align-items: center;
            -webkit-border-bottom-left-radius: 0.5555555556rem;
            -webkit-border-bottom-right-radius: 0.5555555556rem;
            -moz-border-radius-bottomleft: 0.5555555556rem;
            -moz-border-radius-bottomright: 0.5555555556rem;
            border-bottom-left-radius: 0.5555555556rem;
            border-bottom-right-radius: 0.5555555556rem;
            width: 17.7777777778rem;
            height: 2.6666666667rem;
            color: #383838;
            font-size: 1.2222222222rem;
            line-height: 1.2222222222rem;
            background: #c0c0c0;
            font-weight: 600; }
    main section#constituent {
      background-color: #f88180;
      height: 72.2222222222rem;
      padding-top: 2.2222222222rem; }
      main section#constituent:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 5rem;
        height: 1.8888888889rem; }
      main section#constituent .inner {
        z-index: 2; }
        main section#constituent .inner .why-group {
          width: 944px;
          margin: auto; }
          main section#constituent .inner .why-group h3 {
            text-align: center;
            margin-bottom: 3.1944444444rem;
            opacity: 0; }
            main section#constituent .inner .why-group h3 img {
              width: 19.1944444444rem; }
            main section#constituent .inner .why-group h3.animateActive {
              animation: DownToTop .6s forwards; }
          main section#constituent .inner .why-group ul {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-flow: wrap;
            margin: 0 auto 2.7777777778rem auto;
            width: 30.8333333333rem; }
            main section#constituent .inner .why-group ul li {
              position: relative;
              height: 7.2222222222rem;
              width: 15.0555555556rem;
              background: #fff;
              border-radius: 0.6666666667rem;
              display: flex;
              justify-content: center;
              align-items: center;
              align-content: center;
              flex-flow: wrap;
              padding-top: 1.8055555556rem;
              opacity: 0; }
              main section#constituent .inner .why-group ul li i {
                width: 4.1666666667rem;
                height: 2.8611111111rem;
                background: url(/images/speech_bubble.svg) 0 0 no-repeat;
                background-size: contain;
                position: absolute;
                left: 50%;
                margin-left: -2.0833333333rem;
                top: -0.9722222222rem;
                text-align: center;
                padding-top: 0.3333333333rem;
                color: #fff;
                font-size: 1.2777777778rem;
                line-height: 1.5555555556rem;
                font-weight: 800; }
              main section#constituent .inner .why-group ul li p {
                color: #2d2d2d;
                font-size: 1.1111111111rem;
                line-height: 1.1111111111rem;
                font-weight: 600;
                letter-spacing: -.5px; }
              main section#constituent .inner .why-group ul li strong {
                color: #d61d4a;
                font-size: 1.3888888889rem;
                line-height: 1.3888888889rem;
                font-weight: 800;
                letter-spacing: -.5px;
                padding-top: 0.5555555556rem; }
              main section#constituent .inner .why-group ul li:nth-child(1), main section#constituent .inner .why-group ul li:nth-child(2) {
                margin-bottom: 1.6666666667rem; }
              main section#constituent .inner .why-group ul li:nth-child(1).animateActive {
                animation: DownToTop .6s forwards;
                animation-delay: .2s; }
              main section#constituent .inner .why-group ul li:nth-child(2).animateActive {
                animation: DownToTop .6s forwards;
                animation-delay: .3s; }
              main section#constituent .inner .why-group ul li:nth-child(3).animateActive {
                animation: DownToTop .6s forwards;
                animation-delay: .4s; }
              main section#constituent .inner .why-group ul li:nth-child(4).animateActive {
                animation: DownToTop .6s forwards;
                animation-delay: .5s; }
        main section#constituent .inner .troxerutin {
          width: 32.2222222222rem;
          margin: auto; }
          main section#constituent .inner .troxerutin h3 {
            text-align: center;
            opacity: 0; }
            main section#constituent .inner .troxerutin h3 img {
              width: 26.6944444444rem; }
            main section#constituent .inner .troxerutin h3.animateActive {
              animation: opacity .6s forwards;
              animation-delay: .5s; }
          main section#constituent .inner .troxerutin p {
            color: #383838;
            font-size: 1.3333333333rem;
            line-height: 1.6666666667rem;
            padding: 0.9722222222rem 0 1.6666666667rem 0;
            text-align: center;
            font-weight: 600;
            opacity: 0; }
            main section#constituent .inner .troxerutin p.animateActive {
              animation: opacity .6s forwards;
              animation-delay: .6s; }
          main section#constituent .inner .troxerutin .info-box {
            background: #fff;
            border-radius: 0.4444444444rem;
            width: 100%;
            padding: 2.7777777778rem 0;
            margin-bottom: 3.3333333333rem;
            opacity: 0; }
            main section#constituent .inner .troxerutin .info-box.animateActive {
              animation: opacity .6s forwards;
              animation-delay: .7s; }
            main section#constituent .inner .troxerutin .info-box .img-box {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 28.3055555556rem;
              margin: auto; }
              main section#constituent .inner .troxerutin .info-box .img-box li {
                width: 10.9166666667rem;
                text-align: center;
                opacity: 0; }
                main section#constituent .inner .troxerutin .info-box .img-box li img {
                  width: 100%; }
                main section#constituent .inner .troxerutin .info-box .img-box li:nth-child(2) {
                  width: 6.4722222222rem; }
                main section#constituent .inner .troxerutin .info-box .img-box li:nth-child(1).animateActive {
                  animation: RightToLeft .6s forwards;
                  animation-delay: .7s; }
                main section#constituent .inner .troxerutin .info-box .img-box li:nth-child(2) {
                  z-index: 2; }
                  main section#constituent .inner .troxerutin .info-box .img-box li:nth-child(2).animateActive {
                    animation: opacity .6s forwards;
                    animation-delay: .8s; }
                main section#constituent .inner .troxerutin .info-box .img-box li:nth-child(3).animateActive {
                  animation: LeftToRight .6s forwards;
                  animation-delay: .9s; }
            main section#constituent .inner .troxerutin .info-box .txt-box {
              display: flex;
              justify-content: space-between;
              align-items: center;
              width: 100%;
              margin: 2.3333333333rem auto 0 auto; }
              main section#constituent .inner .troxerutin .info-box .txt-box li {
                display: flex;
                justify-content: center;
                align-items: flex-start;
                flex-flow: wrap;
                width: 14.9444444444rem;
                height: 7.6388888889rem;
                text-align: center;
                opacity: 0; }
                main section#constituent .inner .troxerutin .info-box .txt-box li .title {
                  width: 100%;
                  color: #d61d4a;
                  font-size: 1.3333333333rem;
                  line-height: 1.3333333333rem;
                  font-weight: 800; }
                main section#constituent .inner .troxerutin .info-box .txt-box li p {
                  width: 100%;
                  color: #2d2d2d;
                  font-size: 1rem;
                  line-height: 1.3888888889rem;
                  font-weight: 600;
                  padding: 0.5555555556rem 0 0 0; }
                  main section#constituent .inner .troxerutin .info-box .txt-box li p strong {
                    color: #d61d4a; }
                main section#constituent .inner .troxerutin .info-box .txt-box li:nth-child(1).animateActive {
                  animation: opacity .6s forwards;
                  animation-delay: .7s; }
                main section#constituent .inner .troxerutin .info-box .txt-box li:nth-child(2).animateActive {
                  animation: opacity .6s forwards;
                  animation-delay: .9s; }
    main section#faqPage {
      background: #d1c1a7 url(/images/m_faq_bg.jpg) 50% 0 no-repeat;
      background-size: 100%;
      overflow: hidden;
      height: auto; }
      main section#faqPage .inner {
        width: 100%;
        margin: auto;
        flex-flow: wrap;
        justify-content: flex-start;
        padding-bottom: 4.4444444444rem;
        height: 100%; }
        main section#faqPage .inner h3 {
          width: 100%;
          text-align: center;
          padding-top: 3.3333333333rem;
          padding-bottom: 5.5555555556rem;
          opacity: 0; }
          main section#faqPage .inner h3 img {
            width: 6.6388888889rem; }
          main section#faqPage .inner h3 p {
            color: #2d2d2d;
            font-size: 1.3333333333rem;
            line-height: 1.3333333333rem;
            font-weight: 600; }
          main section#faqPage .inner h3.animateActive {
            animation: DownToTop .6s forwards; }
        main section#faqPage .inner > ul {
          position: relative;
          z-index: 2;
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-flow: wrap; }
          main section#faqPage .inner > ul > li {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 0.6388888889rem 0;
            flex-flow: wrap;
            background: #fff;
            border-radius: 0.4444444444rem;
            margin-bottom: 1.1111111111rem;
            width: 92.1875%;
            overflow: hidden;
            transition: all .3s ease-in-out;
            opacity: 0; }
            main section#faqPage .inner > ul > li span {
              display: inline-block;
              width: 13%; }
              main section#faqPage .inner > ul > li span img {
                width: 2.5277777778rem;
                margin-left: 0.9444444444rem; }
            main section#faqPage .inner > ul > li strong {
              display: flex;
              justify-content: space-between;
              align-items: center;
              width: 87%; }
              main section#faqPage .inner > ul > li strong p {
                color: #d61d4a;
                font-size: 1.3888888889rem;
                line-height: 1.3888888889rem;
                font-weight: 800;
                cursor: pointer; }
              main section#faqPage .inner > ul > li strong i {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 2.8055555556rem;
                font-weight: 700;
                color: #d61d4a;
                font-size: 1rem;
                line-height: 1rem;
                transition: all .2s ease-in-out;
                cursor: pointer; }
            main section#faqPage .inner > ul > li .faq-content {
              display: none;
              padding: 0.9722222222rem 1.9444444444rem 1.6666666667rem 4.0277777778rem;
              color: #383838;
              font-size: 1rem;
              line-height: 1.3333333333rem;
              word-break: keep-all; }
              main section#faqPage .inner > ul > li .faq-content ul {
                width: 100%;
                justify-content: flex-start;
                flex-flow: wrap;
                list-style: decimal;
                padding-left: 1.1111111111rem;
                margin-bottom: 1.1111111111rem; }
                main section#faqPage .inner > ul > li .faq-content ul li {
                  color: #383838;
                  font-size: 1rem;
                  line-height: 1.3333333333rem;
                  margin-bottom: 0.2777777778rem;
                  display: list-item;
                  width: auto;
                  padding: 0;
                  height: auto;
                  overflow: visible;
                  word-break: keep-all; }
                  main section#faqPage .inner > ul > li .faq-content ul li ul {
                    padding-left: 0;
                    list-style: none;
                    margin-top: 0.5555555556rem;
                    margin-bottom: 0.5555555556rem; }
                    main section#faqPage .inner > ul > li .faq-content ul li ul li {
                      color: #383838;
                      font-size: 0.8888888889rem;
                      line-height: 1.1666666667rem;
                      display: flex;
                      justify-content: flex-start;
                      align-items: flex-start;
                      margin-bottom: 0;
                      width: calc(100% - 1.1111111111rem);
                      flex-flow: nowrap;
                      height: auto;
                      overflow: visible;
                      margin-bottom: 0.5555555556rem;
                      word-break: keep-all; }
                      main section#faqPage .inner > ul > li .faq-content ul li ul li:before {
                        content: "-";
                        display: inline-block;
                        width: 1.1111111111rem;
                        height: auto; }
                      main section#faqPage .inner > ul > li .faq-content ul li ul li:nth-child(1):before {
                        content: "-"; }
                      main section#faqPage .inner > ul > li .faq-content ul li ul li:nth-child(2):before {
                        content: "-"; }
                      main section#faqPage .inner > ul > li .faq-content ul li ul li:nth-child(3):before {
                        content: "-"; }
                      main section#faqPage .inner > ul > li .faq-content ul li ul li:nth-child(4):before {
                        content: "-"; }
                      main section#faqPage .inner > ul > li .faq-content ul li ul li:nth-child(5):before {
                        content: "-"; }
            main section#faqPage .inner > ul > li.active strong i {
              transform: rotate(45deg); }
            main section#faqPage .inner > ul > li:nth-child(1).animateActive {
              animation: DownToTop .6s forwards;
              animation-delay: 0.2s; }
            main section#faqPage .inner > ul > li:nth-child(2).animateActive {
              animation: DownToTop .6s forwards;
              animation-delay: 0.3s; }
            main section#faqPage .inner > ul > li:nth-child(3).animateActive {
              animation: DownToTop .6s forwards;
              animation-delay: 0.4s; }
            main section#faqPage .inner > ul > li:nth-child(4).animateActive {
              animation: DownToTop .6s forwards;
              animation-delay: 0.5s; }
        main section#faqPage .inner .model {
          position: absolute;
          width: 13.1388888889rem;
          height: 39.6666666667rem;
          top: 2.3611111111rem;
          right: 0.3888888889rem;
          opacity: 0;
          z-index: 1; }
          main section#faqPage .inner .model img {
            width: 100%; }
          main section#faqPage .inner .model.animateActive {
            animation: opacity .6s forwards;
            animation-delay: .3s; }
    main section#foot {
      height: auto; }
      main section#foot #drugstore {
        padding: 4.5833333333rem 0; }
        main section#foot #drugstore .product-group {
          width: 32.2222222222rem;
          margin: auto;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-flow: wrap; }
          main section#foot #drugstore .product-group .left {
            width: 12rem;
            opacity: 0; }
            main section#foot #drugstore .product-group .left img {
              width: 11.0833333333rem; }
            main section#foot #drugstore .product-group .left.animateActive {
              animation: RightToLeft .6s forwards; }
          main section#foot #drugstore .product-group .right {
            width: 20.2222222222rem; }
            main section#foot #drugstore .product-group .right h3 {
              width: 19.0277777778rem;
              margin-bottom: 0.8888888889rem;
              opacity: 0; }
              main section#foot #drugstore .product-group .right h3 img {
                width: 100%; }
              main section#foot #drugstore .product-group .right h3.animateActive {
                animation: LeftToRight .6s forwards;
                animation-delay: .2s; }
            main section#foot #drugstore .product-group .right p {
              color: #383838;
              font-size: 1.3333333333rem;
              line-height: 1.6666666667rem;
              font-weight: 600;
              opacity: 0; }
              main section#foot #drugstore .product-group .right p strong {
                color: #d61d4a; }
              main section#foot #drugstore .product-group .right p.animateActive {
                animation: LeftToRight .6s forwards;
                animation-delay: .3s; }
          main section#foot #drugstore .product-group .bottom {
            width: 100%; }
            main section#foot #drugstore .product-group .bottom .input-row {
              display: flex;
              justify-content: space-between;
              align-items: center;
              margin-top: 25px;
              padding-left: 0;
              opacity: 0; }
              main section#foot #drugstore .product-group .bottom .input-row input[type=text] {
                width: 22.8333333333rem !important;
                height: 3.4722222222rem;
                border: 0.0555555556rem solid #d61d4a;
                font-weight: 600;
                padding: 0 1.3888888889rem;
                color: #656565;
                font-size: 1.3888888889rem;
                line-height: 1.3611111111rem; }
                main section#foot #drugstore .product-group .bottom .input-row input[type=text]::placeholder {
                  color: #656565;
                  font-size: 1.3888888889rem; }
              main section#foot #drugstore .product-group .bottom .input-row button {
                width: 8.8888888889rem !important;
                height: 3.5555555556rem !important;
                color: #fff;
                font-size: 1.3888888889rem;
                line-height: 1.3611111111rem;
                font-weight: 600;
                padding: 15px 10px;
                background: -webkit-linear-gradient(#c42c51 0%, #f02e5a 100%);
                background: -o-linear-gradient(#c42c51 0%, #f02e5a 100%);
                background: linear-gradient(#c42c51 0%, #f02e5a 100%); }
                main section#foot #drugstore .product-group .bottom .input-row button i {
                  display: inline-block;
                  width: 1.5rem;
                  height: 1.5555555556rem;
                  background: url(/images/search.svg) 0 0 no-repeat;
                  background-size: 1.5rem 1.5555555556rem;
                  margin-left: 0.5555555556rem; }
              main section#foot #drugstore .product-group .bottom .input-row.animateActive {
                animation: opacity .6s forwards;
                animation-delay: .5s; }
      main section#foot #footer {
        border-top: 1px solid #d9d9d9;
        padding: 2.2222222222rem 0; }
        main section#foot #footer .footer-inner {
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-flow: wrap;
          width: 100%;
          margin: auto; }
          main section#foot #footer .footer-inner .left {
            width: 100%;
            text-align: center; }
            main section#foot #footer .footer-inner .left p {
              text-align: center;
              color: #656565;
              font-size: 1.2222222222rem;
              line-height: 1.6666666667rem; }
              main section#foot #footer .footer-inner .left p:nth-child(1) {
                margin-bottom: 1.9444444444rem; }
            main section#foot #footer .footer-inner .left #completed_number {
              margin-top: 1.1111111111rem; }
          main section#foot #footer .footer-inner .right {
            width: 100%;
            margin-bottom: 1.3888888889rem; }
            main section#foot #footer .footer-inner .right .dropdown {
              width: 23.0555555556rem;
              margin: auto; }
              main section#foot #footer .footer-inner .right .dropdown button {
                height: 3.0555555556rem;
                color: #656565;
                font-size: 1.2777777778rem;
                line-height: 1.2777777778rem; }
                main section#foot #footer .footer-inner .right .dropdown button:before {
                  height: 1.3333333333rem; }
            main section#foot #footer .footer-inner .right .dropdown-box[direction=top] .dropdown-list {
              top: unset;
              bottom: 3.0555555556rem; }

#drugstore_search {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 9.6111111111rem;
  height: 9.6111111111rem;
  transition: all .5s ease-in; }
  #drugstore_search img {
    width: 100%; }
  #drugstore_search.hide {
    opacity: 0;
    right: -7.5rem; }

@keyframes signal-bg1 {
  0% {
    opacity: 0; }
  33.33333333333333%,100% {
    opacity: 1; } }
@keyframes signal-bg2 {
  0%,33.33333333333333% {
    opacity: 0; }
  66.66666666666666%, 100% {
    opacity: 1; } }
@keyframes signal-bg3 {
  0%,66.66666666666666% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes main_model_opacity2 {
  0%,33.33333333333333% {
    opacity: 0; }
  66.66666666666666%,100% {
    opacity: 1; } }
@keyframes main_model_opacity1 {
  0%,33.33333333333333% {
    opacity: 1; }
  66.66666666666666%,100% {
    opacity: 0; } }
@keyframes navScale {
  0% {
    transform: scale(1);
    opacity: 0;
    background: transparent; }
  100% {
    transform: scale(1.4);
    opacity: 1;
    background: #d61d4a; } }
@keyframes navAni {
  0% {
    background: #c0c0c0; }
  100% {
    background: #d61d4a; } }
@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes top-down {
  0% {
    opacity: 0;
    top: -50px; }
  100% {
    opacity: 1;
    top: 0; } }
@keyframes RightToLeft {
  0% {
    opacity: 0;
    left: 100px; }
  100% {
    opacity: 1;
    left: 0; } }
@keyframes LeftToRight {
  0% {
    opacity: 0;
    right: 100px; }
  100% {
    opacity: 1;
    right: 0; } }
@keyframes DownToTop {
  0% {
    opacity: 0;
    top: 100px; }
  100% {
    opacity: 1;
    top: 0; } }
@keyframes down-top {
  0% {
    opacity: 0;
    bottom: -8.3333333333rem; }
  100% {
    opacity: 1;
    bottom: 0; } }
@keyframes pkg_water {
  0% {
    left: 1.8055555556rem;
    top: 1.3888888889rem;
    opacity: 0; }
  100% {
    left: 0;
    top: 1.5277777778rem;
    opacity: 1; } }
@keyframes pkg_rotate {
  0% {
    transform: rotate(0deg) translate(0, 0); }
  100% {
    transform: rotate(15deg) translate(0.2555555556rem, -0.5722222222rem); } }
@keyframes signal_txt {
  0% {
    opacity: 0;
    left: 100px; }
  100% {
    opacity: 1;
    left: 0; } }
