@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* .navbar-default {
  background-color: #0C70C5;
  border-color: transparent;
} */

body {
  overflow-x: hidden;
  font-family: 'Noto Sans TC', sans-serif;
}

/* p {
  font-size: 20px;
} */

p.small {
  font-size: 16px;
}

a, a:focus, a:active, a.active {
  outline: 0;
  color: #4a4a4a;
}

a:hover {
  color: #0c70c5;
}

/* h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "微軟正黑體", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serifinherit;
  font-weight: 700;
} */

hr.star-light, hr.star-primary {
  margin: 25px auto 30px;
  padding: 0;
  max-width: 250px;
  border: 0;
  border-top: solid 5px;
  text-align: center;
}

hr.star-light:after, hr.star-primary:after {
  content: "\e9e9";
  display: inline-block;
  position: relative;
  top: -.8em;
  padding: 0 .25em;
  font-family: icomoon;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #18bc9c;
}

hr.star-primary {
  border-color: #2c3e50;
}

hr.star-primary:after {
  color: #2c3e50;
  background-color: #fff;
}

.img-centered {
  margin: 0 auto;
}

header {
  text-align: center;
  color: #fff;
  background: #18bc9c;
}

header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}

header img {
  display: block;
  margin: 0 auto 20px;
}

header .intro-text .name {
  display: block;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}

@media(min-width:768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}

/* @media(min-width:768px) {
  .navbar-fixed-top {
    padding: 5px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 3px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

.navbar a:focus {
  outline: 0;
}
.navbar .navbar-nav {
  letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
  outline: 0;
}
.navbar-default, .navbar-inverse {
  border: 0;
} */

/***** home top search icon -- begin (Add by Hitomi 201712) *****/
#searchIcon {
  cursor: pointer;
  font-size: 2rem;
  height: 2.7rem;
  position: absolute;
  right: 120px;
  /*overflow: hidden;
  width: 40rem;*/
  margin-right: 5px;
  z-index: 9;
}

#searchIcon .searchBlock {
  right: 0;
  position: absolute;
  top: 50%;
  transition: transform .4s ease-out;
}

/*** Search Icon */
#searchIcon .searchBtn {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  width: 30px;
  height: 30px;
}
#searchIcon .searchBtn i {
  display: block;
  background: darkturquoise;
  border-radius: 20px;
  color: #fff;
  line-height: 30px;
  width: 30px;
  padding-left: 2px;
  font-size: 1.5rem;
}
/* MouseOver SearchIcon Animation */
#searchIcon .searchBtnActive {
  -webkit-transform: translate(0, -200%);
          transform: translate(0, -200%);
}

#searchIcon .searchDrop {
  border: 1px solid #ccc;
  font-size: 1.7rem;
  color: #444;
  margin: .6rem 0 0 .6rem;
  width: 26%;
}
#searchIcon select[disabled] {
    background: #dddddd;
    color: #999;
}
/*** Search Input */
#searchIcon .searchInput {
  /*-webkit-transform: translate(0, 200%);
          transform: translate(0, 200%);*/
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: left;
  width: auto;
  /*height: 3.7rem;
  margin-right: 35px;*/
  white-space: nowrap;
  display: none;
}
#searchIcon .searchInput .keyword {
  border: 1px solid #ccc;
  font-size: 1.7rem;
  color: #444;
  border-radius: 4px;
  padding: 2px 4px;
  /*margin: .6rem .6rem .6rem 0;*/
  margin: .6rem 0 .6rem .6rem;
}
#searchIcon .searchInput ::-webkit-input-placeholder { color: #999;} /* WebKit browsers */
#searchIcon .searchInput :-moz-placeholder { color: #999;} /* Mozilla Firefox 4 to 18 */
#searchIcon .searchInput ::-moz-placeholder { color: #999;} /* Mozilla Firefox 19+ */
#searchIcon .searchInput :-ms-input-placeholder { color: #999;} /* Internet Explorer 10+ */

#searchIcon .searchInput .searchSubmit {
  padding: 4px 10px 5px 6px;
  margin: 0;
  /*position: absolute;*/
  border-radius: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  /*top: 0;
  right: -35px;
  margin-top: 7px;*/
  margin-right: .6rem;
}

#searchIcon .searchInputActive {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
    background: #fff;
    box-shadow: 1px 1px 10px -2px #ccc;
    border-radius: 6px;
}
/* home top search icon -- end */

/* section {
  padding: 80px 0;
} */
/* section h2 {
  margin: 20px 15px 0 10px;
  font-size: 2.8em;
  color: #222;
  font-weight: normal !important;
  line-height: 72px;
} */
section.success {
  color: #fff;
  background: #18bc9c;
}
section.success a,
section.success a:focus,
section.success a:active,
section.success a.active {
  outline: 0;
  color: #2c3e50;
}

section.success a:hover {
  color: #0c70c5;
}

@media(max-width:767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}

/** Btn Settings **/
.btn-outline {
  margin-top: 15px;
  border: solid 2px #fff;
  font-size: 20px;
  color: #fff;
  background: 0 0;
  transition: all .3s ease-in-out;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  border: solid 2px #fff;
  color: #18bc9c;
  background: #fff;
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee;
}

.floating-label-form-group input, .floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.5em;
  background: 0 0;
  box-shadow: none!important;
  resize: none;
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: .85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top .3s ease, opacity .3s ease;
  -moz-transition: top .3s ease, opacity .3s ease;
  -ms-transition: top .3s ease, opacity .3s ease;
  transition: top .3s ease, opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eee;
}

/* footer {
  color: #fff;
} */

footer h3 {
  margin-bottom: 30px;
}

footer .footer-above {
  padding-top: 50px;
  background-color: #2c3e50;
}

footer .footer-col {
  margin-bottom: 50px;
}

footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}

.btn:focus, .btn:active, .btn.active {
  outline: 0;
}

.scroll-top {
  z-index: 1049;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}

.scroll-top .btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
  padding: 12px 10px;
text-align: -webkit-center;
}

.scroll-top .btn:focus {
  outline: 0;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}

.portfolio-modal .close-modal:hover {
  opacity: .3;
}

