/* 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: 50px 0 50px 0;
}
.branch-section-select-option{
    max-width: 500px;
    border-radius: 8px;
    padding: 0 15px;
}
.branch-section-select-option .col-md-4{
    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-md-4:first-child h2{
    border-radius: 8px 0 0 8px;
}
.branch-section-select-option .col-md-4:last-child h2{
    border-radius: 0 8px 8px 0;
}
.news_list{
    background: #fff;
    box-shadow: 0px 3px 10px -1px rgba(55, 55, 55, 0.2);
    display: inline-block;
}
.news_list_img figure{
    margin-bottom: 0;
}
.news_list .news_list_title span{
    font-size: 20px;
    letter-spacing: 1px;
    z-index: 2;
}

.news_list .news_list_row{
    font-size: 17px;
}
.news_list .news_list_row li{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.news_list .news_list_row_title{
    position: relative;
}

.news_list .news_list_row_text{
    vertical-align: text-top;
}
.contact-infomation .border_line,
.border_line{
    background: -webkit-gradient(linear, left top, right top, from(#e07d19), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #e07d19, rgba(0, 0, 0, 0));
    height: 1px;
    margin: 15px 40px 15px 0;
}
/* 文章 */
.knowledge{
    padding: 90px 0 0px 0;
}
.knowledge h2{
    font-size: 25px;
    margin-bottom: 20px;
}
.knowledge_content_title{
    font-size: 24px;
}
.btn-close{
    right: 20px;
    top: 22px;
}
/* knowledge_anchor */
.text-super {
  vertical-align: super;
  font-size: 12px;
  color: #990000;
}

.knowledge_anchor {
  background: linear-gradient(135deg,  rgba(232,232,232,1) 0%,rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
  max-width: 100%;
  margin: 0 auto 50px auto;
  box-shadow: 2px 2px 8px 1px #cecece;
  border-radius: 3px;
}

.knowledge_anchor_title {
  color: #534741;
    font-size: 22px;
    line-height: 1.5;
}

.knowledge_anchor ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 0;
}

.knowledge_anchor ul li {
    padding-left: 10px;
    list-style: disc;
    line-height: 1.5;
    margin-bottom: 3px;
}

.knowledge_anchor ul li::marker {
  font-size: 22px;
}

.knowledge_anchor ul li.list-none {
  list-style: none;
}

.knowledge_anchor ul.square_type li ul {
    list-style-image: none;
    position: relative;
}

.knowledge_anchor ul.square_type li ul li::marker {
    font-size: 0px;
}

.knowledge_anchor ul.square_type li ul li {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.knowledge_anchor ul.square_type li ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #333;
    left: -17px;
    top: 8px;
}

.knowledge_anchor ul li ul li::marker {
    width: 15px;
}

.knowledge_anchor ul li a {
    color: #534741;
}
.knowledge_anchor ul li.knowledge_anchor_h2 {
    margin-top: 10px;
}
.knowledge_anchor ul li.knowledge_anchor_h2 a {
    color: #ac250d;
}
.knowledge_anchor ul li.knowledge_anchor_h2::marker {
    color: #ac250d;
}
.accident_list{
    display: inline-block;
    width: 100%;
    position: relative;
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#e8e8e8+0,fcfcfc+0,e8e8e8+100 */
    background: linear-gradient(135deg,  rgba(232,232,232,1) 0%,rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-bottom: 5px;
    border-radius: 8px;
    border: 1px solid #cecece;
    box-shadow: 2px 2px 2px 1px rgba(150, 150, 150, 0.1);
}
.accident_list_img{

}
.accident_list h3 {
    line-height: 1.5;
    font-size: 20px;
}
.accident_list p {
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
}
/* 翻牌效果 */
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
        opacity: 1;
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
    }
}

.flipIn {
    animation-name: flipIn;
}
.accident_group table td,
.accident_group table th,{
    color: #534741!important;
}
.accident_group h3{
    font-size: 22px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color:#e07d19;
    text-align: center;
}
.accident_table th{
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    vertical-align: top;
    color:#4f312b;
    letter-spacing: 1.5px;
}
.accident_table.brand_type th{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}
.accident_table{
    border: 1px solid #ccc;
    line-height: 1.5;
}
.accident_table thead{
    vertical-align: top;
}
.accident_table td{
    color:#534741;
    border-left: 1px solid #ccc;
}
.knowledge_share_icon{
    display: inline-block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    background: #4f312b;
    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;
}
.knowledge_share_icon:hover{
    color: #fff;
}
.accident_row li{
    list-style: disc;
}
/* 響應式裝置========== */
@media only screen and (min-width : 992px) {
      .knowledge .container {
        max-width: 900px;
      }
    .knowledge_content_title_img{
        max-width: 600px;
    }
    .banner-content_img .chemistry_cont{
        margin-top: 20px;
    }
    .banner-content_img .chemistry_cont .cont-title-en{
        white-space:nowrap;
        font-size: 70px;
    }
    .news_list .news_list_row{
        min-height: 80px;
        max-height: 80px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1366px) {
    
}

@media only screen and (max-width : 991px) {
    .accident_list_img img{
        height: 100px;
    }
    .accident_list_img.only_type img{
        height: auto;
    }
    .accident_table th{
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        vertical-align: top;
        color:#4f312b;
        letter-spacing: 1.5px;
    }
    .accident_list{
        max-width: 300px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .banner-content_img .chemistry_cont{
        margin-top: 60px;
    }
}
@media only screen and (max-width : 991px) {
    .chemistry_cont .cont-title-en{
      font-size: 40px;
    }
    .banner-content_img{
        background-position: center top;
        background-size: cover;
    }
    .banner-content_img{
        height: 450px;
    }
}
@media only screen and (max-width : 767px) {
    .banner-content{
        padding:70px 0 0px 0;
    }
    .banner-content_img{
        background-image: url(../images/dental/banner-xs.jpg?v=20240518)!important;
        background-position: center top;
        background-size: cover;
    }
    .banner-content_img .chemistry_rows{
        padding-top: 20px;
    }
    .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;
    }
    .banner-content_img .chemistry_cont{
        border-radius: 8px;
        padding: 16px 8px;
    }
    .branch-section-select-option h2{
        border-right: #bdafa7 solid 0px;
        border-bottom: 1px solid #aaa;
    }
    .branch-section-select-option h2.active{
        background: #e07d19;
    }
    .branch-section-select-option .col-md-4:first-child h2{
        border-radius: 0 0 0 0;
    }
    .branch-section-select-option .col-md-4:last-child h2{
        border-radius: 0 0 0 0;
    }
}
@media only screen and (max-width : 330px) {

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