@charset "UTF-8";
.menu_none .main_con {
  width: 100%;
}

.menu_none > div:nth-child(1),
.menu_none > div:nth-child(3) {
  display: none;
}

.color_01 {
  color: #2455A4 !important;
}

.color_02 {
  color: #F57B54 !important;
}

.color_03 {
  color: #323232 !important;
}

.color_04 {
  color: #F6F8FC !important;
}

.color_05 {
  color: #9dc6ff !important;
}

.color_06 {
  color: #fff !important;
}

.bg_01 {
  background: #2455A4 !important;
}

.bg_02 {
  background: #F6F8FC !important;
}

/*--------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  line-height: 160%;
  color: #323232;
  background: #fff;
  font-size: 1em;
  font-family: "Roboto Mono", monospace, "Noto Sans TC", sans-serif;
}

p {
  margin-bottom: 1.2em !important;
  letter-spacing: 0.05em;
  line-height: 144%;
  color: #323232;
}

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

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

h1 {
  margin: 0 !important;
  line-height: 140%;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h2 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

li {
  line-height: 170%;
}

.btn_01 {
  background-color: transparent;
  padding: 12px 32px;
  font-size: 1em;
  font-weight: 700;
  border: none;
  cursor: pointer;
  border-radius: 12px;
  color: #2455A4 !important;
  background: #fff;
  box-shadow: 0 0px 20px rgba(46, 46, 46, 0.2);
}
.btn_01:hover, .btn_01:focus {
  background: #fff;
  transition: all 0.5s;
  box-shadow: 0 2px 8px rgba(46, 46, 46, 0.8);
  border-radius: 100px;
}
.btn_01 img {
  width: 28px !important;
}

.scroll-to-top:hover, .scroll-to-top:focus {
  background: #F57B54;
}
.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;
}

.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}

header {
  padding: 30px 0;
  box-shadow: 0 2px 20px rgba(51, 51, 51, 0.062745098);
  position: fixed !important;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 1000;
}
header img {
  height: 60px;
  width: auto;
}

.index_banner img {
  width: 100%;
  height: auto;
  margin-top: 120px;
}

.newest {
  color: #fff;
  width: 100%;
  padding: 60px 0;
  position: relative;
}
.newest .container {
  background-color: #2455A4;
  border-radius: 50px;
  padding: 40px 80px 76px 80px;
  background-image: url("../img/customer/SoundWhite.svg");
  background-repeat: no-repeat;
  background-position: 100% 96%;
  background-size: 60%;
}
.newest .container .cover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1411764706);
}
.newest .divider {
  background: #fff;
  margin: 24px auto;
}
.newest h2 {
  clear: both;
}

.monthly_topic .col {
  padding-top: 20px;
}
.monthly_topic .col:hover {
  background-color: #e6efff;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(209, 209, 209, 0.231372549);
}
.monthly_topic .col .month img {
  width: 32px;
}
.monthly_topic .col .divider {
  margin: 20px 0 8px 0;
  background: #3e76b6;
}

.disabled .month {
  opacity: 0.5;
}
.disabled .divider {
  opacity: 0.5;
}
.disabled .content {
  opacity: 0.5;
}
.disabled .month img {
  width: 32px;
}

.Img {
  position: relative;
}
.Img .comming {
  position: absolute;
  background-color: rgba(29, 75, 107, 0.6196078431);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chatspic {
  width: 600px;
  float: right;
}

.episode {
  background-image: url("../img/customer/SoundBlue.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}
.episode .player {
  color: #fff;
  width: 100%;
  padding: 60px 0;
  position: relative;
  /* 設定整體寬高 */
  /* 影片區 */
  /*影片區中的影片 */
  /* 進度條背景 */
  /* 進度條 */
  /* 影片撥放進度 */
  /* 播放器 */
  /* 撥放器圖片 */
  /* 播放 */
  /* 停止按鈕 */
  /* 聲音 */
  /* 有聲音 */
  /* 沒聲音 */
  /* 倒帶 */
}
.episode .player .container {
  background-color: #2455A4;
  border-radius: 50px;
  padding: 40px;
  background-image: none;
}
.episode .player .container .cover {
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1411764706);
}
.episode .player .divider {
  background: #fff;
  margin: 24px auto;
}
.episode .player h2 {
  clear: both;
}
.episode .player .audioPlayer {
  width: 100%;
}
.episode .player .audioPlayer-audio {
  position: relative;
  width: 100%;
  height: 40px;
}
.episode .player .audioPlayer-audio audio,
.episode .player .audioPlayer-cap {
  position: absolute;
}
.episode .player .audioPlayer-cap {
  width: 100%;
  bottom: 0;
}
.episode .player .audioPlayer-bar {
  background-color: #fff;
  height: 8px;
  margin: 16px 8px;
  border-radius: 50px;
}
.episode .player .audioPlayer-bar-played {
  width: 100%;
  height: 100%;
  background-color: #F57B54;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.episode .player .audioPlayer-bar:hover .audioPlayer-bar-played::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #F57B54;
  border-radius: 50%;
  top: 50%;
  right: -5px;
  /* 設定右側為負值 */
  transform: translateY(-50%);
  border: 3px solid #ffffff;
  box-shadow: 0 0 12px rgba(80, 80, 80, 0.4274509804);
}
.episode .player .audioPlayer-ui {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  color: #fff;
  align-items: center;
}
.episode .player .audioPlayer-ui a {
  color: #fff;
  text-decoration: none;
}
.episode .player .box {
  display: flex;
}
.episode .player .audioPlayer-playPause {
  padding: 8px;
}
.episode .player .audioPlayer-playPause:hover {
  background-color: rgba(215, 232, 255, 0.3098039216);
  border-radius: 100px;
}
.episode .player .audioPlayer-playPause button {
  background: url("../img/customer/PlayPodcast.svg");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  font-size: 0;
  border: none;
}
.episode .player .audioPlayer-playing {
  padding: 8px;
}
.episode .player .audioPlayer-playing:hover {
  background-color: rgba(215, 232, 255, 0.3098039216);
  border-radius: 100px;
}
.episode .player .audioPlayer-playing button {
  background: url("../img/customer/Pause-f.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  z-index: 12;
  border: none;
}
.episode .player .audioPlayer-volume {
  padding: 8px;
}
.episode .player .audioPlayer-volume:hover {
  background-color: rgba(215, 232, 255, 0.3098039216);
  border-radius: 100px;
}
.episode .player .audioPlayer-volume button {
  background: url("../img/customer/SpeakerHigh.svg");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  font-size: 0;
  border: none;
  background-size: cover;
}
.episode .player .audioPlayer-muted {
  padding: 8px;
}
.episode .player .audioPlayer-muted:hover {
  background-color: rgba(215, 232, 255, 0.3098039216);
  border-radius: 100px;
}
.episode .player .audioPlayer-muted button {
  background: url("../img/customer/SpeakerSlash-f.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  font-size: 0;
  border: none;
  background-size: cover;
}
.episode .player .audioPlayer-rewind {
  padding: 8px;
}
.episode .player .audioPlayer-rewind:hover {
  background-color: rgba(215, 232, 255, 0.3098039216);
  border-radius: 100px;
}
.episode .player .audioPlayer-rewind button {
  background: url("../img/customer/SkipBack-f.svg");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  font-size: 0;
  border: none;
}
.episode .player .audioPlayer-rewind {
  margin: auto 5px;
}
.episode .player .audioPlayer-time {
  margin: auto 5px;
}
.episode .intro .item {
  margin-bottom: 32px;
}
.episode .intro .item .title {
  background-color: #2455A4;
  width: 122px;
  height: 36px;
  border-radius: 100px;
  padding: 4px 12px;
  margin-bottom: 16px;
}
.episode .intro .item a {
  margin-bottom: 8px;
  display: block;
}

.other {
  width: 100%;
  background-color: #F6F8FC;
}

footer {
  margin-top: 0 !important;
}
footer .footer {
  background-color: #2455A4;
  color: #fff;
  width: 100%;
}
footer .footer li {
  margin-right: 20px;
}
footer .footer li img {
  margin-right: 4px;
  width: 20px;
}

/*右側浮動選單*/
#ICON {
  position: absolute;
  right: 0;
  width: 55px;
  text-align: center;
  z-index: 9999;
  top: 160px;
}

#icon_btn {
  font-size: 1.5rem;
  width: inherit;
  background: rgba(80, 80, 80, 0.9);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 3px;
}
#icon_btn i {
  color: #fff;
  padding-top: 8px;
}

