@charset "utf-8";
/* 首頁專用 */
/**-------------------------------------------------------------------------------Banner**/
#bannerArea {
  width: 100%;
  margin: 0 auto;
  margin-top: 75px;
  z-index: 2;
  position: relative;
}
#bannerArea img {
  width: 100%;
  display: block;
}
#bannerArea ul {
  position: relative;
}
.bxslider li {
  position: relative;
}
.bxslider li img {
  width: 100%;
  display: block;
}
#SecondBlock {
  margin-top: 20px;
  position: relative;
}
#SecondBlock::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 10 / 1;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-image: url(../images/bg_wave_blue_01.svg);
  background-size: cover;
  background-position: center top;
}
/*區塊標題*/
.AreaTop {
  margin-bottom: 10px;
}
.crossTitleBox {
  display: flex;
  align-items: center;
}
.crossTitleBox .icon {
  margin-right: 10px;
}
.AreaTop .icon img {
  width: 80px;
}
.AreaTop .txt {
  line-height: 1.4;
  padding-left: 10px;
}
.crossTitleBox h2, .crossTitleBox_2 h2 {
  text-transform: uppercase;
  font-size: 18px;
  z-index: 1;
  position: relative;
  letter-spacing: 2px;
}
.AreaTop h2.red {
  color: #ff6e47;
}
.AreaTop h2.blue {
  color: #006fb7;
}
.AreaTop h3 {
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  z-index: 1;
  position: relative
}
.crossTitleBox_2 {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media all and (max-width: 992px) {
  #bannerArea {
    margin-top: 50px;
  }
}
/**-------------------------------------------------消息公告區**/
#NewsArea {
  padding: 5px 0px 0px 0px;
  z-index: 1;
}
#NewsArea .NewsInner {
  padding: 20px;
  z-index: 1;
  position: relative;
}
/*Tab消息列表*/
.news_meta {
  margin-right: 10px;
}
#NewsArea ul.news li .date {
  margin-right: 10px;
  line-height: 1;
}
#NewsArea ul.news li div.title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}
#NewsArea ul.news li a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s ease;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
#NewsArea ul.news li {
  line-height: 2.2;
  margin-bottom: 8px;
}
#NewsArea ul.news li .date {
  margin-right: 0px;
  line-height: 1;
  color: #006fb7;
}
@media all and (max-width: 500px) {
  #NewsArea .crossTitleBox {
    display: flex;
    padding: 0px;
    line-height: 1.2;
  }
}
@media all and (max-width: 1200px) {
  #NewsArea .NewsInner {
    padding: 10px 0px;
  }
}
.news_Block {}
#NewsArea ul.news_Block li {
  padding: 0px 4px 8px 4px;
}
#NewsArea ul.news_Block li .date {
  margin-right: 0px;
  line-height: 1;
  color: #006fb7;
}
#NewsArea ul.news_Block li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: all .3s ease;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  line-height: 1.5;
  border: 2px solid #006fb7;
}
@media all and (max-width: 992px) {
  #NewsArea ul.news_Block li a {
    align-items: flex-start;
    flex-direction: column;
  }
}
#NewsArea ul.news_Block li div.title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 1.2;
  text-overflow: ellipsis;
  height: 130px;
  overflow: hidden;
  font-size: 22px;
}
@media all and (max-width: 667px) {
  #NewsArea ul.news_Block li div.title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 85px;
  }
  #NewsArea ul.news_Block li {
    padding: 0px 0px 8px 0px;
  }
}
/**-------------------------------------------------肺癌一百問**/
#QAArea .QAInner {
  padding: 20px;
}
@media all and (max-width: 1200px) {
  #QAArea .QAInner {
    padding: 10px 0px;
  }
}
#QAArea .QAInner .AreaTop, #NewsArea .AreaTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 500px) {
  #QAArea .QAInner .AreaTop, #NewsArea .AreaTop {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
  }
  .AreaTop .ViewAll a {
    margin: 10px 0px;
    padding: 0px 45px 0px 0px;
  }
}
#QAArea .owl-stage-outer {
  border: 2px solid #ff6e47;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
#QAArea .question {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
#QAArea .question .icon_q {
  width: 35px;
  height: 35px;
  background: #006fb7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#QAArea .question .topic {
  width: calc(100% - 100px);
  margin-left: 1.5em;
  position: relative;
  border-radius: 15px;
  padding: 10px 20px;
  min-height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #006fb7;
  background: #006fb7;
}
#QAArea .question .topic::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#QAArea .question .topic h4 {
  color: #fff;
  font-size: 16px;
}
#QAArea .question .topic::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 15px solid #006fb7;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#QAArea .answer {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  padding-top: 10px;
}
#QAArea .answer .con {
  width: calc(100% - 60px);
  font-size: 16px;
  padding: 5px 10px 0px 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  text-overflow: ellipsis;
}
#QAArea .answer .icon_a {
  width: 35px;
  height: 35px;
  background: #ff6e47;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#QAArea .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}
