@charset "utf-8";
/* CSS Document */

/********** common  **********/

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body{
	overflow-x: hidden;
}

.header {
    width: 100%;
    color: #fff;
	padding-top: 44px !important;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.header a{
	color: #636363;
	font-size: 20px;
	text-decoration: none;
	font-family: "Noto Serif HK";
}

.material-icons{
	display: flex;
	align-items: center;
	justify-content: end;
}

.material-icons a{
	padding-right: 10px;
	padding-left: 20px;
}

.form-control{
	max-width: 200px;
    margin-left: 15px;
}

.specialty-warp{
    padding-top: 50px;
    padding-bottom: 50px;
}

.team-bg{
    background: url("../images/background-2.jpg");
    background-size:  cover;
    background-position: center;
    width: 100%;
    min-height: 300px;
    position: absolute;
    margin-top: 270px;
}



.header nav {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    line-height: 25px;
	background: #ffffff;
}

.header .nav-link {
 display: inline-block;
 padding: 40px 10px 40px 10px;
 color:#2F2F2F;
 font-size: 22px;
 font-weight: 500;
 text-decoration: none;
}


.navbar-nav .nav-link img{
		max-width: 100%;
}

.header-menu li{
    list-style: none;
}
.navbar {
    background-color: #FFFFFF;
}

.navbar li{
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #555555;
    text-decoration: none;
    transition: all 0.6s ease;
	font-family: "Noto Serif HK";
}

.navbar a .line {
    content: "";
    position: absolute;
    left: -4%;
    top: 62px;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    background-color: #FFFFFF;
    transition: height 0.6s ease;
}

.navbar li{
    transition: all 0.6s ease;
}

.navbar li:hover,
.navbar li:hover p{
    color: #FFFFFF;
    scale: 1.01;
    font-weight: 500;
    transition: all 100ms ease-in-out;
    border-radius: 20px;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-item {
    padding:12px 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .15) !important;
    
}

.dropdown-item:hover {
    background-color: #0f354c !important;
    color: #ffffff !important;
    transition: all 150ms ease-in-out;
}

.header-logo img{
	max-width: 100%;
}

.copy-right{
	font-size: 18px;
    color: #9A9A9A;
    background-color: #E4D7C9;
    padding-bottom: 40px;
}
.nav-item {
    position: relative;
    display: inline-block;
	vertical-align: middle;
    }

.nav-item > a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    }

.submenu-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; 
    min-width: 160px;
    white-space: nowrap;
    width: auto;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    border: 1px solid #eee;
	border-top: 3px solid #2D3724;
    padding: 2px 0;
    margin: 0;
	width: 100%;
}

.nav-item:hover .submenu-nav {
    display: block !important;
}

.submenu-nav li {
    display: block;
    width: 100%;
}

.submenu-nav li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    text-align: left;
}

.submenu-nav li a:hover {
    background-color: #BCA085;
    color: #ffffff; 
}

.nav-item-level2 {
    position: relative;
    list-style: none;
}

.submenu-nav-2 {
    display: none;
    position: absolute;
	top: -26%;
    left: 158px; 
    min-width: 160px;
    white-space: nowrap;
    width: auto;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    border: 1px solid #eee;
    padding: 4px 0;
    margin: 0;
	z-index: 9;
}

.nav-item-level2:hover .submenu-nav-2 {
    display: block !important;
}

.submenu-nav-2 li {
    display: block;
    width: 100%;
}

.submenu-nav-2 li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    text-align: left;
}

.submenu-nav-2 li a:hover {
    background-color: #BCA085;
    color: #ffffff; 
}

.tsNav .navbar-toggler {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    border: none;
    position: relative;
}

.navbar-toggler-icon{
	background-color: #555555 !important;
}

.navbar-toggler-icon:after{
	background-color: #555555 !important;
}
.navbar-toggler-icon:before{
	background-color: #555555 !important;
}

.tsNav .navbar-toggler .navbar-toggler-icon:before, .tsNav .navbar-toggler .navbar-toggler-icon:after {
    transition-property: top, transform;
    transition-delay: 0.2s, 0s;
    transition-duration: 0.2s, 0.2s;
}

.tsNav .navbar-toggler .navbar-toggler-icon:before {
    top: calc(50% - 8px);
}

.tsNav .navbar-toggler .navbar-toggler-icon:before, .tsNav .navbar-toggler .navbar-toggler-icon:after {
    transition-property: top, transform;
    transition-delay: 0.2s, 0s;
    transition-duration: 0.2s, 0.2s;
}

.tsNav .navbar-toggler .navbar-toggler-icon:after {
    top: calc(50% + 6px);
}
.mobile-caret-btn {
    display: none;
}

@media (max-width: 991.98px) {
    .mobile-caret-btn {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        padding: 4px 20px;
        cursor: pointer;
        color: #555555;
        font-size: 16px;
        z-index: 10;
        transition: transform 0.3s ease;
    }

    .mobile-caret-btn.active {
        transform: rotate(180deg);
    }
    .nav-item, .nav-item-level2 {
        position: relative;
        display: block; 
        width: 100%;
        text-align: left;
    }
    .nav-item .submenu-nav,
    .nav-item-level2 .submenu-nav-2 {
        display: none !important;
        position: static !important;
        width: 100%;
        box-shadow: none;
        border: none;
        background-color: #f8f9fa;
    }

    .nav-item-level2 .submenu-nav-2 {
        background-color: #efefef;
    }

    .nav-item:hover .submenu-nav,
    .nav-item-level2:hover .submenu-nav-2,
    .navbar li:hover .submenu-nav {
        display: none !important; 
    }

    li.nav-item .submenu-nav.open, 
    li.nav-item-level2 .submenu-nav-2.open {
        display: block !important;
    }
}
@media screen and (max-width: 768px){
	.header .nav-link {
    font-size: 20px;
}
	.submenu-nav li a {
    padding: 4px 20px;
		font-size: 18px;
}
	.header a {
		display: flex !important;
		justify-content: center !important;
}
	.navbar-toggler{
		left: 0px;
        width: 40px;
	}
	.material-icons{
		justify-content: center !important;
	}
	.navbar-nav .nav-link img {
    max-width: 40%;
}
}
@media (min-width: 768px) and (max-width: 998px){
	.header .nav-link {
    font-size: 20px;
}
	.submenu-nav li a {
    padding: 4px 20px;
		font-size: 18px;
}
	.material-icons {
		display: flex;
		justify-content: center;
	}
	
	.header.navbar-brand a {
		display: flex !important;
		justify-content: center !important;
}
	.header-logo img{
		display: none;
	}
    .header .nav-link{
		padding: 44px 5px 40px 5px;
        font-size: 18px;
    }
    .navbar li .line{
       display: none !important; 
    }
    .navbar li::after {
       content: none !important;
    }
	.navbar-nav .nav-link img{
		width: 100px;
}
	.navbar-toggler{
		left: -500px;
	}
	.navbar-nav .nav-link img {
    max-width: 40%;
}
	
}


@media (min-width: 1200px) and (max-width: 1400px){
    .header .nav-link{
        padding: 42px 10px 40px 5px;
        font-size: 22px;
    }
    .navbar-brand img{
        padding: 33px 0px 33px 0px;
    }
	.navbar-nav .nav-link img{
		width: 130px;
}
}

@media (min-width: 998px) and (max-width: 1200px){
	.navbar-collapse{
		padding: 0 !important;
	}
	.header-logo img{
		padding: 0 !important;
	}
    .header .nav-link{
		padding: 44px 5px 40px 5px;
        font-size: 19px;
    }
    .navbar li .line{
       display: none !important; 
    }
    .navbar li::after {
       content: none !important;
    }
	.navbar-nav .nav-link img{
		width: 120px;
}
}

/********** sitemap  **********/
.sitemap-box-01{
	padding-top: 200px;
}

.sitemap-box-01 img{
	max-width: 100%;
}

.sitemap-warp-01{
	background: #F3F3F3;
	background-position: center;
	position: relative;
	z-index: 99;
	padding-top: 60px;
	padding-bottom: 80px;
}

.sitemap-warp-01 .title h2{
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.sitemap-warp-01 .title h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
}

.sitemap-warp-01 img{
	max-width: 100%;
	width: 950px;
}

.ad-box h2{
	font-weight: 700;
    margin-top: 30px;
    font-size: 32px;
	color: #1a5f58;
    font-family: "Noto Serif HK";
	padding-bottom: 10px;
}

.ad-box p{
	text-align: end;
	font-size: 18px;
    font-weight: 500;
    color: #838383;
    font-family: "Noto Serif HK";
	padding-top: 10px;
}

.menu-grid-container {
        display: grid;
        gap: 20px;
        max-width: 900px;
        margin: 0 auto;
    }

