@charset "UTF-8";
[class*="con-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

[class*="con-"]::after {
  clear: both;
}

[class^="box-"],
[class$="-box"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class^="bx-"],
[class$="-bx"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 톱 버튼 */
.top {
  position: fixed;
  z-index: 500;
  width: 35px;
  height: 35px;
  background-color: #323388;
  right: 10px;
  bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  color: white;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.top:hover {
  background-color: #e2645a;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/*  */
button {
  border: none;
  outline: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::after,
::before {
  position: absolute;
  display: block;
  content: '';
}

img, iframe, video, object {
  max-width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul, li {
  list-style-type: none;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
}

section::after {
  clear: both;
}

.bgsize {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}

/* 오버레이 */
/* background-image */
/* 원형 박스 */
/* transform */
/* 텍스트 이펙트 */
.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;
}

/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  /* .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;

        .owl-lazy {
            opacity: 0;
            transition: opacity .4s ease;
        }

        img {
            display: block;
            width: 100%;
            height: 200px;
            -webkit-transform-style: preserve-3d;

            &.owl-lazy {
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
            }
        }
    } */
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  -webkit-transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

#con1-sec .top-bn {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url("../img/con1-3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#con1-sec .top-bn .con-bn {
  -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;
}

#con1-sec .top-bn .con-bn h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #17181a !important;
}

#con1-sec .top-bn .con-bn p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

#con1-sec .top-bn .con-bn .btn {
  width: 200px;
  height: 40px;
  margin-top: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#con1-sec .top-bn .con-bn .btn:hover {
  background-color: #c2a34e;
  color: #ffffff;
}

#con1-sec .con-1 {
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#con1-sec .con-1 .tit-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#con1-sec .con-1 .tit-box h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
}

#con1-sec .con-1 .tit-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
  margin-bottom: 30px;
}

#con1-sec .con-1 .owl-carousel {
  z-index: 0;
}

#con1-sec .con-1 .owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

#con1-sec .con-1 .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

#con1-sec .con-1 .owl-carousel {
  position: relative;
  width: 100%;
}

#con1-sec .con-1 .owl-carousel .item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  height: 100%;
}

#con1-sec .con-1 .owl-carousel .item:hover .link {
  height: 50px;
}

#con1-sec .con-1 .owl-carousel .item .link {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 0;
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: #d14a4a;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
}

#con1-sec .con-1 .owl-carousel .item img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  /* display: block; */
  width: 100%;
  height: 100%;
  max-height: 300px;
  -webkit-transform-style: preserve-3d;
}

#con1-sec .con-1 .owl-carousel .item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#con1-sec .con-1 .owl-carousel .item h3 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-top: 20px;
  color: #2f3033 !important;
}

#con1-sec .con-1 .owl-carousel .item p {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  font-family: "Noto Sans KR", sans-serif !important;
  padding: 5px 0 10px;
  color: #47494d !important;
}

#con1-sec .con-1 .owl-carousel .item span {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 20px;
}

#con1-sec .con-1 .owl-carousel .item span:nth-of-type(2) {
  text-decoration: line-through;
  font-size: 80%;
  font-weight: 300;
  color: #939599 !important;
  margin-left: 10px;
}

#con1-sec .con-1 .owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  background-color: #c24e4e;
}

#con1-sec .con-1 .owl-carousel:hover .owl-nav .owl-prev {
  left: -2px;
  background-color: #c24e4e;
}

#con1-sec .con-1 .owl-carousel .owl-nav {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  bottom: 0;
  right: 0;
  height: 70px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#con1-sec .con-1 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  right: -40px;
  background-image: url("../img/icon/right-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#con1-sec .con-1 .owl-carousel .owl-nav .owl-next:hover {
  background-color: #c21b1b;
}

#con1-sec .con-1 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  left: -40px;
  background-image: url("../img/icon/left-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  margin-left: 1px;
}

#con1-sec .con-1 .owl-carousel .owl-nav .owl-prev:hover {
  background-color: #c21b1b;
}

