/*=================================================================
                             Color
=================================================================*/
:root {

  /* 自訂區 */
  --color1: #f28b00;
  --color2: #CCC;

  --money: #fda400;
  --yellow: #fda400;

}

.btn-outline-primary {
  color: #333;
}

.btn-outline-brightgreen,
.btn-outline-brightgreen:hover,
.btn-outline-brightgreen:focus {
  color: #fda400;
}

/*=================================================================
                             頁面
=================================================================*/
[data-section] {
  padding: 2em 0;
}

/*== Logo ==*/
.header .navbar-brand img,
.header .navbar-brand .img-fluid.logo_scale {
  height: 70px;
}

@media (max-width: 992px) {
  .header .navbar-brand {
    width: 50%;
  }
}


/*== Menu ==*/
.header_nav {
  background-color: #fff;
  background: hsla(0, 100%, 100%, 1);
  -webkit-box-shadow: 0 2px 5px hsla(0, 0%, 0%, 0.05);
  box-shadow: 0 2px 5px hsla(0, 0%, 0%, 0.05);
}

.header_nav nav ul li a {
  /* color: #FFF; */
  font-size: 1.25rem;
}

.header_nav nav>ul>li>a:before {
  background-color: #ffa400;
}

/*== 第一層 ==*/
.header_nav nav ul li {
  width: auto;
}

.header_nav nav ul li a {
  padding: 1rem 1.25rem;
}

/*== 手機 ==*/
.mm-listitem__text .m_icon_default i {
  color: #fda400;
}

.page_main {
  margin-top: 7em;
}

.sidebar_info i {
  color: #fda400;
}

/*==================================
                 標題
====================================*/
.section_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
}

.section_title .title {
  padding-bottom: 0;
}

.section_title .title:before {
  display: none;
}

.title_more {
  position: relative;
  padding-left: 1rem;
}

@media (max-width: 480px) {
  .section_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_title .title {
    padding-bottom: 1rem;
  }
}

/*==================================
                最新消息
====================================*/
.news_content .news_column,
.news_content .events_column {
  margin-top: 0;
}

/*==================================
               Footer
====================================*/
/*== 網站導覽 ==*/
#footer .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer_toggle {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: -20px;
  padding: 10px;
  width: 40px;
  height: 40px;
  background: var(--color1);
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer_area {
  margin-top: 1em;
  padding: 0;
}

#footer {
  padding-top: 2.5rem;
  background-color: #fff;
  /* #fdce00 */
  border-top: 1px solid #f2f2f2;
}

@media (hover: hover) and (pointer: fine) {
  #footer a:hover h2 {
    color: var(--color1);
  }
}

/*== Footer ==*/
.footer_column {
  z-index: 1;
  text-align: left;
}

.footer_logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_subInfo {
  text-align: left;
}

.section_footer {
  position: relative;
  /* 0623 polly說要拿掉
  padding-bottom: 10em;*/
  background: rgb(141, 131, 121);
}

.section_footer p,
.section_footer span,
.section_footer a,
.section_footer li {
  color: #fff;
}

/* 0623 polly說要拿掉  
.section_footer:after {
  content: '';
  position: absolute;
  right: 3%;
  bottom: 0;
  display: inline-block;  
  background: url(../images/bg-footer.svg) no-repeat center center;
  width: 300px;
  height: 300px;}
*/
@media (min-width: 480px) and (max-width: 992px) {
  .section_footer {
    padding-bottom: 17em;
  }

  .footer_column,
  .footer_subInfo {
    text-align: center;
  }

  .section_footer:after {
    right: 20%;
  }
}

@media (max-width: 480px) {

  /* 0623 polly說要拿掉
  .section_footer {
    padding-bottom: 17em;}*/
  .section_footer:after {
    right: 10%;
  }
}

/*================================
             手機 Bottom
==================================*/
@media (max-width: 992px) {
  .fixed_bottom .share_wrap a {
    padding: 0;}
}
@media (max-width: 480px) {
  .fixed_bottom .share_wrap i {
    font-size: 1.125rem;
    line-height: 1;
  }
  .fixed_bottom .share_wrap a > div {
    margin-top: 0;
  }
}


/*==================================
                 內頁
====================================*/
.sidebar {
  padding: 0 5px;
  border: 1px solid #86bc73;
}

.sidebar ul,
.sidebar .sidebar_content {
  margin-bottom: 0;
}

.sidebar ul {
  margin-top: .5rem;
}

.page_section {
  padding-bottom: 2.5em;
}

/*== 管理員登入 ==*/
#body.authors_login {
  background-color: #fff9f0;
}

.login_info .login_logo {
  margin: 0;
}

.login_info .login_logo h3 {
  margin-bottom: 2rem;
  display: block;
}

.login_info .login_logo img {
  margin: 0;
  width: 18.125rem;
}

@media screen and (max-width: 480px) {
  .login_info .login_logo img {
    margin: auto;
  }

  .login_page .login_info label {
    text-align: left !important;
  }
}

/* 2023/11/27 Update by Alice */
.pay_group button img {
  display: inline-block;
  width: auto;
  height: 2rem;
  max-height: 2rem;
}

/* 20240523 客製收據地址*/
.address_group input,
.address_group select {
  display: inline-block;
  margin-top: .5rem;
  padding: .375rem .25rem;
  width: calc( 100% / 4 - 4px );
  height: 44px;}
.address_group input:last-child {
  padding: .375rem .75rem;
  width: 100%;}
@media (max-width: 480px) {
  .address_group input,
  .address_group select {
    width: calc( 100% / 2 - 5px );}}
	

.form-item-sel .form-elem-check-label .c-tag {
    font-size: 1rem;
	color: #f20000;
}

@media screen and (max-width:576px) { 
	.pane_txt .readmore{
        background-color:#FFF !important;
        color:var(--color1) !important;
        border: 2px solid var(--color1) !important;
    }
    .pane_txt .readmore:hover,
    .pane_txt .readmore:active,
    .pane_txt .readmore:focus{
        background-color: var(--color1) !important;
        color: #FFF !important;
    }

}