@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: #ec8e24 !important;
}

.color_02 {
  color: #bc5a23 !important;
}

.color_03 {
  color: #a07a30 !important;
}

.color_04 {
  color: #f5c288 !important;
}

.bg_01 {
  background: #ec8e24 !important;
}

.bg_02 {
  background: #bc5a23 !important;
}

.bg_03 {
  background: #a07a30 !important;
}

.bg_04 {
  background: #f5c288 !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_02.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}

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

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

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

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

h2 {
  color: #ec8e24 !important;
  font-size: 1.8em;
  line-height: 150%;
  margin-bottom: 0;
  color: #333;
  letter-spacing: 1px;
  font-family: LiSong;
}

h3 {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 10px;
  line-height: 150%;
  text-transform: none;
  font-family: LiSong;
  background: #666;
  float: left;
  width: 100%;
  padding: 5px 10px 5px 20px;
  position: relative;
}
h3:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #ec8e24;
  left: -10px;
  top: 13px;
}

h4 {
  color: #bc5a23;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
  font-size: 1.3em;
}

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

.title_01 {
  font-family: LiSong;
  font-size: 1.4em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid #ccc 1px;
}

li {
  line-height: 170%;
}

.btn_01 {
  background-color: transparent;
  padding: 6.5px 20px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #ec8e24;
  border: #ec8e24 solid 1px;
}
.btn_01:hover, .btn_01:focus {
  background: #bc5a23;
  color: #fff !important;
  border-color: #bc5a23;
}

button.btn_01, button.btn_02, button.btn_03 {
  padding: 4px 20px;
}

.btn_02 {
  padding: 6.5px 20px;
  font-size: 1em;
  font-weight: 400;
  border: #666 solid 1px;
  background: #666;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
}
.btn_02:hover, .btn_02:focus {
  background: #bc5a23;
  color: #fff !important;
  border-color: #bc5a23;
}

.btn_03 {
  padding: 6.5px 20px;
  font-size: 1em;
  font-weight: 400;
  border: #bc5a23 solid 1px;
  background: #bc5a23;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
}
.btn_03:hover, .btn_03:focus {
  background: #a07a30;
  color: #fff !important;
  border-color: #a07a30;
}

.btn_back {
  background-color: transparent;
  padding: 7.5px 20px;
  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: #999 !important;
}
.btn_delete:hover, .btn_delete:focus {
  color: #900 !important;
}

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

.btn_margin {
  margin: 2px;
}

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

button:disabled, button[disabled] {
  cursor: none;
}
button:disabled:hover.btn_01, button[disabled]:hover.btn_01 {
  background: #ec8e24;
}
button:disabled:hover.btn_02, button[disabled]:hover.btn_02 {
  background: #666;
  border-color: #666;
}

.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: #ec8e24;
}
.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: #CCC !important;
}

::placeholder, option:disabled {
  color: #CCC !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: 8px 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
  border: none;
  border-bottom: solid #ccc 1px;
  background-color: transparent;
  border-radius: 0;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;
  border-color: #ec8e24;
  background-color: transparent;
}

.dropdown-menu {
  font-size: 1em !important;
  min-width: auto;
}
.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-menu li > a {
  padding: 10px 10px 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;
}

/*header*/
#header {
  position: fixed;
  width: 100%;
}
#header .header-body {
  border-top: none;
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none !important;
}
#header .header-nav {
  padding: 5px 0;
  min-height: 70px;
}
#header .header-btn-collapse-nav {
  margin: 0 0 0 8px;
}
#header .header-container {
  display: block;
  padding: 0 5px;
}
#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;
  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: #bc5a23;
}
#header .header-btn-collapse-nav {
  background: #ec8e24;
  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: #ec8e24 !important;
  border: solid #f5c288 3px !important;
}
.red_btn:hover {
  color: #bda26d !important;
}
.red_btn:hover i {
  background: #bc5a23 !important;
  border: solid #bc5a23 3px !important;
}