.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #2c3e50;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #2c3e50;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}

#area_28 a, #area_28 a:focus, #area_28 a:active {
  color: #000;
  outline: 0 none;
}

#area_21 a, #area_21 a:focus, #area_21 a.active {
  color: #000;
  outline: 0 none;
}

/* #area_9 a, #area_9 a:focus, #area_9 a:active {
  color: #4a4a4a;
  outline: 0 none;
} */

#areaYoutubeRecommend a, #areaYoutubeRecommend a:focus, #areaYoutubeRecommend a:active {
  color: #4a4a4a;
  outline: 0 none;
}

#areaYoutubeRecommend .well {
  background-color: #fff;
}

/* #areaPeriodical a, #areaPeriodical a:focus, #areaPeriodical a:active {
  color: #4a4a4a;
  outline: 0 none;
} */

#areaPeriodical .well {
  background-color: #fff;
}


/*
#area_7 a, #area_7 a:focus, #area_7 a:active {
    color: #fff;
    outline: 0 none;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}*/

#areaYoutubeRecommend a:hover, #areaPeriodical a:hover, #area_21 a:hover, #area_28 a:hover, #area_9 a:hover, #area_7 a:hover {
  color: #0c70c5;
}

/* .navbar {
  margin-bottom: 0px;
} */

.carousel-control.right {
  background-image: none;
}

.carousel-control.left {
  background-image: none;
}


/* ---- news ---- */

#areaFocusNews .news_right {
  background-color: #FFF;
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
  padding: 10px;
}

#areaFocusNews .top_border_1 {
  border-top: 12px solid #c8c8c8;
}

#areaFocusNews .top_border_2 {
  border-top: 12px solid #E8C7D2;
}

#areaFocusNews .top_border_3 {
  border-top: 12px solid #359ce9;
}

#areaFocusNews .top_border_4 {
  border-top: 12px solid #b8eb3d;
}

#areaFocusNews .top_border_5 {
  border-top: 12px solid #D7AE3C;
}

#areaFocusNews .top_border_6 {
  border-top: 12px solid #fdcc4d;
}

#areaFocusNews .top_border_7 {
  border-top: 12px solid #ed5384;
}

#areaFocusNews .top_border_8 {
  border-top: 12px solid #8C64AA;
}

#areaFocusNews .top_border_21 {
  border-top: 12px solid #9FCEEA;
}

#areaFocusNews .top_border_22 {
  border-top: 12px solid #E8C7D2;
}

#areaFocusNews .top_border_23 {
  border-top: 12px solid #6ECBAE;
}

#areaFocusNews .top_border_24 {
  border-top: 12px solid #1B1B1B;
}

#areaFocusNews .top_border_25 {
  border-top: 12px solid #9FCEEA;
}

#areaFocusNews .top_border_26 {
  border-top: 12px solid #8B63AA;
}

#areaFocusNews .top_border_27 {
  border-top: 12px solid #E8B42D;
}

#areaFocusNews .top_border_28 {
  border-top: 12px solid #6ECBAE;
}

#areaFocusNews .news_right_title {
  border-bottom: 2px solid #E4E4E4;
  padding-bottom: 5px;
}

#areaFocusNews .news_right_title a {
  font-size: 20px;
  color: #4A4A4A;
}

#areaFocusNews .news_right_title a:hover {
  color: #0c70c5;
}

#areaFocusNews .news_right_more {
  padding-top: 5px;
}

#areaFocusNews .news_right_more a {
  font-size: 12px;
  color: #4A4A4A;
}

#areaFocusNews .news_right_more a:hover {
  color: #0c70c5;
}

#areaFocusNews .news_right_list .list_img {
  float: left;
  height: 80px;
  overflow: hidden;
  width: 80px;
}

#areaFocusNews .news_right_list .list_img_big {
  float: left;
  height: 200px;
  overflow: hidden;
  width: 200px;
}

#areaFocusNews .news_right_list .media {
  border-bottom: 1px solid #E4E4E4 !important;
  margin-top: 3px;
  padding-bottom: 3px;
}

#areaFocusNews .news_right_list a {
  font-size: 14px;
  color: #4A4A4A;
  line-height: 35px;
}

#areaFocusNews .news_right_list a:hover {
  color: #0c70c5;
}

#areaFocusNews .news_top_detail_con {
  position: relative;
  line-height: 1.5em;
  height: 9em;
  overflow: hidden;
  font-size: 14px;
}

#areaFocusNews .news_top_detail_con:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  background-color: #fff;
}


/*
#areaFocusNews  .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #aaa;
}
#areaFocusNews  .carousel-indicators .active {
    background-color: #aaa;
}

#areaFocusNews .carousel-indicators {
    left: auto;
    margin-left: 0;
    right: 42%;
    width: 100px;
    bottom: -29px;
}

#areaFocusNews .carousel-indicators {
	left: auto;
	margin-left: 0;
	right: 50px;
	top: 10px;
	width: 100px;
}*/

#areaFocusNews #new_top_slider .media {
  padding: 0 65px;
}

#areaFocusNews .news_right_list .media:hover {
  background-color: rgba(255, 255, 255, 0);
}


/*
			overflow:hidden;
    		text-overflow:ellipsis;
   		 	white-space: nowrap;
		*/

#areaFocusNews .news_detail_title {
  position: relative;
  line-height: 1.5em;
  /* 高度?需要?示的行?*行高，比如?里我??示?行，??3 */
  height: 1.5em;
  overflow: hidden;
  font-size: 16px;
}

#areaFocusNews .news_detail_title:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  background-color: #fff;
}

#areaFocusNews .news-con p {
  font-size: 12px;
  color: #4A4A4A;
}

#areaFocusNews .news-con img {
  max-width: 500px;
}

#areaFocusNews .news-con {
  padding: 0 50px;
}

#areaFocusNews .carousel-control {
  padding-top: 10%;
  width: 5%;
}


/** Hitomi added 20170727 首頁焦點資訊寬幅 slide 區塊 **/

#areaFocusNews .news_slide {}

#areaFocusNews .news_slide .media {
  padding: 0 65px;
}

