@charset "UTF-8";
@font-face {
  font-family: LiSong;
  src: url("../webfonts/LiSong.eot"); /* IE9*/
  src: url("../webfonts/LiSong.eot") format("embedded-opentype"), url("../webfonts/LiSong.woff") format("woff"), url("../webfonts/LiSong.ttf") format("truetype");
}
@font-face {
  font-family: Anton-Regular;
  src: url("../webfonts/Anton-Regular.eot"); /* IE9*/
  src: url("../webfonts/Anton-Regular.eot") format("embedded-opentype"), url("../webfonts/Anton-Regular.woff") format("woff"), url("../webfonts/Anton-Regular.ttf") format("truetype");
}
.color_01 {
  color: #bda26d !important;
}

.color_02 {
  color: #bd2328 !important;
}

.color_03 {
  color: #a07a30 !important;
}

.color_04 {
  color: #bc5a23 !important;
}

.bg_01 {
  background: #bda26d !important;
}

.bg_02 {
  background: #bd2328 !important;
}

.bg_03 {
  background: #a07a30 !important;
}

.bg_04 {
  background: #bc5a23 !important;
}

/*--------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  line-height: 170%;
  font-family: "微軟正黑體", "open-sans", Times New Roman, sans-serif;
  color: #333;
  background: #fff;
  font-size: 1em;
  position: relative;
  background: url(../img/customer/bg_01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

p {
  margin-bottom: 2em !important;
  letter-spacing: 0.05em;
}

a {
  color: #333;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #a07a30 !important;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  margin: 0 !important;
  line-height: normal;
  font-size: inherit;
}

h2 {
  color: #bda26d !important;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 15px;
  color: #333;
  letter-spacing: 1px;
}

h3 {
  color: #bd2328;
  font-size: 1.6em;
  margin-bottom: 10px;
  line-height: 150%;
  text-transform: none;
}

h4 {
  color: #a07a30;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

h5 {
  color: #bc5a23;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

li {
  line-height: 170%;
}

.btn_01 {
  background-color: transparent;
  padding: 6px 15px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #bda26d;
}
.btn_01:hover, .btn_01:focus {
  background: #a07a30;
  color: #fff !important;
}

button.btn_01, button.btn_02, button.btn_back {
  padding: 4px 15px;
}

.btn_02 {
  padding: 6px 15px;
  font-size: 1em;
  font-weight: 400;
  border: #a07a30 solid 1px;
  cursor: pointer;
  border-radius: 30px;
  color: #a07a30 !important;
  background: transparent;
}
.btn_02:hover, .btn_02:focus {
  background: #a07a30;
  color: #fff !important;
}

.btn_back {
  background-color: transparent;
  padding: 6px 15px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #666;
}
.btn_back:hover, .btn_back:focus {
  background: #333;
  color: #fff !important;
}

.btn_delete {
  background-color: transparent;
  padding: 6px 15px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #900;
}
.btn_delete:hover, .btn_delete:focus {
  background: #c00;
  color: #fff !important;
}

.btn_margin {
  margin: 2px;
}

.btn_box {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.btn_box a {
  opacity: 1 !important;
}

.display_inline {
  display: inline-block !important;
}

.display_none {
  display: none;
}

.scroll-to-top i {
  margin-top: 8px;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  background: #bda26d;
}
.scroll-to-top:hover i, .scroll-to-top:focus i {
  color: #fff;
}

.go_main:focus, .go_main:active {
  position: absolute;
  z-index: 9999;
}

::-moz-placeholder {
  color: #666 !important;
}

:-ms-input-placeholder {
  color: #666 !important;
}

::placeholder {
  color: #666 !important;
}

.w-auto {
  width: auto;
}

.line {
  background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
  height: 2px;
  float: left;
  width: 100%;
  margin: 25px 0;
}

.form-control {
  padding: 0.5px 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
}

.dropdown-menu {
  font-size: 1em !important;
  min-width: auto;
}
.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-menu li > a {
  padding: 10px 15px !important;
  border-radius: 0;
  white-space: normal;
  font-size: 1em !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li:focus, .dropdown-menu > li a:active {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}

/*for無障礙*/
/*cookie*/
#cookie {
  z-index: 99;
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  line-height: 150%;
}

.cookie_con {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.cookie_con .font {
  float: left;
  width: calc(100% - 130px);
}
.cookie_con .font a {
  color: #bda26d;
}
.cookie_con .font a:hover {
  color: #bd2328 !important;
}

.cookie_con .btn_box {
  float: left;
  width: 130px;
  margin: 0;
  text-align: center;
}

.cookie_con .btn_01 {
  background: #bda26d;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 3px 0;
}

.cookie_con .btn_01:hover {
  background: #a07a30;
  color: #fff;
}

/*header*/
#header {
  position: fixed;
  width: 100%;
}
#header .header-body {
  border-top: #bda26d solid 5px;
  border-bottom: solid #ccc 1px;
}
#header .header-nav {
  padding: 5px 0;
  min-height: 70px;
}
#header .header-btn-collapse-nav {
  margin: 0 0 0 8px;
}
#header .header-container {
  background: #fff;
  display: block;
  padding: 0 15px;
}
#header .header-container .header-column:nth-child(1) {
  margin: 0 -8px;
}
#header .header-logo a {
  float: left;
}
#header .header-logo img {
  height: 52px;
  width: auto !important;
  vertical-align: top;
  padding: 5px;
  margin: 0 !important;
}
#header .header-nav-main {
  margin: 0;
  width: 100%;
}
#header .header-nav-main nav {
  padding: 0 !important;
}
#header .header-nav-main .nav.nav-pills {
  padding: 0 !important;
}
#header .header-nav-main .nav > ul > li > a {
  color: #333;
}
#header .header-nav-main .nav > ul li.dropdown.open > .dropdown-menu {
  margin-left: 0;
  color: #333;
  min-width: 150px;
}
#header .header-nav-main .nav > ul > li.dropdown .dropdown-menu li:hover > a {
  background: #a07a30;
}
#header .header-nav-main .nav > ul li.dropdown-submenu.open > .dropdown-menu {
  background: #fff;
  margin-left: 0 !important;
}
#header .header-nav-main .nav > ul > li.dropdown-submenu.show .dropdown-menu {
  top: auto;
  display: block;
  opacity: 1;
}
#header .header-nav-main .nav i.fa-circle-user {
  padding-right: 10px;
  color: #bd2328;
}
#header .header-btn-collapse-nav {
  background: #bda26d;
  padding: 8px 13px;
}

