/* banner-content */
.banner-content{
    padding:120px 0 0 0;
    background: #fff;
}
.banner-content{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    position: relative;
}

.banner-content.second_type{
    padding:100px 0 100px 0;
}
.chemistry_cont{
  z-index: 11;
  max-width: 100%;
}
.chemistry_cont .cont-title-en{
  font-size: 3.5rem;
  line-height: 1.1;
  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;
}
.chemistry_cont .cont-title{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
/*  */
@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;
}

/* 蝴蝶 */
.butterfly.second_type {
    position: absolute;
    z-index: 11;
    width: 150px;
    margin: auto;
    left: 200px;
    right: auto;
    top:-70px;
}

/* 翻牌效果 */
@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;
}
/* secondary_content */
.knowledge_list{
    margin-bottom: 50px;
}
/*banner*/
/*banner end*/
.knowledge_content_content img{
    padding: 10px;
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
}

.news_list_block_other {
    border-bottom: 1px solid #eee;
}
.news_list_block.border_none {
    border-bottom: 0px solid #cfcfcf;
}
.news_rows {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 55px;
}
.cont_date {
    position: absolute;
    top: 10px;
    font-size: 50px;
    z-index: 3;
    letter-spacing: 1px;
    left: -20px;
}
.cont_date i {
  display: block;
  width: 40px;
  height: 2px;
  background: #534741;
  margin-bottom: 12px;
}