#areaFocusNews .news_slide .media a.newsLink {
  display: block;
  font-weight: bold;
  color: black;
  font-size: 17px;
  text-decoration: none;
}

#areaFocusNews .news_slide .media a.newsLink>.newsImg {
  overflow: hidden;
  float: left;
  height: 160px;
  margin-right: 15px;
  box-shadow: 0px 0px 4px #999;
  padding: 5px;
  background-color: #fff;
}

#areaFocusNews .news_slide .media a.newsLink>.newsImg>img {
  display: block;
  width: auto;
  height: 100%;
}

#areaFocusNews .news_slide .media a.newsLink>.newsText {
  color: #444;
}

#areaFocusNews .news_slide .media a.newsLink>.newsText>h6 {
  padding: 7px 0 3px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

#areaFocusNews .news_slide .media a.newsLink>.newsText>p {
  line-height: 1.5;
  font-size: 13px;
  font-weight: 100;
}


/* ---- news  small---- */

#area_22 .news_right {
  background-color: #FFF;
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
  padding: 10px;
}

#area_22 .top_border_1 {
  border-top: 10px solid #9FCEEA;
}

#area_22 .top_border_2 {
  border-top: 10px solid #E8C7D2;
}

#area_22 .top_border_3 {
  border-top: 10px solid #6ECBAE;
}

#area_22 .top_border_4 {
  border-top: 10px solid #1B1B1B;
}

#area_22 .top_border_5 {
  border-top: 10px solid #D7AE3C;
}

#area_22 .top_border_6 {
  border-top: 10px solid #8B63AA;
}

#area_22 .top_border_7 {
  border-top: 10px solid #E8B42D;
}

#area_22 .top_border_8 {
  border-top: 10px solid #8C64AA;
}

#area_22 .news_right_title {
  border-bottom: 2px solid #E4E4E4;
  padding-bottom: 5px;
}

#area_22 .news_right_title a {
  font-size: 20px;
  color: #4A4A4A;
}

#area_22 .news_right_title a:hover {
  color: #0c70c5;
}

#area_22 .news_right_more {
  padding-top: 5px;
}

#area_22 .news_right_more a {
  font-size: 12px;
  color: #4A4A4A;
}

#area_22 .news_right_more a:hover {
  color: #0c70c5;
}

#area_22 .news_right_list .list_img {
  float: left;
  height: 80px;
  overflow: hidden;
  width: 80px;
}

#area_22 .news_right_list .media {
  border-bottom: 1px solid #E4E4E4;
  margin-top: 3px;
  padding-bottom: 3px;
}

#area_22 .news_right_list a {
  font-size: 12px;
  color: #4A4A4A;
}

#area_22 .news_right_list a:hover {
  color: #0c70c5;
}


/* role system color star --*/

.role_top_title_1 {
  color: #FEACAE
}

.role_top_title_2 {
  color: #FBD13B
}

.role_top_title_3 {
  color: #53CA8F
}

.btn-system-1 {
  color: #777;
}

.role-system-active-1 {
  color: #ffabab;
}

.role-system-active-2 {
  color: #FBD13B;
}

.role-system-active-3 {
  color: #53CA8F;
}

.role_level_3_gb_1 {
  background-color: #ffabab;
}

.role_level_3_gb_2 {
  background-color: #FBD13B;
}

.role_level_3_gb_3 {
  background-color: #53CA8F;
}

#area_0 .role_level_3_gb_1>li.active>a {
  background-color: #ffabab;
  border-top-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
}

#area_0 .role_level_3_gb_2>li.active>a {
  background-color: #FBD13B;
  border-top-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
}

#area_0 .role_level_3_gb_3>li.active>a {
  background-color: #53CA8F;
  border-top-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
}

#area_0 .role_level_3_gb_1>li.active>a:hover, #area_0 .role_level_3_gb_2>li.active>a:hover, #area_0 .role_level_3_gb_3>li.active>a:hover {
  color: #0c70c5;
}

#area_0 .role_level_4>li.active>a {
  background-color: #888;
  cursor: pointer;
}

#area_0 .role_level_4_point_1>li.active>a>i {
  color: #ffabab;
}

#area_0 .role_level_4_point_2>li.active>a>i {
  color: #FBD13B;
}

#area_0 .role_level_4_point_3>li.active>a>i {
  color: #53CA8F;
}


/* ---- news ---- */

#areaHomeBanner .news_right {
  background-color: #FFF;
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
  padding: 10px;
}

#areaHomeBanner .news_right {
  border-top: 10px solid #E4E4E4;
}

#areaHomeBanner .news_right_title {
  border-bottom: 2px solid #E4E4E4;
  padding-bottom: 5px;
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
  line-height: 34px;
}

#areaHomeBanner .news_right_title a {
  font-size: 20px;
  color: #4A4A4A;
}

#areaHomeBanner .news_right_title a:hover {
  color: #0c70c5;
}

#areaHomeBanner .news_right_more {
  padding-top: 5px;
}

#areaHomeBanner .news_right_more a {
  font-size: 12px;
  color: #4A4A4A;
}

#areaHomeBanner .news_right_more a:hover {
  color: #0c70c5;
}

#areaHomeBanner .news_right_list .media {
  /* border-bottom: 1px solid #E4E4E4; */
  margin-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
}

#areaHomeBanner .news_right_list a {
  font-size: 12px;
  color: #4A4A4A;
}

#areaHomeBanner .news_right_list a:hover {
  color: #0c70c5;
}

#areaHomeBanner .news_right_list .media:hover {
  background-color: #F0F0F0;
}

#areaHomeBanner .news_detail_title {
  position: relative;
  line-height: 2.3em;
  height: 2.3em;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  width: 190px;
  white-space: nowrap;
  margin: 0;
}

#areaHomeBanner .news_right_list .media:before {
  content: "．";
  color: #369dea;
  font-size: 48px;
  position: absolute;
  /*top: -26px;
    left: -20px;*/
  line-height: 0.8em;
  text-indent: -30px;
}

#areaHomeBanner .news_detail_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  background-color: #fff;
}