.member_btn img {
  width: 40px !important;
  border-radius: 50%;
  border: solid #f5c288 3px !important;
}

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

.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: #fff;
  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: #555;
  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;
  line-height: 190%;
  background: rgb(0, 0, 0);
  border: none;
}
#footer .footer_menu {
  text-align: center;
  list-style: none;
}
#footer .footer_menu li {
  display: inline-block;
}
#footer .footer_menu li a {
  color: #fff !important;
}
#footer .footer_menu li a:hover, #footer .footer_menu li a:focus {
  color: #ec8e24 !important;
}
#footer .footer_menu li:after {
  content: "|";
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 7px 0 10px;
  font-size: 0.6em;
}
#footer .footer_menu li:last-child:after {
  display: none;
}
#footer .footer_contact {
  list-style: none;
  color: #fff;
  text-align: center;
}
#footer .footer_contact li {
  display: inline-block;
  padding-right: 20px;
}
#footer .footer_contact li i {
  color: #ec8e24;
  padding: 0 5px 0 0;
}
#footer .copyright {
  text-align: center;
  color: #999;
  font-size: 0.9em;
  line-height: 150%;
  float: left;
  width: 100%;
  border-top: solid #333 1px;
  padding: 10px 0;
}

/*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;
}

/*main_con*/
.main_con {
  min-height: 600px;
  position: relative;
}
.main_con h2 {
  position: relative;
  padding: 15px 0;
  text-align: center;
}
.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: #ec8e24;
  color: #fff !important;
}

/*page_search*/
.page_search {
  list-style: none;
  padding-left: 0;
}
.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 .datepickers input {
  width: 142px;
}
.page_search .datepickers .input-group-addon {
  padding: 5px;
}
.page_search .form-control {
  border: solid #ccc 1px;
  border-radius: 4px;
}

select.form-control {
  padding: 7.5px 30px 7.5px 8px;
}

/*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;
}

.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: #ec8e24;
}
.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: #bc5a23;
  color: #fff;
}
#page_number select {
  margin: 0 2px;
  padding: 4px 30px 4px 8px;
}
#page_number .form-control {
  border: solid #ccc 1px;
  border-radius: 4px;
}

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

/*form*/
.form_box {
  width: 100%;
  padding: 30px 0 0 0;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.form_box .form_group {
  width: 100%;
  margin: 0;
}
.form_box .add_btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 20px;
}

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

.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%;
  padding-right: 35px;
}

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

