a {
  text-decoration: none;
}

.img-responsive {
  width: 100%;
  height: auto;
}

/***********************/
/***** 提示JS Start *****/
/***********************/

.notifyjs-add-to-cart-base {
  white-space: nowrap;
  background-color: #fefefe;
  padding: 25px;
  border-radius: 6px;
  border: 1px #3498db solid;
  font-weight: 900;
  letter-spacing: 0.05;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #3498db;
}

.notifyjs-add-to-cart-superblue {
  color: white;
  background-color: blue;
}

/***********************/
/***** 選單 Start *****/
/***********************/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.85);
  transition: background-color 0.5s;
  border-radius: 2px;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .navbar {
    /* background-color: rgba(0, 0, 0, 0.3); */
    background: rgba(255, 255, 255, 0);
  }
}

@media screen and (min-width: 992px) {

  /* 滾動後的樣式，白色背景 */
  .scrolled {
    background-color: rgba(255, 255, 255, 0.85);
  }

  .navbar {
    padding: 0;
  }

  .nav-item {
    padding: 3px;
  }

  /* 選單文字 */
  .nav-item a {
    color: #444444;
    font-size: 13px;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .navbar-nav .nav-item a.active,
  .navbar-nav .nav-item a:hover,
  .navbar-nav .nav-item a:focus,
  .navbar-nav .nav-item.dropdown a:hover,
  .navbar-nav .nav-item.dropdown a:focus {
    color: #fa8c76;
  }

  .scrolled .nav-item a {
    color: #333;
  }

  .scrolled .nav-item a.active,
  .scrolled .nav-item a:hover,
  .scrolled .nav-item a:focus,
  .scrolled .nav-item.dropdown a:hover,
  .scrolled .nav-item.dropdown a:focus {
    color: #fa8c76;
  }

  /* 下拉選單文字 */

  .nav-item.dropdown ul li a {
    color: #666;
  }

  .nav-item.dropdown ul li a:hover,
  .nav-item.dropdown ul li a:focus {
    color: #e29d90;
    background-color: #f7f7f7;
  }

  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0px;
    border: 0px #fff solid;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 15px 10px;
    line-height: 30px;
  }
}

@media screen and (max-width: 992px) {
  header {
    background-color: rgba(255, 255, 255, 0.95);
  }

  .nav-link {
    text-align: left;
    padding: 10px 15px;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #e29d90;
  }

  .dropdown-menu {
    background: none;
    border-radius: 0px;
    border: 0px #fff solid;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    text-align: left;
    line-height: 32px;
    color: #333;
  }

  .dropdown-menu li a:hover {
    background: none;
  }

  .dropdown-item {
    padding: 5px 35px;
  }

  /* 手機版 active 狀態時自動展開下拉選單 */
  .dropdown-menu.show-mobile {
    display: block;
  }
}

.navbar-toggler {
  border: 0px solid #fff;
}

.navbar-toggler:focus {
  border: 0px solid #fff;
}

/* Logo 開始 */

.home-logo {
  display: block;
  float: left;
  width: 150px;
  height: 70px;
}

.home-logo img {
  display: inline-block;
  width: 100%;
}

.logo-text {
  width: 160px;
  padding-left: 20px;
  display: block;
  float: left;
  height: 70px;
}

.logo-text img {
  width: 100%;
  display: inline-block;
}

.logo-text span {
  display: block;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
}

@media screen and (max-width: 1200px) {

  .home-logo {
    width: 120px;
  }

  .logo-text {
    width: 100px;
    padding-left: 10px;
  }

  .logo-text span {
    font-size: 8px;
  }
}

/* Logo 結束 */

.navbar-brand {
  color: #555;
  font-size: 12px;
}


@media screen and (max-width: 768px) {

  body {
    padding-top: 70px;
  }

}

/***********************/
/***** Footer Start *****/
/***********************/

/* footer-menu Start */

.footer-menu-title {
  border-bottom: 1px #444 solid;
  color: #ccc;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-menu {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .footer-menu {
    justify-content: center;
  }
}

.footer-menu ul {
  padding: 0;
  column-count: 2;
  margin: 0;
  column-gap: 100px;
}

@media screen and (max-width: 767px) {
  .footer-menu ul {
    column-gap: 20px;
  }
}

.footer-menu li {
  list-style: none;
}

