@charset "UTF-8";
[class^=con-],
[class$=-con],
[class$=__con] {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

[class^=bcon-],
[class$=-bcon] {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

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

[class^=box-],
[class$=-box],
[class*=-box],
[class*=box-],
[class*=__box],
[class*="--box"] {
  position: relative;
  display: flex;
}

[class^=bx-],
[class$=-bx],
[class*=__bx],
[class*="--bx"] {
  position: relative;
  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;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 1s ease-in-out;
}
.top:hover {
  background-color: #e2645a;
  transition: all 1s ease-in-out;
}

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

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

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

::after,
::before {
  position: absolute;
  display: flex;
  content: "";
}

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

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

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

section::after {
  clear: both;
}

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

/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
@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");
}
@font-face {
  font-family: "NanumSquareRound";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.scroll-none {
  overflow-y: hidden;
  transition: all 1s ease 1s;
}
body.scroll-auto {
  overflow-y: auto;
  transition: all 2s ease 1s;
}

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

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

.scroll-icon {
  position: absolute;
  z-index: 2000;
  cursor: pointer;
}
.scroll-icon.down {
  left: 50%;
  top: auto;
  bottom: 50px;
}
.scroll-icon.up {
  left: 50%;
  top: 50px;
  bottom: auto;
}
.scroll-icon .icon img {
  width: 10.6px;
  height: 20px;
  animation: arrowicon 2s ease infinite;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

@keyframes top-down {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bot-up {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes left-in {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes right-in {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.main-visu-sec {
  margin-top: 80px;
  position: relative;
  height: 700px;
}
.main-visu-sec.vdn {
  margin-top: 80px;
  -webkit-transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
  transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
}
.main-visu-sec.vup {
  margin-top: 105px;
  -webkit-transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
  transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
}
.main-visu-sec #slider {
  width: 100%;
  height: 700px;
  position: absolute;
  overflow: hidden;
  float: left;
  padding: 0;
}
.main-visu-sec #slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.main-visu-sec #slider .slide .container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
}
.main-visu-sec #slider .slide .container .left-over {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: color;
  animation: fadein 7s ease forwards 1s;
}
.main-visu-sec #slider .slide .container div {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-visu-sec #slider .slide .con-content .content {
  position: absolute;
  z-index: 99;
  width: 100%;
}
.main-visu-sec #slider .slide .con-content .content.three-content {
  width: 100%;
  height: 900px;
}
.main-visu-sec #slider .slide .con-content .content.three-content h1 {
  transform: translateX(-200px);
  opacity: 0;
  animation: left-in 1.7s cubic-bezier(0.09, 0.69, 0.03, 0.97) forwards 1.5s;
}
.main-visu-sec #slider .slide .con-content .content.three-content h3.tit-h3 {
  transform: translateX(-200px);
  opacity: 0;
  animation: left-in 1.7s cubic-bezier(0.09, 0.69, 0.03, 0.97) forwards 1.8s;
}
.main-visu-sec #slider .slide .con-content .content.three-content h4 {
  transform: translateX(-200px);
  opacity: 0;
  animation: left-in 1.7s cubic-bezier(0.09, 0.69, 0.03, 0.97) forwards 2.1s;
}
.main-visu-sec #slider .slide .con-content .content.three-content .visu-btn__box {
  cursor: pointer;
}
.main-visu-sec #slider .slide .con-content .content.three-content .visu-btn__box--one {
  transform: translateY(-200px);
  opacity: 0;
  animation: top-down 1.7s cubic-bezier(0.09, 0.69, 0.03, 0.97) forwards 1s;
}
.main-visu-sec #slider .slide .con-content .content.three-content .visu-btn__box--two {
  transform: translateY(200px);
  opacity: 0;
  animation: bot-up 1.7s cubic-bezier(0.09, 0.69, 0.03, 0.97) forwards 1s;
}
.main-visu-sec #slider .slide .con-content .content.three-content .visu-btn__box--three {
  transform: translateY(-200px);
  opacity: 0;
  animation: top-down 1.7s cubic-bezier(0.09, 0.69, 0.03, 0.97) forwards 1s;
}
.main-visu-sec #slider .slide .con-content .content.three-content .visu-btn__box--four {
  transform: translateY(200px);
  opacity: 0;
  animation: bot-up 1.7s cubic-bezier(0.09, 0.69, 0.03, 0.97) forwards 1s;
}
.main-visu-sec #slider .slide .con-content .content h1 {
  z-index: 50;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -232px;
  margin-top: -291px;
  font-size: 44px;
  font-weight: 100;
  line-height: 48px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}
.main-visu-sec #slider .slide .con-content .content h3.tit-h3 {
  z-index: 50;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -360px;
  margin-top: -220px;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}
.main-visu-sec #slider .slide .con-content .content h4 {
  z-index: 50;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -139px;
  margin-top: -145px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}
.main-visu-sec #slider .slide .con-content .content .visu-btn {
  position: absolute;
  width: 760px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  left: 50%;
  top: 50%;
  margin-left: -380px;
  margin-top: -75px;
}
.main-visu-sec #slider .slide .con-content .content .visu-btn__box {
  overflow: hidden;
  width: calc(25% - 4px);
  height: 100%;
  background-color: #fff;
  margin: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-visu-sec #slider .slide .con-content .content .visu-btn__box::after {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s ease;
}
.main-visu-sec #slider .slide .con-content .content .visu-btn__box img {
  width: 62px;
  height: 62px;
}
.main-visu-sec #slider .slide .con-content .content .visu-btn__box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  margin: 7px 0 3px;
}
.main-visu-sec #slider .slide .con-content .content .visu-btn__box p {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}
.main-visu-sec #slider .slide .con-content .content .visu-btn.one-effect .visu-btn__box--two::after, .main-visu-sec #slider .slide .con-content .content .visu-btn.one-effect .visu-btn__box--three::after, .main-visu-sec #slider .slide .con-content .content .visu-btn.one-effect .visu-btn__box--four::after {
  opacity: 0.7;
}
.main-visu-sec #slider .slide .con-content .content .visu-btn.two-effect .visu-btn__box--one::after, .main-visu-sec #slider .slide .con-content .content .visu-btn.two-effect .visu-btn__box--three::after, .main-visu-sec #slider .slide .con-content .content .visu-btn.two-effect .visu-btn__box--four::after {
  opacity: 0.7;
}
.main-visu-sec #slider .slide .con-content .content .visu-btn.three-effect .visu-btn__box--two::after, .main-visu-sec #slider .slide .con-content .content .visu-btn.three-effect .visu-btn__box--one::after, .main-visu-sec #slider .slide .con-content .content .visu-btn.three-effect .visu-btn__box--four::after {
  opacity: 0.7;
}
.main-visu-sec #slider .slide .con-content .content .visu-btn.four-effect .visu-btn__box--two::after, .main-visu-sec #slider .slide .con-content .content .visu-btn.four-effect .visu-btn__box--three::after, .main-visu-sec #slider .slide .con-content .content .visu-btn.four-effect .visu-btn__box--one::after {
  opacity: 0.7;
}
.main-visu-sec #prev, .main-visu-sec #next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  background: #141414;
  height: 50px;
  width: 50px;
  top: 50%;
  margin-top: -25px;
  transition: all 0.5s ease;
}
.main-visu-sec #next {
  opacity: 0;
  right: 0;
}
.main-visu-sec #next .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #ffffff;
  position: relative;
}
.main-visu-sec:hover #prev, .main-visu-sec:hover #next {
  opacity: 1;
}
.main-visu-sec #prev {
  opacity: 0;
  left: 0;
}
.main-visu-sec #prev .arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 13px solid #ffffff;
  position: relative;
}