.form-check-input:checked {
  background: #ec8e24;
  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 {
  padding-top: 8px;
}
.form-check.disabled {
  opacity: 0.5;
}

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

.hidden-info {
  font-size: 1em;
  color: #999;
  display: inline-block;
}

.edit-field {
  display: none;
}

.btn-save {
  margin: 0 auto;
}

/*客製input*/
.country_input {
  width: 285px;
}
.country_input .form-check-label {
  display: inline-block;
  padding-right: 5px;
}
.country_input input[type=radio] {
  margin-top: 15px;
}
.country_input input[type=text] {
  width: 220px;
}

.add_input {
  width: calc(100% - 135px);
  display: inline-block;
}

.lang_file {
  width: calc(100% - 150px);
}

.form-control:hover:disabled {
  background-color: #e9ecef !important;
}

/*表單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;
}

/*多選下拉*/
.multiple-select {
  width: 100% !important;
}
.multiple-select .ms-drop {
  position: relative;
  padding: 0 0 0 6px;
}
.multiple-select .ms-drop ul input {
  margin-left: -25px !important;
  margin-top: 3px !important;
}
.multiple-select .multiple {
  padding-left: 25px;
}
.multiple-select .multiple label {
  padding-left: 30px;
}

.ms-choice {
  height: 46px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  margin: 2px 0;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.ms-choice > span {
  padding: 7px 20px 5px 8px;
}
.ms-choice > span.placeholder {
  color: transparent !important;
}
.ms-choice:hover, .ms-choice:focus {
  box-shadow: none;
  border-color: #ec8e24 !important;
  background-color: transparent;
}

.ms-drop ul > li .disabled {
  display: none;
}

.ms-drop ul > li[class=" "], .ms-drop ul > li[class=""], .ms-drop ul > li[class=selected] {
  padding-left: 40px !important;
}

.ms-select-all {
  padding-left: 8px !important;
}

.ms-drop.bottom {
  box-shadow: none !important;
  border: 1px solid #ccc !important;
}

.table .ms-drop ul {
  text-align: left !important;
  padding-left: 10px;
  padding-bottom: 20px;
}

.ms-search > input {
  margin-left: -5px !important;
}

/*login_form*/
.login_form {
  max-width: 450px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background: #fff;
  margin-top: 30px;
  border-radius: 20px;
  border: solid #eee 1px;
}

/*activity_con*/
.activity_con {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.activity_con .edit_con {
  padding-bottom: 40px;
}
.activity_con h4 {
  color: #666;
  border: solid 1px #666;
  margin: 0 0 5px 0;
  padding: 2px 10px;
  float: left;
}

/*activity_list*/
.activity_list {
  float: left;
  width: 100%;
}
.activity_list .item {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid #ccc 1px;
  position: relative;
}
.activity_list .item:last-child {
  border-bottom: none;
}
.activity_list .item .date {
  float: left;
  width: 65px;
}
.activity_list .item .font {
  float: left;
  width: calc(100% - 215px);
}
.activity_list .item .font a:hover .title {
  color: #bc5a23 !important;
}
.activity_list .item .font a .activity_type, .activity_list .item .font a .con_font {
  color: #333 !important;
}
.activity_list .item .font .name span {
  padding: 3px 15px;
  border-radius: 50px;
  background: #999;
  color: #fff;
  font-size: 0.9em;
}
.activity_list .item .font .title {
  float: left;
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  color: #ec8e24;
  padding: 10px 0 5px 0;
}
.activity_list .item .font .con_font ul, .activity_list .item .font .con_font ol {
  margin-bottom: 0;
}
.activity_list .item .box {
  float: left;
  width: 185px;
  padding-left: 10px;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.activity_list .item .box button, .activity_list .item .box a {
  margin: 2px;
  float: right;
  padding: 4px 20px;
}
.activity_list .item .box button i, .activity_list .item .box a i {
  padding-right: 5px;
}
.activity_list .item .box .admission_btn {
  display: none;
}
.activity_list .item .box .admission_btn.active {
  display: block;
}
.activity_list .item.close {
  filter: grayscale(100%);
  opacity: 0.7;
}

.activity_type {
  font-weight: bold;
  width: 100%;
  float: left;
}
.activity_type div {
  float: left;
}
.activity_type div:after {
  content: "|";
  display: inline-block;
  padding: 0 5px 0 7px;
  color: #ccc;
  font-size: 0.8em;
}
.activity_type div:last-child:after {
  display: none;
}
.activity_type .salary {
  color: #bc5a23;
  font-weight: 400;
}

/*activity_timelist*/
.activity_timelist {
  float: left;
  width: 100%;
  padding: 0px 0 30px 0;
}
.activity_timelist .item {
  float: left;
  width: 100%;
  padding: 10px;
  position: relative;
}
.activity_timelist .item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.activity_timelist .item .date {
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 15px;
}
.activity_timelist .item .date span {
  background: #a07a30;
  color: #fff;
  border-radius: 30px;
  padding: 0 8px;
  font-weight: 400;
  font-size: 0.9em;
  display: inline-block;
  margin: 1px;
}
.activity_timelist .item .font {
  float: left;
  width: calc(100% - 220px);
}
.activity_timelist .item .time span + span:before {
  content: " / ";
  font-size: 0.8em;
  color: #999;
  padding: 0 2px;
}
.activity_timelist .item .name {
  display: inline-block;
  padding-right: 10px;
  font-weight: bold;
}
.activity_timelist .item .add {
  display: inline-block;
}
.activity_timelist .item .add:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  padding-right: 5px;
  color: #a07a30;
}
.activity_timelist .item .salary {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #a07a30;
  font-weight: bold;
}

/*clothing_list*/
.clothing_list {
  float: left;
  width: 100%;
}
.clothing_list img {
  float: left;
  width: 33.3333333333%;
  padding: 20px;
}

/*heart_icon*/
.heart_icon {
  color: #999;
}
.heart_icon:hover {
  color: #bc5a23;
}
.heart_icon.active {
  color: #bc5a23;
}

button.heart_icon {
  background: transparent !important;
  border: none !important;
  outline: none !important;
}

/*top_btn*/
.top_btn {
  position: absolute;
  top: 20px;
  right: 0px;
}
.top_btn .btn_delete {
  padding: 1px 10px;
}

/*bootbox*/
/*modal*/
.modal .modal-title {
  font-size: 1.3em;
  font-weight: bold;
}
.modal .activity_list .item {
  padding: 0 0 10px 0;
}
.modal .activity_list .font {
  width: 100%;
}

/*tabs*/
.tab-content {
  background: transparent;
}

/*tab_menu*/
.tab_menu .nav-link {
  color: #333;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 3px;
}
.tab_menu .nav-link:hover {
  background-color: #666 !important;
  color: #fff !important;
}
.tab_menu .nav-link.active {
  background-color: #ec8e24 !important;
  color: #fff !important;
}

/*job_list*/
.job_list .item {
  position: relative;
  border-left: solid #f5c288 3px;
  border-bottom: solid #ececec 1px;
  padding: 10px 15px;
  margin: 10px 0 10px 5px;
}
.job_list .item .title span {
  font-weight: bold;
  background: #666;
  color: #fff;
  padding: 1px 10px 2px 10px;
  border-radius: 30px;
}
.job_list .item .company {
  font-weight: bold;
  color: #000;
  padding: 3px 0 0 0;
}
.job_list .item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.job_list .item .btn_edit {
  position: absolute;
  right: 35px;
  top: 3px;
}
.job_list .item .btn_delete {
  position: absolute;
  right: 0px;
  top: 4px;
}

/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
  /*header-nav-top*/
  .header-nav-top {
    position: relative;
  }
  .header-nav-top:before {
    content: "";
    display: block;
    width: 20px;
    background: #ec8e24;
    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: #ec8e24;
    height: 100%;
    position: absolute;
    right: calc(100vw - 100%);
    right: -500%;
  }
  .header-nav-top .nav {
    display: block;
    background: #ec8e24;
    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;
  }
  #header .header-nav-main nav > ul > li > a {
    border-radius: 0;
    font-size: 0.9em;
    padding: 20px 10px;
  }
  #header .header-nav-main nav > ul > li > a > img {
    width: 14px;
    height: 14px;
  }
  #header .header-nav-main nav > ul > li > a span {
    display: none;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border: none;
    padding: 0;
    background: #ec8e24;
    min-width: 145px;
  }
  #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 .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;
    color: #fff;
  }
  /*main*/
  .main {
    padding-top: 80px;
    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) {
  .container {
    max-width: 100% !important;
  }
  /*header-nav-top*/
  #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 .header-nav-main nav > ul > li > a > img {
    width: 18px;
    height: 18px;
  }
  .header-nav-main .dropdown-menu {
    font-size: 1em;
  }
  /*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: 24px 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) {
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
  .title_01 {
    font-size: 1.2em;
  }
  .d-m-none {
    display: none;
  }
  /*header*/
  #header .header-body {
    border-bottom: none;
    background: none;
  }
  #header .header-container {
    background: rgba(0, 0, 0, 0.8);
  }
  #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: #ec8e24;
  }
  .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 a i, .header-nav-main nav a img {
    display: none;
  }
  .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;
  }
  .header-nav-login nav {
    background: #f5f5f5;
  }
  .header-nav-login nav a {
    color: #333;
  }
  /*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;
  }
  /*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.8em;
  }
  /*page_number*/
  #page_number .page_icon {
    text-align: center;
  }
  /*form*/
  .form_box {
    padding: 10px 0 0 0;
  }
  .no_label {
    padding-top: 0;
  }
  /*edit_con*/
  .page_nav {
    font-size: 0.85em;
  }
  .page_nav .nav-link {
    padding: 0.3rem 1rem;
  }
  /*activity_list*/
  .activity_list .item {
    padding: 20px 0 30px 0;
    text-align: left;
  }
  .activity_list .item .date {
    width: 100%;
    padding-bottom: 5px;
  }
  .activity_list .item .font {
    width: 100%;
  }
  .activity_list .item .box {
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
  }
  /*activity_timelist*/
  .activity_timelist .item .date {
    width: 100%;
    text-align: left;
    padding-right: 0;
  }
  .activity_timelist .item .date span {
    background: #a07a30;
    color: #fff;
    border-radius: 30px;
    padding: 3px 8px;
    font-weight: 400;
    font-size: 0.9em;
  }
  .activity_timelist .item .font {
    width: 100%;
  }
  /*clothing_list*/
  .clothing_list img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  /*clothing_list*/
  .clothing_list img {
    width: 100%;
  }
}
@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編輯器--------------------------------------------*/
/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
}

