/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  overflow-x: hidden;
}

html.animating {
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  background-color: #a3b87e;
  font-family: PingFangTC, 'Arial Round MT', Microsoft JhengHei, Serif;
  overflow-y: hidden;
}
body.project {
  background-color: #fefff6;
  overflow-y: initial;
}
body.analyze {
  background-color: #fefff6;
  overflow-y: initial;
}
body.service_brand {
  background-color: #73BEA5;
}
body.service_web {
  background-color: #a3b87e;
}
body.service_marketing {
  background-color: #709B90;
}

a {
  text-decoration: none;
}

.unsel {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  cursor: default;
}

html.animating {
  overflow: hidden;
}

body.dragging {
  cursor: move;
}

body.animating {
  overflow-y: hidden;
  overflow-x: hidden;
}

.home_logo_blk {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  margin-top: 60px;
  text-align: center;
  z-index: 10;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 1;
}
.home_logo_blk.contact_open {
  opacity: 0;
}

.vertical_logo_blk {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 35px;
  padding-left: 39px;
  text-align: center;
  z-index: 45;
}
.vertical_logo_blk > .icon-logo_vertical {
  font-size: 146px;
  color: #a3b87e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.vertical_logo_blk > .icon-logo {
  font-size: 50px;
  color: #fefff6;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: block;
}
.vertical_logo_blk > .subtitle_blk {
  position: absolute;
  width: 50px;
  top: 109px;
  left: 140px;
}
.vertical_logo_blk > .subtitle_blk > p {
  position: relative;
  width: 24px;
  float: left;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 20px;
  color: #fefff6;
}
.vertical_logo_blk > .subtitle_blk > p > .push_top {
  position: relative;
  top: 20px;
}
.vertical_logo_blk > .subtitle_blk > .wasa_img {
  position: absolute;
  font-size: 99px;
  color: #fefff6;
  left: 50px;
  top: -31px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.back_home_logo {
  position: absolute;
  z-index: 20;
  top: 35px;
  left: 35px;
  font-size: 48px;
  color: #fefff6;
  cursor: pointer;
}
.back_home_logo.green {
  color: #a3b87e;
}

.main_btn_blk {
  position: absolute;
  width: 945px;
  display: table;
  top: 50%;
  left: 50%;
  margin-left: -472.5px;
  margin-top: -140px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 1;
  z-index: 10;
}
.main_btn_blk > .main_btn {
  position: relative;
  width: 314px;
  height: 230px;
  float: left;
}
.main_btn_blk > .main_btn > .title_blk {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 18px;
  letter-spacing: 4px;
  color: #fefff6;
  text-align: center;
}
.main_btn_blk > .main_btn > .svg_otr_blk {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 192px;
  left: 50%;
  margin-left: -94px;
  top: 41px;
  overflow: hidden;
  z-index: 5;
  cursor: pointer;
}
.main_btn_blk > .main_btn > .svg_otr_blk > .svg_blk {
  position: absolute;
  width: 192px;
  height: 192px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}
.main_btn_blk > .main_btn > .svg_otr_blk > .svg_blk > svg {
  width: 192px;
  height: 192px;
  cursor: pointer;
}
.main_btn_blk > .main_btn > .svg_otr_blk > .svg_blk.active {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.main_btn_blk > .main_btn > .svg_otr_blk > .image {
  position: absolute;
  z-index: 100;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.main_btn_blk > .main_btn > .outline {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -95px;
  width: 190px;
  height: 190px;
  border-radius: 190px;
  opacity: 0.5;
  border: solid 1.7px #fefff6;
}
.main_btn_blk > .main_btn > .page_trasit {
  position: absolute;
  left: 50%;
  top: 130px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #FEFEF6;
  z-index: 1;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
}
.main_btn_blk > .main_btn > .page_trasit.transiting {
  top: -1300px;
  margin-left: -1500px;
  width: 3000px;
  height: 3000px;
  border-radius: 3000px;
}

.contact_blk {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.contact_blk.active {
  top: 0;
  bottom: initial;
  height: 100%;
}
.contact_blk > .main_blk {
  position: relative;
  z-index: 45;
  display: none;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact_blk > .main_blk > .speak_blk {
  position: relative;
  margin: auto;
  width: 254px;
  margin-top: 76px;
}
.contact_blk > .main_blk > .speak_blk > .chi16 {
  font-size: 16px;
  letter-spacing: 1.3px;
  color: #ffffff;
  position: absolute;
  top: 26px;
  left: 55px;
}
.contact_blk > .main_blk > .speak_blk > .eng14 {
  position: absolute;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ffffff;
}
.contact_blk > .main_blk > .speak_blk > .back_img {
  color: #a3b87e;
  font-size: 132px;
}
.contact_blk > .main_blk > .company_name_blk {
  position: relative;
  width: 250px;
  margin: auto;
  margin-top: 27px;
}
.contact_blk > .main_blk > .company_name_blk > .chi_title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 9px;
  color: #a3b87e;
  text-align: center;
  margin-bottom: 10px;
  left: 6px;
}
.contact_blk > .main_blk > .company_name_blk > .eng_subtitle {
  position: relative;
  font-size: 13px;
  letter-spacing: 1px;
  color: #a3b87e;
  text-align: center;
  left: 4px;
}
.contact_blk > .main_blk > .contact_info_blk {
  position: relative;
  width: 720px;
  margin: auto;
  margin-top: 37px;
}
.contact_blk > .main_blk > .contact_info_blk > .contact_info {
  width: 230px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.contact_blk > .main_blk > .contact_info_blk > .contact_info > .contact_icon {
  width: 28px;
  position: absolute;
  top: 59px;
  left: 50%;
  margin-left: -14px;
}
.contact_blk > .main_blk > .contact_info_blk > .contact_info > .content {
  position: relative;
  text-align: center;
  color: #a3b87e;
  z-index: 10;
}
.contact_blk > .main_blk > .contact_info_blk > .contact_info > .content.eng {
  font-size: 16px;
  letter-spacing: 1.3px;
  color: #a3b87e;
  top: 118px;
}
.contact_blk > .main_blk > .contact_info_blk > .contact_info > .content.chi {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 2px;
  top: 109px;
}
.contact_blk > .main_blk > .contact_info_blk > .contact_info > svg {
  width: 230px;
  height: 230px;
  position: absolute;
  top: 0;
}
.contact_blk > .hide_blk {
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 40;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact_blk > .pull_back_blk {
  position: fixed;
  z-index: 50;
  top: -100px;
  right: 21%;
  color: #a3b87e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact_blk > .pull_back_blk.active {
  top: 0;
}
.contact_blk > .pull_back_blk > .pull_line {
  position: absolute;
  top: -3px;
  left: 10px;
  color: #a3b87e;
  font-size: 24px;
}
.contact_blk > .pull_back_blk > .ring {
  position: absolute;
  top: 18px;
  font-size: 24px;
  left: 0;
  cursor: pointer;
}
.contact_blk > .pull_back_blk > .text {
  opacity: 0.7;
  font-size: 16px;
  letter-spacing: 2px;
  color: #a3b87e;
  position: absolute;
  width: 66px;
  top: 52px;
  font-weight: bold;
  left: -11px;
  cursor: pointer;
}

#infoBlk {
  position: fixed;
  z-index: 1;
  bottom: 36px;
  left: 50%;
  margin-left: -175px;
  padding-left: 19px;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
#infoBlk > .info {
  float: left;
  margin-right: 19px;
}
#infoBlk > .info .icon {
  color: #a3b87e;
  font-size: 30px;
  float: left;
}
#infoBlk > .info > img {
  float: left;
  width: 30px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#infoBlk > .info > .content {
  float: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.7px;
  color: #a3b87e;
  width: 0px;
  height: 32px;
  line-height: 32px;
  margin-left: 0;
  overflow: hidden;
  text-align: center;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#infoBlk > .info > .content.small {
  width: 210px;
  margin-left: 12px;
  font-size: 12px;
}
#infoBlk > .info > .content.follow {
  letter-spacing: 5px;
}
#infoBlk > .info > .content.link {
  cursor: pointer;
}
#infoBlk > .info.active > img {
  cursor: default;
}
#infoBlk > .info.active > .content {
  width: 140px;
  margin-left: 12px;
}
#infoBlk > .line {
  top: -7px;
  font-size: 45px;
  color: #a3b87e;
}
#infoBlk > .line.left {
  position: absolute;
  left: -55px;
  transform-origin: 42px 45px;
}
#infoBlk > .line.right {
  position: absolute;
  right: -55px;
  transform-origin: 0 45px;
}
#infoBlk.contact_open {
  margin-left: -135px;
  bottom: 63px;
}
#infoBlk:hover > .line.left {
  animation: lineLeftShake 0.6s forwards;
  -webkit-animation: lineLeftShake 0.6s forwards;
}
#infoBlk:hover > .line.right {
  animation: lineRightShake 0.6s forwards;
  -webkit-animation: lineRightShake 0.6s forwards;
}

.pull_blk {
  position: absolute;
  z-index: 100;
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pull_blk > .pull_line {
  position: fixed;
  bottom: 90px;
  left: 77.5%;
  width: 28px;
  height: 22px;
  background-size: 100% 100%;
  transform-origin: 14px 0%;
  z-index: 100;
}
.pull_blk > .pull_line.backing {
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.pull_blk > .pull_line.contact_open {
  animation: ring_line_up 1.2s 1 forwards ease-in-out;
  -webkit-animation: ring_line_up 1.2s 1 forwards ease-in-out;
  top: initial !important;
}
.pull_blk > .pull_line.contact_close {
  animation: ring_line_down 0.9s 1 forwards ease-in-out;
  -webkit-animation: ring_line_down 0.9s 1 forwards ease-in-out;
}
.pull_blk > .ring {
  position: fixed;
  bottom: 69px;
  left: 77.5%;
  font-size: 24px;
  cursor: pointer;
  color: #a3b87e;
  z-index: 100;
}
.pull_blk > .ring.backing {
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.pull_blk > .ring.contact_open {
  animation: ring_up 1.2s 1 forwards ease-in-out;
  -webkit-animation: ring_up 1.2s 1 forwards ease-in-out;
  top: initial !important;
}
.pull_blk > .ring.contact_close {
  animation: ring_down 0.9s 1 forwards ease-in-out;
  -webkit-animation: ring_down 0.9s 1 forwards ease-in-out;
}

#wasajhon_1 {
  position: fixed;
  width: 120px;
  height: 120px;
  top: 100%;
  left: 77.5%;
  margin-left: 2px;
  z-index: 50;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#wasajhon_1.active {
  margin-top: -105px;
}
#wasajhon_1.active > .hand {
  animation: hand_raising 5s infinite;
  -webkit-animation: hand_raising 5s infinite;
}
#wasajhon_1.active > .eyeball {
  animation: eyeball_moveleft 5s infinite;
  -webkit-animation: eyeball_moveleft 5s infinite;
}
#wasajhon_1 > .body {
  position: absolute;
  width: 145px;
  z-index: 1;
}
#wasajhon_1 > .hand {
  position: absolute;
  width: 20px;
  z-index: 0;
  top: 44px;
  left: 13px;
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  animation: hand_raising 5s infinite;
  -webkit-animation: hand_raising 5s infinite;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#wasajhon_1 > .eyeball {
  position: absolute;
  width: 5.5px;
  z-index: 2;
  animation: eyeball_moveleft 5s infinite;
  -webkit-animation: eyeball_moveleft 5s infinite;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#wasajhon_1 > .eyeball.left {
  top: 42px;
  left: 48px;
}
#wasajhon_1 > .eyeball.right {
  top: 52px;
  left: 95px;
}