.icon_link {
  list-style: none;
  padding-left: 0 !important;
  border-radius: 25px;
  padding: 10px 8px;
  margin-top: -8px;
  position: relative;
}
.icon_link li {
  position: relative;
  float: right;
  margin-bottom: 8px;
}
.icon_link li a {
  background-color: #fff;
  border: 2px solid #2455A4;
  border-radius: 50%;
  float: left;
  width: 56px;
  height: 56px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.0941176471);
}
.icon_link li a .icon_link_txt {
  text-align: center;
  font-size: 0.6em;
  line-height: 1;
  font-weight: 500;
  color: #2455A4;
}
.icon_link li a img {
  width: 28px;
  height: 28px;
}
.icon_link li a:hover {
  background-color: #3b68b0;
  border: 2px solid #fff;
}
.icon_link li a:hover .icon_link_txt {
  font-size: 0.8em;
  color: #fff;
}
.icon_link li a:hover img {
  display: none;
  transition: all 0.4s ease;
}

/*-------------------------------------------------------------------*/
/*手機版*/
@media (max-width: 480px) {
  .episode .player .container {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  h1 {
    margin: 0 !important;
    line-height: 140%;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  h2 {
    font-size: 1em;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
    letter-spacing: 0.04em;
  }
  header {
    padding: 12px 0;
  }
  header img {
    height: 32px;
    width: auto;
  }
  .index_banner img {
    width: 100%;
    height: auto;
    margin-top: 56px;
  }
  .newest {
    padding: 0 !important;
  }
  .newest .container {
    border-radius: 0px;
    padding: 40px 40px 60px 40px;
  }
  .newest .container h1 {
    float: left;
    margin-bottom: 20px !important;
  }
  .episode .player {
    padding: 0 0 20px 0;
  }
  .episode .player .container {
    border-radius: 0;
  }
  .episode .player .container .cover {
    border-radius: 0 !important;
  }
  .footer {
    padding: 52px 20px;
    text-align: start !important;
  }
  .footer li {
    margin-bottom: 12px;
    margin-right: 0;
    text-align: start;
  }
  /*右側浮動選單*/
  #ICON {
    width: 30px;
    top: 60px;
    right: 15px;
  }
  #icon_btn {
    font-size: 1.1rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .icon_link {
    margin-right: -10px;
    padding: 10px 4px;
  }
  .icon_link a {
    width: 48px !important;
    height: 48px !important;
  }
  .icon_link a img {
    width: 16px !important;
    height: 16px !important;
  }
  .material-icons {
    padding: 4px 0 0 1px;
  }
}
@media (min-width: 576px) {
  header {
    padding: 12px 0;
  }
  header img {
    height: 32px;
    width: auto;
  }
  .index_banner img {
    width: 100%;
    height: auto;
    margin-top: 56px;
  }
  .newest .container {
    border-radius: 50px;
    padding: 40px 40px 60px 40px;
    background-position: 50% 96%;
    background-size: 100%;
  }
  .newest .container h1 {
    float: left;
    margin-bottom: 20px !important;
  }
  .episode .cover {
    border-radius: 20px 20px 0 0 !important;
  }
  .footer {
    padding: 52px 40px;
    text-align: start !important;
  }
  .footer li {
    margin-bottom: 12px;
    margin-right: 0;
    text-align: start;
  }
}
@media (min-width: 768px) {
  header {
    padding: 30px 0;
  }
  header img {
    height: 60px;
    width: auto;
  }
  .index_banner img {
    width: 100%;
    height: auto;
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .newest {
    width: 100%;
    padding: 60px 0;
    position: relative;
  }
  .newest .container {
    background-color: #2455A4;
    padding: 40px 80px 76px 80px;
    background-position: 100% 96%;
    background-size: 60%;
  }
  .newest .divider {
    background: #fff;
    margin: 24px auto;
  }
  .newest h2 {
    clear: both;
  }
  .episode .cover {
    border-radius: 20px 0 0 20px !important;
  }
  .footer {
    width: 100%;
    padding: 52px 0;
  }
  .footer li {
    margin-right: 20px;
  }
  .footer li img {
    margin-right: 4px;
    width: 20px;
  }
}
/*-----------------------------------------for編輯器--------------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}

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

.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-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: #fff !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: #fff !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;
}

@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: 20px;
  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 {
  padding: 5px 10px;
  color: #666;
}
.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: #F6F8FC !important;
}
.table.table-hover tbody tr:hover a {
  color: #fff;
}
.table.table-hover tbody tr:hover a.btn_01:hover {
  color: #F57B54 !important;
}

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

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

/*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;
}
.edit_con img.float-start {
  padding: 0 2em 2em 0;
}
.edit_con img.float-end {
  padding: 0 0 2em 2em;
}

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

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

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

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

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

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

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

.ul_w50 {
  float: left;
  width: 100%;
}
.ul_w50 li {
  float: left;
  width: calc(50% - 40px);
  padding-right: 30px;
}
.ul_w50 li:nth-child(2n+1) {
  clear: both;
}

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

@media (max-width: 767px) {
  .ul_w50 li {
    width: calc(100% - 40px);
  }
}
/*for IE*/
@media screen\0  {
  .ol_01 {
    list-style-type: decimal-leading-zero;
    /*01,02,03*/
  }
}
/*錨點*/
.anchor_list {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0 !important;
}
.anchor_list 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: #2455A4;
  color: #fff;
  border: solid #2455A4 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: #2455A4;
  color: #fff !important;
  border: 1px solid #2455A4 !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: #2455A4;
  color: #fff !important;
  border: 1px solid #2455A4 !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;
  display: block;
}
.nav-tabs .nav-link {
  border: solid #2455A4 1px;
  border-radius: 50px;
  margin-right: 5px;
  padding: 8px 20px;
  color: #2455A4;
  display: inline-block;
}
.nav-tabs .nav-link:hover {
  color: #323232;
}

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

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