@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500&family=Russo+One&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: rgb(50, 51, 136);
  right: 10px;
  bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 1s ease-in-out;
}
.top:hover {
  background-color: rgb(226, 100, 90);
  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'); */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}
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;
}

@keyframes error {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  10% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  70% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* 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;
}

.sub-visu-sec {
  margin-top: 100px;
}
.sub-visu-sec ._con {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-visu-sec ._con .line-1 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 70%;
  height: 5px;
  background-color: #000000;
}
.sub-visu-sec ._con .line-2 {
  position: absolute;
  top: 200px;
  right: 0;
  width: 70%;
  height: 5px;
  background-color: #000000;
}
.sub-visu-sec ._con > h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
  margin-bottom: 20px;
}
.sub-visu-sec ._con > h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
}
.sub-visu-sec ._con > h3 > br {
  display: none;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .sub-visu-sec {
    margin-top: 100px;
  }
  .sub-visu-sec ._con {
    height: 370px;
    display: flex;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sub-visu-sec ._con .line-1 {
    position: absolute;
    top: 70px;
    left: 0;
    width: 70%;
    height: 4px;
    background-color: #000000;
  }
  .sub-visu-sec ._con .line-2 {
    position: absolute;
    top: 160px;
    right: 0;
    width: 70%;
    height: 4px;
    background-color: #000000;
  }
  .sub-visu-sec ._con > h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 20px;
  }
  .sub-visu-sec ._con > h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .sub-visu-sec {
    margin-top: 50px;
  }
  .sub-visu-sec ._con {
    height: 300px;
    display: flex;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sub-visu-sec ._con .line-1 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 70%;
    height: 3px;
    background-color: #000000;
  }
  .sub-visu-sec ._con .line-2 {
    position: absolute;
    top: 130px;
    right: 0;
    width: 70%;
    height: 3px;
    background-color: #000000;
  }
  .sub-visu-sec ._con > h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .sub-visu-sec ._con > h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .sub-visu-sec {
    margin-top: 50px;
  }
  .sub-visu-sec ._con {
    height: 300px;
    display: flex;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sub-visu-sec ._con .line-1 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 70%;
    height: 3px;
    background-color: #000000;
  }
  .sub-visu-sec ._con .line-2 {
    position: absolute;
    top: 130px;
    right: 0;
    width: 70%;
    height: 3px;
    background-color: #000000;
  }
  .sub-visu-sec ._con > h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .sub-visu-sec ._con > h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .sub-visu-sec {
    margin-top: 50px;
  }
  .sub-visu-sec ._con {
    height: 300px;
    display: flex;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sub-visu-sec ._con .line-1 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 70%;
    height: 3px;
    background-color: #000000;
  }
  .sub-visu-sec ._con .line-2 {
    position: absolute;
    top: 130px;
    right: 0;
    width: 70%;
    height: 3px;
    background-color: #000000;
  }
  .sub-visu-sec ._con > h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .sub-visu-sec ._con > h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 419.99px) {
  .sub-visu-sec {
    margin-top: 50px;
  }
  .sub-visu-sec ._con {
    height: 240px;
    display: flex;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sub-visu-sec ._con .line-1 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 70%;
    height: 3px;
    background-color: #000000;
  }
  .sub-visu-sec ._con .line-2 {
    position: absolute;
    top: 115px;
    right: 0;
    width: 70%;
    height: 3px;
    background-color: #000000;
  }
  .sub-visu-sec ._con > h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .sub-visu-sec ._con > h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .sub-visu-sec ._con > h3 > br {
    display: block;
  }
}
header {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1a1a1b;
  transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
}
header #menu-btn {
  position: absolute;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -90px;
  background-color: #fff;
  cursor: pointer;
  transition: all 1s ease;
}
header #menu-btn span {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background-color: #191919;
}
header #menu-btn span:nth-of-type(1) {
  margin-top: -10px;
}
header #menu-btn span:nth-of-type(2) {
  margin-top: 0px;
}
header #menu-btn span:nth-of-type(3) {
  margin-top: 10px;
}
header #menu-btn.menu-btn-show {
  margin-left: 0;
  transition: all 0.5s ease 1s;
}
header #menu-btn:hover {
  background-color: #1a1a1b;
  transition: all 0.7s ease;
}
header #menu-btn:hover span {
  background-color: #fff;
}
header .nav {
  height: 80px;
  transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
}
header .nav ._con {
  overflow: hidden;
  height: 100%;
  opacity: 1;
  transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
}
header .nav ._con .logo {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
header .nav ._con .logo img {
  width: 97px;
  height: 56px;
  cursor: pointer;
}
header .nav ._con .menu {
  z-index: 7000;
  width: 70%;
  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 {
  width: 20%;
}
header .nav ._con .menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  transition: all 0.7s ease;
}
header .nav ._con .menu.active {
  background-color: #35373b;
}
header .nav ._con .menu.active ul {
  width: 100%;
}
header .nav ._con .menu.active ul li a {
  color: #ffffff;
}
header.menu-bt {
  width: 80px;
}
header.menu-bt .nav ._con {
  transform: translateX(-220%);
  opacity: 0;
}
header.menu-bt .nav ._con .logo img {
  opacity: 0;
}
header.menu-bt .nav ._con .menu {
  opacity: 0;
}

.nav-sub {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 3000;
  background-color: #ffffff;
  border-bottom: 1px solid #f1f2f7;
  transform: translateY(-150%);
  transition: all 0.8s cubic-bezier(0.22, 0.82, 0.32, 0.95);
}
.nav-sub ._con .info-box {
  width: 30%;
}
.nav-sub ._con .suv-menu-box {
  width: 70%;
}
.nav-sub ._con .suv-menu-box ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav-sub ._con .suv-menu-box ul li {
  position: relative;
  width: 20%;
}
.nav-sub ._con .suv-menu-box ul li dl {
  width: 100%;
  padding: 20px 0;
}
.nav-sub ._con .suv-menu-box ul li dl dt {
  width: 100%;
}
.nav-sub ._con .suv-menu-box ul li dl dt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2c30;
  transition: all 0.5s ease;
}
.nav-sub ._con .suv-menu-box ul li dl dt a:hover {
  background-color: #35373b;
  color: #ffffff;
}
.nav-sub ._con .suv-menu-box ul li dl dd {
  width: 100%;
}
.nav-sub ._con .suv-menu-box ul li dl dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2c30;
  transition: all 0.5s ease;
}
.nav-sub ._con .suv-menu-box ul li dl dd a:hover {
  background-color: #35373b;
  color: #ffffff;
}
.nav-sub ._con .suv-menu-box ul li::before {
  height: 100%;
  width: 1px;
  top: 0;
  background-color: #f1f2f7;
}
.nav-sub ._con .suv-menu-box ul li:nth-of-type(5)::after {
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  background-color: #f1f2f7;
}
.nav-sub.sub-show {
  transform: translateY(0%);
  transition: all 0.8s cubic-bezier(0.22, 0.82, 0.32, 0.95) 0.3s;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  header #menu-btn {
    width: 80px;
    height: 80px;
    margin-left: -90px;
  }
  header #menu-btn span {
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
  }
  header #menu-btn span:nth-of-type(1) {
    margin-top: -10px;
  }
  header #menu-btn span:nth-of-type(2) {
    margin-top: 0px;
  }
  header #menu-btn span:nth-of-type(3) {
    margin-top: 10px;
  }
  header .nav {
    height: 80px;
  }
  header .nav ._con {
    height: 100%;
  }
  header .nav ._con .logo {
    width: 30%;
    height: 100%;
    padding-left: 20px;
  }
  header .nav ._con .logo img {
    width: 77.6px;
    height: 44.8px;
  }
  header .nav ._con .menu {
    width: 70%;
  }
  header .nav ._con .menu ul li {
    width: 20%;
  }
  header .nav ._con .menu ul li a {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .nav ._con .menu.active {
    background-color: #35373b;
  }
  header .nav ._con .menu.active ul li a {
    color: #ffffff;
  }
  header.menu-bt {
    width: 80px;
  }
  header.menu-bt .nav {
    opacity: 0;
    transition: all 0.4s ease;
  }
  header.head-show .nav {
    height: 80px;
  }
  header.head-show .nav ._con {
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header.head-show .nav ._con .logo {
    display: none !important;
    padding: 0;
    opacity: 0;
  }
  header.head-show .nav ._con .menu {
    width: 100%;
  }
  .nav-sub {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 3000;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f2f7;
    transform: translateY(-150%);
    transition: all 0.8s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  .nav-sub ._con .info-box {
    width: 30%;
  }
  .nav-sub ._con .suv-menu-box {
    width: 70%;
  }
  .nav-sub ._con .suv-menu-box ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .nav-sub ._con .suv-menu-box ul li {
    position: relative;
    width: 20%;
  }
  .nav-sub ._con .suv-menu-box ul li dl {
    width: 100%;
    padding: 20px 0;
  }
  .nav-sub ._con .suv-menu-box ul li dl dt {
    width: 100%;
  }
  .nav-sub ._con .suv-menu-box ul li dl dt a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    transition: all 0.5s ease;
  }
  .nav-sub ._con .suv-menu-box ul li dl dd {
    width: 100%;
  }
  .nav-sub ._con .suv-menu-box ul li dl dd a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    transition: all 0.5s ease;
  }
  .nav-sub ._con .suv-menu-box ul li::before {
    height: 100%;
    width: 1px;
    top: 0;
    background-color: #f1f2f7;
  }
  .nav-sub ._con .suv-menu-box ul li:nth-of-type(5)::after {
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background-color: #f1f2f7;
  }
  .nav-sub.sub-show {
    transform: translateY(0%);
    transition: all 0.8s cubic-bezier(0.22, 0.82, 0.32, 0.95) 0.3s;
  }
  .nav-sub.sub-show ._con {
    display: flex;
    justify-content: flex-end;
  }
  .nav-sub.sub-show ._con .info-box {
    width: 0%;
  }
  .nav-sub.sub-show ._con .suv-menu-box {
    width: 100%;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  header #menu-btn {
    width: 80px;
    height: 80px;
    margin-left: -90px;
  }
  header #menu-btn span {
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
  }
  header #menu-btn span:nth-of-type(1) {
    margin-top: -10px;
  }
  header #menu-btn span:nth-of-type(2) {
    margin-top: 0px;
  }
  header #menu-btn span:nth-of-type(3) {
    margin-top: 10px;
  }
  header .nav {
    height: 80px;
  }
  header .nav ._con {
    height: 100%;
  }
  header .nav ._con .logo {
    width: 30%;
    height: 100%;
    padding-left: 20px;
  }
  header .nav ._con .logo img {
    width: 72.75px;
    height: 42px;
  }
  header .nav ._con .menu {
    width: 70%;
  }
  header .nav ._con .menu ul li {
    width: 20%;
  }
  header .nav ._con .menu ul li a {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .nav ._con .menu.active {
    background-color: #35373b;
  }
  header .nav ._con .menu.active ul li a {
    color: #ffffff;
  }
  header.menu-bt {
    width: 80px;
  }
  header.menu-bt .nav {
    opacity: 0;
    transition: all 0.4s ease;
  }
  header.head-show .nav {
    height: 80px;
  }
  header.head-show .nav ._con {
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header.head-show .nav ._con .logo {
    display: none !important;
    padding: 0;
    opacity: 0;
  }
  header.head-show .nav ._con .menu {
    width: 100%;
  }
  .nav-sub {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 3000;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f2f7;
    transform: translateY(-150%);
    transition: all 0.8s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  .nav-sub ._con .info-box {
    width: 30%;
  }
  .nav-sub ._con .suv-menu-box {
    width: 70%;
  }
  .nav-sub ._con .suv-menu-box ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .nav-sub ._con .suv-menu-box ul li {
    position: relative;
    width: 20%;
  }
  .nav-sub ._con .suv-menu-box ul li dl {
    width: 100%;
    padding: 20px 0;
  }
  .nav-sub ._con .suv-menu-box ul li dl dt {
    width: 100%;
  }
  .nav-sub ._con .suv-menu-box ul li dl dt a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2c30;
    transition: all 0.5s ease;
  }
  .nav-sub ._con .suv-menu-box ul li dl dt a:hover {
    background-color: #35373b;
    color: #ffffff;
  }
  .nav-sub ._con .suv-menu-box ul li dl dd {
    width: 100%;
  }
  .nav-sub ._con .suv-menu-box ul li dl dd a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797c83;
    background-color: #f1f2f7;
    transition: all 0.5s ease;
  }
  .nav-sub ._con .suv-menu-box ul li dl dd a:hover {
    background-color: #35373b;
    color: #ffffff;
  }
  .nav-sub ._con .suv-menu-box ul li::before {
    height: 100%;
    width: 1px;
    top: 0;
    background-color: #f1f2f7;
  }
  .nav-sub ._con .suv-menu-box ul li:nth-of-type(5)::after {
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background-color: #f1f2f7;
  }
  .nav-sub.sub-show {
    transform: translateY(0%);
    transition: all 0.8s cubic-bezier(0.22, 0.82, 0.32, 0.95) 0.3s;
  }
  .nav-sub.sub-show ._con {
    display: flex;
    justify-content: flex-end;
  }
  .nav-sub.sub-show ._con .info-box {
    width: 0%;
  }
  .nav-sub.sub-show ._con .suv-menu-box {
    width: 100%;
  }
}
@media (max-width: 990px) {
  header, .nav-sub {
    display: none;
  }
}
.mo-menu-bar {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.mo-menu-bar .mo-nav {
  width: 100%;
  height: 100%;
  display: flex;
}
.mo-menu-bar .mo-nav .mo-logo {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.mo-menu-bar .mo-nav .mo-logo img {
  width: 69.6px;
  height: 40.8px;
}
.mo-menu-bar .mo-nav .mo-menu-bt {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}

#Mo-btn {
  z-index: 8000;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 0;
  right: 20px;
  cursor: pointer;
}
#Mo-btn span {
  position: absolute;
  width: 35px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #35373b;
  transition: all 0.5s ease;
}
#Mo-btn span:nth-of-type(1) {
  margin-top: -9px;
}
#Mo-btn span:nth-of-type(2) {
  margin-top: 0;
}
#Mo-btn span:nth-of-type(3) {
  margin-top: 9px;
}
#Mo-btn.btn-active span:nth-of-type(1) {
  margin-top: 0;
  left: 0;
  margin-left: 7px;
  transform-origin: center;
  transform: rotate(135deg);
}
#Mo-btn.btn-active span:nth-of-type(2) {
  margin-top: 0;
  opacity: 0;
}
#Mo-btn.btn-active span:nth-of-type(3) {
  margin-top: 0;
  left: 0;
  margin-left: 7px;
  transform-origin: center;
  transform: rotate(-135deg);
}
#Mo-btn:hover span {
  background-color: rgb(37, 182, 201);
}
#Mo-btn:hover span:nth-of-type(2) {
  width: 50%;
}