#wasajhon_2 {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#wasajhon_2.active {
  animation: wasajohnShow 0.5s forwards ease-in-out;
  -webkit-animation: wasajohnShow 0.5s forwards ease-in-out;
}
#wasajhon_2.active > .body {
  transform: scaleY(1);
}
#wasajhon_2 > .body {
  position: relative;
  width: 110px;
  top: 0;
  transform: scaleY(0);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#wasajhon_2 > .eyeball {
  position: absolute;
  width: 5px;
  border-radius: 5px;
}
#wasajhon_2 > .eyeball.left {
  top: 42px;
  left: 49px;
}
#wasajhon_2 > .eyeball.right {
  top: 43px;
  left: 90px;
}

#wasajhon_2Hands {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
#wasajhon_2Hands.active {
  top: -5px;
  z-index: 1;
}
#wasajhon_2Hands > .hand {
  position: absolute;
  top: 0;
}
#wasajhon_2Hands > .hand.left {
  left: 78px;
  transform: rotate(-85deg);
}
#wasajhon_2Hands > .hand.right {
  left: 161px;
}

#wasajhon_2_x {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#wasajhon_2_x.active {
  animation: wasajohnShow 0.5s forwards ease-in-out;
  -webkit-animation: wasajohnShow 0.5s forwards ease-in-out;
}
#wasajhon_2_x.active > .body {
  transform: scaleY(1);
}
#wasajhon_2_x > .body {
  position: relative;
  width: 110px;
  top: 0;
  transform: scaleY(0);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#wasajhon_2_x > .eyeball {
  position: absolute;
  width: 5px;
  border-radius: 5px;
}
#wasajhon_2_x > .eyeball.left {
  top: 42px;
  left: 49px;
}
#wasajhon_2_x > .eyeball.right {
  top: 43px;
  left: 90px;
}

#wasajhon_2Hands_x {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
#wasajhon_2Hands_x.active {
  top: -5px;
  z-index: 1;
}
#wasajhon_2Hands_x > .hand {
  position: absolute;
  top: 0;
}
#wasajhon_2Hands_x > .hand.left {
  left: 78px;
  transform: rotate(-85deg);
}
#wasajhon_2Hands_x > .hand.right {
  left: 161px;
}

.alignbox {
  position: fixed;
  width: 100px;
  height: 200px;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  z-index: 500000;
  background-color: green;
  opacity: 0.5;
}