.quantity {
  font-family: Anton-Regular;
}

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

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

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

.font-100 {
  font-size: 100% !important;
}

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

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

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-50 {
  width: 50%;
}

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

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

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

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

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

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

.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 {
  color: #900 !important;
}

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

.black {
  color: #000 !important;
}

.gray {
  color: #666 !important;
}

.gray_01 {
  color: #f5f5f5 !important;
}

.gray_02 {
  color: #ccc !important;
}

.gray_03 {
  color: #999 !important;
}

.gray_04 {
  color: #666 !important;
}

.gray_05 {
  color: #333 !important;
}

.blue_01 {
  color: #3e76b6 !important;
}

.blue_02 {
  color: #003f86 !important;
}

.green_01 {
  color: #588216 !important;
}

.green_02 {
  color: #00693E !important;
}

.orange_01 {
  color: #C45519 !important;
}

.orange_02 {
  color: #a6410a !important;
}

.brown_01 {
  color: #817461 !important;
}

.brown_02 {
  color: #513710 !important;
}

.pink {
  color: #B648B7 !important;
}

.purple {
  color: #800080 !important;
}

.bg_red {
  background: #c00 !important;
}

.bg_white {
  background: #ffffff !important;
}

.bg_black {
  background: #000 !important;
}

.bg_gray {
  background: #666 !important;
}

