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

.color_02 {
  color: #6eb7d4 !important;
}

.color_03 {
  color: #45827a !important;
}

.color_04 {
  color: #9bbf63 !important;
}

.color_05 {
  color: #e4a234 !important;
}

.bg_01 {
  background: #03658c !important;
}

.bg_02 {
  background: #6eb7d4 !important;
}

.bg_03 {
  background: #45827a !important;
}

.bg_04 {
  background: #9bbf63 !important;
}

.bg_05 {
  background: #e4a234 !important;
}

/*--------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  line-height: 190%;
  font-family: "微軟正黑體", "open-sans", Times New Roman, sans-serif;
  color: #333;
  background: #fff;
  font-size: 1em;
  position: relative;
}

p {
  color: #333;
  letter-spacing: 0.05em;
}

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

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

hr {
  float: left;
  width: 100%;
  padding: 5px 0;
}

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

h2 {
  font-size: 1.75em;
  font-weight: bold;
  padding: 15px 0;
  margin: 0;
  line-height: 130%;
}

h3 {
  margin-top: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #23527c;
}

li {
  line-height: 170%;
}

.btn_01 {
  padding: 8px 20px;
  font-size: 1.125em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #999;
}
.btn_01:hover, .btn_01:focus {
  background: #45827a;
  color: #fff !important;
}

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

.btn_arrow {
  font-size: 1.125em;
  padding: 8px 40px 10px 20px;
  position: relative;
}
.btn_arrow:after {
  content: url(../img/customer/arrow_01.png);
  display: inline-block;
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.btn_arrow:hover:after, .btn_arrow:focus:after {
  right: 5px;
  transition: right 0.5s;
}

.btn_margin {
  margin: 2px;
}

.btn_box {
  float: left;
  width: 100%;
  margin: 20px 0;
}

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

.display_none {
  display: none;
}

.scroll-to-top:hover, .scroll-to-top:focus {
  background: #45827a;
}
.scroll-to-top i {
  color: #fff;
}

.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: 2.2px 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
}

blockquote {
  background: #958f9d;
  padding: 30px;
  border: none;
  line-height: 170%;
  margin: 40px 0;
}

/*通用*/
body {
  font-family: "微軟正黑體", open-sans, Arial, sans-serif;
  line-height: 170%;
  font-size: 15px;
  height: 100%;
  color: #333;
  background-color: transparent;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 0;
  padding-left: 0;
}

a:hover {
  text-decoration: none;
}

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

input[type=file] {
  max-width: 190px;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.float_right {
  float: right;
}

.vertical_middle {
  vertical-align: middle;
}

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

.title_01 {
  padding: 15px 0;
}

.title_02 {
  color: #3598dc;
  padding: 10px 0 15px 0;
}

.title_03 {
  color: #3598dc;
}

.title_04 {
  color: #000;
  padding: 5px 0;
  font-weight: bold;
}

.class_title {
  padding: 3px;
  float: left;
}

.class_type {
  color: #fff;
  background: #9bbf63;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.9em;
}

.date {
  color: #9bbf63;
  padding: 5px 0;
}

.date .class_type {
  margin-left: 10px;
  display: none;
}

.top_class {
  color: #999;
  padding-left: 15px;
}

.margin_bottom {
  margin-bottom: 5px;
}

.nomarginbottom {
  margin-bottom: 0px;
}

.red {
  color: red;
}

.form-group {
  overflow: hidden;
}

.btn {
  border-radius: 5px !important;
  /*margin:2px !important;*/
  font-size: 14px;
  letter-spacing: 1px;
}

.btn_01 {
  padding: 9px 15px;
  background-color: #3598dc;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
}

.btn_02 {
  padding: 9px 25px;
  background-color: #3598dc;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  border: none;
  letter-spacing: 1px;
}

.btn_03 {
  padding: 4px 12px;
  background-color: #787c80;
  opacity: 0.8;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  border: none;
  margin: 4px 0;
  display: inline-block;
  letter-spacing: 1px;
}

.btn_04 {
  height: 27px;
  padding: 0px 8px 1px 8px;
  background: red;
  opacity: 0.8;
  color: #fff;
  border-radius: 5px;
  font-size: 5px;
  border: none;
  margin: 0;
  padding-top: 3px;
  display: inline-block;
}

.btn_05 {
  padding: 5px 12px;
  background: #444;
  opacity: 0.8;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  border: none;
  /*margin:4px 0;*/
  display: inline-block;
  letter-spacing: 1px;
}

.btn_01:hover, .btn_02:hover {
  background-color: #217ebd;
}

.btn_03:hover, .btn_04:hover, .btn_05:hover {
  opacity: 1;
  color: #fff;
}

.btn_box {
  float: left;
  width: 100%;
  padding: 30px 0;
}

.button_margin {
  margin: 5px 0;
}

.table .btn {
  margin-right: 0px !important;
}

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

.delete_th .mt-checkbox {
  margin: 0px -7px 17px 3px !important;
}

.table_font {
  padding: 13px 20px !important;
  min-height: 52px;
}

.label_font {
  margin: 7px 0 !important;
}

.form-control {
  /*border-radius:5px !important;*/
  border: #ccc solid 1px;
  padding: 4px 8px !important;
  height: 34px;
  font-size: 15px;
  margin: 4px 10px 4px 4px;
}

.form-control_1 {
  border-radius: 5px;
  border: #ccc solid 1px;
  padding: 4px 8px !important;
  height: 34px;
  font-size: 15px;
  vertical-align: middle;
  float: left;
  margin: 4px 10px 4px 4px;
}

.form_01 {
  border-radius: 5px !important;
  border: #ccc solid 1px;
  padding: 5px;
  margin: 5px 0 8px 0;
  width: 100%;
}

.form_02 {
  border-radius: 5px !important;
  border: #ccc solid 1px;
  padding: 4px 8px;
  vertical-align: middle;
  float: left;
}

.form_auto {
  border-radius: 5px !important;
  border: #ccc solid 1px;
  padding: 5px 10px !important;
  vertical-align: middle;
  margin: 0 2px 4px 0 !important;
  float: left;
}

label {
  margin: 7px 0;
}

.remarks {
  font-size: 12px;
  padding-left: 2px;
  line-height: 150%;
}

.remarks_margin {
  margin: 5px 0 0 10px;
}

.required {
  color: #e02222;
  font-size: 12px;
  padding-left: 5px !important;
  padding-top: 3px;
}

.page_line {
  border-bottom: dotted #ccc 2px;
  margin: 10px 0;
}

.delete_btn {
  padding: 3px 0px !important;
}

.page-content {
  display: flow-root;
  margin-left: 0 !important;
  padding: 25px 20px !important;
}

.page-content > .portlet {
  float: left;
  width: 100%;
}

.form-group textarea {
  margin-bottom: 5px !important;
}

.table-toolbar label {
  margin: 0;
}

.form-group .mt-checkbox-outline, .form-group .mt-radio-outline {
  margin: 3px 25px 3px 0;
}

.form-group .right_font {
  padding-top: 15px !important;
}

/*.table-scrollable td>.mt-checkbox.mt-checkbox-single{
    margin: 0px 0px 18px 10px;
    float: left;
    padding-left: 0;
}*/
.note-editor .dropdown-toggle {
  color: #333;
}

.w-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.nomargin {
  margin: 0px;
}

.nomargintop {
  margin-top: 0px;
}

.nomarginbottom {
  margin-bottom: 0px;
}

.nomarginleft {
  margin-left: 0px;
}

.nomarginright {
  margin-right: 0px;
}

.nopaddingtop {
  padding-top: 0px;
}

.nopaddingbottom {
  padding-bottom: 0px;
}

.nopaddingleft {
  padding-left: 0px;
}

.nopaddingright {
  padding-right: 0px;
}

.img_padding {
  padding: 10px;
}

/*login*/
.login .left {
  float: left;
  width: 40%;
  martin: 0 auto;
  padding: 8% 5%;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  height: 100vh;
}

.login .left .title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin: 5px 0 40px 0;
}

