@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;
}

.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 {
  background-color: #fff;
}

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%;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

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

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

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* Slider */
.reg-sec {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 50px auto 30px;
}

.reg-sec .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;
}

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

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

.reg-sec .slick-slider .slick-list:focus {
  outline: none;
}

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

.reg-sec .slick-slider .slick-track {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

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

.reg-sec .slick-slider .slick-track:after {
  clear: both;
}

.slick-loading .reg-sec .slick-slider .slick-track {
  visibility: hidden;
}

.reg-sec .slick-slider .slick-track > .cont-box {
  height: 100%;
  margin: 0 10px;
}

.reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
  background-color: #f8f8fc;
}

.reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p {
  color: #47494d;
}

.reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
  color: #17181a;
  text-transform: uppercase;
}

.reg-sec .slick-slider .slick-track > .cont-box:hover .bx-card .img-bx .over-link {
  top: 0;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 174, 0, 0.85);
  top: -100%;
  -webkit-transition: all 0.5s cubic-bezier(0.27, 0.82, 0.14, 0.87);
  transition: all 0.5s cubic-bezier(0.27, 0.82, 0.14, 0.87);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img {
  position: absolute;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img[data-siz="size"] {
  width: auto;
  height: 100%;
  top: 0px;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a;
  text-transform: uppercase;
}

.reg-sec .slick-slider .Prevbt {
  position: absolute;
  z-index: 10;
  left: -60px;
  top: 50%;
  display: -webkit-inline-flex;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reg-sec .slick-slider .Nextbt {
  position: absolute;
  z-index: 10;
  right: -60px;
  top: 50%;
  display: -webkit-inline-flex;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reg-sec .slick-slider .Prevbt,
.reg-sec .slick-slider .Nextbt {
  cursor: pointer;
}

.reg-sec .slick-slider .Prevbt img,
.reg-sec .slick-slider .Nextbt img {
  width: 30px;
  height: 30px;
}

.reg-sec .slick-slider .Prevbt:hover,
.reg-sec .slick-slider .Nextbt:hover {
  background-color: #2f3033;
}

.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;
}

@media (max-width: 1330px) and (min-width: 1200px) {
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967;
  }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .reg-sec {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 40px auto 100px;
  }
  .reg-sec .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;
  }
  .reg-sec .slick-slider .slick-track,
  .reg-sec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .reg-sec .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .reg-sec .slick-slider .slick-list:focus {
    outline: none;
  }
  .reg-sec .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .reg-sec .slick-slider .slick-track {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .reg-sec .slick-slider .slick-track:before, .reg-sec .slick-slider .slick-track:after {
    content: "";
    display: table;
  }
  .reg-sec .slick-slider .slick-track:after {
    clear: both;
  }
  .slick-loading .reg-sec .slick-slider .slick-track {
    visibility: hidden;
  }
  .reg-sec .slick-slider .slick-track > .cont-box {
    height: 100%;
    margin: 0 5px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
    background-color: #f8f8fc;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p {
    color: #47494d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
    color: #17181a;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:hover .bx-card .img-bx .over-link {
    top: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    top: -100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div h3 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img {
    position: absolute;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img[data-siz="size"] {
    width: auto;
    height: 100%;
    top: 0px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 7.5px;
    background-color: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt img {
    width: 25px;
    height: 25px;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    left: 44px;
    top: 100%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 7.5px;
    background-color: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt img {
    width: 25px;
    height: 25px;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .reg-sec {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 40px auto 80px;
  }
  .reg-sec .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;
  }
  .reg-sec .slick-slider .slick-track,
  .reg-sec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .reg-sec .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .reg-sec .slick-slider .slick-list:focus {
    outline: none;
  }
  .reg-sec .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .reg-sec .slick-slider .slick-track {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .reg-sec .slick-slider .slick-track:before, .reg-sec .slick-slider .slick-track:after {
    content: "";
    display: table;
  }
  .reg-sec .slick-slider .slick-track:after {
    clear: both;
  }
  .slick-loading .reg-sec .slick-slider .slick-track {
    visibility: hidden;
  }
  .reg-sec .slick-slider .slick-track > .cont-box {
    height: 100%;
    margin: 0 5px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
    background-color: #f8f8fc;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p {
    color: #47494d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
    color: #17181a;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:hover .bx-card .img-bx .over-link {
    top: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    top: -100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div h3 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img {
    position: absolute;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img[data-siz="size"] {
    width: auto;
    height: 100%;
    top: 0px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 7.5px;
    background-color: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt img {
    width: 25px;
    height: 25px;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    left: 44px;
    top: 100%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 7.5px;
    background-color: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt img {
    width: 25px;
    height: 25px;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .reg-sec {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 40px auto 90px;
  }
  .reg-sec .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;
  }
  .reg-sec .slick-slider .slick-track,
  .reg-sec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .reg-sec .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .reg-sec .slick-slider .slick-list:focus {
    outline: none;
  }
  .reg-sec .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .reg-sec .slick-slider .slick-track {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .reg-sec .slick-slider .slick-track:before, .reg-sec .slick-slider .slick-track:after {
    content: "";
    display: table;
  }
  .reg-sec .slick-slider .slick-track:after {
    clear: both;
  }
  .slick-loading .reg-sec .slick-slider .slick-track {
    visibility: hidden;
  }
  .reg-sec .slick-slider .slick-track > .cont-box {
    height: 100%;
    margin: 0 5px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
    background-color: #f8f8fc;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p {
    color: #47494d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
    color: #17181a;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:hover .bx-card .img-bx .over-link {
    top: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    top: -100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div h3 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img {
    position: absolute;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img[data-siz="size"] {
    width: auto;
    height: 100%;
    top: 0px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 7.5px;
    background-color: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt img {
    width: 25px;
    height: 25px;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    left: 44px;
    top: 100%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 7.5px;
    background-color: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt img {
    width: 25px;
    height: 25px;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .reg-sec {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 40px auto 80px;
  }
  .reg-sec .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;
  }
  .reg-sec .slick-slider .slick-track,
  .reg-sec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .reg-sec .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .reg-sec .slick-slider .slick-list:focus {
    outline: none;
  }
  .reg-sec .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .reg-sec .slick-slider .slick-track {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .reg-sec .slick-slider .slick-track:before, .reg-sec .slick-slider .slick-track:after {
    content: "";
    display: table;
  }
  .reg-sec .slick-slider .slick-track:after {
    clear: both;
  }
  .slick-loading .reg-sec .slick-slider .slick-track {
    visibility: hidden;
  }
  .reg-sec .slick-slider .slick-track > .cont-box {
    height: 100%;
    margin: 0 3px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
    background-color: #f8f8fc;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p {
    color: #47494d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
    color: #17181a;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:hover .bx-card .img-bx .over-link {
    top: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    top: -100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div h3 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img {
    position: absolute;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img[data-siz="size"] {
    width: auto;
    height: 100%;
    top: 0px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt img {
    width: 15px;
    height: 15px;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    left: 34px;
    top: 100%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt img {
    width: 15px;
    height: 15px;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967;
  }
}

@media (max-width: 419.99px) {
  .reg-sec {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 20px auto 70px;
  }
  .reg-sec .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;
  }
  .reg-sec .slick-slider .slick-track,
  .reg-sec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .reg-sec .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .reg-sec .slick-slider .slick-list:focus {
    outline: none;
  }
  .reg-sec .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .reg-sec .slick-slider .slick-track {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .reg-sec .slick-slider .slick-track:before, .reg-sec .slick-slider .slick-track:after {
    content: "";
    display: table;
  }
  .reg-sec .slick-slider .slick-track:after {
    clear: both;
  }
  .slick-loading .reg-sec .slick-slider .slick-track {
    visibility: hidden;
  }
  .reg-sec .slick-slider .slick-track > .cont-box {
    height: 100%;
    margin: 0 3px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
    background-color: #f8f8fc;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p {
    color: #47494d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
    color: #17181a;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:hover .bx-card .img-bx .over-link {
    top: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    top: -100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx .over-link > div h3 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img {
    position: absolute;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card .img-bx img[data-siz="size"] {
    width: auto;
    height: 100%;
    top: 0px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt img {
    width: 15px;
    height: 15px;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    left: 34px;
    top: 100%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt img {
    width: 15px;
    height: 15px;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967;
  }
}

.hide {
  overflow: hidden;
}

.cont-sec {
  margin-top: 230px;
}

.cont-sec .con-cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont-sec .con-cont .timg-box {
  width: 100%;
  height: 600px;
  background-image: url("../imgs/about-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont-sec .con-cont .tex1-box {
  width: 100%;
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.cont-sec .con-cont .tex1-box p:nth-of-type(2) {
  margin-top: 20px;
}

.cont-sec .con-cont .tex2-box {
  width: 100%;
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cont-sec .con-cont .tex2-box h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #582a2a;
  text-align: center;
}

.cont-sec .con-cont .tex2-box h2::after {
  width: 100px;
  height: 3px;
  background-color: #582a2a;
  left: 50%;
  margin-left: -50px;
  margin-top: 15px;
}

.cont-sec .con-cont .tex2-box h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #582a2a;
  text-align: center;
  margin-top: 50px;
}

.cont-sec .con-cont .tex2-box h3 span {
  color: #83a617;
  font-size: 30px;
}

.cont-sec .con-cont .tex2-box .thum-box {
  padding: 20px;
  margin-top: 20px;
}

.cont-sec .con-cont .tex2-box .thum-box img.th-1 {
  width: calc(131px * 1);
  height: calc(110px * 1);
}

.cont-sec .con-cont .tex2-box .thum-box img.th-2 {
  width: calc(131px * 1);
  height: calc(109px * 1);
}

.cont-sec .con-cont .tex2-box .thum-box img.th-3 {
  width: calc(129px * 1);
  height: calc(109px * 1);
}

.cont-sec .con-cont .tex2-box .thum-box img.th-4 {
  width: calc(131px * 1);
  height: calc(109px * 1);
}

.cont-sec .con-cont .tex2-box .thum-box img.th-5 {
  width: calc(90px * 1);
  height: calc(109px * 1);
}

.cont-sec .con-cont .tex2-box p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}

.cont-sec .con-cont .tex3-box {
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cont-sec .con-cont .tex3-box .mark-box img {
  width: calc(259px * 1);
  height: calc(259px * 1);
}

.cont-sec .con-cont .tex3-box .mark-box img.ma-2 {
  margin-left: 20px;
}

.cont-sec .con-cont .tex3-box h3 {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}

.cont-sec .con-cont .tex3-box h3 span {
  color: #2a9a52;
}

.cont-sec .con-cont .tex3-box p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}

.cont-sec .con-cont .tex4-box {
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont-sec .con-cont .tex4-box img {
  width: calc(595px * 1);
  height: calc(842px * 1);
}

.cont-sec .con-cont .tex4-box h4 {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}

.cont-sec .con-cont .tex4-box p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}

.cont-sec .bn-box {
  overflow: hidden;
  width: 100%;
  height: 665px;
  margin-top: 50px;
  background-color: #f5f2e4;
}

.cont-sec .bn-box img {
  position: absolute;
}

.cont-sec .bn-box img.bnimg-1 {
  width: calc(772px * 1);
  height: calc(246px * 1);
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
}

.cont-sec .bn-box img.bnimg-2 {
  width: calc(237px * 1);
  height: calc(59px * 1);
  top: 500px;
  left: calc(50% - -39px);
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
}

.cont-sec .bn-box img.bnimg-3 {
  width: calc(170px * 1);
  height: calc(91px * 1);
  top: 487px;
  left: calc(50% - -78px);
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.cont-sec .bn-box img.bnimg-4 {
  width: calc(277px * 1);
  height: calc(663px * 1);
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cont-sec .bn-box img.bnimg-5 {
  width: calc(156px * 1);
  height: calc(567px * 1);
  right: calc(10% + 180px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cont-sec .bn-box img.bnimg-6 {
  width: calc(254px * 1);
  height: calc(591px * 1);
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cont-sec .bn-box h3 {
  position: absolute;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #319b9a;
  text-align: center;
  top: 330px;
  left: calc(50% - -17px);
  -webkit-transform: translateX(-62%);
          transform: translateX(-62%);
}

.cont-sec .bn-box h3 br {
  display: none;
}

.cont-sec .bn-box h2 {
  position: absolute;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4e301c;
  text-align: center;
  top: 370px;
  left: calc(50% - -38px);
  -webkit-transform: translateX(-62%);
          transform: translateX(-62%);
}

.cont-sec .bn-box h2 span.pink {
  color: #f47080;
}

.cont-sec .tex5-box {
  margin-top: 60px;
}

.cont-sec .tex5-box .con-tex5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont-sec .tex5-box .con-tex5 p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}

.cont-sec .tex5-box .con-tex5 p span {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .cont-sec {
    margin-top: 210px;
  }
  .cont-sec .con-cont {
    padding: 0 10px;
  }
  .cont-sec .con-cont .timg-box {
    height: 500px;
  }
  .cont-sec .con-cont .tex1-box {
    margin-top: 50px;
  }
  .cont-sec .con-cont .tex1-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex1-box p:nth-of-type(2) {
    margin-top: 20px;
  }
  .cont-sec .con-cont .tex2-box {
    margin-top: 50px;
  }
  .cont-sec .con-cont .tex2-box h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex2-box h2::after {
    width: 100px;
    height: 3px;
    margin-top: 15px;
  }
  .cont-sec .con-cont .tex2-box h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
  }
  .cont-sec .con-cont .tex2-box h3 span {
    font-size: 30px;
  }
  .cont-sec .con-cont .tex2-box .thum-box {
    padding: 20px;
    margin-top: 20px;
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-1 {
    width: calc(131px * 1);
    height: calc(110px * 1);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-2 {
    width: calc(131px * 1);
    height: calc(109px * 1);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-3 {
    width: calc(129px * 1);
    height: calc(109px * 1);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-4 {
    width: calc(131px * 1);
    height: calc(109px * 1);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-5 {
    width: calc(90px * 1);
    height: calc(109px * 1);
  }
  .cont-sec .con-cont .tex2-box p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex3-box {
    margin-top: 80px;
  }
  .cont-sec .con-cont .tex3-box .mark-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont-sec .con-cont .tex3-box .mark-box img {
    width: calc(259px * 0.8);
    height: calc(259px * 0.8);
  }
  .cont-sec .con-cont .tex3-box .mark-box img.ma-2 {
    margin-left: 20px;
  }
  .cont-sec .con-cont .tex3-box h3 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex3-box h3 span {
    color: #2a9a52;
  }
  .cont-sec .con-cont .tex3-box p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex4-box {
    margin-top: 80px;
  }
  .cont-sec .con-cont .tex4-box img {
    width: calc(595px * 1);
    height: calc(842px * 1);
  }
  .cont-sec .con-cont .tex4-box h4 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex4-box p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .bn-box {
    height: 500px;
    margin-top: 50px;
    background-color: #f5f2e4;
  }
  .cont-sec .bn-box img {
    position: absolute;
  }
  .cont-sec .bn-box img.bnimg-1 {
    width: calc(772px * 0.65);
    height: calc(246px * 0.65);
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
  .cont-sec .bn-box img.bnimg-2 {
    width: calc(237px * 0.75);
    height: calc(59px * 0.75);
    top: auto;
    bottom: 59px;
    left: calc(50% - -59px);
    -webkit-transform: translateX(-230px);
            transform: translateX(-230px);
  }
  .cont-sec .bn-box img.bnimg-3 {
    width: calc(170px * 0.75);
    height: calc(91px * 0.75);
    top: auto;
    bottom: 50px;
    left: calc(50% - -56px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .cont-sec .bn-box img.bnimg-4 {
    width: calc(277px * 0.75);
    height: calc(663px * 0.75);
    left: 1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box img.bnimg-5 {
    width: calc(156px * 0.75);
    height: calc(567px * 0.75);
    right: calc(10% + 50px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box img.bnimg-6 {
    width: calc(254px * 0.75);
    height: calc(591px * 0.75);
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box h3 {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #319b9a;
    text-align: center;
    top: 250px;
    left: calc(50% - -17px);
    -webkit-transform: translateX(-62%);
            transform: translateX(-62%);
  }
  .cont-sec .bn-box h2 {
    position: absolute;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4e301c;
    text-align: center;
    top: 290px;
    left: calc(50% - -38px);
    -webkit-transform: translateX(-62%);
            transform: translateX(-62%);
  }
  .cont-sec .bn-box h2 span.pink {
    color: #f47080;
  }
  .cont-sec .tex5-box {
    margin-top: 50px;
  }
  .cont-sec .tex5-box .con-tex5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cont-sec .tex5-box .con-tex5 p {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .cont-sec .tex5-box .con-tex5 p span {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .cont-sec {
    margin-top: 180px;
  }
  .cont-sec .con-cont {
    padding: 0 10px;
  }
  .cont-sec .con-cont .timg-box {
    height: 400px;
  }
  .cont-sec .con-cont .tex1-box {
    margin-top: 50px;
  }
  .cont-sec .con-cont .tex1-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex1-box p:nth-of-type(2) {
    margin-top: 20px;
  }
  .cont-sec .con-cont .tex2-box {
    margin-top: 50px;
  }
  .cont-sec .con-cont .tex2-box h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex2-box h2::after {
    width: 70px;
    height: 2px;
    margin-top: 15px;
    margin-left: -35px;
  }
  .cont-sec .con-cont .tex2-box h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
  }
  .cont-sec .con-cont .tex2-box h3 span {
    font-size: 24px;
  }
  .cont-sec .con-cont .tex2-box .thum-box {
    padding: 20px;
    margin-top: 20px;
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-1 {
    width: calc(131px * 0.85);
    height: calc(110px * 0.85);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-2 {
    width: calc(131px * 0.85);
    height: calc(109px * 0.85);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-3 {
    width: calc(129px * 0.85);
    height: calc(109px * 0.85);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-4 {
    width: calc(131px * 0.85);
    height: calc(109px * 0.85);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-5 {
    width: calc(90px * 0.85);
    height: calc(109px * 0.85);
  }
  .cont-sec .con-cont .tex2-box p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex3-box {
    margin-top: 80px;
  }
  .cont-sec .con-cont .tex3-box .mark-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont-sec .con-cont .tex3-box .mark-box img {
    width: calc(259px * 0.65);
    height: calc(259px * 0.65);
  }
  .cont-sec .con-cont .tex3-box .mark-box img.ma-2 {
    margin-left: 20px;
  }
  .cont-sec .con-cont .tex3-box h3 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex3-box h3 span {
    color: #2a9a52;
  }
  .cont-sec .con-cont .tex3-box p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex4-box {
    margin-top: 80px;
  }
  .cont-sec .con-cont .tex4-box img {
    width: calc(595px * 0.8);
    height: calc(842px * 0.8);
  }
  .cont-sec .con-cont .tex4-box h4 {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex4-box p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .bn-box {
    height: 400px;
    margin-top: 50px;
    background-color: #f5f2e4;
  }
  .cont-sec .bn-box img {
    position: absolute;
  }
  .cont-sec .bn-box img.bnimg-1 {
    width: calc(772px * 0.5);
    height: calc(246px * 0.5);
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
  .cont-sec .bn-box img.bnimg-2 {
    width: calc(237px * 0.55);
    height: calc(59px * 0.55);
    top: auto;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px);
  }
  .cont-sec .bn-box img.bnimg-3 {
    width: calc(170px * 0.55);
    height: calc(91px * 0.55);
    top: auto;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .cont-sec .bn-box img.bnimg-4 {
    width: calc(277px * 0.55);
    height: calc(663px * 0.55);
    left: 1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box img.bnimg-5 {
    width: calc(156px * 0.55);
    height: calc(567px * 0.55);
    right: calc(10% + 50px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box img.bnimg-6 {
    width: calc(254px * 0.55);
    height: calc(591px * 0.55);
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box h3 {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #319b9a;
    text-align: center;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-62%);
            transform: translateX(-62%);
  }
  .cont-sec .bn-box h2 {
    position: absolute;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4e301c;
    text-align: center;
    top: 230px;
    left: 50%;
    -webkit-transform: translateX(-62%);
            transform: translateX(-62%);
  }
  .cont-sec .bn-box h2 span.pink {
    color: #f47080;
  }
  .cont-sec .tex5-box {
    margin-top: 30px;
  }
  .cont-sec .tex5-box .con-tex5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cont-sec .tex5-box .con-tex5 p {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .cont-sec .tex5-box .con-tex5 p span {
    font-size: 20px;
    font-weight: 500;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .cont-sec {
    margin-top: 100px;
  }
  .cont-sec .con-cont {
    padding: 0 10px;
  }
  .cont-sec .con-cont .timg-box {
    height: 320px;
  }
  .cont-sec .con-cont .tex1-box {
    margin-top: 30px;
  }
  .cont-sec .con-cont .tex1-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex1-box p:nth-of-type(2) {
    margin-top: 20px;
  }
  .cont-sec .con-cont .tex2-box {
    width: 100%;
    margin-top: 50px;
    padding: 0 10px;
  }
  .cont-sec .con-cont .tex2-box h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex2-box h2::after {
    width: 70px;
    height: 2px;
    margin-top: 15px;
    margin-left: -35px;
  }
  .cont-sec .con-cont .tex2-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
  }
  .cont-sec .con-cont .tex2-box h3 span {
    font-size: 21px;
  }
  .cont-sec .con-cont .tex2-box .thum-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-1 {
    width: calc(131px * 0.77);
    height: calc(110px * 0.77);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-2 {
    width: calc(131px * 0.77);
    height: calc(109px * 0.77);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-3 {
    width: calc(129px * 0.77);
    height: calc(109px * 0.77);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-4 {
    width: calc(131px * 0.77);
    height: calc(109px * 0.77);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-5 {
    width: calc(90px * 0.77);
    height: calc(109px * 0.77);
  }
  .cont-sec .con-cont .tex2-box p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
  }
  .cont-sec .con-cont .tex2-box p br {
    display: none;
  }
  .cont-sec .con-cont .tex3-box {
    margin-top: 60px;
  }
  .cont-sec .con-cont .tex3-box .mark-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont-sec .con-cont .tex3-box .mark-box img {
    width: calc(259px * 0.55);
    height: calc(259px * 0.55);
  }
  .cont-sec .con-cont .tex3-box .mark-box img.ma-2 {
    margin-left: 20px;
  }
  .cont-sec .con-cont .tex3-box h3 {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex3-box h3 span {
    color: #2a9a52;
  }
  .cont-sec .con-cont .tex3-box p {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex4-box {
    margin-top: 50px;
  }
  .cont-sec .con-cont .tex4-box img {
    width: calc(595px * 0.7);
    height: calc(842px * 0.7);
  }
  .cont-sec .con-cont .tex4-box h4 {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex4-box p {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .bn-box {
    height: 300px;
    margin-top: 50px;
    background-color: #f5f2e4;
  }
  .cont-sec .bn-box img {
    position: absolute;
  }
  .cont-sec .bn-box img.bnimg-1 {
    width: calc(772px * 0.35);
    height: calc(246px * 0.35);
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
  .cont-sec .bn-box img.bnimg-2 {
    width: calc(237px * 0.4);
    height: calc(59px * 0.4);
    top: auto;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  .cont-sec .bn-box img.bnimg-3 {
    width: calc(170px * 0.4);
    height: calc(91px * 0.4);
    top: auto;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .cont-sec .bn-box img.bnimg-4 {
    width: calc(277px * 0.4);
    height: calc(663px * 0.4);
    left: 1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box img.bnimg-5 {
    width: calc(156px * 0.4);
    height: calc(567px * 0.4);
    right: calc(10% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box img.bnimg-6 {
    width: calc(254px * 0.4);
    height: calc(591px * 0.4);
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box h3 {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #319b9a;
    text-align: center;
    top: 140px;
    left: 50%;
    -webkit-transform: translateX(-57%);
            transform: translateX(-57%);
  }
  .cont-sec .bn-box h2 {
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4e301c;
    text-align: center;
    top: 160px;
    left: 50%;
    -webkit-transform: translateX(-57%);
            transform: translateX(-57%);
  }
  .cont-sec .bn-box h2 span.pink {
    color: #f47080;
  }
  .cont-sec .tex5-box {
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .cont-sec .tex5-box .con-tex5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cont-sec .tex5-box .con-tex5 p {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .cont-sec .tex5-box .con-tex5 p span {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .cont-sec {
    margin-top: 70px;
  }
  .cont-sec .con-cont {
    padding: 0 10px;
  }
  .cont-sec .con-cont .timg-box {
    height: 240px;
  }
  .cont-sec .con-cont .tex1-box {
    margin-top: 30px;
  }
  .cont-sec .con-cont .tex1-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex1-box p:nth-of-type(2) {
    margin-top: 20px;
  }
  .cont-sec .con-cont .tex1-box p br {
    display: none;
  }
  .cont-sec .con-cont .tex2-box {
    width: 100%;
    margin-top: 50px;
    padding: 0 10px;
  }
  .cont-sec .con-cont .tex2-box h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex2-box h2::after {
    width: 50px;
    height: 1px;
    margin-top: 10px;
    margin-left: -25px;
  }
  .cont-sec .con-cont .tex2-box h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 40px;
  }
  .cont-sec .con-cont .tex2-box h3 span {
    font-size: 18px;
  }
  .cont-sec .con-cont .tex2-box .thum-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-1 {
    width: calc(131px * 0.77);
    height: calc(110px * 0.77);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-2 {
    width: calc(131px * 0.77);
    height: calc(109px * 0.77);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-3 {
    width: calc(129px * 0.77);
    height: calc(109px * 0.77);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-4 {
    width: calc(131px * 0.77);
    height: calc(109px * 0.77);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-5 {
    width: calc(90px * 0.77);
    height: calc(109px * 0.77);
  }
  .cont-sec .con-cont .tex2-box p {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
  }
  .cont-sec .con-cont .tex2-box p br {
    display: none;
  }
  .cont-sec .con-cont .tex3-box {
    width: 100%;
    margin-top: 50px;
    padding: 0 10px;
  }
  .cont-sec .con-cont .tex3-box .mark-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont-sec .con-cont .tex3-box .mark-box img {
    width: calc(259px * 0.43);
    height: calc(259px * 0.43);
  }
  .cont-sec .con-cont .tex3-box .mark-box img.ma-2 {
    margin-left: 20px;
  }
  .cont-sec .con-cont .tex3-box h3 {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    text-align: center;
  }
  .cont-sec .con-cont .tex3-box h3 span {
    color: #2a9a52;
  }
  .cont-sec .con-cont .tex3-box p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex3-box p br {
    display: none;
  }
  .cont-sec .con-cont .tex4-box {
    margin-top: 50px;
  }
  .cont-sec .con-cont .tex4-box img {
    width: calc(595px * 0.6);
    height: calc(842px * 0.6);
  }
  .cont-sec .con-cont .tex4-box h4 {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex4-box p {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .bn-box {
    height: 270px;
    margin-top: 50px;
    background-color: #f5f2e4;
  }
  .cont-sec .bn-box img {
    position: absolute;
  }
  .cont-sec .bn-box img.bnimg-1 {
    width: calc(772px * 0.25);
    height: calc(246px * 0.25);
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
  .cont-sec .bn-box img.bnimg-2 {
    width: calc(237px * 0.5);
    height: calc(59px * 0.5);
    top: auto;
    bottom: 22px;
    left: calc(50% - 16px);
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
  }
  .cont-sec .bn-box img.bnimg-3 {
    width: calc(170px * 0.4);
    height: calc(91px * 0.4);
    top: auto;
    bottom: 18px;
    left: calc(50% - -30px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .cont-sec .bn-box img.bnimg-4 {
    width: calc(277px * 0.3);
    height: calc(663px * 0.3);
    left: -7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box img.bnimg-5 {
    width: calc(156px * 0.3);
    height: calc(567px * 0.3);
    right: calc(2% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box img.bnimg-6 {
    width: calc(254px * 0.3);
    height: calc(591px * 0.3);
    right: -8%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box h3 {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #319b9a;
    width: 96%;
    text-align: center;
    top: 90px;
    left: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .cont-sec .bn-box h3 br {
    display: inline;
  }
  .cont-sec .bn-box h2 {
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4e301c;
    width: 182px;
    text-align: center;
    top: 149px;
    left: 49%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cont-sec .bn-box h2 span.pink {
    color: #f47080;
  }
  .cont-sec .bn-box h2 span.bold {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4e301c;
  }
  .cont-sec .tex5-box {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .cont-sec .tex5-box .con-tex5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cont-sec .tex5-box .con-tex5 p {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .cont-sec .tex5-box .con-tex5 p span {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 419.99px) {
  .cont-sec {
    margin-top: 70px;
  }
  .cont-sec .con-cont {
    padding: 0 12px;
  }
  .cont-sec .con-cont .timg-box {
    height: 200px;
  }
  .cont-sec .con-cont .tex1-box {
    margin-top: 30px;
  }
  .cont-sec .con-cont .tex1-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex1-box p:nth-of-type(2) {
    margin-top: 20px;
  }
  .cont-sec .con-cont .tex1-box p br {
    display: none;
  }
  .cont-sec .con-cont .tex2-box {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
  }
  .cont-sec .con-cont .tex2-box h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex2-box h2::after {
    width: 50px;
    height: 1px;
    margin-top: 10px;
    margin-left: -25px;
  }
  .cont-sec .con-cont .tex2-box h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 40px;
  }
  .cont-sec .con-cont .tex2-box h3 span {
    font-size: 18px;
  }
  .cont-sec .con-cont .tex2-box .thum-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-1 {
    width: calc(131px * 0.7);
    height: calc(110px * 0.7);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-2 {
    width: calc(131px * 0.7);
    height: calc(109px * 0.7);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-3 {
    width: calc(129px * 0.7);
    height: calc(109px * 0.7);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-4 {
    width: calc(131px * 0.7);
    height: calc(109px * 0.7);
  }
  .cont-sec .con-cont .tex2-box .thum-box img.th-5 {
    width: calc(90px * 0.7);
    height: calc(109px * 0.7);
  }
  .cont-sec .con-cont .tex2-box p {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
  }
  .cont-sec .con-cont .tex2-box p br {
    display: none;
  }
  .cont-sec .con-cont .tex3-box {
    width: 100%;
    margin-top: 50px;
    padding: 0 10px;
  }
  .cont-sec .con-cont .tex3-box .mark-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont-sec .con-cont .tex3-box .mark-box img {
    width: calc(259px * 0.4);
    height: calc(259px * 0.4);
  }
  .cont-sec .con-cont .tex3-box .mark-box img.ma-2 {
    margin-left: 20px;
  }
  .cont-sec .con-cont .tex3-box h3 {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    text-align: center;
  }
  .cont-sec .con-cont .tex3-box h3 span {
    color: #2a9a52;
  }
  .cont-sec .con-cont .tex3-box p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex3-box p br {
    display: none;
  }
  .cont-sec .con-cont .tex4-box {
    margin-top: 50px;
  }
  .cont-sec .con-cont .tex4-box img {
    width: calc(595px * 0.5);
    height: calc(842px * 0.5);
  }
  .cont-sec .con-cont .tex4-box h4 {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .tex4-box p {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .bn-box {
    height: 229px;
    margin-top: 30px;
    background-color: #f5f2e4;
  }
  .cont-sec .bn-box img {
    position: absolute;
  }
  .cont-sec .bn-box img.bnimg-1 {
    width: calc(772px * 0.2);
    height: calc(246px * 0.2);
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
  .cont-sec .bn-box img.bnimg-2 {
    width: calc(237px * 0.35);
    height: calc(59px * 0.35);
    top: auto;
    bottom: 19px;
    left: 47%;
    -webkit-transform: translateX(-65px);
            transform: translateX(-65px);
  }
  .cont-sec .bn-box img.bnimg-3 {
    width: calc(170px * 0.25);
    height: calc(91px * 0.25);
    top: auto;
    bottom: 17px;
    left: 52%;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  .cont-sec .bn-box img.bnimg-4 {
    width: calc(277px * 0.25);
    height: calc(663px * 0.25);
    left: -7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box img.bnimg-5 {
    width: calc(156px * 0.25);
    height: calc(567px * 0.25);
    right: calc(2% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box img.bnimg-6 {
    width: calc(254px * 0.25);
    height: calc(591px * 0.25);
    right: -8%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-sec .bn-box h3 {
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #319b9a;
    width: 96%;
    text-align: center;
    top: 76px;
    left: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .cont-sec .bn-box h3 br {
    display: inline;
  }
  .cont-sec .bn-box h2 {
    position: absolute;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4e301c;
    width: 165px;
    text-align: center;
    top: 125px;
    left: 50%;
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
  .cont-sec .bn-box h2 span.pink {
    color: #f47080;
  }
  .cont-sec .bn-box h2 span.bold {
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4e301c;
  }
  .cont-sec .tex5-box {
    width: 100%;
    padding: 0 12px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .cont-sec .tex5-box .con-tex5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cont-sec .tex5-box .con-tex5 p {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .cont-sec .tex5-box .con-tex5 p span {
    font-size: 16px;
    font-weight: 500;
  }
  .cont-sec .tex5-box .con-tex5 p br:not(:nth-of-type(1)) {
    display: none;
  }
}
/*# sourceMappingURL=about.css.map */