@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,600,800&display=swap");
html {
  box-sizing: border-box;
}

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

._con {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

._flex-center {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

/* 톱 버튼 */
.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;
}

/*  */
body.hide {
  overflow: hidden;
}

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: auto;
}

section::after {
  clear: both;
}

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

/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.scroll-none {
  overflow-y: hidden;
  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;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #e8ebf1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fa4545;
  -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #fa4545;
}

* {
  scrollbar-arrow-color: #e8ebf1;
  scrollbar-face-color: #fa4545;
  scrollbar-track-color: #e8ebf1;
}

header {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
}
header .top-nav {
  width: 100%;
  height: 25px;
  background-color: #edeff5;
}
header .top-nav ._con {
  width: 100%;
  display: flex;
}
header .top-nav ._con--left {
  width: 50%;
}
header .top-nav ._con--left #estbtn {
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  cursor: pointer;
}
header .top-nav ._con--right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
header .top-nav ._con--right #login-btn {
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  cursor: pointer;
}
header .top-nav ._con--right #reg-btn {
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-left: 20px;
  cursor: pointer;
}
header .nav {
  height: 80px;
  background-color: #fff;
  transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
}
header .nav::after {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e3e5;
  display: none;
}
header .nav.bbAct::after {
  display: block;
}
header .nav .con {
  display: flex;
  overflow: hidden;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
}
header .nav .con .logo {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
}
header .nav .con .logo img {
  width: 120.5px;
  height: 37px;
  transition: all 0.7s ease;
}
header .nav .con .menu {
  display: flex;
  width: 100%;
  flex: auto;
  justify-content: end;
  z-index: 7000;
  height: 100%;
  transition: all 0.7s ease;
}
header .nav .con .menu ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
header .nav .con .menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #2f3033;
  transition: all 0.7s ease;
}
header .nav .con .menu ul li a:hover {
  background-color: #2f3033;
  color: #ffffff;
}
header .nav .con .menu ul li a.active {
  background-color: #2f3033;
  color: #ffffff;
}
header .nav .con .menu ul .li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  transition: all 0.7s ease;
  cursor: pointer;
}
header .nav .con .menu ul .li:hover {
  background-color: #2f3033;
  color: #ffffff;
}
header .nav .con .menu ul#pcMenu {
  display: flex;
}
header .nav .con .menu ul#moMenu {
  display: none;
}
header .nav .con .moBt-btn {
  width: 150px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
  cursor: pointer;
}
header .nav .con .moBt-btn span {
  position: absolute;
  transition: all 0.5s ease;
}
header .nav .con .moBt-btn span:nth-of-type(1) {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 35px;
  height: 1px;
  margin-top: -3px;
  background-color: #2f3033;
}
header .nav .con .moBt-btn span:nth-of-type(2) {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 20px;
  height: 1px;
  margin-top: 3px;
  background-color: #2f3033;
}
header .nav .con .moBt-btn.over span:nth-of-type(1) {
  width: 20px;
}
header .nav .con .moBt-btn.over span:nth-of-type(2) {
  width: 35px;
}
header .nav #spanLine {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #adafb3;
  transform: translateX(-110%);
}
@media (max-width: 1199.99px) and (min-width: 992px) {
  header .top-nav {
    height: 25px;
  }
  header .top-nav ._con--left {
    width: 50%;
    padding-left: 30px;
  }
  header .top-nav ._con--left #estbtn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right {
    width: 50%;
    padding-right: 30px;
  }
  header .top-nav ._con--right #login-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right #reg-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 20px;
  }
  header .nav {
    height: 80px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  header .nav .con .logo img {
    width: 120.5px;
    height: 37px;
    transition: all 0.7s ease;
  }
  header .nav .con .menu {
    display: flex;
    width: 100%;
    flex: auto;
    justify-content: end;
    z-index: 7000;
    height: 100%;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header .nav .con .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul li a:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .moBt-btn {
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
    cursor: pointer;
  }
  header .nav .con .moBt-btn span {
    position: absolute;
    transition: all 0.5s ease;
  }
  header .nav .con .moBt-btn span:nth-of-type(1) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 35px;
    height: 1px;
    margin-top: -3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn span:nth-of-type(2) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 20px;
    height: 1px;
    margin-top: 3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(1) {
    width: 20px;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(2) {
    width: 35px;
  }
  header .nav #spanLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #adafb3;
    transform: translateX(-110%);
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  header .top-nav {
    height: 25px;
  }
  header .top-nav ._con--left {
    width: 50%;
    padding-left: 30px;
  }
  header .top-nav ._con--left #estbtn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right {
    width: 50%;
    padding-right: 30px;
  }
  header .top-nav ._con--right #login-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right #reg-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 20px;
  }
  header .nav {
    height: 80px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  header .nav .con .logo img {
    width: 96.4px;
    height: 29.6px;
    transition: all 0.7s ease;
  }
  header .nav .con .menu {
    display: flex;
    width: 100%;
    flex: auto;
    justify-content: end;
    z-index: 7000;
    height: 100%;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header .nav .con .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul li a:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul .li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul .li:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul#pcMenu {
    display: none;
  }
  header .nav .con .menu ul#moMenu {
    display: flex;
  }
  header .nav .con .moBt-btn {
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
    cursor: pointer;
  }
  header .nav .con .moBt-btn span {
    position: absolute;
    transition: all 0.5s ease;
  }
  header .nav .con .moBt-btn span:nth-of-type(1) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 35px;
    height: 1px;
    margin-top: -3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn span:nth-of-type(2) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 20px;
    height: 1px;
    margin-top: 3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(1) {
    width: 20px;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(2) {
    width: 35px;
  }
  header .nav #spanLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #adafb3;
    transform: translateX(-110%);
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  header .top-nav {
    height: 25px;
  }
  header .top-nav ._con--left {
    width: 50%;
    padding-left: 30px;
  }
  header .top-nav ._con--left #estbtn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right {
    width: 50%;
    padding-right: 30px;
  }
  header .top-nav ._con--right #login-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right #reg-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 20px;
  }
  header .nav {
    height: 80px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  header .nav .con .logo img {
    width: 96.4px;
    height: 29.6px;
    transition: all 0.7s ease;
  }
  header .nav .con .menu {
    display: flex;
    width: 100%;
    flex: auto;
    justify-content: end;
    z-index: 7000;
    height: 100%;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header .nav .con .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul li a:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul .li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul .li:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul#pcMenu {
    display: none;
  }
  header .nav .con .menu ul#moMenu {
    display: flex;
  }
  header .nav .con .moBt-btn {
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
    cursor: pointer;
  }
  header .nav .con .moBt-btn span {
    position: absolute;
    transition: all 0.5s ease;
  }
  header .nav .con .moBt-btn span:nth-of-type(1) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 35px;
    height: 1px;
    margin-top: -3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn span:nth-of-type(2) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 20px;
    height: 1px;
    margin-top: 3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(1) {
    width: 20px;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(2) {
    width: 35px;
  }
  header .nav #spanLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #adafb3;
    transform: translateX(-110%);
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  header .top-nav {
    height: 25px;
  }
  header .top-nav ._con--left {
    width: 50%;
    padding-left: 30px;
  }
  header .top-nav ._con--left #estbtn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right {
    width: 50%;
    padding-right: 30px;
  }
  header .top-nav ._con--right #login-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right #reg-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 20px;
  }
  header .nav {
    height: 70px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  header .nav .con .logo img {
    width: 72.3px;
    height: 22.2px;
    transition: all 0.7s ease;
  }
  header .nav .con .menu {
    display: flex;
    width: 100%;
    flex: auto;
    justify-content: end;
    z-index: 7000;
    height: 100%;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header .nav .con .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul li a:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul .li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul .li:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul#pcMenu {
    display: none;
  }
  header .nav .con .menu ul#moMenu {
    display: flex;
  }
  header .nav .con .moBt-btn {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    cursor: pointer;
  }
  header .nav .con .moBt-btn span {
    position: absolute;
    transition: all 0.5s ease;
  }
  header .nav .con .moBt-btn span:nth-of-type(1) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 35px;
    height: 1px;
    margin-top: -3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn span:nth-of-type(2) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 20px;
    height: 1px;
    margin-top: 3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(1) {
    width: 20px;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(2) {
    width: 35px;
  }
  header .nav #spanLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #adafb3;
    transform: translateX(-110%);
  }
}
@media (max-width: 419.99px) {
  header .top-nav {
    height: 25px;
  }
  header .top-nav ._con--left {
    width: 50%;
    padding-left: 30px;
  }
  header .top-nav ._con--left #estbtn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right {
    width: 50%;
    padding-right: 30px;
  }
  header .top-nav ._con--right #login-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right #reg-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 20px;
  }
  header .nav {
    height: 70px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  header .nav .con .logo img {
    width: 72.3px;
    height: 22.2px;
    transition: all 0.7s ease;
  }
  header .nav .con .menu {
    display: flex;
    width: 100%;
    flex: auto;
    justify-content: end;
    z-index: 7000;
    height: 100%;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header .nav .con .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul li a:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul .li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul .li:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul #reg-btn .li {
    display: none;
  }
  header .nav .con .menu ul#pcMenu {
    display: none;
  }
  header .nav .con .menu ul#moMenu {
    display: flex;
  }
  header .nav .con .moBt-btn {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    cursor: pointer;
  }
  header .nav .con .moBt-btn span {
    position: absolute;
    transition: all 0.5s ease;
  }
  header .nav .con .moBt-btn span:nth-of-type(1) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 35px;
    height: 1px;
    margin-top: -3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn span:nth-of-type(2) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 20px;
    height: 1px;
    margin-top: 3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(1) {
    width: 20px;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(2) {
    width: 35px;
  }
  header .nav #spanLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #adafb3;
    transform: translateX(-110%);
  }
}
#subMenu {
  z-index: 4000;
  position: fixed;
  top: 105px;
  left: 0;
  width: 100%;
  background-color: #fff;
  transform: translateY(-130%);
}
#subMenu .subMenu-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#subMenu .subMenu-wrap ._con {
  padding: 0 100px;
}
#subMenu .subMenu-wrap ._con .backBt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  margin-top: -60px;
  background-color: #2f3033;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
