@charset "UTF-8";
/* --- import --- top block (logo navi menu search fonts) --- */
/* --- import --- fatfooter block (fastmenu copyright) --- */
/* --- import --- footer block (footer copyright) --- */
* {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

body, html {
  margin: 0px;
  padding: 0px;
  background-color: #F0F0F0; }

a {
  display: block;
  text-decoration: none;
  color: #000000; }

.ul_list_no_point {
  list-style: none;
  padding: 0;
  margin: 0; }

.shwo_width {
  width: 100px;
  height: 30px;
  border: 1px solid #000;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  background-color: #fff; }

.shwo_scrollVal {
  width: 150px;
  height: 30px;
  border: 1px solid #000;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  background-color: #fff; }

.bg_same_set_top {
  position: absolute;
  width: 0px;
  height: 0px;
  background-image: url(../images/mr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.bg_same_set_bottom {
  position: absolute;
  width: 0px;
  height: 0px;
  background-image: url(../images/mr2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.bg_bigmr {
  left: -220px;
  top: -100px;
  width: 500px;
  height: 800px;
  background-image: url(../images/mr.svg); }

.bg_bigml {
  z-index: 2;
  right: 100px;
  top: 450px;
  width: 300px;
  height: 530px;
  background-image: url(../images/ml.svg); }

.bg_circle {
  position: absolute;
  z-index: 1;
  right: -30px;
  top: 600px;
  width: 130px;
  height: 130px;
  background-color: #53C152;
  border-radius: 100%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.bg_bigmr2 {
  right: -120px;
  bottom: -20px;
  width: 350px;
  height: 600px;
  background-image: url(../images/mr2.svg); }

.bg_bigml2 {
  left: -50px;
  bottom: 580px;
  width: 200px;
  height: 350px;
  background-image: url(../images/ml2.svg); }

.wrapper {
  font-family: "Noto Sans TC","微軟正黑體";
  font-weight: 300;
  color: #000000;
  width: 100%;
  font-size: 18px;
  overflow: hidden; }

.content_area {
  display: block;
  margin: 0 10%;
  z-index: 3; }

.top_area {
  padding-top: 50px;
  width: 100%; }
  .top_area .logo_area {
    display: inline-block;
    padding-left: 105px;
    float: left;
    height: 90px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: 80px; }
    .top_area .logo_area .logo_cn {
      font-size: 30px;
      margin-top: 10px; }
    .top_area .logo_area .logo_en {
      font-size: 13.2px;
      font-weight: 400;
      padding-left: 2px; }
  .top_area .navi_area {
    display: inline-block;
    margin-top: 20px;
    float: right; }
    .top_area .navi_area ul {
      padding: 0;
      margin: 0;
      list-style: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .top_area .navi_area ul .mbtn a {
        display: block;
        text-decoration: none;
        color: #000000;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }
      .top_area .navi_area ul .mbtn a:hover {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); }
      .top_area .navi_area ul li {
        display: inline-block;
        padding: 10px 20px; }
      .top_area .navi_area ul li:first-child:after {
        position: absolute;
        left: 0px;
        top: -30px;
        width: 35px;
        height: 55px;
        content: "";
        display: block;
        background-image: url(../images/ml.svg);
        background-repeat: no-repeat;
        background-size: 30px; }
      .top_area .navi_area ul li:last-child:after {
        position: absolute;
        right: 0px;
        top: 5px;
        width: 35px;
        height: 55px;
        content: "";
        display: block;
        background-image: url(../images/mr.svg);
        background-repeat: no-repeat;
        background-size: 30px; }

.navi_mobile {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: -300px;
  left: -180px;
  padding: 50px;
  background-color: #fff;
  border-radius: 0 30px 0 0;
  -webkit-box-shadow: 0px 20px 15px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 15px 10px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .navi_mobile .open_btn {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-image: url(../images/menu.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  .navi_mobile ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .navi_mobile ul .mbtn a {
      display: block;
      text-decoration: none;
      color: #000000; }
    .navi_mobile ul li {
      display: block;
      padding: 10px 20px; }
    .navi_mobile ul li:first-child:after {
      position: absolute;
      left: -30px;
      top: 30px;
      width: 35px;
      height: 55px;
      content: "";
      display: block;
      background-image: url(../images/ml.svg);
      background-repeat: no-repeat;
      background-size: 30px; }
    .navi_mobile ul li:last-child:after {
      position: absolute;
      right: -35px;
      top: -60px;
      width: 35px;
      height: 55px;
      content: "";
      display: block;
      background-image: url(../images/mr.svg);
      background-repeat: no-repeat;
      background-size: 30px; }

.navi_mobile_open {
  bottom: 0px;
  left: 0px; }
  .navi_mobile_open .open_btn {
    background-image: url(../images/close.svg); }

.float_both:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.item_gap {
  padding: 100px 110px;
  padding-bottom: 0px; }

.title_set {
  font-size: 30px;
  display: inline-block; }

.sub_title {
  font-size: 24px;
  padding: 20px;
  display: block; }

.service_concept_area {
  padding-top: 150px; }
  .service_concept_area .sc_title:after {
    position: absolute;
    right: -60px;
    top: -20px;
    width: 35px;
    height: 55px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: #DEBC00;
    border-radius: 100%; }
  .service_concept_area .sc_context {
    padding: 50px; }
  .service_concept_area .sc_certification_title {
    padding: 10px;
    padding-left: 50px;
    font-size: 20px;
    font-weight: 400; }
  .service_concept_area .sc_certification_context {
    padding: 50px;
    padding-top: 10px; }
  .service_concept_area .sc_certification_img {
    max-width: 300px;
    height: 430px;
    margin-left: 50px;
    background-image: url(../images/ISO27001_2022.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.2); }

.service_item_area .si_title:after {
  position: absolute;
  left: -10px;
  top: -50px;
  width: 35px;
  height: 55px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #53C152;
  border-radius: 100%; }

.service_item_area .si_context {
  padding: 50px;
  padding-bottom: 0px; }
  .service_item_area .si_context ul {
    padding-left: 20px;
    margin: 0; }
    .service_item_area .si_context ul li {
      padding: 10px 0px;
      color: #DEBC00; }
      .service_item_area .si_context ul li span {
        color: #000000; }

.service_performance_area .sp_title:after {
  position: absolute;
  right: -40px;
  top: -20px;
  width: 35px;
  height: 55px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #43CADE;
  border-radius: 100%; }

.service_performance_area .sp_context ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .service_performance_area .sp_context ul li {
    display: inline-block;
    padding: 10px;
    vertical-align: top; }
    .service_performance_area .sp_context ul li a {
      text-decoration: none;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 150px;
      height: 150px;
      border-radius: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      padding-left: 10%;
      padding-right: 10%;
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      background-color: #DEBC00; }
    .service_performance_area .sp_context ul li a:hover {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

.service_performance_area .lic_title:after {
  position: absolute;
  right: -30px;
  top: -10px;
  width: 35px;
  height: 55px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #53C152;
  border-radius: 100%; }

.service_performance_area .lic_context {
  padding-top: 50px; }
  .service_performance_area .lic_context ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .service_performance_area .lic_context ul li {
      width: 150px;
      height: 200px;
      display: inline-block;
      margin: 5px;
      background-image: url(../images/ISO27701LA.png);
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.2); }

.contant_our_area .co_title:after {
  position: absolute;
  left: -40px;
  top: -20px;
  width: 35px;
  height: 55px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #DEBC00;
  border-radius: 100%; }

.contant_our_area .co_context {
  padding-top: 50px; }
  .contant_our_area .co_context .co_gap {
    display: block;
    font-size: 26px;
    text-align: center;
    padding: 10px 0px; }
    .contant_our_area .co_context .co_gap .co_icon {
      display: inline-block;
      height: 60px;
      padding-left: 60px;
      line-height: 60px;
      background-image: url(../images/edit.svg);
      background-repeat: no-repeat;
      background-size: 45px; }
    .contant_our_area .co_context .co_gap .co_icon_security {
      display: inline-block;
      height: 60px;
      padding-left: 60px;
      line-height: 60px;
      background-image: url(../images/security.svg);
      background-repeat: no-repeat;
      background-size: 55px; }
    .contant_our_area .co_context .co_gap .co_phone {
      display: inline-block;
      font-size: 36px;
      height: 60px;
      padding-left: 80px;
      background-image: url(../images/phone.svg);
      background-repeat: no-repeat;
      background-size: 58px;
      margin-bottom: 20px; }
  .contant_our_area .co_context hr {
    border-top: 1px solid #43CADE; }
  .contant_our_area .co_context form {
    padding: 20px 10px; }
  .contant_our_area .co_context .input_area {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.2);
    padding: 50px; }
  .contant_our_area .co_context .other_page_txt_area {
    display: inline-block;
    padding: 20px 30px;
    width: 100%; }
  .contant_our_area .co_context .ipt_item {
    display: inline-block;
    padding: 20px 30px;
    width: 49%; }
    .contant_our_area .co_context .ipt_item .ipt_txt {
      padding-bottom: 10px; }
    .contant_our_area .co_context .ipt_item input {
      font-size: 18px;
      display: block;
      width: 100%;
      height: 60px;
      padding: 20px;
      border-radius: 30px;
      color: #fff;
      background-color: #30A9C9;
      border: none; }
  .contant_our_area .co_context .ipt_other_item {
    display: block;
    padding: 20px 30px;
    width: 98%; }
    .contant_our_area .co_context .ipt_other_item select {
      font-size: 18px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      line-height: 18px;
      width: 100%;
      height: 60px;
      padding: 20px;
      padding-right: 50px;
      border-radius: 30px;
      color: #fff;
      background-color: #30A9C9;
      border: none;
      background-image: url(../images/arrow.svg);
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: right 20px bottom 50%; }
    .contant_our_area .co_context .ipt_other_item textarea {
      resize: vertical;
      font-size: 18px;
      display: block;
      line-height: 18px;
      width: 100%;
      height: 100px;
      padding: 20px;
      border-radius: 30px;
      color: #fff;
      background-color: #30A9C9;
      border: none; }
      .contant_our_area .co_context .ipt_other_item textarea::-webkit-input-placeholder {
        color: #fff; }
      .contant_our_area .co_context .ipt_other_item textarea:-ms-input-placeholder {
        color: #fff; }
      .contant_our_area .co_context .ipt_other_item textarea::-ms-input-placeholder {
        color: #fff; }
      .contant_our_area .co_context .ipt_other_item textarea::placeholder {
        color: #fff; }
    .contant_our_area .co_context .ipt_other_item button {
      font-size: 24px;
      display: block;
      line-height: 18px;
      width: 100%;
      height: 60px;
      padding: 20px;
      border-radius: 30px;
      color: #fff;
      background-color: #53C152;
      border: none;
      cursor: pointer; }

.policy_txt {
  padding: 30px 50px; }
  .policy_txt h2 {
    pointer-events: none;
    font-weight: 200;
    font-size: 24px; }

.policy_title_block {
  padding: 30px 50px; }
  .policy_title_block h2 {
    pointer-events: none;
    font-weight: 200;
    font-size: 40px; }

.contant_info_area {
  padding: 20px 110px;
  text-align: center; }
  .contant_info_area .ci_gap {
    padding: 10px; }
  .contant_info_area .ci_context {
    display: block;
    width: 100%; }
    .contant_info_area .ci_context .ci_title {
      font-size: 30px; }
    .contant_info_area .ci_context .ci_name_area {
      padding-bottom: 10px; }
      .contant_info_area .ci_context .ci_name_area .ci_name {
        display: inline-block;
        font-size: 24px; }
      .contant_info_area .ci_context .ci_name_area .ci_posui {
        display: inline-block; }
    .contant_info_area .ci_context .ci_experience {
      padding: 2px; }
      .contant_info_area .ci_context .ci_experience .ci_ex {
        margin: 0 auto;
        padding: 5px 0px;
        text-align: left;
        width: 460px; }
      .contant_info_area .ci_context .ci_experience .ci_ex_weight {
        font-weight: 400; }

.copyright_area {
  padding-top: 50px; }
  .copyright_area .cp_context {
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 30px; }
    .copyright_area .cp_context .cp_logo {
      display: block;
      width: 100%;
      height: 60px;
      background-image: url(../images/logo.svg);
      background-repeat: no-repeat;
      background-size: 50px;
      background-position: center; }
    .copyright_area .cp_context a {
      text-decoration: none;
      color: #30A9C9; }

@media screen and (max-width: 1024px) {
  .bg_bigmr {
    left: -250px;
    top: -100px;
    width: 500px;
    height: 800px;
    -webkit-filter: blur(2px);
    filter: blur(2px); }
  .bg_bigml {
    right: 0px;
    top: 600px;
    width: 300px;
    height: 430px;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .bg_circle {
    position: absolute;
    right: 20px;
    top: 780px;
    width: 80px;
    height: 80px;
    background-color: #53C152;
    border-radius: 100%;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .bg_bigmr2 {
    right: -120px;
    bottom: -10px;
    width: 350px;
    height: 500px;
    -webkit-filter: blur(3px);
    filter: blur(3px); }
  .bg_bigml2 {
    left: -50px;
    bottom: 500px;
    width: 200px;
    height: 320px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .item_gap {
    padding: 100px 60px;
    padding-bottom: 0px; }
  .item_gap_other_page {
    padding: 50px 60px;
    padding-bottom: 0px; }
  .service_concept_area .sc_context {
    padding: 35px; }
  .service_concept_area .sc_certification_title {
    padding-left: 35px; }
  .service_concept_area .sc_certification_context {
    padding: 35px; }
  .service_concept_area .sc_certification_img {
    margin-left: 35px; }
  .service_item_area .si_context {
    padding: 35px;
    padding-bottom: 0px; }
  .service_performance_area .sp_context ul li a {
    width: 135px;
    height: 135px; }
  .contant_our_area .co_context .input_area {
    padding: 30px; }
  .contant_our_area .co_context .ipt_item {
    padding: 20px 10px; }
    .contant_our_area .co_context .ipt_item input {
      font-size: 16px; }
  .contant_our_area .co_context .ipt_other_item {
    padding: 20px 10px; }
    .contant_our_area .co_context .ipt_other_item select {
      font-size: 16px; }
    .contant_our_area .co_context .ipt_other_item textarea {
      font-size: 16px; }
    .contant_our_area .co_context .ipt_other_item button {
      font-size: 24px; } }

@media screen and (max-width: 767px) {
  .policy_txt {
    padding: 20px 0px; }
  .bg_bigmr {
    left: -250px;
    top: -70px;
    width: 500px;
    height: 800px; }
  .bg_bigml {
    right: -50px;
    top: 580px;
    width: 300px;
    height: 380px; }
  .bg_circle {
    right: 20px;
    top: 680px;
    width: 70px;
    height: 70px; }
  .contant_info_area .ci_context .ci_experience .ci_ex {
    width: 100%; }
  .content_area {
    margin: 0 5%; }
  .top_area .navi_area {
    display: none; }
  .navi_mobile {
    display: block; } }

@media screen and (max-width: 550px) {
  .policy_txt {
    padding: 10px 0px; }
    .policy_txt h2 {
      pointer-events: none;
      font-weight: 200;
      font-size: 18px; }
  .policy_title_block {
    padding: 10px 0px; }
    .policy_title_block h2 {
      pointer-events: none;
      font-weight: 200;
      font-size: 24px; }
  .bg_bigmr {
    left: -250px;
    top: -70px;
    width: 500px;
    height: 800px;
    -webkit-filter: blur(5px);
    filter: blur(5px); }
  .bg_bigml {
    right: -50px;
    top: 580px;
    width: 300px;
    height: 380px;
    -webkit-filter: blur(8px);
    filter: blur(8px); }
  .bg_circle {
    right: 20px;
    top: 680px;
    width: 70px;
    height: 70px;
    -webkit-filter: blur(15px);
    filter: blur(15px); }
  .bg_bigmr2 {
    right: -120px;
    bottom: -10px;
    width: 350px;
    height: 500px;
    -webkit-filter: blur(5px);
    filter: blur(5px); }
  .bg_bigml2 {
    left: -50px;
    bottom: 500px;
    width: 200px;
    height: 320px;
    -webkit-filter: blur(10px);
    filter: blur(10px); }
  .top_area {
    padding-top: 40px;
    width: 100%; }
    .top_area .logo_area {
      display: inline-block;
      padding-left: 70px;
      float: left;
      height: 65px;
      background-size: 60px; }
      .top_area .logo_area .logo_cn {
        font-size: 24px;
        margin-top: 5px; }
      .top_area .logo_area .logo_en {
        font-size: 12px;
        font-weight: 400;
        -webkit-transform: scale(0.9) translateX(-12px);
        -ms-transform: scale(0.9) translateX(-12px);
        transform: scale(0.9) translateX(-12px); }
  .item_gap {
    padding: 100px 40px;
    padding-bottom: 0px; }
  .service_performance_area .sp_context ul li {
    padding: 5px; }
    .service_performance_area .sp_context ul li a {
      width: 135px;
      height: 135px; }
  .contant_our_area .co_context .input_area {
    padding: 15px; }
  .contant_our_area .co_context .ipt_item {
    padding: 10px 10px;
    width: 100%; }
    .contant_our_area .co_context .ipt_item input {
      font-size: 16px; }
  .contant_our_area .co_context .ipt_other_item {
    padding: 20px 10px; }
    .contant_our_area .co_context .ipt_other_item select {
      font-size: 16px; }
    .contant_our_area .co_context .ipt_other_item textarea {
      font-size: 16px; }
    .contant_our_area .co_context .ipt_other_item button {
      font-size: 24px; }
  .contant_info_area {
    padding: 20px 10px; }
    .contant_info_area .ci_context .ci_title {
      font-size: 30px; }
      .contant_info_area .ci_context .ci_title .ci_name {
        font-size: 24px; }
    .contant_info_area .ci_context .ci_experience {
      font-size: 18px; } }

@media screen and (max-width: 425px) {
  .top_area {
    padding-top: 20px;
    width: 100%; }
    .top_area .logo_area {
      display: inline-block;
      padding-left: 70px;
      float: left;
      height: 65px;
      background-size: 60px; }
      .top_area .logo_area .logo_cn {
        font-size: 24px;
        margin-top: 5px; }
      .top_area .logo_area .logo_en {
        font-size: 12px;
        font-weight: 400;
        -webkit-transform: scale(0.9) translateX(-12px);
        -ms-transform: scale(0.9) translateX(-12px);
        transform: scale(0.9) translateX(-12px); }
  .item_gap {
    padding: 50px 10px;
    padding-bottom: 0px; }
  .service_concept_area .sc_title:after {
    left: 120px;
    top: -20px;
    width: 20px;
    height: 20px; }
  .service_concept_area .sc_certification_img {
    max-width: 290px;
    height: 410px; }
  .contant_our_area .co_title:after {
    left: -35px;
    top: -20px;
    width: 25px;
    height: 25px; }
  .contant_our_area .co_context form {
    padding: 20px 0px; }
  .contant_our_area .co_context .input_area {
    padding: 10px; }
  .contant_our_area .co_context .ipt_item {
    padding: 10px 10px;
    width: 100%; }
    .contant_our_area .co_context .ipt_item input {
      font-size: 16px; }
  .contant_our_area .co_context .ipt_other_item {
    padding: 10px 10px;
    width: 100%; }
    .contant_our_area .co_context .ipt_other_item select {
      font-size: 16px; }
    .contant_our_area .co_context .ipt_other_item textarea {
      font-size: 16px; }
    .contant_our_area .co_context .ipt_other_item button {
      font-size: 22px; }
  .item_gap_other_page {
    padding: 0px;
    padding-bottom: 0px; } }

@media screen and (max-width: 320px) {
  .top_area {
    padding-top: 20px;
    width: 100%; }
    .top_area .logo_area {
      width: 290px; }
      .top_area .logo_area .logo_en {
        -webkit-transform: scale(0.8) translateX(-26px);
        -ms-transform: scale(0.8) translateX(-26px);
        transform: scale(0.8) translateX(-26px); }
  .service_concept_area .sc_context {
    padding: 50px 10px; }
  .service_concept_area .sc_certification_img {
    max-width: 200px;
    height: 280px; }
  .service_item_area .si_context {
    padding: 50px 10px;
    padding-bottom: 0px; }
  .service_performance_area .sp_context ul li {
    padding: 5px; }
    .service_performance_area .sp_context ul li a {
      width: 110px;
      height: 110px; }
  .contant_our_area .co_context .co_gap .co_phone {
    display: inline-block;
    font-size: 30px;
    height: 60px;
    padding-left: 60px;
    background-size: 45px;
    margin-bottom: 20px; }
  .contant_info_area .ci_context .ci_experience {
    font-size: 14px; } }