/*#areaHomeBanner .ad_block {
            width:125px;
            height:125px;
            margin:2px;
            border:1px  #9fceea solid;
            float:left;
            position: relative;*/


}
#areaHomeBanner .ad_block .text_info {
  width: 100%;
  color: #F0F0F0;
  background-color: #000;
  text-align: center;
  position: absolute;
  bottom: 0;
  opacity: 0.5;
}
#areaVideoRecommend a, #areaVideoRecommend a:focus, #areaVideoRecommend a:active {
  color: #4a4a4a;
  outline: 0 none;
}
#areaVideoRecommend a:hover {
  color: #0c70c5;
}
#areaVideoRecommend .thumbnail img {
  height: 155px;
}
#areaVideoRecommend .well {
  background-color: #fff;
}
#areaVideoRecommend .thumbnail .icon_play {
  color: #FFF;
  position: absolute;
  font-size: 40px;
  bottom: 80px;
  right: 40px;
}
#areaVideoRecommend .thumbnail div {
  color: #AAA;
  position: relative;
}

/*
#areaVideoRecommend .carousel-control {
    padding-top: 4%;
    font-size: 75px;
    color: #333;
    width: 0%;
    height: 85px;
    margin: 6% auto 0 auto;
    width: 15px;
}*/
/* #area_W3_top .navbar-inverse {
  background-color: #2F92E5;
} */
.open>.dropdown-menu {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
/* #area_W3_top .navbar-inverse .navbar-nav>.open>a, #area_W3_top .navbar-inverse .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: yellow;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#area_W3_top .navbar-inverse .navbar-nav>.open>a:hover {
  color: yellow;
} */

/* #area_W3_top_lv2 > .active > a, #area_W3_top_lv2 > .active > a:focus {*/
#area_W3_top_lv2>.active>a {
  /* border-bottom: 5px #e2e2e2 solid; */

  color: #000;
  background-color: #ffffff;
}
#area_W3_top_lv2>.active>a:hover {
  color: #0c70c5;
}
#area_W3_top_lv2>li>a {
  border-bottom: 0px;
  font-size: 18px;
}
#area_W3_top .dropdown-menu li {
  margin-right: 0 !important;
}
section#area_W3_top {
  z-index: 9 !important;
}

/*
ul.nav.navbar-nav.navbar-right li a:hover {
    color: #ffea63;
    font-size: 15px;
}*/
.dropdown-menu>li>a:hover {
  background-color: #2f92e5;
}
ul#area_W3_top_lv3 {
  margin-bottom: 0px;
  /*padding-left: 200px;
	height: 43px;*/
  /*-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;*/
}
/* #area_W3_top .navbar-inverse .navbar-collapse li {
  margin-right: 20px;
}
#area_W3_top .navbar-inverse .navbar-collapse {
  padding: 0px;
} */
#area_W3_top_lv3>li>a {
  color: #2F92E5;
  border: none;
  /*-webkit-transition: font-size 0.3s ease-in-out;
	-moz-transition: font-size 0.3s ease-in-out;
	-o-transition: font-size 0.3s ease-in-out;
	-ms-transition: font-size 0.3s ease-in-out;*/
}
#area_W3_top_lv3>li>a:hover {
  color: #0c70c5;
}
#area_W3_top_lv3>.active>a, #area_W3_top_lv3>.active>a:focus {
  border-bottom: 0;
  /*font-weight: bold;*/

  font-size: 120% !important;
  border: 0;
  color: #f6749a;
  /* color: #555; */
}

/*#area_W3_top_lv3 > .active > a:hover {
    color: #0c70c5;
}*/
/* #area_W3_top .nav>li, #area_W3_top .nav>li>a {
  font-size: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
} */
.area_W3_top_lv4_right_border .underlined>a {
  color: #2F92E5;
  font-size: 15px;
  line-height: 30px;
}
.area_W3_top_lv4_right_border .underlined>a:hover {
  color: #0c70c5;
}
.area_W3_top_lv4_right_border>.col-md-2 {
  /*border-left: 1px #2F92E5 solid ;*/
}
.area_W3_top_lv4_li li>a {
  padding: 8px 12px;
}
/* #area_W3_top .nav>li>a {
  padding: 8px 0px;
}
.area_W3_top_lv4 .navbar {
  min-height: 20px;
}
.area_W3_top_lv4 .navbar-nav>li>a {
  padding-bottom: 0px;
  color: #fff;
  padding: 15px 5px !important;
}
.area_W3_top_lv4 .navbar-nav>li>a:hover {
  color: yellow;
} */
.content.area_W3_top_lv4 {
  box-shadow: 0px 3px 6px rgba(75, 75, 75, 0.4);
}
.area_W3_top_lv4_li .thumbnail {
  margin-bottom: 0px;
}
.area_W3_top_lv1 {
  padding: 0px;
  min-height: 43px;
}

/* top Nav bar*/
.area_W3_top_lv1 li>a {
  padding: 10px;
  /*font-weight:bold;*/
}
#areaVideoRecommend .btn-default, #area_2 .btn-default, #area_5 .btn-default, #areaTestRecommend .btn-default, #area_9 .btn-default, #areaFocusNews .btn-default {
  border-radius: 4px;
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  /*width: 100px;*/
  padding: 10px 25px;
}
#areaVideoRecommend .btn-default:hover, #area_2 .btn-default:hover, #area_5 .btn-default:hover, #areaTestRecommend .btn-default:hover, #area_9 .btn-default:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}
#area_2 .thumbnail .caption {
  padding: 5px;
}
/* #area_9 .tab-content {
  background-color: #fff;
  padding: 15px;
}
#area_9 .nav-tabs {
  margin-bottom: 0px;
}
#area_9 .nav-tabs>li>a {
  background-color: #ddd;
  margin: 0 2px;
}
#area_9 .nav-tabs>li.active>a, #area_9.nav-tabs>li.active>a:focus {
  background-color: #fff;
}
#area_9 .nav-tabs>li.active>a:hover {
  color: #0c70c5;
} */
#areaPeriodical .tab-content {
  background-color: #fff;
  padding: 15px;
}
#areaPeriodical .nav-tabs {
  margin-bottom: 0px;
  text-align: center;
}
#areaPeriodical .nav-tabs>li>a {
  /* background-color: #ddd; */
  margin: 0 2px;
  padding: 15px 30px;
}
#areaPeriodical .nav-tabs>li>a:hover {
  /* color: #686868; */
}
#areaPeriodical .nav-tabs>li.active>a, #area_9.nav-tabs>li.active>a:focus {
  /* background-color: #fff; */
  color: #224158;
  padding: 15px 30px;
}
#area_9 .nav-tabs>li.active>a:hover {
  color: #0c70c5;
}
#areaTestRecommend0 .views_tag {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 200px;
  border-color: transparent transparent #87c1ff transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

