@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700");
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300'); */
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900");
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
/* 오버레이 */
/* background-image */
/* 원형 박스 */
/* transform */
/* 쇼핑몰 뷰어 */
input[id="item-1"] + label.label-box {
  left: 0;
}

input[id="item-1"] + label.label-box .pic-box {
  left: 0;
}

/* 텍스트 이펙트 */
.visu-top {
  -webkit-animation: top 1s ease-out 0s both;
          animation: top 1s ease-out 0s both;
}

.visu-top2 {
  -webkit-animation: top2 1s ease-out 0s both;
          animation: top2 1s ease-out 0s both;
}

.visu-top3 {
  -webkit-animation: top3 1s ease-out 0s both;
          animation: top3 1s ease-out 0s both;
}

@-webkit-keyframes top {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes top {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes top2 {
  0% {
    opacity: 0;
    margin-top: -180px;
  }
  100% {
    opacity: 1;
    margin-top: -60px;
  }
}

@keyframes top2 {
  0% {
    opacity: 0;
    margin-top: -180px;
  }
  100% {
    opacity: 1;
    margin-top: -60px;
  }
}

@-webkit-keyframes top3 {
  0% {
    opacity: 0;
    margin-left: -200px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@keyframes top3 {
  0% {
    opacity: 0;
    margin-left: -200px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

/* 끝 */
/* 슬라이드 */
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.con-pagenav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 0;
}

.con-pagenav .list-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.con-pagenav .list-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #e1e3e5 !important;
  margin: 1px;
  cursor: pointer;
}

.con-pagenav .list-nav > li > span {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
}

.con-pagenav .list-nav > li:hover {
  background-color: #e1e3e5 !important;
}

.con-pagenav .list-nav > li.active {
  background-color: #939599 !important;
}

.con-pagenav .list-nav > li.active span {
  color: #ffffff !important;
}

.con-pagenav .list-nav > li:first-child, .con-pagenav .list-nav > li:last-child {
  background-color: #17181a !important;
  border: 1px solid #17181a !important;
}

@media (max-width: 575.99px) {
  .con-pagenav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px auto 0;
  }
  .con-pagenav .list-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con-pagenav .list-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e3e5 !important;
    margin: 1px;
    cursor: pointer;
  }
  .con-pagenav .list-nav > li > span {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .con-pagenav .list-nav > li:hover {
    background-color: #e1e3e5 !important;
  }
  .con-pagenav .list-nav > li.active {
    background-color: #939599 !important;
  }
  .con-pagenav .list-nav > li.active span {
    color: #ffffff !important;
  }
  .con-pagenav .list-nav > li:first-child, .con-pagenav .list-nav > li:last-child {
    background-color: #17181a !important;
    border: 1px solid #17181a !important;
  }
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9197a6 !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9197a6 !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9197a6 !important;
}

::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9197a6 !important;
}

.service-sec .con-service {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.service-sec .con-service .pnavi-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.service-sec .con-service .pnavi-box > img {
  width: calc(48px * 0.3);
  height: calc(48px * 0.3);
  opacity: 0.6;
}

.service-sec .con-service .pnavi-box p {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}

.service-sec .con-service .pnavi-box > span {
  font-size: 10px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  margin: 0 5px;
  color: #606266 !important;
}

.service-sec .con-service .tit-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 20px;
}

.service-sec .con-service .tit-box h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.service-sec .con-service .tit-box h3::after {
  width: 30px;
  height: 2px;
  margin-top: 10px;
  background-color: #2f3033 !important;
}

.service-sec .con-service .bn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-top: 50px;
}

.service-sec .con-service .bn-box .img-box {
  position: absolute;
  width: 80%;
  height: 400px;
  top: 0;
  right: 0;
  background-image: url("../img/2-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-sec .con-service .bn-box .tex-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 200px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 40px 0 20px;
}

.service-sec .con-service .bn-box .tex-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.service-sec .con-service .bn-box .tex-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  width: 100%;
  color: #606266 !important;
  margin-top: 10px;
}

.service-sec .con-service .cards-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
  width: 100%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.service-sec .con-service .cards-box .search-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #222528;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.service-sec .con-service .cards-box .search-bx .left {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #222528;
  width: 50%;
}

.service-sec .con-service .cards-box .search-bx .right {
  text-align: right;
  position: relative;
  width: 50%;
}

.service-sec .con-service .cards-box .search-bx .right input {
  width: 227px;
  height: 40px;
  border: 1px solid #8d9196;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #222528;
  padding: 0 10px;
}

.service-sec .con-service .cards-box .search-bx .right a {
  position: absolute;
  top: 10px;
  right: 20px;
}

