@charset "UTF-8";
.leftbox {
  display: none;
}

.content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding:0 6.6666666667% ;
  position: relative;

}

.tit_box {
  clear: both;
  font-size: 140%;
  color: #3b3b3b;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.125em;
}
.tit_box:before {
  content: "";
  position: absolute;
  left: 110px;
  right: 0;
  height: 1px;
  background: #ebebeb;
  top: 50%;
  z-index: 1;
}
.tit_box span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 6.6666666667%;
}

.txt_box {
  margin-bottom: 4.5em;
  overflow: hidden;
}
.txt_box h2 {
  color: #ff0000;
  font-size: 125%;
  font-weight: bold;
}
.txt_box p {
  color: #3b3b3b;
  margin-top: 1.125em;
}

.h2_map {
  position: relative;
  padding: 10px 0 0 -5px;
}
.h2_map:before {
  content: url('../images/map.png?1437965004');
  position:relative;
  margin:0 10px 10px 0;


  left: 0;
  top: 0;
}

.bg:after {
  content: "";
  background: #fafafa url(../images/body_bg.png) center;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  bottom: 0;
  z-index: -2;
}

.classic_box {
  padding-top: 1.5em;
  overflow: hidden;
}
.classic_box h1 {
  float: left;
  font-size: 480%;
  color: #ededed;
  margin-bottom: 0.45em;
}
.classic_box h1 + .case_box {
  clear: left;
}

.case_box {
  position: relative;
  margin-bottom: 1.5em;
}
.case_box:before, .case_box:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: 0;
}
.case_box:after {
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.case_box img {
	width:100%
}

.case_box p {
  position: relative;
  z-index: 1;
}

.year_box {
  margin-bottom: 3em;
}

.case_name {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  line-height: 150%;
  text-align: left;
  margin-top: -0.45em;
  font-weight: bold;
  padding:5px 10px;
}
.case_name .case_info{
	font-size:14px;
	font-weight:500;
}
.mov_box {
  cursor: pointer;
  margin-bottom: 3em;
}
.mov_box dt {
  background: #69c6e9 url('../images/mov_icon01.png?1435300127') no-repeat;
  -moz-background-size: 50px;
  -o-background-size: 50px;
  -webkit-background-size: 50px;
  background-size: 50px;
  background-position: center 40%;
  color: #fff;
  text-align: center;
  font-size: 75%;
  padding-top: 7.5em;
  padding-bottom: 0.75em;
  position: relative;
  margin-bottom: 1.5em;
}
.mov_box dt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border: 13px solid;
  border-color: #69c6e9 transparent transparent transparent;
}
.mov_box:hover {
  opacity: 0.8;
}
.mov_box font {
  display: block;
  font-size: 200%;
  font-family: "微軟正黑體";
  font-weight: bold;
  line-height: 80%;
}

.cor2 dt {
  background: #61ceca url('../images/mov_icon02.png?1435300120') no-repeat;
  -moz-background-size: 50px;
  -o-background-size: 50px;
  -webkit-background-size: 50px;
  background-size: 50px;
  background-position: center 40%;
}
.cor2 dt:after {
  border-color: #61ceca transparent transparent transparent;
}

.cor3 dt {
  background: #c5d431 url('../images/mov_icon03.png?1435300112') no-repeat;
  -moz-background-size: 50px;
  -o-background-size: 50px;
  -webkit-background-size: 50px;
  background-size: 50px;
  background-position: center 40%;
}
.cor3 dt:after {
  border-color: #c5d431 transparent transparent transparent;
}

.cor4 dt {
  background: #e9c069 url('../images/mov_icon04.png?1435300100') no-repeat;
  -moz-background-size: 50px;
  -o-background-size: 50px;
  -webkit-background-size: 50px;
  background-size: 50px;
  background-position: center 40%;
}
.cor4 dt:after {
  border-color: #e9c069 transparent transparent transparent;
}

