/* banner-content */
.banner-content_img{
    height: 400px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
.banner-content{
    padding:80px 0 0 0;
}
.chemistry_rows{
    padding-top: 0;
}
.banner-content.second_type{
    padding:100px 0 100px 0;
}
.chemistry_cont{
  z-index: 11;
  max-width: 100%;
}
.chemistry_cont .cont-title{
  font-size: 30px;
  letter-spacing: 5px;
}
.chemistry_cont .cont-en{
  line-height: 1.1;
  letter-spacing: 1px;
}
.chemistry_cont .cont-text{
  letter-spacing: 2px;
}
.chemistry_cont .cont-title-en .cont-title-en-title1{
  left: 0;
  top: 0;
}
.chemistry_cont .cont-title-en .cont-title-en-title2{
  left: 0;
  top: 0;
}

/*  */
@keyframes fly-in {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.cont-title-en-title1 span,
.cont-title-en-title2 span {
    display: inline-block;
    opacity: 0;
    animation: fly-in 1.5s ease-out forwards;
}

.cont-title-en-title1 span:nth-child(1) {
    animation-delay: 0s;
}
.cont-title-en-title1 span:nth-child(2) {
    animation-delay: 0.5s;
}
.cont-title-en-title1 span:nth-child(3) {
    animation-delay: 0.8s;
}
.cont-title-en-title1 span:nth-child(4) {
    animation-delay: 1s;
}
.cont-title-en-title1 span:nth-child(5) {
    animation-delay: 1.2s;
}
/* 按需添加更多 nth-child 規則 */

.cont-title-en-title2 span:nth-child(1) {
    animation-delay: 0s;
}
.cont-title-en-title2 span:nth-child(2) {
    animation-delay: 0.5s;
}
.cont-title-en-title2 span:nth-child(3) {
    animation-delay: 0.8s;
}
.cont-title-en-title2 span:nth-child(4) {
    animation-delay: 1s;
}
.cont-title-en-title2 span:nth-child(5) {
    animation-delay: 1.2s;
}
.cont-title-en-title2 span:nth-child(6) {
    animation-delay: 1.4s;
}
/* 按需添加更多 nth-child 規則 */

/* 特約診所內容 */
.branch-section{
    padding: 100px 0 20px 0;
}
.branch-section-area > div {
    display: none;
}
.branch-section-area-north,
.branch-section-area-central,
.branch-section-area-south {
    display: none;
}
.branch-section-select-option{
    max-width: 600px;
    border-radius: 8px;
    padding: 0 15px;
}
.branch-section-select-option .col-3{
    padding: 0;
}
.branch-section-select-option h2{
    height: 50px;
    line-height: 50px;
    border-right: #bdafa7 solid 1px;
    background: #534741;
    color: #fff;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.branch-section-select-option h2.active{
    background: #e07d19;
}
.branch-section-select-option .col-3:first-child h2{
    border-radius: 8px 0 0 8px;
}
.branch-section-select-option .col-3:last-child h2{
    border-radius: 0 8px 8px 0;
}
.news_list{
    background: #fff;
    border: 1px solid #ddd;
/*     border-radius: 8px; */
    box-shadow: 0px 3px 5px -1px rgba(99, 99, 99, 0.2);
}
.news_list_img figure{
    margin-bottom: 0;
}
.news_list .news_list_title span{
    letter-spacing: 1px;
    z-index: 2;
}
.news_list .news_list_title:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: none;
    width: 214px;
    height: 49px;
    left: 0px;
    right: 0;
    z-index: 1;
    margin: auto;
    top: -13px;
    background-image: url(../images/locations/box-yellow-xs.png);
    background-size: 135px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.news_list .news_list_row{
    font-size: 17px;
}
.news_list .news_list_row li{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.8;
    border-top: #333 dotted 1px;
    position: relative;
}

.news_list .news_list_row_title{
    min-width: 110px;
    position: relative;
}

.news_list .news_list_row_text{
    vertical-align: text-top;
}
.contact-infomation .border_line {
    border-bottom: 3px dotted #ccc;
    height: 1px;
    margin: 0 0 0 0;
}
.knowledge_share_icon{
    display: inline-block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    background-color: rgba(218, 138, 32, 1);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    vertical-align: middle;
}
.knowledge_share_icon.info_type{
    background: #333;
}
.news_list_img_brand{
    width: 120px;
    text-align: center;
    left: auto;
    right: 20px;
    margin: auto;
    top: -90px;
    z-index: 3;
    border-radius: 10px;
    border: 1px solid #ccc;
    opacity: 1!important;
    background: linear-gradient(135deg,  rgba(215,215,215,1) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%);
    box-shadow: 2px 2px 5px 0.5px rgba(80, 80, 80, 0.1);
    padding: 10px 10px;
}
.news_list_skill{
    margin-bottom: 15px;
}
.news_list_skill span{
    display: inline-block;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    padding:0 8px;
    margin: 5px 10px 5px 0;
    background: #df9300;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}
.news_list_img.effects_img{
    padding: 12px 12px 5px 12px;
}
.news_list_img.effects_img img{
    border: 1px solid #ddd;
/*     border-radius: 8px 8px 0 0; */
}
/* 隱私權 */
.contact-infomation {
    padding: 0 0 20px 0;
    max-width: 800px;
    line-height: 1.7;
}
.contact-infomation ul {
    padding-left: 5px;
}
.contact-infomation li {
    position: relative;
    font-size: 1.2rem;
}
.contact-infomation strong {
    font-weight: 700;
}
.contact-infomation li:before {
    display: inline-block;
    content: "．";
    position: absolute;
    left: -5px;
    top: 8px;
}
/* 響應式裝置========== */
@media only screen and (min-width : 992px) {
    .banner-content_img .chemistry_cont{
        margin-top: 60px;
    }
    .banner-content_img .chemistry_cont .cont-title-en{
        white-space:nowrap;
        font-size: 70px;
    }
    .banner-content_img{
        background-size: cover;
    }
}
@media screen and (min-width: 992px) and (max-width: 1366px) {
    
}

@media only screen and (max-width : 991px) {
    
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    
}
@media only screen and (max-width : 991px) {
    .chemistry_cont .cont-title-en{
      font-size: 40px;
    }
}
@media only screen and (max-width : 767px) {
    .banner-content{
        padding:70px 0 0px 0;
    }
    .banner-content_img{
        background-image: url(../images/locations/banner_new-xs.jpg?v=20240518)!important;
        background-position: center top;
        background-size: cover;
    }
    .chemistry_rows{
        padding-top: 40px;
    }
    .contact-infomation .chemistry_rows{
        padding-top: 0;
    }
    .chemistry_cont .cont-title-en{
      font-size: 45px;
      line-height: 1.1;
      letter-spacing: 1.5px;
    }
    .contact-infomation{
        padding: 0px 0 0px 0;
    }
}
@media only screen and (max-width : 330px) {

}
/* ==========響應式裝置 */