.menu-card {
        background-color: #ffffff;
        border: 1px solid #dcdcdc;
        padding: 24px;
        min-height: 450px;
    }

.menu-card h3 {
        color: #3b6661;
        font-size: 20px;
        font-weight: bold;
	font-family: "Noto Serif HK";
        margin-bottom: 16px;
        letter-spacing: 1px;
    }
.menu-list {
        list-style: none;
		padding-left: 0;
    }
.menu-list li {
        margin: 0;
    }
.menu-list a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #555555;
        font-size: 18px;
	font-weight: bold;
	font-family: "Noto Serif HK";
        padding: 10px 8px;
        border-bottom: 1px solid #ececec;
        transition: all 0.2s ease;
    }
 .menu-list li:last-child a {
        border-bottom: none;
    }
.menu-list a::before {
        content: "•";
        color: #3b6661;
        font-size: 18px;
        margin-right: 6px;
    }

.menu-list a:hover,
    .menu-list a.active {
        background-color: #719591;
        color: #ffffff;
    }

.menu-list a:hover::before,
    .menu-list a.active::before {
        color: #ffffff;
    }
@media screen and (max-width: 1400px){
	.sitemap-warp-01 .title h2 {
		font-size: 30px;
	}
	.sitemap-warp-01 .title h3 {
		font-size: 26px;
	}
	.sitemap-box-01{
		padding-top: 160px;
	}
}
@media (min-width: 768px) and (max-width: 1400px) {
	
	.menu-list a {
		font-size: 16px;
	}
	
    }


/********** index **********/
.carousel{
	padding-top: 200px;
}

.about-box{
	padding-top: 100px;
}

.about-warp{
	background:url("../images/background-01.png") no-repeat 100% center;
	background-position: center;
	position: relative;
	z-index: 99;
	padding-bottom: 200px;
	padding-top: 150px;
}
.index-slide{
    max-height: 73vh;
}

.title h2{
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.title h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
}

.title p{
	text-align: center;
	color:#797979;
	font-weight: 700;
	margin-top: 30px;
	font-size: 18px;
	font-family: "Noto Serif HK";
}

.herbs-box{
	text-align: center;
}
.herbs-box img{
	display: block;
	max-width: 100%;
	height: auto;
	border-right: 2px solid #AAAAAA;
	padding-right: 14px;
}

.custom-style img{
	display: block;
	border-right-style: hidden;
	max-width: 100%;
	height: auto;
}

.title-2 h2{
	text-align: center;
	font-weight: 700;
	margin-top: 60px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.title-2 h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	margin-bottom: 70px;
	font-family: "Noto Serif HK";
}

.specialty-item {
    position: relative;
}

.hover-image {
    transition: filter 0.6s ease, transform 0.6s ease;
    filter: brightness(100%);
    width: 100%;
    display: block;
}

.specialty-item:hover .hover-image{
    filter: brightness(70%);
    transform: translateY(-50px);
}

.specialty-box{    
	position: relative;
}

.specialty-box .svg-btn{ 
	position: absolute;
	bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: inline-block;
	text-align: center;
    padding: 10px 20px;
	width: 300px;
    background: #18391A;
    color: #FFFFFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-weight: 700;
    font-size: 32px;
	font-family: "Noto Serif HK";
    border-radius: 40px;
    text-decoration: none;
	transition: all 0.6s ease;
}

.specialty-item:hover .svg-btn {
    background: #BCA085; 
    color: #fff;
    transform: translate(-50%, -50px); 
}

.specialty-box .svg-btn-2{ 
	position: absolute;
    bottom: 300px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: inline-block;
    padding: 10px 30px;
    background: #18391A;
    color: #FFFFFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-weight: 700;
    font-size: 32px;
	font-family: "Noto Serif HK";
    border-radius: 40px;
    text-decoration: none;
	transition: all 0.6s ease;
}

.specialty-item:hover .svg-btn-2 {
    background: #BCA085; 
    color: #fff;
    transform: translate(-50%, -50px); 
}

