@charset "utf-8";
/* CSS Document */
/*內頁選單*/
 .page_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
 .page_menu ul li {
  padding: 3px 0 0 0;
}
 .page_menu ul li a {
  display: block;
  padding: 10px 5px 10px 30px;
  border-bottom: 1px #b9b9b9 solid;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  border-right: 1px #b9b9b9 solid;
  color: #000;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 105%;
}
 .page_menu ul li a:hover {
  background-color: rgba(255, 235, 59, 0.5);
}
 .page_menu ul ul li a {
  background-color: transparent;
  border-right: none;
  padding: 10px 5px 10px 45px;
  border-bottom: 1px #dadada solid;
  font-size: 100%;
  color: #555;
}
 .page_menu ul ul ul li a {
  padding: 10px 5px 10px 29px;
  color: #6b6b6b;
}

 .page_menu ul ul ul ul li a {
    padding: 10px 5px 10px 45px;
}
 .page_menu ul ul li a:hover {
  background-color: transparent;
  border-bottom: 1px #000000 solid;
  color: #000;
}
 .page_menu ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 6px #292929;
  background-color: transparent;
  top: 50%;
  bottom: inherit;
  left: 15px;
  position: absolute;
  transform: translate(0, -50%);
}
 .page_menu ul ul li a::before {
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 7px #999999;
  background-color: transparent;
  top: 50%;
  bottom: inherit;
  left: 30px;
}
 .page_menu ul ul ul li a::before {
  content: "_";
  border: none;
  position: relative;
  margin-right: 25px;
  left: 20px;
}
/*網站導覽*/
 .sitemap{}

 .sitemap .sitemap_note {
    padding: 13px;
    line-height: 160%;
    letter-spacing: 2px;
}
 .sitemap ul {
    padding: 0 5px;
    margin: 10px 0;
    list-style-type: none;
}

 .sitemap ul ul {
    padding: 0 15px;
    margin: 0;
}
 .sitemap ul li{letter-spacing: 1px;}

 .sitemap ul li a {
    padding: 5px 15px 5px 25px;
    color: #000;
    position: relative;
    font-size: 105%;
    text-decoration: none;
}

 .sitemap ul li a:hover {
    background-color: #005fff29;
}

 .sitemap ul ul li a {
    font-size: 100%;
    padding: 5px 0 5px 25px;
    color: #383838;
}

 .sitemap ul ul ul li a {
    font-size: 95%;
    padding: 5px 0 5px 28px;
    color: #555;
}

 .sitemap ul li a::before {
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 6px #292929;
    background-color: transparent;
    top: 35%;
    bottom: inherit;
    left: 10px;
    content: "";
    position: absolute;
}

 .sitemap ul ul li a::before {
    border-top: solid 1px #2f2f2f;
    border-right: solid 1px #2f2f2f;
    -webkit-transform: rotate(45deg);
    border-left: solid 0px transparent;
    border-bottom: solid 0px transparent;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    top: 41%;
    margin-right: 5px;
}

 .sitemap ul ul ul li a::before {
    content: "_";
    border: none;
    left: 13px;
    transform: none;
    transform: none;
    top: inherit;
    margin-right: 0;
}

 .sitemap ul li.title a {
    background-color: #773683;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 110%;
    margin: 5px 0;
    letter-spacing: 2px;
    border-radius: 50px;
}

 .sitemap ul li.title a:hover {
    background-color: #187096;
    color: #fff;
}

 .sitemap ul li.title a::before {
    display: none;
}
 .p_title {
  font-size: 150%;
  color: #773683;
  letter-spacing: 2px;
  position: relative;
  border-bottom: 1px #e5e5e5 solid;
  font-weight: 600;
}
 .p_title p {
  margin: 0;
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 5px 0;
}

 .p_title p:first-letter {
    font-size: 150%;
      font-weight: bold;
}

 .p_title p::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #919191;
    position: absolute;
    right: -13px;
    top: 50%;
}

 .main .info.Update {
  text-align: right;
}
 .main .info.Update ul {
  padding: 10px;
  margin: 0;
  list-style-type: none;
  font-size: 95%;
  color: #000;
  display: inline-block;
}
 .info.Update li {
  float: left;
  margin: 0 10px;
}
 .editor {
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
}
 .file_icon {
  text-align: right;
  padding: 10px 0 0 0;
}
 .file_icon ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

 .file_icon ul li a {
}
 .file_icon ul li.xml a {
  background-color: #f29c1f;
}
 .file_icon ul li.json a {
  background-color: #9777a8;
}
 .file_icon ul li.xml a:hover {
  background-color: #f2721f;
}
 .file_icon ul li.json a:hover {
  background-color: #6c3c86;
}

 .file_icon ul {list-style-type: none;padding: 0;margin: 0;display: inline-block;}

 .file_icon ul li {
    float: left;
    padding: 3px;
}

 .file_icon ul li a {
    background-color: #b5b5b5;
    display: block;
    border-radius: 50px;
    padding: 3px;
}

 .file_icon ul li.fb a:hover {
    background-color: #3b5791;
}

 .file_icon ul li.twitter a:hover {
    background-color: #1c9cea;
}

 .file_icon ul li.google a:hover {
    background-color: #d74b38;
}

 .file_icon ul li.line a:hover {
    background-color: #06c152;
}

 .file_icon ul li.print a:hover {
    background-color: #c36c1b;
}

 .file_icon ul li a img {
    width: 30px;
}
/*內頁搜尋*/
 .search_group {
  padding: 10px 10px 15px 10px;
}
 .search_group .form-flex {
  padding: 5px 0 0 0 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
 .search_group .row {
  margin: 0;
}
 .search_group .form_title {
  white-space: nowrap;
}
 .search_group .day {
  display: inherit;
}
 .search_group .day i {
  color: #000;
  font-size: 145%;
  margin: 0 5px 0 0;
}
 .search_group .btn {
  margin: 3px;
  background-color: #6f6f6f;
  padding: 7px 25px;
  border: none;
  color: #fff;
  width: 100%;
  border-radius: 50px;
  white-space: nowrap;
}
 .search_group .center-flex .btn {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: auto;
}
 .search_group .btn:hover {
  background-color: #773683;
  color: #fff;
}
/*中英切換*/
 .lan_chang {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
 .lan_chang a {
  background-color: rgba(0, 0, 0, 0.46);
  margin: 10px 5px;
  color: #fff;
  border-radius: 50px;
}
 .lan_chang a:hover {
  background-color: #187096;
}
/*列表*/
 .list_group .list_title {
  background-color: rgb(119 54 131);
  padding: 10px;
  font-size: 115%;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
}

 .list_group .list_pic {
    padding: 20px 0;
}

 .list_group .list_pic.sjs {
    padding: 20px;
    margin: 0 0 20px 0;
}
 .list_group ul {
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
}

 .list_group ul li {
    display: inline-block;
    width: 100%;
}

 .list_group .list_pic ul li {
    padding: 10px;
}

 .list_group .botton_list ul {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    margin-top: 5px;
    padding: 0;
}

 .list_group .botton_list ul li {
    width: auto;
}
 .list_group ul li a,  .detail .list_pic ul li a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  width: 100%;
}

 .list_group .list ul li {
    border-bottom: 1px #cbcbcb solid;
}
 .list_group .list_pic ul li a,  .detail .list_pic ul li a, .list_group .list_pic .box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 7px !important;
  border: 1px #d4d4d4 solid;
}
 .list_group .list_pic .pic img,  .detail .list_pic .pic img, .list_group .pic img {
  max-width: 100%;
  max-height: 100%;
  -ms-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

 .list_group.B .pic {
    background-color: #fff;
    border: 1px #d4d4d4 solid;
    text-align: center;
    position: relative;
}

 .list_group.B .pic::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

 .list_group.B .info_box {
    padding: 10px;
    color: #555;
}
 .list_group .list_pic .pic,  .detail .list_pic .pic {
  width: 100%;
  background-color: #dedede;
  text-align: center;
  padding-top: 60%;
  position: relative;
}

 .list_group .list_pic .info {
    padding: 0 3px;
}

 .list_group .list_pic .botton_list ul li a {
    background-color: #773683;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 50px;
}

 .list_group .list_pic .botton_list ul li:nth-child(2n+1) a {
    background-color: #187096;
}

 .list_group .list_pic .botton_list ul li a:hover {
    background-color: #b36b00 !important;
}

 .list_group .list_pic .botton_list ul li {
    padding: 1px;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
 .list_group ul li a:hover,  .detail .list_pic ul li a:hover {
  background-color: #fffacc !important;
}
 .list_group .info p,  .detail .info p, .timeline .info p {
  display: inline-block;
  margin: 0 3px 0 0;
  font-size: 95%;
}

 .list_group .list_pic.B .info p {
    display: block;
    margin: 0;
    padding: 1px 0;
}

 .list_group .list_pic .info .text01 {
    font-size: 95%;
    color: #41548c;
}

 .list_group .list_pic .info .text02 {
    color: #000;
    font-size: 110%;
    letter-spacing: 1px;
}

 .list_group .list_pic .info .text03 {
    color: #767676;
    font-size: 90%;
}

 .list_group .list_pic .info .text04 {
    color: #cf460c;
}
.light_pic.modal .modal-body img {
    max-width: 100%;
    width: 100%;
}
 .list_group .info .color01,  .detail .info .color01, .timeline .info .color01 {
  color: #187096;
}
 .list_group .info .color02,  .detail .info .color02,  .timeline .info .color02 {
  color: #3f8276;
}
 .list_group .info .color03,  .detail .info .color03, .timeline .info .color03 {
  color: #347184;
}
 .list_group .info .color04,  .detail .info .color04, .timeline .info .color04 {
  color: #5e6a90;
}
 .list_group .info .area,  .detail .info .area {
  color: #ffffff;
  padding: 0 3px;
}
 .list_group .info .area.bg_r,  .detail .info .area.bg_r {
    background-color: #c7124f;
}
 .list_group .info .area.bg_o,  .detail .info .area.bg_o {
    background-color: #c74e00;
}
 .list_group .info .area.bg_g,  .detail .info .area.bg_g {
    background-color: #2e8078;
}
 .list_group .info .area.bg_b,  .detail .info .area.bg_b {
    background-color: #3083a9;
}
 .list_group .info .area.bg_p,  .detail .info .area.bg_p {
    background-color: #614690;
}
 .list_group .info .area.bg_y,  .detail .info .area.bg_y {
    background-color: #967511;
}
 .list_group ul li p {
  margin: 0;
}
 .list_group ul li .subject,  .detail .list_pic .subject {
  color: #171717;
  font-weight: 600;
  font-size: 110%;
  letter-spacing: 1px;
  padding: 5px 0 1px 0;
}

 .list_group ul li .txt {
    padding: 2px 0;
}
 .list_group .list_pic .subject,  .detail .list_pic .subject {
  margin: 0;
  font-size: 105%;
  display: block;
}
/*瀑布流*/
 .list_group .list_pic.sjs .card_frame a{
    display: block;
    text-decoration: none;
}
 .list_group .list_pic.sjs .card_frame a:hover .card{
    border: 1px #773683 solid;
    background-color: #f1f1f1;
}

 .list_group .list_pic.sjs .card_frame .card {
    transition: all 200ms ease-out;
}
 .list_group .list_pic.sjs .card-infos{
    padding: 10px;
}
 .list_group .list_pic.sjs .card-infos .card_title{
    color: #000;
    font-weight: bold;
    font-size: 115%;
    line-height: 125%;
}

 .list_group .list_pic.sjs .card-infos .card_text {
    color: #555;
    margin: 5px 0;
}
/*警廣節目列表*/
.timelist .slick-slide {
    text-align: center;
    font-size: 110%;
    padding: 10px;
}

.timelist {
    padding: 10px 30px;
}

.timelist .slick-slide .week {
    color: #000000;
    margin: 0 0 5px 0;
}

.timelist .slick-slide .week.today {
}

.timelist .slick-slide .week.today::before {content: "今天";background-color: #187096;position: absolute;left: 0;top: 0;bottom: 44px;right: 0;line-height: 44px;font-weight: bold;color: #fff;}

.timelist .slick-slide a {
    display: block;
    background-color: hsla(0, 0%, 100%, 0.5);
    padding: 10px;
    border: 1px #b7b7b7 solid;
    position: relative;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
}

.timelist .slick-slide a:hover {
    background-color: #e2e2e2;
    border: 1px #773683 solid;
}

.timelist .slick-slide .date {
    color: #187096;
    font-weight: bold;
    font-size: 130%;
    margin: 0;
    border-top: 1px #adadad solid;
}
.timelist .slick-prev,.timelist .slick-next{
    width: 42px;
    height: 42px;
    z-index: 9;
}
.timelist .slick-next {
    right: 0;
}
.timelist .slick-prev {
    left: 0;
}
.timelist .slick-prev:before{
    background-image: url("../css01/images/template/ad_left.png")
}
.timelist .slick-next:before{background-image: url("../css01/images/template/ad_right.png")}
.timelist .slick-prev:before,.timelist .slick-next:before{
    content: "";
    width: 43px;
    height: 43px;
    display: block;
    opacity: 0.4;
    border-radius: 50px;
    background-position: center;
    background-size: 30px;
}
/*分頁*/
 .page {
  padding: 20px 0;
  border-top: 2px #555 solid;
}
 .page .button {
  text-align: center;
  width: 100%;
  display: inline-block;
}
 .page .fast_page .go a {
  display: inline-block;
  background-color: #187096;
  padding: 2px 10px;
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  border-radius: 50px;
}
 .page .fast_page .go a:hover {
  background-color: #2189b7;
}
 .page ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
 .page ul li {
  float: left;
  margin: 5px;
}
 .page ul li a {
  display: block;
  background-color: #6f6f6f;
  border-radius: 5px;
  padding: 7px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
}
 .page ul li a:hover {
  background-color: #773683;
}
 .fast_page {
  padding: 10px 0 0 0;
}
/*詳細內容*/
 .ap {
  padding: 10px;
}
 .detail .d_title {
  font-size: 125%;
  font-weight: bold;
  color: #000;
  padding: 5px 0;
}
 .detail .info {
  padding: 10px 0;
}
 .detail .d_sub {
  padding: 20px 0;
}

.sub_list {
   border: 1px #d7d7d7 solid;
   padding: 0 5px;
   border-radius: 10px;
   margin: 0 0 10px 0;
}

 .detail .d_sub .sub_title {
    border-radius: 3px;
    background-color: #656565;
    padding: 10px;
    font-size: 115%;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
}

 .detail .d_sub .sub_list ul{
    padding: 0 15px;
    margin: 0;
    list-style-type: none;
}

 .detail .d_sub .sub_list ul li {
    padding: 10px 10px;
    border-top: 1px #c3c3c3 solid;
    color: #555;
    letter-spacing: 1px;
}

 .detail .d_sub .sub_list ul li:nth-child(1) {
    border: none;
}

 .detail .d_sub .sub_list ul li:nth-last-child(1) {
    border-bottom: 1px #c3c3c3 solid;
}

 .detail .d_sub .sub_list ul li .title {
    color: #000;
    font-weight: 600;
    position: relative;
}

 .detail .d_sub .sub_list ul li .title .star {
    color: #c51313;
}
 .detail .notes {
  padding: 10px 0;
}
 .detail .notes .n_title {
  font-size: 110%;
  position: relative;
  color: white;
  padding: 0.5em 0.5em 0.5em 1em;
  background-color: rgb(119 54 131);
  letter-spacing: 2px;
  border-radius: 50px;
}
 .detail .notes .n_title::after {
  width: 18px;
  height: 1px;
  background-color: white;
}
 .detail .notes ul {
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
}
 .detail .notes ul .icon {
  position: relative;
  display: inline-flex;
}
 .detail .notes ul .icon li {
  border: none;
  display: inline-block;
}
 .detail .notes ul .icon li a {
  display: block;
}
 .detail .notes ul .icon li a:hover {
  opacity: 0.8;
}
 .detail .notes ul li {
  padding: 5px;
  border-top: 1px #b5b5b5 dashed;
}

 .detail .notes .list_pic ul li {
    border: none;
}
 .detail .notes ul li a {
  display: block;
  color: #187096;
  letter-spacing: 1px;
  padding: 3px 0;
}
 .detail .notes ul li:nth-child(1) {
  border: none;
}

 .detail .notes.audio ul li p {
    padding: 0 5px;
}
/*資訊圖像化*/
 .chart {
    padding: 0 0 30px 0;
}

 .chart .row {
    margin: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

 .chart .box {
    padding: 10px;
    background-color: #fff;
    border: 5px rgba(0, 0, 0, 0.1) solid;
}
 .chart .highcharts-container {
    width: 100% !important;
    max-width: 1000px;
}
 .chart .info {
    padding: 0;
}

 .chart .info .stitle {
    color: #1c3686;
    font-weight: 600;
    font-size: 110%;
    letter-spacing: 2px;
    padding: 10px;
    text-align: left;
}

 .chart .info .txt {
    padding: 0 10px;
    line-height: 160%;
    letter-spacing: 1px;
}
/*表格*/
 .rwd-table {
  min-width: 100%;
}
 .rwd-table th, .rwd-table td:before {
  color: #ffffff;
  font-weight: bold;
  background-color: #773683;
}

 .rwd-table th:nth-child(1) {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

 .rwd-table th:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
 .rwd-table tr:last-child {
  border-bottom: none;
}



 .rwd-table td a {
    color: #3d498c;
}
/*表單*/

 .detail.form_box .d_sub .sub_list ul li:nth-last-child(1) {
    border-bottom: none;
}
 .detail.form_box .d_sub .sub_list ul li .con .form-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

 .detail.form_box .sub_list .con .num img {
    max-height: 37px;
}
 .detail.form_box .sub_list .con a{
    display: block;
    background-color: #773683;
    border-radius: 4px;
    padding: 6px 10px;
    color: #fff;
}

 .detail.form_box .sub_list .con a:hover {
    background-color: #012647;
}
 .ap .detail .form_success {
    display: block;
    text-align: center;
    padding: 25px 0;
}

 .ap .detail .form_success .succ {color: #773683;}

 .ap .detail .form_success .error {
    color: #bd1818;
}

 .ap .detail .form_success .result_txt {
    font-size: 150%;
    font-weight: bold;
    padding: 10px 0 0 0;
}
/*radio checkbox*/
[class*="icheck-material"] {
  min-height: 22px;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  padding-left: 0px;
  padding-right: 0;
  margin: 0 5px;
}
[class*="icheck-material"] .ic_check i {
  color: #009688;
}
[class*="icheck-material"] .ic_error i {
  color: #dc3545;
}
[class*="icheck-material"] i {
  font-size: 160%;
}
[class*="icheck-material"] > label {
  padding-left: 29px !important;
  min-height: 22px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
[class*="icheck-material"] > input:first-child {
  position: absolute !important;
  opacity: 0;
  margin: 0;
  background-color: #787878;
  border-radius: 50%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  display: block;
  pointer-events: none;
  width: 22px;
  height: 22px;
  outline: none;
  transform: scale(2);
  -ms-transform: scale(2);
  transition: opacity 0.3s, transform 0.3s;
}
[class*="icheck-material"] > input:first-child:disabled {
  cursor: default;
}
[class*="icheck-material"] > input:first-child:disabled + label, [class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label, [class*="icheck-material"] > input:first-child:disabled + label::before, [class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label::before {
  pointer-events: none;
  cursor: default;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
[class*="icheck-material"] > input:first-child + label::before, [class*="icheck-material"] > input:first-child + input[type="hidden"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #c9c9c9;
  border-radius: 3px;
  margin-left: -29px;
  box-sizing: border-box;
}

[class*="icheck-material"] > input:first-child + label::after, [class*="icheck-material"] > input:first-child + input[type="hidden"] + label::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 4px;
  top: 4px;
}
[class*="icheck-material"] > input:first-child:checked + label::after, [class*="icheck-material"] > input:first-child:checked + input[type="hidden"] + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 10px;
  border: solid 2px #fff;
  border-left: none;
  border-top: none;
  transform: translate(7.75px, 4.5px) rotate(45deg);
  -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
  box-sizing: border-box;
}
[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + label::before, [class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-width: 2px;
}
[class*="icheck-material"] > input:first-child::-ms-check {
  opacity: 0;
  border-radius: 50%;
}
[class*="icheck-material"] > input:first-child:active {
  transform: scale(0);
  -ms-transform: scale(0);
  opacity: 1;
  transition: opacity 0s, transform 0s;
}
[class*="icheck-material"] > input[type="radio"]:first-child + label::before, [class*="icheck-material"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
  border-radius: 50%;
}
[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::before, [class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before {
  background-color: transparent;
}
[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::after, [class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: none;
  top: 5px;
  left: 5px;
  transform: none;
  -ms-transform: none;
}
[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + label::after, [class*="icheck-material"] > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::after {
  width: 8px;
  height: 14px;
  transform: translate(7px, 2px) rotate(45deg);
  -ms-transform: translate(7px, 2px) rotate(45deg);
  border-radius: 0;
  background: transparent;
}
.icheck-inline {
  display: inline-block;
}
.icheck-inline + .icheck-inline {
  margin-left: .75rem;
  margin-top: 6px;
}
.icheck-material-grey > input:first-child {
  background-color: #9e9e9e;
}
.icheck-material-grey > input:first-child::-ms-check {
  background-color: #9e9e9e;
}
.icheck-material-grey > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-material-grey > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #9e9e9e;
}
.icheck-material-grey > input:first-child:checked + label::before, .icheck-material-grey > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.icheck-material-grey > input:first-child:checked + label::after, .icheck-material-grey > input:first-child:checked + input[type="hidden"] + label::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.icheck-material-grey > input[type="radio"]:first-child:checked + label::after, .icheck-material-grey > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
  background-color: #9e9e9e;
}
/*DJ介紹*/
.info_dj.row {
    margin: 0;
}

.info_dj .dj_pic {
    background-color: #fff;
    padding: 5px;
    border: 1px #dedede solid;
}

.info_dj .dj_name {
    color: #3153ba;
    font-weight: 600;
    font-size: 155%;
    letter-spacing: 1px;
    padding: 0 10px;
    position: relative;
}

.info_dj .program {
    background-color: #f8cf10;
    padding: 3px 0;
    margin: 3px 0;
    position: relative;
}

.info_dj .dj_talk {
    padding: 10px;
    line-height: 160%;
    letter-spacing: 1px;
}

.info_dj .dj_fb {
    padding: 10px;
}

.info_dj .program ul {
    padding: 6px 0 0 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

.info_dj .program ul li {
    float: left;
    padding: 3px 10px;
}

.info_dj .online {
    position: absolute;
    right: 0;
    top: 0;
}

.info_dj .online a {
    color: #000000;
    font-weight: normal;
    font-size: 65%;
    text-decoration: none;
    display: block;
}

.info_dj .online a i {
    color: #3153ba;
    font-size: 160%;
    position: relative;
    top: 2px;
}

.info_dj .online a:hover {
    color: #1b2d65;
}

.info_dj .dj_pic img {
    width: 100%;
}
.radio_list .card-header .btn-link {
    display: flex;
    text-align: left;
    width: 100%;
    font-size: 105%;
    padding: 10px;
    background-color: #095cab;
}

.radio_list .card-header .btn-link.collapsed {
    background-color: #f2f2f2;
}

.radio_list .card-header .btn-link.collapsed i {
    display: block;
    color: #095cab;
}

.radio_list .card-header .btn-link.collapsed i.zi_minus::before {
    content: "\e548";
}

.radio_list .card-header .btn-link i {
}

.radio_list .card-header .btn-link .date {
    color: #ffffff;
    padding: 0 15px 0 10px;
}

.radio_list .card-header .btn-link.collapsed .date {
    color: #055492;
}

.radio_list .card-header .btn-link.collapsed .Program_name {
    color: #404040;
    border-left: 1px #095cab solid;
}

.radio_list .card-header .btn-link .Program_name {
    color: #ffffff;
    letter-spacing: 1px;
    padding: 0 30px 0 10px;
    border-left: 1px #fff solid;
}

.radio_list .card-header .btn-link i {
    position: absolute;
    right: 15px;
    color: #ffffff;
}

.radio_list .card-header {
    padding: 0;
    background-color: hsla(0, 0%, 0%, 0.05);
    border-bottom: 1px hsla(231, 9%, 43%, 0.31) solid;
    margin-bottom: 0 !important;
    border-top: 1px #fff solid;
}

.radio_list .card {
    border: none;
    margin: 3px 0;
}

.radio_list .card .card-body {
    margin: 0;
    padding: 0 10px;
}

.radio_list .card .card-body .pic img {
    width: 100%;
}

.radio_list .card .card-body .pic {
    padding: 5px;
    background-color: #f2f2f2;
    border: 1px #d0d0d0 solid;
}

.radio_list .card .card-body .Program_info {
    padding: 0;
}

.radio_list .card .card-body audio {
    width: 100%;
}

.radio_list .card .collapse {
    position: relative;
}
/*問卷調查*/
 .rwd-table a.qu_btn {
    background-color: #187096;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
}
 .rwd-table a.qu_btn:hover{
    background-color: #bf7200;
}
 .quest_box {padding: 10px 0 0 0;}

 .quest_box .answer .bar {
    height: 20px;
}

 .quest_box .answer .bar.red {
    background-color: #c30000;
}

 .quest_box .answer .bar.orange {
    background-color: #FF5722;
}

 .quest_box .answer .bar.yellow {
    background-color: #FFC107;
}
 .quest_box .answer .bar.green {
    background-color: #4CAF50;
}

 .quest_box .answer .bar.blue {
    background-color: #2196F3;
}

 .quest_box .answer .bar.purple {
    background-color: #673AB7;
}

 .quest_box .answer ul {
    padding: 0 0 5px 20px;
    margin: 0;
    list-style-type: none;
}

 .quest_box .answer ul li {
    padding: 2px 0;
}

 .quest_box .answer .answer_other {
    padding: 5px 0 0 0;
}

 .quest_box .quest {
    background-color: hsla(0, 0%, 0%, 0.09);
    padding: 13px 10px 13px 15px;
    font-weight: 600;
    font-size: 105%;
    margin: 0 0 10px 0;
    border-radius: 50px;
}
 .quest_analysis p{
    margin-bottom: 5px;
}

 .quest_analysis {
    padding: 10px;
}

 .quest_analysis .qu_an_title {
    font-size: 110%;
    font-weight: bold;
}

 .quest_analysis .color01 {
    color: #3153ba;
}

 .quest_analysis .color02 {
    color: #b16900;
}
@media screen and (min-width: 992px) {
 .list_group .list_pic.C .pic {
    height: 220px;
}
.radio_list .card .card-body .Program_info {
    padding: 0 10% 10px 0;
}

.radio_list .card .card-body audio {
    max-width: 500px;
}
}
@media screen and (max-width: 767px) {
   .list_group.B .pic {
    width: 100%;
    padding-top: 60%;
    /* max-width: 210px; */
}
     .detail .notes.audio audio{
    width: 100%;
}
  .rwd-table {
    /* background: hsl(0, 0%, 92%); */
    overflow: hidden;
  }
 
 .rwd-table th {
    display: none;
  }
 
 .rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
  }
  
 .rwd-table td:before {
    background-color: transparent;
    color: #000;
  }

 .rwd-table td.inline-block:before {
    display: inline-block;
}
   .rwd-table tr:nth-child(2n+2) {background-color: #f3f3f3;}
 .rwd-table td {
    text-align: left !important;
    border-bottom: 1px #dadada solid;
    padding: 10px;
    display: block;
  }
}

@media screen and (min-width: 767px) {
   .lan_chang {
    position: absolute;
    right: 0;
    top: -60px;
  }
   .list_group.B ul li a{
    display: -webkit-flex;
    display: flex;
}

 .list_group.B .pic {
    width: 100%;
    padding-top: 10%;
    max-width: 210px;
}
     .detail .notes.audio ul li{
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    position: relative;
    min-height: 70px;
}

 .detail .notes.audio ul li p {
    width: 50%;
    margin: 0;
}
 .detail .notes.audio audio {
    position: absolute;
    right: 10px;
}
     .detail .d_sub .sub_list ul li{
    display:-webkit-flex;
    display:flex;
	align-items: center;
}

 .detail .d_sub .sub_list ul li .title {
    text-align: justify;
    margin-right: 10px;
    min-width: 120px;
    max-width: 120px;
    text-align-last: justify;
}

 .detail.form_box .d_sub .sub_list ul li .title {
    padding: 0 0 0 12px;
    min-width: 200px;
    max-width: 200px;
    align-items: center;
    display: flex;
}

 .detail.form_box .d_sub .sub_list ul li label {
    display: block;
}

 .detail .d_sub .sub_list ul li .title .star {
    position: absolute;
    left: 0;
}

 .detail .d_sub .sub_list ul li .title::after {content: "";width: 1px;top: 0;bottom: 0;display: block;position: absolute;background-color: #a0a0a0;right: -12px;}

 .detail .d_sub .sub_list ul li .con {
    position: relative;
    padding: 0 0 0 10px;
}

 .rwd-table th {
    text-align: center;
  }
 .rwd-table td:before {
    display: none;
  }
 .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
 .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
 .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
 .rwd-table th, .rwd-table td {
    padding: 0.8em !important;
  }

 .rwd-table th:nth-child(1)::before {
    display: none;
  }
 .rwd-table th {
    position: relative;
    white-space: nowrap;
  }
   .rwd-table tr {
    border-bottom: 1px #dfdfdf solid;
}
 .info_dj .dj_talk {
    width: 50%;
    float: left;
}
.info_dj .dj_fb {
    float: right;
}
}
@media screen and (min-width: 576px) {
   .list_group .list_pic .pic,  .detail .list_pic .pic {
    vertical-align: middle;
  }

 .list_group .list_pic .pic::before,  .detail .list_pic .pic::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}


   .list_group .list_pic .subject,  .detail .list_pic .subject {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
   .detail.form_box .sub_list .con .num{
    float: left;
}
  .light_pic.modal .modal-dialog {max-width: 60%;}


}


img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

@media (min-width: 576px){
	.modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
}
}