/*右邊球型選單*/
/* .navbar-circle ul.sliderbar_circle.nav>li>a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-circle ul.sliderbar_circle {
  left: 95%;
  position: fixed;
  top: 20%;
  width: 50px;
  z-index: 5;
}
.navbar-circle ul.sliderbar_circle li {
  height: 40px;
}
.navbar-circle ul.sliderbar_circle li a {
  height: 20px;
  width: 20px;
}
.navbar-circle ul.sliderbar_circle li a::before {
  background-color: rgba(0, 0, 0, 0.16);
  border: 3px solid #fff;
  border-radius: 9px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  box-sizing: content-box;
  content: "";
  height: 12px;
  position: absolute;
  width: 12px;
}
.navbar-circle ul.sliderbar_circle li:hover span {
  display: inline-block;
}
.navbar-circle ul.sliderbar_circle li.active a::before {
  background-color: #00bcd4;
  border: 3px solid rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  height: 8px;
  margin-left: 2px;
  width: 8px;
}
.navbar-circle ul.sliderbar_circle li span {
  background: #999 none repeat scroll 0 0;
  border-radius: 20px;
  color: #fff;
  display: none;
  left: -135px;
  padding: 5px 15px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 136px;
  box-shadow: 3px 3px 10px -3px #666;
}
.navbar-circle ul.sliderbar_circle li.active span {
  top: 1px;
}
.navbar-circle ul.sliderbar_circle.nav>li>a:focus, .navbar-circle ul.sliderbar_circle.nav>li>a:hover {
  background-color: transparent;
  text-decoration: none;
}
.navbar-circle ul.sliderbar_circle.nav>li>a:hover, .navbar-circle ul.sliderbar_circle.nav>li>a:focus {
  color: transparent;
} */

#areaLinkRecommend a, #areaLinkRecommend a:focus, #areaLinkRecommend a:active {
  color: #fff;
  outline: 0 none;
}
#areaTestRecommend2 a, #areaTestRecommend2 a:focus, #areaTestRecommend2 a:active {
  color: #fff;
  outline: 0 none;
}
#areaLinkRecommend a:hover, #areaTestRecommend2 a:hover {
  color: #0c70c5;
}
.area_W3_top_lv4_li>.dropdown-menu {
  min-height: 600px;
}
#area_W3_top_lv2>li.area_W3_top_lv2_default>a {
  /* border-bottom: 5px #e2e2e2 solid; */

  color: #000000;
  background-color: #FFFFFF;
}
#area_W3_top_lv2>li.area_W3_top_lv2_code1>a {
  /* border-bottom: 5px #e2e2e2 solid; */

  color: #FFFFFF;
  background-color: #FF469F;
}
#area_W3_top_lv2>li.area_W3_top_lv2_code2>a {
  /* border-bottom: 5px #e2e2e2 solid; */

  color: #FFFFFF;
  background-color: #00D5D4;
}
#area_W3_top_lv2>li.area_W3_top_lv2_code3>a {
  /* border-bottom: 5px #e2e2e2 solid; */

  color: #FFFFFF;
  background-color: #6684E4;
}
#area_W3_top_lv2>li.area_W3_top_lv2_code4>a {
  /* border-bottom: 5px #e2e2e2 solid; */

  color: #FFFFFF;
  background-color: #FAA44A;
}

/*------- Modify 201702 ------*/
/* body {
  background: #efefef;
} */
.disable {
  display: none
}
.visible {
  display: inherit
}
.lv2_Close {
  display: none;
}
/* .container {
  padding: 0 30px;
} */
.area_W3_top_lv2_default>.lv2_Close {
  display: block;
}
.wrapper {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9;
  height: 45px;
  width: 100%;
  background: #fff;
  box-shadow: 1px 3px 5px #e8e8e8;
}

/*-- Nav --*/
/* .navbar-default {
  background: transparent;
}
.nav-tabs>li>a {
  color: #222;
} */