#subMenu .subMenu-wrap ._con .backBt img {
  margin-right: 30px;
  width: 20px;
  height: 20px;
}
#subMenu .subMenu-wrap .menuBox {
  padding: 0;
}
#subMenu .subMenu-wrap .menuBox .subMenu--box {
  width: 100%;
  display: flex;
  padding: 20px 0;
}
#subMenu .subMenu-wrap .menuBox .subMenu--box .imgBx {
  width: 60%;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#subMenu .subMenu-wrap .menuBox .subMenu--box .texBx {
  width: 40%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 50px 50px 0 50px;
}
#subMenu .subMenu-wrap .menuBox .subMenu--box .texBx h3 {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #2f3033;
  text-align: left;
  margin-bottom: 20px;
}
#subMenu .subMenu-wrap .menuBox .subMenu--box .texBx p {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: right;
  cursor: pointer;
  transition: transform 0.5s ease;
}
#subMenu .subMenu-wrap .menuBox .subMenu--box .texBx p::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f3033;
  transform: translateX(110%);
  transition: transform 0.5s ease;
}
#subMenu .subMenu-wrap .menuBox .subMenu--box .texBx p:hover {
  color: #ffffff;
}
#subMenu .subMenu-wrap .menuBox .subMenu--box .texBx p:hover::after {
  transform: translateX(0%);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .subMenu-wrap ._con {
    padding: 0 20px;
  }
  .subMenu-wrap ._con .backBt {
    width: 200px;
    height: 50px;
    margin-top: -60px;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subMenu-wrap ._con .backBt img {
    margin-right: 30px;
    width: 20px;
    height: 20px;
  }
  .subMenu-wrap .menuBox {
    padding: 0 20px;
  }
  .subMenu-wrap .menuBox .subMenu--box .imgBx {
    width: 60%;
    height: 330px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx {
    width: 40%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding: 50px 0 0 50px;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033;
    text-align: left;
    margin-bottom: 20px;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx p {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: right;
    cursor: pointer;
    transition: transform 0.5s ease;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx p::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f3033;
    transform: translateX(110%);
    transition: transform 0.5s ease;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx p:hover {
    color: #ffffff;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx p:hover::after {
    transform: translateX(0%);
  }
}
#mobMenu-box {
  overflow: hidden;
  z-index: 6000;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transform: translateY(110%);
}

.mobMenu-wrap {
  overflow: hidden;
  position: fixed;
  z-index: 6500;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateX(-110%);
}
.mobMenu-wrap .mo-back-bt {
  position: absolute;
  z-index: 6100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  top: 30px;
  left: 30px;
  transform: translateX(-110%);
  background-color: #2f3033;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.mobMenu-wrap .mo-back-bt img {
  margin-right: 30px;
  width: 20px;
  height: 20px;
}
.mobMenu-wrap #mo-rightImg {
  overflow: hidden;
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
  top: 0;
  padding: 30px 30px 30px 0;
}
.mobMenu-wrap #mo-rightImg .rightImg-box {
  width: 450px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(120%);
}
.mobMenu-wrap #mobmenuBox {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 50%;
  padding-left: 150px;
  transform: translateY(-50%) translateX(-110%);
}
.mobMenu-wrap #mobmenuBox .moMenu-UL {
  overflow: hidden;
  position: relative;
  width: 300px;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL span {
  margin: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #2f3033;
  text-align: left;
  transition: transform 0.5s ease;
  cursor: pointer;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  left: 0;
  top: 49px;
  width: 100%;
  height: 1px;
  background-color: #939599;
  transform: translateX(-110%);
  transition: transform 0.5s ease;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
  transform: translateX(0%);
}
.mobMenu-wrap #mobmenuBox .moMenu-UL li {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL li a {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
  transition: transform 0.5s ease;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #2f3033;
  transform: translateX(-110%);
  transition: transform 0.5s ease;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
  color: #ffffff;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
  transform: translateX(0%);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  #mobMenu-box {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(110%);
  }

  .mobMenu-wrap {
    overflow: hidden;
    position: fixed;
    z-index: 6500;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-110%);
  }
  .mobMenu-wrap .mo-back-bt {
    position: absolute;
    z-index: 6100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    top: 30px;
    left: 30px;
    transform: translateX(-110%);
    background-color: #2f3033;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .mobMenu-wrap .mo-back-bt img {
    margin-right: 30px;
    width: 20px;
    height: 20px;
  }
  .mobMenu-wrap #mo-rightImg {
    overflow: hidden;
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 30px 30px 30px 0;
  }
  .mobMenu-wrap #mo-rightImg .rightImg-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(120%);
  }
  .mobMenu-wrap #mobmenuBox {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 50%;
    padding-left: 30px;
    transform: translateY(-50%) translateX(-110%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL {
    overflow: hidden;
    position: relative;
    width: 300px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span {
    margin: 0;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 49px;
    width: 100%;
    height: 1px;
    background-color: #939599;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
    transform: translateX(0%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li {
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #2f3033;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
    color: #ffffff;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
    transform: translateX(0%);
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  #mobMenu-box {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(110%);
  }

  .mobMenu-wrap {
    overflow: hidden;
    position: fixed;
    z-index: 6500;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-110%);
  }
  .mobMenu-wrap .mo-back-bt {
    position: absolute;
    z-index: 6100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    top: 30px;
    left: 30px;
    transform: translateX(-110%);
    background-color: #2f3033;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .mobMenu-wrap .mo-back-bt img {
    margin-right: 30px;
    width: 20px;
    height: 20px;
  }
  .mobMenu-wrap #mo-rightImg {
    overflow: hidden;
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 30px 30px 30px 0;
  }
  .mobMenu-wrap #mo-rightImg .rightImg-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(120%);
  }
  .mobMenu-wrap #mobmenuBox {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 50%;
    padding-left: 30px;
    transform: translateY(-50%) translateX(-110%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL {
    overflow: hidden;
    position: relative;
    width: 300px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span {
    margin: 0;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 49px;
    width: 100%;
    height: 1px;
    background-color: #939599;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
    transform: translateX(0%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li {
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #2f3033;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
    color: #ffffff;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
    transform: translateX(0%);
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  #mobMenu-box {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(110%);
  }

  .mobMenu-wrap {
    overflow: hidden;
    position: fixed;
    z-index: 6500;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-110%);
  }
  .mobMenu-wrap .mo-back-bt {
    position: absolute;
    z-index: 6100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    top: 30px;
    left: 30px;
    transform: translateX(-110%);
    background-color: #2f3033;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .mobMenu-wrap .mo-back-bt img {
    margin-right: 30px;
    width: 20px;
    height: 20px;
  }
  .mobMenu-wrap #mo-rightImg {
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 10px 10px 10px 0;
  }
  .mobMenu-wrap #mo-rightImg .rightImg-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(120%);
  }
  .mobMenu-wrap #mobmenuBox {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 50%;
    padding-left: 30px;
    transform: translateY(-50%) translateX(-110%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL {
    overflow: hidden;
    position: relative;
    width: 300px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span {
    margin: 0;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 49px;
    width: 100%;
    height: 1px;
    background-color: #939599;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
    transform: translateX(0%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li {
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #2f3033;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
    color: #ffffff;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
    transform: translateX(0%);
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  #mobMenu-box {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(110%);
  }

  .mobMenu-wrap {
    overflow: hidden;
    position: fixed;
    z-index: 6500;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-110%);
  }
  .mobMenu-wrap .mo-back-bt {
    position: absolute;
    z-index: 6100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    top: 20px;
    left: 20px;
    transform: translateX(-110%);
    background-color: #2f3033;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .mobMenu-wrap .mo-back-bt img {
    margin-right: 20px;
    width: 16px;
    height: 16px;
  }
  .mobMenu-wrap #mo-rightImg {
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0 0 0 0;
  }
  .mobMenu-wrap #mo-rightImg .rightImg-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(120%);
  }
  .mobMenu-wrap #mobmenuBox {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 50%;
    padding-left: 20px;
    transform: translateY(-50%) translateX(-110%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL {
    overflow: hidden;
    position: relative;
    width: 200px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span {
    margin: 0;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 39px;
    width: 100%;
    height: 1px;
    background-color: #939599;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
    transform: translateX(0%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li {
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #2f3033;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
    color: #ffffff;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
    transform: translateX(0%);
  }
}
@media (max-width: 419.99px) {
  #mobMenu-box {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(110%);
  }

  .mobMenu-wrap {
    overflow: hidden;
    position: fixed;
    z-index: 6500;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-110%);
  }
  .mobMenu-wrap .mo-back-bt {
    position: absolute;
    z-index: 6100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    top: 20px;
    left: 0px;
    transform: translateX(-110%);
    background-color: #2f3033;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .mobMenu-wrap .mo-back-bt img {
    margin-right: 20px;
    width: 16px;
    height: 16px;
  }
  .mobMenu-wrap #mo-rightImg {
    overflow: hidden;
    position: absolute;
    width: 50% !important;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0 0 0 0;
  }
  .mobMenu-wrap #mo-rightImg .rightImg-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(120%);
  }
  .mobMenu-wrap #mobmenuBox {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding-left: 10px;
    transform: translateY(-50%) translateX(-110%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL {
    overflow: hidden;
    position: relative;
    width: 200px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span {
    margin: 0;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 39px;
    width: 100%;
    height: 1px;
    background-color: #939599;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
    transform: translateX(0%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li {
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #2f3033;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
    color: #ffffff;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
    transform: translateX(0%);
  }
}
.footer {
  margin-top: 100px;
  padding: 30px 0;
  background-color: #68564d;
}
.footer ._con .addr-box {
  display: flex;
  width: 100%;
}
.footer ._con .addr-box .logo-box {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.footer ._con .addr-box .logo-box img {
  width: 180px;
  height: 90px;
}
.footer ._con .addr-box .logo-box p {
  margin-top: 0px;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #e1e3e5;
  text-align: left;
}
.footer ._con .addr-box .siteMap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer ._con .addr-box .siteMap p {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #e1e3e5;
}
.footer ._con .addr-box .siteMap ul {
  display: flex;
  width: 80%;
  margin-top: 50px;
}
.footer ._con .addr-box .siteMap ul li {
  width: 20%;
}
.footer ._con .addr-box .siteMap ul li a {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.contact {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.contact a {
  width: 250px;
  height: 40px;
  font-size: 13px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  background-color: #4b3a31;
  transition: all 0.5s ease;
  cursor: pointer;
}
.contact a:hover {
  background-color: #68564d;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .footer {
    margin-top: 80px;
    padding: 30px 0;
    background-color: #101010;
  }
  .footer ._con {
    padding-right: 20px;
  }
  .footer ._con .addr-box {
    display: flex;
    width: 100%;
  }
  .footer ._con .addr-box .logo-box {
    display: flex;
    width: 40%;
    flex-direction: column;
  }
  .footer ._con .addr-box .logo-box img {
    width: 180px;
    height: 90px;
  }
  .footer ._con .addr-box .logo-box p {
    margin-top: 0px;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e1e3e5;
    text-align: left;
  }
  .footer ._con .addr-box .siteMap {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer ._con .addr-box .siteMap p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e1e3e5;
  }
  .footer ._con .addr-box .siteMap ul {
    display: flex;
    width: 80%;
    margin-top: 50px;
  }
  .footer ._con .addr-box .siteMap ul li {
    width: 20%;
  }
  .footer ._con .addr-box .siteMap ul li a {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }

  .contact {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  .contact a {
    width: 250px;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 992px) {
  .footer {
    margin-top: 70px;
    padding: 20px 0 20px;
    background-color: #101010;
  }
  .footer ._con {
    padding-right: 0px;
  }
  .footer ._con .addr-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer ._con .addr-box .logo-box {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #202020;
  }
  .footer ._con .addr-box .logo-box img {
    width: 180px;
    height: 90px;
  }
  .footer ._con .addr-box .logo-box p {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e1e3e5;
    text-align: center;
  }
  .footer ._con .addr-box .siteMap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .footer ._con .addr-box .siteMap p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e1e3e5;
  }
  .footer ._con .addr-box .siteMap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 20px;
  }
  .footer ._con .addr-box .siteMap ul li {
    width: 20%;
  }
  .footer ._con .addr-box .siteMap ul li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
  }

  .contact {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  .contact a {
    width: 250px;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    transition: all 0.5s ease;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .footer {
    margin-top: 60px;
    padding: 20px 0 20px;
  }
  .footer ._con {
    padding-right: 0px;
  }
  .footer ._con .addr-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer ._con .addr-box .logo-box {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }
  .footer ._con .addr-box .logo-box img {
    width: 180px;
    height: 90px;
  }
  .footer ._con .addr-box .logo-box p {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .footer ._con .addr-box .siteMap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .footer ._con .addr-box .siteMap p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .addr-box .siteMap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 20px;
  }
  .footer ._con .addr-box .siteMap ul li {
    width: 20%;
  }
  .footer ._con .addr-box .siteMap ul li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }

  .contact {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  .contact a {
    width: 250px;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    background-color: #101010;
    transition: all 0.5s ease;
  }
  .contact a:hover {
    background-color: #303030;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    margin-top: 50px;
    padding: 20px 0 20px;
    background-color: #101010;
  }
  .footer ._con {
    padding-right: 0px;
  }
  .footer ._con .addr-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer ._con .addr-box .logo-box {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #202020;
  }
  .footer ._con .addr-box .logo-box img {
    width: 180px;
    height: 90px;
  }
  .footer ._con .addr-box .logo-box p {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e1e3e5;
    text-align: center;
  }
  .footer ._con .addr-box .siteMap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .footer ._con .addr-box .siteMap p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e1e3e5;
  }
  .footer ._con .addr-box .siteMap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 20px;
  }
  .footer ._con .addr-box .siteMap ul li {
    width: 33.3333%;
  }
  .footer ._con .addr-box .siteMap ul li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }

  .contact {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  .contact a {
    width: 250px;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 420px) {
  .footer {
    margin-top: 40px;
    padding: 20px 0 20px;
    background-color: #101010;
  }
  .footer ._con {
    padding-right: 0px;
  }
  .footer ._con .addr-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer ._con .addr-box .logo-box {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #202020;
  }
  .footer ._con .addr-box .logo-box img {
    width: 180px;
    height: 90px;
  }
  .footer ._con .addr-box .logo-box p {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e1e3e5;
    text-align: center;
  }
  .footer ._con .addr-box .siteMap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .footer ._con .addr-box .siteMap p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e1e3e5;
  }
  .footer ._con .addr-box .siteMap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 96%;
    margin-top: 20px;
  }
  .footer ._con .addr-box .siteMap ul li {
    width: 33.3333%;
  }
  .footer ._con .addr-box .siteMap ul li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
  }

  .contact {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  .contact a {
    width: 250px;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    transition: all 0.5s ease;
  }
}
#estBox-bg {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transform: translateY(110%);
}

#estBox {
  overflow: hidden;
  position: absolute;
  z-index: 6000;
  width: 550px;
  left: 50%;
  top: 100px;
  transform: translateX(-50%) translateY(-150%);
  padding: 30px 30px;
  background-color: #fff;
  border: 1px solid #f2f2f5;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#estBox #sucsMsg {
  position: absolute;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(-110%);
}
#estBox #sucsMsg::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdfdff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#estBox #sucsMsg h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-bottom: 30px;
}
#estBox #sucsMsg p {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
#estBox #sucsMsg h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
#estBox h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-bottom: 20px;
}
#estBox form {
  position: relative;
  width: 100%;
}
#estBox form .ex-inputfield {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  /* 파일 업로드 */
  /* 파일 업로드 끝 */
}
#estBox form .ex-inputfield input::-ms-clear,
#estBox form .ex-inputfield input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
#estBox form .ex-inputfield input[type=text] {
  -webkit-appearance: none;
  height: 24px;
  padding: 0 8px;
  border: 1px solid #e1e3e5;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  border-radius: 0;
}
#estBox form .ex-inputfield input[type=text]:nth-of-type(2n) {
  margin-left: 10px;
}
#estBox form .ex-inputfield input[type=text].ex-inputfield--large {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
#estBox form .ex-inputfield input[type=text]:disabled {
  background-color: #f0f0f0;
  border: 1px solid #bcbcbc;
  color: #757575;
  cursor: not-allowed;
  opacity: 1;
  /*used for safari as it changes it by default to 0.4*/
}
#estBox form .ex-inputfield input[type=text]:focus {
  box-shadow: 0 0 1px #0288d1;
  outline: none;
}
#estBox form .ex-inputfield input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #adafb3;
}
#estBox form .ex-inputfield input[type=text]:-ms-input-placeholder {
  color: #bcbcbc;
}
#estBox form .ex-inputfield input::-moz-placeholder {
  color: #bcbcbc;
  opacity: 1;
}
#estBox form .ex-inputfield .ex-checkbox,
#estBox form .ex-inputfield .ex-radio {
  position: relative;
  display: flex;
  align-items: center;
  margin: 12px 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}
