.section-title-box {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .section-title-box {
    top: 0px;
  }
}

.section-title-box.static {
  position: static;
}

.section-title-box.right {
  margin-right: -32px;
}

@media screen and (max-width: 767px) {
  .section-title-box.right {
    margin-right: -16px;
  }
}

.section-title-box.left {
  margin-left: -16px;
}

@media screen and (max-width: 767px) {
  .section-title-box.left {
    /* margin-left: -8px; */
  }
}

@media screen and (max-width: 991px) {
  .section-title-box.for-pc {
    display: none;
  }
}

.section-title-box.for-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .section-title-box.for-mobile {
    display: block;
  }
}

.section-title-box .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 40px;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .section-title-box .section-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section-title-box .section-title {
    font-size: 16px;
  }
}
.section-title-box .section-title .bg-title h1{
  margin-top: 10px;
}
.section-title-box .section-title .bg-title span,
.section-title-box .section-title .bg-title,
.section-title-box .section-title .bg-title h1 {
  background-color: #592a80;
  color: white;
  margin-right: 10px;
  padding-right: 16px;
  font-size: 32px;
  font-weight: 400;
}

.section-title-box .section-title .bg-title span{
  margin: 0 0.5rem;
  position: relative;
}

/* .section-title-box .section-title .bg-title span:nth-child(2):after{
  content: '|';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
  font-size: 1rem;
} */

@media screen and (max-width: 576px) {
  .section-title-box .section-title .bg-title {
    padding: 2px 12px;
    max-width: 100%;

  }
  .section-title-box .section-title .bg-title span,
  .section-title-box .section-title .bg-title,
  .section-title-box .section-title .bg-title h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .section-title-box .section-title .bg-title{
    padding: 2px 12px;

  }
  .section-title-box .section-title .bg-title span,
  .section-title-box .section-title .bg-title,
  .section-title-box .section-title .bg-title h1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .section-title-box .section-title .bg-title{
    padding: 2px 12px;
    /* max-width: 140px; */

  }
  .section-title-box .section-title .bg-title span,
  .section-title-box .section-title .bg-title,
  .section-title-box .section-title .bg-title h1 {
font-size: 16px;
  }
}

@media screen and (max-width: 425px) {
  .section-title-box .section-title .bg-title span {
    display: block;
  }
  .section-title-box .section-title .bg-title span:nth-child(2):after{
    display: none;
  }
}

.section-title-box .section-title .nor-title h2,
.section-title-box .section-title .nor-title {
  text-transform: uppercase;
  margin-right: 16px;
  line-height: 1;
  font-size: 24px;
}

@media screen and (max-width: 576px) {
  .section-title-box .section-title .nor-title h2,
  .section-title-box .section-title .nor-title{
    font-size: 19px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 320px) {
  .section-title-box .section-title .nor-title {
    font-size: 20px;
  }
}

.swiper-pagination-bullet-active {
  background-color: black;
}

.banner-slider {
  position: relative;
}

.banner-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .banner-slider .swiper-slide img.for-desktop {
    display: none;
  }
}

.banner-slider .swiper-slide img.for-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .banner-slider .swiper-slide img.for-mobile {
    display: block;
  }
}

.brand-story-box {
  width: 100%;
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}

@media screen and (max-width: 320px) {
  .brand-story-box {
    padding: 24px 0;
  }
}

.brand-story-box .section-title-box .section-title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.brand-story-box .section-title-box .section-title .bg-title {
  position: relative;
}

.brand-story-box .section-title-box .section-title .bg-title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200%;
  right: -199%;
  background-color: #592a80;
}

.brand-story-box p {
  font-size: 20px;
  /* text-align: justify; */
}

@media screen and (max-width: 767px) {
  .brand-story-box p {
    font-size: 16px;
  }
}