/*登入前*/
li.token_no_nav a {
  color: #28B9E4 !important;
  padding: 5px 12px;
  border: 1px solid transparent;
  border-radius: 20px;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
li.token_no_nav a:hover {
  color: #fff !important;
  border: 1px solid #ccc;
  background-color: #28B9E4 !important;
}
li.token_no_nav ul.dropdown-menu a {
  border-radius: 0;
}
li.token_no_nav ul.dropdown-menu a:hover {
  border-radius: 0;
}

/*登入後*/
li.token_nav>a {
  color: #28B9E4 !important;
  padding: 5px 12px;
  border: 1px solid #28B9E4;
  border-radius: 20px;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
li.token_nav>a.blink {
  color: #f39c12 !important;
  padding: 5px 12px;
  border: 1px solid #f39c12;
  border-radius: 20px;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
li.token_nav>a:hover {
  color: #fff !important;
  border: 1px solid #ccc;
  background-color: #28B9E4 !important;
}
/* .navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 9;
}
.navbar .navbar-nav {
  margin-top: 7px;
  position: relative;
} */
.top_logo_s {
  display: none;
}
.top_logo_s img {
  position: fixed;
  /*filter:drop-shadow(1px 1px 2px #ccc);*/

  width: auto !important;
  height: 43px;
}
.top_logo {
  position: fixed;
  /*filter:drop-shadow(1px 1px 2px #ccc);*/

  width: auto !important;
  height: 43px;
}
.loginBtn {
  height: 0;
  z-index: 999;
}
section#area_W3_top {
  padding: 0;
  top: 0;
  margin-top: 3px;
  width: 100%;
}
/* #area_W3_top .nav>li, #area_W3_top .nav>li>a {
  font-size: 16px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
} */
#area_W3_top_lv2 {
  margin-bottom: 0px;
}
#area_W3_top_lv2 li a.case0:hover, #area_W3_top_lv2 li.area_W3_top_lv2_default a.case0 {
  background: #FFD12B;
  color: #fff;
}
#area_W3_top_lv2 li a.case1:hover, #area_W3_top_lv2 li.area_W3_top_lv2_default a.case1 {
  background: #FF3287;
  color: #fff;
}
#area_W3_top_lv2 li a.case2:hover, #area_W3_top_lv2 li.area_W3_top_lv2_default a.case2 {
  background: #09ccab;
  color: #fff;
}
#area_W3_top_lv2 li a.case3:hover, #area_W3_top_lv2 li.area_W3_top_lv2_default a.case3 {
  /*background: #08E0BC;*/
  background: #C928A6;
  color: #fff;
}
#area_W3_top_lv2 li a.case4:hover, #area_W3_top_lv2 li.area_W3_top_lv2_default a.case4 {
  /*background: #08E0BC;*/

  background: coral;
  color: #fff;
}
#area_W3_top_lv3_BG {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 7px;
  border-radius: 5px;
}
.area_W3_top_lv3 {
  border-bottom: none;
  margin-bottom: 0px;
}
ul#area_W3_top_lv3 {
  padding: 0;
  /*background: rgba(255, 255, 255, 0.8);*/
}
#area_W3_top_lv3 li.active {
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3381c1+0,3381c1+100&1+0,0.24+20,0+43,0+56,0.37+76,1+100 */

  background: -moz-linear-gradient(top, rgba(51, 129, 193, 1) 0%, rgba(51, 129, 193, 0.24) 20%, rgba(51, 129, 193, 0) 43%, rgba(51, 129, 193, 0) 56%, rgba(51, 129, 193, 0.37) 76%, rgba(51, 129, 193, 1) 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, rgba(51, 129, 193, 1) 0%, rgba(51, 129, 193, 0.24) 20%, rgba(51, 129, 193, 0) 43%, rgba(51, 129, 193, 0) 56%, rgba(51, 129, 193, 0.37) 76%, rgba(51, 129, 193, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, rgba(51, 129, 193, 1) 0%, rgba(51, 129, 193, 0.24) 20%, rgba(51, 129, 193, 0) 43%, rgba(51, 129, 193, 0) 56%, rgba(51, 129, 193, 0.37) 76%, rgba(51, 129, 193, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3381c1', endColorstr='#3381c1', GradientType=0);
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100;Blue+Gloss+%231 */

  background: rgb(184, 225, 252);
  /* Old browsers */

  background: -moz-linear-gradient(top, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd', GradientType=0);
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */

  background: rgb(245, 246, 246);
  /* Old browsers */

  background: -moz-linear-gradient(top, rgba(245, 246, 246, 1) 0%, rgba(219, 220, 226, 1) 21%, rgba(184, 186, 198, 1) 49%, rgba(221, 223, 227, 1) 80%, rgba(245, 246, 246, 1) 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, rgba(245, 246, 246, 1) 0%, rgba(219, 220, 226, 1) 21%, rgba(184, 186, 198, 1) 49%, rgba(221, 223, 227, 1) 80%, rgba(245, 246, 246, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, rgba(245, 246, 246, 1) 0%, rgba(219, 220, 226, 1) 21%, rgba(184, 186, 198, 1) 49%, rgba(221, 223, 227, 1) 80%, rgba(245, 246, 246, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6', GradientType=0);
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7fbfc+0,d9edf2+40,add9e4+100;Blue+3D+%231 */

  background: rgb(247, 251, 252);
  /* Old browsers */

  background: -moz-linear-gradient(top, rgba(247, 251, 252, 1) 0%, rgba(217, 237, 242, 1) 40%, rgba(173, 217, 228, 1) 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, rgba(247, 251, 252, 1) 0%, rgba(217, 237, 242, 1) 40%, rgba(173, 217, 228, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, rgba(247, 251, 252, 1) 0%, rgba(217, 237, 242, 1) 40%, rgba(173, 217, 228, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4', GradientType=0);
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7fbfc+0,d9edf2+40,97d6f9+100 */

  background: rgb(247, 251, 252);
  /* Old browsers */

  background: -moz-linear-gradient(top, rgba(247, 251, 252, 1) 0%, rgba(217, 237, 242, 1) 40%, rgba(151, 214, 249, 1) 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, rgba(247, 251, 252, 1) 0%, rgba(217, 237, 242, 1) 40%, rgba(151, 214, 249, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, rgba(247, 251, 252, 1) 0%, rgba(217, 237, 242, 1) 40%, rgba(151, 214, 249, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#97d6f9', GradientType=0);
  /* IE6-9 */
}
#area_W3_top_lv3 li a {
  border: 1px solid transparent;
}
#area_W3_top_lv3 li a:hover {
  border: 1px solid transparent;
  font-size: 120%;
  /*background: rgb(47, 146, 229);
	color: #fff;*/
}
#area_W3_top_lv3 li.active a {
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 120%;
  text-shadow: 0 0 6px #fff;
  /*background: rgb(47, 146, 229);
	color: #fff;*/
}
#area_W3_top_lv3 li a.case0:hover {
  color: #FFD12B;
  color: #f7c30a;
}
#area_W3_top_lv3 li a.case1:hover {
  color: #FF3287;
}
#area_W3_top_lv3 li a.case2:hover {
  color: #0bd2b1;
}
#area_W3_top_lv3 li a.case3:hover {
  color: #C928A6;
}
#area_W3_top_lv3 li a.case4:hover {
  color: coral;
}

#area_W3_top_lv3 li.active a.case0 {
  color: #f7c30a;
}
#area_W3_top_lv3 li.active a.case1 {
  color: #FF3287;
}
#area_W3_top_lv3 li.active a.case2 {
  color: #0bd2b1;
}
#area_W3_top_lv3 li.active a.case3 {
  color: #C928A6;
}
#area_W3_top_lv3 li.active a.case4 {
  color: coral;
}