.login .left .input_box {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.login .left .input-group {
  margin: 20px auto;
}

.login .left .input-group i {
  color: #0e789f;
  width: 14px;
}

.login .fa-inverse {
  color: #fff;
}

.login .left .input-group fa-user {
  width: 14px;
}

.login .left .input_box input {
  margin: 0 auto;
  max-width: 300px;
  height: 40px;
  border: 1px solid #ccc;
}

.login .left .forget {
  text-align: left;
  max-width: 300px;
  margin: 25px auto;
}

.login .right {
  float: left;
  width: 60%;
  martin: 0 auto;
  padding: 10%;
  text-align: center;
  background: url(../img/login_bg.jpg);
  background-size: cover;
  height: 100vh;
}

.login .right .logo {
  max-width: 400px;
  margin: 0 auto 20px auto;
}

.login .right .title {
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 170%;
  /*text-shadow: 2px 2px 5px #fff;*/
  color: #b8986a;
}

.login .right .font_con {
  border-radius: 10px;
  /*color:#fff;*/
}

.login .right .font_con .fa-xs {
  margin-top: 10px;
}

.login .text-shadow {
  /*text-shadow: 2px 2px 5px #fff;*/
}

.login .text_inline {
  display: inline-block;
  white-space: nowrap;
}

/*login white*/
.login .right.white .title {
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}

.login .right.white .font_con {
  color: #ccc;
}

.login .right.white .font_con .fa-circle:before {
  color: #FFF;
}

.login .right.white .font_con .fa-inverse {
  color: #666;
}

.login .right.white .text-shadow {
  text-shadow: 2px 2px 5px #000;
}

/*page-logo*/
.page-logo .menu-toggler {
  display: none !important;
}

/*content內容置中*/
#content {
  float: left;
  width: 100%;
  background: #fff;
}

.page-content-wrapper {
  float: none;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/*top menu*/
.nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.dropdown-menu {
  font-size: 1em;
}

.dropdown-menu .divider {
  margin: 1px 0;
  background: #e5e5e5 !important;
}

.top-menu .dropdown-menu {
  margin: 0 !important;
}

.top-menu .dropdown-user > a {
  background: rgba(0, 0, 0, 0.6) !important;
}

.top-menu .dropdown-user > a:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}

.dropdown-user .dropdown-menu a i {
  padding-right: 25px;
}

/*left menu*/
#left_menu {
  display: none;
}

.page-sidebar .page-sidebar-menu > li.active.open > a {
  background: #0e789f !important;
  cursor: default;
}

.page-sidebar .page-sidebar-menu > li.active > a {
  background: #0e789f !important;
}

.page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu {
  background: rgba(255, 255, 255, 0.1);
}

/*頁籤*/
.page_menu {
  list-style-type: none;
  margin-left: -40px;
}

.page_menu li {
  display: inline-block;
  background: #e5e5e5;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 15px;
  cursor: pointer;
  margin: 3px 5px 5px 0;
  color: #666;
  letter-spacing: 1px;
}

.page_menu li:hover {
  background: #787c80;
  color: #fff;
}

.page_menu li.open {
  background: #1BBC9B;
  color: #fff;
  position: relative;
}

.page_menu li.open:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 9px 0 9px;
  border-color: #1BBC9B transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
}

/*top_menu*/
.dropdown-quick-sidebar-toggler {
  background: #0e789f;
  color: #fff;
  font-size: 14px;
}

.dropdown-toggle {
  color: #fff;
}

.link_index {
  background: #555e69;
  padding-right: 10px;
  font-size: 14px;
}

.link_index:hover {
  background: #3f4f62;
}

.web_link {
  padding: 8px 9px;
}

.page-bar .page-breadcrumb > li {
  padding-right: 5px;
}

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

.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;
  height: 45px;
}

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

.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: #000;
  font-weight: 500;
}

.table-bordered {
  /*border: 1px solid #e7ecf1 !important;*/
}

.table-bordered > tbody > tr > td {
  /*border: 1px solid #ddd;*/
  border: 1px solid #e7ecf1 !important;
}

.table-hover > tbody > tr:hover {
  background: #f2fbfe;
}

.table > tbody > tr td {
  height: 50px !important;
}

.table > tbody > tr > td {
  vertical-align: middle !important;
}

.table_icon {
  padding: 3px 3px 2px 3px !important;
  vertical-align: middle;
}

.table thead tr th {
  font-weight: normal;
}

/*頁碼*/
#page_number {
  padding-top: 10px;
  float: left;
  width: 100%;
}

.page_total {
  vertical-align: middle;
  margin: 5px 0 10px 0;
}

.page_icon {
  text-align: right;
  margin-bottom: 10px;
}

.btn_page {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  padding: 3px 12px;
  font-size: 14px;
  background: #eee;
  /*margin-left:-5px;*/
  border-radius: 5px;
  margin-top: -4px;
}

.page_list {
  border: 1px solid #ddd;
  display: inline-block;
  width: auto;
  cursor: pointer;
  margin: 0;
}

.sequence_list {
  border: 1px solid #ccc;
  display: inline-block;
  width: 45px;
  cursor: pointer;
  padding: 1px 1px !important;
}