#estBox form .ex-inputfield .ex-checkbox label,
#estBox form .ex-inputfield .ex-checkbox label,
#estBox form .ex-inputfield .ex-radio label,
#estBox form .ex-inputfield .ex-radio label {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
  display: flex;
  align-items: center;
  position: relative;
}
#estBox form .ex-inputfield .ex-checkbox input[type=checkbox],
#estBox form .ex-inputfield .ex-checkbox input[type=radio],
#estBox form .ex-inputfield .ex-radio input[type=checkbox],
#estBox form .ex-inputfield .ex-radio input[type=radio] {
  margin: 0;
  opacity: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  z-index: 10;
  position: absolute;
}
#estBox form .ex-inputfield .ex-checkbox input[type=checkbox] + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox] + label::before {
  border: 1px solid #adafb3;
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
}
#estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:hover + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:hover + label::before {
  border: 2px solid #0288d1;
}
#estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:focus + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:focus + label::before {
  box-shadow: 0 0 1px #0288d1;
  outline: none;
}
#estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:checked + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:checked + label::before {
  border: 1px solid transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjMDI4OGQxIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==") no-repeat center center;
  background-size: 24px 24px;
}
#estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:checked:hover + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:checked:hover + label::before {
  background-size: 30px 30px;
}
#estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled {
  cursor: not-allowed;
}
#estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled + label,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled + label {
  color: #c8c9cc;
  cursor: not-allowed;
}
#estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled:checked + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled:checked + label::before {
  border: 1px solid transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==") no-repeat center center;
}
#estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled + label::before {
  border: 1px solid #c8c9cc;
}
#estBox form .ex-inputfield .ex-radio {
  margin-top: 0;
}
#estBox form .ex-inputfield input[type=radio] + label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.3s ease-in-out;
}
#estBox form .ex-inputfield input[type=radio]:hover + label::before {
  border: 2px solid #0288d1;
}
#estBox form .ex-inputfield input[type=radio]:focus + label::before {
  box-shadow: 0 0 1px #0288d1;
  outline: none;
}
#estBox form .ex-inputfield input[type=radio]:checked + label::before,
#estBox form .ex-inputfield input[type=radio]:checked:hover + label::before {
  border: 1px solid #0288d1;
}
#estBox form .ex-inputfield input[type=radio] + label::after {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 4px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: scale(0, 0);
  transition: transform 0.3s ease-in-out;
}
#estBox form .ex-inputfield input[type=radio]:checked + label::after {
  background-color: #0288d1;
  transform: scale(1, 1);
}
#estBox form .ex-inputfield input[type=radio]:disabled {
  cursor: not-allowed;
}
#estBox form .ex-inputfield input[type=radio]:disabled + label {
  color: #bcbcbc;
  cursor: not-allowed;
}
#estBox form .ex-inputfield input[type=radio]:disabled + label::before,
#estBox form .ex-inputfield input[type=radio]:checked:disabled + label::before {
  border: 1px solid #bcbcbc;
}
#estBox form .ex-inputfield input[type=radio]:checked:disabled + label::after {
  background-color: #bcbcbc;
}
#estBox form .ex-inputfield select::-ms-expand {
  display: none;
}
#estBox form .ex-inputfield .ex-select-menu {
  width: 100%;
  height: 40px;
  padding-left: 16px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 1px solid #e1e3e5;
  background-image: url("../imgs/icon/select-dropdown.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 8px auto;
}
#estBox form .ex-inputfield .ex-select-menu:focus {
  box-shadow: 0 0 1px #0288d1;
  outline: none;
}
#estBox form .ex-inputfield .ex-select-menu:disabled {
  background-color: #f0f0f0;
  border: 1px solid #bcbcbc;
  color: #bcbcbc;
  cursor: not-allowed;
}
#estBox form .ex-inputfield .ex-select-menu:disabled::-ms-value {
  color: #bcbcbc;
}
#estBox form .ex-inputfield .ex-select-menu .ex-select-menu--large {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  padding-left: 12px;
  padding-right: 46px;
  background-position: right 16px center;
  background-size: 14px 8px;
}
#estBox form .ex-inputfield textarea {
  height: 100px;
  width: 100%;
  max-width: 100%;
  padding: 10px 16px;
  resize: none;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  border: 1px solid #e1e3e5;
}
#estBox form .ex-inputfield textarea::placeholder {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #adafb3;
}
#estBox form .ex-inputfield .file-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#estBox form .ex-inputfield .file-box .up {
  margin-top: 0px;
  width: 100%;
}
#estBox form .ex-inputfield .file-box #file-upload {
  position: absolute;
  left: -9999px;
}
#estBox form .ex-inputfield .file-box label[for=file-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  -webkit-font-feature-settings: 400;
  font-feature-settings: 400;
  color: white;
  width: 30%;
  height: 50px;
}
#estBox form .ex-inputfield .file-box label[for=file-upload]:hover {
  background: #e1e3e5;
}
#estBox form .ex-inputfield .file-box #filename {
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  -webkit-font-feature-settings: 300;
  font-feature-settings: 300;
  line-height: 50px;
  float: left;
  width: 70%;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  color: #979797;
  border: 1px solid #e1e3e5;
}
#estBox form .ex-inputfield .captcha-w {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
#estBox form .ex-inputfield .captcha-w .titsucss {
  background-color: #99aae0;
  border: 1px solid #222222;
}
#estBox form .ex-inputfield .captcha-w label {
  margin-right: 10px;
}
#estBox form .ex-inputfield .captcha-w label.captcha-title {
  background: white;
  color: #2f3033;
  display: flex;
  width: 49%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  border: 1px solid #e1e3e5;
  padding-left: 20px;
}
#estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-a,
#estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-hack,
#estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-b {
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 500;
  color: #e24a89;
  line-height: 50px;
}
#estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-hack {
  display: none;
}
#estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-a {
  margin-left: 10px;
}
#estBox form .ex-inputfield .captcha-w .input.captcha {
  background-color: white;
  border: 1px solid #e1e3e5;
  outline: none;
  display: block;
  width: 49%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
}
#estBox form .ex-inputfield .captcha-w .input.captcha::placeholder {
  color: #d6b1ac;
}
#estBox form .submitBox {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#estBox form .submitBox input[type=button] {
  outline: none;
  border: none;
  padding: 10px 50px;
  margin: 0 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  cursor: pointer;
}
#estBox form .submitBox input[type=button]:nth-of-type(1) {
  background-color: #72b3da;
  color: #ffffff;
}
#estBox form .submitBox input[type=button]:nth-of-type(2) {
  background-color: #bfc6ca;
  color: #ffffff;
}

