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

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

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

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

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

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

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

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

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

::after,
::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '';
}

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

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

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

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

section::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.foot-sec {
  z-index: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: autu;
  background-color: white;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.foot-sec .sec-box {
  width: 100%;
  padding-bottom: 70px;
}

.foot-sec .sec-box .con-board .board-box {
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.foot-sec .sec-box .con-board .board-box .tab-box {
  width: 100%;
  height: 45px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.foot-sec .sec-box .con-board .board-box .tab-box .tab-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 35px;
  background-color: #837c7e;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-right: 1px;
  cursor: pointer;
}

.foot-sec .sec-box .con-board .board-box .tab-box .tab-1.bg {
  background-color: #352F31;
}

.foot-sec .sec-box .con-board .board-box .tab-box .tab-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 35px;
  background-color: #837c7e;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  cursor: pointer;
}

.foot-sec .sec-box .con-board .board-box .tab-box .tab-2.bg {
  background-color: #352F31;
}

.foot-sec .sec-box .con-board .board-box .tab-box .tel {
  position: absolute;
  top: -4px;
  right: 0;
  color: #342f31;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif !important;
}

.foot-sec .sec-box .con-board .board-box .tab-box .tel .pc img {
  display: inline-block;
  vertical-align: bottom;
}

.foot-sec .sec-box .con-board .board-box .tab-box .tel .mobile {
  display: none;
}

.foot-sec .sec-box .con-board .board-box .content-box {
  overflow: hidden;
  width: 100%;
  height: 371px;
  border: 1px solid #e1e3e5 !important;
}

.foot-sec .sec-box .con-board .board-box .content-box.box2-in .gall-bx {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.foot-sec .sec-box .con-board .board-box .content-box.box2-in .bod-bx {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.foot-sec .sec-box .con-board .board-box .content-box.box1-in .gall-bx {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.foot-sec .sec-box .con-board .board-box .content-box.box1-in .bod-bx {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx {
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box {
  width: 30%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 42px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
  text-transform: uppercase;
  margin-top: 70px;
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box {
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
  width: 33.3333%;
  height: 185px;
  padding: 30px;
  border-left: 1px dashed #e1e3e5 !important;
  border-bottom: 1px dashed #e1e3e5 !important;
  cursor: pointer;
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(n + 4) {
  border-bottom: 0px dashed #e1e3e5 !important;
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(4) {
  border-left: 0px !important;
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:hover p {
  color: #ee6ea9 !important;
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box p {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #797b80 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx {
  display: none;
}

.foot-sec .sec-box .con-board .board-box .content-box .gall-bx {
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box {
  width: 30%;
  -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;
}

.foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
  text-transform: uppercase;
  margin-top: 70px;
}

.foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box {
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  z-index: 10;
  width: 33.3333%;
  height: 185px;
  padding: 20px;
  border-left: 1px dashed #e1e3e5 !important;
  border-bottom: 1px dashed #e1e3e5 !important;
  cursor: pointer;
}

.foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(4) {
  border-left: 0px !important;
}

.foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:hover input[data-gbt="gbt"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #cbc5c2 !important;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box input[data-gbt="gbt"] {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -17.5px;
  width: 100px;
  height: 30px;
  background-color: #8c8582 !important;
  border: none;
  outline: none;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box .img-box {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.foot-sec .add-box {
  width: 100%;
  border-top: 1px solid #2e2a31;
  background-color: #363238;
}

.foot-sec .add-box .ad-bx {
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 0;
  text-align: center;
}

.foot-sec .add-box .ad-bx .large-box {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.foot-sec .add-box .ad-bx .large-box > p {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  width: 100%;
  color: #e1e3e5 !important;
  padding: 0;
}

.foot-sec .add-box .ad-bx .large-box > p > span {
  font-size: 8px;
  margin: 0 5px;
  color: #c8c9cc !important;
}

.foot-sec .add-box .ad-bx .large-box > p .hide {
  display: none;
}

.foot-sec .add-box .ad-bx .tablet-box, .foot-sec .add-box .ad-bx .phone-box {
  display: none;
}

.copy-box {
  width: 100%;
  background-color: #2e2a31;
}

.copy-box .con-copy .bot-box {
  width: 100%;
  height: 40px;
}

.copy-box .con-copy .bot-box .left-bx {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copy-box .con-copy .bot-box .left-bx p {
  left: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #adafb3 !important;
}

.copy-box .con-copy .bot-box .right-bx {
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copy-box .con-copy .bot-box .right-bx p {
  left: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #adafb3 !important;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .foot-sec {
    z-index: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: autu;
    background-color: white;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .foot-sec .sec-box {
    width: 100%;
    padding-bottom: 70px;
  }
  .foot-sec .sec-box .con-board .board-box {
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box {
    width: 100%;
    height: 45px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 150px;
    height: 35px;
    background-color: #837c7e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 1px;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-1.bg {
    background-color: #352F31;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 150px;
    height: 35px;
    background-color: #837c7e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-2.bg {
    background-color: #352F31;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel {
    position: absolute;
    top: 1px;
    right: 0;
    color: #342f31;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .pc img {
    display: inline-block;
    vertical-align: bottom;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .mobile {
    display: none;
  }
  .foot-sec .sec-box .con-board .board-box .content-box {
    overflow: hidden;
    width: 100%;
    height: 371px;
    border: 1px solid #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box2-in .gall-bx {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box2-in .bod-bx {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box1-in .gall-bx {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box1-in .bod-bx {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx {
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box {
    width: 30%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box h2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 42px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-transform: uppercase;
    margin-top: 70px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 10;
    width: 33.3333%;
    height: 185px;
    padding: 30px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(n + 4) {
    border-bottom: 0px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(4) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:hover p {
    color: #ee6ea9 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx {
    display: none;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box {
    width: 30%;
    -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;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-transform: uppercase;
    margin-top: 70px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box {
    width: 97.9%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
    z-index: 10;
    width: 33.3333%;
    height: 185px;
    padding: 20px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(4) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:hover::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:hover input[data-gbt="gbt"] {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #cbc5c2 !important;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box input[data-gbt="gbt"] {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -17.5px;
    width: 100px;
    height: 30px;
    background-color: #8c8582 !important;
    border: none;
    outline: none;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box .img-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .foot-sec .add-box {
    width: 100%;
    border-top: 1px solid #2e2a31;
    background-color: #363238;
  }
  .foot-sec .add-box .ad-bx {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 0;
  }
  .foot-sec .add-box .ad-bx .large-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .add-box .ad-bx .large-box > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #e1e3e5 !important;
    padding: 0;
  }
  .foot-sec .add-box .ad-bx .large-box > p > span {
    font-size: 8px;
    margin: 5px 10px 0;
    color: #c8c9cc !important;
  }
  .foot-sec .add-box .ad-bx .tablet-box, .foot-sec .add-box .ad-bx .phone-box {
    display: none;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .foot-sec {
    z-index: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: autu;
    background-color: white;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .foot-sec .sec-box {
    width: 100%;
    padding-bottom: 70px;
  }
  .foot-sec .sec-box .con-board .board-box {
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box {
    width: 100%;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 150px;
    height: 35px;
    background-color: #837c7e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 1px;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-1.bg {
    background-color: #352F31;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 150px;
    height: 35px;
    background-color: #837c7e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-2.bg {
    background-color: #352F31;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel {
    position: absolute;
    top: 8px;
    right: 0;
    color: #342f31;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .pc img {
    display: inline-block;
    vertical-align: bottom;
    width: calc(33px * 0.9);
    height: calc(32px * 0.9);
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .mobile {
    display: none;
  }
  .foot-sec .sec-box .con-board .board-box .content-box {
    overflow: hidden;
    width: 100%;
    height: 371px;
    border: 1px solid #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box2-in .gall-bx {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box2-in .bod-bx {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box1-in .gall-bx {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box1-in .bod-bx {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx {
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box {
    width: 30%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box h2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 42px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-transform: uppercase;
    margin-top: 70px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 10;
    width: 33.3333%;
    height: 185px;
    padding: 20px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(n + 4) {
    border-bottom: 0px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(4) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:hover p {
    color: #ee6ea9 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx {
    display: none;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box {
    width: 30%;
    -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;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-transform: uppercase;
    margin-top: 70px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box {
    width: 97.9%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
    z-index: 10;
    width: 33.3333%;
    height: 185px;
    padding: 20px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(4) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:hover::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:hover input[data-gbt="gbt"] {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #cbc5c2 !important;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box input[data-gbt="gbt"] {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -17.5px;
    width: 100px;
    height: 30px;
    background-color: #8c8582 !important;
    border: none;
    outline: none;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box .img-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .foot-sec .add-box {
    width: 100%;
    border-top: 1px solid #2e2a31;
    background-color: #363238;
  }
  .foot-sec .add-box .ad-bx {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 0;
  }
  .foot-sec .add-box .ad-bx .large-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .add-box .ad-bx .large-box > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #e1e3e5 !important;
    padding: 0;
  }
  .foot-sec .add-box .ad-bx .large-box > p > span {
    font-size: 8px;
    margin: 5px 10px 0;
    color: #c8c9cc !important;
  }
  .foot-sec .add-box .ad-bx .tablet-box, .foot-sec .add-box .ad-bx .phone-box {
    display: none;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .foot-sec {
    z-index: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: autu;
    background-color: white;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .foot-sec .sec-box {
    width: 100%;
    padding-bottom: 70px;
  }
  .foot-sec .sec-box .con-board .board-box {
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box {
    width: 100%;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
    height: 35px;
    background-color: #837c7e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 1px;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-1.bg {
    background-color: #352F31;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
    height: 35px;
    background-color: #837c7e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-2.bg {
    background-color: #352F31;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel {
    position: absolute;
    top: 8px;
    right: 0;
    color: #342f31;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .pc img {
    display: inline-block;
    vertical-align: bottom;
    width: calc(33px * 0.8);
    height: calc(32px * 0.8);
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .mobile {
    display: none;
  }
  .foot-sec .sec-box .con-board .board-box .content-box {
    overflow: hidden;
    width: 100%;
    height: 557px;
    border: 1px solid #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box2-in .gall-bx {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box2-in .bod-bx {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box1-in .gall-bx {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box1-in .bod-bx {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx {
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box {
    width: 30%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box h2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 42px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-transform: uppercase;
    margin-top: 70px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 10;
    width: 33.3333%;
    height: 185px;
    padding: 20px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(n + 4) {
    border-bottom: 0px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(4) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:hover p {
    color: #ee6ea9 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 10;
    width: 50%;
    height: 185px;
    padding: 10px 20px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(n + 4) {
    border-bottom: 0px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(3), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(5) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(4) {
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(5), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(6) {
    border-bottom: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box {
    width: 30%;
    -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;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-transform: uppercase;
    margin-top: 70px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box {
    width: 97.9%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
    z-index: 10;
    width: 49%;
    height: 185px;
    padding: 20px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(3), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(5) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(4) {
    border-left: 1px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(5), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(6) {
    border-bottom: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:hover::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:hover input[data-gbt="gbt"] {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #cbc5c2 !important;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box input[data-gbt="gbt"] {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -17.5px;
    width: 100px;
    height: 30px;
    background-color: #8c8582 !important;
    border: none;
    outline: none;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box .img-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .foot-sec .add-box {
    width: 100%;
    border-top: 1px solid #2e2a31;
  }
  .foot-sec .add-box .con-add .ad-bx {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 0;
  }
  .foot-sec .add-box .con-add .ad-bx .tablet-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .add-box .con-add .ad-bx .tablet-box > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #e1e3e5 !important;
    padding: 0;
  }
  .foot-sec .add-box .con-add .ad-bx .tablet-box > p > span {
    font-size: 8px;
    margin: 5px 10px 0;
    color: #c8c9cc !important;
  }
  .foot-sec .add-box .con-add .ad-bx .phone-box {
    display: none;
  }
  .foot-sec .add-box .con-add .ad-bx .tablet-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foot-sec .copy-box {
    width: 100%;
    background-color: #2e2a31;
  }
  .foot-sec .copy-box .con-copy .bot-box {
    width: 100%;
    height: 40px;
  }
  .foot-sec .copy-box .con-copy .bot-box .left-bx {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-sec .copy-box .con-copy .bot-box .left-bx p {
    left: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #adafb3 !important;
  }
  .foot-sec .copy-box .con-copy .bot-box .right-bx {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-sec .copy-box .con-copy .bot-box .right-bx p {
    left: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #adafb3 !important;
  }
}

@media (max-width: 575.99px) {
  .foot-sec {
    z-index: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: autu;
    background-color: white;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .foot-sec .sec-box {
    width: 100%;
    padding-bottom: 70px;
  }
  .foot-sec .sec-box .con-board .board-box {
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box {
    width: 100%;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 130px;
    height: 35px;
    background-color: #837c7e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 1px;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-1.bg {
    background-color: #352F31;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 130px;
    height: 35px;
    background-color: #837c7e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-2.bg {
    background-color: #352F31;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel {
    position: absolute;
    top: 11px;
    right: 23px;
    color: #342f31;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .pc {
    display: none;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .mobile {
    display: block;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .mobile a {
    color: #342f31;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .mobile a img {
    display: inline-block;
    vertical-align: bottom;
    width: calc(33px * 0.6);
    height: calc(32px * 0.6);
  }
  .foot-sec .sec-box .con-board .board-box .content-box {
    overflow: hidden;
    width: 100%;
    height: 450px;
    border: 1px solid #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box2-in .gall-bx {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box2-in .bod-bx {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box1-in .gall-bx {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box1-in .bod-bx {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx {
    position: absolute;
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box {
    width: calc(100% - 20px);
    height: 100%;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box h2 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-transform: uppercase;
    margin-top: 0;
    left: 0;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 10;
    width: 33.3333%;
    height: 185px;
    padding: 20px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(n + 4) {
    border-bottom: 0px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(4) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:hover p {
    color: #ee6ea9 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 10;
    width: 48%;
    height: 150px;
    padding: 10px 10px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(n + 4) {
    border-bottom: 0px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(3), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(5) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(4) {
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(5), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(6) {
    border-bottom: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 5px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box {
    width: 100%;
    max-height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-transform: uppercase;
    margin-top: 0;
    padding: 20px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box {
    width: 100%;
    max-height: 380px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 10;
    width: 47.5%;
    height: 39.5%;
    padding: 10px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(3), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(5) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(4) {
    border-left: 1px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(5), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(6) {
    border-bottom: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box .img-box {
    width: 100%;
    height: 100%;
    background-color: #352F31;
  }
  .foot-sec .add-box {
    width: 100%;
    border-top: 1px solid #2e2a31;
  }
  .foot-sec .add-box .con-add .ad-bx {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 0;
  }
  .foot-sec .add-box .con-add .ad-bx .large-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .add-box .con-add .ad-bx .large-box > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #e1e3e5 !important;
    padding: 0;
  }
  .foot-sec .add-box .con-add .ad-bx .large-box > p > span {
    font-size: 8px;
    margin: 5px 7px 0;
    color: #c8c9cc !important;
  }
  .foot-sec .add-box .con-add .ad-bx .large-box > p > span:nth-of-type(3) {
    display: none;
  }
  .foot-sec .add-box .con-add .ad-bx .large-box > p .hide {
    display: inline-block;
  }
  .foot-sec .add-box .con-add .ad-bx .tablet-box {
    display: none;
  }
  .foot-sec .add-box .con-add .ad-bx .phone-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foot-sec .copy-box {
    width: 100%;
    background-color: #2e2a31;
  }
  .foot-sec .copy-box .con-copy .bot-box {
    width: 100%;
    height: 40px;
  }
  .foot-sec .copy-box .con-copy .bot-box .left-bx {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-sec .copy-box .con-copy .bot-box .left-bx p {
    left: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #adafb3 !important;
  }
  .foot-sec .copy-box .con-copy .bot-box .right-bx {
    display: none;
    width: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-sec .copy-box .con-copy .bot-box .right-bx p {
    left: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #adafb3 !important;
  }
}

@media (max-width: 419.99px) {
  .foot-sec {
    z-index: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: autu;
    background-color: white;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .foot-sec .sec-box {
    width: 100%;
    padding-bottom: 70px;
  }
  .foot-sec .sec-box .con-board .board-box {
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box {
    width: 100%;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 110px;
    height: 35px;
    background-color: #837c7e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 1px;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-1.bg {
    background-color: #352F31;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 110px;
    height: 35px;
    background-color: #837c7e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tab-2.bg {
    background-color: #352F31;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel {
    position: absolute;
    top: 13px;
    right: 23px;
    color: #342f31;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .pc {
    display: none;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .mobile {
    display: block;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .mobile a {
    color: #342f31;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .sec-box .con-board .board-box .tab-box .tel .mobile a img {
    display: inline-block;
    vertical-align: bottom;
    width: calc(33px * 0.6);
    height: calc(32px * 0.6);
  }
  .foot-sec .sec-box .con-board .board-box .content-box {
    overflow: hidden;
    width: 100%;
    height: 450px;
    border: 1px solid #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box2-in .gall-bx {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box2-in .bod-bx {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box1-in .gall-bx {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box.box1-in .bod-bx {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx {
    position: absolute;
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box {
    width: calc(100% - 20px);
    height: 100%;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .left-box h2 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-transform: uppercase;
    margin-top: 0;
    left: 0;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 10;
    width: 33.3333%;
    height: 185px;
    padding: 20px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(n + 4) {
    border-bottom: 0px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:nth-of-type(4) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box:hover p {
    color: #ee6ea9 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .pc-bx .noti-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 10;
    width: 48%;
    height: 150px;
    padding: 10px 10px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(n + 4) {
    border-bottom: 0px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(3), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(5) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(4) {
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(5), .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box:nth-of-type(6) {
    border-bottom: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 5px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .bod-bx .right-box .note-bx .noti-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box {
    width: 100%;
    max-height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .left-box h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-transform: uppercase;
    margin-top: 0;
    padding: 20px;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box {
    width: 100%;
    max-height: 380px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 10;
    width: 47.5%;
    height: 39.5%;
    padding: 10px;
    border-left: 1px dashed #e1e3e5 !important;
    border-bottom: 1px dashed #e1e3e5 !important;
    cursor: pointer;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(1), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(3), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(5) {
    border-left: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(4) {
    border-left: 1px dashed #e1e3e5 !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(5), .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box:nth-of-type(6) {
    border-bottom: 0px !important;
  }
  .foot-sec .sec-box .con-board .board-box .content-box .gall-bx .right-box .gal-box .img-box {
    width: 100%;
    height: 100%;
    background-color: #352F31;
  }
  .foot-sec .add-box {
    width: 100%;
    border-top: 1px solid #2e2a31;
  }
  .foot-sec .add-box .con-add .ad-bx {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 0;
  }
  .foot-sec .add-box .con-add .ad-bx .large-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot-sec .add-box .con-add .ad-bx .large-box > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #e1e3e5 !important;
    padding: 0;
  }
  .foot-sec .add-box .con-add .ad-bx .large-box > p > span {
    font-size: 8px;
    margin: 5px 5px 0;
    color: #c8c9cc !important;
  }
  .foot-sec .add-box .con-add .ad-bx .large-box > p > span:nth-of-type(3) {
    display: none;
  }
  .foot-sec .add-box .con-add .ad-bx .large-box > p .hide {
    display: inline-block;
  }
  .foot-sec .add-box .con-add .ad-bx .tablet-box {
    display: none;
  }
  .foot-sec .add-box .con-add .ad-bx .phone-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foot-sec .copy-box {
    width: 100%;
    background-color: #2e2a31;
  }
  .foot-sec .copy-box .con-copy .bot-box {
    width: 100%;
    height: 40px;
  }
  .foot-sec .copy-box .con-copy .bot-box .left-bx {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-sec .copy-box .con-copy .bot-box .left-bx p {
    left: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #adafb3 !important;
  }
  .foot-sec .copy-box .con-copy .bot-box .right-bx {
    display: none;
    width: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-sec .copy-box .con-copy .bot-box .right-bx p {
    left: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #adafb3 !important;
  }
}

/* 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 zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rightin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes rightin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes bottomin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bottomin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes topdown {
  0% {
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
  }
  40% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes topdown {
  0% {
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
  }
  40% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.visu-sec {
  width: 100%;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff !important;
  overflow: hidden;
  height: auto;
}

.visu-sec .visu-slider {
  z-index: 1;
  width: 100%;
  height: 250px;
}

.visu-sec .visu-slider .slick-list {
  width: 100%;
}

.visu-sec .visu-slider .slick-list .slick-track .slick-slide {
  overflow: hidden;
}

.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active {
  width: 100%;
}

.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box {
  -webkit-animation: zoomin 2.2s ease-out 0s both;
          animation: zoomin 2.2s ease-out 0s both;
}

.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .contex a,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .contex a,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .contex a {
  -webkit-animation: rightin 1.7s ease-out 2s both;
          animation: rightin 1.7s ease-out 2s both;
}

.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .contex h2,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .contex h2,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .contex h2 {
  -webkit-animation: bottomin 1.7s ease-out 1s both;
          animation: bottomin 1.7s ease-out 1s both;
}

.visu-sec .visu-slider div .slider1-box,
.visu-sec .visu-slider div .slider2-box,
.visu-sec .visu-slider div .slider3-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: fadeout 2.2s ease-out 0s both;
          animation: fadeout 2.2s ease-out 0s both;
}

.visu-sec .visu-slider div .slider1-box .contex h2,
.visu-sec .visu-slider div .slider2-box .contex h2,
.visu-sec .visu-slider div .slider3-box .contex h2 {
  position: absolute;
  font-size: 62px;
  font-weight: 700;
  line-height: 62px;
  font-family: "Frank Ruhl Libre", serif !important;
  text-align: left;
}

.visu-sec .visu-slider div .slider1-box {
  background-image: url("../images/s-visual-1.jpg");
  background-position: 60%;
}

.visu-sec .visu-slider div .slider1-box .contex h2 {
  width: 600px;
  margin-left: -450px;
  margin-top: -100px;
  color: #8c8582 !important;
  text-align: center;
}

.visu-sec .visu-slider div .slider2-box {
  background-image: url("../images/s-visual-2.jpg");
}

.visu-sec .visu-slider div .slider2-box .contex h2 {
  width: 600px;
  margin-left: -300px;
  margin-top: -30px;
  color: #ffffff !important;
  text-align: center;
}

.visu-sec .visu-slider div .slider3-box {
  background-image: url("../images/s-visual-3.jpg");
}

.visu-sec .visu-slider div .slider3-box .contex h2 {
  width: 600px;
  margin-left: -300px;
  margin-top: 30px;
  color: #ffffff !important;
  text-align: center;
}

.visu-sec .visu-slider:hover .Prev, .visu-sec .visu-slider:hover .Next {
  background-color: #998d81;
  opacity: 1;
}

.visu-sec .visu-slider .Prev {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 50%;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  opacity: 0;
  background-image: url("../img/icon/left-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #998d81;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.visu-sec .visu-slider .Prev:hover {
  background-color: #726961;
}

.visu-sec .visu-slider .Next {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 50%;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  opacity: 0;
  background-image: url("../img/icon/right-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #998d81;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.visu-sec .visu-slider .Next:hover {
  background-color: #726961;
}

.visu-sec .visu-slider .slick-dots {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.visu-sec .visu-slider .slick-dots > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 50px;
  background-color: aquamarine;
  display: none;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .visu-sec {
    width: 100%;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .visu-sec .visu-slider {
    z-index: 1;
    width: 100%;
    height: 250px;
  }
  .visu-sec .visu-slider .slick-list {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide {
    overflow: hidden;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box {
    -webkit-animation: zoomin 2.2s ease-out 0s both;
            animation: zoomin 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .contex a,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .contex a,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .contex a {
    -webkit-animation: rightin 1.7s ease-out 2s both;
            animation: rightin 1.7s ease-out 2s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .contex h2,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .contex h2,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .contex h2 {
    -webkit-animation: bottomin 1.7s ease-out 1s both;
            animation: bottomin 1.7s ease-out 1s both;
  }
  .visu-sec .visu-slider div .slider1-box,
  .visu-sec .visu-slider div .slider2-box,
  .visu-sec .visu-slider div .slider3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider1-box .contex h2,
  .visu-sec .visu-slider div .slider2-box .contex h2,
  .visu-sec .visu-slider div .slider3-box .contex h2 {
    position: absolute;
    font-size: 62px;
    font-weight: 700;
    line-height: 62px;
    font-family: "Frank Ruhl Libre", serif !important;
    text-align: left;
  }
  .visu-sec .visu-slider div .slider1-box {
    background-image: url("../images/s-visual-1.jpg");
    background-position: 60%;
  }
  .visu-sec .visu-slider div .slider1-box .contex h2 {
    width: 600px;
    margin-left: -450px;
    margin-top: -100px;
    color: #8c8582 !important;
    text-align: center;
  }
  .visu-sec .visu-slider div .slider2-box {
    background-image: url("../images/s-visual-2.jpg");
  }
  .visu-sec .visu-slider div .slider2-box .contex h2 {
    width: 600px;
    margin-left: -300px;
    margin-top: -30px;
    color: #ffffff !important;
    text-align: center;
  }
  .visu-sec .visu-slider div .slider3-box {
    background-image: url("../images/s-visual-3.jpg");
  }
  .visu-sec .visu-slider div .slider3-box .contex h2 {
    width: 600px;
    margin-left: -300px;
    margin-top: 30px;
    color: #ffffff !important;
    text-align: center;
  }
  .visu-sec .visu-slider:hover .Prev, .visu-sec .visu-slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .visu-sec .visu-slider .Prev {
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Prev:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .Next {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Next:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .slick-dots {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .visu-sec .visu-slider .slick-dots > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 50px;
    background-color: aquamarine;
    display: none;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .visu-sec {
    width: 100%;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .visu-sec .visu-slider {
    z-index: 1;
    width: 100%;
    height: 220px;
  }
  .visu-sec .visu-slider .slick-list {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide {
    overflow: hidden;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box {
    -webkit-animation: zoomin 2.2s ease-out 0s both;
            animation: zoomin 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .contex a,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .contex a,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .contex a {
    -webkit-animation: rightin 1.7s ease-out 2s both;
            animation: rightin 1.7s ease-out 2s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .contex h2,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .contex h2,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .contex h2 {
    -webkit-animation: bottomin 1.7s ease-out 1s both;
            animation: bottomin 1.7s ease-out 1s both;
  }
  .visu-sec .visu-slider div .slider1-box,
  .visu-sec .visu-slider div .slider2-box,
  .visu-sec .visu-slider div .slider3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider1-box .contex h2,
  .visu-sec .visu-slider div .slider2-box .contex h2,
  .visu-sec .visu-slider div .slider3-box .contex h2 {
    position: absolute;
    font-size: 62px;
    font-weight: 700;
    line-height: 62px;
    font-family: "Frank Ruhl Libre", serif !important;
    text-align: left;
  }
  .visu-sec .visu-slider div .slider1-box {
    background-image: url("../images/s-visual-1.jpg");
    background-position: 60%;
  }
  .visu-sec .visu-slider div .slider1-box .contex h2 {
    width: 600px;
    margin-left: -450px;
    margin-top: -100px;
    color: #8c8582 !important;
    text-align: center;
  }
  .visu-sec .visu-slider div .slider2-box {
    background-image: url("../images/s-visual-2.jpg");
  }
  .visu-sec .visu-slider div .slider2-box .contex h2 {
    width: 600px;
    margin-left: -300px;
    margin-top: -30px;
    color: #ffffff !important;
    text-align: center;
  }
  .visu-sec .visu-slider div .slider3-box {
    background-image: url("../images/s-visual-3.jpg");
  }
  .visu-sec .visu-slider div .slider3-box .contex h2 {
    width: 600px;
    margin-left: -300px;
    margin-top: 30px;
    color: #ffffff !important;
    text-align: center;
  }
  .visu-sec .visu-slider:hover .Prev, .visu-sec .visu-slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .visu-sec .visu-slider .Prev {
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Prev:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .Next {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Next:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .slick-dots {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .visu-sec .visu-slider .slick-dots > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 50px;
    background-color: aquamarine;
    display: none;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .visu-sec {
    width: 100%;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .visu-sec .visu-slider {
    z-index: 1;
    width: 100%;
    height: 200px;
  }
  .visu-sec .visu-slider .slick-list {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide {
    overflow: hidden;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box {
    -webkit-animation: zoomin 2.2s ease-out 0s both;
            animation: zoomin 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .contex a,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .contex a,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .contex a {
    -webkit-animation: rightin 1.7s ease-out 2s both;
            animation: rightin 1.7s ease-out 2s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .contex h2,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .contex h2,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .contex h2 {
    -webkit-animation: bottomin 1.7s ease-out 1s both;
            animation: bottomin 1.7s ease-out 1s both;
  }
  .visu-sec .visu-slider div .slider1-box,
  .visu-sec .visu-slider div .slider2-box,
  .visu-sec .visu-slider div .slider3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider1-box .contex h2,
  .visu-sec .visu-slider div .slider2-box .contex h2,
  .visu-sec .visu-slider div .slider3-box .contex h2 {
    position: absolute;
    font-size: 62px;
    font-weight: 700;
    line-height: 62px;
    font-family: "Frank Ruhl Libre", serif !important;
    text-align: left;
  }
  .visu-sec .visu-slider div .slider1-box {
    background-image: url("../images/s-visual-1.jpg");
    background-position: 60%;
  }
  .visu-sec .visu-slider div .slider1-box .contex h2 {
    width: 600px;
    margin-left: -450px;
    margin-top: -100px;
    color: #8c8582 !important;
    text-align: center;
  }
  .visu-sec .visu-slider div .slider2-box {
    background-image: url("../images/s-visual-2.jpg");
  }
  .visu-sec .visu-slider div .slider2-box .contex h2 {
    width: 600px;
    margin-left: -300px;
    margin-top: -30px;
    color: #ffffff !important;
    text-align: center;
  }
  .visu-sec .visu-slider div .slider3-box {
    background-image: url("../images/s-visual-3.jpg");
  }
  .visu-sec .visu-slider div .slider3-box .contex h2 {
    width: 600px;
    margin-left: -300px;
    margin-top: 30px;
    color: #ffffff !important;
    text-align: center;
  }
  .visu-sec .visu-slider:hover .Prev, .visu-sec .visu-slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .visu-sec .visu-slider .Prev {
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Prev:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .Next {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Next:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .slick-dots {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .visu-sec .visu-slider .slick-dots > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 50px;
    background-color: aquamarine;
    display: none;
  }
}

@media (max-width: 575.99px) {
  .visu-sec {
    width: 100%;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .visu-sec .visu-slider {
    z-index: 1;
    width: 100%;
    height: 150px;
  }
  .visu-sec .visu-slider .slick-list {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide {
    overflow: hidden;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box {
    -webkit-animation: zoomin 2.2s ease-out 0s both;
            animation: zoomin 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .contex a,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .contex a,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .contex a {
    -webkit-animation: rightin 1.7s ease-out 2s both;
            animation: rightin 1.7s ease-out 2s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .contex h2,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .contex h2,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .contex h2 {
    -webkit-animation: bottomin 1.7s ease-out 1s both;
            animation: bottomin 1.7s ease-out 1s both;
  }
  .visu-sec .visu-slider div .slider1-box,
  .visu-sec .visu-slider div .slider2-box,
  .visu-sec .visu-slider div .slider3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider1-box .contex h2,
  .visu-sec .visu-slider div .slider2-box .contex h2,
  .visu-sec .visu-slider div .slider3-box .contex h2 {
    position: absolute;
    font-size: 62px;
    font-weight: 700;
    line-height: 62px;
    font-family: "Frank Ruhl Libre", serif !important;
    text-align: left;
  }
  .visu-sec .visu-slider div .slider1-box {
    background-image: url("../images/s-visual-1.jpg");
    background-position: 60%;
  }
  .visu-sec .visu-slider div .slider1-box .contex h2 {
    width: 600px;
    margin-left: -450px;
    margin-top: -100px;
    color: #8c8582 !important;
    text-align: center;
  }
  .visu-sec .visu-slider div .slider2-box {
    background-image: url("../images/s-visual-2.jpg");
  }
  .visu-sec .visu-slider div .slider2-box .contex h2 {
    width: 600px;
    margin-left: -300px;
    margin-top: -30px;
    color: #ffffff !important;
    text-align: center;
  }
  .visu-sec .visu-slider div .slider3-box {
    background-image: url("../images/s-visual-3.jpg");
  }
  .visu-sec .visu-slider div .slider3-box .contex h2 {
    width: 600px;
    margin-left: -300px;
    margin-top: 30px;
    color: #ffffff !important;
    text-align: center;
  }
  .visu-sec .visu-slider:hover .Prev, .visu-sec .visu-slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .visu-sec .visu-slider .Prev {
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Prev:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .Next {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Next:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .slick-dots {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .visu-sec .visu-slider .slick-dots > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 50px;
    background-color: aquamarine;
    display: none;
  }
}

.nav-sec nav {
  position: fixed;
  z-index: 1000;
  border-bottom: 1px solid #e1e3e5 !important;
  width: 100%;
  background-color: #ffffff !important;
}

.nav-sec nav .logo-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 10px;
  top: 2px;
  height: 100%;
  z-index: 99;
  cursor: pointer;
}

.nav-sec nav .logo-box > img {
  width: calc(125px * 0.8);
  height: calc(56px * 0.8);
}

.nav-sec nav .con-nav {
  height: 70px;
}

.nav-sec nav .con-nav ul.nav {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-sec nav .con-nav ul.nav > li {
  width: 190px;
  height: 100%;
  background-color: #fff;
}

.nav-sec nav .con-nav ul.nav > li:hover {
  height: calc(100% + 1px);
}

.nav-sec nav .con-nav ul.nav > li:hover .sub-box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.nav-sec nav .con-nav ul.nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #090909;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-sec nav .con-nav ul.nav > li > a:hover {
  background-color: #4d9b35;
  color: #ffffff !important;
}

.nav-sec nav .con-nav ul.nav > li .sub-box {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
  top: 49px;
  left: 0;
  padding: 22px 0;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box {
  width: 100%;
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx > li {
  width: 190px;
  padding: 5px 0 5px 25px;
  margin-bottom: 1px;
  background-color: #444;
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx > li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx > li > a::after {
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx > li > a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx > li:hover {
  background-color: #4d9b35;
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box .menu1 {
  position: relative;
  left: 20.9%;
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box .menu2 {
  position: relative;
  left: 36.7%;
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box .menu3 {
  position: relative;
  left: 52.5%;
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box .menu4 {
  position: relative;
  left: 68.4%;
}

.nav-sec nav .con-nav ul.nav > li .sub-box .left-box .menu5 {
  position: relative;
  left: 84.2%;
}

.nav-sec nav .contact-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 30px;
  top: 0;
  height: 100%;
}

.nav-sec nav .contact-box input[data-ct="ct"] {
  width: 150px;
  height: 35px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Frank Ruhl Libre", serif !important;
  background-color: #117a8a !important;
  border: none;
  outline: none;
  color: #ffffff !important;
  cursor: pointer;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .nav-sec nav {
    position: fixed;
    z-index: 1000;
    border-bottom: 1px solid #e1e3e5 !important;
    width: 100%;
    background-color: #ffffff !important;
  }
  .nav-sec nav .logo-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 10px;
    top: 0;
    height: 100%;
  }
  .nav-sec nav .con-nav {
    height: 70px;
  }
  .nav-sec nav .con-nav ul.nav {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-sec nav .con-nav ul.nav > li {
    width: 16%;
    height: 100%;
    background-color: #fff;
  }
  .nav-sec nav .con-nav ul.nav > li:hover {
    height: calc(100% + 1px);
  }
  .nav-sec nav .con-nav ul.nav > li:hover .sub-box {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .nav-sec nav .con-nav ul.nav > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #090909;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav-sec nav .con-nav ul.nav > li > a:hover {
    background-color: #4d9b35;
    color: #ffffff !important;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    top: 49px;
    left: 0;
    padding: 22px 0;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box {
    width: 100%;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx > li {
    width: 16%;
    padding: 5px 0 5px 25px;
    margin-bottom: 1px;
    background-color: #444;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx > li > a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx > li > a::after {
    width: 100%;
    height: 1px;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx > li > a:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box ul.smenu-bx > li:hover {
    background-color: #4d9b35;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box .menu1 {
    position: relative;
    left: 20%;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box .menu2 {
    position: relative;
    left: 36%;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box .menu3 {
    position: relative;
    left: 52%;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box .menu4 {
    position: relative;
    left: 68%;
  }
  .nav-sec nav .con-nav ul.nav > li .sub-box .left-box .menu5 {
    position: relative;
    left: 84%;
  }
  .nav-sec nav .contact-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 10px;
    top: 0;
    height: 100%;
  }
  .nav-sec nav .contact-box input[data-ct="ct"] {
    width: 150px;
    height: 35px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Frank Ruhl Libre", serif !important;
    background-color: #117a8a !important;
    border: none;
    outline: none;
    color: #ffffff !important;
  }
}

@media (max-width: 991.99px) {
  .nav-sec {
    display: none;
  }
}

@media (min-width: 992px) {
  .monav-sec,
  .momenu-bg {
    display: none;
  }
}

.monav-sec .top-box {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 40px;
  background-color: white;
}

.monav-sec .top-box .left-bx {
  width: 50%;
  padding: 0 10px;
}

.monav-sec .top-box .left-bx.mo-show .mobt-box {
  width: 40px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.monav-sec .top-box .left-bx.mo-show .mobt-box > span {
  position: absolute;
  width: 0px;
  height: 2px;
  margin-left: -15px;
  background-color: #2f3033 !important;
}

.monav-sec .top-box .left-bx.mo-show .mobt-box > span::before {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.monav-sec .top-box .left-bx.mo-show .mobt-box > span::after {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.monav-sec .top-box .left-bx .mobt-box {
  width: 40px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.monav-sec .top-box .left-bx .mobt-box > span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.monav-sec .top-box .left-bx .mobt-box > span::before {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: -8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.monav-sec .top-box .left-bx .mobt-box > span::after {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.monav-sec .top-box .right-bx {
  width: 50%;
}

.monav-sec .mo-tmenu {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.monav-sec .mo-tmenu.zindex {
  z-index: 1 !important;
}

.monav-sec .mo-tmenu img {
  position: relative;
  top: 7px;
  left: -7px;
  width: calc(52px * 0.5);
  height: calc(52px * 0.5);
}

.monav-sec .mo-tmenu a {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #474747;
  position: relative;
  top: 7px;
}

.monav-sec .mo-tmenu span {
  font-size: 10px;
  font-weight: 100;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #dadada;
  padding: 0 15px 0 5px;
  position: relative;
  top: 5px;
}

.momenu-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 500;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.momenu-bg.side-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.momenu-bg .menu-box {
  width: 100%;
  height: 100vh;
  background-color: white;
  -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;
}

.momenu-bg .menu-box .list-box {
  width: 250px;
  text-align: center;
  height: auto;
  overflow: hidden;
  -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;
}

.momenu-bg .menu-box .list-box > a {
  width: 100%;
  height: 100%;
}

.momenu-bg .menu-box .list-box > a > img {
  width: calc(125px * 0.8);
  height: calc(56px * 0.8);
  margin-bottom: 5px;
}

.momenu-bg .menu-box .list-box > ul {
  width: 100%;
}

.momenu-bg .menu-box .list-box > ul > li {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
  text-align: center;
}

.momenu-bg .menu-box .list-box > ul > li:hover > a {
  color: #ffffff !important !important;
}

.momenu-bg .menu-box .list-box > ul > li:hover > a::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.momenu-bg .menu-box .list-box > ul > li > a {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
  text-align: center;
}

.momenu-bg .menu-box .list-box > ul > li > a::after {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff !important !important;
  background-color: #d8d2db;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-sec {
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
  background-color: white;
}

.content-sec .con-cont {
  padding: 10px;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content-sec .con-cont .topnav-box {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.content-sec .con-cont .topnav-box span {
  font-size: 9px;
  color: #606266 !important;
  margin-top: 6px;
  -webkit-margin-before: 3px;
  padding: 0 10px;
}

.content-sec .con-cont .tit-bx h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-top: 55px;
  padding-bottom: 10px;
}

.content-sec .con-cont .con-box {
  width: 100%;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content-sec .con-cont .con-box .group-bx {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .content-sec {
    position: relative;
    z-index: 1;
    margin-bottom: 110px;
    background-color: white;
  }
  .content-sec .con-cont {
    padding: 10px;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .topnav-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .topnav-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .content-sec .con-cont .topnav-box span {
    font-size: 9px;
    color: #606266 !important;
    margin-top: 6px;
    -webkit-margin-before: 3px;
    padding: 0 10px;
  }
  .content-sec .con-cont .tit-bx h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-top: 55px;
    padding-bottom: 10px;
  }
  .content-sec .con-cont .con-box {
    width: 100%;
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .con-box .group-bx {
    width: 100%;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .content-sec {
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
    background-color: white;
  }
  .content-sec .con-cont {
    padding: 10px;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .topnav-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .topnav-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .content-sec .con-cont .topnav-box span {
    font-size: 9px;
    color: #606266 !important;
    margin-top: 6px;
    -webkit-margin-before: 3px;
    padding: 0 10px;
  }
  .content-sec .con-cont .tit-bx h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .content-sec .con-cont .con-box {
    width: 100%;
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .con-box .group-bx {
    width: 100%;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .content-sec {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    background-color: white;
  }
  .content-sec .con-cont {
    padding: 10px;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .topnav-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .topnav-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .content-sec .con-cont .topnav-box span {
    font-size: 9px;
    color: #606266 !important;
    margin-top: 6px;
    -webkit-margin-before: 3px;
    padding: 0 10px;
  }
  .content-sec .con-cont .tit-bx h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .content-sec .con-cont .con-box {
    width: 100%;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .con-box .group-bx {
    width: 100%;
  }
}

@media (max-width: 575.99px) {
  .content-sec {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    background-color: white;
  }
  .content-sec .con-cont {
    padding: 10px;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .topnav-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .topnav-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .content-sec .con-cont .topnav-box span {
    font-size: 9px;
    color: #606266 !important;
    margin-top: 6px;
    -webkit-margin-before: 3px;
    padding: 0 10px;
  }
  .content-sec .con-cont .tit-bx h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-top: 25px;
    padding-bottom: 2px;
  }
  .content-sec .con-cont .con-box {
    width: 100%;
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .con-box .group-bx {
    width: 100%;
  }
}

@media (max-width: 419.99px) {
  .content-sec {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: white;
  }
  .content-sec .con-cont {
    padding: 10px;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .topnav-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .topnav-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .content-sec .con-cont .topnav-box span {
    font-size: 9px;
    color: #606266 !important;
    margin-top: 6px;
    -webkit-margin-before: 3px;
    padding: 0 10px;
  }
  .content-sec .con-cont .tit-bx h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-top: 25px;
    padding-bottom: 2px;
  }
  .content-sec .con-cont .con-box {
    width: 100%;
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .con-box .group-bx {
    width: 100%;
  }
}
/*# sourceMappingURL=sub-3.css.map */