.sequence_list:hover {
  background-color: #fff;
}

.active {
  /*background:#3598dc !important;
  color:#fff !important;*/
  /*border:solid #3598dc 1px;*/
  border: none;
}

.btn_page:hover {
  background: #23527C;
  color: #fff;
}

/*search menu*/
.search_menu {
  /*margin:5px 0 20px 0;
  background:#efefef;
  padding:3%;*/
  border-radius: 5px;
  margin-top: 5px;
}

.search_padding {
  margin-bottom: 15px;
}

.search_item, .search_item_1 {
  background: #eee !important;
  padding-top: 14px !important;
  min-height: 52px;
}

.form_title {
  width: 80px;
  text-align: right;
  margin: 5px;
}

.form_title_1 {
  margin: 5px;
  width: 100px;
  text-align: right;
}

.form_title_2 {
  padding: 7px 0;
  font-weight: bold;
  font-size: 16px;
}

.form_tel_1 {
  margin: 0 5px 7px 0 !important;
  width: 35%;
}

.form_tel_2 {
  margin: 0 0 7px 5px !important;
  width: 15%;
}

.mt-radio-list .mt-radio {
  float: left;
  margin-left: 15px;
  padding-left: 25px;
}

.mt-radio-list .mt-radio:nth-child(1) {
  margin-left: 0px;
}

.mt-radio span {
  margin-top: 3px;
}

.form .form-bordered .form-group:last-child {
  border-bottom: none;
}

/*權限設定*/
.table_radio .mt-radio > span {
  margin-top: -9px;
}

.mt-checkbox span {
  background: #fff !important;
}

.competence_table .mt-checkbox span, .competence_title .mt-checkbox span, .mt-checkbox span {
  margin-top: 4px;
}

.competence_table .mt-checkbox, .competence_title .mt-checkbox, .person_class .mt-checkbox, .person_name .mt-radio, .checkbox_inline .mt-checkbox {
  margin: 8px 0px 8px 20px;
}

.competence_table thead .mt-checkbox {
  margin-left: 0px;
}

.competence_table tbody label {
  margin: 5px 0px 10px 20px !important;
}

.table-scrollable .mt-checkbox {
  margin: 7px 0px 8px 15px;
}

.competence_title {
  margin-top: 15px;
  background: #999;
  padding: 5px 0;
  color: #fff;
}

.form-group .competence_title:first-child {
  margin-top: 0px;
}

.class_01 {
  width: 33%;
}

.class_02 {
  /*width:300px;*/
}

.class_02 .mt-checkbox {
  width: 235px;
  vertical-align: top;
}

.class_03 {
  width: 33%;
}

.class_03 .mt-checkbox {
  width: 200px;
  vertical-align: top;
}

.class_3_01 {
  width: 180px;
}

.class_3_01 .mt-checkbox {
  margin-left: -20px !important;
}

.class_3_02 {
  width: 180px;
}

.class_3_03 {
  /*width:200px;*/
}

.class_3_03 .mt-checkbox.mt-checkbox-outline > span {
  margin-top: 0px;
}

.class_3_03 label {
  margin: 5px 0px 5px 20px !important;
}

.competence_table {
  border-left: solid #ddd 1px;
  border-top: solid #ddd 1px;
  margin-bottom: 5px;
}

.competence_table tr td {
  padding: 5px 0;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
}

.competence_table thead td, .competence_table thead th {
  padding: 8px 0;
  background: #999;
  border-right: solid #ccc 1px;
  border-top: solid #ccc 1px;
  color: #fff;
  line-height: 130%;
}

.person_list ul {
  padding-left: 0px;
}

.person_list ul li {
  display: inline-block;
  padding: 5px 0 5px 20px;
  width: 95px;
  vertical-align: top;
}

.person_class {
  padding-left: 0px !important;
  display: inline-block;
}

.person_class .mt-checkbox {
  width: 305px;
  vertical-align: top;
}

.person_class select {
  margin: 5px 0 !important;
}

.person_class span {
  margin-top: 4px;
}

.person_name .mt-checkbox, .person_name .mt-radio {
  width: 95px;
  vertical-align: top;
}

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

.one_btn {
  margin-top: 3px;
  float: left;
}

.one_btn_1 {
  float: right;
  margin-top: 3px;
}

.input_inline {
  margin-left: -40px;
  margin-bottom: 0px;
}

.input_inline li {
  display: inline-block;
  list-style: none;
  width: 135px;
  margin: 3px 10px 7px 0;
}

/*管理項目*/
.language_set .language_title {
  padding: 7px 15px 7px 0;
  line-height: 130%;
}

.language_set .arrow:after {
  content: "\f178";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 0.5em;
  position: relative;
  left: 0;
  float: right;
  width: 20px;
}

.language_item {
  margin-right: 30px;
}

.check_padding {
  padding: 10px;
}

/*日期套件補丁*/
.date-picker input {
  margin: 0 !important;
}

.input-group .date-picker:last-child .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group .date-picker:first-child .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon {
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 !important;
  line-height: 100%;
}

.datepicker {
  min-width: auto;
  padding: 0;
}

.table-condensed {
  width: 210px;
  /*position:absolute;*/
  background: #fff;
  box-shadow: 0px 0px 6px 4px rgba(51, 51, 51, 0.1);
  border: 5px;
}

.table-condensed .datepicker-switch, .table-condensed .prev, .table-condensed .next, .table-condensed .day {
  cursor: pointer;
  text-align: center;
}

.table-condensed .datepicker-switch {
  background: #fefaec;
}

.table-condensed .prev, .table-condensed .next {
  background: #feefca;
}

.table-condensed .datepicker-switch:hover, .table-condensed .prev:hover, .table-condensed .next:hover, .table-condensed .year:hover, .table-condensed .month:hover, .table-condensed .day:hover {
  background: #bbb;
  color: #fff;
}

.table-condensed .dow {
  background: #ddf0fd;
}

.table-condensed .month, .table-condensed .year {
  width: 50px;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
  border: none;
}

.table-condensed td span {
  float: left;
  display: inline-block;
}

.table-condensed td span:nth-child(4n+1) {
  clear: both;
}

.datepicker-days .old, .datepicker-days .new {
  color: #ccc;
}

.datepicker .datepicker-months, .datepicker .datepicker-years {
  position: absolute;
  margin-top: 35px;
}

/*網站版型管理*/
.template_list {
  float: left;
  width: 100%;
  /*margin-bottom:30px;*/
}

.template_list .item {
  float: left;
  width: 30.3%;
  margin: 1.5%;
  border: solid #ccc 1px;
  border-radius: 10px;
}

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