@media (max-width: 575.99px) and (min-width: 420px) {
  #estBox {
    overflow: hidden;
    position: absolute;
    z-index: 6000;
    width: 94%;
    left: 50%;
    top: 50px;
    transform: translateX(-50%) translateY(-150%);
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #f2f2f5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #estBox #sucsMsg {
    position: absolute;
    z-index: 6000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(-110%);
  }
  #estBox #sucsMsg::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fdfdff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #estBox #sucsMsg h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-bottom: 30px;
  }
  #estBox #sucsMsg p {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  #estBox #sucsMsg h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  #estBox h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-bottom: 20px;
  }
  #estBox form {
    position: relative;
    width: 100%;
  }
  #estBox form .ex-inputfield {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  #estBox form .ex-inputfield input::-ms-clear,
#estBox form .ex-inputfield input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
  }
  #estBox form .ex-inputfield input[type=text] {
    -webkit-appearance: none;
    height: 24px;
    padding: 0 8px;
    border: 1px solid #e1e3e5;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    border-radius: 0;
  }
  #estBox form .ex-inputfield input[type=text]:nth-of-type(2n) {
    margin-left: 10px;
  }
  #estBox form .ex-inputfield input[type=text].ex-inputfield--large {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  #estBox form .ex-inputfield input[type=text]:disabled {
    background-color: #f0f0f0;
    border: 1px solid #bcbcbc;
    color: #757575;
    cursor: not-allowed;
    opacity: 1;
    /*used for safari as it changes it by default to 0.4*/
  }
  #estBox form .ex-inputfield input[type=text]:focus {
    box-shadow: 0 0 1px #0288d1;
    outline: none;
  }
  #estBox form .ex-inputfield input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #adafb3;
  }
  #estBox form .ex-inputfield input[type=text]:-ms-input-placeholder {
    color: #bcbcbc;
  }
  #estBox form .ex-inputfield input::-moz-placeholder {
    color: #bcbcbc;
    opacity: 1;
  }
  #estBox form .ex-inputfield .ex-checkbox,
