@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap");
[class^="con-"],
[class$="-con"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

[class^="bcon-"],
[class$="-bcon"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '';
}

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=Lato:700,900'); */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.scroll-none {
  overflow-y: hidden;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

body.scroll-auto {
  overflow-y: auto;
  -webkit-transition: all 2s ease 1s;
  transition: all 2s ease 1s;
}

/* 오버레이 */
body.modal-open {
  overflow: hidden;
}

body.scbar {
  -ms-overflow-style: none;
}

body.scbar::-webkit-scrollbar {
  display: none !important;
}

.scroll-icon {
  position: absolute;
  z-index: 2000;
  cursor: pointer;
}

.scroll-icon.down {
  left: 50%;
  top: auto;
  bottom: 50px;
}

.scroll-icon.up {
  left: 50%;
  top: 50px;
  bottom: auto;
}

.scroll-icon .icon img {
  width: calc(53px * 0.2);
  height: calc(100px * 0.2);
  -webkit-animation: arrowicon 2s ease infinite;
          animation: arrowicon 2s ease infinite;
}

/* background-image */
/* 원형 박스 */
/* transform */
/* 쇼핑몰 뷰어 */
input[id="item-1"] + label.label-box {
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.visu-sec {
  z-index: 2000;
  width: 100%;
  height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8d5c7;
}

.visu-sec .vs-bg {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/back.gif);
  max-width: 1920px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.visu-sec > img {
  width: 100%;
  height: 100%;
  max-width: 1920px;
}

.visu-sec .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.visu-sec .btn img {
  margin-top: 190px;
  width: calc(589px * 1);
  height: calc(590px * 1);
  -webkit-animation: down 1s ease 1s both;
          animation: down 1s ease 1s both;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .visu-sec {
    z-index: 2000;
    width: 100%;
    height: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .visu-sec .btn img {
    margin-top: 190px;
    width: calc(589px * 0.8);
    height: calc(590px * 0.8);
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .visu-sec {
    z-index: 2000;
    width: 100%;
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .visu-sec .btn img {
    margin-top: 130px;
    width: calc(589px * 0.6);
    height: calc(590px * 0.6);
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .visu-sec {
    z-index: 2000;
    width: 100%;
    height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .visu-sec .btn img {
    margin-top: 100px;
    width: calc(589px * 0.5);
    height: calc(590px * 0.5);
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .visu-sec {
    z-index: 2000;
    width: 100%;
    height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .visu-sec .btn img {
    margin-top: 70px;
    width: calc(589px * 0.4);
    height: calc(590px * 0.4);
  }
}

@media (max-width: 419.99px) {
  .visu-sec {
    z-index: 2000;
    width: 100%;
    height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .visu-sec .btn img {
    margin-top: 50px;
    width: calc(589px * 0.35);
    height: calc(590px * 0.35);
  }
}

body.scnone {
  overflow: hidden;
}

header * {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

header.topnav-sec {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

header.topnav-sec .head .left-mobt {
  z-index: 5000;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  cursor: pointer;
}

header.topnav-sec .head .left-mobt span {
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #2b2e31;
}

header.topnav-sec .head .left-mobt span:nth-of-type(1) {
  margin-top: -10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header.topnav-sec .head .left-mobt span:nth-of-type(2) {
  margin-top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header.topnav-sec .head .left-mobt span:nth-of-type(3) {
  margin-top: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header.topnav-sec .head .right-logtex {
  position: absolute;
  right: 100px;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4000;
}

header.topnav-sec .head .right-logtex img.search {
  width: calc(15px * 1);
  height: calc(15px * 1);
  margin-right: 5px;
  cursor: pointer;
}

header.topnav-sec .head .right-logtex img.search2 {
  width: calc(15px * 1);
  height: calc(15px * 1);
  margin-right: 5px;
  display: none;
}

header.topnav-sec .head .right-logtex img.cart {
  width: calc(15px * 1);
  height: calc(17px * 1);
  margin-left: 5px;
  cursor: pointer;
}

header.topnav-sec .head .right-logtex img.search.show {
  width: calc(15px * 1);
  height: calc(15px * 1);
  margin-right: 5px;
  display: none;
}

header.topnav-sec .head .right-logtex img.search2.show {
  width: calc(15px * 1);
  height: calc(15px * 1);
  margin-right: 5px;
  display: block;
  cursor: pointer;
}

header.topnav-sec .head .right-logtex .tex-bx {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.topnav-sec .head .right-logtex .tex-bx p {
  margin: 0 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2e31;
}

header.topnav-sec .head .right-logtex .tex-bx p a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2e31;
}

header.topnav-sec .head .right-logtex .tex-bx .mobile {
  display: none;
}

header.topnav-sec .head .con-head {
  width: 100%;
  height: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header.topnav-sec .head .con-head .top-logo-box {
  width: 100%;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.topnav-sec .head .con-head .top-logo-box a > img {
  width: calc(184px * 1);
  height: calc(53px * 1);
}

header.topnav-sec .head .con-head .top-nav-box {
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.topnav-sec .head .con-head .top-nav-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  height: 100%;
}

header.topnav-sec .head .con-head .top-nav-box ul li {
  width: 25%;
  height: 100%;
}

header.topnav-sec .head .con-head .top-nav-box ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2e31;
}

header.fixed {
  background-color: #fff;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

header.fixed .head .left-mobt {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

header.fixed .head .left-mobt span {
  position: absolute;
  width: 40px;
  height: 2px;
}

header.fixed .head .right-logtex {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  header.topnav-sec .head .left-mobt {
    width: 50px;
    height: 50px;
    left: 20px;
    top: 50px;
  }
  header.topnav-sec .head .left-mobt span {
    width: 40px;
    height: 4px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(1) {
    margin-top: -10px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(3) {
    margin-top: 10px;
  }
  header.topnav-sec .head .right-logtex {
    right: 20px;
    top: 50px;
    height: 50px;
  }
  header.topnav-sec .head .right-logtex img.search {
    width: calc(15px * 0.9);
    height: calc(15px * 0.9);
    margin-right: 5px;
  }
  header.topnav-sec .head .right-logtex img.search2 {
    width: calc(15px * 0.9);
    height: calc(15px * 0.9);
    margin-right: 5px;
    display: none;
  }
  header.topnav-sec .head .right-logtex img.cart {
    width: calc(15px * 0.9);
    height: calc(17px * 0.9);
    margin-left: 5px;
  }
  header.topnav-sec .head .right-logtex img.search.show {
    width: calc(15px * 0.9);
    height: calc(15px * 0.9);
    margin-right: 5px;
    display: none;
  }
  header.topnav-sec .head .right-logtex img.search2.show {
    width: calc(15px * 0.9);
    height: calc(15px * 0.9);
    margin-right: 5px;
    display: block;
    cursor: pointer;
  }
  header.topnav-sec .head .right-logtex .tex-bx {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.topnav-sec .head .right-logtex .tex-bx p {
    margin: 0 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .con-head {
    width: 100%;
    height: 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.topnav-sec .head .con-head .top-logo-box {
    width: 100%;
    height: 100px;
  }
  header.topnav-sec .head .con-head .top-logo-box a > img {
    width: calc(184px * 0.85);
    height: calc(53px * 0.85);
  }
  header.topnav-sec .head .con-head .top-nav-box {
    height: 70px;
  }
  header.topnav-sec .head .con-head .top-nav-box ul {
    width: 55%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li {
    width: 25%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header.fixed {
    background-color: #fff;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  header.fixed .head .left-mobt {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  header.fixed .head .left-mobt span {
    position: absolute;
    width: 40px;
    height: 2px;
  }
  header.fixed .head .right-logtex {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  header.topnav-sec .head .left-mobt {
    width: 50px;
    height: 50px;
    left: 20px;
    top: 50px;
  }
  header.topnav-sec .head .left-mobt span {
    width: 40px;
    height: 4px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(1) {
    margin-top: -10px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(3) {
    margin-top: 10px;
  }
  header.topnav-sec .head .right-logtex {
    right: 20px;
    top: 50px;
    height: 50px;
  }
  header.topnav-sec .head .right-logtex img.search {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 5px;
  }
  header.topnav-sec .head .right-logtex img.search2 {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 5px;
  }
  header.topnav-sec .head .right-logtex img.cart {
    width: calc(15px * 0.8);
    height: calc(17px * 0.8);
    margin-left: 5px;
  }
  header.topnav-sec .head .right-logtex img.search.show {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 5px;
    display: none;
  }
  header.topnav-sec .head .right-logtex img.search2.show {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 5px;
    display: block;
    cursor: pointer;
  }
  header.topnav-sec .head .right-logtex .tex-bx {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.topnav-sec .head .right-logtex .tex-bx p {
    margin: 0 3px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .con-head {
    width: 100%;
    height: 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.topnav-sec .head .con-head .top-logo-box {
    width: 100%;
    height: 100px;
  }
  header.topnav-sec .head .con-head .top-logo-box a > img {
    width: calc(184px * 0.85);
    height: calc(53px * 0.85);
  }
  header.topnav-sec .head .con-head .top-nav-box {
    height: 70px;
  }
  header.topnav-sec .head .con-head .top-nav-box ul {
    width: 49%;
    margin-right: 0;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li {
    width: 25%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header.fixed {
    background-color: #fff;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  header.fixed .head .left-mobt {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  header.fixed .head .left-mobt span {
    position: absolute;
    width: 40px;
    height: 2px;
  }
  header.fixed .head .right-logtex {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  header.topnav-sec .head .left-mobt {
    width: 40px;
    height: 40px;
    left: 20px;
    top: 10px;
  }
  header.topnav-sec .head .left-mobt span {
    width: 30px;
    height: 3px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(1) {
    margin-top: -8px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(3) {
    margin-top: 8px;
  }
  header.topnav-sec .head .right-logtex {
    right: 20px;
    top: 5px;
    height: 50px;
  }
  header.topnav-sec .head .right-logtex img.search {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 5px;
  }
  header.topnav-sec .head .right-logtex img.cart {
    width: calc(15px * 0.8);
    height: calc(17px * 0.8);
    margin-left: 5px;
  }
  header.topnav-sec .head .right-logtex .tex-bx {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.topnav-sec .head .right-logtex .tex-bx p {
    margin: 0 3px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .con-head {
    width: 100%;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.topnav-sec .head .con-head .top-logo-box {
    width: 100%;
    height: 100px;
  }
  header.topnav-sec .head .con-head .top-logo-box a > img {
    width: calc(184px * 0.6);
    height: calc(53px * 0.6);
    margin-top: -5px;
  }
  header.topnav-sec .head .con-head .top-nav-box {
    height: 70px;
    display: none;
  }
  header.topnav-sec .head .con-head .top-nav-box ul {
    width: 60%;
    margin-right: 30px;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li {
    width: 25%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header.fixed {
    background-color: #fff;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  header.fixed .head .left-mobt {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  header.fixed .head .left-mobt span {
    position: absolute;
    width: 40px;
    height: 2px;
  }
  header.fixed .head .right-logtex {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  header.topnav-sec .head .left-mobt {
    width: 40px;
    height: 40px;
    left: 20px;
    top: 5px;
  }
  header.topnav-sec .head .left-mobt span {
    width: 30px;
    height: 3px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(1) {
    margin-top: -8px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(3) {
    margin-top: 8px;
  }
  header.topnav-sec .head .right-logtex {
    right: 20px;
    top: 5px;
    height: 50px;
  }
  header.topnav-sec .head .right-logtex img.search {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex img.cart {
    width: calc(15px * 0.8);
    height: calc(17px * 0.8);
    margin-left: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.topnav-sec .head .right-logtex .tex-bx p {
    margin: 0 3px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a .hide {
    display: none;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile {
    display: inline;
    position: relative;
    top: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.logout {
    width: calc(13px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.login {
    width: calc(13px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
    opacity: 0.7;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.mypage {
    width: calc(23px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .pc {
    display: none;
  }
  header.topnav-sec .head .con-head {
    width: 100%;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.topnav-sec .head .con-head .top-logo-box {
    width: 100%;
    height: 100px;
  }
  header.topnav-sec .head .con-head .top-logo-box a > img {
    width: calc(184px * 0.55);
    height: calc(53px * 0.55);
    margin-top: -5px;
    margin-right: 0;
  }
  header.topnav-sec .head .con-head .top-nav-box {
    height: 70px;
    display: none;
  }
  header.topnav-sec .head .con-head .top-nav-box ul {
    width: 60%;
    margin-right: 30px;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li {
    width: 25%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header.fixed {
    background-color: #fff;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  header.fixed .head .left-mobt {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    width: 40px;
    height: 40px;
    left: 20px;
    top: 5px;
  }
  header.fixed .head .left-mobt span {
    width: 30px;
    height: 2px;
  }
  header.fixed .head .left-mobt span:nth-of-type(1) {
    margin-top: -8px;
  }
  header.fixed .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.fixed .head .left-mobt span:nth-of-type(3) {
    margin-top: 8px;
  }
  header.fixed .head .right-logtex {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 419.99px) {
  header.topnav-sec .head .left-mobt {
    width: 40px;
    height: 40px;
    left: 10px;
    top: 5px;
  }
  header.topnav-sec .head .left-mobt span {
    width: 30px;
    height: 2px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(1) {
    margin-top: -8px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(3) {
    margin-top: 8px;
  }
  header.topnav-sec .head .right-logtex {
    right: 20px;
    top: 5px;
    height: 50px;
  }
  header.topnav-sec .head .right-logtex img.search {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex img.cart {
    width: calc(15px * 0.8);
    height: calc(17px * 0.8);
    margin-left: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.topnav-sec .head .right-logtex .tex-bx p {
    margin: 0 3px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a .hide {
    display: none;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile {
    display: inline;
    position: relative;
    top: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.logout {
    width: calc(13px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.login {
    width: calc(13px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
    opacity: 0.7;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.mypage {
    width: calc(23px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .pc {
    display: none;
  }
  header.topnav-sec .head .con-head {
    width: 100%;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.topnav-sec .head .con-head .top-logo-box {
    width: 100%;
    height: 100px;
  }
  header.topnav-sec .head .con-head .top-logo-box a > img {
    width: calc(184px * 0.5);
    height: calc(53px * 0.5);
    margin-left: 0;
    margin-right: 0;
    margin-top: -5px;
  }
  header.topnav-sec .head .con-head .top-nav-box {
    height: 70px;
    display: none;
  }
  header.topnav-sec .head .con-head .top-nav-box ul {
    width: 60%;
    margin-right: 30px;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li {
    width: 25%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header.fixed {
    background-color: #fff;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  header.fixed .head .left-mobt {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    width: 40px;
    height: 40px;
    left: 10px;
    top: 5px;
  }
  header.fixed .head .left-mobt span {
    width: 30px;
    height: 2px;
  }
  header.fixed .head .left-mobt span:nth-of-type(1) {
    margin-top: -8px;
  }
  header.fixed .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.fixed .head .left-mobt span:nth-of-type(3) {
    margin-top: 8px;
  }
  header.fixed .head .right-logtex {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.searchbox {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 7000;
  top: 90px;
  right: 20px;
  width: 300px;
  height: 70px;
  background-color: #fff;
  -webkit-transform: translateY(-250%);
          transform: translateY(-250%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.searchbox.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.searchbox form.scform {
  width: 250px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: #17181a;
}

.searchbox form.scform input.input {
  width: calc(100% - 50px);
  height: 100%;
  border: 1px solid #c8c9cc;
}

.searchbox form.scform input.btn2 {
  width: 50px;
  height: 100%;
  border: none;
  outline: none;
  text-align: center;
  background-color: #4b515e;
  font-size: 13px;
  font-weight: 300;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .searchbox {
    top: 90px;
    right: 20px;
    width: 300px;
    height: 70px;
    background-color: #fff;
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .searchbox.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .searchbox form.scform {
    width: 250px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    background-color: #17181a;
  }
  .searchbox form.scform input.input {
    width: calc(100% - 50px);
    height: 100%;
    border: 1px solid #c8c9cc;
  }
  .searchbox form.scform input.btn2 {
    width: 50px;
    height: 100%;
    border: none;
    outline: none;
    text-align: center;
    background-color: #4b515e;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .searchbox {
    top: 60px;
    right: 20px;
    width: 300px;
    height: 70px;
    background-color: #fff;
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .searchbox.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .searchbox form.scform {
    width: 250px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    background-color: #17181a;
  }
  .searchbox form.scform input.input {
    width: calc(100% - 50px);
    height: 100%;
    border: 1px solid #c8c9cc;
  }
  .searchbox form.scform input.btn2 {
    width: 50px;
    height: 100%;
    border: none;
    outline: none;
    text-align: center;
    background-color: #4b515e;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .searchbox {
    top: 60px;
    right: 10px;
    width: 300px;
    height: 70px;
    background-color: #fff;
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .searchbox.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .searchbox form.scform {
    width: 250px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    background-color: #17181a;
  }
  .searchbox form.scform input.input {
    width: calc(100% - 50px);
    height: 100%;
    border: 1px solid #c8c9cc;
  }
  .searchbox form.scform input.btn2 {
    width: 50px;
    height: 100%;
    border: none;
    outline: none;
    text-align: center;
    background-color: #4b515e;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 419.99px) {
  .searchbox {
    top: 60px;
    right: 10px;
    width: 300px;
    height: 70px;
    background-color: #fff;
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .searchbox.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .searchbox form.scform {
    width: 250px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    background-color: #17181a;
  }
  .searchbox form.scform input.input {
    width: calc(100% - 50px);
    height: 100%;
    border: 1px solid #c8c9cc;
  }
  .searchbox form.scform input.btn2 {
    width: 50px;
    height: 100%;
    border: none;
    outline: none;
    text-align: center;
    background-color: #4b515e;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

.mover-sec {
  overflow: hidden;
  z-index: 6000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 0 50px;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
  transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
}

.mover-sec .close-mobt {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  cursor: pointer;
}

.mover-sec .close-mobt span {
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #2b2e31;
}

.mover-sec .close-mobt span:nth-of-type(1) {
  margin-top: -10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mover-sec .close-mobt span:nth-of-type(2) {
  margin-top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mover-sec .close-mobt span:nth-of-type(3) {
  margin-top: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mover-sec .mover-box {
  overflow: hidden;
  margin-top: 120px;
  padding-bottom: 50px;
  width: 100%;
  height: 80vh;
  padding: 30px;
  background-color: #F56165;
}

.mover-sec .mover-box .left-menu {
  width: 200px;
  background-color: #F56165;
}

.mover-sec .mover-box .left-menu ul {
  width: 100%;
}

.mover-sec .mover-box .left-menu ul li {
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mover-sec .mover-box .left-menu ul li.msopen {
  background-color: #ffdfa4;
  color: #2f3033;
}

.mover-sec .mover-box .left-menu ul li a {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mover-sec .mover-box .left-menu ul li a.msopen {
  background-color: #ffdfa4;
  color: #2f3033;
}

.mover-sec .mover-box .right-menu {
  position: relative;
  height: auto;
  width: auto;
}

.mover-sec .mover-box .right-menu ul {
  position: absolute;
  width: 200px;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #ffdfa4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mover-sec .mover-box .right-menu ul li {
  width: 100%;
}

.mover-sec .mover-box .right-menu ul li a {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  background-color: #ffdfa4;
  color: #2f3033;
}

.mover-sec .mover-box .right-menu ul li a:hover {
  background-color: #F56165 !important;
  color: #ffffff;
}

.mover-sec .mover-box .right-menu ul.sm1-ul.msopen, .mover-sec .mover-box .right-menu ul.sm2-ul.msopen, .mover-sec .mover-box .right-menu ul.sm3-ul.msopen, .mover-sec .mover-box .right-menu ul.sm4-ul.msopen {
  visibility: visible;
  opacity: 1;
}

.mover-sec.mopen {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mover-sec.mopen .close-mobt span:nth-of-type(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: all 0.7s ease 0.5s;
  transition: all 0.7s ease 0.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.mover-sec.mopen .close-mobt span:nth-of-type(2) {
  margin-top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.mover-sec.mopen .close-mobt span:nth-of-type(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transition: all 0.7s ease 0.5s;
  transition: all 0.7s ease 0.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .mover-sec {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 0 10px;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
    transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
  }
  .mover-sec .close-mobt {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    cursor: pointer;
  }
  .mover-sec .close-mobt span {
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #2b2e31;
  }
  .mover-sec .close-mobt span:nth-of-type(1) {
    margin-top: -10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(3) {
    margin-top: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .mover-box {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 0px;
    width: 100%;
    height: 90vh;
    padding: 30px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu {
    width: 200px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu ul {
    width: 100%;
  }
  .mover-sec .mover-box .left-menu ul li {
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .left-menu ul li a {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li a.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu {
    position: relative;
    height: auto;
    width: auto;
  }
  .mover-sec .mover-box .right-menu ul {
    position: absolute;
    width: 200px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #ffdfa4;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .right-menu ul li {
    width: 100%;
  }
  .mover-sec .mover-box .right-menu ul li a {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu ul li a:hover {
    background-color: #F56165 !important;
    color: #ffffff;
  }
  .mover-sec .mover-box .right-menu ul.sm1-ul.msopen, .mover-sec .mover-box .right-menu ul.sm2-ul.msopen, .mover-sec .mover-box .right-menu ul.sm3-ul.msopen, .mover-sec .mover-box .right-menu ul.sm4-ul.msopen {
    visibility: visible;
    opacity: 1;
  }
  .mover-sec.mopen {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(1) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(3) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .mover-sec {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 0 10px;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
    transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
  }
  .mover-sec .close-mobt {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    cursor: pointer;
  }
  .mover-sec .close-mobt span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #2b2e31;
  }
  .mover-sec .close-mobt span:nth-of-type(1) {
    margin-top: -10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(3) {
    margin-top: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .mover-box {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 0px;
    width: 100%;
    height: 90vh;
    padding: 10px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu {
    width: 160px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu ul {
    width: 100%;
  }
  .mover-sec .mover-box .left-menu ul li {
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .left-menu ul li a {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li a.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu {
    position: relative;
    height: auto;
    width: auto;
  }
  .mover-sec .mover-box .right-menu ul {
    position: absolute;
    width: 200px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #ffdfa4;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .right-menu ul li {
    width: 100%;
  }
  .mover-sec .mover-box .right-menu ul li a {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu ul li a:hover {
    background-color: #F56165 !important;
    color: #ffffff;
  }
  .mover-sec .mover-box .right-menu ul.sm1-ul.msopen, .mover-sec .mover-box .right-menu ul.sm2-ul.msopen, .mover-sec .mover-box .right-menu ul.sm3-ul.msopen, .mover-sec .mover-box .right-menu ul.sm4-ul.msopen {
    visibility: visible;
    opacity: 1;
  }
  .mover-sec.mopen {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mover-sec.mopen .close-mobt span {
    width: 30px;
    height: 2px;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(1) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(3) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@media (max-width: 419.99px) {
  .mover-sec {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 0 10px;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
    transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
  }
  .mover-sec .close-mobt {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    cursor: pointer;
  }
  .mover-sec .close-mobt span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #2b2e31;
  }
  .mover-sec .close-mobt span:nth-of-type(1) {
    margin-top: -10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(3) {
    margin-top: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .mover-box {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 0px;
    width: 100%;
    height: 90vh;
    padding: 10px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu {
    width: 140px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu ul {
    width: 100%;
  }
  .mover-sec .mover-box .left-menu ul li {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .left-menu ul li a {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li a.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu {
    position: relative;
    height: auto;
    width: auto;
  }
  .mover-sec .mover-box .right-menu ul {
    position: absolute;
    width: 160px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #ffdfa4;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .right-menu ul li {
    width: 100%;
  }
  .mover-sec .mover-box .right-menu ul li a {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu ul li a:hover {
    background-color: #F56165 !important;
    color: #ffffff;
  }
  .mover-sec .mover-box .right-menu ul.sm1-ul.msopen, .mover-sec .mover-box .right-menu ul.sm2-ul.msopen, .mover-sec .mover-box .right-menu ul.sm3-ul.msopen, .mover-sec .mover-box .right-menu ul.sm4-ul.msopen {
    visibility: visible;
    opacity: 1;
  }
  .mover-sec.mopen {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mover-sec.mopen .close-mobt span {
    width: 30px;
    height: 2px;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(1) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(3) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.footer-sec {
  margin-top: 70px;
}

.footer-sec .foot-addr-box {
  padding: 40px 0 15px;
  background-color: #aeb771;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-sec .foot-addr-box .con-footer .foot-ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
  width: calc(225px * 1);
  height: calc(77px * 1);
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
  width: 26%;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
  width: 42%;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
  width: 8%;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
  width: calc(22px * 1);
  height: calc(21px * 1);
  margin-right: 10px;
  cursor: pointer;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
  width: calc(12px * 1);
  height: calc(22px * 1);
  margin-right: 10px;
  cursor: pointer;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
  width: calc(21px * 1);
  height: calc(22px * 1);
  cursor: pointer;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.footer-sec .foot-addr-box .fmenu {
  text-align: center;
  margin-top: 20px;
}

.footer-sec .foot-addr-box .fmenu a {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.footer-sec .foot-addr-box .fmenu span {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  padding: 0 22px;
}

.footer-sec .foot-copy-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-sec .foot-copy-box .bcopy-bx {
  width: 100%;
  height: 50px;
  background-color: #909956;
}

.footer-sec .foot-copy-box .bcopy-bx .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 .foot-copy-box .bcopy-bx .con-copy p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.footer-sec .foot-copy-box .bcopy-bx .con-copy p a {
  color: #ffffff;
}

.footer-sec .foot-copy-box .bcopy-bx .con-copy p br {
  display: none;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .footer-sec {
    margin-top: 50px;
  }
  .footer-sec .foot-addr-box {
    padding: 40px 0 15px;
  }
  .footer-sec .foot-addr-box .con-footer {
    padding: 0 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 20px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
    width: calc(225px * 0.7);
    height: calc(77px * 0.7);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
    width: 29%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
    width: 51%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
    width: 100%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
    width: calc(22px * 1);
    height: calc(21px * 1);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
    width: calc(12px * 1);
    height: calc(22px * 1);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
    width: calc(21px * 1);
    height: calc(22px * 1);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .footer-sec .foot-copy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sec .foot-copy-box .bcopy-bx {
    width: 100%;
    height: 50px;
    background-color: #909956;
  }
  .footer-sec .foot-copy-box .bcopy-bx .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 .foot-copy-box .bcopy-bx .con-copy p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .footer-sec {
    margin-top: 40px;
  }
  .footer-sec .foot-addr-box {
    padding: 25px 0 15px;
  }
  .footer-sec .foot-addr-box .con-footer {
    padding: 0 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
    width: calc(225px * 0.6);
    height: calc(77px * 0.6);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
    width: 100%;
    padding-top: 0px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx {
    margin-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
    width: calc(22px * 0.7);
    height: calc(21px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
    width: calc(12px * 0.7);
    height: calc(22px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
    width: calc(21px * 0.7);
    height: calc(22px * 0.7);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin-left: 20px;
  }
  .footer-sec .foot-copy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sec .foot-copy-box .bcopy-bx {
    width: 100%;
    height: 50px;
    background-color: #909956;
  }
  .footer-sec .foot-copy-box .bcopy-bx .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 .foot-copy-box .bcopy-bx .con-copy p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .footer-sec {
    margin-top: 0px;
  }
  .footer-sec .foot-addr-box {
    padding: 25px 0 15px;
  }
  .footer-sec .foot-addr-box .con-footer {
    padding: 0 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
    width: calc(225px * 0.5);
    height: calc(77px * 0.5);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
    width: 100%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
    width: 100%;
    margin-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
    width: 100%;
    padding-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx {
    margin-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
    width: calc(22px * 0.7);
    height: calc(21px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
    width: calc(12px * 0.7);
    height: calc(22px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
    width: calc(21px * 0.7);
    height: calc(22px * 0.7);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin-left: 20px;
  }
  .footer-sec .foot-copy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sec .foot-copy-box .bcopy-bx {
    width: 100%;
    height: 45px;
    background-color: #909956;
  }
  .footer-sec .foot-copy-box .bcopy-bx .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 .foot-copy-box .bcopy-bx .con-copy p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .footer-sec {
    margin-top: 30px;
  }
  .footer-sec .foot-addr-box {
    padding: 25px 0 15px;
  }
  .footer-sec .foot-addr-box .con-footer {
    padding: 0 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
    width: calc(225px * 0.5);
    height: calc(77px * 0.5);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
    width: 100%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
    width: 100%;
    margin-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
    width: 100%;
    padding-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx {
    margin-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
    width: calc(22px * 0.7);
    height: calc(21px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
    width: calc(12px * 0.7);
    height: calc(22px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
    width: calc(21px * 0.7);
    height: calc(22px * 0.7);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin-left: 20px;
  }
  .footer-sec .foot-addr-box .fmenu {
    text-align: center;
    margin-top: 20px;
  }
  .footer-sec .foot-addr-box .fmenu a {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .footer-sec .foot-addr-box .fmenu span {
    font-size: 11px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    padding: 0 14px;
  }
  .footer-sec .foot-copy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sec .foot-copy-box .bcopy-bx {
    width: 100%;
    padding: 10px 0;
    background-color: #909956;
  }
  .footer-sec .foot-copy-box .bcopy-bx .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 .foot-copy-box .bcopy-bx .con-copy p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy p br {
    display: inline;
  }
}

@media (max-width: 419.99px) {
  .footer-sec {
    margin-top: 30px;
  }
  .footer-sec .foot-addr-box {
    padding: 25px 0 15px;
  }
  .footer-sec .foot-addr-box .con-footer {
    padding: 0 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
    width: calc(225px * 0.5);
    height: calc(77px * 0.5);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
    width: 100%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
    width: 100%;
    margin-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
    width: 100%;
    padding-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx {
    margin-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
    width: calc(22px * 0.7);
    height: calc(21px * 0.7);
    margin-right: 7px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
    width: calc(12px * 0.7);
    height: calc(22px * 0.7);
    margin-right: 7px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
    width: calc(21px * 0.7);
    height: calc(22px * 0.7);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin-left: 10px;
  }
  .footer-sec .foot-addr-box .fmenu {
    text-align: center;
    margin-top: 20px;
  }
  .footer-sec .foot-addr-box .fmenu a {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .footer-sec .foot-addr-box .fmenu span {
    font-size: 11px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    padding: 0 14px;
  }
  .footer-sec .foot-copy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sec .foot-copy-box .bcopy-bx {
    width: 100%;
    padding: 10px 0;
    background-color: #909956;
  }
  .footer-sec .foot-copy-box .bcopy-bx .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 .foot-copy-box .bcopy-bx .con-copy p {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy p br {
    display: inline;
  }
}

.scroll-sec {
  margin-top: 150px;
}

.scroll-sec .con-scroll {
  height: 200px;
  -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;
}

.scroll-sec .con-scroll img {
  width: 100px;
  height: 100px;
}

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

.info-sec {
  margin-top: 200px;
  background-color: #ffffff;
}

.info-sec .con-info {
  padding: 0 10px;
}

.info-sec .con-info .info-box {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info-sec .con-info .info-box h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a;
  margin-bottom: 30px;
  width: 100%;
}

.info-sec .con-info .info-box h2::before {
  width: 5px;
  height: 30px;
  background-color: #e83e8c;
  left: 50%;
  margin-top: -50px;
}

.info-sec .con-info .info-box > ul {
  width: 100%;
}

.info-sec .con-info .info-box > ul > li {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d;
  padding-top: 10px;
  width: 100%;
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .info-sec {
    margin-top: 200px;
    background-color: #ffffff;
  }
  .info-sec .con-info {
    padding: 0 10px;
  }
  .info-sec .con-info .info-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .info-sec .con-info .info-box h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
    margin-bottom: 30px;
    width: 100%;
  }
  .info-sec .con-info .info-box h2::before {
    width: 2px;
    height: 20px;
    background-color: #e83e8c;
    left: 50%;
    margin-top: -30px;
  }
  .info-sec .con-info .info-box > ul {
    width: 100%;
  }
  .info-sec .con-info .info-box > ul > li {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
    padding-top: 5px;
    width: 100%;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .info-sec {
    margin-top: 200px;
    background-color: #ffffff;
  }
  .info-sec .con-info {
    padding: 0 10px;
  }
  .info-sec .con-info .info-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .info-sec .con-info .info-box h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
    margin-bottom: 30px;
    width: 100%;
  }
  .info-sec .con-info .info-box h2::before {
    width: 2px;
    height: 20px;
    background-color: #e83e8c;
    left: 50%;
    margin-top: -30px;
  }
  .info-sec .con-info .info-box > ul {
    width: 100%;
  }
  .info-sec .con-info .info-box > ul > li {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
    padding-top: 5px;
    width: 100%;
  }
}

@media (max-width: 419.99px) {
  .info-sec {
    margin-top: 200px;
    background-color: #ffffff;
  }
  .info-sec .con-info {
    padding: 0 10px;
  }
  .info-sec .con-info .info-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .info-sec .con-info .info-box h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
    margin-bottom: 30px;
    width: 100%;
  }
  .info-sec .con-info .info-box h2::before {
    width: 2px;
    height: 20px;
    background-color: #e83e8c;
    left: 50%;
    margin-top: -30px;
  }
  .info-sec .con-info .info-box > ul {
    width: 100%;
  }
  .info-sec .con-info .info-box > ul > li {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
    padding-top: 5px;
    width: 100%;
  }
}

.cont1-sec {
  background-color: #5b4a49;
  height: 650px;
}

.cont1-sec .con-cont1 {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont1-sec .con-cont1 .cont1-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 430px;
}

.cont1-sec .con-cont1 .cont1-ul li {
  width: 24%;
  height: 100%;
  margin-right: calc(4% / 3);
  background-color: #fff;
}

.cont1-sec .con-cont1 .cont1-ul li:nth-of-type(4) {
  margin-right: 0;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px;
  overflow: hidden;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(253, 234, 234, 0.7);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
  transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box a img {
  margin-top: -30px;
  width: calc(141px * 0.6);
  height: calc(165px * 0.6);
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box a p {
  margin-top: 30px;
  width: 100px;
  height: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  background-color: #fca2a5;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transform: translateY(-500%);
          transform: translateY(-500%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
  width: calc(100% - 0px);
  height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
  width: 100%;
  height: calc(100% - 320px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2d31;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p span {
  font-weight: 400;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .cont1-sec {
    background-color: #5b4a49;
    height: auto;
    padding: 70px 0;
  }
  .cont1-sec .con-cont1 {
    height: 100%;
    padding: 0 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 360px;
  }
  .cont1-sec .con-cont1 .cont1-ul li {
    width: 24%;
    height: 100%;
    margin-right: calc(4% / 3);
    background-color: #fff;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(4) {
    margin-right: 0;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
    width: calc(100% - 0px);
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
    width: 100%;
    height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2d31;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .cont1-sec {
    background-color: #5b4a49;
    height: auto;
    padding: 50px 0;
  }
  .cont1-sec .con-cont1 {
    height: 100%;
    padding: 0 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 290px;
  }
  .cont1-sec .con-cont1 .cont1-ul li {
    width: 24%;
    height: 100%;
    margin-right: calc(4% / 3);
    background-color: #fff;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(4) {
    margin-right: 0;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
    width: calc(100% - 0px);
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
    width: 100%;
    height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2d31;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .cont1-sec {
    background-color: #5b4a49;
    height: auto;
    padding: 50px 0;
  }
  .cont1-sec .con-cont1 {
    height: 100%;
    padding: 0 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont1-sec .con-cont1 .cont1-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
    background-color: #fff;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box {
    width: 100%;
    height: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
    width: calc(100% - 0px);
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
    width: 100%;
    height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2d31;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .cont1-sec {
    background-color: #5b4a49;
    height: auto;
    padding: 40px 0;
  }
  .cont1-sec .con-cont1 {
    height: 100%;
    padding: 0 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont1-sec .con-cont1 .cont1-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
    background-color: #fff;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box {
    width: 100%;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
    width: calc(100% - 0px);
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
    width: 100%;
    height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2d31;
  }
}

@media (max-width: 419.99px) {
  .cont1-sec {
    background-color: #5b4a49;
    height: auto;
    padding: 40px 0;
  }
  .cont1-sec .con-cont1 {
    height: 100%;
    padding: 0 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont1-sec .con-cont1 .cont1-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
    background-color: #fff;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box {
    width: 100%;
    height: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
    width: calc(100% - 0px);
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
    width: 100%;
    height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
    margin-left: 3px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2d31;
  }
}

.cont2-sec {
  height: 500px;
  background-image: url("../imgs/con-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.cont2-sec .con-cont2 {
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont2-sec .con-cont2 .tex-box {
  width: 520px;
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  margin-bottom: 70px;
}

.cont2-sec .con-cont2 .tex-box .text-bx {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.cont2-sec .con-cont2 .tex-box .text-bx p {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #686d79;
  margin-bottom: 10px;
}

.cont2-sec .con-cont2 .tex-box .text-bx h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2e2f33;
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .cont2-sec {
    height: 410px;
  }
  .cont2-sec .con-cont2 .tex-box {
    width: 420px;
    height: 125px;
    margin-right: 20px;
  }
  .cont2-sec .con-cont2 .tex-box .text-bx p {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .cont2-sec .con-cont2 .tex-box .text-bx h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .cont2-sec {
    height: 340px;
  }
  .cont2-sec .con-cont2 .tex-box {
    width: 360px;
    height: 110px;
    margin-right: 20px;
  }
  .cont2-sec .con-cont2 .tex-box .text-bx p {
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .cont2-sec .con-cont2 .tex-box .text-bx h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .cont2-sec {
    height: 280px;
  }
  .cont2-sec .con-cont2 .tex-box {
    width: 310px;
    height: 90px;
    margin-right: 10px;
    margin-top: 100px;
  }
  .cont2-sec .con-cont2 .tex-box .text-bx p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .cont2-sec .con-cont2 .tex-box .text-bx h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .cont2-sec {
    height: 250px;
  }
  .cont2-sec .con-cont2 .tex-box {
    width: 260px;
    height: 70px;
    margin-right: 10px;
    margin-top: 150px;
  }
  .cont2-sec .con-cont2 .tex-box .text-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .cont2-sec .con-cont2 .tex-box .text-bx h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 419.99px) {
  .cont2-sec {
    height: 220px;
  }
  .cont2-sec .con-cont2 .tex-box {
    width: 220px;
    height: 60px;
    margin-right: 10px;
    margin-top: 140px;
  }
  .cont2-sec .con-cont2 .tex-box .text-bx p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .cont2-sec .con-cont2 .tex-box .text-bx h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

.cont3-sec {
  padding-top: 100px;
}

.cont3-sec .con-cont3 {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont3-sec .con-cont3 .cont3-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cont3-sec .con-cont3 .cont3-ul li {
  width: 24.2%;
  height: 100%;
  margin-right: calc(3% / 3);
  background-color: #fff;
}

.cont3-sec .con-cont3 .cont3-ul li:nth-of-type(4) {
  margin-right: 0;
}

.cont3-sec .con-cont3 .cont3-ul li .cont3-box {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.cont3-sec .con-cont3 .cont3-ul li .cont3-box a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(242, 242, 242, 0.7);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
  transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
}

.cont3-sec .con-cont3 .cont3-ul li .cont3-box a img {
  margin-top: -30px;
  width: calc(141px * 0.7);
  height: calc(114px * 0.7);
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cont3-sec .con-cont3 .cont3-ul li .cont3-box a p {
  margin-top: 30px;
  width: 100px;
  height: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  background-color: #fca2a5;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transform: translateY(-500%);
          transform: translateY(-500%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cont3-sec .con-cont3 .cont3-ul li .cont3-box:hover a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cont3-sec .con-cont3 .cont3-ul li .cont3-box:hover a img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}

.cont3-sec .con-cont3 .cont3-ul li .cont3-box:hover a p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}

.cont3-sec .con-cont3 .cont3-ul li .cont3-box .timg-bx {
  width: calc(100% - 0px);
  height: 383px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx {
  width: 100%;
  padding: 30px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #686d79;
}

.cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx p span {
  font-weight: 400;
  color: #6c6456;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .cont3-sec {
    padding-top: 70px;
  }
  .cont3-sec .con-cont3 {
    padding: 0 10px;
  }
  .cont3-sec .con-cont3 .cont3-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 360px;
  }
  .cont3-sec .con-cont3 .cont3-ul li {
    width: 24.2%;
    height: 100%;
    margin-right: calc(3% / 3);
    background-color: #fff;
  }
  .cont3-sec .con-cont3 .cont3-ul li:nth-of-type(4) {
    margin-right: 0;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .timg-bx {
    width: calc(100% - 0px);
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx {
    width: 100%;
    height: 25%;
    padding: 0 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx p {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .cont3-sec {
    padding-top: 50px;
  }
  .cont3-sec .con-cont3 {
    padding: 0 10px;
  }
  .cont3-sec .con-cont3 .cont3-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
  }
  .cont3-sec .con-cont3 .cont3-ul li {
    width: 24%;
    height: 100%;
    margin-right: calc(4% / 3);
    background-color: #fff;
  }
  .cont3-sec .con-cont3 .cont3-ul li:nth-of-type(4) {
    margin-right: 0;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .timg-bx {
    width: calc(100% - 0px);
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx {
    width: 100%;
    height: 25%;
    padding: 0 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx p {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .cont3-sec {
    height: auto;
    padding: 50px 0;
  }
  .cont3-sec .con-cont3 {
    height: 100%;
    padding: 0 10px;
  }
  .cont3-sec .con-cont3 .cont3-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont3-sec .con-cont3 .cont3-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
    background-color: #fff;
  }
  .cont3-sec .con-cont3 .cont3-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont3-sec .con-cont3 .cont3-ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box {
    width: 100%;
    height: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .timg-bx {
    width: calc(100% - 0px);
    height: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx {
    width: 100%;
    height: 20%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx p {
    margin-left: 10px;
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .cont3-sec {
    height: auto;
    padding: 30px 0 20px;
  }
  .cont3-sec .con-cont3 {
    height: 100%;
    padding: 0 10px;
  }
  .cont3-sec .con-cont3 .cont3-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont3-sec .con-cont3 .cont3-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
    background-color: #fff;
  }
  .cont3-sec .con-cont3 .cont3-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont3-sec .con-cont3 .cont3-ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box {
    width: 100%;
    height: 310px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .timg-bx {
    width: calc(100% - 0px);
    height: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx {
    width: 100%;
    height: 20%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx p {
    margin-left: 10px;
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 419.99px) {
  .cont3-sec {
    height: auto;
    padding: 30px 0 20px;
  }
  .cont3-sec .con-cont3 {
    height: 100%;
    padding: 0 10px;
  }
  .cont3-sec .con-cont3 .cont3-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont3-sec .con-cont3 .cont3-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
    background-color: #fff;
  }
  .cont3-sec .con-cont3 .cont3-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont3-sec .con-cont3 .cont3-ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box {
    width: 100%;
    height: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .timg-bx {
    width: calc(100% - 0px);
    height: 77%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx {
    width: 100%;
    height: 23%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont3-sec .con-cont3 .cont3-ul li .cont3-box .btex-bx p {
    margin-left: 3px;
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

.cont4-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  height: 510px;
  background-image: url("../imgs/con-4-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont4-sec .cont4-box {
  width: 90%;
  max-width: 1700px;
  height: 400px;
  background-color: #fff;
}

.cont4-sec .cont4-box .con-cont4 {
  height: 100%;
  padding: 0 20px;
}

.cont4-sec .cont4-box .con-cont4 .left-tex-box {
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont4-sec .cont4-box .con-cont4 .left-tex-box h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #2f3033;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.cont4-sec .cont4-box .con-cont4 .left-tex-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}

.cont4-sec .cont4-box .con-cont4 .left-tex-box a {
  margin-top: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 45px;
  padding-left: 30px;
  background-color: #393735;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cont4-sec .cont4-box .con-cont4 .left-tex-box a p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.cont4-sec .cont4-box .con-cont4 .left-tex-box a .triangle {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: solid 6px white;
  border-bottom: solid 6px transparent;
  border-top: solid 6px transparent;
}

.cont4-sec .cont4-box .con-cont4 .left-tex-box a:hover {
  background-color: #615345;
}

.cont4-sec .cont4-box .con-cont4 .right-med-box {
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 300px;
  background-image: url("../imgs/con-4.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx a img {
  width: calc(102px * 1);
  height: calc(102px * 1);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .cont4-sec {
    margin-top: 50px;
    height: 430px;
  }
  .cont4-sec .cont4-box {
    width: 95%;
    height: 320px;
  }
  .cont4-sec .cont4-box .con-cont4 {
    height: 100%;
    padding: 0 20px;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box {
    width: 50%;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a {
    margin-top: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    height: 45px;
    padding-left: 30px;
    background-color: #393735;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a .triangle {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: solid 6px white;
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box {
    width: 50%;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx {
    width: 100%;
    height: 80%;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx a img {
    width: calc(102px * 0.8);
    height: calc(102px * 0.8);
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .cont4-sec {
    margin-top: 40px;
    height: 360px;
  }
  .cont4-sec .cont4-box {
    width: 95%;
    height: 260px;
  }
  .cont4-sec .cont4-box .con-cont4 {
    height: 100%;
    padding: 0 20px;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box {
    width: 50%;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 10px;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    width: 90%;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a {
    margin-top: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    height: 35px;
    padding-left: 30px;
    background-color: #393735;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a .triangle {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: solid 6px white;
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box {
    width: 50%;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx {
    width: 100%;
    height: 80%;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx a img {
    width: calc(102px * 0.7);
    height: calc(102px * 0.7);
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .cont4-sec {
    margin-top: 0px;
    height: 100%;
    padding: 30px 10px;
  }
  .cont4-sec .cont4-box {
    width: 95%;
    height: 100%;
  }
  .cont4-sec .cont4-box .con-cont4 {
    height: 100%;
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box {
    width: 100%;
    padding: 20px 0;
    height: auto;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 10px;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box h3 br {
    display: none;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    width: 100%;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box p br {
    display: none;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a {
    margin-top: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    height: 35px;
    padding-left: 30px;
    background-color: #393735;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a .triangle {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: solid 6px white;
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box {
    width: 100%;
    height: 200px;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx {
    width: 100%;
    height: 200px;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx a img {
    width: calc(102px * 0.7);
    height: calc(102px * 0.7);
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .cont4-sec {
    margin-top: 0px;
    height: 100%;
    padding: 30px 10px;
  }
  .cont4-sec .cont4-box {
    width: 95%;
    height: 100%;
  }
  .cont4-sec .cont4-box .con-cont4 {
    height: 100%;
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box {
    width: 100%;
    padding: 20px 0;
    height: auto;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 10px;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box h3 br {
    display: none;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    width: 100%;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box p br {
    display: none;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a {
    margin-top: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    height: 30px;
    padding-left: 20px;
    background-color: #393735;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a .triangle {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: solid 6px white;
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box {
    width: 100%;
    height: 200px;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx {
    width: 100%;
    height: 170px;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx a img {
    width: calc(102px * 0.6);
    height: calc(102px * 0.6);
  }
}

@media (max-width: 419.99px) {
  .cont4-sec {
    margin-top: 0px;
    height: 100%;
    padding: 30px 10px;
  }
  .cont4-sec .cont4-box {
    width: 95%;
    height: 100%;
  }
  .cont4-sec .cont4-box .con-cont4 {
    height: 100%;
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box {
    width: 100%;
    padding: 10px 0;
    height: auto;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 10px;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box h3 br {
    display: none;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    width: 100%;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box p br {
    display: none;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a {
    margin-top: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    height: 30px;
    padding-left: 20px;
    background-color: #393735;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .cont4-sec .cont4-box .con-cont4 .left-tex-box a .triangle {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: solid 6px white;
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx {
    width: 100%;
    height: 140px;
  }
  .cont4-sec .cont4-box .con-cont4 .right-med-box .yout-bx a img {
    width: calc(102px * 0.5);
    height: calc(102px * 0.5);
  }
}

.cont5-sec {
  padding-top: 80px;
}

.cont5-sec .con-cont5 {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont5-sec .con-cont5 .cont5-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cont5-sec .con-cont5 .cont5-ul li {
  width: 24.2%;
  height: 100%;
  margin-right: calc(3% / 3);
  background-color: #fff;
}

.cont5-sec .con-cont5 .cont5-ul li:nth-of-type(4) {
  margin-right: 0;
}

.cont5-sec .con-cont5 .cont5-ul li .cont5-box {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.cont5-sec .con-cont5 .cont5-ul li .cont5-box a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(242, 242, 242, 0.7);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
  transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
}

.cont5-sec .con-cont5 .cont5-ul li .cont5-box a img {
  margin-top: -30px;
  width: calc(141px * 0.7);
  height: calc(149px * 0.7);
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cont5-sec .con-cont5 .cont5-ul li .cont5-box a p {
  margin-top: 30px;
  width: 100px;
  height: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  background-color: #fca2a5;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transform: translateY(-500%);
          transform: translateY(-500%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cont5-sec .con-cont5 .cont5-ul li .cont5-box:hover a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cont5-sec .con-cont5 .cont5-ul li .cont5-box:hover a img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}

.cont5-sec .con-cont5 .cont5-ul li .cont5-box:hover a p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}

.cont5-sec .con-cont5 .cont5-ul li .cont5-box .timg-bx {
  width: calc(100% - 0px);
  height: 383px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx {
  width: 100%;
  padding: 30px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #686d79;
}

.cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx p span {
  font-weight: 400;
  color: #6c6456;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .cont5-sec {
    padding-top: 50px;
  }
  .cont5-sec .con-cont5 {
    padding: 0 10px;
  }
  .cont5-sec .con-cont5 .cont5-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 360px;
  }
  .cont5-sec .con-cont5 .cont5-ul li {
    width: 24%;
    height: 100%;
    margin-right: calc(4% / 3);
    background-color: #fff;
  }
  .cont5-sec .con-cont5 .cont5-ul li:nth-of-type(4) {
    margin-right: 0;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .timg-bx {
    width: calc(100% - 0px);
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx {
    width: 100%;
    height: 25%;
    padding: 0 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx p {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .cont5-sec {
    padding-top: 50px;
  }
  .cont5-sec .con-cont5 {
    padding: 0 10px;
  }
  .cont5-sec .con-cont5 .cont5-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
  }
  .cont5-sec .con-cont5 .cont5-ul li {
    width: 24%;
    height: 100%;
    margin-right: calc(4% / 3);
    background-color: #fff;
  }
  .cont5-sec .con-cont5 .cont5-ul li:nth-of-type(4) {
    margin-right: 0;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .timg-bx {
    width: calc(100% - 0px);
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx {
    width: 100%;
    height: 25%;
    padding: 0 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx p {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .cont5-sec {
    height: auto;
    padding: 50px 0;
  }
  .cont5-sec .con-cont5 {
    height: 100%;
    padding: 0 10px;
  }
  .cont5-sec .con-cont5 .cont5-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont5-sec .con-cont5 .cont5-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
    background-color: #fff;
  }
  .cont5-sec .con-cont5 .cont5-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont5-sec .con-cont5 .cont5-ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box {
    width: 100%;
    height: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .timg-bx {
    width: calc(100% - 0px);
    height: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx {
    width: 100%;
    height: 20%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx p {
    margin-left: 10px;
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .cont5-sec {
    height: auto;
    padding: 50px 0 20px;
  }
  .cont5-sec .con-cont5 {
    height: 100%;
    padding: 0 10px;
  }
  .cont5-sec .con-cont5 .cont5-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont5-sec .con-cont5 .cont5-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
    background-color: #fff;
  }
  .cont5-sec .con-cont5 .cont5-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont5-sec .con-cont5 .cont5-ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box {
    width: 100%;
    height: 310px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .timg-bx {
    width: calc(100% - 0px);
    height: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx {
    width: 100%;
    height: 20%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx p {
    margin-left: 10px;
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 419.99px) {
  .cont5-sec {
    height: auto;
    padding: 30px 0 20px;
  }
  .cont5-sec .con-cont5 {
    height: 100%;
    padding: 0 10px;
  }
  .cont5-sec .con-cont5 .cont5-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont5-sec .con-cont5 .cont5-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
  }
  .cont5-sec .con-cont5 .cont5-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont5-sec .con-cont5 .cont5-ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box {
    width: 100%;
    height: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .timg-bx {
    width: calc(100% - 0px);
    height: 77%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx {
    width: 100%;
    height: 23%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont5-sec .con-cont5 .cont5-ul li .cont5-box .btex-bx p {
    margin-left: 3px;
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}
/*# sourceMappingURL=main.css.map */