#slider .slide#three .container .three-bg {
  background-image: url("../images/mvisu-3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: zoomout 3.5s ease forwards;
}
#slider .slide#two .container .two-bg {
  background-image: url("../images/mvisu-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: zoomout 3.5s ease forwards;
}
#slider .slide#one .container .one-bg {
  background-image: url("../images/mvisu-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: zoomout 3.5s ease forwards;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .main-visu-sec {
    margin-top: 80px;
    height: 550px;
  }
  .main-visu-sec.vdn {
    margin-top: 80px;
  }
  .main-visu-sec.vup {
    margin-top: 105px;
  }
  .main-visu-sec #slider {
    height: 550px;
  }
  .main-visu-sec #slider .slide .con-content .content h1 {
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -226px;
    margin-top: -334px;
    font-size: 38px;
    font-weight: 100;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .main-visu-sec #slider .slide .con-content .content h3.tit-h3 {
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -345px;
    margin-top: -266px;
    font-size: 38px;
    font-weight: 500;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .main-visu-sec #slider .slide .con-content .content h4 {
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -148px;
    margin-top: -199px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn {
    width: 700px;
    height: 140px;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    margin-left: -380px;
    margin-top: -132px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box {
    width: calc(25% - 4px);
    height: 100%;
    margin: 2px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box img {
    width: 45px;
    height: 45px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #prev, .main-visu-sec #next {
    background: #141414;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
  }
  .main-visu-sec #next .arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #ffffff;
  }
  .main-visu-sec #prev .arrow-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #ffffff;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .main-visu-sec {
    margin-top: 80px;
    height: 450px;
  }
  .main-visu-sec.vdn {
    margin-top: 80px;
  }
  .main-visu-sec.vup {
    margin-top: 105px;
  }
  .main-visu-sec #slider {
    height: 450px;
  }
  .main-visu-sec #slider .slide .con-content .content h1 {
    left: 50%;
    top: 50%;
    margin-left: -169px;
    margin-top: -347px;
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content h3.tit-h3 {
    left: 50%;
    top: 50%;
    margin-left: -257px;
    margin-top: -290px;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content h4 {
    left: 50%;
    top: 50%;
    margin-left: -107px;
    margin-top: -230px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn {
    width: 605px;
    height: 110px;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    margin-left: -311px;
    margin-top: -174px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box {
    width: calc(25% - 4px);
    height: 100%;
    margin: 2px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box img {
    width: 35px;
    height: 35px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #prev, .main-visu-sec #next {
    background: #141414;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
  }
  .main-visu-sec #next .arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #ffffff;
  }
  .main-visu-sec #prev .arrow-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #ffffff;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .main-visu-sec {
    margin-top: 40px;
    height: 350px;
  }
  .main-visu-sec.vdn {
    margin-top: 40px;
  }
  .main-visu-sec.vup {
    margin-top: 40px;
  }
  .main-visu-sec #slider {
    height: 350px;
  }
  .main-visu-sec #slider .slide .con-content .content h1 {
    left: 50%;
    top: 50%;
    margin-left: -141px;
    margin-top: -390px;
    font-size: 26px;
    font-weight: 100;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content h3.tit-h3 {
    left: 50%;
    top: 50%;
    margin-left: -219px;
    margin-top: -345px;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content h4 {
    left: 50%;
    top: 50%;
    margin-left: -93px;
    margin-top: -299px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn {
    width: 510px;
    height: 110px;
    margin: 0 auto;
    left: 50%;
    top: 195px;
    margin-left: -256px;
    margin-top: 0;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box {
    width: calc(25% - 4px);
    height: 100%;
    margin: 2px;
    padding: 10px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box img {
    width: 28px;
    height: 28px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main-visu-sec #prev, .main-visu-sec #next {
    background: #141414;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
  }
  .main-visu-sec #next .arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #ffffff;
  }
  .main-visu-sec #prev .arrow-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #ffffff;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .main-visu-sec {
    margin-top: 40px;
    height: 350px;
  }
  .main-visu-sec.vdn {
    margin-top: 40px;
  }
  .main-visu-sec.vup {
    margin-top: 40px;
  }
  .main-visu-sec #slider {
    height: 350px;
  }
  .main-visu-sec #slider .slide .con-content .content h1 {
    left: 50%;
    top: 50%;
    margin-left: -104px;
    margin-top: -429px;
    font-size: 20px;
    font-weight: 100;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content h3.tit-h3 {
    left: 50%;
    top: 50%;
    margin-left: -164px;
    margin-top: -391px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content h4 {
    left: 50%;
    top: 50%;
    margin-left: -76px;
    margin-top: -348px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn {
    width: 342px;
    height: 90px;
    margin: 0 auto;
    left: 50%;
    top: 130px;
    margin-left: -168px;
    margin-top: 7px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box {
    width: calc(50% - 7px);
    height: 100%;
    margin: 2px;
    padding: 10px 6px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box img {
    width: 25px;
    height: 25px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main-visu-sec #prev, .main-visu-sec #next {
    background: #141414;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
  }
  .main-visu-sec #next .arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #ffffff;
  }
  .main-visu-sec #prev .arrow-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #ffffff;
  }
}
#slider .slide#three .container .three-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#slider .slide#two .container .two-bg {
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: cover;
}
#slider .slide#one .container .one-bg {
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 419.99px) {
  .main-visu-sec {
    margin-top: 40px;
    height: 330px;
  }
  .main-visu-sec.vdn {
    margin-top: 40px;
  }
  .main-visu-sec.vup {
    margin-top: 40px;
  }
  .main-visu-sec #slider {
    height: 330px;
  }
  .main-visu-sec #slider .slide .con-content .content h1 {
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -421px;
    font-size: 18px;
    font-weight: 100;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content h3.tit-h3 {
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -382px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-visu-sec #slider .slide .con-content .content h4 {
    left: 50%;
    top: 50%;
    margin-left: -76px;
    margin-top: -351px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn {
    width: 320px;
    height: 80px;
    margin: 0 auto;
    left: 50%;
    top: 130px;
    margin-left: -156px;
    margin-top: 4px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box {
    width: calc(50% - 7px);
    height: 100%;
    margin: 2px;
    padding: 10px 6px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box img {
    width: 28px;
    height: 28px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin: 3px 0 3px;
  }
  .main-visu-sec #slider .slide .con-content .content .visu-btn__box p {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main-visu-sec #prev, .main-visu-sec #next {
    background: #141414;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
  }
  .main-visu-sec #next .arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #ffffff;
  }
  .main-visu-sec #prev .arrow-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #ffffff;
  }
}
#slider .slide#three .container .three-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#slider .slide#two .container .two-bg {
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: cover;
}
#slider .slide#one .container .one-bg {
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  overflow: hidden;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
  transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
}
.header .logo-sec {
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #575348;
}
.header .logo-sec .con-logobox {
  padding-right: 50px;
}
.header .logo-sec .con-logobox .left-top-box {
  width: 50%;
  height: 100%;
  align-items: center;
}
.header .logo-sec .con-logobox .left-top-box a {
  display: flex;
  align-items: center;
  width: 150px;
  height: 100%;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}