.content.area_W3_top_lv4 {
  padding: 0;
  /*left: 0;
	right: 0;
	position: absolute;*/
}
/* .area_W3_top_lv4 .navbar-nav>li>a {
  color: #fff;
  text-shadow: 1px 1px 12px #666;
}
#area_W3_top .navbar-inverse {
  background-color: #97d6f9;
} */

@media (min-width: 1200px) {
  .row_nav {
    margin: 0 180px 0 210px;
  }
}
@media (min-width: 992px) {
  .row_nav {
    margin: 0 180px 0 210px;
  }
}
@media (min-width: 768px) {
  .row_nav {
    margin: 0 180px 0 210px;
  }
}
@media (max-width: 767px) {
  .row_nav {
    margin: 0 auto;
    padding-top: 40px;
  }

  /* .navbar .navbar-nav {
    right: 5px;
    top: 5px;
    margin: 7px 7px 0 0;
    border: 0;
    z-index: 9;
  } */
  /* .row {
    margin: 0;
    padding: 0;
    text-align: center;
  } */

  /* .nav-tabs:before {
    content: '';
    display: none;
  } */

  /* .nav-tabs.nav-justified>li {
    width: 20%;
  } */

  /* .nav-tabs.nav-justified>li a {
    text-align: center;
  } */

  .container {
    padding: 0
  }

  #area_W3_top .container, #area_W3_top_lv3_BG .container {
    padding: 0
  }

  #area_W3_top_lv3_BG {
    margin: 0;
    padding: 0;
  }
}

/* --- AD Area --- */
#areaHomeBanner {
  padding-top: 55px;
  padding-bottom: 50px;
  background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
}
#areaHomeBanner .col-md-2 {
  display: none;
}

/* AD Spot 各區塊廣告下方點點 */
#areaHomeBanner .carousel-inner {
  max-width: 1110px;
  /*height: 300px;*/

  margin: 0 auto;
}
#areaVideoRecommend .carousel-inner {
  margin-bottom: 70px;
}
.carousel-indicators {
  z-index: 3;
}
#areaPeriodical .carousel-indicators {
  bottom: -60px;
}
#areaYoutubeRecommend .carousel-indicators {
  bottom: -100px;
}
.carousel-indicators li {
  width: 40px;
  height: 5px;
  border: none;
  border-radius: 0;
  margin: 5px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.carousel-indicators li.active {
  width: 40px;
  height: 5px;
  border: none;
  margin: 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
#areaFocusNews .carousel-indicators {
  margin: 0 auto;
  right: auto;
  width: 100%;
  bottom: -10px;
  position: absolute;
  left: auto;
}
.ad_list_wrapper {
  clear: both;
  margin: 7px 0;
}
#areaHomeBanner ul.sa_ad_list {
  margin-right: -1% !important;
}
#areaHomeBanner .ad_block {
  /*background: #666;*/

  display: table-cell;
  width: 24%;
  margin-right: 1%;
}
#areaHomeBanner .ad_block a {
  border: 1px solid #ccc;
  width: auto;
  height: auto;
}

/* BOOK */
#area_2 {
  background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  box-shadow: 0 2px 5px 1px #666;
}

/*熱門資源下載*/
#resourcesDownload {
    background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
	padding-top: 0;
}
#resourcesDownload img {
	width: 100%;
	height: auto;
}
#resourcesDownload .clip {
	height: 105px;
    background-color: #D566A3;
	text-align: center;
}
#resourcesDownload .clip h2 {
	margin: 0;
	line-height: 105px;
	color: #fff;
}
#resourcesDownload .tit2 {
	text-align: center;
	background: url(../img/head.png);
	background-position: top center;
	height: 21px;
	background-repeat: no-repeat;
}

/* 4大按鈕 */
#resourcesDownload .btn-area {
	clear: both;
	overflow: hidden;
	margin: -1px 1px 0 0;
}
#resourcesDownload .teach>.btn-area {
	background-color: #A09FC7;
}
#resourcesDownload .video>.btn-area {
	background-color: #F1BB6D;
}
#resourcesDownload .beauty>.btn-area {
	background-color: #67A8D9;
}
#resourcesDownload .digi>.btn-area {
	background-color: #05B193;
}
#resourcesDownload a.btn, #resourcesDownload a.btn:link {
	text-align: right;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}
#resourcesDownload a.btn:hover {
	text-decoration: underline;
}

/* 數位大進擊 */
#digi {
    background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
    /*background: #EBECEC;*/
}
#digi .box {
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	background-color: #FFF;
}
#digi .right-light {
	background-position: right top;
	background-repeat: no-repeat;
}
#digi .left-light {
	background-position: left top;
	background-repeat: no-repeat;
}
#digi .remote>.box {background-image: url(../img/digi_block/01.png);}
#digi .edisc>.box {background-image: url(../img/digi_block/02.png);}
#digi .sl>.box {background-image: url(../img/digi_block/03.png);}
#digi .mediaplus>.box {background-image: url(../img/digi_block/04.png);}
#digi .el>.box {background-image: url(../img/digi_block/05.png);}
#digi .jr>.box {background-image: url(../img/digi_block/06.png);}
#digi .ebook>.box {background-image: url(../img/digi_block/07.png);}
#digi .plickers>.box {background-image: url(../img/digi_block/08.png);}
#digi .testbank>.box {background-image: url(../img/digi_block/09.png);}

#digi .remote, #digi .edisc, #digi .sl, #digi .mediaplus, #digi .el, #digi .jr, #digi .ebook, #digi .plickers, #digi .testbank {padding-bottom: 20px;}

#digi .right-light .img {text-align: -webkit-left;}
#digi .left-light .img {text-align: -webkit-right;}

#digi .right-light .text {padding-right: 60px;}
#digi .left-light .text {padding-left: 60px;}
#digi .text {overflow: hidden;}

