@charset "UTF-8";
body{
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 100%;
  font-size: 18px;
  line-height: 180%;
	margin: 0 auto;
}
nav.navbar.navbarling .container {
	width: 100%;
  max-width: 98%;
}
@media (max-width: 1199px) {
  nav.navbar.navbarling .container {
	width: 100%;
  max-width: 100%;
  }
}

@media (min-width: 993px) {
  .hero.container,
  .container {
    max-width: 90%;
  }
}

@media (max-width: 992px) {
  .hero.container,
  .container  {
    max-width: 100%;
  }
}



body a{
	color: #333;
}
body a:hover {
	color: #EE77BB;
} 

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    z-index: 997;
    background: #fff;
    border-bottom: none;
  }
  
  .scrolled .header {
    box-shadow: 0px 0 18px #333333b1;
    background: #FCF3E4;
  }  
  .index-page .header {
    background: #FCF3E4;
  }  
  
  /*--------------------------------------------------------------
  # Scroll Top Button 返回當頁上方
  --------------------------------------------------------------*/
  .scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #990007;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
  }
  
  .scroll-top i {
    color: #fff;
    line-height: 0;
  }
  
  .scroll-top:hover {
    background-color:#388da88a;
  }
  
  .scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
  }
  
  /*--------------------------------------------------------------
  # Hero Section 內框
  --------------------------------------------------------------*/
  .hero {
    width: 100%;
    min-height: 70vh;
    position: relative;
    margin-top: 100px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  
  @media (min-width: 993px) {
    .hero {
      margin-top: 124px;
    }
  }
   @media (max-width: 992px) {
    .hero {
      margin-top:72px;
    }
  }

  
  /*--------------------------------------------------------------
  # Global Sections 當頁滾動監聽
  --------------------------------------------------------------*/
  .section-scroll {
    scroll-margin-top: 140px;
    overflow: clip;
  }
  
  @media (max-width: 991px) {
    .section-scroll {
      scroll-margin-top: 115px;
      display: block;
    }
  }

  
nav.navbar.navbarling .top-fb a {
  color: #0040a1;
  padding: 0 0 0 15px;
  font-size: 22px;
}
nav.navbar.navbarling .nav-item > a.nav-link{
  color:#000;
}

/* 商標1 */
nav.navbar.navbarling .navbar-brand {
  font: 0 / 0 a;
  color: transparent;
  text-indent: -9999px;  
  background: url(../../images/customer/longsiang/logo2025.png) center no-repeat;
  background-size: contain;
  display: block;
}
@media (min-width: 1589px) {    
  .pageheader .top-url {
    text-align: right;
  }
  
   /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
  }
  nav.navbar.navbarling .navbar-brand {
       width: 309px;
       height: 59px;
       margin: 0;
  } 

  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 45px 8px;
  }
  .navbar-nav li > ul.dropdown-menu {
    border-top: 5px solid #EE77BB;
    border-radius: 0 0 5px 5px;
 }
}

@media  (min-width:992px) and (max-width:1589px){ 
    .navbar-expand-lg {
        flex-wrap: wrap !important; 
        justify-content: flex-start !important;
    }   
} 

@media  (max-width:1589px) {  
    nav.navbar.navbarling h1{
      margin: 0 auto;
      position: relative;
    }
    nav.navbar.navbarling .navbar-brand {
       width: 309px;
       height: 59px;
      margin-top: 15px;
    }      
    .nav_box2{
      margin: 0 auto;
    }
    nav.navbar.navbarling .nav-item > a.nav-link{
      padding: 10px 8px;
      font-size: 1em;
    }
}
@media (max-width: 1295px) {
    nav.navbar.navbarling .nav-item > a.nav-link{
      font-size: 0.8em;
    }
}
@media (max-width: 1090px) {
    nav.navbar.navbarling .nav-item > a.nav-link{
      padding: 10px 3px;
    }
}

.pageheader .top-url a{
  color: #fff;
}