.our-core-ideology-box {
  position: relative;
  padding: 32px 0;
  background: #e2e2e2;
  background: -webkit-gradient(linear, left top, right top, from(#e2e2e2), color-stop(8%, #dddddd), color-stop(25%, #ffffff), color-stop(50%, #dbdbdb), color-stop(75%, #fefefe), color-stop(92%, #dddddd), to(#d1d1d1));
  background: linear-gradient(to right, #e2e2e2 0%, #dddddd 8%, #ffffff 25%, #dbdbdb 50%, #fefefe 75%, #dddddd 92%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1',GradientType=1 );
}

@media screen and (max-width: 576px) {
  .our-core-ideology-box {
    padding: 24px 0;
  }
}

.our-core-ideology-box .our-core-hand {
  position: absolute;
  top: 0;
  right: 160px;
}

.our-core-ideology-box .our-core-hand img {
  width: 400px;
}

@media screen and (max-width: 1200px) {
  .our-core-ideology-box .our-core-hand img {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .our-core-ideology-box .our-core-hand {
    display: none;
  }
}

.our-core-ideology-box .our-core-item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 16px;
}

@media screen and (max-width: 1199px) {
  .our-core-ideology-box .our-core-item-group {
    padding: 0px;
  }
}

@media screen and (max-width: 991px) {
  .our-core-ideology-box .our-core-item-group {
    margin-bottom: 1rem;
  }
}

.our-core-ideology-box .our-core-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.our-core-ideology-box .our-core-item:first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .our-core-ideology-box .our-core-item:first-child {
    padding-top: 0px;
    padding-right: 0;
    width: 60px;
  }
}

@media screen and (max-width: 320px) {
  .our-core-ideology-box .our-core-item:first-child {
    padding-top: 0px;
    padding-right: 0;
    width: 60px;
  }
}

.our-core-ideology-box .our-core-item .item-title {
  font-size: 24px;
  font-weight: 600;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1199px) {
  .our-core-ideology-box .our-core-item .item-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .our-core-ideology-box .our-core-item .item-title {
    font-size: 16px;
    height: auto;
  }
}

.our-core-ideology-box .our-core-item .item-content {
  font-size: 16px;
  padding-top: 24px;
  text-align: justify;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1199px) {
  .our-core-ideology-box .our-core-item .item-content {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .our-core-ideology-box .our-core-item .item-content {
    font-size: 12px;
    padding-top: 12px;
  }
}

.our-core-ideology-box .our-core-item .more-btn {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .our-core-ideology-box .our-core-item .more-btn {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .our-core-ideology-box .our-core-item .more-btn a {
    font-size: 12px;
  }
}

.rnine-box {
  position: relative;
  background-image: url("/frontend/img/index/r9-bg-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 96px;
}

@media screen and (max-width: 991px) {
  .rnine-box {
    background: white;
    padding: 24px 0;
    height: auto;
  }
}

.rnine-box .r9-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rnine-box .r9-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.rnine-box .r9-img-box img {
  margin: 16px;
}

.rnine-box .r9-mobile-title {
  color: #592a80;
  font-weight: 900;
  font-size: 64px;
}

@media screen and (max-width: 576px) {
  .rnine-box .r9-mobile-title {
    font-size: 96px;
  }
}

@media screen and (max-width: 425px) {
  .rnine-box .r9-mobile-title {
    font-size: 64px;
  }
}

@media screen and (max-width: 320px) {
  .rnine-box .r9-mobile-title {
    font-size: 32px;
  }
}

.rnine-box .r9-title {
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .rnine-box .r9-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 425px) {
  .rnine-box .r9-title {
    font-size: 16px;
  }
}

.rnine-box .r9-content, .rnine-box .r9-content h3 {
  font-size: 32px;
  margin: 36px 0;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .rnine-box .r9-content {
    font-size: 20px;
    margin: 16px 0;
  }
}

@media screen and (max-width: 425px) {
  .rnine-box .r9-content {
    font-size: 16px;
    margin: 16px 0;
  }
}

@media screen and (max-width: 320px) {
  .rnine-box .r9-content {
    font-size: 12px;
    margin: 16px 0;
  }
}

.r9-detail {
  position: relative;
  padding-bottom: 0;
  background-color: #592a80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .r9-detail {
    padding: 0;
  }
}

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

.r9-detail .r9-detail-info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.r9-detail .r9-detail-info-group .r9-detail-info {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
  padding: 30px;
}

.r9-detail .r9-detail-info-group .r9-detail-info:nth-child(1) {
  padding-right: 12.5%;
}

@media screen and (max-width: 991px) {
  .r9-detail .r9-detail-info-group .r9-detail-info:nth-child(1) {
    padding: 16px;
  }
}

.r9-detail .r9-detail-info-group .r9-detail-info:nth-child(2) {
  padding-left: 12.5%;
}

@media screen and (max-width: 991px) {
  .r9-detail .r9-detail-info-group .r9-detail-info:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .r9-detail .r9-detail-info-group .r9-detail-info {
    width: 100%;
  }
}

.r9-detail .r9-prod-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 12.5%;
}

.r9-detail .r9-prod-img img {
  width: 100%;
}

.r9-detail .r9-detail-title, .r9-detail .r9-detail-title h3 {
  color: white;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .r9-detail .r9-detail-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    padding: 32px 0 0;
  }
}

.r9-detail .r9-detail-title span {
  display: inline-block;
  margin-right: 5px;
  background-color: white;
  color: #592a80;
  padding: 3px 12px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 320px) {
  .r9-detail .r9-detail-title span {
    font-size: 24px;
    padding: 0px 12px;
  }
}

.r9-detail .r9-detail-title p {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .r9-detail .r9-detail-title p {
    font-size: 16px;
    margin-top: 16px;
  }
}

.r9-detail .r9-detail-item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 24px;
}

@media screen and (max-width: 991px) {
  .r9-detail .r9-detail-item-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.r9-detail .r9-detail-item-group .r9-detail-item {
  text-align: center;
  color: white;
  font-size: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 576px) {
  .r9-detail .r9-detail-item-group .r9-detail-item {
    font-size: 16px;
  }
}

.r9-detail .r9-detail-item-group .r9-detail-item + .r9-detail-item {
  margin-left: 24px;
}

@media screen and (max-width: 991px) {
  .r9-detail .r9-detail-item-group .r9-detail-item + .r9-detail-item {
    margin-left: 16px;
  }
}

@media screen and (max-width: 320px) {
  .r9-detail .r9-detail-item-group .r9-detail-item .item {
    font-size: 12px;
    font-weight: 300;
  }
}

@media screen and (max-width: 576px) {
  .r9-detail .r9-detail-item-group .r9-detail-item .item img {
    width: 60px;
  }
}

.r9-detail .r9-detail-item-group .r9-detail-item .item span {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-right: 3px;
}

@media screen and (max-width: 320px) {
  .r9-detail .r9-detail-item-group .r9-detail-item .item span {
    font-size: 20px;
  }
}

.r9-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  height: 100%;
}

.r9-text-content .r9-sub-title {
  font-size: 24px;
}

@media screen and (max-width: 576px) {
  .r9-text-content .r9-sub-title {
    font-size: 16px;
  }
}

.r9-text-content .r9-main-title {
  font-size: 40px;
  font-weight: 600;
  margin: 12px 0;
}

@media screen and (max-width: 576px) {
  .r9-text-content .r9-main-title {
    font-size: 24px;
  }
}

.r9-text-content .r9-small-title {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 24px;
}

@media screen and (max-width: 576px) {
  .r9-text-content .r9-small-title {
    font-size: 16px;
  }
}

.r9-text-content .r9-desc-content {
  margin-top: 24px;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .r9-text-content .r9-desc-content {
    font-size: 16px;
  }
}

.r9-mobile-detail-box {
  padding: 36px;
  text-align: center;
  background-color: #e7e7e7;
  position: relative;
  margin-top: 20px;
}

.r9-mobile-detail-box:before, .r9-mobile-detail-box:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  top: -40px;
}