#estBox form .ex-inputfield .ex-radio {
    position: relative;
    display: flex;
    align-items: center;
    margin: 12px 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  #estBox form .ex-inputfield .ex-checkbox label,
#estBox form .ex-inputfield .ex-checkbox label,
#estBox form .ex-inputfield .ex-radio label,
#estBox form .ex-inputfield .ex-radio label {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    display: flex;
    align-items: center;
    position: relative;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox],
#estBox form .ex-inputfield .ex-checkbox input[type=radio],
#estBox form .ex-inputfield .ex-radio input[type=checkbox],
#estBox form .ex-inputfield .ex-radio input[type=radio] {
    margin: 0;
    opacity: 0;
    cursor: pointer;
    width: 14px;
    height: 14px;
    z-index: 10;
    position: absolute;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox] + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox] + label::before {
    border: 1px solid #adafb3;
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    background-color: #fff;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:hover + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:hover + label::before {
    border: 2px solid #0288d1;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:focus + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:focus + label::before {
    box-shadow: 0 0 1px #0288d1;
    outline: none;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:checked + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:checked + label::before {
    border: 1px solid transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjMDI4OGQxIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==") no-repeat center center;
    background-size: 24px 24px;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:checked:hover + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:checked:hover + label::before {
    background-size: 30px 30px;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled {
    cursor: not-allowed;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled + label,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled + label {
    color: #c8c9cc;
    cursor: not-allowed;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled:checked + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled:checked + label::before {
    border: 1px solid transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==") no-repeat center center;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled + label::before {
    border: 1px solid #c8c9cc;
  }
  #estBox form .ex-inputfield .ex-radio {
    margin-top: 0;
  }
  #estBox form .ex-inputfield input[type=radio] + label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
    background-color: #fff;
    transition: border 0.3s ease-in-out;
  }
  #estBox form .ex-inputfield input[type=radio]:hover + label::before {
    border: 2px solid #0288d1;
  }
  #estBox form .ex-inputfield input[type=radio]:focus + label::before {
    box-shadow: 0 0 1px #0288d1;
    outline: none;
  }
  #estBox form .ex-inputfield input[type=radio]:checked + label::before,
#estBox form .ex-inputfield input[type=radio]:checked:hover + label::before {
    border: 1px solid #0288d1;
  }
  #estBox form .ex-inputfield input[type=radio] + label::after {
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    left: 4px;
    border-radius: 50%;
    background-color: #ffffff;
    transform: scale(0, 0);
    transition: transform 0.3s ease-in-out;
  }
  #estBox form .ex-inputfield input[type=radio]:checked + label::after {
    background-color: #0288d1;
    transform: scale(1, 1);
  }
  #estBox form .ex-inputfield input[type=radio]:disabled {
    cursor: not-allowed;
  }
  #estBox form .ex-inputfield input[type=radio]:disabled + label {
    color: #bcbcbc;
    cursor: not-allowed;
  }
  #estBox form .ex-inputfield input[type=radio]:disabled + label::before,