.template_list .item .title {
  text-align: center;
  background: #eee;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  border-bottom: solid #eee 1px;
  font-style: 18px;
  font-weight: bold;
}

.template_list .item img {
  width: 100%;
}

.template_list .item .btn_box {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-top: solid #eee 1px;
}

/*選單管理*/
.class_table button {
  width: 27px;
  height: 27px;
}

.class_table > tbody > tr > td {
  vertical-align: top !important;
}

/*模組元件*/
.mod_list > div {
  padding: 0 10px;
}

.mod_list .mt-head {
  cursor: pointer;
  padding: 25px 0 15px 0;
  opacity: 0.9;
}

.mod_list .mt-head:hover {
  opacity: 1;
}

.mod_list > div:nth-child(11n-10) .mt-head {
  background-color: #0a97a3 !important;
}

.mod_list > div:nth-child(11n-9) .mt-head {
  background-color: #e43a45 !important;
}

.mod_list > div:nth-child(11n-8) .mt-head {
  background-color: #165284 !important;
}

.mod_list > div:nth-child(11n-7) .mt-head {
  background-color: #d2ad28 !important;
}

.mod_list > div:nth-child(11n-6) .mt-head {
  background-color: #8E44AD !important;
}

.mod_list > div:nth-child(11n-5) .mt-head {
  background-color: #444 !important;
}

.mod_list > div:nth-child(11n-4) .mt-head {
  background-color: #17af3f !important;
}

.mod_list > div:nth-child(11n-3) .mt-head {
  background-color: #c63da4 !important;
}

.mod_list > div:nth-child(11n-2) .mt-head {
  background-color: #E87E04 !important;
}

.mod_list > div:nth-child(11n-1) .mt-head {
  background-color: #3598dc !important;
}

.mod_list > div:nth-child(11n) .mt-head {
  background-color: #999 !important;
}

.mt-widget-3 > div {
  min-height: 110px;
}

.mt-widget-3 .mt-head .mt-head-desc {
  line-height: 130%;
}

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

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

.radio_padding {
  padding-right: 20px;
}

/*全文檢索*/
.set_group {
  float: left;
  width: 100%;
  padding: 3px 0;
}

.set_group .title {
  float: left;
  width: 35%;
  padding-top: 5px;
}

.set_group .title:after {
  content: "\f178";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 0.5em;
  position: relative;
  float: right;
}

.set_group .input {
  float: left;
  width: 65%;
}

.set_group_2 {
  float: left;
  width: 100%;
  padding: 3px 0;
}

.set_group_2 .title {
  float: left;
  width: 35%;
  padding-top: 5px;
}

.set_group_2 .input {
  float: left;
  width: 65%;
}

/*page_bottom*/
.page_bottom {
  float: left;
  width: 100%;
  padding: 20px 0;
  font-size: 0.9em;
}

.page_bottom > div {
  float: left;
  width: 100%;
  padding: 3px 0;
}

.page_bottom .title {
  width: 120px;
  background: #eee;
  /*color:#fff;*/
  border-radius: 20px;
  padding: 2px 5px;
  text-align: center;
  float: left;
}

.page_bottom .title i {
  padding-right: 5px;
}

.page_bottom .con_font {
  padding-left: 130px;
  line-height: 170%;
  margin-top: -30px;
  float: left;
  clear: both;
}

.page_bottom .con_font a {
  padding: 4px 0 4px 0;
  float: left;
  clear: both;
  color: #333;
}

.page_bottom .con_font a:hover {
  color: #23527c;
}

/*live_info*/
.live_info {
  float: left;
  width: calc(100% - 50px);
  padding-bottom: 10px;
  border: solid #ccc 1px;
  border-radius: 10px;
  padding: 0 20px 0 50px;
  margin: 0 0 25px 50px;
  position: relative;
}
.live_info:before {
  content: "";
  background: url(../img/logo_gf.svg);
  background-size: cover;
  background-color: #fff;
  width: 90px;
  height: 80px;
  display: block;
  position: absolute;
  left: -40px;
  top: -6px;
}
.live_info > .title {
  display: inline-block;
  font-weight: bold;
  padding: 10px 15px;
}
.live_info ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.live_info ul > li {
  display: inline-block;
  padding: 0;
}
.live_info ul > li .item_title {
  display: inline-block;
  color: #fff;
  padding: 20px 15px;
}
.live_info ul > li .item_title div {
  transform: skew(15deg);
}
.live_info ul > li:nth-child(1) .item_title {
  background: #45827a;
  transform: skew(-15deg);
}
.live_info ul > li:nth-child(2) .item_title {
  background: #03658c;
  transform: skew(-15deg);
}
.live_info ul > li .quantity {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: #999;
  letter-spacing: 0.2em;
  padding-left: 5px;
  font-size: 1.125em;
}
.live_info ul > li li:first-child {
  padding: 10px 0 10px 10px;
}
.live_info ul > li li:first-child :after {
  content: "/";
  color: #ccc;
  font-size: 0.8em;
  font-family: "微軟正黑體";
  font-weight: 400;
  padding: 0 7px;
}
.live_info ul > li li:nth-child(2) {
  padding: 10px 10px 10px 0;
}
.live_info > .date {
  float: right;
  text-align: right;
  color: #333;
  padding: 7px 0 30px 55px;
  position: relative;
}
.live_info > .date:after {
  content: "GREEN FACTORY";
  position: absolute;
  background-color: #fff;
  padding: 0 0 0 10px;
  bottom: -5px;
  right: 0px;
  color: #bad1c3;
  font-family: Impact;
  font-size: 2.5em;
}

/*首頁-產業類別*/
.index_title {
  float: left;
  width: 100%;
  font-size: 1.8em;
  font-weight: bold;
  padding: 15px 30px;
  /*border-bottom:solid #ccc 1px;*/
  margin-bottom: 10px;
  background: #f5f5f5;
  border-radius: 30px;
}
.index_title i {
  padding: 0 10px 0 0;
}