.bg_gray_01 {
  background: #f5f5f5 !important;
}

.bg_gray_02 {
  background: #ccc !important;
}

.bg_gray_03 {
  background: #999 !important;
}

.bg_gray_04 {
  background: #666 !important;
}

.bg_gray_05 {
  background: #333 !important;
}

.bg_blue_01 {
  background: #3e76b6 !important;
}

.bg_blue_02 {
  background: #003f86 !important;
}

.bg_green_01 {
  background: #588216 !important;
}

.bg_green_02 {
  background: #00693E !important;
}

.bg_orange_01 {
  background: #C45519 !important;
}

.bg_orange_02 {
  background: #a6410a !important;
}

.bg_brown_01 {
  background: #817461 !important;
}

.bg_brown_02 {
  background: #513710 !important;
}

.bg_pink {
  background: #B648B7 !important;
}

.bg_purple {
  background: #800080 !important;
}

.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;
}

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

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

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

.font_nowrap {
  white-space: nowrap;
}

.btn_margin {
  margin: 2px;
}

.footer_laypu {
  display: inline-block;
}

mark {
  background: linear-gradient(transparent 60%, #ffdd55 0);
}

@media (max-width: 480px) {
  .input-xlarge, .input-large, .input-medium, .input-small, .input-xsmall {
    max-width: 100% !important;
  }
}
/*table*/
.table {
  display: table;
  border-color: #ddd;
  width: 100%;
  margin-bottom: 10px;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead {
  background: #666;
  color: #fff;
}
.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: #ec8e24;
}
.table tbody td a:hover {
  color: #bc5a23;
}
.table tbody td a.btn_01 {
  display: inline-block;
  background: #ec8e24 !important;
  color: #fff !important;
  white-space: nowrap;
  margin: 3px 1px;
  padding: 6px 15px;
}
.table tbody td a.btn_01:hover {
  background: #bc5a23 !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: #f5f5f5;
}
.table.table-hover tbody tr {
  border-bottom: 1px solid #ddd;
}
.table.table-hover tbody tr:hover > td {
  background: #f5f5f5 !important;
}
.table.table-hover tbody tr .btn_circle {
  border-radius: 50%;
  padding: 2px 9px 4px 11px;
}
.table.table-hover tbody tr .btn_circle:hover, .table.table-hover tbody tr .btn_circle:focus {
  background: #bc5a23 !important;
}
.table > :not(caption) > * > * {
  padding: 0;
}

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

tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
}

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