#con1-sec .con-1 .owl-carousel .owl-nav div {
  margin-top: -30px;
  position: absolute;
  top: 50%;
  color: #ffffff;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  #con1-sec .top-bn {
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url("../img/con1-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #con1-sec .top-bn .con-bn {
    -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;
  }
  #con1-sec .top-bn .con-bn h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #17181a !important;
  }
  #con1-sec .top-bn .con-bn p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  #con1-sec .top-bn .con-bn .btn {
    width: 200px;
    height: 40px;
    margin-top: 20px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  #con1-sec .top-bn .con-bn .btn:hover {
    background-color: #c2a34e;
    color: #ffffff;
  }
  #con1-sec .con-1 {
    padding: 70px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #con1-sec .con-1 .tit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #con1-sec .con-1 .tit-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
  }
  #con1-sec .con-1 .tit-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin-bottom: 30px;
  }
  #con1-sec .con-1 .owl-carousel {
    z-index: 0;
  }
  #con1-sec .con-1 .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  #con1-sec .con-1 .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  #con1-sec .con-1 .owl-carousel .item:hover .link {
    height: 50px;
  }
  #con1-sec .con-1 .owl-carousel .item img {
    max-height: 260px;
  }
  #con1-sec .con-1 .owl-carousel .item h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 20px;
  }
  #con1-sec .con-1 .owl-carousel .item p {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 5px 0 10px;
  }
  #con1-sec .con-1 .owl-carousel .item span {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 20px;
  }
  #con1-sec .con-1 .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    background-color: #c24e4e;
  }
  #con1-sec .con-1 .owl-carousel:hover .owl-nav .owl-prev {
    left: -2px;
    background-color: #c24e4e;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav {
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #con1-sec .con-1 .owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    right: -40px;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    left: -40px;
    margin-left: 1px;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav div {
    margin-top: -30px;
    top: 50%;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  #con1-sec .top-bn {
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url("../img/con1-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #con1-sec .top-bn .con-bn {
    -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;
  }
  #con1-sec .top-bn .con-bn h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #17181a !important;
  }
  #con1-sec .top-bn .con-bn p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  #con1-sec .top-bn .con-bn .btn {
    width: 180px;
    height: 40px;
    margin-top: 20px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  #con1-sec .top-bn .con-bn .btn:hover {
    background-color: #c2a34e;
    color: #ffffff;
  }
  #con1-sec .con-1 {
    padding: 70px 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #con1-sec .con-1 .tit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #con1-sec .con-1 .tit-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
  }
  #con1-sec .con-1 .tit-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin-bottom: 30px;
  }
  #con1-sec .con-1 .owl-carousel {
    z-index: 0;
  }
  #con1-sec .con-1 .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  #con1-sec .con-1 .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  #con1-sec .con-1 .owl-carousel .item:hover .link {
    height: 50px;
  }
  #con1-sec .con-1 .owl-carousel .item img {
    max-height: 280px;
  }
  #con1-sec .con-1 .owl-carousel .item h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 20px;
  }
  #con1-sec .con-1 .owl-carousel .item p {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 5px 0 10px;
  }
  #con1-sec .con-1 .owl-carousel .item span {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 20px;
  }
  #con1-sec .con-1 .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    background-color: #c24e4e;
  }
  #con1-sec .con-1 .owl-carousel:hover .owl-nav .owl-prev {
    left: -2px;
    background-color: #c24e4e;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav {
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #con1-sec .con-1 .owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    right: -40px;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    left: -40px;
    margin-left: 1px;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav div {
    margin-top: -30px;
    top: 50%;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  #con1-sec .top-bn {
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url("../img/con1-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #con1-sec .top-bn .con-bn {
    -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;
  }
  #con1-sec .top-bn .con-bn h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #17181a !important;
  }
  #con1-sec .top-bn .con-bn p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  #con1-sec .top-bn .con-bn .btn {
    width: 180px;
    height: 40px;
    margin-top: 20px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  #con1-sec .top-bn .con-bn .btn:hover {
    background-color: #c2a34e;
    color: #ffffff;
  }
  #con1-sec .con-1 {
    padding: 50px 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #con1-sec .con-1 .tit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #con1-sec .con-1 .tit-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
  }
  #con1-sec .con-1 .tit-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin-bottom: 30px;
  }
  #con1-sec .con-1 .owl-carousel {
    z-index: 0;
  }
  #con1-sec .con-1 .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  #con1-sec .con-1 .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  #con1-sec .con-1 .owl-carousel .item:hover .link {
    height: 50px;
  }
  #con1-sec .con-1 .owl-carousel .item img {
    max-height: 320px;
  }
  #con1-sec .con-1 .owl-carousel .item h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 20px;
  }
  #con1-sec .con-1 .owl-carousel .item p {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 5px 0 10px;
  }
  #con1-sec .con-1 .owl-carousel .item span {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 20px;
  }
  #con1-sec .con-1 .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    background-color: #c24e4e;
  }
  #con1-sec .con-1 .owl-carousel:hover .owl-nav .owl-prev {
    left: -2px;
    background-color: #c24e4e;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav {
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #con1-sec .con-1 .owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    right: -40px;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    left: -40px;
    margin-left: 1px;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav div {
    margin-top: -30px;
    top: 50%;
  }
}