/**-------------------------------------------------學術活動*/
#EventsArea {
  position: relative;
  padding: 40px 0px 40px 0px;
  background: #edf2fe;
}
#EventsArea .owl-carousel .owl-stage-outer {
  margin: 20px 0px;
}
#EventsArea .Item {
  line-height: 1.8;
  padding: 5px 10px;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#EventsArea .Item a.ItemBox {
  display: block;
  border-radius: 20px;
  transition: all .2s linear;
  padding: 15px;
}
#EventsArea .Item a:hover {
  color: #000;
}
#EventsArea .Item .infoArea {
  min-height: 100px;
}
#EventsArea .Item .infoArea li {
  margin-bottom: 5px;
}
#EventsArea .Item .infoArea svg:not(:root).svg-inline--fa {
  float: left;
  color: #9b9b9b;
  width: 20px;
  text-align: center;
  margin-top: 4px;
  margin-right: 5px;
}
#EventsArea .Item h4 {
  margin-bottom: 10px;
  border-bottom: 1px dashed #006fb7;
}
#EventsArea .Item h4 p {
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  text-overflow: ellipsis;
  font-weight: bold;
  height: 50px;
}
#EventsArea .Item .TagArea {
  margin: 10px 0px;
}
@media screen and (min-width: 1025px) {
  #EventsArea .ItemBox::before {
    width: 96px;
    height: 96px;
  }
  #EventsArea .ItemBox::after {
    width: 64px;
    height: 64px;
    background-size: 20px 15px;
  }
}
#EventsArea .ItemBox::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/decoration_arrow_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}
#EventsArea .ItemBox::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-color: #006fb7;
  background-image: url(../images/icon_arrow_01.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 8;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#EventsArea .Item:hover {
  background-color: #f6f8fd;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#EventsArea .ItemBox:hover::after {
  background-color: #ff6e47;
  -webkit-animation: hoverLinkArrowAnime 0.5s;
  animation: hoverLinkArrowAnime 0.5s;
}
/*MORE*/
.HomeBtn {
  text-align: center;
  margin-top: 15px;
}
.BtnBlue {
  background: linear-gradient(92deg, #d4e0f5 0.71%, #f4f8ff 65.4%, #d4e0f5 103.49%);
  border-radius: 50px;
  display: inline-block;
  padding: 18px 6px;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.BtnRed {
  background: linear-gradient(92deg, #fae5d3 0.71%, #fef5ec 65.4%, #fae5d3 103.49%);
  border-radius: 50px;
  display: inline-block;
  padding: 18px 6px;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.MoreBtn {
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
}
.BtnBlue .MoreBtn {
  box-shadow: 0 0.1rem 0 0 #ccd8ec;
  color: #006fb7;
  position: relative;
  z-index: 1;
}
.BtnBlue:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0;
  height: calc(100% + 2px);
  background-color: #006fb7;
  transition: all 0.4s ease;
}
.BtnBlue:hover:after {
  width: calc(100% + 2px);
  left: -1px;
}
.BtnRed .MoreBtn {
  box-shadow: 0 0.1rem 0 0 #f5d3ca;
  color: #ff6e47;
  position: relative;
  z-index: 1;
}
.BtnRed:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0;
  height: calc(100% + 2px);
  background-color: #ff6e47;
  transition: all 0.4s ease;
}
.BtnRed:hover:after {
  width: calc(100% + 2px);
  left: -1px;
}
/**-------------------------------------------------衛教專區**/
#HEArea {
  padding: 40px;
  background: #fffdf2;
  position: relative;
}
#HEArea::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 10 / 1;
  position: absolute;
  top: -1px;
  left: 0;
  background-image: url(../images/bg_wave_blue.svg);
  background-size: cover;
  background-position: center top;
}
#HEArea .owl-carousel .owl-stage-outer {
  margin: 20px 0px;
}
#HEArea .imgBox img {
  border-radius: 20px;
  transition: all 0.4s ease;
}
#HEArea .Item {
  border: 2px solid #ff6e47;
  border-radius: 30px;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 8px 0px rgba(255, 224, 207, 1);
}
#HEArea .TxtBox {
  margin: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  text-overflow: ellipsis;
}
/*快速連結*/
#QuickArea {
  padding: 20px 0px 60px 0px;
  display: flex;
  justify-content: space-around;
}
#QuickArea .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#QuickArea .box {
  text-align: center;
  padding: 10px;
  position: relative;
  width: 50%;
}
#QuickArea .Item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
#QuickArea .Item .Img {
  width: 50%;
}
#QuickArea .Item .Txt {
  position: relative;
  transition: 0.4s;
  font-size: 22px;
  color: #fff;
  padding-top: 10px;
}
@media (min-width: 480px) {
  #QuickArea .box {
    width: 50%;
  }
}
@media (min-width: 667px) {
  #QuickArea .box {
    width: 33%;
  }
}
@media (min-width: 992px) {
  #QuickArea .box {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  #QuickArea .box {
    width: 16.6%;
  }
}
#QuickArea .box:nth-child(1) .Item::before {
  background-color: #835a98;
  background-image: url(../images/dash-purple.png);
}
#QuickArea .box:nth-child(1) .Item:hover::before {
  background-color: #9573a6;
}
#QuickArea .box:nth-child(2) .Item::before {
  background-color: #e25743;
  background-image: url(../images/dash-red.png);
}
#QuickArea .box:nth-child(2) .Item:hover::before {
  background-color: #f66d59;
}
#QuickArea .box:nth-child(3) .Item::before {
  background-color: #006fb7;
  background-image: url(../images/dash-blue.png);
}
#QuickArea .box:nth-child(3) .Item:hover::before {
  background-color: #0082d6;
}
#QuickArea .box:nth-child(4) .Item::before {
  background-color: #64b248;
  background-image: url(../images/dash-green.png);
}
#QuickArea .box:nth-child(4) .Item:hover::before {
  background-color: #73c954;
}
#QuickArea .box:nth-child(5) .Item::before {
  background-color: #ad8802;
  background-image: url(../images/dash-darkyellow.png);
}
#QuickArea .box:nth-child(5) .Item:hover::before {
  background-color: #c89d02;
}
#QuickArea .box:nth-child(6) .Item::before {
  background-color: #189ebb;
  background-image: url(../images/dash-bluegreen.png);
}
#QuickArea .box:nth-child(6) .Item:hover::before {
  background-color: #21b1d0;
}
#QuickArea .Item::before {
  background-position: center;
  background-size: 7rem 7rem;
  background-repeat: repeat;
  margin: 10px;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  border-radius: 20px;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}