.r9-mobile-detail-box:before {
  border-width: 40px 0 0 160px;
  border-color: transparent transparent transparent #e7e7e7;
  left: 0;
}

@media screen and (max-width: 991px) {
  .r9-mobile-detail-box:before {
    border-width: 40px 0 0 495.5px;
  }
}

@media screen and (max-width: 767px) {
  .r9-mobile-detail-box:before {
    border-width: 40px 0 0 384px;
  }
}

@media screen and (max-width: 576px) {
  .r9-mobile-detail-box:before {
    border-width: 40px 0 0 288px;
  }
}

@media screen and (max-width: 425px) {
  .r9-mobile-detail-box:before {
    border-width: 40px 0 0 211px;
  }
}

@media screen and (max-width: 375px) {
  .r9-mobile-detail-box:before {
    border-width: 40px 0 0 188px;
  }
}

.r9-mobile-detail-box:after {
  border-width: 40px 160px 0 0px;
  border-color: transparent #e7e7e7 transparent transparent;
  right: 0;
}

@media screen and (max-width: 991px) {
  .r9-mobile-detail-box:after {
    border-width: 40px 495.5px 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .r9-mobile-detail-box:after {
    border-width: 40px 384px 0 0px;
  }
}

@media screen and (max-width: 576px) {
  .r9-mobile-detail-box:after {
    border-width: 40px 288px 0 0px;
  }
}

@media screen and (max-width: 425px) {
  .r9-mobile-detail-box:after {
    border-width: 40px 211px 0 0px;
  }
}

@media screen and (max-width: 375px) {
  .r9-mobile-detail-box:after {
    border-width: 40px 188px 0 0px;
  }
}

.r9-mobile-detail-box .r9-text-content {
  color: black;
}

.r9-mobile-detail-box .more-btn {
  margin-top: 36px;
}

.index-swiper-mobile .swiper-pagination {
  bottom: unset;
}

@media screen and (max-width: 991px) {
  .index-swiper-mobile .swiper-pagination {
    top: 1310px;
  }
}

@media screen and (max-width: 768px) {
  .index-swiper-mobile .swiper-pagination {
    top: 1010px;
  }
}

@media screen and (max-width: 767px) {
  .index-swiper-mobile .swiper-pagination {
    top: 1010px;
  }
}

@media screen and (max-width: 576px) {
  .index-swiper-mobile .swiper-pagination {
    top: 770px;
  }
}

@media screen and (max-width: 425px) {
  .index-swiper-mobile .swiper-pagination {
    top: 560px;
  }
}

@media screen and (max-width: 390px) {
  .index-swiper-mobile .swiper-pagination {
    top: 525px;
  }
}

@media screen and (max-width: 375px) {
  .index-swiper-mobile .swiper-pagination {
    top: 500px;
  }
}

@media screen and (max-width: 320px) {
  .index-swiper-mobile .swiper-pagination {
    top: 420px;
  }
}

.index-swiper-pc .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-swiper-pc .swiper-slide a:first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}