.service-sec .con-service .cards-box .cad-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dadfe5;
  cursor: pointer;
}

.service-sec .con-service .cards-box .cad-box:nth-of-type(4), .service-sec .con-service .cards-box .cad-box:nth-of-type(7), .service-sec .con-service .cards-box .cad-box:nth-of-type(10), .service-sec .con-service .cards-box .cad-box:nth-of-type(13), .service-sec .con-service .cards-box .cad-box:nth-of-type(16) {
  margin-right: 0;
}

.service-sec .con-service .cards-box .cad-box .top-bx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-sec .con-service .cards-box .cad-box .bot-bx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-sec .con-service .cards-box .cad-box .bot-bx .tex-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-sec .con-service .cards-box .cad-box .bot-bx .tex-box h5 {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 5px;
}

.service-sec .con-service .cards-box .cad-box .bot-bx .tex-box p {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.service-sec .con-service .cards-box .cad-box .bot-bx .link-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30%;
  padding: 0 10px;
  background-color: #f2f2f5 !important;
}

.service-sec .con-service .cards-box .cad-box .bot-bx .link-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}

.service-sec .con-service .cards-box .cad-box .bot-bx .link-box > a {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  padding: 0;
  color: #606266 !important;
}

.service-sec .con-service .info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 70px 0 0;
}

.service-sec .con-service .info-box .tit-bx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.service-sec .con-service .info-box .tit-bx h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #2f3033 !important;
}

.service-sec .con-service .info-box .tit-bx p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #606266 !important;
  width: 60%;
  margin-top: 20px;
}

