/*

Template: LuxurySpa - Spa & Beauty HTML Template
Version: 1.0.0
Author: potenzaglobalsolutions
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*==============================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
    - Accordion
    - Button
    - Category
    - Countdown
		- Counter
		- Date Time Picker
		- Feature Box
    - Gallery
    - List
		- Menu List
		- Newsletter
    - Owl Carousel
		- Pricing Table
		- Progress Bar
		- Range Slider
		- Select
		- Tabs
		- Team
    - Testimonial
		- Video Button
 :: Header
   - Header default
   - Header transparent
   - Header Style 02
 :: Banner
   - Banner Home
   - Banner Home 02
   - Shop Banner
 :: Layout
   - Section Title
   - Page title
   - About box
 :: Sidebar
 :: Blog
   - Blog post
   - Blog Style 01
   - Blog sidebar
   - Blog Detail
 :: Shop
   - Product
   - Product Detail
    - Shop Sidebar
    - Checkout
    - Cart
 :: Not Found
 :: Footer

======================================
[ End table content ]
======================================*/
/* Font family*/
/* Colors*/
/*SVG Color*/
/*For button and input border radius*/
/*Box-shadow*/
/*****************************
    Typography
*****************************/
body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial;
  font-style: normal;
  font-size: 20px;
  color: #333333;
  overflow-x: hidden;
  font-weight: 400;
}
a {
  outline: medium none !important;
  color: #e76f65;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:focus {
  color: #e76f65;
  text-decoration: none !important;
}
a:hover {
  color: #e76f65;
  text-decoration: none !important;
}
input {
  outline: medium none !important;
  color: #e76f65;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial;
  font-weight: normal;
  color: #313131;
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
label {
  font-weight: normal;
}
h1 {
  font-size: 80px;
  font-style: normal;
  line-height: 1em;
}
h2 {
  font-size: 48px;
  line-height: 1em;
}
h3 {
  font-size: 30px;
  line-height: 1em;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
p {
  line-height: 24px;
}
/*字體為新宋體*/
.fontfa {
  font-family: "SimSun", Noto Serif TC, sans-serif !important;
}
@font-face {
  font-family: 'simsun';
  src: url('simsun.ttf') format('truetype');
}
/*清除字體樣式*/
.clear-fa {
  font-family: "Arial" !important;
}
*::-moz-selection {
  background: #e76f65;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #e76f65;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #e76f65;
  color: #ffffff;
  text-shadow: none;
}
/* container-fluid */
.container-fluid.container-space {
  padding: 0 100px;
}
/* form-control */
.form-control {
  border: 1px solid #ebebeb;
  border-radius: 0px;
  height: 55px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  background-clip: inherit !important;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e76f65;
}
.form-control::-moz-placeholder {
  color: #3a4957;
}
.form-control::-ms-input-placeholder {
  color: #3a4957;
}
.form-control::-webkit-input-placeholder {
  color: #3a4957;
}
textarea.form-control {
  height: auto;
}
/* custom-file */
.custom-file {
  height: 50px;
}
.custom-file .custom-file-input {
  height: 50px;
  color: #131310;
  border-color: #ebebeb;
}
.custom-file .custom-file-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e76f65;
}
.custom-file .custom-file-label {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #131310;
  border-color: #ebebeb;
  padding: 15px 90px 15px 20px;
}
.custom-file .custom-file-label:after {
  height: 48px;
  padding: 14px 25px;
}
.custom-file-input:focus ~ .custom-file-label {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e76f65;
}
/* input-group-prepend */
.input-group-prepend .input-group-text, .input-group-append .input-group-text {
  width: 50px;
  background: #ffffff;
  border-color: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* checkbox */
.custom-control-input:checked ~ .custom-control-label:before {
  background: #e76f65;
  border-color: #e76f65;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background: transparent;
  border-color: transparent;
}
.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #ebebeb;
}
.custom-control-label:before {
  top: 2px;
}
.custom-control-label:after {
  top: 2px;
}
.custom-checkbox .custom-control-label:before {
  border: 2px solid #fbfbfb;
}
/* border  */
.border {
  border-color: #ebebeb !important;
}
.border-top {
  border-top-color: #ebebeb !important;
}
.border-left {
  border-left-color: #ebebeb !important;
}
.border-right {
  border-right-color: #ebebeb !important;
}
.border-bottom {
  border-bottom-color: #ebebeb !important;
}
/* badge  */
.badge + .badge {
  margin-left: 6px;
}
.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal;
}
.badge-primary {
  background: #e76f65;
}
/* back-to-to */
.back-to-top a {
  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;
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 50px;
  height: 50px;
  margin: 0px;
  color: #ffffff;
  font-size: 18px;
  background: #e76f65;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.back-to-top a:hover {
  color: #ffffff;
  background: #131310;
}
.back-to-top a:focus {
  color: #ffffff;
}
/* breadcrumb */
.breadcrumb {
  margin-top: 20px;
  background: transparent;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 40px;
}
.breadcrumb .breadcrumb-item {
  padding-right: 5px;
  display: inline-block;
}
.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #e76f65;
}
.breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
.breadcrumb .breadcrumb-item.active {
  color: #e76f65;
}
/* pagination */
/*==== 頁碼 ====*/
.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 2rem 0;
}
.pagination .page-item .page-link {
  padding: 10px 18px;
  color: #666666;
  border-color: #ebebeb;
  margin: 0 4px;
  border-radius: 0px;
}
.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination .page-item .page-link:hover {
  background: #e76f65;
  border-color: #e76f65;
  color: #ffffff;
}
.pagination .page-item:first-child .page-link {
  border-radius: 0px;
}
.pagination .page-item.active .page-link {
  background: #e76f65;
  border-color: #e76f65;
  color: #ffffff;
}
/* blockquote */
.blockquote {
  font-size: 16px;
  border-left: 10px solid #e76f65;
  padding-left: 30px;
  font-style: italic;
  display: block;
}
.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid #e76f65;
  padding-left: 30px;
  font-style: italic;
  display: block;
  z-index: 1;
}
.blockquote-quote p {
  position: relative;
}
.blockquote-quote i {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  font-size: 60px;
  line-height: 60px;
  color: #fbfbfb;
}
iframe {
  width: 100%;
}
/* table */
.table {
  border-collapse: separate;
  border-spacing: 0 0px;
  font-size: 16px;
  font-weight: 600;
}
.table td {
  padding: 14px 20px;
}
.table th {
  padding: 14px 20px;
}
.table-bordered td {
  border-color: #ebebeb;
}
.table-bordered th {
  border-color: #ebebeb;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #F3DCD4;
}
.table td, .table th {
  vertical-align: middle;
}
.table-skew {
  padding: 0 30px;
}
.table-skew thead {
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.table-skew thead tr {
  -webkit-transform: skew(0deg);
  transform: skew(0deg);
}
.table-skew tr {
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.table-skew td {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
.table-skew th {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
/*****************************
    Helper Classes
*****************************/
/*color*/
.text-primary {
  color: #ec746a !important;
}
.text-secondary {
  color: #131310 !important;
}
.text-white {
  color: #ffffff;
}
.text-dark {
  color: #131310 !important;
}
.text-light {
  color: #666666 !important;
}
.text-success {
  color: #0abb0a !important;
}
.text-danger {
  color: #f52626 !important;
}
.text-primary-soft {
  color: rgba(242, 166, 141, 0.5) !important;
}
.text-stroke-white {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block;
}
.text-stroke-primary {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e76f65;
  display: block;
}
.text-stroke-dark {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff6f7;
  display: block;
}
.skew {
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.skew-reverse {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  display: inline-block;
}
/*Background*/
.bg-primary {
  background: #ec746a !important;
}
.bg-dark {
  background: #000000 !important;
}
.bg-secondary {
  background: #131310 !important;
}
.bg-light {
  background: rgba(242, 166, 141, 0.1) !important;
}
.bg-facebook {
  background: #5d82d1 !important;
}
.bg-pinterest {
  background: #e13138 !important;
}
.bg-linkedin {
  background: #238cc8 !important;
}
.bg-white-soft {
  background: rgba(255, 255, 255, 0.1);
}
.bg-dark-soft {
  background: rgba(0, 0, 0, 0.1);
}
/*Page section margin padding*/
.space-ptb {
  padding: 60px 0;
}
.space-pt {
  padding: 60px 0 0;
}
.space-pb {
  padding: 0 0 100px;
}
.h-100vh {
  height: 100vh !important;
}
.make-appointment {
  padding-top: 130px;
  padding-bottom: 360px;
}
/* Sticky column */
.is-sticky {
  position: sticky;
  top: 100px;
}
hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}
hr.hr-dark {
  border-top-color: rgba(0, 0, 0, 0.1);
}
/*img holder*/
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.bg-holder-bottom {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
}
/* pre-loader */
#pre-loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}
#pre-loader img {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto;
}
.faq-search {
  position: relative;
}
.faq-search .form-control {
  padding-right: 50px;
}
.faq-search i {
  position: absolute;
  right: 13px;
  top: 0;
  background: inherit;
  color: #000000;
  padding: 18px 18px;
  cursor: pointer;
  border-radius: 0 5px 5px 0px;
  color: #e76f65;
}
/*Background overlay*/
.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-10:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-20:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-30:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-40:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-50:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-60:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-70:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-80:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-90:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-theme-10 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-10:before {
  background: rgba(243, 228, 224, 1.0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-theme-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-20:before {
  background: rgba(242, 166, 141, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-theme-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-50:before {
  background: rgba(242, 166, 141, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-theme-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-70:before {
  background: rgba(242, 166, 141, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-theme-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-90:before {
  background: rgba(242, 166, 141, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-secondary {
  position: relative;
  z-index: 1;
}
.bg-overlay-secondary:before {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-secondary-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-secondary-20:before {
  background: rgba(19, 19, 16, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-secondary-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-secondary-50:before {
  background: rgba(19, 19, 16, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-secondary-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-secondary-70:before {
  background: rgba(19, 19, 16, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-secondary-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-secondary-90:before {
  background: rgba(19, 19, 16, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-primary-light {
  position: relative;
  z-index: 1;
}
.bg-overlay-primary-light:before {
  background: #fff6f7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-left-100 {
  position: relative;
}
.bg-overlay-left-100:before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  background-color: #e76f65;
  width: 100%;
  height: 100%;
}
.bg-overlay-right-100 {
  position: relative;
}
.bg-overlay-right-100:before {
  position: absolute;
  content: "";
  top: 0;
  right: -100%;
  background-color: #131310;
  width: 100%;
  height: 100%;
}
.bg-overlay-left {
  position: relative;
}
.bg-overlay-left:before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  background-color: #131310;
  width: 46%;
  height: calc(100% - -20px);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.half-overlay-left {
  position: relative;
}
.half-overlay-left:before {
  position: absolute;
  content: "";
  top: -40px;
  background-color: #e76f65;
  width: 106%;
  height: 100%;
  right: -5%;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.half-overlay-left:after {
  position: absolute;
  content: "";
  top: -40px;
  background-color: #e76f65;
  width: 100%;
  height: 100%;
  right: 100%;
  z-index: -1;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.half-overlay-right {
  position: relative;
}
.half-overlay-right:before {
  position: absolute;
  content: "";
  top: 0;
  background-color: #131310;
  width: 106%;
  left: -5%;
  height: 100%;
  z-index: -1;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.half-overlay-right:after {
  position: absolute;
  content: "";
  top: 0;
  background-color: #131310;
  width: 100%;
  left: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
/*avatar*/
.avatar {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar.avatar-sm {
  width: 30px;
  height: 30px;
}
.avatar.avatar-md {
  width: 40px;
  height: 40px;
}
.avatar.avatar-lg {
  width: 60px;
  height: 60px;
}
.avatar.avatar-xl {
  width: 80px;
  height: 80px;
}
.avatar.avatar-xll {
  width: 100px;
  height: 100px;
}
.avatar.avatar-xlll {
  width: 120px;
  height: 120px;
}
.avatar.avatar-xllll {
  width: 180px;
  height: 180px;
}
/*font size*/
.font-sm {
  font-size: 13px;
}
.font-md {
  font-size: 16px;
}
.font-lg {
  font-size: 17px;
}
.font-xl {
  font-size: 21px;
}
.font-xxl {
  font-size: 30px;
}
.font-xxxl {
  font-size: 40px;
  line-height: 40px;
}
/*line height*/
.line-h-sm {
  line-height: 13px;
}
.line-h-md {
  line-height: 16px;
}
.line-h-lg {
  line-height: 17px;
}
.line-h-xl {
  line-height: 21px;
}
.line-h-xxl {
  line-height: 30px;
}
.line-h-xxxl {
  line-height: 40px;
}
/*border-radius*/
.b-radius-none {
  border-radius: 0 !important;
}
.b-radius-left-none {
  border-radius: 0 3px 3px 0 !important;
}
.b-radius-right-none {
  border-radius: 3px 0 0 3px !important;
}
.sticky-top {
  z-index: 8;
}
/*z index*/
.z-index-1 {
  z-index: 1;
}
.z-index-9 {
  z-index: 9;
}
.z-index-99 {
  z-index: 99;
}
.z-index-999 {
  z-index: 999;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.top-0 {
  top: 0;
}
.overflw-x-hidden {
  overflow-x: hidden;
}
.overflw-y-hidden {
  overflow-y: hidden;
}
.position-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  text-align: center;
}
.fill-primary {
  fill: #e76f65;
  fill-rule: evenodd;
  opacity: 0.3;
}
.fill-light {
  fill: #F3DCD4;
  fill-rule: evenodd;
}
.fill-secondary {
  fill: #131310;
  fill-rule: evenodd;
  opacity: 0.6;
}
.m-n1 {
  margin: -.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -.25rem !important;
}
.me-n1, .mx-n1 {
  margin-right: -.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important;
}
.ms-n1, .mx-n1 {
  margin-left: -.25rem !important;
}
.m-n2 {
  margin: -.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -.5rem !important;
}
.me-n2, .mx-n2 {
  margin-right: -.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -.5rem !important;
}
.ms-n2, .mx-n2 {
  margin-left: -.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.me-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ms-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.me-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ms-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}
.me-n5, .mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}
.ms-n5, .mx-n5 {
  margin-left: -3rem !important;
}
.m-n6 {
  margin: -5rem !important;
}
.mt-n6, .my-n6 {
  margin-top: -5rem !important;
}
.me-n6, .mx-n6 {
  margin-right: -5rem !important;
}
.mb-n6, .my-n6 {
  margin-bottom: -5rem !important;
}
.ms-n6, .mx-n6 {
  margin-left: -5rem !important;
}
.m-n7 {
  margin: -7rem !important;
}
.mt-n7, .my-n7 {
  margin-top: -7rem !important;
}
.me-n7, .mx-n7 {
  margin-right: -7rem !important;
}
.mb-n7, .my-n7 {
  margin-bottom: -7rem !important;
}
.ms-n7, .mx-n7 {
  margin-left: -7rem !important;
}
.m-n8 {
  margin: -10rem !important;
}
.mt-n8, .my-n8 {
  margin-top: -10rem !important;
}
.me-n8, .mx-n8 {
  margin-right: -10rem !important;
}
.mb-n8, .my-n8 {
  margin-bottom: -10rem !important;
}
.ms-n8, .mx-n8 {
  margin-left: -10rem !important;
}
.m-n9 {
  margin: -12rem !important;
}
.mt-n9, .my-n9 {
  margin-top: -12rem !important;
}
.me-n9, .mx-n9 {
  margin-right: -12rem !important;
}
.mb-n9, .my-n9 {
  margin-bottom: -12rem !important;
}
.ms-n9, .mx-n9 {
  margin-left: -12rem !important;
}
.m-n10 {
  margin: -12rem !important;
}
.mt-n10, .my-n10 {
  margin-top: -12rem !important;
}
.me-n10, .mx-n10 {
  margin-right: -12rem !important;
}
.mb-n10, .my-n10 {
  margin-bottom: -12rem !important;
}
.ms-n10, .mx-n10 {
  margin-left: -12rem !important;
}
@media (min-width: 576px) {
  .m-sm-n1 {
    margin: -.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important;
  }
  .me-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important;
  }
  .ms-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important;
  }
  .m-sm-n2 {
    margin: -.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem !important;
  }
  .me-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem !important;
  }
  .ms-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .me-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .me-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -5rem !important;
  }
  .mt-sm-n6, .my-sm-n6 {
    margin-top: -5rem !important;
  }
  .me-sm-n6, .mx-sm-n6 {
    margin-right: -5rem !important;
  }
  .mb-sm-n6, .my-sm-n6 {
    margin-bottom: -5rem !important;
  }
  .ms-sm-n6, .mx-sm-n6 {
    margin-left: -5rem !important;
  }
  .m-sm-n7 {
    margin: -7rem !important;
  }
  .mt-sm-n7, .my-sm-n7 {
    margin-top: -7rem !important;
  }
  .me-sm-n7, .mx-sm-n7 {
    margin-right: -7rem !important;
  }
  .mb-sm-n7, .my-sm-n7 {
    margin-bottom: -7rem !important;
  }
  .ms-sm-n7, .mx-sm-n7 {
    margin-left: -7rem !important;
  }
  .m-sm-n8 {
    margin: -10rem !important;
  }
  .mt-sm-n8, .my-sm-n8 {
    margin-top: -10rem !important;
  }
  .me-sm-n8, .mx-sm-n8 {
    margin-right: -10rem !important;
  }
  .mb-sm-n8, .my-sm-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-sm-n8, .mx-sm-n8 {
    margin-left: -10rem !important;
  }
  .m-sm-n9 {
    margin: -12rem !important;
  }
  .mt-sm-n9, .my-sm-n9 {
    margin-top: -12rem !important;
  }
  .me-sm-n9, .mx-sm-n9 {
    margin-right: -12rem !important;
  }
  .mb-sm-n9, .my-sm-n9 {
    margin-bottom: -12rem !important;
  }
  .ms-sm-n9, .mx-sm-n9 {
    margin-left: -12rem !important;
  }
  .m-sm-n10 {
    margin: -12rem !important;
  }
  .mt-sm-n10, .my-sm-n10 {
    margin-top: -12rem !important;
  }
  .me-sm-n10, .mx-sm-n10 {
    margin-right: -12rem !important;
  }
  .mb-sm-n10, .my-sm-n10 {
    margin-bottom: -12rem !important;
  }
  .ms-sm-n10, .mx-sm-n10 {
    margin-left: -12rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-n1 {
    margin: -.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important;
  }
  .me-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important;
  }
  .ms-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important;
  }
  .m-md-n2 {
    margin: -.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important;
  }
  .me-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important;
  }
  .ms-md-n2, .mx-md-n2 {
    margin-left: -.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .me-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .me-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -5rem !important;
  }
  .mt-md-n6, .my-md-n6 {
    margin-top: -5rem !important;
  }
  .me-md-n6, .mx-md-n6 {
    margin-right: -5rem !important;
  }
  .mb-md-n6, .my-md-n6 {
    margin-bottom: -5rem !important;
  }
  .ms-md-n6, .mx-md-n6 {
    margin-left: -5rem !important;
  }
  .m-md-n7 {
    margin: -7rem !important;
  }
  .mt-md-n7, .my-md-n7 {
    margin-top: -7rem !important;
  }
  .me-md-n7, .mx-md-n7 {
    margin-right: -7rem !important;
  }
  .mb-md-n7, .my-md-n7 {
    margin-bottom: -7rem !important;
  }
  .ms-md-n7, .mx-md-n7 {
    margin-left: -7rem !important;
  }
  .m-md-n8 {
    margin: -10rem !important;
  }
  .mt-md-n8, .my-md-n8 {
    margin-top: -10rem !important;
  }
  .me-md-n8, .mx-md-n8 {
    margin-right: -10rem !important;
  }
  .mb-md-n8, .my-md-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-md-n8, .mx-md-n8 {
    margin-left: -10rem !important;
  }
  .m-md-n9 {
    margin: -12rem !important;
  }
  .mt-md-n9, .my-md-n9 {
    margin-top: -12rem !important;
  }
  .me-md-n9, .mx-md-n9 {
    margin-right: -12rem !important;
  }
  .mb-md-n9, .my-md-n9 {
    margin-bottom: -12rem !important;
  }
  .ms-md-n9, .mx-md-n9 {
    margin-left: -12rem !important;
  }
  .m-md-n10 {
    margin: -12rem !important;
  }
  .mt-md-n10, .my-md-n10 {
    margin-top: -12rem !important;
  }
  .me-md-n10, .mx-md-n10 {
    margin-right: -12rem !important;
  }
  .mb-md-n10, .my-md-n10 {
    margin-bottom: -12rem !important;
  }
  .ms-md-n10, .mx-md-n10 {
    margin-left: -12rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-n1 {
    margin: -.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important;
  }
  .me-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important;
  }
  .ms-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important;
  }
  .m-lg-n2 {
    margin: -.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem !important;
  }
  .me-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem !important;
  }
  .ms-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .me-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .me-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -5rem !important;
  }
  .mt-lg-n6, .my-lg-n6 {
    margin-top: -5rem !important;
  }
  .me-lg-n6, .mx-lg-n6 {
    margin-right: -5rem !important;
  }
  .mb-lg-n6, .my-lg-n6 {
    margin-bottom: -5rem !important;
  }
  .ms-lg-n6, .mx-lg-n6 {
    margin-left: -5rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .mt-lg-n7, .my-lg-n7 {
    margin-top: -7rem !important;
  }
  .me-lg-n7, .mx-lg-n7 {
    margin-right: -7rem !important;
  }
  .mb-lg-n7, .my-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .ms-lg-n7, .mx-lg-n7 {
    margin-left: -7rem !important;
  }
  .m-lg-n8 {
    margin: -10rem !important;
  }
  .mt-lg-n8, .my-lg-n8 {
    margin-top: -10rem !important;
  }
  .me-lg-n8, .mx-lg-n8 {
    margin-right: -10rem !important;
  }
  .mb-lg-n8, .my-lg-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-lg-n8, .mx-lg-n8 {
    margin-left: -10rem !important;
  }
  .m-lg-n9 {
    margin: -12rem !important;
  }
  .mt-lg-n9, .my-lg-n9 {
    margin-top: -12rem !important;
  }
  .me-lg-n9, .mx-lg-n9 {
    margin-right: -12rem !important;
  }
  .mb-lg-n9, .my-lg-n9 {
    margin-bottom: -12rem !important;
  }
  .ms-lg-n9, .mx-lg-n9 {
    margin-left: -12rem !important;
  }
  .m-lg-n10 {
    margin: -12rem !important;
  }
  .mt-lg-n10, .my-lg-n10 {
    margin-top: -12rem !important;
  }
  .me-lg-n10, .mx-lg-n10 {
    margin-right: -12rem !important;
  }
  .mb-lg-n10, .my-lg-n10 {
    margin-bottom: -12rem !important;
  }
  .ms-lg-n10, .mx-lg-n10 {
    margin-left: -12rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-n1 {
    margin: -.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important;
  }
  .me-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }
  .ms-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important;
  }
  .m-xl-n2 {
    margin: -.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important;
  }
  .me-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }
  .ms-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .me-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .me-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -5rem !important;
  }
  .mt-xl-n6, .my-xl-n6 {
    margin-top: -5rem !important;
  }
  .me-xl-n6, .mx-xl-n6 {
    margin-right: -5rem !important;
  }
  .mb-xl-n6, .my-xl-n6 {
    margin-bottom: -5rem !important;
  }
  .ms-xl-n6, .mx-xl-n6 {
    margin-left: -5rem !important;
  }
  .m-xl-n7 {
    margin: -7rem !important;
  }
  .mt-xl-n7, .my-xl-n7 {
    margin-top: -7rem !important;
  }
  .me-xl-n7, .mx-xl-n7 {
    margin-right: -7rem !important;
  }
  .mb-xl-n7, .my-xl-n7 {
    margin-bottom: -7rem !important;
  }
  .ms-xl-n7, .mx-xl-n7 {
    margin-left: -7rem !important;
  }
  .m-xl-n8 {
    margin: -10rem !important;
  }
  .mt-xl-n8, .my-xl-n8 {
    margin-top: -10rem !important;
  }
  .me-xl-n8, .mx-xl-n8 {
    margin-right: -10rem !important;
  }
  .mb-xl-n8, .my-xl-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-xl-n8, .mx-xl-n8 {
    margin-left: -10rem !important;
  }
  .m-xl-n9 {
    margin: -12rem !important;
  }
  .mt-xl-n9, .my-xl-n9 {
    margin-top: -12rem !important;
  }
  .me-xl-n9, .mx-xl-n9 {
    margin-right: -12rem !important;
  }
  .mb-xl-n9, .my-xl-n9 {
    margin-bottom: -12rem !important;
  }
  .ms-xl-n9, .mx-xl-n9 {
    margin-left: -12rem !important;
  }
  .m-xl-n10 {
    margin: -12rem !important;
  }
  .mt-xl-n10, .my-xl-n10 {
    margin-top: -12rem !important;
  }
  .me-xl-n10, .mx-xl-n10 {
    margin-right: -12rem !important;
  }
  .mb-xl-n10, .my-xl-n10 {
    margin-bottom: -12rem !important;
  }
  .ms-xl-n10, .mx-xl-n10 {
    margin-left: -12rem !important;
  }
}
/*****************************
  Accordion
*****************************/
.card {
  border: none;
  margin-bottom: 10px;
}
.card:last-child {
  margin-bottom: 0;
}
.card-header {
  background: none;
  padding: 0;
  border-bottom: none;
}
.accordion > .card .card-header {
  margin-bottom: 0;
}
.accordion > .card .card-header .btn {
  background: inherit;
  color: #c57b6f;
  text-align: left;
  font-size: 21px;
  line-height: 30px;
  padding: 15px 45px 15px 0px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(24, 26, 37, 0.1);
}
.accordion > .card .card-header .btn:after {
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 6px;
  right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion > .card .card-header .btn:hover {
  color: #e76f65;
}
.accordion > .card .card-header .btn.collapsed {
  color: #363636;
  background: inherit;
}
.card-body {
  padding: 15px 20px 20px 20px;
  background: inherit;
}
.accordion > .card .card-header .btn.collapsed:after {
  content: "\f067";
  background: none;
  color: #000000;
  border-color: #000000;
}
.accordion > .card .card-header .btn:after {
  content: "\f068";
  color: #e76f65;
  width: 40px;
  height: 40px;
  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;
  border-radius: 5px;
  right: 6px;
  left: inherit;
  background: none;
}
/*****************************
  Button
*****************************/
.btn-link {
  text-decoration: none !important;
}
button {
  outline: medium none !important;
  color: #e76f65;
}
/* btn */
.btn {
  border: none;
  z-index: 1;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 35px;
  border-radius: 0px;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*btn-primary(主色系深粉色)*/
.btn.btn-primary {
  background: #c57b6f;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  background: #e76f65;
}
.btn.btn-primary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  background: #e76f65;
}
.btn.btn-primary:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #131310;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-primary:hover {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn.btn-primary:hover:after {
  left: 0;
  width: 100%;
}
.btn.btn-primary.btn-primary-white {
  background: #e76f65;
  color: #ffffff;
}
.btn.btn-primary.btn-primary-white:hover {
  color: #ffffff;
}
.btn.btn-primary.btn-primary-white:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  background: #e76f65;
}
.btn.btn-primary.btn-primary-white:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  background: #e76f65;
}
.btn.btn-primary.btn-primary-white:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-primary.btn-primary-white:hover {
  color: #131310;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn.btn-primary.btn-primary-white:hover:after {
  left: 0;
  width: 100%;
}
.btn.btn-secondary {
  background: #131310;
  color: #ffffff;
}
.btn.btn-secondary:hover {
  color: #ffffff;
}
.btn.btn-secondary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  background: #131310;
}
.btn.btn-secondary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  background: #131310;
}
.btn.btn-secondary:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #e76f65;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn.btn-secondary:hover:after {
  left: 0;
  width: 100%;
}
.btn.btn-secondary.btn-secondary-white {
  background: #131310;
  color: #ffffff;
}
.btn.btn-secondary.btn-secondary-white:hover {
  color: #ffffff;
}
.btn.btn-secondary.btn-secondary-white:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  background: #131310;
}
.btn.btn-secondary.btn-secondary-white:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  background: #131310;
}
.btn.btn-secondary.btn-secondary-white:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-secondary.btn-secondary-white:hover {
  color: #131310;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn.btn-secondary.btn-secondary-white:hover:after {
  left: 0;
  width: 100%;
}
.btn.btn-white {
  background: #ffffff;
  color: #131310;
}
.btn.btn-white:hover {
  color: #ffffff;
}
.btn.btn-white:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #131310;
  background: #ffffff;
}
.btn.btn-white:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #131310;
  background: #ffffff;
}
.btn.btn-white:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #131310;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-white:hover {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn.btn-white:hover:after {
  left: 0;
  width: 100%;
}
.btn.btn-white.btn-white-primary {
  background: #ffffff;
  color: #e76f65;
}
.btn.btn-white.btn-white-primary:hover {
  color: #ffffff;
}
.btn.btn-white.btn-white-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #e76f65;
  background: #ffffff;
}
.btn.btn-white.btn-white-primary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #e76f65;
  background: #ffffff;
}
.btn.btn-white.btn-white-primary:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #e76f65;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-white.btn-white-primary:hover {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn.btn-white.btn-white-primary:hover:after {
  left: 0;
  width: 100%;
}
.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}
.show > .btn-primary.dropdown-toggle {
  background: #e76f65;
  border-color: #e76f65;
}
/* Btn size*/
.btn.btn-sm {
  padding: 8px 15px;
  font-size: 14px;
}
.btn.btn-md {
  padding: 10px 20px;
  font-size: 14px;
}
.btn.btn-lg {
  padding: 20px 30px;
}
.btn.btn-xl {
  padding: 25px 40px;
}
.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-app i {
  font-size: 40px;
}
.btn-outline-secondary {
  border: 2px solid #ebebeb;
  color: #131310;
}
.btn-outline-secondary:hover {
  background: #131310;
  color: #ffffff;
  border-color: #fff6f7;
}
.btn-outline-secondary:focus {
  background: #fff6f7;
  color: #ffffff;
  border-color: #fff6f7;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #fff6f7;
  color: #ffffff;
  border-color: #fff6f7;
}
.play-video-lg {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  background: #ffffff;
  color: #131310;
  display: block;
  border-radius: 50%;
  text-align: center;
}
.play-video-md {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  background: #ffffff;
  color: #131310;
  display: block;
  border-radius: 50%;
  text-align: center;
}
/*****************************
  Category
*****************************/
.item {
  overflow: hidden;
}
.item .category-box {
  position: relative;
}
.item .category-box .category-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item .category-box:hover .category-title {
  bottom: 20px;
}
.item .category-box .category-title {
  left: 0;
  right: 0;
  position: absolute;
  bottom: -60px;
  background: #ffffff;
  padding: 10px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1400px) {
  .item .category-box .category-title h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
/*****************************
  Countdown
*****************************/
.countdown {
  display: inline-block;
  text-align: center;
  margin: 0px 20px;
}
.countdown span {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  color: #e76f65;
}
.countdown p {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #131310;
}
.countdown-small span {
  font-size: 24px;
  line-height: 24px;
}
.countdown-small p {
  font-size: 14px;
}
.coming-soon.newsletter .form-control {
  padding-right: 185px;
}
/*****************************
  Counter
*****************************/
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.counter .counter-icon img {
  height: 55px;
}
.counter .counter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
}
.counter .counter-content .timer {
  font-size: 80px;
  line-height: 100px;
  font-weight: 900;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #ffffff;
}
.counter .counter-content label {
  font-size: 14px;
}
.experiense-counter {
  position: absolute;
  left: 0;
  top: 50px;
}
.experiense-counter .counter {
  background: #ffffff;
  padding: 20px 35px 20px 35px;
  border-left: 5px solid #e76f65;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(19, 19, 16, 0.07);
  box-shadow: 0px 7px 16px 0px rgba(19, 19, 16, 0.07);
  border-right: none;
}
.experiense-counter .counter .counter-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}
.experiense-counter .counter .counter-content .timer {
  line-height: 57px;
  font-size: 57px;
}
.experiense-counter .counter .counter-content label {
  font-size: 18px;
  font-weight: 500;
}
/*****************************
  Date time Picker
*****************************/
.bootstrap-datetimepicker-widget.dropdown-menu {
  z-index: 9;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #e76f65;
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #e76f65;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 40px;
  font-size: 14px;
  border-radius: inherit;
}
.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
  border-radius: inherit;
}
.bootstrap-datetimepicker-widget table td span.active {
  background: #e76f65;
}
/*****************************
  Feature box
*****************************/
.feature-box .feature-title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-box .feature-title-icon h4 {
  color: #131310;
  font-weight: normal;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 28px;
}
.feature-box .feature-title-icon .feature-icon {
  font-size: 36px;
  min-width: 42px;
  background: #e76f65;
  width: 70px;
  height: 70px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 70px;
  color: #ffffff;
}
.feature-box .feature-content p {
  padding-top: 15px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.feature-box .feature-content a:hover {
  color: #ffffff;
}
.feature-box.feature-box-style-02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 2px solid rgba(255, 255, 255, 0.03);
  padding: 20px 50px 20px 20px;
}
.feature-box.feature-box-style-02 .feature-img {
  margin-bottom: 50px;
}
.feature-box.feature-box-style-02 .feature-img img {
  height: 200px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.feature-box.feature-box-style-02 .feature-content {
  text-align: center;
}
.feature-box.feature-box-style-02:hover .feature-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-text .feature-icon {
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
}
.feature-box-style-02.feature-box-light {
  border-right: 2px solid rgba(0, 0, 0, 0.03);
}
.feature-box-style-02.feature-box-light .feature-content a:hover {
  color: #131310;
}
/*feature style 02*/
.feature-item.feature-box-style-03 {
  padding: 30px 40px;
  text-align: center;
  border: 1px solid rgba(24, 26, 37, 0.1);
}
.feature-item.feature-box-style-03 .feature-icon {
  margin-bottom: 10px;
}
.feature-item.feature-box-style-03 .feature-icon object {
  width: 70px;
  -webkit-filter: invert(75%) sepia(41%) saturate(636%) hue-rotate(315deg) brightness(99%) contrast(91%);
  filter: invert(75%) sepia(41%) saturate(636%) hue-rotate(315deg) brightness(99%) contrast(91%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-item.feature-box-style-03 .feature-content h4 {
  margin-bottom: 15px;
}
/*feature style 04*/
.feature-box.feature-box-style-04 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-box.feature-box-style-04 .feature-icon {
  padding-bottom: 0;
  height: 70px;
  min-width: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
  background-color: #e76f65;
}
.feature-box.feature-box-style-04 .feature-icon i {
  font-size: 26px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-box.feature-box-style-04 .feature-content h6.feature-title {
  color: #e76f65;
  padding-bottom: 7px;
}
.feature-box.feature-box-style-04 .feature-content span {
  display: block;
}
.feature-box-style-05 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-box-style-05 .feature-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  padding-bottom: 0;
  height: 50px;
  min-width: 50px;
  margin-right: 25px;
}
.feature-box-style-05 .feature-content .title {
  color: #131310;
  font-size: 22px;
}
.feature-box-style-05 .feature-content p {
  padding-top: 10px;
}
/*****************************
	Gallery
*****************************/
.my-shuffle-container {
  margin-left: -12px;
  margin-right: -12px;
}
.my-shuffle-container .grid-item {
  width: 33.33%;
  padding: 15px;
}
.portfolio-item img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-item .portfolio-img {
  margin-left: auto;
}
.portfolio-item .portfolio-img i {
  font-size: 20px;
}
.portfolio-item .portfolio-category {
  margin-bottom: 5px;
  padding: 6px 20px;
  position: absolute;
  bottom: -6px;
  left: 20px;
  background: #ffffff;
}
.portfolio-item .portfolio-category a {
  font-size: 14px;
  font-weight: 600;
  color: #131310;
  margin-right: 8px;
}
.portfolio-item .portfolio-category a:last-child {
  margin-right: 0;
}
.portfolio-item .portfolio-info {
  margin-top: 25px;
  margin-bottom: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.portfolio-item .portfolio-info .portfolio-title {
  color: #fff6f7;
  font-size: 18px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  display: block;
}
.portfolio-item .portfolio-info .portfolio-title:hover {
  color: #e76f65;
}
.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}
.portfolio-item.portfolio-item-02 {
  overflow: hidden;
}
.portfolio-item.portfolio-item-02 .portfolio-info {
  padding: 20px;
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 2;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.portfolio-item.portfolio-item-02:hover .portfolio-info {
  opacity: 1;
  bottom: 30px;
}
.my-shuffle-container .portfolio-item .portfolio-info {
  margin-bottom: 0px;
}
.filters-group {
  display: table;
  margin: 0 auto 50px;
  text-align: center;
}
.filters-group button {
  margin: 0 1px 4px;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  background: #131310;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.filters-group button span {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  display: block;
}
.filters-group button:hover {
  background: #e76f65;
  color: #ffffff;
}
.filters-group button.active {
  background: #e76f65;
  color: #131310;
}
.bg-dark .portfolio-item .portfolio-info .portfolio-title {
  color: #ffffff;
}
.bg-dark .portfolio-item .portfolio-info .portfolio-title:hover {
  color: #e76f65;
}
/*************************************
         shuffle
 *************************************/
.my-shuffle-container.grid-style .grid-item {
  padding: 0 !important;
}
.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px;
}
.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px;
  float: left;
}
.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px;
}
.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px;
}
.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px;
}
.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 15px;
}
/*Masonry*/
.masonry.my-shuffle-container .grid-item {
  padding: 15px;
  float: left;
}
.masonry.my-shuffle-container .m-col-3 {
  width: 25%;
}
.masonry.my-shuffle-container .m-col-4 {
  width: 40%;
}
.masonry.my-shuffle-container .m-col-5 {
  width: 50%;
}
.masonry.my-shuffle-container .m-col-6 {
  width: 50%;
}
.masonry.my-shuffle-container .m-col-7 {
  width: 65%;
}
@media (max-width: 1200px) {
  .my-shuffle-container.columns-6 .grid-item {
    width: 25.00%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .my-shuffle-container.columns-6 .grid-item {
    width: 33.333%;
    padding: 15px;
  }
  .my-shuffle-container.columns-5 .grid-item {
    width: 33.333%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .my-shuffle-container .grid-item, .my-shuffle-container.columns-3 .grid-item, .my-shuffle-container.columns-4 .grid-item, .my-shuffle-container.columns-5 .grid-item, .my-shuffle-container.columns-6 .grid-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .my-shuffle-container.columns-2 .grid-item, .my-shuffle-container .grid-item {
    width: 100%;
  }
  .my-shuffle-container .grid-item, .my-shuffle-container.columns-2 .grid-item, .my-shuffle-container.columns-3 .grid-item, .my-shuffle-container.columns-4 .grid-item, .my-shuffle-container.columns-5 .grid-item, .my-shuffle-container.columns-6 .grid-item {
    width: 100%;
  }
}
/*****************************
         線上預約 
*****************************/
.oder {
  display: flex;
  position: fixed;
  right: 0;
  top: 55%;
  z-index: 3;
  display: none
}
.oder.display {
  display: block
}
.oder a {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 16px;
  color: #737373;
  letter-spacing: 1px;
  text-align: center;
  background: #fff;
  box-shadow: rgb(228 139 106 / 6%) 0px 2px 3px, rgb(187 117 117 / 24%) 0px 2px 2px;
  padding: 5px;
  border-radius: 2px;
  border-right: 2px solid #a6dab1;
}
.oder img {}
.oder a:hover {
  color: #d69292;
}
/*****************************
  List
*****************************/
ul.list {
  padding: 0;
  margin: 0;
}
ul.list li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
ul.list li i {
  margin-right: 10px;
  color: #ffffff;
  background-color: #e76f65;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list.list-circle li i {
  font-size: 6px;
}
/*****************************
  Menu List
*****************************/
.menu-list.menu-list-default {
  text-align: left;
  padding: 0px;
  border-bottom: 1px dashed rgba(24, 26, 37, 0.1);
  padding-bottom: 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-list.menu-list-default:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: navajowhite;
}
.menu-list.menu-list-default .menu-icon {
  margin-right: 25px;
  margin-bottom: 0px;
}
.menu-list.menu-list-default .menu-icon img {
  height: auto;
  width: 80px;
}
.menu-list.menu-list-default .menu-details {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  border-bottom: none;
}
.menu-list.menu-list-default .menu-details .menu-border {
  content: "";
  position: relative;
  top: 15px;
  right: 0px;
  width: 20%;
  height: 2px;
  border-bottom: 1px dashed #131310;
  z-index: -1;
}
.menu-list.menu-list-default .menu-details .menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 20px;
  width: 55%;
}
.menu-list.menu-list-default .menu-details .menu-title a {
  font-size: 24px;
  font-weight: 600;
  color: #181a25;
  width: 250px;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 10px;
}
.menu-list.menu-list-default .menu-details .menu-title a:hover {
  color: #e76f65;
}
.menu-list.menu-list-default .menu-details .menu-title ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-list.menu-list-default .menu-details .menu-title ul li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 16px;
}
.menu-list.menu-list-default .menu-details .menu-title ul li:before {
  content: "/";
  position: absolute;
  top: 0;
  right: -4px;
}
.menu-list.menu-list-default .menu-details .menu-title ul li:last-child:before {
  display: none;
}
.menu-list.menu-list-default .menu-details .menu-title p {
  margin-bottom: 0;
}
.menu-list.menu-list-default .menu-details .menu-price {
  margin-left: auto;
  text-align: right;
  padding-left: 20px;
}
.menu-list.menu-list-default .menu-details .menu-price span.price-min {
  background-color: #131310;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 10px;
}
.menu-list.menu-list-default .menu-details .menu-price span {
  font-size: 18px;
}
.menu-bg-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
}
/*****************************
  Newsletter
*****************************/
.newsletter {
  position: relative;
}
.newsletter .form-control {
  margin-right: 150px;
  height: 50px;
}
.newsletter .btn {
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 0;
  padding: 15px 30px;
}
/*****************************
  Owl carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}
.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}
.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}
.owl-carousel .owl-nav i {
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #e76f65;
  background: #ffffff;
  border: 0px solid #ebebeb;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-nav i:hover {
  background: #ffffff;
  color: #131310;
}
.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block;
}
.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 20px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  margin-top: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #e76f65;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #e76f65;
}
.owl-carousel .owl-dot {
  display: inline-block;
  margin: 14px 2px 0;
}
.owl-nav-bottom .owl-nav {
  bottom: 0;
  top: inherit;
}
.owl-nav-bottom .owl-nav .owl-next {
  right: 45%;
  bottom: -70px;
  top: inherit;
}
.owl-nav-bottom .owl-nav .owl-prev {
  left: 45%;
  bottom: -70px;
  top: inherit;
}
.owl-nav-top-left .owl-nav {
  bottom: 0;
  top: inherit;
}
.owl-nav-top-left .owl-nav .owl-next {
  right: 0;
  top: -80px;
  -webkit-transform: inherit;
  transform: inherit;
}
.owl-nav-top-left .owl-nav .owl-prev {
  left: inherit;
  right: 50px;
  top: -80px;
  -webkit-transform: inherit;
  transform: inherit;
}
.owl-nav-top-left .owl-nav i {
  border: 1px solid transparent;
}
.owl-nav-top-left .owl-nav i:hover {
  border-color: #ebebeb;
}
.owl-nav-top-right .owl-nav {
  top: 0;
  bottom: inherit;
}
.owl-nav-top-right .owl-nav .owl-next {
  right: 20px;
  top: 20px;
  bottom: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.owl-nav-top-right .owl-nav .owl-prev {
  left: inherit;
  right: 80px;
  top: 20px;
  bottom: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.owl-dots-bottom-center .owl-dots {
  bottom: 30px !important;
  position: absolute;
}
.owl-dots-bottom-center .owl-dots .owl-dot span {
  background: #ffffff;
}
.owl-dots-bottom-right .owl-dots {
  bottom: 30px !important;
  position: absolute;
  right: 30px;
  width: auto;
}
.owl-dots-bottom-right .owl-dots .owl-dot span {
  background: #ffffff;
}
.owl-dots-bottom-left .owl-dots {
  position: absolute;
  left: 0;
  width: auto;
  margin-top: 0;
}
.owl-dots-bottom-left .owl-dots .owl-dot span {
  background: #ffffff;
}
/* Client Logo */
.our-clients .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.owl-carousel .owl-item .property-item {
  margin-bottom: 0;
}
.carousel-control-next {
  opacity: .6;
}
.carousel-control-prev {
  opacity: .6;
}
/*****************************
	Pricing
*****************************/
.pricing-plan {
  position: relative;
  border: 1px solid rgba(24, 26, 37, 0.1);
  padding: 50px;
}
.pricing-plan .pricing-price .pricing-title {
  font-weight: 600;
  letter-spacing: 1px;
  color: #838383;
}
.pricing-plan .pricing-price .price {
  margin-top: 20px;
}
.pricing-plan .pricing-price .price strong {
  font-size: 46px;
  line-height: 1;
}
.pricing-plan .pricing-price .price sub {
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.pricing-plan .pricing-icon {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pricing-plan .pricing-icon img, .pricing-plan .pricing-icon i {
  background: rgba(242, 166, 141, 0.5);
  height: 200px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 80px;
}
.pricing-plan .pricing-list {
  margin-top: 50px;
}
.pricing-plan .pricing-list li {
  margin-bottom: 15px;
}
.pricing-plan .pricing-list li i {
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #F3DCD4;
  border-radius: 50%;
  margin-right: 10px;
}
.pricing-plan .pricing-list li:last-child {
  margin-bottom: 0;
}
.pricing-plan .pricing-bottom {
  background: #fbfbfb;
  padding: 15px;
}
.pricing-plan.active .pricing-price {
  background: #e76f65;
  border-radius: 3px 3px 0px 0px;
}
.pricing-plan.active .pricing-price .pricing-title {
  color: #ffffff;
}
.pricing-plan.active .pricing-price strong {
  color: #ffffff;
}
.pricing-plan.active .pricing-price sub {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .pricing-plan {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .pricing-plan .pricing-icon img, .pricing-plan .pricing-icon i {
    height: auto;
    width: 200px;
  }
}
/*************************
        Progress Bar
*************************/
.progress {
  position: relative;
  overflow: visible;
  height: 6px;
  border-radius: inherit;
  margin-top: 65px;
}
.progress .progress-bar {
  background-color: #e76f65;
}
.progress .progress-bar .progress-bar-title {
  position: absolute;
  left: 0;
  top: -40px;
  color: #000000;
  font-size: 18px;
}
.progress .progress-bar .progress-bar-number {
  position: absolute;
  right: 0;
  top: -40px;
  color: #000000;
  font-size: 18px;
}
/*****************************
	Range Slider
*****************************/
.irs--flat .irs-line {
  height: 6px;
}
.irs--flat .irs-bar {
  background: #e76f65;
  height: 6px;
}
.irs--flat .irs-from {
  background: transparent;
  color: #e76f65;
  font-size: 13px;
  font-weight: 600;
}
.irs--flat .irs-from:before {
  display: none;
}
.irs--flat .irs-to {
  background: transparent;
  color: #e76f65;
  font-size: 13px;
  font-weight: 600;
}
.irs--flat .irs-to:before {
  display: none;
}
.irs--flat .irs-single {
  background: transparent;
  color: #e76f65;
  font-size: 13px;
  font-weight: 600;
}
.irs--flat .irs-single:before {
  display: none;
}
.irs--flat .irs-handle > i:first-child {
  background: #ffffff;
  background: #ffffff;
  width: 12px;
  width: 12px;
  height: 12px;
  height: 12px;
  border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e76f65;
  border: 2px solid #e76f65;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.irs--flat .irs-handle:hover > i:first-child {
  background: #e76f65;
}
.irs--flat .irs-handle.state_hover > i:first-child {
  background: #e76f65;
}
/*****************************
		Select
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666666;
  line-height: inherit;
  text-transform: capitalize;
}
.bigdrop {
  min-width: 196px !important;
}
.select2-results__options {
  padding: 8px 2px;
}
.select2-container--default .select2-results__option--highlighted {
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding-left: 10px;
  font-weight: 600;
}
/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 10px;
  height: 21px;
  width: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 6 free";
  font-style: normal;
  font-weight: 900;
  color: #e76f65;
}
.select2-container--default .select2-search--dropdown {
  padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ebebeb;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #F3DCD4;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(242, 166, 141, 0.1);
  color: #e76f65;
}
.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 8;
}
.select-border .select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
  height: 53px;
  padding: 15px 20px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #898989;
}
.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 20px;
}
.select2-results__option[aria-selected] {
  text-transform: capitalize;
}
.select2-container--default .select2-results > .select2-results__options {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3a4957;
}
.select2-container--open .select2-dropdown {
  padding: 7px;
  border: 1px solid #ebebeb;
}
.select2-search--dropdown .select2-search__field {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}
.select2-container--default .select2-selection--single {
  height: 50px;
  padding: 15px 20px;
}
/*****************************
  Tabs
*****************************/
.nav-tabs {
  border: none;
}
.nav-tabs .nav-item {
  margin-bottom: 3px;
  margin-right: 3px;
}
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 0;
  font-weight: 600;
  background: #131310;
  color: #ffffff;
}
.nav-tabs .nav-item .nav-link span {
  display: block;
}
.nav-tabs .nav-item .nav-link.active {
  background: #e76f65;
}
/*****************************
  Team
*****************************/
.team .team-img {
  overflow: hidden;
}
.team .team-img img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.team .team-img img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.team .team-content .team-name a {
  font-size: 22px;
  line-height: 26px;
  margin-top: 14px;
  font-weight: normal;
}
.team .team-content .team-name a:hover {
  color: #e76f65;
}
.team .team-content .team-description {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 0px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.team .team-content .team-description:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  background-color: #e76f65;
  z-index: 1;
}
/*****************************
  Testimonial
*****************************/
.testimonial {
  padding: 0px;
}
.testimonial .testimonial-rating ul {
  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;
}
.testimonial .testimonial-rating ul li {
  margin-right: 3px;
}
.testimonial .testimonial-rating ul li i {
  color: #e76f65;
}
.testimonial .testimonial-quote-icon {
  width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial .testimonial-content {
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
}
.testimonial .testimonial-details {
  margin-top: 20px;
}
.testimonial .testimonial-details .avatar {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 15px;
}
.testimonial .testimonial-details .avatar img {
  width: 80px;
  border-radius: 100%;
}
.testimonial .testimonial-details .testimonial-name {
  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;
}
.testimonial .testimonial-details .testimonial-name span {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 20px;
}
.testimonial .testimonial-details .testimonial-name span:before {
  content: "";
  height: 20px;
  width: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
}
.bg-primary .testimonial .testimonial-content, .bg-primary .testimonial .testimonial-details .testimonial-name .author-name {
  color: #ffffff;
  margin-bottom: 0;
}
.bg-primary .section-title .sub-title:before {
  background: #ffffff;
}
/*Testimonial Style 02*/
.testimonial-style-2 .testimonial-item .testimonial-content {
  margin-bottom: 20px;
  color: #666666;
  font-size: 14px;
  font-style: normal;
  position: relative;
}
.testimonial-style-2 .testimonial-item .testimonial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-style-2 .testimonial-item .testimonial-info .testimonial-avatar-img img {
  height: 45px;
  width: 45px;
  margin: 0px 15px 0px 0px;
  border-radius: 10px;
}
.testimonial-style-2 .testimonial-item .testimonial-author .author-name {
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial-style-2 .testimonial-item .testimonial-author span {
  font-size: 13px;
}
/*****************************
  video-button
*****************************/
.btn-animation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  position: relative;
}
.btn-animation:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  background: #e76f65;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.btn-animation i {
  z-index: 0;
}
.bg-white.btn-animation:before {
  background: #ffffff;
}
.bg-dark.btn-animation:before {
  background: #fff6f7;
}
.bg-primary.btn-animation:before {
  background: #e76f65;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.popup-video {
  position: relative;
}
.popup-video .play-video {
  position: absolute;
  top: 40%;
  left: 40%;
}
/*****************************
  Header
*****************************/
/* Header default */
.header {
  background: transparent;
  z-index: 999;
  /*position: absolute;*/
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02);
  width: 100%;
}
/*Header transparent*/
.header.header-transparent {
  /*position: absolute;*/
  width: 100%;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header.header-transparent .main-header {
  padding: 0 50px;
}
.header.header-transparent .main-header .logo-left {
  display: none;
}
/* Navbar */
.header .navbar .navbar-nav .nav-link {
  font-size: 20px;
  padding: 20px 30px 5px 0;
  color: #333333;
  text-transform: capitalize;
}
.header .navbar .navbar-nav .nav-link i {
  font-weight: bold;
}
.header .navbar .navbar-nav .nav-link:hover {
  color: #e76f65;
}
.header .navbar {
  padding: 0;
}
.header .main-header {
  padding: 34px 40px;
  align-items: flex-start;
}
.header .main-header .menu-btn {
  background: 0;
  padding-left: 0;
  padding-right: 10px;
}
.header .main-header .menu-btn img {
  height: 40px;
}
.header .main-header .add-listing .menu-btn {
  padding-right: 0px;
}
.header .navbar .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header .navbar .navbar-nav > li {
  margin-right: 30px;
}
.header .navbar .navbar-nav > li:last-child {
  margin-right: 0px;
}
.header .navbar .navbar-nav > li.logo-center {
  margin: 0 50px 0 20px;
}
.header .navbar .navbar-nav > li .nav-link {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.header .navbar .navbar-nav > li .nav-link:hover {
  color: #e76f65;
}
.header .navbar .navbar-nav .nav-item.active .nav-link {}
.header .navbar .add-listing .btn {
  color: #ffffff;
}
.header .navbar .add-listing .btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #131310;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .navbar .add-listing .btn:hover {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.header .navbar .add-listing .btn:hover:after {
  left: 0;
  width: 100%;
}
.header .navbar .add-listing .woo-action {
  margin-left: 20px;
}
.header .navbar .add-listing .woo-action .list-unstyled {
  margin-bottom: 0;
}
.header .navbar .add-listing .woo-action .list-unstyled li a {
  color: #131310;
  font-size: 12px;
  position: relative;
}
.header .navbar .add-listing .woo-action .list-unstyled li a .cart-icon {
  font-size: 20px;
  color: #131310;
}
.header .navbar .add-listing .woo-action .list-unstyled li a .cart-count {
  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;
  position: absolute;
  top: -15px;
  right: -8px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #ffffff;
  background: #e76f65;
  border-radius: 50%;
}
.header .navbar .add-listing .menu-btn {
  margin-left: 20px;
}
/*LOGO區塊*/
.header .navbar-brand {
  padding: 0;
  margin-right: 0;
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}
/*主使用LOGO(白色)*/
.header .navbar-brand img {
  width: auto;
  height: 80px;
}
.header .navbar-brand img.sticky {}
.header .navbar .navbar-nav li.active .nav-link {
  color: #e76f65;
}
.header .navbar .navbar-nav h6.nav-title {
  font-size: 22px;
}
/* Header Sticky */
.header.is-sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(19, 19, 16, 0.07);
  box-shadow: 0px 7px 16px 0px rgba(19, 19, 16, 0.07);
  padding: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.header.is-sticky .navbar .navbar-brand {}
.header.is-sticky .navbar .navbar-brand img {
  height: 80px;
  display: none;
}
.header.is-sticky .navbar .navbar-brand img.sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.indexhome .header.is-sticky .main-header .menu-btn svg path, .indexhome .header .navbar .add-listing .menu-btn svg path {
  stroke: #fff;
}
.header.is-sticky .navbar .navbar-nav > li .nav-link {
  color: #131310;
}
.header.is-sticky .navbar .navbar-nav > li .nav-link:hover {
  color: #e76f65;
}
.header.is-sticky .main-header .menu-btn svg, .indexhome .header.is-sticky .main-header .menu-btn svg, .header .navbar .add-listing .menu-btn svg {
  fill: #131310;
}
.header.is-sticky .main-header .menu-btn svg path, .indexhome .header.is-sticky .main-header .menu-btn svg path, .header .navbar .add-listing .menu-btn svg path {
  stroke: #131310;
}
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header .navbar-nav li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #131310;
  text-transform: capitalize;
  font-size: 14px;
}
.header .navbar-nav li > a:hover {
  color: #e76f65;
}
.header .navbar-nav li > a i {
  margin-left: 8px;
  font-size: 10px;
  margin-top: 2px;
}
/* Mega Menu */
.megamenu {
  padding: 20px 20px;
  width: 100%;
}
.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}
.megamenu > div > li > ul > li {
  list-style: none;
}
.megamenu > div > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff6f7;
  white-space: normal;
}
.megamenu > div > li > ul > li > a:hover {
  text-decoration: none;
  color: #fff6f7;
  background-color: #F3DCD4;
}
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #fff6f7;
  background-color: #F3DCD4;
}
.megamenu.disabled > a:hover {
  color: #F3DCD4;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.megamenu.disabled > a:focus {
  color: #F3DCD4;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.header .megamenu .dropdown-item {
  padding: 0px;
}
.header li > .dropdown-item:focus {
  color: #e76f65;
  background: none;
}
.header li > .dropdown-item:hover {
  color: #e76f65;
  background: none;
}
.header .dropdown-item.active {
  background: none;
}
.header .dropdown-item:active {
  background: none;
}
.header .dropdown-item:focus {
  background: none;
}
.header .dropdown-item:hover {
  background: none;
}
.header .dropdown-toggle::after {
  content: none;
}
.header .navbar-collapse {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  position: relative;
  justify-content: flex-end;
}
.header .navbar .dropdown-menu {
  padding: 14px 26px 14px 26px;
  z-index: 9999;
}
.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 180px;
}
.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}
.navbar .dropdown > .dropdown-menu li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px 5px 0;
  border-radius: 3px;
  position: relative;
  color: #666666;
}
.navbar .dropdown > .dropdown-menu li > a:hover {
  color: #e76f65;
}
.navbar .dropdown > .dropdown-menu li > a:hover span:before {
  width: 100%;
}
.navbar .navbar-nav .dropdown-menu li.active > a span {
  color: #e76f65;
}
.navbar .navbar-nav .dropdown-menu li.active > a span:before {
  width: 100%;
}
/* Header Style 02 */
.header.header-style-02 {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.header.header-style-02 .main-header {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.header.header-style-02 .navbar-collapse {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
}
.header.header-style-02 .header-bottom {
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02);
  z-index: 2;
  border-radius: 5px;
  padding: 0px 10px;
}
.header.header-style-02 .header-bottom .navbar-expand-lg {
  min-width: 600px;
  left: 0;
}
.header.header-style-02 .header-bottom .btn {
  margin: 8px;
}
.header.header-style-02 .search ul li a {
  color: #ffffff;
}
.header.header-style-02 .woo-action ul li i {
  color: #ffffff;
}
.header.header-style-02 .navbar .navbar-nav > li .nav-link {
  color: #ffffff;
}
.header.header-style-02 .navbar .navbar-nav > li .nav-link:hover {
  color: #e76f65;
}
.header.header-style-02 .navbar .add-listing .menu-btn {
  margin-left: 20px;
}
.header.header-style-02.is-sticky {
  position: fixed;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(19, 19, 16, 0.07);
  box-shadow: 0px 7px 16px 0px rgba(19, 19, 16, 0.07);
}
.header.header-style-02.is-sticky .navbar .navbar-nav > li .nav-link {
  color: #131310;
}
.header.header-style-02.is-sticky .navbar .navbar-nav > li .nav-link:hover {
  color: #e76f65;
}
.header.header-style-02.is-sticky .navbar .navbar-nav .nav-item.active .nav-link {
  color: #e76f65;
}
.header.header-style-02.is-sticky .woo-action ul li i {
  color: #131310;
}
.header.header-style-02.is-sticky .search ul li a {
  color: #131310;
}
/*~~~~~~~~ 首頁調整 ~~~~~~~~*/
/*====== 頁頭 ======*/
.indexhome .header {
  position: absolute;
}
.indexhome .header.header-transparent {
  position: absolute;
}
.indexhome .header.is-sticky {
  position: fixed;
}
/*==== LOGO ====*/
.indexhome .header .navbar-brand img {
  height: 400px;
}
.indexhome .header .navbar-brand img.sticky {
  display: none;
}
/*==== 主選單 ====*/
.indexhome .header .navbar-collapse {
  position: absolute;
  right: 45px;
  top: 115px;
}
.indexhome .header .navbar .navbar-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 10px;
}
.indexhome .header .navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding: 0;
  letter-spacing: 2px;
  font-weight: 300;
  color: #fff;
}
.indexhome .header .navbar .navbar-nav > li {
  margin: 0;
}
.indexhome .header .navbar .navbar-nav .nav-link i {
  display: none;
}
.indexhome .header .navbar .dropdown-menu {
  left: 50%;
  width: 90%;
}
/*==== TOP line 連結 ====*/
.indexhome .header .navbar .add-listing {
  margin-right: 0;
  align-items: flex-start;
}
.indexhome .header .navbar .add-listing a {
  color: #fff;
  padding: 0 12px;
}
.indexhome .header .navbar .add-listing .menu-btn {
  justify-content: flex-start;
}
/*開闔*/
.indexhome .header .navbar .add-listing a.sticky {
  display: none;
}
/*~~~~ 下拉滾動選單sticky ~~~*/
.indexhome .header.is-sticky .navbar-collapse {
  position: initial;
  right: initial;
  top: initial;
}
.indexhome .header.is-sticky .navbar .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: initial;
}
.indexhome .header.is-sticky .navbar .navbar-nav > li {
  margin-right: 30px;
  font-weight: 600;
}
.indexhome .header.is-sticky .navbar .navbar-nav > li:last-child {
  margin-right: 0px;
}
.indexhome .header.is-sticky .navbar .navbar-nav .nav-link {
  font-size: 20px;
  padding: 20px 30px 5px 0;
  letter-spacing: 0;
  color: inherit;
  font-weight: 400;
}
.indexhome .header.is-sticky .navbar .navbar-nav .nav-link i {
  display: block;
}
/*開闔*/
.indexhome .header.is-sticky .navbar .add-listing a.sticky {
  display: flex;
}
.indexhome .header.is-sticky .navbar .add-listing a.inher {
  display: none;
}
/*TOP連結*/
.indexhome .header.is-sticky .navbar .add-listing {
  margin: initial;
  align-items: center;
  margin-left: 20px
}
.indexhome .header.is-sticky .navbar .add-listing a {
  color: #c57b6f;
  padding: 10px 12px;
}
/*====== ///END-頁頭 ======*/
/*~~~~~~~~ ///END-首頁調整 ~~~~~~~~*/
/*cart-side-menu*/
.cart-side-menu .offcanvas-header {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 15px;
}
.cart-side-menu .offcanvas-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart-side-menu .offcanvas-body {
  padding: 0;
}
.cart-side-menu .offcanvas-body .dropdown-menu-right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-side-menu .offcanvas-body .dropdown-menu-right .cart-list {
  padding: 15px 15px;
  width: 100%;
}
.cart-side-menu .offcanvas-body .dropdown-menu-right .cart-list li {
  margin-right: 0;
  padding: 15px 40px 15px 15px;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ebebeb;
}
.cart-side-menu .offcanvas-body .dropdown-menu-right .cart-list li .cart-info a {
  font-size: 16px;
  font-weight: 500;
  color: #131310;
}
.cart-side-menu .offcanvas-body .dropdown-menu-right .cart-list li .cart-info a:hover {
  color: #e76f65;
}
.cart-side-menu .offcanvas-body .dropdown-menu-right .cart-list li .remove-item {
  position: absolute;
  right: 15px;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #131310;
}
.cart-side-menu .offcanvas-body .dropdown-menu-right .cart-list li .remove-item:hover {
  border-color: #e76f65;
  color: #e76f65;
}
.cart-side-menu .offcanvas-body .dropdown-menu-right .cart-list li img {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: auto;
  background: #F3DCD4;
}
.cart-side-menu .cart-footer {
  padding: 15px;
  position: sticky;
  bottom: 0;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  width: 100%;
}
.cart-side-menu .cart-footer a {
  display: inline-block;
  text-align: center;
}
.cart-side-menu .cart-footer a.btn {
  color: #ffffff;
}
.cart-side-menu .cart-footer span {
  font-size: 18px;
  font-weight: 600;
}
/* Contact Info */
.main-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-contact i {
  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;
  background-color: rgba(242, 166, 141, 0.1);
  color: #e76f65;
  font-size: 17px;
  height: 50px;
  width: 50px;
  margin-right: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-contact .main-contact-info h6 {
  font-size: 14px;
  margin-bottom: 0px;
}
.main-contact:hover i {
  color: #ffffff;
  background-color: #e76f65;
}
/* Search */
.add-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
.add-listing a.lins {
  font-size: 32px;
  padding: 10px 12px;
  color: #c57b6f
}
.add-listing .search .search-btn {
  color: #131310;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding: 15px;
  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;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 999;
}
.add-listing .search .search-btn:before {
  content: "\f002";
  font-family: "Font Awesome 6 free";
  font-size: 18px;
  font-weight: 900;
  text-indent: 0;
}
.add-listing .search .search-btn:hover {
  color: #e76f65;
}
.add-listing .search .search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*RWD選單*/
.add-listing .menu-btn {
  background: #e76f65;
  color: #ffffff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  width: 84px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
.search.search-open .search-btn {
  top: -50px;
  right: -200px;
}
.search.search-open .search-btn:before {
  content: "\f00d";
}
.search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  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;
}
.search.search-open .search-box form {
  position: relative;
  width: 40%;
}
.search.search-open .search-box form .form-control {
  padding-right: 50px;
}
.search-box {
  margin: 0;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.search-box.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.offcanvas .logo img {
  height: 70px;
}
.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.appointment-form .input-group .input-group-append .input-group-text {
  border-radius: 0;
}
/*****************************
  Responsive
*****************************/
@media (min-width: 992px) {
  .navbar-nav .mega-menu {
    position: static;
  }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: inherit;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    border-radius: 3px
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
    transform: translate3d(15px, 10px, 0);
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
    transform: translate3d(-15px, 10px, 0);
  }
  .header .navbar .dropdown-menu.megamenu {
    left: 0;
  }
  .header .navbar .dropdown-menu.dropdown-menu-lg {
    min-width: 790px;
  }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  .header .navbar li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }
  .header.header-style-02 .container {
    max-width: 100%;
    padding: 0px 30px;
  }
  .header.header-style-02 .navbar .dropdown-menu.dropdown-menu-lg {
    min-width: 790px;
  }
  .header.header-style-02 .navbar .dropdown-menu.megamenu {
    left: 100%;
  }
}
/*****************************
  banner
*****************************/
/* Banner Home */
.banner-01 {
  position: relative;
}
.banner-01 .container-fluid {
  padding: 0 200px;
  position: absolute;
  top: 40%;
}
/*輪播大標題*/
.banner-01 h1 {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 600;
}
.banner-01 p {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 80px;
}
.banner-01 .swiper-button-prev {
  left: 30px;
}
.banner-01 .swiper-button-next {
  right: 30px;
}
.banner-01 .swiper-button-prev {
  background-color: rgba(242, 166, 141, 0.4);
  color: #ffffff;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  padding: 15px;
  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;
  background-image: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 55%;
}
.banner-01 .swiper-button-prev i {
  font-size: 18px;
}
.banner-01 .swiper-button-next {
  background-color: rgba(242, 166, 141, 0.4);
  color: #ffffff;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  padding: 15px;
  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;
  background-image: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 55%;
}
.banner-01 .swiper-button-next i {
  font-size: 18px;
}
.banner-01 .swiper-button-prev:hover {
  background: #e76f65;
}
.banner-01 .swiper-button-next:hover {
  background: #e76f65;
}
.banner-01 .swiper-slide {
  padding: 390px 0px 300px;
}
.banner-01 .swiper-slide .slider-1 .sub-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-01 .swiper-slide .slider-1 h1 span {
  padding-left: 100px;
}
.banner-01 .swiper-slide .slider-1 .plant-leaf-01 {
  position: absolute;
  left: 480px;
  bottom: 100px;
  width: 130px;
}
.banner-01 .swiper-slide .slider-1 .plant-leaf {
  position: absolute;
  right: 300px;
  bottom: 300px;
  width: 100px;
}
.banner-01 .swiper-slide .slider-2 .plant-leaf {
  position: absolute;
  right: 200px;
  bottom: 90px;
  width: 200px;
}
/*====== 新增 ======*/
/*=== scroll按鈕 ===*/
.scroll {
  text-align: center;
}
.scroll .btn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #00000033;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
}
.scroll .btn:hover {
  background: #c57b6f;
}
/* Banner Home 02 */
.banner-02 {
  position: relative;
}
.banner-02 .swiper-wrapper {
  height: 100vh;
}
.banner-02 .swiper-slide {
  position: relative;
  padding: 360px 0px 270px;
}
.banner-02 .swiper-slide .plant-leaf-01 {
  position: absolute;
  left: 100px;
  top: 440px;
}
.banner-02 .swiper-slide .plant-leaf {
  position: absolute;
  right: 105px;
  bottom: 65px;
}
.banner-02 .swiper-button-prev {
  background-color: rgba(242, 166, 141, 0.4);
  color: #ffffff;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  padding: 15px;
  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;
  background-image: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 55%;
  left: 30px;
}
.banner-02 .swiper-button-prev i {
  font-size: 18px;
}
.banner-02 .swiper-button-next {
  background-color: rgba(242, 166, 141, 0.4);
  color: #ffffff;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  padding: 15px;
  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;
  background-image: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 55%;
  right: 30px;
}
.banner-02 .swiper-button-next i {
  font-size: 18px;
}
/* Shop Banner */
.shop-banner {
  position: relative;
}
.shop-banner .shop-slider .slider-img {
  width: 800px;
}
.shop-banner video#myVideo {
  position: relative;
  max-width: 100%;
}
/*** 

====================================================================
    Banner Section(新首頁banner)
====================================================================

***/
.banner-section {
  position: relative;
  z-index: 1;
}
.banner-one {
  position: relative;
}
.banner-carousel {
  position: relative;
  z-index: 1;
}
.banner-carousel .slide-item {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 50px 0px;
  overflow: hidden;
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 7000ms linear;
  -moz-transition: all 7000ms linear;
  -ms-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear;
}
.banner-carousel .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 960px;
  padding: 20px 0px;
  padding: 0;
  z-index: 5;
}
.banner-carousel .content-box .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0px;
  padding: 0;
}
.banner-carousel .content-box .inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.banner-carousel .content-box .subtitle {
  display: block;
  font-size: 18px;
  line-height: 1.6em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.banner-carousel .active .content-box .subtitle {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.banner-carousel .content-box h1 {
  display: block;
  font-size: 60px;
  text-align: center;
  line-height: 1.10em;
  color: #ffffff;
  font-weight: 600;
  opacity: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  text-transform: capitalize;
}
.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.banner-carousel .content-box .text {
  display: block;
  font-size: 34px;
  line-height: 1.7em;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  margin-bottom: 60px;
  max-width: 980px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.banner-carousel .active .content-box .text {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
.banner-carousel .content-box .links-box {
  position: relative;
  opacity: 0;
  z-index: 5;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.banner-carousel .active .content-box .links-box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.banner-carousel .links-box .theme-btn {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.banner-carousel .links-box .discount-btn {
  position: relative;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 0px;
  padding-left: 95px;
}
.banner-carousel .links-box .discount-btn .btn-title {
  position: relative;
  display: block;
  text-align: left;
}
.banner-section .owl-theme .owl-nav {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0;
  margin-top: -35px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section .owl-theme .owl-nav button {
  position: absolute;
  height: 60px;
  width: 60px;
  background: rgba(242, 166, 141, 0.4);
  border: none;
  border-radius: 5px;
  opacity: 1;
  color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section .owl-theme .owl-nav .owl-prev {
  left: 40px;
}
.banner-section .owl-theme .owl-nav .owl-next {
  right: 40px;
}
.banner-section .owl-nav .owl-prev:hover, .banner-section .owl-nav .owl-next:hover {
  color: #fff;
  background: rgba(242, 166, 141, 1.0);
}
.banner-section .owl-theme .owl-dots {
  display: none;
}
.banner-section .owl-theme .owl-nav i {
  padding: 0;
  margin: 0;
  width: initial;
  height: initial;
  line-height: initial;
  background: none;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
/*~~~~ ipad版隱藏*/
#barwd {
  display: none;
}

  
  /*~~~~ 手機版隱藏*/
  #baiph{
    display: none!important;
  }



/*** 

/*****************************
    Layout
*****************************/
/* Section Title */
.section-title {
  margin-bottom: 50px;
}
.section-title .sub-title {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}
.section-title .sub-title:before {
  content: "";
  position: absolute;
  background: #e76f65;
  height: 2px;
  width: 20px;
  left: 0;
  top: 50%;
}
.section-title .section-description {
  margin-top: 20px;
  font-weight: 500;
}
.section-title.text-center .sub-title {
  padding-right: 30px;
}
.section-title.text-center .sub-title:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  background-color: #e76f65;
  z-index: 1;
}
.bg-primary .section-title .sub-title:before {
  background: #ffffff;
}
.bg-primary .section-title.text-center .sub-title:after {
  background: #ffffff;
}
/* Page title */
.page-title {
  padding: 140px 0;
}
/* Load more */
.more-row {
  display: none;
}
/*****************************
  Gallery
*****************************/
.gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery .gallery-title {
  display: block;
  color: #131310;
  font-size: 18px;
  font-weight: 600;
}
.gallery .gallery-title:hover {
  color: #e76f65;
}
.gallery .gallery-services {
  display: block;
  margin-bottom: 10px;
}
.gallery .gallery-services:hover {
  color: #ffffff;
}
.gallery .gallery-img {
  background-size: cover;
  min-height: 300px;
  background-position: center center;
}
.gallery .gallery-img.gallery-lg {
  min-height: 630px;
}
.gallery .gallery-info {
  padding: 20px;
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: -90px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background: #ffffff;
}
.gallery .gallery-info p {
  max-height: 66px;
  overflow: auto;
}
.gallery:hover .gallery-info {
  opacity: 1;
  bottom: 20px;
}
.gallery:hover .gallery-info a.icon-btn:hover {
  color: #000000;
}
.gallery .gallery-lg + .gallery-info p {
  max-height: 340px;
  overflow: auto;
}
/*****************************
  About
*****************************/
.about-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-img .img-03 {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 9;
}
.about .section-title {
  margin-right: 200px;
  margin-bottom: 30px;
}
.about .circle {
  position: absolute;
  left: -20px;
  top: 20px;
  z-index: 9;
}
.about .about-right {
  padding-left: 60px;
  padding-bottom: 120px;
}
.about-02 .about-img .img-01 {
  position: relative;
}
.about-02 .about-img .img-01 img {
  height: 650px;
}
.about-img .img-01 {
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes "shine" {
  100% {
    left: 125%;
  }
}
@keyframes "shine" {
  100% {
    left: 125%;
  }
}
.call-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call-box i {
  background: #e76f65;
  padding: 15px;
  color: #ffffff;
}
.call-box .call-box-content {
  margin-left: 10px;
}
.call-box .call-box-content p {
  margin-bottom: 5px;
}
.call-box .call-box-content span {
  font-weight: 600;
}
/*=========== 首頁致然雅暮 ===========*/
.in-about {}
/*錨點*/
.in-about #in-about {
  position: absolute;
  margin-top: -200px;
}
/*~~~ 底圖 ~~~*/
.in-about .about-left {
  background: url("../image/about-left.png")no-repeat 30% bottom;
}
.in-about .right {}
.in-about .right::before, .in-about .right::after {
  position: absolute;
  content: "";
  display: block;
}
.in-about .right::before {
  background: url("../image/concept-deco01.svg")no-repeat left top;
  width: 300px;
  height: 187px;
  top: 150px;
  right: 0;
  margin-right: -100px;
}
.in-about .right::after {
  background: url("../image/concept-deco02.svg")no-repeat left top;
  width: 376px;
  height: 300px;
  bottom: 0px;
  left: 0;
}
/*== 標題 == */
.in-about .section-title {
  display: flex;
  margin: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.in-about .section-title .alti {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.in-about .section-title .alti:before {
  position: absolute;
  content: "";
  background: rgb(197 123 111 / 10%);
  width: 100%;
  height: 30px;
  top: 50%;
  bottom: 0;
}
.in-about .section-title .sub-title:before {
  display: none;
}
.in-about .section-title .sub-title {
  font-size: 40px;
  color: #646464;
  font-weight: 600;
  padding: 0 0 0 8px;
}
.in-about .section-title h2.title {
  font-size: 54px;
  color: #c57b6f;
  letter-spacing: 5px;
  margin: 0 25px 0 15px;
}
.in-about .section-title .eng-title {
  color: #c57b6f;
  font-size: 28px;
  font-weight: 400;
  margin: 0 .5rem;
}
/*=== 敘述文 ===*/
.in-about .narrate {
  padding: 40px 90px;
}
.in-about .narrate p {
  font-size: 24px;
  line-height: 1.68;
}
/*==== 圖片 ==== */
.in-about .about-img {
  z-index: 1;
}
/*~(左邊區塊)*/
.in-about .about-left {
  margin-top: 2rem;
}
.in-about .about-left .about-img {
  display: block;
  width: 100%;
  height: 100%;
}
.in-about .about-left .about-img .img-03 {
  bottom: inherit;
  margin: 1rem 0 0 0;
}
.in-about .about-left .about-img .img-01 {
  position: absolute;
  left: 0;
  margin-left: -270px;
  bottom: 120px;
}
.in-about .about-left .narrate {
  position: relative;
  width: auto;
  margin-top: -230px;
  padding: 0;
  display: flex;
  z-index: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 200px;
}
.in-about .about-left .narrate h3 {
  font-size: 32px;
  color: #b2594b;
}
.in-about .about-left .narrate p {
  font-size: 24px;
  color: #323232;
}
/*~(右邊區塊)*/
.in-about .about-right .about-img {
  margin-right: -90px;
  margin-top: 30px;
}
.in-about .about-right .about-img img {
  width: auto;
}
/*=========== 首頁-介紹列表 ===========*/
.in-believe {
  background: url("../image/in-believe.jpg")no-repeat center bottom;
  margin-top: -80px;
  padding-bottom: 100px;
}
.in-believe .beliconn {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 80px;
}
/*==== 圖片 ===*/
.in-believe .diagram {
  position: relative;
}
.in-believe .diagram .about-img {
  margin-right: -200px;
}
.in-believe .diagram .about-img img {}
.in-believe .diagram .tilabel {
  writing-mode: vertical-lr;
  position: absolute;
  left: 35px;
  bottom: -6px;
  transform: scaleY(-1);
}
.in-believe .diagram .tilabel span {
  font-size: 70px;
  font-weight: 600;
  color: rgb(23 25 35 / 60%);
  text-transform: uppercase;
}
/*==== 文案 ====*/
.in-believe .bocon {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  max-width: 700px;
}
.in-believe .narrate {
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  border-radius: 3px;
  padding: 25px 50px 15px 50px;
  margin-top: 3rem;
}
.in-believe ul.list {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.in-believe ul.list li {
  width: 100%;
  font-size: 20px;
  color: #171923;
  margin-bottom: 5px;
  position: relative;
}
.in-believe ul.list li::before, .in-believe ul.list li::after {
  position: absolute;
  content: "";
  display: block;
}
.in-believe ul.list li::before {
  background: rgb(243 229 226 / 60%);
  width: 95%;
  height: 94%;
  left: 5%;
  top: 0;
}
.in-believe ul.list li::after {
  border-bottom: 1px solid rgb(243 229 226 / 60%);
  width: 95%;
  height: 1px;
  left: 5%;
  bottom: 0;
}
.in-believe ul.list li .linbot {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  line-height: 1.4;
}
.in-believe ul.list li .linbot span.box {
  position: relative;
  margin-right: 2.5rem;
}
.in-believe ul.list li .linbot span.box::before, .in-believe ul.list li .linbot span.box::after {
  position: absolute;
  content: "";
  display: block;
  width: 46px;
  height: 39px;
  border-radius: 50%;
}
.in-believe ul.list li .linbot span.box::before {
  background: rgb(197 123 111 / 10%);
  left: -5px;
  bottom: 2px;
}
.in-believe ul.list li .linbot span.box::after {
  background: rgb(197 123 111 / 20%);
  left: 5px;
  bottom: 6px;
}
.in-believe ul.list li span.nus {
  font-size: 36px;
  color: #464646;
  font-family: 'Caladea';
  position: relative;
}
/*==== 左右輪播(暫時)====*/
.in-believe .caros {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1.5rem .5rem;
}
.in-believe .caroslist {}
.in-believe .itemna {}
.in-believe .itemna h4 {
  font-size: 30px;
  color: #444;
}
/*****************************
  social-icon (電腦版開闔右選單)
*****************************/
.social-icon {
  margin: 1rem .25rem .5rem .25rem;
  /*因為畫面太長隱藏*/
  display: none;
}
.social-icon ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  padding-left: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.social-icon ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  float: left;
}
.social-icon ul li:last-child a {
  margin-right: 0;
}
.social-icon ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c57b6f;
  height: 28px;
  width: 28px;
  line-height: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icon ul li a:hover {
  color: #bd7266;
}
.social-icon ul li a i {
  font-size: 28px;
  color: #c57b6f
}
/*LINE連結*/
.odlinet {
  display: inline-block;
}
.odlinet a {
  display: flex;
  flex-direction: row;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 5px;
  background: #e4b367;
  border-radius: 5px;
  padding: 4px 10px;
  margin: 5px 8px 15px p8x;
}
.odlinet a:hover {
  background: #d6947f;
}
.odlinet a i {
  color: #fff;
}
.odlinet a span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
}
.shop-banner-title {
  margin: 60px 0;
}
.shop-banner-title p {
  margin-top: 15px;
  color: #363636;
}
.counter-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -9;
}
/*****************************
  error-404
*****************************/
.error-404 h3 {
  margin-bottom: 20px;
}
/*****************************
  Coming Soon
*****************************/
.coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.coming-soon .coming-soon-top .navbar-brand img {
  height: 100px;
}
.coming-soon-section .form-inline {
  position: relative;
}
.coming-soon-section .form-inline .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 40px 14px;
  height: 55px;
}
.coming-soon-section .form-inline .form-group .form-control {
  padding-right: 110px;
}
/*****************************
  Newsletter
*****************************/
.newsletter-subscribe form .form-group .form-control {
  padding-right: 185px;
}
.newsletter-subscribe form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
}
/*****************************
  Contact Us
*****************************/
.message-info {}
.message-info .section-title h2 {
  font-size: 34px;
}
.contact-us-form {
  padding-left: 50px;
}
/*=========== 首頁-診所資訊 ===========*/
.in-contact {
  position: relative;
  padding-bottom: 80px;
}
.in-contact::before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 72%;
  background: rgb(243 228 224 / 30%);
}
.in-contact .contact-wrapper {
  position: relative;
  z-index: 1;
  justify-content: flex-end;
  display: flex;
}
/*==== 左邊地圖 ====*/
.in-contact .mapctact {
  position: absolute;
  left: -186px;
  top: 0;
  padding: 0;
}
.in-contact .contact-us-form {
  padding: 0;
}
.in-contact .contact-us-form .section-title {}
.in-contact .contact-us-form .section-title iframe {}
/*==== 右邊資訊 ====*/
.in-contact .infotact {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.in-contact .message-info {
  margin: 0 5% 0 -10%;
  width: 100%;
}
/*== 標題 ==*/
.in-contact .message-info .section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
  position: relative;
  padding: .5rem 0 0 1rem;
  margin-bottom: 65px;
}
.in-contact .message-info .section-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #f0dcd8;
  left: 0;
  top: 0;
}
.in-contact .message-info .section-title h3.title {
  position: relative;
  z-index: 1;
  font-size: 38px;
  color: #000000;
  font-weight: 400;
}
.in-contact .message-info .section-title span {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c57b6f;
  margin-left: .5rem;
}
/*== 資訊 ==*/
.in-contact .message-info .fotenob {
  padding: 0 0 0 1.8rem;
}
.in-contact .message-info .feature-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .7rem;
}
.in-contact .message-info .feature-box .con-icon {}
.in-contact .message-info .feature-box .con-icon img {}
.in-contact .message-info .feature-box .feature-content {
  padding: 5px 0 0 0;
}
.in-contact .message-info .feature-box .feature-content p {
  color: #343434;
  font-size: 18px;
  margin: 0;
  padding: 0 0 0 .5rem;
}
/*== 時間 ==*/
.in-contact .message-info .timebox {
  max-width: 437px;
  margin: 2rem 0 0 0;
  padding: .5rem .5rem 1.2rem .5rem;
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.in-contact .message-info .timebox .author-signature {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.in-contact .message-info .timebox .author-signature span {}
.in-contact .message-info .timebox .author-signature span.makr {
  color: #e7d7c7;
  font-size: 30px;
  font-family: 'Calibri';
  line-height: 1;
  letter-spacing: 5px;
}
.in-contact .message-info .timebox .author-signature img {
  margin: .5rem 0 0 0;
}
.in-contact .message-info .timebox .calbox .callcontent {}
.in-contact .message-info .timebox .calbox .callcontent p, .in-contact .message-info .feature-box .feature-content p a {
  font-size: 18px;
  color: #343434;
}
.in-contact .message-info .feature-box .feature-content p a:hover {
  color: #c57b6f;
}
/*****************************
  Shop
*****************************/
.form-group {
  margin-bottom: 15px;
}
.clients .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.clients .owl-stage .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.clients .owl-stage .item img {
  height: 130px;
}
/* Social Bg Color */
.facebook-bg {
  background-color: #445c8e;
  color: #ffffff;
}
.facebook-bg:hover {
  background-color: #344c7e;
  color: #ffffff;
}
.facebook-bg:focus {
  background-color: #344c7e;
  color: #ffffff;
}
.facebook-bg:active {
  background-color: #344c7e;
  color: #ffffff;
}
.twitter-bg {
  background-color: #43afe9;
  color: #ffffff;
}
.twitter-bg:hover {
  background-color: #3198cf;
  color: #ffffff;
}
.twitter-bg:focus {
  background-color: #3198cf;
  color: #ffffff;
}
.twitter-bg:active {
  background-color: #3198cf;
  color: #ffffff;
}
.instagram-bg {
  background-color: #dd2a7b;
  color: #ffffff;
}
.instagram-bg:hover {
  background-color: #c11462;
  color: #ffffff;
}
.instagram-bg:focus {
  background-color: #c11462;
  color: #ffffff;
}
.instagram-bg:active {
  background-color: #c11462;
  color: #ffffff;
}
.linkedin-bg {
  background-color: #007eb3;
  color: #ffffff;
}
.linkedin-bg:hover {
  background-color: #02628b;
  color: #ffffff;
}
.linkedin-bg:focus {
  background-color: #02628b;
  color: #ffffff;
}
.linkedin-bg:active {
  background-color: #02628b;
  color: #ffffff;
}
/*****************************
  Video
*****************************/
.video-section {
  padding: 200px 0;
}
/*****************************
  Team Single
*****************************/
.team-single h4 {
  color: #ffffff;
}
.team-single .contact-form-01 {
  padding: 40px 40px;
}
.team-single .contact-form-01 .btn {
  background: #ffffff;
  color: #000000;
}
.team-single .contact-form-01 .btn:hover {
  color: #ffffff;
}
.team-single .team-single-detail .team-single-img img {
  width: 100%;
}
.team-single .team-single-detail .list-unstyled {
  padding: 40px 40px 0px 40px;
}
.team-single .team-single-detail .list-unstyled span {
  padding-right: 20px;
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 40%;
  flex: 0 40%;
}
.team-single .team-single-detail .list-unstyled label {
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 63%;
  flex: 0 63%;
}
.team-single .team-single-detail .list-unstyled label.social a {
  color: #ffffff;
  margin-right: 15px;
}
.team-single .team-single-detail .list-unstyled label.social a:hover {
  color: #000000;
}
/*****************************
  Sign in
*****************************/
.sign-in {
  padding: 171px 0px;
}
.sign-in .sign-in-bg {
  height: 100%;
  width: 100%;
  background: url(../image/sign-in-bg.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.sign-in .sign-in-box {
  padding: 50px 50px;
  background: #ffffff;
}
.sign-in .sign-in-box .login-social-media .btn {
  padding: 13px 20px;
  color: #ffffff;
  border-radius: inherit;
}
.sign-in .form-check {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sign-in .form-check .form-check-input {
  float: inherit;
}
.sign-in .navbar-brand img {
  height: 80px;
}
/*****************************
  Sign Up
*****************************/
.sign-up {
  padding: 109px 0px;
}
.sign-up .sign-in-bg {
  height: 100%;
  width: 100%;
  background: url(../image/sign-up-bg.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.sign-up .sign-in-box {
  padding: 50px 50px;
  background: #ffffff;
}
.sign-up .sign-in-box .login-social-media .btn {
  padding: 13px 20px;
  color: #ffffff;
  border-radius: inherit;
}
.sign-up .form-check {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sign-up .form-check .form-check-input {
  float: inherit;
}
.sign-up .navbar-brand img {
  height: 80px;
}
/*****************************
  Inner Header
*****************************/
.inner-header {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 250px 0 150px 0;
}
/*****************************
  Contact
*****************************/
.section-field {
  position: relative;
  width: 32%;
  margin-right: 2%;
  float: left;
}
.section-field.textarea {
  width: 100%;
}
/*****************************
  Search
*****************************/
.search ul li a {
  color: #000000;
}
.search ul li a:hover {
  color: #e76f65;
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #F3DCD4;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  color: #131310;
  background: #F3DCD4;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: #ebebeb;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: #000000;
  color: #ffffff;
  opacity: 1;
  padding: 3px 17px;
  font-size: 27px;
}
#search.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.google-bg {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ebebeb;
  z-index: 1;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 35px;
  border-radius: 0px;
}
/*****************************
  in-services
*****************************/
/*=========== 首頁-服務與療程項目 ===========*/
.in-services {
  background: url("../image/in-services.jpg")no-repeat left bottom;
  position: relative;
}
.in-services::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(218 164 151 / 90%);
}
.in-services .container {
  position: relative;
  z-index: 1;
}
/*====== 標題 ======*/
.in-services .section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
/*左*/
.in-services .section-title .letit {}
.in-services .section-title .sub-title {
  font-weight: 500;
  font-size: 50px;
  color: rgb(255 255 255 / 50%);
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.in-services .section-title .sub-title::before {
  display: none;
}
.in-services h2.title {
  font-size: 36px;
  font-weight: 500;
}
/*右*/
.in-services .section-title .ritit {}
.in-services .section-title .ritit a {
  color: #fff;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
.in-services .section-title .ritit a span {
  margin: 0 0 0 10px;
}
.in-services .section-title i {
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 5px;
}
.in-services .section-title i:before {
  color: #fff;
}
.in-services .section-title .ritit a:hover, .in-services .section-title a:hover i:before {
  color: #ebd4cf;
}
.in-services .section-title a:hover i {
  border: 2px solid #ebd4cf;
}
/*==== 頁表 ====*/
.features-section {}
/*====== 內容區域 ======*/
.in-services .lisbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 0 0 0;
}
.in-services .lisbox .feature-box {
  background: #fff;
  margin: 10px;
  flex: 0 0 32%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1rem;
  border-radius: 3px;
  border: 1px solid rgb(233 123 96 / 0%);
}
.in-services .lisbox .feature-box:hover {
  border: 1px solid rgb(233 123 96 / 80%);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.in-services .lisbox .feature-box:nth-child(1), .in-services .lisbox .feature-box:nth-child(4) {
  margin-left: 0;
}
.in-services .lisbox .feature-box:nth-child(3), .in-services .lisbox .feature-box:nth-child(6) {
  margin-right: 0;
}
/*icon*/
.in-services .feature-box .feature-title-icon {
  display: inline-block;
}
.in-services .lisbox .feature-box .serv-icon {
  background: #fff5f3;
  border-radius: 50%;
  margin-right: 2rem;
}
.in-services .lisbox .feature-box .serv-icon img {}
/*文案*/
.in-services .lisbox .feature-box .feature-content {
  max-width: 200px;
}
.in-services .lisbox .feature-box .feature-content h3 {
  font-size: 26px;
  color: #c57b6f;
  font-weight: 400;
}
.in-services .lisbox .feature-box .feature-content p {
  font-size: 16px;
  color: #282828;
  line-height: 1.6;
  padding-top: 15px;
  display: -webkit-box; /* 限制文本 */
  -webkit-box-orient: vertical; /* 限制文本 */
  -webkit-line-clamp: 2; /* 限制文本，要幾行 */
  overflow: hidden; /* 限制文本 */
}
/*====== 右邊口號 ======*/
.in-services .slogan {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-right: -150px;
}
.in-services .slogan .na {
  writing-mode: vertical-rl;
  font-size: 39px;
  color: #FFF;
  letter-spacing: 8.5px;
}
.in-services .slogan .na span {
  font-size: 48px;
  margin-bottom: 10px;
}
.in-services .slogan .na:nth-child(2) {
  padding-top: 125px;
}
/*****************************
  Video
*****************************/
.counter-space {
  padding-bottom: 250px;
}
.video-bg-section {
  margin-top: -200px;
  position: relative;
  z-index: 9;
}
.video-bg-section .video-img {
  position: relative;
}
.video-bg-section .btn-icon {
  position: absolute;
  top: 45%;
  left: 45%;
}
.shopsell-banner {
  padding: 100px 50px 100px 50px;
}
.products-banner .features-section {
  padding: 130px 200px;
}
.products-banner .features-section.amazing-features {
  padding: 130px 160px;
}
.circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.circle .logo {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 100vmax;
  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;
  background-color: white;
  font-size: 52px;
  color: #131310;
  font-weight: bold;
}
.circle .text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  -webkit-animation: textRotation 8s linear infinite;
  animation: textRotation 8s linear infinite;
  text-transform: uppercase;
  color: #131310;
}
.circle .text span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  -webkit-transform-origin: 0 100px;
  transform-origin: 0 100px;
}
@-webkit-keyframes textRotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes textRotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-check-input:checked {
  background-color: #e76f65;
  border-color: #e76f65;
}
.form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*****************************
  Responsive
*****************************/
@media (max-width: 1599px) {
  .products-banner .features-section {
    padding: 100px;
  }
  .products-banner .features-section.amazing-features {
    padding: 100px;
  }
}
@media (max-width: 1199px) {
  .about-02 .about-img .img-01 img {
    height: 90%;
  }
  .products-banner .features-section {
    padding: 80px 50px;
  }
  .products-banner .features-section.amazing-features {
    padding: 80px 50px;
  }
}
@media (max-width: 991px) {
  .contact-us-form {
    padding-left: 0px;
  }
  .sign-in .navbar-brand img {
    height: auto;
  }
  .sign-in .sign-in-box {
    padding: 50px 30px;
  }
  .video-bg-section {
    margin-top: 0px;
  }
  .about-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-02 .about-img .img-01 img {
    height: 100%;
  }
  .experiense-counter {
    left: 10%;
  }
  .about-02 .about-img .img-03 {
    right: 10%;
  }
  .products-banner .features-section {
    padding: 50px 30px 0px;
  }
  .products-banner .features-section.amazing-features {
    padding: 50px 30px 0px;
  }
  .coming-soon-section .form-inline .btn {
    height: 49px;
  }
}
@media (max-width: 767px) {
  .about-img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .about-img .img-01 {
    left: 10%;
  }
  .experiense-counter {
    left: 0%;
  }
  .about-02 .about-img .img-03 {
    right: 0%;
  }
  .section-title {
    margin-bottom: 35px;
  }
  .about .circle {
    left: 15px;
    top: -70px;
  }
  .features-section {
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .video-bg-section .btn-icon {
    top: 35%;
    width: 70px;
    height: 70px;
  }
  .about-img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .about-img .img-01 {
    left: 0;
  }
  .sign-up .sign-in-box {
    padding: 50px 30px;
  }
  .about .about-right {
    padding-left: 0px;
  }
  .features-section {
    padding: 40px 20px;
  }
  .products-banner .features-section {
    padding: 40px 20px 0px;
  }
  .products-banner .features-section.amazing-features {
    padding: 40px 20px 0px;
  }
}
/*****************************
spirit_banner
*****************************/
/*=========== 內頁-品牌精神(第一段) ===========*/
.spirit_banner {
  background: #f0e7de;
  position: relative;
}
/*===== 介紹文案 =====*/
.spirit_banner .introduce {
  padding: 200px 0;
}
/*== 英文標美化 ==*/
.spirit_banner .introduce .arteditor {
  position: absolute;
  left: -15px;
  top: 50px;
}
.spirit_banner .introduce .arteditor span {
  color: rgb(255 255 255 / 50%);
  font-size: 100px;
  font-family: 'Microsoft JhengHei';
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
/*== 標題 ==*/
.spirit_banner .introduce .section-title {
  margin-bottom: 25px;
}
.spirit_banner .introduce .section-title h2 {
  display: inline-block;
  position: relative;
  padding: .65rem 1rem;
}
.spirit_banner .introduce .section-title h2::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.spirit_banner .introduce .section-title h2 span {
  position: relative;
  z-index: 1;
}
.spirit_banner .introduce .narrate {
  padding: 1rem;
}
.spirit_banner .introduce .narrate h3 {
  font-size: 28px;
  font-weight: 300;
  color: #1a1a1a;
  margin-bottom: 1.15rem;
}
.spirit_banner .introduce .narrate p {
  color: #1a1a1a;
  font-size: 22px;
  line-height: 1.8;
  padding: 0 2px;
}
/*===== 形象圖 =====*/
.spirit_banner .imagery {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.spirit_banner .imagery img {
  position: relative;
}
.spirit_banner .imagery .slogan {
  position: absolute;
  top: 95px;
  right: 84px;
}
.spirit_banner .imagery .slogan span {
  font-size: 30px;
  color: #fff;
  letter-spacing: 6px;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: upright; /* 讓拉丁字母也直排 */
}
/*****************************
spirit_features
*****************************/
/*=========== 內頁-品牌精神(第二段) ===========*/
.spirit_features {
  background: #f2e6e1;
  position: relative;
  margin-top: -170px;
  padding: 45px 0 35px 0;
}
.spirit_features::before, .spirit_features::after {
  position: absolute;
  content: "";
  display: block;
}
.spirit_features::before {
  background: #fff;
  left: 20%;
  width: 80%;
  top: 0;
  height: 100%;
}
.spirit_features::after {
  background: url(../picture/products_bor.png) no-repeat center center;
  left: 25%;
  top: 0;
  width: 316px;
  height: 147px;
  z-index: 0;
}
.spirit_features .container {
  position: relative;
  z-index: 1;
}
/*~~廣告文*/
.spirit_features .adversol {}
.spirit_features .adversol h2 {
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 250px;
}
.spirit_features .adversol h2 span {
  display: inherit;
  font-size: 32px;
  color: #9b584c;
}
.spirit_features .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
/*===== 形象圖 =====*/
.spirit_features .imagery {
  position: absolute;
  padding: 45px 0 0 0;
  left: 0;
}
.spirit_features .imagery img {
  margin-left: -255px;
}
.spirit_features .imagery .slogan {
  background: rgb(200 130 118 / 80%);
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -30px;
  padding: 1.5rem 3rem 1.5rem 6rem;
}
.spirit_features .imagery .slogan span {
  color: #fff;
  font-size: 36px;
}
/*===== 文案 =====*/
.spirit_features .introduce {
  padding: 140px 0 0 0;
}
.spirit_features .introduce .fomtem {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: flex-start;
}
.spirit_features .introduce .feature-box {
  flex: 0 0 50%;
  position: relative;
  margin-bottom: 3rem;
}
.spirit_features .introduce .feature-box::before {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -50px;
  width: 170px;
  height: 170px;
  background: #f9f6f2;
}
/*標題*/
.spirit_features .introduce .feature-box .title {
  font-size: 44px;
  color: #9a7563;
  font-family: "Noto Serif TC)", SimSun, sans-serif !important;
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 15px 0 0 0;
}
.spirit_features .introduce .feature-box .lisste {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem 2rem;
}
/*ICON*/
.spirit_features .introduce .feature-box .feature-icon {}
.spirit_features .introduce .feature-box .feature-icon img {}
/*內文*/
.spirit_features .introduce .feature-box .feature-content {}
.spirit_features .introduce .feature-box .feature-content p {
  font-size: 18px;
  color: #545454;
  padding: 0 1.5rem;
  max-width: 250px;
  font-size: 400;
}
/*****************************
spirit_Publicity
*****************************/
/*=========== 內頁-品牌精神(第三段) ===========*/
.spirit_Publicity {
  background: #f2e6e1 url(../picture/spirit_Publicity.png) no-repeat left top;
}
.spirit_Publicity .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
}
/*===== 文案 =====*/
.spirit_Publicity .adversol {
  background: rgb(255 255 255 / 90%);
  padding: 2.6rem 5.5rem;
  position: absolute;
  left: 50%;
  margin-left: -700px;
  max-width: 900px;
  width: 100%;
  z-index: 1;
}
.spirit_Publicity .adversol .section-title {
  margin: 0;
}
.spirit_Publicity .adversol .section-title h2.title {
  font-size: 28px;
  color: #1d1d1d;
  font-weight: 400;
  border-bottom: 1px solid #ccbeb7;
  padding: 1.78rem 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.spirit_Publicity .adversol .section-title h2.title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #f0dcd8;
  left: 0;
  top: 20px;
}
.spirit_Publicity .adversol .section-title .title span {
  position: relative;
  z-index: 1;
  color: #1d1d1d;
  font-size: 36px;
}
.spirit_Publicity .adversol .section-title p {
  color: #1d1d1d;
  font-size: 22px;
  line-height: 2;
  font-weight: 300;
}
/*===== 形象圖 =====*/
.spirit_Publicity .imagery {
  padding-right: 0;
}
.spirit_Publicity .imagery img {
  float: right;
}
/*****************************
spirit_Promote
*****************************/
/*=========== 內頁-品牌精神(第四段) ===========*/
.spirit_Promote {
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #ece7e1;
}
.spirit_Promote .wrapper {
  justify-content: space-between;
  position: relative;
  min-height: 660px;
}
/*===== 文案 =====*/
.spirit_Promote .Promote-title {
  padding: 10px 0 0 50px;
}
.spirit_Promote .Promote-title p {
  font-size: 22px;
  color: #1d1d1d;
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 1px;
}
/*===== 主標語 ====*/
.spirit_Promote .slogan {
  background: rgb(255 255 255 / 90%);
  padding: 80px 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 2;
}
.spirit_Promote .slogan h2.title {
  line-height: 3.8rem;
  color: #494949;
  font-size: 26px;
  font-weight: 400;
  writing-mode: vertical-rl; /* 文字從右到左垂直排列 */
}
.spirit_Promote .slogan h2.title span.word {}
/*****************************
environ_banner
*****************************/
/*=========== 內頁-環境介紹(第一段) ===========*/
.environ_banner {
  background: #fbfaf9;
  position: relative;
}
/*~~~*底色季/*/
.environ_banner span.mint {
  display: block;
  background: #e8e7e4;
  position: absolute;
  width: 122px;
  height: 668px;
}
.environ_banner span.block_surface1 {
  left: 0;
  top: 0;
}
.environ_banner span.block_surface2 {
  top: 156px;
  left: 150px;
}
.environ_banner span.block_surface3 {
  left: 315px;
  top: 0;
}
.environ_banner .container-fluid {
  position: relative;
  z-index: 1;
}
/*===== 形象圖 ====*/
.environ_banner .imagery {}
.environ_banner .imagery .envi-img {
  position: absolute;
  max-width: inherit;
  width: auto;
}
.environ_banner .imagery .envi-img.leban {
  left: 54px;
  top: 210px;
}
.environ_banner .imagery .envi-img.riban {
  right: 0;
  top: 30px;
}
.environ_banner .imagery .envi-img img {}
/*===== 主標語 ====*/
.environ_banner .imagery .riban .slogan {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.environ_banner .imagery .riban .slogan h3 {
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 100px;
}
/*===== 文案 =====*/
.environ_banner .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
/*== 主標題 ==*/
.environ_banner .wrapper .section-title {
  padding: 0 0 0 120px;
}
.environ_banner .wrapper .section-title h2.title {}
.environ_banner .wrapper .section-title span.sub-title {
  font-size: 60px;
  color: rgb(205 203 201 / 50%);
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
.environ_banner .wrapper .section-title span.sub-title:before {
  display: none;
}
/*== 內容 ==*/
.environ_banner .wrapper .narrate {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 700px;
  justify-content: center;
}
.environ_banner .wrapper .narrate .adversol {
  max-width: 510px;
  display: inline-block;
  margin: -80px 0 0 340px;
}
.environ_banner .wrapper .narrate .adversol h3 {
  font-size: 30px;
  color: #95574d;
  line-height: 1.34;
  font-weight: 400;
  margin-bottom: 15%;
}
.environ_banner .wrapper .narrate .adversol p {
  font-size: 22px;
  color: #000000;
  margin-bottom: 3rem;
  line-height: 1.6;
  padding: 0 10px 0 0;
  font-weight: 300;
}
/*****************************
environ_banner
*****************************/
/*=========== 內頁-環境介紹(第二段) ===========*/
.environ_features {
  background: #ece7e1;
  position: relative;
}
.environ_features::before {
  position: absolute;
  content: "";
  display: block;
  background: rgb(255 255 255 / 50%);
  bottom: 85px;
  right: 0;
  width: 80%;
  height: 480px;
}
.environ_features .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3.5rem;
}
/*===== 文案 =====*/
.environ_features .introduce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -40px;
}
.environ_features .introduce .narrate {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.environ_features .introduce .narrate h3 {
  font-size: 30px;
  color: #101010;
  font-weight: 500;
  line-height: 1.45;
  margin: 15% 0 0 0;
}
.environ_features .introduce .narrate .word {
  margin: 10% 0;
}
.environ_features .introduce .narrate p {
  font-size: 22px;
  color: #000000;
  font-weight: 300;
  line-height: 2;
}
/*===== 形象圖 ====*/
.environ_features .imagery {}
.environ_features .imagery .imas-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.environ_features .imagery .team {
  padding: 1rem .8rem;
}
.environ_features .imagery .team:nth-child(1) .team-img, .environ_features .imagery .team:nth-child(3) .team-img {
  margin-top: 80px;
}
.environ_features .imagery .team .team-img img {}
/*****************************
environ_Publicity
*****************************/
/*=========== 內頁-環境介紹(第三段) ===========*/
.environ_Publicity {}
.environ_Publicity .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/*===== 輪播+文案 =====*/
.environ_Publicity .adversol {
  padding: 0;
  width: 39%;
  margin-left: -60px;
}
/*=== 輪播 ===*/
.environ_Publicity .adversol .multipleimg {}
.environ_Publicity .adversol .multipleimg .slideshow {
  position: relative;
  z-index: 1;
  max-width: 415px;
  margin: 40px 0;
}
.slideshow * {
  outline: none;
}
.slideshow .slider {}
.slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*===文案 ===*/
.environ_Publicity .adversol .narrate {}
.environ_Publicity .adversol .narrate p {
  font-size: 20px;
  color: #000000;
  line-height: 2;
}
.environ_Publicity .adversol .narrate h4 {
  font-size: 22px;
  color: #a85335;
  margin: 0;
  font-weight: 400;
}
/*===== 形象圖 ====*/
.environ_Publicity .imagery {
  position: relative;
  width: 61%;
  margin-right: -10px;
}
.environ_Publicity .team-single .team-single-img {
  padding-top: 220px;
}
.environ_Publicity .team-single .team-single-img img {}
/*口號*/
.environ_Publicity .team-single .slogan {
  position: absolute;
  top: 0;
  right: 80px;
}
.environ_Publicity .team-single .slogan h3 {
  writing-mode: vertical-rl;
  font-size: 30px;
  color: #101010;
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  padding: 0;
}
/*****************************
medical_team
*****************************/
/*=========== 內頁-醫療團隊 ===========*/
/*===== banner ====*/
.teambanner.inner-header {
  padding: 1.5rem 0 0 0;
}
.teambanner.inner-header .wrapper {}
.teambanner.inner-header h2 {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: flex;
  font-size: 30px;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  letter-spacing: 5px;
  gap: 15px;
  margin: 0 auto;
  padding-left: 1.5rem;
}
.teambanner.inner-header h2 span.ter {
  position: relative;
  margin: 5px 0 0 0;
  background: rgb(214 162 154 / 50%);
  padding: 5px 2px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.teambanner.inner-header h2 span.ter:nth-child(2) {
  margin-bottom: 5px;
}
.teambanner.inner-header h2 span.ter span {
  margin: 0 0 0 -8px;
  padding: 0;
  letter-spacing: -5px;
}
/*===== 醫生介紹  ====*/
.medical_team {
  position: relative;
}
/*===== 英文標題(美化) ====*/
.medical_team span.arteditor {
  position: absolute;
  font-size: 100px;
  color: rgb(197 123 111 / 20%);
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  font-family: Microsoft JhengHei;
  display: inline-block;
  line-height: 1;
  top: 125px;
  left: -10px;
}
/*===== 標題+清單 ====*/
.medical_team .adversol {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.medical_team .adversol::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 17%;
  top: 28px;
  width: 40%;
  height: 1px;
  background: #eeddda;
  max-width: 700px;
}
/*== 主標題 ==*/
.medical_team .adversol .maktit {}
.medical_team .adversol .maktit .section-title {}
.medical_team .adversol .maktit .section-title h2.title {}
/*== 清單 ==*/
.medical_team .adversol .teamlist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin: 3rem 0 0 0;
}
.medical_team .adversol .teamlist span.slogan {
  font-size: 20px;
  color: #686868;
  font-weight: 300;
  margin-right: .5rem;
}
.medical_team .adversol .teamlist ul {
  list-style: none;
  display: flex;
  gap: 20px;
}
.medical_team .adversol .teamlist ul li {}
.medical_team .adversol .teamlist ul li a {}
.medical_team .adversol .teamlist ul li a img {
  border-radius: 25px;
}
/*===== 醫師介紹 ====*/
/*== 茅點 ==*/
#doctor1 {
  top: -50px;
}
#doctor2 {
  top: 650px;
}
#doctor3 {
  top: 1300px;
}
.medical_team .wrapper {
  padding: 150px 0 0 0;
  background: url("../image/team_wrapper.jpg")no-repeat center center;
}
.medical_team .wrapper .teamdoctor {}
/*~~~ 共同 ~~~**/
.medical_team .wrapper .teamdoctor .feature-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: -110px;
}
/*== 醫生照片==*/
.medical_team .wrapper .teamdoctor .feature-img {
  position: relative;
  z-index: 1;
  margin-top: -160px;
}
.medical_team .wrapper .teamdoctor .feature-img img {
  max-width: 420px;
  width: 100%;
  border: 10px solid #fff;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  min-height: 540px;
}
/*== 介紹 ==*/
.medical_team .teamdoctor .feature-content {
  height: 512px;
  max-width: 535px;
  width: 100%;
  background: rgb(245 231 231 / 90%);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding-right: 90px;
  justify-content: center;
  margin-left: -320px;
  margin-top: -30px;
  position: relative;
}
/*!!美化框*/
.medical_team .teamdoctor .feature-content::before, .medical_team .teamdoctor .feature-content::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.medical_team .teamdoctor .feature-content::before {
  clip-path: polygon(100% 0, 100% 6%, 6% 6%, 6% 100%, 0 100%, 0 0);
  width: 28px;
  height: 28px;
  background: #fff;
  top: 25px;
  left: 50%;
  margin-left: -25px;
}
.medical_team .teamdoctor .feature-content::after {
  clip-path: polygon(91% 91%, 91% 0, 100% 0, 100% 100%, 0 100%, 0 91%);
  width: 45px;
  height: 45px;
  background: #fff;
  bottom: 30px;
  right: 30px;
}
/*職稱*/
.medical_team .teamdoctor .feature-content .titman {
  text-align: left;
  margin-bottom: 2rem;
  margin-top: -100px;
}
.medical_team .teamdoctor .feature-content .titman span {
  font-size: 24px;
  font-weight: 600;
  color: #434343;
  margin-bottom: 2px;
  display: inline-block;
}
/*名字介紹*/
.medical_team .teamdoctor .feature-content .titman h3 {
  color: #434343;
  font-size: 46px;
}
/*專長*/
.medical_team .teamdoctor .feature-content .exper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 20px;
}
.medical_team .teamdoctor .feature-content .exper h4 {
  font-size: 26px;
  color: #434343;
  font-weight: 300;
}
.medical_team .teamdoctor .feature-content .exper h4 span {
  font-size: 20px;
  color: #c79188;
  padding: 0 0 0 .5rem;
  font-weight: 400;
}
.medical_team .teamdoctor .feature-content .exper ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.medical_team .teamdoctor .feature-content .exper ol li {
  position: relative;
  font-size: 20px;
  color: #434343;
  font-weight: 300;
  padding: 0 0 0 1.6rem;
}
.medical_team .teamdoctor .feature-content .exper ol li::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #ceb0ab;
  top: 15px;
  left: 0;
}
/*== 經歷 ==*/
.medical_team .teamdoctor .feature-narra {
  margin: 0 110px 0 0;
  max-width: 460px;
  width: 100%;
}
.medical_team .teamdoctor .feature-narra .ttboti {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #c57b6f;
  justify-content: center;
  border-radius: 50%;
  gap: 5px;
}
.medical_team .teamdoctor .feature-narra .ttboti h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}
.medical_team .teamdoctor .feature-narra .ttboti span {
  font-size: 16px;
  color: rgb(255 255 255 / 70%);
  line-height: 1;
  text-transform: uppercase;
}
.medical_team .teamdoctor .feature-narra .doclist {}
.medical_team .teamdoctor .feature-narra .doclist ul {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.2rem 1rem;
}
.medical_team .teamdoctor .feature-narra .doclist ul li {
  font-size: 20px;
  font-weight: 400;
  padding: 5px 5px 5px 30px;
  position: relative;
  border-radius: 4px;
  color: #fff;
}
.medical_team .teamdoctor .feature-narra .doclist ul li:nth-child(odd) {
  background: #fff;
  color: #1d1d1d;
}
.medical_team .teamdoctor .feature-narra .doclist ul li::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #fff;
  left: 15px;
  top: 15px;
}
.medical_team .teamdoctor .feature-narra .doclist ul li:nth-child(odd)::after {
  background: #d6a29a;
}
.medical_team .teamdoctor .feature-narra .doclist ul li span {}
/*最外框設定*/
.medical_team .wrapper .teamdoctor {
  position: relative;
  max-height: 692px;
  padding: 217px 0;
}
.medical_team .wrapper .teamdoctor::before, .medical_team .wrapper .teamdoctor::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
}
/*==== 第一位醫生 ====*/
.medical_team .wrapper .teamdoctor.doctor1 {
  background: rgb(197 123 111 / 70%);
}
.medical_team .wrapper .teamdoctor.doctor1::before, .medical_team .wrapper .teamdoctor.doctor1::after {
  height: 217px;
}
.medical_team .wrapper .teamdoctor.doctor1::before {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: url("../image/team_wrapper.jpg")no-repeat center center;
  left: 0;
  bottom: 0;
}
.medical_team .wrapper .teamdoctor.doctor1::after {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #fff;
  right: 0;
  top: 0;
}
/*==== 第二位醫生 ====*/
.medical_team .wrapper .teamdoctor.doctor2 {
  padding: 160px 0 120px 0;
}
.medical_team .wrapper .teamdoctor.doctor2::before {
  height: 345px;
  left: 21%;
  bottom: 145px;
  width: 79%;
  background: #f9f3f2;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-content {
  margin-left: 0;
  height: 424px;
  max-width: 408px;
  background: #daaba4;
  padding: 0 30px;
  align-items: flex-start;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-content::before {
  display: none;
}
/*== 醫生圖片 ==*/
.medical_team .wrapper .teamdoctor.doctor2 .feature-img {
  margin-top: -100px;
  margin-bottom: 60px;
}
/*== 介紹(名稱專長) ==*/
.medical_team .wrapper .teamdoctor.doctor2 .feature-content .titman {
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 0;
  width: 100%;
  border-bottom: 2px rgb(255 255 255 / 50%) dashed;
  padding-bottom: 2.4rem;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-content .titman span {
  color: #fff;
  padding: 0 60px;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-content .titman h3 {
  color: #fff;
  padding: 0 60px;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-content .exper {
  padding: 0 60px;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-content .exper h4 {
  color: #fff;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-content .exper h4 span {
  color: #fff;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-content .exper ol li {
  color: #fff;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-content .exper ol li::after {
  background: #fff;
}
/*== 經歷 ==*/
.medical_team .wrapper .teamdoctor.doctor2 .feature-narra {
  margin: 0 auto;
  padding: 55px 0 0 0;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-narra .ttboti {
  width: inherit;
  height: inherit;
  background: none;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 15px;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-narra .ttboti h4 {
  color: #2c2c2c;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-narra .ttboti span {
  color: #daaba4;
  margin-bottom: 5px;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-narra .doclist ul {
  margin: 1.2rem 0 0;
  margin-top: 3rem;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-narra .doclist ul li {
  padding: 5px 5px 5px 18px;
  color: #1d1d1d;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-narra .doclist ul li:nth-child(odd) {
  background: none;
}
.medical_team .wrapper .teamdoctor.doctor2 .feature-narra .doclist ul li::after {
  background: #d6a29a !important;
  left: 2px;
}
/*==== 第三位醫生 ====*/
.medical_team .wrapper .teamdoctor.doctor3 {
  padding-bottom: 90px;
}
.medical_team .wrapper .teamdoctor.doctor3::before {
  background: #daaba4;
  height: 78%;
  top: 0;
}
.medical_team .wrapper .teamdoctor.doctor3::after {
  background: url(../image/doctor3.png) no-repeat right bottom;
  height: 511px;
  right: 0;
  top: 0;
}
.medical_team .wrapper .teamdoctor.doctor3 .feature-narra {
  margin: -65px 110px 0 0;
}
/*****************************
Blog
*****************************/
/* Blog Post */
.blog-post {
  margin-bottom: 50px;
}
.blog-post .blog-post-content {
  padding-top: 25px;
  background: #ffffff;
  position: relative;
}
.blog-post .blog-post-content a.btn-link {
  color: #e76f65;
}
.blog-post .blog-post-content a.btn-link:hover {
  color: #000000;
}
.blog-post .blog-post-content a.btn-link i {
  margin-left: 5px;
}
.blog-post .blog-post-content .blog-post-title a:hover {
  color: #e76f65;
}
.blog-post .blog-post-content .blog-post-time {
  margin-top: 20px;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}
.blog-post .blog-post-content .blog-post-time a {
  font-size: 16px;
  color: #666666;
}
.blog-post .blog-post-content .blog-post-time a:hover {
  color: #e76f65;
}
.blog-post .blog-post-content .blog-post-time i {
  color: #e76f65;
  margin-right: 10px;
}
.blog-post .blog-post-image {
  overflow: hidden;
}
.blog-post .blog-post-image img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-post:hover .blog-post-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*Blog Detail*/
.blog-detail hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog-detail .blog-post-description ul {
  padding-left: 15px;
}
.blog-detail .blog-post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.blog-detail .blog-post-social span {
  padding-right: 15px;
}
.blog-detail .blog-post-social ul {
  margin-bottom: 0;
}
.blog-detail .blog-post-social ul li {
  display: inline-block;
  float: left;
  padding: 0 6px;
}
.blog-detail .blog-post-social ul li a {
  color: #131310;
}
.blog-detail .blog-post-social ul li a:hover {
  color: #e76f65;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link a i {
  position: absolute;
  font-size: 24px;
  color: #131310;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-detail .blog-post-navigation .post-navigation .nav-link a span {
  display: block;
  color: #131310;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link a .nav-title {
  font-size: 18px;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a {
  position: relative;
  display: block;
  padding-left: 90px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a i {
  left: 25px;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border: 1px solid rgba(24, 26, 37, 0.1);
  width: 60px;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a:hover i {
  color: #ffffff;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a:hover span {
  color: #e76f65;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a:hover:before {
  background-color: #e76f65;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next {
  text-align: right;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a {
  position: relative;
  display: block;
  padding-right: 90px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a i {
  right: 25px;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 60px;
  height: 100%;
  border: 1px solid rgba(24, 26, 37, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a:hover i {
  color: #ffffff;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a:hover span {
  color: #e76f65;
}
.blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a:hover:before {
  background-color: #e76f65;
}
.blog-detail .comments-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-detail .comments-01 .comment-author {
  width: 90px;
}
.blog-detail .comments-01 .comment-author img {
  width: 100%;
}
.blog-detail .comments-01 .comment-content {
  border: 1px solid #ebebeb;
  padding: 25px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.blog-detail .comments-01 .comment-content .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-detail .comments-01 .comment-content .reviews p {
  margin-bottom: 0;
}
.blog-detail .comments-01 .comment-content .reviews .port-social {
  margin-left: auto;
  color: #ffffff;
  background: #e76f65;
  padding: 5px 15px;
  display: block;
}
.blog-detail .comments-01 .comment-content .reviews .port-social:hover {
  background: #000000;
}
.blog-detail .comments-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
}
.blog-detail .comments-02 .comment-author {
  width: 90px;
}
.blog-detail .comments-02 .comment-author img {
  width: 100%;
}
.blog-detail .comments-02 .comment-content {
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.blog-detail .comments-02 .comment-content .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-detail .comments-02 .comment-content .reviews p {
  margin-bottom: 0;
}
.blog-detail .comments-02 .comment-content .reviews .port-social {
  margin-left: auto;
  color: #ffffff;
  background: #e76f65;
  padding: 5px 15px;
  display: block;
}
.blog-detail .comments-02 .comment-content .reviews .port-social:hover {
  background: #000000;
}
/*****************************
environ_Publicity
*****************************/
/*=========== 內頁-treatment ===========*/
.treatment {}
.treatment .container-fluid {
  position: relative;
  padding: 0;
  margin: 0;
}
.treatment .container-fluid::before, .treatment .container-fluid::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
}
.treatment .container-fluid::before {
  top: 125px;
  width: 79%;
  height: 100%;
  background: rgb(239 240 241 / 60%);
}
.treatment .container-fluid::after {
  content: "Treatment items";
  font-size: 268px;
  font-weight: 600;
  top: 18%;
  left: -18px;
  color: #fff;
  height: initial;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  line-height: 1;
  text-transform: uppercase;
}
.treatment .container-fluid .troradius {
  position: absolute;
  content: "";
  display: inline-block;
  background: rgb(240 230 228 / 50%);
  width: 265px;
  height: 265px;
  border-radius: 50%;
  left: 140px;
  top: 300px;
  z-index: 0;
}
/*======== 標題+BANNER ========*/
.treatment .bawrapp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}
/*==== 標題 ====*/
.treatment .banntiexe {
  max-width: 240px;
  width: 100%;
  padding: 0;
}
.treatment .banntiexe .section-title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  gap: 30px;
}
.treatment .banntiexe .section-title .sub-title {
  font-size: 20px;
  color: #9d9d9d;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.treatment .banntiexe .section-title .sub-title:before {
  display: none;
}
.treatment .banntiexe .section-title h2.title {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 13px;
}
/*==== 圖片 ====*/
.treatment .imagery {
  padding: 0;
  margin: 0;
}
.treatment .imagery .brst {
  position: relative;
}
.treatment .imagery .imgs {}
.treatment .imagery .imgs img {}
/*口號*/
.treatment .imagery .section-title {
  position: absolute;
  top: 50%;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -65px;
  text-align: center;
}
.treatment .imagery .section-title h3 {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  line-height: 1.8;
  font-size: 40px;
  color: #fff;
}
/*======== 項目頁面 ========*/
.treatment .wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 2.5rem;
}
.treatment .wrapper::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: #d9b6b1;
  width: 2px;
  height: 200px;
  top: 15px;
  left: 128px;
}
/*==== 選單 ====*/
.treatment .wrapper .treatmus {
  margin: 30px 0 40px 0;
}
.treatment .wrapper .treatmus ol {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.treatment .wrapper .treatmus ol li {
  display: block;
}
.treatment .wrapper .treatmus ol li a {
  font-family: "Noto Serif TC)", SimSun, sans-serif;
  display: flex;
  margin: 0 1.8rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  color: #4c4c4c;
}
.treatment .wrapper .treatmus ol li a:hover {
  color: #c57b6f;
}
.treatment .wrapper .treatmus ol li .mun {
  font-size: 48px;
  font-weight: 600;
  position: relative;
  padding-right: 20px;
  line-height: 1.2;
}
.treatment .wrapper .treatmus ol li .mun::before, .treatment .wrapper .treatmus ol li .mun::after {
  position: absolute;
  content: "";
}
.treatment .wrapper .treatmus ol li .mun::before {
  width: 60px;
  height: 55px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #b4bec7;
  top: 8px;
  right: 1px;
}
.treatment .wrapper .treatmus ol li a:hover .mun::before {
  background: #c57b6f;
}
.treatment .wrapper .treatmus ol li .mun::after {
  width: 61px;
  height: 56px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #f5f6f7;
  top: 8px;
  right: 0;
}
.treatment .wrapper .treatmus ol li .tritem {
  font-size: 19px;
  font-weight: 600;
  margin-left: -18px;
  position: relative;
  line-height: 30px;
}
/*==== 毛點定位 ====*/
.lid {
  position: absolute;
  color: #d6929200;
}
#trlibox01 {
  top: -180px;
}
#trlibox02 {
  top: 400px;
}
#trlibox03 {
  top: 1000px;
}
#trlibox04 {
  top: 1600px;
}
#trlibox05 {
  top: 2300px;
}
#trlibox06 {
  top: 2900px;
}
/*==== 分類項目 ====*/
.treatment .wrapper .trlibox {
  padding: 0 150px 0 175px;
  margin: 0 auto;
}
/*==== 分類選單 ====*/
.treatment .trlibox .blog-style-01 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
/*== 大圖 ==*/
.treatment .trlibox .blog-style-01 .blog-img {
  padding: 50px 0 0 0;
}
.treatment .trlibox .blog-style-01 .blog-img:after, .treatment .trlibox .blog-style-01 .blog-img:before {
  display: none;
}
.treatment .trlibox .blog-style-01 .blog-img img {
  max-width: initial;
  width: auto;
}
/*== 內容+系分類 ==*/
.treatment .trlibox .blog-style-01 .introduce {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.treatment .trlibox .blog-style-01 .treatment-tite {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 0 -50px
}
/*大標*/
.treatment .trlibox .blog-style-01 .treatment-tite .blog-badge {}
.treatment .trlibox .blog-style-01 .treatment-tite .blog-badge span {
  font-size: 48px;
  color: #222;
  border-radius: 50%;
  border: 2px solid #454545;
  background: #fff;
  display: flex;
  width: 90px;
  height: 90px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0 0 0;
}
/*標題*/
.treatment .trlibox .blog-style-01 .treatment-tite .blog-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
}
.treatment .trlibox .blog-style-01 .treatment-tite .blog-info h3 {
  color: #1f1f1f;
  font-size: 36px;
  font-weight: 400;
}
.treatment .trlibox .blog-style-01 .treatment-tite .blog-info span {
  font-size: 36px;
  font-family: "Calibri";
  color: #6c6c6c;
  font-weight: 300;
  border-left: 3px #9d7272 dotted;
  padding: 0 0 0 30px;
}
/*敘述文*/
.treatment .trlibox .blog-style-01 .treatment-content {
  background: rgb(255 255 255 / 95%);
  border-radius: 5px;
  padding: 40px 75px 25px 70px;
  margin: 0 5px 0 -180px;
  box-shadow: rgb(0 0 0 / 8%) 3px 1px 11px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 25px;
}
.treatment .trlibox .blog-style-01 .treatment-content p {
  color: #6a6a6a;
  line-height: 1.8;
}
/*ICON+次項目*/
.treatment .trlibox .blog-style-01 .narrate {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
.treatment .trlibox .blog-style-01 .narrate .iconim {}
.treatment .trlibox .blog-style-01 .narrate .iconim img {}
.treatment .trlibox .blog-style-01 .narrate ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.treatment .trlibox .blog-style-01 .narrate ul li {
  background: #d69292;
  color: #fff;
  font-weight: 300;
  padding: .15rem 2.5rem;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.treatment .trlibox .blog-style-01 .narrate ul li:hover {
  background: #f5af09;
}
/*~~~~(另外)永久除毛*/
.treatment .trlibox .blog-style-01 .treatment-content .twsx {
  display: flex;
  gap: 50px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.treatment .trlibox .blog-style-01 .treatment-content .twsx p span {
  background: #d59775;
  color: #fff;
  padding: .15rem 2.5rem;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  font-size: 24px;
  margin-right: 10px;
}
.treatment .trlibox .blog-style-01 .narrate.onse {
  width: 100%;
}
.treatment .trlibox .blog-style-01 .narrate.onse ol {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.treatment .trlibox .blog-style-01 .narrate.onse ol li {
  font-size: 40px;
  color: #bb7451;
}
.treatment .trlibox .blog-style-01 .narrate.onse ol li span {
  margin-right: 10px;
}
/*======== BOX線段底 ========*/
.linmt {
  display: flex;
  padding: 1.8rem 1rem;
  align-items: center;
}
.linmt span {}
.linmt span.mus {
  font-size: 24px;
  color: #d5d6d8;
  font-family: "Microsoft JhengHei";
  display: inline-block;
  line-height: 1;
}
.linmt span.lin {
  border-bottom: 2px #96959569 dashed;
  width: 78%;
  margin: 0 1.5rem;
  padding: 12px 0 0 0;
}
/*****************************
     reports_banner + media-reports
*****************************/
/*=========== 內頁-醫美專欄banner ===========*/
.reports_banner h2 {
  font-size: 40px;
  position: relative;
}
.reports_banner h2::before, .reports_banner h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  top: 50%;
  background: #f6d5d0;
}
.reports_banner h2::before {
  left: 2rem;
}
.reports_banner h2::after {
  right: 3rem;
}
.reports_banner p {
  font-size: 24px;
  font-weight: 400;
  color: #f2e8e8;
}
/*=========== 內頁-醫美專欄(媒體報導)列表 ===========*/
.media-reports {}
/*===== 標題 =====*/
.media-reports .section-title .section-description {
  color: #6e6e6e;
  line-height: 1.5;
}
/*===== 頁表區 =====*/
.media-reports .repoconn{
  min-height: 600px;
}
.media-reports .blog-style-01 .blog-img .blog-info h3 {
  font-size: 24px;
  line-height: 1.4;
}
.media-reports .blog-style-01 .blog-img .blog-info h3:hover a {
  color: #ffceca;
}
.media-reports .blog-style-01 .blog-img .blog-info p.blog-content {
  font-size: 18px;
  color: #ffffffcf;
}
/*****************************
     reports_page
*****************************/
/*=========== 內頁-醫美專欄(媒體報導)內容 ===========*/
.reports_page {}
.reports_page .reports-detail {}
/*===== 標題 =====*/
.reports_page .reports-detail .reports-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 15px;
  margin-bottom: 2rem;
  position: relative;
}
.reports_page .reports-detail .reports-header::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  background: #ca837857;
}
/*== 標題 ==*/
.reports_page .reports-detail .reports-header .reports-title {
  padding: 1.3rem 0 0 1rem;
  position: relative;
  z-index: 1;
}
.reports_page .reports-detail .reports-header .reports-title h3 {
  font-size: 32px;
}
/*== 時間 ==*/
.reports_page .reports-detail .reports-header .reports-time {
  font-size: 20px;
  color: #545454;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}
.reports_page .reports-detail .reports-header .reports-time .nri {
  margin: 0 0 0 20px;
  background: #d69d94;
  border-radius: 5px;
  padding: .25rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.reports_page .reports-detail .reports-header .reports-time .nri i {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0 5px 0 0;
}
.reports_page .reports-detail .reports-header .reports-time .nri span {
  color: #fff;
}
/*===== 內容 =====*/
.reports_page .reports-post {}
/*== 圖 ==*/
.reports_page .reports-post .reports-image {
  margin: 2.5rem 0 3rem 0;
  text-align: center;
}
.reports_page .reports-post .reports-image img {
  border: 20px solid #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.reports_page .reports-post .reports-image h5 {
  margin: 1.5rem 0;
  font-size: 20px;
  font-weight: 400;
  color: #8b4f4f;
  line-height: 1.5;
}
/*== 文 ==*/
.reports_page .reports-post p {
  line-height: 1.5;
  margin: 0 0 2rem 0;
  font-size: 18px;
}
/*== 兩張圖 ==*/
.twports-image {}
.twports-image img {
  margin-bottom: 1rem;
}
.twports-image p {
  margin: 1.5rem 0;
  font-size: 20px;
  font-weight: 400;
  color: #8b4f4f;
}
/*特別框*/
.reports_page .blockquote-02 {
  padding: 0;
  margin: 5px 0 2rem 0;
}
.reports_page .blockquote-02 .blockquote-info {
  padding: 10px 30px;
}
.reports_page .blockquote-02 .blockquote-info h4 {
  margin: 1.5rem 0;
  letter-spacing: 1px;
}
.reports_page .blockquote-02 .blockquote-info p {
  margin: 0 0 1rem 0;
}
/*****************************
     faq_banner + faq
*****************************/
/*=========== 內頁-醫美專欄(常見問題) ===========*/
/*===== banner(faq_banner) ====*/
/*===== 開闔列表內容faq =====*/
.faq {
  position: relative;
  padding: 80px 0 0 0;
}
.faq::before, .faq::after, .bgtor.bgtor {
  position: absolute;
  content: "";
  display: block;
}
.faq::before {
  left: 0;
  top: 30%;
  width: 100%;
  height: 70%;
  background: #f0e7de;
}
.faq::after {
  right: 0;
  top: 0;
  width: 70%;
  height: 85%;
  background: #ffffff;
}
.faq .container {
  position: relative;
  z-index: 1;
}
.bgtor.bgtor {
  width: 15%;
  height: 50%;
  left: -40px;
  top: 30px;
  background: #e8d4ce;
}
.faq .wrapper {
  position: relative;
  padding-bottom: 50px;
}
/*=== 圖片 ===*/
.faq .imagery {
  position: relative;
  z-index: 1;
}
.faq .slogan {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 1rem .5rem;
}
.faq .slogan span {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.faq .slogan p {}
/*=== 內容 ===*/
.faq .introduce {
  position: relative;
  z-index: 1;
  padding: 0 0 1rem 2rem;
}
.faq .introduce .card {
  padding: 1rem;
  margin: 0;
}
.faq .introduce .card:nth-child(odd) {
  background: #cccccc36;
}
.faq .introduce .card .accordion-title {}
.faq .introduce .card .accordion-title .category {
  margin: .35rem 0 .25rem 0;
  font-family: "Noto Serif TC", SimSun, sans-serif;
  font-size: 18px;
  color: #856d68;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.faq .introduce .card .accordion-title .category span {
  background: #d19e95;
  color: #fff;
  padding: 2px 8px 3px 8px;
  margin: 0 5px 0 0;
  border-radius: 3px;
}
.faq .introduce .card .accordion-title button {
  border: none;
  padding: 0;
}
.faq .introduce .card-body {
  padding: 15px 10px 20px 10px;
  background: #fff;
  border-radius: 5px;
  margin: .5rem 0 0 0;
}
.faq .introduce .card:nth-child(even) .card-body {
  background: #f0e7de78;
}
.faq .introduce .card-body p {
  margin: 0;
  line-height: 1.5;
}
.faq .accordion > .card .card-header .btn:after {
  margin-top: -25px;
}
/*****************************
cases_banner + cases_features
*****************************/
/*=========== 內頁-美麗見證 ===========*/
/*===== banner(cases_banner) ====*/
.cases_banner {
  background: rgb(237 229 225 / 25%);
}
.cases_banner .shopsellcas {}
/*== 左欄位 ==*/
.cases_banner .cas_left {}
/*標題*/
.cases_banner .cas_left .cas-title h2 {
  font-size: 48px;
  color: #313131;
  margin-bottom: 1.8rem;
}
.cases_banner .cas_left .cas-title h3 {
  font-size: 50px;
  color: rgb(190 179 167 / 30%);
  font-family: "Microsoft JhengHei";
  text-transform: uppercase;
}
.cases_banner .cas_left .cas-title p {
  max-width: 600px;
  width: 100%;
  padding: 1.8rem 0;
  line-height: 1.8;
  color: #505050;
  font-size: 21px;
  margin: 0;
}
/*圖片*/
.cases_banner .cas_left .calis_pic {}
.cases_banner .cas_left .calis_pic ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  max-width: 860px;
  width: 100%;
}
.cases_banner .cas_left .calis_pic ul li {
  flex: 0 0 15.5%;
  position: relative;
  margin: .3rem;
}
.cases_banner .cas_left .calis_pic ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c47b6f00;
}
.cases_banner .cas_left .calis_pic ul li:hover::after {
  background: #c47b6f82;
}
.cases_banner .cas_left .calis_pic ul li img {
  width: 100%;
  height: auto;
}
/*== 右欄位 ==*/
.cases_banner .cas_right {}
.cases_banner .cas_right .shopsellcas {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 430px;
  width: 100%;
}
/*圖片*/
.cases_banner .cas_right .imagery {}
.cases_banner .cas_right .imagery img {}
/*標語*/
.cases_banner .cas_right .slogan {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 30px;
  margin-top: -62px;
  padding: 1px 0;
}
.cases_banner .cas_right .slogan h2 {
  font-size: 40px;
  color: #313131;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0 1.5rem;
}
.cases_banner .cas_right .slogan h2 span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.cases_banner .cas_right .slogan h2 span.en {
  color: #969696;
  font-size: 48px;
  display: inline-block;
  margin: 4px 15px 0 0;
  font-weight: 300;
  letter-spacing: 0;
}
.cases_banner .cas_right .slogan p {
  color: #575757;
  font-size: 18px;
  line-height: 1.6;
  padding: 0;
}
/*===== 內容案例列表(cases_features) ====*/
.cases_features {}
.cases_features .wrapper {
  padding: 0 1.5rem;
}
/*=== 圖片 ===*/
.cases_features .introduce {}
.cases_features .introduce .imagery {
  margin: 1rem .85rem 1.5rem .85rem;
}
.cases_features .introduce .imagery .csaitem {
  position: relative;
}
/*== 大圖 ==*/
.cases_features .introduce .imagery .blog-post-image {
  border-radius: 20px;
}
.cases_features .introduce .imagery .blog-post-image img {
  border-radius: 20px;
}
/*== 類型+縮圖 ==*/
.cases_features .introduce .imagery .canvas {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/*分類*/
.cases_features .introduce .imagery .canvas .cas-type {
  margin: 0 0 -15px 0;
}
.cases_features .introduce .imagery .canvas .cas-type span {
  background: #d98274;
  color: #fff;
  padding: .25rem 1.8rem;
}
/*縮圖*/
.cases_features .introduce .imagery .canvas .thumb {
  border-radius: 50%;
  margin: 0 -20px -15px 0;
}
.cases_features .introduce .imagery .canvas .thumb img {
  max-width: 140px;
  max-height: 140px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
/*=== 內容 ===*/
.cases_features .csa-content {
  padding: 1rem .5rem .5rem .8rem;
}
.cases_features .csa-content .csa-details {}
/*主題標*/
.cases_features .csa-content .csa-details .cas-post-title {}
.cases_features .csa-content .csa-details .cas-post-title h4 {
  font-size: 20px;
}
.cases_features .csa-content .csa-details .cas-post-title h4 a {
  color: #303030;
  line-height: 1.5;
}
.cases_features .csa-content .csa-details .cas-post-title h4 a:hover {
  color: #d98274;
}
/*簡約內容*/
.cases_features .csa-content .csa-details .narrate {
  margin: 1rem 0 0 0;
}
.cases_features .csa-content .csa-details .narrate p {
  font-size: 16px;
  line-height: 1.45;
  color: #777777;
  margin-bottom: 8px;
  /*display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow-y: hidden;*/
}
/*****************************
Blog Style 01
*****************************/
.blog-style-01 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-style-01 .blog-img {
  -webkit-transition: -webkit-transform 9s cubic-bezier(0.1, 0.2, 0.7, 1);
  transition: -webkit-transform 9s cubic-bezier(0.1, 0.2, 0.7, 1);
  transition: transform 9s cubic-bezier(0.1, 0.2, 0.7, 1);
  transition: transform 9s cubic-bezier(0.1, 0.2, 0.7, 1), -webkit-transform 9s cubic-bezier(0.1, 0.2, 0.7, 1);
}
.blog-style-01 .blog-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-style-01 .blog-img .blog-badge {
  display: inline-block;
  padding: 5px 18px;
  position: absolute;
  left: 30px;
  z-index: 9;
  top: 30px;
  background-color: #e76f65;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.blog-style-01 .blog-img .blog-info {
  position: absolute;
  bottom: -50px;
  padding: 30px 30px 0px 30px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-style-01 .blog-img .blog-info p {
  color: #ffffff;
}
.blog-style-01 .blog-img .blog-info h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.blog-style-01 .blog-img .blog-info p.blog-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.blog-style-01 .blog-img:after {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: auto;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-style-01 .blog-img:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: auto;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-style-01:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.blog-style-01:hover .blog-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 9s cubic-bezier(0.1, 0.2, 0.7, 1);
  transition: -webkit-transform 9s cubic-bezier(0.1, 0.2, 0.7, 1);
  transition: transform 9s cubic-bezier(0.1, 0.2, 0.7, 1);
  transition: transform 9s cubic-bezier(0.1, 0.2, 0.7, 1), -webkit-transform 9s cubic-bezier(0.1, 0.2, 0.7, 1);
}
.blog-style-01:hover .blog-img .blog-info {
  bottom: 20px;
}
.blog-style-01:hover .blog-img .blog-info p.blog-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Blog sidebar */
.blog-sidebar .widget {
  background-color: #ffffff;
  border: 1px solid rgba(24, 26, 37, 0.1);
  padding: 40px 40px;
  margin-bottom: 30px;
}
.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}
.blog-sidebar .widget .search {
  position: relative;
}
.blog-sidebar .widget .search .form-control {
  padding-right: 50px;
}
.blog-sidebar .widget .search i {
  position: absolute;
  right: -1px;
  top: 0;
  background: inherit;
  color: #000000;
  padding: 17px 16px;
  cursor: pointer;
  color: #e76f65;
}
.blog-sidebar .widget .recent-post-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}
.blog-sidebar .widget .recent-post-info small {
  margin-top: -7px;
}
.blog-sidebar .widget .recent-post-info .title {
  color: #131310;
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-sidebar .widget .recent-post-info .title:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e76f65;
}
.blog-sidebar .widget .input-with-btn {
  position: relative;
}
.blog-sidebar .widget .input-with-btn .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 20px 13px;
  height: 53px;
}
.blog-sidebar .widget .widget-categories .list-style {
  margin-top: 10px;
}
.blog-sidebar .widget .widget-categories .list-style li {
  margin-bottom: 10px;
}
.blog-sidebar .widget .widget-categories .list-style li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .widget .widget-categories .list-style li a {
  color: #131310;
  padding: 5px 0 15px 0;
  border-bottom: 1px solid rgba(24, 26, 37, 0.1);
  line-height: 20px;
  display: block;
}
.blog-sidebar .widget .widget-categories .list-style li:hover {
  color: #e76f65;
}
.blog-sidebar .widget .widget-categories .list-style li:last-child a {
  border-bottom: inherit;
  padding-bottom: 0px;
}
.blog-sidebar .tagcloud li {
  display: inline-block;
}
.blog-sidebar .tagcloud li a {
  border: 1px solid #ebebeb;
  color: #131310;
  padding: 8px 16px;
  line-height: 40px;
  font-size: 14px;
  margin-right: 2px;
}
.blog-sidebar .tagcloud li a:hover {
  background: #e76f65;
  border: 1px solid #e76f65;
  color: #ffffff;
}
.blog-sidebar .widget-title {
  margin-bottom: 15px;
}
/* blog-author */
.blog-author .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 30px;
  margin-left: 0px;
}
.blog-author .author .author-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 150px;
  flex: 0 150px;
  margin-left: 0px;
}
.blog-author .author .author-detail {
  position: relative;
  padding: 0 0 0 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 70%;
  flex: 0 70%;
  -ms-flex-item-align: center;
  align-self: center;
}
.blog-author .author .author-detail .author-title a {
  color: #ffffff;
}
.blog-author .author .author-detail .author-label {
  color: #ffffff;
}
.blog-author .author .author-detail .author-social {
  margin-top: 20px;
}
.blog-author .author .author-detail .author-social ul {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
.blog-author .author .author-detail .author-social ul li {
  display: inline-block;
  list-style-type: none;
  float: left;
}
.blog-author .author .author-detail .author-social ul li a {
  color: #ffffff;
  margin-right: 20px;
}
.blog-author .author .author-detail .author-content {
  margin-top: 15px;
}
.blockquote-02 {
  padding: 30px 0px;
  text-align: left;
  position: relative;
  margin: 0 30px;
}
.blockquote-02 .blockquote-info {
  padding: 40px 40px;
  border-left: 7px solid rgba(242, 166, 141, 0.7) !important;
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(24, 26, 37, 0.1);
}
.blockquote-02 .blockquote-info .blockquote-quote {
  padding-left: 0;
}
.blockquote-02 .blockquote-info .blockquote-quote i {
  position: inherit;
  top: 0;
  font-size: 60px;
  line-height: 60px;
  color: rgba(242, 166, 141, 0.5);
}
.blockquote-02 .blockquote-info .blockquote-content {
  font-size: 18px;
  font-style: italic;
  position: relative;
  margin-bottom: 0px;
}
.blockquote-02 .blockquote-info .blockquote-author {
  margin-bottom: 0;
  margin-top: 20px;
}
.blockquote-02 .blockquote-info .blockquote-author .blockquote-name h6 {
  font-weight: 500;
  margin-right: 10px;
  display: inline-block;
  color: #e76f65;
}
.blockquote-02 .blockquote-info .blockquote-author .blockquote-name span {
  font-size: 16px;
  font-weight: 400;
  color: #fbfbfb;
}
.blog-sidebar .widget .form-inline input.form-control {
  padding: 10px 125px 10px 20px;
  height: 53px;
}
.blog-sidebar .widget .input-with-btn .btn i {
  margin-right: 7px;
}
.blog-bg-pattern {
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .blog-style-01 .blog-img .blog-info h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .blog-sidebar .widget {
    padding: 30px;
  }
  .blog-detail .comments-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-detail .comments-01 .comment-content {
    margin-left: 0px;
    margin-top: 20px;
  }
  .blog-detail .comments-02 {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-detail .comments-02 .comment-content {
    margin-left: 0px;
    margin-top: 20px;
  }
  .blog-detail .blog-post-navigation .post-navigation .nav-link {
    display: block;
  }
  .blog-author .author {
    display: block;
  }
  .blog-author .author .author-detail {
    padding: 20px 0 0 0px;
  }
}
/*****************************
  Shop
*****************************/
/* Product */
.product {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
}
.product .product-item {
  position: relative;
  border: 1px solid #ebebeb;
}
.product .product-item .thumbnail-bg {
  background-color: #fbfbfb;
}
.product .product-item .thumbnail-light {
  background-color: #ffffff;
}
.product .product-item .product-image {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product .product-item .product-image img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product .product-item .product-image img:hover {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.product .product-item .product-image .custom-icon {
  position: absolute;
  bottom: 20px;
  right: 30px;
  opacity: 0;
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product .product-item .product-image .custom-icon ul li a {
  font-size: 18px;
  color: #131310;
  display: block;
  line-height: 42px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product .product-item .product-image .custom-icon ul li a.icon-bg {
  background: #F3DCD4;
}
.product .product-item .product-image .custom-icon ul li:hover a {
  color: #ffffff;
  background: #e76f65;
}
.product .product-item .product-content {
  padding: 30px 20px;
}
.product .product-item .product-content .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product .product-item .product-content .product-info .product-title a {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 24px;
  color: #131310;
  font-family: "Cormorant Garamond", serif;
}
.product .product-item .product-content .product-info .product-title a:hover {
  color: #e76f65;
}
.product .product-item .product-content .product-info .product-star ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product .product-item .product-content .product-info .product-star ul li i {
  color: #ee9914;
  font-size: 15px;
}
.product .product-item .product-content .category {
  font-size: 18px;
  color: #131310;
}
.product .product-item .product-content .category:hover {
  color: #e76f65;
}
.product .product-item .product-content .product-prize {
  padding-top: 5px;
}
.product .product-item .product-content .product-prize p {
  color: #131310;
  font-weight: 500;
  margin-bottom: 0;
}
.product .product-item .product-content .product-prize p span {
  color: rgba(19, 19, 16, 0.6);
}
.product .product-item:hover .custom-icon {
  opacity: 1;
  right: 20px;
}
.product.shop-product {
  grid-template-columns: repeat(4, 1fr);
}
.product .product-item .add-to-cart {
  padding-top: 20px;
}
.product .product-item .add-to-cart a {
  background: #e76f65;
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 20px;
  display: inline-block;
}
.product .product-item .add-to-cart a:hover {
  background: #131310;
}
.product .product-item .product-description .product-title {
  margin: 20px 0px 10px;
}
.product .product-item .product-description .product-title a {
  font-size: 16px;
  font-weight: 600;
  color: #131310;
}
.product .product-item .product-description .product-title a:hover {
  color: #e76f65;
}
.product .product-item .product-description .product-rating {
  margin-bottom: 10px;
}
.product .product-item .product-description .product-price {
  font-size: 14px;
  font-weight: bold;
}
.product .product-item .product-description .product-price ins {
  color: #e76f65;
  text-decoration: none;
}
/*****************************
  sidebar-menu(電腦版開闔介紹)
*****************************/
.sidebar-menu {
  color: #131310;
}
/*==== 內容 ====*/
.offcanvas-end .sidebar-menu {}
/*口號*/
.offcanvas-end .sidebar-menu .section-title {}
.offcanvas-end .sidebar-menu .section-title h3 {
  font-size: 28px;
  color: #464646;
  letter-spacing: .5px;
}
.offcanvas-end .sidebar-menu .section-title p {
  color: #666666;
}
/*內容-療程項目*/
.offcanvas-end .sidebar-menu .introduce {}
.offcanvas-end .sidebar-menu .introduce h3 {}
.offcanvas-end .sidebar-menu .introduce h3 span {
  color: rgb(197 123 111 / 50%);
  font-size: 24px;
  margin: 0 0 0 5px;
}
.offcanvas-end .sidebar-menu .introduce ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas-end .sidebar-menu .introduce ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
  margin: 0 0 5px 0;
}
.offcanvas-end .sidebar-menu .introduce ul li::after {
  display: inline-block;
  position: absolute;
  content: "";
  left: 8px;
  top: 14px;
  width: 6px;
  height: 6px;
  background: #9e6157b5;
  border-radius: 50%;
}
.owl-carousel.product .product-item {
  margin-bottom: 10px;
}
/* Product Detail */
.shop-single .nav-tabs-02 {
  border: inherit;
}
.shop-single .nav-tabs-02 .nav-tabs {
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  padding: 20px 0 10px 0;
}
.shop-single .nav-tabs-02 .nav-item {
  margin: 0 5px 10px;
}
.shop-single .nav-tabs-02 .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  border: inherit;
  color: #131310;
  background: inherit;
}
.shop-single .nav-tabs-02 .nav-item .nav-link.active {
  border: inherit;
  color: #e76f65;
}
.shop-single .product-detail .product-price-rating .product-prize {
  margin-bottom: 20px;
}
.shop-single .product-detail .product-price-rating .product-prize p {
  font-size: 28px;
  color: #131310;
  font-weight: 500;
}
.shop-single .product-detail .product-price-rating .product-prize p span {
  color: rgba(19, 19, 16, 0.6);
}
.shop-single .product-detail .product-price-rating .product-prize h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.shop-single .product-detail .product-price-rating .product-prize h4 span {
  font-size: 24px;
  color: #e76f65;
  margin-left: 8px;
}
.shop-single .product-detail .product-price-rating .product-rating {
  margin: 20px 0;
}
.shop-single .product-detail .product-price-rating .product-rating i {
  color: #e76f65;
}
.shop-single .product-detail .add-to-cart-input .form-control {
  height: 54px;
}
.shop-single .product-detail .add-to-cart-input .btn {
  text-transform: capitalize;
}
.shop-single .product-detail .product-summary a {
  margin-right: 10px;
  color: #e76f65;
  border: 1px solid rgba(19, 19, 16, 0.2);
  border-radius: 0px;
  height: 50px;
  padding: 17px 19px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.shop-single .product-detail .product-summary a i {
  color: #e76f65;
  margin-right: 0px;
}
.shop-single .product-detail .product-summary a:hover {
  color: #131310;
}
.shop-single .product-detail hr {
  margin: 30px 0;
}
.shop-single .product-detail .product-detail-meta {
  margin-bottom: 20px;
}
.shop-single .product-detail .product-detail-meta span {
  display: block;
  margin: 10px 0;
}
.shop-single .product-detail .product-detail-meta span a {
  color: #e76f65;
}
.shop-single .product-detail .product-detail-meta span a:hover {
  color: #131310;
}
.shop-single .product-detail .input-group {
  width: 90px;
  float: left;
  margin-right: 20px;
}
.slider-slick .slider-nav .slick-next:before {
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  z-index: 999;
  color: #ffffff;
  font-size: 20px;
}
.slider-slick .slider-nav .slick-prev:before {
  content: "\f177";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  z-index: 999;
  color: #ffffff;
  font-size: 20px;
}
.slider-slick .slider-nav:hover .slick-prev {
  left: 0;
  z-index: 99;
  opacity: 1;
  border-radius: 0;
}
.slider-slick .slider-nav:hover .slick-next {
  right: 0;
  opacity: 1;
  border-radius: 0;
}
.slider-slick .slider-nav .slick-prev {
  opacity: 0;
  width: 50px;
  height: 50px;
  background: #e76f65;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-slick .slider-nav .slick-next {
  opacity: 0;
  width: 50px;
  height: 50px;
  background: #e76f65;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-slick .slider-nav .slick-track .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}
.qty {
  border: 1px solid rgba(19, 19, 16, 0.2);
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 10px;
  border-radius: 0;
  width: 170px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.qty .count {
  color: #131310;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 10px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
}
.qty .plus {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: rgba(19, 19, 16, 0.2);
  min-width: 30px;
  text-align: center;
}
.qty input {
  color: #ffffff;
  border-color: inherit;
  text-align: center;
  width: auto;
}
.qty .minus {
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  min-width: 30px;
  color: rgba(19, 19, 16, 0.2);
  text-align: center;
}
.qty input {
  border: 0;
  width: 2%;
}
.qty input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty input:disabled {
  background-color: white;
}
/*commentlist*/
.commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commentlist .comment-author {
  width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}
.commentlist .comment-content {
  padding: 15px;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #eeeeee;
}
.commentlist .comment-content .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.commentlist .comment-content .reviews .rating {
  margin-left: auto;
}
.commentlist .comment-content .reviews .rating i {
  color: #e76f65;
}
.form-check-label {
  padding-left: 0px;
}
.search-field {
  padding-left: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 50px;
  border: 1px solid #ebebeb;
  width: 100%;
  background: #ffffff;
}
/* Checkout */
.checkout form.form-row {
  padding: 30px;
  border: 1px solid #ebebeb;
}
.checkout.checkout-form {
  -webkit-box-shadow: 0px 7px 16px 0px rgba(19, 19, 16, 0.07);
  box-shadow: 0px 7px 16px 0px rgba(19, 19, 16, 0.07);
  padding: 30px;
}
.checkout.checkout-form form .form-control.basic-select {
  color: #666666;
}
.checkout.checkout-form form .form-control {
  height: 50px;
}
.checkout.checkout-form form textarea.form-control {
  height: auto;
}
.checkout.checkout-form form .select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #ebebeb;
}
.checkout.checkout-form form .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 500;
}
.checkout.checkout-form form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 18px;
}
.checkout-info {
  padding: 25px 25px 25px 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(242, 166, 141, 0.1);
}
.checkout-info .returning-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 20px;
}
.checkout-info object {
  -webkit-filter: invert(75%) sepia(41%) saturate(636%) hue-rotate(315deg) brightness(99%) contrast(91%);
  filter: invert(75%) sepia(41%) saturate(636%) hue-rotate(315deg) brightness(99%) contrast(91%);
}
.checkout-info-returning .checkout-coupon {
  padding: 20px;
  border: 1px solid #ebebeb;
}
.checkout-info-coupon .checkout-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-info-coupon .checkout-info .coupon-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 20px;
}
.checkout-info-coupon .checkout-coupon {
  padding: 20px;
  border: 2px dashed #ebebeb;
}
.checkout-review {
  padding: 15px 30px 30px;
  border: 1px solid #ebebeb;
}
.checkout-review .table tr th {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #131310;
}
.checkout-review .table tr th.shipping {
  font-size: 14px;
}
.checkout-review .table tr td {
  text-align: left;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
.checkout-review .table tr td.amount {
  font-size: 18px;
}
.checkout-review .table tbody {
  border-bottom: 2px solid #ebebeb;
}
/* Cart */
.cart-table {
  border: 1px solid #ebebeb;
}
.cart-table .table {
  margin-bottom: 0;
  font-size: 14px;
  border: 1px solid #ebebeb;
}
.cart-table .table tr th {
  border: none;
  padding: 15px 10px;
  color: #ffffff;
  background-color: #e76f65;
  text-align: left;
  vertical-align: middle;
}
.cart-table .table tr td {
  border: none;
  border-top: 1px solid #ebebeb;
  padding: 15px 10px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
.cart-table .table tr td.product-remove {
  padding: 15px 25px;
  text-align: center;
}
.cart-table .table tr td.product-remove a {
  color: #f52626;
}
.cart-table .table tr td.product-quantity .form-control {
  width: 70px;
  border: 1px solid #ebebeb;
  height: 40px;
}
.cart-table .table tr td a:hover {
  color: #e76f65;
}
.cart-table .table thead tr {
  border: none;
}
.cart-table .table thead tr th:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cart-table .table thead tr th:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cart-table .table tbody tr td.product-name a {
  color: #131310;
}
.cart-table .table tbody tr td.product-name a:hover {
  color: #e76f65;
}
.cart-table .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: none;
  padding: 15px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-table .actions .coupon form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-table .actions .coupon .input-text {
  border: 1px solid #ebebeb;
  border-radius: 0px;
  height: 48px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  color: #131310;
}
.cart-table .actions .coupon .btn {
  padding: 12px 20px;
}
.cart-table .actions .update-cart {
  margin-left: auto;
}
.cart-table .table td.product-thumbnail img {
  width: 70px;
  height: auto;
}
.cart-totals {
  padding: 25px;
  margin-top: 0px !important;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  background: #ffffff;
}
.cart-totals .cart-totals-title {
  margin-bottom: 20px;
  text-align: center;
}
.cart-totals .table {
  font-size: 14px;
}
.cart-totals .table tr th {
  text-align: left;
  border: none;
  border-top: 1px solid #ebebeb;
  vertical-align: top;
  background: #ffffff;
}
.cart-totals .table tr td {
  text-align: right;
  border: none;
  border-top: 1px solid #ebebeb;
  background: #ffffff;
}
.cart-totals .table tr.shipping .form-check-label {
  padding-left: 0px;
}
.cart-totals .table tr.shipping p {
  margin-bottom: 0;
}
.cart-totals .table tr.order-total th {
  font-size: 18px;
  font-weight: 600;
  color: #131310;
}
.cart-totals .table tr.order-total td {
  font-size: 26px;
  font-weight: 600;
  color: #131310;
}
.cart-totals .table .cart-subtotal th {
  font-size: 18px;
  font-weight: 600;
  border: none;
}
.cart-totals .table .cart-subtotal td {
  font-size: 18px;
  font-weight: 600;
  border: none;
}
.cart-totals .checkout-button {
  width: 100%;
  text-align: center;
  padding: 15px 25px;
  display: block;
}
/* Shop Category */
.shop-category {
  padding: 25px 15px;
}
.shop-category h5 {
  margin-bottom: 20px;
}
.shop-category ul {
  margin-bottom: 0;
}
.shop-category ul li a {
  padding: 5px 0;
  display: block;
}
.gridlist-toggle-wrap .gridlist-toggle .grid-2-column {
  background-image: url(../image/grid-2-icon.png);
}
.gridlist-toggle-wrap .gridlist-toggle .gridlist-button {
  display: inline-block;
  background-color: #dddddd;
  width: 19px;
  height: 19px;
  color: #131310;
  font-size: 0;
  line-height: normal !important;
  padding: 0;
  margin-left: 8px;
  text-align: center;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.gridlist-toggle-wrap .gridlist-toggle .grid-3-column {
  background-image: url(../image/grid-3-icon.png);
}
.gridlist-toggle-wrap .gridlist-toggle .grid-4-column {
  background-image: url(../image/grid-4-icon.png);
}
.gridlist-toggle-wrap .gridlist-toggle .gridlist-toggle-list {
  background-image: url(../image/list-icon.png);
}
.gridlist-toggle-wrap .gridlist-toggle a:hover, .gridlist-toggle-wrap .gridlist-toggle a.active {
  background-color: #e76f65;
}
.shop-single form .form-control {
  border: 1px solid #ebebeb;
}
/* Shop Sidebar */
.shop-sidebar {
  padding: 30px 20px;
}
.shop-sidebar .widget {
  margin-bottom: 50px;
}
.shop-sidebar .widget .widget-title {
  margin-bottom: 30px;
}
.shop-sidebar .widget .price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-sidebar .widget .price-filter a {
  margin-left: auto;
}
.shop-sidebar .widget .form-check {
  display: block;
  margin-bottom: 0px;
  padding-left: 0;
}
.shop-sidebar .widget .form-check span {
  float: right;
}
.shop-sidebar .widget .social ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
  font-size: 16px;
}
.shop-sidebar .widget .tagcloud ul li {
  margin-bottom: 10px;
  display: inline-block;
}
.shop-sidebar .widget .tagcloud ul li a {
  color: #131310;
  line-height: 32px;
  border: 1px solid #ebebeb;
  padding: 0 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.shop-sidebar .widget .tagcloud ul li a:hover {
  background: #e76f65;
  border: 1px solid #e76f65;
  color: #ffffff;
}
.shop-sidebar .widget .widget-categories ul li a {
  font-size: 14px;
  color: #F3DCD4;
  line-height: 32px;
  display: block;
}
.shop-sidebar .widget .widget-categories ul li a:hover {
  color: #e76f65;
}
.irs--flat .irs-line {
  height: 6px;
}
.irs--flat .irs-bar {
  background: #e76f65;
  height: 6px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  background: transparent;
  color: #e76f65;
  font-size: 13px;
  font-weight: 600;
}
.irs--flat .irs-handle > i:first-child, .irs--flat .irs-handle > i:first-child {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 2px solid #e76f65;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  display: none;
}
.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background: #e76f65;
}
.slider-slick .slider-for .slick-prev, .slider-slick .slider-for .slick-next {
  display: none !important;
}
@media (max-width: 1200px) {
  .cart-table .actions .coupon .btn {
    font-size: 14px;
  }
  .cart-table .actions .update-cart .btn {
    font-size: 14px;
  }
  .product {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .product {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
  .product.shop-product {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .slider-slick .slider-nav .slick-prev {
    display: none !important;
  }
  .slider-slick .slider-nav .slick-next {
    display: none !important;
  }
  .product {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-single .nav-tabs-02 .nav-item .nav-link {
    font-size: 16px;
  }
  .cart-table .actions {
    display: block;
  }
  .commentlist .comment-content .reviews p {
    margin-bottom: 5px;
  }
  .commentlist .comment-content .reviews .rating {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .product.shop-product {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cart-table .actions {
    display: block;
  }
  .cart-table .actions .coupon #coupon_code {
    margin-bottom: 10px;
  }
  .cart-table .actions .coupon .btn {
    margin-bottom: 10px;
  }
  .product {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .shop-single .add-to-cart-input .product-summary, .shop-single .add-to-cart-input .qty {
    margin-bottom: 10px;
  }
  .shop-single .add-to-cart-input .btn {
    padding: 15px 20px;
    margin-bottom: 10px;
  }
  .sidebar .cart-totals {
    padding: 25px;
  }
  .product.shop-product {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 479px) {
  .cart-table .actions .coupon form {
    display: block;
  }
  .cart-table .actions .coupon form .input-text {
    width: 100%;
  }
  .cart-table .actions .coupon form .btn {
    margin-bottom: 0px;
  }
  .commentlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .commentlist .comment-content {
    margin-left: 0px;
  }
  .commentlist .comment-author {
    margin-bottom: 5px;
  }
}
/*****************************
  Footer
*****************************/
.footer .min-footer {
  padding: 35px 0;
}
.footer .ontre {}
.footer .ontre p {
  margin: 1rem 0;
  font-size: 12px;
  color: #606060;
  font-weight: 300;
}
.footer h5 {
  margin-bottom: 30px;
}
.footer .footer-logo {
  width: 150px;
}
.footer .footer-contact-info ul {
  width: 100%;
}
.footer .footer-contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.footer .footer-contact-info ul li i {
  font-size: 18px;
  min-width: 25px;
  margin-right: 15px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 5px;
}
/*==== 頁底選單 ====*/
.footer .footer-link ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer-link ul li {
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.footer .footer-link ul li:last-child {
  margin-right: 0;
}
.footer .footer-link ul li h4, .footer .footer-link ul li h4 a {
  font-size: 18px;
  color: #333;
}
.footer .footer-link ul li a:hover {
  color: #ba5646;
}
.footer .footer-link ul ul {
  display: flex;
  margin: .8rem 0 0 0;
  padding: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start
}
.footer .footer-link ul ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: .5rem;
}
.footer .footer-link ul ul li::after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 50%;
  width: 5px;
  background: #333;
  height: 1px;
}
.footer .footer-link ul ul li a {
  font-size: 16px;
  color: #666666;
}
.footer .footer-subscribe form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-subscribe form .form-group .form-control {
  background: white;
  border: 1px solid #ebebeb;
  color: #666666;
  margin-bottom: 5px;
  width: 100%;
}
.footer .footer-subscribe form .form-group .btn {
  position: absolute;
  right: 0;
}
.footer .footer-subscribe form .form-group .form-control::-moz-placeholder {
  color: #707173;
}
.footer .footer-subscribe form .form-group .form-control::-ms-input-placeholder {
  color: #707173;
}
.footer .footer-subscribe form .form-group .form-control::-webkit-input-placeholder {
  color: #707173;
}
.footer .footer-bottom {
  padding: 20px 0;
  background: rgba(242, 166, 141, 0.2);
}
.footer .footer-bottom .copyright p {
  font-size: 15px;
  margin-bottom: 0;
}
.footer .footer-bottom .copyright p a:hover {
  color: #000;
}
.footer .footer-gallery ul {
  margin: 0;
  padding: 0;
}
.footer .footer-gallery ul li {
  float: left;
  display: inline-block;
  width: 32.33%;
  padding: 5px;
}
.footer .recent-post-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  width: 70px;
  height: 70px;
}
.footer .recent-post-info .title {
  color: #131310;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.3em;
  font-size: 18px;
}
.footer .recent-post-info .title:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e76f65;
}
.footer .footer-link .footer-link-unstyled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-link .footer-link-unstyled ul {
  padding-right: 50px;
}
.footer .footer-link .footer-link-unstyled ul:last-child {
  padding-right: 0px;
}
.footer.bg-dark .footer-link ul li a {
  color: #ffffff;
}
.footer.bg-dark .footer-link ul li a:hover {
  color: #e76f65;
}
.footer.bg-primary .footer-link ul li a {
  color: #ffffff;
}
.footer.bg-primary .footer-link ul li a:hover {
  color: #131310;
}
/*****************************
  footer-dark
*****************************/
.footer-dark {
  background: #000000;
}
.footer-dark h5 {
  color: #ffffff;
}
.footer-dark .footer-contact-info ul li span {
  color: #ffffff;
}
.footer-dark .footer-link ul li a {
  color: #ffffff;
}
.footer-dark .footer-subscribe p {
  color: #ffffff;
}
.footer-dark .footer-subscribe form .btn {
  margin-left: 0px;
}
.footer-dark .footer-bottom {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}
.footer-dark .footer-bottom .copyright p {
  color: #ffffff;
}
.footer-dark .footer-bottom .copyright p a:hover {
  color: #e76f65;
}
.footer-dark .social-icon ul li a:hover {
  background-color: #ffffff;
  color: #e76f65;
}
/*************************
       1700px
*************************/
/*****************************
  後添加修改的RWD
*****************************/
@media only screen and (max-width:1600px) {
  /*** 
====================================================================
    Banner Section(新首頁banner)
====================================================================
***/
  .banner-carousel .content-box {
    height: 820px;
  }
  .banner-section .owl-theme .owl-nav {
    margin-top: 0;
  }
  /*** 
====================================================================
    首頁內容模組
====================================================================
***/
  /*=========== 首頁-致然雅暮 ===========*/
  .in-about {
    padding-bottom: 0;
  }
  /*錨點*/
  .in-about #in-about {
    margin-top: -125px;
  }
  /*=== 模組內容 ===*/
  /*視覺花*/
  .in-about .right::before {
    margin-right: -50px;
  }
  /*== 左欄位==*/
  .in-about .about-left {
    background-position: 58% 68%;
  }
  /*左大圖*/
  .in-about .about-left .about-img .img-03 {
    position: relative;
  }
  .in-about .about-left .about-img .img-03 img {
    width: 100%;
    height: auto;
  }
  /*左小圖*/
  .in-about .about-left .about-img .img-01 {
    position: relative;
    margin-left: -150px;
    bottom: 50px;
  }
  .in-about .about-left .about-img .img-01 img {}
  /*左文案*/
  .in-about .about-left .narrate {
    padding-left: 260px;
    margin-top: inherit;
    bottom: 45%;
  }
  /*== 右欄位==*/
  .about .about-right {
    padding-bottom: 0;
  }
  .in-about .right::before {
    top: 120px;
  }
  .in-about .right::after {
    background-size: 85% auto;
  }
  /*右邊大圖*/
  .in-about .about-right .about-img {
    margin-top: 0;
  }
  /*右文案*/
  /*=========== 首頁-致然雅暮 ===========*/
  .in-services::before {
    width: 85%;
  }
  .in-services .slogan {
    margin-right: -60px;
  }
  /*=========== 首頁-診所資訊 ===========*/
  .in-contact .mapctact {
    position: relative;
    left: 0;
    padding-right: 10%;
  }
  /*** 
====================================================================
    首頁內容模組
====================================================================
***/
  /*=========== 內頁-診所資訊(品牌精神) ===========*/
  .spirit_features {
    padding: 45px 0 120px 0;
  }
  .spirit_features .imagery img {
    margin-left: -100px;
  }
  .spirit_features .adversol h2 {
    margin-left: 310px;
  }
  .spirit_features .introduce {
    padding: 60px 0 0 120px;
  }
  /*=========== 內頁-診所資訊(環境介紹) ===========*/
  /*==== 背景裝飾 ====*/
  .environ_banner span.mint {
    height: 550px;
  }
  /*==== 形象圖 ====*/
  .environ_banner .imagery .envi-img.leban {
    left: 30px;
    top: 170px;
  }
  .environ_banner .imagery .envi-img.riban {
    text-align: right;
  }
  .environ_banner .imagery .envi-img img {
    width: 82%;
  }
  .environ_banner .imagery .riban .slogan h3 {
    text-align: left;
  }
  /*==== 敘述文 ====*/
  .environ_banner .wrapper .narrate {
    display: flex;
    justify-content: flex-start;
    min-height: 560px;
  }
  .environ_banner .wrapper .narrate .adversol {
    margin: 50px 0 0 285px;
  }
  /*==== 環境介紹(第二段) ====*/
  .environ_features .introduce {
    margin-left: -100px;
    padding: 0;
  }
  .environ_features .wrapper {
    justify-content: space-evenly;
  }
  /*==== 環境介紹(第三段) ====*/
  .environ_Publicity .adversol {
    margin-left: -120px;
    width: 44%;
  }
  .environ_Publicity .imagery {
    width: 56%;
  }
  .environ_Publicity .imagery .team-single {
    margin-right: -120px
  }
  .environ_Publicity .team-single .team-single-img img {
    width: 100%;
  }
  /*=========== 內頁-醫療團隊 ===========*/
  /*== 茅點 ==*/
  #doctor1 {
    top: -10px;
  }
  #doctor3 {
    top: 1400px;
  }
  .medical_team span.arteditor {
    font-size: 94px;
  }
  /*=========== 內頁-醫療項目 ===========*/
  /*== 茅點 ==*/
  #trlibox01 {
    top: -100px;
  }
  #trlibox02 {
    top: 440px;
  }
  #trlibox03 {
    top: 1100px;
  }
  #trlibox04 {
    top: 1700px;
  }
  #trlibox05 {
    top: 2400px;
  }
  #trlibox06 {
    top: 2980px;
  }
  /*=== BANNER ===*/
  .treatment .bawrapp {
    width: 100%;
  }
  .treatment .banntiexe {
    max-width: initial;
    width: 15%;
  }
  .treatment .imagery {
    width: 85%;
  }
  /*=== 內容 ===*/
  .treatment .wrapper {
    width: 100%;
  }
  .treatment .container-fluid::before {
    top: 110px;
    width: 85%;
  }
  .treatment .container-fluid::after {
    left: -15px;
  }
  .treatment .wrapper::before {
    height: 140px;
  }
  .treatment .wrapper .trlibox {
    padding: 0 60px 0 80px;
    width: 100%;
  }
  .treatment .trlibox .blog-style-01 {}
  /*=== 圖片 ===*/
  .treatment .trlibox .blog-style-01 .blog-img {
    width: 48%;
  }
  .treatment .trlibox .blog-style-01 .blog-img img {
    width: 100%;
  }
  /*=== 介紹 ===*/
  .treatment .trlibox .blog-style-01 .introduce {
    width: 52%;
  }
  .treatment .trlibox .blog-style-01 .treatment-content {
    padding: 40px 45px 25px 40px;
  }
  .treatment .trlibox .blog-style-01 .treatment-tite .blog-info h3, .treatment .trlibox .blog-style-01 .treatment-tite .blog-info span {
    font-size: 34px;
  }
  .treatment .trlibox .blog-style-01 .narrate .iconim img {
    max-width: 120px;
  }
  .treatment .trlibox .blog-style-01 .narrate ul {
    margin: 0;
    padding: 0;
  }
  .treatment .trlibox .blog-style-01 .narrate ul li {
    padding: .15rem 2rem;
  }
  .treatment .trlibox .blog-style-01 .narrate.onse ol {
    width: auto;
    margin: 0;
  }
  .treatment .container-fluid .troradius {
    left: 40px;
    top: 450px;
  }
  /*=== 線段 ===*/
  .linmt {
    padding: 1.8rem 0;
  }
  /*=========== 內頁-醫美專欄(常見問題) ===========*/
}
@media only screen and (max-width:1440px) {
  /*** 
====================================================================
    其他共用
====================================================================
***/
  /*** 
====================================================================
    首頁選單
====================================================================
***/
  .navbar {
    display: flex;
  }
  .header .main-header {
    padding: 30px;
    align-items: flex-start;
  }
  .header .navbar .add-listing .menu-btn {
    margin-left: 0px;
  }
  .header.is-sticky .main-header {
    width: 1400px;
    margin: 0;
  }
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
  .indexhome .header.is-sticky .navbar .navbar-nav .nav-link, .header .navbar .navbar-nav .nav-link {
    padding: 20px 20px 5px 0;
  }
  /*** 
====================================================================
    Banner Section(新首頁banner)
====================================================================
***/
  .banner-carousel .content-box {
    height: 700px;
  }
  /*** 
====================================================================
    首頁內容模組
====================================================================
***/
  /*=========== 首頁-致然雅暮 ===========*/
  .in-about {
    padding: 40px 0 20px 0;
  }
  /*錨點*/
  .in-about #in-about {
    margin-top: -125px;
  }
  .in-about .about-left {
    padding-right: 0;
  }
  .in-about .about-left .about-img .img-03 {
    width: 90%;
    float: right;
    margin: 2.5rem 0 0 0;
  }
  .in-about .about-left .narrate p {
    font-size: 22px;
  }
  .in-about .right::before {
    margin: 0;
  }
  .in-about .about-right .about-img {
    margin-right: -40px;
  }
  .in-believe .diagram .about-img {
    margin-right: -160px;
  }
  .in-believe .diagram .tilabel {
    left: 0;
  }
  .in-about .right::after {
    bottom: -30px;
    left: -10px;
  }
  .in-believe {
    padding-bottom: 70px;
  }
  /*=========== 首頁-服務項目及療程項目 ===========*/
  .in-services {
    background-position: right center;
  }
  .in-services::before {
    width: 83.5%;
  }
  .features-section {
    padding: 0 2.5rem;
  }
  .in-services .slogan {
    margin-right: 25px;
  }
  /*=========== 首頁-診所資訊 ===========*/
  .in-contact .contact-us-form .section-title {
    margin-bottom: 0;
  }
  /*** 
====================================================================
    內頁-各頁內容樣式
====================================================================
***/
  /*=========== 診所資訊(品牌精神) ===========*/
  .spirit_features {
    padding-bottom: 90px;
  }
  .spirit_features::before {
    left: 15%;
    width: 85%;
  }
  .spirit_banner .introduce .section-title {
    padding-left: 2rem;
  }
  .spirit_banner .introduce .narrate {
    padding-left: 3rem;
  }
  .spirit_banner .imagery {
    width: 55%;
  }
  .spirit_features .imagery img {
    margin-left: -50px;
  }
  .spirit_features .introduce {
    padding: 80px 0 0 140px;
  }
  .spirit_Publicity .adversol {
    margin-left: 0;
    left: 2rem;
    width: 100%;
  }
  .spirit_features .adversol h2 {
    margin-left: 230px;
  }
  .spirit_Promote .slogan {
    right: 2rem;
  }
  /*=========== 診所資訊(環境介紹) ===========*/
  .environ_banner .wrapper .narrate {}
  .environ_banner .imagery .envi-img img {
    width: 80%;
  }
  /*===  左邊形象圖 ===*/
  .environ_banner .imagery .envi-img.leban {
    left: -80px;
  }
  /*===  右邊形象圖 ===*/
  .environ_banner .imagery .envi-img.riban {}
  /*===  敘述文 ===*/
  .environ_banner .wrapper .narrate .adversol {
    max-width: 500px;
  }
  .environ_banner .wrapper .narrate .adversol {
    margin: 50px 0 0 170px;
  }
  .environ_banner .wrapper .narrate .adversol h3 {
    font-size: 28px;
  }
  /*===  第二段左邊介紹文 ===*/
  .environ_features .introduce {
    margin-left: 0;
  }
  .environ_features .introduce .narrate {
    padding: 0 1rem 0 2rem;
  }
  /*===  第二段右邊環境圖(三張) ===*/
  .environ_features .imagery .team {
    padding: 1rem 0;
  }
  .environ_features .imagery .team:nth-child(1) .team-img, .environ_features .imagery .team:nth-child(2) .team-img, .environ_features .imagery .team:nth-child(3) .team-img {
    width: 95%;
    float: right;
  }
  .environ_features .imagery .team .team-img img {
    width: 100%;
  }
  /*===  第三段左 ===*/
  .environ_Publicity .adversol {
    margin-left: 0;
  }
  .environ_Publicity .adversol .narrate p {
    line-height: 1.76;
  }
  /*===  第三段右 ===*/
  .environ_Publicity .imagery {
    margin-right: 0;
  }
  .environ_Publicity .imagery .team-single {
    margin-right: -50px;
  }
  /*=========== 內頁-醫療團隊 ===========*/
  /*== 茅點 ==*/
  #doctor1 {
    top: 50px;
  }
  #doctor2 {
    top: 700px;
  }
  #doctor3 {
    top: 1400px;
  }
  /*=========== 療程項目 ===========*/
  /*== 茅點 ==*/
  #trlibox01 {
    top: -100px;
  }
  #trlibox02 {
    top: 340px;
  }
  #trlibox03 {
    top: 900px;
  }
  #trlibox04 {
    top: 1500px;
  }
  #trlibox05 {
    top: 2100px;
  }
  #trlibox06 {
    top: 2700px;
  }
  .treatment .wrapper .trlibox {
    padding: 0 60px 0 55px;
  }
  .treatment .container-fluid::before {
    width: 88%;
    top: 100px;
  }
  /*== BANNER ==*/
  .treatment .bawrapp {
    align-items: flex-start;
  }
  .treatment .wrapper::before {
    left: 110px;
  }
  /*== 選單 ==*/
  .treatment .wrapper .treatmus ol {}
  .treatment .banntiexe .section-title {
    gap: 10px;
  }
  .treatment .trlibox .blog-style-01 .blog-img img {
    max-width: 660px;
  }
  .treatment .trlibox .blog-style-01 .treatment-content {
    padding: 40px 50px 25px 50px;
    border-bottom: 1px solid #cccccc7a;
  }
  .treatment .trlibox .blog-style-01 .narrate {
    gap: 40px;
  }
  .treatment .trlibox .blog-style-01 .narrate ul li {
    padding: .15rem 1.5rem;
  }
  /*=========== 醫美專欄(媒體報導) ===========*/
  .reports_page .reports-detail {
    padding: 0 1.5rem;
  }
  /*=========== 醫美專欄(常見問題) ===========*/
  .faq {
    padding: 60px 0 0 0;
  }
  .faq .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .bgtor.bgtor {
    top: 35px;
    left: -8px;
  }
  .faq .slogan {
    padding: 1rem 0;
  }
}
@media only screen and (max-width:1366px) {
  /*** 
====================================================================
    首頁選單
====================================================================
***/
  .offcanvas.show {
    background-position: center 70% !important;
  }
  .header.is-sticky .main-header {
    width: 1366px;
  }
  .offcanvas-end .sidebar-menu .section-title {
    margin: 2rem 0 1rem 0 !important;
  }
  /*** 

  /*** 
====================================================================
    右側開闔
====================================================================
***/
  .offcanvas-body {
    padding: 2rem 3rem !important;
  }
  /*** 
====================================================================
    首頁內容模組
====================================================================
***/
  /*=========== 關於我們 ===========*/
  /*== 茅點==*/
  .in-about #in-about {
    margin-top: -100px;
  }
  /*==== 第一段 ====*/
  /*=== 左列 ===*/
  .in-about .about-left {
    width: 45%;
    padding-right: 2rem;
  }
  .in-about .about-left .about-img .img-03 {
    width: 100%;
    margin-left: -20px;
    float: left;
  }
  .in-about .about-left .about-img .img-01 {
    margin-left: -125px;
    bottom: 100px;
  }
  .in-about .about-left .about-img .img-01 img {
    max-width: 300px;
  }
  .in-about .about-left .narrate {
    width: 100%;
    padding: 0;
    bottom: 32%;
  }
  /*=== 右列 ===*/
  .in-about .right {
    width: 55%;
  }
  .about .about-right {
    padding: 0 0 0 40px;
  }
  .in-about .narrate {
    padding: 20px 0;
  }
  .in-about .right::after {
    bottom: -90px;
    left: -30;
  }
  /*==== 第二段 ====*/
  .in-believe {
    padding-bottom: 50px;
    margin-top: 1rem;
  }
  .in-believe .diagram .about-img {
    margin-right: -80px;
  }
  /*==== 第三段 ====*/
  /*=========== 服務項目及療程項目 ===========*/
  .in-services {
    background-position: right top;
  }
  .features-section {
    padding: 0;
  }
  .in-services .container {}
  .in-services::before {
    width: 84.5%;
  }
  .in-services .slogan {
    margin-right: -20px;
  }
  .in-services .lisbox {
    padding: 10px 0 0 0;
  }
  .in-services .slogan .na span {
    font-size: 44px;
  }
  .in-services .slogan .na {
    font-size: 34px;
  }
  /*=========== 診所資訊 ===========*/
  .in-contact .container {
    padding: 0;
  }
  /*** 
====================================================================
    內頁-各頁內容樣式
====================================================================
***/
  /*=========== 診所資訊(品牌精神) ===========*/
  .spirit_features .adversol h2 {
    margin-left: 260px;
  }
  /*=========== 診所資訊(環境介紹) ===========*/
  .environ_banner span.mint {
    height: 500px;
  }
  /*=== 第一段 ===*/
  .environ_banner .wrapper .narrate {
    min-height: 520px;
  }
  .environ_features .introduce .narrate h3 {
    font-size: 28px;
  }
  .environ_banner .imagery .envi-img img {
    width: 75%;
  }
  .environ_banner .wrapper .narrate .adversol {
    margin: 40px 0 0 150px;
  }
  .environ_banner .wrapper .narrate .adversol h3 {
    margin-bottom: 12%;
  }
  .environ_banner .wrapper .narrate .adversol p {
    padding: 0 10px 0 0;
  }
  /*=== 第二段 ===*/
  .environ_features {
    padding-bottom: 20px;
  }
  .environ_features::before {
    height: 380px;
  }
  .environ_features .container {}
  .environ_features .introduce {
    width: 40%;
  }
  .environ_features .introduce .narrate {
    padding-left: 0;
  }
  .environ_features .imagery {
    width: 60%;
  }
  .environ_features .imagery .team {
    padding: 0;
  }
  /*=== 第三段 ===*/
  .environ_Publicity .container {
    max-width: 1240px;
  }
  .environ_Publicity .team-single .team-single-img {
    padding-left: 2rem;
  }
  .environ_Publicity .imagery .team-single {
    margin-right: -75px;
  }
  /*=========== 醫療團隊 ===========*/
  /*== 錨點 ==*/
  #doctor1 {
    top: 20px;
  }
  #doctor2 {
    top: 650px;
  }
  #doctor3 {
    top: 1300px;
  }
  .medical_team .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .medical_team .wrapper {
    padding: 120px 0 0 0;
  }
  /*=== 醫生選單 ===*/
  .medical_team span.arteditor {
    font-size: 80px;
  }
  .medical_team .adversol .maktit {
    width: 30%;
  }
  .medical_team .adversol .litesa {
    width: 70%;
  }
  .medical_team .teamdoctor .feature-content {
    margin-left: -280px;
    margin-top: -40px;
  }
  /*=== 醫生介紹內容 ===*/
  .medical_team .wrapper .teamdoctor .feature-box {}
  .medical_team .wrapper .teamdoctor .feature-img {
    margin-left: 2rem;
  }
  .medical_team .wrapper .teamdoctor.doctor2 .feature-img {
    margin-left: 0;
    margin-right: 2rem;
    margin-top: -120px;
  }
  .medical_team .wrapper .teamdoctor .feature-img img {
    min-height: 480px;
  }
  .medical_team .teamdoctor .feature-narra {
    max-width: 400px;
    margin: 0 50px 0 0;
  }
  .medical_team .wrapper .teamdoctor.doctor2 .feature-content {
    max-width: 370px;
  }
  .medical_team .wrapper .teamdoctor.doctor2::before {
    bottom: 95px;
    height: 320px;
  }
  .medical_team .wrapper .teamdoctor.doctor3 {
    max-height: 780px;
  }
  .medical_team .wrapper .teamdoctor.doctor3::before {
    height: 82%;
  }
  .medical_team .wrapper .teamdoctor.doctor3 .feature-narra {
    margin: -75px 50px 0 0;
  }
  /*=========== 醫療項目 ===========*/
  /*==== 項目選單 ====*/
  .treatment .wrapper .treatmus ol {
    padding-left: 8%;
  }
  .treatment .wrapper .treatmus ol li a {
    margin: 0 1rem;
  }
  /*== 茅點 ==*/
  #trlibox03 {
    top: 900px;
  }
  #trlibox04 {
    top: 1500px;
  }
  #trlibox05 {
    top: 2000px;
  }
  #trlibox06 {
    top: 2600px;
  }
  .linmt span.lin {
    width: 80%;
  }
  .treatment .wrapper .trlibox {
    padding: 0 30px 0 55px;
  }
  .treatment .trlibox .blog-style-01 .treatment-tite .blog-info h3, .treatment .trlibox .blog-style-01 .treatment-tite .blog-info span {
    font-size: 30px;
  }
  .treatment .trlibox .blog-style-01 .treatment-content p {
    font-size: 18px;
  }
  /*大項目內容-小項目*/
  .treatment .trlibox .blog-style-01 .narrate ul li {
    font-size: 18px;
  }
  /*=========== 美麗分享 ===========*/
  .cases_banner .cas_left {
    width: 62%;
  }
  .cases_banner .cas_right {
    width: 38%;
    display: flex;
    justify-content: flex-end;
  }
  .cases_banner .cas_left .calis_pic ul {
    max-width: 100%;
  }
  .cases_banner .cas_left .calis_pic ul li {
    flex: 0 0 15.4%;
  }
  .cases_features .wrapper {
    padding: 0;
  }
}
@media only screen and (max-width:1280px) {
  /*** 
====================================================================
    首頁選單
====================================================================
***/
  .header.is-sticky .main-header {
    width: 1280px;
    padding: 20px;
  }
  /*=== TOP選單 ===*/
  .indexhome .header.is-sticky .navbar .add-listing a, .add-listing a.lins {
    padding: 10px 5px;
  }
  /*** 
====================================================================
    首頁內容模組
====================================================================
***/
  /*=========== 關於我們 ===========*/
  .in-about .about-left .about-img .img-03 {
    margin-left: 0;
  }
  .in-about .about-left .about-img .img-01 {
    bottom: 90px;
    margin-left: -50px;
  }
  .in-about .about-left .narrate {
    bottom: 26%;
    text-align: center;
  }
  .in-about .about-left .narrate h3 {
    margin-bottom: 10px;
  }
  .in-believe {
    margin-top: 0;
  }
  /*=========== 服務項目及療程項目 ===========*/
  .in-services .slogan {
    margin-right: 0;
  }
  /*** 
====================================================================
    內頁-各頁內容樣式
====================================================================
***/
  /*=========== 診所資訊(品牌精神) ===========*/
  .spirit_features .adversol h2 {
    margin-left: 220px;
  }
  .spirit_features .introduce {
    padding: 40px 0 0 130px;
  }
  /*=========== 診所資訊(環境介紹) ===========*/
  .environ_banner .wrapper .narrate .adversol {
    margin: 30px 0 0 30px;
    background: #ffffff75;
    padding: 2rem 1rem 1rem 2.5rem;
    max-width: 560px;
  }
  .environ_banner .wrapper .narrate .adversol h3 {
    margin-bottom: 1.8rem;
  }
  .environ_banner .wrapper .narrate .adversol p {
    margin-bottom: 1.6rem;
  }
  .environ_features .introduce {
    padding-right: 0;
  }
  /*=== 第二段 ===*/
  .environ_features::before {
    bottom: 35px;
    height: 350px;
  }
  .environ_features .introduce .narrate {
    padding-left: 15px;
  }
  /*=== 第三段 ===*/
  .environ_Publicity .imagery .team-single {
    margin-right: 0;
  }
  .environ_Publicity .adversol {
    padding: 0 0 0 25px;
  }
  .environ_Publicity .adversol .multipleimg .slideshow {
    margin-bottom: 10px;
  }
  .environ_Publicity .adversol .narrate p {
    font-size: 18px;
    line-height: 1.6;
  }
  /*=========== 醫療項目 ===========*/
  /*== 錨點==*/
  #trlibox04 {
    top: 1400px;
  }
  #trlibox06 {
    top: 2500px;
  }
  .treatment .banntiexe .section-title h2.title {
    font-size: 50px;
  }
  .treatment .banntiexe .section-title .sub-title {
    font-size: 18px;
  }
  .treatment .wrapper .treatmus ol {
    padding-left: 5%;
  }
  /*== 項目圖 ==*/
  .treatment .trlibox .blog-style-01 .blog-img img {
    max-width: 600px;
  }
  /*== 介紹文 ==*/
  .treatment .trlibox .blog-style-01 .treatment-content {
    padding: 30px 45px 25px 40px;
    gap: 20px;
  }
  .treatment .trlibox .blog-style-01 .treatment-content .twsx img, .treatment .trlibox .blog-style-01 .narrate .iconim img {
    max-width: 110px;
  }
  .treatment .trlibox .blog-style-01 .treatment-content .twsx p span {
    font-size: 22px;
  }
  .treatment .trlibox .blog-style-01 .narrate.onse ol li {
    font-size: 34px;
  }
  /*=========== 醫療項目 ===========*/
  .faq .imagery {
    padding-right: 0;
  }
  .faq .slogan {
    padding: 1rem .25rem
  }
  /*=========== 美麗專欄(媒體報導) ===========*/
  .reports_banner h2::before {
    left: -1rem;
  }
  .reports_banner h2::after {
    right: 0rem;
  }
  /*=========== 美麗專欄(常見問題) ===========*/
  .faq .wrapper {
    padding: 0;
    padding-bottom: 40px;
  }
  .bgtor.bgtor {
    top: 55px;
    left: -10px;
    height: 35%;
  }
  .faq .slogan p {
    font-size: 18px;
  }
  /*=========== 美麗分享 ===========*/
  .cases_banner .cas_left .calis_pic ul li {
    flex: 0 0 15.2%;
  }
}
@media only screen and (max-width:1180px) {
  /*** 
====================================================================
    首頁選單
====================================================================
***/
  .header.is-sticky .main-header {
    width: 1180px;
    padding: 15px;
  }
  .indexhome .header .navbar-collapse {
    top: 115px;
    right: 40px;
  }
  .indexhome .header.is-sticky .navbar .navbar-nav .nav-link, .header .navbar .navbar-nav .nav-link {
    padding: 20px 5px 5px 0;
  }
  /*=== TOP選單 ===*/
  .indexhome .header.is-sticky .navbar .add-listing a, .add-listing a.lins {}
  /*** 
====================================================================
    Banner Section(新首頁banner)
====================================================================
***/
  .banner-section .owl-theme .owl-nav {
    margin-top: 100px;
  }
  /*** 
====================================================================
    首頁內容模組
====================================================================
***/
  /*=========== 首頁-致然雅暮 ===========*/
  /*== 錨點 ==*/
  .in-about #in-about {}
  .in-about .right, .in-about .about-left {
    width: 100%;
  }
  /*== 右邊改成(1) ==*/
  .in-about .right {
    order: 1;
  }
  .about .about-right {
    padding: 0;
    margin: 0;
  }
  .in-about .section-title {
    width: 40%;
    margin: 0 0 1rem 0;
  }
  .in-about .section-title .alti {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    z-index: 1;
    gap: 8px;
  }
  .in-about .section-title .sub-title {
    margin: 0;
    line-height: 1;
    font-weight: 400;
    padding: 0;
  }
  .in-about .section-title h2.title {
    padding: 0;
    margin: 0;
  }
  .in-about .section-title .alti:before {
    width: 105%;
    top: initial;
    bottom: -10px;
    left: -.5rem;
  }
  .in-about .section-title .eng-title {
    margin: 0 0 -15px .5rem;
  }
  .in-about .narrate {
    position: relative;
    z-index: 1;
    width: 35%;
    padding: 30px 0 0 5px;
  }
  .in-about .narrate p {
    line-height: 1.8;
  }
  .in-about .about-right .about-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
  }
  /*== 左邊改成(2) ==*/
  .in-about .about-left {
    order: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    position: relative;
    padding: 1.5rem 0 0 0;
    margin: 0;
    background-position: 100% top;
  }
  .in-about .about-left .narrate {
    order: 1;
    padding: 0;
    bottom: initial;
    text-align: right;
    display: flex;
    align-items: flex-end;
    margin: 6rem 0 0 0;
  }
  .in-about .about-left .narrate .roes {
    width: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .in-about .about-left .narrate h3, .in-about .about-left .narrate p {
    width: auto;
    display: inline-block;
  }
  .in-about .about-left .about-img {
    position: relative;
    min-height: 710px;
    order: 2;
  }
  .in-about .about-left .about-img .img-03 {
    width: 75%;
    margin: 50px -40px 0 0;
    float: initial;
    position: absolute;
    right: 0;
    top: 0;
  }
  .in-about .about-left .about-img .img-01 {
    width: 45%;
    margin: 0;
    position: absolute;
    left: 1rem;
    top: -90px;
    height: 100%;
  }
  .in-about .about-left .about-img .img-01 img {
    max-width: 380px;
    width: 100%;
  }
  /*花朵底示意圖*/
  .in-about .right::before {
    right: initial;
    left: 50%;
    margin-left: -340px;
    top: 200px;
  }
  .in-about .right::after {
    bottom: -800px;
  }
  .in-about .about-left .about-img {
    position: relative;
    min-height: 580px;
    order: 2;
  }
  /*=========== 首頁-服務項目及療程項目 ===========*/
  .in-services {
    background-position: right top;
    background-size: auto 100%;
  }
  .in-services::before {
    width: 81%;
    top: 10%;
    height: 90%;
  }
  .features-section {
    padding: 50px 1rem 0 1rem;
    width: 80%;
  }
  .in-services .section-title {
    margin: 0 0 25px .5rem;
  }
  .in-services .lisbox {
    padding: 20px 0 0 0;
  }
  .in-services .lisbox .feature-box {
    flex: 0 0 48%;
    margin: .6rem 1% !important;
  }
  .in-services .slogan {
    position: absolute;
    right: 20px;
    top: 100px;
  }
  /*** 
====================================================================
    內頁-各頁內容樣式
====================================================================
***/
  /*=========== 內頁-關於我們(品牌精神) ===========*/
  .spirit_features {
    padding-bottom: 40px;
  }
  /*=========== 內頁-關於我們(環境介紹) ===========*/
  .environ_features {
    padding-bottom: 40px;
  }
  .environ_features::before {
    bottom: 45px;
  }
  .environ_features .introduce .narrate {
    padding: 0;
  }
  .environ_features .introduce {
    padding-left: 0;
  }
  .environ_features .imagery {
    padding-right: 0;
  }
  .environ_features .imagery .team .team-img img {
    width: 100%;
  }
  /*=== 第三段 ===*/
  .environ_Publicity .container {
    max-width: 1140px
  }
  .environ_Publicity .adversol {
    width: 46%;
  }
  .environ_Publicity .imagery {
    width: 54%;
  }
  .environ_Publicity .adversol .narrate h4 {
    font-size: 21px;
  }
  /*=========== 內頁-醫療團隊 ===========*/
  /*錨點*/
  #doctor3 {
    top: 1250px;
  }
  .medical_team .wrapper {
    padding: 100px 0 0 0;
  }
  .medical_team .wrapper .teamdoctor.doctor1::before, .medical_team .wrapper .teamdoctor.doctor1::after {
    height: 180px;
  }
  .medical_team .wrapper .teamdoctor {
    max-height: 640px;
  }
  .medical_team .wrapper .teamdoctor.doctor2::before {
    bottom: 120px;
  }
  .medical_team .wrapper .teamdoctor.doctor3::before {
    height: 84%;
  }
  /*== 醫師照片 ==*/
  .medical_team .wrapper .teamdoctor .feature-img {
    margin-left: 1rem;
    margin-top: -140px;
  }
  .medical_team .wrapper .teamdoctor .feature-img img {
    max-width: 360px;
    min-height: initial;
    height: auto;
  }
  .medical_team .wrapper .teamdoctor.doctor2 .feature-img {
    margin-top: -50px;
  }
  .medical_team .wrapper .teamdoctor.doctor3 .feature-img {
    margin-top: -180px;
  }
  .medical_team .teamdoctor .feature-content::before {
    margin-left: -15px;
  }
  /*== 醫師介紹 ==*/
  .medical_team .teamdoctor .feature-content {
    margin-top: -50px;
    margin-left: -270px;
  }
  .medical_team .wrapper .teamdoctor.doctor2 .feature-content {
    max-width: 300px;
    padding: 0 20px 0 0;
    text-align: left;
  }
  /*== 醫師經歷 ==*/
  .medical_team .teamdoctor .feature-narra {
    margin: 0 25px 0 0;
  }
  .medical_team .wrapper .teamdoctor.doctor3 .feature-narra {
    margin: -80px 25px 0 0;
  }
  /*=========== 內頁-療程項目 ===========*/
  /*錨點*/
  #trlibox03 {
    top: 800px;
  }
  #trlibox05 {
    top: 1900px;
  }
  /*== 內項目選單 ==*/
  .treatment .wrapper .treatmus {
    margin: 10px 0 40px 0;
  }
  .treatment .wrapper .treatmus ol li a {
    margin: 0 5px;
  }
  .treatment .trlibox .blog-style-01 .treatment-content {
    padding: 30px 35px 25px 30px;
  }
  /*標題*/
  .treatment .trlibox .blog-style-01 .treatment-tite .blog-badge span {
    font-size: 44px;
    width: 80px;
    height: 80px;
    line-height: 1.4;
  }
  .treatment .trlibox .blog-style-01 .treatment-tite .blog-info {
    gap: 10px;
  }
  .treatment .trlibox .blog-style-01 .treatment-tite .blog-info span {
    font-size: 26px;
    padding: 0 0 0 10px;
  }
  /*內容*/
  .treatment .trlibox .blog-style-01 .narrate ul li {
    padding: .15rem 1.2rem;
  }
  .treatment .trlibox .blog-style-01 .narrate.onse {
    margin-top: -1rem;
  }
  /*=========== 內頁-醫美專欄(媒體報導) ===========*/
  .media-reports .blog-style-01 .blog-img .blog-info h3 {
    font-size: 22px;
    font-weight: 500;
  }
  .reports_page .reports-post .reports-image h5 {
    text-align: left;
  }
  /*=========== 內頁-常見問題 ===========*/
  /*=========== 內頁-美麗分享 ===========*/
  .cases_banner .cas_left {
    width: 60%;
  }
  .cases_banner .cas_right {
    width: 40%;
  }
  .cases_features .csa-content {
    padding: 1rem;
  }
}
@media only screen and (max-width:1024px) {
  /*** 
====================================================================
    頁頭-主選單+TOP選單+LOGO
====================================================================
***/
  .header.is-sticky .main-header {
    width: 1024px;
  }
  .header .main-header {
    padding: 15px;
  }
  /*LOGO*/
  .header .navbar-brand img, .header.is-sticky .navbar .navbar-brand img {
    height: 70px;
  }
  /*主選單*/
  .indexhome .header.is-sticky .navbar .navbar-nav .nav-link, .header .navbar .navbar-nav > li .nav-link {
    font-size: 18px;
  }
  .indexhome .header.is-sticky .navbar .navbar-nav > li {
    margin-right: 25px;
    font-weight: 600;
  }
  /*TOP選單*/
  .add-listing {
    margin-left: 10px;
  }
  .header .navbar .navbar-nav > li {
    margin-right: 20px;
  }
  .indexhome .header.is-sticky .navbar .add-listing {
    margin-left: 10px;
  }
  .header.is-sticky .navbar .add-listing a.sticky {
    display: flex;
    width: 30%;
    margin-right: -50px;
  }
  .header.is-sticky .navbar .add-listing a, .add-listing a.lins {
    padding: 10px 5px;
  }
  .header .navbar .add-listing .menu-btn {
    width: 25%;
    margin-right: -40px;
  }
  .header.is-sticky .navbar .add-listing .menu-btn {
    width: 30%;
    margin-right: -50px;
  }
  /*** 
====================================================================
    Banner Section(首頁banner)
====================================================================
***/
  .banner-carousel .content-box h1 {
    font-size: 54px;
  }
  .banner-carousel .content-box .text {
    font-size: 30px;
  }
  /*** 
====================================================================
    首頁內容模組
====================================================================
***/
  /*=========== 其他共用 ===========*/
  .space-ptb {
    padding: 40px 0;
  }
  /*=========== 首頁-致然雅暮 ===========*/
  /*==== 第一段 ====*/
  /*== 視覺花 ==*/
  .in-about .right::before {
    top: 150px;
    background-size: 100% auto;
  }
  .in-about .right::after {
    bottom: -740px;
  }
  /*=== 文字===*/
  .in-about .section-title .sub-title {
    font-size: 34px;
  }
  .in-about .section-title, .in-about .narrate {
    width: 45%;
  }
  .in-about .section-title h2.title {
    font-size: 48px;
  }
  .in-about .section-title .eng-title {
    font-size: 20px;
  }
  .in-about .narrate p {
    font-size: 22px;
  }
  /*=== 圖片===*/
  .in-about .about-right .about-img {
    width: 55%;
    margin-right: -2rem;
  }
  .in-about .about-right .about-img img {
    width: 100%;
  }
  /*==== 第二段 ====*/
  .in-about .about-left {
    padding: 0;
  }
  .in-about .about-left .about-img {
    min-height: 500px;
  }
  .in-believe .diagram .about-img {
    margin-right: -180px;
  }
  /*==== 第三段 ====*/
  .in-believe .beliconn {
    padding: 0;
  }
  .in-believe .diagram .tilabel {
    left: -25px;
  }
  /*** 
====================================================================
    內頁-各頁內容樣式
====================================================================
***/
  /*=========== 內頁-關於我們(品牌精神) ===========*/
  /*==== 第一段 ====*/
  /*== 英文標題 ==*/
  .spirit_banner .introduce .arteditor {
    left: -10px;
    top: 30px;
  }
  .spirit_banner .introduce .arteditor span {
    font-size: 70px;
  }
  /*== 文字 ==*/
  .spirit_banner .introduce {
    padding: 140px 0 220px 0;
  }
  .spirit_banner .introduce .section-title {
    padding-left: 0;
  }
  .spirit_banner .introduce .narrate {
    padding: 0;
  }
  .spirit_banner .introduce .narrate h3 {
    font-size: 26px;
  }
  .spirit_banner .introduce .narrate p {
    line-height: 1.6;
  }
  /*==== 第二段 ====*/
  .spirit_features .imagery .slogan {
    margin-left: 50px;
  }
  .spirit_features .introduce {
    padding: 30px 0 0 90px;
  }
  .spirit_features .introduce .feature-box .lisste {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: .5rem 1rem;
  }
  .spirit_features .introduce .feature-box {
    margin-bottom: 1.5rem;
  }
  .spirit_features .introduce .feature-box .title {
    position: absolute;
  }
  .spirit_features .introduce .feature-box::before {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -40px;
  }
  .spirit_features .introduce .feature-box .feature-content p {
    padding: 0 2rem;
    text-align: center;
    margin: .5rem 0 0 0;
  }
  /*==== 第三段 ====*/
  .spirit_Publicity {
    background-size: auto 300px;
  }
  .spirit_Publicity .adversol {
    max-width: 700px;
    padding: 1.5rem 3rem;
  }
  .spirit_Publicity .adversol .section-title h2.title {
    font-size: 26px;
    margin-bottom: 1rem;
    padding: 1.2rem 1rem;
  }
  .spirit_Publicity .adversol .section-title p {
    font-size: 20px;
    line-height: 1.6;
  }
  /*==== 第四段 ====*/
  .spirit_Promote {
    background-position: left center;
    background-size: 100% auto;
    background-color: #f0f0f0;
  }
  .spirit_Promote .wrapper {
    min-height: 440px;
  }
  .spirit_Promote .slogan {
    padding: 25px 0;
  }
  .spirit_Promote .Promote-title p {
    font-size: 20px;
    line-height: 1.6;
  }
  /*=========== 內頁-關於我們(環境介紹) ===========*/
  .environ_banner span.mint {
    width: 80px;
  }
  .environ_banner .wrapper .section-title {
    padding: 0;
  }
  .environ_banner .wrapper .section-title span.sub-title {
    font-size: 50px;
  }
  /*=== 第一段 ===*/
  /*== 形象塊面==*/
  .environ_banner span.block_surface2 {
    top: 180px;
    left: 100px;
  }
  .environ_banner span.block_surface3 {
    left: 200px;
  }
  /*== 文 ==*/
  .environ_banner .wrapper .narrate .adversol {
    margin: 50px 0 0 -80px;
    background: #ffffffbd;
    padding: 1.8rem 1rem .25rem 2rem;
    max-width: 500px;
  }
  .environ_banner .wrapper .narrate .adversol h3 {
    font-size: 26px;
  }
  .environ_banner .wrapper .narrate .adversol p {
    font-size: 18px;
    line-height: 1.6;
  }
  .environ_banner .imagery .riban .slogan h3 {
    padding: 0 0 0 160px;
    line-height: 1.25;
  }
  /*=== 第二段 ===*/
  .environ_features::before {
    height: 295px;
  }
  .environ_features .introduce .narrate p {
    font-size: 18px;
    line-height: 1.7;
  }
  /*=== 第三段 ===*/
  .environ_Publicity .adversol {
    width: 51%;
  }
  .environ_Publicity .adversol .multipleimg .slideshow {
    max-width: 340px;
    margin: 0 0 0 2.2rem;
  }
  .environ_Publicity .team-single .slogan h3 {
    font-size: 26px;
  }
  .environ_Publicity .imagery {
    width: 49%;
  }
  .environ_Publicity .team-single .team-single-img {
    padding-left: 0;
  }
  /*=========== 內頁-醫療團隊 ===========*/
  .medical_team {
    padding-bottom: 0;
  }
  .medical_team .wrapper {
    padding: 80px 0 0 0;
  }
  .medical_team .adversol::before {
    left: 22%;
    width: 30%;
  }
  .medical_team span.arteditor {
    font-size: 60px;
    left: initial;
    right: 0;
    top: 2rem;
  }
  .medical_team .adversol {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 25px;
  }
  .medical_team .adversol .maktit .section-title {
    margin: 0;
  }
  .medical_team .adversol .maktit {
    padding-left: 0;
  }
  .medical_team .adversol .litesa {
    width: 100%;
    padding: 0;
  }
  .medical_team .adversol .teamlist {
    margin: 0;
  }
  .medical_team .wrapper .teamdoctor {
    max-height: 480px;
    padding: 120px 0;
    margin-bottom: 3rem;
  }
  .medical_team .wrapper .teamdoctor.doctor2::before {
    bottom: 80px;
    height: 360px;
  }
  .medical_team .wrapper .teamdoctor.doctor3 {
    max-height: 600px;
    margin-bottom: 0;
  }
  .medical_team .wrapper .teamdoctor.doctor1::before, .medical_team .wrapper .teamdoctor.doctor1::after {
    height: 80px;
  }
  /*=== 醫生圖片 ===*/
  .medical_team .wrapper .teamdoctor .feature-box {}
  .medical_team .wrapper .teamdoctor .feature-img {
    margin-top: 60px;
  }
  .medical_team .wrapper .teamdoctor .feature-img img {
    width: 240px;
  }
  .medical_team .wrapper .teamdoctor.doctor2 .feature-img {
    margin: 0;
  }
  .medical_team .wrapper .teamdoctor.doctor3 .feature-img {
    margin-top: 60px;
  }
  /*== 醫生介紹 ==*/
  .medical_team .teamdoctor .feature-content {
    max-width: 450px;
    margin-top: -30px;
    margin-left: -160px;
    margin-right: 2rem;
    align-items: center;
    padding-left: 180px;
    height: 480px;
  }
  .medical_team .teamdoctor .feature-content .titman h3 {
    font-size: 42px;
  }
  .medical_team .teamdoctor .feature-content::before {
    margin-left: -45px;
    top: 60px;
  }
  .medical_team .wrapper .teamdoctor.doctor2 .feature-content {
    margin-top: -30px;
    height: 390px;
  }
  .medical_team .wrapper .teamdoctor.doctor3 .feature-content {
    height: 440px;
    margin-top: -50px;
  }
  /*== 經歷 ==*/
  .medical_team .teamdoctor .feature-narra {
    margin: 0;
  }
  .medical_team .wrapper .teamdoctor.doctor2 .feature-narra {
    margin: 0 auto;
    padding: 0px 0 0 0;
  }
  .medical_team .teamdoctor .feature-narra .ttboti {
    width: 100px;
    height: 100px;
  }
  .medical_team .teamdoctor .feature-narra .ttboti h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
  }
  .medical_team .teamdoctor .feature-narra .ttboti span {
    font-size: 14px;
  }
  .medical_team .teamdoctor .feature-narra .doclist ul li {
    font-size: 18px;
  }
  .medical_team .wrapper .teamdoctor.doctor2 .feature-narra .doclist ul {
    margin-top: 1.5rem;
  }
  .medical_team .wrapper .teamdoctor.doctor2 .feature-narra .ttboti {
    margin-bottom: 0;
  }
  .medical_team .wrapper .teamdoctor.doctor3 .feature-narra {
    margin: -40px 25px 0 0;
  }
  /*=========== 內頁-醫療項目 ===========*/
  .treatment .container-fluid::before {
    width: 92%;
  }
  .treatment .bawrapp {
    padding: 1rem 0 0 0;
  }
  .treatment .banntiexe {
    width: 20%;
  }
  .treatment .imagery {
    width: 80%;
  }
  .treatment .banntiexe .section-title h2.title {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .treatment .wrapper::before {
    height: 80px;
  }
  .treatment .container-fluid .troradius {
    display: none;
  }
  .treatment .container-fluid::after {
    font-size: 200px;
    top: 10%;
  }
  /*=== 內選單 ===*/
  .treatment .wrapper .treatmus {
    margin: 20px 0 50px 0;
  }
  .treatment .wrapper .treatmus ol {
    padding-left: 15%;
    gap: 10px;
  }
  .treatment .wrapper .treatmus ol li .mun {
    font-size: 36px;
  }
  .treatment .wrapper .treatmus ol li .mun::before {
    width: 50px;
    height: 45px;
    top: 5px;
  }
  .treatment .wrapper .treatmus ol li .mun::after {
    width: 51px;
    height: 46px;
    top: 5px;
  }
  .treatment .wrapper .treatmus ol li .tritem {
    font-size: 18px;
  }
  /*=== 項目介紹 ===*/
  /*== 錨點 ==*/
  #trlibox01 {
    top: 100px;
  }
  #trlibox02 {
    top: 720px;
  }
  #trlibox03 {
    top: 1510px;
  }
  #trlibox04 {
    top: 2300px;
  }
  #trlibox05 {
    top: 3100px;
  }
  #trlibox06 {
    top: 3910px;
  }
  .treatment .wrapper .trlibox {
    margin-bottom: 2rem;
  }
  .treatment .trlibox .blog-style-01 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .treatment .trlibox .blog-style-01 .blog-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 0 0;
  }
  .treatment .trlibox .blog-style-01 .introduce {
    width: 100%;
    position: initial;
  }
  .treatment .trlibox .blog-style-01 .treatment-tite {
    margin: 0;
    position: absolute;
    top: 0;
    background: #ddbeb933;
    width: 100%;
    display: flex;
    align-items: center;
    -webkit-border-top-left-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .treatment .trlibox .blog-style-01 .treatment-content {
    width: 100%;
    max-width: 100%;
    margin: -80px 0 0 0;
    background: rgb(255 255 255 / 80%);
    padding: 30px 45px 25px 40px;
  }
  .linmt span.lin {
    width: 70%;
  }
  /*=========== 美麗專欄(媒體報導) ===========*/
  .reports_banner .container .col-lg-7 {
    width: 80%;
  }
  /*=========== 美麗分享 ===========*/
  .cases_banner .cas_left .cas-title h3 {
    font-size: 40px;
  }
  .cases_banner .cas_right .imagery img {
    width: 100%;
  }
  .cases_banner .cas_right .slogan {
    margin-top: -52px;
    gap: 10px;
  }
  .cases_banner .cas_right .slogan h2 {
    font-size: 34px;
  }
  .cases_banner .cas_right .slogan h2 span.en {
    font-size: 40px;
  }
  .cases_banner .cas_left .calis_pic {
    padding: 1rem 0 0 0;
  }
  .cases_banner .cas_left .calis_pic ul li {
    flex: 0 0 14.5%;
  }
  .cases_features .csa-content {
    padding: 1rem .5rem;
  }
  .cases_features .csa-content .csa-details .cas-post-title h4 {
    font-size: 19px;
    line-height: 1.4;
  }
  .cases_features .introduce .imagery .canvas .cas-type span {
    padding: .25rem 1.2rem;
    font-size: 16px;
  }
  .cases_features .csa-content .csa-details .narrate p {
    line-height: 1.6;
  }
}
@media only screen and (max-width:991px) {
  /*** 
====================================================================
    主選單+LOGO+TOP選單
====================================================================
***/
  /*== LOGO ==*/
  .header .navbar-brand {
    flex: initial;
  }
  .indexhome .header .navbar-brand img {
    height: 300px;
  }
  .header.is-sticky .navbar .navbar-brand {
    height: 60px;
  }
  .header .navbar-brand img, .header.is-sticky .navbar .navbar-brand img {
    height: 60px;
  }
  /*== 選單 ==*/
  .header .navbar-collapse, .header.is-sticky .navbar-collapse, .indexhome .header .navbar-collapse, .indexhome .header.is-sticky .navbar-collapse {
    position: absolute;
    top: 100px;
    z-index: 999;
    width: 100%;
    left: 0;
    margin-left: 0px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .indexhome .header .navbar-collapse {
    background: #ffffffdb;
  }
  .header .navbar-collapse, .indexhome .header.is-sticky .navbar-collapse {
    background: #c57b6fdb;
  }
  .header.is-sticky .navbar .navbar-nav, .indexhome .header.is-sticky .navbar .navbar-nav, .header .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: initial;
  }
  .header .navbar .navbar-nav > li {
    width: 100%;
    padding-bottom: .5rem;
    border-bottom: 2px #ffffff2b dashed;
  }
  .indexhome .header .navbar .navbar-nav > li {
    border-bottom: 2px #7e67672b dashed;
  }
  .indexhome .header.is-sticky .navbar .navbar-nav > li {
    border-bottom: 2px #ffffff2b dashed;
  }
  .indexhome .header .navbar .navbar-nav .nav-link, .header .navbar .navbar-nav li .nav-link {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 10px 30px !important;
  }
  .header.is-sticky .navbar .navbar-nav li .nav-link, .header .navbar .navbar-nav li .nav-link {
    color: #fff;
  }
  .header.is-sticky .navbar .navbar-nav li .nav-link:hover, .header .navbar .navbar-nav li .nav-link:hover {
    color: #ffdede;
  }
  .indexhome .header .navbar .navbar-nav .nav-link {
    color: #515149;
  }
  .indexhome .header .navbar .navbar-nav .nav-link:hover {
    color: #cb7069;
  }
  .indexhome .header.is-sticky .navbar .navbar-nav li .nav-link {
    color: #fff;
  }
  .indexhome .header.is-sticky .navbar .navbar-nav li .nav-link:hover {
    color: #ffdede;
  }
  .header .navbar .navbar-nav .nav-link i {
    position: absolute;
    right: 20px;
    font-size: 22px;
  }
  .indexhome .header .navbar .navbar-nav .nav-link i {
    color: #9a9a9a;
    display: block;
  }
  .indexhome .header.is-sticky .navbar .navbar-nav .nav-link i {
    color: #fff;
  }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    padding: 14px 30px;
  }
  .header .navbar .navbar-toggler {
    position: absolute;
    top: 2rem;
    right: 20.27px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #a9a9a9;
    padding: 10px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .indexhome .header .navbar .navbar-toggler {
    color: #fff;
    top: 1.4rem;
  }
  .indexhome .header.is-sticky .navbar .navbar-toggler {
    color: #a9a9a9;
    top: 2rem;
  }
  .header .navbar .navbar-toggler i {
    font-size: 30px;
  }
  .navbar .dropdown > .dropdown-menu, .indexhome .header .navbar .dropdown-menu {
    padding: 1rem 2.5rem;
    width: 100%;
    background: #583b3b3b;
  }
  .indexhome .header .navbar .dropdown-menu {
    background: #6868681c;
  }
  .indexhome .header.is-sticky .navbar .dropdown-menu {
    background: #583b3b3b;
  }
  .navbar .dropdown > .dropdown-menu li > a, .indexhome .navbar .dropdown > .dropdown-menu li > a {
    font-size: 18px;
    color: #fff !important;
  }
  .indexhome .header .navbar .dropdown > .dropdown-menu li > a {
    color: #666 !important;
  }
  .indexhome .header.is-sticky .navbar .dropdown > .dropdown-menu li > a {
    color: #fff !important;
  }
  /*=========== 滾動後選單 ===========*/
  .header.is-sticky .main-header {
    width: 820px;
    width: 100%;
  }
  .header.is-sticky .navbar .add-listing a.sticky {
    display: none !important;
  }
  /*=== TOP選單 ===*/
  .header.is-sticky .navbar .add-listing, .indexhome .header.is-sticky .navbar .add-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar .add-listing {
    padding-right: 40px;
  }
  .indexhome .header .navbar .add-listing a {
    color: #fff;
    padding: 0 10px;
  }
  .header .navbar .add-listing .menu-btn {
    display: none;
  }
  .header.header-transparent .navbar .navbar-nav > li.logo-center {
    display: none;
  }
  .header.header-transparent .main-header .menu-btn {
    display: none;
  }
  /*電腦開闔選單RWD隱藏*/
  .offcanvas-end {
    display: none;
  }
  /*** 
====================================================================
    Banner Section(新首頁banner)
====================================================================
***/
  /*~~~~ RWD打開*/
  #barwd {
    display: block !important;
  }

  .banner-carousel .slide-item .image-layer {
    background-size: 100% 100% !important;
  }
  .banner-carousel .auto-container {}
  .banner-carousel .content-box {
    height: 1180px;
  }
  .owl-carousel.owl-drag .owl-item {}
  .image-layer {
    width: 100%;
  }

  .banner-carousel .auto-container{}
  .banner-carousel .slide-item .image-layer{
    background-size: 100% auto!important;
    background-position: center top;
  }


  /*~~~~ 電腦版隱藏*/
  #bapc {
    display: none !important;
  }

  /*~~~~ 手機版隱藏*/
  #baiph {
    display: none !important;
  }


  /**====== 線上預約 ======**/
  .oder {
    display: block;
  }
  .indexhome .oder {
    top: 40%;
  }
  /*** 
====================================================================
    首頁內容模組
====================================================================
***/
  .container {
    padding: 0 2rem;
  }
  /*=========== 首頁-致然雅暮 ===========*/
  /*錨點*/
  .in-about #in-about {
    margin-top: -80px;
    color: #ffffff00;
  }
  /*==== 第一段 ====*/
  .in-about .section-title, .in-about .narrate {
    width: 47%;
  }
  .in-about .section-title h2.title {
    font-size: 44px;
  }
  .in-about .narrate p {
    margin: 0;
  }
  /*== 右邊 ==*/
  .in-about .right::before {
    margin-left: -260px;
  }
  .in-about .about-right .about-img {
    margin: 0;
    top: 4rem;
    width: 53%;
    right: 0;
  }
  .in-about .right::after {
    bottom: -660px;
    background-size: auto 200px;
  }
  .in-about .about-left .about-img .img-03 img {}
  /*== 左邊 ==*/
  .in-about .about-left {}
  .in-about .about-left .about-img {
    min-height: 400px;
  }
  .in-about .about-left .about-img .img-03 {
    margin-right: 0;
    right: 0;
  }
  .in-about .about-left .narrate {
    order: 1;
    padding: 0;
    bottom: initial;
    text-align: right;
    display: flex;
    align-items: flex-end;
    margin: 5rem 0 0 0;
  }
  .in-about .about-left .narrate .roes {
    padding-left: 1rem;
  }
  .in-about .about-left .narrate h3 {
    font-size: 28px;
    font-weight: 400;
  }
  .in-about .about-left .narrate p {
    font-size: 20px;
    font-weight: 400;
  }
  /*==== 第二段 ====*/
  .in-believe .beliconn {}
  /*== 圖 ==*/
  .in-believe .diagram .about-img {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 2rem;
  }
  .in-believe .diagram .about-img img {
    max-width: 450px;
  }
  .in-believe .diagram .tilabel {
    left: 0;
  }
  .in-believe .diagram .tilabel span {
    font-size: 60px;
  }
  /*== 文 ==*/
  .in-believe .bocon {
    position: absolute;
    top: 0;
    right: 0;
  }
  .in-believe .bocon .row {
    justify-content: flex-end;
  }
  .in-believe .narrate {
    max-width: 460px;
    padding: 20px 30px 15px 35px;
    margin-right: 1rem;
    margin-top: 2.5rem;
  }
  .in-believe ul.list li {
    margin-bottom: 6px;
  }
  .in-believe ul.list li .linbot {
    font-size: 16px;
    font-weight: 300;
  }
  .in-believe ul.list li .linbot span.box {
    margin-right: 2rem;
  }
  .in-believe ul.list li .linbot span.box::before, .in-believe ul.list li .linbot span.box::after {
    width: 38px;
    height: 33px;
  }
  .in-believe ul.list li .linbot span.box::before {
    bottom: 4px;
  }
  .in-believe ul.list li span.nus {
    font-size: 30px;
    line-height: 1.25;
  }
  /*=========== 首頁-服務項目及療程項目 ===========*/
  .in-services::before {
    width: 76.4%;
  }
  .in-services h2.title {
    font-size: 32px;
    font-weight: 400;
  }
  .in-services .section-title .ritit a {
    font-size: 15px;
  }
  .features-section {
    padding: 50px 5px 0 5px;
    width: 75%;
  }
  .in-services .lisbox .feature-box {
    flex: 0 0 47.6%;
    padding: 1.2rem .6rem 1rem .8rem;
    margin: .5rem 1.2% !important;
  }
  .in-services .lisbox .feature-box .feature-content h3 {
    font-size: 20px;
  }
  .in-services .lisbox .feature-box .feature-content p {
    font-size: 14px;
    line-height: 1.5;
  }
  .in-services .lisbox .feature-box .serv-icon img {
    max-width: 82px;
  }
  .in-services .slogan {
    right: 50px;
    top: 60px;
    font-weight: 300;
  }
  .in-services .slogan .na span {
    font-size: 36px;
  }
  .in-services .slogan .na {
    font-size: 30px;
  }
  /*=========== 診所資訊 ===========*/
  .in-contact {
    padding: 0;
  }
  .in-contact::before {
    width: 100%;
    bottom: initial;
    top: 120px;
  }
  .in-contact .container {}
  .in-contact .contact-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0;
    margin: 0;
  }
  .in-contact .mapctact, .in-contact .infotact {
    width: 100%;
  }
  .in-contact .message-info {
    margin: 0;
    padding: 2.5rem 2rem;
    position: relative;
  }
  .in-contact .mapctact {
    padding: 0;
    order: 2;
  }
  .in-contact .infotact {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .in-contact .message-info .fotenob {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .in-contact .message-info .timebox {
    max-width: 417px;
    margin: 0;
  }
  /*** 
====================================================================
    內頁-各頁內容樣式
====================================================================
***/
  h2 {
    font-size: 42px;
  }
  /*=========== 內頁-關於我們(品牌精神) ===========*/
  /*==== 第一段 ====*/
  .spirit_banner .introduce {
    padding: 90px 1.5rem 216px 1.5rem;
  }
  /*=== 左邊敘述文 ===*/
  .spirit_banner .introduce .arteditor span {
    font-size: 55px;
  }
  .spirit_banner .introduce .narrate h3 {
    font-size: 22px;
  }
  .spirit_banner .introduce .narrate p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #575757;
  }
  /*=== 右邊邊形象圖+文案 ===*/
  .spirit_banner .imagery .slogan {
    top: 60px;
  }
  .spirit_banner .imagery .slogan span {
    font-size: 26px;
  }
  /*==== 第二段 ====*/
  .spirit_features {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .spirit_features::before {
    left: 0;
    width: 100%;
  }
  .spirit_features .adversol {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 0;
  }
  .spirit_features .adversol h2 {
    margin: 0 2rem 0 0;
  }
  .spirit_features .adversol h2 span {
    font-size: 28px;
  }
  .spirit_features .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  /*=== 形象圖 ===*/
  .spirit_features .imagery {
    width: 100%;
    padding: 0;
    position: relative;
    margin-top: 0;
  }
  .spirit_features .imagery img {
    margin: 0;
    max-width: 0;
    display: none;
  }
  .spirit_features .imagery .slogan {
    width: 150px;
    height: 150px;
    margin: -115px 0 0 0;
    padding: 25px;
    display: inline-block;
    text-align: center;
  }
  .spirit_features .imagery .slogan span {
    font-size: 30px;
  }
  /*=== 介紹列文 ===*/
  .spirit_features .introduce {
    padding: 4.5rem 1rem 0 2rem;
    margin: 0;
  }
  .spirit_features .introduce .feature-box {
    flex: 0 0 33%;
  }
  .spirit_features .introduce .feature-box .feature-content p {
    padding: 5px 0;
  }
  /*==== 第三段 ====*/
  .spirit_Publicity .adversol {
    max-width: 580px;
    padding: 1.5rem;
  }
  .spirit_Publicity .adversol .section-title h2.title {
    line-height: 1.8;
  }
  .spirit_Publicity .adversol .section-title .title span {
    font-size: 30px;
  }
  .spirit_Publicity .adversol .section-title p {
    font-size: 18px;
  }
  /*=========== 內頁-關於我們(環境介紹) ===========*/
  .environ_features::before {
    height: 280px;
  }
  .environ_features .introduce {
    width: 42%;
  }
  .environ_features .imagery {
    width: 58%;
  }
  .environ_banner span.mint {
    height: 400px;
  }
  .environ_banner .wrapper .section-title span.sub-title {
    font-size: 38px;
  }
  /*== 左圖 ==*/
  .environ_banner .imagery .envi-img.leban {
    margin: 0;
    top: 170px;
  }
  .environ_banner .imagery .envi-img.leban img {
    max-width: 470px;
    width: 100%;
  }
  /*== 右圖 ==*/
  .environ_banner .imagery .envi-img.riban {
    top: 0;
  }
  .environ_banner .imagery .envi-img.riban img {
    max-width: 320px;
    width: 100%;
  }
  .environ_banner .imagery .riban .slogan h3 {
    font-size: 24px;
    letter-spacing: 15px;
    padding: 0;
    margin: -50px 0 0 125px;
  }
  /*== 介紹文 ==*/
  .environ_banner .wrapper .narrate {
    min-height: auto;
    width: 100%;
    padding-bottom: 80px;
  }
  .environ_banner .wrapper .narrate .adversol {}
  .environ_banner .wrapper .narrate .adversol h3 {
    font-size: 23px;
  }
  .environ_banner .wrapper .narrate .adversol p {
    margin-bottom: 1.2rem;
  }
  /*==== 第二段 ====*/
  .environ_features .wrapper {
    padding-bottom: 2rem;
  }
  .environ_features .introduce .narrate h3 {
    font-size: 24px;
  }
  /*==== 第三段 ====*/
  /*輪播下敘述文字*/
  .environ_Publicity .adversol .narrate {
    width: 750px;
  }
  /*=========== 內頁-醫療團隊 ===========*/
  /*錨點*/
  #doctor1 {
    top: 80px;
  }
  #doctor2 {
    top: 820px;
  }
  #doctor3 {
    top: 1550px;
  }
  .medical_team .adversol::before {
    width: 28%;
  }
  .medical_team span.arteditor {
    font-size: 48px;
    ;
    right: 1rem;
  }
  .medical_team .wrapper {
    padding: 40px 0 0 0;
  }
  .medical_team .wrapper .teamdoctor, .medical_team .wrapper .teamdoctor.doctor2 {
    height: 100%;
    margin: 0;
    padding: 1rem 0 2rem 0;
    max-height: initial !important;
    background: #f6e8e8 !important;
  }
  .medical_team .wrapper .teamdoctor .feature-box {
    gap: 30px;
    padding: 15px;
    justify-content: center;
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    border-bottom: 2px #e7c9c9 dashed;
  }
  .medical_team .wrapper .teamdoctor::before, .medical_team .wrapper .teamdoctor::after {
    display: none !important;
  }
  /*=== 強制順序 ===*/
  .medical_team .wrapper .teamdoctor .feature-img {
    oder1
  }
  .medical_team .teamdoctor .feature-content {
    order: 2;
  }
  .medical_team .teamdoctor .feature-narra {
    order: 3;
  }
  /*== 醫生照片 ==*/
  .medical_team .wrapper .teamdoctor .feature-img {
    margin: 0 !important;
    padding: 0;
    width: 50%;
  }
  .medical_team .wrapper .teamdoctor .feature-img {
    max-width: 220px;
  }
  .medical_team .wrapper .teamdoctor .feature-img img {
    border: 5px solid #fff;
    max-width: initial;
    width: 100%;
  }
  /*== 醫生簡介 ==*/
  .medical_team .teamdoctor .feature-content {
    max-width: initial !important;
    height: auto !important;
    padding: 50px 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 50%;
    gap: 50px;
    background: #ffffff6b !important;
    border-radius: 5px;
  }
  /*上下框*/
  .medical_team .teamdoctor .feature-content::before {
    margin-left: 0;
    top: 1rem;
    left: 1rem;
  }
  .medical_team .teamdoctor .feature-content::after {
    bottom: 1rem;
    right: 1rem;
  }
  .medical_team .teamdoctor .feature-content .titman {
    text-align: left;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
  }
  .medical_team .teamdoctor .feature-content .titman span {
    color: #434343 !important;
    padding: 0 !important;
  }
  .medical_team .teamdoctor .feature-content .titman h3 {
    font-size: 34px;
    color: #434343 !important;
    padding: 0 !important;
  }
  .medical_team .teamdoctor .feature-content .exper {
    padding: 0 !important;
  }
  .medical_team .teamdoctor .feature-content .exper h4 {
    font-size: 22px;
    color: #434343 !important;
  }
  .medical_team .teamdoctor .feature-content .exper h4 span {
    color: #c79188 !important;
  }
  .medical_team .teamdoctor .feature-content .exper ol li {
    font-size: 18px;
    color: #434343 !important;
  }
  .medical_team .teamdoctor .feature-content .exper ol li::after {
    background: #ceb0ab !important;
  }
  .medical_team .teamdoctor .feature-content::before, .medical_team .teamdoctor .feature-content::after {
    display: none;
  }
  /*== 醫生經歷 ==*/
  .medical_team .teamdoctor .feature-narra {
    width: 100%;
    max-width: initial;
    padding: 0 2rem !important;
    margin: 0 !important;
  }
  .medical_team .teamdoctor .feature-narra .ttboti {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: none;
    justify-content: flex-start;
  }
  .medical_team .teamdoctor .feature-narra .ttboti h4 {
    color: #141414;
  }
  .medical_team .teamdoctor .feature-narra .ttboti span {
    color: #993f31 !important;
  }
  .medical_team .teamdoctor .feature-narra .doclist ul {
    margin: 1rem 0 !important;
  }
  .medical_team .teamdoctor .feature-narra .doclist ul li {
    font-size: 16px;
    color: #1d1d1d !important;
    padding: .5rem 1rem .5rem 2rem !important
  }
  .medical_team .teamdoctor .feature-narra .doclist ul li:nth-child(odd) {
    background: #fff !important;
  }
  .medical_team .teamdoctor .feature-narra .doclist ul li::after {
    background: #d6a29a !important;
    top: 17px !important;
    left: 15px !important;
  }
  /*=== 強制順序 ===*/
  /*=========== 內頁-醫療項目 ===========*/
  /*==== BANNER ====*/
  .treatment .bawrapp {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 0;
    margin: 0;
  }
  .treatment .imagery .section-title h3 {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .treatment .imagery, .treatment .banntiexe {
    width: 100%;
  }
  .treatment .imagery {
    order: 1;
  }
  .treatment .banntiexe {
    order: 2;
  }
  .treatment .banntiexe .section-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 2rem;
    align-items: flex-end;
    gap: 0;
    position: relative;
  }
  .treatment .banntiexe .section-title::before {
    position: absolute;
    content: "";
    width: 45%;
    display: inline-block;
    height: 2px;
    left: 48%;
    top: 50%;
    margin-top: 6px;
    background: #ddbeb9;
  }
  .treatment .banntiexe .section-title .sub-title {
    order: 2;
  }
  .treatment .banntiexe .section-title h2.title {
    order: 1;
    -webkit-writing-mode: initial;
    writing-mode: initial;
  }
  /*==== 內容 ====*/
  .treatment .container-fluid::after {
    left: -3px;
    font-size: 100px;
    color: #ffffff9e;
  }
  /*錨點*/
  .treatment .wrapper li.lid {
    display: inline-block;
  }
  #trlibox01 {
    top: 40px;
  }
  #trlibox02 {
    top: 750px;
  }
  #trlibox03 {
    top: 1560px;
  }
  #trlibox04 {
    top: 2400px;
  }
  #trlibox05 {
    top: 3250px;
  }
  #trlibox06 {
    top: 3960px;
  }
  .treatment .container-fluid::before {
    width: 100%;
  }
  .treatment .wrapper::before {
    display: none;
  }
  /*== 選單 ==*/
  .treatment .wrapper .treatmus {
    margin: 0 auto;
    padding: 0 0 0 5rem;
    margin-bottom: 3rem;
  }
  .treatment .wrapper .treatmus ol {
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .treatment .wrapper .treatmus ol li {
    flex: 0 0 32%;
  }
  .treatment .wrapper .treatmus ol li a {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }
  .treatment .trlibox .blog-style-01 .treatment-content {
    background: rgb(255 255 255 / 87%);
  }
  .treatment .trlibox .blog-style-01 .narrate.onse ol {
    gap: 10px;
  }
  /*=========== 內頁-媒體報導 ===========*/
  .reports_banner .container .col-lg-7 {
    width: 90%;
  }
  .reports_banner h2::before {
    left: -2.5rem;
  }
  .reports_banner h2::after {
    right: -1rem;
  }
  .media-reports .blog-style-01 .blog-img .blog-info h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
  }
  .reports_page .reports-detail {
    padding: 0 1rem;
  }
  .reports_page .reports-detail .reports-header .reports-title h3 {
    font-size: 30px;
    line-height: 1.4;
  }
  .reports_page .reports-detail .reports-header .reports-time {
    font-size: 16px;
    padding: .25rem .5rem;
  }
  /*=========== 內頁-常見問題 ===========*/
  .shopsell-banner {
    padding: 1rem;
  }
  .faq_banner h2 {
    font-size: 24px;
  }
  /*=========== 內頁-美麗分享 ===========*/
  .cases_banner .cas_left .cas-title p {
    line-height: 1.5;
    font-size: 18px;
  }
  .cases_banner .cas_left .cas-title h3 {
    font-size: 32px;
  }
  .cases_banner .cas_right .slogan h2 {
    font-size: 28px;
    letter-spacing: 0;
  }
  .cases_banner .cas_right .slogan h2 span.en {
    font-size: 36px;
  }
  .cases_features {
    padding: 0;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {}
@media only screen and (max-width:769px) {
  /*** 
====================================================================
    主選單+LOGO+TOP選單
====================================================================
***/
  .header .navbar-collapse, .header.is-sticky .navbar-collapse, .indexhome .header .navbar-collapse, .indexhome .header.is-sticky .navbar-collapse {
    top: 90px;
  }
  /*** 
====================================================================
    Banner Section(新首頁banner)
====================================================================
***/
  .banner-carousel .content-box {
    height: 900px;
  }
  /*** 
====================================================================
    首頁內容模組
====================================================================
***/
  /*=========== 首頁-致然雅暮 ===========*/
  /*錨點*/
  .in-about #in-about {
    margin-top: -100px;
  }
  /*** 
====================================================================
    內頁-各頁內容樣式
====================================================================
***/
  /*=========== 首頁-關於我們(環境介紹) ===========*/
  /*錨點*/
}
@media only screen and (min-width:768px) and (max-width:991px) {}
@media only screen and (max-width:568px) {
  /*** 
====================================================================
    主選單+LOGO+TOP選單
====================================================================
***/
  .header.is-sticky .main-header {
    width: 100%;
  }
  .header .navbar-brand img.sticky, .header.is-sticky .navbar-brand img.sticky {
    height: 50px;
  }
  .indexhome .header .navbar-brand img {
    height: 200px;
  }
  .header.is-sticky .main-header {
    align-items: flex-end;
  }
  .indexhome .header .navbar-brand img.sticky {
    height: 50px;
  }
  .header .main-header, .header.is-sticky .main-header {
    padding: 10px;
    width: 100%;
    width: 568px;
  }
  .header .navbar .navbar-toggler {
    top: 1rem;
    right: 1rem;
  }
  .header.is-sticky .navbar .navbar-toggler {
    top: 1.6rem;
  }
  .indexhome .header .navbar .navbar-toggler {
    top: 1rem;
  }
  .indexhome .header.is-sticky .navbar .navbar-toggler {
    top: 1.6rem;
  }
  .header.is-sticky .navbar .add-listing a, .add-listing a.lins {
    padding: 0 5px;
  }
  .header.is-sticky .navbar .add-listing, .indexhome .header.is-sticky .navbar .add-listing {
    margin-right: 0px;
  }
  .header .navbar-collapse, .header.is-sticky .navbar-collapse, .indexhome .header .navbar-collapse, .indexhome .header.is-sticky .navbar-collapse {
    top: 70px;
  }
  /*** 
====================================================================
    Banner Section(新首頁banner)
====================================================================
***/
  #barwd{
    display: none!important;/*隱藏*/
  }
  #baiph{
    display:block!important;/*開啟*/
  }


  .banner-carousel .content-box {
    height: inherit;
  }
  .banner-carousel .content-box .inner {
    max-width: initial;
    padding: 200px 2rem;
  }
  .banner-carousel .content-box h1 {
    font-size: 34px;
    line-height: 1.32;
  }
  .banner-carousel .content-box .text {
    font-size: 22px;
    line-height: 1.3;
    margin: 30px 0 60px 0;
  }
  .banner-section .owl-theme .owl-nav {
    margin-top: 0;
  }
  .banner-section .owl-theme .owl-nav button {
    width: 40px;
    height: 40px;
  }
  /*** 
====================================================================
    頁底- Footer
====================================================================
***/
  .footer-link {
    display: none;
  }
  .footer .ontre {
    text-align: center;
  }
  .back-to-top a {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
  /**====== 線上預約 ======**/
  .oder {
    top: inherit !important;
    bottom: 20% !important;
    border-radius: 50%;
    line-height: 1.3;
    width: 54px;
    height: 54px;
  }
  .oder a {
    display: inline-block;
    border: 1px solid #ffffff5c;
    background: #ecb306;
    border-radius: 50%;
  }
  .oder a img {
    display: none;
  }
  .oder a span {
    color: #fff;
  }
  /*** 
====================================================================
    首頁內容模組
====================================================================
***/
  h2 {
    font-size: 34px;
  }
  /*=========== 首頁-致然雅暮 ===========*/
  /*錨點*/
  .in-about #in-about {
    margin-top: -30px;
  }
  /*花背景*/
  .in-about .right::before {
    top: -50px;
    left: initial;
    margin: 0;
    right: 0;
    width: 200px;
  }
  .in-about .about-left, .in-about .right {
    width: 100%;
    padding: 0;
  }
  .about .about-right {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .in-about .section-title, .in-about .narrate, .in-about .about-right .about-img {
    width: 100%;
  }
  .in-about .section-title .alti {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .in-about .section-title .alti:before {
    bottom: -5px;
  }
  .in-about .section-title .sub-title {
    font-size: 26px;
  }
  .in-about .section-title h2.title {
    font-size: 32px;
  }
  .in-about .about-left .narrate {
    margin: 3rem 0 0 0;
  }
  .in-about .about-left .narrate .roes {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .in-about .about-left .about-img {
    order: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: auto;
    gap: 10px;
  }
  .in-about .about-left .about-img .img-03, .in-about .about-left .about-img .img-01 {
    position: relative;
    top: 0;
    left: inherit;
    right: inherit;
    height: auto;
    margin: 0;
  }
  .in-about .about-left .about-img .img-01 img, .in-about .about-left .about-img .img-03 img {
    min-height: 140px;
  }
  .in-about .about-left .narrate p {
    font-size: 18px;
  }
  .in-believe .beliconn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .in-believe .diagram, .in-believe .bocon {
    width: 100%;
    position: relative;
  }
  .in-believe .diagram {
    order: 2;
  }
  .in-believe .bocon {
    order: 1;
  }
  .in-believe .diagram .about-img img {
    max-width: 100%;
  }
  .in-believe .narrate {
    max-width: 100%;
    padding: .8rem;
    margin: 0 auto;
  }
  .in-believe ul.list {}
  .in-believe ul.list li {
    margin-bottom: 8px;
  }
  .in-believe ul.list li .linbot {}
  .in-believe ul.list li .linbot span.box {
    background: rgb(197 123 111 / 77%);
    display: inline-block;
    margin: 0 5px 0 0;
    border-radius: 3px;
    padding: 0 4px;
    width: 30px;
  }
  .in-believe ul.list li span.nus {
    font-size: 20px;
    color: #fff;
    font-family: "Noto Sans TC", "Microsoft JhengHei", Arial;
  }
  .in-believe ul.list li .linbot span.box::before, .in-believe ul.list li .linbot span.box::after {
    display: none;
  }
  .in-believe ul.list li::before {
    background: none;
  }
  .in-believe ul.list li::after {
    border-bottom: 1px solid rgb(207 146 133 / 40%);
  }
  .in-believe .itemna h4 {
    font-size: 24px;
  }
  /*=========== 首頁-服務項目及療程項目 ===========*/
  .in-services {
    padding-top: 25px;
  }
  .in-services::before {
    width: 100%;
    top: 15%;
    height: 85%;
  }
  .features-section {
    width: 100%;
    padding: 0;
  }
  .in-services .section-title .ritit {
    position: absolute;
    right: 20px;
    bottom: -20px;
  }
  .in-services .section-title .sub-title {
    font-size: 32px;
  }
  .in-services .lisbox {
    padding: 30px 0;
  }
  .in-services .lisbox .feature-box {
    flex: 0 0 48%;
    padding: 1rem;
    margin: 0 1% 5px 1% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .in-services .lisbox .feature-box .serv-icon {
    margin: 0;
  }
  /*口號隱藏*/
  .in-services .slogan {
    display: none;
  }
  /*=========== 首頁-診所資訊 ===========*/
  .in-contact .message-info {
    padding: 1.5rem;
  }
  .in-contact .message-info .section-title h3.title {
    font-size: 32px;
  }
  .in-contact .message-info .section-title span {
    font-size: 24px;
  }
  .in-contact .message-info .fotenob {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .in-contact .message-info .feature-box .feature-content p {
    font-size: 16px;
  }
  /*** 
====================================================================
    內頁-各頁內容樣式
====================================================================
***/
  .container {
    padding: 0 1.5rem;
    margin: 0 auto;
  }
  /*=========== 內頁-關於我們(品牌精神) ===========*/
  .spirit_features::after {
    display: none;
  }
  .spirit_banner .introduce, .spirit_banner .imagery {
    width: 100%;
    position: relative;
  }
  .spirit_banner .introduce, .spirit_banner .imagery {
    width: 100%;
    position: relative;
  }
  .spirit_banner .introduce {
    padding: 30px 1.5rem 1rem 1.5rem;
  }
  .spirit_banner .introduce .section-title {
    margin: 0 0 1rem 0;
  }
  .spirit_banner .introduce .section-title h2 {
    padding: 0 .35rem;
  }
  .spirit_banner .introduce .section-title h2::before {
    height: 40%;
  }
  .spirit_banner .introduce .arteditor {
    left: initial;
    right: 1rem;
    top: 2.5rem;
  }
  .spirit_banner .introduce .arteditor span {
    font-size: 26px;
  }
  .spirit_banner .introduce .narrate h3 {
    font-size: 20px;
  }
  .spirit_banner .imagery {
    padding: 0;
  }
  .spirit_banner .imagery .slogan {
    right: 50%;
  }
  .spirit_banner .imagery .slogan span {
    font-size: 22px;
  }
  .spirit_features {
    margin: 0;
    padding-top: 1rem;
  }
  .spirit_Promote {
    background-position: left bottom;
  }
  .spirit_Promote .wrapper {
    min-height: initial;
  }
  .spirit_features .adversol {
    margin: 0;
  }
  .spirit_features .adversol h2 {
    margin: 0 auto;
  }
  .spirit_features .imagery .slogan {
    width: 100%;
  }
  .spirit_features .imagery .slogan {
    width: 100%;
    height: auto;
    padding: .5rem;
    position: relative;
    margin: 1rem 0 0 0;
  }
  .spirit_features .introduce .feature-box {
    flex: 0 0 50%;
  }
  .spirit_features .introduce {
    padding: 1rem 1.5rem;
    margin: 0;
  }
  .spirit_features .introduce .feature-box .feature-icon {
    margin-left: 25px;
  }
  .spirit_Publicity .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: baseline;
  }
  .spirit_Publicity .adversol {
    max-width: 98%;
    width: 98%;
    margin: 1%;
    left: 0;
    position: relative;
    margin-bottom: 1.5rem;
  }
  .spirit_Publicity .adversol .section-title h2.title {
    font-size: 21px;
  }
  .spirit_Publicity .imagery {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .spirit_Publicity .adversol .section-title h2.title {
    line-height: 1.5;
    padding: 1rem;
  }
  .spirit_Publicity .adversol .section-title p {
    margin: 0;
    padding: 0;
  }
  .spirit_Promote .Promote-title {
    margin: 0;
    padding: 0 0 50px 0;
  }
  .spirit_Promote .Promote-title p {
    font-size: 16px;
    width: 75%;
  }
  .spirit_Promote .slogan h2.title {
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
  }
  .spirit_Promote .slogan {
    right: .5rem;
    bottom: 0px;
    display: inline-block;
  }
  /*=========== 內頁-關於我們(環境介紹) ===========*/
  .environ_banner {
    padding: 40px 0 0 0;
  }
  .environ_banner span.mint {
    height: 300px;
  }
  .environ_banner .wrapper {
    width: 100%;
  }
  .environ_banner .wrapper .section-title {
    margin-bottom: 1rem;
  }
  .environ_banner .wrapper .section-title span.sub-title {
    font-size: 26px;
  }
  .environ_banner .imagery .envi-img.riban {
    display: none;
  }
  .environ_banner .imagery .envi-img.leban {
    left: 0;
    top: 0;
    position: relative;
  }
  .environ_banner .wrapper .narrate .adversol {
    margin: 0 auto;
    padding: 1rem .5rem 1rem 1rem;
  }
  .environ_banner .wrapper .narrate {
    padding: 0;
    margin: 0;
  }
  .environ_banner .wrapper .narrate .adversol h3 {
    font-size: 19px;
    letter-spacing: -.5px;
  }
  .environ_banner .wrapper .narrate .adversol p {
    line-height: 1.45;
  }
  .environ_banner .imagery .envi-img.riban img {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .environ_features .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .environ_features .introduce, .environ_features .imagery {
    width: 100%;
  }
  .environ_features .introduce .narrate {
    width: 100%;
  }
  .environ_features .introduce .narrate h3 {
    margin: 0;
    line-height: 1.4;
  }
  .environ_features .introduce .narrate .word {
    margin: 5% 0;
  }
  .environ_Publicity .container {
    max-width: 100%;
  }
  .environ_Publicity .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .environ_Publicity .team-single .slogan {
    right: 0;
  }
  .environ_Publicity .adversol {
    width: 100%;
    padding: 0;
    margin: 2rem 0 0 0;
    order: 2;
  }
  .environ_Publicity .adversol .narrate {
    width: 100%;
    padding: 0 0 0 5px;
  }
  .environ_Publicity .imagery {
    width: 100%;
  }
  .environ_Publicity .team-single .team-single-img {
    width: 100%;
    padding-top: 80px;
  }
  .environ_Publicity .team-single .slogan h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  /*=========== 內頁-醫療團隊 ===========*/
  /*錨點*/
  #doctor1 {
    top: 190px;
  }
  #doctor2 {
    top: 1050px;
  }
  #doctor3 {
    top: 2000px;
  }
  .inner-header {
    height: 200px;
  }
  .teambanner.inner-header {
    padding: 0;
  }
  .teambanner.inner-header h2 {
    font-size: 18px;
    line-height: 1.5;
    gap: 15px;
  }
  .medical_team .wrapper {
    padding: 20px 0 0 0;
  }
  .medical_team .adversol {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    padding: 0;
    margin: 0;
  }
  .medical_team .adversol .maktit {
    width: 100%;
  }
  .medical_team span.arteditor {
    font-size: 26px;
    top: 3rem;
  }
  .medical_team .adversol::before {
    display: none;
  }
  .medical_team .adversol .teamlist {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 1.5rem 0;
  }
  .medical_team .adversol .teamlist ul {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    padding: 0;
  }
  .medical_team .adversol .teamlist ul li a img {
    width: 80px;
  }
  .medical_team .adversol .teamlist span.slogan {
    margin: .5rem 0;
  }
  .medical_team .wrapper .teamdoctor .feature-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .medical_team .teamdoctor .feature-content {
    width: 100%;
    padding: 20px 0 !important;
  }
  /*=========== 內頁-醫療項目 ===========*/
  /*錨點*/
  #trlibox01 {
    top: 180px;
  }
  #trlibox02 {
    top: 790px;
  }
  #trlibox03 {
    top: 1610px
  }
  #trlibox04 {
    top: 2380px;
  }
  #trlibox05 {
    top: 3200px;
  }
  #trlibox06 {
    top: 3940px;
  }
  .treatment .container-fluid::before {
    top: 170px;
  }
  .treatment .imagery .section-title h3 {
    font-size: 18px;
  }
  .treatment .imagery .section-title {
    margin: 0;
    top: 1rem;
  }
  .treatment .banntiexe .section-title {
    padding: 1rem;
    margin: 1rem 0;
  }
  .treatment .banntiexe .section-title h2.title {
    font-size: 32px;
  }
  .treatment .banntiexe .section-title::before {
    display: none;
  }
  .treatment .wrapper .treatmus {
    margin: 0 0 2rem 0;
    padding: 0 0 0 1rem;
  }
  .treatment .wrapper .treatmus ol {
    margin: 0;
    padding: 0 0 0 10px
  }
  .treatment .wrapper .treatmus ol li {
    flex: 0 0 48%;
    margin: 0 0 10px 0;
  }
  .treatment .wrapper .treatmus ol li .mun {
    font-size: 30px;
    padding-left: 0;
  }
  .treatment .wrapper .treatmus ol li .mun::before {
    width: 42px;
    height: 37px;
    top: 5px;
  }
  .treatment .wrapper .treatmus ol li .mun::after {
    width: 43px;
    height: 38px;
    top: 5px;
  }
  .treatment .trlibox .blog-style-01 .blog-img {
    padding: 0;
  }
  .treatment .trlibox .blog-style-01 .blog-img img {
    max-width: 100%;
    width: 100%;
  }
  z
  .treatment .trlibox .blog-style-01 .treatment-tite {
    padding: .25rem 1rem;
  }

  .treatment .trlibox .blog-style-01 .treatment-tite .blog-badge {
    position: absolute;
  }

  .treatment .trlibox .blog-style-01 .treatment-tite .blog-badge span {
    font-size: 24px;
    width: initial;
    height: initial;
    line-height: 1.2;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
  }
  .treatment .trlibox .blog-style-01 .introduce {
    gap: 10px;
  }
  .treatment .trlibox .blog-style-01 .treatment-tite .blog-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0 0 0 25px;
    gap: 0;
  }
  .treatment .trlibox .blog-style-01 .treatment-tite .blog-info h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .treatment .trlibox .blog-style-01 .treatment-tite {
    gap: 0;
    border-radius: 5px;
    align-items: flex-start;
    position: relative;
    padding: .8rem 1rem .5rem 1rem;
    margin: 1rem 0 0 0;
    background: #fff;
    border-left: 2px solid #e76f65;
  }
  .treatment .trlibox .blog-style-01 .treatment-tite .blog-info span {
    font-size: 18px;
    border: none;
    margin: 0 0 0 -30px;
  }
  .treatment .wrapper .trlibox {
    padding: 0 0px 0 25px;
  }
  .treatment .trlibox .blog-style-01 .treatment-content {
    margin: 0;
    padding: 20px 15px 25px 25px;
    gap: 10px;
  }
  .treatment .trlibox .blog-style-01 .treatment-content p {
    line-height: 1.6;
  }
  .treatment .trlibox .blog-style-01 .narrate {
    width: 100%;
    gap: 20px;
  }
  .treatment .trlibox .blog-style-01 .treatment-content .twsx img, .treatment .trlibox .blog-style-01 .narrate .iconim img {
    max-width: 80px;
  }
  .treatment .trlibox .blog-style-01 .narrate ul {
    gap: 7px;
  }
  .treatment .trlibox .blog-style-01 .narrate ul li {
    font-size: 16px;
    border-radius: 2px;
    margin: 0;
    line-height: 1r;
    padding: 2.5px 8px;
  }
  .linmt span.mus {
    font-size: 16px;
  }
  .linmt span.lin {
    width: 50%;
  }
  .treatment .trlibox .blog-style-01 .treatment-content .twsx {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
  }
  .treatment .trlibox .blog-style-01 .narrate.onse ol {
    padding: 0;
  }
  .treatment .trlibox .blog-style-01 .narrate.onse ol li {
    font-size: 18px;
  }
  .treatment .trlibox .blog-style-01 .narrate.onse ol li span {
    margin-right: 4px;
  }
  .treatment .trlibox .blog-style-01 .narrate.onse ol li span img {
    width: 16px;
    height: auto;
  }
  .linmt {
    padding: .5rem 0 0 0;
  }
  .linmt span.lin {
    width: 55%;
  }
  /*=========== 內頁-醫美專欄(媒體報導) ===========*/
  .reports_banner .container {
    padding: 0 1rem;
  }
  .reports_banner {
    padding: 20px 0;
  }
  .reports_banner .shop-banner-title {
    margin: 0;
  }
  .reports_banner .shop-banner-title p {
    font-size: 18px;
    margin: 0;
  }
  .reports_banner h2::before, .reports_banner h2::after {
    display: none;
  }
  .reports_banner .container .col-lg-7 {
    width: 100%;
  }
  .reports_banner h2 {
    font-size: 30px;
  }
  .media-reports .section-title {
    margin: 0;
  }
  .reports_page .reports-detail .reports-header .reports-time {
    font-size: 15px;
  }
  .media-reports .section-title .section-description {
    font-size: 18px;
    font-weight: 400;
  }
  .reports_page .reports-detail {
    padding: 0;
  }
  .reports_page .reports-detail .reports-header .reports-title {
    padding: 0;
  }
  .reports_page .reports-detail .reports-header .reports-title h3 {
    font-size: 24px;
  }
  .reports_page .reports-detail .reports-header::before {
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
  }
  .reports_page .reports-detail .reports-header .reports-time .nri {
    margin: 0 5px;
  }
  /*=========== 內頁-醫美專欄(常見問題) ===========*/
  .faq_banner .container-fluid {
    padding: 0;
  }
  .faq_banner .position-relative {
    padding: 2rem !important;
  }
  .faq {
    padding: 0 0 20px 0;
  }
  .faq .wrapper {
    padding-bottom: 0;
  }
  .faq_banner .col-lg-6.col-md-6:nth-child(2) {
    display: none;
  }
  .faq .section-title {
    margin: 0 0 1rem 0;
  }
  .faq .introduce {
    padding: 0 1rem;
  }
  .faq .imagery {
    order: 2;
    padding: 0;
    margin: 0;
  }
  .faq .slogan p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .bgtor.bgtor {
    display: none;
  }
  .faq .accordion {
    background: #fff;
  }
  .faq .introduce .card .accordion-title .category {
    font-size: 16px;
  }
  .faq .introduce .card {
    padding: .8rem;
  }
  .accordion > .card .card-header .btn {
    font-size: 18px;
  }
  .faq .introduce .card-body p {
    font-size: 16px;
    line-height: 1.4;
  }
  .faq .accordion > .card .card-header .btn:after {
    margin-top: -10px;
    right: -.5rem;
  }
  .faq::before {
    top: -20px;
  }
  .faq::after {
    right: inherit;
    left: 5%;
    width: 90%;
    top: 100px;
    display: none;
  }
  .pagination {
    padding: 1rem 0 1.5rem 0;
  }
  /*=========== 內頁-美麗分享 ===========*/
  .cases_banner {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .cases_banner .container {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .cases_banner .midby {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }
  .cases_banner .cas_left, .cases_banner .cas_right {
    width: 100%;
  }
  .cases_banner .cas_left {
    order: 2;
    padding: 0 1.5rem;
  }
  .cases_banner .cas_left .cas-title h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .cases_banner .cas_left .cas-title h3 {
    font-size: 22px;
  }
  .cases_banner .cas_left .cas-title p {
    padding: 1rem 0;
    font-size: 18px;
  }
  .cases_banner .cas_left .calis_pic ul {
    margin: 0 0 1rem 0;
  }
  .cases_banner .cas_left .calis_pic ul li {
    flex: 0 0 15%;
    padding: 0;
    margin: .15rem 0;
  }
  .cases_banner .cas_right {
    order: 1;
    padding: 0;
    position: relative;
    margin-bottom: 2rem;
  }
  .cases_banner .cas_right .slogan {
    position: absolute;
    top: 50%;
    left: 2rem;
  }
  .cases_banner .cas_right .slogan h2 {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
  }
  .cases_banner .cas_right .slogan p {
    display: none;
  }
  .cases_features .container {
    padding: 0 1rem;
  }
  .cases_features .wrapper {
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width:414px) {
  .header .main-header, .header.is-sticky .main-header {
    width: 414px;
  }
}
@media only screen and (max-width:375px) {
  .header .main-header, .header.is-sticky .main-header {
    width: 375px;
  }
}
/*# sourceMappingURL=../css/style.css.map */