.index-swiper-pc .swiper-slide a:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}

.personalized-skin-care-box .personalized-skin-care-content {
  padding: 72px 0;
}

.personalized-skin-care-box .accordion {
  width: 50%;
  margin: 36px auto 0;
}

@media screen and (max-width: 576px) {
  .personalized-skin-care-box .accordion {
    width: 100%;
    margin-top: 16px;
  }
}

.personalized-skin-care-box .accordion .card {
  border: none;
  overflow: unset;
}

.personalized-skin-care-box .accordion .card + .card {
  margin-top: 16px;
}

.personalized-skin-care-box .accordion .card .card-header {
  background-color: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.personalized-skin-care-box .accordion .card .card-header .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  position: relative;
}

.personalized-skin-care-box .accordion .card .card-header .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.personalized-skin-care-box .accordion .card .card-header .btn:focus .button-item span {
  border: none;
}

.personalized-skin-care-box .accordion .card .card-header .btn.collapsed {
  opacity: .3;
}

.personalized-skin-care-box .accordion .card .card-header .btn.collapsed .button-item span:last-child {
  border-bottom: none;
}

.personalized-skin-care-box .accordion .card .card-header .btn .button-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: black;
  margin-right: 12px;
}

.personalized-skin-care-box .accordion .card .card-header .btn .button-item.position {
  position: absolute;
  left: -140px;
}