.mo-menu {
  display: none;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.mo-menu .mo-menu-bg {
  width: 100%;
  height: 100%;
  background-color: #999999;
}
.mo-menu .mo-menu-bg #mo-main-menu {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.mo-menu .mo-menu-bg #mo-main-menu dt {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  background-color: #191919;
  cursor: pointer;
}
.mo-menu .mo-menu-bg #mo-main-menu dt:hover {
  background-color: #bbbfc5;
}
.mo-menu .mo-menu-bg #mo-main-menu dt a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  background-color: #191919;
}
.mo-menu .mo-menu-bg #mo-main-menu dt.close-btn {
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  background-color: #35373b;
}
.mo-menu .mo-menu-bg #mo-main-menu dt.close-btn:hover {
  background-color: #bbbfc5;
}
.mo-menu .mo-menu-bg #mo-main-menu dd a {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2c30;
  text-align: center;
  background-color: #fff;
}
.mo-menu .mo-menu-bg #mo-main-menu dd a:hover {
  background-color: #bbbfc5;
}
.mo-menu .mo-menu-bg #mo-sub-1-menu,
.mo-menu .mo-menu-bg #mo-sub-2-menu,
.mo-menu .mo-menu-bg #mo-sub-3-menu,
.mo-menu .mo-menu-bg #mo-sub-4-menu,
.mo-menu .mo-menu-bg #mo-sub-5-menu {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  display: none;
}
.mo-menu .mo-menu-bg #mo-sub-1-menu dt,
.mo-menu .mo-menu-bg #mo-sub-2-menu dt,
.mo-menu .mo-menu-bg #mo-sub-3-menu dt,
.mo-menu .mo-menu-bg #mo-sub-4-menu dt,
.mo-menu .mo-menu-bg #mo-sub-5-menu dt {
  cursor: pointer;
}
.mo-menu .mo-menu-bg #mo-sub-1-menu dt a,
.mo-menu .mo-menu-bg #mo-sub-2-menu dt a,
.mo-menu .mo-menu-bg #mo-sub-3-menu dt a,
.mo-menu .mo-menu-bg #mo-sub-4-menu dt a,
.mo-menu .mo-menu-bg #mo-sub-5-menu dt a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  background-color: #191919;
}
.mo-menu .mo-menu-bg #mo-sub-1-menu dt a:hover,
.mo-menu .mo-menu-bg #mo-sub-2-menu dt a:hover,
.mo-menu .mo-menu-bg #mo-sub-3-menu dt a:hover,
.mo-menu .mo-menu-bg #mo-sub-4-menu dt a:hover,
.mo-menu .mo-menu-bg #mo-sub-5-menu dt a:hover {
  background-color: #bbbfc5;
}
.mo-menu .mo-menu-bg #mo-sub-1-menu dt.close-btn,
.mo-menu .mo-menu-bg #mo-sub-2-menu dt.close-btn,
.mo-menu .mo-menu-bg #mo-sub-3-menu dt.close-btn,
.mo-menu .mo-menu-bg #mo-sub-4-menu dt.close-btn,
.mo-menu .mo-menu-bg #mo-sub-5-menu dt.close-btn {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  background-color: #35373b;
}
.mo-menu .mo-menu-bg #mo-sub-1-menu dt.close-btn:hover,
.mo-menu .mo-menu-bg #mo-sub-2-menu dt.close-btn:hover,
.mo-menu .mo-menu-bg #mo-sub-3-menu dt.close-btn:hover,
.mo-menu .mo-menu-bg #mo-sub-4-menu dt.close-btn:hover,
.mo-menu .mo-menu-bg #mo-sub-5-menu dt.close-btn:hover {
  background-color: #bbbfc5;
}
.mo-menu .mo-menu-bg #mo-sub-1-menu dd a,
.mo-menu .mo-menu-bg #mo-sub-2-menu dd a,
.mo-menu .mo-menu-bg #mo-sub-3-menu dd a,
.mo-menu .mo-menu-bg #mo-sub-4-menu dd a,
.mo-menu .mo-menu-bg #mo-sub-5-menu dd a {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2c30;
  text-align: center;
  background-color: #fff;
}
.mo-menu .mo-menu-bg #mo-sub-1-menu dd a:hover,
.mo-menu .mo-menu-bg #mo-sub-2-menu dd a:hover,
.mo-menu .mo-menu-bg #mo-sub-3-menu dd a:hover,
.mo-menu .mo-menu-bg #mo-sub-4-menu dd a:hover,
.mo-menu .mo-menu-bg #mo-sub-5-menu dd a:hover {
  background-color: #bbbfc5;
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .mo-menu .mo-menu-bg #mo-main-menu {
    width: 60%;
  }
}
@media (max-width: 419.99px) {
  .mo-menu .mo-menu-bg #mo-main-menu {
    width: 80%;
  }
}
@media (min-width: 990px) {
  .mo-menu-bar, #Mo-btn, .mo-menu, .mo-menu-bg {
    display: none;
  }
}
.footer {
  padding: 50px 0 30px;
  background-color: #1a1a1a;
}
.footer .foot_con {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer .foot_con .addr-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer .foot_con .addr-box .siteMap {
  width: 60%;
  margin-bottom: 25px;
}
.footer .foot_con .addr-box .siteMap ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
.footer .foot_con .addr-box .siteMap ul li {
  padding: 0 17px;
}
.footer .foot_con .addr-box .siteMap ul li a {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #a5a5a5;
}
.footer .foot_con .addr-box .siteMap ul li a:hover {
  color: #ed6371;
}
.footer .foot_con .addr-box .f-logo {
  text-align: center;
  margin-bottom: 30px;
}
.footer .foot_con .addr-box .f-logo img {
  width: 97px;
  height: 56px;
}
.footer .foot_con .addr-box .address {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #a5a5a5;
  margin-bottom: 25px;
}
.footer .foot_con .addr-box .address > span {
  padding: 0 10px;
}
.footer .foot_con .addr-box .address > strong {
  padding: 3px 10px;
  background-color: #4c4c4c;
  font-weight: 400;
  color: #d7d7d7;
  margin-right: 10px;
}
.footer .foot_con .contact {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px 0 15px;
}
.footer .foot_con .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: #0f70a7;
  transition: all 0.5s ease;
}
.footer .foot_con .contact a:hover {
  background-color: #ed6371;
}
.footer .foot_con .copy {
  font-size: 13px;
  font-weight: 100;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #bebebe;
  text-align: center;
  width: 100%;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .footer {
    padding: 50px 0 30px;
  }
  .footer ._con .addr-box .siteMap {
    width: 60%;
    margin-bottom: 25px;
  }
  .footer ._con .addr-box .siteMap ul li {
    padding: 0 17px;
  }
  .footer ._con .addr-box .siteMap ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .addr-box .f-logo {
    margin-bottom: 30px;
  }
  .footer ._con .addr-box .f-logo img {
    width: 97px;
    height: 56px;
  }
  .footer ._con .addr-box .address {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 25px;
  }
  .footer ._con .addr-box .address > span {
    padding: 0 10px;
  }
  .footer ._con .addr-box .address > strong {
    padding: 3px 10px;
    margin-right: 10px;
  }
  .footer ._con .contact {
    padding: 15px 0 15px;
  }
  .footer ._con .contact a {
    width: 250px;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .copy {
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .footer {
    padding: 30px 0 20px;
  }
  .footer ._con .addr-box .siteMap {
    width: 60%;
    margin-bottom: 25px;
  }
  .footer ._con .addr-box .siteMap ul li {
    padding: 0 17px;
  }
  .footer ._con .addr-box .siteMap ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .addr-box .f-logo {
    margin-bottom: 30px;
  }
  .footer ._con .addr-box .f-logo img {
    width: 97px;
    height: 56px;
  }
  .footer ._con .addr-box .address {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 25px;
  }
  .footer ._con .addr-box .address > span {
    padding: 0 10px;
  }
  .footer ._con .addr-box .address > strong {
    padding: 3px 10px;
    margin-right: 10px;
  }
  .footer ._con .contact {
    padding: 15px 0 15px;
  }
  .footer ._con .contact a {
    width: 250px;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .copy {
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .footer {
    padding: 30px 0 20px;
  }
  .footer ._con .addr-box .siteMap {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer ._con .addr-box .siteMap ul li {
    padding: 0 17px;
  }
  .footer ._con .addr-box .siteMap ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .addr-box .f-logo {
    margin-bottom: 20px;
  }
  .footer ._con .addr-box .f-logo img {
    width: 77.6px;
    height: 44.8px;
  }
  .footer ._con .addr-box .address {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 25px;
  }
  .footer ._con .addr-box .address > span {
    padding: 0 10px;
  }
  .footer ._con .addr-box .address > strong {
    padding: 3px 10px;
    margin-right: 10px;
    width: max-content;
    margin: 0 auto 5px;
  }
  .footer ._con .contact {
    padding: 0 0 15px;
  }
  .footer ._con .contact a {
    width: 250px;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .copy {
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 575.99px) {
  .footer {
    padding: 30px 0 20px;
  }
  .footer ._con .addr-box .siteMap {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer ._con .addr-box .siteMap ul li {
    padding: 0 8px;
  }
  .footer ._con .addr-box .siteMap ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .addr-box .f-logo {
    margin-bottom: 20px;
  }
  .footer ._con .addr-box .f-logo img {
    width: 77.6px;
    height: 44.8px;
  }
  .footer ._con .addr-box .address {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 25px;
  }
  .footer ._con .addr-box .address > span {
    padding: 0 10px;
  }
  .footer ._con .addr-box .address > strong {
    padding: 3px 10px;
    margin-right: 10px;
    width: max-content;
    margin: 0 auto 5px;
  }
  .footer ._con .contact {
    padding: 0 0 15px;
  }
  .footer ._con .contact a {
    width: 250px;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .copy {
    font-size: 12px;
    font-weight: 100;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
.quick {
  position: fixed;
  top: 170px;
  width: 53px;
  z-index: 100;
  right: 75px;
}
.quick > a {
  background-color: #fff;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.quick > a:hover {
  background-color: #f2e502;
}
@media (max-width: 1199.99px) and (min-width: 992px) {
  .quick {
    top: 170px;
    right: 20px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .quick {
    top: 100px;
    right: 20px;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .quick {
    top: 100px;
    right: 20px;
  }
}
@media (max-width: 575.99px) {
  .quick {
    top: 70px;
    right: 20px;
    width: 35px;
  }
  .quick > a {
    width: 35px;
    height: 35px;
  }
  .quick > a > img {
    width: 21.6px;
    height: 20px;
  }
}
.sub-con-top {
  width: 100%;
  height: 687px;
  margin-top: 80px;
  background: #f1e2de url("../images/bg-contop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-con-top ._con {
  display: flex;
  height: 100%;
}
.sub-con-top ._con .img {
  width: 49%;
  position: relative;
}
.sub-con-top ._con .img > img {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -50px;
}
.sub-con-top ._con > .text-bx {
  width: 51%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sub-con-top ._con > .text-bx > h2 {
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #cd8888;
  margin-bottom: 15px;
  letter-spacing: -5px;
}
.sub-con-top ._con > .text-bx > h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #816352;
  margin-bottom: 50px;
}
.sub-con-top ._con > .text-bx > h3 > span {
  font-weight: 700;
}
.sub-con-top ._con > .text-bx > h4 {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #3a3a3a;
  margin-bottom: 20px;
}
.sub-con-top ._con > .text-bx > ul {
  display: flex;
}
.sub-con-top ._con > .text-bx > ul > li {
  width: 142px;
  height: 142px;
  margin: 0 9px;
  background-color: #cd8888;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
  text-align: center;
}

.subcont-sec {
  background-color: #fff;
}
.subcont-sec h2.ctit {
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  margin-bottom: 60px;
}
.subcont-sec h2.ctit > .hide {
  display: none;
}
.subcont-sec h3.stit {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #cd8888;
  margin-bottom: 25px;
  position: relative;
}
.subcont-sec h3.stit:after {
  width: 42px;
  height: 1px;
  background-color: #cd8888;
  position: absolute;
  left: -55px;
  top: 50%;
}
.subcont-sec h3.stit:before {
  width: 42px;
  height: 1px;
  background-color: #cd8888;
  position: absolute;
  right: -55px;
  top: 50%;
}
.subcont-sec ul.no1 {
  display: flex;
  width: 1035px;
  border-radius: 20px;
  flex-direction: column;
}
.subcont-sec ul.no1 > li {
  width: 100%;
  border: 1px solid #cd8888;
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.subcont-sec ul.no1 > li:nth-of-type(3) {
  margin-bottom: 0;
  align-items: flex-start;
}
.subcont-sec ul.no1 > li > h3 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #cd8888;
  border: 5px solid #e7c7c7;
  margin-right: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subcont-sec ul.no1 > li > h4 {
  width: calc(100% - 62px);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
.subcont-sec .con-subcont {
  flex-direction: column;
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.subcont-sec .con-subcont .scon-box {
  width: 100%;
  flex-flow: column;
  margin: 100px 0 0;
}
.subcont-sec .con-subcont .scon-box .group-bx {
  width: 100%;
  margin-bottom: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subcont-sec .con-subcont .scon-box .group-bx > .ctit {
  margin-bottom: 25px;
}
.subcont-sec .con-subcont .scon-box .group-bx > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: center;
}
.subcont-sec .group2-bx {
  width: 100%;
  padding: 100px 0 70px;
  background: url("../images/con4-1-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subcont-sec .group2-bx > ._con {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .quick {
    top: 120px;
  }
  .sub-con-top {
    height: 580px;
    margin-top: 80px;
  }
  .sub-con-top ._con .img {
    width: 34%;
  }
  .sub-con-top ._con .img > img {
    margin-left: -128px;
    height: 100%;
  }
  .sub-con-top ._con > .text-bx {
    width: 66%;
    position: relative;
    z-index: 1;
    padding-right: 10px;
  }
  .sub-con-top ._con > .text-bx > h2 {
    font-size: 75px;
    font-weight: 400;
    line-height: 85px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .sub-con-top ._con > .text-bx > h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 50px;
    text-align: center;
  }
  .sub-con-top ._con > .text-bx > ul > li {
    width: 142px;
    height: 142px;
    margin: 0 9px;
    border-radius: 20px;
    font-size: 23px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec h2.ctit {
    font-size: 48px;
    font-weight: 300;
    line-height: 58px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 60px;
  }
  .subcont-sec h3.stit {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 25px;
  }
  .subcont-sec h3.stit:after {
    width: 42px;
    left: -55px;
  }
  .subcont-sec h3.stit:before {
    width: 42px;
    right: -55px;
  }
  .subcont-sec ul.no1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .subcont-sec ul.no1 > li {
    padding: 25px;
    margin-bottom: 30px;
  }
  .subcont-sec ul.no1 > li:nth-of-type(3) {
    align-items: center;
  }
  .subcont-sec ul.no1 > li > h3 {
    width: 44px;
    height: 44px;
    margin-right: 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec ul.no1 > li > h4 {
    width: calc(100% - 62px);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec .con-subcont {
    max-width: 100%;
    padding: 0 10px;
  }
  .subcont-sec .con-subcont .scon-box {
    margin: 90px 0 0;
  }
  .subcont-sec .con-subcont .scon-box .group-bx {
    margin-bottom: 120px;
  }
  .subcont-sec .con-subcont .scon-box .group-bx > .ctit {
    margin-bottom: 25px;
  }
  .subcont-sec .con-subcont .scon-box .group-bx > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec .group2-bx {
    width: 100%;
    padding: 90px 0 70px;
  }
  .subcont-sec .group2-bx > ._con {
    padding: 0 10px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .quick {
    top: 60px;
  }
  .sub-con-top {
    height: 480px;
    margin-top: 50px;
  }
  .sub-con-top ._con {
    padding: 0 20px 0 0;
  }
  .sub-con-top ._con .img {
    width: 34%;
  }
  .sub-con-top ._con .img > img {
    margin-left: -128px;
    height: 100%;
  }
  .sub-con-top ._con > .text-bx {
    width: 66%;
    position: relative;
    z-index: 1;
  }
  .sub-con-top ._con > .text-bx > h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .sub-con-top ._con > .text-bx > h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 40px;
    text-align: center;
  }
  .sub-con-top ._con > .text-bx > h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .sub-con-top ._con > .text-bx > ul {
    width: 100%;
  }
  .sub-con-top ._con > .text-bx > ul > li {
    width: 33%;
    padding: 30px 0;
    height: auto;
    margin: 0 9px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec h2.ctit {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 50px;
    text-align: center;
  }
  .subcont-sec h2.ctit > .hide {
    display: block;
  }
  .subcont-sec h3.stit {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 25px;
  }
  .subcont-sec h3.stit:after {
    width: 36px;
    left: -55px;
  }
  .subcont-sec h3.stit:before {
    width: 36px;
    right: -55px;
  }
  .subcont-sec ul.no1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .subcont-sec ul.no1 > li {
    padding: 25px;
    margin-bottom: 30px;
  }
  .subcont-sec ul.no1 > li:nth-of-type(3) {
    align-items: center;
  }
  .subcont-sec ul.no1 > li > h3 {
    width: 44px;
    height: 44px;
    margin-right: 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec ul.no1 > li > h4 {
    width: calc(100% - 62px);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec .con-subcont {
    max-width: 100%;
    padding: 0 10px;
  }
  .subcont-sec .con-subcont .scon-box {
    margin: 80px 0 0;
  }
  .subcont-sec .con-subcont .scon-box .group-bx {
    margin-bottom: 90px;
  }
  .subcont-sec .con-subcont .scon-box .group-bx > .ctit {
    margin-bottom: 25px;
  }
  .subcont-sec .con-subcont .scon-box .group-bx > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec .group2-bx {
    width: 100%;
    padding: 80px 0 50px;
  }
  .subcont-sec .group2-bx > ._con {
    padding: 0 10px;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .sub-con-top {
    height: 400px;
    margin-top: 50px;
  }
  .sub-con-top ._con {
    padding: 0 20px;
    position: relative;
  }
  .sub-con-top ._con .img {
    width: 100%;
  }
  .sub-con-top ._con .img > img {
    margin-left: -170px;
    height: 100%;
    opacity: 0.6;
  }
  .sub-con-top ._con > .text-bx {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sub-con-top ._con > .text-bx > h2 {
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .sub-con-top ._con > .text-bx > h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 40px;
  }
  .sub-con-top ._con > .text-bx > h4 {
    font-size: 35px;
    font-weight: 400;
    line-height: 44px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .sub-con-top ._con > .text-bx > ul {
    width: 100%;
  }
  .sub-con-top ._con > .text-bx > ul > li {
    width: 33%;
    padding: 30px 0;
    height: auto;
    margin: 0 9px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec h2.ctit {
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 40px;
    text-align: center;
  }
  .subcont-sec h2.ctit > .hide {
    display: block;
  }
  .subcont-sec h3.stit {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .subcont-sec h3.stit:after {
    width: 36px;
    left: -55px;
  }
  .subcont-sec h3.stit:before {
    width: 36px;
    right: -55px;
  }
  .subcont-sec ul.no1 {
    width: 100%;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .subcont-sec ul.no1 > li {
    padding: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .subcont-sec ul.no1 > li > h3 {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec ul.no1 > li > h4 {
    width: calc(100% - 59px);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec .con-subcont {
    max-width: 100%;
    padding: 0 10px;
  }
  .subcont-sec .con-subcont .scon-box {
    margin: 70px 0 0;
  }
  .subcont-sec .con-subcont .scon-box .group-bx {
    margin-bottom: 80px;
  }
  .subcont-sec .con-subcont .scon-box .group-bx > .ctit {
    margin-bottom: 20px;
  }
  .subcont-sec .con-subcont .scon-box .group-bx > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec .group2-bx {
    width: 100%;
    padding: 60px 0 20px;
  }
  .subcont-sec .group2-bx > ._con {
    padding: 0 10px;
  }
}
@media (max-width: 575.99px) {
  .quick {
    top: 50px;
  }
  .sub-con-top {
    height: 330px;
    margin-top: 50px;
  }
  .sub-con-top ._con {
    padding: 0 20px;
    position: relative;
  }
  .sub-con-top ._con .img {
    width: 100%;
  }
  .sub-con-top ._con .img > img {
    margin-left: -179px;
    height: 100%;
    opacity: 0.6;
  }
  .sub-con-top ._con > .text-bx {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sub-con-top ._con > .text-bx > h2 {
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .sub-con-top ._con > .text-bx > h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 30px;
    text-align: center;
  }
  .sub-con-top ._con > .text-bx > h3 > span {
    display: block;
  }
  .sub-con-top ._con > .text-bx > h4 {
    font-size: 27px;
    font-weight: 400;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 0px;
  }
  .sub-con-top ._con > .text-bx > ul {
    width: 100%;
  }
  .sub-con-top ._con > .text-bx > ul > li {
    width: 33%;
    padding: 20px 0;
    height: auto;
    margin: 0 9px;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec h2.ctit {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 30px;
    text-align: center;
  }
  .subcont-sec h2.ctit > .hide {
    display: block;
  }
  .subcont-sec h3.stit {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .subcont-sec h3.stit:after {
    width: 36px;
    left: -55px;
  }
  .subcont-sec h3.stit:before {
    width: 36px;
    right: -55px;
  }
  .subcont-sec ul.no1 {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .subcont-sec ul.no1 > li {
    padding: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .subcont-sec ul.no1 > li > h3 {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec ul.no1 > li > h4 {
    width: calc(100% - 49px);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec .con-subcont {
    max-width: 100%;
    padding: 0 10px;
  }
  .subcont-sec .con-subcont .scon-box {
    margin: 50px 0 0;
  }
  .subcont-sec .con-subcont .scon-box .group-bx {
    margin-bottom: 60px;
  }
  .subcont-sec .con-subcont .scon-box .group-bx > .ctit {
    margin-bottom: 20px;
  }
  .subcont-sec .con-subcont .scon-box .group-bx > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subcont-sec .con-subcont .scon-box .group-bx > p > br {
    display: none;
  }
  .subcont-sec .group2-bx {
    width: 100%;
    padding: 60px 0 40px;
  }
  .subcont-sec .group2-bx > ._con {
    padding: 0 10px;
  }
}

/*# sourceMappingURL=sub-4.css.map */