.footer-menu li a {
  font-size: 16px;
  color: #666;
  display: inline-block;
  padding: 5px 0px;
  text-decoration: none;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .footer-menu li a {
    padding: 5px 30px;
  }
}


.footer-menu li a i {
  font-size: 12px;
  color: #888;
}

.footer-logo {
  display: block;
  margin-bottom: 10px;
  /* margin-top: 30px; */
  /* text-align: center; */
}

@media screen and (max-width: 767px) {
  .footer-logo {
    text-align: center;
  }
}

.footer-logo img {
  width: 100%;
  max-width: 235px;
}


/* footer-social Start */

.footer-social {
  padding-left: 20px;
  /* padding: 10px; */
  /* text-align: center; */
  /* border-top: 1px #333 solid; */
  width: 100%;
  margin: 0 auto;
  /* margin-top: 20px; */
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .footer-social {
    padding-left: 0;
    text-align: center;
  }
}

.footer-social li {
  list-style: none;
  display: inline-block;
}

.footer-social li a {
  font-size: 20px;
  color: #666666;
  margin: 0 0 0 5px;
  transition: color 0.5s;
}

.footer-social li a:hover {
  /* color: #eee; */
  opacity: .7;
}

/* footer-copyright Start */

footer {
  background: #1f1f1f;
  color: #eee;
}

footer .footer-copyright {
  /* background: #191919; */
  color: #fff;
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
}

footer .footer-copyright a {
  color: #fff;
  text-decoration: none;
}

/*************************/
/***** 浮動按鈕 Start *****/
/*************************/

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 999;
  max-width: 60px;
}

.floating-button a {
  float: right;
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 5px;
  background-color: #e29d90;
  color: #eee;
  text-align: center;
  line-height: 34px;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
  transition: width 0.2s;
}

.floating-button a:hover {
  width: 60px;
}

/*************************/
/***** 共用元素 Start *****/
/*************************/

/* 區塊標題 */
.block-title {
  width: 100%;
  max-width: 300px;
  padding-bottom: 5px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
}

.block-title span {
  display: inline-block;
  width: 20px;
  height: 1px;
  position: relative;
  top: -8px;
  margin: 0 12px;
  background-color: #ddd;
}

.block-subtitle {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  letter-spacing: 0;
  margin-bottom: 40px;
  font-family: 'Dancing Script', cursive;
}

/* Small Block */

.small-block-title {
  line-height: 36px;
  font-size: 22px;
  color: #555;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-shadow: 3px 3px 3px rgba(200, 200, 200, 0.3);
}

.small-block-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #666;
  margin-bottom: 10px;
}

/* 區塊 More 按鈕 */

.block-more-btn {
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  width: 150px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #db998c;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  border: 0;
}

.block-more-btn:hover {
  color: #fff;
  background: #cc8a7d;
}

.block-more-btn.btn-left {
  margin: 0;
}

.block-more-btn.full-width {
  width: 100%;
}

/* 表單 Inptu */

.form-box label {
  font-size: 16px;
  color: #999;
  margin-bottom: 5px;
  margin-top: 10px;
}

.form-box input,
.form-box textarea {
  border-radius: 0;
}

.form-box input::placeholder,
.form-box textarea::placeholder {
  color: #ccc;
  letter-spacing: 0.05em;
  font-size: 16px;
}

/*************************/
/***** 各頁面 Banner *****/
/*************************/

.page-figure {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.page-figure::after {
  content: ' ';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
}

.page-figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
}

.page-figure h2 {
  position: relative;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.05em;
  z-index: 3;
  text-align: center;
  margin-top: 80px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

/*****************/
/*****  頁碼  *****/
/*****************/

.page-item.active .page-link,
.page-item .page-link:hover {
  color: #fff;
  background-color: #ff8a8a;
  border-color: hsl(0, 86%, 67%);
}

.page-item.disabled .page-link {
  color: #ccc;
  background-color: #fff;
  border-color: #ccc;
}

.page-item .page-link {
  color: #888;
  background-color: #fff;
  border-color: #888;
}

/***********************/
/***** 麵包屑 Start *****/
/***********************/

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  z-index: 4;
  width: 100%;
  font-size: 16px;
  padding: 0 30px;
  letter-spacing: 0.05em;
}

.breadcrumb-item.active {
  color: #dfdfdf;
}