#estBox form .ex-inputfield input[type=radio]:checked:disabled + label::before {
    border: 1px solid #bcbcbc;
  }
  #estBox form .ex-inputfield input[type=radio]:checked:disabled + label::after {
    background-color: #bcbcbc;
  }
  #estBox form .ex-inputfield select::-ms-expand {
    display: none;
  }
  #estBox form .ex-inputfield .ex-select-menu {
    width: 100%;
    height: 40px;
    padding-left: 16px;
    padding-right: 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: 1px solid #e1e3e5;
    background-image: url("../imgs/icon/select-dropdown.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 8px auto;
  }
  #estBox form .ex-inputfield .ex-select-menu:focus {
    box-shadow: 0 0 1px #0288d1;
    outline: none;
  }
  #estBox form .ex-inputfield .ex-select-menu:disabled {
    background-color: #f0f0f0;
    border: 1px solid #bcbcbc;
    color: #bcbcbc;
    cursor: not-allowed;
  }
  #estBox form .ex-inputfield .ex-select-menu:disabled::-ms-value {
    color: #bcbcbc;
  }
  #estBox form .ex-inputfield .ex-select-menu .ex-select-menu--large {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    padding-left: 12px;
    padding-right: 46px;
    background-position: right 16px center;
    background-size: 14px 8px;
  }
  #estBox form .ex-inputfield textarea {
    height: 100px;
    width: 100%;
    max-width: 100%;
    padding: 10px 16px;
    resize: none;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    border: 1px solid #e1e3e5;
  }
  #estBox form .ex-inputfield textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #adafb3;
  }
  #estBox form .ex-inputfield .file-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  #estBox form .ex-inputfield .file-box .up {
    margin-top: 0px;
    width: 100%;
  }
  #estBox form .ex-inputfield .file-box #file-upload {
    position: absolute;
    left: -9999px;
  }
  #estBox form .ex-inputfield .file-box label[for=file-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    -webkit-font-feature-settings: 400;
    font-feature-settings: 400;
    color: white;
    width: 30%;
    height: 50px;
  }
  #estBox form .ex-inputfield .file-box label[for=file-upload]:hover {
    background: #e1e3e5;
  }
  #estBox form .ex-inputfield .file-box #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 300;
    font-feature-settings: 300;
    line-height: 50px;
    float: left;
    width: 70%;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    color: #979797;
    border: 1px solid #e1e3e5;
  }
  #estBox form .ex-inputfield .captcha-w {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
  #estBox form .ex-inputfield .captcha-w .titsucss {
    background-color: #99aae0;
    border: 1px solid #222222;
  }
  #estBox form .ex-inputfield .captcha-w label {
    margin-right: 10px;
  }
  #estBox form .ex-inputfield .captcha-w label.captcha-title {
    background: white;
    color: #2f3033;
    display: flex;
    width: 49%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    border: 1px solid #e1e3e5;
    padding-left: 20px;
  }
  #estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-a,
#estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-hack,
#estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-b {
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-weight: 500;
    color: #e24a89;
    line-height: 50px;
  }
  #estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-hack {
    display: none;
  }
  #estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-a {
    margin-left: 10px;
  }
  #estBox form .ex-inputfield .captcha-w .input.captcha {
    background-color: white;
    border: 1px solid #e1e3e5;
    outline: none;
    display: block;
    width: 49%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  #estBox form .ex-inputfield .captcha-w .input.captcha::placeholder {
    color: #d6b1ac;
  }
  #estBox form .submitBox {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  #estBox form .submitBox input[type=button] {
    outline: none;
    border: none;
    padding: 10px 50px;
    margin: 0 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
  }
  #estBox form .submitBox input[type=button]:nth-of-type(1) {
    background-color: #72b3da;
    color: #ffffff;
  }
  #estBox form .submitBox input[type=button]:nth-of-type(2) {
    background-color: #bfc6ca;
    color: #ffffff;
  }
}
@media (max-width: 419.99px) {
  #estBox {
    overflow: hidden;
    position: absolute;
    z-index: 6000;
    width: 94%;
    left: 50%;
    top: 50px;
    transform: translateX(-50%) translateY(-150%);
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #f2f2f5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #estBox #sucsMsg {
    position: absolute;
    z-index: 6000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(-110%);
  }
  #estBox #sucsMsg::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fdfdff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #estBox #sucsMsg h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-bottom: 30px;
  }
  #estBox #sucsMsg p {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  #estBox #sucsMsg h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  #estBox h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-bottom: 20px;
  }
  #estBox form {
    position: relative;
    width: 100%;
  }
  #estBox form .ex-inputfield {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  #estBox form .ex-inputfield input::-ms-clear,
#estBox form .ex-inputfield input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
  }
  #estBox form .ex-inputfield input[type=text] {
    -webkit-appearance: none;
    height: 24px;
    padding: 0 8px;
    border: 1px solid #e1e3e5;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    border-radius: 0;
  }
  #estBox form .ex-inputfield input[type=text]:nth-of-type(2n) {
    margin-left: 10px;
  }
  #estBox form .ex-inputfield input[type=text].ex-inputfield--large {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  #estBox form .ex-inputfield input[type=text]:disabled {
    background-color: #f0f0f0;
    border: 1px solid #bcbcbc;
    color: #757575;
    cursor: not-allowed;
    opacity: 1;
    /*used for safari as it changes it by default to 0.4*/
  }
  #estBox form .ex-inputfield input[type=text]:focus {
    box-shadow: 0 0 1px #0288d1;
    outline: none;
  }
  #estBox form .ex-inputfield input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #adafb3;
  }
  #estBox form .ex-inputfield input[type=text]:-ms-input-placeholder {
    color: #bcbcbc;
  }
  #estBox form .ex-inputfield input::-moz-placeholder {
    color: #bcbcbc;
    opacity: 1;
  }
  #estBox form .ex-inputfield .ex-checkbox,
#estBox form .ex-inputfield .ex-radio {
    position: relative;
    display: flex;
    align-items: center;
    margin: 12px 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  #estBox form .ex-inputfield .ex-checkbox label,
#estBox form .ex-inputfield .ex-checkbox label,
#estBox form .ex-inputfield .ex-radio label,
#estBox form .ex-inputfield .ex-radio label {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    display: flex;
    align-items: center;
    position: relative;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox],
#estBox form .ex-inputfield .ex-checkbox input[type=radio],
#estBox form .ex-inputfield .ex-radio input[type=checkbox],
#estBox form .ex-inputfield .ex-radio input[type=radio] {
    margin: 0;
    opacity: 0;
    cursor: pointer;
    width: 14px;
    height: 14px;
    z-index: 10;
    position: absolute;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox] + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox] + label::before {
    border: 1px solid #adafb3;
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    background-color: #fff;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:hover + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:hover + label::before {
    border: 2px solid #0288d1;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:focus + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:focus + label::before {
    box-shadow: 0 0 1px #0288d1;
    outline: none;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:checked + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:checked + label::before {
    border: 1px solid transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjMDI4OGQxIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==") no-repeat center center;
    background-size: 24px 24px;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:checked:hover + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:checked:hover + label::before {
    background-size: 30px 30px;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled {
    cursor: not-allowed;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled + label,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled + label {
    color: #c8c9cc;
    cursor: not-allowed;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled:checked + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled:checked + label::before {
    border: 1px solid transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==") no-repeat center center;
  }
  #estBox form .ex-inputfield .ex-checkbox input[type=checkbox]:disabled + label::before,
#estBox form .ex-inputfield .ex-radio input[type=checkbox]:disabled + label::before {
    border: 1px solid #c8c9cc;
  }
  #estBox form .ex-inputfield .ex-radio {
    margin-top: 0;
  }
  #estBox form .ex-inputfield input[type=radio] + label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
    background-color: #fff;
    transition: border 0.3s ease-in-out;
  }
  #estBox form .ex-inputfield input[type=radio]:hover + label::before {
    border: 2px solid #0288d1;
  }
  #estBox form .ex-inputfield input[type=radio]:focus + label::before {
    box-shadow: 0 0 1px #0288d1;
    outline: none;
  }
  #estBox form .ex-inputfield input[type=radio]:checked + label::before,
#estBox form .ex-inputfield input[type=radio]:checked:hover + label::before {
    border: 1px solid #0288d1;
  }
  #estBox form .ex-inputfield input[type=radio] + label::after {
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    left: 4px;
    border-radius: 50%;
    background-color: #ffffff;
    transform: scale(0, 0);
    transition: transform 0.3s ease-in-out;
  }
  #estBox form .ex-inputfield input[type=radio]:checked + label::after {
    background-color: #0288d1;
    transform: scale(1, 1);
  }
  #estBox form .ex-inputfield input[type=radio]:disabled {
    cursor: not-allowed;
  }
  #estBox form .ex-inputfield input[type=radio]:disabled + label {
    color: #bcbcbc;
    cursor: not-allowed;
  }
  #estBox form .ex-inputfield input[type=radio]:disabled + label::before,