@media screen and (max-width: 767px) {
  .personalized-skin-care-box .accordion .card .card-header .btn .button-item.position {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .personalized-skin-care-box .accordion .card .card-header .btn .button-item img {
    width: 55px;
  }
}

@media screen and (max-width: 576px) {
  .personalized-skin-care-box .accordion .card .card-header .btn .button-item img {
    width: 45px;
  }
}

.personalized-skin-care-box .accordion .card .card-header .btn .button-item span:first-child {
  font-size: 64px;
  font-weight: 200;
}

.personalized-skin-care-box .accordion .card .card-header .btn .button-item span:last-child {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 1px solid black;
}

@media screen and (max-width: 576px) {
  .personalized-skin-care-box .accordion .card .card-header .btn .button-item span:last-child {
    font-size: 16px;
  }
}

.personalized-skin-care-box .accordion .card .card-header .btn-link:focus, .personalized-skin-care-box .accordion .card .card-header .btn-link:hover {
  text-decoration: none;
}

.personalized-skin-care-box .bg-color {
  background-color: #cecece;
}

@media screen and (max-width: 991px) {
  .personalized-skin-care-box .bg-color {
    background-color: #592a80;
  }
}

.personalized-skin-care-box .qr-code-box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 96px 0;
}

@media screen and (max-width: 991px) {
  .personalized-skin-care-box .qr-code-box {
    color: white;
  }
}

@media screen and (max-width: 320px) {
  .personalized-skin-care-box .qr-code-box {
    padding: 32px 0;
  }
}

.personalized-skin-care-box .qr-code-box .qr-code-title {
  font-size: 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 320px) {
  .personalized-skin-care-box .qr-code-box .qr-code-title {
    font-size: 24px;
  }
}

.personalized-skin-care-box .qr-code-box .qr-code-sub-title {
  font-size: 24px;
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 320px) {
  .personalized-skin-care-box .qr-code-box .qr-code-sub-title {
    font-size: 16px;
    margin-top: 16px;
  }
}

.personalized-skin-care-box .qr-code-box .qr-code-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 320px) {
  .personalized-skin-care-box .qr-code-box .qr-code-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 36px;
  }
}

.personalized-skin-care-box .qr-code-box .qr-code-img .down-load-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 36px;
}

@media screen and (max-width: 320px) {
  .personalized-skin-care-box .qr-code-box .qr-code-img .down-load-img {
    margin-top: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 320px) {
  .personalized-skin-care-box .qr-code-box .qr-code-img .down-load-img img {
    width: 135px;
  }
}

.personalized-skin-care-box .qr-code-box .qr-code-img img {
  margin-top: 24px;
  width: 160px;
}

@media screen and (max-width: 320px) {
  .personalized-skin-care-box .qr-code-box .qr-code-img img {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 320px) {
  .personalized-skin-care-box .qr-code-box .qr-code-img img.qr-code {
    width: 100px;
  }
}
.menubtn {
  cursor: pointer;
  width: auto;
  /* width: 133px; */
  height: 55px;
  left: 10px;
  bottom: 35px;
  position: fixed;
  background: #67c15f;
  border: 2px solid #67c15f;
  border-radius: 15px;
  z-index: 999;
  font-size: 14px;
}

.menubtn img {
  max-width: 50px;
  max-height: 50px;
  padding: 3px;
  float: right;
}

.menubtn span {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 7px 12px;
  color: #fff;
  position: absolute;
  line-height: 18px;
  font-size: 15px;
}
.navmenu {
  width: 225px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
  position: fixed;
  left: 10px;
  bottom: 70px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .15);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 2px solid #67c15f;
  border-radius: 12px;
  z-index: 999;
}

.navmenu ul.text-list {
  text-align: left;
  width: 90%;
  margin: auto;
}
.navmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navmenu ul.text-list li {
  padding-bottom: 5px;
  margin: 0;
}
.navmenu ul.text-list li a {
  text-decoration: none;
  color: #343434;
  font-size: 12px;
  display: block;
  line-height: 27px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.navmenu ul.text-list li a img {
  border-radius: 30px;
  width: 42px;
  height: 42px;
  vertical-align: middle;
}
.navmenu ul.text-list li a span {
  display: inline-block;
  line-height: 18px;
  margin-left: 8px;
  vertical-align: middle;
}
.navmenu.opened {
  visibility: visible;
  opacity: 1;
}
/*# sourceMappingURL=test.css.map */