.mail_bg:after {
  content: "";
  background: #ddd;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cdcdcd), color-stop(100%, #ddd));
  background: -moz-linear-gradient(#cdcdcd, #ddd);
  background: -webkit-linear-gradient(#cdcdcd, #ddd);
  background: linear-gradient(#f6d3d3, #cdcdcd);
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 0;
  z-index: -2;
}

.ftxt {
  color: #444;
}

.mail_box span {
  line-height: 180%;
}
.mail_box li {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.6em;
}
.mail_box input[type="text"], .mail_box textarea {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  -moz-box-shadow: inset 0px 0px 5px #ccc;
  -webkit-box-shadow: inset 0px 0px 5px #ccc;
  box-shadow: inset 0px 0px 5px #ccc;
  height: 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.mail_box textarea {
  height: 150px;
}

.mail_sub {
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1% 3%;
  color: #666;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
}

.idea_box dt {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.idea_box dt:before {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(#000000, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(#000000, rgba(0, 0, 0, 0));
  background: linear-gradient(#000000, rgba(0, 0, 0, 0));
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
}
.idea_box dd {
  position: absolute;
  padding: 5% 43% 0 5%;
  font-size: 75%;
}
.idea_box h2 {
  color: #eee;
}
.idea_box p {
  line-height: 180%;
  width: 90%;
  color: #fff;
  text-shadow: 0px 0px 1px #aaaaaa;
}

.step_box {
  background: #dde0d3 url('../images/step_bg.jpg?1436954692') no-repeat;
  -moz-background-size: 90%;
  -o-background-size: 90%;
  -webkit-background-size: 90%;
  background-size: 90%;
}

.lightbox {
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  background: #ccc;
  z-index: 99999;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: 0px;
}

.lightbox_bg {
  display: none;
  background: #000;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.linkbt {
  position: relative;
}
.linkbt:before {
  content: "個案網站";
  position: absolute;
  color: #999;
  font-weight: normal;
  font-size: 75%;
  right: 5%;
}
.linkbt:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid;
  top: 50%;
  margin-top: -5px;
  border-color: transparent transparent transparent #999;
  right: 1%;
}

.zoombt {
  position: relative;
  cursor: pointer;
}
.zoombt p:last-of-type:before {
  content: "";
  position: absolute;
  background: url('../images/zoombt.png?1441090417');
  width: 45px;
  height: 40px;
  right: 1%;
}

@media (min-width: 950px) {
  .leftbox {
    display: block;
    width: 23.4042553191%;
    float: left;
    margin-right: 2.1276595745%;
    margin-top: 1.5em;
    margin-right: 0;
    position: relative;
  }
  .leftbox:before {
    content: "";
    position: absolute;
    width: 5px;
    opacity: 0.3;
    top: 15px;
    bottom: 15px;
    right: -12px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .leftbox:after {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: -12px;
  }
  .leftbox h1 {
    font-size: 115%;
    color: #fff;
    border-bottom: 1px solid #ebebeb;
    line-height: 250%;
    margin-top: 1.125em;
    padding:2px 15px;
    margin-bottom: 1.125em;
	font-weight:bold;
  }
  .leftbox h1 span {
    display: inline-block;
  }
  .leftbox .tit_box {
    color: #169fe6;
    font-size: 112%;
  }
  .leftbox .tit_box a:before {
	  content:'▶'; color:#006763; padding-right:5px   }

  .search_box {
    width: 95%;
    height: 25px;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
  }

  .search_bt {
    color: #fff;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0.3em 0.5em;
    margin-top: 0.6em;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlmZDhmNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTY5ZmU2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTQ4ZmNmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9fd8f6), color-stop(50%, #169fe6), color-stop(100%, #148fcf));
    background: -moz-linear-gradient(#9fd8f6, #169fe6, #148fcf);
    background: -webkit-linear-gradient(#9fd8f6, #169fe6, #148fcf);
    background: linear-gradient(#9fd8f6, #169fe6, #148fcf);
  }

  .content {
    width: 74.4680851064%;
    float: right;
    margin-right: 0;
    padding: 0em 0 1.5em 2em;
    margin-top: 1.5em;
  }

  .full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0em 2em 1.5em 2em;
  }

  .news_box dt, .news_box dd {
    float: left;
    width: 49%;
  }
  .news_box dt {
    margin-right: 2%;
  }

  .about_box dt, .about_box dd {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .bg:after {
    left: -50%;
    right: -50%;
    top: 40px;
  }

  .case_box {
    float: left;
    width: 400px;
    margin-right: 15px;
  }
  .case_box:nth-of-type(2) {
    margin-right: 0;
  }

  .year_box {
    float: left;
  }

  .mov_box {
    width: 48.9361702128%;
    float: left;
    margin-right: 2.1276595745%;
  }
  .mov_box:nth-of-type(2n) {
    margin-right: 0;
  }

  .mail_bg:after {
    left: -50%;
    right: -50%;
    top: -10px;
  }

  .mail_box {
    width: 48.9361702128%;
    float: left;
  }
  .mail_box:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .mail_box:nth-child(2n + 2) {
    margin-left: 51.0638297872%;
    margin-right: -100%;
    clear: none;
  }

  .idea_box dt {
    width: 35%;
    position: relative;
    margin-right: 3%;
  }
  .idea_box dt:before {
    display: none;
  }
  .idea_box dd {
    width: 60%;
    float: left;
    position: relative;
    padding: 0;
    font-size: 75%;
  }
  .idea_box h2 {
    color: #333;
  }
  .idea_box p {
    line-height: 180%;
    width: 90%;
    color: #666;
    text-shadow: none;
  }
}
@media (min-width: 1200px) {
  .content {
    padding:0 15px;
  }

  .about_box {
    font-size: 75%;
  }
  .about_box h2 {
    color: #fff;
  }
  .about_box p {
    color: #ddd;
  }
  .about_box dd {
    margin-top: -60%;
    width: 40.7407407407%;
    float: left;
    margin-right: 3.7037037037%;
    margin-left: 9%;
    padding: 3%;
    background: #000;
    opacity: 0.75;
  }

  .case_box {
    width: 265px;
  }
  .case_box:nth-of-type(2) {
    margin-right: 15PX;
  }

  .mov_box {
    width: 23.4042553191%;
    float: left;
    margin-right: 2.1276595745%;
  }
  .mov_box:nth-of-type(2n) {
    margin-right: 2.1276595745%;
  }
  .mov_box:nth-of-type(4n) {
    margin-right: 0;
  }
}