.table_total {
  border-top: double #ccc 3px;
}
.table_total td {
  background: #e6eff4;
}

/*table scroll*/
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
}
.table-scrollable > .table, .table-scrollable > table {
  width: 100% !important;
  margin: 0 !important;
  min-width: 700px;
}

@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 {
  display: table-row;
}
.page_info .table-row .table-cell:first-child {
  font-weight: bold;
}
.page_info .table-row .table-cell:first-child:first-child:before {
  content: "|";
  color: #bda26d;
  padding-right: 10px;
}
.page_info .table-row .table-cell {
  display: table-cell;
  padding: 5px;
  border-bottom: solid #ddd 1px;
}

@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;
  margin-top: 0;
}
.edit_con a {
  color: #ec8e24;
  /*text-decoration:underline;*/
}
.edit_con img.float-start {
  padding: 0 2em 2em 0;
}
.edit_con img.float-end {
  padding: 0 0 2em 2em;
}

.border_box {
  float: left;
  width: 100%;
  border-radius: 10px;
  border: solid #eee 1px;
  padding: 5%;
  background: #fff;
  margin-bottom: 15px;
}

/*清單*/
.ol_01 {
  list-style-type: cjk-ideographic; /*一, 二, 三*/
  padding-left: 40px !important;
}

.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*/
}

.ol_05 {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 50px;
}
.ol_05 li {
  counter-increment: my-counter;
  text-indent: -1.6em;
}
.ol_05 li:before {
  content: "(" counter(my-counter) ")";
  margin-right: 0.5em;
}

.ol_c_01 {
  counter-reset: chapter;
}
.ol_c_01 > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_01 > ol > li {
  counter-increment: chapter;
  counter-reset: section;
  text-indent: -0.3em;
}
.ol_c_01 > ol > li:before {
  content: counter(chapter) ".";
  margin-right: 0.5em;
}
.ol_c_01 > ol > li > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_01 > ol > li > ol > li {
  counter-increment: section;
  text-indent: -30px;
  padding-left: 27px;
}
.ol_c_01 > ol > li > ol > li:before {
  content: counter(chapter) "." counter(section);
  margin-right: 0.5em;
}