.breadcrumb i {
  display: inline-block;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb i.icon {
  margin: 0 5px;
}

/**********************/
/***** 目前沒有文章 *****/
/**********************/

.no-article {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  opacity: 0.3;
  border-radius: 50%;
  margin-bottom: 10px;
}

/********************/
/***** 響應式設定 *****/
/********************/

.mobile-show {
  display: none;
}

.pc-show {
  display: block;
}

@media screen and (max-width: 992px) {
  .mobile-show {
    display: block;
  }

  .pc-show {
    display: none;
  }
}

.editor-block img {
  width: 100%;
  max-width: 100%;
}

/* 討論區 */

.message-container {
  max-width: 800px;
  margin-top: 30px;
}

.discuss-box {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  margin: 10px 0;
  padding: 15px;
}


.discuss-box select {
  width: 100%;
  height: 40px;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
  border: 1px #e0938b solid;
  border-radius: 4px;
  line-height: 36px;
  font-size: 14px;
}

.discuss-box input {
  width: 100%;
  height: 40px;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
  border: 1px #e0938b solid;
  border-radius: 4px;
  line-height: 36px;
  font-size: 14px;
}

.message-content {
  width: 100%;
  padding: 15px 15px 20px 15px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 40px 0 0 0;
  position: relative;
}

.message-content-name,
.replies-name {
  color: #555;
  float: left;
  font-size: 16px;
  font-weight: 900;
}

.message-content-type {
  color: #333;
  float: left;
  font-size: 12px;
  border-radius: 15px;
  padding: 5px 12px;
  margin-left: 20px;
  position: absolute;
  top: 12px;
  right: 15px;
  color: #fff;
  background-color: #ff887b;
}

.message-content-created-at,
.replies-created-at {
  color: #aaa;
  float: left;
  font-size: 12px;
  line-height: 28px;
  margin-left: 10px;
}

.message-content-content {
  margin: 5px 0 20px 0;
}

.replies-content {
  margin: 5px 0;
  color: #555;
}

.replies-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 15px;
  background-color: #fff5f5;
  margin-bottom: 15px;
  border-radius: 3px;
}

.send-message {
  width: 150px;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #e29d90;
  color: #eee;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  transition: width 0.2s;
  border: 0;
  cursor: pointer;
  display: block;
}

.replies-btn {
  width: 150px;
  height: 40px;
  margin-top: 35px;
  margin-bottom: 15px;
  background-color: #e29d90;
  color: #eee;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  transition: width 0.2s;
  border: 0;
  cursor: pointer;
}

.replies-form {
  width: 100%;
  position: relative;
  border-radius: 4px;
  position: relative;
}

.replies-form .message-input {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
  border: 1px #e0938b solid;
  border-radius: 4px;
  line-height: 36px;
  font-size: 14px;
}

.message-send-btn {
  position: absolute;
  top: 0;
  right: 0px;
  height: 40px;
  background: none;
  border: 0;
  transition: all 0.5s;
  color: #e0938b;
}

.message-send-btn:hover {
  opacity: 0.6;
}

.message-hr {
  width: 100%;
  border-bottom: 1px #eee solid;
  margin: 15px 0;
}

.discuss-box-title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #ea7963;
  text-align: center;
  margin: 10px 0;
  letter-spacing: 0.1em;
}

.message-search-bar {
  width: 100%;
  position: relative;
}

.message-search-bar input::placeholder {
  color: #ccc;
}

.message-search-bar input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px #ccc solid;
  padding: 0 10px;
  margin-bottom: 10px;
  width: 200px;
  float: right;
}

.message-search-bar select {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px #ccc solid;
  padding: 0 10px;
  margin-bottom: 10px;
  width: 200px;
  float: right;
  margin-right: 5px;
  color: #999;
}

.message-search-bar button {
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
}


/********************/
/***** 預約步驟 *****/
/********************/
.process-box {
  margin: 20px 0;
  padding: 20px;
  border: 5px dashed #ffb6b0;
  border-radius: 30px 20px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
}

.process-box h2 {
  text-align: center;
  font-size: 24px;
  color: #e78584;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.process-step,
.process-note-title {
  font-size: 18px;
  color: #333;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 5px;
}

.process-text,
.process-note-text {
  font-size: 14px;
  color: #888;
  line-height: 30px;
  padding-left: 30px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #f78f7b;
  background-color: #f7f7f7;
}

/***********************************/
/******* 課程 Table Style 開始 ********/
/*************************************/

.table-style {
  width: 100%;
}

.table-style td,
.table-style th {
  border: 1px #ccc solid;
  padding: 8px;
}