@charset "UTF-8";
a.case_btn {
  width: 125px;
  bottom: 80px; }

@media (min-width: 481px) {
  #media {
    margin-top: 3rem; } }

@font-face {
  font-family: ss;
  src: url(../font/segoeuil.ttf); }

.atw {
  text-align: center;
  color: #46a7da; }
  .atw p {
    color: #46a7da; }
  .atw .wrapper {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 0px; }
    .atw .wrapper .atw_frame {
      position: relative;
      display: block;
      text-align: center;
      border: solid 1px #46a7da;
      width: 100%;
      float: left;
      padding: 8px;
      margin-top: 35px;
      margin-bottom: 0px; }
      .atw .wrapper .atw_frame .atw_bg {
        background-color: #f0f8fc;
        padding: 1.2rem 1rem .3rem; }
      .atw .wrapper .atw_frame h2 {
        font-weight: normal;
        font-size: 26px; }
      .atw .wrapper .atw_frame h3 {
        font-size: 40px;
        font-weight: normal; }
        .atw .wrapper .atw_frame h3 p {
          margin-top: 1rem; }

@media (max-width: 768px) {
  .atw_frame {
    position: relative;
    display: block;
    text-align: center;
    border: solid 1px #46a7da;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    padding: 30px 10px 30px 10px;
    margin-top: 35px; }
    .atw_frame h2 {
      font-size: 16px; }
    .atw_frame h3 {
      font-size: 18px;
      margin-top: -18px; } }

#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%; }

svg {
  height: 100%;
  width: 100%;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.a {
  stroke: #46a7da;
  fill: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer; }

.map {
  margin: 3rem auto; }

.map_text {
  fill: #46a7da; }

.active_bg {
  fill: #46a7da !important;
  stroke: #46a7da;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  z-index: 1000 !important;
  cursor: pointer; }

.active_p {
  fill: #FFF;
  stroke: #FFF;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  z-index: 1000 !important;
  cursor: pointer; }

.title_area {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 3rem;
  margin-top: -5vh;
  color: white;
  font-size: 30px; }

h1 {
  font-size: 2rem; }

h1 span {
  color: #46a7da;
  padding-left: 10px; }

hr {
  width: 100px;
  margin-left: 0;
  border: none;
  border-bottom: solid 2px white; }

.forcast h2,
.forcast h4,
.forcast h5 {
  margin: 0; }

.forcast h2 {
  margin-top: 20px; }

.map_okr {
  margin: 3rem 2rem;
  padding: 2rem;
  background-color: #f8fcf5; }
  .map_okr h3 {
    font-weight: 600;
    color: #88C249; }
  .map_okr ul li {
    position: relative;
    display: block;
    padding: 18px 10px 0;
    margin-bottom: -1px; }
    .map_okr ul li h5 {
      color: #88C249; }
  .map_okr .b_line {
    border-bottom: 1px solid #ddd; }

/*--------case detail  start -------*/
.case_detail {
  background-color: #46a7da;
  color: #FFF;
  padding: 0; }

.case_detail p {
  color: #FFF; }

.case_detail h3 {
  margin-top: 30px;
  color: #FFF;
  font-size: 24px; }

@font-face {
  font-family: ss;
  src: url(../font/segoeuil.ttf); }

.case_detail .kwp {
  color: #fffc08;
  font-size: 40px;
  font-family: ss;
  margin-bottom: 15px;
  line-height: 50px; }

.arrow-left {
  position: absolute;
  top: 50%;
  left: 20px;
  border: solid 1px #FFF;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: block;
  background-image: url(../img/case_list/arrow_l.png);
  background-repeat: no-repeat;
  background-position: center; }

.arrow-right {
  top: 50%;
  right: 20px;
  left: auto;
  border: solid 1px #FFF;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: block;
  background-image: url(../img/case_list/arrow_r.png);
  background-repeat: no-repeat;
  background-position: center; }

.other_case {
  margin-top: 55px;
  text-align: center;
  margin-bottom: 40px; }

.case_box {
  display: block;
  text-align: left;
  margin-top: 10px;
  padding: 0px;
  padding-right: 15px; }

.content {
  position: relative;
  display: block;
  padding: 20px;
  background-color: #f7f8fa; }

.no_padding {
  padding-right: -15px; }

/*--------case list  start -------*/
.case_all {
  position: relative;
  margin-top: 102px; }

.case_frame {
  position: relative;
  display: block;
  background-color: #46a7da;
  color: #FFF;
  padding: 30px;
  min-height: 320px; }

.case_detail {
  margin-bottom: 30px; }

.green_bg {
  background-color: #88c249; }

a .case_list {
  position: relative;
  display: block;
  padding-right: 60px;
  cursor: pointer;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

a .case_list h3 {
  color: #FFF;
  font-size: 18px;
  margin: 0px;
  line-height: 20px;
  margin-bottom: 10px; }

a .case_list:hover h3 {
  color: #333; }

a .case_list p {
  color: #FFF;
  font-size: 14px;
  line-height: 20px; }

a .case_list:hover p {
  color: #333; }

a .kwp {
  font-size: 30px;
  margin-bottom: 10px;
  color: #FFF; }

a .case_list:hover .kwp {
  color: #333; }

a .case_list button {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 32px;
  height: 32px;
  background-image: url(../img/case_list/btn_more.png); }

a .case_list:hover button {
  width: 32px;
  height: 32px;
  background-image: url(../img/case_list/btn_more_hover.png); }

.c_title {
  position: absolute;
  font-size: 24px;
  color: #FFF;
  margin-top: 40%;
  left: 50%;
  margin-left: -73px;
  font-family: "Microsoft Jhenghei";
  z-index: 2; }

.case_img img {
  display: block;
  opacity: 0.5;
  cursor: pointer;
  overflow: hidden;
  transition: all .8s;
  -moz-transition: all .8s;
  /* Firefox 4 */
  -webkit-transition: all .8s;
  /* Safari 和 Chrome */
  -o-transition: all .8s;
  /* Opera */ }

.case_img:hover img {
  opacity: 1;
  overflow: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.case_img {
  background-color: #000;
  overflow: hidden; }

.case_01,
.case_02,
.case_03 {
  display: block; }

.taiwan_case {
  text-align: center;
  padding: 30px; }

@media (min-width: 768px) and (max-width: 991px) {
  .case_frame {
    position: relative;
    display: block;
    background-color: #46a7da;
    color: #FFF;
    padding: 30px;
    height: auto; }
  .green_bg {
    background-color: #88c249; } }

@media (max-width: 767px) {
  .case_all {
    position: relative;
    margin-top: 60px; }
  .case_01 {
    display: none; }
  .case_02 {
    display: none; }
  .case_03 {
    display: none; } }

/*--------case list  end -------*/
@media (min-width: 320px) and (max-width: 991px) {
  .case_box {
    display: block;
    text-align: left;
    padding: 0px;
    margin-bottom: 40px; } }

/*--------case detail  end -------*/
.media-carousel {
  margin-bottom: 0;
  padding: 0px 0px 0px 0px;
  margin-top: 10px; }

/*--------------- 5.客戶實績---------------*/
/* carousel */
.media-carousel {
  margin-bottom: 0;
  padding: 0px 0px 0px 0px;
  margin-top: 0px; }

.carosel_btn {
  position: absolute;
  z-index: 9999;
  right: 140px;
  top: -50px; }

/* Previous button  */
.media-carousel .carousel-control.left {
  left: 49px;
  background-image: url(../img/index/service/left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border: 1px solid #46a7da;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  top: 0px; }

/* Next button  */
.media-carousel .carousel-control.right {
  left: 100px;
  background-image: url(../img/index/service/right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border: 1px solid #46a7da;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  top: 0px; }

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px; }

/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
  background: #c0c0c0; }

.media-carousel .carousel-indicators .active {
  background: #333333; }

.media-carousel img {
  width: 100%;
  height: auto; }

.case_card {
  display: block;
  background-color: #eff0f3;
  height: 95px;
  padding: 20px;
  color: #46a7da;
  font-family: "Microsoft Jhenghei";
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0px;
  border-bottom: solid 12px #FFF; }

/* End carousel */