#digi .text h6 {font-size: 28px; line-height: 1.3; color: #4a4a4a; margin:20px 0 7px 0; text-align: left;}
#digi .text ul {clear: both; margin: 0;}
#digi .text ul li {white-space: nowrap; font-size: 16px; line-height: 1.7; text-align: left;}

#digi .link {padding: 10px;}
#digi .right-light .link {text-align: right;}
#digi .left-light .link {text-align: left;}
#digi .link a {font-size: 15px; display:inline-block;}
#digi .right-light .link a {padding-left: 14px; color: #fff;}
#digi .left-light .link a {padding-right: 14px; color: #fff;}

#digi .remote .link {background-color: #C87A87;}
#digi .edisc .link {background-color: #61C3B3;}
#digi .sl .link {background-color: #DEC729;}
#digi .mediaplus .link {background-color: #9D9DC2;}
#digi .el .link {background-color: #A1CB89;}
#digi .jr .link {background-color: #D6655B;}
#digi .ebook .link {background-color: #8E8E8E;}
#digi .plickers .link {background-color: #8E96BA;}
#digi .testbank .link {background-color: #3E78AA;}


/* 影片推薦 */
#areaVideoRecommend {
  background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 焦點資訊 */
#areaFocusNews {
  background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
}

/* 期刊輔材 */
#areaPeriodical {
  background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
}
#areaPeriodical-2 {
  background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
}

/* APP推薦 */
#area_5 {
  background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
}

/* 測驗推薦 */
#areaTestRecommend {
  background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
}

/* YouTube */
#areaYoutubeRecommend {
  background-color: #fff;
}
.youtube {
  border-radius: 10px;
}
.youtube .nav-tabs {
  margin-top: 20px;
  text-align: center;
}
.youtube img {
  width: 100%;
  height: auto;
}

/* Link */


/* 行動教室 */
#jr105jr {
    background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
    /*background: #EBECEC;*/
}
.newsTopicID_244_wp_term_id_251 img {
  background-size: cover;
  width: 100%;
  height: auto;
}

/*熱門推薦*/
.success img {
  background-size: cover;
  width: 100%;
  height: auto;
}
.footer-above h4 {
  font-weight: normal;
  font-size: 11px;
  /*font-family: "SF Pro TC","HanHei TC","SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;*/
}
.footer-above ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-above a, .footer-above a:focus, .footer-above a:active {
  font-weight: normal;
  font-size: 11px;
  color: #a5a5a5;
  /*font-family: "SF Pro TC","HanHei TC","SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;*/
}
.footer-above a:hover {
  text-decoration: underline;
  color: #fff !important;
}

/* -----Copyright bar----- */
/* .copyright {
  clear: both;
  border-top: 1px solid #666;
} */

/*Copyright text*/
.copyright_text {
  float: left;
  margin: 10px 20px 0 0;
  font-size: 11px;
  color: #808080;
}
@media (max-width:990px) {
  .copyright_text {
    width: 100%;
    margin: 10px auto;
    font-size: 11px;
    color: #808080;
    text-align: center;
  }
}

/*Copyright area link (privacy) */
.footer_link {
  float: left;
  margin: 5px 17px 0 0;
}
.footer_link a {
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 12px;
  display: inline-block;
  margin-top: 3px;
  white-space: nowrap;
}
@media (max-width:990px) {
  .footer_link {
    width: 100%;
    margin: 5px auto;
    text-align: center;
  }
}

/*Copyright service email */
.service_mail {
  float: right;
  margin: 8px 0 0 20px;
  font-size: 11px;
  color: #808080;
}
@media(max-width:990px) {
  .service_mail {
    width: 100%;
    margin: 8px auto;
    text-align: center;
    font-size: 11px;
    color: #808080;
  }
}

/* link notice */
#area_7 p.notice {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px dotted #ccc;
  background-color: beige;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: 300;
}

/** news table **/
.news_table {
  width: 100%!important;
  padding-bottom: 10px;
}
.news_table thead {
  display: none;
}
.news_table tbody {
  width: 100%;
}
.news_table tbody tr {
  width: 100%;
}
.news_table tbody tr td {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  vertical-align: middle;
}
.news_table tbody tr td:hover {
  background-color: ivory;
}
.news_table tbody tr td>a.newsLink {
  font-weight: bold;
  color: black;
  font-size: 17px;
  text-decoration: none;
}
.news_table tbody tr td>a.newsLink>.newsImg {
  overflow: hidden;
  width: 140px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 0px 0px 4px #999;
  padding: 5px;
  background-color: #fff;
}
.news_table tbody tr td>a.newsLink>.newsImg>img {
  position: relative;
}
.news_table tbody tr td>a.newsLink>.newsText {
  margin-left: 160px;
  color: #222;
}
.news_table tbody tr td>a.newsLink>.newsText>h6 {
  padding: 7px 0 3px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.news_table tbody tr td>a.newsLink>.newsText>p {
  line-height: 1.2;
  font-size: 13px;
  font-weight: 100;
}

/** news_page **/
#areaFocusNews .news_right .news-title {
  font-size: 21px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  padding: 20px 30px;
  border-bottom: 1px solid #e9e9e9;
}
#areaFocusNews .news_right .news-con {
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  margin: 0 30px;
  padding: 20px 0 40px 0;
}
#areaFocusNews .news_right .news-con img.newsPageImg {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
#areaFocusNews .news_right>.news-con>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
#areaFocusNews .news_right>.news-con>img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
}





/*Added 20180212 為了每一頁上方搜尋的hanlin saerch增加的 ____Start*/
#searchIcon .searchDrop.filled {
    width: 100%;
}



@media(min-width:768px) {
    #searchIcon .searchBlock.searchInput.searchDiv {
        top: 295%;
        width: 100%;
        right: -150px;
    }
}

@media(max-width:768px) {
    #searchIcon .searchBlock.searchInput.searchDiv {
        top: 260%;
        width: 350px;
        right: -120px;
    }
}

#searchIcon .searchInput div .searchSubmit {
    margin: 5px;
}

#searchIcon.container.close-search-div {
    width: 0px;
}


#searchIcon.hidesearch {
    width: 50px;
}

/*Added 20180212 為了每一頁上方搜尋的hanlin saerch增加的 ____End*/