.header .logo-sec .con-logobox .right-top-box {
  width: 50%;
  height: 100%;
  justify-content: flex-end;
}
.header .logo-sec .con-logobox .right-top-box a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}
.header .logo-sec .con-logobox .right-top-box .contac-bt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: transparent;
  cursor: pointer;
}
.header .head {
  z-index: 1000;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f3ed;
  background-color: white;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.header .head .con-header {
  height: 80px;
  transition: all 0.8s ease;
}
.header .head .con-header .header-box {
  width: 100%;
  height: 100%;
}
.header .head .con-header .header-box .logo-bx {
  width: 30%;
  height: 100%;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  cursor: pointer;
}
.header .head .con-header .header-box .logo-bx img {
  width: 157px;
  height: 35px;
}
.header .head .con-header .header-box .menu-bx {
  width: 70%;
  background-color: #fff;
}
.header .head .con-header .header-box .menu-bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.header .head .con-header .header-box .menu-bx ul .header-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  cursor: pointer;
}
.header .head .con-header .header-box .menu-bx ul .header-li.mover {
  background-color: #312f2d;
  color: #ffffff;
}
.header .head .con-header .header-box .menu-bx ul .header-li.open {
  background-color: #53504d;
}
.header.up {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -25px;
}
.header.up .con-header {
  height: 60px;
}
.header.down {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}
.header.down .con-header {
  height: 80px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .header .logo-sec .con-logobox {
    padding-right: 40px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .header .logo-sec .con-logobox {
    padding-right: 15px;
  }
  .header .head .con-header .header-box .menu-bx {
    width: 75%;
  }
  .header .head .con-header .header-box .logo-bx {
    width: 25%;
  }
}
.headersub-sec {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 5000;
  top: 105px;
  left: 0;
  right: 0;
  background-color: #f8f7f7;
  -webkit-transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
  transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
}
.headersub-sec.up {
  top: 60px;
}
.headersub-sec.down {
  top: 105px;
}
.headersub-sec .con-headersub {
  margin-top: -350px;
  -webkit-transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
  transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
}
.headersub-sec .con-headersub .headersub-box {
  width: 100%;
}
.headersub-sec .con-headersub .headersub-box .left-cont-bx {
  width: 30%;
  padding: 20px;
}
.headersub-sec .con-headersub .headersub-box .left-cont-bx .bg-img-bx {
  width: 100%;
  height: 100%;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}
.headersub-sec .con-headersub .headersub-box .right-menu-bx {
  width: 70%;
}
.headersub-sec .con-headersub .headersub-box .right-menu-bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.headersub-sec .con-headersub .headersub-box .right-menu-bx ul .headersub-li {
  width: 20%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.headersub-sec .con-headersub .headersub-box .right-menu-bx ul .headersub-li .sub-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 20px 0 30px;
}
.headersub-sec .con-headersub .headersub-box .right-menu-bx ul .headersub-li .sub-ul .sub-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.headersub-sec .con-headersub .headersub-box .right-menu-bx ul .headersub-li .sub-ul .sub-li:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.headersub-sec .con-headersub .headersub-box .right-menu-bx ul .headersub-li.mover {
  background-color: #53504d;
}
.headersub-sec .con-headersub .headersub-box .right-menu-bx ul .headersub-li.mover .sub-ul .sub-li {
  color: #ffffff;
}
.headersub-sec .con-headersub.open-box {
  margin-top: 0px;
}
.headersub-sec .con-headersub.close-box {
  margin-top: -350px;
}
.headersub-sec .con-headersub.subopen {
  margin-top: 0;
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .headersub-sec {
    top: 105px;
  }
  .headersub-sec.up {
    top: 60px;
  }
  .headersub-sec.down {
    top: 105px;
  }
  .headersub-sec .con-headersub {
    margin-top: -350px;
  }
  .headersub-sec .con-headersub .headersub-box {
    width: 100%;
  }
  .headersub-sec .con-headersub .headersub-box .left-cont-bx {
    width: 25%;
    padding: 20px;
    -webkit-transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
    transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
  }
  .headersub-sec .con-headersub .headersub-box .right-menu-bx {
    width: 75%;
  }
  .headersub-sec .con-headersub .headersub-box .right-menu-bx ul .headersub-li {
    width: 20%;
  }
  .headersub-sec .con-headersub .headersub-box .right-menu-bx ul .headersub-li .sub-ul {
    padding: 20px 0 30px;
  }
  .headersub-sec .con-headersub .headersub-box .right-menu-bx ul .headersub-li .sub-ul .sub-li {
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .headersub-sec .con-headersub.open-box {
    margin-top: 0px;
  }
  .headersub-sec .con-headersub.close-box {
    margin-top: -350px;
  }
  .headersub-sec .con-headersub.subopen {
    margin-top: 0;
  }
  .headersub-sec.note-head .con-headersub .headersub-box .left-cont-bx {
    width: 0;
    padding: 0;
    margin: 0;
  }
  .headersub-sec.note-head .con-headersub .headersub-box .right-menu-bx {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header, .quick-bt, .headersub-sec {
    display: none;
  }
}
body.hide {
  overflow: hidden;
}

.momenu-sec {
  position: fixed;
  z-index: 2000;
  height: auto;
}
.momenu-sec .momenu-top-bg {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-color: #312f2d;
}
.momenu-sec .momenu-logo {
  position: fixed;
  top: 5px;
  left: 20px;
  z-index: 3000;
}
.momenu-sec .momenu-logo img {
  width: 138.6px;
  height: 30.6px;
}

@media (max-width: 575.99px) {
  .momenu-sec .momenu-logo {
    top: 8px;
  }
  .momenu-sec .momenu-logo img {
    width: 115.5px;
    height: 25.5px;
  }
}
.mo-over-sec {
  width: 100%;
  overflow: hidden;
}
.mo-over-sec .momenu-bt {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 10px;
  width: 50px;
  height: 40px;
  cursor: pointer;
}
.mo-over-sec .momenu-bt span {
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.mo-over-sec .momenu-bt span.mospan-1 {
  margin-top: -8px;
}
.mo-over-sec .momenu-bt span.mospan-2 {
  margin-top: 0;
}
.mo-over-sec .momenu-bt span.mospan-3 {
  margin-top: 8px;
}
.mo-over-sec .momenu-bt.open {
  right: 30px;
}
.mo-over-sec .momenu-bt.open span.mospan-1 {
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.mo-over-sec .momenu-bt.open span.mospan-2 {
  margin-top: 0;
  margin-left: 0;
  opacity: 0;
}
.mo-over-sec .momenu-bt.open span.mospan-3 {
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.mo-over-sec .over-bg {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #312f2d;
  margin-left: -110%;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
  transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
}
.mo-over-sec .over-bg .mo-box {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 200px;
  left: 50%;
  top: 50%;
  margin-left: -110%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
  transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
}
.mo-over-sec .over-bg .mo-box .mmo-menubox {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F4F7F6;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl {
  width: 100%;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl dt {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  background-color: #53504d;
  cursor: pointer;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl dt.modt-2 {
  background-color: #888482;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl dt.modt-2:hover {
  background-color: #8c8582;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl dd {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #e1e3e5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl dd:hover {
  background-color: #e1e3e5;
}
.mo-over-sec .over-bg .mo-box .smo {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  background-color: #F4F7F6;
}
.mo-over-sec .over-bg .mo-box .smo dl {
  width: 100%;
}
.mo-over-sec .over-bg .mo-box .smo dl dt {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  background-color: #53504d;
}
.mo-over-sec .over-bg .mo-box .smo dl dt.modt-2 {
  cursor: pointer;
  background-color: #888482;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mo-over-sec .over-bg .mo-box .smo dl dt.modt-2:hover {
  background-color: #8c8582;
}
.mo-over-sec .over-bg .mo-box .smo dl dd {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: center;
  padding: 9px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mo-over-sec .over-bg .mo-box .smo dl dd:hover {
  background-color: #e1e3e5;
}
.mo-over-sec .over-bg.open {
  margin-left: 0;
}
.mo-over-sec .over-bg.open .mo-box {
  margin-left: 0;
  -webkit-transition: all 1.3s cubic-bezier(0.05, 0.68, 0.02, 1) 0.5s;
  transition: all 1.3s cubic-bezier(0.05, 0.68, 0.02, 1) 0.5s;
}

@media (min-width: 768px) {
  .momenu-sec, .mo-over-sec {
    display: none;
  }
}
.foot-sec.item_open {
  display: none;
}
.foot-sec .foot-map {
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.foot-sec .foot-map .con-map {
  padding: 30px 0;
}
.foot-sec .foot-map .con-map .left-box {
  width: 37%;
  height: 100%;
}
.foot-sec .foot-map .con-map .left-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}
.foot-sec .foot-map .con-map .left-box p span.tit {
  font-weight: 400;
  color: #2f3033;
}
.foot-sec .foot-map .con-map .left-box p span.line {
  font-size: 10px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  padding: 0 15px;
  position: relative;
  top: -2px;
}
.foot-sec .foot-map .con-map .mid-box {
  width: 45%;
  height: 100%;
}
.foot-sec .foot-map .con-map .mid-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}
.foot-sec .foot-map .con-map .mid-box p span.tit {
  font-weight: 400;
  color: #2f3033;
}
.foot-sec .foot-map .con-map .mid-box p span.line {
  font-size: 10px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  padding: 0 15px;
}
.foot-sec .foot-map .con-map .right-box {
  width: 18%;
  height: 100%;
  justify-content: flex-end;
  padding: 18px 22px 0 0;
}
.foot-sec .foot-map .con-map .right-box img {
  width: 157px;
  height: 35px;
}
.foot-sec .foot-copy {
  background-color: #b8b8b8;
}
.foot-sec .foot-copy .con-copy {
  height: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
  text-align: center;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .foot-sec.item_open {
    display: none;
  }
  .foot-sec .foot-map {
    background-color: #fff;
    border-top: 1px solid #ddd;
  }
  .foot-sec .foot-map .con-map {
    padding: 30px 10px;
  }
  .foot-sec .foot-map .con-map .left-box {
    width: 37%;
    height: 100%;
  }
  .foot-sec .foot-map .con-map .left-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .foot-sec .foot-map .con-map .left-box p span.tit {
    font-weight: 400;
    color: #2f3033;
  }
  .foot-sec .foot-map .con-map .left-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
  }
  .foot-sec .foot-map .con-map .mid-box {
    width: 45%;
    height: 100%;
  }
  .foot-sec .foot-map .con-map .mid-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .foot-sec .foot-map .con-map .mid-box p span.tit {
    font-weight: 400;
    color: #2f3033;
  }
  .foot-sec .foot-map .con-map .mid-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 15px;
  }
  .foot-sec .foot-map .con-map .right-box {
    width: 18%;
    height: 100%;
    justify-content: flex-end;
    padding: 18px 22px 0 0;
  }
  .foot-sec .foot-map .con-map .right-box img {
    width: 141.3px;
    height: 31.5px;
  }
  .foot-sec .foot-copy {
    background-color: #b8b8b8;
  }
  .foot-sec .foot-copy .con-copy {
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .foot-sec.item_open {
    display: none;
  }
  .foot-sec .foot-map {
    background-color: #fff;
    border-top: 1px solid #ddd;
  }
  .foot-sec .foot-map .con-map {
    padding: 30px 10px;
  }
  .foot-sec .foot-map .con-map .left-box {
    width: 45%;
    height: 100%;
  }
  .foot-sec .foot-map .con-map .left-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .foot-sec .foot-map .con-map .left-box p span.tit {
    font-weight: 400;
    color: #2f3033;
  }
  .foot-sec .foot-map .con-map .left-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
  }
  .foot-sec .foot-map .con-map .mid-box {
    width: 55%;
    height: 100%;
  }
  .foot-sec .foot-map .con-map .mid-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .foot-sec .foot-map .con-map .mid-box p span.tit {
    font-weight: 400;
    color: #2f3033;
  }
  .foot-sec .foot-map .con-map .mid-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
  }
  .foot-sec .foot-map .con-map .right-box {
    display: none;
    width: 18%;
    height: 100%;
    justify-content: flex-end;
    padding: 18px 22px 0 0;
  }
  .foot-sec .foot-map .con-map .right-box img {
    width: 141.3px;
    height: 31.5px;
  }
  .foot-sec .foot-copy {
    background-color: #b8b8b8;
  }
  .foot-sec .foot-copy .con-copy {
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .foot-sec.item_open {
    display: none;
  }
  .foot-sec .foot-map {
    background-color: #fff;
    border-top: 1px solid #ddd;
  }
  .foot-sec .foot-map .con-map {
    padding: 30px 10px;
    flex-direction: column;
  }
  .foot-sec .foot-map .con-map .left-box {
    width: 100%;
    height: 100%;
    order: 2;
    display: block;
    text-align: center;
    padding: 0 0 15px;
  }
  .foot-sec .foot-map .con-map .left-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .foot-sec .foot-map .con-map .left-box p span.tit {
    font-weight: 400;
    color: #2f3033;
  }
  .foot-sec .foot-map .con-map .left-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
  }
  .foot-sec .foot-map .con-map .mid-box {
    width: 100%;
    height: 100%;
    order: 3;
    display: block;
    text-align: center;
  }
  .foot-sec .foot-map .con-map .mid-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .foot-sec .foot-map .con-map .mid-box p span.tit {
    font-weight: 400;
    color: #2f3033;
  }
  .foot-sec .foot-map .con-map .mid-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 105px;
  }
  .foot-sec .foot-map .con-map .right-box {
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 0 0 20px;
    order: 1;
  }
  .foot-sec .foot-map .con-map .right-box img {
    width: 141.3px;
    height: 31.5px;
  }
  .foot-sec .foot-copy {
    background-color: #b8b8b8;
  }
  .foot-sec .foot-copy .con-copy {
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .foot-sec.item_open {
    display: none;
  }
  .foot-sec .foot-map {
    background-color: #fff;
    border-top: 1px solid #ddd;
  }
  .foot-sec .foot-map .con-map {
    padding: 30px 10px;
    flex-direction: column;
  }
  .foot-sec .foot-map .con-map .left-box {
    width: 100%;
    height: 100%;
    order: 2;
    display: block;
    text-align: center;
    padding: 0 0 15px;
  }
  .foot-sec .foot-map .con-map .left-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .foot-sec .foot-map .con-map .left-box p span.tit {
    font-weight: 400;
    color: #2f3033;
  }
  .foot-sec .foot-map .con-map .left-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
    position: relative;
    top: -2px;
  }
  .foot-sec .foot-map .con-map .mid-box {
    width: 100%;
    height: 100%;
    order: 3;
    display: block;
    text-align: center;
  }
  .foot-sec .foot-map .con-map .mid-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    letter-spacing: -0.5px;
  }
  .foot-sec .foot-map .con-map .mid-box p span.tit {
    font-weight: 400;
    color: #2f3033;
  }
  .foot-sec .foot-map .con-map .mid-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
  }
  .foot-sec .foot-map .con-map .right-box {
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 0 0 15px;
    order: 1;
  }
  .foot-sec .foot-map .con-map .right-box img {
    width: 117.75px;
    height: 26.25px;
  }
  .foot-sec .foot-copy {
    background-color: #b8b8b8;
  }
  .foot-sec .foot-copy .con-copy {
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 419.99px) {
  .foot-sec.item_open {
    display: none;
  }
  .foot-sec .foot-map {
    background-color: #fff;
    border-top: 1px solid #ddd;
  }
  .foot-sec .foot-map .con-map {
    padding: 25px 10px;
    flex-direction: column;
  }
  .foot-sec .foot-map .con-map .left-box {
    width: 100%;
    height: 100%;
    order: 2;
    display: block;
    text-align: center;
    padding: 0 0 15px;
  }
  .foot-sec .foot-map .con-map .left-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .foot-sec .foot-map .con-map .left-box p span.tit {
    font-weight: 400;
    color: #2f3033;
  }
  .foot-sec .foot-map .con-map .left-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 7px;
    position: relative;
    top: -2px;
  }
  .foot-sec .foot-map .con-map .mid-box {
    width: 100%;
    height: 100%;
    order: 3;
    display: block;
    text-align: center;
  }
  .foot-sec .foot-map .con-map .mid-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    letter-spacing: -0.5px;
  }
  .foot-sec .foot-map .con-map .mid-box p span.tit {
    font-weight: 400;
    color: #2f3033;
  }
  .foot-sec .foot-map .con-map .mid-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 7px;
  }
  .foot-sec .foot-map .con-map .right-box {
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 0 0 15px;
    order: 1;
  }
  .foot-sec .foot-map .con-map .right-box img {
    width: 117.75px;
    height: 26.25px;
  }
  .foot-sec .foot-copy {
    background-color: #b8b8b8;
  }
  .foot-sec .foot-copy .con-copy {
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    text-align: center;
  }
}
.quick-bt {
  z-index: 100;
  position: fixed;
  right: 10px;
  top: 120px;
  transition: all 0.7s ease;
}
.quick-bt .quick-open-bt {
  position: absolute;
  right: -100px;
  top: calc(50% - 22.8px);
  padding: 7px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.7s ease;
}
.quick-bt .quick-open-bt img {
  width: 20px;
  height: 45.6px;
}
.quick-bt .qbt-box ul {
  border: 1px solid #f2f2f5;
}
.quick-bt .qbt-box ul li.qbt a.link-bx {
  width: 80px;
  height: 75px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: center;
  border-bottom: 1px solid #f2f2f5;
}
.quick-bt .qbt-box ul li.qbt a.link-bx img {
  width: 28px;
  height: 28px;
  margin-bottom: 7px;
}
.quick-bt .qbt-box ul li.qbt a.link-bx p {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
.quick-bt .qbt-box ul li.qbt:nth-of-type(1) a.link-bx {
  height: 100px;
}
.quick-bt .qbt-box ul li.qbt:nth-of-type(4) a.link-bx {
  border-bottom: none;
}
.quick-bt.up {
  top: 70px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .quick-bt {
    right: 5px;
    top: 110px;
  }
  .quick-bt .quick-open-bt {
    right: -100px;
    top: calc(50% - 22.8px);
    padding: 7px 10px;
  }
  .quick-bt .quick-open-bt img {
    width: 20px;
    height: 45.6px;
  }
  .quick-bt .qbt-box ul {
    border: 1px solid #f2f2f5;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx {
    width: 80px;
    height: 75px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx img {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(1) a.link-bx {
    height: 100px;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(4) a.link-bx {
    border-bottom: none;
  }
  .quick-bt.up {
    top: 110px;
    right: -100px;
  }
  .quick-bt.up .quick-open-bt {
    right: 110px;
  }
  .quick-bt.up .quick-open-bt:hover {
    background-color: #e1e3e5;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .quick-bt {
    right: 5px;
    top: 110px;
  }
  .quick-bt .quick-open-bt {
    right: -100px;
    top: calc(50% - 22.8px);
    padding: 7px 10px;
  }
  .quick-bt .quick-open-bt img {
    width: 20px;
    height: 45.6px;
  }
  .quick-bt .qbt-box ul {
    border: 1px solid #f2f2f5;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx {
    width: 80px;
    height: 75px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx img {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(1) a.link-bx {
    height: 100px;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(4) a.link-bx {
    border-bottom: none;
  }
  .quick-bt.up {
    top: 110px;
    right: -100px;
  }
  .quick-bt.up .quick-open-bt {
    right: 110px;
  }
  .quick-bt.up .quick-open-bt:hover {
    background-color: #e1e3e5;
  }
}
@keyframes error {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  10% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  70% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#wrapper {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  width: 100%;
  max-width: 470px;
  height: auto;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #e1e3e5;
  background-color: #ffffff;
}
#wrapper .sucesbox {
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}
#wrapper .sucesbox h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-bottom: 20px;
}
#wrapper .sucesbox h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: center;
}
#wrapper .sucesbox .login-bt {
  width: 180px;
  height: 40px;
  margin-top: 30px;
  background-color: #2f3033;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
}
#wrapper .sucesbox .login-bt:hover {
  background-color: #606266;
}
#wrapper .sucesbox.success {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
#wrapper .failbox {
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper .failbox h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-bottom: 20px;
}
#wrapper .failbox h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: center;
}
#wrapper .failbox .lost-bt {
  width: 180px;
  height: 40px;
  margin-top: 30px;
  background-color: #2f3033;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
}
#wrapper .failbox .lost-bt:hover {
  background-color: #606266;
}
#wrapper .failbox.fail {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
#wrapper .btn-box {
  width: 100%;
  height: 50px;
}
#wrapper .btn-box .btn_style {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  cursor: pointer;
}
#wrapper .btn-box .btn_style#login_btn {
  background-color: #4acec3;
}
#wrapper .btn-box .btn_style#signup_btn {
  background-color: #d9d9d9;
}
#wrapper #form-box {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
}
#wrapper #form-box #login h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-bottom: 5px;
}
#wrapper #form-box #login h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-bottom: 10px;
}
#wrapper #form-box #login form {
  margin-top: 20px;
}
#wrapper #form-box #login form .field-box {
  width: 100%;
  margin-bottom: 10px;
}
#wrapper #form-box #login form .field-box input {
  z-index: 10;
  padding: 5px 10px;
  border: 1px solid #e1e3e5;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  background-color: transparent;
  outline: none;
}
#wrapper #form-box #login form .field-box input.fields {
  width: 100%;
  height: 45px;
}
#wrapper #form-box #login form .field-box input::placeholder {
  color: #adafb3;
}
#wrapper #form-box #login form .field-box input[type=submit] {
  width: 50%;
  height: 45px;
  border: none;
  outline: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: #17a2b8;
  cursor: pointer;
}
#wrapper #form-box #login form .field-box input[type=button] {
  width: 50%;
  height: 45px;
  border: none;
  outline: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: #606266;
  cursor: pointer;
}
#wrapper #form-box #login form .field-box input.form-error {
  border: 1px solid #e83e8c;
  -webkit-animation: error 0.5s ease 0s both;
  animation: error 0.5s ease 0s both;
}
#wrapper #form-box #signup {
  display: none;
}
#wrapper #form-box #signup h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-bottom: 5px;
}
#wrapper #form-box #signup h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-bottom: 10px;
}
#wrapper #form-box #signup form {
  margin-top: 20px;
}
#wrapper #form-box #signup form .field-box {
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
}
#wrapper #form-box #signup form .field-box#radio {
  display: flex;
  height: 45px;
  justify-content: center;
  border: 1px solid #e1e3e5;
}
#wrapper #form-box #signup form .field-box#radio span {
  width: 50px;
}
#wrapper #form-box #signup form .field-box#radio.form-error {
  border: 1px solid #e83e8c;
  -webkit-animation: error 0.5s ease 0s both;
  animation: error 0.5s ease 0s both;
}
#wrapper #form-box #signup form .field-box#check {
  display: flex;
  justify-content: center;
  border: 1px solid #e1e3e5;
  height: 45px;
}
#wrapper #form-box #signup form .field-box#check span {
  width: 50px;
}
#wrapper #form-box #signup form .field-box#check.form-error {
  border: 1px solid #e83e8c;
  -webkit-animation: error 0.5s ease 0s both;
  animation: error 0.5s ease 0s both;
}
#wrapper #form-box #signup form .field-box span {
  width: 80px;
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
#wrapper #form-box #signup form .field-box input {
  z-index: 10;
  padding: 5px 10px;
  border: 1px solid #e1e3e5;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  background-color: transparent;
  outline: none;
}
#wrapper #form-box #signup form .field-box input.fields {
  width: 100%;
  height: 45px;
}
#wrapper #form-box #signup form .field-box input::placeholder {
  color: #adafb3;
}
#wrapper #form-box #signup form .field-box input[type=radio] {
  width: 13px;
  height: 13px;
  margin-right: 7px;
  background-color: #fff;
}
#wrapper #form-box #signup form .field-box input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin-right: 7px;
  background-color: #fff;
}
#wrapper #form-box #signup form .field-box inputspan {
  width: 80px;
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
#wrapper #form-box #signup form .field-box input[type=submit] {
  width: 50%;
  height: 45px;
  border: none;
  outline: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: #17a2b8;
  cursor: pointer;
}
#wrapper #form-box #signup form .field-box input[type=button] {
  width: 50%;
  height: 45px;
  border: none;
  outline: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: #606266;
  cursor: pointer;
}
#wrapper #form-box #signup form .field-box input.form-error {
  border: 1px solid #e83e8c;
  -webkit-animation: error 0.5s ease 0s both;
  animation: error 0.5s ease 0s both;
}
#wrapper #form-box #signup form .field-box .error {
  position: absolute;
  width: calc(100% - 80px);
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  background-color: #ca7272;
  transform: translateX(100%);
}
@media (max-width: 575.99px) {
  #wrapper .sucesbox h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-bottom: 15px;
  }
  #wrapper .sucesbox h5 {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: center;
  }
  #wrapper .sucesbox .login-bt {
    width: 150px;
    height: 32px;
    margin-top: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  #wrapper .sucesbox .login-bt:hover {
    background-color: #606266;
  }
  #wrapper .failbox h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-bottom: 15px;
  }
  #wrapper .failbox h5 {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: center;
  }
  #wrapper .failbox .lost-bt {
    width: 150px;
    height: 32px;
    margin-top: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  #wrapper .failbox .lost-bt:hover {
    background-color: #606266;
  }
  #wrapper .btn-box {
    width: 100%;
    height: 50px;
  }
  #wrapper .btn-box .btn_style {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    cursor: pointer;
  }
  #wrapper .btn-box .btn_style#login_btn {
    background-color: #4acec3;
  }
  #wrapper .btn-box .btn_style#signup_btn {
    background-color: #d9d9d9;
  }
  #wrapper #form-box {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
  }
  #wrapper #form-box #login h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-bottom: 5px;
  }
  #wrapper #form-box #login h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-bottom: 10px;
  }
  #wrapper #form-box #login form {
    margin-top: 20px;
  }
  #wrapper #form-box #login form .field-box {
    width: 100%;
    margin-bottom: 10px;
  }
  #wrapper #form-box #login form .field-box input {
    z-index: 10;
    padding: 5px 10px;
    border: 1px solid #e1e3e5;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    background-color: transparent;
    outline: none;
  }
  #wrapper #form-box #login form .field-box input.fields {
    width: 100%;
    height: 35px;
  }
  #wrapper #form-box #login form .field-box input::placeholder {
    color: #adafb3;
  }
  #wrapper #form-box #login form .field-box input[type=submit] {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    background-color: #17a2b8;
  }
  #wrapper #form-box #login form .field-box input.form-error {
    border: 1px solid #e83e8c;
    -webkit-animation: error 0.5s ease 0s both;
    animation: error 0.5s ease 0s both;
  }
  #wrapper #form-box #signup {
    display: none;
  }
  #wrapper #form-box #signup h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-bottom: 5px;
  }
  #wrapper #form-box #signup h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-bottom: 10px;
  }
  #wrapper #form-box #signup form {
    margin-top: 20px;
  }
  #wrapper #form-box #signup form .field-box {
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
  }
  #wrapper #form-box #signup form .field-box#radio {
    display: flex;
    height: 35px;
    justify-content: center;
    border: 1px solid #e1e3e5;
  }
  #wrapper #form-box #signup form .field-box#radio span {
    width: 50px;
  }
  #wrapper #form-box #signup form .field-box#radio.form-error {
    border: 1px solid #e83e8c;
    -webkit-animation: error 0.5s ease 0s both;
    animation: error 0.5s ease 0s both;
  }
  #wrapper #form-box #signup form .field-box#check {
    display: flex;
    justify-content: center;
    border: 1px solid #e1e3e5;
    height: 35px;
  }
  #wrapper #form-box #signup form .field-box#check span {
    width: 50px;
  }
  #wrapper #form-box #signup form .field-box#check.form-error {
    border: 1px solid #e83e8c;
    -webkit-animation: error 0.5s ease 0s both;
    animation: error 0.5s ease 0s both;
  }
  #wrapper #form-box #signup form .field-box span {
    width: 80px;
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  #wrapper #form-box #signup form .field-box input {
    z-index: 10;
    padding: 5px 10px;
    border: 1px solid #e1e3e5;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    background-color: transparent;
    outline: none;
  }
  #wrapper #form-box #signup form .field-box input.fields {
    width: 100%;
    height: 35px;
  }
  #wrapper #form-box #signup form .field-box input::placeholder {
    color: #adafb3;
  }
  #wrapper #form-box #signup form .field-box input[type=radio] {
    width: 13px;
    height: 13px;
    margin-right: 7px;
    background-color: #fff;
  }
  #wrapper #form-box #signup form .field-box input[type=checkbox] {
    width: 13px;
    height: 13px;
    margin-right: 7px;
    background-color: #fff;
  }
  #wrapper #form-box #signup form .field-box inputspan {
    width: 80px;
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  #wrapper #form-box #signup form .field-box input[type=submit] {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    background-color: #17a2b8;
    cursor: pointer;
  }
  #wrapper #form-box #signup form .field-box input.form-error {
    border: 1px solid #e83e8c;
    -webkit-animation: error 0.5s ease 0s both;
    animation: error 0.5s ease 0s both;
  }
  #wrapper #form-box #signup form .field-box .error {
    position: absolute;
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    background-color: #ca7272;
    transform: translateX(100%);
  }
}
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: black;
  z-index: 9900;
  text-align: center;
}
#loading #loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  animation: topIn 1.5s ease-out 0s both;
  width: 323.4px;
  height: 71.4px;
}