.service_main_blk {
  position: absolute;
  width: 100%;
  height: 608px;
  top: 50%;
  margin-top: -365px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service_main_blk.inner_open {
  margin-top: -245px;
}
.service_main_blk.inner_open > .speak_blk {
  top: 30px;
}
.service_main_blk.inner_open > .back_btn {
  z-index: 10;
  top: 0;
  left: 50%;
  margin-left: -430px;
}
.service_main_blk.inner_open > .bg.active {
  transition: initial;
  -moz-transition: initial;
  -webkit-transition: initial;
  animation: serviceBgInner 0.3s forwards;
  -webkit-animation: serviceBgInner 0.3s forwards;
}
.service_main_blk > .speak_blk {
  position: relative;
  top: 55px;
  margin: auto;
  width: 254px;
  z-index: 5;
}
.service_main_blk > .speak_blk > .title {
  position: absolute;
  top: 28px;
  width: 100%;
  font-size: 16px;
  letter-spacing: 8.5px;
  text-align: center;
  color: #ffffff;
  padding-left: 3px;
}
.service_main_blk > .speak_blk > .eng14 {
  position: absolute;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
  top: 57px;
}
.service_main_blk > .speak_blk > .back_img {
  color: #a3b87e;
  font-size: 132px;
}
.service_main_blk > .chop_blk {
  position: absolute;
  left: 50%;
  width: 150px;
  height: 130px;
  z-index: 10;
  top: 77px;
  margin-left: 155px;
}
.service_main_blk > .chop_blk > .board {
  width: 100px;
  position: absolute;
  left: 34px;
  top: 0;
}
.service_main_blk > .chop_blk > .plant {
  width: 92px;
  position: absolute;
  left: 9px;
  top: 52px;
  animation: orbit 1s infinite;
  -webkit-animation: orbit 1s infinite;
  z-index: 1;
}
.service_main_blk > .chop_blk > .crumb_blk {
  position: absolute;
  width: 40px;
  height: 60px;
  top: 75px;
  left: 70px;
  overflow: hidden;
  z-index: 0;
}
.service_main_blk > .chop_blk > .crumb_blk > .crumb {
  position: absolute;
  animation: crumbFall 1s 1 forwards ease-in-out;
  -webkit-animation: crumbFall 1s 1 forwards ease-in-out;
}
.service_main_blk > .service_btn_blk {
  position: absolute;
  z-index: 10;
  width: 750px;
  top: 225px;
  left: 50%;
  margin-left: -375px;
  text-align: center;
}
.service_main_blk > .service_btn_blk > .service_btn {
  position: relative;
  width: 230px;
  height: 230px;
  float: left;
  cursor: pointer;
  margin: 0 10px;
}
.service_main_blk > .service_btn_blk > .service_btn > .service_img {
  position: absolute;
  z-index: 10;
  top: 47px;
  left: 63px;
  font-size: 100px;
  color: #a3b87e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service_main_blk > .service_btn_blk > .service_btn > .title {
  position: absolute;
  z-index: 10;
  top: 155px;
  width: 100%;
  font-size: 17px;
  letter-spacing: 2px;
  text-align: center;
  color: #a3b87e;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service_main_blk > .service_btn_blk > .service_btn > svg {
  position: absolute;
  z-index: 0;
  width: 230px;
  height: 230px;
  top: 0;
  left: 0;
}
.service_main_blk > .service_btn_blk > .service_btn > svg > path {
  fill: #fefff6;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service_main_blk > .service_btn_blk > .service_btn > svg > path.hover {
  fill: #a3b87e;
}
.service_main_blk > .service_btn_blk > .service_btn:hover > .service_img {
  color: #fefff6;
}
.service_main_blk > .service_btn_blk > .service_btn:hover > .title {
  color: #fefff6;
}
.service_main_blk > .service_show_blk {
  width: 800px;
  position: relative;
  z-index: 5;
  margin: auto;
  margin-top: -140px;
}
.service_main_blk > .service_show_blk > .item_blk {
  position: relative;
  top: -30px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.service_main_blk > .service_show_blk > .item_blk > .item {
  position: absolute;
  left: 50%;
  top: 230px;
  transition: all 0.5s;
  transform-origin: 0 50px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service_main_blk > .service_show_blk > .item_blk > .item > .pic {
  position: absolute;
  left: 50%;
  margin-left: -210px;
  width: 140px;
}
.service_main_blk > .service_show_blk > .item_blk > .item > .content {
  position: absolute;
  top: 15px;
  width: 300px;
  left: 50%;
}
.service_main_blk > .service_show_blk > .item_blk > .item > .content > .title {
  position: relative;
  display: table;
}
.service_main_blk > .service_show_blk > .item_blk > .item > .content > .title > .number {
  opacity: 0.78;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.6px;
  color: #595757;
  float: left;
}
.service_main_blk > .service_show_blk > .item_blk > .item > .content > .title > .sepline {
  width: 2px;
  height: 17px;
  opacity: 0.78;
  background-color: #595757;
  float: left;
  margin: 0 13px;
}
.service_main_blk > .service_show_blk > .item_blk > .item > .content > .title > .text {
  opacity: 0.78;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.6px;
  color: #595757;
  float: left;
}
.service_main_blk > .service_show_blk > .item_blk > .item > .content > .text {
  opacity: 0.78;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #595757;
  line-height: 19px;
  width: 250px;
  margin-top: 22px;
}
.service_main_blk > .dot_blk {
  position: fixed;
  top: 50%;
  right: 40px;
  z-index: 50;
  display: table;
  margin: auto;
}
.service_main_blk > .dot_blk > .dot {
  padding: 5px;
  margin: -10px 0;
  cursor: pointer;
}
.service_main_blk > .dot_blk > .dot > .circle {
  width: 24px;
  height: 24px;
  border-radius: 15px;
  border: solid 3px #fefff6;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
}
.service_main_blk > .dot_blk > .dot.active {
  cursor: default;
}
.service_main_blk > .dot_blk > .dot.active > .circle {
  background-color: #fefff6;
  animation: dotShrinking 5s infinite ease-in-out;
  -webkit-animation: dotShrinking 5s infinite ease-in-out;
}
.service_main_blk > .dot_blk > .dot:hover > .circle {
  background-color: #fefff6;
  animation: dotShrinking 5s infinite ease-in-out;
  -webkit-animation: dotShrinking 5s infinite ease-in-out;
}
.service_main_blk > .back_btn {
  display: block;
  position: absolute;
  z-index: -1;
  width: 150px;
  height: 150px;
  top: 270px;
  left: 50%;
  margin-left: -75px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service_main_blk > .back_btn:hover > .arrow {
  left: 50px;
}
.service_main_blk > .back_btn > .arrow {
  position: absolute;
  top: 40px;
  left: 60px;
  color: #fefff6;
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service_main_blk > .back_btn > .text {
  position: absolute;
  top: 87px;
  left: 48px;
  opacity: 0.78;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  color: #fefff6;
}
.service_main_blk > .back_btn > .bg {
  width: 150px;
  height: 150px;
}
.service_main_blk > .bg {
  position: absolute;
  width: 3000px;
  top: 0;
  left: 50%;
  margin-left: -1500px;
  margin-top: -900px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.service_main_blk > .bg.active {
  width: 800px;
  margin-left: -400px;
  margin-top: 20px;
}

.service_bgimg_blk {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
}
.service_bgimg_blk > .brand > img {
  position: absolute;
  width: 140px;
  left: 50%;
  top: 50%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service_bgimg_blk > .brand > img.pic1 {
  transform: rotate(-35deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .brand > img.pic2 {
  transform: rotate(-4deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .brand > img.pic3 {
  transform: rotate(162deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .brand > img.pic4 {
  transform: rotate(-43deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .brand > img.pic5 {
  transform: rotate(-6deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .brand > img.pic6 {
  transform: rotate(46deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .brand.active > img.pic1 {
  margin-top: 4px;
  margin-left: -413px;
}
.service_bgimg_blk > .brand.active > img.pic2 {
  margin-top: 184px;
  margin-left: -468px;
}
.service_bgimg_blk > .brand.active > img.pic3 {
  margin-top: 390px;
  margin-left: -353px;
}
.service_bgimg_blk > .brand.active > img.pic4 {
  margin-top: 198px;
  margin-left: 304px;
}
.service_bgimg_blk > .brand.active > img.pic5 {
  margin-top: 344px;
  margin-left: 237px;
}
.service_bgimg_blk > .brand.active > img.pic6 {
  margin-top: 17px;
  margin-left: 239px;
}
.service_bgimg_blk > .web > img {
  position: absolute;
  width: 140px;
  left: 50%;
  top: 50%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service_bgimg_blk > .web > img.pic1 {
  transform: rotate(-80deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .web > img.pic2 {
  transform: rotate(-94deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .web > img.pic3 {
  transform: rotate(42deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .web > img.pic4 {
  transform: rotate(47deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .web > img.pic5 {
  transform: rotate(134deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .web > img.pic6 {
  transform: rotate(46deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .web.active > img.pic1 {
  margin-top: 23px;
  margin-left: -420px;
}
.service_bgimg_blk > .web.active > img.pic2 {
  margin-top: 212px;
  margin-left: -459px;
}
.service_bgimg_blk > .web.active > img.pic3 {
  margin-top: 350px;
  margin-left: -392px;
}
.service_bgimg_blk > .web.active > img.pic4 {
  margin-top: 208px;
  margin-left: 329px;
}
.service_bgimg_blk > .web.active > img.pic5 {
  margin-top: 354px;
  margin-left: 247px;
}
.service_bgimg_blk > .web.active > img.pic6 {
  margin-top: 7px;
  margin-left: 249px;
}
.service_bgimg_blk > .marketing > img {
  position: absolute;
  width: 140px;
  left: 50%;
  top: 50%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service_bgimg_blk > .marketing > img.pic1 {
  transform: rotate(-54deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .marketing > img.pic2 {
  transform: rotate(-54deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .marketing > img.pic3 {
  transform: rotate(-16deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .marketing > img.pic4 {
  transform: rotate(74deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .marketing > img.pic5 {
  transform: rotate(134deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .marketing > img.pic6 {
  transform: rotate(15deg);
  margin-top: 200px;
  margin-left: 0;
}
.service_bgimg_blk > .marketing.active > img.pic1 {
  margin-top: -7px;
  margin-left: -410px;
}
.service_bgimg_blk > .marketing.active > img.pic2 {
  margin-top: 212px;
  margin-left: -464px;
}
.service_bgimg_blk > .marketing.active > img.pic3 {
  margin-top: 380px;
  margin-left: -392px;
}
.service_bgimg_blk > .marketing.active > img.pic4 {
  margin-top: 208px;
  margin-left: 319px;
}
.service_bgimg_blk > .marketing.active > img.pic5 {
  margin-top: 354px;
  margin-left: 247px;
}
.service_bgimg_blk > .marketing.active > img.pic6 {
  margin-top: 33px;
  margin-left: 259px;
}

.service_switch_blk {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.service_switch_blk > .inner_blk {
  position: absolute;
  width: 100%;
  top: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service_switch_blk > .inner_blk > .btn_blk {
  position: relative;
  display: table;
  margin: auto;
  margin-top: 32px;
}
.service_switch_blk > .inner_blk > .btn_blk > .btn {
  width: 125px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.service_switch_blk > .inner_blk > .btn_blk > .btn > .pic {
  font-size: 48px;
  color: #a3b87e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service_switch_blk > .inner_blk > .btn_blk > .btn > .text {
  font-size: 16px;
  letter-spacing: 1.7px;
  text-align: center;
  color: #a3b87e;
  margin-top: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service_switch_blk > .inner_blk > .btn_blk > .btn.active {
  cursor: default;
}
.service_switch_blk > .inner_blk > .btn_blk > .btn.active > .pic {
  color: #595757;
}
.service_switch_blk > .inner_blk > .btn_blk > .btn.active > .text {
  color: #595757;
}
.service_switch_blk > .inner_blk > .btn_blk > .btn:hover > .pic {
  color: #595757;
}
.service_switch_blk > .inner_blk > .btn_blk > .btn:hover > .text {
  color: #595757;
}
.service_switch_blk > .inner_blk > .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

#aboutBlk {
  position: relative;
  width: 100%;
  display: table;
  overflow: hidden;
}
#aboutBlk .speak_blk {
  position: absolute;
  z-index: 5;
  width: 260px;
  top: 75px;
  left: 50%;
  margin-left: -130px;
}
#aboutBlk .speak_blk .pic {
  position: absolute;
  z-index: 0;
  top: 0;
}
#aboutBlk .speak_blk .chi {
  position: absolute;
  z-index: 1;
  top: 25px;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1.3px;
  text-align: center;
  color: #ffffff;
}
#aboutBlk .speak_blk .eng {
  position: absolute;
  z-index: 1;
  top: 57px;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1.3px;
  text-align: center;
  color: #ffffff;
}
#aboutBlk > .wasa_blk {
  position: absolute;
  z-index: 5;
  width: 70px;
  top: 270px;
  left: 50%;
  margin-left: 310px;
}
#aboutBlk > .wasa_blk > .text {
  width: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.8px;
  color: #fefff6;
  float: right;
  text-align: right;
}
#aboutBlk > .wasa_blk > .text > .padding {
  position: relative;
  top: 28px;
}
#aboutBlk > .wasa_blk > .wasa_text {
  position: absolute;
  top: -42px;
  right: 62px;
}
#aboutBlk > .project_link_blk {
  position: absolute;
  width: 150px;
  top: 620px;
  left: 50%;
  margin-left: -75px;
  display: table;
}
#aboutBlk > .project_link_blk > .chi {
  position: relative;
  width: 100%;
  top: 0;
  font-size: 16px;
  letter-spacing: 5px;
  color: #fefff6;
}
#aboutBlk > .project_link_blk > .eng {
  position: relative;
  width: 100%;
  top: 12px;
  left: 1px;
  font-size: 14px;
  letter-spacing: 4.4px;
  color: #fefff6;
  font-weight: bold;
}
#aboutBlk > .project_link_blk > a > .btn {
  position: absolute;
  top: -3px;
  right: -60px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 10px;
}
#aboutBlk > .project_link_blk > a > .btn > .bg {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#aboutBlk > .project_link_blk > a > .btn > .arrow {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#aboutBlk > .project_link_blk > a > .btn:hover > .bg {
  fill: #FEFFF6;
}
#aboutBlk > .project_link_blk > a > .btn:hover > .arrow {
  fill: #A3B87E;
}
#aboutBlk > .member_blk {
  background-color: #fefff6;
  margin-top: 900px;
  position: relative;
}
#aboutBlk > .member_blk > .title_blk {
  position: absolute;
  width: 100%;
  height: 120px;
  top: -60px;
  text-align: center;
}
#aboutBlk > .member_blk > .title_blk > #memberTitleBg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -20px;
}
#aboutBlk > .member_blk > .title_blk > .chi {
  position: relative;
  top: 50px;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: bold;
  color: #a3b87e;
}
#aboutBlk > .member_blk > .title_blk > .eng {
  position: relative;
  top: 65px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #a3b87e;
}
#aboutBlk > .member_blk > .title_blk > .line {
  position: absolute;
  left: 50%;
  top: 50px;
}
#aboutBlk > .member_blk > .title_blk > .line.left {
  margin-left: -190px;
  transform-origin: 42px 45px;
}
#aboutBlk > .member_blk > .title_blk > .line.right {
  margin-left: 150px;
  transform-origin: 0 45px;
}
#aboutBlk > .member_blk > .title_blk:hover > .line.left {
  animation: lineLeftShake 0.6s forwards;
  -webkit-animation: lineLeftShake 0.6s forwards;
}
#aboutBlk > .member_blk > .title_blk:hover > .line.right {
  animation: lineRightShake 0.6s forwards;
  -webkit-animation: lineRightShake 0.6s forwards;
}
#aboutBlk > .member_blk > .members {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 120px;
}
#aboutBlk > .member_blk > .members.other {
  padding-top: 0;
}
#aboutBlk > .member_blk > .members > .member {
  position: relative;
  width: 100%;
  height: 320px;
  display: table;
  margin-top: 40px;
}
#aboutBlk > .member_blk > .members > .member > .photo_blk {
  position: absolute;
  width: 260px;
  left: 50%;
  margin-left: -350px;
}
#aboutBlk > .member_blk > .members > .member > .photo_blk > .photo {
  position: absolute;
  z-index: 1;
}
#aboutBlk > .member_blk > .members > .member > .photo_blk > .photo.left {
  left: 0;
}
#aboutBlk > .member_blk > .members > .member > .photo_blk > .photo.right {
  right: 0;
}
#aboutBlk > .member_blk > .members > .member > .photo_blk > .title_blk {
  position: absolute;
  width: 166px;
  top: 25px;
  z-index: 0;
}
#aboutBlk > .member_blk > .members > .member > .photo_blk > .title_blk.left {
  left: 0;
}
#aboutBlk > .member_blk > .members > .member > .photo_blk > .title_blk.right {
  right: 0;
}
#aboutBlk > .member_blk > .members > .member > .photo_blk > .title_blk > .bg {
  position: absolute;
  width: 166px;
  height: 166px;
  left: 0;
  top: 0;
}
#aboutBlk > .member_blk > .members > .member > .photo_blk > .title_blk > .title {
  position: absolute;
  width: 15px;
  top: 30px;
  left: 55px;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #a3b87e;
  line-height: 18px;
}
#aboutBlk > .member_blk > .members > .member > .photo_blk > .title_blk > .name {
  position: absolute;
  top: 70px;
  left: 85px;
  line-height: 21px;
  width: 15px;
  font-size: 16px;
  letter-spacing: 0.7px;
  color: #a3b87e;
}
#aboutBlk > .member_blk > .members > .member > .intro_text {
  position: relative;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 3px;
  color: #a3b87e;
  text-align: left;
  width: 300px;
  margin-top: 65px;
  left: 50%;
}
#aboutBlk > .member_blk > .members > .member > .link_btn_blk {
  position: relative;
  width: 300px;
  margin-top: 20px;
  left: 50%;
  text-align: left;
  display: table;
}
#aboutBlk > .member_blk > .members > .member > .link_btn_blk > .btn {
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 13px;
  display: block;
}
#aboutBlk > .member_blk > .members > .member > .link_btn_blk > .btn > .icon {
  position: absolute;
  color: #fefff6;
  z-index: 2;
  font-size: 28px;
  left: 50%;
  margin-left: -14px;
  top: 10px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#aboutBlk > .member_blk > .members > .member > .link_btn_blk > .btn > .bg_cover {
  position: relative;
  color: #a3b87e;
  z-index: 1;
  font-size: 49px;
  top: 0px;
  left: 0px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#aboutBlk > .member_blk > .members > .member > .link_btn_blk > .btn > .bg {
  position: relative;
  z-index: 0;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#aboutBlk > .member_blk > .members > .member > .link_btn_blk > .btn:hover > .icon {
  color: #a3b87e;
}
#aboutBlk > .member_blk > .members > .member > .link_btn_blk > .btn:hover > .bg_cover {
  color: #fefff6;
  text-shadow: 0px 0px 7px #a3b87e;
}
#aboutBlk > .member_blk > .members > .member > .link_btn_blk > .btn:hover > .bg {
  opacity: 0;
}
#aboutBlk > .member_blk > .members > .member > .bottom_line {
  position: absolute;
  margin-left: -369px;
  left: 50%;
  margin-top: 75px;
  bottom: 80px;
}
#aboutBlk > .member_blk > .members > .member.future > .photo_blk > .title_blk {
  width: 216px;
  top: 0;
}
#aboutBlk > .member_blk > .members > .member.future > .photo_blk > .title_blk > .title {
  left: 70px;
  top: 40px;
}
#aboutBlk > .member_blk > .members > .member.future > .photo_blk > .title_blk > .name {
  top: 65px;
  left: 110px;
}
#aboutBlk > .member_blk > .members > .member.future > .photo_blk > .title_blk > .name_x {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #a3b87e;
  top: 132px;
  left: 110px;
}
#aboutBlk > .member_blk > .members > .member.future > .photo_blk > .title_blk > .bg {
  width: 216px;
  height: 216px;
}
#aboutBlk > .member_blk > .members > .member.future > .bottom_line {
  margin-top: 145px;
}
#aboutBlk > .member_blk > .contact_info {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 140px;
}
#aboutBlk > .member_blk > .contact_info > .info_blk {
  position: relative;
  display: table;
  padding-left: 19px;
  margin: auto;
  margin-top: 130px;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .info {
  float: left;
  margin-right: 19px;
  cursor: pointer;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .info > a {
  text-decoration: none;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .info > a > .icon {
  color: #a3b87e;
  font-size: 30px;
  float: left;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .info > img {
  float: left;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .info > .content {
  float: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.7px;
  color: #a3b87e;
  width: 0px;
  height: 32px;
  line-height: 32px;
  margin-left: 0;
  overflow: hidden;
  text-align: center;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .info > .content.small {
  width: 210px;
  margin-left: 12px;
  font-size: 12px;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .info#AboutFollowUs {
  margin-right: 0;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .info.active > img {
  cursor: default;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .info.active > .content {
  width: 210px;
  margin-left: 12px;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .line {
  position: absolute;
  top: -7px;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .line.left {
  position: absolute;
  left: -55px;
  transform-origin: 42px 45px;
}
#aboutBlk > .member_blk > .contact_info > .info_blk > .line.right {
  position: absolute;
  right: -55px;
  transform-origin: 0 45px;
}
#aboutBlk > .member_blk > .contact_info > .info_blk:hover > .line.left {
  animation: lineLeftShake 0.6s forwards;
  -webkit-animation: lineLeftShake 0.6s forwards;
}
#aboutBlk > .member_blk > .contact_info > .info_blk:hover > .line.right {
  animation: lineRightShake 0.6s forwards;
  -webkit-animation: lineRightShake 0.6s forwards;
}
#aboutBlk > .member_blk > .contact_info > .company_name_blk > .chi_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 9px;
  color: #a3b87e;
  margin-top: 40px;
}
#aboutBlk > .member_blk > .contact_info > .company_name_blk > .eng_subtitle {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #a3b87e;
  margin-top: 10px;
}

#analyzeBlk > .content_blk {
  position: fixed;
  width: 100%;
  height: 100%;
}
#analyzeBlk > .content_blk > .speak_blk {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 254px;
  margin-top: -217px;
  margin-left: -127px;
  z-index: 5;
}
#analyzeBlk > .content_blk > .speak_blk > .title {
  position: absolute;
  top: 28px;
  width: 100%;
  font-size: 16px;
  letter-spacing: 8.5px;
  text-align: center;
  color: #ffffff;
  padding-left: 3px;
}
#analyzeBlk > .content_blk > .speak_blk > .eng14 {
  position: absolute;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
  top: 57px;
}
#analyzeBlk > .content_blk > .speak_blk > .back_img {
  color: #a3b87e;
  font-size: 132px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#analyzeBlk > .content_blk > .hello {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -63px;
  margin-left: -75px;
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 2.3px;
  text-align: center;
  color: #595757;
}
#analyzeBlk > .content_blk > .bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 800px;
  margin-top: -270px;
  margin-left: -400px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#analyzeBlk > .content_blk > .bg.inner {
  width: 300%;
  margin-top: -100%;
  margin-left: -150%;
}
#analyzeBlk > .content_blk > .btn_blk {
  position: absolute;
  width: 600px;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  transform: scale(0);
}
#analyzeBlk > .content_blk > .btn_blk > .btn {
  position: relative;
  display: block;
  width: 150px;
  float: left;
  text-align: center;
}
#analyzeBlk > .content_blk > .btn_blk > .btn > .icon_blk {
  position: relative;
  width: 160px;
  height: 160px;
  cursor: pointer;
  margin: auto;
  transform: scale(0.75);
  margin-top: -30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#analyzeBlk > .content_blk > .btn_blk > .btn > .icon_blk > .icon > img {
  width: 150px;
  margin-top: 8px;
}
#analyzeBlk > .content_blk > .btn_blk > .btn > .icon_blk > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#analyzeBlk > .content_blk > .btn_blk > .btn > .icon_blk:hover {
  transform: scale(0.85);
}
#analyzeBlk > .content_blk > .btn_blk > .btn > .text {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 2.3px;
  color: #a3b87e;
  margin-top: -5px;
}
#analyzeBlk > .pic_title_blk {
  display: none;
  transform: scale(0);
}
#analyzeBlk > .analyze_dot_blk {
  display: none;
  transform: scale(0);
}
#analyzeBlk > .circle_content_blk {
  display: none;
  transform: scale(0);
}