.rows_img {
  position: relative;
  display: inline-block;
  height: 297px;
  width: 297px;
  border-radius: 297px 297px;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.rows_img:hover .rows_img_hover {
  width: 100%;
  height: 100%;
}

.rows_img:hover .rows_img_hover:after {
  width: 100%;
  height: 100%;
}

.rows_img.animated {
  background-position: center center;
}

.rows_img_hover {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 297px 297px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.rows_img_hover:after {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 297px 297px;
  z-index: 2;
  background: url(../images/common_icon/hover_icon.png), rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 87px auto;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.rows_content {
  position: relative;
  width: calc(100% - 310px);
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  padding: 55px 0 0 45px;
    font-size: 18px;
}

.rows_content p.cont_title {
  position: relative;
    font-size: 26px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.rows_content p.cont_title:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  width: 214px;
  height: 49px;
  left: -95px;
  top: -3px;
  background-image: url(../images/common_icon/sec2_title_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.rows_content p.cont_txt {
  letter-spacing: 1px;
}
.cont_list{
    padding-left: 20px;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 20px;
}
.cont_list li{
    list-style: disc;
    padding-left: 0;
    margin-bottom: 5px;
}
.cont_list_hot{
    background: #e07d19;
    border-radius: 5px;
    padding: 1px 10px 2px 10px;
    color: #fff;
    font-size: 16px;
}
.rows_content a {
    position: relative;
    display: inline-block;
    width: 145px;
    max-width: 145px;
    height: 44px;
    line-height: 40px;
    border: 1px dotted #999;
    bottom: -13px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}
.checklist-container {
    margin: 0;
}
.checklist-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.checklist-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    accent-color: #FFA500; /* 自訂勾選框顏色 */
}
.checklist-item label {
    margin: 0;
}
.knowledge h2{
    font-size: 25px;
    margin-bottom: 20px;
}
h2.knowledge_content_title.only_title{
    font-size: 25px;
}
.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;
}


/* LUXURY========= */
.intro_box {
    background-color: #25292d;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 140px 0 40px 0;
}

.intro_box:before {
    content: '';
    position: absolute;
    top: -90%;
    left: 0;
    width: 200%;
    height: 200%;
    background: rgba(59, 63, 66, 0.8);
    /* 遮色片顏色和透明度 */
    transform: skewY(47deg) scale(0.5, 1);
    /* 使遮色片傾斜 */
    transform-origin: top left;
    z-index: 10;
}


.luxury_box {
    height: 100%;
    position: relative;
    margin-top: 0;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
}

.luxury_banner {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
}

.luxury_banner_bg {
    display: inline-block;
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0;
    right: -500px;
    top: -20px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 230px auto;
    background-position: right top;
    background-image: url(../images/common/desc_line.png?v=20240815);
    opacity: 0.3;
}

.luxury_box:before {
    content: '';
    position: absolute;
    top: -70%;
    left: 0;
    width: 200%;
    height: 200%;
    background: rgba(200, 200, 200, 0.3);
    /* 遮色片顏色和透明度 */
    transform: skewY(25deg) scale(0.5, 1);
    /* 使遮色片傾斜 */
    transform-origin: top left;
    z-index: 10;
}

.luxury_banner span.luxury_banner_font {
    z-index: 6;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0%;
}

.luxury_banner span.luxury_banner_font abbr {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: block;
    z-index: 20;
}

.luxury_banner span.luxury_banner_font abbr.cont_topline {
    margin-bottom: 14px;
    opacity: 0.3;
    border-top: 1px solid #fff;
    width: 34px;
}

.luxury_banner span.luxury_banner_font abbr.cont_topline:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 108px;
    background: #fff;
    margin: 0 auto;
    opacity: 0.5;
    margin-top: -108px;
}

.luxury_banner span.luxury_banner_font abbr.cont_bottomline {
    margin-top: 20px;
    opacity: 0.3;
    border-top: 1px solid #fff;
    width: 34px;
}

.luxury_banner span.luxury_banner_font abbr.cont_bottomline:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 108px;
    background: #fff;
    margin: 0 auto;
    opacity: 0.5;
    margin-top: 0px;
}

.luxury_banner span.luxury_parallax_first abbr {
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}

.luxury_banner span.luxury_parallax_first abbr.parallax_first1 {
    margin-top: -50px;
    margin-left: -250px;
}

.luxury_banner span.luxury_parallax_first abbr.parallax_first2 {
    margin-top: 180px;
    margin-left: 300px;
}

.luxury_banner span.luxury_parallax_first abbr.parallax_first3 {
    margin-top: 260px;
    margin-left: 50px;
}

.luxury_banner span.luxury_parallax_first abbr img {
    margin: 0 auto;
}

.luxury_banner span.luxury_banner_model abbr {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 140%;
    top: 0px;
    left: 0px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.luxury_banner span.luxury_banner_font abbr.luxury_first_txt {
    font-size: 60px;
    line-height: 66px;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 1);
    letter-spacing: 4px;
    z-index: 1;
    position: relative;
}

.luxury_banner span.luxury_banner_font abbr.luxury_first_txt.second_type {
    margin-top: 5px;
    margin-bottom: 25px;
}

.luxury_banner span.luxury_banner_font abbr.luxury_second_txt {
    font-size: 26px;
    padding-top: 0px;
    letter-spacing: 1.5px;
    vertical-align: middle;
    z-index: 1;
    position: relative;
}

.luxury_banner span.luxury_banner_font abbr.luxury_last_txt {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
    z-index: 1;
    position: relative;
}

.luxury_banner span.main_parallax_second abbr {
    position: absolute;
    z-index: 1;
}

.luxury_banner_border {
    z-index: 3;
}

.luxury_banner span.luxury_banner_border {
    display: block;
    position: absolute;
    width: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}

.luxury_banner span.luxury_banner_border abbr {
    width: 520px;
    height: 295px;
    display: block;
    margin: 0 auto;
    border: #fff solid 5px;
    margin-top: 45px;
}

/* 圖層順序變更 */
.luxury_banner span.luxury_parallax_first {
    z-index: 6;
}

.luxury_banner span.luxury_banner_model {
    z-index: 4;
}

.luxury_banner span.luxury_banner_bg {
    z-index: 1;
}

/* 圖層順序變更 end */
.luxury_first_txt .js-typing,
.luxury_second_txt .js-typing {
    display: inline-block;
    opacity: 0;
    animation: fly-in 1s ease-out forwards;
    font-style: normal;
}

.luxury_first_txt .js-typing:nth-child(1) {
    animation-delay: 0s;
}

.luxury_first_txt .js-typing:nth-child(2) {
    animation-delay: 0.1s;
}

/* 按需添加更多 nth-child 規則 */

.luxury_second_txt .js-typing:nth-child(1) {
    animation-delay: 0s;
}

.luxury_second_txt .js-typing:nth-child(2) {
    animation-delay: 0.1s;
}
.intro_box_pic{
    z-index: 20;
}
.intro_box_pic img{
    max-width: 600px;
}
/* 按需添加更多 nth-child 規則 */
/* LUXURY==================end */
.bg-info-border{
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 8px;
}
.bg-info-border img{
    border-radius: 8px;
}
@media (max-width: 767px) {
  .rows_content p.cont_title {
    margin-bottom: 10px;
      text-align: center;
  }
  .rows_content p.cont_en {
      text-align: center;
  }
  .rows_content p.cont_title strong {
    display: block;
    width: 100%;
  }
  .rows_content {
    width: 100%;
    padding: 0;
  }
  .rows_img {
    max-width: 100%;
    max-height: 280px;
    width: 280px;
    height: 280px;
    border-radius: 100%;
      margin: auto;
      display: block;
  }
  .cont_date {
    left: -230px;
    right: 0;
    top: -10px;
    margin: auto;
      display: block;
      width: 80px;
      text-align: center;
  }
  .news_rows {
    max-width: 90%;
    padding-left: 0;
  }
  .bannermain_box img {
    width: 425px;
  }
  .rows_content p.cont_title:before {
    width: 214px;
      background-position: center top;
    height: 49px;
      left: -20px;
    right: 0;
      margin: auto;
    top: -8px;
  }
  .rows_content a {
    width: 100%;
  }
    .rows_content a {
        display: block;
    }
    
    
    .luxury_banner_bg {
        left: 0;
        right: -185px;
        top: 0px;
        margin: auto;
        background-size: 150px auto;
        background-position: right top;
        opacity: 0.3;
    }

    .intro_box:before {
        top: -30%;
        left: 0;
        width: 200%;
        height: 200%;
        background: rgba(59, 63, 66, 1);
        /* 遮色片顏色和透明度 */
        transform: skewY(60deg) scale(0.5, 1);
        /* 使遮色片傾斜 */
    }
}

.rows_content a img {
  vertical-align: middle;
  margin-left: 15px;
}

/*按鈕*/
.buttonfx:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  z-index: -2;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
/* -------------按鈕樣式-------------- */
.buttonfx {
    outline: none;
    background: transparent;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
}
.buttonfx:before,
.buttonfx:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #303030;
    /* onhover background color */
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    /* move elements above button so they don't appear initially */
    transition: all .5s;
}
.buttonfx:before {
    background: #fff;
    /* button default background color */
    z-index: -2;
    transform: translate3D(0, 0, 0);
}