@media (max-width: 575.99px) {
  #con1-sec .top-bn {
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url("../img/con1-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #con1-sec .top-bn .con-bn {
    -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;
  }
  #con1-sec .top-bn .con-bn h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #17181a !important;
  }
  #con1-sec .top-bn .con-bn p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  #con1-sec .top-bn .con-bn .btn {
    width: 180px;
    height: 40px;
    margin-top: 20px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  #con1-sec .top-bn .con-bn .btn:hover {
    background-color: #c2a34e;
    color: #ffffff;
  }
  #con1-sec .con-1 {
    padding: 50px 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #con1-sec .con-1 .tit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #con1-sec .con-1 .tit-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
  }
  #con1-sec .con-1 .tit-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin-bottom: 30px;
  }
  #con1-sec .con-1 .owl-carousel {
    z-index: 0;
  }
  #con1-sec .con-1 .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  #con1-sec .con-1 .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  #con1-sec .con-1 .owl-carousel .item:hover .link {
    height: 50px;
  }
  #con1-sec .con-1 .owl-carousel .item img {
    max-height: 320px;
  }
  #con1-sec .con-1 .owl-carousel .item h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 20px;
  }
  #con1-sec .con-1 .owl-carousel .item p {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 5px 0 10px;
  }
  #con1-sec .con-1 .owl-carousel .item span {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 20px;
  }
  #con1-sec .con-1 .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    background-color: #c24e4e;
  }
  #con1-sec .con-1 .owl-carousel:hover .owl-nav .owl-prev {
    left: -2px;
    background-color: #c24e4e;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav {
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #con1-sec .con-1 .owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    right: -40px;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    left: -40px;
    margin-left: 1px;
  }
  #con1-sec .con-1 .owl-carousel .owl-nav div {
    margin-top: -30px;
    top: 50%;
  }
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper .sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-close:focus {
  outline: none;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper button:focus {
  outline: none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

.quick-bt {
  z-index: 100;
  position: fixed;
  right: 10px;
  top: 120px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.quick-bt .quick-open-bt {
  position: absolute;
  right: -100px;
  top: calc(50% - (114px * 0.4) / 2);
  padding: 7px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.quick-bt .quick-open-bt img {
  width: calc(50px * 0.4);
  height: calc(114px * 0.4);
}

.quick-bt .qbt-box ul {
  border: 1px solid #f2f2f5;
}

.quick-bt .qbt-box ul li.qbt a.link-bx {
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  text-align: center;
  border-bottom: 1px solid #f2f2f5;
}

.quick-bt .qbt-box ul li.qbt a.link-bx img {
  width: calc(31px * 1);
  height: calc(26px * 1);
  margin-bottom: 7px;
}

.quick-bt .qbt-box ul li.qbt a.link-bx p {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.quick-bt .qbt-box ul li.qbt:nth-of-type(3) a.link-bx {
  border-bottom: none;
}

.quick-bt.up {
  top: 70px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .quick-bt {
    right: 5px;
    top: 110px;
  }
  .quick-bt .quick-open-bt {
    right: -100px;
    top: calc(50% - (114px * 0.4) / 2);
    padding: 7px 10px;
    width: 40px;
  }
  .quick-bt .quick-open-bt img {
    width: calc(50px * 0.4);
    height: calc(114px * 0.4);
  }
  .quick-bt .qbt-box ul {
    border: 1px solid #f2f2f5;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx {
    width: 80px;
    height: 80px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx img {
    width: calc(31px * 1);
    height: calc(26px * 1);
    margin-bottom: 7px;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .quick-bt.up {
    top: 110px;
    right: -100px;
  }
  .quick-bt.up .quick-open-bt {
    right: 110px;
  }
  .quick-bt.up .quick-open-bt:hover {
    background-color: #e1e3e5 !important;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .quick-bt {
    right: 5px;
    top: 110px;
  }
  .quick-bt .quick-open-bt {
    right: -100px;
    top: calc(50% - (114px * 0.4) / 2);
    padding: 7px 10px;
  }
  .quick-bt .quick-open-bt img {
    width: calc(50px * 0.4);
    height: calc(114px * 0.4);
  }
  .quick-bt .qbt-box ul {
    border: 1px solid #f2f2f5;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx {
    width: 80px;
    height: 75px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx img {
    width: calc(70px * 0.4);
    height: calc(70px * 0.4);
    margin-bottom: 7px;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(1) a.link-bx {
    height: 100px;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(4) a.link-bx {
    border-bottom: none;
  }
  .quick-bt.up {
    top: 110px;
    right: -100px;
  }
  .quick-bt.up .quick-open-bt {
    right: 110px;
  }
  .quick-bt.up .quick-open-bt:hover {
    background-color: #e1e3e5 !important;
  }
}

@media (max-width: 992px) {
  .quick-bt {
    display: none;
  }
}

[class*="con-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

[class*="con-"]::after {
  clear: both;
}

[class^="box-"],
[class$="-box"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class^="bx-"],
[class$="-bx"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 톱 버튼 */
.top {
  position: fixed;
  z-index: 500;
  width: 35px;
  height: 35px;
  background-color: #323388;
  right: 10px;
  bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  color: white;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.top:hover {
  background-color: #e2645a;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/*  */
button {
  border: none;
  outline: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::after,
::before {
  position: absolute;
  display: block;
  content: '';
}

img, iframe, video, object {
  max-width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul, li {
  list-style-type: none;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
}

section::after {
  clear: both;
}

.bgsize {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}

/* 오버레이 */
/* background-image */
/* 원형 박스 */
/* transform */
@-webkit-keyframes error {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  10% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  70% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes error {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  10% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  70% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.main-esti-sec {
  padding: 70px 0 100px;
  background-color: #f4f7f6;
}

.main-esti-sec .con-main-esti .left-box {
  width: 50%;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-esti-sec .con-main-esti .left-box h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #c8c9cc !important;
}

.main-esti-sec .con-main-esti .left-box h1::after {
  width: 104px;
  height: 1px;
  background-color: #c8c9cc !important;
  margin-top: 20px;
}

.main-esti-sec .con-main-esti .left-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-top: 10px;
}

.main-esti-sec .con-main-esti .left-box p span {
  color: #17a2b8 !important;
}

.main-esti-sec .con-main-esti .left-box p.p2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.main-esti-sec .con-main-esti .left-box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-top: 50px;
}

.main-esti-sec .con-main-esti .right-box {
  width: 50%;
}

.main-esti-sec .con-main-esti .right-box .estibox {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.main-esti-sec .con-main-esti .right-box .estibox.joins-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-esti-sec .con-main-esti .right-box .estibox .sucesbox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-esti-sec .con-main-esti .right-box .estibox .sucesbox h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .sucesbox p {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-bottom: 10px;
  color: #2f3033;
  text-align: center;
}

.main-esti-sec .con-main-esti .right-box .estibox .sucesbox p:nth-of-type(2) {
  color: #17a2b8 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .sucesbox span {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17a2b8 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .sucesbox.success {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

.main-esti-sec .con-main-esti .right-box .estibox.form-submitted {
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box {
  padding-top: 20px;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form {
  width: 100%;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form p.tex {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  /* 파일 업로드 */
  /* 파일 업로드 끝 */
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li1, .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li3 {
  width: calc(50% - 5px);
  margin-right: 5px;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .tex-bx {
  width: 25%;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span {
  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: 5%;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  vertical-align: middle;
  margin-top: -2px;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.mail {
  width: 6%;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.phone {
  width: 6px;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea {
  width: 100%;
  height: 170px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  padding: 0 10px;
  border: 1px solid #e1e3e5 !important;
  margin-bottom: 5px;
  outline: none;
  resize: none;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea::-webkit-input-placeholder {
  color: #adafb3 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea:-ms-input-placeholder {
  color: #adafb3 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea::-ms-input-placeholder {
  color: #adafb3 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input::-webkit-input-placeholder {
  color: #adafb3 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input:-ms-input-placeholder {
  color: #adafb3 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input::-ms-input-placeholder {
  color: #adafb3 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input::placeholder {
  color: #adafb3 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  padding: 10px;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input.form-error {
  border: 1px solid #e83e8c !important;
  -webkit-animation: error 0.5s ease 0s both;
  animation: error 0.5s ease 0s both;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.form-error .seltex {
  border: 1px solid #e83e8c !important;
  -webkit-animation: error 0.5s ease 0s both;
  animation: error 0.5s ease 0s both;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  background-color: white !important;
  display: block;
  height: 50px;
  width: 100%;
  margin: 0px 0 5px;
  padding: 0 10px;
  border: 1px solid #e1e3e5 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background: url("../images/arrow-bot.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select::-ms-expand {
  display: none;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select.seltex {
  color: #adafb3 !important;
  background: url("../images/arrow-bot.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #e1e3e5 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select option {
  background: #fafafc;
  color: #2f3033 !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select option.seltex {
  color: #adafb3 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select option.optex {
  color: #17181a !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select option.optex {
  color: #17181a !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select option:disabled {
  font-style: italic;
  color: #adafb3 !important;
  font-size: 90%;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #e1e3e5 !important;
  margin-bottom: 5px;
  outline: none;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input.form-error {
  border: 1px solid #e83e8c !important;
  -webkit-animation: error 0.5s ease 0s both;
  animation: error 0.5s ease 0s both;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #adafb3 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input:-ms-input-placeholder {
  color: #adafb3 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input::-ms-input-placeholder {
  color: #adafb3 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .input::-ms-clear {
  width: 0;
  height: 0;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up {
  margin-top: 10px;
  width: 100%;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box #file-upload {
  position: absolute;
  left: -9999px;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box label[for="file-upload"] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  -webkit-font-feature-settings: 400;
  font-feature-settings: 400;
  color: white;
  width: 30%;
  height: 50px;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box label[for="file-upload"]:hover {
  background: #e1e3e5 !important;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box #filename {
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  -webkit-font-feature-settings: 300;
  font-feature-settings: 300;
  line-height: 50px;
  float: left;
  width: 70%;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  color: #979797;
  border: 1px solid #e1e3e5 !important;
  margin-top: 0;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li5, .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li6, .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li7 {
  width: 100%;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box {
  width: 100%;
  padding: 35px 0 10px;
  -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;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input {
  width: 40%;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input.oks {
  background-color: #07317a;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input.oks:hover {
  background-color: #0b3f9a;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input.cancel {
  background-color: #a9b3be;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input.cancel:hover {
  background-color: #d0d7df;
}

.main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input.cancel::-ms-clear {
  width: 0;
  height: 0;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .main-esti-sec {
    padding: 70px 0 90px;
  }
  .main-esti-sec .con-main-esti .left-box {
    width: 45%;
    padding-top: 50px;
    padding-left: 20px;
  }
  .main-esti-sec .con-main-esti .left-box h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .left-box h1::after {
    height: 1px;
    margin-top: 20px;
  }
  .main-esti-sec .con-main-esti .left-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .main-esti-sec .con-main-esti .left-box p.p2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .left-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
  }
  .main-esti-sec .con-main-esti .right-box {
    width: 55%;
    padding-right: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox span {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox.success {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
  }
  .main-esti-sec .con-main-esti .right-box .estibox.form-submitted {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box {
    padding-top: 20px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form p.tex {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li {
    width: 50%;
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li1, .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li3 {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .tex-bx {
    width: 25%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span {
    width: 5%;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: -2px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.mail {
    width: 6%;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.phone {
    width: 6px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea {
    height: 170px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
    border: 1px solid #e1e3e5 !important;
    margin-bottom: 5px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.form-error .seltex {
    border: 1px solid #e83e8c !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 50px;
    width: 100%;
    margin: 0px 0 5px;
    padding: 0 10px;
    background-position: 95% 50%;
    background-size: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select.seltex {
    background-position: 95% 50%;
    background-size: 13px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #e1e3e5 !important;
    margin-bottom: 5px;
    outline: none;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up {
    margin-top: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box label[for="file-upload"] {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 400;
    font-feature-settings: 400;
    color: white;
    width: 30%;
    height: 50px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 300;
    font-feature-settings: 300;
    line-height: 50px;
    float: left;
    width: 70%;
    height: 50px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box {
    padding: 35px 0 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input {
    width: 40%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .main-esti-sec {
    padding: 50px 0 70px;
  }
  .main-esti-sec .con-main-esti {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-esti-sec .con-main-esti .left-box {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-esti-sec .con-main-esti .left-box h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 54px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .left-box h1::after {
    height: 1px;
    margin-top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main-esti-sec .con-main-esti .left-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .left-box p.p2 {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .left-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .right-box {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox span {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox.success {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
  }
  .main-esti-sec .con-main-esti .right-box .estibox.form-submitted {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box {
    padding-top: 20px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form p.tex {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li {
    width: 50%;
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li1, .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li3 {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .tex-bx {
    width: 25%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span {
    width: 5%;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: -2px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.mail {
    width: 6%;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.phone {
    width: 6px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea {
    height: 170px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
    border: 1px solid #e1e3e5 !important;
    margin-bottom: 5px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.form-error .seltex {
    border: 1px solid #e83e8c !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 50px;
    width: 100%;
    margin: 0px 0 5px;
    padding: 0 10px;
    background-position: 95% 50%;
    background-size: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select.seltex {
    background-position: 95% 50%;
    background-size: 13px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #e1e3e5 !important;
    margin-bottom: 5px;
    outline: none;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up {
    margin-top: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box label[for="file-upload"] {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 400;
    font-feature-settings: 400;
    color: white;
    width: 30%;
    height: 50px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 300;
    font-feature-settings: 300;
    line-height: 50px;
    float: left;
    width: 70%;
    height: 50px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box {
    padding: 35px 0 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input {
    width: 40%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .main-esti-sec {
    padding: 30px 0 60px;
  }
  .main-esti-sec .con-main-esti {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-esti-sec .con-main-esti .left-box {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-esti-sec .con-main-esti .left-box h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 54px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .left-box h1::after {
    height: 1px;
    margin-top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main-esti-sec .con-main-esti .left-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .left-box p.p2 {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .left-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .right-box {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox span {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox.success {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
  }
  .main-esti-sec .con-main-esti .right-box .estibox.form-submitted {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box {
    padding-top: 20px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form p.tex {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li {
    width: 50%;
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li1, .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li3 {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .tex-bx {
    width: 25%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span {
    width: 5%;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: -2px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.mail {
    width: 6%;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.phone {
    width: 6px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea {
    height: 170px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
    border: 1px solid #e1e3e5 !important;
    margin-bottom: 5px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.form-error .seltex {
    border: 1px solid #e83e8c !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 50px;
    width: 100%;
    margin: 0px 0 5px;
    padding: 0 10px;
    background-position: 95% 50%;
    background-size: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select.seltex {
    background-position: 95% 50%;
    background-size: 13px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #e1e3e5 !important;
    margin-bottom: 5px;
    outline: none;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up {
    margin-top: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box label[for="file-upload"] {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 400;
    font-feature-settings: 400;
    color: white;
    width: 30%;
    height: 50px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 300;
    font-feature-settings: 300;
    line-height: 50px;
    float: left;
    width: 70%;
    height: 50px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box {
    padding: 35px 0 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input {
    width: 40%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .main-esti-sec {
    padding: 30px 0 50px;
  }
  .main-esti-sec .con-main-esti {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-esti-sec .con-main-esti .left-box {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-esti-sec .con-main-esti .left-box h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .left-box h1::after {
    height: 1px;
    margin-top: 18px;
    width: 90px;
    left: calc(50% + 5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main-esti-sec .con-main-esti .left-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .left-box p.p2 {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .left-box h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 45px;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .right-box {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox span {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox.success {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
  }
  .main-esti-sec .con-main-esti .right-box .estibox.form-submitted {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box {
    padding-top: 20px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form p.tex {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li {
    width: 50%;
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li1, .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li3 {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .tex-bx {
    width: 25%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span {
    width: 5%;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: -2px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.mail {
    width: 6%;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.phone {
    width: 6px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea {
    height: 170px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
    border: 1px solid #e1e3e5 !important;
    margin-bottom: 5px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.form-error .seltex {
    border: 1px solid #e83e8c !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 50px;
    width: 100%;
    margin: 0px 0 5px;
    padding: 0 10px;
    background-position: 95% 50%;
    background-size: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select.seltex {
    background-position: 95% 50%;
    background-size: 13px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #e1e3e5 !important;
    margin-bottom: 5px;
    outline: none;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up {
    margin-top: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box label[for="file-upload"] {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 400;
    font-feature-settings: 400;
    color: white;
    width: 30%;
    height: 50px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 300;
    font-feature-settings: 300;
    line-height: 50px;
    float: left;
    width: 70%;
    height: 50px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box {
    padding: 35px 0 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input {
    width: 40%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 419.99px) {
  .main-esti-sec {
    padding: 30px 0 50px;
  }
  .main-esti-sec .con-main-esti {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-esti-sec .con-main-esti .left-box {
    width: 100%;
    padding: 20px 20px 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-esti-sec .con-main-esti .left-box h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .left-box h1::after {
    height: 1px;
    margin-top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main-esti-sec .con-main-esti .left-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .left-box p.p2 {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .left-box p br {
    display: none;
  }
  .main-esti-sec .con-main-esti .left-box h3 {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 30px;
    text-align: center;
  }
  .main-esti-sec .con-main-esti .right-box {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox span {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .sucesbox.success {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
  }
  .main-esti-sec .con-main-esti .right-box .estibox.form-submitted {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box {
    padding-top: 20px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form p.tex {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li {
    width: 100%;
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li1, .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li3 {
    width: calc(100% - 0px);
    margin-right: 0px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .tex-bx {
    width: 25%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span {
    width: 5%;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: -2px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.mail {
    width: 6%;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.phone {
    width: 6px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea {
    height: 130px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
    border: 1px solid #e1e3e5 !important;
    margin-bottom: 5px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.form-error .seltex {
    border: 1px solid #e83e8c !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 40px;
    width: 100%;
    margin: 0px 0 5px;
    padding: 0 10px;
    background-position: 95% 50%;
    background-size: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select.seltex {
    background-position: 95% 50%;
    background-size: 13px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e1e3e5 !important;
    margin-bottom: 5px;
    outline: none;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up {
    margin-top: 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box label[for="file-upload"] {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 400;
    font-feature-settings: 400;
    color: white;
    width: 30%;
    height: 40px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 300;
    font-feature-settings: 300;
    line-height: 50px;
    float: left;
    width: 70%;
    height: 40px;
    margin-top: 0px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box {
    padding: 35px 0 10px;
  }
  .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input {
    width: 30%;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

.footer-sec {
  border-top: 1px solid #d8d8d8;
}

.footer-sec .foot-box {
  padding: 20px 0;
}

.footer-sec .foot-box .con-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-sec .foot-box .con-footer p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #555555;
  text-align: center;
}

.footer-sec .foot-box .con-footer p .hide {
  display: none;
}

.footer-sec .foot-box .con-footer p span {
  font-size: 9px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #555;
  padding: 0 15px;
  position: relative;
  top: -2px;
}

.footer-sec .foot-box .con-footer a {
  margin-top: 15px;
  padding: 5px 15px;
  background-color: #686868;
  font-size: 12px;
  font-weight: 100;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
}

.footer-sec .copy-box {
  background-color: #a4a4a4;
  height: 39px;
}

.footer-sec .copy-box .con-copy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-sec .copy-box .con-copy p {
  font-size: 12px;
  font-weight: 100;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .footer-sec .foot-box {
    padding: 15px 0;
  }
  .footer-sec .foot-box .con-footer p {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-sec .foot-box .con-footer p span {
    font-size: 9px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 15px;
    top: -2px;
  }
  .footer-sec .copy-box {
    height: 40px;
  }
  .footer-sec .copy-box .con-copy p {
    font-size: 12px;
    font-weight: 100;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .footer-sec .foot-box {
    padding: 15px 0;
  }
  .footer-sec .foot-box .con-footer p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-sec .foot-box .con-footer p span {
    font-size: 9px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 15px;
    top: -2px;
  }
  .footer-sec .copy-box {
    height: 40px;
  }
  .footer-sec .copy-box .con-copy p {
    font-size: 12px;
    font-weight: 100;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 575.99px) {
  .footer-sec {
    padding-top: 5px;
  }
  .footer-sec .foot-box {
    padding: 10px 0;
  }
  .footer-sec .foot-box .con-footer p {
    width: 95%;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-sec .foot-box .con-footer p .hide {
    display: block;
  }
  .footer-sec .foot-box .con-footer p span {
    font-size: 7px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
    top: -2px;
  }
  .footer-sec .foot-box .con-footer p span:nth-of-type(1), .footer-sec .foot-box .con-footer p span:nth-of-type(3) {
    display: none;
  }
  .footer-sec .copy-box {
    height: 35px;
  }
  .footer-sec .copy-box .con-copy p {
    font-size: 11px;
    font-weight: 100;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 95%;
    text-align: center;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1199.99px) {
  .con2-sec {
    -webkit-animation: fadein 2s ease-in-out 0.3s both;
            animation: fadein 2s ease-in-out 0.3s both;
  }
  .con3-sec {
    -webkit-animation: fadein 2s ease-in-out 0.3s both;
            animation: fadein 2s ease-in-out 0.3s both;
  }
  .footer-sec {
    -webkit-animation: fadein 2s ease-in-out 0.3s both;
            animation: fadein 2s ease-in-out 0.3s both;
  }
}

@media (max-width: 419.99px) {
  con2-sec {
    -webkit-animation: fadein 2s ease-in-out 0.3s both;
            animation: fadein 2s ease-in-out 0.3s both;
  }
  .con3-sec {
    -webkit-animation: fadein 2s ease-in-out 0.3s both;
            animation: fadein 2s ease-in-out 0.3s both;
  }
}

.con2-sec {
  margin-top: 50px;
}

.con2-sec .con-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.con2-sec .con-2 .tit-box {
  -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;
}

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

.con2-sec .con-2 .tit-box h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  width: 280px;
  margin-top: 10px;
}

.con2-sec .con-2 .bn-box {
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.con2-sec .con-2 .bn-box > a {
  width: 32.5%;
  height: 100%;
}

.con2-sec .con-2 .bn-box > a .img-bx {
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -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;
}

.con2-sec .con-2 .bn-box > a .img-bx:hover::before {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.con2-sec .con-2 .bn-box > a .img-bx:hover h3 {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

.con2-sec .con-2 .bn-box > a .img-bx:hover p {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}

.con2-sec .con-2 .bn-box > a .img-bx::before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(52, 77, 124, 0.7);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.con2-sec .con-2 .bn-box > a .img-bx h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  z-index: 1;
  margin-bottom: 20px;
  -webkit-transform: translateY(-170px);
          transform: translateY(-170px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.con2-sec .con-2 .bn-box > a .img-bx p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  z-index: 1;
  width: 70%;
  text-align: center;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.con2-sec .con-2 .bn-box > a .img-bx:nth-of-type(1) {
  background-image: url("../images/con2-1.jpg");
}

.con2-sec .con-2 .bn-box > a .img-bx:nth-of-type(2) {
  background-image: url("../images/con2-2.jpg");
}

.con2-sec .con-2 .bn-box > a .img-bx:nth-of-type(3) {
  background-image: url("../images/con2-3.jpg");
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .con2-sec .con-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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .con2-sec .con-2 .tit-box {
    -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;
    width: 100%;
  }
  .con2-sec .con-2 .tit-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .con2-sec .con-2 .tit-box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    width: 280px;
    margin-top: 10px;
  }
  .con2-sec .con-2 .bn-box {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con2-sec .con-2 .bn-box > a {
    width: 32.5%;
  }
  .con2-sec .con-2 .bn-box > a .img-bx {
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .con2-sec {
    margin-top: 40px;
  }
  .con2-sec .con-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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .con2-sec .con-2 .tit-box {
    -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;
    width: 100%;
    text-align: center;
  }
  .con2-sec .con-2 .tit-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .con2-sec .con-2 .tit-box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    width: 100%;
    margin-top: 10px;
  }
  .con2-sec .con-2 .bn-box {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con2-sec .con-2 .bn-box > a {
    width: 32.5%;
  }
  .con2-sec .con-2 .bn-box > a .img-bx {
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .con2-sec {
    margin-top: 40px;
  }
  .con2-sec .con-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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .con2-sec .con-2 .tit-box {
    -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;
    width: 100%;
    text-align: center;
  }
  .con2-sec .con-2 .tit-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .con2-sec .con-2 .tit-box h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    width: 100%;
    margin-top: 0;
  }
  .con2-sec .con-2 .bn-box {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con2-sec .con-2 .bn-box > a {
    width: 32.5%;
  }
  .con2-sec .con-2 .bn-box > a .img-bx {
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 575.99px) {
  .con2-sec {
    margin-top: 30px;
  }
  .con2-sec .con-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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .con2-sec .con-2 .tit-box {
    -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;
    width: 100%;
    text-align: center;
  }
  .con2-sec .con-2 .tit-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .con2-sec .con-2 .tit-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    width: 100%;
    margin-top: 0;
  }
  .con2-sec .con-2 .bn-box {
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con2-sec .con-2 .bn-box > a {
    width: 32.5%;
  }
  .con2-sec .con-2 .bn-box > a .img-bx {
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.con3-sec {
  margin: 90px 0 100px;
}

.con3-sec .con-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.con3-sec .con-3 .bx-cont {
  width: 15.2%;
  height: 250px;
  -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;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.con3-sec .con-3 .bx-cont:nth-of-type(1) {
  background-color: #63b1e0;
  -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;
}

.con3-sec .con-3 .bx-cont:nth-of-type(1):hover {
  background-color: #1868b3;
}

.con3-sec .con-3 .bx-cont:nth-of-type(1) > img {
  margin-top: 30px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(1) > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  margin: 20px 0 80px 0;
  width: 100%;
}

.con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx {
  position: relative;
  bottom: 30px;
  width: 90%;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx > p {
  font-size: 12px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  width: 100%;
  margin-right: -30px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx > img {
  width: 15px;
  height: 6px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(2) {
  background-color: #63b1e0;
  -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;
}

.con3-sec .con-3 .bx-cont:nth-of-type(2):hover {
  background-color: #1868b3;
}

.con3-sec .con-3 .bx-cont:nth-of-type(2) > img {
  margin-top: 30px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(2) > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  margin: 20px 0 80px 0;
  width: 100%;
}

.con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx {
  position: relative;
  bottom: 30px;
  width: 90%;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx > p {
  font-size: 12px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  width: 100%;
  margin-right: -30px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx > img {
  width: 15px;
  height: 6px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(3) {
  background-color: #63b1e0;
  -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;
}

.con3-sec .con-3 .bx-cont:nth-of-type(3):hover {
  background-color: #1868b3;
}

.con3-sec .con-3 .bx-cont:nth-of-type(3) > img {
  margin-top: 30px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(3) > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  margin: 20px 0 80px 0;
  width: 100%;
}

.con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx {
  position: relative;
  bottom: 30px;
  width: 90%;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx > p {
  font-size: 12px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  width: 100%;
  margin-right: -30px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx > img {
  width: 15px;
  height: 6px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(4) {
  width: 20%;
  -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 5px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(4) h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  text-align: left;
  padding-left: 10px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(4) h5::after {
  width: 68px;
  height: 2px;
  background-color: #2f3033 !important;
}

.con3-sec .con-3 .bx-cont:nth-of-type(4) p {
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-top: 40px;
  color: #606266 !important;
  text-align: left;
  width: 100%;
  padding-left: 10px;
}

.con3-sec .con-3 .bx-cont:nth-of-type(5) {
  width: 30%;
  background-image: url("../images/mv-i.jpg");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .con3-sec .con-3 .bx-cont:nth-of-type(4) p br {
    display: none;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .con3-sec {
    margin-top: 30px;
    margin-bottom: 0;
    height: 600px;
  }
  .con3-sec .con-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .con3-sec .con-3 .bx-cont {
    position: relative;
    width: 32%;
    height: 250px;
    -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;
    text-align: center;
    padding: 10px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) {
    background-color: #63b1e0;
    -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;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) > img {
    margin-top: 30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin: 20px 0 80px 0;
    width: 100%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx {
    position: relative;
    bottom: 30px;
    width: 90%;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    width: 100%;
    margin-right: -30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx > img {
    width: 15px;
    height: 6px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) {
    background-color: #63b1e0;
    -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;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) > img {
    margin-top: 30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin: 20px 0 80px 0;
    width: 100%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx {
    position: relative;
    bottom: 30px;
    width: 90%;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    width: 100%;
    margin-right: -30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx > img {
    width: 15px;
    height: 6px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) {
    background-color: #63b1e0;
    -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;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) > img {
    margin-top: 30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin: 20px 0 80px 0;
    width: 100%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx {
    position: relative;
    bottom: 30px;
    width: 90%;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    width: 100%;
    margin-right: -30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx > img {
    width: 15px;
    height: 6px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) {
    width: 40%;
    -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 5px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-align: left;
    padding-left: 0;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) h5::after {
    height: 2px;
    background-color: #2f3033 !important;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) p {
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 40px;
    color: #606266 !important;
    text-align: left;
    width: 100%;
    padding-left: 0;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) p br {
    display: none;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(5) {
    width: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .con3-sec {
    margin-top: 30px;
    margin-bottom: 0;
    height: 520px;
  }
  .con3-sec .con-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .con3-sec .con-3 .bx-cont {
    position: relative;
    width: 32.5%;
    height: 180px;
    -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;
    text-align: center;
    padding: 10px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) {
    background-color: #63b1e0;
    -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;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) > img {
    margin-top: 20px;
    width: calc(60px * 0.8);
    height: calc(65px * 0.8);
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin: 10px 0 60px 0;
    width: 100%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx {
    position: relative;
    bottom: 30px;
    width: 90%;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    width: 100%;
    margin-right: -30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx > img {
    width: 15px;
    height: 6px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) {
    background-color: #63b1e0;
    -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;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) > img {
    margin-top: 20px;
    width: calc(60px * 0.8);
    height: calc(65px * 0.8);
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin: 10px 0 60px 0;
    width: 100%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx {
    position: relative;
    bottom: 30px;
    width: 90%;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    width: 100%;
    margin-right: -30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx > img {
    width: 15px;
    height: 6px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) {
    background-color: #63b1e0;
    -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;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) > img {
    margin-top: 20px;
    width: calc(60px * 0.8);
    height: calc(65px * 0.8);
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin: 10px 0 60px 0;
    width: 100%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx {
    position: relative;
    bottom: 30px;
    width: 90%;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    width: 100%;
    margin-right: -30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx > img {
    width: 15px;
    height: 6px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) {
    width: 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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 5px;
    height: 200px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-align: left;
    padding-left: 0;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) h5::after {
    height: 2px;
    background-color: #2f3033 !important;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) p {
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 30px;
    color: #606266 !important;
    text-align: left;
    width: 100%;
    padding-left: 0;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) p br {
    display: none;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(5) {
    height: 200px;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 575.99px) {
  .con3-sec {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .con3-sec .con-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .con3-sec .con-3 .bx-cont {
    position: relative;
    width: 32.5%;
    height: 130px;
    -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;
    text-align: center;
    padding: 10px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) {
    background-color: #63b1e0;
    -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;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) > img {
    margin-top: 20px;
    width: 40%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin: 10px 0 60px 0;
    width: 100%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx {
    position: relative;
    bottom: 30px;
    width: 100%;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    width: 100%;
    margin-right: -30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(1) .bt-bx > img {
    width: 15px;
    height: 6px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) {
    background-color: #63b1e0;
    -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;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) > img {
    margin-top: 20px;
    width: 40%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin: 10px 0 60px 0;
    width: 100%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx {
    position: relative;
    bottom: 30px;
    width: 100%;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    width: 100%;
    margin-right: -30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(2) .bt-bx > img {
    width: 15px;
    height: 6px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) {
    background-color: #63b1e0;
    -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;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) > img {
    margin-top: 20px;
    width: 40%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin: 10px 0 60px 0;
    width: 100%;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx {
    position: relative;
    bottom: 30px;
    width: 100%;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    width: 100%;
    margin-right: -30px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(3) .bt-bx > img {
    width: 15px;
    height: 6px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    height: auto;
    margin-top: 25px;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-align: left;
    padding-left: 0;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) h5::after {
    width: 60px;
    height: 2px;
    background-color: #2f3033 !important;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) p {
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 15px;
    color: #606266 !important;
    text-align: left;
    width: 100%;
    padding-left: 0;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(4) p br {
    display: none;
  }
  .con3-sec .con-3 .bx-cont:nth-of-type(5) {
    height: 180px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 15px;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .mv_img > img {
    max-width: 90% !important;
    height: auto !important;
  }
}

@media (max-width: 575.99px) {
  .mv_img > img {
    max-width: 90% !important;
    height: auto !important;
  }
}
/*# sourceMappingURL=main.css.map */