.speak_blk {
  position: relative;
  margin: auto;
  margin-top: 76px;
  width: 254px;
  z-index: 5;
}
.speak_blk > .title {
  position: absolute;
  top: 28px;
  width: 100%;
  font-size: 16px;
  letter-spacing: 8.5px;
  text-align: center;
  color: #ffffff;
  padding-left: 3px;
}
.speak_blk > .eng14 {
  position: absolute;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
  top: 57px;
}
.speak_blk > .back_img {
  color: #a3b87e;
  font-size: 132px;
}

.filter_blk {
  position: relative;
  margin: auto;
  margin-top: 75px;
  display: table;
}
.filter_blk > .filter {
  position: relative;
  width: 125px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  color: #595757;
  display: inline-block;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.filter_blk > .filter::before {
  position: absolute;
  color: #a3b87e;
  top: 45px;
  left: 5px;
  font-size: 12px;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.filter_blk > .filter:hover, .filter_blk > .filter.active {
  color: #a3b87e;
}
.filter_blk > .filter:hover::before, .filter_blk > .filter.active::before {
  opacity: 1;
}

.filter_mobile_blk {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 500;
  bottom: 0;
}
.filter_mobile_blk.active > .ing > .arrow {
  transform: rotate(180deg);
}
.filter_mobile_blk.active > .filters {
  margin-bottom: 50px;
  height: 205px;
}
.filter_mobile_blk > .ing {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  color: #fefff6;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 13px 0;
}
.filter_mobile_blk > .ing > .arrow {
  position: absolute;
  transform: rotate(0deg);
}
.filter_mobile_blk > .filters {
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.filter_mobile_blk > .filters > .filter {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  color: #fefff6;
  cursor: pointer;
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 13px 0;
}
.filter_mobile_blk > .oval {
  position: absolute;
  z-index: -2;
  width: 120%;
  height: 15vw;
  top: -7.5vw;
  left: 50%;
  margin-left: -60%;
  border-radius: 150% / 25vw;
  box-shadow: 0 -2px 7px 0 rgba(83, 83, 83, 0.3);
  border: solid 2px #fefff6;
  background-color: #a3b87e;
}
.filter_mobile_blk > .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #a3b87e;
}

.project_blk {
  position: relative;
  display: table;
  width: 1300px;
  margin: auto;
  margin-bottom: 120px;
}
.project_blk > .project {
  display: block;
  position: relative;
  width: 490px;
  margin: 0 80px;
  margin-top: 120px;
  float: left;
  transform-origin: 245px 260px;
  -moz-transform-origin: 245px 260px;
  -webkit-transform-origin: 245px 260px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.project_blk > .project.scale_hide {
  width: 0;
  height: 0;
  margin: 0;
  margin-top: 0;
}
.project_blk > .project > .photo {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 294px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.project_blk > .project > .photo > .inner {
  display: block;
  position: relative;
  top: -12.5%;
  left: -12.5%;
  width: 125%;
  height: 125%;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.project_blk > .project > .photo > .inner:hover {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.project_blk > .project > .photo > .inner:hover::before {
  opacity: 0.2;
}
.project_blk > .project > .photo > .inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.project_blk > .project > .name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.6px;
  text-align: center;
  color: #595757;
  margin-top: 30px;
}
.project_blk > .project > .tags {
  font-size: 15px;
  letter-spacing: 2.1px;
  text-align: center;
  color: #595757;
  margin-top: 18px;
}

.backtop_blk {
  position: fixed;
  width: 110px;
  height: 135px;
  bottom: -150px;
  right: 6%;
  z-index: 499;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.backtop_blk.show {
  bottom: 0px;
}
.backtop_blk > .top_btn {
  position: relative;
  width: 55px;
  text-align: center;
  margin: auto;
  margin-bottom: 9px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0.8;
}
.backtop_blk > .top_btn:hover {
  opacity: 1;
}
.backtop_blk > .top_btn:hover > .shadow {
  text-shadow: 0 0 12px;
}
.backtop_blk > .top_btn > .shadow {
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 5px;
  font-size: 48px;
  text-shadow: 0 0 7px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.watch_sample_btn {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 140px;
  left: 50%;
  z-index: 40;
  width: 200px;
  height: 44px;
  margin-left: -95px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.watch_sample_btn > .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 200px;
  height: 44px;
  border-radius: 9px;
  background-color: #f4d964;
}
.watch_sample_btn > .shadow {
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: 200px;
  height: 44px;
  border-radius: 9px;
  background-color: #a89029;
}
.watch_sample_btn > .text {
  position: relative;
  z-index: 1;
  left: -3px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 5.4px;
  text-align: center;
  color: #595757;
  opacity: 0.9;
  line-height: 44px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.watch_sample_btn > .sample_icon {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 133px;
  font-size: 14px;
  opacity: 0.9;
  color: #595757;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.watch_sample_btn:hover > .sample_icon {
  left: 140px;
}
.watch_sample_btn.active {
  top: 50%;
}

.transform_btn {
  position: relative;
  width: 45px;
  height: 49px;
  cursor: pointer;
}
.transform_btn * {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
}
.transform_btn > .bg {
  position: relative;
  z-index: 0;
  width: 49px;
  height: 45px;
  fill: #fefff6;
}
.transform_btn > .shadow {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -1;
}
.transform_btn > .transform_blk {
  position: absolute;
  top: 12px;
  left: 13px;
}
.transform_btn > .transform_blk > .line {
  position: absolute;
  width: 22px;
  height: 3px;
  border-radius: 3px;
  background-color: #a3b87e;
  transform-origin: 22px 1.5px;
  -ms-transform-origin: 22px 1.5px;
  -moz-transform-origin: 22px 1.5px;
  -webkit-transform-origin: 22px 1.5px;
}
.transform_btn > .transform_blk > .line#line1 {
  top: 0;
}
.transform_btn > .transform_blk > .line#line2 {
  top: 7px;
}
.transform_btn > .transform_blk > .line#line3 {
  top: 15px;
}
.transform_btn.green > .bg {
  fill: #a3b87e;
}
.transform_btn.green > .transform_blk > .line {
  background-color: #fefff6;
}
.transform_btn.active > .bg {
  fill: #a3b87e;
}
.transform_btn.active > .transform_blk > .line {
  background-color: #fefff6;
}
.transform_btn.active > .transform_blk > .line#line1 {
  transform: scale(1.1) rotate(-45deg) translate(-1.5px, -2px);
  -ms-transform: scale(1.1) rotate(-45deg) translate(-1.5px, -2px);
  -moz-transform: scale(1.1) rotate(-45deg) translate(-1.5px, -2px);
  -webkit-transform: scale(1.1) rotate(-45deg) translate(-1.5px, -2px);
}
.transform_btn.active > .transform_blk > .line#line2 {
  opacity: 0;
}
.transform_btn.active > .transform_blk > .line#line3 {
  transform: scale(1.1) rotate(45deg) translate(0px, 3px);
  -ms-transform: scale(1.1) rotate(45deg) translate(0px, 3px);
  -moz-transform: scale(1.1) rotate(45deg) translate(0px, 3px);
  -webkit-transform: scale(1.1) rotate(45deg) translate(0px, 3px);
}

.menu {
  position: absolute;
  z-index: 500;
}
.menu > .menu_btn {
  position: fixed;
  top: 35px;
  right: 34px;
  z-index: 10;
}
.menu > .menu_blk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 0;
}
.menu > .menu_blk > .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(124, 147, 84, 0.8);
  z-index: -1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu > .menu_blk > .list {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: -35px 50px;
  transform: scale(0);
  animation: initial;
}
.menu > .menu_blk > .list > .bg {
  position: absolute;
  top: -85px;
  right: -117px;
}
.menu > .menu_blk > .list > .btns {
  position: absolute;
  z-index: 1;
  top: 80px;
  right: 180px;
  width: 100px;
}
.menu > .menu_blk > .list > .btns > .btn {
  display: block;
  font-size: 18px;
  line-height: 2.44;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  color: #6c8f31;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.menu > .menu_blk > .list > .btns > .btn:hover {
  opacity: 1;
}
.menu > .menu_blk > .list > .btns > .sub_btns {
  position: relative;
  left: 8px;
  margin-bottom: 10px;
}
.menu > .menu_blk > .list > .btns > .sub_btns > .line {
  position: absolute;
  top: 10px;
  left: -3px;
  width: 6px;
  height: 113px;
  border-radius: 100px;
  background-color: #a3b87e;
}
.menu > .menu_blk > .list > .btns > .sub_btns > .sub_btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.75;
  letter-spacing: 2px;
  text-align: center;
  color: #595757;
  opacity: 0.8;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
}
.menu > .menu_blk > .list > .btns > .sub_btns > .sub_btn:hover {
  opacity: 1;
}
.menu > .menu_blk > .list > .wasa_blk {
  position: absolute;
  width: 70px;
  top: 205px;
  right: 520px;
}
.menu > .menu_blk > .list > .wasa_blk > .text {
  width: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.8px;
  color: #fefff6;
  float: right;
  text-align: right;
}
.menu > .menu_blk > .list > .wasa_blk > .text > .padding {
  position: relative;
  top: 28px;
}
.menu > .menu_blk > .list > .wasa_blk > .wasa_text {
  position: absolute;
  top: -42px;
  right: 62px;
}
.menu > .menu_blk > .logo_blk {
  position: absolute;
  left: 10%;
  bottom: 300px;
  transform-origin: 268px 460px;
  transform: scale(0);
  animation: initial;
}
.menu > .menu_blk > .logo_blk > .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.menu > .menu_blk > .logo_blk > .logo {
  position: absolute;
  z-index: 1;
  top: 93px;
  left: 162px;
}
.menu > .menu_blk > .logo_blk > .chi {
  position: absolute;
  z-index: 1;
  top: 206px;
  left: 152px;
  width: 250px;
  font-size: 18px;
  letter-spacing: 9px;
  color: #a3b87e;
}
.menu > .menu_blk > .logo_blk > .eng {
  position: absolute;
  z-index: 1;
  width: 250px;
  top: 236px;
  left: 153px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #a3b87e;
}
.menu.active > .menu_blk > .bg {
  opacity: 1;
}