.buttonfx:hover {
    color: white;
}

.buttonfx:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}
.slideleft:after {
    top: 0;
    z-index: -1;
    transform: translate3D(-101%, 0, 0);
}

.slideleft:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}

/* 響應式裝置========== */
@media only screen and (min-width : 992px) {
    .checklist-item {
        width: 32%;
        display: inline-block;
    }
    .chemistry_cont .cont-title-en{
      white-space:nowrap;
    }
    .owl-carousel.js-marquee-carousel .owl-item img {
        max-height: 750px
    }
    .banner-content.only_type::before {
        content: '';
        position: absolute;
        z-index: 2;
        top: -30%;
        right: -10%;
        width: 100%;
        height: 100%;
        background: rgba(243, 215, 214, 0.2); /* 遮色片顏色和透明度 */
        transform: skewY(-40deg) scale(1, 1.2); /* 使遮色片傾斜 */
        transform-origin: top right;
    }
    .banner-content.only_type::after {
        content: '';
        position: absolute;
        top: -30%;
        left: 0;
        width: 120%;
        height: 120%;
        background: rgba(243, 215, 214, 0.2); /* 遮色片顏色和透明度 */
        transform: skewY(-45deg) scale(1, 1.4); /* 使遮色片傾斜 */
        transform-origin: top left;
    }
}
@media screen and (min-width: 992px) and (max-width: 1366px) {
    .chemistry_cont_brand{
        border: 1px solid #ccc;
        border-radius: 100px;
        width: 110px;
        height: 110px;
        padding-top: 9px;
        box-shadow: 2px 2px 5px 0.5px rgba(80, 80, 80, 0.1);
        /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#b5b5b5+0,eaeaea+53,ffffff+100&1+0,0+100 */
        background: linear-gradient(135deg,  rgba(181,181,181,1) 0%,rgba(234,234,234,0.47) 53%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}

@media only screen and (max-width : 991px) {
    .chemistry_cont .cont-title-en{
      font-size: 40px;
    }
    .banner-content.second_type{
        padding:50px 0 50px 0;
    }
    /*   main_marquee_info   */
    .main_marquee_info .main_marquee_info_border{
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }
    .main_marquee_info .main_marquee_info_title{
        top: 15px;
        left: 15px;
        font-size: 35px;
        line-height: 40px;
    }
    .main_marquee_info .main_marquee_info_center{
        width: 40px;
        height: 100%;
        position: absolute;
        background-color: rgba(255, 255, 255, 0);
        top: 0;
        right: 0;
        left: auto;
        margin: auto;
        z-index: 2;
    }
    .knowledge_list_img img{
        max-width: 250px;
    }
    .phototherapy-img{
        max-width: 200px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    
}
@media only screen and (max-width : 767px) {
    .banner-content{
        padding:70px 0 50px 0;
    }
    .chemistry_cont .cont-title-en{
      font-size: 30px;
      line-height: 1.1;
      letter-spacing: 1.5px;
    }
    .luxury_banner span.luxury_banner_font abbr.luxury_first_txt{
        font-size:30px;
        line-height: 36px;
        letter-spacing: 3px;
        margin-top: 90px;
        }
    .luxury_banner span.luxury_banner_font abbr{
        width: 95%;
    }
    .luxury_banner span.luxury_banner_font abbr.luxury_second_txt{
        font-size:18px;
    }
    .luxury_banner span.luxury_banner_border abbr{
        width: 90%;
        max-width: 420px;
    }
    .chemistry_cont_brand{
        width: 90px;
        height: 90px;
        padding-top: 1px;
        font-size: 15px;
    }
    .chemistry_cont_brand img{
        max-width: 40px;
    }
    .chemistry_cont_brand abbr{
        position: relative;
        top: -4px;
    }
    .butterfly.second_type {
        left: 220px;
        top:-80px;
        width: 100px
    }
    .accident_list_img img{
        max-width: 100%;
    }
}
@media only screen and (max-width : 330px) {

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