@media (max-width: 991px) {
  nav.navbar.navbarling{
    padding: 0;
  }

  /* 商標3 */
  nav.navbar.navbarling h1{
    margin: 6px auto;
    position: relative;
    width: 80%;
  }
  nav.navbar.navbarling .navbar-brand {
    background: url(../../images/customer/longsiang/logo2025.png) center no-repeat;
    background-size: contain;
    height: 59px;
    width: 100%;
    margin: 0 auto;
  } 

  nav.navbar.navbarling button.navbar-toggler{
    color: #9f3739;
    border: 0;
    font-size: 1.8em;
    position: relative;
  }
    /* 手指 */
  nav.navbar.navbarling button.navbar-toggler:before{
    content: "\f25a";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 11;
    font-size: 0.8em;
    color: red;
    animation-name: example;
    animation-duration: 2s;
    animation-direction: alternate; 
    animation-iteration-count:infinite;
  }
  @keyframes example {
    0%   {color:#FF82B4; left:18px; top:36px;}
    25%  {color:#543595; left:18px; top:46px;}
    50%   {color:#FF82B4; left:18px; top:36px;}
    75%  {color:#543595; left:18px; top:46px;}
    100%   {color:#FF82B4; left:18px; top:36px;}
  }

  nav.navbar.navbarling .nav-item > ul.dropdown-menu{
    padding: 0;
  }
    nav.navbar.navbarling .nav-item ul.dropdown-menu li a.dropdown-item{
    font-size: 1em;
  }
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 3px 10px;
    font-size: 1em;
    color: #fff;
  }

  .navbar-nav .nav-item ul.dropdown-menu li:last-child a{
    border-bottom: none;
  }

  .offcanvas.offcanvas-start{
    background: #753031 !important;
  }
  nav.navbar.navbarling .top-fb a{
    font-size: 32px;
    padding: 0;
  }

}

@media (min-width: 993px) {
  nav.navbar.navbarling .dropdown-menu{
    border-top: 6px solid #EFAA80;
  }
}

@media (max-width: 568px) {
  .pageheader .top-fb {
    right: 15px;
  }
  nav.navbar.navbarling h1{
    width: 70%;
  }
  nav.navbar.navbarling .navbar-brand {
    background: url(../../images/customer/longsiang/logo2025.png) center no-repeat;
    background-size: contain;
  } 
  nav.navbar.navbarling button.navbar-toggler{
    padding: 0 6px;
  }


}


/* 首頁下主題 */
.hi_box{    
    color: #000;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.hi_box::after{    
  content: '';
  display: block;
  width: 100px;
  height: 7px;
  background: #EFAA80;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 50px;
}

.home-carousel_box {
  width: 100%;
  max-width: 1920px;
  height: 420px;
  overflow: hidden;
}
.home-carousel_box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持比例並裁切填滿容器 */
  object-position: center center; /* 可改為 top right 等 */
  display: block;
}

.awesome {
  width:100%;
  margin: 0 auto;  
  color:#313131;
  font-size:1.5em;
  font-weight: bold;
  text-align:center;
  -webkit-animation:colorchange 10s infinite alternate;     
}

@-webkit-keyframes colorchange {
  0% {
    
    color: blue;
  }
  
  10% {
    
    color: #8e44ad;
  }
  
  20% {
    
    color: #1abc9c;
  }
  
  30% {
    
    color: #d35400;
  }
  
  40% {
    
    color: blue;
  }
  
  50% {
    
    color: #34495e;
  }
  
  60% {
    
    color: blue;
  }
  
  70% {
    
    color: #2980b9;
  }
  80% {
 
    color: #f1c40f;
  }
  
  90% {
 
    color: #2980b9;
  }
  
  100% {
    
    color: pink;
  }
}


/* 首頁-消息跑馬燈 */
.home-news_box.marquee a {
    color: #0d6efd;
}
@media (max-width: 1024px) {
  .home-news_box.marquee a {
    font-size: 1.2em;
  }
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    /* pointer-events: none;  */
}

.owl-theme .owl-controls .owl-nav [class*="owl-prev"]{
    transform: translateX(-60px);
}
.owl-theme .owl-controls .owl-nav [class*="owl-next"]{
    transform: translateX(60px);
}

.template-box-top .page-header .h3{
  font-weight: bold;
}


/* 左選單 */

.left-content{
  padding-right: 30px;
}
@media (max-width: 991px) {
  .left-content{
    padding-right: 15px;
  }
}


.left-content .btn-toggle{  
  background: #ffe4e6;
  border-radius: 5px;
  width: 100% !important;
}
.left-content .btn-toggle::before {
    color:#840002;
}
.left-content .left2:hover{
    background: #ffe4e6;
}
.left-content .left22:hover,
.left-content .left22{
    background: #D2787A;
    color: #fff !important;
    border-radius: 5px 5px 0 0 !important;
}
.left-content .left22.btn-toggle::before {
  color: #fff;
}
.left-content .left32 {
    color: #840002 !important;
}


/* 頁尾 */
footer {
  background-color: #D2787A;
}
footer * {
  color: #fff !important;
  line-height: 150%;
}


/* 首頁 */
.page_box.home_box .card{
  min-height: 360px;
}
.page_box.home_box .card .card-text span{
  display: inline-block;
  background-color: #fbe9f6;
  border-radius: 5px;
  padding: 0 6px;
  font-size: 0.9em;
}
.page_box.home_box .card .card-title{
  font-weight: bold;
  color: #A82024;

}




/* 說明文貼圖 */
/* land-ctopa3-no_C2 */

@media (min-width: 768px) {
  img.pull-right {
    margin-left: 0.5em;
  }
}
@media (max-width: 767px) {
  .page_box.product32_box img.pull-right{
    float: initial;
    margin-bottom: 1.5em;
  }
}


/* 活動剪影 chufon-wood */
.page_box.classify4_box .product-item-box .item{
  width: 33.33%;
}
.page_box.classify4_box .product-item-box .item img{
  width: 100%;
}
.page_box.classify4_box .product-item-box .item .caption h3{
  margin-top: .5rem;
  font-size: 1em;
}
@media (max-width:767px) {
  .page_box.classify4_box .product-item-box .item{
    width: 50%;
  }
}
@media (max-width:567px) {
  .page_box.classify4_box .product-item-box .item{
    width: 100%;
  }
}

/* 好站連結 - chufon-wood */
.page_box.classify4_box .p_no{
  display: none;
}


.tb_margin{
  padding: 6em 0;
}
@media (max-width:567px) {  
  .tb_margin{
    padding: 3em 0;
  }
}

.home_box-newsitem{
  background: #FCF3E4;
  padding: 4em 0;
}
.home_box-newsitem .btn.btn-danger{
  background: #D2787A;
  border: 1px solid #D2787A;
}

.home_box-newsitem .home-pic_box .card.item .card-body .card-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.home_box-newsitem .home-pic_box .owl-carousel .owl-item{
  height: 530px;
}
.home_box-newsitem .home-pic_box .card.item{
    height: 90%;
    position: relative;
}
.home_box-newsitem .home-pic_box .card.item .card-img{
    display: block;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.home_box-newsitem .home-pic_box .card.item .card-img > img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 0;
} 
.home_box-newsitem .home-pic_box .card.item .card-body{
    height: 40%;
    position: relative;
}
.home_box-newsitem .home-pic_box .card.item .card-body .icon{
  position: absolute;
  left: 15px;
  bottom: 15px;
}

@media (max-width:1450px) {  
  .home_box-newsitem .home-pic_box .owl-carousel .owl-item{
    height: 480px;
  }
  .home_box-newsitem .home-pic_box .card.item .card-img{
    height: 50%;
  }
  .home_box-newsitem .home-pic_box .card.item .card-body{
      height: 50%;
  }
}
@media (max-width:768px) {  
  .home_box-newsitem .home-pic_box .owl-carousel .owl-item{
    height: 480px;
  }
  .home_box-newsitem .home-pic_box .card.item .card-img{
    height: 60%;
  }
  .home_box-newsitem .home-pic_box .card.item .card-body{
    height: 40%;
  }
}
@media (max-width: 568px) {  
  .home_box-newsitem .home-pic_box .card.item{
    height: initial;
  }
  .home_box-newsitem .home-pic_box .owl-carousel .owl-item{
    height: initial;
  }
  .home_box-newsitem .home-pic_box .card.item .card-img{
    height: initial;
  }
  .home_box-newsitem .home-pic_box .card.item .card-body{
      height: initial;
  }
  .home_box-newsitem .home-pic_box .card.item .card-body .icon{
    position: relative;
    left: initial;
    bottom: initial;
  }
}





.home_box-service .service_box .card{  
  text-align: center;
  background: transparent;
}
.home_box-service .service_box .card:before{
  content:'';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.home_box-service .service_box .card > div{
  min-width: 220px;
  min-height: 220px;
  background: #D3787A;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 15px;
}
.home_box-service .service_box .card:nth-child(even) > div{  
  background: #EFAA80 !important;
}
.home_box-service .service_box .card .card-img{  
  padding-top: 40px;
  padding-bottom: 15px;
  min-height: 130px;
  display: flex;              /* 啟用 flex 排版 */
  justify-content: center;    /* 水平置中 */
  align-items: center;        /* 垂直置中 */
  overflow: hidden;           /* 超出裁切（可選） */
}
.home_box-service .service_box .card .card-img-top{
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;  /* 保持比例，不裁切 */
}
.home_box-service .service_box .card .card-body{
  text-align: center;
  color: #fff;
  padding: 0;
}

.home_box-service .service_box .card .card-body .card-title.h4,
.home_box-service .service_box .card .card-body .card-text{
  margin: 0;
  line-height: 120%;
}
.home_box-service .service_box .card .card-body {
  line-height: 150%;
  margin-bottom: 20px;
}


@media (min-width:993px) and (max-width:1200px) {
  .home_box-service .service_box .card > div{
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
  }
  .home_box-service .service_box .card .card-img{
    min-height: 80px;
    padding-top: 30px;
    padding-bottom: 10px;
  }  
  .home_box-service .service_box .card .card-body .h4{
    font-size: 1em;
    margin-bottom: 0;
  }

  .home_box-service .service_box .card .card-body{
    padding: 0;
  }
  
  .home_box-service .service_box .card .card-img-top{
    width: 50px;
    max-width: 100%;
  }
  .home_box-service .service_box .card .card-body .card-text{
    font-size: 0.9em;
  }
}


@media (max-width:568px) {
  .home_box-service .service_box .card .card-img{  
      padding-top: 40px;
      padding-bottom: 20px;
      height: initial;
  }
}

.home_box-contact {
  background:#FCF3E4 url(../../images/customer/longsiang/h_contact_dod.png) right top no-repeat;
  background-size: 600px;
}

.home_box-contact .item .card {
  margin-bottom: 2em;
  border: 1px solid #EFAA80;
}
.home_box-contact .item .card .card-header {
  position: relative;
  background: #EFAA80;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.home_box-contact .item .card .card-header:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 15px;
  top: 40px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EFAA80;
}


.home_box-contact .item .card .card-header::before{
      content: "\f05d";
      font-family: FontAwesome;
      position: relative;
      font-weight: initial;
      padding-right: 6px;
      font-size: 1.2em;
}
.home_box-contact .item .card .card-body .card-title{
  font-size: 1.8em;
  font-weight: bold;
  color: #746552;
}
.home_box-contact .item .card .card-body .card-text{
  font-size: 0.9em;
  line-height: 150%;
  color: #746552;
}

@media (max-width:1200px) {

  .home_box-contact .item .card .card-body .card-title{
    font-size: 1.5em;
  }
}

.home_box-contact .item:nth-child(even) > .card{  
  border: 1px solid #CB999C;
}
.home_box-contact .item:nth-child(even) > .card .card-header {
  position: relative;
  background: #CB999C;
  border: 0;
}
.home_box-contact .item:nth-child(even) > .card .card-header:after {
  border-top: 20px solid #CB999C;
}



.home_box-map .CName_box .text-bg-danger{
  background: #D2787A !important;
}
.home_box-map .addr_box {
  border-left: 2px solid #000;

  
}
.home_box-map .tel_box{
  border-left: 2px solid #000;  
}
.home_box-map .tel_box .fa-volume-control-phone{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);  
}




@media (min-width: 993px) {  
.page_box.about_box .ling-nav a{
    margin-right: 6px;
  }
}
.page_box.about_box .ling-nav a{
    margin-bottom: 6px;
    display: block;
    display: inline-flex !important;
    text-align: left;
    background: #fff2f2;
    border: 1px solid #db7171;
    padding-right: 20px;
    font-size: 1em;
}
    
.page_box.about_box .ling-nav a span{
    align-self: center !important;
}
.page_box.about_box .ling-nav a:before{  
    content: '';
    background: url(../../images/customer/longsiang/list_icon.png) center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* link_classifys_ke */
.page_box.classify18_box .nav-tabs .nav-item .nav-link.active {
  background-color: #fff;  
}
.page_box.classify18_box .nav-tabs .nav-item{
  margin-right: 2px;
}
.page_box.classify18_box .nav-tabs .nav-item a {
  background-color: #eee;  
}

/* land-ctopa3-no_C2 */
/* .page_box.product32_box .template-box-top.product .product-remark_tw iframe{
  width: 100%;
  height: 400px;
  max-height: 400px;
}
 */

 /* 公司簡介組織圖 */

.image-map-container {
    position: relative;
    width: 100%;
    max-width: 664px; /* 可視需要設定最大寬度 */
    margin: 0 auto;
}
.responsive-image {
    width: 100%;
    height: auto;
    display: block;
}
.hotspot {
    position: absolute;
    display: block;
    /* background-color: rgba(255, 0, 0, 0.3);  */
}

/* 長期照護型.html */
/* 熱區1的位置（依照圖片原始比例） */
.company_org-1 .hotspot-1 {
    top: 17.6%;
    left: 0%;
    width: 27%;
    height: 12.1%;
}            
.company_org-1 .hotspot-1_1 {
    top: 35.2%;
    left: 6.8%;
    width: 27%;
    height: 12.1%;
}
.company_org-1 .hotspot-1_2 {
    top: 52.8%;
    left: 6.8%;
    width: 27%;
    height: 12.1%;
}

/* 熱區2的位置 */
.company_org-1 .hotspot-2 {
    top: 17.6%;
    left: 33%;
    width: 27.1%;
    height: 12.2%;
}
.company_org-1 .hotspot-2_1 {
    top: 35.2%;
    left: 39.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-1 .hotspot-2_2 {
    top: 52.8%;
    left: 39.9%;
    width: 27%;
    height: 12%;
}


/* 熱區3的位置 */
.company_org-1 .hotspot-3 {
    top: 17.6%;
    left: 66.1%;
    width: 27%;
    height: 12.2%;
}
.company_org-1 .hotspot-3_1 {
    top: 35.2%;
    left: 72.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-1 .hotspot-3_2 {
    top: 52.8%;
    left: 72.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-1 .hotspot-3_3 {
    top: 70.4%;
    left: 72.9%;
    width: 27%;
    height: 12%;
}
.company_org-1 .hotspot-3_4 {
    top: 87.9%;
    left: 72.9%;
    width: 27%;
    height: 12%;
}


/* 精神護理之家.html */
/* 熱區1的位置（依照圖片原始比例） */
.image-map-container.company_org-2 {
    max-width: 664px; /* 可視需要設定最大寬度 */
    max-height: 1379.16px;
}
.company_org-2 .hotspot-1 {
    top: 10.2%;
    left: 0%;
    width: 27%;
    height: 7%;
}            
.company_org-2 .hotspot-1_1 {
    top: 18.5%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-1_2 {
    top: 28%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-1_3 {
    top: 37.3%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-1_4 {
    top: 46.7%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-1_5 {
    top: 55.5%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-1_6 {
    top: 65.2%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}

/* 熱區2的位置 */
.company_org-2 .hotspot-2 {
    top: 10.2%;
    left: 33%;
    width: 27.1%;
    height: 7%;
}
.company_org-2 .hotspot-2_1 {
    top: 18.5%;
    left: 39.9%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-2_2 {
    top: 28%;
    left: 39.9%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-2_3 {
    top: 37.3%;
    left: 39.9%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-2_4 {
    top: 46.7%;
    left: 39.9%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-2_5 {
    top: 55.5%;
    left: 39.9%;
    width: 27%;
    height: 7%;
}


/* 熱區3的位置 */
.company_org-2 .hotspot-3 {
    top: 9.2%;
    left: 66.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_1 {
    top: 18.5%;
    left: 73.1%;
    width: 27%;
    height: 7%;        
}
.company_org-2 .hotspot-3_2 {
    top: 28%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_3 {
    top: 37.3%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_4 {
    top: 46.7%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_5 {
    top: 55.5%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_6 {
    top: 65.2%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_7 {
    top: 74.8%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_8 {
    top: 84%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_9 {
    top: 93.4%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}

/* 護理之家.html */
/* 熱區1的位置（依照圖片原始比例） */
.company_org-3 .hotspot-1 {
    top: 17.6%;
    left: 0%;
    width: 27%;
    height: 12.1%;
}
.company_org-3 .hotspot-1_1 {
    top: 35.2%;
    left: 6.8%;
    width: 27%;
    height: 12.1%;
}
.company_org-3 .hotspot-1_2 {
    top: 52.8%;
    left: 6.8%;
    width: 27%;
    height: 12.1%;
}



/* 熱區2的位置 */
.company_org-3 .hotspot-2 {
    top: 17.6%;
    left: 33%;
    width: 27.1%;
    height: 12.2%;
}
.company_org-3 .hotspot-2_1 {
    top: 35.2%;
    left: 39.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-3 .hotspot-2_2 {
    top: 52.8%;
    left: 39.9%;
    width: 27%;
    height: 12%;
}


/* 熱區3的位置 */
.company_org-3 .hotspot-3 {
    top: 17.6%;
    left: 66.1%;
    width: 27%;
    height: 12.2%;
}
.company_org-3 .hotspot-3_1 {
    top: 35.2%;
    left: 72.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-3 .hotspot-3_2 {
    top: 52.8%;
    left: 72.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-3 .hotspot-3_3 {
    top: 70.4%;
    left: 72.9%;
    width: 27%;
    height: 12%;
}
.company_org-3 .hotspot-3_4 {
    top: 87.9%;
    left: 72.9%;
    width: 27%;
    height: 12%;
}


.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(1) > .card-header {
  background: #C04A04;
  color: #fff;
}
.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(1) > .card-body .col .btn{
  display: inline-block;
  width: 100%;
  background: #FEE3D0;
}

.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(2) .card-header {
  background: #0A8310;
  color: #fff;
}
.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(2) > .card-body .col .btn{
  display: inline-block;
  width: 100%;
  background: #E4F6D0;
}

.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(3) .card-header {
  background: #0C5A98;
  color: #fff;
}
.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(3) > .card-body .col .btn{
  display: inline-block;
  width: 100%;
  background: #D3ECFF;
}

.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(4) .card-header {
  background: #6F48B5;
  color: #fff;
}
.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(4) > .card-body .col .btn{
  display: inline-block;
  width: 100%;
  background: #E9DEFE;
}



iframe.iframe-pdf {
  /* border: 1px solid #333; */
  height: 1613px;
  width: 100%;
}