.nav-pills > li + li {
  margin-left: 0 !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a {
  background-color: transparent;
}

/*login*/
.login .fa-user {
  background: #bc5a23;
  color: #fff;
  border: solid #e19569 3px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.login a:hover {
  color: #bda26d;
}
.login a:hover .fa-user {
  background: #bda26d;
  border: solid #dcc393 3px;
}
.login .dropdown-menu {
  left: auto;
  right: 0;
}
.login .dropdown-menu i {
  padding-right: 10px;
}

.red_btn .fa-user {
  background: #bd2328 !important;
  border: solid #ed7779 3px !important;
}
.red_btn:hover {
  color: #bda26d !important;
}
.red_btn:hover i {
  background: #bda26d !important;
  border: solid #dcc393 3px !important;
}

/*logout*/
.logout {
  float: left;
  margin: 30px 0 0 20px;
  color: #bc5a23;
  font-size: 1.2em;
  vertical-align: middle;
}
.logout .btn_01 {
  background: #bc5a23 !important;
  padding: 3px 7px !important;
  margin-left: 7px;
  font-size: 0.9em;
  font-weight: 400;
  border-radius: 5px;
}
.logout .btn_01:hover {
  background: #bda26d;
}
.logout .btn_01 i {
  padding-left: 3px;
}

/*header-nav-login*/
.header-btn-collapse-nav-login i {
  font-size: 1.2em;
  color: #bda26d;
}

.header-nav-login {
  position: absolute;
  background: transparent;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background: #fff;
}
.header-nav-login nav {
  float: left;
  width: 100%;
  background: rgba(190, 162, 110, 0.1);
  display: block;
}
.header-nav-login nav ul {
  border-radius: 10px;
}
.header-nav-login nav ul li {
  float: left;
  width: 100%;
  border-bottom: solid #ececec 1px;
}
.header-nav-login nav ul li a {
  float: left;
  width: 100%;
  padding: 10px 15px;
}
.header-nav-login nav ul li i {
  font-size: 1.2em;
  min-width: 30px;
  color: #999;
}
.header-nav-login nav ul .user_mobile {
  padding: 10px;
  background: #bda26d;
  color: #fff !important;
}
.header-nav-login nav ul .user_mobile i {
  color: #fff !important;
  text-align: center;
}

/*footer*/
#footer {
  float: left;
  width: 100%;
  font-size: 1em;
  background: #666;
  border: none;
}
#footer .copyright {
  text-align: center;
  color: #fff;
}

/*main*/
.main {
  padding-top: 135px;
  margin-bottom: 3em;
}
.main .row > div {
  padding: 0 15px;
}
.main .menu_left .sidebar_menu {
  width: 320px;
}
.main .menu_left .main_con {
  width: calc(100% - 320px);
}
.main .menu_left > div:nth-child(3) {
  display: none;
}
.main .menu_right .sidebar_menu {
  width: 320px;
}
.main .menu_right .main_con {
  width: calc(100% - 320px);
}
.main .menu_right > div:nth-child(1) {
  display: none;
}
.main .menu_none .main_con {
  width: 100%;
}
.main .menu_none > div:nth-child(1), .main .menu_none > div:nth-child(3) {
  display: none;
}
.main .container {
  padding: 30px;
}

/*sidebar*/
.sidebar {
  position: relative;
}
.sidebar > a {
  position: absolute;
  top: -30px;
}
.sidebar .title {
  color: #fff;
  font-size: 1.75em;
  padding: 20px 10px;
  text-align: center;
  background: #bda26d;
  background-image: url(../img/customer/title_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 0 10px 0 0;
}
.sidebar ul {
  background: #fff;
}
.sidebar ul a {
  padding: 16px 20px !important;
  font-size: 1.1em !important;
  border-bottom: none !important;
  border-top: solid #fff 2px !important;
  line-height: 150% !important;
}
.sidebar ul a:before {
  display: none;
}
.sidebar ul a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #333 !important;
}
.sidebar ul a.active {
  font-weight: inherit !important;
  background: #a07a30;
  color: #fff !important;
}
.sidebar .dropdown {
  position: relative !important;
}
.sidebar .dropdown .dropdown-toggle {
  white-space: normal;
}
.sidebar .dropdown .dropdown-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  font-size: 0.45rem;
  opacity: 0.7;
  transform: translate3d(-1px, 0, 0);
  right: 10px;
  border: none;
}
.sidebar .dropdown .dropdown-toggle:hover:after {
  -webkit-animation-name: arrowLeftRight;
          animation-name: arrowLeftRight;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.sidebar .dropdown .dropdown-menu {
  background: #f5f5f5;
  position: relative !important;
  border: none;
  border-radius: 0;
}
.sidebar .dropdown .dropdown-menu.show {
  top: -39px !important;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 39px, 0px) !important;
}
.sidebar .dropdown .dropdown-menu a:before {
  left: 25px;
}
.sidebar .dropdown .dropdown-menu > li > a {
  padding: 10px 15px 10px 40px !important;
}
.sidebar .dropdown .dropdown-menu li a:hover, .sidebar .dropdown .dropdown-menu li a:focus, .sidebar .dropdown .dropdown-menu li a:active {
  background: rgba(0, 0, 0, 0.05);
  color: #333;
}
.sidebar .dropdown-toggle.show, .sidebar .dropdown:hover .dropdown-toggle.show {
  background: #666 !important;
  color: #fff !important;
}

/*main_con*/
.main_con {
  min-height: 500px;
}
.main_con h2 {
  border-bottom: solid #ccc 1px;
  position: relative;
  padding: 15px 0;
  margin-bottom: 20px;
}
.main_con img.float-start {
  padding: 0 2em 2em 0;
}
.main_con img.float-end {
  padding: 0 0 2em 2em;
}

/*edit_con*/
.edit_con img.float-start {
  padding: 0 2em 2em 0;
}
.edit_con img.float-end {
  padding: 0 0 2em 2em;
}

.page_nav {
  margin-bottom: 20px;
}
.page_nav .nav-link {
  background: #f5f5f5;
  margin: 3px 5px 3px 0;
}
.page_nav .nav-link.active {
  background: #a07a30 !important;
  color: #fff;
}
.page_nav .nav-link:hover {
  background: #bda26d;
  color: #fff !important;
}

/*page_top*/
.page_top {
  float: left;
  width: 100%;
}

/*breadcrumb*/
.breadcrumb {
  color: #666;
  width: calc(100% - 0px) !important;
  float: left;
  font-size: 0.8em;
}
.breadcrumb #main-content {
  margin-left: -15px;
}
.breadcrumb i {
  padding-left: 5px;
  color: #666;
}
.breadcrumb a:hover i {
  color: #a07a30 !important;
}
.breadcrumb > span {
  word-wrap: break-word;
}
.breadcrumb > span + span:before {
  content: "|";
  padding: 0 7px 0 0;
  color: #ccc;
}

/*page_share*/
.page_share {
  text-align: right;
  float: right;
  width: 90px;
}
.page_share img {
  width: 40px;
}

/*page_bottom*/
.page_bottom {
  float: left;
  width: 100%;
  padding: 30px 0 10px 0;
}
.page_bottom .list {
  float: left;
  width: 100%;
}
.page_bottom .list a {
  float: left;
  width: calc(100% - 20px);
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
  margin: 3px 0 3px 20px;
  position: relative;
  border-radius: 10px;
}
.page_bottom .list a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -15px;
}
.page_bottom .link a:before {
  background: url(../img/icon_link.png);
  background-size: 30px;
}
.page_bottom .download a:before {
  background: url(../img/icon_download.png);
  background-size: 30px;
}

.social-icons li:hover.social-icons-line a {
  background: #4bc700 !important;
}

/*page_search*/
.page_search {
  list-style: none;
  padding-left: 0 !important;
}
.page_search > li {
  display: inline-block;
  padding-right: 10px;
  align-self: center !important;
  white-space: nowrap;
}
.page_search .btn {
  margin: 2px 0;
  vertical-align: top;
}
.page_search .title {
  display: inline-block;
  padding-right: 3px;
}
.page_search select, .page_search input, .page_search label {
  display: inline-block;
  width: auto;
}
.page_search select {
  margin: 2px 0;
}
.page_search .datepickers input {
  width: 142px;
}
.page_search .datepickers .input-group-addon {
  padding: 5px;
}