.service-sec .con-service .info-box .tit-bx input[data-btt="btt"] {
  width: 200px;
  height: 40px;
  background-color: #17a2b8 !important;
  border: none;
  outline: none;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-sec .con-service .info-box .tit-bx input[data-btt="btt"]:hover {
  background-color: #51b9ca !important;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .service-sec .con-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx {
    height: auto;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .service-sec .con-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .service-sec .con-service .pnavi-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  .service-sec .con-service .pnavi-box > img {
    width: calc(48px * 0.3);
    height: calc(48px * 0.3);
    opacity: 0.6;
  }
  .service-sec .con-service .pnavi-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .pnavi-box > span {
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin: 0 5px;
    color: #606266 !important;
  }
  .service-sec .con-service .tit-box {
    margin: 30px 0 20px;
  }
  .service-sec .con-service .tit-box h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .tit-box h3::after {
    width: 30px;
    height: 2px;
    margin-top: 10px;
    background-color: #2f3033 !important;
  }
  .service-sec .con-service .bn-box {
    width: 100%;
    height: 320px;
    margin-top: 50px;
  }
  .service-sec .con-service .bn-box .img-box {
    position: absolute;
    width: 90%;
    height: 174px;
    top: 0;
    right: 0;
    background-image: url("../img/2-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-sec .con-service .bn-box .tex-box {
    width: 60%;
    height: 160px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 40px 0 20px;
  }
  .service-sec .con-service .bn-box .tex-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .bn-box .tex-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #606266 !important;
    margin-top: 10px;
  }
  .service-sec .con-service .cards-box {
    padding: 20px 0 0;
    width: 100%;
  }
  .service-sec .con-service .cards-box .search-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #222528;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .service-sec .con-service .cards-box .search-bx .left {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #222528;
    width: 50%;
  }
  .service-sec .con-service .cards-box .search-bx .right {
    text-align: right;
    position: relative;
    width: 50%;
  }
  .service-sec .con-service .cards-box .search-bx .right input {
    width: 227px;
    height: 40px;
    border: 1px solid #8d9196;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #222528;
    padding: 0 10px;
  }
  .service-sec .con-service .cards-box .search-bx .right a {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .service-sec .con-service .cards-box .cad-box {
    width: 32%;
    height: 350px;
    margin-right: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .cad-box:nth-of-type(4), .service-sec .con-service .cards-box .cad-box:nth-of-type(7), .service-sec .con-service .cards-box .cad-box:nth-of-type(10), .service-sec .con-service .cards-box .cad-box:nth-of-type(13), .service-sec .con-service .cards-box .cad-box:nth-of-type(16) {
    margin-right: 0;
  }
  .service-sec .con-service .cards-box .cad-box .top-bx {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx {
    width: 100%;
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .tex-box {
    padding: 20px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .tex-box p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 25%;
    padding: 0 10px;
    background-color: #f2f2f5 !important;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box > a {
    position: absolute;
    right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .info-box {
    width: 100%;
    padding: 50px 0 0;
  }
  .service-sec .con-service .info-box .tit-bx {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .service-sec .con-service .info-box .tit-bx h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .info-box .tit-bx p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #606266 !important;
    width: 70%;
    margin-top: 20px;
  }
  .service-sec .con-service .info-box .tit-bx input[data-btt="btt"] {
    width: 200px;
    height: 40px;
    background-color: #17a2b8 !important;
    border: none;
    outline: none;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .service-sec .con-service .info-box .tit-bx input[data-btt="btt"]:hover {
    background-color: #51b9ca !important;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .service-sec .con-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .service-sec .con-service .pnavi-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  .service-sec .con-service .pnavi-box > img {
    width: calc(48px * 0.3);
    height: calc(48px * 0.3);
    opacity: 0.6;
  }
  .service-sec .con-service .pnavi-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .pnavi-box > span {
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin: 0 5px;
    color: #606266 !important;
  }
  .service-sec .con-service .tit-box {
    margin: 30px 0 0px;
  }
  .service-sec .con-service .tit-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .tit-box h3::after {
    width: 30px;
    height: 2px;
    margin-top: 10px;
    background-color: #2f3033 !important;
  }
  .service-sec .con-service .bn-box {
    width: 100%;
    height: 270px;
    margin-top: 50px;
  }
  .service-sec .con-service .bn-box .img-box {
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("../img/2-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-sec .con-service .bn-box .tex-box {
    width: 70%;
    height: 160px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 20px 0 20px;
  }
  .service-sec .con-service .bn-box .tex-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .bn-box .tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #606266 !important;
    margin-top: 10px;
  }
  .service-sec .con-service .cards-box {
    padding: 20px 0 0;
    width: 100%;
  }
  .service-sec .con-service .cards-box .search-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #222528;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .service-sec .con-service .cards-box .search-bx .left {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #222528;
    width: 50%;
  }
  .service-sec .con-service .cards-box .search-bx .right {
    text-align: right;
    position: relative;
    width: 50%;
  }
  .service-sec .con-service .cards-box .search-bx .right input {
    width: 227px;
    height: 40px;
    border: 1px solid #8d9196;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #222528;
    padding: 0 10px;
  }
  .service-sec .con-service .cards-box .search-bx .right a {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .service-sec .con-service .cards-box .cad-box {
    width: 32%;
    height: 350px;
    margin-right: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .cad-box:nth-of-type(4), .service-sec .con-service .cards-box .cad-box:nth-of-type(7), .service-sec .con-service .cards-box .cad-box:nth-of-type(10), .service-sec .con-service .cards-box .cad-box:nth-of-type(13), .service-sec .con-service .cards-box .cad-box:nth-of-type(16) {
    margin-right: 0;
  }
  .service-sec .con-service .cards-box .cad-box .top-bx {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx {
    width: 100%;
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .tex-box {
    padding: 10px;
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .tex-box h5 {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 5px;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .tex-box p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 25%;
    padding: 0 10px;
    background-color: #f2f2f5 !important;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box > a {
    position: absolute;
    right: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .info-box {
    width: 100%;
    padding: 50px 0 0;
  }
  .service-sec .con-service .info-box .tit-bx {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .service-sec .con-service .info-box .tit-bx h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .info-box .tit-bx p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #606266 !important;
    width: 90%;
    margin-top: 20px;
  }
  .service-sec .con-service .info-box .tit-bx input[data-btt="btt"] {
    width: 200px;
    height: 40px;
    background-color: #17a2b8 !important;
    border: none;
    outline: none;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .service-sec .con-service .info-box .tit-bx input[data-btt="btt"]:hover {
    background-color: #51b9ca !important;
  }
}

@media (max-width: 575.99px) {
  .service-sec .con-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .service-sec .con-service .pnavi-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  .service-sec .con-service .pnavi-box > img {
    width: calc(48px * 0.3);
    height: calc(48px * 0.3);
    opacity: 0.6;
  }
  .service-sec .con-service .pnavi-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .pnavi-box > span {
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin: 0 5px;
    color: #606266 !important;
  }
  .service-sec .con-service .tit-box {
    margin: 30px 0 0px;
  }
  .service-sec .con-service .tit-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .tit-box h3::after {
    width: 20px;
    height: 1px;
    margin-top: 5px;
    background-color: #2f3033 !important;
  }
  .service-sec .con-service .bn-box {
    width: 100%;
    height: 220px;
    margin-top: 30px;
  }
  .service-sec .con-service .bn-box .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("../img/2-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-sec .con-service .bn-box .tex-box {
    width: 80%;
    height: 140px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 20px 0 20px;
  }
  .service-sec .con-service .bn-box .tex-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .bn-box .tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #606266 !important;
    margin-top: 5px;
  }
  .service-sec .con-service .cards-box {
    padding: 0 0 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .search-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #222528;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .service-sec .con-service .cards-box .search-bx .left {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #222528;
    width: 50%;
  }
  .service-sec .con-service .cards-box .search-bx .right {
    text-align: right;
    position: relative;
    width: 50%;
  }
  .service-sec .con-service .cards-box .search-bx .right input {
    width: 200px;
    height: 30px;
    border: 1px solid #8d9196;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #222528;
    padding: 0 10px;
  }
  .service-sec .con-service .cards-box .search-bx .right a {
    position: absolute;
    top: 7px;
    right: 0;
  }
  .service-sec .con-service .cards-box .search-bx .right a img {
    width: calc(25px * 0.8);
    height: calc(22px * 0.8);
  }
  .service-sec .con-service .cards-box .cad-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .cad-box .top-bx {
    width: 100%;
    height: 170px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .tex-box {
    padding: 10px;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .tex-box h5 {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 5px;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .tex-box p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 30%;
    padding: 0 10px;
    background-color: #f2f2f5 !important;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box > a {
    position: absolute;
    right: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .info-box {
    width: 100%;
    padding: 50px 0 0;
  }
  .service-sec .con-service .info-box .tit-bx {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .service-sec .con-service .info-box .tit-bx h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .info-box .tit-bx p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #606266 !important;
    width: 90%;
    margin-top: 20px;
  }
  .service-sec .con-service .info-box .tit-bx input[data-btt="btt"] {
    width: 200px;
    height: 40px;
    background-color: #17a2b8 !important;
    border: none;
    outline: none;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .service-sec .con-service .info-box .tit-bx input[data-btt="btt"]:hover {
    background-color: #51b9ca !important;
  }
}

@media (max-width: 419.99px) {
  .service-sec .con-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .service-sec .con-service .pnavi-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  .service-sec .con-service .pnavi-box > img {
    width: calc(48px * 0.3);
    height: calc(48px * 0.3);
    opacity: 0.6;
  }
  .service-sec .con-service .pnavi-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .pnavi-box > span {
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin: 0 5px;
    color: #606266 !important;
  }
  .service-sec .con-service .tit-box {
    margin: 30px 0 0px;
  }
  .service-sec .con-service .tit-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .tit-box h3::after {
    width: 20px;
    height: 1px;
    margin-top: 5px;
    background-color: #2f3033 !important;
  }
  .service-sec .con-service .bn-box {
    width: 100%;
    height: 220px;
    margin-top: 30px;
  }
  .service-sec .con-service .bn-box .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("../img/2-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-sec .con-service .bn-box .tex-box {
    width: 80%;
    height: 140px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 20px 0 20px;
  }
  .service-sec .con-service .bn-box .tex-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .bn-box .tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #606266 !important;
    margin-top: 5px;
  }
  .service-sec .con-service .cards-box {
    padding: 0 0 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .search-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #222528;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .service-sec .con-service .cards-box .search-bx .left {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #222528;
    width: 50%;
  }
  .service-sec .con-service .cards-box .search-bx .right {
    text-align: right;
    position: relative;
    width: 50%;
  }
  .service-sec .con-service .cards-box .search-bx .right input {
    width: 150px;
    height: 30px;
    border: 1px solid #8d9196;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #222528;
    padding: 0 10px;
  }
  .service-sec .con-service .cards-box .search-bx .right a {
    position: absolute;
    top: 7px;
    right: 10px;
  }
  .service-sec .con-service .cards-box .search-bx .right a img {
    width: calc(25px * 0.8);
    height: calc(22px * 0.8);
  }
  .service-sec .con-service .cards-box .cad-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .cad-box:nth-of-type(3n) {
    margin-right: 0;
  }
  .service-sec .con-service .cards-box .cad-box .top-bx {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .tex-box {
    padding: 10px;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .tex-box h5 {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 5px;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .tex-box p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 30%;
    padding: 0 10px;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .cards-box .cad-box .bot-bx .link-box > a {
    position: absolute;
    right: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .service-sec .con-service .info-box {
    width: 100%;
    padding: 50px 0 0;
  }
  .service-sec .con-service .info-box .tit-bx {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .service-sec .con-service .info-box .tit-bx h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033 !important;
  }
  .service-sec .con-service .info-box .tit-bx p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #606266 !important;
    width: 90%;
    margin-top: 20px;
  }
  .service-sec .con-service .info-box .tit-bx input[data-btt="btt"] {
    width: 200px;
    height: 40px;
    background-color: #17a2b8 !important;
    border: none;
    outline: none;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .service-sec .con-service .info-box .tit-bx input[data-btt="btt"]:hover {
    background-color: #51b9ca !important;
  }
}
/*# sourceMappingURL=service.css.map */