.index_industry {
  list-style: none;
  float: left;
  width: 100%;
  padding-left: 0;
  margin-bottom: 3%;
}
.index_industry li {
  float: left;
  width: 13.2857142857%;
  margin: 0.5%;
  position: relative;
}
.index_industry li a {
  float: left;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.index_industry li a:hover {
  background: #23527c !important;
}
.index_industry li:nth-child(10n+1) a {
  background-color: #06358c;
}
.index_industry li:nth-child(10n+2) a {
  background-color: #6eb7d4;
}
.index_industry li:nth-child(10n+3) a {
  background-color: #45827a;
}
.index_industry li:nth-child(10n+4) a {
  background-color: #9bbf63;
}
.index_industry li:nth-child(10n+5) a {
  background-color: #e4a234;
}
.index_industry li:nth-child(10n+6) a {
  background-color: #d56130;
}
.index_industry li:nth-child(10n+7) a {
  background-color: #a13f56;
}
.index_industry li:nth-child(10n+8) a {
  background-color: #8c4d3f;
}
.index_industry li:nth-child(10n+9) a {
  background-color: #958f9d;
}
.index_industry li:nth-child(10n) a {
  background-color: #704589;
}
.index_industry li .title {
  position: absolute;
  bottom: 0;
  font-size: 1.3em;
  font-weight: bold;
  width: 90%;
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90%;
  margin: 5%;
  border: solid #fff 1px;
  border-radius: 5px;
  text-align: center;
  line-height: 130%;
}
.index_industry li .more .title {
  border: none;
}

/*首頁-統計數據*/
.index_chart {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 3%;
}

.index_chart li {
  float: left;
  width: 33.3333333333%;
  padding: 3%;
  text-align: center;
}

.index_chart li a {
  color: #333;
}

.index_chart li a:hover {
  color: #23527c;
}

.index_chart li .title {
  font-size: 1.4em;
  font-weight: bold;
}

/*首頁-操作說明*/
.index_news {
  float: left;
  width: 100%;
  padding: 0 3% 3% 3%;
}

.index_news .list {
  float: left;
  width: 80%;
  padding: 0 30px 0 0;
  margin-left: -2%;
}

.index_news .list li {
  padding: 1%;
  border-bottom: solid #eee 1px;
}

.index_news .list li a {
  color: #333;
}

.index_news .list li a:hover {
  color: #23527c;
}

.index_news .list .class_type {
  margin-left: 10px;
  display: none;
}

.index_news .list .more {
  margin-left: 40px;
}

.index_news .down {
  float: left;
  width: 20%;
}

.index_news .down a {
  float: left;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  background-color: #06358c;
  position: relative;
  border-radius: 10px;
}

.index_news .down a:hover {
  background-color: #23527c;
}

.index_news .down .title {
  position: absolute;
  bottom: 0;
  font-size: 1.4em;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  line-height: 130%;
}

.index_news .down .icon {
  position: absolute;
  z-index: 88;
  bottom: -2%;
  right: -5%;
}

.index_news .down .icon .fas {
  font-size: 8em;
  opacity: 0.2;
  box-sizing: none;
  text-shadow: none;
}

/*footer*/
.page-footer {
  clear: left;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #364150;
  padding: 5px 20px 5px;
  z-index: 999;
}

/*廠商列表*/
.vendor_list {
  margin-bottom: 5px;
}

.vendor_list li {
  width: 11.5%;
}

.vendor_list li .title {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}

/*廠商介紹*/
.vendor_con {
  float: left;
  width: 100%;
}

.vendor_info {
  float: left;
  width: 100%;
  background: rgba(110, 183, 212, 0.15);
  border-left: solid rgba(110, 183, 212, 0.5) 5px;
  padding: 10px;
}

.vendor_info .type {
  float: left;
  width: 100%;
  list-style: none;
  padding: 10px;
  margin-bottom: 0;
}

.vendor_info .type li {
  float: left;
  padding-right: 30px;
  padding-left: 112px;
}

.vendor_info .type li .title {
  font-weight: bold;
  display: inline-block;
  margin-left: -112px;
  color: #23527c;
}

.vendor_info .type li span {
  white-space: nowrap;
  display: inline-block;
}

.vendor_info .item {
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
  /*background:#fff;*/
  padding: 0 10px;
  border-radius: 5px;
}

.vendor_info .item li {
  display: inline-block;
  padding-right: 30px;
  min-width: 280px;
}

.vendor_info .item li .title {
  font-weight: bold;
  display: inline-block;
  color: #23527c;
}

.vendor_quota {
  float: left;
  width: 100%;
  padding: 15px;
}

.vendor_quota .table-toolbar {
  width: 100%;
  text-align: right;
}

.vendor_quota .item_01 {
  width: 60%;
  float: left;
  padding-right: 1.5%;
  margin-bottom: 15px;
}

.vendor_quota .item_02 {
  width: 40%;
  float: left;
  padding-left: 1.5%;
  margin-bottom: 15px;
}

.vendor_quota td {
  line-height: 140% !important;
}

.toggle_chart_con {
  float: left;
  width: 100%;
  display: none;
  margin: 3% 0 -2% 0;
}

.toggle_chart_con > div {
  max-width: 800px !important;
  margin: 0 auto;
}

/*多選下拉*/
/*.ms-options-wrap > .ms-options{
	position:relative !important; 
}
.ms-options{
	text-align:left;
}
.ms-options ul{
	list-style:none;
	padding-left:0!important;
	margin-bottom:0!important;
}
.ms-options .optgroup .label{
	color:#333!important; 
	text-align:left;
	font-size:1.1em;
	margin:5px;
}*/
.multiple-select {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 10px 0 0;
}
.multiple-select.all_delete .ms-select-all {
  display: none !important;
}
.multiple-select .ms-drop {
  position: relative;
  padding: 0 0 0 6px;
}
.multiple-select .ms-drop input {
  margin-left: -25px !important;
  margin-top: 3px !important;
}
.multiple-select .ms-drop label {
  white-space: normal !important;
}

.ms-choice {
  height: 34px !important;
  border: 1px solid #ccc !important;
  margin: 2px 0;
}
.ms-choice .icon-close {
  top: 6px !important;
}

.ms-choice > span {
  padding: 7px 20px 5px 8px;
}

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

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

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

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

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

.multiple_year li {
  float: left;
}

/*廠商資料*/
.form-group .bg-white > label {
  /*margin:0;*/
  padding-right: 20px;
}

.form-group label .class_title {
  padding-right: 5px;
  margin-top: 3px;
}

.form-group select {
  margin: 1px 0 !important;
}

/*指標資料*/
.unit {
  float: left;
  padding: 5px 0 0 5px;
}

/*news*/
.news_list {
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
}

.news_list li a {
  float: left;
  width: 100%;
  color: #333;
  vertical-align: middle;
  position: relative;
  padding: 10px 20px 10px 30px;
  background: #f5f5f5;
  border-radius: 30px;
  margin: 7px 0 7px 10px;
}

.news_list .no {
  background: #fff;
  color: #999;
  border-radius: 20px;
  padding: 3px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 0.75em;
  margin-left: -40px;
  border: solid #f5f5f5 3px;
  line-height: 150%;
  font-weight: bold;
  float: left;
  position: absolute;
  top: 15%;
}

.news_list li a:hover {
  background: #23527c;
  color: #fff;
}

.news_list li a:hover .no {
  border: solid #23527c 3px;
  color: #23527c;
}

.news_list .class_type {
  margin-left: 10px;
  display: none;
}

/*chart_con*/
.chart_con {
  float: left;
  width: 100%;
}
.chart_con .chart_search {
  float: left;
  width: 35%;
}
.chart_con .chart_search.con_one {
  width: 100%;
  padding: 0 10%;
}
.chart_con .chart_search.con_one .con {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 3% 5%;
}
.chart_con .chart_search.con_one .title {
  width: 120px;
}
.chart_con .chart_search .con {
  float: left;
  width: 100%;
  display: table;
  background: #f5f5f5;
  /*border-left: solid rgba(110,183,212,0.5) 5px;*/
  border: solid #eee 1px;
  padding: 20px 10px;
  border-radius: 10px;
}
.chart_con .chart_search .item {
  float: left;
  width: 100%;
  padding: 2px 0;
  z-index: 2;
  position: relative;
}
.chart_con .chart_search .title {
  float: left;
  width: 90px !important;
  vertical-align: top;
  padding: 8px 10px 0 0;
  text-align: right;
  font-weight: bold;
}
.chart_con .chart_search .font {
  float: left;
  vertical-align: top;
  width: calc(100% - 100px) !important;
}
.chart_con .chart_search .font.only_font {
  padding: 8px 0 8px 12px;
}
.chart_con .chart_search .font.date_input {
  padding: 4px 0 4px 4px;
}
.chart_con .btn_box {
  text-align: center;
  padding: 15px 0 40px 0;
}
.chart_con .btn_box a {
  margin: 2px;
}
.chart_con .chart_canvas {
  float: left;
  width: 65%;
  margin-bottom: 10%;
}
.chart_con .chart_canvas .tabs .nav > li > a {
  padding: 5px 8px !important;
}
.chart_con .chart_canvas .nav-tabs {
  padding-left: 5% !important;
  width: calc(100% - 220px) !important;
  float: left;
  margin-bottom: 0;
}
.chart_con .chart_canvas .tab-content {
  padding: 20px 5%;
}
.chart_con .chart_canvas .tab-content > div:nth-child(2) {
  padding: 0 6%;
}
.chart_con .chart_canvas .tab-content > div:nth-child(2) .table {
  margin: 0 auto;
}
.chart_con .chart_canvas .down_btn {
  float: right;
  width: 220px;
  text-align: right;
  list-style: none;
  padding-left: 0;
}
.chart_con .chart_canvas .down_btn li {
  display: inline-block;
}
.chart_con .chart_canvas .down_btn .form-control {
  display: inline-block;
  margin: 4px;
}
.chart_con .chart_canvas .down_btn .btn_01 {
  display: inline-block;
  padding: 5px 9px !important;
  background: #666;
  color: #fff;
}
.chart_con .chart_canvas .down_btn .btn_01:hover {
  background: #333;
}

.con_one .con i {
  display: block;
  font-size: 17em;
  position: absolute;
  bottom: 80px;
  right: 0;
  color: rgba(0, 0, 0, 0.03);
  z-index: 1;
}

.con_one .con i:before {
  z-index: 1;
}

.chart_title {
  float: left;
  width: 100%;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.chart_filter {
  float: left;
  width: 90%;
  text-align: center;
  font-size: 1em;
  color: #03658c;
  padding-top: 7px;
  margin: 0 5%;
}

.chart_unit {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  color: #999;
}

.nodate {
  float: left;
  width: 100%;
  text-align: center;
  padding: 5% 3%;
  margin-bottom: 10%;
  border: double #f5f5f5 4px;
  border-radius: 10px;
}

/*chart_list*/
.chart_list {
  float: left;
  width: 100%;
  list-style: none;
  /*border:solid #ccc 1px;*/
  padding: 20px 0px 10px 0px;
  border-radius: 5px;
  margin: 0;
}
.chart_list li {
  float: left;
  width: calc(33.3% - 20px);
  font-size: 0.9em;
  line-height: 130%;
  margin: 3px 20px 3px 0;
  position: relative;
}
.chart_list li:nth-child(3n+1) {
  clear: both;
}
.chart_list li .color, .chart_list li .title, .chart_list li .quantity {
  display: inline-block;
}
.chart_list li img {
  width: 12px;
  display: inline-block;
  margin-top: -3px;
  margin-right: 5px;
}
.chart_list li:nth-child(20n+1) img {
  background: #03658c;
}
.chart_list li:nth-child(20n+2) img {
  background: #1588b6;
}
.chart_list li:nth-child(20n+3) img {
  background: #6eb7d4;
}
.chart_list li:nth-child(20n+4) img {
  background: #ace5f2;
}
.chart_list li:nth-child(20n+5) img {
  background: #a6ddd1;
}
.chart_list li:nth-child(20n+6) img {
  background: #96cb9d;
}
.chart_list li:nth-child(20n+7) img {
  background: #9bbf63;
}
.chart_list li:nth-child(20n+8) img {
  background: #799c42;
}
.chart_list li:nth-child(20n+9) img {
  background: #788c64;
}
.chart_list li:nth-child(20n+10) img {
  background: #3b5f16;
}
.chart_list li:nth-child(20n+11) img {
  background: #075814;
}
.chart_list li:nth-child(20n+12) img {
  background: #038c33;
}
.chart_list li:nth-child(20n+13) img {
  background: #34b561;
}
.chart_list li:nth-child(20n+14) img {
  background: #349f8c;
}
.chart_list li:nth-child(20n+15) img {
  background: #42c7c5;
}
.chart_list li:nth-child(20n+16) img {
  background: #11b8e2;
}
.chart_list li:nth-child(20n+17) img {
  background: #36a0c3;
}
.chart_list li:nth-child(20n+18) img {
  background: #456a82;
}
.chart_list li:nth-child(20n+19) img {
  background: #174b6c;
}
.chart_list li:nth-child(20n) img {
  background: #033351;
}
.chart_list li .title {
  padding-right: 10px;
  width: calc(100% - 70px);
  text-indent: -16px;
}
.chart_list li .quantity {
  width: 35px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 40px;
}
.chart_list.only_color li {
  width: auto;
  display: inline-block;
  margin-right: 30px;
  clear: none !important;
}
.chart_list.only_color li .title {
  width: auto;
}

/*chart_total*/
.chart_total span {
  font-weight: bold;
}
.chart_total span::after {
  content: "：";
  font-size: 0.9em;
  color: #999;
}

/*表單checkbox radio*/
.mt-radio, .mt-checkbox {
  margin: 9px 20px 9px 5px;
  vertical-align: top;
}

.chart_con .mt-radio > span, .chart_con .mt-checkbox > span {
  background: #fff !important;
  border: 1px solid #ccc;
}

.mt-radio > select {
  display: inline-block;
  /*margin: -5px 20px -5px 5px;*/
  max-width: 200px;
  /*width:100%;*/
  margin: -2px 10px -8px 4px;
}

.input-date {
  vertical-align: top;
}

.input-date .form-control {
  float: left;
}

.input-date .input-group-addon {
  float: left;
  border: none;
  background-color: transparent;
  padding: 10px 16px 6px 0;
}

.quota_select {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/*.chart_search .multiple-select{
	width:100% !important;
	max-width:250px !important;
}*/
.ms-choice {
  min-width: 200px;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1200px) {
  .logo_title {
    font-size: 28px;
  }
  .title_02 {
    font-size: 20px;
  }
  .title_01, .title_04 {
    font-size: 20px;
  }
  .mobile_left {
    text-align: right !important;
  }
  .search_item {
    padding-bottom: 1000% !important;
    margin-bottom: -1000% !important;
  }
  /*模組元件*/
  .mod_list > div:nth-child(4n+1) {
    clear: both;
  }
}
/* 一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1199px) {
  .search_item {
    padding-bottom: 1000% !important;
    margin-bottom: -1000% !important;
  }
  /*模組元件*/
  .mod_list > div:nth-child(4n+1) {
    clear: both;
  }
}
/* 平板電腦、橫向手機解析度 */
@media (min-width: 768px) and (max-width: 991px) {
  /*top menu*/
  .page-header.navbar .menu-toggler.responsive-toggler {
    display: none;
  }
  .top-menu {
    margin-right: -20px !important;
  }
  .dropdown-user .fa-angle-down {
    padding-top: 5px;
  }
  /*模組元件*/
  .mod_list > div:nth-child(3n+1) {
    clear: both;
  }
  /*產業類別*/
  .index_industry li {
    width: 23%;
    margin: 1%;
  }
  /*廠商列表*/
  .vendor_list li {
    width: 14.6666666667%;
  }
  /*首頁-操作說明*/
  .index_news .down .icon .fas {
    font-size: 6em;
  }
  /*chart_con*/
  .chart_con .chart_search, .chart_con .chart_canvas {
    width: 100%;
  }
  .chart_con .chart_search.con_one .con {
    padding: 20px;
  }
  .chart_con .chart_search.con_one {
    padding: 0;
  }
  .nodate {
    margin: 0 0 10% 0;
    width: 100%;
  }
}
/* 平板電腦、橫向手機和一般桌機解析度 */
@media (min-width: 768px) and (max-width: 1199px) {
  .logo_title {
    font-size: 24px;
  }
  .title_02 {
    font-size: 20px;
  }
  .title_01, .title_04 {
    font-size: 20px;
  }
  .mobile_left {
    text-align: right !important;
  }
  .top_menu_title {
    display: none;
  }
}
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
  .logo_title {
    font-size: 22px;
  }
  .title_02 {
    font-size: 20px;
  }
  .title_01, .title_04 {
    font-size: 20px;
  }
  .dropdown .caret {
    position: absolute;
    right: 10px;
    top: 25px;
  }
  /*top menu*/
  #header .navbar-collapse {
    float: left;
    width: 100%;
  }
  .navbar-nav .dropdown {
    border-bottom: solid #888 1px;
  }
  .navbar-nav .dropdown:last-child {
    border-bottom: none;
  }
  .nav > li > a {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 16px 6px 13px 8px !important;
    color: #fff;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 0 10px 13px !important;
  }
  #header .navbar-nav {
    margin: 7.5px 0px;
  }
  /*top menu*/
  .page-header-inner {
    margin-left: -10px !important;
  }
  .top-menu {
    float: left;
    width: calc(100% + 0px);
  }
  .top-menu .navbar-nav {
    margin: 0;
  }
  .top-menu .navbar-nav > li.dropdown {
    height: auto;
  }
  /*.top-menu , .top-menu .dropdown-user{
  	float: left;
      width: 100%;
  }
  .top-menu .dropdown-user .dropdown-toggle{
  	float: left;
      width: 100%;
  }
  .top-menu .dropdown-menu{
  	position:relative;
  	float: left;
      width: 100%;
  }*/
  /*login*/
  .login .left, .login .right {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .login .left .logo img {
    width: 70px;
  }
  .login .left .title {
    font-size: 22px;
  }
  .login .right .title {
    font-size: 18px;
  }
  .login .font_con {
    font-size: 13px;
  }
  /*網站版型管理*/
  .template_list .item {
    width: 46%;
  }
  .template_list .item:nth-child(3n+1) {
    clear: none;
  }
  .template_list .item:nth-child(2n+1) {
    clear: both;
  }
  /*模組元件*/
  .mod_list > div:nth-child(2n+1) {
    clear: both;
  }
  /*page_bottom*/
  .page_bottom .con_font {
    padding-left: 10px;
    margin-top: 0;
  }
  .page_bottom .con_font a {
    padding: 4px 0;
  }
  /*live_info*/
  .live_info {
    padding: 0 20px 0 30px;
  }
  .live_info:before {
    content: "";
    width: 70px;
    height: 60px;
  }
  .live_info > ul {
    background: #f5f5f5;
  }
  .live_info > ul > li:first-child {
    width: 100%;
    border-bottom: solid #fff 2px;
  }
  /*產業類別*/
  .index_title {
    font-size: 1.5em;
  }
  .index_industry li {
    width: 47%;
    margin: 1.5%;
  }
  /*首頁-操作說明*/
  .index_news .list {
    width: 75%;
  }
  .index_news .down {
    width: 25%;
  }
  .index_news .down .title {
    font-size: 1.2em;
  }
  .index_news .down .icon .fas {
    font-size: 4em;
  }
  /*廠商列表*/
  .vendor_list li {
    width: 22%;
  }
  .vendor_list li .title {
    font-size: 1.3em;
  }
  /*廠商介紹*/
  .vendor_quota .item_01 {
    width: 100%;
    padding-right: 0;
  }
  .vendor_quota .item_02 {
    width: 100%;
    padding-left: 0;
  }
  /*chart_con*/
  .chart_con .chart_search, .chart_con .chart_canvas {
    width: 100%;
  }
  .chart_con .chart_search.con_one {
    padding: 0;
    display: block;
  }
  .chart_con .chart_search.con_one .con {
    padding: 20px;
  }
  .chart_con .chart_search.con_one .title {
    width: 80px;
  }
  .chart_canvas .tab-content {
    padding: 10px 0;
  }
  .chart_canvas .tab-content > div {
    padding: 0 !important;
  }
  .chart_canvas .tab-content > div table th, .chart_canvas .tab-content > div table td {
    font-size: 0.9em;
  }
  .nodate {
    margin: 0 0 10% 0;
    width: 100%;
  }
  /*chart_list*/
  .chart_list {
    font-size: 0.9em;
  }
  .chart_list li {
    width: 50%;
  }
  .chart_list li:nth-child(3n+1) {
    clear: none;
  }
  .chart_list li:nth-child(2n+1) {
    clear: both;
  }
  .chart_list li .quantity {
    right: 30px;
  }
}
/*手機版*/
@media (max-width: 480px) {
  /*top menu*/
  .dropdown-user {
    float: left;
    width: 100%;
  }
  /*首頁-統計數據*/
  .index_chart li {
    width: 100%;
    padding: 5% 5% 10% 5%;
  }
  /*首頁-操作說明*/
  .index_news .list {
    width: 100%;
  }
  .index_news .down {
    width: 100%;
    padding: 5%;
  }
  .index_news .down img {
    max-height: 100px;
  }
  .index_news .down .icon {
    bottom: -1%;
    right: 0%;
  }
  /*廠商列表*/
  .vendor_list li {
    width: 30.3333333333%;
  }
  .vendor_list li .title {
    font-size: 1.2em;
  }
  /*chart_con*/
  .chart_con .chart_search.con_one .con {
    padding: 15px;
  }
  .chart_con .chart_search .con {
    display: block;
  }
  .chart_con .chart_canvas .nav-tabs {
    padding-left: 0 !important;
    width: 100% !important;
  }
  .chart_con .chart_search .title {
    display: block;
    width: 100% !important;
    text-align: left;
  }
  .chart_con .chart_search .font {
    display: block;
    width: 100% !important;
  }
  .chart_con .chart_search .con i {
    display: none;
  }
  .con_one .con i {
    display: none;
  }
  .chart_canvas .tab-content .table th, .chart_canvas .tab-content .table td {
    font-size: 0.8em;
    padding: 5px;
    height: auto !important;
  }
  /*chart_list*/
  .chart_list li {
    width: 100%;
  }
  .chart_list li .quantity {
    right: 10px;
  }
}
@media (min-width: 992px) {
  /*for表格背景色延伸*/
  .search_item_1 {
    padding-bottom: 100% !important;
    margin-bottom: -100% !important;
  }
}
@media (max-width: 991px) {
  /*for表格背景色延伸*/
  .search_item_1 {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
  }
  .form .form-bordered .form-group > div {
    float: left;
    width: 100%;
  }
  /*top menu*/
  .page-header-inner {
    position: fixed;
    float: left;
    width: 100%;
    background-color: #2b3643;
    margin-left: -20px;
    padding: 0 10px;
  }
  #header .navbar-collapse {
    padding: 0;
  }
  /*#header .navbar-nav {
      margin: 7.5px 0px;
  }
  .top-menu{
  	float:left;
  	width:calc(100% + 0px);
  }
  .top-menu .navbar-nav {
  	margin: 0;
  }
  .top-menu .navbar-nav>li.dropdown {
      height: auto;
  }*/
  .dropdown-user .dropdown-toggle i:last-child {
    float: right;
  }
  .dropdown-user .dropdown-menu {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
}

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