select.form-control {
  padding: 3px 35px 3px 8px;
}

.list_icon {
  vertical-align: top;
}
.list_icon .btn {
  border: solid rgba(0, 0, 0, 0.09) 1px;
  padding: 8px 7px 4.4px 10px;
  margin: 2px 0;
}
.list_icon .btn:hover {
  background: #f5f5f5;
}
.list_icon .btn.active {
  background: #bda26d;
}
.list_icon .btn.active i {
  color: #fff;
}
.list_icon i {
  font-size: 1.5em;
  color: #666;
}

.bootstrap-datetimepicker-widget {
  z-index: 1111;
  background: #fff;
}
.bootstrap-datetimepicker-widget .datepicker {
  width: 285px;
}
.bootstrap-datetimepicker-widget .datepicker table th {
  background-color: #fff;
}
.bootstrap-datetimepicker-widget .list-unstyled li {
  width: 100%;
}
.bootstrap-datetimepicker-widget .table-condensed span::before {
  color: #bda26d;
}
.bootstrap-datetimepicker-widget .datepicker-months {
  width: 285px;
}
.bootstrap-datetimepicker-widget .datepicker-months .month {
  float: left;
  width: 23.8%;
}
.bootstrap-datetimepicker-widget .datepicker-years {
  width: 285px;
}
.bootstrap-datetimepicker-widget .datepicker-years .year {
  float: left;
  width: 23.8%;
}

.datetime {
  width: 130px !important;
}

/*page_nember*/
#page_number {
  padding-top: 20px;
  font-size: 0.9em;
  float: left;
  width: 100%;
  margin-left: 5px;
}
#page_number .page_total {
  vertical-align: middle;
  margin: 0 0 10px 0;
}
#page_number .page_icon {
  text-align: right;
  margin-bottom: 10px;
}
#page_number .btn_page {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  border: none;
  padding: 2px 12px 3px 12px;
  font-size: 1em;
  background: #666;
  border-radius: 5px;
  margin: 1px;
  color: #fff;
  height: 34px;
}
#page_number .btn_page:hover, #page_number .btn_page:focus {
  background: #a07a30;
  color: #fff;
}
#page_number select {
  margin: 2px;
}

label[for=page_select] select {
  margin: -2px 0 0 0;
}

/*page_author*/
.page_author {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #666;
  line-height: 170%;
}
.page_author .date {
  display: inline-block;
  float: left;
  padding: 0 20px 0 0;
  color: #333;
}
.page_author .date:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a07a30;
  padding: 0 10px 0 5px;
  display: inline-block;
  line-height: 130%;
}
.page_author .state {
  float: left;
  display: inline-block;
  padding-right: 20px;
}
.page_author .state:before {
  content: "\f0a1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  color: #a07a30;
  padding: 0 10px 0 5px;
  display: inline-block;
}
.page_author .add {
  float: left;
  display: inline-block;
  padding-right: 20px;
}
.page_author .add:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  color: #a07a30;
  padding: 0 10px 0 10px;
  display: inline-block;
}
.page_author div {
  position: relative;
}
.page_author div:after {
  content: "/";
  font-size: 0.6em;
  color: #ccc;
  padding: 0 5px;
  display: none;
  left: 20px;
  position: absolute;
}

/*activity_info*/
.activity_info {
  float: left;
  width: 100%;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 10px;
}
.activity_info .item {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}
.activity_info .item .title {
  float: left;
  width: 90px;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}
.activity_info .item .title:after {
  content: "/";
  font-size: 0.6em;
  color: #ccc;
  padding: 0 0 0 5px;
  display: inline-block;
}
.activity_info .item .font {
  float: left;
  width: calc(100% - 90px);
}
.activity_info .item:last-child {
  margin-bottom: 0;
}

