@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  header {
    top: 0;
  }
  header .top {
    display: none;
  }
  header nav .header_logo {
    width: 100%;
    padding: 16px 0;
    position: relative;
  }
  header nav .header_logo a {
    display: block;
    width: 172px;
    height: 48px;
  }
  header nav .header_logo a img {
    width: 100%;
    height: 100%;
  }
  header nav .header_logo .icon_search {
    display: none;
    width: 22px;
    height: 22px;
    background: url(../img/search-g.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
  }
  header nav .header_logo .icon_menu {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/menu-m.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  header nav .header_logo .overlay-m {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  header nav .header_logo .overlay-m.active {
    display: block;
  }
  header nav .header_right {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 80vw;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    transition: all 0.3s;
  }
  header nav .header_right.active {
    left: 0;
  }
  header nav .header_right ul {
    padding-top: 48px;
    display: block;
  }
  header nav .header_right ul li {
    margin: 0;
  }
  header nav .header_right ul li a {
    line-height: 67px;
    padding-left: 32px;
  }
  header nav .header_right ul li a::after {
    display: none;
  }
  header nav .header_right .button {
    margin: 20px 0 0 32px;
  }
  footer .footer {
    padding-top: 50px;
  }
  footer .footer .content > .flex {
    display: block;
    padding-bottom: 30px;
  }
  footer .footer .content > .flex > li:first-child {
    margin-bottom: 30px;
  }
  footer .footer .content > .flex > li:first-child img {
    width: 180px;
    height: auto;
  }
  footer .footer .content > .flex > li:first-child p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 20px 0;
  }
  footer .footer .content > .flex > li:first-child .button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  footer .footer .content > .flex li:not(:first-child) p {
    font-size: 1rem;
    padding: 0 0 0 20px;
    margin: 0 0 16px;
    line-height: 42px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }
  footer .footer .content > .flex li:not(:first-child) p.shop-name {
    border: unset;
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  footer .footer .content > .flex li:not(:first-child) p.shop-name::after {
    display: none;
  }
  footer .footer .content > .flex li:not(:first-child) p.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .footer .content > .flex li:not(:first-child) p::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/arrow_bottom.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .footer .content > .flex li:not(:first-child) > div {
    display: none;
  }
  footer .footer .content > .flex li:not(:first-child) > div ul {
    padding: 0 20px 20px;
  }
  footer .footer .content > .flex li:not(:first-child) > div ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.9rem;
  }
  footer .footer .content > .flex li:not(:first-child) > div ul li a {
    font-size: 0.9rem;
  }
  footer .footer .content > .flex li:not(:first-child).contact-us ul li {
    padding-left: 25px;
    margin-bottom: 0;
  }
  footer .footer .content > .flex li:not(:first-child).contact-us ul li::before {
    top: 15px;
  }
  footer .footer .content > .flex li:not(:first-child).contact-us ul li a {
    margin-bottom: 5px;
  }
  footer .footer .content > .flex li:not(:first-child) div.flex {
    padding: 0 20px;
  }
  footer .footer .content > .flex li:not(:first-child) div.flex > div {
    width: 48%;
    margin-right: 0;
  }
  footer .footer .content > .flex li:not(:first-child) div.flex > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  footer .footer .content > .flex li:not(:first-child) div.flex > div span {
    font-size: 12px;
  }
  footer .footer .content > .flex li:nth-child(2) div {
    display: block;
  }
  footer .footer .copyright {
    justify-content: center;
    margin-bottom: 0;
    height: 30px;
  }
  footer .footer .copyright span {
    font-size: 12px;
  }
  footer .footer .copyright .menu-mini-container {
    display: none;
  }
  .product_detail_like h3 {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .product_detail_like > a {
    width: 120px;
    font-size: 14px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .product_detail_like .like_button_next,
  .product_detail_like .like_button_prev {
    display: none;
  }
  .product_detail_like .swiper_like {
    padding: 30px 0 20px;
  }
  .product_detail_like .swiper_like ul li a {
    min-height: unset;
  }
  .product_detail_like .swiper_like ul li a div {
    height: 235px;
  }
  .product_detail_like .swiper_like ul li a p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 20px 0 10px;
  }
  .product_detail_like .swiper_like ul li a strong {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.subscribe {
    padding: 80px 0 50px;
  }
  section.subscribe div.specials_text span {
    font-size: 14px;
    color: #d49861;
  }
  section.subscribe div.specials_text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    color: #333333;
    margin: 5px 0 10px;
  }
  section.subscribe div.specials_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #808080;
    padding: 0 20px;
  }
  section.subscribe div {
    text-align: center;
  }
  section.subscribe div input[type='email'] {
    width: 70%;
    height: 46px;
    font-size: 0.9rem;
  }
  section.subscribe div input[type='submit'] {
    width: 46px;
    height: 46px;
    background-size: 20px;
  }
  section.subscribe .specials_text + div img:last-child {
    display: none;
  }
  section.subscribe .swiper_subscribe {
    padding: 30px 0;
  }
  .home_service .home_service_nav ul {
    overflow: scroll;
  }
  .home_service .home_service_nav ul li {
    width: 40%;
    margin-right: 20px;
  }
  .home_service .home_service_nav ul li p {
    font-size: 12px;
    line-height: 1.5;
  }
  .home_service .home_service_nav ul li div {
    width: 60px;
    height: 60px;
  }
  .appointment {
    height: auto;
  }
  .appointment .appointment_text {
    width: 100%;
    padding: 30px 0;
  }
  .appointment .appointment_text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  .appointment .appointment_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 15px 0 20px
  }
  .appointment .appointment_text a {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .appointment .appointment_img {
    display: none;
  }
  .sy_contentfaq {
    padding: 30px 0 50px;
  }
  .sy_contentfaq .sy_fap_group {
    display: block;
  }
  .sy_contentfaq .sy_fap_group .faqs_list {
    width: 100%;
  }
  .sy_contentfaq .sy_fap_group .faqs_list li {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq {
    padding: 15px 0;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question {
    padding-right: 25px;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question strong {
    font-size: 0.9rem;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .answer {
    font-size: 0.8rem;
    line-height: 1.3rem;
    padding-top: 20px;
  }
  .button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .home .home_text span {
    font-size: 14px;
  }
  .home .home_text h1 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .home .home_text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    padding-top: 8px;
  }
  header.opacity-bg nav .header_right ul li a{
    color: #333;
  }
  .home .home_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .home .home_banner {
    padding-top: 100px;
    height: 400px;
    background-size: cover;
    position: relative;
    background-position-x: 83% !important;
    margin-top: -81px;
  }
  .home .home_banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .home .home_banner .home_text {
    position: relative;
    z-index: 2;
  }
  .home .home_banner .home_text h1 {
    margin: 15px 0 10px;
    max-width: 100%;
  }
  .home .home_banner .home_text p {
    max-width: 100%;
  }
  .home .home_specials {
    overflow: hidden;
    padding: 80px 0 50px;
  }
  .home .home_specials .content > .flex {
    display: block;
  }
  .home .home_specials .content > .flex ul {
    overflow: scroll;
    padding: 20px 0;
  }
  .home .home_specials .content > .flex ul li {
    white-space: nowrap;
    padding: 9px 25px;
    font-size: 14px;
    margin: 0 15px 0 0;
  }
  .home .home_specials p.center a {
    font-size: 14px;
    padding: 9px 25px;
  }
  .home .home_service {
    padding: 80px 0 50px;
  }
  .home .home_service .home_text {
    padding-bottom: 30px;
  }
  .home .home_service .home_service_main {
    display: block;
    padding: 20px 0 0;
    margin-top: 30px;
  }
  .home .home_service .home_service_main .bg {
    width: 100%;
    top: 0;
    left: 0;
    height: 440px;
  }
  .home .home_service .home_service_main .home_service_main_text {
    width: 100%;
    padding: 0 20px 20px;
  }
  .home .home_service .home_service_main .home_service_main_text strong {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .home .home_service .home_service_main .home_service_main_text h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .home .home_service .home_service_main .home_service_main_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 15px 0 20px;
  }
  .home .home_service .home_service_main .home_service_main_text a {
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .home .home_service .home_service_main .home_service_main_img {
    width: 100%;
    height: 200px;
  }
  .home .home_med {
    padding: 80px 0 80px;
  }
  footer .footer .content > ul>li:last-of-type{
    max-width: unset;
  }
  .home .home_med .home_app_swiper {
    padding: 30px 0 20px;
    height: 500px;
    width: 100%;
  }
  .home .home_med .home_app_swiper ul li {
    height: 100%;
  }
  .home .home_med .home_app_swiper ul li.active,
  .home .home_med .home_app_swiper ul li.swiper-slide-active {
    margin-top: 0;
  }
  .home .home_med .home_app_swiper ul li a div {
    padding: 20px;
    left: 20px;
    max-width: calc(100% - 40px);
  }
  .home .home_med .home_app_swiper ul li a div h3 {
    font-size: 1.25rem;
  }
  .home .home_med .home_app_swiper ul li a div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .home .home_med .home_app_swiper ul li a span {
    width: 30px;
    height: 30px;
  }
  .home .home_process {
    padding: 80px 0 50px;
    height: auto;
  }
  .home .home_process > img {
    width: 80px;
    height: 80px;
  }
  .home .home_process .home_process_main {
    padding-top: 30px;
  }
  .home .home_process .home_process_main ul {
    overflow: scroll;
  }
  .home .home_process .home_process_main ul li {
    margin-right: 15px;
    min-width: 200px;
  }
  .home .home_process .home_process_main ul li:nth-child(odd) {
    margin-top: 0;
  }
  .home .home_process .home_process_main ul li a div {
    width: 150px;
    height: 150px;
  }
  .home .home_process .home_process_main ul li a div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .home .home_process .home_process_main ul li a h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .home .home_process .home_process_main ul li a p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    max-width: 90%;
  }
  .home .home_process .button {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .home_process .flex.center{
    flex-flow: wrap;
  }
  .home .home_about {
    height: 900px;
    padding: 80px 0 50px;
    overflow: hidden;
  }
  .home .home_about .home_text p {
    max-width: 100%;
    margin-top: 10px;
  }
  .home .home_about .home_text div ul {
    max-width: 100%;
  }
  .home .home_about .home_text a {
    font-size: 14px;
  }
  .home .home_about img:nth-of-type(1) {
    display: none;
    width: 100%;
    height: auto;
    top: 460px;
  }
  .home .home_about img:nth-of-type(2) {
    right: 0;
    bottom: 120px;
    width: 50%;
    left: 0;
  }
  .home .home_about img:nth-of-type(3) {
    right: 20px;
    bottom: 150px;
    width: 40%;
  }
  .home .home_about img:nth-of-type(4) {
    right: 0;
    bottom: 0;
    width: 60%;
  }
  .home .home_video {
    width: 100vw;
    padding: 80px 0 50px;
    height: 300px;
    border-radius: 0;
  }
  .home .modal-v .modalcontent {
    width: 100%;
    height: 300px;
  }
  .home .home_testimonial {
    padding: 80px 0 50px;
  }
  .home .home_testimonial .home_text {
    padding: 0 20px;
  }
  .home .home_testimonial .home_text p {
    max-width: 100%;
  }
  .home .home_testimonial .swiper_home_testimonial {
    width: calc(100% - 40px);
    padding: 30px 0;
  }
  .home .home_testimonial .swiper_home_testimonial ul li {
    border-radius: 20px 0 20px 0;
    padding: 20px;
  }
  .home .home_testimonial .swiper_home_testimonial ul li.swiper-slide-active {
    transform: scale(1);
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex {
    display: block;
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex .mask {
    display: none;
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex .left {
    margin: 0;
    padding: 0;
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex .left h3 {
    padding-top: 10px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex .left h3::after {
    font-size: 6rem;
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex .left p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 15px;
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex .left .star-content {
    margin-bottom: 20px;
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex .left .flex p {
    margin-top: 8px;
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex .right {
    width: 100%;
    height: 200px;
    margin-top: 30px;
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex .right ul li {
    padding: 0;
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex .right .swiper_right_prev {
    left: 10px;
    top: -120px;
  }
  .home .home_testimonial .swiper_home_testimonial ul li > .flex .right .swiper_right_next {
    left: 250px;
    top: -157px;
  }
  .home .home_testimonial .swiper_home_testimonial .home_testimonial_prev {
    width: 50px;
    height: 50px;
    margin-top: -50px;
    left: 30px;
  }
  .home .home_testimonial .swiper_home_testimonial .home_testimonial_next {
    width: 50px;
    height: 50px;
    margin-top: -70px;
    right: 10px;
  }
  .home .home_testimonial .swiper_home_testimonial .home_testimonial_pagination {
    margin-top: 30px;
    margin-left: 0;
  }
  .home .home_testimonial .swiper_home_testimonial .home_testimonial_pagination .swiper-pagination-bullet {
    font-size: 0.9rem;
    padding-right: 40px;
  }
  .home .home_testimonial .swiper_home_testimonial .home_testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child {
    padding-left: 0;
  }
  .home .home_testimonial .swiper_home_testimonial .home_testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    top: 8px;
    width: 20px;
    right: -2px;
  }
  .home .home_testimonial .swiper_home_testimonial .home_testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child::after {
    left: -25px;
  }
  .page-template-about .about_text span {
    font-size: 14px;
  }
  .page-template-about .about_text h1 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .page-template-about .about_text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    padding-top: 8px;
  }
  .page-template-about .about_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 100%;
  }
  .page-template-about .about_text p br {
    display: none;
  }
  .page-template-about .about_banner {
    padding: 80px 0 50px;
    height: auto;
  }
  .page-template-about .about_banner .about_text p {
    color: #333;
  }
  .page-template-about .about_numbers ul {
    justify-content: space-between;
  }
  .page-template-about .about_numbers ul li {
    width: 24%;
  }
  .page-template-about .about_numbers ul li span {
    font-size: 1.4rem;
  }
  .page-template-about .about_numbers ul li p {
    font-size: 12px;
    line-height: 1rem;
  }
  .page-template-about .about_mission {
    padding: 80px 0 0;
    overflow: hidden;
    background-position-y: 0;
  }
  .page-template-about .about_mission .about_text h2 {
    margin: 0;
  }
  .page-template-about .about_mission .mission_imgs {
    height: 600px;
  }
  .page-template-about .about_mission .mission_imgs .mission_logo {
    width: 50%;
    height: auto;
  }
  .page-template-about .about_mission .mission_imgs img:nth-child(1) {
    right: 60%;
    width: 40%;
    height: auto;
  }
  .page-template-about .about_mission .mission_imgs img:nth-child(2) {
    right: 50%;
    width: 50%;
    height: auto;
    top: 45%;
  }
  .page-template-about .about_mission .mission_imgs img:nth-child(3) {
    right: 50%;
    width: 40%;
    height: auto;
  }
  .page-template-about .about_mission .mission_imgs img:nth-child(4) {
    left: 60%;
    width: 40%;
    height: auto;
  }
  .page-template-about .about_mission .mission_imgs img:nth-child(5) {
    left: 60%;
    width: 35%;
    height: auto;
  }
  .page-template-about .about_environment {
    padding: 80px 0 50px;
  }
  .page-template-about .about_environment .about_text h2 {
    margin: 0;
  }
  .page-template-about .about_environment .about_text div ul {
    overflow: scroll;
  }
  .page-template-about .about_environment .about_text div ul li {
    font-size: 0.9rem;
    line-height: 1.5rem !important;
    width: unset;
    height: unset;
    line-height: 40px;
    padding: 9px 25px;
  }
  .page-template-about .about_environment .swiper_about_environment_box {
    padding-top: 30px;
    height: auto;
  }
  .page-template-about .about_environment .swiper_about_environment_box .swiper_about_environment {
    width: 100%;
  }
  .page-template-about .about_environment .swiper_about_environment_box .swiper_about_environment ul li.swiper-slide-active {
    transform: scale(1);
  }
  .page-template-about .about_environment .swiper_about_environment_box .swiper_about_environment ul li div {
    width: 100%;
    height: 200px;
  }
  .page-template-about .about_environment .swiper_about_environment_box .swiper_about_environment ul li p {
    font-size: 1.125rem;
  }
  .page-template-about .about_team {
    padding: 80px 0 50px;
  }
  .page-template-about .about_team .about_text h2 {
    margin: 0;
  }
  .page-template-about .about_team .team-swiper ul li .top {
    display: block;
    height: auto;
    margin-top: 30px;
  }
  .page-template-about .about_team .team-swiper ul li .top img {
    width: 50%;
    height: auto;
    object-fit: contain;
    margin: 0;
    position: static;
  }
  .page-template-about .about_team .team-swiper ul li .top div {
    padding: 20px;
    position: relative;
  }
  .page-template-about .about_team .team-swiper ul li .top div strong {
    padding: 0;
    font-size: 1.25rem;
    position: absolute;
    left: 160px;
    top: -120px;
  }
  .page-template-about .about_team .team-swiper ul li .top div span {
    font-size: 1rem;
    margin: 5px 0 10px;
    position: absolute;
    left: 160px;
    top: -90px;
  }
  .page-template-about .about_team .team-swiper ul li .top div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-template-about .about_team .swiper_about_team_box ul li div {
    width: 100%;
    height: 145px;
  }
  .page-template-about .about_team .swiper_about_team_box ul li p {
    font-size: 1rem;
  }
  .page-template-about .about_team .swiper_about_team_box ul li span {
    font-size: 0.9rem;
  }
  .page-template-about .about_team .swiper_about_team_box .about_team_prev,
  .page-template-about .about_team .swiper_about_team_box .about_team_next {
    display: none;
  }
  .page-template-about .about_certification {
    padding: 80px 0 50px;
    height: 750px;
  }
  .page-template-about .about_certification p:first-child {
    max-width: 100%;
  }
  .page-template-about .about_certification p:first-child span {
    font-size: 14px;
  }
  .page-template-about .about_certification h2 {
    font-size: 1.5625rem;
    margin: 5px 0 10px;
  }
  .page-template-about .about_certification p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
  .page-template-about .about_certification .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    top: 190px;
    left: 65%;
  }
  .page-template-about .about_certification .swiper-button-prev::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .page-template-about .about_certification .swiper-button-next {
    width: 3rem;
    height: 3rem;
    top: 190px;
    left: 80%;
  }
  .page-template-about .about_certification .swiper-button-next::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .page-template-about .about_certification .container {
    width: 100%;
    left: 0;
    top: 500px;
  }
  .page-template-about .about_certification .container ul li div {
    width: 100%;
    height: 300px;
  }
  .page-template-about .about_certification .container ul li p {
    font-size: 0.9rem;
  }
  .page-template-about .highlight {
    padding: 80px 0 50px;
    padding-top: 0;
  }
  .page-template-about .highlight .about_text {
    margin-bottom: 30px;
  }
  .page-template-about .highlight .about_text h2 {
    margin: 0;
  }
  .page-template-about .highlight ul {
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .page-template-about .highlight ul li {
    min-width: 70%;
    height: 270px;
    padding: 30px 20px 20px;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #d69962;
  }
  .page-template-about .highlight ul li div {
    padding: 0;
  }
  .page-template-about .highlight ul li div .highlight-icon {
    margin-bottom: 20px;
  }
  .page-template-about .highlight ul li div .highlight-icon img {
    filter: brightness(20);
  }
  .page-template-about .highlight ul li div h3 {
    max-width: 100%;
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #fff;
  }
  .page-template-about .highlight ul li div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .tax-productcat .specials_text span {
    font-size: 14px;
  }
  .tax-productcat .specials_text h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 10px 0 15px;
  }
  .tax-productcat .specials_text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    padding-top: 8px;
  }
  .tax-productcat .specials_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .tax-productcat .specials_text p br {
    display: none;
  }
  .tax-productcat .specials_banner {
    padding-top: 80px;
  }
  .tax-productcat .specials_banner > .flex {
    display: block;
  }
  .tax-productcat .specials_banner > .flex .left {
    padding: 0;
  }
  .tax-productcat .specials_banner > .flex .left .flex {
    padding-top: 20px;
  }
  .tax-productcat .specials_banner > .flex .left .flex > div {
    width: 50%;
  }
  .tax-productcat .specials_banner > .flex .left .flex > div div {
    width: 100%;
    height: 180px;
  }
  .tax-productcat .specials_banner > .flex .left .flex > div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .tax-productcat .specials_banner > .flex .left .flex > div p {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }
  .tax-productcat .specials_banner > .flex .right {
    width: 100%;
    margin: 0;
    left: 0;
    height: 370px;
    background-position: bottom right;
    background-position-x: 65px;
    background-size: 80%;
  }
  .tax-productcat .specials_banner > .flex .right img {
    width: 80%;
    height: auto;
    left: 70px;
    top: 30px;
  }
  .tax-productcat .specials_banner > .flex .right div {
    width: 120px;
    height: 120px;
    padding-top: 10px;
    top: 30px;
    left: 0;
  }
  .tax-productcat .specials_banner > .flex .right div strong {
    font-size: 3.6rem;
    line-height: 1;
  }
  .tax-productcat .specials_banner > .flex .right div strong::after {
    font-size: 1rem;
    right: -15px;
    top: 15px;
  }
  .tax-productcat .specials_items {
    padding: 80px 0 50px;
  }
  .tax-productcat .specials_items .content > .flex {
    display: block;
  }
  .tax-productcat .specials_items .content > .flex .specials_text {
    margin-bottom: 20px;
  }
  .tax-productcat .specials_items .content > .flex ul {
    overflow: scroll;
    height: auto;
    padding: 10px 0 20px;
  }
  .tax-productcat .specials_items .content > .flex ul li {
    height: auto;
    padding: 5px 0;
    margin-right: 15px;
  }
  .tax-productcat .specials_items .content > .flex ul li a {
    padding: 9px 20px;
    white-space: nowrap;
    font-size: 0.9rem;
    margin: 0;
  }
  .tax-productcat .specials_items .content .products {
    padding-top: 30px;
  }
  .tax-productcat .specials_items .content .products li {
    width: 48%;
    margin-bottom: 30px;
  }
  .tax-productcat .specials_items .content .products li a div {
    height: 160px;
  }
  .tax-productcat .specials_items .content .products li a p {
    font-size: 1rem;
  }
  .tax-productcat .specials_items .content .products li a strong {
    font-size: 0.9rem;
  }
  .tax-productcat .specials_items .content button {
    padding: 9px 31px;
    font-size: 14px;
  }
  .single-product .gallery {
    padding-top: 50px;
  }
  .single-product .gallery .top .breadcrumbs span {
    font-size: 0.9rem;
  }
  .single-product .gallery .top + div {
    display: block;
  }
  .single-product .gallery .top + div .left {
    width: 100%;
    height: calc(100vw - 2.4rem);
    padding: 20px;
  }
  .single-product .gallery .top + div .left h1 {
    font-size: 2rem;
  }
  .single-product .gallery .top + div .left strong {
    font-size: 2.2rem;
    margin-top: 10px;
  }
  .single-product .gallery .top + div .left p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }
  .single-product .gallery .top + div .left ul li {
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding-left: 25px;
    max-width: 200px;
  }
  .single-product .gallery .top + div .right {
    width: 100%;
    margin: 0;
  }
  .single-product .gallery .top + div .right strong {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 20px;
    display: block;
  }
  .single-product .gallery .top + div .right p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 30px;
  }
  .single-product .gallery .top + div .right ul li {
    line-height: 38px;
    font-size: 1rem;
  }
  .single-product .gallery .top + div .right ul li span,
  .single-product .gallery .top + div .right ul li i {
    font-size: 1rem;
  }
  .single-product .gallery .top + div .right select {
    margin: 20px 0;
    width: 100%;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
  }
  .single-product .gallery .top + div .right .button {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .single-product .specials_nav {
    padding-top: 80px;
  }
  .single-product .specials_nav ul {
    overflow: scroll;
    justify-content: flex-start;
  }
  .single-product .specials_nav ul li a {
    font-size: 0.9rem;
    white-space: nowrap;
    line-height: 50px;
  }
  .single-product .specials_nav ul li a::after {
    bottom: 0;
  }
  .single-product .specials_detail {
    padding-top: 50px;
  }
  .single-product .specials_detail .wp-block-columns {
    margin-bottom: 30px;
  }
  .single-product .specials_detail .wp-block-columns:nth-child(even) div.wp-block-column:nth-of-type(2) {
    padding-left: 0;
  }
  .single-product .specials_detail .wp-block-columns .wp-block-column {
    margin-bottom: 30px;
    padding: 0;
  }
  .single-product .specials_detail .wp-block-columns .wp-block-column h2 {
    max-width: 100%;
    padding-top: 0;
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .single-product .specials_detail .wp-block-columns .wp-block-column p {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 10px;
  }
  .single-product .specials_detail #advantages h2 {
    font-size: 1.375rem;
    line-height: 1.5;
    padding: 0 0 20px;
  }
  .single-product .specials_detail #advantages h2 + div {
    height: auto;
  }
  .single-product .specials_detail #advantages ul {
    padding: 30px 0 50px;
  }
  .single-product .specials_detail #advantages ul li {
    font-size: 0.9rem;
    width: 100%;
    line-height: 30px;
    padding-left: 30px;
  }
  .single-product .product_detail_main_questions {
    padding-top: 30px;
  }
  .single-product .product_detail_main_questions h3 {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .single-product .product_detail_main_questions .flex {
    display: block;
  }
  .single-product .product_detail_main_questions .flex .navigation ul li {
    margin-bottom: 20px;
  }
  .single-product .product_detail_main_questions .flex .product_detail_main_questions_main ul li {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .single-product .product_detail_main_questions .flex .product_detail_main_questions_main ul li strong {
    font-size: 0.9rem;
    padding-right: 25px;
  }
  .single-product .product_detail_main_questions .flex .product_detail_main_questions_main ul li p {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .single-product .product_detail_like {
    padding: 80px 0 50px;
  }
  .tax-service_cat .spa_text span {
    font-size: 14px;
  }
  .tax-service_cat .spa_text h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 10px 0 15px;
    max-width: 100%;
  }
  .tax-service_cat .spa_text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    padding-top: 8px;
  }
  .tax-service_cat .spa_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .tax-service_cat .spa_text p br {
    display: none;
  }
  .tax-service_cat .spa_banner {
    padding: 80px 0 50px;
    height: auto;
    background: rgb(255,249,241);
  }
  .tax-service_cat .spa_banner .spa_text p {
    max-width: 100%;
  }
  .tax-service_cat .spa_banner .spa_banner_bg {
    height: 500px;
    left: 0;
    transform: translateX(0);
  }
  .tax-service_cat .spa_banner img:nth-child(3) {
    height: 500px;
    top: 0;
  }
  .tax-service_cat .spa_banner img:nth-child(1) {
    width: 60%;
    height: auto;
    bottom: 0;
    top: unset;
    left: unset;
    right: 0;
    z-index: 2;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 1.5rem;
    position: unset;
  }
  .tax-service_cat .spa_ss {
    padding: 80px 0 50px;
  }
  .tax-service_cat .spa_ss .spa_ss_bg1,
  .tax-service_cat .spa_ss .spa_ss_bg2 {
    display: none;
  }
  .tax-service_cat .spa_ss .container {
    padding-top: 30px;
  }
  .tax-service_cat .spa_ss .container li {
    display: block;
    margin-bottom: 30px;
  }
  .tax-service_cat .spa_ss .container li .spa_ss_img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .tax-service_cat .spa_ss .container li .spa_ss_img img {
    height: auto;
  }
  .tax-service_cat .spa_ss .container li .spa_ss_infos {
    padding-top: 20px;
  }
  .tax-service_cat .spa_ss .container li .spa_ss_infos h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .tax-service_cat .spa_ss .container li .spa_ss_infos p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 10px 0 20px;
  }
  .tax-service_cat .spa_ss .container li .spa_ss_infos .button,
  .tax-service_cat .spa_ss .container li .spa_ss_infos .book_spa_item {
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .tax-service_cat .spa_ss button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 50px auto 0;
  }
  .single-service .spad_text span {
    font-size: 14px;
  }
  .single-service .spad_text h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 10px 0 15px;
  }
  .single-service .spad_text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    padding-top: 8px;
  }
  .single-service .spad_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
  .single-service .spad_text p br {
    display: none;
  }
  .single-service .spad_banner {
    padding-top: 45px;
    height: 450px;
    background-position: left;
  }
  .single-service .spad_banner img {
    width: 60%;
    height: auto;
    top: unset;
    bottom: 20px;
    left: unset;
    right: 0;
    border-radius: 0 30px 0 30px;
  }
  .single-service .spad_introduce {
    padding: 80px 0 50px;
  }
  .single-service .spad_introduce .spad_text {
    display: block;
    padding-bottom: 20px;
  }
  .single-service .spad_introduce .spad_text div {
    padding: 0;
  }
  .single-service .spad_introduce .spad_text div p {
    padding-top: 20px;
  }
  .single-service .spad_introduce img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .single-service .spad_pd {
    padding: 80px 0 50px;
    margin-bottom: 0;
  }
  .single-service .spad_pd h2 {
    padding: 0 1.2rem 60px;
  }
  .single-service .spad_pd h2::after {
    height: 50px;
    bottom: 0;
  }
  .single-service .spad_pd .content .spad_text {
    margin-top: 30px;
    padding: 30px 0 425px;
  }
  .single-service .spad_pd .content .spad_text p {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .single-service .spad_pd .content .spad_text h3 {
    font-size: 1.375rem;
    line-height: 1.5;
    margin: 10px 0 10px;
  }
  .single-service .spad_pd .content img {
    width: 100%;
    height: auto;
    left: 0;
  }
  .single-service .spad_pd .content .spad_pd_bg {
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
  }
  .single-service .spad_dt {
    height: auto;
  }
  .single-service .spad_dt img {
    width: 100%;
    height: auto;
    right: 0;
    bottom: 0;
  }
  .single-service .spad_dt .spad_pd_bg {
    left: 0;
    top: 0;
  }
  .single-service .spad_dt .spad_text {
    padding: 30px 0 425px;
  }
  .single-service .spad_dt .spad_text h3 {
    font-size: 1.375rem;
    line-height: 1.5;
    margin: 10px 0;
  }
  .single-service .spad_dt .spad_text p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .single-service .spad_dt .spad_text .nums strong {
    padding-top: 20px;
  }
  .single-service .spad_functions {
    padding: 80px 0 50px;
  }
  .single-service .spad_functions .spad_functions_swiper {
    padding: 30px 20px 60px;
  }
  .single-service .spad_functions .spad_functions_swiper li div {
    width: 55px;
    height: 60px;
  }
  .single-service .spad_functions .spad_functions_next,
  .single-service .spad_functions .spad_functions_prev {
    display: none;
  }
  .single-service .spad_treatment {
    padding: 50px 0 50px;
    margin-bottom: 0;
    height: auto;
  }
  .single-service .spad_treatment::after {
    height: 200px;
    bottom: 0;
  }
  .single-service .spad_treatment .spad_treatment_swiper {
    padding-top: 30px;
    padding-top: 0;
  }
  .single-service .spad_treatment .spad_treatment_swiper ul li > div div::after {
    font-size: 12px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    left: 20px;
    bottom: 15px;
  }
  .single-service .spad_treatment .spad_treatment_swiper ul li div {
    padding-top: 15px;
  }
  .single-service .spad_treatment .spad_treatment_swiper ul li div h3 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .single-service .spad_treatment .spad_treatment_swiper ul li div p {
    font-size: 0.9rem;
    padding-top: 10px;
  }
  .single-service .spad_treatment .spad_treatment_next,
  .single-service .spad_treatment .spad_treatment_prev {
    display: none;
  }
  .spad_faqs .wp-block-aab-group-accordion {
    padding-top: 1rem;
  }
  .single-service .spad_faqs {
    padding-top: 80px;
  }
  .single-service .spad_faqs .spad_text h2 {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .single-service .product_detail_like {
    padding: 80px 0 50px;
  }
  .tax-medical_cat .med_text span {
    font-size: 14px;
  }
  .tax-medical_cat .med_text h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 10px 0 15px;
  }
  .tax-medical_cat .med_text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    padding-top: 8px;
  }
  .tax-medical_cat .med_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
  .tax-medical_cat .med_text p br {
    display: none;
  }
  .tax-medical_cat .med_banner {
    padding-top: 45px;
    background-position: left;
    height: 500px;
  }
  .tax-medical_cat .med_banner img {
    width: 60%;
    height: auto;
    top: unset;
    left: unset;
    bottom: -70px;
    right: 0;
    border-radius: 15px 0 0 15px;
  }
  .tax-medical_cat .med_nav > .content {
    padding: 0;
  }
  .tax-medical_cat .med_nav ul {
    overflow: scroll;
    padding: 1.2rem;
    position: relative;
    top: -87px;
  }
  .tax-medical_cat .med_nav ul li {
    margin-right: 15px;
    margin-top: 0;
  }
  .tax-medical_cat .med_nav ul li a h2 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .tax-medical_cat .med_service {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .tax-medical_cat .med_service .products {
    padding-top: 30px;
  }
  .tax-medical_cat .med_service .products .product {
    width: 100%;
  }
  .tax-medical_cat .med_service .products .product a .product_img {
    height: 160px;
  }
  .tax-medical_cat .med_service .products .product a .product_intro {
    padding: 10px;
  }
  .tax-medical_cat .med_service .products .product a .product_intro strong {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .tax-medical_cat .med_service .products .product a .product_intro p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding: 8px 0 0;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tax-medical_cat .med_service .products .product a .product_intro span {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
  .tax-medical_cat .med_service button {
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .single-medical_spa .medd_text span {
    font-size: 14px;
  }
  .single-medical_spa .medd_text h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 10px 0 15px;
  }
  .single-medical_spa .medd_text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    padding-top: 8px;
  }
  .single-medical_spa .medd_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
  .single-medical_spa .medd_text p br {
    display: none;
  }
  .single-medical_spa .medd_banner {
    padding-top: 45px;
    height: 450px;
    background-position: left;
    position: relative;
  }
  .single-medical_spa .medd_banner .content {
    position: static;
    display: block;
  }
  .single-medical_spa .medd_banner .medd_text {
    width: 100%;
  }
  .single-medical_spa .medd_banner .medd_text + div {
    width: 60%;
    height: 150px;
    margin: 0;
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  .single-medical_spa .medd_banner .medd_text + div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px 40px 0 0;
  }
  .single-medical_spa .medd_introduce {
    margin-top: 0;
    padding: 80px 0 320px;
    height: auto;
    background-position: right;
  }
  .single-medical_spa .medd_introduce .medd_introduce_img {
    width: 100%;
    top: unset;
    left: 0;
    bottom: -320px;
    height: 300px;
  }
  .single-medical_spa .medd_introduce .medd_introduce_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .single-medical_spa .medd_introduce .medd_text {
    padding: 0;
  }
  .single-medical_spa .medd_introduce .medd_text h2 {
    margin: 10px 0 15px;
  }
  .single-medical_spa .medd_wp {
    padding-top: 80px;
  }
  .single-medical_spa .medd_wp .medd_text {
    display: block;
  }
  .single-medical_spa .medd_wp .medd_text p {
    padding-top: 10px;
  }
  .single-medical_spa .medd_wp .medd_wp_img {
    padding-top: 20px;
    width: 100%;
    height: 200px;
    border-radius: 0;
    margin-top: 20px;
  }
  .single-medical_spa .medd_wp .medd_wp_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .single-medical_spa .medd_dot {
    padding: 80px 0 220px;
  }
  .single-medical_spa .medd_dot .medd_dot_bg {
    display: none;
  }
  .single-medical_spa .medd_dot .medd_text {
    padding-top: 0;
  }
  .single-medical_spa .medd_dot .medd_text h2 {
    margin: 0;
  }
  .single-medical_spa .medd_dot .medd_text p {
    padding-top: 10px;
  }
  .single-medical_spa .medd_dot .medd_text .nums strong {
    padding-top: 10px;
  }
  .single-medical_spa .medd_dot .medd_text .nums p {
    font-size: 0.9rem;
  }
  .single-medical_spa .medd_dot .medd_dot_img {
    top: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
  }
  .single-medical_spa .medd_introduce2 {
    padding: 80px 0 320px;
    height: auto;
    margin-top: -20px;
  }
  .single-medical_spa .medd_introduce2 .medd_introduce2_img {
    width: 100%;
    top: unset;
    bottom: 0;
    height: 300px;
  }
  .single-medical_spa .medd_introduce2 .medd_text {
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .single-medical_spa .medd_introduce2 .medd_text h2 {
    margin: 0 0 10px;
  }
  .single-medical_spa .medd_introduce2 .medd_text ul {
    padding-top: 20px;
  }
  .single-medical_spa .medd_introduce2 .medd_text ul li {
    font-size: 0.9rem;
    line-height: 2rem;
  }
  .single-medical_spa .medd_functions {
    padding-top: 80px;
    padding: 80px 0 50px;
  }
  .single-medical_spa .medd_functions .medd_functions_swiper {
    padding: 30px 20px 60px;
  }
  .single-medical_spa .medd_functions .medd_functions_swiper li div {
    width: 55px;
    height: 60px;
  }
  .single-medical_spa .medd_functions .medd_functions_next,
  .single-medical_spa .medd_functions .medd_functions_prev {
    display: none;
  }
  .single-medical_spa .medd_functions .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination {
    bottom: 70px;
  }
  .single-medical_spa .medd_treatment {
    padding: 50px 0 50px;
    margin-bottom: 0;
    height: auto;
  }
  .single-medical_spa .medd_treatment::after {
    height: 200px;
    bottom: 0;
  }
  .single-medical_spa .medd_treatment .medd_treatment_swiper {
    padding-top: 30px;
    padding-top: 0;
  }
  .single-medical_spa .medd_treatment .medd_treatment_swiper ul li > div div::after {
    font-size: 12px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    left: 20px;
    bottom: 15px;
  }
  .single-medical_spa .medd_treatment .medd_treatment_swiper ul li div {
    padding-top: 15px;
  }
  .single-medical_spa .medd_treatment .medd_treatment_swiper ul li div h3 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .single-medical_spa .medd_treatment .medd_treatment_swiper ul li div p {
    font-size: 0.9rem;
    padding-top: 10px;
  }
  .single-medical_spa .medd_treatment .medd_treatment_next,
  .single-medical_spa .medd_treatment .medd_treatment_prev {
    display: none;
  }
  .single-medical_spa .medd_faqs {
    padding-top: 80px;
  }
  .single-medical_spa .medd_faqs .medd_text h2 {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .single-medical_spa .product_detail_like {
    padding: 80px 0 50px;
  }
  .page-template-contact .contact_text span {
    font-size: 14px;
  }
  .page-template-contact .contact_text h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 10px 0 15px;
  }
  .page-template-contact .contact_text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    padding-top: 8px;
  }
  .page-template-contact .contact_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
  .page-template-contact .contact_text p br {
    display: none;
  }
  .page-template-contact .contact_banner {
    height: 400px;
    padding-top: 80px;
    position: relative;
  }
  .page-template-contact .contact_banner .contact_banner_line {
    z-index: 3;
  }
  .page-template-contact .contact_banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .page-template-contact .contact_banner .contact_text {
    position: relative;
    z-index: 2;
  }
  .page-template-contact .contact_banner .contact_text p {
    color: #333;
  }
  .page-template-contact .contact_pos {
    padding: 80px 0 50px;
  }
  .page-template-contact .contact_pos > .flex {
    display: block;
  }
  .page-template-contact .contact_pos > .flex > img {
    top: -80px;
    right: unset;
    left: 0;
    width: 40%;
    height: auto;
  }
  .page-template-contact .contact_pos > .flex > div {
    margin-bottom: 50px;
  }
  .page-template-contact .contact_pos > .flex > div h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    padding-left: 40px;
    margin-bottom: 30px;
  }
  .page-template-contact .contact_pos > .flex > div h2::before {
    width: 23px;
    height: 30px;
  }
  .page-template-contact .contact_pos > .flex > div .pos_map {
    width: 100%;
    height: 280px;
    margin-bottom: 30px;
  }
  .page-template-contact .contact_pos > .flex > div p {
    font-size: 1rem;
  }
  .page-template-contact .contact_pos > .flex > div span {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-contact .contact_pos > .flex > div .social + div {
    margin-top: 30px;
  }
  .page-template-contact .popup .popup_content {
    width: 94%;
    height: auto;
    padding: 30px 20px 20px;
  }
  .page-template-contact .popup .popup_content .left {
    height: auto;
  }
  .page-template-contact .popup .popup_content .left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .page-template-contact .popup .popup_content span {
    top: 20px;
    right: 20px;
  }
  .page-template-book1 .book_text span {
    font-size: 14px;
  }
  .page-template-book1 .book_text h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 10px 0 15px;
  }
  .page-template-book1 .book_text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    padding-top: 8px;
  }
  .page-template-book1 .book_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
  .page-template-book1 .book_text p br {
    display: none;
  }
  .page-template-book1 .book_banner {
    height: 200px;
    padding: 50px 0 0;
  }
  .page-template-book1 .book_banner img:nth-of-type(1) {
    width: 40%;
    height: auto;
  }
  .page-template-book1 .book_banner img:nth-of-type(2) {
    width: 30%;
    height: auto;
  }
  .page-template-book1 .book_banner .book_process {
    padding: 0 1.2rem;
  }
  .page-template-book1 .book_banner .book_process ul {
    overflow: scroll;
    justify-content: flex-start;
  }
  .page-template-book1 .book_banner .book_process ul li {
    min-width: 150px;
    width: 25%;
    margin: 0;
  }
  .page-template-book1 .book_banner .book_process ul li div {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
    line-height: 28px;
  }
  .page-template-book1 .book_banner .book_process ul li div::after {
    width: 60px;
    left: 60px;
  }
  .page-template-book1 .book_banner .book_process ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-book1 .book_location {
    padding: 50px 0;
  }
  .page-template-book1 .book_location .flex {
    display: block;
    padding-top: 30px;
  }
  .page-template-book1 .book_location .flex > div {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .page-template-book1 .book_location .flex > div .pos_map {
    height: 250px;
  }
  .page-template-book1 .book_location .flex > div .pos_infos {
    padding: 30px 20px;
  }
  .page-template-book1 .book_location .flex > div .pos_infos h2 {
    font-size: 1.375rem;
    line-height: 1.5;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .page-template-book1 .book_location .flex > div .pos_infos h2::before {
    width: 16px;
    height: 27px;
  }
  .page-template-book1 .book_location .flex > div .pos_infos p {
    font-size: 1.125rem;
  }
  .page-template-book1 .book_location .flex > div .pos_infos span {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
  }
  .page-template-book1 .book_cate {
    padding: 50px 0;
  }
  .page-template-book1 .book_cate .book_text ul {
    padding-top: 20px;
    overflow: scroll;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  .page-template-book1 .book_cate .book_text ul li {
    font-size: 0.9rem;
    white-space: nowrap;
    width: unset;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .page-template-book1 .book_cate .book_text + div ul li {
    width: 48%;
    height: 160px;
  }
  .page-template-book1 .book_cate .book_text + div ul li div span {
    font-size: 12px;
    line-height: 1.2rem;
    display: block;
    left: 0;
    padding: 0 10px;
    bottom: 5px;
    color: #333;
  }
  .page-template-book1 .book_care {
    padding-top: 50px;
  }
  .page-template-book1 .book_care > .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-book1 .book_care .left {
    width: 100%;
    order: 9;
  }
  .page-template-book1 .book_care .left .book_text select {
    width: 100%;
    font-size: 1rem;
    height: 40px;
    line-height: 38px;
    margin-top: 20px;
  }
  .page-template-book1 .book_care .left .spa_lists ul li {
    padding: 30px 20px;
    display: block;
    height: auto;
  }
  .page-template-book1 .book_care .left .spa_lists ul li::before,
  .page-template-book1 .book_care .left .spa_lists ul li::after {
    width: 20px;
    height: 20px;
    top: 30px;
    left: 20px;
  }
  .page-template-book1 .book_care .left .spa_lists ul li::after {
    left: 21px;
  }
  .page-template-book1 .book_care .left .spa_lists ul li div:first-child {
    width: 80%;
    margin: 0 auto;
    position: relative;
    left: 20px;
  }
  .page-template-book1 .book_care .left .spa_lists ul li .care_infos {
    width: 100%;
  }
  .page-template-book1 .book_care .left .spa_lists ul li .care_infos h2 {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-top: 20px;
    position: relative;
    padding-bottom: 25px;
  }
  .page-template-book1 .book_care .left .spa_lists ul li .care_infos h2 span,
  .page-template-book1 .book_care .left .spa_lists ul li .care_infos h2 i {
    font-size: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .page-template-book1 .book_care .left .spa_lists ul li .care_infos h2 span {
    left: 15px;
  }
  .page-template-book1 .book_care .left .spa_lists ul li .care_infos select {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 0.9rem;
    margin: 10px 0;
  }
  .page-template-book1 .book_care .left .spa_lists ul li .care_infos p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-book1 .book_care .left button {
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 38px;
    margin-bottom: 50px;
  }
  .page-template-book1 .book_care .sidebar {
    margin: 0;
    width: 100%;
  }
  .page-template-book1 .book_care .sidebar .choice {
    padding: 30px 20px;
  }
  .page-template-book1 .book_care .sidebar .choice strong {
    font-size: 1.5625rem;
  }
  .page-template-book1 .book_care .sidebar .choice div ul {
    padding: 20px 0 15px;
  }
  .page-template-book1 .book_care .sidebar .choice div ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-book1 .book_care .sidebar .choice div ul li span,
  .page-template-book1 .book_care .sidebar .choice div ul li i {
    font-size: 0.9rem;
  }
  .page-template-book1 .book_care .sidebar .choice p {
    font-size: 1rem;
    line-height: 40px;
  }
  .page-template-book1 .book_care .sidebar .choice p span,
  .page-template-book1 .book_care .sidebar .choice p i {
    font-size: 1.125rem;
  }
  .page-template-book1 .book_care .sidebar .pos {
    padding: 40px 20px 50px;
  }
  .page-template-book1 .book_care .sidebar .pos span {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-book1 .book_care .sidebar .pos p {
    font-size: 1.125rem;
  }
  .page-template-book1 .book_guest {
    padding: 50px 0;
  }
  .page-template-book1 .book_guest .book_text + div .flex {
    padding-top: 30px;
  }
  .page-template-book1 .book_guest .book_text + div .flex input {
    width: 100%;
    font-size: 0.9rem;
    height: 46px;
    margin-bottom: 20px;
  }
  .page-template-book1 .book_guest .book_text + div .flex input[type='submit'], .book_guest .form .button {
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .page-template-book1 .book_guest .book_text + div .flex textarea {
    margin: 0 0 30px;
    font-size: 14px;
    padding: 20px;
  }
  .page-template-book1 .book_res {
    padding-top: 80px;
  }
  .page-template-book1 .book_res .res_img {
    width: 120px;
    height: 76px;
  }
  .page-template-book1 .book_res h1 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .page-template-book1 .book_res p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-book1 .book_res a {
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 38px;
  }
  .page-template-book1 .product_detail_like {
    padding: 80px 0 50px;
  }
  .wp-block-aab-accordion-item .aagb__accordion_head{
    font-size: 18px;
  }
  .subscribe > div:last-child span{
    padding-left: 0 !important;
    display: block;
  }
  .subscribe > div:last-child span a{
    font-size: 12px;
  }
  .subscribe > div:last-child span::before{
    display: none !important;
  }
  .wrap-m{
    flex-flow: wrap;
  }
  .contact_pos .pos_map{
    width: 100%;
    height: 200px;
    margin-bottom: 1rem;
  }
  .popup_content_swiper{
    width: 100%;
    height: 200px;
    margin-bottom: 1rem;
  }
  .book_guest .form label{
    font-size: 15px;
    margin-bottom: 0.5rem;
  }
  .map-infos>div{
    width: 100%;
  }
  .map-infos>div br{
    display: none;
  }
  .map-infos>div>p{
    font-size: 17px;
  }
  .map-infos>div>span, .map-infos>div>a{
    font-size: 16px;
    
  }
  .map-infos>div .flex a {
    margin-top: 1rem;
  } 
  .contact_pos h2{
    font-size: 1.5rem;
    padding-left: 45px;
  }
  .contact_pos h2::before{
    top: -3px;
  }
  .map-infos .social{
    padding-bottom: 1.5rem;
  }
  .home_about h2{
    max-width: 100%;
  }
  .med_service ul li{
    margin-right: 0;
  }
  header nav .nav_links ul.sub-menu{
    display: none;
  }
  .spad_functions .spad_functions_swiper ul li {
    height: initial;
  }
  .contact_pos .social li a {
    margin-top: 0;
  }
  header nav .nav_links ul.sub-menu{
    display: none;
  }
  .spad_functions .spad_functions_swiper ul li {
    height: initial;
  }
  .two-swiper{
    width: 100%;
  }
  .small-swiper li{
    height: 70px;
  }
}
