.news_list {
    background: #f7f7f7;
    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 {
    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: 60px 0 30px 0;
}

.knowledge h1 {
    font-size: 28px;
}

.knowledge_content_title {
    font-size: 24px;
    padding:12px 0;
    line-height: 1.5;
    position: relative;
}
.knowledge_content_title:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ffffff+0,fffdc4+48,fffdc4+48,eaeaea+48,ffffff+100&0.52+36,0.69+48,0.37+72 */
background: linear-gradient(to right,  rgba(255,255,255,0.52) 0%,rgba(239,239,239,0.52) 36%,rgba(234,234,234,0.69) 48%,rgba(244,244,244,0.37) 72%,rgba(255,255,255,0.37) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.btn-close {
    right: 20px;
    top: 22px;
}

.news_list_img {
    padding: 20px;
}

.news_list_img figure {
    position: relative;
}

.news_list_img figure:before {
    content: "";
    width: 98%;
    height: 96%;
    left: 0;
    right: 0;
    top: 2%;
    margin: auto;
    position: absolute;
    /*     border: 1px solid #bfb6ab; */
    z-index: 1;
    background-image: url(../images/case/iframe_resized.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.news_list_img figure img {
    position: relative;
    border-radius: 30px;
}

.knowledge_share_icon {
    display: inline-block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    background: #df9300;
    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_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(248, 248, 248, 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.blue_type {
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#feffff+46,feffff+46,d2ebf9+100 */
    background: linear-gradient(to bottom,  rgba(254,255,255,1) 46%,rgba(254,255,255,1) 46%,rgba(210,235,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color:#000;
}

.accident_list h3 {
    line-height: 1.5;
    font-size: 1.5rem;
}

.accident_list p {
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
}

.accident_list {
    display: inline-block;
    width: 100%;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,f4f4f4+51,f9f7ff+100&1+0,0.77+41,1+100 */
    background: linear-gradient(135deg,  rgba(254,255,255,1) 0%,rgba(246,246,246,0.77) 41%,rgba(244,244,244,0.81) 51%,rgba(249,247,255,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.blue_type {
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#feffff+46,feffff+46,d2ebf9+100 */
    background: linear-gradient(to bottom,  rgba(254,255,255,1) 46%,rgba(254,255,255,1) 46%,rgba(210,235,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color:#000;
}

.accident_list h3 {
    line-height: 1.3;
    font-size: 1.2rem;
}

.accident_list p {
    line-height: 1.5;
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 0;
}

.knowledge_list_form {
    margin: 0 auto;
    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+ */
    border: 1px solid #cecece;
    border-radius: 8px;
    padding: 30px 15px 20px 35px;
}

.knowledge_list_form li {
    list-style: disc;
}

/* table */
.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 {
    vertical-align: top;
    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.price_theme {
    max-width: 500px;
    margin: auto;
}

.accident_table thead {
    vertical-align: top;
}

.accident_table td,
.accident_table th{
    border-left: 1px solid #ccc;
    padding: .4rem .8rem;
}

/* 卡片網格 */
.service-card {
    position: relative;
}

.service-card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: 0.6s;
    z-index: 0;
    background-color: #560c81;
}

.service-card:hover {
    box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem rgba(0, 0, 0, 0.13);
}

.service-card:nth-child(1)::before {
    bottom: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}

.service-card:nth-child(2)::before {
    bottom: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}

.service-card:nth-child(3)::before {
    top: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}

.service-card:nth-child(4)::before {
    top: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}

.service-card p {
    transition: 0.8s;
}

.service-card:hover::before {
    clip-path: circle(110vw at 100% 100%);
}

.service-card:hover p {
    color: #fff;
}

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.service-card {
    height: 270px;
}

.service-card:nth-child(1) {
    bottom: 8px;
    right: 0;
    left: -8px;
}

.service-card:nth-child(2) {
    bottom: 8px;
    left: 8px;
}

.service-card:nth-child(3) {
    top: 8px;
    right: 0;
    left: -8px;
}

.service-card:nth-child(4) {
    top: 8px;
    right: 0;
    left: 8px;
}

.service-card:nth-child(1) .circle {
    background-image: url(../images/services-full-mouth-reconstruction/knowledge_list1.jpg);
    background-position: right bottom;
    background-size: contain;
    bottom: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}

.service-card:nth-child(2) .circle {
    background-image: url(../images/services-full-mouth-reconstruction/knowledge_list2.jpg);
    background-position: left bottom;
    background-size: contain;
    bottom: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}

.service-card:nth-child(3) .circle {
    background-image: url(../images/services-full-mouth-reconstruction/knowledge_list3.jpg);
    background-position: right top;
    background-size: contain;
    top: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}

.service-card:nth-child(4) .circle {
    background-image: url(../images/services-full-mouth-reconstruction/knowledge_list4.jpg);
    background-position: left top;
    background-size: contain;
    top: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}

.font-focus {
    display: inline-block;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    padding: 0 10px;
    color: #1a1a1a;
}

.knowledge_bg {
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ffffff+1,eaeaea+52,cccccc+100 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 1%, rgba(234, 234, 234, 1) 80%, rgba(204, 204, 204, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #ccc;
    border-radius: 8px;
}
.accident_row li{
    list-style: disc;
}
.mouth-title{
    height: 75px;
}
/* 響應式裝置========== */
@media only screen and (min-width : 992px) {
    .knowledge .container {
        max-width: 1000px;
    }
    .banner-content .container {
        max-width: 1200px;
    }
    .knowledge_content_title_img {
        max-width: 600px;
    }

    .banner-content_img .chemistry_cont {
        margin-top: 60px;
    }

    .banner-content_img .chemistry_cont .cont-title-en {
        white-space: nowrap;
        font-size: 70px;
    }

    .news_list_title {
        min-height: 50px;
        max-height: 50px;
    }

    .news_list .news_list_row {
        min-height: 80px;
        max-height: 80px;
    }

    .accident_list .accident_list_img {
    }
    .accident_list .accident_list_img.only_type {
        height: auto;
    }
    .accident_list .accident_list_img.auto_height {
        height: auto;
    }
}

@media only screen and (max-width : 1366px) {
    .service-card {
        padding-left: 15px !important;
        padding-right: 15px !important;
        height: 300px;
    }

    .knowledge_content_list_text {
        width: 85%;
        padding: 0 !important;
    }

    .knowledge_content_list .service-card:nth-child(1) .knowledge_content_list_text {
        top: -10%;
    }

    .knowledge_content_list .service-card:nth-child(2) .knowledge_content_list_text {
        left: 20%;
        top: -10%;
    }

    .knowledge_content_list .service-card:nth-child(3) .knowledge_content_list_text {
        top: 110px;
    }

    .knowledge_content_list .service-card:nth-child(4) .knowledge_content_list_text {
        left: 20%;
        top: 110px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .knowledge_content_list_text {
        width: 70%;
    }
}

@media only screen and (max-width : 991px) {
    .knowledge {
        padding: 20px 0 50px 0;
    }

    .accident_list {
        max-width: 330px;
        margin: 0 auto;
    }

    .accident_table th {
        min-width: 100px;
        vertical-align: middle;
        text-align: right !important;
    }

    .knowledge_content_img {
        max-width: 300px;
        margin: 0 auto;
    }
    .intro_box_pic img{
        max-width: 100%;
    }
    .intro_box {
        padding: 120px 0 40px 0;
    }
}

@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;
    }
    .knowledge h1 {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width : 767px) {
    .banner-content {
        padding: 90px 0 0 0;
    }
    .banner-content.acid-type {
        padding: 120px 0 0 0;
    }

    .banner-content_img .chemistry_rows {
        padding-top: 100px;
    }

    .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;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .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) {}

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