#estBox form .ex-inputfield input[type=radio]:checked:disabled + label::before {
    border: 1px solid #bcbcbc;
  }
  #estBox form .ex-inputfield input[type=radio]:checked:disabled + label::after {
    background-color: #bcbcbc;
  }
  #estBox form .ex-inputfield select::-ms-expand {
    display: none;
  }
  #estBox form .ex-inputfield .ex-select-menu {
    width: 100%;
    height: 40px;
    padding-left: 16px;
    padding-right: 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: 1px solid #e1e3e5;
    background-image: url("../imgs/icon/select-dropdown.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 8px auto;
  }
  #estBox form .ex-inputfield .ex-select-menu:focus {
    box-shadow: 0 0 1px #0288d1;
    outline: none;
  }
  #estBox form .ex-inputfield .ex-select-menu:disabled {
    background-color: #f0f0f0;
    border: 1px solid #bcbcbc;
    color: #bcbcbc;
    cursor: not-allowed;
  }
  #estBox form .ex-inputfield .ex-select-menu:disabled::-ms-value {
    color: #bcbcbc;
  }
  #estBox form .ex-inputfield .ex-select-menu .ex-select-menu--large {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    padding-left: 12px;
    padding-right: 46px;
    background-position: right 16px center;
    background-size: 14px 8px;
  }
  #estBox form .ex-inputfield textarea {
    height: 100px;
    width: 100%;
    max-width: 100%;
    padding: 10px 16px;
    resize: none;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    border: 1px solid #e1e3e5;
  }
  #estBox form .ex-inputfield textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #adafb3;
  }
  #estBox form .ex-inputfield .file-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  #estBox form .ex-inputfield .file-box .up {
    margin-top: 0px;
    width: 100%;
  }
  #estBox form .ex-inputfield .file-box #file-upload {
    position: absolute;
    left: -9999px;
  }
  #estBox form .ex-inputfield .file-box label[for=file-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    -webkit-font-feature-settings: 400;
    font-feature-settings: 400;
    color: white;
    width: 40%;
    height: 50px;
  }
  #estBox form .ex-inputfield .file-box label[for=file-upload]:hover {
    background: #e1e3e5;
  }
  #estBox form .ex-inputfield .file-box #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-font-feature-settings: 300;
    font-feature-settings: 300;
    line-height: 50px;
    float: left;
    width: 60%;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    color: #979797;
    border: 1px solid #e1e3e5;
  }
  #estBox form .ex-inputfield .captcha-w {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
  #estBox form .ex-inputfield .captcha-w .titsucss {
    background-color: #99aae0;
    border: 1px solid #222222;
  }
  #estBox form .ex-inputfield .captcha-w label {
    margin-right: 10px;
  }
  #estBox form .ex-inputfield .captcha-w label.captcha-title {
    background: white;
    color: #2f3033;
    display: flex;
    width: 49%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    border: 1px solid #e1e3e5;
    padding-left: 20px;
  }
  #estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-a,
#estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-hack,
#estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-b {
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-weight: 500;
    color: #e24a89;
    line-height: 50px;
  }
  #estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-hack {
    display: none;
  }
  #estBox form .ex-inputfield .captcha-w label.captcha-title .captcha-a {
    margin-left: 10px;
  }
  #estBox form .ex-inputfield .captcha-w .input.captcha {
    background-color: white;
    border: 1px solid #e1e3e5;
    outline: none;
    display: block;
    width: 49%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  #estBox form .ex-inputfield .captcha-w .input.captcha::placeholder {
    color: #d6b1ac;
  }
  #estBox form .ex-inputfield.twoz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #estBox form .ex-inputfield.twoz #inputComp, #estBox form .ex-inputfield.twoz #inputEmail {
    margin-left: 0;
    margin-top: 5px;
  }
  #estBox form .ex-inputfield#threeCheck {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  #estBox form .ex-inputfield#threeCheck .ex-checkbox {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #estBox form .ex-inputfield#threeRadio {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  #estBox form .ex-inputfield#threeRadio .ex-radio {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #estBox form .ex-inputfield#twoCaptcha {
    width: 100%;
    margin-top: 5px;
  }
  #estBox form .ex-inputfield#twoCaptcha .captcha-w {
    display: flex;
    flex-wrap: wrap;
  }
  #estBox form .ex-inputfield#twoCaptcha .captcha-w label {
    width: 100%;
    margin-right: 0;
  }
  #estBox form .ex-inputfield#twoCaptcha .captcha-w input {
    margin-top: 5px;
    width: 100%;
  }
  #estBox form .submitBox {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  #estBox form .submitBox input[type=button] {
    outline: none;
    border: none;
    padding: 10px 20px;
    margin: 0 2px;
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
  }
  #estBox form .submitBox input[type=button]:nth-of-type(1) {
    background-color: #72b3da;
    color: #ffffff;
  }
  #estBox form .submitBox input[type=button]:nth-of-type(2) {
    background-color: #bfc6ca;
    color: #ffffff;
  }
}
#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;
  max-width: 50%;
  animation: topIn 1.5s ease-out 0s both;
}

