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

[class^="bcon-"],
[class$="-bcon"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

section::after {
  clear: both;
}

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

/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.scroll-none {
  overflow-y: hidden;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

body.scroll-auto {
  overflow-y: auto;
  -webkit-transition: all 2s ease 1s;
  transition: all 2s ease 1s;
}

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

body.scbar {
  -ms-overflow-style: none;
}

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

.scroll-icon {
  position: absolute;
  z-index: 2000;
  cursor: pointer;
}

.scroll-icon.down {
  left: 50%;
  top: auto;
  bottom: 50px;
}

.scroll-icon.up {
  left: 50%;
  top: 50px;
  bottom: auto;
}

.scroll-icon .icon img {
  width: calc(53px * 0.2);
  height: calc(100px * 0.2);
  -webkit-animation: arrowicon 2s ease infinite;
          animation: arrowicon 2s ease infinite;
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-list:focus {
  outline: none;
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.visu-sec {
  z-index: 2000;
  width: 100%;
  height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8d5c7;
}

.visu-sec .vs-bg {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/back.gif);
  max-width: 1920px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.visu-sec > img {
  width: 100%;
  height: 100%;
  max-width: 1920px;
}

.visu-sec .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.visu-sec .btn img {
  margin-top: 190px;
  width: calc(589px * 1);
  height: calc(590px * 1);
  -webkit-animation: down 1s ease 1s both;
          animation: down 1s ease 1s both;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .visu-sec {
    z-index: 2000;
    width: 100%;
    height: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .visu-sec .btn img {
    margin-top: 190px;
    width: calc(589px * 0.8);
    height: calc(590px * 0.8);
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .visu-sec {
    z-index: 2000;
    width: 100%;
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .visu-sec .btn img {
    margin-top: 130px;
    width: calc(589px * 0.6);
    height: calc(590px * 0.6);
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .visu-sec {
    z-index: 2000;
    width: 100%;
    height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .visu-sec .btn img {
    margin-top: 100px;
    width: calc(589px * 0.5);
    height: calc(590px * 0.5);
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .visu-sec {
    z-index: 2000;
    width: 100%;
    height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .visu-sec .btn img {
    margin-top: 70px;
    width: calc(589px * 0.4);
    height: calc(590px * 0.4);
  }
}

@media (max-width: 419.99px) {
  .visu-sec {
    z-index: 2000;
    width: 100%;
    height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .visu-sec .btn img {
    margin-top: 50px;
    width: calc(589px * 0.35);
    height: calc(590px * 0.35);
  }
}

body.scnone {
  overflow: hidden;
}

header {
  background-color: #fff;
}

header * {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

header.topnav-sec {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

header.topnav-sec .head .left-mobt {
  z-index: 5000;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  cursor: pointer;
}

header.topnav-sec .head .left-mobt span {
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #2b2e31;
}

header.topnav-sec .head .left-mobt span:nth-of-type(1) {
  margin-top: -10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header.topnav-sec .head .left-mobt span:nth-of-type(2) {
  margin-top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header.topnav-sec .head .left-mobt span:nth-of-type(3) {
  margin-top: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header.topnav-sec .head .right-logtex {
  position: absolute;
  right: 100px;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4000;
}

header.topnav-sec .head .right-logtex img.search {
  width: calc(15px * 1);
  height: calc(15px * 1);
  margin-right: 5px;
  cursor: pointer;
}

header.topnav-sec .head .right-logtex img.search2 {
  width: calc(15px * 1);
  height: calc(15px * 1);
  margin-right: 5px;
  display: none;
}

header.topnav-sec .head .right-logtex img.cart {
  width: calc(15px * 1);
  height: calc(17px * 1);
  margin-left: 5px;
  cursor: pointer;
}

header.topnav-sec .head .right-logtex img.search.show {
  width: calc(15px * 1);
  height: calc(15px * 1);
  margin-right: 5px;
  display: none;
}

header.topnav-sec .head .right-logtex img.search2.show {
  width: calc(15px * 1);
  height: calc(15px * 1);
  margin-right: 5px;
  display: block;
  cursor: pointer;
}

header.topnav-sec .head .right-logtex .tex-bx {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.topnav-sec .head .right-logtex .tex-bx p {
  margin: 0 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2e31;
}

header.topnav-sec .head .right-logtex .tex-bx p a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2e31;
}

header.topnav-sec .head .right-logtex .tex-bx .mobile {
  display: none;
}

header.topnav-sec .head .con-head {
  width: 100%;
  height: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header.topnav-sec .head .con-head .top-logo-box {
  width: 100%;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.topnav-sec .head .con-head .top-logo-box a > img {
  width: calc(184px * 1);
  height: calc(53px * 1);
}

header.topnav-sec .head .con-head .top-nav-box {
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.topnav-sec .head .con-head .top-nav-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  height: 100%;
}

header.topnav-sec .head .con-head .top-nav-box ul li {
  width: 25%;
  height: 100%;
}

header.topnav-sec .head .con-head .top-nav-box ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2e31;
}

header.fixed {
  background-color: #fff;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

header.fixed .head .left-mobt {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

header.fixed .head .left-mobt span {
  position: absolute;
  width: 40px;
  height: 2px;
}

header.fixed .head .right-logtex {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  header.topnav-sec .head .left-mobt {
    width: 50px;
    height: 50px;
    left: 20px;
    top: 50px;
  }
  header.topnav-sec .head .left-mobt span {
    width: 40px;
    height: 4px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(1) {
    margin-top: -10px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(3) {
    margin-top: 10px;
  }
  header.topnav-sec .head .right-logtex {
    right: 20px;
    top: 50px;
    height: 50px;
  }
  header.topnav-sec .head .right-logtex img.search {
    width: calc(15px * 0.9);
    height: calc(15px * 0.9);
    margin-right: 5px;
  }
  header.topnav-sec .head .right-logtex img.search2 {
    width: calc(15px * 0.9);
    height: calc(15px * 0.9);
    margin-right: 5px;
    display: none;
  }
  header.topnav-sec .head .right-logtex img.cart {
    width: calc(15px * 0.9);
    height: calc(17px * 0.9);
    margin-left: 5px;
  }
  header.topnav-sec .head .right-logtex img.search.show {
    width: calc(15px * 0.9);
    height: calc(15px * 0.9);
    margin-right: 5px;
    display: none;
  }
  header.topnav-sec .head .right-logtex img.search2.show {
    width: calc(15px * 0.9);
    height: calc(15px * 0.9);
    margin-right: 5px;
    display: block;
    cursor: pointer;
  }
  header.topnav-sec .head .right-logtex .tex-bx {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.topnav-sec .head .right-logtex .tex-bx p {
    margin: 0 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .con-head {
    width: 100%;
    height: 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.topnav-sec .head .con-head .top-logo-box {
    width: 100%;
    height: 100px;
  }
  header.topnav-sec .head .con-head .top-logo-box a > img {
    width: calc(184px * 0.85);
    height: calc(53px * 0.85);
  }
  header.topnav-sec .head .con-head .top-nav-box {
    height: 70px;
  }
  header.topnav-sec .head .con-head .top-nav-box ul {
    width: 55%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li {
    width: 25%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header.fixed {
    background-color: #fff;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  header.fixed .head .left-mobt {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  header.fixed .head .left-mobt span {
    position: absolute;
    width: 40px;
    height: 2px;
  }
  header.fixed .head .right-logtex {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  header.topnav-sec .head .left-mobt {
    width: 50px;
    height: 50px;
    left: 20px;
    top: 50px;
  }
  header.topnav-sec .head .left-mobt span {
    width: 40px;
    height: 4px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(1) {
    margin-top: -10px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(3) {
    margin-top: 10px;
  }
  header.topnav-sec .head .right-logtex {
    right: 20px;
    top: 50px;
    height: 50px;
  }
  header.topnav-sec .head .right-logtex img.search {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 5px;
  }
  header.topnav-sec .head .right-logtex img.search2 {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 5px;
  }
  header.topnav-sec .head .right-logtex img.cart {
    width: calc(15px * 0.8);
    height: calc(17px * 0.8);
    margin-left: 5px;
  }
  header.topnav-sec .head .right-logtex img.search.show {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 5px;
    display: none;
  }
  header.topnav-sec .head .right-logtex img.search2.show {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 5px;
    display: block;
    cursor: pointer;
  }
  header.topnav-sec .head .right-logtex .tex-bx {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.topnav-sec .head .right-logtex .tex-bx p {
    margin: 0 3px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .con-head {
    width: 100%;
    height: 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.topnav-sec .head .con-head .top-logo-box {
    width: 100%;
    height: 100px;
  }
  header.topnav-sec .head .con-head .top-logo-box a > img {
    width: calc(184px * 0.85);
    height: calc(53px * 0.85);
  }
  header.topnav-sec .head .con-head .top-nav-box {
    height: 70px;
  }
  header.topnav-sec .head .con-head .top-nav-box ul {
    width: 49%;
    margin-right: 0;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li {
    width: 25%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header.fixed {
    background-color: #fff;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  header.fixed .head .left-mobt {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  header.fixed .head .left-mobt span {
    position: absolute;
    width: 40px;
    height: 2px;
  }
  header.fixed .head .right-logtex {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  header.topnav-sec .head .left-mobt {
    width: 40px;
    height: 40px;
    left: 20px;
    top: 10px;
  }
  header.topnav-sec .head .left-mobt span {
    width: 30px;
    height: 3px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(1) {
    margin-top: -8px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(3) {
    margin-top: 8px;
  }
  header.topnav-sec .head .right-logtex {
    right: 20px;
    top: 5px;
    height: 50px;
  }
  header.topnav-sec .head .right-logtex img.search {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 5px;
  }
  header.topnav-sec .head .right-logtex img.cart {
    width: calc(15px * 0.8);
    height: calc(17px * 0.8);
    margin-left: 5px;
  }
  header.topnav-sec .head .right-logtex .tex-bx {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.topnav-sec .head .right-logtex .tex-bx p {
    margin: 0 3px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .con-head {
    width: 100%;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.topnav-sec .head .con-head .top-logo-box {
    width: 100%;
    height: 100px;
  }
  header.topnav-sec .head .con-head .top-logo-box a > img {
    width: calc(184px * 0.6);
    height: calc(53px * 0.6);
    margin-top: -5px;
  }
  header.topnav-sec .head .con-head .top-nav-box {
    height: 70px;
    display: none;
  }
  header.topnav-sec .head .con-head .top-nav-box ul {
    width: 60%;
    margin-right: 30px;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li {
    width: 25%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header.fixed {
    background-color: #fff;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  header.fixed .head .left-mobt {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  header.fixed .head .left-mobt span {
    position: absolute;
    width: 40px;
    height: 2px;
  }
  header.fixed .head .right-logtex {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  header.topnav-sec .head .left-mobt {
    width: 40px;
    height: 40px;
    left: 20px;
    top: 5px;
  }
  header.topnav-sec .head .left-mobt span {
    width: 30px;
    height: 3px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(1) {
    margin-top: -8px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(3) {
    margin-top: 8px;
  }
  header.topnav-sec .head .right-logtex {
    right: 20px;
    top: 5px;
    height: 50px;
  }
  header.topnav-sec .head .right-logtex img.search {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex img.cart {
    width: calc(15px * 0.8);
    height: calc(17px * 0.8);
    margin-left: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.topnav-sec .head .right-logtex .tex-bx p {
    margin: 0 3px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a .hide {
    display: none;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile {
    display: inline;
    position: relative;
    top: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.logout {
    width: calc(13px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.login {
    width: calc(13px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
    opacity: 0.7;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.mypage {
    width: calc(23px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .pc {
    display: none;
  }
  header.topnav-sec .head .con-head {
    width: 100%;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.topnav-sec .head .con-head .top-logo-box {
    width: 100%;
    height: 100px;
  }
  header.topnav-sec .head .con-head .top-logo-box a > img {
    width: calc(184px * 0.55);
    height: calc(53px * 0.55);
    margin-top: -5px;
    margin-right: 0;
  }
  header.topnav-sec .head .con-head .top-nav-box {
    height: 70px;
    display: none;
  }
  header.topnav-sec .head .con-head .top-nav-box ul {
    width: 60%;
    margin-right: 30px;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li {
    width: 25%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header.fixed {
    background-color: #fff;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  header.fixed .head .left-mobt {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    width: 40px;
    height: 40px;
    left: 20px;
    top: 5px;
  }
  header.fixed .head .left-mobt span {
    width: 30px;
    height: 2px;
  }
  header.fixed .head .left-mobt span:nth-of-type(1) {
    margin-top: -8px;
  }
  header.fixed .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.fixed .head .left-mobt span:nth-of-type(3) {
    margin-top: 8px;
  }
  header.fixed .head .right-logtex {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 419.99px) {
  header.topnav-sec .head .left-mobt {
    width: 40px;
    height: 40px;
    left: 10px;
    top: 5px;
  }
  header.topnav-sec .head .left-mobt span {
    width: 30px;
    height: 2px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(1) {
    margin-top: -8px;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.topnav-sec .head .left-mobt span:nth-of-type(3) {
    margin-top: 8px;
  }
  header.topnav-sec .head .right-logtex {
    right: 20px;
    top: 5px;
    height: 50px;
  }
  header.topnav-sec .head .right-logtex img.search {
    width: calc(15px * 0.8);
    height: calc(15px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex img.cart {
    width: calc(15px * 0.8);
    height: calc(17px * 0.8);
    margin-left: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.topnav-sec .head .right-logtex .tex-bx p {
    margin: 0 3px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2b2e31;
  }
  header.topnav-sec .head .right-logtex .tex-bx p a .hide {
    display: none;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile {
    display: inline;
    position: relative;
    top: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.logout {
    width: calc(13px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.login {
    width: calc(13px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
    opacity: 0.7;
  }
  header.topnav-sec .head .right-logtex .tex-bx .mobile img.mypage {
    width: calc(23px * 0.8);
    height: calc(17px * 0.8);
    margin-right: 2px;
  }
  header.topnav-sec .head .right-logtex .tex-bx .pc {
    display: none;
  }
  header.topnav-sec .head .con-head {
    width: 100%;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.topnav-sec .head .con-head .top-logo-box {
    width: 100%;
    height: 100px;
  }
  header.topnav-sec .head .con-head .top-logo-box a > img {
    width: calc(184px * 0.5);
    height: calc(53px * 0.5);
    margin-left: 0;
    margin-right: 0;
    margin-top: -5px;
  }
  header.topnav-sec .head .con-head .top-nav-box {
    height: 70px;
    display: none;
  }
  header.topnav-sec .head .con-head .top-nav-box ul {
    width: 60%;
    margin-right: 30px;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li {
    width: 25%;
  }
  header.topnav-sec .head .con-head .top-nav-box ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header.fixed {
    background-color: #fff;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  header.fixed .head .left-mobt {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    width: 40px;
    height: 40px;
    left: 10px;
    top: 5px;
  }
  header.fixed .head .left-mobt span {
    width: 30px;
    height: 2px;
  }
  header.fixed .head .left-mobt span:nth-of-type(1) {
    margin-top: -8px;
  }
  header.fixed .head .left-mobt span:nth-of-type(2) {
    margin-top: 0;
  }
  header.fixed .head .left-mobt span:nth-of-type(3) {
    margin-top: 8px;
  }
  header.fixed .head .right-logtex {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.searchbox {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 7000;
  top: 90px;
  right: 20px;
  width: 300px;
  height: 70px;
  background-color: #fff;
  -webkit-transform: translateY(-250%);
          transform: translateY(-250%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.searchbox.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.searchbox form.scform {
  width: 250px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: #17181a;
}

.searchbox form.scform input.input {
  width: calc(100% - 50px);
  height: 100%;
  border: 1px solid #c8c9cc;
}

.searchbox form.scform input.btn2 {
  width: 50px;
  height: 100%;
  border: none;
  outline: none;
  text-align: center;
  background-color: #4b515e;
  font-size: 13px;
  font-weight: 300;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .searchbox {
    top: 90px;
    right: 20px;
    width: 300px;
    height: 70px;
    background-color: #fff;
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .searchbox.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .searchbox form.scform {
    width: 250px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    background-color: #17181a;
  }
  .searchbox form.scform input.input {
    width: calc(100% - 50px);
    height: 100%;
    border: 1px solid #c8c9cc;
  }
  .searchbox form.scform input.btn2 {
    width: 50px;
    height: 100%;
    border: none;
    outline: none;
    text-align: center;
    background-color: #4b515e;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .searchbox {
    top: 60px;
    right: 20px;
    width: 300px;
    height: 70px;
    background-color: #fff;
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .searchbox.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .searchbox form.scform {
    width: 250px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    background-color: #17181a;
  }
  .searchbox form.scform input.input {
    width: calc(100% - 50px);
    height: 100%;
    border: 1px solid #c8c9cc;
  }
  .searchbox form.scform input.btn2 {
    width: 50px;
    height: 100%;
    border: none;
    outline: none;
    text-align: center;
    background-color: #4b515e;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .searchbox {
    top: 60px;
    right: 10px;
    width: 300px;
    height: 70px;
    background-color: #fff;
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .searchbox.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .searchbox form.scform {
    width: 250px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    background-color: #17181a;
  }
  .searchbox form.scform input.input {
    width: calc(100% - 50px);
    height: 100%;
    border: 1px solid #c8c9cc;
  }
  .searchbox form.scform input.btn2 {
    width: 50px;
    height: 100%;
    border: none;
    outline: none;
    text-align: center;
    background-color: #4b515e;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 419.99px) {
  .searchbox {
    top: 60px;
    right: 10px;
    width: 300px;
    height: 70px;
    background-color: #fff;
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .searchbox.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .searchbox form.scform {
    width: 250px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    background-color: #17181a;
  }
  .searchbox form.scform input.input {
    width: calc(100% - 50px);
    height: 100%;
    border: 1px solid #c8c9cc;
  }
  .searchbox form.scform input.btn2 {
    width: 50px;
    height: 100%;
    border: none;
    outline: none;
    text-align: center;
    background-color: #4b515e;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

.mover-sec {
  overflow: hidden;
  z-index: 6000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 0 50px;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
  transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
}

.mover-sec .close-mobt {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  cursor: pointer;
}

.mover-sec .close-mobt span {
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #2b2e31;
}

.mover-sec .close-mobt span:nth-of-type(1) {
  margin-top: -10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mover-sec .close-mobt span:nth-of-type(2) {
  margin-top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mover-sec .close-mobt span:nth-of-type(3) {
  margin-top: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mover-sec .mover-box {
  overflow: hidden;
  margin-top: 120px;
  padding-bottom: 50px;
  width: 100%;
  height: 80vh;
  padding: 30px;
  background-color: #F56165;
}

.mover-sec .mover-box .left-menu {
  width: 200px;
  background-color: #F56165;
}

.mover-sec .mover-box .left-menu ul {
  width: 100%;
}

.mover-sec .mover-box .left-menu ul li {
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mover-sec .mover-box .left-menu ul li.msopen {
  background-color: #ffdfa4;
  color: #2f3033;
}

.mover-sec .mover-box .left-menu ul li a {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mover-sec .mover-box .left-menu ul li a.msopen {
  background-color: #ffdfa4;
  color: #2f3033;
}

.mover-sec .mover-box .right-menu {
  position: relative;
  height: auto;
  width: auto;
}

.mover-sec .mover-box .right-menu ul {
  position: absolute;
  width: 200px;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #ffdfa4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mover-sec .mover-box .right-menu ul li {
  width: 100%;
}

.mover-sec .mover-box .right-menu ul li a {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  background-color: #ffdfa4;
  color: #2f3033;
}

.mover-sec .mover-box .right-menu ul li a:hover {
  background-color: #F56165 !important;
  color: #ffffff;
}

.mover-sec .mover-box .right-menu ul.sm1-ul.msopen, .mover-sec .mover-box .right-menu ul.sm2-ul.msopen, .mover-sec .mover-box .right-menu ul.sm3-ul.msopen, .mover-sec .mover-box .right-menu ul.sm4-ul.msopen {
  visibility: visible;
  opacity: 1;
}

.mover-sec.mopen {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mover-sec.mopen .close-mobt span:nth-of-type(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: all 0.7s ease 0.5s;
  transition: all 0.7s ease 0.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.mover-sec.mopen .close-mobt span:nth-of-type(2) {
  margin-top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.mover-sec.mopen .close-mobt span:nth-of-type(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transition: all 0.7s ease 0.5s;
  transition: all 0.7s ease 0.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .mover-sec {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 0 10px;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
    transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
  }
  .mover-sec .close-mobt {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    cursor: pointer;
  }
  .mover-sec .close-mobt span {
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #2b2e31;
  }
  .mover-sec .close-mobt span:nth-of-type(1) {
    margin-top: -10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(3) {
    margin-top: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .mover-box {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 0px;
    width: 100%;
    height: 90vh;
    padding: 30px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu {
    width: 200px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu ul {
    width: 100%;
  }
  .mover-sec .mover-box .left-menu ul li {
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .left-menu ul li a {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li a.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu {
    position: relative;
    height: auto;
    width: auto;
  }
  .mover-sec .mover-box .right-menu ul {
    position: absolute;
    width: 200px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #ffdfa4;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .right-menu ul li {
    width: 100%;
  }
  .mover-sec .mover-box .right-menu ul li a {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu ul li a:hover {
    background-color: #F56165 !important;
    color: #ffffff;
  }
  .mover-sec .mover-box .right-menu ul.sm1-ul.msopen, .mover-sec .mover-box .right-menu ul.sm2-ul.msopen, .mover-sec .mover-box .right-menu ul.sm3-ul.msopen, .mover-sec .mover-box .right-menu ul.sm4-ul.msopen {
    visibility: visible;
    opacity: 1;
  }
  .mover-sec.mopen {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(1) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(3) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .mover-sec {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 0 10px;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
    transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
  }
  .mover-sec .close-mobt {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    cursor: pointer;
  }
  .mover-sec .close-mobt span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #2b2e31;
  }
  .mover-sec .close-mobt span:nth-of-type(1) {
    margin-top: -10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(3) {
    margin-top: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .mover-box {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 0px;
    width: 100%;
    height: 90vh;
    padding: 10px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu {
    width: 160px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu ul {
    width: 100%;
  }
  .mover-sec .mover-box .left-menu ul li {
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .left-menu ul li a {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li a.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu {
    position: relative;
    height: auto;
    width: auto;
  }
  .mover-sec .mover-box .right-menu ul {
    position: absolute;
    width: 200px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #ffdfa4;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .right-menu ul li {
    width: 100%;
  }
  .mover-sec .mover-box .right-menu ul li a {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu ul li a:hover {
    background-color: #F56165 !important;
    color: #ffffff;
  }
  .mover-sec .mover-box .right-menu ul.sm1-ul.msopen, .mover-sec .mover-box .right-menu ul.sm2-ul.msopen, .mover-sec .mover-box .right-menu ul.sm3-ul.msopen, .mover-sec .mover-box .right-menu ul.sm4-ul.msopen {
    visibility: visible;
    opacity: 1;
  }
  .mover-sec.mopen {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mover-sec.mopen .close-mobt span {
    width: 30px;
    height: 2px;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(1) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(3) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@media (max-width: 419.99px) {
  .mover-sec {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 0 10px;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
    transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
  }
  .mover-sec .close-mobt {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    cursor: pointer;
  }
  .mover-sec .close-mobt span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #2b2e31;
  }
  .mover-sec .close-mobt span:nth-of-type(1) {
    margin-top: -10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .close-mobt span:nth-of-type(3) {
    margin-top: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mover-sec .mover-box {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 0px;
    width: 100%;
    height: 90vh;
    padding: 10px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu {
    width: 140px;
    background-color: #F56165;
  }
  .mover-sec .mover-box .left-menu ul {
    width: 100%;
  }
  .mover-sec .mover-box .left-menu ul li {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .left-menu ul li a {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .left-menu ul li a.msopen {
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu {
    position: relative;
    height: auto;
    width: auto;
  }
  .mover-sec .mover-box .right-menu ul {
    position: absolute;
    width: 160px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #ffdfa4;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mover-sec .mover-box .right-menu ul li {
    width: 100%;
  }
  .mover-sec .mover-box .right-menu ul li a {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    background-color: #ffdfa4;
    color: #2f3033;
  }
  .mover-sec .mover-box .right-menu ul li a:hover {
    background-color: #F56165 !important;
    color: #ffffff;
  }
  .mover-sec .mover-box .right-menu ul.sm1-ul.msopen, .mover-sec .mover-box .right-menu ul.sm2-ul.msopen, .mover-sec .mover-box .right-menu ul.sm3-ul.msopen, .mover-sec .mover-box .right-menu ul.sm4-ul.msopen {
    visibility: visible;
    opacity: 1;
  }
  .mover-sec.mopen {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mover-sec.mopen .close-mobt span {
    width: 30px;
    height: 2px;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(1) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(2) {
    margin-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  .mover-sec.mopen .close-mobt span:nth-of-type(3) {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.footer-sec {
  margin-top: 70px;
}

.footer-sec .foot-addr-box {
  padding: 40px 0 15px;
  background-color: #aeb771;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-sec .foot-addr-box .con-footer .foot-ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
  width: calc(225px * 1);
  height: calc(77px * 1);
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
  width: 26%;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
  width: 42%;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
  width: 8%;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
  width: calc(22px * 1);
  height: calc(21px * 1);
  margin-right: 10px;
  cursor: pointer;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
  width: calc(12px * 1);
  height: calc(22px * 1);
  margin-right: 10px;
  cursor: pointer;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
  width: calc(21px * 1);
  height: calc(22px * 1);
  cursor: pointer;
}

.footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.footer-sec .foot-addr-box .fmenu {
  text-align: center;
  margin-top: 20px;
}

.footer-sec .foot-addr-box .fmenu a {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.footer-sec .foot-addr-box .fmenu span {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  padding: 0 22px;
}

.footer-sec .foot-copy-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-sec .foot-copy-box .bcopy-bx {
  width: 100%;
  height: 50px;
  background-color: #909956;
}

.footer-sec .foot-copy-box .bcopy-bx .con-copy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-sec .foot-copy-box .bcopy-bx .con-copy p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.footer-sec .foot-copy-box .bcopy-bx .con-copy p a {
  color: #ffffff;
}

.footer-sec .foot-copy-box .bcopy-bx .con-copy p br {
  display: none;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .footer-sec {
    margin-top: 50px;
  }
  .footer-sec .foot-addr-box {
    padding: 40px 0 15px;
  }
  .footer-sec .foot-addr-box .con-footer {
    padding: 0 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 20px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
    width: calc(225px * 0.7);
    height: calc(77px * 0.7);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
    width: 29%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
    width: 51%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
    width: 100%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
    width: calc(22px * 1);
    height: calc(21px * 1);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
    width: calc(12px * 1);
    height: calc(22px * 1);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
    width: calc(21px * 1);
    height: calc(22px * 1);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .footer-sec .foot-copy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sec .foot-copy-box .bcopy-bx {
    width: 100%;
    height: 50px;
    background-color: #909956;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .footer-sec {
    margin-top: 40px;
  }
  .footer-sec .foot-addr-box {
    padding: 25px 0 15px;
  }
  .footer-sec .foot-addr-box .con-footer {
    padding: 0 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
    width: calc(225px * 0.6);
    height: calc(77px * 0.6);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
    width: 100%;
    padding-top: 0px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx {
    margin-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
    width: calc(22px * 0.7);
    height: calc(21px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
    width: calc(12px * 0.7);
    height: calc(22px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
    width: calc(21px * 0.7);
    height: calc(22px * 0.7);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin-left: 20px;
  }
  .footer-sec .foot-copy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sec .foot-copy-box .bcopy-bx {
    width: 100%;
    height: 50px;
    background-color: #909956;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .footer-sec {
    margin-top: 0px;
  }
  .footer-sec .foot-addr-box {
    padding: 25px 0 15px;
  }
  .footer-sec .foot-addr-box .con-footer {
    padding: 0 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
    width: calc(225px * 0.5);
    height: calc(77px * 0.5);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
    width: 100%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
    width: 100%;
    margin-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
    width: 100%;
    padding-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx {
    margin-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
    width: calc(22px * 0.7);
    height: calc(21px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
    width: calc(12px * 0.7);
    height: calc(22px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
    width: calc(21px * 0.7);
    height: calc(22px * 0.7);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin-left: 20px;
  }
  .footer-sec .foot-copy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sec .foot-copy-box .bcopy-bx {
    width: 100%;
    height: 45px;
    background-color: #909956;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .footer-sec {
    margin-top: 30px;
  }
  .footer-sec .foot-addr-box {
    padding: 25px 0 15px;
  }
  .footer-sec .foot-addr-box .con-footer {
    padding: 0 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
    width: calc(225px * 0.5);
    height: calc(77px * 0.5);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
    width: 100%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
    width: 100%;
    margin-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
    width: 100%;
    padding-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx {
    margin-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
    width: calc(22px * 0.7);
    height: calc(21px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
    width: calc(12px * 0.7);
    height: calc(22px * 0.7);
    margin-right: 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
    width: calc(21px * 0.7);
    height: calc(22px * 0.7);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin-left: 20px;
  }
  .footer-sec .foot-addr-box .fmenu {
    text-align: center;
    margin-top: 20px;
  }
  .footer-sec .foot-addr-box .fmenu a {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .footer-sec .foot-addr-box .fmenu span {
    font-size: 11px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    padding: 0 14px;
  }
  .footer-sec .foot-copy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sec .foot-copy-box .bcopy-bx {
    width: 100%;
    padding: 10px 0;
    background-color: #909956;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy p br {
    display: inline;
  }
}

@media (max-width: 419.99px) {
  .footer-sec {
    margin-top: 30px;
  }
  .footer-sec .foot-addr-box {
    padding: 25px 0 15px;
  }
  .footer-sec .foot-addr-box .con-footer {
    padding: 0 10px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dt {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li .addr-bx dl dd {
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-0 img {
    width: calc(225px * 0.5);
    height: calc(77px * 0.5);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-1 {
    width: 100%;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-2 {
    width: 100%;
    margin-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 {
    width: 100%;
    padding-top: 30px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx {
    margin-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.blog {
    width: calc(22px * 0.7);
    height: calc(21px * 0.7);
    margin-right: 7px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.face {
    width: calc(12px * 0.7);
    height: calc(22px * 0.7);
    margin-right: 7px;
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx .sns-bx img.in {
    width: calc(21px * 0.7);
    height: calc(22px * 0.7);
  }
  .footer-sec .foot-addr-box .con-footer .foot-ul li.add-3 .addr-bx p {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    margin-left: 10px;
  }
  .footer-sec .foot-addr-box .fmenu {
    text-align: center;
    margin-top: 20px;
  }
  .footer-sec .foot-addr-box .fmenu a {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
  }
  .footer-sec .foot-addr-box .fmenu span {
    font-size: 11px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    padding: 0 14px;
  }
  .footer-sec .foot-copy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sec .foot-copy-box .bcopy-bx {
    width: 100%;
    padding: 10px 0;
    background-color: #909956;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy p {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
  }
  .footer-sec .foot-copy-box .bcopy-bx .con-copy p br {
    display: inline;
  }
}

.scroll-sec {
  margin-top: 150px;
}

.scroll-sec .con-scroll {
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-sec .con-scroll img {
  width: 100px;
  height: 100px;
}

.scroll-sec .con-scroll p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  width: 1005px;
}

.info-sec {
  margin-top: 200px;
  background-color: #ffffff;
}

.info-sec .con-info {
  padding: 0 10px;
}

.info-sec .con-info .info-box {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info-sec .con-info .info-box h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a;
  margin-bottom: 30px;
  width: 100%;
}

.info-sec .con-info .info-box h2::before {
  width: 5px;
  height: 30px;
  background-color: #e83e8c;
  left: 50%;
  margin-top: -50px;
}

.info-sec .con-info .info-box > ul {
  width: 100%;
}

.info-sec .con-info .info-box > ul > li {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d;
  padding-top: 10px;
  width: 100%;
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .info-sec {
    margin-top: 200px;
    background-color: #ffffff;
  }
  .info-sec .con-info {
    padding: 0 10px;
  }
  .info-sec .con-info .info-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .info-sec .con-info .info-box h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
    margin-bottom: 30px;
    width: 100%;
  }
  .info-sec .con-info .info-box h2::before {
    width: 2px;
    height: 20px;
    background-color: #e83e8c;
    left: 50%;
    margin-top: -30px;
  }
  .info-sec .con-info .info-box > ul {
    width: 100%;
  }
  .info-sec .con-info .info-box > ul > li {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
    padding-top: 5px;
    width: 100%;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .info-sec {
    margin-top: 200px;
    background-color: #ffffff;
  }
  .info-sec .con-info {
    padding: 0 10px;
  }
  .info-sec .con-info .info-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .info-sec .con-info .info-box h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
    margin-bottom: 30px;
    width: 100%;
  }
  .info-sec .con-info .info-box h2::before {
    width: 2px;
    height: 20px;
    background-color: #e83e8c;
    left: 50%;
    margin-top: -30px;
  }
  .info-sec .con-info .info-box > ul {
    width: 100%;
  }
  .info-sec .con-info .info-box > ul > li {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
    padding-top: 5px;
    width: 100%;
  }
}

@media (max-width: 419.99px) {
  .info-sec {
    margin-top: 200px;
    background-color: #ffffff;
  }
  .info-sec .con-info {
    padding: 0 10px;
  }
  .info-sec .con-info .info-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .info-sec .con-info .info-box h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
    margin-bottom: 30px;
    width: 100%;
  }
  .info-sec .con-info .info-box h2::before {
    width: 2px;
    height: 20px;
    background-color: #e83e8c;
    left: 50%;
    margin-top: -30px;
  }
  .info-sec .con-info .info-box > ul {
    width: 100%;
  }
  .info-sec .con-info .info-box > ul > li {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
    padding-top: 5px;
    width: 100%;
  }
}

.top-tit-sec {
  margin-top: 210px;
}

.top-tit-sec .con-toptit-top .top-tit-bx {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-tit-sec .con-toptit-top .top-tit-bx h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #bcbcbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-tit-sec .con-toptit-top .top-tit-bx h3 span {
  margin: 0 20px;
}

.top-tit-sec .con-toptit-top .top-tit-bx h3 span a {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #bcbcbc;
}

.top-tit-sec .con-toptit-top .top-tit-bx h3 span.active {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}

.top-tit-sec .con-toptit-top .top-tit-bx h3 span.active a {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}

.list-top-sec {
  margin-top: 30px;
  border-top: 1px solid #e1e3e5;
  border-bottom: 1px solid #e1e3e5;
}

.list-top-sec .con-list-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list-top-sec .con-list-top .top-tit-box {
  width: 100%;
  padding: 7px 0;
}

.list-top-sec .con-list-top .top-tit-box .left-tit-bx {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-top-sec .con-list-top .top-tit-box .left-tit-bx p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
  margin-right: 15px;
}

.list-top-sec .con-list-top .top-tit-box .left-tit-bx p.active {
  font-weight: 500;
}

.list-top-sec .con-list-top .top-tit-box .left-tit-bx p.active a {
  font-weight: 500;
}

.list-top-sec .con-list-top .top-tit-box .left-tit-bx p a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}

.list-top-sec .con-list-top .top-tit-box .left-tit-bx p a.active {
  font-weight: 500;
}

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

.list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a;
}

.list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d;
  padding: 0 30px 0 3px;
}

.list-top-sec .con-list-top .top-tit-box .right-sort-bx select::-ms-expand {
  display: none;
}

.list-top-sec .con-list-top .top-tit-box .right-sort-bx select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.list-top-sec .con-list-top .top-tit-box .right-sort-bx select[data-sell="sellt"] {
  width: 200px;
  height: 35px;
  border: 1px solid #e1e3e5;
  padding-left: 10px;
  color: #47494d;
}

.list-top-sec .con-list-top .top-tit-box .right-sort-bx option[data-opt="optt"] {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
}

.list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #2865b4;
  outline: 0;
}

.list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a;
}

.list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d;
  padding: 0 30px 0 3px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .top-tit-sec {
    margin-top: 210px;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .list-top-sec {
    margin-top: 30px;
    border-top: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
  }
  .list-top-sec .con-list-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-top-sec .con-list-top .top-tit-box {
    width: 100%;
    padding: 7px 0;
    padding: 0 10px;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    margin-right: 15px;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p.active {
    font-weight: 500;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p a {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p a.active {
    font-weight: 500;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx {
    width: 50%;
    padding: 5px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
    padding: 0 30px 0 3px;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select::-ms-expand {
    display: none;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select[data-sell="sellt"] {
    width: 170px;
    height: 30px;
    border: 1px solid #e1e3e5;
    padding-left: 10px;
    color: #47494d;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx option[data-opt="optt"] {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #2865b4;
    outline: 0;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
    padding: 0 30px 0 3px;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .top-tit-sec {
    margin-top: 210px;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span {
    margin: 0 20px;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span a {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #bcbcbc;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span.active {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span.active a {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .list-top-sec {
    margin-top: 30px;
    border-top: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
  }
  .list-top-sec .con-list-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-top-sec .con-list-top .top-tit-box {
    width: 100%;
    padding: 7px 0;
    padding: 0 10px;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx {
    width: 60%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    margin-right: 15px;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p.active {
    font-weight: 500;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p a {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p a.active {
    font-weight: 500;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx {
    width: 40%;
    padding: 5px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
    padding: 0 30px 0 3px;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select::-ms-expand {
    display: none;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select[data-sell="sellt"] {
    width: 170px;
    height: 30px;
    border: 1px solid #e1e3e5;
    padding-left: 10px;
    color: #47494d;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx option[data-opt="optt"] {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #2865b4;
    outline: 0;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
    padding: 0 30px 0 3px;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .top-tit-sec {
    margin-top: 100px;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span {
    margin: 0 20px;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span a {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #bcbcbc;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span.active {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span.active a {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .list-top-sec {
    margin-top: 30px;
    border-top: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
  }
  .list-top-sec .con-list-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-top-sec .con-list-top .top-tit-box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0;
    padding: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    margin-right: 15px;
    padding: 0;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p.active {
    font-weight: 500;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p a {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p a.active {
    font-weight: 500;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx {
    width: 100%;
    padding: 5px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select::-ms-expand {
    display: none;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    margin-top: 5px;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select[data-sell="sellt"] {
    width: 170px;
    height: 30px;
    border: 1px solid #e1e3e5;
    padding-left: 10px;
    color: #47494d;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx option[data-opt="optt"] {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #2865b4;
    outline: 0;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .top-tit-sec {
    margin-top: 80px;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span {
    margin: 0 20px;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span a {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #bcbcbc;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span.active {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span.active a {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .list-top-sec {
    margin-top: 30px;
    border-top: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
  }
  .list-top-sec .con-list-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-top-sec .con-list-top .top-tit-box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0;
    padding: 5px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    margin-right: 15px;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p.active {
    font-weight: 500;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p a {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p a.active {
    font-weight: 500;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx {
    width: 100%;
    padding: 5px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select::-ms-expand {
    display: none;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    margin-top: 5px;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select[data-sell="sellt"] {
    width: 170px;
    height: 30px;
    border: 1px solid #e1e3e5;
    padding-left: 10px;
    color: #47494d;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx option[data-opt="optt"] {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #2865b4;
    outline: 0;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
  }
}

@media (max-width: 419.99px) {
  .top-tit-sec {
    margin-top: 80px;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span {
    margin: 0 20px;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span a {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #bcbcbc;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span.active {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-tit-sec .con-toptit-top .top-tit-bx h3 span.active a {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .list-top-sec {
    margin-top: 30px;
    border-top: 0;
    border-bottom: 0;
  }
  .list-top-sec .con-list-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-top-sec .con-list-top .top-tit-box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0;
    padding: 5px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p {
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    margin-right: 10px;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p.active {
    font-weight: 500;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p a {
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .list-top-sec .con-list-top .top-tit-box .left-tit-bx p a.active {
    font-weight: 500;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx {
    border-top: 1px solid #e1e3e5;
    margin: 0 8px;
    width: 100%;
    padding: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select::-ms-expand {
    display: none;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    margin-top: 5px;
    font-size: 12px;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select[data-sell="sellt"] {
    width: 170px;
    height: 30px;
    border: 1px solid #e1e3e5;
    padding-left: 10px;
    color: #47494d;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx option[data-opt="optt"] {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx select.arrow:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #2865b4;
    outline: 0;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a;
  }
  .list-top-sec .con-list-top .top-tit-box .right-sort-bx p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d;
  }
}

.top-subct-sec {
  margin-top: 10px;
  position: absolute;
  top: 46px;
  left: 0;
}

.top-subct-sec .con-top-subcr .subcr-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-subct-sec .con-top-subcr .subcr-dl dt {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-top: -2px;
}

.top-subct-sec .con-top-subcr .subcr-dl dt a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}

.top-subct-sec .con-top-subcr .subcr-dl dt a.active {
  font-weight: 500;
}

.top-subct-sec .con-top-subcr .subcr-dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-subct-sec .con-top-subcr .subcr-dl dd span {
  font-size: 9px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
  margin: -4px 7px;
}

.top-subct-sec .con-top-subcr .subcr-dl dd p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
  margin-right: 0 !important;
}

.top-subct-sec .con-top-subcr .subcr-dl dd p a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}

.top-subct-sec .con-top-subcr .subcr-dl dd p a.active {
  font-weight: 500;
}

.top-subct-sec .con-top-subcr .subcr-dl dd a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}

.top-subct-sec .con-top-subcr .subcr-dl dd a.active {
  font-weight: 500;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .top-subct-sec {
    margin-top: 10px;
  }
  .top-subct-sec .con-top-subcr {
    padding-left: 10px;
  }
  .top-subct-sec .con-top-subcr .subcr-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dt {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd span {
    font-size: 9px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    margin: -4px 7px;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd p {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .top-subct-sec {
    margin-top: 10px;
  }
  .top-subct-sec .con-top-subcr {
    padding-left: 10px;
  }
  .top-subct-sec .con-top-subcr .subcr-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dt {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd span {
    font-size: 9px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    margin: -4px 7px;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd p {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .top-subct-sec {
    margin-top: 10px;
  }
  .top-subct-sec .con-top-subcr {
    padding-left: 10px;
  }
  .top-subct-sec .con-top-subcr .subcr-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dt {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd span {
    font-size: 9px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    margin: -4px 7px;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd p {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .top-subct-sec {
    margin-top: 10px;
  }
  .top-subct-sec .con-top-subcr {
    padding-left: 10px;
  }
  .top-subct-sec .con-top-subcr .subcr-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dt {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd span {
    font-size: 9px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd p {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd a {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd a.active {
    font-weight: 500;
  }
}

@media (max-width: 419.99px) {
  .top-subct-sec {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 10px;
    border-top: 1px solid #e1e3e5;
  }
  .top-subct-sec .con-top-subcr {
    padding-left: 0px;
  }
  .top-subct-sec .con-top-subcr .subcr-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dt {
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-top: 0;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd span {
    font-size: 9px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    margin: 0 7px;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd p {
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd a {
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .top-subct-sec .con-top-subcr .subcr-dl dd a.active {
    font-weight: 500;
  }
}

.cont1-sec {
  margin-top: 80px;
}

.cont1-sec .con-cont1 {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont1-sec .con-cont1 .cont1-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.cont1-sec .con-cont1 .cont1-ul li {
  width: calc(25% - 9px);
  height: 100%;
  margin-right: calc(36px / 3);
  margin-bottom: calc(36px / 3);
  background-color: #fff;
  height: auto;
}

.cont1-sec .con-cont1 .cont1-ul li:nth-of-type(4n) {
  margin-right: 0;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(253, 234, 234, 0.7);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
  transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box a img {
  margin-top: -30px;
  width: calc(251px * 0.6);
  height: calc(72px * 0.6);
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box a p {
  margin-top: 30px;
  width: 100px;
  height: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  background-color: #fca2a5;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transform: translateY(-500%);
          transform: translateY(-500%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
  width: calc(100% - 0px);
  height: 383px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
  width: 100%;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #686d79;
}

.cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p span {
  font-weight: 400;
  color: #6c6456;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .cont1-sec {
    margin-top: 80px;
  }
  .cont1-sec .con-cont1 {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .cont1-sec .con-cont1 .cont1-ul li {
    width: calc(25% - 9px);
    height: 100%;
    margin-right: calc(36px / 3);
    margin-bottom: calc(36px / 3);
    background-color: #fff;
    height: auto;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(253, 234, 234, 0.7);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
    transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a img {
    margin-top: -30px;
    width: calc(251px * 0.6);
    height: calc(72px * 0.6);
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a p {
    margin-top: 30px;
    width: 100px;
    height: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 50%;
    background-color: #fca2a5;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a p {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
    width: calc(100% - 0px);
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
    width: 100%;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .cont1-sec {
    margin-top: 70px;
  }
  .cont1-sec .con-cont1 {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .cont1-sec .con-cont1 .cont1-ul li {
    width: calc(25% - 9px);
    height: 100%;
    margin-right: calc(36px / 3);
    margin-bottom: calc(36px / 3);
    background-color: #fff;
    height: auto;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(253, 234, 234, 0.7);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
    transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a img {
    margin-top: -30px;
    width: calc(251px * 0.45);
    height: calc(72px * 0.45);
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a p {
    margin-top: 30px;
    width: 90px;
    height: 25px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 50%;
    background-color: #fca2a5;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a p {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
    width: calc(100% - 0px);
    height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
    width: 100%;
    height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .cont1-sec {
    margin-top: 70px;
  }
  .cont1-sec .con-cont1 {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .cont1-sec .con-cont1 .cont1-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
    height: auto;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(253, 234, 234, 0.7);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
    transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a img {
    margin-top: -30px;
    width: calc(251px * 0.45);
    height: calc(72px * 0.45);
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a p {
    margin-top: 30px;
    width: 90px;
    height: 25px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 50%;
    background-color: #fca2a5;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a p {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
    width: calc(100% - 0px);
    height: 340px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
    width: 100%;
    height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
    margin-left: 10px;
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .cont1-sec {
    margin-top: 70px;
  }
  .cont1-sec .con-cont1 {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .cont1-sec .con-cont1 .cont1-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
    height: auto;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(253, 234, 234, 0.7);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
    transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a img {
    margin-top: -30px;
    width: calc(251px * 0.45);
    height: calc(72px * 0.45);
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a p {
    margin-top: 30px;
    width: 90px;
    height: 25px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 50%;
    background-color: #fca2a5;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a p {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
    width: calc(100% - 0px);
    height: 270px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
    width: 100%;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
    margin-left: 10px;
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

@media (max-width: 419.99px) {
  .cont1-sec {
    margin-top: 20px;
  }
  .cont1-sec .con-cont1 {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  .cont1-sec .con-cont1 .cont1-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .cont1-sec .con-cont1 .cont1-ul li {
    width: 49%;
    height: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
    height: auto;
  }
  .cont1-sec .con-cont1 .cont1-ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(253, 234, 234, 0.7);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
    transition: all 0.7s cubic-bezier(0.05, 0.68, 0.02, 1);
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a img {
    margin-top: -30px;
    width: calc(251px * 0.45);
    height: calc(72px * 0.45);
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box a p {
    margin-top: 30px;
    width: 90px;
    height: 25px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 50%;
    background-color: #fca2a5;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box:hover a p {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .timg-bx {
    width: calc(100% - 0px);
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx {
    width: 100%;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont1-sec .con-cont1 .cont1-ul li .cont1-box .btex-bx p {
    margin-left: 3px;
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #686d79;
  }
}

.list-nav-sec {
  margin-top: 50px;
  margin-bottom: 100px;
}

.list-nav-sec .con-list-nav dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-nav-sec .con-list-nav dl dt {
  width: 30px;
  height: 30px;
  background-color: #a3a4a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 1px;
}

.list-nav-sec .con-list-nav dl dt img {
  width: calc(63px * 0.14);
  height: calc(150px * 0.14);
}

.list-nav-sec .con-list-nav dl dd {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e1e3e5;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin: 1px;
  cursor: pointer;
}

.list-nav-sec .con-list-nav dl dd:hover {
  background-color: #f2f2f5;
}

.list-nav-sec .con-list-nav dl dd.active {
  background-color: #e1e3e5;
  color: #ffffff;
}

@media (max-width: 575.99px) {
  .list-nav-sec {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .list-nav-sec .con-list-nav dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-nav-sec .con-list-nav dl dt {
    width: 25px;
    height: 25px;
    background-color: #a3a4a6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    margin: 1px;
  }
  .list-nav-sec .con-list-nav dl dt img {
    width: calc(63px * 0.1);
    height: calc(150px * 0.1);
  }
  .list-nav-sec .con-list-nav dl dd {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #e1e3e5;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin: 1px;
    cursor: pointer;
  }
  .list-nav-sec .con-list-nav dl dd:hover {
    background-color: #f2f2f5;
  }
  .list-nav-sec .con-list-nav dl dd.active {
    background-color: #e1e3e5;
    color: #ffffff;
  }
}

/* 탭메뉴 */
.con-tnav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
  padding-top: 20px;
}

.con-tnav .tab-bx {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
}

.con-tnav .tab-bx p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: center;
}

.con-tnav .tab-bx p a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}

.con-tnav .tab-bx.active p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #f26d7d;
}

.con-tnav .tab-bx.active p::after {
  width: 30px;
  height: 2px;
  margin-left: 60px;
  margin-top: 10px;
  background-color: #f26d7d;
}

.con-tnav .tab2-bx {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
}

.con-tnav .tab2-bx p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}

.con-tnav .tab2-bx p a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}

.con-tnav .tab2-bx.active p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #f26d7d;
}
/*# sourceMappingURL=list.css.map */