/*list_info*/
.list_info {
  width: 100%;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 30px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.list_info .item {
  display: inline-block;
  padding-right: 30px;
}
.list_info .item .title {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.list_info .item .title:before {
  content: "❖";
  color: #bda26d;
  padding-right: 5px;
  font-weight: 400;
}
.list_info .item .title:after {
  content: "/";
  font-size: 0.6em;
  color: #ccc;
  padding: 0 3px 0 7px;
  display: inline-block;
}
.list_info .item .font {
  display: inline-block;
  vertical-align: top;
}
.list_info .item .font .fa-file-lines {
  padding: 5px;
}
.list_info.li-100 .item {
  width: 100%;
  display: block;
  padding-right: 0;
}
.list_info .state {
  position: absolute;
  right: -15px;
  top: 25px;
  font-size: 6em;
  font-weight: bold;
  color: #bda26d;
  opacity: 0.1;
}

/*form*/
.form_box {
  width: 100%;
  padding: 30px 0 0 0;
  max-width: 800px;
  margin: 0 auto;
}
.form_box .form_group {
  width: 100%;
}

.form-label {
  margin-bottom: 0;
  font-weight: bold;
  color: #111;
}

.no_label {
  padding-top: 27px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0.25rem;
}

.input-group-text {
  background: transparent;
  border: none;
  color: #666;
  font-size: 0.9em;
}

.form-select {
  margin: 0 1px;
  line-height: 200%;
}

input[type=file] {
  border-color: transparent;
}
input[type=file]:focus {
  border: none;
  box-shadow: none;
}

.form-check-input:checked {
  background: #bda26d;
  border-color: #a07a30;
}
.form-check-input:disabled {
  background: #ccc;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 162, 110, 0.25) !important;
  border-color: #a07a30;
}

.form-check.disabled {
  opacity: 0.5;
}

.price_red {
  font-size: 1.5em;
  color: #900;
  font-family: Anton-Regular;
}

/*表單checkbox radio*/
input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  vertical-align: top;
  margin-top: 3px;
}

.form_radio, .form_checkbox {
  vertical-align: middle;
  margin: 0 5px 0 0 !important;
}

.radio_padding {
  padding-right: 20px;
}

label.mt-radio-outline, label.mt-checkbox-outline {
  margin: 5px 25px 5px 5px;
}

/*流程圖*/
.mt-element-step {
  max-width: 1000px;
  margin: 0 auto;
}
.mt-element-step .step-line .mt-step-col {
  padding: 30px 0;
  text-align: center;
  color: #999;
}
.mt-element-step .step-line .mt-step-number {
  font-size: 1.7em;
  border-radius: 50%;
  display: inline-block;
  margin: auto;
  padding: 11px 0;
  margin-bottom: 5px;
  position: relative;
  z-index: 5;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #ffffff;
  background: #ccc;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.mt-element-step .step-line .mt-step-number > i {
  position: relative;
  top: 50%;
  transform: translateY(-120%);
}
.mt-element-step .step-line .mt-step-title {
  font-weight: bold;
  position: relative;
  color: #ccc;
  font-size: 1.2em;
  padding-top: 5px;
}
.mt-element-step .step-line .mt-step-title:after {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  background-color: #e5e5e5;
  top: -32px;
  left: 50%;
  z-index: 4;
  transform: translateY(-100%);
}
.mt-element-step .step-line .mt-step-title:before {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  background-color: #e5e5e5;
  top: -32px;
  right: 50%;
  z-index: 4;
  transform: translateY(-100%);
}
.mt-element-step .step-line .first .mt-step-title:before {
  content: none;
}
.mt-element-step .step-line .last .mt-step-title:after {
  content: none;
}
.mt-element-step .step-line .active .mt-step-number {
  color: #ffffff !important;
  background: #bda26d;
}
.mt-element-step .step-line .active .mt-step-title {
  color: #333 !important;
}

/*bootbox*/
.bootbox .modal-header button {
  border: none;
  background: transparent;
}
.bootbox .btn-primary {
  background: #bda26d !important;
  border-color: #bda26d !important;
}
.bootbox .btn-primary:hover, .bootbox .btn-primary:active {
  background: #bd2328 !important;
  border-color: #bd2328 !important;
}
.bootbox .btn-secondary {
  background: #666;
  color: #fff;
}
.bootbox .btn-secondary:hover {
  background: #bda26d !important;
  border-color: #bda26d !important;
  color: #FFF;
}
.bootbox [class*=btn-] {
  opacity: 0.8;
}
.bootbox [class*=btn-]:hover {
  opacity: 1;
}
.bootbox .site_info {
  color: #333;
  text-shadow: none;
}
.bootbox hr {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.bootbox .form_list .item {
  margin-bottom: 10px;
}
.bootbox .list_info {
  padding: 20px;
}

/*modal*/
.modal .btn-primary {
  background: #bda26d !important;
  border-color: #bda26d !important;
}
.modal .btn-primary:hover, .modal .btn-primary:active {
  background: #bd2328 !important;
  border-color: #bd2328 !important;
}
.modal .btn-secondary {
  background: #666;
  color: #fff;
}
.modal .btn-secondary:hover {
  background: #bda26d !important;
  border-color: #bda26d !important;
  color: #FFF;
}

/*icon_list*/
.icon_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.icon_list .item {
  width: 50%;
  float: left;
  padding: 20px;
}
.icon_list .item:nth-child(2n+1) {
  clear: both;
}
.icon_list .item a {
  float: left;
  width: 100%;
  padding: 5%;
  background: #f5f5f5;
  border-radius: 10px;
}
.icon_list .item a:hover {
  background: rgba(190, 162, 110, 0.1);
}
.icon_list .item a img {
  width: 100%;
  max-width: 150px;
}
.icon_list .item a .font {
  font-size: 1.2em;
}

/*calendar*/
.calendar {
  width: 100%;
  max-width: 700px;
  padding: 0 10px 0 85px;
  margin: 0 auto;
}
.calendar .menu {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
}
.calendar .menu > a {
  position: absolute;
  font-size: 1em;
  color: #666;
  line-height: 50px;
}
.calendar .menu > a:before {
  position: absolute;
  top: 2px;
  left: -18px;
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #bda26d;
}
.calendar .menu > a:last-of-type::before {
  left: initial;
  right: -18px;
  content: "\f105";
}
.calendar .menu a:nth-child(1) {
  left: 0;
}
.calendar .menu a:last-child {
  right: 0;
}
.calendar .menu .current {
  font-size: 1.2em;
  line-height: 50px;
  width: 100%;
  text-align: center;
}
.calendar .main {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.calendar .cal_time {
  position: absolute;
  top: 43px;
  left: -85px;
  text-align: right;
}
.calendar .cal_time .time {
  height: 40px;
  color: #666;
  vertical-align: middle;
  font-size: 0.7em;
}
.calendar .cal_item {
  flex: 0 0 14.2857142857%;
  display: flex;
  flex-direction: column;
}
.calendar .cal_item:last-child {
  border-right: solid 1px #C4C4C4;
}
.calendar .cal_item .title {
  position: relative;
  border-top: solid 1px #C4C4C4;
  border-left: solid 1px #C4C4C4;
  text-align: center;
  font-size: 0.8em;
  padding: 5px 0;
  color: #999;
  line-height: 130%;
}
.calendar .cal_item .title.today::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #bd2328;
  border-radius: 7px;
  margin-left: -7px;
}
.calendar .cal_item .title span {
  display: block;
  font-size: 0.8em;
  color: #000;
  padding: 0;
}
.calendar .cal_item .time {
  padding: 5px 1px;
  border-top: solid 1px #C4C4C4;
  border-left: solid 1px #C4C4C4;
  text-align: center;
  font-size: 0.7em;
  min-height: 40px;
}
.calendar .cal_item .time span {
  display: block;
  width: 10px;
  height: 10px;
  background: #F0F0F0;
  margin: 0 auto;
}
.calendar .cal_item .time.yes {
  cursor: pointer;
}
.calendar .cal_item .time.yes span {
  background: #bda26d;
  border-radius: 25px;
}
.calendar .cal_item .time.ed span {
  background: #bd2328;
  border-radius: 25px;
}
.calendar .cal_item .time:last-child {
  border-bottom: solid 1px #C4C4C4;
}
.calendar .cal_item .time .form-check-input[type=checkbox] {
  margin-top: 4px;
}
.calendar .cal_item .time.delete {
  background-color: #f5f5f5;
  color: #999;
}
.calendar .cal_item .time .time_reserve {
  line-height: 120%;
  background: #ccc;
  color: #fff;
  border-radius: 4px;
  padding: 5px 1px;
  margin-bottom: 2px;
}
.calendar .cal_item .time .time_reserve:first-child {
  margin-top: -3px;
}
.calendar .example {
  text-align: center;
}
.calendar .example .icon {
  display: inline-block;
  margin: 0 10px;
}
.calendar .example .icon:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: #F0F0F0;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.calendar .example .icon.yes:before {
  background: #bda26d;
  border-radius: 15px;
}
.calendar .example .icon.ed:before {
  background: #bd2328;
  border-radius: 15px;
}

.calendar_more .time:last-child {
  border-bottom: none !important;
}

.open_time {
  font-size: 0.8em;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*reserve_time*/
.reserve_time {
  float: left;
  width: 100%;
  margin: 0 auto 10px auto;
  text-align: center;
}
.reserve_time .item {
  width: 7.5%;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.reserve_time .item .form-check {
  padding-left: 0;
  position: relative;
}
.reserve_time .item .form-check .form-check-label {
  padding-bottom: 20px;
}
.reserve_time .item .form-check .form-check-input {
  margin: 30px 0 0 -15px;
  position: absolute;
}

/*upload_btn*/
.upload_btn {
  max-width: 700px;
  margin: 30px auto;
  padding-bottom: 30px;
}
.upload_btn label {
  display: inline-block;
  padding: 7px 5px 0 0;
  float: left;
  vertical-align: top;
}
.upload_btn input {
  display: inline-block;
  width: calc(100% - 130px);
  float: left;
  vertical-align: top;
}
.upload_btn a {
  float: left;
  padding: 8px 0 0 0;
  vertical-align: top;
}

/*batch_btn*/
.batch_btn {
  position: relative;
}
.batch_btn a {
  position: absolute;
  right: 0;
  top: 5px;
}
.batch_btn a i {
  padding: 0 5px 0 0;
}

/*tabs*/
.tabs .nav-item a {
  border: solid #ccc 1px !important;
  color: #333 !important;
  font-weight: 400;
}
.tabs .nav-item a:hover {
  background: #bda26d;
  color: #fff !important;
}
.tabs .nav-item.active a {
  background: #bd2328;
  border-color: #bd2328 !important;
}
.tabs .nav-item.active a:hover {
  background: #bd2328;
  border-color: #bd2328 !important;
}
.tabs .nav-item.active a:focus {
  background: #bd2328;
  border-color: #bd2328 !important;
}

/*prod_info*/
.prod_info {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
  margin: 0 auto;
}
.prod_info .item {
  display: inline-block;
  padding-right: 30px;
}
.prod_info .item .title {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 1em;
  color: #333;
  margin-bottom: 0;
}
.prod_info .item .title:before {
  content: "❖";
  color: #bda26d;
  padding-right: 5px;
  font-weight: 400;
}
.prod_info .item .title:after {
  content: "/";
  font-size: 0.6em;
  color: #ccc;
  padding: 0 3px 0 7px;
  display: inline-block;
}
.prod_info .item .font {
  display: inline-block;
  vertical-align: top;
}
.prod_info .item .font .fa-file-lines {
  padding: 5px;
}
.prod_info.li-100 .item {
  width: 100%;
  display: block;
  padding-right: 0;
}

/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body {
    background-size: 150%;
  }
  .container {
    max-width: 100%;
  }
  /*header-nav-top*/
  .header-nav-top {
    position: relative;
  }
  .header-nav-top:before {
    content: "";
    display: block;
    width: 20px;
    background: #bda26d;
    height: 100%;
    border-radius: 0 0 0 10px;
    transform: skew(10deg);
    margin-left: 10px;
    position: absolute;
    left: -25px;
    z-index: 8;
  }
  .header-nav-top:after {
    content: "";
    display: block;
    width: 500%;
    background: #bda26d;
    height: 100%;
    position: absolute;
    right: calc(100vw - 100%);
    right: -500%;
  }
  .header-nav-top .nav {
    display: block;
    background: #bda26d;
    height: 53px;
    margin-top: -3px;
    z-index: 9;
  }
  .header-nav-top .nav li > a {
    text-transform: none !important;
    color: #fff !important;
    padding: 0 2px;
  }
  .header-nav-top .nav li > a:hover, .header-nav-top .nav li > a:focus {
    color: rgba(190, 162, 110, 0.1) !important;
  }
  .header-nav-top .nav li:after {
    content: "|";
    display: inline-block;
    color: #ccc;
    font-weight: 400;
    font-size: 0.8rem;
    margin: 0 3px 0 0px;
  }
  .header-nav-top .nav li:last-child:after, .header-nav-top .nav li:first-child:after {
    display: none;
  }
  /*header*/
  .header-nav-bar .container {
    height: auto;
  }
  #header .header-logo {
    margin: 0;
  }
  #header .header-logo img {
    max-width: 280px;
    width: auto;
    height: 90px !important;
  }
  #header .header-nav-main nav > ul > li > a {
    border-radius: 0;
    padding: 20px 10px;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border: none;
    padding: 0;
    background: #bda26d;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    background: rgba(0, 0, 0, 0.2);
  }
  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    margin-top: -1px !important;
  }
  #header .header-nav-main nav .dropdown-submenu.open > a {
    background: #999;
    border-color: rgba(255, 255, 255, 0.1);
    color: #333 !important;
  }
  #header .header-nav-main nav .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main nav .dropdown-submenu.open > .dropdown-menu, #header .header-nav-main nav .dropdown-submenu:focus > .dropdown-menu {
    opacity: 1;
    top: 8px !important;
    background: #999;
    color: #333 !important;
  }
  /*header-nav-links*/
  .header-nav-links ul li:hover > a {
    color: #a07a30 !important;
  }
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    min-height: auto;
    padding: 0 7px;
    border-radius: 4px;
  }
  /*logout*/
  .logout {
    margin: 28px 0 0 20px;
    color: #bc5a23;
    font-size: 1em;
  }
  /*main*/
  .main {
    padding-top: 95px;
    margin-bottom: 6em;
  }
  .main .menu_left .sidebar_menu, .main .menu_right .sidebar_menu {
    width: 250px;
  }
  .main .menu_left .main_con, .main .menu_right .main_con {
    width: calc(100% - 250px);
  }
}
@media (min-width: 992px) {
  body {
    background-size: 100%;
  }
  .container {
    max-width: 100% !important;
  }
  /*header-nav-top*/
  #header a, #header .header-nav-top .nav > li > a {
    padding: 0 0 0 5px;
  }
  #header .header-nav-top .nav > li > a [class*=fa-] {
    font-size: 1.125em !important;
  }
  /*header*/
  #header .header-logo img {
    max-width: 350px;
    width: auto;
    height: 90px !important;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 1.2em;
  }
  .header-nav-main .dropdown-menu {
    font-size: 1em;
  }
  /*logout*/
  .logout {
    margin: 30px 0 0 20px;
    font-size: 1.2em;
  }
  /*header-nav-links*/
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    padding: 26px 10px;
    min-height: auto;
  }
  /*main*/
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 250px;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 250px);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}
@media (max-width: 767px) {
  body {
    background-size: 200%;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
  /*header*/
  #header .header-body {
    background-color: transparent !important;
    border-bottom: none;
    border-top: 4px solid #bda26d;
  }
  #header .header-column.justify-content-end .header-row:first-child {
    display: none;
  }
  #header .header-nav {
    padding: 0;
    min-height: auto;
  }
  #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    min-height: auto;
  }
  .header-logo {
    width: auto;
    max-width: 200px;
    height: 52px !important;
    margin: 0 !important;
  }
  .header-logo img {
    width: auto;
    height: 52px !important;
  }
  .header-nav-main nav {
    max-height: 70vh !important;
    width: calc(100% + 5px);
    background: #bda26d;
  }
  .header-nav-main nav a {
    font-size: 1em !important;
    border-radius: 0 !important;
    float: left;
    width: 100%;
    color: #fff !important;
    font-weight: 400 !important;
  }
  .header-nav-main nav > ul li {
    border-color: rgba(255, 255, 255, 0.5);
    float: left !important;
    width: 100%;
  }
  .header-nav-main nav > ul li a:active {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav ul > li > a {
    padding: 10px 15px !important;
  }
  .header-nav-main nav .dropdown.open > a {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown ul {
    background: rgba(255, 255, 255, 0.3) !important;
  }
  .header-nav-main nav .dropdown ul li a {
    padding: 10px 15px 10px 32px !important;
  }
  .header-nav-main nav .dropdown ul li a:active {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-menu {
    float: left !important;
    width: 100%;
    margin-left: 0 !important;
  }
  .header-nav-main nav .dropdown .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open > a {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open .dropdown-menu {
    background: rgba(190, 162, 110, 0.1) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open li a {
    padding: 10px 15px 10px 50px !important;
    color: #333 !important;
  }
  /*nav-top*/
  .nav-top {
    background: #444 !important;
    padding: 0 !important;
  }
  .nav-top li {
    width: 100% !important;
    float: left !important;
    margin: 0;
    height: 38px;
    display: table !important;
  }
  .nav-top li a {
    width: 100%;
    display: block;
  }
  .nav-top select {
    margin: 3px;
    padding: 2px 5px !important;
    height: 30px;
  }
  .nav-top .lang {
    float: left;
    width: 100% !important;
  }
  .nav-top .lang .title {
    color: #fff;
    float: left;
    padding: 5px 5px 5px 20px;
    font-size: 1em;
  }
  .nav-top .share_icon {
    text-align: center;
    width: 100%;
    float: left;
    padding: 2px;
  }
  .nav-top .share_icon a {
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px !important;
    width: 40px;
    margin: 0 5px;
  }
  .nav-top a i {
    font-size: 1.2em;
    width: 40px;
  }
  /*mobile serach*/
  #header .header-nav-features {
    padding-left: 0;
  }
  #header .header-nav-features a {
    padding: 10px;
  }
  #header .header-nav-features .header-nav-features-dropdown {
    margin-right: -100px;
    width: 101vw;
  }
  #header .header-nav-features .header-nav-features-dropdown.show {
    top: 20px;
    background: #f5f5f5;
    padding: 10px;
  }
  #header .header-nav-features:before, #header .header-nav-features:after {
    display: none;
  }
  #header .header-nav-features .header-nav-top-icon, #header .header-nav-features .header-nav-top-icon-img {
    color: #bda26d;
  }
  .search_box {
    margin: -5px 0 0 0 !important;
  }
  .search_box label {
    background: #fff;
    max-width: 100%;
  }
  /*main*/
  .main {
    padding-top: 52px;
  }
  .main .container {
    padding: 5px 15px 30px 15px;
  }
  .main .sidebar_menu {
    display: none;
  }
  .main .main_con {
    width: 100% !important;
  }
  /*footer*/
  #footer {
    font-size: 0.9em;
  }
  /*page_number*/
  #page_number .page_icon {
    text-align: center;
  }
  /*form*/
  .no_label {
    padding-top: 0;
  }
  /*edit_con*/
  .page_nav {
    font-size: 0.85em;
  }
  .page_nav .nav-link {
    padding: 0.3rem 1rem;
  }
  /*activity_info*/
  .activity_info .font {
    width: 100% !important;
    margin-bottom: 15px;
  }
  /*流程圖*/
  .mt-element-step {
    padding: 0 15px;
  }
  .mt-element-step .step-line .mt-step-col {
    padding: 5px 0;
  }
  .mt-element-step .step-line > div {
    display: none;
  }
  .mt-element-step .step-line .active {
    display: block;
  }
  .mt-element-step .step-line .mt-step-number {
    float: left;
    font-size: 1.2em;
    width: 35px;
    height: 35px;
    padding: 5px;
    margin-right: 10px;
  }
  .mt-element-step .step-line .mt-step-title {
    float: left;
  }
  .mt-element-step .step-line .mt-step-title:before, .mt-element-step .step-line .mt-step-title:after {
    display: none;
  }
  /*icon_list*/
  .icon_list .item {
    padding: 3%;
  }
  .icon_list .item a img {
    width: 60%;
  }
  .icon_list .item a .font {
    font-size: 1em;
  }
  /*calendar*/
  .calendar .cal_time .time {
    font-size: 0.8em;
  }
  /*reserve_time*/
  .reserve_time .item {
    width: 11%;
  }
}
@media print {
  /*清除網址*/
  a[href]:after {
    content: none !important;
  }
  /*顯示背景圖*/
  *,
*:before,
*:after {
    background-color: inherit !important;
  }
  .bg_print {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
  }
  /*解決Safari 在列印時使用異常小的字體*/
  .container {
    width: auto;
  }
  .con_box {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}
/*列印尺寸電腦版*/
@page {
  size: A3;
  margin: 0;
}
/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
}