@keyframes topIn {
  0% {
    opacity: 0;
    margin-top: -250px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  #loading #loading-image {
    width: 277.2px;
    height: 61.2px;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  #loading #loading-image {
    width: 254.1px;
    height: 56.1px;
  }
}
@media (max-width: 575.99px) {
  #loading #loading-image {
    width: 184.8px;
    height: 40.8px;
  }
}
.main-card {
  margin-top: 50px;
  margin-bottom: 20px;
}
.main-card .main-card-con {
  flex-wrap: nowrap;
}
.main-card .main-card-con__box {
  width: calc(25% - 8px);
  margin-right: 10.6666666667px;
  flex-direction: column;
  cursor: pointer;
}
.main-card .main-card-con__box:nth-last-of-type {
  margin-right: 0;
}
.main-card .main-card-con__box--top {
  flex-direction: column;
  padding: 15px 10px;
}
.main-card .main-card-con__box--top p {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}
.main-card .main-card-con__box--top p span {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
}
.main-card .main-card-con__box--img {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-card .main-card-con__box--tex {
  width: 100%;
  padding: 20px 11px;
  flex-direction: column;
  border: 1px solid #e1e3e5;
  border-top: 0 solid #000;
  background-color: white;
}
.main-card .main-card-con__box--tex h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #465e91;
  margin-bottom: 5px;
}
.main-card .main-card-con__box--tex p {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .main-card {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .main-card .main-card-con {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .main-card .main-card-con__box {
    width: 49.5%;
    margin-right: 8px;
  }
  .main-card .main-card-con__box:nth-of-type(2), .main-card .main-card-con__box:nth-of-type(4) {
    margin-right: 0;
  }
  .main-card .main-card-con__box:nth-of-type(1), .main-card .main-card-con__box:nth-of-type(2) {
    margin-bottom: 8px;
  }
  .main-card .main-card-con__box:nth-last-of-type {
    margin-right: 0;
  }
  .main-card .main-card-con__box--top {
    flex-direction: column;
    padding: 15px 10px;
  }
  .main-card .main-card-con__box--top p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .main-card .main-card-con__box--top p span {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
  }
  .main-card .main-card-con__box--img {
    height: 200px;
  }
  .main-card .main-card-con__box--tex {
    padding: 20px 11px;
  }
  .main-card .main-card-con__box--tex h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #465e91;
    margin-bottom: 5px;
  }
  .main-card .main-card-con__box--tex p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .main-card {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .main-card .main-card-con {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .main-card .main-card-con__box {
    width: 49.4%;
    margin-right: 8px;
  }
  .main-card .main-card-con__box:nth-of-type(2), .main-card .main-card-con__box:nth-of-type(4) {
    margin-right: 0;
  }
  .main-card .main-card-con__box:nth-of-type(1), .main-card .main-card-con__box:nth-of-type(2) {
    margin-bottom: 8px;
  }
  .main-card .main-card-con__box--top {
    flex-direction: column;
    padding: 15px 10px;
  }
  .main-card .main-card-con__box--top p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-card .main-card-con__box--top p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-card .main-card-con__box--img {
    height: 160px;
  }
  .main-card .main-card-con__box--tex {
    padding: 20px 11px;
  }
  .main-card .main-card-con__box--tex h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-card .main-card-con__box--tex p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .main-card {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .main-card .main-card-con {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .main-card .main-card-con__box {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .main-card .main-card-con__box:nth-last-of-type(2n - 1) {
    margin-right: 0;
  }
  .main-card .main-card-con__box--top {
    flex-direction: column;
    padding: 15px 10px;
  }
  .main-card .main-card-con__box--top p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-card .main-card-con__box--top p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-card .main-card-con__box--img {
    height: 160px;
  }
  .main-card .main-card-con__box--tex {
    padding: 20px 11px;
  }
  .main-card .main-card-con__box--tex h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-card .main-card-con__box--tex p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .main-card {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .main-card .main-card-con {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .main-card .main-card-con__box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main-card .main-card-con__box:nth-last-of-type(2n - 1) {
    margin-right: 0;
  }
  .main-card .main-card-con__box--top {
    flex-direction: column;
    padding: 10px;
  }
  .main-card .main-card-con__box--top p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-card .main-card-con__box--top p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-card .main-card-con__box--img {
    height: 150px;
  }
  .main-card .main-card-con__box--tex {
    padding: 15px 11px;
  }
  .main-card .main-card-con__box--tex h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-card .main-card-con__box--tex p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 419.99px) {
  .main-card {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .main-card .main-card-con {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .main-card .main-card-con__box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main-card .main-card-con__box:nth-last-of-type(2n - 1) {
    margin-right: 0;
  }
  .main-card .main-card-con__box--top {
    flex-direction: column;
    padding: 10px;
  }
  .main-card .main-card-con__box--top p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-card .main-card-con__box--top p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-card .main-card-con__box--img {
    height: 140px;
  }
  .main-card .main-card-con__box--tex {
    padding: 15px 11px;
  }
  .main-card .main-card-con__box--tex h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-card .main-card-con__box--tex p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
.main-bn {
  padding-top: 30px;
}
.main-bn .main-bn-con {
  flex-direction: column;
}
.main-bn .main-bn-con__tex {
  padding-bottom: 30px;
}
.main-bn .main-bn-con__tex h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
  margin-bottom: 5px;
  text-align: center;
}
.main-bn .main-bn-con__tex h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-bottom: 5px;
  text-align: center;
}
.main-bn .main-bn-con__box {
  padding-bottom: 50px;
}
.main-bn .main-bn-con__box--card {
  width: calc(25% - 8px);
  height: 320px;
  margin-right: 10.6666666667px;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}
.main-bn .main-bn-con__box--card h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  margin-top: -100px;
  transition: all 0.5s ease;
}
.main-bn .main-bn-con__box--card a {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(85, 90, 41, 0.8);
  transition: all 0.5s ease;
}
.main-bn .main-bn-con__box--card a h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  margin-top: 0;
  transition: all 0.5s ease;
}
.main-bn .main-bn-con__box--card a h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}
.main-bn .main-bn-con__box--card a h5::after {
  width: 50px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  margin-left: -25px;
  margin-top: 30px;
}
.main-bn .main-bn-con__box--card a p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  width: 70%;
  margin-top: 50px;
}
.main-bn .main-bn-con__box--card a h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffd900;
  margin-top: 20px;
}
.main-bn .main-bn-con__box--card:hover h3 {
  opacity: 0;
}
.main-bn .main-bn-con__box--card:hover a {
  opacity: 1;
}
.main-bn .main-bn-con__box--card:hover a h3 {
  opacity: 1 !important;
}
.main-bn .main-bn-con__box--card:nth-last-of-type {
  margin-right: 0;
}
.main-bn .main-bn-con__box--card:nth-of-type(odd) {
  margin-top: 30px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .main-bn {
    padding-top: 30px;
  }
  .main-bn .main-bn-con {
    padding: 0 10px;
  }
  .main-bn .main-bn-con__tex {
    padding-bottom: 30px;
  }
  .main-bn .main-bn-con__tex h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-bn .main-bn-con__tex h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-bn .main-bn-con__box {
    padding-bottom: 50px;
  }
  .main-bn .main-bn-con__box--card {
    width: calc(25% - 8px);
    height: 270px;
    margin-right: 10.6666666667px;
  }
  .main-bn .main-bn-con__box--card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: -100px;
  }
  .main-bn .main-bn-con__box--card a h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-bn .main-bn-con__box--card a h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-bn .main-bn-con__box--card a h5::after {
    width: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: 20px;
  }
  .main-bn .main-bn-con__box--card a p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 70%;
    margin-top: 50px;
  }
  .main-bn .main-bn-con__box--card a h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 20px;
  }
  .main-bn .main-bn-con__box--card:nth-last-of-type {
    margin-right: 0;
  }
  .main-bn .main-bn-con__box--card:nth-of-type(odd) {
    margin-top: 30px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .main-bn {
    padding-top: 30px;
  }
  .main-bn .main-bn-con {
    padding: 0 10px;
  }
  .main-bn .main-bn-con__tex {
    padding-bottom: 30px;
  }
  .main-bn .main-bn-con__tex h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-bn .main-bn-con__tex h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-bn .main-bn-con__box {
    padding-bottom: 50px;
  }
  .main-bn .main-bn-con__box--card {
    width: calc(25% - 8px);
    height: 220px;
    margin-right: 10.6666666667px;
  }
  .main-bn .main-bn-con__box--card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: -100px;
  }
  .main-bn .main-bn-con__box--card a h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-bn .main-bn-con__box--card a h5 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-bn .main-bn-con__box--card a h5::after {
    width: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: 10px;
  }
  .main-bn .main-bn-con__box--card a p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 90%;
    margin-top: 30px;
  }
  .main-bn .main-bn-con__box--card a h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .main-bn .main-bn-con__box--card:nth-last-of-type {
    margin-right: 0;
  }
  .main-bn .main-bn-con__box--card:nth-of-type(odd) {
    margin-top: 30px;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .main-bn {
    padding-top: 30px;
  }
  .main-bn .main-bn-con {
    padding: 0 10px;
  }
  .main-bn .main-bn-con__tex {
    padding-bottom: 30px;
  }
  .main-bn .main-bn-con__tex h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-bn .main-bn-con__tex h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-bn .main-bn-con__box {
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
  .main-bn .main-bn-con__box--card {
    width: calc(50% - 6px);
    height: 320px;
    margin-right: 12px;
  }
  .main-bn .main-bn-con__box--card:nth-of-type(2n) {
    margin-right: 0;
  }
  .main-bn .main-bn-con__box--card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: -100px;
  }
  .main-bn .main-bn-con__box--card a h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-bn .main-bn-con__box--card a h5 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-bn .main-bn-con__box--card a h5::after {
    width: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: 10px;
  }
  .main-bn .main-bn-con__box--card a p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 70%;
    margin-top: 30px;
  }
  .main-bn .main-bn-con__box--card a h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .main-bn .main-bn-con__box--card:nth-last-of-type {
    margin-right: 0;
  }
  .main-bn .main-bn-con__box--card:nth-of-type(odd) {
    margin-top: 30px;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .main-bn {
    padding-top: 30px;
  }
  .main-bn .main-bn-con {
    padding: 0 10px;
  }
  .main-bn .main-bn-con__tex {
    padding-bottom: 30px;
  }
  .main-bn .main-bn-con__tex h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-bn .main-bn-con__tex h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-bn .main-bn-con__box {
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
  .main-bn .main-bn-con__box--card {
    width: calc(50% - 5px);
    height: 260px;
    margin-right: 10px;
  }
  .main-bn .main-bn-con__box--card:nth-of-type(2n) {
    margin-right: 0;
  }
  .main-bn .main-bn-con__box--card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: -100px;
  }
  .main-bn .main-bn-con__box--card a h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-bn .main-bn-con__box--card a h5 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-bn .main-bn-con__box--card a h5::after {
    width: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: 10px;
  }
  .main-bn .main-bn-con__box--card a p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 80%;
    margin-top: 30px;
  }
  .main-bn .main-bn-con__box--card a h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .main-bn .main-bn-con__box--card:nth-last-of-type {
    margin-right: 0;
  }
  .main-bn .main-bn-con__box--card:nth-of-type(odd) {
    margin-top: 30px;
  }
}
@media (max-width: 419.99px) {
  .main-bn {
    padding-top: 20px;
  }
  .main-bn .main-bn-con {
    padding: 0 10px;
  }
  .main-bn .main-bn-con__tex {
    padding-bottom: 10px;
  }
  .main-bn .main-bn-con__tex h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-bn .main-bn-con__tex h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .main-bn .main-bn-con__box {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .main-bn .main-bn-con__box--card {
    width: 100%;
    height: 260px;
    margin-right: 0;
  }
  .main-bn .main-bn-con__box--card:nth-of-type(2n) {
    margin-right: 0;
  }
  .main-bn .main-bn-con__box--card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: -100px;
  }
  .main-bn .main-bn-con__box--card a h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-bn .main-bn-con__box--card a h5 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-bn .main-bn-con__box--card a h5::after {
    width: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: 10px;
  }
  .main-bn .main-bn-con__box--card a p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 80%;
    margin-top: 10px;
  }
  .main-bn .main-bn-con__box--card a h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .main-bn .main-bn-con__box--card:nth-last-of-type {
    margin-right: 0;
  }
  .main-bn .main-bn-con__box--card:nth-of-type(odd) {
    margin-top: 10px;
  }
  .main-bn .main-bn-con__box--card:nth-of-type(even) {
    margin-top: 10px;
  }
}
.main-post {
  margin-top: 70px;
  margin-bottom: 90px;
}
.main-post .con-main-post .main-post__board {
  width: calc(33.3333333333% - 10px);
  height: 400px;
  margin-right: 15px;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
  padding-right: 20px;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container {
  display: flex;
  flex-direction: column;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl {
  padding: 5px;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4165c0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #4165c0;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt span {
  float: right;
  margin-top: 5px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: #4165c0;
  cursor: pointer;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd {
  padding: 10px 0;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .tit-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  cursor: pointer;
  transition: all 0.5s ease;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .tit-box p:hover {
  background-color: #f4f4f8;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box {
  margin-top: 3px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e3e5;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box:nth-last-of-type {
  border-bottom: 0 solid #e1e3e5;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #939599;
}
.main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p span {
  margin-left: 20px;
}
.main-post .con-main-post .main-post__board .mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  direction: ltr;
}
.main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
  position: absolute;
  min-height: 30px;
  display: block;
  height: 114px !important;
  max-height: 566px;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 2px;
  height: 50px;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  background-color: #6176d4 !important;
  background-color: rgba(97, 118, 212, 0.5);
}
.main-post .con-main-post .main-post__board2 {
  width: calc(33.3333333333% - 7px);
  height: 400px;
  margin-right: 15px;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
  padding-right: 20px;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container {
  display: flex;
  flex-direction: column;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl {
  padding: 5px;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4165c0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #4165c0;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt span {
  float: right;
  margin-top: 5px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: #4165c0;
  cursor: pointer;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd {
  padding: 10px 0;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .tit-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  cursor: pointer;
  transition: all 0.5s ease;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .tit-box p:hover {
  background-color: #f4f4f8;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box {
  margin-top: 3px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e3e5;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box:nth-last-of-type {
  border-bottom: 0 solid #e1e3e5;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #939599;
}
.main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p span {
  margin-left: 20px;
}
.main-post .con-main-post .main-post__board2 .mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  direction: ltr;
}
.main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
  position: absolute;
  min-height: 30px;
  display: block;
  height: 114px !important;
  max-height: 566px;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 2px;
  height: 50px;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  background-color: #6176d4 !important;
  background-color: rgba(97, 118, 212, 0.5);
}
.main-post .con-main-post .main-post__gallery {
  width: calc(33.3333333333% - 7px);
  height: 400px;
  margin-right: 0;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
  padding-right: 20px;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container {
  display: flex;
  flex-direction: column;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl {
  padding: 5px;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4165c0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #4165c0;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt span {
  float: right;
  margin-top: 5px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: #4165c0;
  cursor: pointer;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd {
  padding: 10px 0;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .img-box {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .img-box__img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .tit-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  cursor: pointer;
  transition: all 0.5s ease;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .tit-box p:hover {
  background-color: #f4f4f8;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box {
  margin-top: 3px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e3e5;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #939599;
}
.main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p span {
  margin-left: 20px;
}
.main-post .con-main-post .main-post__gallery .mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  direction: ltr;
}
.main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
  position: absolute;
  min-height: 30px;
  display: block;
  height: 114px !important;
  max-height: 566px;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 2px;
  height: 50px;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  background-color: #6176d4 !important;
  background-color: rgba(97, 118, 212, 0.5);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .main-post {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .main-post .con-main-post {
    padding-left: 10px;
  }
  .main-post .con-main-post .main-post__board {
    width: calc(33.3333333333% - 10px);
    height: 400px;
    margin-right: 15px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox {
    padding-right: 20px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
    height: 30px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
  }
  .main-post .con-main-post .main-post__board2 {
    width: calc(33.3333333333% - 7px);
    height: 400px;
    margin-right: 15px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox {
    padding-right: 20px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
  }
  .main-post .con-main-post .main-post__gallery {
    width: calc(33.3333333333% - 7px);
    height: 400px;
    margin-right: 0;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox {
    padding-right: 20px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .img-box {
    margin-bottom: 15px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
    height: 30px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .main-post {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .main-post .con-main-post {
    padding-left: 10px;
  }
  .main-post .con-main-post .main-post__board {
    width: calc(33.3333333333% - 10px);
    height: 400px;
    margin-right: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox {
    padding-right: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
    height: 30px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
  }
  .main-post .con-main-post .main-post__board2 {
    width: calc(33.3333333333% - 7px);
    height: 400px;
    margin-right: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox {
    padding-right: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
  }
  .main-post .con-main-post .main-post__gallery {
    width: calc(33.3333333333% - 7px);
    height: 400px;
    margin-right: 0;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox {
    padding-right: 10px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .img-box {
    margin-bottom: 15px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
    height: 30px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .main-post {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .main-post .con-main-post {
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .main-post .con-main-post .main-post__board {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox {
    padding-right: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
    height: 30px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
  }
  .main-post .con-main-post .main-post__board2 {
    width: 100%;
    height: 400px;
    margin-right: 0;
    margin-top: 30px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox {
    padding-right: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt {
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
  }
  .main-post .con-main-post .main-post__gallery {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox {
    padding-right: 10px;
    margin-top: 30px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .img-box {
    margin-bottom: 15px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
    height: 30px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .main-post {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .main-post .con-main-post {
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .main-post .con-main-post .main-post__board {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox {
    padding-right: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
    height: 30px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
  }
  .main-post .con-main-post .main-post__board2 {
    width: 100%;
    height: 400px;
    margin-right: 0;
    margin-top: 30px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox {
    padding-right: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt {
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
  }
  .main-post .con-main-post .main-post__gallery {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox {
    padding-right: 10px;
    margin-top: 30px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .img-box {
    margin-bottom: 15px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
    height: 30px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
}
@media (max-width: 419.99px) {
  .main-post {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .main-post .con-main-post {
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .main-post .con-main-post .main-post__board {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox {
    padding-right: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
    height: 30px;
  }
  .main-post .con-main-post .main-post__board .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
  }
  .main-post .con-main-post .main-post__board2 {
    width: 100%;
    height: 400px;
    margin-right: 0;
    margin-top: 30px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox {
    padding-right: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt {
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__board2 .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
  }
  .main-post .con-main-post .main-post__board2 .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
  }
  .main-post .con-main-post .main-post__gallery {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox {
    padding-right: 10px;
    margin-top: 30px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl {
    padding: 5px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dt span {
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd {
    padding: 10px 0;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .img-box {
    margin-bottom: 15px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box {
    margin-top: 3px;
    padding-bottom: 10px;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main-post .con-main-post .main-post__gallery .mCustomScrollBox .mCSB_container dl dd .write-box p span {
    margin-left: 20px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools {
    width: 16px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    min-height: 30px;
    height: 114px !important;
    height: 30px;
  }
  .main-post .con-main-post .main-post__gallery .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 50px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
}
@keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading-page {
  position: fixed;
  z-index: -1;
  background: #0d0d0d;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-page .counter {
  position: relative;
  width: 200px;
  margin-top: -50px;
  text-align: center;
}
.loading-page .counter p {
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
  font-family: "Roboto", sans-serif !important;
  color: #f60d54;
}
.loading-page .counter h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  font-family: "Roboto", sans-serif !important;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 5px;
}
.loading-page .counter h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}
.loading-page .counter hr {
  background: #f60d54;
  border: none;
  height: 1px;
}
.loading-page .counter .color {
  width: 0;
  overflow: hidden;
  color: #f60d54;
}
.loading-page.loaded {
  z-index: 8000;
  animation: load 1s ease forwards;
}

/*# sourceMappingURL=main.css.map */