.hover-text {
	margin-top: 150px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.specialty-box-link {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 10;
	width: 100%;
}

.specialty-box-link > a {
    position: relative;
    display: block;
    width: 120px;
    height: auto;
}

.specialty-item:hover .specialty-box-link {
    opacity: 1;
    visibility: visible;
    margin-top: -50px;
}

.specialty-box-link img {
    display: block;
    width: 100%;
    height: auto;
}

.specialty-box-link .unpress,
.specialty-box-link .press {
    transition: opacity 0.3s ease;
}

.specialty-box-link .press {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.specialty-box-link:hover .unpress {
    opacity: 0;
}
.specialty-box-link:hover .press {
    opacity: 1;
}

.title-3 h2{
	text-align: center;
	font-weight: 700;
	margin-top: 20px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.title-3 h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	margin-bottom: 80px;
	font-family: "Noto Serif HK";
}

.items-warp{
    padding-top: 50px;
	padding-bottom: 100px;
}

.item-box a{
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.item-box h4{
	text-align: center;
	padding-top: 15px;
	color: #18391A;
	font-weight: 700;
	font-size: 26px;
	font-family: "Noto Serif HK";
}

.introduce-warp{
	background: #F3F3F3;
}

.title-4 h2{
	text-align: center;
	font-weight: 700;
	margin-top: 100px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.title-4 h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
}

.introduce-box img{
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 100%;
}

.introduce-text{
	justify-content: center;
}

.introduce-warp h4{
	text-align: left;
	padding-top: 15px;
	color: #18391A;
	font-weight: 700;
	font-size: 32px;
	font-family: "Noto Serif HK";
}

.introduce-warp p{
	display: -webkit-box;-webkit-box-orient: vertical;
  	/*overflow: hidden;-webkit-line-clamp: 3;*/
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #555555;
	font-family: "Noto Serif HK";
}


.introduce-warp .introduce-button a{
	position: relative;
    display: inline-block;
    padding: 5px 40px;
    background: #18391A;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-weight: 700;
    font-size: 18px;
	font-family: "Noto Serif HK";
    border-radius: 20px;
    text-decoration: none;
    transition: color .6s ease, background .6s ease;
}

.introduce-warp .introduce-button a:hover {
    background-color: #fff;
    color: #18391A;
}

.case-warp{
    background-color: #F3F3F3 ;
    background-position: center;
    background-size: cover;
    position: relative;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 100px;
}

.title-5 h2{
	text-align: center;
	font-weight: 700;
	padding-top: 80px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.title-5 h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
}

.title-5 p{
	text-align: center;
    color: #797979;
    font-weight: 700;
    margin-top: 30px;
	font-size: 18px;
	font-family: "Noto Serif HK";
}
.item{
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.item .case-box{
	align-items: center;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 10px;
}

.case-item {
    position: relative;
}

.hover-image2 {
    transition: filter 0.6s ease, transform 0.6s ease;
    filter: brightness(100%);
    width: 100%;
    display: block;
}

.case-item:hover .hover-image2{
    filter: brightness(70%);
}

.case-box{    
	position: relative;
}

.case-box-link {
    position: absolute;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    bottom: 0px;
}

.case-box .svg-btn{    
    left: 12px;
    bottom: -56px;
    display: inline-block;
    padding: 8px 32px;
    background: #fff;
    color: #C28C6B;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: color .8s ease, background .8s ease;
}

.case-box-link {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 10;
}

.case-item:hover .case-box-link {
    opacity: 1;
    visibility: visible;
}

.case-box-link img {
    display: block;
    max-width: 120px;
    height: auto;
}

.case-box-link .unpress,
.case-box-link .press {
    transition: opacity 0.3s ease;
}

.case-box-link .press {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.case-box-link:hover .unpress {
    opacity: 0;
}
.case-box-link:hover .press {
    opacity: 1;
}

.case-box-text{
    height: 145px;
}

.case-box-text h4{
	font-size: 28px;
	text-align: left;
	padding-top: 10px;
	color: #CEB8A6;
	font-family: "Noto Serif HK";
    display: -webkit-box;-webkit-box-orient: vertical;
    overflow: hidden;-webkit-line-clamp: 1;
}
.case-box-text p{
    display: -webkit-box;-webkit-box-orient: vertical;
  	overflow: hidden;-webkit-line-clamp: 3;
    font-size: 18px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #555555;
	font-family: "Noto Serif HK";
}

.group-photo img{
	max-width: 100%;
	height: auto;
}



.title-6 h2{
	text-align: center;
	font-weight: 700;
	font-size: 38px;
	font-family: "Noto Serif HK";
	padding-top: 80px;
}

.title-6 h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
}

.information-wrap-01{
	background: #F3F3F3;
}

.information-wrap {
  	max-width: 1250px;
  	margin: 0 auto;
	padding-top: 20px;
}
.information-wrap p{
	font-size: 24px;
	padding-top: 20px;
	color: #797979;
	text-align: right;
	font-family: "Noto Serif HK";
}

.tab-menu {
  	display: flex;
  	justify-content: center;
  	list-style: none;
  	padding: 0;
  	margin-bottom: 20px;
}

.tab-btn {
  	padding: 0px 20px;
  	cursor: pointer;
  	font-size: 26px;
	font-family: "Noto Serif HK";
  	color: #555;
  	transition: all 0.3s;
  	border-bottom: 3px solid transparent;
}

.tab-btn:hover {
  	color: #000;
}

.tab-btn.active {
  	color: #1a5f58;
  	font-weight: bold;
  	border-bottom: 3px solid #1a5f58;
}

.schedule-block {
  	width: 100%;
  	margin: 0 auto;
	padding-bottom: 40px;
}

.image-container {
  width: 100%;
}

.schedule-img {
  	width: 100%;
  	height: auto;
  	display: none;
}

.schedule-img.active {
    display: block;
}

.schedule-img img{
	max-width: 100%;
}

.tab-btn {
    cursor: pointer;
}

.schedule-img.active {
  	display: block;
  	animation: fadeIn 0.5s;
}

.list-text{
	text-align: right;
  	margin-top: 5px;
  	color: #666;
  	font-size: 0.9rem;
	padding-bottom: 50px;
}


.information-text{
	display: flex;
  	justify-content: center;
	align-items: center;
	border-top: 2px solid #1a5f58;
	padding-top: 80px;
}

.content-group{
	display: block;
}

.content-group .col-md-12 {
    padding-left: 0; 
    padding-right: 0;
    margin-bottom: 15px;
}

.information-text h4 {
    margin-bottom: 5px;
    font-weight: bold;
    color: #1a5f58;
	font-size: 26px;
	padding-right: 10px;
	border-right: 2px solid #1a5f58;
	font-family: "Noto Serif HK";
}

.information-text h5 {
    margin-top: 0;
    color: #555;
	font-size: 26px;
	padding-left: 10px;
	font-family: "Noto Serif HK";
}

.traffic-icon-link img{
	padding-right: 30px;
	padding-left: 40px;
	width: 100%;
	padding-bottom: 40px;
}

.information-box{
	border-right: 2px solid #1a5f58;
}

.traffic-text h4{
	font-weight: bold;
    color: #1a5f58;
	font-size: 26px;
	font-family: "Noto Serif HK";
}

.traffic-text p{
	color: #797979;
	font-size: 18px;
	font-weight:500;
	font-family: "Noto Serif HK";
}

.information-wrap-2{
	border-bottom: 2px solid #1a5f58;
	padding-bottom: 20px;
}

.information-wrap-02{
	background: #F3F3F3;
	padding-top: 50px;
    padding-bottom: 30px;
}

.information-box{
	padding-top: 10px;
}

.information-box-2{
	padding-top: 10px;
}

.ad-warp{
	padding-top: 100px;
	background: #F3F3F3;
}
.ad-warp img{
	max-width: 100%;
	min-width: 1000px;
	height: auto;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media screen and (max-width: 768px){
	.carousel {
    padding-top: 160px;
}
	.title h2{
		font-size: 30px;
	}
	.title h3{
		font-size: 26px;
	}
	.title p{
		font-size: 16px;
	}
	.title-2 h2{
		font-size: 30px;
	}
	.title-2 h3{
		font-size: 26px;
	}
	.title-3 h2{
		font-size: 30px;
	}
	.title-3 h3{
		font-size: 26px;
	}
	.title-4 h2{
		font-size: 30px;
	}
	.title-4 h3{
		font-size: 26px;
	}
	.title-5 h2{
		padding-top: 50px;
		font-size: 30px;
	}
	.title-5 h3{
		font-size: 26px;
	}
	.title-5 p{
		font-size: 16px;
	}
	.title-6 h2{
		padding-top: 50px;
		font-size: 30px;
	}
	.title-6 h3{
		font-size: 26px;
	}
    .news-text p{
        padding-right: 0px;
    }
    
    .index-slide{
		max-height: 65vh;
}

    .more-button{
        position: relative;
        padding-top: 0px !important;
    }
.more-button .svg-btn {
    margin-right: auto;
        margin-left: auto;
        width: 137px;
    left: 0px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
  }
	.case-box-link {
    width: 30%;
		top: 44%;
}
    
.news-tag{
    padding: 10px;
    }
	.news-link .news-link-btn{
        display: none;
    } 
	
	.herbs-box img{
		border-style: none;
		margin: 0 auto;
		max-width: 80%;
	}
	
	.specialty-box .svg-btn{
		font-size: 24px;
		padding: 10px 2px;
		width: 210px;
		border-radius: 20px;
	}
	
	.case-warp{
        padding-bottom: 10px;
    }
	
	.title-2 h3{
		margin-bottom: 20px;
	}
	
	.specialty-item:hover .hover-image {
    transform: none;
	}
	
	.specialty-item:hover .svg-btn {
    transform: translate(-50%, 0px);
	}

	.item-box h4{
		font-size: 22px;
	}
	.tab-menu .tab-btn{
		padding: 0px 6px;
		font-size: 18px;
	}
	
	.information-wrap p{
		text-align: center;
		font-size: 20px;
	}
	.schedule-block {
		padding-bottom: 5px;
	}
	.information-text {
		border-top: 2px solid #1a5f58;
		padding-top: 50px;
		display: flex;
		justify-content: start;
}
	.content-group{
		padding-left: 10px;
	}
	.information-text h4{
		font-size: 18px;
	}
	.information-text h5{
		font-size: 16px;
	}
	.information-box{
		border-right: none;
		border-bottom: 2px solid #1a5f58;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.traffic-icon-link img{
		padding-bottom: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.information-box-2{
		padding-bottom: 20px;
		padding-top: 20px;
		border-bottom: 2px solid #1a5f58;
	}
	.traffic-text h4{
		font-size: 22px;
	}
	.traffic-text p{
		width: 255px;
		font-size: 16px;
	}
	.information-wrap-2{
		border-bottom: none;
	}
	.introduce-text-box{
		padding-left: 70px;
		padding-right: 70px;
		text-align: justify;
	}
	.introduce-box img {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.introduce-warp h4 {
    font-size: 26px;
	}
	.ad-warp{
	padding-top: 50px;
}
 
}

@media (min-width: 768px) and (max-width: 1000px){
	
	.specialty-box-link a{
		width:100px;
	}
	
	.specialty-box .svg-btn{
		font-size: 20px;
		padding: 10px 40px;
		width: 240px;
	}
	
	.specialty-box .svg-btn-2{
		font-size: 18px;
		padding: 5px 40px;
		bottom: 150px;
	}
	
	.herbs-box img{
		max-width: 100%;
	}
    .title h2{
    font-size: 32px;
    }
 
    .title h3{
        font-size: 22px !important;
    padding-top: 0px;
}
    .title h2::after{
        left: 5px;
        background-size: 80px;
    }
    .title3 h2 {
        font-size: 22px !important;
        margin-left: -8px;
    }
    .title3 h3{
     font-size: 14px !important;
     margin-top: 38px !important;
        }
    .title3 h2::after{
        left: 5px !important;
        background-size: 80px !important;
        top: -101px !important;
    }
	.case-box-link {
    width: 30%;
}
    
}
@media (min-width: 1000px) and (max-width: 1400px){
	.specialty-box .svg-btn{
		font-size: 26px;
		padding: 15px 40px;
	}
	.case-box-link {
    width: 80px;
		top: 41%;
}
}


/********** about  **********/

.about-box-01{
	padding-top: 200px;
}

.about-box-ad{
	background: #F3F3F3;
}

.about-box-01 img{
	max-width: 100%;
}

.schedule-block-2 h2{
	text-align: center;
	font-weight: 700;
	font-size: 38px;
	font-family: "Noto Serif HK";
	padding-top: 50px;
}

.schedule-block-2 h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	padding-bottom: 40px;
	font-family: "Noto Serif HK";
}

.about-img-1 img{
	max-width: 100%;
}

.about-img-2 img{
	max-width: 49%;
}

.about-wrap-01{
	padding-top: 60px;
}
.about-box-text p{
	font-size: 18px;
	font-weight:500;
	color: #797979;
	text-align: justify;
	font-family: "Noto Serif HK";
}

.about-box-text2 p{
	display: block;
	font-size: 18px;
	font-weight:500;
	padding-top: 40px;
	color: #797979;
	text-align: center;
	font-family: "Noto Serif HK";
}

.about-box-text3 p{
	display: block;
	font-size: 18px;
	font-weight:500;
	padding-top: 40px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 100px;
	color: #797979;
	text-align:left;
	font-family: "Noto Serif HK";
}

.about-img-1{
	padding-bottom: 20px;
}

.about-wrap-01{
	background: #F3F3F3;
}

.about-wrap-02 {
  	max-width: 100%;
  	margin: 0 auto;
	padding-top: 20px;
}

.tab-menu {
  	display: flex;
  	justify-content: center;
  	list-style: none;
  	padding: 0;
  	margin-bottom: 20px;
}

.tab-btn {
  	padding: 0px 20px;
  	cursor: pointer;
  	font-size: 26px;
	font-family: "Noto Serif HK";
  	color: #555;
  	transition: all 0.3s;
  	border-bottom: 3px solid transparent;
}

.tab-btn:hover {
  	color: #000;
}

.tab-btn.active {
  	color: #1a5f58;
  	font-weight: bold;
  	border-bottom: 3px solid #1a5f58;
}

.tab-menu-2 {
  	display: flex;
  	justify-content: center;
  	list-style: none;
  	padding: 0;
	align-items: center;
	padding-top: 25px;
}

.tab-btn-2 {
  	padding: 0px 25px;
  	cursor: pointer;
  	font-size: 24px;
	font-family: "Noto Serif HK";
  	color: #ffffff;
  	transition: all 0.3s;
  	border-bottom: 3px solid transparent;
	text-decoration: none;
	background: #BCA085;
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

.tab-btn-2:hover {
  	color: #ffffff;
  	font-weight: 500;
	background: #1a5f58;
	border-radius: 20px;
}

.tab-btn-2.active {
  	color: #ffffff;
  	font-weight: 500;
	text-decoration: none;
	background: #1a5f58;
	border-radius: 20px;
}


.schedule-block-2 {
  	width: 100%;
  	margin: 0 auto;
}

.image-container {
  width: 100%;
}

.schedule-img {
  	width: 100%;
  	height: auto;
  	display: none;
}

.about-img img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.schedule-img.active {
  	display: block;
  	animation: fadeIn 0.5s;
}

.list-text{
	text-align: right;
  	margin-top: 5px;
  	color: #666;
  	font-size: 0.9rem;
	padding-bottom: 50px;
}

@media screen and (max-width: 768px){
	
	.about-wrap-01{
		padding-top: 0px;
	}
	.schedule-block-2 h2{
		padding-top: 30px;
		font-size: 30px;
	}
	.schedule-block-2 h3{
		margin-top: 15px;
		font-size: 26px;
	}
	.tab-btn-2{
		font-size: 18px;
		padding: 4px 20px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.about-wrap-02 p{
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
	}
	.about-box-01{
    padding-top: 160px;
}
	
}

/********** team-list  **********/

.team-box-01 {
	padding-top: 200px;
}

.team-box-ad{
	background: #F3F3F3;
}

.team-box-01 img{
	max-width: 100%;
}

.team-warp-01{
	background: #F3F3F3;
	background-position: center;
	position: relative;
	z-index: 99;
	padding-bottom: 60px;
	padding-top: 60px;
}

.team-warp-01 .title h2{
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.team-warp-01 .title h3{
	text-align: center;
	color:#BCA085;
	margin-top: 10px;
	font-family: "Noto Serif HK";
}

.team-warp-01 .title p{
	text-align: center;
	color:#797979;
	font-weight: 700;
	margin-top: 30px;
	font-size: 18px;
	font-family: "Noto Serif HK";
}

.item-box-2{
	background: #F3F3F3;
	padding-top: 50px;
}

.item-box-2 a {
    text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.item-box-2 h4 {
    text-align: center;
    padding-top: 15px;
    color: #18391A;
    font-weight: 700;
    font-size: 26px;
    font-family: "Noto Serif HK";
}

.team-wrap-02 {
	background: #F3F3F3;
}

.team-wrap-03 {
  	max-width: 100%;
  	margin: 0 auto;
	padding-top: 20px;
}

.tab-menu {
  	display: flex;
  	justify-content: center;
  	list-style: none;
  	padding: 0;
  	margin-bottom: 20px;
}

.tab-btn {
  	padding: 0px 20px;
  	cursor: pointer;
  	font-size: 26px;
	font-family: "Noto Serif HK";
  	color: #555;
  	transition: all 0.3s;
  	border-bottom: 3px solid transparent;
}

.tab-btn:hover {
  	color: #000;
}

.tab-btn.active {
  	color: #1a5f58;
  	font-weight: bold;
  	border-bottom: 3px solid #1a5f58;
}

.team-box-img{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border: 1px solid #555555;
	margin-top: 20px;
}

.team-box-text{
	display: flex;
	flex-wrap: wrap;
	position:absolute;
	justify-content: center;
	z-index: 9;
	text-align: center;
	background: #ffffff;
	width: 335px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 10px;
	margin-bottom: 50px;
	font-family: "Noto Serif HK";
	opacity: 0.8;
}

.team-box-text h4{
	display: flex;
	align-items: center;
	color: #034345;
	font-size: 24px;
    font-weight: bold;
	padding-right: 60px;
}

.team-box-text h5{
	display: flex;
	align-items: center;
	color: #034345;
	font-size: 28px;
}
.team-box-text p{
	font-size: 18px;
	display: flex;
	width: 100%;
	justify-content: center;
}

.team-box-btn a{
	position: relative;
    display: inline-block;
    padding: 2px 40px;
    background: #034345;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 16px;
	font-family: "Noto Serif HK";
    border-radius: 20px;
    text-decoration: none;
    transition: color .6s ease, background .6s ease;
	margin-left: 120px;
}

.team-box-btn a:hover {
    background-color: #fff;
    color: #034345;
	font-weight: 500;
}

.team-box-end{
	padding-bottom: 100px;
}

@media screen and (max-width: 768px){
	.team-box-01 {
    padding-top: 160px;
}
	.team-warp-01 .title h2 {
    margin-top: 30px;
    font-size: 32px;
}
	.team-warp-01 .title h3 {
		font-size: 28px;
}
	.team-warp-01 .title p {
    font-size: 16px;
}
	.team-warp-01 {
    padding-bottom: 50px;
    padding-top: 10px;
}
	.team-box-text{
		width: 300px !important;
	}
	.item-box-2 h4 {
		font-size: 22px;
	}
	.team-box-text h4{
		font-size: 22px !important;
	}
	.team-box-text h5{
		font-size: 24px !important;
	}
	.team-box-img img {
        max-width: 80% !important;
    }
	
	
}


/********** team-detail  **********/

.doctor-introduce-box{
	background:#F3F3F3;
	padding-top: 100px;
	padding-bottom: 60px;
}

.doctor-introduce-box img{
	max-width: 95%;
	margin-left: 65px;
}

.doctor-introduce-1{
	padding-bottom: 70px;
}
.doctor-introduce-text{
	padding-left: 80px;
	padding-right: 110px;
}

.doctor-introduce-text h1{
	font-size: 34px;
	color: #1a5f58;
	font-family: "Noto Serif HK";
	padding-bottom: 10px;
}

.doctor-introduce-text h2{
	font-size: 28px;
	color: #BCA085;
	font-family: "Noto Serif HK";
}

.doctor-introduce-text p{
    color: #797979;
    font-weight: 500;
    font-size: 18px;
    font-family: "Noto Serif HK";
}

.doctor-introduce-text2{
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #797979;
	border-bottom: 1px solid #797979;
}

.doctor-introduce-text2 h1{
	font-size: 34px;
	color: #18391A;
	font-family: "Noto Serif HK";
	padding-bottom: 10px;
}

.doctor-introduce-text2 h2{
	font-size: 28px;
	color: #BCA085;
	font-family: "Noto Serif HK";
}

.doctor-introduce-text2 p{
    color: #797979;
    font-weight: 500;
    font-size: 18px;
    font-family: "Noto Serif HK";
	padding-left: 10px;
}

.doctor-introduce-text3 h2{
	font-size: 28px;
	color: #BCA085;
	font-family: "Noto Serif HK";
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 100px;
}

.case-sharing-box{
	padding-left: 85px;
	padding-right: 85px;
	padding-bottom: 50px;
}
.case-sharing{
	background: #ffffff;
	padding-top: 30px;
}

.case-sharing p{
	padding-left: 40px;
	color: #797979;
    font-weight: 500;
    font-size: 18px;
    font-family: "Noto Serif HK";
	padding-top: 10px;
	
}

.case-sharing h3{
	padding-left: 40px;
	padding-right: 38px;
	font-size: 24px;
    color: #555555;
    font-family: "Noto Serif HK";
}

.case-sharing img{
	display: flex;
	margin: 0 auto;
	max-width: 100%;
}

.team-box-btn2{
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

.team-box-btn2 a{
	position: relative;
    display: inline-block;
    padding: 2px 40px;
    background: #034345;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 16px;
	font-family: "Noto Serif HK";
    border-radius: 20px;
    text-decoration: none;
    transition: color .6s ease, background .6s ease;
}

.team-box-btn2 a:hover {
    background-color: #fff;
    color: #034345;
	font-weight: 500;
}

@media screen and (max-width: 768px){
    .title2 h2{
    font-size: 22px;
        margin-top: -74px;
}

.title2 h3{
    font-size: 14px;
    margin-top: 48px;
    margin-bottom: -28px;
}

    .title2 h2::after{
        background-size: 10px;
        top: 28px;
    }
    .clinic{
        font-size: 37px;
    }
}

@media (min-width: 768px) and (max-width: 998px){
        .title2 h2{
    font-size: 22px;
}

.title2 h3{
    font-size: 14px;
    margin-top: 59px;
}

    .title2 h2::after{
        background-size: 12px;
        top: 31px;
    }
    .team-box-img img{
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }
}


@media (max-width: 998px) and (max-width: 1200px){
    .case-warp .case-img{
        height: 62vh !important;
    }
    .team-box-img img{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }
    .team-box-text{
        margin-left: auto;
        margin-right: auto;
    }
}

/********** news-list **********/
.news-box-01{
	padding-top: 200px;
}

.news-box-01 img{
	max-width: 100%;
}

.all-warp{
	background: #F3F3F3;
}

.side-bar-item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
    color: #BCA085;
	font-family: "Noto Serif HK";
	font-size: 18px;
    font-weight: 700;
    border: 1px solid #BCA085;
    text-decoration: none;
    margin-bottom: 5px;
    background-image: linear-gradient(90deg, #1a5f58 0%, #1a5f58 100%);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;
    transition: background-size 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease;
}

.side-bar-item > a:hover {
  background-size: 100% 100%; 
  color: #fff;
}
.side-bar-item > a:focus,
.side-bar-item > a:target {
  background-size: 100% 100%;
  color: #fff;
}

.submenu-item a:hover {
    background-color: #1a5f58;
    color: #fff;
}

.submenu-item a {
    display: block;
    padding: 8px 20px;
    background-color: #fff;
    color: #555;
	font-family: "Noto Serif HK";
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.news-warp-01{
	background: #F3F3F3;
	background-position: center;
	position: relative;
	z-index: 99;
	padding-bottom: 80px;
	padding-top: 60px;
}

.news-warp-01 .title h2{
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.news-warp-01 .title h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
}

.search-box .form-control{
	max-width: 90%;
	margin-top: 80px;
}

.news-warp-01 .title p{
	text-align: center;
	color:#797979;
	font-weight: 700;
	margin-top: 30px;
	font-size: 18px;
	font-family: "Noto Serif HK";
}

.news-icon-btn a {
	padding-top: 120px;
    padding-left: 55px;
    padding-right: 55px;
    text-decoration: none;
}

.news-icon-btn h4 {
    text-align: center;
    padding-top: 15px;
    color: #18391A;
    font-weight: 700;
    font-size: 26px;
    font-family: "Noto Serif HK";
}

.news-box-2{
	padding-top: 50px;
}

.news-wrap-02 {
	background: #F3F3F3;
}

.news-box-img{
	margin-bottom: 40px;
}

.news-box-img img{
	max-width: 100%;
}

.news-box-text{
	text-decoration: none !important;
}

.news-box-text h4 {
    font-size: 24px;
    padding-top: 20px;
    font-family: "Noto Serif HK";
    color: #555555;
}

.news-box-text p {
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif HK";
    color: #838383;
}


.news-wrap-03 {
  	max-width: 100%;
  	margin: 0 auto;
	padding-top: 20px;
}

.tab-menu {
  	display: flex;
  	justify-content: center;
  	list-style: none;
  	padding: 0;
  	margin-bottom: 20px;
}

.tab-btn {
  	padding: 0px 20px;
  	cursor: pointer;
  	font-size: 26px;
	font-family: "Noto Serif HK";
  	color: #555;
  	transition: all 0.3s;
  	border-bottom: 3px solid transparent;
}

.tab-btn:hover {
  	color: #000;
}

.tab-btn.active {
  	color: #1a5f58;
  	font-weight: bold;
  	border-bottom: 3px solid #1a5f58;
}

.team-box-img{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border: 1px solid #555555;
	margin-top: 20px;
}

.list-box{
	padding-bottom: 50px;
}

.team-box-text{
	display: flex;
	flex-wrap: wrap;
	position:absolute;
	justify-content: center;
	z-index: 9;
	text-align: center;
	background: #ffffff;
	max-width: 100%;
	width: 335px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 10px;
	margin-bottom: 50px;
	font-family: "Noto Serif HK";
	opacity: 0.8;
}

.team-box-text h4{
	display: flex;
	align-items: center;
	color: #034345;
	font-size: 24px;
    font-weight: bold;
	padding-right: 60px;
}

.team-box-text h5{
	display: flex;
	align-items: center;
	color: #034345;
	font-size: 28px;
}
.team-box-text p{
	font-size: 18px;
	display: flex;
	width: 100%;
	justify-content: center;
}

.team-box-btn a{
	position: relative;
    display: inline-block;
    padding: 2px 40px;
    background: #034345;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 16px;
	font-family: "Noto Serif HK";
    border-radius: 20px;
    text-decoration: none;
    transition: color .6s ease, background .6s ease;
	margin-left: 120px;
}

.team-box-btn a:hover {
    background-color: #fff;
    color: #034345;
	font-weight: 500;
}

.accordion-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    width: 100%;
    padding: 15px 20px;
    background-color: #f9f9f9;
    color: #444;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-family: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    line-height: 1.4;
}

.accordion-header:hover {
    background-color: #eec;
}
.accordion-item.active .accordion-header {
    background-color: #8da198;
    color: #ffffff;
}

.icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.accordion-item.active .icon {
    border-color: #fff;
    transform: rotate(225deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #fff;
    color: #666;
}

.content-inner {
    padding: 20px 30px;
    border: 1px solid #eee;
    border-top: none;
}

.content-inner h3 {
    margin-top: 0;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.content-inner p {
    margin: 10px 0;
    line-height: 1.6;
    font-size: 15px;
}

.content-inner a {
    color: #8da198;
    text-decoration: none;
    font-weight: bold;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.benefit-list li {
    margin-bottom: 5px;
    font-size: 15px;
}
@media screen and (max-width: 768px){
	.news-box-01{
	padding-top: 160px;
}
	.news-warp-01{
    padding-bottom: 30px;
    padding-top: 10px;
}
	.news-warp-01 .title h2{
		font-size: 30px;
	}
	.news-warp-01 .title h3{
		font-size: 26px;
	}
	.news-box-2{
		padding-top: 20px;
	}
}
/********** news-detail **********/

.news-detail-box-01{
	padding-top: 200px;
}

.news-detail-box-01 img{
	max-width: 100%;
}

.news-detail-warp-01{
	background: #F3F3F3;
	background-position: center;
	position: relative;
	z-index: 99;
	padding-top: 60px;
    padding-bottom: 60px;
}

.news-detail-warp-01 .title h2{
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.news-detail-warp-01 .title h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
	padding-bottom: 60px;
}

.news-detail-warp-01 img{
	max-width: 100%;
	width: 950px;
}

.ad-box img{
	max-width: 100%;
}

.ad-box h2{
	font-weight: 700;
    margin-top: 30px;
    font-size: 32px;
	color: #1a5f58;
    font-family: "Noto Serif HK";
	padding-bottom: 10px;
}

.ad-box p{
	text-align: end;
	font-size: 18px;
    font-weight: 500;
    color: #838383;
    font-family: "Noto Serif HK";
	padding-top: 10px;
}

.news-detail-wrap-02{
	background: #F3F3F3;
}

.news-detail-text{
	max-width: 100%;
	width: 950px;
	text-align: justify;
}

.news-detail-text h4{
	font-size: 24px;
	font-weight: 500;
	color: #BCA085;
	font-family: "Noto Serif HK";
	padding-bottom: 50px;
}

.news-detail-text h5{
	font-size: 24px;
	font-weight: 500;
	color: #1a5f58;
	font-family: "Noto Serif HK";
	padding-top: 50px;
}

.news-detail-text p{
	font-size: 18px;
	font-weight: 500;
	color: #838383;
	font-family: "Noto Serif HK";
}
 
.news-detail-img img{
	max-width: 100%;
}

.news-detail-img-warp{
	padding-top: 10px;
	padding-bottom: 40px;
}

.news-detail-img-warp-01{
	background: #ffffff;
	padding-top: 30px;
	padding-left: 20px;
    padding-right: 20px;
}

.news-detail-img-warp-01 img{
	max-width: 100%;
	width: 230px;
}

.news-detail-img-warp-01 p{
	padding-top: 10px;
}

.news-detail-img-warp-01 h3{
	max-width: 100%;
    font-size: 24px;
    color: #555555;
    font-family: "Noto Serif HK";
	width: 230px;
}

.news-detail-text2 p{
	font-size: 18px;
    font-weight: 500;
    color: #838383;
    font-family: "Noto Serif HK";
	padding-bottom: 30px;
	border-bottom: 1px solid #838383;
}
.news-detail-box-btn2 {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.news-detail-box-btn2 a {
    position: relative;
    display: inline-block;
    padding: 2px 40px;
    background: #034345;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 16px;
    font-family: "Noto Serif HK";
    border-radius: 20px;
    text-decoration: none;
    transition: color .6s ease, background .6s ease;
}

.news-detail-box-btn2 a:hover {
    background-color: #fff;
    color: #034345;
    font-weight: 500;
}


.btn-back {
    display: inline-block;
    padding: 4px 25px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background-color: #d3c0b3;
    color: #ffffff;
    font-family: "Noto Serif HK";
    font-size: 16px;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-back:hover {
    background-color: #c4ae9e;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.return-btn{
	padding-top: 70px;
	padding-bottom: 80px;
}

/********** items-list **********/

.items-box-01 {
    padding-top: 200px;
	background: #F3F3F3;
}

.items-warp-01 {
    background: #F3F3F3;
    background-position: center;
    position: relative;
    z-index: 99;
    padding-bottom: 80px;
    padding-top: 60px;
}

.items-warp-02{
	background: #F3F3F3;
	padding-bottom: 100px;
	padding-top: 10px;
}

.items-box-01 img{
	max-width: 100%;
}

.items-box-02 {
	background: #ffffff;
	padding: 30px 30px;
	margin-bottom: 20px;
    border-radius: 40px;
	border: 1px solid #555555;
}

.items-warp-text{
	padding-left: 20px;
	text-align: justify;
    font-family: "Noto Serif HK";
}

.items-warp-text h4{
    font-size: 26px;
    font-weight: 500;
    color: #1a5f58;
    font-family: "Noto Serif HK";
}

.items-warp-text p{
    font-size: 18px;
    font-weight: 500;
	color: #838383;
    font-family: "Noto Serif HK";
}

.items-box-btn {
	display: flex;
	justify-content: end;
}

.items-box-btn a{
	position: relative;
    display: inline-block;
    padding: 2px 40px;
    background: #034345;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 16px;
	font-family: "Noto Serif HK";
    border-radius: 20px;
    text-decoration: none;
    transition: color .6s ease, background .6s ease;
}

.items-box-btn a:hover {
    background-color: #fff;
    color: #034345;
	font-weight: 500;
}

@media screen and (max-width: 768px){
	.items-box-02 {
    padding: 25px 25px;
}
	.items-warp-01 {
    padding-bottom: 30px;
    padding-top: 10px;
}
	.items-warp-text h4 {
    font-size: 22px;
}
	.items-warp-text p {
    font-size: 16px;
}
	.items-box-02 img{
		width: 100px;
	}
	.items-box-01 {
    padding-top: 160px;
}
}

/********** items-detail **********/

.items-detai-warp-01{
	background: #F3F3F3;
    padding-top: 60px;
    padding-bottom: 60px;
}

.items-detai-warp-01 .title h1 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
    padding-top: 10px;
    font-size: 32px;
    font-family: "Noto Serif HK";
    color: #034345;
}

.items-detai-warp-01 .title h2 {
    text-align: center;
    color: #BCA085;
    margin-top: 30px;
    font-family: "Noto Serif HK";
    font-size: 28px;
}

.items-detai-warp-01 .title h3{
	margin: 0; 
	padding-top: 20px;
}

.items-detai-warp-01 .title p{
	margin: 0;
    text-align: left;
}

.items-detai-wrap-02{
	background: #F3F3F3;
}

.schedule-block-2{
	background: #F3F3F3;
}

.items-detai-box-2{
	padding-top: 100px;
	padding-bottom: 100px;
}

.items-detai-box-img {
    margin-bottom: 40px;
}
.items-detai-box-img img{
	width: 100%;
}

.items-detai-box-text{
	text-decoration: none;
}

.items-detai-box-text h4{
	font-size: 24px;
    padding-top: 20px;
    font-family: "Noto Serif HK";
	color: #BCA085;
}
.items-detai-box-text p{
	font-size: 18px;
	font-weight: 500;
    font-family: "Noto Serif HK";
    color: #838383;
	text-align: justify;
}

/********** medical-news-list **********/

.medical-news-box-01{
	padding-top: 200px;
}

.medical-news-box-ad{
	background: #F3F3F3;
}

.medical-news-box-01 img{
	max-width: 100%;
}

.medical-news-warp-01{
	background: #F3F3F3;
	background-position: center;
	position: relative;
	z-index: 99;
	padding-bottom: 80px;
	padding-top: 60px;
}

.medical-news-warp-01 .title h2{
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.medical-news-warp-01 .title h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
}

.search-box .form-control{
	max-width: 90%;
	margin-top: 80px;
}

.medical-news-warp-01 .title p{
	text-align: center;
	color:#797979;
	font-weight: 700;
	margin-top: 30px;
	font-size: 18px;
	font-family: "Noto Serif HK";
}

.medical-news-wrap-02{
	background: #F3F3F3;
}

.tab-menu-4 {
  	display: flex;
  	justify-content: center;
  	list-style: none;
  	padding: 0;
	
}

.tab-menu-4 a{
	display: flex;
	justify-content: center;
  	padding: 2px 15px;
  	cursor: pointer;
  	font-size: 24px;
	font-family: "Noto Serif HK";
  	color: #ffffff;
  	transition: all 0.3s;
  	border-bottom: 3px solid transparent;
	text-decoration: none;
	background: #BCA085;
	border-radius: 25px;
	min-width: 150px;
	width: 100%;
}

.tab-menu-4 a:hover {
  	color: #ffffff;
  	font-weight: 500;
	background: #1a5f58;
	border-radius: 20px;
}

.tab-menu-4 a.active {
  	color: #ffffff;
  	font-weight: 500;
	text-decoration: none;
	background: #1a5f58;
	border-radius: 20px;
}

.schedule-block-2{
	background: #F3F3F3;
}

.list-box-2{
	padding-top: 150px;
}

.medical-news-box-img {
    margin-bottom: 40px;
}
.medical-news-box-img img{
	width: 100%;
}

.medical-news-box-text{
	text-decoration: none;
}

.medical-news-box-text h4{
	font-size: 24px;
    padding-top: 20px;
    font-family: "Noto Serif HK";
	color: #555555;
}
.medical-news-box-text p{
	font-size: 18px;
	font-weight: 500;
    font-family: "Noto Serif HK";
    color: #838383;
}
@media screen and (max-width:768px){
.medical-news-box-01 {
    padding-top: 160px;
}
	.medical-news-warp-01 {
    padding-bottom: 30px;
    padding-top: 10px;
}
	.medical-news-warp-01 .title h2 {
    font-size: 30px;
}
	.medical-news-warp-01 .title h3 {
    font-size: 26px;
}
}
/********** medical-news-detail **********/

.medical-news-detail-box-01{
	padding-top: 200px;
}

.medical-news-detail-box-01 img{
	max-width: 100%;
}

.medical-news-detail-warp-01{
	background: #F3F3F3;
	background-position: center;
	position: relative;
	z-index: 99;
	padding-top: 60px;
	padding-bottom: 80px;
}

.medical-news-detail-warp-01 .title h2{
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.medical-news-detail-warp-01 .title h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
}

.medical-news-detail-warp-01 img{
	max-width: 100%;
	width: 950px;
}

.ad-box h2{
	font-weight: 700;
    margin-top: 30px;
    font-size: 32px;
	color: #1a5f58;
    font-family: "Noto Serif HK";
	padding-bottom: 10px;
}

.ad-box p{
	text-align: end;
	font-size: 18px;
    font-weight: 500;
    color: #838383;
    font-family: "Noto Serif HK";
	padding-top: 10px;
}

.medical-news-detail-wrap-02{
	background: #F3F3F3;
}

.medical-news-detail-text{
	max-width: 100%;
	width: 950px;
	text-align: justify;
}

.medical-news-detail-text h4{
	font-size: 24px;
	font-weight: 500;
	color: #BCA085;
	font-family: "Noto Serif HK";
	padding-bottom: 50px;
}

.medical-news-detail-text h5{
	font-size: 24px;
	font-weight: 500;
	color: #1a5f58;
	font-family: "Noto Serif HK";
	padding-top: 50px;
}

.medical-news-detail-text p{
	font-size: 18px;
	font-weight: 500;
	color: #838383;
	font-family: "Noto Serif HK";
}
 
.medical-news-detail-img img{
	max-width: 100%;
}

.medical-news-detail-img-warp{
	padding-top: 10px;
	padding-bottom: 40px;
}

.medical-news-detail-img-warp-01{
	background: #ffffff;
	padding-top: 30px;
	padding-left: 20px;
    padding-right: 20px;
}

.medical-news-detail-img-warp-01 img{
	max-width: 100%;
	width: 230px;
}

.medical-news-detail-img-warp-01 p{
	padding-top: 10px;
}

.medical-news-detail-img-warp-01 h3{
	max-width: 100%;
    font-size: 24px;
    color: #555555;
    font-family: "Noto Serif HK";
	width: 230px;
}

.medical-news-detail-text2 p{
	font-size: 18px;
    font-weight: 500;
    color: #838383;
    font-family: "Noto Serif HK";
	padding-bottom: 30px;
	border-bottom: 1px solid #838383;
}
.medical-news-detail-box-btn2 {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.medical-news-detail-box-btn2 a {
    position: relative;
    display: inline-block;
    padding: 2px 40px;
    background: #034345;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 16px;
    font-family: "Noto Serif HK";
    border-radius: 20px;
    text-decoration: none;
    transition: color .6s ease, background .6s ease;
}

.medical-news-detail-box-btn2 a:hover {
    background-color: #fff;
    color: #034345;
    font-weight: 500;
}


.btn-back {
    display: inline-block;
    padding: 4px 25px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background-color: #d3c0b3;
    color: #ffffff;
    font-family: "Noto Serif HK";
    font-size: 16px;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-back:hover {
    background-color: #c4ae9e;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.return-btn{
	padding-top: 70px;
	padding-bottom: 80px;
}

/********** column-list **********/

.column-list-box-01{
	padding-top: 200px;
}

.column-list-box-ad{
	background: #F3F3F3;
}

.column-list-box-01 img{
	max-width: 100%;
}

.column-list-warp-01{
	background: #F3F3F3;
	background-position: center;
	position: relative;
	z-index: 99;
	padding-bottom: 80px;
	padding-top: 60px;
}

.column-list-warp-01 .title h2{
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.column-list-warp-01 .title h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
}

.search-box .form-control{
	max-width: 90%;
	margin-top: 80px;
}

.column-list-warp-01 .title p{
	text-align: center;
	color:#797979;
	font-weight: 700;
	margin-top: 30px;
	font-size: 18px;
	font-family: "Noto Serif HK";
}

.column-list-wrap-02{
	background: #F3F3F3;
}

.tab-menu-4 {
  	display: flex;
  	justify-content: center;
  	list-style: none;
  	padding: 0;
	
}

.tab-menu-4 a{
	display: flex;
	justify-content: center;
  	padding: 2px 15px;
  	cursor: pointer;
  	font-size: 24px;
	font-family: "Noto Serif HK";
  	color: #ffffff;
  	transition: all 0.3s;
  	border-bottom: 3px solid transparent;
	text-decoration: none;
	background: #BCA085;
	border-radius: 25px;
	min-width: 150px;
	width: 100%;
}

.tab-menu-4 a:hover {
  	color: #ffffff;
  	font-weight: 500;
	background: #1a5f58;
	border-radius: 20px;
}

.tab-menu-4 a.active {
  	color: #ffffff;
  	font-weight: 500;
	text-decoration: none;
	background: #1a5f58;
	border-radius: 20px;
}

.schedule-block-2{
	background: #F3F3F3;
}

.list-box-2{
	padding-top: 150px;
}

.column-list-box-img {
    margin-bottom: 40px;
}
.column-list-box-img img{
	width: 100%;
}

.column-list-box-text{
	text-decoration: none;
}

.column-list-box-text h4{
	font-size: 24px;
    padding-top: 20px;
    font-family: "Noto Serif HK";
	color: #555555;
}
.column-list-box-text p{
	font-size: 18px;
	font-weight: 500;
    font-family: "Noto Serif HK";
    color: #838383;
}
@media screen and (max-width:768px){
	.column-list-box-01 {
    padding-top: 160px;
}
	.column-list-warp-01 .title h2 {
    font-size: 30px;
}
	.column-list-warp-01 .title h3 {
    font-size: 26px;
}
	.column-list-warp-01 {
    padding-bottom: 30px;
    padding-top: 10px;
}
}
/********** case-sharing-list **********/

.case-sharing-box-01{
	padding-top: 200px;
}

.case-sharing-box-ad{
	background: #F3F3F3;
}

.case-sharing-box-01 img{
	max-width: 100%;
}

.case-sharing-warp-01{
	background: #F3F3F3;
	background-position: center;
	position: relative;
	z-index: 99;
	padding-bottom: 80px;
	padding-top: 60px;
}

.case-sharing-warp-01 .title h2{
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.case-sharing-warp-01 .title h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
}

.search-box .form-control{
	max-width: 100%;
	margin-top: 1rem;
}

.news-warp-01 .title p{
	text-align: center;
	color:#797979;
	font-weight: 700;
	margin-top: 30px;
	font-size: 18px;
	font-family: "Noto Serif HK";
}

.case-sharing-wrap-02{
	background: #F3F3F3;
	padding-top: 10px;
}

.tab-menu-4 {
  	display: flex;
  	justify-content: center;
  	list-style: none;
  	padding: 0;
	padding: 10px 80px 0;
}

.tab-menu-4 a{
	display: flex;
	justify-content: center;
  	padding: 2px 4px;
  	cursor: pointer;
  	font-size: 20px;
	font-family: "Noto Serif HK";
  	color: #ffffff;
  	transition: all 0.3s;
  	border-bottom: 3px solid transparent;
	text-decoration: none;
	background: #BCA085;
	border-radius: 25px;
	min-width: 140px;
	width: 100%;
}

.tab-menu-4 a:hover {
  	color: #ffffff;
  	font-weight: 500;
	background: #1a5f58;
	border-radius: 20px;
}

.tab-menu-4 a.active {
  	color: #ffffff;
  	font-weight: 500;
	text-decoration: none;
	background: #1a5f58;
	border-radius: 20px;
}

.schedule-block-2{
	background: #F3F3F3;
    padding-bottom: 60px;
}

.list-box-2{
	padding-top: 50px;
}

.case-sharing-box-img {
    margin-bottom: 40px;
}
.case-sharing-box-img img{
	width: 100%;
}

.case-sharing-box-text{
	text-decoration: none;
}

.case-sharing-box-text h4{
	font-size: 24px;
    padding-top: 20px;
    font-family: "Noto Serif HK";
	color: #555555;
}
.case-sharing-box-text p{
	font-size: 18px;
	font-weight: 500;
    font-family: "Noto Serif HK";
    color: #838383;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 15px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.pagination a {
	display: flex;
	text-align: center;
    text-decoration: none;
    color: #888;
    font-size: 16px;
	font-family: "Noto Serif HK";
    transition: all 0.3s ease;
}

.prev-next {
    color: #999;
    letter-spacing: 1px;
}

.prev-next:hover {
    color: #1a5f58;
}

.page-link {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	background-color: transparent !important;
	border: none !important;
}

.page-link.active {
    background-color: #1a5f58 !important;
    color: #ffffff;
    font-weight: bold;
}

.page-link:not(.active):hover {
    background-color: #1a5f58 !important;
    color: #ffffff;
	text-decoration: none;
}

.column-01{
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width:768px){
	.case-sharing-box-01 {
    padding-top: 160px;
}
	.case-sharing-warp-01 {
    padding-bottom: 30px;
    padding-top: 10px;
}
	.case-sharing-warp-01 .title h2{ 
    font-size: 30px;
}
	.case-sharing-warp-01 .title h3{ 
    font-size: 26px;
}
}
/********** case-sharing-detail **********/
.case-sharing-detail-box-01{
	padding-top: 200px;
}

.case-sharing-detail-box-01 img{
	max-width: 100%;
}

.case-sharing-detail-warp-01{
	background: #F3F3F3;
	background-position: center;
	position: relative;
	z-index: 99;
	padding-top: 60px;
	padding-bottom: 80px;
}

.case-sharing-detail-warp-01 .title h2{
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	font-size: 38px;
	font-family: "Noto Serif HK";
}

.case-sharing-detail-warp-01 .title h3{
	text-align: center;
	color:#BCA085;
	margin-top: 30px;
	font-family: "Noto Serif HK";
}

.case-sharing-detail-warp-01 img{
	max-width: 100%;
	width: 950px;
}

.ad-box h2{
	font-weight: 700;
    margin-top: 15px;
    font-size: 32px;
	color: #1a5f58;
    font-family: "Noto Serif HK";
	padding-bottom: 10px;
}

.ad-box p{
	text-align: end;
	font-size: 18px;
    font-weight: 500;
    color: #838383;
    font-family: "Noto Serif HK";
	padding-top: 10px;
}

.case-sharing-detail-wrap-02{
	background: #F3F3F3;
}

.case-sharing-detail-text{
	max-width: 100%;
	width: 950px;
	text-align: justify;
}

.case-sharing-detail-text h4{
	font-size: 24px;
	font-weight: 500;
	color: #BCA085;
	font-family: "Noto Serif HK";
	padding-bottom: 50px;
}

.case-sharing-detail-text h5{
	font-size: 24px;
	font-weight: 500;
	color: #1a5f58;
	font-family: "Noto Serif HK";
	padding-top: 50px;
}

.case-sharing-detail-text p{
	font-size: 18px;
	font-weight: 500;
	color: #838383;
	font-family: "Noto Serif HK";
}
 
.case-sharing-detail-img img{
	max-width: 100%;
}

.case-sharing-detail-img-warp{
	padding-top: 10px;
	padding-bottom: 40px;
}

.case-sharing-detail-img-warp-01{
	background: #ffffff;
	padding-top: 30px;
	padding-left: 20px;
    padding-right: 20px;
}

.case-sharing-detail-img-warp-01 img{
	max-width: 100%;
	width: 230px;
}

.case-sharing-detail-img-warp-01 p{
	padding-top: 10px;
}

.case-sharing-detail-img-warp-01 h3{
	max-width: 100%;
    font-size: 24px;
    color: #555555;
    font-family: "Noto Serif HK";
	width: 230px;
}

.case-sharing-detail-text2 p{
	font-size: 18px;
    font-weight: 500;
    color: #838383;
    font-family: "Noto Serif HK";
	padding-bottom: 30px;
	border-bottom: 1px solid #838383;
}

.btn-back {
    display: inline-block;
    padding: 4px 25px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background-color: #d3c0b3;
    color: #ffffff;
    font-family: "Noto Serif HK";
    font-size: 16px;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-back:hover {
    background-color: #c4ae9e;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.return-btn{
	padding-top: 70px;
	padding-bottom: 80px;
}

@media screen and (max-width:768px){
	.case-sharing-detail-box-01 {
    padding-top: 160px;
}
	.case-sharing-detail-warp-01 {
    padding-bottom: 30px;
    padding-top: 10px;
}
	.case-sharing-detail-warp-01 .title h2{ 
    font-size: 30px;
}
	.case-sharing-detail-warp-01 .title h3{ 
    font-size: 26px;
}
}

/********** footer  **********/

.footer-warp{
    background-color: #E4D7C9;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-text-group{
	width: 930px;
	padding-top: 50px;
	padding-bottom: 20px;
}
.footer-text-box{
	border-bottom: 2px solid #555555;
	padding-bottom: 20px;
}
.footer-text-box2{
	padding-top: 30px;
}
.footer-text-box2 i{
	color: #CEB8A6;
	font-size: 28px;
	padding-left: 10px;
	padding-top: 5px;
}

.footer-text-box3{
	width: 100%;
}

.footer-nav-item{
    display: inline;
    font-size: 20px;
    font-weight: 700;
}
.footer-nav-item a{
    color: #fff;
    text-decoration: none;
    padding: 20px 10px 20px 10px;
}
.footer-nav-item a:hovor{
    color:#D57A31;
    transform: 3s;
}

.footer-warp h1{
    font-size: 32px;
    color:#555555;
	padding-right: 20px;
	border-right: 2px solid #555555;
	font-family: "Noto Serif HK";
}
.footer-warp h2{
    font-size: 32px;
    color:#555555;
	padding-left: 20px;
	font-family: "Noto Serif HK";
}
.footer-warp h3{
    font-size: 26px;
    color:#555555;
	font-family: "Noto Serif HK";
}
.footer-warp p{
    font-size: 18px;
	font-weight:500;
    color:#555555;
	font-family: "Noto Serif HK";
}
@media screen and (max-width: 767px){
	.footer-text-box{
		display: flex;
		justify-content: center;
	}
	
    .footer-warp h1{
        font-size: 22px;
    }
	.footer-warp h2{
        font-size: 22px;
    }
	.footer-warp h3{
        font-size: 20px;
    }
	.footer-text-box2{
		text-align: center;
		justify-content: center;
		padding-top: 30px;
	}
    .copy-right{
        font-size: 12px;
        padding-bottom: 30px;
    }
	.footer-warp p {
    font-size: 15px;
}
	
}
/********** line  **********/
/* --- 基礎字體與顏色 --- */
:root {
    --text-dark: #333333;
    --text-gray: #666666;
    --border-color: #cccccc;
    --btn-color: #cbb8a1; /* 奶茶色按鈕 */
}

/* --- 黑底遮罩層 --- */
.booking-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.booking-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* --- 預約面板主體 (電腦版：預設從右側滑出) --- */
.booking-panel {
    position: fixed;
    top: 0;
    right: -100%; /* 預設隱藏在畫面右側外 */
    width: 500px; /* 電腦版寬度 */
    max-width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    overflow-y: auto;
    padding: 40px;
    transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); /* 平滑動畫 */
}
.booking-panel.open {
    right: 0; /* 滑入畫面 */
}

/* --- 內部排版設計 --- */
.close-btn {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 24px;
    color: #a88a62;
    cursor: pointer;
    font-weight: bold;
}

.booking-header {
    text-align: center;
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.booking-header h2 {
    font-size: 28px;
    color: var(--text-dark);
	font-family: "Noto Serif HK";
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.booking-header .notice {
    color: #999;
    font-size: 14px;
}
.divider {
    color: var(--border-color);
    margin: 0 8px;
    font-weight: 300;
}

.clinic-item {
    border-bottom: 1px solid var(--border-color);
    padding: 25px 0;
}
.clinic-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.clinic-title-row h3 {
    font-size: 20px;
    color: var(--text-dark);
    margin: 0;
	font-family: "Noto Serif HK";
}
.social-btns {
    display: flex;
    gap: 8px;
}
.btn-line, .btn-fb {
    background-color: var(--btn-color);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
	font-family: "Noto Serif HK";
    transition: 0.2s;
}
.btn-line { padding: 4px 12px; border-radius: 4px;}
.btn-fb { width: 26px; height: 26px; font-weight: bold; font-family: sans-serif;}
.btn-line:hover, .btn-fb:hover { background-color: #b5a28c; color: white;}

.clinic-info p {
    color: var(--text-gray);
    font-size: 15px;
    margin: 5px 0;
    line-height: 1.6;
	font-family: "Noto Serif HK";
}

@media (max-width: 768px) {
	.booking-header h2 {
    margin-top: 35px;
}
    .booking-panel {
        right: 0;
        top: -100%;
        width: 100%;
        height: 85vh;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        transition: top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        padding: 30px 20px;
    }
    
    .booking-panel.open {
        top: 0;
    }
	
    .clinic-title-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


@media screen and (max-width: 768px){
    .case-box-text h4{
        font-size: 20px;
    }
}

.top-search .input-group {
  display: flex;
  align-items: center;
  max-width: 360px;
}

.top-search .form-control {
  height: 38px;
}

.top-search .btn-search {
  height: 38px;
  padding: 4px 16px;
  border: 1px solid #7b5b43;
  background: #7b5b43;
  color: #fff;
  white-space: nowrap;
}

.top-search .btn-search:hover {
  background: #624735;
  border-color: #624735;
}

.search-box {
  display: flex;
  align-items: center;
}

.search-box .form-control {
  height: 38px;
  margin: 0;
}

.search-box .btn-search {
  height: 38px;
  min-width: 70px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 16px;
  margin: 0;

  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.section-hr {
  border: 0;
  height: 1px;
  margin: 48px 0;
  background: linear-gradient(
    to right,
    transparent,
    #c8a878,
    transparent
  );
}

.item a {
  text-decoration: none;
  cursor: pointer;
}

.item a:hover,
.item a:focus {
  text-decoration: none;
}

.items-more h4{
    font-size: 24px;
}

.schedule-img .row {
  justify-content: center;
}

.certificate-wrap {
    margin-top: 35px;
}

.certificate-item {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.certificate-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.certificate-wrap {
    margin-top: 35px;
}

.certificate-item {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: 0.3s;
}

.certificate-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.certificate-img-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
    display: block;
}

.certificate-img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}

.certificate-item:hover .certificate-img-box img {
    transform: scale(1.03);
}

.certificate-text {
    margin-top: 0px;
    text-align: center;
}

.certificate-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 5px;}

.certificate-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 0;
    font-weight: 700;
}