.scale_show {
  animation: scaleShowUp 0.3s forwards;
  -webkit-animation: scaleShowUp 0.3s forwards;
  transform-origin: 50% 100%;
}

.scale_hide {
  animation: scaleHide 0.3s forwards;
  -webkit-animation: scaleHide 0.3s forwards;
  transform-origin: 50% 100%;
}

.bottom_show {
  animation: bottomShowUp 0.3s forwards;
  -webkit-animation: bottomShowUp 0.3s forwards;
}

.bottom_hide {
  animation: bottomHide 0.3s forwards;
  -webkit-animation: bottomHide 0.3s forwards;
}

.opashow {
  opacity: 0;
  transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  -moz-transform: translate(0, 70px);
  -webkit-transform: translate(0, 70px);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.opashow.active {
  opacity: 1;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.main_bg_pic {
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -316px;
  width: 632px;
}

.main_bg_cover {
  position: absolute;
  z-index: 1;
  top: 110px;
  left: 50%;
  margin-left: -316px;
  width: 632px;
  opacity: 0.5;
  display: none;
}

.top_blk .web_show_blk {
  display: none;
  position: relative;
  width: 100%;
  height: 340px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.top_blk .web_show_blk > .pc {
  position: absolute;
  width: 538px;
  left: 50%;
  margin-left: -269px;
}
.top_blk .web_show_blk > .pc > .img {
  position: absolute;
  top: 21px;
  left: 72px;
  z-index: 1;
  width: 392px;
  height: 246px;
}
.top_blk .web_show_blk > .pad {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: rotate(-30deg);
  margin-left: -480px;
}
.top_blk .web_show_blk > .pad > .img {
  position: absolute;
  top: 16px;
  left: 13px;
  z-index: 1;
  width: 130px;
  height: 180px;
}
.top_blk .web_show_blk > .mobile {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: rotate(30deg);
  margin-left: 350px;
}
.top_blk .web_show_blk > .mobile > .img {
  position: absolute;
  top: 27px;
  left: 9px;
  z-index: 1;
  width: 75px;
  height: 140px;
}
.top_blk > .title_blk {
  position: relative;
  width: 100%;
  height: 150px;
  text-align: center;
  margin-top: 60px;
}
.top_blk > .title_blk > .name {
  opacity: 0.78;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2.9px;
  color: #595757;
  padding-top: 34px;
}
.top_blk > .title_blk > .tags {
  opacity: 0.78;
  font-size: 15px;
  letter-spacing: 2.1px;
  color: #595757;
  padding-top: 31px;
}
.top_blk > .title_blk > .back_btn {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 50%;
  margin-left: -510px;
  cursor: pointer;
}
.top_blk > .title_blk > .back_btn:hover > .arrow {
  left: 50px;
}
.top_blk > .title_blk > .back_btn > .arrow {
  position: absolute;
  top: 40px;
  left: 60px;
  color: #a3b87e;
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.top_blk > .title_blk > .back_btn > .text {
  position: absolute;
  top: 87px;
  left: 48px;
  opacity: 0.78;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  color: #6c8f31;
}
.top_blk > .title_blk > .back_btn > .bg {
  width: 150px;
  height: 150px;
}
.top_blk > .web_show_btn {
  display: none;
  position: relative;
  width: 200px;
  height: 44px;
  border-radius: 8.8px;
  background-color: #fefff6;
  box-shadow: 2px 2px 0 0 #a3b87e;
  -moz-box-shadow: 2px 2px 0 0 #a3b87e;
  -webkit-box-shadow: 2px 2px 0 0 #a3b87e;
  border: solid 1.6px #a3b87e;
  margin: auto;
  cursor: pointer;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.top_blk > .web_show_btn:hover {
  background-color: #a3b87e;
}
.top_blk > .web_show_btn:hover > .icon {
  color: #fefff6;
}
.top_blk > .web_show_btn:hover > .text {
  color: #fefff6;
}
.top_blk > .web_show_btn:hover > .arrow {
  color: #fefff6;
}
.top_blk > .web_show_btn > .icon {
  position: absolute;
  color: #a3b87e;
  font-size: 28px;
  top: 8px;
  left: 16px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.top_blk > .web_show_btn > .text {
  position: relative;
  left: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 6px;
  text-align: center;
  color: #6c8f31;
  line-height: 42px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.top_blk > .web_show_btn > .arrow {
  position: absolute;
  color: #a3b87e;
  font-size: 14.5px;
  top: 15px;
  right: 22px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.inner_show_blk {
  position: relative;
  width: 1300px;
  display: table;
  margin: auto;
  margin-top: 130px;
  margin-bottom: 50px;
}
.inner_show_blk > .main_pic {
  width: 490px;
  height: 300px;
  margin: 0 80px;
  margin-bottom: 150px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  float: left;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
}
.inner_show_blk > .info_blk {
  position: relative;
  width: 490px;
  height: 300px;
  margin: 0 80px;
  margin-bottom: 150px;
  float: left;
}
.inner_show_blk > .info_blk > .title {
  opacity: 0.78;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 2.9px;
  color: #595757;
  margin-top: -10px;
  margin-bottom: 30px;
}
.inner_show_blk > .info_blk > .text {
  opacity: 0.78;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2.1px;
  color: #595757;
  line-height: 20px;
}
.inner_show_blk > .imgs_blk {
  position: relative;
  width: 100%;
  display: table;
}
.inner_show_blk > .imgs_blk > .left {
  width: 490px;
  margin: 0 80px;
  float: left;
}
.inner_show_blk > .imgs_blk > .left > img {
  width: 100%;
  margin-bottom: 150px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
}
.inner_show_blk > .imgs_blk > .right {
  width: 490px;
  margin: 0 80px;
  float: left;
}
.inner_show_blk > .imgs_blk > .right > img {
  width: 100%;
  margin-bottom: 150px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
}

.other_projects_blk {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  display: table;
}
.other_projects_blk > .topbg_blk {
  position: relative;
  z-index: -1;
  top: -70px;
  height: 70px;
  overflow: hidden;
}
.other_projects_blk > .topbg_blk > .topbg {
  position: absolute;
  top: 10px;
  width: 140%;
  left: 50%;
  margin-left: -70%;
  height: 18.5vw;
  border-radius: 140% / 18.5vw;
  background-color: #ffffff;
  box-shadow: 0 3px 11px 0 rgba(83, 83, 83, 0.3);
  -moz-box-shadow: 0 3px 11px 0 rgba(83, 83, 83, 0.3);
  -webkit-box-shadow: 0 3px 11px 0 rgba(83, 83, 83, 0.3);
}
.other_projects_blk > .title_blk {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -70px;
}
.other_projects_blk > .title_blk > .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 6px;
  color: #6c8f31;
}
.other_projects_blk > .title_blk > .line {
  position: absolute;
  top: -7px;
  font-size: 45px;
  color: #a3b87e;
}
.other_projects_blk > .title_blk > .line.left {
  position: absolute;
  left: 50%;
  transform-origin: 42px 45px;
  margin-left: -240px;
}
.other_projects_blk > .title_blk > .line.right {
  position: absolute;
  right: 50%;
  transform-origin: 0 45px;
  margin-right: -240px;
}
.other_projects_blk > .title_blk:hover > .line.left {
  animation: lineLeftShake 0.6s forwards;
  -webkit-animation: lineLeftShake 0.6s forwards;
}
.other_projects_blk > .title_blk:hover > .line.right {
  animation: lineRightShake 0.6s forwards;
  -webkit-animation: lineRightShake 0.6s forwards;
}
.other_projects_blk > .projects_blk {
  position: relative;
  width: 1260px;
  margin: auto;
  margin-top: 100px;
}
.other_projects_blk > .projects_blk > .project {
  width: 300px;
  height: 300px;
  margin: 0 60px;
  margin-bottom: 100px;
  text-align: center;
  float: left;
}
.other_projects_blk > .projects_blk > .project > .photo {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 180px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.other_projects_blk > .projects_blk > .project > .photo > .inner {
  position: relative;
  top: -12.5%;
  left: -12.5%;
  width: 125%;
  height: 125%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  transform: scale(0.8);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.other_projects_blk > .projects_blk > .project > .photo::before {
  content: "";
  position: absolute;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.other_projects_blk > .projects_blk > .project > .photo:hover > .inner {
  transform: scale(1);
}
.other_projects_blk > .projects_blk > .project > .photo:hover::before {
  opacity: 0.2;
}
.other_projects_blk > .projects_blk > .project > .name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.6px;
  text-align: center;
  color: #595757;
  margin-top: 20px;
}

.lightbox {
  position: fixed;
  z-index: 501;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.lightbox > .bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.lightbox > .switch_bar {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 55px;
  background-color: #000000;
  text-align: center;
}
.lightbox > .switch_bar > .title {
  position: relative;
  width: 20%;
  height: 100%;
  float: left;
  font-size: 18px;
  letter-spacing: 5.4px;
  color: #fefff6;
  line-height: 55px;
}
.lightbox > .switch_bar > .switch_btn {
  position: relative;
  width: 14.3%;
  height: 100%;
  float: left;
  font-family: Microsoft JhengHei;
  font-size: 18px;
  letter-spacing: 5.4px;
  font-weight: bold;
  color: #fefff6;
  -webkit-box-shadow: inset 2px 0px 0px 0px #fefff6;
  -moz-box-shadow: inset 2px 0px 0px 0px #fefff6;
  box-shadow: inset 2px 0px 0px 0px #fefff6;
  line-height: 79px;
  cursor: pointer;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.lightbox > .switch_bar > .switch_btn.active {
  background-color: #fefff6;
}
.lightbox > .switch_bar > .switch_btn.active > .icon {
  color: #000000;
  opacity: 0.56;
}
.lightbox > .switch_bar > .switch_btn.active > .text {
  color: #000000;
  opacity: 0.75;
}
.lightbox > .switch_bar > .switch_btn:hover {
  background-color: #fefff6;
}
.lightbox > .switch_bar > .switch_btn:hover > .icon {
  color: #000000;
  opacity: 0.56;
}
.lightbox > .switch_bar > .switch_btn:hover > .text {
  color: #000000;
  opacity: 0.75;
}
.lightbox > .switch_bar > .switch_btn > .icon {
  position: absolute;
  left: 50%;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.lightbox > .switch_bar > .switch_btn > .text {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4.2px;
  line-height: 55px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.lightbox > .switch_bar > .switch_btn#mobileHoriSwitch > .icon {
  font-size: 40px;
  top: 11px;
  margin-left: -73px;
  transform: rotate(90deg);
}
.lightbox > .switch_bar > .switch_btn#mobileHoriSwitch > .text {
  left: 25px;
}
.lightbox > .switch_bar > .switch_btn#mobileVertiSwitch > .icon {
  font-size: 34px;
  top: 11px;
  margin-left: -70px;
}
.lightbox > .switch_bar > .switch_btn#mobileVertiSwitch > .text {
  left: 23px;
}
.lightbox > .switch_bar > .switch_btn#padHoriSwitch > .icon {
  font-size: 36px;
  top: 12px;
  margin-left: -55px;
  transform: rotate(90deg);
}
.lightbox > .switch_bar > .switch_btn#padHoriSwitch > .text {
  left: 35px;
}
.lightbox > .switch_bar > .switch_btn#padVertiSwitch > .icon {
  font-size: 36px;
  top: 10px;
  margin-left: -53px;
}
.lightbox > .switch_bar > .switch_btn#padVertiSwitch > .text {
  left: 25px;
}
.lightbox > .switch_bar > .switch_btn#webSwitch > .icon {
  font-size: 32px;
  top: 13px;
  margin-left: -65px;
}
.lightbox > .switch_bar > .switch_btn#webSwitch > .text {
  left: 40px;
}
.lightbox > .switch_bar > .close_btn {
  position: relative;
  width: 8.5%;
  height: 100%;
  float: left;
  font-size: 15px;
  color: #f0f4e4;
  -webkit-box-shadow: inset 2px 0px 0px 0px #fefff6;
  -moz-box-shadow: inset 2px 0px 0px 0px #fefff6;
  box-shadow: inset 2px 0px 0px 0px #fefff6;
  line-height: 55px;
  cursor: pointer;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.lightbox > .switch_bar > .close_btn:hover {
  color: #fefff6;
}
.lightbox > .switch_bar > .close_text {
  display: none;
  width: calc(100% - 100px);
  height: 80px;
  float: left;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5.4px;
  color: #fefff6;
  line-height: 80px;
}
.lightbox > #lightboxContent {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100% - 55px);
  transform-origin: 50% 0;
}
.lightbox > #lightboxContent.mobile {
  width: 396px;
  height: 708px;
  margin: auto;
  margin-top: 45px;
}
.lightbox > #lightboxContent.mobile_hori {
  width: 708px;
  height: 396px;
  margin: auto;
  margin-top: 150px;
}
.lightbox > #lightboxContent.pad {
  width: 874px;
  height: 1174px;
  margin: auto;
  margin-top: 18px;
}
.lightbox > #lightboxContent.pad_hori {
  width: 1174px;
  height: 874px;
  margin: auto;
  margin-top: 30px;
}
.lightbox > #lightboxContent::-webkit-scrollbar {
  display: none;
}
.lightbox > #lightboxContent.browsing {
  overflow: hidden;
}
.lightbox > #lightboxContent > .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lightbox > #lightboxContent > iframe {
  position: absolute;
  z-index: 5;
  background-color: #ffffff;
}
.lightbox > #lightboxContent > iframe.mobile {
  width: 318px;
  height: 564px;
  top: 62px;
  left: 50%;
  margin-left: -159px;
}
.lightbox > #lightboxContent > iframe.mobile_hori {
  width: 564px;
  height: 318px;
  top: 39px;
  left: 50%;
  margin-left: -282px;
}
.lightbox > #lightboxContent > iframe.pad {
  height: 1024px;
  width: 768px;
  top: 56px;
  left: 50%;
  margin-left: -384px;
}
.lightbox > #lightboxContent > iframe.pad_hori {
  width: 1024px;
  height: 768px;
  top: 53px;
  left: 50%;
  margin-left: -499px;
}
.lightbox > #lightboxContent > iframe.pc {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lightbox > #lightboxContent > #showFrameBg {
  position: absolute;
  left: 50%;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.4);
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 50px;
}
.lightbox > #lightboxContent > #showFrameBg.mobile {
  top: 0;
  width: 396px;
  height: 708px;
  margin-left: -198px;
}
.lightbox > #lightboxContent > #showFrameBg.mobile_hori {
  top: -156px;
  width: 396px;
  height: 708px;
  margin-left: -208px;
  transform: rotate(90deg);
}
.lightbox > #lightboxContent > #showFrameBg.pad {
  top: 0;
  width: 874px;
  height: 1174px;
  margin-left: -437px;
  border-radius: 35px;
}
.lightbox > #lightboxContent > #showFrameBg.pad_hori {
  top: -150px;
  width: 874px;
  height: 1174px;
  margin-left: -442px;
  transform: rotate(90deg);
  border-radius: 35px;
}
.lightbox > #lightboxContent > #showFrameBg.pc {
  display: none;
}

