/*
  Below is the syntax for adding values to the box shadow property 
  box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit;
*/
/* !HTML5 elements
---------------------------------------------------------- */
.service2021 {}
  .service2021 article, .service2021 aside, .service2021 details, .service2021 figcaption, .service2021 figure, .service2021 footer, .service2021 header, .service2021 hgroup, .service2021 menu, .service2021 nav, .service2021 section {
    display: block;
    padding: 0;
    margin: 0; }
  .service2021 img {
    max-width: 100%;
    height: auto; }
  .service2021 .pankuzu {
    padding: 1rem 1rem 0; }
    .service2021 .pankuzu ul {
      clear: both;
      font-size: 12px; }
      .service2021 .pankuzu ul:after {
        content: " ";
        display: block;
        clear: both; }
      .service2021 .pankuzu ul li {
        float: left; }
        .service2021 .pankuzu ul li a {
          color: #000; }
        .service2021 .pankuzu ul li:after {
          content: ">";
          display: inline-block;
          margin: 0 0.5em; }
        .service2021 .pankuzu ul li.current {
          color: #9e9e9e; }
          .service2021 .pankuzu ul li.current:after {
            content: normal; }
    @media screen and (max-width: 767px) {
      .service2021 .pankuzu {
        display: none; } }
  .service2021 .ankerList {
     }
    .service2021 .ankerList ul {
      padding: .5rem;
      font-size: 12px; }
      .service2021 .ankerList ul li {
        display: inline-block; 
        padding: 5px;
        margin: 10px 5px;}
        .service2021 .ankerList ul li a {
          color: #454545;
          background:#E5E5E5;
          -webkit-border-radius: 1.5rem;
          -moz-border-radius: 1.5rem;
          -ms-border-radius: 1.5rem;
          border-radius: 1.5rem;
          font-size: 13px;
          padding: 10px 15px;}
          .service2021 .ankerList ul li a:after {
            content: "\2304";
            display: inline-block;
            margin: 0 0.1em; }
          .service2021 .ankerList ul li a:hover, .service2021 .ankerList ul li a:active, .service2021 .ankerList ul li a:focus {
            text-decoration: none;
            background:#D4D4D4; }
    @media screen and (max-width: 767px) {
      .service2021 .ankerList {
        display: none; } }
  .service2021 *, .service2021 *:before, .service2021 *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.pt0, .pv0,
.pa0 {
  padding-top: 0px !important; }

.pr0, .ph0,
.pa0 {
  padding-right: 0px !important; }

.pb0, .pv0,
.pa0 {
  padding-bottom: 0px !important; }

.pl0, .ph0,
.pa0 {
  padding-left: 0px !important; }

.mt0, .mv0,
.ma0 {
  margin-top: 0px !important; }

.mr0, .mh0,
.ma0 {
  margin-right: 0px !important; }

.mb0, .mv0,
.ma0 {
  margin-bottom: 0px !important; }

.ml0, .mh0,
.ma0 {
  margin-left: 0px !important; }

.serviceHeadArea {
  position: relative;
  max-width: 1680px;
  margin: 0 auto; }
  .serviceHeadArea .titBlock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .serviceHeadArea .titBlock .titBinner {
      padding: 1rem 1rem 1rem 2rem;
      /*background-image: url("/service/img/main_icon.png");*/
      background-repeat: no-repeat;
      background-size: 15%;
      background-position: 2% 50%;
      background-color: #454545; }
      .serviceHeadArea .titBlock .titBinner h1 {
        font-size: 28px;
        font-size: 1.75rem;
        color: #FFF; }
      .serviceHeadArea .titBlock .titBinner h2 {
        line-height: 110%;
        font-size: 18px;
        font-size: 1.125rem;
        color: #FFF; }
      @media only screen and (max-width: 780px) {
        .serviceHeadArea .titBlock .titBinner h1 {
          font-size: 22px;
          font-size: 1.375rem; }
        .serviceHeadArea .titBlock .titBinner h2 {
          font-size: 14px;
          font-size: 0.875rem; } }
    @media only screen and (max-width: 480px) {
      .serviceHeadArea .titBlock {
        position: relative; }
        .serviceHeadArea .titBlock .titBinner {
          width: 100%; } }

.serviceContentsArea {
  margin: 1rem;
  padding: 2rem;
  background: #FFF; }
  @media only screen and (max-width: 780px) {
    .serviceContentsArea {
      margin: .5rem;
      padding: 1rem; } }
  .serviceContentsArea .serviceContBlock {
    margin: auto;
    width: 100%;
    max-width: 1080px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    border-bottom: 2px solid #efefef; }
    .serviceContentsArea .serviceContBlock:first-child {
      padding-top: 0; }
    .serviceContentsArea .serviceContBlock h3 {
      color: #454545;
      font-size: 24px;
      font-size: 1.5rem;
      padding: .4rem;
      margin-bottom: 1rem;
      text-align: center; }
    .serviceContentsArea .serviceContBlock h4 {
      color: #454545;
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 1rem; }
      .serviceContentsArea .serviceContBlock h4.tith4Black {
        color: #333; }
    .serviceContentsArea .serviceContBlock p {
      font-size: 14px;
      margin-bottom: 1rem; }
      .serviceContentsArea .serviceContBlock p span.txtUnderLine {
        font-weight: bold;
        border-bottom: 2px solid #6C6C6C; }
    @media only screen and (max-width: 780px) {
      .serviceContentsArea .serviceContBlock h3 {
        font-size: 20px;
        font-size: 1.25rem;
        text-align: left;
        line-height: 110%; }
      .serviceContentsArea .serviceContBlock h4 {
        font-size: 18px;
        font-size: 1.125rem; } }
    .serviceContentsArea .serviceContBlock .innerNorBox {
      padding: 1rem; }
      @media only screen and (max-width: 780px) {
        .serviceContentsArea .serviceContBlock .innerNorBox {
          padding: .5rem 0; } }
    .serviceContentsArea .serviceContBlock .serviceInnerBox {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .serviceContentsArea .serviceContBlock .serviceInnerBox.reverseCont {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .serviceContentsArea .serviceContBlock .serviceInnerBox .box50 {
        width: 50%;
        padding: 1rem; }
      @media only screen and (max-width: 1080px) {
        .serviceContentsArea .serviceContBlock .serviceInnerBox {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          .serviceContentsArea .serviceContBlock .serviceInnerBox.reverseCont {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; }
          .serviceContentsArea .serviceContBlock .serviceInnerBox .box50 {
            width: 100%;
            padding: .5rem 0; }
            .serviceContentsArea .serviceContBlock .serviceInnerBox .box50:last-child {
              padding-top: 0; }
          .serviceContentsArea .serviceContBlock .serviceInnerBox.img2line {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; }
            .serviceContentsArea .serviceContBlock .serviceInnerBox.img2line .box50 {
              width: 50%;
              padding: .5rem; }
              .serviceContentsArea .serviceContBlock .serviceInnerBox.img2line .box50:last-child {
                padding-top: .5rem; } }
      @media only screen and (max-width: 780px) {
        .serviceContentsArea .serviceContBlock .serviceInnerBox.img2line {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          .serviceContentsArea .serviceContBlock .serviceInnerBox.img2line .box50 {
            width: 100%;
            padding: .5rem 0; }
            .serviceContentsArea .serviceContBlock .serviceInnerBox.img2line .box50:last-child {
              padding-top: 0; } }
    .serviceContentsArea .serviceContBlock .seviceContList {
      margin-bottom: 1rem; }
      .serviceContentsArea .serviceContBlock .seviceContList li {
        display: inline-block;
        padding: .5rem;
        font-size: 16px;
        font-size: 1rem;
        color: #009843;
        font-weight: bold; }
    .serviceContentsArea .serviceContBlock .serviceTable table {
      border-collapse: collapse;
      border-spacing: 0; }
    .serviceContentsArea .serviceContBlock .serviceTable table {
      margin-top: 0px;
      width: 100%;
      border-top: 1px solid #009843;
      border-left: 1px solid #009843;
      background-color: #fdfdfd;
      margin-bottom: 1rem; }
      .serviceContentsArea .serviceContBlock .serviceTable table th, .serviceContentsArea .serviceContBlock .serviceTable table td {
        padding: 8px 10px;
        border-right: 1px solid #009843;
        border-bottom: 1px solid #009843;
        vertical-align: top;
        vertical-align: middle;
        text-align: center; }
        @media only screen and (max-width: 780px) {
          .serviceContentsArea .serviceContBlock .serviceTable table th, .serviceContentsArea .serviceContBlock .serviceTable table td {
            padding: 8px 5px; } }
        .serviceContentsArea .serviceContBlock .serviceTable table th.thNowrap, .serviceContentsArea .serviceContBlock .serviceTable table td.thNowrap {
          white-space: nowrap; }
      .serviceContentsArea .serviceContBlock .serviceTable table > thead th {
        background-color: #009843;
        color: #FFF;
        font-weight: bold; }
        .serviceContentsArea .serviceContBlock .serviceTable table > thead th:nth-child(1) {
          width: 10%; }
        .serviceContentsArea .serviceContBlock .serviceTable table > thead th:nth-child(2) {
          width: 45%; }
        .serviceContentsArea .serviceContBlock .serviceTable table > thead th:nth-child(3) {
          width: 45%; }
      .serviceContentsArea .serviceContBlock .serviceTable table > tbody tr th {
        background-color: #f0f0f0; }
        @media only screen and (max-width: 780px) {
          .serviceContentsArea .serviceContBlock .serviceTable table > tbody tr th {
            min-height: 6rem;
            text-align: center; }
            .serviceContentsArea .serviceContBlock .serviceTable table > tbody tr th span {
              writing-mode: vertical-rl;
              -moz-writing-mode: vertical-rl;
              -o-writing-mode: vertical-rl;
              -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
              white-space: nowrap; } }
      .serviceContentsArea .serviceContBlock .serviceTable table > tbody tr td {
        text-align: left; }
    .serviceContentsArea .serviceContBlock .specBox {
      padding: 1rem 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .serviceContentsArea .serviceContBlock .specBox .box30 {
        width: 30%;
        padding: 0 1rem; }
      .serviceContentsArea .serviceContBlock .specBox .box70 {
        width: 70%; }
        .serviceContentsArea .serviceContBlock .specBox .box70 table {
          border-collapse: collapse;
          border-spacing: 0; }
        .serviceContentsArea .serviceContBlock .specBox .box70 table {
          margin-top: 0px;
          width: 100%;
          border-top: 1px solid #747474;
          border-left: 1px solid #747474;
          background-color: #fdfdfd;
          margin-bottom: 1rem; }
          .serviceContentsArea .serviceContBlock .specBox .box70 table th, .serviceContentsArea .serviceContBlock .specBox .box70 table td {
            padding: 8px 10px;
            border-right: 1px solid #747474;
            border-bottom: 1px solid #747474;
            vertical-align: top;
            vertical-align: middle;
            text-align: center; }
            @media only screen and (max-width: 780px) {
              .serviceContentsArea .serviceContBlock .specBox .box70 table th, .serviceContentsArea .serviceContBlock .specBox .box70 table td {
                padding: 8px 5px; } }
            .serviceContentsArea .serviceContBlock .specBox .box70 table th.thNowrap, .serviceContentsArea .serviceContBlock .specBox .box70 table td.thNowrap {
              white-space: nowrap; }
          .serviceContentsArea .serviceContBlock .specBox .box70 table > tbody tr th {
            background-color: #f0f0f0; }
            @media only screen and (max-width: 780px) {
              .serviceContentsArea .serviceContBlock .specBox .box70 table > tbody tr th {
                min-height: 6rem;
                text-align: center; }
                .serviceContentsArea .serviceContBlock .specBox .box70 table > tbody tr th span {
                  writing-mode: vertical-rl;
                  -moz-writing-mode: vertical-rl;
                  -o-writing-mode: vertical-rl;
                  -webkit-writing-mode: vertical-rl;
                  -ms-writing-mode: tb-rl;
                  white-space: nowrap; } }
          .serviceContentsArea .serviceContBlock .specBox .box70 table > tbody tr td {
            text-align: left; }
      @media only screen and (max-width: 780px) {
        .serviceContentsArea .serviceContBlock .specBox {
          padding: 8px 5px; }
          .serviceContentsArea .serviceContBlock .specBox .box30, .serviceContentsArea .serviceContBlock .specBox .box70 {
            width: 100%;
            padding: .5rem 0; } }
    .serviceContentsArea .serviceContBlock .stepBlock {
      border: 1px solid #efefef;
      margin-bottom: 1rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .serviceContentsArea .serviceContBlock .stepBlock .stepBox {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -js-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-self: stretch;
        -moz-align-self: stretch;
        -ms-align-self: stretch;
        align-self: stretch;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100%/4);
        padding: 1rem; }
        .serviceContentsArea .serviceContBlock .stepBlock .stepBox .stepImg figure {
          padding: .5rem; }
        .serviceContentsArea .serviceContBlock .stepBlock .stepBox .stepTxt h5 {
          text-align: center;
          background: #454545;
          color: #FFF;
          padding: .5rem;
          margin-bottom: .5rem; }
        @media only screen and (max-width: 1080px) {
          .serviceContentsArea .serviceContBlock .stepBlock .stepBox {
            width: calc(100%/2); } }
        @media only screen and (max-width: 780px) {
          .serviceContentsArea .serviceContBlock .stepBlock .stepBox {
            width: calc(100%/1);
            border-bottom: 1px solid #efefef;
            margin-bottom: 1rem;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; }
            .serviceContentsArea .serviceContBlock .stepBlock .stepBox:last-child {
              border-bottom: none;
              margin-bottom: 0; }
            .serviceContentsArea .serviceContBlock .stepBlock .stepBox .stepImg {
              width: 40%; }
            .serviceContentsArea .serviceContBlock .stepBlock .stepBox .stepTxt {
              width: 60%;
              padding-left: 1rem; } }
      @media only screen and (max-width: 780px) {
        .serviceContentsArea .serviceContBlock .stepBlock .imgBox {
          width: 100%;
          padding-bottom: .5rem; }
          .serviceContentsArea .serviceContBlock .stepBlock .imgBox:first-child, .serviceContentsArea .serviceContBlock .stepBlock .imgBox:nth-child(2), .serviceContentsArea .serviceContBlock .stepBlock .imgBox:nth-child(3), .serviceContentsArea .serviceContBlock .stepBlock .imgBox:nth-child(4), .serviceContentsArea .serviceContBlock .stepBlock .imgBox:nth-child(5), .serviceContentsArea .serviceContBlock .stepBlock .imgBox:nth-child(6) {
            padding-right: 0;
            padding-left: 0; }
          .serviceContentsArea .serviceContBlock .stepBlock .imgBox:nth-child(odd) {
            padding-right: 0%; }
          .serviceContentsArea .serviceContBlock .stepBlock .imgBox:nth-child(even) {
            padding-left: 0%; } }
    .serviceContentsArea .serviceContBlock .imgBlock {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .serviceContentsArea .serviceContBlock .imgBlock h4 {
        font-size: 16px;
        font-size: 1rem;
        margin: .5rem 0; }
      .serviceContentsArea .serviceContBlock .imgBlock.img3line {
        padding: 1rem 0; }
        .serviceContentsArea .serviceContBlock .imgBlock.img3line .imgBox {
          width: calc(100%/3);
          padding-bottom: .5rem; }
          .serviceContentsArea .serviceContBlock .imgBlock.img3line .imgBox:first-child {
            padding-right: 2%; }
          .serviceContentsArea .serviceContBlock .imgBlock.img3line .imgBox:nth-child(2) {
            padding-right: 1%;
            padding-left: 1%; }
          .serviceContentsArea .serviceContBlock .imgBlock.img3line .imgBox:nth-child(3) {
            padding-left: 2%; }
          .serviceContentsArea .serviceContBlock .imgBlock.img3line .imgBox:nth-child(4) {
            padding-right: 2%; }
          .serviceContentsArea .serviceContBlock .imgBlock.img3line .imgBox:nth-child(5) {
            padding-right: 1%;
            padding-left: 1%; }
          .serviceContentsArea .serviceContBlock .imgBlock.img3line .imgBox:nth-child(6) {
            padding-left: 2%; }
          .serviceContentsArea .serviceContBlock .imgBlock.img3line .imgBox figure {
            padding-bottom: .5rem;
            text-align: center; }
            .serviceContentsArea .serviceContBlock .imgBlock.img3line .imgBox figure figcaption {
              padding-top: .5rem;
              line-height: 120%;
              font-size: 14px;
              font-size: 0.875rem; }
            .serviceContentsArea .serviceContBlock .imgBlock.img3line .imgBox figure img {
              padding: 1px;
              border: 1px solid #efefef;
              display: inline-block; }
        @media only screen and (max-width: 1080px) {
          .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox {
            width: 50%;
            padding-bottom: .5rem; }
            .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:first-child, .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(2), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(3), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(4), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(5), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(6) {
              padding-right: 0;
              padding-left: 0; }
            .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(odd) {
              padding-right: 2%; }
            .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(even) {
              padding-left: 2%; } }
        @media only screen and (max-width: 780px) {
          .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox {
            width: 100%;
            padding-bottom: .5rem; }
            .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:first-child, .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(2), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(3), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(4), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(5), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(6) {
              padding-right: 0;
              padding-left: 0; }
            .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(odd) {
              padding-right: 0%; }
            .serviceContentsArea .serviceContBlock .imgBlock.img3line.respFUll .imgBox:nth-child(even) {
              padding-left: 0%; } }
        @media only screen and (max-width: 1080px) {
          .serviceContentsArea .serviceContBlock .imgBlock.img3line.respNarr .imgBox {
            width: 50%;
            padding-bottom: .5rem; }
            .serviceContentsArea .serviceContBlock .imgBlock.img3line.respNarr .imgBox:first-child, .serviceContentsArea .serviceContBlock .imgBlock.img3line.respNarr .imgBox:nth-child(2), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respNarr .imgBox:nth-child(3), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respNarr .imgBox:nth-child(4), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respNarr .imgBox:nth-child(5), .serviceContentsArea .serviceContBlock .imgBlock.img3line.respNarr .imgBox:nth-child(6) {
              padding-right: 0;
              padding-left: 0; }
            .serviceContentsArea .serviceContBlock .imgBlock.img3line.respNarr .imgBox:nth-child(odd) {
              padding-right: 2%; }
            .serviceContentsArea .serviceContBlock .imgBlock.img3line.respNarr .imgBox:nth-child(even) {
              padding-left: 2%; } }
      .serviceContentsArea .serviceContBlock .imgBlock.imgWithTxt .imgBox figure {
        text-align: left; }
    .serviceContentsArea .serviceContBlock .customerServiceBox {
      padding: .5rem 0; }
      .serviceContentsArea .serviceContBlock .customerServiceBox h4 {
        margin-bottom: .5rem; }
    .serviceContentsArea .serviceContBlock .linkUl {
      padding: 1rem 0;
      border-top: 1px solid #efefef;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: space-around;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .serviceContentsArea .serviceContBlock .linkUl ul {
        text-align: center; }
        .serviceContentsArea .serviceContBlock .linkUl ul li {
          display: inline-block; }
          .serviceContentsArea .serviceContBlock .linkUl ul li a {
            background: #F6F6F6;
            color: #000000;
            padding: 1.5rem;
            display: block;
            font-weight: 600;
            -webkit-border-radius: 2rem;
            -moz-border-radius: 2rem;
            -ms-border-radius: 2rem;
            border-radius: 2rem;
            font-size: 16px;
            margin-top: 3px; }
            .serviceContentsArea .serviceContBlock .linkUl ul li a:hover, .serviceContentsArea .serviceContBlock .linkUl ul li a:active, .serviceContentsArea .serviceContBlock .linkUl ul li a:focus {
              text-decoration: none;
              border-bottom: 3px solid #949494;
              margin-top: 5px; }
            @media only screen and (max-width: 780px) {
              .serviceContentsArea .serviceContBlock .linkUl ul li a {
                padding: .5rem;
                font-size: 14px;
                font-size: 0.875rem; } }
