:root {
  scroll-padding-top: 100px;
  /* 內頁nav錨點偏差修正 */
}

.exkv {
  background-image: url(../img/exhibitionkv.jpg);
  height: 200px;
  justify-content: center;
}

.ex-pd,
.ex-td,
.ex-rc {
  background-color: #fff7f1;
}


.title-area {
  padding: 30px 40px;
  position: relative;
}

.ex-maintitle {
  font-size: 28px;
  letter-spacing: 3px;
  line-height: 1;
  color: #212121;
  position: relative;
}

.ex-subtitle {
  font-style: italic;
  font-size: 18px;
  color: #999999;
}

.title-deco {
  position: absolute;
  width: 50px;
  left: 210px;
  top: 30px;
}

.title-deco-pd1,
.title-deco-pd2 {
  position: absolute;
  width: 50px;
}

.title-deco-pd1 {
  left: 0;
}

.title-deco-pd2 {
  right: 0;
  top: 30px;
}

.light-title {
  color: #ffd803;
}


/* ====================================================
# ex-navbar
==================================================== */
.ex-navbar {
  background-color: #fef0ca;
  font-size: 18px;
  top: 70px;
  z-index: 100;
}

.ex-navbar .navbar-nav {
  position: relative;
}

.ex-navbar .navbar-nav li.nav-item::before {
  content: "|";
  position: absolute;
  top: 8px;
}

.ex-navbar .navbar-nav li:first-child::before {
  display: none;
}

.ex-navbar.navbar-light .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #402e32;
}

.btn-share {
  background-color: #FF8400;
  border-radius: 25px;
  transition: 0.2s;
}

.ex-navbar .navbar-nav .dropdown .nav-link {
  color: #ffffff;
}

.btn-share:hover,
.btn-share:focus {
  background-color: #ffc3ac;
}

.share-menu.show {
  background-color: #b7a570;
  border-radius: 15px;
}

.share-menu .dropdown-item {
  color: #ffffff;
}

.share-menu a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1200px) {
  .ex-navbar {
    top: 60px;
  }
}

@media (max-width: 576px) {

  .navbar-nav li::before {
    content: "";
  }

  .nav-link {
    text-align: center;
  }
}

/* ====================================================
 # ex-topinfo    公司資訊
==================================================== */

.ex-topinfo {
  position: relative;
  padding: 0 1.5rem;
  background-color: #fdf9f0;
}

.extop {
  z-index: 2;
}

.extop .carousel-indicators {
  left: 65%;
  margin-right: 0;
}

.extop .carousel-indicators li {
  width: 1rem;
  height: 1rem;
  border: 2px solid;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}

.extop .carousel-indicators .active {
  background-color: #333333;
}

.ex-logo {
  position: relative;
  top: -40px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 20px;
  z-index: 10;
  width: 85%;
  border-radius: 15px;
}

.ex-num {
  position: relative;
  top: 8px;
}

.ex-num span {
  font-size: 16px;
}

.exnum-img {
  border: 1px solid #e8e8e8;
}

.info-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #402e32;
}

.info-icon {
  padding: 15px 0;
}

.border-icon {
  display: inline-block;
  color: #402e32;
  border: 2px solid #402e32;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  transition: 0.2s;
}

.border-icon:hover {
  color: #ffff;
  border-color: #ffdc00;
  background-color: #ffdc00;
}

.ex-contact i {
  font-size: 22px;
}

.info-tel,
.info-mail {
  padding-left: 6px;
}

@media (max-width: 576px) {
  #carousel_extop {
    display: none;
  }

  .ex-topinfo {
    padding-bottom: 30px;
  }

  .ex-logo {
    top: 0;
    margin: 40px 20px 25px;
  }

  .contact-ad {
    display: none;
  }
}

/* ====================================================
# ex-foreword
====================================================*/
.ex-foreword {
  padding-top: 4rem;
}

.ex-foreword .sub-title {
  font-weight: 600;
  font-size: 24px;
  padding-top: 20px;
  letter-spacing: 5px;
}

.ex-foreword ul {
  padding-left: 28px;
}

.contact-info {
  border: 2px solid #333;
  padding: 20px;
  line-height: 2;
  background-color: #ffffff;
  color: #666666;
  border-radius: 3px;
  margin: 0 20px;
  font-size: 16px;
}

.contact-info ul {
  margin: 0;
  padding: 0;
}

.contact-info ul li span {
  color: #333333;
  border-left: 1px solid #cccccc;
  padding-left: 10px;
  margin-left: 6px;
}

.contact-ad {
  text-align: center;
  padding: 0 20px;
}

.contact-ad img {
  display: block;
  width: 100%;
  border: 1px solid #efefef;
}

.info-img {
  border: 1px solid #efefef;
  cursor: pointer;
}

.contact-ad img,
.info-img {
  transition: all 0.2s;
}

.contact-ad img:hover,
.info-img:hover {
  transform: translateY(3px);
  opacity: 0.8;
}