img {
  max-width: 100%;
  height: auto !important;
}

.font-xlarge {
  font-size: 140%;
}

.font-large {
  font-size: 120%;
}

.font-small {
  font-size: 80%;
}

.font-xsmall {
  font-size: 60%;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-800 {
  max-width: 800px;
}

.w-600 {
  max-width: 600px;
}

.w-400 {
  max-width: 400px;
}

.w-200 {
  max-width: 200px;
}

.w-auto {
  width: auto;
  max-width: 100%;
}

.input-xlarge {
  width: 420px !important;
}

.input-large {
  width: 320px !important;
}

.input-medium {
  width: 240px !important;
}

.input-small {
  width: 145px !important;
}

.input-xsmall {
  width: 80px !important;
}

.float_left, .float-left {
  float: left;
}

.float_right, .float-right {
  float: right;
}

.text_center, .text-center {
  text-align: center;
}

.text_right, .text-right {
  text-align: right !important;
}

.text_left, .text-left {
  text-align: left !important;
}

.red, .red_01 {
  color: #c00;
}

.red_02 {
  color: #900;
}

.white, a.white {
  color: #ffffff;
}

.black {
  color: #000;
}

.gray_01 {
  color: #f5f5f5;
}

.gray_02 {
  color: #ccc;
}

.gray_03 {
  color: #999;
}

.gray_04 {
  color: #666;
}

.gray_05 {
  color: #333;
}

.blue_01 {
  color: #3e76b6;
}

.blue_02 {
  color: #003f86;
}

.green_01 {
  color: #588216;
}

.green_02 {
  color: #00693E;
}

.orange_01 {
  color: #C45519;
}

.orange_02 {
  color: #a6410a;
}

.brown_01 {
  color: #817461;
}

.brown_02 {
  color: #513710;
}

.pink {
  color: #B648B7;
}

.purple {
  color: #800080;
}

.bg_red_01 {
  background: #c00;
}

.bg_red_02 {
  background: #900;
}

.bg_white {
  background: #ffffff;
}

.bg_black {
  background: #000;
}

.bg_gray_01 {
  background: #f5f5f5;
}

.bg_gray_02 {
  background: #ccc;
}

.bg_gray_03 {
  background: #999;
}

.bg_gray_04 {
  background: #666;
}

.bg_gray_05 {
  background: #333;
}

.bg_blue_01 {
  background: #3e76b6;
}

.bg_blue_02 {
  background: #003f86;
}

.bg_green_01 {
  background: #588216;
}

.bg_green_02 {
  background: #00693E;
}

.bg_orange_01 {
  background: #C45519;
}

.bg_orange_02 {
  background: #a6410a;
}

.bg_brown_01 {
  background: #817461;
}

.bg_brown_02 {
  background: #513710;
}

.bg_pink {
  background: #B648B7;
}

.bg_purple {
  background: #800080;
}

.required {
  color: #900;
  font-size: 0.9em;
  line-height: 140%;
  padding: 3px 0;
}

.img_padding {
  padding: 10px;
}

.img_padding[align=left] {
  padding: 0 30px 30px 0;
}

.img_padding[align=right] {
  padding: 0 0 30px 30px;
}

.img_pic {
  border: solid #ddd 1px;
  padding: 10px;
  box-shadow: 0px 0px 2px 2px rgba(51, 51, 51, 0.1);
}

.margin_auto {
  margin: 0 auto !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.blockquote_font {
  max-width: 96%;
  margin: 30px auto;
  color: #333;
  border-left: 6px solid #2b50a8;
  padding-left: 1.5em;
}

table[align=center] {
  margin-left: auto;
  margin-right: auto;
}

.align-m {
  vertical-align: middle !important;
}

.align-t {
  vertical-align: top !important;
}

.align-b {
  vertical-align: bottom !important;
}

.display_none {
  display: none;
}

.display_inline {
  display: inline-block !important;
}

.font_nowrap {
  white-space: nowrap;
}

.btn_margin {
  margin: 2px;
}

.footer_laypu {
  display: inline-block;
}

@media (max-width: 480px) {
  .input-xlarge, .input-large, .input-medium, .input-small, .input-xsmall {
    max-width: 100% !important;
  }
}
/*table scroll*/
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
  /*font-size:0.9em;*/
}

.table-scrollable > .table-bordered > thead > tr:last-child > th, .table.table-bordered thead > tr > th {
  border-bottom: 0;
  border: 1px solid #ddd;
  line-height: 130%;
  vertical-align: middle;
  padding: 10px;
  font-weight: bold;
}

.table-scrollable > .table, .table-scrollable > table {
  width: 100% !important;
  margin: 0 !important;
  min-width: 500px;
}

.table > thead > tr > th {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  line-height: 130%;
}

.table > tbody > tr > td {
  line-height: 170%;
  border-top: none;
  padding: 8px;
}

.table-scrollable > .table > thead {
  border-top: solid 1px #ddd;
}

.table-scrollable > .table > thead > tr > th, .table-scrollable th, table > thead > tr > th {
  white-space: nowrap;
  padding: 8px;
  background: #eee;
  color: #333;
  font-weight: 500;
  text-align: center;
}

.table-even > tbody > tr:nth-child(even) {
  background: #f1f6f9;
}

.table-hover > tbody > tr:hover, .table-hover tr:hover a {
  color: #bda26d;
}

td .mt-checkbox span, th .mt-checkbox span {
  /*margin-top: -9px !important;*/
}

.delete_th {
  padding: 0 5px !important;
}

.table-center th, .table-center td {
  text-align: center;
}

table .btn_delete {
  font-size: 0.9em;
  padding: 0 7px !important;
  border-radius: 4px;
  margin: 7px 2px;
  height: 28px;
}

/*table*/
.table {
  display: table;
  border-color: #ddd;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead {
  background: #efefef;
}
.table thead th {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  line-height: 130%;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
.table tbody tr {
  border-bottom: 1px solid #ddd;
}
.table tbody td {
  line-height: 170%;
  border-top: none;
  padding: 8px 10px;
  vertical-align: middle;
}
.table tbody td ol, .table tbody td ul {
  padding-left: 25px;
}
.table tbody td a {
  color: #666;
}
.table tbody td a.btn_01 {
  white-space: nowrap;
}
.table tbody td a.btn_01:hover {
  background: #fff !important;
  color: #a07a30 !important;
}
.table tbody td a:hover i:before {
  color: #fff !important;
}
.table.table-bordered {
  border: 1px solid #ddd;
}
.table.table-bordered td, .table.table-bordered th {
  border: 1px solid #ddd;
}
.table.table-center th, .table.table-center td {
  text-align: center;
}
.table.table-even tr:nth-child(even) {
  background: rgba(190, 162, 110, 0.1);
}
.table.table-hover tr:hover > td {
  background: #eee;
}
.table.table-hover tr:hover > td a:hover {
  color: #a07a30 !important;
}
.table.table-hover tr:hover a {
  color: #333;
}
.table.table-hover tr:hover a.btn_01:hover {
  background: #a07a30 !important;
  color: #fff !important;
}
.table.table-hover tr:hover a:focus i:before {
  color: #a07a30 !important;
}

table[align=center] {
  margin-left: auto;
  margin-right: auto;
}

.table-cell {
  display: table-cell;
}

@media (max-width: 480px) {
  .table.m_100 > .table-row {
    display: block;
    width: 100%;
  }
  .table.m_100 > .table-row > .table-cell {
    display: block;
    width: 100%;
  }
  .table.m_100 .text-right {
    text-align: left !important;
  }
}
/*page_info*/
.page_info .table-row .table-cell:first-child {
  font-weight: bold;
}

.page_info .table-row .table-cell:first-child:before {
  content: "|";
  color: #bda26d;
  padding-right: 10px;
}

.page_info .table-cell {
  border-bottom: solid #ddd 1px;
  padding: 5px;
}

@media (max-width: 480px) {
  .page_info .table-row .table-cell:first-child {
    border-bottom: none;
    width: 100% !important;
    padding: 0 5px;
  }
  .page_info .table-row .table-cell:nth-child(2) {
    padding: 5px 5px 5px 20px;
  }
  .page_info.m_100 > .table-row {
    margin-bottom: 10px;
  }
}
/*縮排*/
.paddingleft22 {
  padding-left: 22px;
}

.textindent22 {
  text-indent: -22px;
}

.text_indent {
  text-indent: 2em;
}

/*edit_con*/
.edit_con {
  /*float: left;*/
  width: 100%;
}

.edit_con ul, .edit_con ol {
  padding-left: 30px;
  /*float:left;*/
  width: 100%;
  clear: both;
}

.edit_con a {
  /*text-decoration:underline;*/
}

/*清單*/
.ol_01 {
  list-style-type: cjk-ideographic; /*一, 二, 三*/
}

.ol_02 {
  list-style-type: upper-latin; /*A, B, C*/
}

.ol_03 {
  list-style-type: lower-alpha; /*a, b, c*/
}

.ol_04 {
  list-style-type: decimal; /*1,2,3*/
}

.ul_01 {
  list-style-type: square; /*實心方塊*/
}

.ul_02 {
  list-style-type: disc; /*實心圓*/
}

.ul_none, .ol_none {
  list-style: none;
  padding-left: 0;
}

.ul_w50 {
  float: left;
  width: 100%;
}

.ul_w50 li {
  float: left;
  width: calc(50% - 40px);
  padding-right: 30px;
}

.ul_w50 li:nth-child(2n+1) {
  clear: both;
}

.ul_line {
  list-style: none;
}

.ul_line li:before {
  content: "-";
  display: inline-block;
  color: #e4c916;
  padding-right: 10px;
  font-weight: bold;
  margin-left: -16px;
}

@media (max-width: 767px) {
  .ul_w50 li {
    width: calc(100% - 40px);
  }
}
/*for IE*/
@media screen\0  {
  .ol_01 {
    list-style-type: decimal-leading-zero; /*01,02,03*/
  }
}
/*錨點*/
.anchor_list {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0 !important;
}

.anchor_list a {
  float: left;
  padding: 5px 15px;
  border-radius: 5px;
  color: #333;
  margin: 5px 6px 5px 3px;
  border: solid #ccc 1px;
  text-decoration: none;
  box-shadow: none;
}

.anchor_list li {
  float: left;
}

.anchor_list a:hover, .anchor_list a:focus {
  background: #eee;
  color: #333;
}

.anchor_list a.active {
  background: #3e76b6;
  color: #fff;
  border: solid #3e76b6 1px;
}

@media (max-width: 767px) {
  .anchor_list a {
    font-size: 0.9em;
    padding: 3px 8px;
  }
}
/*頁籤*/
.tabs {
  float: left;
  width: 100%;
}

.tabs .nav > li > a {
  padding: 5px 15px;
  border-radius: 6px;
  margin-right: 5px;
  border: solid #ccc 1px;
  background-color: transparent;
  margin: 3px;
  color: #333;
  text-decoration: none;
  font-size: 1em;
  line-height: 170%;
}

.nav-tabs {
  border-bottom-color: transparent;
  /*text-align:center;*/
  font-size: 1em;
  margin-bottom: 15px;
  padding-left: 0 !important;
  list-style: none;
}

.nav-tabs li {
  display: inline-block;
  float: none;
}

.nav-tabs li a:hover {
  background: #eee;
  color: #333 !important;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
  background-color: #3e76b6;
  color: #fff !important;
  border: 1px solid #3e76b6 !important;
}

.tab-content {
  float: left;
  width: 100%;
  border-radius: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
  /*border:solid #ccc 1px;*/
  padding: 0;
}

/*併排*/
[class^=list_0] .title, .list_img .title, .list_font .title {
  color: #3e76b6;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  [class^=list_0] .title, .list_img .title, .list_font .title, .list_icon_img .title {
    font-size: 1.1em;
  }
}
/*併排5*/
.list_05 {
  float: left;
  width: 100%;
}

.list_05 > .item {
  display: inline-block;
  width: 16.5%;
  margin: 1.5%;
  vertical-align: top;
  line-height: 150%;
}

.list_05 > .item img {
  margin-bottom: 5px;
}

.list_05 > .item:nth-child(5n+1) {
  clear: both;
}

.list_05.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 767px) {
  .list_05 > .item {
    width: 28%;
    margin: 2%;
  }
  .list_05 > .item:nth-child(5n+1) {
    clear: none;
  }
  .list_05 > .item:nth-child(3n+1) {
    clear: both;
  }
  .list_05.nomargin > .item {
    margin: 0;
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .list_05 > .item {
    width: 43%;
    margin: 3%;
  }
  .list_05 > .item:nth-child(5n+1), .list_05 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_05 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_05 > .item img {
    width: 100%;
  }
  .list_05.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
/*併排4*/
.list_04 {
  float: left;
  width: 100%;
}

.list_04 > .item {
  float: left;
  width: 22%;
  margin: 1.5%;
}

.list_04 > .item img {
  margin-bottom: 5px;
}

.list_04 > .item:nth-child(4n+1) {
  clear: both;
}

.list_04.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 767px) {
  .list_04 > .item {
    width: 29.3%;
    margin: 2%;
  }
  .list_04 > .item:nth-child(4n+1) {
    clear: none;
  }
  .list_04 > .item:nth-child(3n+1) {
    clear: both;
  }
  .list_04.nomargin > .item {
    margin: 0;
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .list_04 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_04 > .item:nth-child(4n+1), .list_04 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_04 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_04 > .item img {
    width: 100%;
  }
  .list_04.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
/*併排4-2*/
.list_04-2 {
  float: left;
  width: 100%;
}

.list_04-2 > .item {
  float: left;
  width: 22%;
  margin: 1.5%;
}

.list_04-2 > .item img {
  margin-bottom: 5px;
}

.list_04-2 > .item:nth-child(4n+1) {
  clear: both;
}

.list_04-2.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 767px) {
  .list_04-2 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_04-2 > .item:nth-child(4n+1) {
    clear: none;
  }
  .list_04-2 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_04-2.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .list_04-2 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_04-2 > .item:nth-child(even) {
    margin: -1% 5% 5% 5%;
  }
  .list_04-2 > .item img {
    margin-bottom: 0;
  }
  .list_04-2.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排3*/
.list_03 {
  float: left;
  width: 100%;
}

.list_03 > .item {
  float: left;
  width: 29.3%;
  margin: 2%;
}

.list_03 > .item img {
  margin-bottom: 5px;
}

.list_03 .item:nth-child(3n+1) {
  clear: both;
}

.list_03.nomargin > .item {
  margin: 0;
  width: 33.3%;
}

@media (max-width: 767px) {
  .list_03 > .item {
    width: 46%;
  }
  .list_03 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_03 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_03.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .list_03 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_03 > .item img {
    width: 100%;
  }
  .list_03.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排2*/
.list_02 {
  float: left;
  width: 100%;
}

.list_02 > .item {
  float: left;
  width: 44%;
  margin: 3%;
}

.list_02 > .item img {
  margin-bottom: 5px;
}

.list_02 > .item:nth-child(2n+1) {
  clear: both;
}

.list_02.nomargin > .item {
  margin: 0;
  width: 50%;
}

@media (max-width: 767px) {
  .list_02 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_02.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排1+3*/
.list_img {
  float: left;
  width: 100%;
}

.list_img > .item:nth-child(2n-1) {
  float: left;
  width: 20%;
  margin: 2.5%;
}

.list_img > .item:nth-child(2n) {
  float: left;
  width: 70%;
  margin: 2.5%;
}

.list_img > .item img {
  margin-bottom: 5px;
}

.list_img > .item:nth-child(2n+1) {
  clear: both;
}

.list_img.nomargin > .item {
  margin: 0;
}

.list_img.nomargin > .item:nth-child(2n-1) {
  width: 25%;
}

.list_img.nomargin > .item:nth-child(2n) {
  width: 75%;
}

@media (max-width: 480px) {
  .list_img > .item {
    width: 95% !important;
  }
  .list_img.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排3+1*/
.list_font {
  float: left;
  width: 100%;
}

.list_font > .item:nth-child(2n) {
  float: left;
  width: 20%;
  margin: 2.5%;
}

.list_font > .item:nth-child(2n-1) {
  float: left;
  width: 70%;
  margin: 2.5%;
}

.list_font > .item img {
  margin-bottom: 5px;
}

.list_font > .item:nth-child(2n+1) {
  clear: both;
}

.list_font.nomargin > .item {
  margin: 0;
}

.list_font.nomargin > .item:nth-child(2n) {
  width: 25%;
}

.list_font.nomargin > .item:nth-child(2n-1) {
  width: 75%;
}

@media (max-width: 480px) {
  .list_font > .item {
    width: 95% !important;
  }
  .list_font.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*youtube影片*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media print {
  /*清除網址*/
  a[href]:after {
    content: none !important;
  }
  /*顯示背景圖*/
  *,
*:before,
*:after {
    background-color: inherit !important;
  }
  .bg_print {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
  }
  /*解決Safari 在列印時使用異常小的字體*/
  .container {
    width: auto;
  }
  .con_box {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}
/*列印尺寸電腦版*/
@page {
  size: A3;
  margin: 0;
}
/*rwd table*/
.rwd-table {
  background: #fff;
  overflow: hidden;
  min-width: 100%;
  /*font-size: 0.9em;*/
  color: #333;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6em;
  display: inline-block;
  color: #333;
}

.rwd-table.table-hover tr:hover td:before {
  color: #fff;
}

.rwd-table.table-bordered > tbody > tr > td {
  border-top: none;
  border-left: none;
  line-height: 150%;
}

.rwd-table td:nth-child(1) {
  /*border-top: solid #ddd 1px !important;*/
}

@media (min-width: 769px) {
  /*rwd table*/
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
}
@media (max-width: 769px) {
  /*rwd table*/
  .rwd-table.table {
    border: none;
  }
  .rwd-table tr td:nth-child(1) {
    border-top: solid #ddd 1px !important;
  }
  .rwd-table tr td {
    border-bottom: solid #ddd 1px !important;
  }
  .rwd-table tr {
    margin-top: 20px;
  }
  .rwd-table tr:nth-child(1) {
    margin-top: 0;
  }
  .rwd-table.table-center td {
    text-align: left !important;
  }
  .rwd-table tbody tr {
    display: table;
    width: 100%;
    border: solid #ddd 1px;
  }
  .rwd-table tbody tr td {
    display: table-row;
  }
  .rwd-table tbody tr td:before {
    display: table-cell;
    padding: 8px;
    text-align: right;
  }
  .rwd-table .text-end, .rwd-table .text-center {
    text-align: left !important;
  }
}/*# sourceMappingURL=style.css.map */