.analyze_dot_blk {
  position: fixed;
  top: 50%;
  right: 40px;
  z-index: 50;
  display: table;
  margin: auto;
}
.analyze_dot_blk > .dot {
  padding: 5px;
  margin: -10px 0;
  cursor: pointer;
}
.analyze_dot_blk > .dot > .circle {
  width: 24px;
  height: 24px;
  border-radius: 15px;
  border: solid 3px #a3b87e;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
}
.analyze_dot_blk > .dot.active {
  cursor: default;
}
.analyze_dot_blk > .dot.active > .circle {
  background-color: #a3b87e;
  animation: dotShrinking 5s infinite ease-in-out;
  -webkit-animation: dotShrinking 5s infinite ease-in-out;
}
.analyze_dot_blk > .dot:hover > .circle {
  background-color: #a3b87e;
  animation: dotShrinking 5s infinite ease-in-out;
  -webkit-animation: dotShrinking 5s infinite ease-in-out;
}

.pic_title_blk {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.pic_title_blk > .pic {
  width: 115px;
  position: relative;
  margin: auto;
}
.pic_title_blk > .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 2.3px;
  color: #a3b87e;
}
.pic_title_blk > .line {
  position: absolute;
  left: 50%;
  top: 100px;
}
.pic_title_blk > .line.left {
  margin-left: -220px;
  transform-origin: 42px 45px;
}
.pic_title_blk > .line.right {
  margin-left: 180px;
  transform-origin: 0 45px;
}
.pic_title_blk:hover > .line.left {
  animation: lineLeftShake 0.6s forwards;
  -webkit-animation: lineLeftShake 0.6s forwards;
}
.pic_title_blk:hover > .line.right {
  animation: lineRightShake 0.6s forwards;
  -webkit-animation: lineRightShake 0.6s forwards;
}

.circle_content_blk {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 560px;
  height: 560px;
  margin-top: -200px;
  margin-left: -280px;
  text-align: center;
}
.circle_content_blk > .circle {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.circle_content_blk > .circle > .pic {
  position: relative;
  margin: auto;
  margin-top: 40px;
  height: 190px;
}
.circle_content_blk > .circle > .pic.other {
  display: none;
}
.circle_content_blk > .circle > .title {
  opacity: 0.78;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.6px;
  color: #595757;
  margin-top: 20px;
}
.circle_content_blk > .circle > .title.other {
  display: none;
}
.circle_content_blk > .circle > .text {
  position: relative;
  margin: auto;
  width: 365px;
  opacity: 0.78;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 2px;
  text-align: center;
  color: #595757;
  margin-top: 20px;
}
.circle_content_blk > .circle > .text.other {
  padding-top: 110px;
}
.circle_content_blk > .circle > .contact_blk {
  display: none;
  width: 606px;
  height: initial;
  position: absolute;
  left: 50%;
  margin-left: -303px;
  top: 230px;
}
.circle_content_blk > .circle > .contact_blk.other {
  display: block;
}
.circle_content_blk > .circle > .contact_blk > .info {
  width: 200px;
  float: left;
}
.circle_content_blk > .circle > .contact_blk > .info > .icon_blk {
  position: relative;
  width: 100%;
}
.circle_content_blk > .circle > .contact_blk > .info > .icon_blk > .pic {
  position: absolute;
  z-index: 1;
  width: 34px;
  top: 22px;
  left: 50%;
  margin-left: -17px;
}
.circle_content_blk > .circle > .contact_blk > .info > .icon_blk > .bg {
  width: 80px;
  height: 80px;
}
.circle_content_blk > .circle > .contact_blk > .info > .text {
  font-size: 12px;
  letter-spacing: 1px;
  color: #a3b87e;
  line-height: 22px;
  margin-top: 20px;
}
.circle_content_blk > .circle > .contact_blk > .sep {
  width: 3px;
  float: left;
  height: 33px;
  border-radius: 100px;
  background-color: #a3b87e;
  margin-top: 110px;
}
.circle_content_blk > .circle > .btn_blk {
  position: relative;
  width: 365px;
  margin: auto;
  margin-top: 50px;
}
.circle_content_blk > .circle > .btn_blk.other {
  display: none;
}
.circle_content_blk > .circle > .btn_blk > .btn {
  width: 126px;
  height: 44px;
  border-radius: 8.8px;
  opacity: 1;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 5.4px;
  text-align: center;
  color: #595757;
  line-height: 40px;
  cursor: pointer;
}
.circle_content_blk > .circle > .btn_blk > .btn.shrinking {
  animation: btnShrink 0.3s forwards;
  -webkit-animation: btnShrink 0.3s forwards;
}
.circle_content_blk > .circle > .btn_blk > .btn > .text {
  position: relative;
  left: 3px;
}
.circle_content_blk > .circle > .btn_blk > .btn.gray {
  float: left;
  background-color: #e4e4e4;
  -webkit-box-shadow: 4px 4px 0px 0px #9f9f9f;
  -moz-box-shadow: 4px 4px 0px 0px #9f9f9f;
  box-shadow: 4px 4px 0px 0px #9f9f9f;
}
.circle_content_blk > .circle > .btn_blk > .btn.yellow {
  float: right;
  background-color: #f4d964;
  -webkit-box-shadow: 4px 4px 0px 0px #a89029;
  -moz-box-shadow: 4px 4px 0px 0px #a89029;
  box-shadow: 4px 4px 0px 0px #a89029;
}
.circle_content_blk > .circle > .bg_blk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 560px;
  height: 560px;
  transform: scaleX(1.2);
}
.circle_content_blk > .circle > .bg_blk > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circle_content_blk > .print {
  position: absolute;
  bottom: 120px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}
.circle_content_blk > .print > .need_blk_ob {
  position: relative;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 20px;
  text-align: left;
  width: 300px;
  height: 180px;
}
.circle_content_blk > .print > .need_blk_ob > .need_blk {
  position: absolute;
  top: 50%;
}
.circle_content_blk > .print > .need_blk_ob > .need_blk > .need {
  position: relative;
  width: 100%;
  height: 64px;
}
.circle_content_blk > .print > .need_blk_ob > .need_blk > .need > img {
  width: 48px;
  float: left;
}
.circle_content_blk > .print > .need_blk_ob > .need_blk > .need > .text {
  position: relative;
  top: 14px;
  margin-left: 39px;
  opacity: 0.78;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.6px;
  color: #6c8f31;
  float: left;
}
.circle_content_blk > .print > .text {
  width: 300px;
  height: 66px;
  opacity: 0.78;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 2px;
  text-align: center;
  color: #595757;
  margin: auto;
}
.circle_content_blk > .print > .contact_btn {
  display: block;
  position: relative;
  width: 200px;
  height: 44px;
  border-radius: 8.8px;
  color: #595757;
  cursor: pointer;
  background-color: #f4d964;
  -webkit-box-shadow: 4px 4px 0px 0px #a89029;
  -moz-box-shadow: 4px 4px 0px 0px #a89029;
  box-shadow: 4px 4px 0px 0px #a89029;
  margin: auto;
  margin-top: 35px;
}
.circle_content_blk > .print > .contact_btn > p {
  position: relative;
  top: 13px;
  left: 4px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5.4px;
  text-align: center;
}
.circle_content_blk > .back_btn {
  display: block;
  position: absolute;
  z-index: -1;
  width: 150px;
  height: 150px;
  top: -30px;
  left: 50%;
  margin-left: -475px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.circle_content_blk > .back_btn:hover > .arrow {
  left: 50px;
}
.circle_content_blk > .back_btn > .arrow {
  position: absolute;
  top: 40px;
  left: 60px;
  color: #a3b87e;
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.circle_content_blk > .back_btn > .text {
  position: absolute;
  top: 87px;
  left: 48px;
  opacity: 0.78;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  color: #a3b87e;
}
.circle_content_blk > .back_btn > .bg {
  width: 150px;
  height: 150px;
}

.home_btn_dot_blk {
  display: none;
  position: absolute;
  width: 54px;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: 130px;
}
.home_btn_dot_blk > .dot {
  position: relative;
  padding: 4px;
  float: left;
}
.home_btn_dot_blk > .dot > .circle {
  width: 6px;
  height: 6px;
  border-radius: 8px;
  border: solid 1px #faf9f4;
}
.home_btn_dot_blk > .dot.active > .circle {
  background-color: #faf9f4;
}

#mainContentBlk {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 1;
}
#mainContentBlk.about {
  position: initial;
}