.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 {
  color: #c00;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #666;
}

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

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

.img_padding {
  padding: 10px;
}

.img_pic {
  border: solid #ccc 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;
}

@media (max-width: 480px) {
  .input-large, .input-medium, .input-small, .input-xsmall {
    max-width: 100% !important;
  }
}
/*for 後台 table scroll*/ /*for 編輯器.cke_editable*/
.modal-content, .modal-body, .modal-footer {
  width: 100%;
  float: left;
}

.bootbox-body {
  width: 100%;
}

.bootbox-body .table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
}

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

.bootbox-body .table-scrollable > .table {
  width: 100% !important;
  margin: 0 !important;
  min-width: 650px;
}

.bootbox-body .table {
  margin-bottom: 5px;
}

.bootbox-body .table > tbody > tr > td {
  line-height: 190%;
  border: 1px solid #ddd;
  padding: 5px 10px;
}

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

.bootbox-body .table-scrollable > .table > thead > tr > th, .bootbox-body .table-scrollable th, .bootbox-body .table > thead > tr > th {
  white-space: nowrap;
  padding: 8px;
  background: #666;
  color: #fff;
  font-weight: 500;
}

.bootbox-body .table-hover > tbody > tr:hover {
  background: rgba(0, 105, 62, 0.05);
}