/**-------------------------------------------------相關連結**/
#ADArea {
  position: relative;
  background: #fff;
}
#ADArea .ADArea_inner {
  padding: 60px 0px 40px 0px;
}
#ADArea .ADArea_inner .item {
  overflow: hidden;
  margin: 0px 5px;
  border: 1px solid #d6d6d6;
}
#ADArea .owl-carousel .owl-stage-outer {
  margin-bottom: 20px;
}
/**-------------------------------------------------更多按鈕**/
.AreaTop .ViewAll a {
  display: inline-flex;
  position: relative;
  align-items: center;
  min-height: 30px;
  padding: 0px 45px 0px 30px;
  cursor: pointer;
  transition: padding 450ms cubic-bezier(.22, .61, .36, 1);
}
.AreaTop .ViewAll .drArrowButton {
  z-index: 1;
  position: absolute;
  right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  transition: all 0.4s ease;
  overflow: hidden;
  background: #fbebec;
}
.AreaTop .ViewAll .drArrowButton:before {
  background: url(../images/icon-arrow.svg) no-repeat center center transparent;
  background-size: contain;
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate3d(-50%, -50%, 0);
  transition: left 450ms cubic-bezier(.22, .61, .36, 1), transform 450ms cubic-bezier(.22, .61, .36, 1), background-image 450ms cubic-bezier(.22, .61, .36, 1);
}
.AreaTop .ViewAll:hover .drArrowButton:before {
  background: url(../images/icon-arrow-w.svg) no-repeat center center transparent;
  transform: translate3d(50px, -50%, 0);
}
.AreaTop .ViewAll .drArrowButton:after {
  background: url(../images/icon-arrow.svg) no-repeat center center transparent;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 13px;
  height: 13px;
  opacity: 0;
  transform: translate3d(50%, -50%, 0);
  transition: left 450ms cubic-bezier(.22, .61, .36, 1), transform 450ms cubic-bezier(.22, .61, .36, 1), background-image 450ms cubic-bezier(.22, .61, .36, 1);
}
.AreaTop .ViewAll:hover .drArrowButton:after {
  background: url(../images/icon-arrow.svg) no-repeat center center transparent;
  background-size: contain;
  transform: translate3d(50px, -50%, 0);
  opacity: 1;
}
.AreaTop .ViewAll span {
  display: block;
  z-index: 2;
  position: relative;
  color: #ff6e47;
  transition: all 0.4s ease;
  letter-spacing: 0.5px;
}
/*------------------------------------------------------輪播箭頭*/
#bannerArea .owl-theme .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
#bannerArea .owl-theme .owl-nav {
  display: none;
}
.owl-carousel.slide_in .owl-nav button.owl-prev, .owl-carousel.slide_in .owl-nav button.owl-next {
  text-decoration: none;
  display: block;
  margin: -20px 0 0;
  position: absolute;
  border: 2px solid #006fb7;
  top: 45%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-carousel.slide_in .owl-nav button.owl-prev {
  left: -50px;
}
.owl-carousel.slide_in .owl-nav button.owl-next {
  right: -50px;
}
.owl-carousel.slide_in .owl-nav button span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  color: #006fb7;
}
.owl-carousel.slide_in .owl-nav button.owl-prev span:before {
  content: "\f104";
}
.owl-carousel.slide_in:hover .owl-nav button.owl-next {
  opacity: 0.7;
  right: -10px;
}
.owl-carousel.slide_in:hover .owl-nav button.owl-prev {
  opacity: 0.7;
  left: -10px;
}
.owl-carousel.slide_in:hover .owl-nav button.owl-prev:hover, .owl-carousel.slide_in:hover .owl-nav button.owl-next:hover {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  background: #fff;
  border-radius: 40px;
  border: 1px solid #d4dcdf;
  width: 50px;
  height: 50px;
}