@keyframes topIn {
  0% {
    opacity: 0;
    margin-top: -250px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes caps {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0%);
  }
}
.contentOne {
  margin-top: 70px;
}
.contentOne ._con .texBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentOne ._con .texBox h3 {
  position: relative;
  font-size: 42px;
  font-weight: 200;
  line-height: 42px;
  font-family: "Montserrat", sans-serif !important;
  color: #2f3033;
}
.contentOne ._con .texBox h3::after {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #2f3033;
}
.contentOne ._con .texBox p {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .contentOne {
    margin-top: 50px;
  }
  .contentOne ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contentOne ._con .texBox h3 {
    position: relative;
    font-size: 34px;
    font-weight: 200;
    line-height: 34px;
    font-family: "Montserrat", sans-serif !important;
    color: #2f3033;
  }
  .contentOne ._con .texBox h3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #2f3033;
  }
  .contentOne ._con .texBox p {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .contentOne {
    margin-top: 40px;
  }
  .contentOne ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contentOne ._con .texBox h3 {
    position: relative;
    font-size: 28px;
    font-weight: 200;
    line-height: 28px;
    font-family: "Montserrat", sans-serif !important;
    color: #2f3033;
  }
  .contentOne ._con .texBox h3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #2f3033;
  }
  .contentOne ._con .texBox p {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
}
@media (max-width: 419.99px) {
  .contentOne {
    margin-top: 40px;
  }
  .contentOne ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  .contentOne ._con .texBox h3 {
    position: relative;
    font-size: 24px;
    font-weight: 200;
    line-height: 24px;
    font-family: "Montserrat", sans-serif !important;
    color: #2f3033;
  }
  .contentOne ._con .texBox h3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #2f3033;
  }
  .contentOne ._con .texBox p {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .contentOne ._con .texBox p br {
    display: none;
  }
}
.board-sec {
  margin-top: 50px;
}
.board-sec ._con .board-wrap {
  width: 100%;
  display: flex;
}
.board-sec ._con .board-wrap__left {
  display: flex;
  width: 50%;
  border: 1px solid #f2f2f5;
}
.board-sec ._con .board-wrap__left .left-box {
  width: 50%;
  padding: 20px;
}
.board-sec ._con .board-wrap__left .left-box .boardImg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.board-sec ._con .board-wrap__left .right-box {
  width: 50%;
}
.board-sec ._con .board-wrap__left .right-box ul {
  width: 100%;
  padding: 10px 10px 0 0;
}
.board-sec ._con .board-wrap__left .right-box ul li {
  overflow: hidden;
  position: relative;
  padding: 8px 20px;
  border-bottom: 1px solid #f2f2f5;
}
.board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
  border-bottom: 0px solid #f2f2f5;
}
.board-sec ._con .board-wrap__left .right-box ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.board-sec ._con .board-wrap__left .right-box ul li a p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
}
.board-sec ._con .board-wrap__left .right-box ul li a p span {
  color: #939599;
  margin-right: 20px;
}
.board-sec ._con .board-wrap__left .right-box ul li::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff0f5;
  transform: translateX(-110%);
  transition: all 0.7s ease;
}
.board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff0f5;
  transform: translateX(0%);
}
.board-sec ._con .board-wrap__right {
  display: flex;
  width: 50%;
  border: 1px solid #f2f2f5;
  border-left: 0px solid #000;
}
.board-sec ._con .board-wrap__right .left-box {
  width: 50%;
  padding: 20px;
}
.board-sec ._con .board-wrap__right .left-box .boardImg2 {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.board-sec ._con .board-wrap__right .right-box {
  width: 50%;
}
.board-sec ._con .board-wrap__right .right-box ul {
  width: 100%;
  padding: 10px 10px 0 0;
}
.board-sec ._con .board-wrap__right .right-box ul li {
  overflow: hidden;
  position: relative;
  padding: 8px 20px;
  border-bottom: 1px solid #f2f2f5;
}
.board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
  border-bottom: 0px solid #f2f2f5;
}
.board-sec ._con .board-wrap__right .right-box ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.board-sec ._con .board-wrap__right .right-box ul li a p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
}
.board-sec ._con .board-wrap__right .right-box ul li a p span {
  color: #939599;
  margin-right: 20px;
}
.board-sec ._con .board-wrap__right .right-box ul li::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff0f5;
  transform: translateX(-110%);
  transition: all 0.7s ease;
}
.board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff0f5;
  transform: translateX(0%);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .board-sec {
    margin-top: 50px;
  }
  .board-sec ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .board-sec ._con .board-wrap__left {
    display: flex;
    width: 100%;
    padding-right: 30%;
    border: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .left-box {
    width: 50%;
    padding: 20px;
  }
  .board-sec ._con .board-wrap__left .left-box .boardImg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__left .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__left .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__left .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
  .board-sec ._con .board-wrap__right {
    display: flex;
    width: 100%;
    padding-left: 30%;
    border: 1px solid #f2f2f5;
    border-left: 0px solid #000;
  }
  .board-sec ._con .board-wrap__right .left-box {
    width: 50%;
    padding: 20px;
  }
  .board-sec ._con .board-wrap__right .left-box .boardImg2 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__right .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .board-sec {
    margin-top: 50px;
  }
  .board-sec ._con {
    padding: 0 10px;
  }
  .board-sec ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .board-sec ._con .board-wrap__left {
    display: flex;
    width: 100%;
    padding-right: 0%;
    border: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .left-box {
    width: 50%;
    padding: 20px;
  }
  .board-sec ._con .board-wrap__left .left-box .boardImg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__left .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__left .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__left .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
  .board-sec ._con .board-wrap__right {
    margin-top: 10px;
    display: flex;
    width: 100%;
    padding-left: 0%;
    border: 1px solid #f2f2f5;
    border-left: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .left-box {
    width: 50%;
    padding: 20px;
  }
  .board-sec ._con .board-wrap__right .left-box .boardImg2 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__right .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .board-sec {
    margin-top: 40px;
  }
  .board-sec ._con {
    padding: 0 10px;
  }
  .board-sec ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .board-sec ._con .board-wrap__left {
    display: flex;
    width: 100%;
    padding-right: 0%;
    border: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .left-box {
    width: 50%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__left .left-box .boardImg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__left .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__left .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__left .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
  .board-sec ._con .board-wrap__right {
    margin-top: 10px;
    display: flex;
    width: 100%;
    padding-left: 0%;
    border: 1px solid #f2f2f5;
    border-left: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .left-box {
    width: 50%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__right .left-box .boardImg2 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__right .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .board-sec {
    margin-top: 40px;
  }
  .board-sec ._con {
    padding: 0 10px;
  }
  .board-sec ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .board-sec ._con .board-wrap__left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0%;
    border: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .left-box {
    width: 100%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__left .left-box .boardImg {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__left .right-box {
    width: 100%;
  }
  .board-sec ._con .board-wrap__left .right-box ul {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
  .board-sec ._con .board-wrap__right {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0%;
    border: 1px solid #f2f2f5;
    border-left: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .left-box {
    width: 100%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__right .left-box .boardImg2 {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__right .right-box {
    width: 100%;
  }
  .board-sec ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
}
@media (max-width: 419.99px) {
  .board-sec {
    margin-top: 30px;
  }
  .board-sec ._con {
    padding: 0 10px;
  }
  .board-sec ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .board-sec ._con .board-wrap__left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0%;
    border: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .left-box {
    width: 100%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__left .left-box .boardImg {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__left .right-box {
    width: 100%;
  }
  .board-sec ._con .board-wrap__left .right-box ul {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
  .board-sec ._con .board-wrap__right {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0%;
    border: 1px solid #f2f2f5;
    border-left: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .left-box {
    width: 100%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__right .left-box .boardImg2 {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__right .right-box {
    width: 100%;
  }
  .board-sec ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
}
.contentTwo {
  margin-top: 70px;
}
.contentTwo ._con .texBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentTwo ._con .texBox h3 {
  position: relative;
  font-size: 42px;
  font-weight: 200;
  line-height: 42px;
  font-family: "Montserrat", sans-serif !important;
  color: #2f3033;
}
.contentTwo ._con .texBox h3::after {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #2f3033;
}
.contentTwo ._con .texBox p {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .contentTwo {
    margin-top: 50px;
  }
  .contentTwo ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contentTwo ._con .texBox h3 {
    position: relative;
    font-size: 34px;
    font-weight: 200;
    line-height: 34px;
    font-family: "Montserrat", sans-serif !important;
    color: #2f3033;
  }
  .contentTwo ._con .texBox h3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #2f3033;
  }
  .contentTwo ._con .texBox p {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .contentTwo {
    margin-top: 40px;
  }
  .contentTwo ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contentTwo ._con .texBox h3 {
    position: relative;
    font-size: 28px;
    font-weight: 200;
    line-height: 28px;
    font-family: "Montserrat", sans-serif !important;
    color: #2f3033;
  }
  .contentTwo ._con .texBox h3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #2f3033;
  }
  .contentTwo ._con .texBox p {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
}
@media (max-width: 419.99px) {
  .contentTwo {
    margin-top: 40px;
  }
  .contentTwo ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  .contentTwo ._con .texBox h3 {
    position: relative;
    font-size: 24px;
    font-weight: 200;
    line-height: 24px;
    font-family: "Montserrat", sans-serif !important;
    color: #2f3033;
  }
  .contentTwo ._con .texBox h3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #2f3033;
  }
  .contentTwo ._con .texBox p {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .contentTwo ._con .texBox p br {
    display: none;
  }
}
.fourBox {
  margin-top: 40px;
}
.fourBox ._con {
  justify-content: center;
}
.fourBox ._con .fourBox--wrap {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
}
.fourBox ._con .fourBox--wrap .fourBox--item {
  position: relative;
  width: 48%;
  height: 200px;
  margin-bottom: 2%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f0f1f3;
}
.fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
  margin-left: 2%;
}
.fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) h3 {
  position: absolute;
  left: 30px;
  bottom: 100px;
  width: 80%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
.fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
.fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a::after {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: #2f3033;
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .fourBox {
    margin-top: 40px;
  }
  .fourBox ._con {
    justify-content: center;
    padding: 0 10px;
  }
  .fourBox ._con .fourBox--wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item {
    position: relative;
    width: 48%;
    height: 200px;
    margin-bottom: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f1f3;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) h3 {
    position: absolute;
    left: 30px;
    bottom: 100px;
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 14px;
    font-weight: 200;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #2f3033;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .fourBox {
    margin-top: 30px;
  }
  .fourBox ._con {
    justify-content: center;
    padding: 0 10px;
  }
  .fourBox ._con .fourBox--wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item {
    position: relative;
    width: 48%;
    height: 130px;
    margin-bottom: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f1f3;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) h3 {
    position: absolute;
    left: 10px;
    bottom: auto;
    top: 20px;
    width: 90%;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a {
    position: absolute;
    left: 10px;
    bottom: 20px;
    font-size: 12px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #2f3033;
  }
}
@media (max-width: 419.99px) {
  .fourBox {
    margin-top: 30px;
  }
  .fourBox ._con {
    justify-content: center;
    padding: 0 10px;
  }
  .fourBox ._con .fourBox--wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item {
    position: relative;
    width: 48%;
    height: 130px;
    margin-bottom: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f1f3;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) h3 {
    position: absolute;
    left: 10px;
    bottom: auto;
    top: 20px;
    width: 90%;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a {
    position: absolute;
    left: 10px;
    bottom: 20px;
    font-size: 12px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #2f3033;
  }
}

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