@media (max-width: 1300px) {
  .project_blk {
    width: 960px;
  }
  .project_blk > .project {
    width: 450px;
    margin: 0 15px;
    margin-top: 120px;
  }

  .inner_show_blk {
    width: 960px;
  }
  .inner_show_blk > .main_pic {
    width: 450px;
    margin: 0 15px;
    margin-bottom: 150px;
  }
  .inner_show_blk > .info_blk {
    width: 450px;
    margin: 0 15px;
    margin-bottom: 150px;
  }
  .inner_show_blk > .imgs_blk > .left {
    width: 450px;
    margin: 0 15px;
  }
  .inner_show_blk > .imgs_blk > .right {
    width: 450px;
    margin: 0 15px;
  }

  .project > .top_blk > .title_blk > .back_btn {
    margin-left: -390px;
  }
  .project > .top_blk > .web_show_blk > .pad {
    margin-left: -450px;
  }
  .project > .top_blk > .web_show_blk > .mobile {
    margin-left: 320px;
  }
  .project > .other_projects_blk > .projects_blk {
    width: 972px;
  }
  .project > .other_projects_blk > .projects_blk > .project {
    margin: 0 12px;
  }

  .lightbox > .switch_bar > .switch_btn > .text {
    display: none;
  }
  .lightbox > .switch_bar > .switch_btn#mobileVertiSwitch > .icon {
    margin-left: -10px;
  }
  .lightbox > .switch_bar > .switch_btn#mobileHoriSwitch > .icon {
    margin-left: -14px;
  }
  .lightbox > .switch_bar > .switch_btn#padVertiSwitch > .icon {
    margin-left: -16px;
  }
  .lightbox > .switch_bar > .switch_btn#padHoriSwitch > .icon {
    margin-left: -20px;
  }
  .lightbox > .switch_bar > .switch_btn#webSwitch > .icon {
    margin-left: -29px;
  }
}
@media (max-width: 1200px) {
  .menu > .menu_blk > .logo_blk {
    left: 0%;
    margin-left: -100px;
  }
}
@media (max-width: 1023px) {
  .contact_blk > .hide_blk > .info_blk {
    top: -100px;
    margin-left: -147px;
  }
  .contact_blk > .hide_blk > .info_blk.contact_open > .line {
    color: #a3b87e;
  }
  .contact_blk > .hide_blk > .info_blk.contact_open > .info .icon {
    color: #a3b87e;
  }
  .contact_blk > .hide_blk > .info_blk.contact_open > .info > .content {
    color: #a3b87e;
  }
  .contact_blk > .hide_blk > .info_blk > .line {
    color: #fefff6;
  }
  .contact_blk > .hide_blk > .info_blk > .info .icon {
    color: #fefff6;
  }
  .contact_blk > .hide_blk > .info_blk > .info > .content {
    width: 150px;
    color: #fefff6;
  }

  .main_btn_blk {
    width: 750px;
    margin-left: -375px;
  }
  .main_btn_blk > .main_btn {
    width: 250px;
  }

  .pull_blk > .pull_line {
    left: 50%;
    margin-top: -20px;
    bottom: 110px;
    margin-left: -14px;
  }
  .pull_blk > .ring {
    left: 50%;
    margin-top: -20px;
    bottom: 89px;
    margin-left: -12px;
  }
  .pull_blk > .pull_line.contact_close {
    animation: ring_line_down_1024 0.9s 1 forwards ease-in-out;
    -webkit-animation: ring_line_down_1024 0.9s 1 forwards ease-in-out;
  }
  .pull_blk > .ring.contact_close {
    animation: ring_down_1024 0.9s 1 forwards ease-in-out;
    -webkit-animation: ring_down_1024 0.9s 1 forwards ease-in-out;
  }
  .pull_blk > .pull_line.contact_open {
    animation: ring_line_up_1024 1.2s 1 forwards ease-in-out;
    -webkit-animation: ring_line_up_1024 1.2s 1 forwards ease-in-out;
    top: initial !important;
  }
  .pull_blk > .ring.contact_open {
    animation: ring_up_1024 1.2s 1 forwards ease-in-out;
    -webkit-animation: ring_up_1024 1.2s 1 forwards ease-in-out;
  }

  .service_main_blk {
    margin-top: -304px;
  }
  .service_main_blk.inner_open {
    height: 100%;
    top: 220px;
    margin-top: 0;
    background-color: #fefff6;
  }
  .service_main_blk.inner_open > .speak_blk {
    top: -100px;
  }
  .service_main_blk.inner_open > .bg.active {
    width: 140%;
    margin-left: -68%;
    margin-top: -130px;
  }
  .service_main_blk > .service_show_blk {
    width: 600px;
  }
  .service_main_blk > .service_show_blk > .item_blk {
    height: 600px;
  }
  .service_main_blk > .service_show_blk > .item_blk > .item > .pic {
    width: 200px;
    top: -60px;
    margin-left: -100px;
  }
  .service_main_blk > .service_show_blk > .item_blk > .item > .content {
    top: 200px;
    width: 400px;
    margin-left: -200px;
  }
  .service_main_blk > .service_show_blk > .item_blk > .item > .content > .title {
    margin: auto;
  }
  .service_main_blk > .service_show_blk > .item_blk > .item > .content > .text {
    width: 100%;
    margin-top: 30px;
  }
  .service_main_blk > .dot_blk > .dot > .circle {
    border: solid 3px #a3b87e;
  }
  .service_main_blk > .dot_blk > .dot.active > .circle {
    background-color: #a3b87e;
  }

  .watch_sample_btn.active {
    top: 600px;
  }

  .project > .inner_show_blk {
    width: 480px;
  }
  .project > .top_blk > .web_show_blk {
    transform: scale(0.75);
    margin-bottom: 0;
  }
  .project > .top_blk > .title_blk {
    margin-top: 0;
  }
  .project > .top_blk > .title_blk > .back_btn {
    display: none;
  }
  .project > .other_projects_blk > .projects_blk {
    width: 648px;
  }

  #aboutBlk > .wasa_blk {
    margin-left: 259px;
  }
  #aboutBlk > .member_blk > .members {
    padding-top: 5px;
  }
  #aboutBlk > .member_blk > .members > .member {
    margin-top: 160px;
  }
  #aboutBlk > .member_blk > .members > .member > .photo_blk {
    left: initial;
    position: relative;
    width: 260px;
    height: 220px;
    margin: auto;
  }
  #aboutBlk > .member_blk > .members > .member > .intro_text {
    width: 400px;
    left: initial;
    margin: auto;
    margin-top: 30px;
  }
  #aboutBlk > .member_blk > .members > .member > .link_btn_blk {
    text-align: center;
    left: initial;
    margin: auto;
    margin-top: 25px;
  }
  #aboutBlk > .member_blk > .members > .member > .link_btn_blk > .btn {
    display: inline-block;
    float: initial;
    margin-left: 7px;
    margin-right: 7px;
  }
  #aboutBlk > .member_blk > .members > .member .bottom_line {
    display: none;
  }

  #analyzeBlk > .content_blk {
    top: 200px;
    background-color: #fefff6;
  }
  #analyzeBlk > .content_blk > .bg {
    top: -220px;
    width: 150%;
    margin-top: 90px;
    margin-left: -75%;
  }
  #analyzeBlk > .content_blk > .speak_blk {
    top: -220px;
    margin-top: 100px;
  }
  #analyzeBlk > .content_blk > .hello {
    top: 40px;
    margin-top: 0;
  }
  #analyzeBlk > .content_blk > .btn_blk {
    top: 130px;
    width: 440px;
    margin-left: -220px;
  }
  #analyzeBlk > .content_blk > .btn_blk > .btn {
    width: 220px;
    height: 250px;
  }
  #analyzeBlk > .content_blk > .btn_blk > .btn > .icon_blk {
    margin-top: 0;
    transform: scale(1);
  }
  #analyzeBlk > .content_blk > .btn_blk > .btn > .text {
    margin-top: 15px;
  }
  #analyzeBlk > .analyze_dot_blk {
    right: 10px;
  }

  #wasajhon_1 {
    left: 50%;
  }

  #homeMailInfo {
    display: none !important;
  }

  .project_blk {
    width: 480px;
  }

  .lightbox > .switch_bar > .title {
    display: none;
  }
  .lightbox > .switch_bar > .switch_btn {
    display: none;
  }
  .lightbox > .switch_bar > .close_text {
    display: block;
  }
  .lightbox > .switch_bar > .close_btn {
    width: 100px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #infoBlk {
    display: none;
  }

  .circle_content_blk > .back_btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .home_logo_blk {
    margin-top: 65px;
  }
  .home_logo_blk > img {
    width: 150px;
  }

  .pull_blk > .pull_line {
    bottom: 85px;
  }
  .pull_blk > .ring {
    bottom: 64px;
  }
  .pull_blk > .pull_line.contact_close {
    animation: ring_line_down_768 0.8s 1 forwards ease-in-out;
    -webkit-animation: ring_line_down_768 0.8s 1 forwards ease-in-out;
  }
  .pull_blk > .ring.contact_close {
    animation: ring_down_768 0.8s 1 forwards ease-in-out;
    -webkit-animation: ring_down_768 0.8s 1 forwards ease-in-out;
  }
  .pull_blk > .pull_line.contact_open {
    animation: ring_line_up_768 1.2s 1 forwards ease-in-out;
    -webkit-animation: ring_line_up_768 1.2s 1 forwards ease-in-out;
    top: initial !important;
  }
  .pull_blk > .ring.contact_open {
    animation: ring_up_768 1.2s 1 forwards ease-in-out;
    -webkit-animation: ring_up_768 1.2s 1 forwards ease-in-out;
  }

  .menu > .menu_btn {
    top: 15px;
    right: 14px;
  }
  .menu > .menu_blk > .list {
    width: 100%;
    transform-origin: calc(100% - 5px) 40px;
  }
  .menu > .menu_blk > .list > .btns {
    right: 50%;
    margin-right: -50px;
  }
  .menu > .menu_blk > .list > .bg {
    top: -30vw;
    right: -20%;
    width: 140%;
  }
  .menu > .menu_blk > .list > .wasa_blk {
    display: none;
  }
  .menu > .menu_blk > .logo_blk {
    display: none;
  }

  .home_btn_dot_blk {
    display: block;
  }

  .main_btn_blk {
    width: 250px;
    margin-top: -170px;
    margin-left: -125px;
  }
  .main_btn_blk > .main_btn {
    position: absolute;
    width: 250px;
    top: 0;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .main_btn_blk > .main_btn > .title_blk {
    position: absolute;
    top: 250px;
  }
  .main_btn_blk > .main_btn.active {
    top: 0;
    left: 0;
  }
  .main_btn_blk > .main_btn.left {
    top: 54px;
    left: calc(-50vw - 50px);
  }
  .main_btn_blk > .main_btn.right {
    top: 54px;
    left: calc(50vw + 50px);
  }
  .main_btn_blk > .main_btn.left_hide {
    top: 70px;
    left: -100vw;
  }
  .main_btn_blk > .main_btn.right_hide {
    top: 70px;
    left: 100vw;
  }

  .contact_blk > .pull_back_blk {
    right: 50%;
    margin-right: 9px;
  }
  .contact_blk > .main_blk > .speak_blk {
    margin-top: 120px;
  }
  .contact_blk > .main_blk > .contact_info_blk {
    width: 230px;
  }
  .contact_blk > .main_blk > .contact_info_blk > .contact_info {
    height: 260px;
  }
  .contact_blk.active {
    height: 1200px;
  }
  .contact_blk > .hide_blk {
    top: calc(100% + 30px);
  }
  .contact_blk > .hide_blk > .info_blk {
    display: none;
  }
  .contact_blk > .hide_blk > .info_blk.contact_open {
    top: 16px;
    margin-left: -103px;
    display: block;
  }
  .contact_blk > .hide_blk > .info_blk.contact_open > .info.active > .content {
    width: 82px;
    margin-left: 0;
  }
  .contact_blk > .hide_blk > .info_blk > .info {
    margin-right: 15px;
  }
  .contact_blk > .hide_blk > .info_blk > .line {
    font-size: 34px;
    top: -2px;
  }
  .contact_blk > .hide_blk > .info_blk > .line.right {
    right: -30px;
  }
  .contact_blk > .hide_blk > .info_blk > .line.left {
    left: -30px;
  }

  .vertical_logo_blk {
    display: none;
  }

  .back_home_logo {
    top: 15px;
    left: 15px;
  }

  .service_main_blk {
    background-color: #fefff6;
    height: 1050px;
    top: 470px;
  }
  .service_main_blk > .service_btn_blk {
    top: 235px;
    width: 250px;
    margin-left: -125px;
  }
  .service_main_blk > .service_btn_blk > .service_btn {
    margin: 10px 10px;
  }
  .service_main_blk > .speak_blk {
    top: -115px;
  }
  .service_main_blk > .chop_blk {
    margin-left: -75px;
  }
  .service_main_blk > .bg.active {
    width: 140%;
    margin-left: -68%;
    margin-top: -130px;
  }

  #aboutBlk > .speak_blk {
    top: -45px;
    width: 224px;
    margin-left: -112px;
  }
  #aboutBlk > .speak_blk > .pic {
    width: 100%;
    top: 22px;
  }
  #aboutBlk > .speak_blk > .chi {
    top: 45px;
  }
  #aboutBlk > .speak_blk > .eng {
    font-size: 14px;
    top: 75px;
  }
  #aboutBlk > .wasa_blk {
    margin-left: -24px;
    top: 186px;
  }
  #aboutBlk > .wasa_blk > .wasa_text {
    top: 2px;
    right: 77px;
  }
  #aboutBlk > .main_bg_cover {
    display: block;
    margin-left: -239px;
    width: 478px;
  }
  #aboutBlk > .main_bg_pic {
    width: 478px;
    margin-left: -239px;
  }
  #aboutBlk > .project_link_blk {
    top: 520px;
  }
  #aboutBlk > .member_blk {
    margin-top: 700px;
  }
  #aboutBlk > .member_blk > .title_blk > .line {
    height: 34px;
    top: 64px;
  }
  #aboutBlk > .member_blk > .title_blk > .line.left {
    margin-left: -134px;
  }
  #aboutBlk > .member_blk > .title_blk > .line.right {
    margin-left: 103px;
  }

  #analyzeBlk > .pic_title_blk {
    margin-top: 20px;
  }
  #analyzeBlk > .pic_title_blk > .text {
    width: 110px;
    margin: auto;
  }
  #analyzeBlk > .pic_title_blk > .line {
    height: 34px;
    top: 115px;
  }
  #analyzeBlk > .pic_title_blk > .line.left {
    margin-left: -120px;
  }
  #analyzeBlk > .pic_title_blk > .line.right {
    margin-left: 90px;
  }
  #analyzeBlk > .analyze_dot_blk {
    display: none !important;
  }

  .circle_content_blk {
    margin-top: 0;
    top: 200px;
  }
  .circle_content_blk > .circle {
    position: relative;
  }
  .circle_content_blk > .circle > .pic {
    width: 120px;
  }
  .circle_content_blk > .circle > .title {
    margin-top: 50px;
  }
  .circle_content_blk > .circle > .text {
    width: 254px;
  }
  .circle_content_blk > .circle > .text.other {
    margin-top: 50px;
    padding-top: 0;
  }
  .circle_content_blk > .circle > .btn_blk {
    width: 270px;
  }
  .circle_content_blk > .circle > .bg_blk {
    transform: scale(0.35);
    width: 560px;
    height: 560px;
    top: 45px;
  }
  .circle_content_blk > .circle > .bg_blk.other {
    display: none;
  }
  .circle_content_blk > .circle > .bg_blk > .bg {
    top: -560px;
  }
  .circle_content_blk > .circle > .bg_blk > .bg > path {
    stroke-width: 7px;
  }
  .circle_content_blk > .circle > .contact_blk {
    top: 110px;
    width: 200px;
    margin-left: -100px;
    height: 600px;
  }
  .circle_content_blk > .circle > .contact_blk > .sep {
    display: none;
  }
  .circle_content_blk > .circle > .contact_blk > .info {
    margin-bottom: 60px;
  }
  .circle_content_blk > .print > .text {
    width: 254px;
    height: 130px;
  }

  .filter_blk {
    display: none;
  }

  .filter_mobile_blk {
    display: block;
  }

  .project_blk {
    width: 280px;
  }
  .project_blk > .project {
    width: 280px;
    margin: 0;
    margin-top: 90px;
  }
  .project_blk > .project > .photo {
    height: 168px;
  }

  .backtop_blk {
    transform: scale(0.8);
    right: 2%;
  }
  .backtop_blk.show {
    bottom: 40px;
  }
  .backtop_blk.show.inner {
    bottom: -12px;
  }

  #wasajhon_1 {
    transform: scale(0.85);
  }

  .project > .inner_show_blk {
    width: 280px;
  }
  .project > .inner_show_blk > .main_pic {
    width: 280px;
    height: 170px;
    margin-bottom: 50px;
  }
  .project > .inner_show_blk > .info_blk {
    width: 280px;
    margin-bottom: 80px;
  }
  .project > .inner_show_blk > .info_blk > .title {
    font-size: 18px;
  }
  .project > .inner_show_blk .imgs_blk > .left {
    width: 280px;
  }
  .project > .inner_show_blk .imgs_blk > .left > img {
    margin-bottom: 80px;
  }
  .project > .inner_show_blk .imgs_blk > .right {
    width: 280px;
  }
  .project > .inner_show_blk .imgs_blk > .right > img {
    margin-bottom: 80px;
  }
  .project > .top_blk > .web_show_blk {
    margin-top: 110px;
    transform: scale(0.5);
    margin-bottom: -80px;
  }
  .project > .top_blk > .web_show_blk > .pad {
    top: -280px;
    margin-left: -230px;
  }
  .project > .top_blk > .web_show_blk > .mobile {
    top: -240px;
    margin-left: 100px;
  }
  .project > .top_blk > .title_blk > .name {
    font-size: 18px;
    width: 280px;
    margin: auto;
  }
  .project > .top_blk > .title_blk > .tags {
    font-size: 14px;
    width: 280px;
    margin: auto;
  }
  .project > .other_projects_blk > .topbg_blk {
    top: -50px;
  }
  .project > .other_projects_blk > .title_blk > .title {
    font-size: 18px;
  }
  .project > .other_projects_blk > .title_blk > .line {
    font-size: 34px;
  }
  .project > .other_projects_blk > .title_blk > .line.left {
    margin-left: -150px;
  }
  .project > .other_projects_blk > .title_blk > .line.right {
    margin-right: -140px;
  }
  .project > .other_projects_blk > .projects_blk {
    width: 300px;
    margin: auto;
    margin-top: 50px;
  }
  .project > .other_projects_blk > .projects_blk > .project {
    margin: 0;
  }

  #mainContentBlk {
    position: initial;
  }
}
@media (max-width: 600px) {
  .service_main_blk {
    top: 195px;
    margin-top: 0;
    height: 830px;
  }
  .service_main_blk.inner_open > .speak_blk {
    top: -120px;
  }
  .service_main_blk > .speak_blk {
    width: 224px;
  }
  .service_main_blk > .speak_blk > .title {
    top: 21px;
  }
  .service_main_blk > .speak_blk > .eng14 {
    top: 54px;
  }
  .service_main_blk > .speak_blk > .back_img {
    font-size: 116px;
  }
  .service_main_blk > .service_show_blk {
    width: 280px;
  }
  .service_main_blk > .service_show_blk > .item_blk > .item {
    top: 140px;
  }
  .service_main_blk > .service_show_blk > .item_blk > .item > .pic {
    width: 130px;
    margin-left: -66px;
    top: -70px;
  }
  .service_main_blk > .service_show_blk > .item_blk > .item > .content {
    top: 90px;
    width: 244px;
    margin-left: -122px;
  }
  .service_main_blk > .dot_blk {
    top: 270px;
    right: 0px;
  }
  .service_main_blk > .dot_blk > .dot > .circle {
    border: solid 3px #a3b87e;
  }
  .service_main_blk > .dot_blk > .dot.active > .circle {
    background-color: #a3b87e;
  }
  .service_main_blk > .service_btn_blk {
    top: 35px;
  }
  .service_main_blk > .chop_blk {
    display: none;
  }

  .watch_sample_btn.active {
    position: fixed;
    top: initial;
    bottom: 20px;
  }

  #aboutBlk > .member_blk > .members > .member > .intro_text {
    width: 254px;
  }
  #aboutBlk > .member_blk > .contact_info > .info_blk > .info#aboutMail {
    display: none;
  }
  #aboutBlk > .member_blk > .contact_info > .info_blk > .info#AboutFollowUs > .content {
    width: 82px;
  }
  #aboutBlk > .member_blk > .contact_info > .info_blk > .line {
    height: 34px;
  }
  #aboutBlk > .member_blk > .contact_info > .info_blk > .line.left {
    left: -35px;
  }
  #aboutBlk > .member_blk > .contact_info > .info_blk > .line.right {
    right: -42px;
  }

  #analyzeBlk > .content_blk {
    position: absolute;
    height: 1410px;
  }
  #analyzeBlk > .content_blk > .btn_blk {
    width: 220px;
    margin-left: -110px;
  }
  #analyzeBlk > .content_blk > .btn_blk > .btn {
    margin-bottom: 70px;
  }

  #wasajhon_2Hands > .hand.left {
    left: 60px;
  }
  #wasajhon_2Hands > .hand.right {
    left: 148px;
  }
}
@media (max-width: 480px) {
  .menu > .menu_blk > .list > .bg {
    right: -40%;
    width: 180%;
  }
}
#curtain {
  transition: all 1.0s;
  -moz-transition: all 1.0s;
  -webkit-transition: all 1.0s;
  transform: scale(1);
}

#testBtn1 {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 40%;
  right: 0;
  cursor: pointer;
  background-color: orange;
  z-index: 500000;
}

#mainContentBlk,
#contactMainBlk,
#serviceBlk {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#contactMainBlk {
  opacity: 0;
}

#homeLogoBlk,
#serviceBtn,
#aboutBtn,
#analyzeBtn,
#serviceTitleBlk,
#serviceChopBlk,
#serviceCis,
#serviceWeb,
#serviceMarketing,
#analyzeTitleBlk {
  transform: scale(0);
}

#homeMainBlk,
#serviceBlk,
#aboutBlk,
#analyzeBlk,
#vertiLogo,
#backHomeLogo,
#serviceShowBlk,
#serviceShowDotBlk,
#analyzePrint {
  display: none;
}

#infoBlk > .info#followUs {
  margin-right: 0;
}

#testBtn {
  width: 50px;
  height: 50px;
  background-color: orange;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 200px;
}