.ol_c_02 {
  counter-reset: chapter;
}
.ol_c_02 > ol {
  list-style: none;
  padding-left: 10px;
}
.ol_c_02 > ol > li {
  counter-increment: chapter;
  counter-reset: section;
  margin-left: 1em;
}
.ol_c_02 > ol > li:before {
  content: counter(chapter) ".";
  margin-right: 0.5em;
}
.ol_c_02 > ol > li > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_02 > ol > li > ol > li {
  counter-increment: section;
}
.ol_c_02 > ol > li > ol > li:before {
  content: counter(chapter) "-" counter(section);
  margin-right: 0.5em;
}

.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 li {
  float: left;
}
.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 a:hover, .anchor_list a:focus {
  background: #eee;
  color: #333;
}
.anchor_list a.active {
  background: #ec8e24;
  color: #fff;
  border: solid #ec8e24 1px;
}

@media (max-width: 767px) {
  .anchor_list a {
    font-size: 0.9em;
    padding: 3px 8px;
  }
}
/*頁籤 bs3*/
.tabs {
  float: left;
  width: 100%;
}
.tabs .nav-tabs {
  border-bottom-color: transparent;
  /*text-align:center;*/
  font-size: 1em;
  margin-bottom: 15px;
  padding-left: 0 !important;
  list-style: none;
}
.tabs .nav-tabs button {
  padding: 7px 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%;
}
.tabs .nav-tabs button:hover {
  background: #eee;
  color: #333 !important;
}
.tabs .nav-tabs button.active, .tabs .nav-tabs button.active:focus, .tabs .nav-tabs button.active:hover {
  background-color: #ec8e24;
  color: #fff !important;
  border: 1px solid #ec8e24 !important;
}
.tabs .nav-tabs li {
  display: inline-block;
  float: none;
}
.tabs .nav-tabs li a {
  padding: 7px 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%;
}
.tabs .nav-tabs li a:hover {
  background: #eee;
  color: #333 !important;
}
.tabs .nav-tabs li.active a, .tabs .nav-tabs li.active a:focus, .tabs .nav-tabs li.active a:hover {
  background-color: #ec8e24;
  color: #fff !important;
  border: 1px solid #ec8e24 !important;
}
.tabs .tab-content {
  float: left;
  width: 100%;
  border-radius: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
  padding: 0;
}

/*頁籤 bs5*/
.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  border-radius: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  color: #333;
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-tabs .nav-link:hover {
  background: #666;
  color: #fff;
}
.nav-tabs .nav-link.active {
  background-color: #ec8e24;
  color: #fff;
  border-color: #ec8e24;
}

.tab-content {
  border: none;
  padding: 15px 0;
  box-shadow: none;
}

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

[class^=list_0] img {
  width: 100%;
}

@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 {
  float: left;
  width: 17%;
  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: 20%;
}

@media (max-width: 767px) {
  .list_05 > .item {
    width: 29.3%;
    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: 44%;
    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:nth-child(2n+1) {
  clear: both;
}
.list_img > .item img {
  margin-bottom: 5px;
}
.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:nth-child(2n+1) {
  clear: both;
}
.list_font > .item img {
  margin-bottom: 5px;
}
.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*/
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  /*解決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;
  }
  /*thead不重覆*/
  thead {
    display: table-row-group;
  }
}
/*列印尺寸電腦版*/
@page {
  size: A3;
  margin: 0;
}
/*rwd table*/
.rwd-table {
  background: #fff;
  overflow: hidden;
  min-width: 100%;
  color: #333;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  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%;
}

@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 tbody tr {
    display: table;
    width: calc(100% - 2px);
    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 tr {
    margin-bottom: 20px;
  }
  .rwd-table tr td {
    border-bottom: solid #ddd 1px !important;
  }
  .rwd-table tr td:nth-child(1) {
    border-top: solid #ddd 1px !important;
  }
  .rwd-table.table-center td {
    text-align: left !important;
  }
  .rwd-table .text-end, .rwd-table .text-center {
    text-align: left !important;
  }
}/*# sourceMappingURL=style.css.map */