.bootbox-body .table-even > tbody > tr:nth-child(even) {
  background: rgba(0, 105, 62, 0.05);
}

.bootbox-body .delete_th {
  padding: 10px 0 !important;
}

.modal-body ol, .modal-body ul {
  padding-left: 30px;
}

.bootbox h3 {
  color: #333;
  font-weight: bold !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: 850px;
}

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

.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 {
  background: transparent;
}

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 tbody tr {
  border-bottom: 1px solid #ddd;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

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

.table_01 {
  display: table;
  border: none;
  text-align: left;
}

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

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

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

.table > tbody > tr > th {
  background: #f9f9f9;
  min-height: 52px;
  border: solid #eee 1px !important;
  font-weight: inherit;
  color: #333;
  vertical-align: middle !important;
}

.table-hover > tbody > tr:hover, .table > tbody > tr:hover > th {
  background: rgba(0, 105, 62, 0.05);
}

.table-even > tbody > tr:nth-child(even) {
  background: rgba(0, 105, 62, 0.05);
}

.table td ol, .table td ul {
  padding-left: 25px;
}

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

@media (max-width: 480px) {
  .table.m_100 .table-row {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .table.m_100 .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 ul, .edit_con ol {
  padding-left: 30px;
}

/*清單*/
.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: 20px;
  margin-left: 0px;
  padding-left: 0 !important;
}

.anchor_list a {
  float: left;
  padding: 5px 15px;
  border-radius: 5px;
  color: #333;
  margin: 5px;
  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;
}

/*頁籤*/
.tabs {
  float: left;
  width: 100%;
}

.tabs .nav > li > a {
  padding: 5px 15px !important;
  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: #3598dc !important;
  color: #fff !important;
  border: 1px solid #3598dc !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 {
  color: #3598dc;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}

/*併排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;
  }
  /*解決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: 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%;
}

.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.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;
  }
  .rwd-table tbody tr .text-center {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */