@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,900");
[class^="con-"],
[class$="-con"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

::after,
::before {
  position: absolute;
  display: block;
  content: '';
}

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

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

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

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

section::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes top {
  0% {
    top: 0;
  }
  30% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}

.navi-sec {
  z-index: 100;
}

.navi-sec.fixed {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.navi-sec header {
  width: 100%;
}

.navi-sec header.hero {
  width: 100%;
  background-color: #ffffff;
}

.navi-sec header.hero .top-box {
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.navi-sec header.hero .top-box .con-top {
  z-index: 500;
  width: 100%;
  height: 30px;
  background-color: white;
}

.navi-sec header.hero .top-box .con-top .left-box {
  width: 20%;
  -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;
  background-color: white;
}

.navi-sec header.hero .top-box .con-top .left-box .search-btn {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.navi-sec header.hero .top-box .con-top .left-box .search-btn > p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  font-family: "Noto Sans KR", sans-serif !important;
  padding: 0 10px 0 20px;
  color: #2f3033 !important;
}

.navi-sec header.hero .top-box .con-top .left-box .search-btn > img {
  width: 13px;
}

.navi-sec header.hero .top-box .con-top .left-box .searchbox {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 15px;
  margin-left: 100px;
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navi-sec header.hero .top-box .con-top .left-box .searchbox form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navi-sec header.hero .top-box .con-top .left-box .searchbox form input[type='text'] {
  width: 150px;
  height: 25px;
  border: 1px solid #c8c9cc !important;
}

.navi-sec header.hero .top-box .con-top .left-box .searchbox form input[type='button'] {
  width: 50px;
  height: 25px;
  border: 1px solid #c8c9cc !important;
  margin-left: -5px;
  background-color: #2f3033 !important;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  font-family: "Noto Sans KR", sans-serif !important;
}

.navi-sec header.hero .top-box .con-top .left-box .searchbox.show {
  top: 15px;
  margin-left: 0;
  visibility: visible;
  opacity: 1;
}

.navi-sec header.hero .top-box .con-top .right-box {
  width: 80%;
  -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;
}

.navi-sec header.hero .top-box .con-top .right-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin: 0 10px;
  cursor: pointer;
}

.navi-sec header.hero .top-box .con-top .right-box span {
  font-size: 9px;
  font-weight: 300;
  line-height: 18px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #939599 !important;
  padding: 0 5px;
}

.navi-sec header.hero .top-box .con-top .right-box span:nth-of-type(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  width: 17px;
  height: 17px;
  background-color: #dc3545 !important;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  font-size: 9px;
  font-weight: 300;
  line-height: 18px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}

.navi-sec header.hero .mid-box {
  z-index: 100;
  background-color: white;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navi-sec header.hero .mid-box img {
  width: calc(273px * 0.8);
  height: calc(58px * 0.8);
  margin: 30px;
}

.navi-sec nav.nav {
  z-index: 100;
  width: 100%;
  background-color: white;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.navi-sec nav.nav.fixed {
  position: fixed;
  border-bottom: 1px solid #ececec;
  top: 0px;
  border-top: 0px solid #ffffff;
  -webkit-animation: top 1s ease 0s both;
          animation: top 1s ease 0s both;
}

.navi-sec nav.nav.fixed .con-nav {
  border-top: 1px solid #ffffff;
}

.navi-sec nav.nav.unfixed .con-nav .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  cursor: pointer;
}

.navi-sec nav.nav.unfixed .con-nav .cate a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.navi-sec nav.nav.unfixed .con-nav .cate:hover a {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav {
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navi-sec nav.nav .con-nav .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  cursor: pointer;
}

.navi-sec nav.nav .con-nav .cate:hover a {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box {
  padding: 20px 0 0 9.7%;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box {
  padding: 20px 0 0 21.5%;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box {
  padding: 20px 0 0 45.5%;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box {
  padding: 20px 0 0 68.1%;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box {
  padding: 20px 1.5% 0 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navi-sec nav.nav .con-nav .cate:hover .mega-box {
  top: 70px;
}

.navi-sec nav.nav .con-nav .cate .mega-box {
  position: absolute;
  z-index: -1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: -300px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navi-sec nav.nav .con-nav .cate .mega-box .list-box {
  position: relative;
  width: 16.66666%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navi-sec nav.nav .con-nav .cate .mega-box .list-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navi-sec nav.nav .con-nav .cate .mega-box .list-box ul h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
}

.navi-sec nav.nav .con-nav .cate .mega-box .list-box ul h3:hover {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate .mega-box .list-box ul .mt10 {
  margin-top: 40px;
}

.navi-sec nav.nav .con-nav .cate .mega-box .list-box ul li {
  font-size: 13px;
  font-weight: 300;
  line-height: 27px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}

.navi-sec nav.nav .con-nav .cate .mega-box .list-box ul li:hover {
  color: #229127 !important;
  text-decoration: underline;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(1) .mega-box {
  top: -300px;
  opacity: 0;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(1) .mega-box .list-box {
  left: 19px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(1) .mega-box .list-box:nth-of-type(3),
.navi-sec nav.nav .con-nav .cate:nth-of-type(1) .mega-box .list-box:nth-of-type(4),
.navi-sec nav.nav .con-nav .cate:nth-of-type(1) .mega-box .list-box:nth-of-type(6) {
  left: 10px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(1) .mega-box .list-box:nth-of-type(5) {
  left: 20px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(1) .mega-box .list-box:nth-of-type(1) {
  left: 0;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(1):hover .mega-box {
  opacity: 1;
  background-color: #f5f5f5;
  top: 50px;
  padding: 20px 0 20px 0;
  border: 1px solid #e1e3e5;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(1):hover .mega-box .list-box {
  left: 19px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(1):hover .mega-box .list-box:nth-of-type(5) {
  left: 20px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(1):hover .mega-box .list-box:nth-of-type(3),
.navi-sec nav.nav .con-nav .cate:nth-of-type(1):hover .mega-box .list-box:nth-of-type(4),
.navi-sec nav.nav .con-nav .cate:nth-of-type(1):hover .mega-box .list-box:nth-of-type(6) {
  left: 10px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(1):hover .mega-box .list-box:nth-of-type(1) {
  left: 0;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2):hover .mega-box {
  background-color: rgba(255, 255, 255, 0);
  top: 30px;
  padding: 20px 0 0 9.7%;
  opacity: 1;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box {
  top: -300px;
  opacity: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box {
  background-color: #f5f5f5;
  padding: 20px 20px 15px 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #e1e3e5;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box .img-box {
  width: 300px;
  height: 200px;
  background-image: url("../img/nav-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box h3:hover {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box h3:after {
  width: 89%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 53px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item2-box {
  padding: 30px 0 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item2-box > .top-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item2-box > .top-box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 200px;
  height: 100px;
  background-image: url("../img/nav-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item2-box > .top-box .tex-box {
  height: 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item2-box > .top-box .tex-box pa
p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item2-box > .bot-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item2-box > .bot-box .img-box {
  width: 200px;
  height: 100px;
  background-image: url("../img/nav-3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item2-box > .bot-box .tex-box {
  height: 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item2-box > .bot-box .tex-box p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3):hover .mega-box {
  background-color: rgba(255, 255, 255, 0);
  top: 30px;
  padding: 20px 0 0 21.5%;
  opacity: 1;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box {
  top: -300px;
  opacity: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box {
  background-color: #f5f5f5;
  padding: 20px 20px 15px 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #e1e3e5;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box .img-box {
  width: 300px;
  height: 200px;
  background-image: url("../img/nav-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box h3:hover {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box h3:after {
  width: 92%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 53px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box .mt10 {
  margin-top: 10px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .list-box {
  position: relative;
  width: 16.66666%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .list-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .list-box ul h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .list-box ul h3:hover {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .list-box ul .mt10 {
  margin-top: 40px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .list-box ul li {
  font-size: 13px;
  font-weight: 300;
  line-height: 27px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .list-box ul li:hover {
  color: #229127 !important;
  text-decoration: underline;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(4):hover .mega-box {
  background-color: rgba(255, 255, 255, 0);
  top: 30px;
  padding: 20px 0 0 45.5%;
  opacity: 1;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(4):hover .mega-box .item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  padding: 20px 20px 15px 20px !important;
  border: 1px solid #e1e3e5;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(4):hover .mega-box .item-box h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(4):hover .mega-box .item-box h3:hover {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(4):hover .mega-box .item-box h3:after {
  width: 87%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 53px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box {
  top: -300px;
  opacity: 0;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  padding: 20px 20px 15px 20px !important;
  border: 1px solid #e1e3e5;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box h3:hover {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box h3:after {
  width: 75%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 53px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(5):hover .mega-box {
  background-color: rgba(255, 255, 255, 0);
  top: 30px;
  padding: 20px 0 0 68.1%;
  opacity: 1;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(5):hover .mega-box .item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  padding: 20px 20px 15px 20px !important;
  border: 1px solid #e1e3e5;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(5):hover .mega-box .item-box h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(5):hover .mega-box .item-box h3:hover {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(5):hover .mega-box .item-box h3:after {
  width: 75%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 53px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box {
  top: -300px;
  opacity: 0;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  padding: 20px 20px 15px 20px !important;
  border: 1px solid #e1e3e5;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box h3:hover {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box h3:after {
  width: 75%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 53px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(6):hover .mega-box {
  background-color: rgba(255, 255, 255, 0);
  top: 30px;
  padding: 20px 1.5% 0 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 1;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(6):hover .mega-box .item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  padding: 20px 20px 15px 20px !important;
  border: 1px solid #e1e3e5;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(6):hover .mega-box .item-box h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(6):hover .mega-box .item-box h3:hover {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(6):hover .mega-box .item-box h3:after {
  width: 73%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 53px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box {
  top: -300px;
  opacity: 0;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  padding: 20px 20px 15px 20px !important;
  border: 1px solid #e1e3e5;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box h3:hover {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box h3:after {
  width: 75%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 53px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box,
.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box,
.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box,
.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box,
.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box {
  padding: 20px 20px 15px 20px !important;
  border: 1px solid #e1e3e5;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box ul,
.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box ul,
.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box ul,
.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box ul,
.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box ul h3,
.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box ul h3,
.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box ul h3,
.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box ul h3,
.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box ul h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box ul h3:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box ul h3:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box ul h3:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box ul h3:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box ul h3:hover {
  color: #229127 !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box ul h3:after,
.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box ul h3:after,
.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box ul h3:after,
.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box ul h3:after,
.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box ul h3:after {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 30px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box ul .mt10,
.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box ul .mt10,
.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box ul .mt10,
.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box ul .mt10,
.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box ul .mt10 {
  margin-top: 10px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box ul .left-cate,
.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box ul .left-cate,
.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box ul .left-cate,
.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box ul .left-cate,
.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box ul .left-cate {
  margin-right: 60px;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box ul .left-cate li,
.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box ul .left-cate li,
.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box ul .left-cate li,
.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box ul .left-cate li,
.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box ul .left-cate li {
  font-size: 13px;
  font-weight: 300;
  line-height: 27px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box ul .left-cate li:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box ul .left-cate li:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box ul .left-cate li:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box ul .left-cate li:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box ul .left-cate li:hover {
  color: #229127 !important;
  text-decoration: underline;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box ul .right-cate li,
.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box ul .right-cate li,
.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box ul .right-cate li,
.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box ul .right-cate li,
.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box ul .right-cate li {
  font-size: 13px;
  font-weight: 300;
  line-height: 27px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}

.navi-sec nav.nav .con-nav .cate:nth-of-type(2) .mega-box .item-box ul .right-cate li:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(3) .mega-box .item-box ul .right-cate li:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(4) .mega-box .item-box ul .right-cate li:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(5) .mega-box .item-box ul .right-cate li:hover,
.navi-sec nav.nav .con-nav .cate:nth-of-type(6) .mega-box .item-box ul .right-cate li:hover {
  color: #229127 !important;
  text-decoration: underline;
}

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

@media (max-width: 991.99px) and (min-width: 768px) {
  .navi-sec nav.nav .con-nav .cate .mega-box {
    top: -500px;
  }
}

/* 모바일 */
@media (min-width: 920px) {
  .mosec {
    display: none;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .mosec {
    display: none;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}

.mosec {
  position: relative;
  z-index: 99;
}

.mosec.show .top-bg button.mo-menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border: 0;
  cursor: pointer;
  top: 7px;
  right: 10px;
  z-index: 1700;
  background-color: transparent;
}

.mosec.show .top-bg button.mo-menu .bar {
  background-color: transparent;
}

.mosec.show .top-bg button.mo-menu .bar:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.mosec.show .top-bg button.mo-menu .bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-135deg);
}

.mosec.show .overlay {
  left: 0;
}

.mosec.show .overlay .monav {
  left: 0;
}

.mosec .mo-topmenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  top: 7px;
  right: 40px;
  z-index: 1700;
  text-align: right;
}

.mosec .top-bg {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
}

.mosec .top-bg p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  color: #232324;
  margin-top: 6px;
}

.mosec .top-bg p img {
  width: calc(273px * 0.5);
  height: calc(58px * 0.5);
}

.mosec .top-bg .mo-topmenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  top: 9px;
  right: 60px;
  z-index: 1700;
  text-align: right;
}

.mosec .top-bg .mo-topmenu button {
  width: 27px;
  padding-left: 10px;
  background: none;
  position: relative;
  top: -9px;
}

.mosec .top-bg .mo-topmenu button i {
  font-size: 18px;
  color: #999;
}

.mosec .top-bg .mo-topmenu a {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #666;
  padding-left: 10px;
}

.mosec .top-bg button.mo-menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border: 0;
  cursor: pointer;
  top: 7px;
  right: 10px;
  z-index: 1700;
  background-color: transparent;
}

.mosec .top-bg button.mo-menu .bar {
  top: 10px;
  left: 0;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #232324;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mosec .top-bg button.mo-menu .bar:before {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #232324;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mosec .top-bg button.mo-menu .bar:after {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #232324;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mosec .top-bg button.mo-menu .bar:before {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
}

.mosec .top-bg button.mo-menu .bar:after {
  position: absolute;
  content: '';
  top: -7px;
  left: 0;
}

.mosec .overlay {
  position: fixed;
  width: 100%;
  height: 150vh;
  left: -100%;
  z-index: 10;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mosec .overlay .monav {
  position: fixed;
  width: 50%;
  height: 150vh;
  left: -50%;
  top: 10px;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}

.mosec .overlay .monav ul {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  list-style-type: none;
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.5s 0.3s ease-out;
  transition: all 0.5s 0.3s ease-out;
}

.mosec .overlay .monav ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mosec .overlay .monav ul li.active {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-decoration: none;
  color: #232324;
}

.mosec .overlay .monav ul li.active:hover {
  color: #ffffff;
}

.mosec .overlay .monav ul li .subbox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  left: 300%;
  top: 0;
  background-color: rgba(36, 36, 36, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mosec .overlay .monav ul li .subbox ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mosec .overlay .monav ul li .subbox ul.mo-sub1 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mosec .overlay .monav ul li .subbox ul.mo-sub1 li {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-decoration: none;
  color: #ffffff;
}

.mosec .overlay .monav ul li .subbox ul.mo-sub1 li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-decoration: none;
  color: #ffffff;
}

.mosec .overlay .monav ul li:hover {
  background-color: #000000;
}

.mosec .overlay .monav ul li:hover > a {
  color: #ffffff;
}

.mosec .overlay .monav ul li:hover .subbox {
  left: 100%;
}

.mosec .overlay .monav ul li:hover .subbox ul {
  left: 0%;
}

/*
@include tablet {
  .mosec {
    .top-bg{
    .mo-topmenu {
      button {
        position: relative;
        top: 0 !important;
      }
      a {
        display: none;
      }
    }
  }
}
}
*/
@media (max-width: 575.99px) {
  .mosec .top-bg .mo-topmenu button {
    position: relative;
    top: 0 !important;
  }
  .mosec .top-bg .mo-topmenu a {
    display: none;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .mosec {
    display: block !important;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}

#footer-sec {
  padding-top: 0;
  margin-top: 100px;
  z-index: 1;
  background-color: #ffffff;
}

#footer-sec .foo-top {
  width: 100%;
  height: 40px;
  border-top: 1px solid #e1e3e5 !important;
  border-bottom: 1px solid #e1e3e5 !important;
}

#footer-sec .foo-top .con-foo-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer-sec .foo-top .con-foo-top > a {
  width: 16.66667%;
  height: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  color: #606266 !important;
}

#footer-sec .foo-top .con-foo-top > a:not(:nth-of-type(6)) {
  border-right: 1px solid #c8c9cc !important;
}

@media (max-width: 575.99px) {
  #footer-sec .foo-top {
    width: 100%;
    height: 40px;
    border-top: 1px solid #e1e3e5 !important;
    margin-bottom: 50px;
  }
  #footer-sec .foo-top .con-foo-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer-sec .foo-top .con-foo-top > a {
    width: 33.33333%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    color: #606266 !important;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  #footer-sec .foo-top .con-foo-top > a:nth-of-type(1),
  #footer-sec .foo-top .con-foo-top > a:nth-of-type(2),
  #footer-sec .foo-top .con-foo-top > a:nth-of-type(3) {
    border-bottom: 0px solid #e1e3e5 !important;
  }
  #footer-sec .foo-top .con-foo-top > a:nth-of-type(1),
  #footer-sec .foo-top .con-foo-top > a:nth-of-type(2),
  #footer-sec .foo-top .con-foo-top > a:nth-of-type(4),
  #footer-sec .foo-top .con-foo-top > a:nth-of-type(5) {
    border-right: 1px solid #c8c9cc !important;
  }
  #footer-sec .foo-top .con-foo-top > a:nth-of-type(3) {
    border-right: 0px solid #c8c9cc !important;
  }
}

#footer-sec .foo-mid {
  border-bottom: 1px solid #e1e3e5 !important;
}

#footer-sec .foo-mid .con-foo-mid .left-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;
  width: 33%;
  margin-left: 30px;
}

#footer-sec .foo-mid .con-foo-mid .left-box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#footer-sec .foo-mid .con-foo-mid .left-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
  width: 100%;
}

#footer-sec .foo-mid .con-foo-mid .left-box p .line {
  font-size: 9px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #666;
  padding: 0 7px;
  position: relative;
  top: -2px;
}

#footer-sec .foo-mid .con-foo-mid .left-box p span {
  padding: 0 15px;
}

#footer-sec .foo-mid .con-foo-mid .center-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;
  width: 24%;
}

#footer-sec .foo-mid .con-foo-mid .center-box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#footer-sec .foo-mid .con-foo-mid .center-box h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #e2442e;
  margin-bottom: 10px;
}

#footer-sec .foo-mid .con-foo-mid .center-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}

#footer-sec .foo-mid .con-foo-mid .center2-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;
  width: 24%;
}

#footer-sec .foo-mid .con-foo-mid .center2-box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#footer-sec .foo-mid .con-foo-mid .center2-box h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
}

#footer-sec .foo-mid .con-foo-mid .center2-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}

#footer-sec .foo-mid .con-foo-mid .right-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;
  width: 19%;
}

#footer-sec .foo-mid .con-foo-mid .right-box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#footer-sec .foo-mid .con-foo-mid .right-box span {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 90%;
  color: #17181a !important;
  margin-bottom: 10px;
  text-decoration: underline;
}

#footer-sec .foo-mid .con-foo-mid .right-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}

#footer-sec .foo-mid .con-foo-mid .right-box p a {
  color: #606266 !important;
}

#footer-sec .pginfo-sec {
  border-bottom: 1px solid #e0e3e5;
}

#footer-sec .pginfo-sec .con-pginfo {
  padding: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer-sec .pginfo-sec .con-pginfo .left-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

#footer-sec .pginfo-sec .con-pginfo .left-box img {
  width: 372px;
  height: 34px;
}

#footer-sec .pginfo-sec .con-pginfo .right-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#footer-sec .pginfo-sec .con-pginfo .right-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #535353;
}

#footer-sec .pginfo-sec .con-pginfo .right-box form .btn {
  padding: 1px 5px;
  background-color: #999;
  margin-top: 7px;
}

#footer-sec .pginfo-sec .con-pginfo .right-box form .btn a {
  font-size: 12px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
}

@media (max-width: 766.99px) {
  #footer-sec .pginfo-sec {
    border-bottom: 1px solid #e0e3e5;
  }
  #footer-sec .pginfo-sec .con-pginfo {
    padding: 20px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer-sec .pginfo-sec .con-pginfo .left-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
  }
  #footer-sec .pginfo-sec .con-pginfo .left-box img {
    width: 372px;
    height: 34px;
  }
  #footer-sec .pginfo-sec .con-pginfo .right-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer-sec .pginfo-sec .con-pginfo .right-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #535353;
    text-align: center;
  }
  #footer-sec .pginfo-sec .con-pginfo .right-box form .btn {
    padding: 1px 5px;
    background-color: #999;
    margin-top: 7px;
  }
  #footer-sec .pginfo-sec .con-pginfo .right-box form .btn a {
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
  }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  #footer-sec .foo-mid .con-foo-mid .left-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
    width: 33%;
    margin-left: 30px;
  }
  #footer-sec .foo-mid .con-foo-mid .left-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .left-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
    width: 24%;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e2442e;
    margin-bottom: 10px;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
    width: 24%;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
    width: 19%;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box span {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 90%;
    color: #17181a !important;
    margin-bottom: 10px;
    text-decoration: underline;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  #footer-sec .foo-mid .con-foo-mid .left-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
    width: 36%;
    margin-left: 0px;
  }
  #footer-sec .foo-mid .con-foo-mid .left-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .left-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
    width: 23%;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e2442e;
    margin-bottom: 10px;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
    width: 23%;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
    width: 18%;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box span {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 90%;
    color: #17181a !important;
    margin-bottom: 10px;
    text-decoration: underline;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  #footer-sec .foo-mid .con-foo-mid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer-sec .foo-mid .con-foo-mid .left-box {
    -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;
    padding: 30px 20px;
    width: 50%;
  }
  #footer-sec .foo-mid .con-foo-mid .left-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .left-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    text-align: center;
    width: 100%;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box {
    -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;
    padding: 30px 20px;
    width: 50%;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e2442e;
    margin-bottom: 10px;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    text-align: center;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box {
    -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;
    padding: 30px 20px;
    width: 50%;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    text-align: center;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box {
    -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;
    padding: 30px 20px;
    width: 50%;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box span {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 90%;
    color: #17181a !important;
    margin-bottom: 10px;
    text-decoration: underline;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    text-align: center;
  }
}

@media (max-width: 575.99px) {
  #footer-sec .foo-mid .con-foo-mid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer-sec .foo-mid .con-foo-mid .left-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 20px 0 0;
    width: 100%;
  }
  #footer-sec .foo-mid .con-foo-mid .left-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .left-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    text-align: center;
    width: 100%;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 20px 0;
    width: 100%;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #e2442e;
    margin-bottom: 10px;
  }
  #footer-sec .foo-mid .con-foo-mid .center-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    text-align: center;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box {
    -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;
    padding: 30px 20px 0;
    width: 100%;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  #footer-sec .foo-mid .con-foo-mid .center2-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    text-align: center;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box {
    -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;
    padding: 30px 20px;
    width: 100%;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box span {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 90%;
    color: #17181a !important;
    margin-bottom: 10px;
    text-decoration: underline;
  }
  #footer-sec .foo-mid .con-foo-mid .right-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    text-align: center;
  }
}

#footer-sec .foo-bot {
  width: 100%;
}

#footer-sec .foo-bot .con-foo-bot {
  -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;
  padding: 10px 20px;
}

#footer-sec .foo-bot .con-foo-bot .left-bx {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer-sec .foo-bot .con-foo-bot .left-bx p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
  text-align: center;
}

#footer-sec .foo-bot .con-foo-bot .left-bx p a {
  color: #606266 !important;
}

@media (max-width: 419.99px) {
  #footer-sec .foo-bot {
    width: 100%;
  }
  #footer-sec .foo-bot .con-foo-bot {
    -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;
    padding: 10px 20px;
  }
  #footer-sec .foo-bot .con-foo-bot .left-bx {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer-sec .foo-bot .con-foo-bot .left-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    text-align: center;
    width: 100%;
  }
  #footer-sec .foo-bot .con-foo-bot .right-bx {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 20px;
  }
  #footer-sec .foo-bot .con-foo-bot .right-bx img {
    width: 140px;
  }
}

@media (max-width: 575.99px) {
  #footer-sec {
    padding-top: 0;
    margin-top: 70px;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* Slider */
.reg-sec {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 70px auto 50px;
}

.reg-sec .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;
}

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

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

.reg-sec .slick-slider .slick-list:focus {
  outline: none;
}

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

.reg-sec .slick-slider .slick-track {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

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

.reg-sec .slick-slider .slick-track:after {
  clear: both;
}

.slick-loading .reg-sec .slick-slider .slick-track {
  visibility: hidden;
}

.reg-sec .slick-slider .slick-track > .cont-box {
  height: 100%;
  margin: 0 15px;
}

.reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
  background-color: #73c54d;
}

.reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p, .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
  color: #ffffff !important;
}

.reg-sec .slick-slider .slick-track > .cont-box:hover .over-link {
  top: 0;
}

.reg-sec .slick-slider .slick-track > .cont-box .over-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #233627;
  opacity: 0.7;
  top: -100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.reg-sec .slick-slider .slick-track > .cont-box .over-link > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reg-sec .slick-slider .slick-track > .cont-box .over-link > div p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}

.reg-sec .slick-slider .slick-track > .cont-box .over-link > div h3 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 10px 20px;
  background-color: #ffffff;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card img[data-siz="size"] {
  max-width: 100%;
  height: 220px;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}

.reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
  text-transform: uppercase;
}

.reg-sec .slick-slider .Prevbt {
  position: absolute;
  z-index: 10;
  left: -60px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #e1e3e5 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reg-sec .slick-slider .Nextbt {
  position: absolute;
  z-index: 10;
  right: -60px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #e1e3e5 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reg-sec .slick-slider .Prevbt,
.reg-sec .slick-slider .Nextbt {
  cursor: pointer;
}

.reg-sec .slick-slider .Prevbt:hover,
.reg-sec .slick-slider .Nextbt:hover {
  background-color: #706967 !important;
}

.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;
}

@media (max-width: 1330px) and (min-width: 1200px) {
  .reg-sec {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 100px auto 50px;
  }
  .reg-sec .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;
  }
  .reg-sec .slick-slider .slick-track,
  .reg-sec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .reg-sec .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .reg-sec .slick-slider .slick-list:focus {
    outline: none;
  }
  .reg-sec .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .reg-sec .slick-slider .slick-track {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .reg-sec .slick-slider .slick-track:before, .reg-sec .slick-slider .slick-track:after {
    content: "";
    display: table;
  }
  .reg-sec .slick-slider .slick-track:after {
    clear: both;
  }
  .slick-loading .reg-sec .slick-slider .slick-track {
    visibility: hidden;
  }
  .reg-sec .slick-slider .slick-track > .cont-box {
    height: 100%;
    margin: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
    background-color: #73c54d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p, .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:hover .over-link {
    top: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #233627;
    top: -100%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div h3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 10px 20px;
    background-color: #ffffff;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card img[data-siz="size"] {
    max-width: 100%;
    height: 220px;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 10px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: -53px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    left: 51px;
    top: -53px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967 !important;
  }
  .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;
  }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .reg-sec {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 50px auto 30px;
    padding: 0 10px;
  }
  .reg-sec .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;
  }
  .reg-sec .slick-slider .slick-track,
  .reg-sec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .reg-sec .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .reg-sec .slick-slider .slick-list:focus {
    outline: none;
  }
  .reg-sec .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .reg-sec .slick-slider .slick-track {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .reg-sec .slick-slider .slick-track:before, .reg-sec .slick-slider .slick-track:after {
    content: "";
    display: table;
  }
  .reg-sec .slick-slider .slick-track:after {
    clear: both;
  }
  .slick-loading .reg-sec .slick-slider .slick-track {
    visibility: hidden;
  }
  .reg-sec .slick-slider .slick-track > .cont-box {
    height: 100%;
    margin: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
    background-color: #73c54d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p, .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:hover .over-link {
    top: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #233627;
    top: -100%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div h3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 10px 20px;
    background-color: #ffffff;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card img[data-siz="size"] {
    max-width: 100%;
    height: 180px;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 10px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: -43px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    left: 41px;
    top: -43px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967 !important;
  }
  .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;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .reg-sec {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 50px auto 30px;
    padding: 0 10px;
  }
  .reg-sec .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;
  }
  .reg-sec .slick-slider .slick-track,
  .reg-sec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .reg-sec .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .reg-sec .slick-slider .slick-list:focus {
    outline: none;
  }
  .reg-sec .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .reg-sec .slick-slider .slick-track {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .reg-sec .slick-slider .slick-track:before, .reg-sec .slick-slider .slick-track:after {
    content: "";
    display: table;
  }
  .reg-sec .slick-slider .slick-track:after {
    clear: both;
  }
  .slick-loading .reg-sec .slick-slider .slick-track {
    visibility: hidden;
  }
  .reg-sec .slick-slider .slick-track > .cont-box {
    height: 100%;
    margin: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
    background-color: #73c54d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p, .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:hover .over-link {
    top: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #233627;
    top: -100%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div h3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 10px 20px;
    background-color: #ffffff;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card img[data-siz="size"] {
    max-width: 100%;
    height: 180px;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 10px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: -43px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    left: 41px;
    top: -43px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967 !important;
  }
  .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;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .reg-sec {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 40px auto 20px;
    padding: 0 10px;
  }
  .reg-sec .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;
  }
  .reg-sec .slick-slider .slick-track,
  .reg-sec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .reg-sec .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .reg-sec .slick-slider .slick-list:focus {
    outline: none;
  }
  .reg-sec .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .reg-sec .slick-slider .slick-track {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .reg-sec .slick-slider .slick-track:before, .reg-sec .slick-slider .slick-track:after {
    content: "";
    display: table;
  }
  .reg-sec .slick-slider .slick-track:after {
    clear: both;
  }
  .slick-loading .reg-sec .slick-slider .slick-track {
    visibility: hidden;
  }
  .reg-sec .slick-slider .slick-track > .cont-box {
    height: 100%;
    margin: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
    background-color: #73c54d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p, .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:hover .over-link {
    top: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #233627;
    top: -100%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div h3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 10px 20px;
    background-color: #ffffff;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card img[data-siz="size"] {
    max-width: 100%;
    height: 180px;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 10px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: -43px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    left: 41px;
    top: -43px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967 !important;
  }
  .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;
  }
}

@media (max-width: 575.99px) {
  .reg-sec {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 10px auto 20px;
    padding: 0 10px;
  }
  .reg-sec .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;
  }
  .reg-sec .slick-slider .slick-track,
  .reg-sec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .reg-sec .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .reg-sec .slick-slider .slick-list:focus {
    outline: none;
  }
  .reg-sec .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .reg-sec .slick-slider .slick-track {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .reg-sec .slick-slider .slick-track:before, .reg-sec .slick-slider .slick-track:after {
    content: "";
    display: table;
  }
  .reg-sec .slick-slider .slick-track:after {
    clear: both;
  }
  .slick-loading .reg-sec .slick-slider .slick-track {
    visibility: hidden;
  }
  .reg-sec .slick-slider .slick-track > .cont-box {
    height: 100%;
    margin: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
    background-color: #73c54d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p, .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:hover .over-link {
    top: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #233627;
    top: -100%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div h3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 10px 20px;
    background-color: #ffffff;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card img[data-siz="size"] {
    max-width: 100%;
    height: 180px;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 10px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    text-transform: uppercase;
  }
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: -43px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    left: 41px;
    top: -43px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967 !important;
  }
  .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;
  }
}

@media (max-width: 419.99px) {
  .reg-sec {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 10px auto 20px;
    padding: 0 10px;
  }
  .reg-sec .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;
  }
  .reg-sec .slick-slider .slick-track,
  .reg-sec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .reg-sec .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .reg-sec .slick-slider .slick-list:focus {
    outline: none;
  }
  .reg-sec .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .reg-sec .slick-slider .slick-track {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .reg-sec .slick-slider .slick-track:before, .reg-sec .slick-slider .slick-track:after {
    content: "";
    display: table;
  }
  .reg-sec .slick-slider .slick-track:after {
    clear: both;
  }
  .slick-loading .reg-sec .slick-slider .slick-track {
    visibility: hidden;
  }
  .reg-sec .slick-slider .slick-track > .cont-box {
    height: 100%;
    margin: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card {
    background-color: #73c54d;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card p, .reg-sec .slick-slider .slick-track > .cont-box:nth-of-type(even) .bx-card h3 {
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box:hover .over-link {
    top: 0;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #233627;
    top: -100%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .over-link > div h3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 10px 20px;
    background-color: #ffffff;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card img[data-siz="size"] {
    max-width: 100%;
    height: 150px;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 10px;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .reg-sec .slick-slider .slick-track > .cont-box .bx-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
  }
  .reg-sec .slick-slider .Prevbt {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: -33px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Nextbt {
    position: absolute;
    z-index: 10;
    left: 31px;
    top: -33px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #e1e3e5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reg-sec .slick-slider .Prevbt,
  .reg-sec .slick-slider .Nextbt {
    cursor: pointer;
  }
  .reg-sec .slick-slider .Prevbt:hover,
  .reg-sec .slick-slider .Nextbt:hover {
    background-color: #706967 !important;
  }
  .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;
  }
}

#con3-boardview .con-boardview {
  padding: 30px;
  height: auto !important;
}

#con3-boardview .con-boardview .tex-box {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#con3-boardview .con-boardview .tex-box h2 {
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #17181a !important;
  padding-bottom: 30px;
}

#con3-boardview .con-boardview .tex-box form {
  width: 100%;
  height: 100%;
}

#con3-boardview .con-boardview .tex-box form .group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

#con3-boardview .con-boardview .tex-box form .group label.tit {
  width: 20%;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  padding-right: 20px;
}

#con3-boardview .con-boardview .tex-box form .group input[type="text"].subtit {
  width: 80%;
  height: 30px;
  border: 1px solid #c8c9cc !important;
}

#con3-boardview .con-boardview .tex-box form .group0 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

#con3-boardview .con-boardview .tex-box form .group0 label.tit {
  width: 20%;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  padding-right: 20px;
  margin-bottom: 10px;
}

#con3-boardview .con-boardview .tex-box form .group0 input[type="text"].subtit {
  width: 80%;
  height: 30px;
  border: 1px solid #c8c9cc !important;
}

#con3-boardview .con-boardview .tex-box form .group0 input[type="password"].subtit {
  width: 80%;
  height: 30px;
  border: 1px solid #c8c9cc !important;
}

#con3-boardview .con-boardview .tex-box form .group0 input[type="file"].subtit {
  width: 80%;
  height: 30px;
  border: 0;
}

#con3-boardview .con-boardview .tex-box form .group0 div {
  width: 80%;
}

#con3-boardview .con-boardview .tex-box form .group0 div input[type="checkbox"].subtit {
  border: 0;
}

#con3-boardview .con-boardview .tex-box form .group2 {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

#con3-boardview .con-boardview .tex-box form .group2 label.contt {
  width: 20%;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  padding-right: 20px;
}

#con3-boardview .con-boardview .tex-box form .group2 textarea[name="f_content"] {
  position: relative;
  top: 1px;
}

#con3-boardview .con-boardview .tex-box form .group2 textarea[name="f_content"].subcont {
  width: 80%;
  border: 1px solid #c8c9cc !important;
}

#con3-boardview .con-boardview .tex-box form .group3 {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#con3-boardview .con-boardview .tex-box form .group3 input[data-btn="btn"].btn {
  margin-top: 20px;
  width: 130px;
  height: 35px;
  background-color: #2f3033 !important;
  border: none;
  outline: none;
  color: #ffffff;
  cursor: pointer;
}

#con3-boardview .con-boardview .tex-box form .group4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
}

@media (max-width: 767.99px) and (min-width: 576px) {
  #con3-boardview .con-boardview {
    height: 500px !important;
    background-color: #fff !important;
  }
}

@media (max-width: 575.99px) {
  #con3-boardview .con-boardview {
    padding: 20px 10px;
    height: 630px !important;
    background-color: #fff !important;
  }
  #con3-boardview .con-boardview .tex-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #con3-boardview .con-boardview .tex-box h2 {
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #17181a !important;
    padding-bottom: 30px;
  }
  #con3-boardview .con-boardview .tex-box form {
    width: 100%;
    height: 100%;
  }
  #con3-boardview .con-boardview .tex-box form .group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  #con3-boardview .con-boardview .tex-box form .group label.tit {
    width: 23%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-right: 20px;
  }
  #con3-boardview .con-boardview .tex-box form .group input[type="text"].subtit {
    width: 77%;
    height: 30px;
    border: 1px solid #c8c9cc !important;
  }
  #con3-boardview .con-boardview .tex-box form .group0 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  #con3-boardview .con-boardview .tex-box form .group0 label.tit {
    width: 23%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  #con3-boardview .con-boardview .tex-box form .group0 input[type="text"].subtit {
    width: 77%;
    height: 30px;
    border: 1px solid #c8c9cc !important;
  }
  #con3-boardview .con-boardview .tex-box form .group0 input[type="password"].subtit {
    width: 77%;
    height: 30px;
    border: 1px solid #c8c9cc !important;
  }
  #con3-boardview .con-boardview .tex-box form .group0 input[type="file"].subtit {
    width: 77%;
    height: 30px;
    border: 0;
  }
  #con3-boardview .con-boardview .tex-box form .group2 {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  #con3-boardview .con-boardview .tex-box form .group2 label.contt {
    width: 23%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-right: 20px;
  }
  #con3-boardview .con-boardview .tex-box form .group2 textarea[name="f_content"] {
    position: relative;
    top: 1px;
  }
  #con3-boardview .con-boardview .tex-box form .group2 textarea[name="f_content"].subcont {
    width: 77%;
    height: 100px;
    border: 1px solid #c8c9cc !important;
  }
  #con3-boardview .con-boardview .tex-box form .group3 {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #con3-boardview .con-boardview .tex-box form .group3 input[data-btn="btn"].btn {
    margin-top: 20px;
    width: 130px;
    height: 35px;
    background-color: #2f3033 !important;
    border: none;
    outline: none;
    color: #ffffff;
    cursor: pointer;
  }
}

@media (max-width: 419.99px) {
  #con3-boardview .con-boardview {
    padding: 20px 10px;
  }
  #con3-boardview .con-boardview .tex-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #con3-boardview .con-boardview .tex-box h2 {
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #17181a !important;
    padding-bottom: 30px;
  }
  #con3-boardview .con-boardview .tex-box form {
    width: 100%;
    height: 100%;
  }
  #con3-boardview .con-boardview .tex-box form .group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  #con3-boardview .con-boardview .tex-box form .group label.tit {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  #con3-boardview .con-boardview .tex-box form .group input[type="text"].subtit {
    width: 100%;
    height: 30px;
    border: 1px solid #c8c9cc !important;
  }
  #con3-boardview .con-boardview .tex-box form .group0 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  #con3-boardview .con-boardview .tex-box form .group0 label.tit {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  #con3-boardview .con-boardview .tex-box form .group0 input[type="text"].subtit {
    width: 100%;
    height: 30px;
    border: 1px solid #c8c9cc !important;
  }
  #con3-boardview .con-boardview .tex-box form .group0 input[type="password"].subtit {
    width: 100%;
    height: 30px;
    border: 1px solid #c8c9cc !important;
  }
  #con3-boardview .con-boardview .tex-box form .group0 input[type="file"].subtit {
    width: 100%;
    height: 30px;
    border: 0;
  }
  #con3-boardview .con-boardview .tex-box form .group2 {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  #con3-boardview .con-boardview .tex-box form .group2 label.contt {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  #con3-boardview .con-boardview .tex-box form .group2 textarea[name="f_content"] {
    position: relative;
    top: 1px;
  }
  #con3-boardview .con-boardview .tex-box form .group2 textarea[name="f_content"].subcont {
    width: 100%;
    height: 100px;
    border: 1px solid #c8c9cc !important;
  }
  #con3-boardview .con-boardview .tex-box form .group3 {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #con3-boardview .con-boardview .tex-box form .group3 input[data-btn="btn"].btn {
    margin-top: 20px;
    width: 130px;
    height: 35px;
    background-color: #2f3033 !important;
    border: none;
    outline: none;
    color: #ffffff;
    cursor: pointer;
  }
}

.quickbar {
  position: fixed;
  right: 0;
  top: 205px;
  z-index: 9999;
  background-color: #fff;
}

.quickbar ul {
  border: 1px solid #e0e3e5;
}

.quickbar ul li {
  width: 95px;
  height: 95px;
  border-bottom: 1px solid #e0e3e5;
  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;
  text-align: center;
}

.quickbar ul li a {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #666;
}

.quickbar ul li a span {
  display: block;
}

.quickbar ul .no1 {
  background-color: #40b649;
}

.quickbar ul .no1 a {
  color: #fff;
}

.quickbar ul .no2 {
  height: 90px;
}

.quickbar ul .no2 a span {
  padding-top: 8px;
}

.quickbar ul .no3 {
  height: 90px;
  padding-top: 3px;
  border-bottom: none;
}

.quickbar ul .no3 a img {
  width: 40px;
  height: 40px;
}

.quickbar ul .no3 a span {
  padding-top: 8px;
}

.quickbar button {
  background-color: #dadada;
  position: absolute;
  top: 50%;
  right: -97px;
  width: 46px;
  height: 90px;
  border-radius: 20px  0 0 20px;
  @includeflex (flex,column,center,center):;
  cursor: pointer;
  -webkit-border-radius: 20px  0 0 20px;
  -moz-border-radius: 20px  0 0 20px;
  -ms-border-radius: 20px  0 0 20px;
  -o-border-radius: 20px  0 0 20px;
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .quickbar {
    position: fixed;
    right: 0;
    top: 205px;
    z-index: 9999;
    background-color: #fff;
  }
  .quickbar ul {
    border: 1px solid #e0e3e5;
  }
  .quickbar ul li {
    width: 40px;
    height: 45px;
    margin: 3px;
    border-bottom: 1px solid #e0e3e5;
    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;
    text-align: center;
  }
  .quickbar ul li a {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #666;
  }
  .quickbar ul li a span {
    display: none;
  }
  .quickbar ul .no1 {
    background-color: #40b649;
  }
  .quickbar ul .no1 a {
    color: #fff;
  }
  .quickbar ul .no2 {
    height: 40px;
  }
  .quickbar ul .no2 a span {
    padding-top: 0px;
  }
  .quickbar ul .no3 {
    height: 40px;
    padding-top: 3px;
    border-bottom: none;
  }
  .quickbar ul .no3 a img {
    width: 40px;
    height: 40px;
  }
  .quickbar ul .no3 a span {
    padding-top: 0px;
  }
  .quickbar button {
    background-color: #40b649;
    position: absolute;
    top: 35%;
    right: 48px;
    width: 22px;
    height: 85px;
    border-radius: 20px  0 0 20px;
    @includeflex (flex,column,center,center):;
    cursor: pointer;
    -webkit-border-radius: 20px  0 0 20px;
    -moz-border-radius: 20px  0 0 20px;
    -ms-border-radius: 20px  0 0 20px;
    -o-border-radius: 20px  0 0 20px;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .quickbar {
    position: fixed;
    right: 0;
    top: 270px;
    z-index: 9999;
    background-color: #fff;
  }
  .quickbar ul {
    border: 1px solid #e0e3e5;
  }
  .quickbar ul li {
    width: 40px;
    height: 45px;
    margin: 3px;
    border-bottom: 1px solid #e0e3e5;
    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;
    text-align: center;
  }
  .quickbar ul li a {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #666;
  }
  .quickbar ul li a span {
    display: none;
  }
  .quickbar ul .no1 {
    background-color: #40b649;
  }
  .quickbar ul .no1 a {
    color: #fff;
  }
  .quickbar ul .no2 {
    height: 40px;
  }
  .quickbar ul .no2 a span {
    padding-top: 0px;
  }
  .quickbar ul .no3 {
    height: 40px;
    padding-top: 3px;
    border-bottom: none;
  }
  .quickbar ul .no3 a img {
    width: 40px;
    height: 40px;
  }
  .quickbar ul .no3 a span {
    padding-top: 0px;
  }
  .quickbar button {
    background-color: #40b649;
    position: absolute;
    top: 35%;
    right: 48px;
    width: 22px;
    height: 85px;
    border-radius: 20px  0 0 20px;
    @includeflex (flex,column,center,center):;
    cursor: pointer;
    -webkit-border-radius: 20px  0 0 20px;
    -moz-border-radius: 20px  0 0 20px;
    -ms-border-radius: 20px  0 0 20px;
    -o-border-radius: 20px  0 0 20px;
  }
}

@media (max-width: 575.99px) {
  .quickbar {
    position: fixed;
    right: 0;
    top: 220px;
    z-index: 9999;
    background-color: #fff;
  }
  .quickbar ul {
    border: 1px solid #e0e3e5;
  }
  .quickbar ul li {
    width: 40px;
    height: 45px;
    margin: 3px;
    border-bottom: 1px solid #e0e3e5;
    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;
    text-align: center;
  }
  .quickbar ul li a {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #666;
  }
  .quickbar ul li a span {
    display: none;
  }
  .quickbar ul .no1 {
    background-color: #40b649;
  }
  .quickbar ul .no1 a {
    color: #fff;
  }
  .quickbar ul .no2 {
    height: 40px;
  }
  .quickbar ul .no2 a span {
    padding-top: 0px;
  }
  .quickbar ul .no3 {
    height: 40px;
    padding-top: 3px;
    border-bottom: none;
  }
  .quickbar ul .no3 a img {
    width: 40px;
    height: 40px;
  }
  .quickbar ul .no3 a span {
    padding-top: 0px;
  }
  .quickbar button {
    background-color: #40b649;
    position: absolute;
    top: 35%;
    right: 48px;
    width: 22px;
    height: 85px;
    border-radius: 20px  0 0 20px;
    @includeflex (flex,column,center,center):;
    cursor: pointer;
    -webkit-border-radius: 20px  0 0 20px;
    -moz-border-radius: 20px  0 0 20px;
    -ms-border-radius: 20px  0 0 20px;
    -o-border-radius: 20px  0 0 20px;
  }
}

/* 상품뷰어 */
#view-sec {
  margin: 0;
}

#view-sec .con-view {
  padding: 30px 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#view-sec .con-view .pagenav-bx p {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}

#view-sec .con-view .pagenav-bx p:last-child {
  font-weight: 400;
  color: #47494d !important;
}

#view-sec .con-view .pagenav-bx span {
  font-size: 8px;
  font-weight: 300;
  line-height: 15px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
  margin: 0 5px;
}

#view-sec .con-view .top-box {
  position: relative;
  width: 100%;
  padding-top: 50px;
}

#view-sec .con-view .top-box .left-box {
  position: relative;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#view-sec .con-view .top-box .left-box .gall {
  position: relative;
  width: 100%;
  height: auto;
}

#view-sec .con-view .top-box .left-box .gall .images {
  position: relative;
  width: 100%;
}

#view-sec .con-view .top-box .left-box .gall .images .image {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  height: 600px;
  overflow: hidden;
  display: none;
  border-radius: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#view-sec .con-view .top-box .left-box .gall .images .image.active {
  display: block;
}

#view-sec .con-view .top-box .left-box .gall .images .image.active > a {
  position: absolute;
  outline: none;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(127, 255, 212, 0);
}

#view-sec .con-view .top-box .left-box .gall .images .image .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#view-sec .con-view .top-box .left-box .gall .thumbs {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  text-align: center;
}

#view-sec .con-view .top-box .left-box .gall .thumbs .thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  margin: 4px;
  border: 1px solid transparent;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

#view-sec .con-view .top-box .left-box .gall .thumbs .thumb:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 35px;
  top: -6px;
}

#view-sec .con-view .top-box .left-box .gall .thumbs .thumb.active {
  border-color: silver;
}

#view-sec .con-view .top-box .left-box .gall .thumbs .thumb.active:before {
  border-bottom-color: silver;
}

#view-sec .con-view .top-box .right-box {
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 50px;
}

#view-sec .con-view .top-box .right-box span {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}

#view-sec .con-view .top-box .right-box h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
  padding: 10px 0;
}

#view-sec .con-view .top-box .right-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  width: 100%;
  color: #17181a !important;
  padding: 5px 0;
}

#view-sec .con-view .top-box .right-box p:nth-of-type(1) {
  padding: 10px 0 20px;
  border-bottom: 1px solid #e1e3e5 !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
}

#view-sec .con-view .top-box .right-box p:nth-of-type(2) {
  margin-top: 10px;
}

#view-sec .con-view .top-box .right-box p > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-right: 15px;
  width: 80px;
}

#view-sec .con-view .top-box .right-box h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
  padding: 30px 20px 40px 0;
  border-top: 1px solid #e1e3e5 !important;
  margin-top: 10px;
  width: 100%;
}

#view-sec .con-view .top-box .right-box h4 > span:nth-of-type(1) {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
  width: 80px;
  vertical-align: middle;
}

#view-sec .con-view .top-box .right-box h4 > span:nth-of-type(2) {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-decoration: line-through;
  vertical-align: middle;
  margin-left: 15px;
  color: #47494d !important;
}

#view-sec .con-view .top-box .right-box .count-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: auto;
}

#view-sec .con-view .top-box .right-box .count-box h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
}

#view-sec .con-view .top-box .right-box .count-box .bx-counter {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#view-sec .con-view .top-box .right-box .count-box .bx-counter select {
  /* styling */
  background-color: white;
  border: 1px solid #e1e3e5 !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  padding: 5px 10px;
  /* reset */
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#view-sec .con-view .top-box .right-box .count-box .bx-counter select.minimal {
  width: 100%;
  height: 35px;
  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;
}

#view-sec .con-view .top-box .right-box .count-box .bx-counter select.minimal: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: green;
  outline: 0;
}

#view-sec .con-view .top-box .right-box .count-box .bx-counter select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#view-sec .con-view .top-box .right-box .count-box .bx-counter body {
  background-color: #009fd6;
  font: bold 1em/100% "Helvetica Neue", Arial, sans-serif;
  padding: 2em 0;
  text-align: center;
}

#view-sec .con-view .top-box .right-box .count-box .bx-counter h1 {
  color: white;
  line-height: 120%;
  margin: 0 auto 2rem auto;
  max-width: 30rem;
}

#view-sec .con-view .top-box .right-box .count-box .bx-counter .count-form {
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 20px;
  background-color: #f5f6f8;
}

#view-sec .con-view .top-box .right-box .count-box .bx-counter input[type="text"] {
  display: inline-block;
  width: 100px;
  height: 35px;
  text-align: center;
  border: 1px solid #e1e3e5 !important;
  margin: -5px;
}

#view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover {
  background-color: #2f3033 !important;
}

#view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover[value="+"],
#view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover[value="-"] {
  color: #ffffff;
}

#view-sec .con-view .top-box .right-box .count-box input[type="button"] {
  width: 35px;
  height: 35px;
  background-color: white;
  border: 1px solid #e1e3e5 !important;
  outline: none;
  cursor: pointer;
}

#view-sec .con-view .top-box .right-box .price-box {
  -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;
  width: 100%;
  padding: 30px 0;
}

#view-sec .con-view .top-box .right-box .price-box h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

#view-sec .con-view .top-box .right-box .price-box h5 > span {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}

#view-sec .con-view .top-box .right-box .price-box h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  color: #ae2f69 !important;
  margin-left: 20px;
}

#view-sec .con-view .top-box .right-box .naver-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 44px;
  background-color: #3fb648;
  margin-bottom: 10px;
}

#view-sec .con-view .top-box .right-box .naver-box .btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#view-sec .con-view .top-box .right-box .naver-box .btn a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
}

#view-sec .con-view .top-box .right-box .naver-box .btn a img {
  padding-right: 14px;
  vertical-align: bottom;
}

#view-sec .con-view .top-box .right-box .btn-box {
  -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;
  width: 100%;
  height: 45px;
}

#view-sec .con-view .top-box .right-box .btn-box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #17181a !important;
  color: #17181a !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 2%;
}

#view-sec .con-view .top-box .right-box .btn-box a:hover {
  background-color: #17181a !important;
  color: #ffffff !important;
}

#view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(1) {
  width: 35%;
  margin-left: 0;
}

#view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(2) {
  width: 35%;
}

#view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(3) {
  width: 26%;
}

#view-sec .con-view .top-box .right-box a.npay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  width: 200px;
  height: 45px;
  background-color: #3ec62a;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 45px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}

#view-sec .con-view .top-box .right-box a.npay img {
  width: 60px;
  margin-right: 10px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  #view-sec {
    margin: 0;
  }
  #view-sec .con-view {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #view-sec .con-view .pagenav-bx p {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #view-sec .con-view .pagenav-bx p:last-child {
    font-weight: 400;
    color: #47494d !important;
  }
  #view-sec .con-view .pagenav-bx span {
    font-size: 8px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin: 0 5px;
  }
  #view-sec .con-view .top-box {
    position: relative;
    width: 100%;
    padding-top: 50px;
  }
  #view-sec .con-view .top-box .left-box {
    position: relative;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 10px;
  }
  #view-sec .con-view .top-box .left-box .gall {
    position: relative;
    width: 100%;
    height: auto;
  }
  #view-sec .con-view .top-box .left-box .gall .images {
    position: relative;
    width: 100%;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    height: 500px;
    overflow: hidden;
    display: none;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image.active {
    display: block;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image.active > a {
    position: absolute;
    outline: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(127, 255, 212, 0);
  }
  #view-sec .con-view .top-box .left-box .gall .images .image .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    text-align: center;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    margin: 4px;
    border: 1px solid transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 35px;
    top: -6px;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb.active {
    border-color: silver;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb.active:before {
    border-bottom-color: silver;
  }
  #view-sec .con-view .top-box .right-box {
    width: 50%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px 30px 0;
  }
  #view-sec .con-view .top-box .right-box span {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  #view-sec .con-view .top-box .right-box h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 10px 0;
  }
  #view-sec .con-view .top-box .right-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #17181a !important;
    padding: 5px 0;
  }
  #view-sec .con-view .top-box .right-box p:nth-of-type(1) {
    padding: 10px 0 20px;
    border-bottom: 1px solid #e1e3e5 !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  #view-sec .con-view .top-box .right-box p:nth-of-type(2) {
    margin-top: 10px;
  }
  #view-sec .con-view .top-box .right-box p > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 15px;
    width: 80px;
  }
  #view-sec .con-view .top-box .right-box h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 30px 20px 40px 0;
    border-top: 1px solid #e1e3e5 !important;
    margin-top: 10px;
    width: 100%;
  }
  #view-sec .con-view .top-box .right-box h4 > span:nth-of-type(1) {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    width: 80px;
    vertical-align: middle;
  }
  #view-sec .con-view .top-box .right-box h4 > span:nth-of-type(2) {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-decoration: line-through;
    vertical-align: middle;
    margin-left: 15px;
    color: #47494d !important;
  }
  #view-sec .con-view .top-box .right-box .count-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    background-color: #f5f6f8;
  }
  #view-sec .con-view .top-box .right-box .count-box h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter .count-form {
    width: 100%;
    height: auto;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input[type="text"] {
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    border: 1px solid #e1e3e5 !important;
    margin: -5px;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover {
    background-color: #2f3033 !important;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover[value="+"],
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover[value="-"] {
    color: #ffffff;
  }
  #view-sec .con-view .top-box .right-box .count-box input[type="button"] {
    width: 35px;
    height: 35px;
    background-color: white;
    border: 1px solid #e1e3e5 !important;
    outline: none;
    cursor: pointer;
  }
  #view-sec .con-view .top-box .right-box .price-box {
    -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;
    width: 100%;
    padding: 30px 0;
  }
  #view-sec .con-view .top-box .right-box .price-box h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  #view-sec .con-view .top-box .right-box .price-box h5 > span {
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #view-sec .con-view .top-box .right-box .price-box h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    color: #ae2f69 !important;
    margin-left: 20px;
  }
  #view-sec .con-view .top-box .right-box .btn-box {
    -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;
    width: 100%;
    height: 45px;
  }
  #view-sec .con-view .top-box .right-box .btn-box a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #17181a !important;
    color: #17181a !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #view-sec .con-view .top-box .right-box .btn-box a:hover {
    background-color: #17181a !important;
    color: #ffffff !important;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(1) {
    width: 35%;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(2) {
    width: 35%;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(3) {
    width: 26%;
  }
  #view-sec .con-view .top-box .right-box a.npay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    width: 200px;
    height: 45px;
    background-color: #3ec62a;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  #view-sec .con-view .top-box .right-box a.npay img {
    width: 60px;
    margin-right: 10px;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  #view-sec {
    margin: 0;
  }
  #view-sec .con-view {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #view-sec .con-view .pagenav-bx p {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #view-sec .con-view .pagenav-bx p:last-child {
    font-weight: 400;
    color: #47494d !important;
  }
  #view-sec .con-view .pagenav-bx span {
    font-size: 8px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin: 0 5px;
  }
  #view-sec .con-view .top-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding-top: 50px;
  }
  #view-sec .con-view .top-box .left-box {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
  }
  #view-sec .con-view .top-box .left-box .gall {
    position: relative;
    width: 100%;
    height: auto;
  }
  #view-sec .con-view .top-box .left-box .gall .images {
    position: relative;
    width: 100%;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    height: 500px;
    overflow: hidden;
    display: none;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image.active {
    display: block;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image.active > a {
    position: absolute;
    outline: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(127, 255, 212, 0);
  }
  #view-sec .con-view .top-box .left-box .gall .images .image .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    text-align: center;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    margin: 4px;
    border: 1px solid transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 35px;
    top: -6px;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb.active {
    border-color: silver;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb.active:before {
    border-bottom-color: silver;
  }
  #view-sec .con-view .top-box .right-box {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 70px 30px 30px;
  }
  #view-sec .con-view .top-box .right-box span {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  #view-sec .con-view .top-box .right-box h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 10px 0;
  }
  #view-sec .con-view .top-box .right-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #17181a !important;
    padding: 5px 0;
  }
  #view-sec .con-view .top-box .right-box p:nth-of-type(1) {
    padding: 10px 0 20px;
    border-bottom: 1px solid #e1e3e5 !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  #view-sec .con-view .top-box .right-box p:nth-of-type(2) {
    margin-top: 10px;
  }
  #view-sec .con-view .top-box .right-box p > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 15px;
    width: 80px;
  }
  #view-sec .con-view .top-box .right-box h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 30px 20px 40px 0;
    border-top: 1px solid #e1e3e5 !important;
    margin-top: 10px;
    width: 100%;
  }
  #view-sec .con-view .top-box .right-box h4 > span:nth-of-type(1) {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    width: 80px;
    vertical-align: middle;
  }
  #view-sec .con-view .top-box .right-box h4 > span:nth-of-type(2) {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-decoration: line-through;
    vertical-align: middle;
    margin-left: 15px;
    color: #47494d !important;
  }
  #view-sec .con-view .top-box .right-box .count-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    background-color: #f5f6f8;
    padding: 0px;
  }
  #view-sec .con-view .top-box .right-box .count-box h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter .count-form {
    width: 100%;
    height: auto;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input[type="text"] {
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    border: 1px solid #e1e3e5 !important;
    margin: -5px;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover {
    background-color: #2f3033 !important;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover[value="+"],
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover[value="-"] {
    color: #ffffff;
  }
  #view-sec .con-view .top-box .right-box .count-box input[type="button"] {
    width: 35px;
    height: 35px;
    background-color: white;
    border: 1px solid #e1e3e5 !important;
    outline: none;
    cursor: pointer;
  }
  #view-sec .con-view .top-box .right-box .price-box {
    -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;
    width: 100%;
    padding: 30px 0;
  }
  #view-sec .con-view .top-box .right-box .price-box h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  #view-sec .con-view .top-box .right-box .price-box h5 > span {
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #view-sec .con-view .top-box .right-box .price-box h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    color: #ae2f69 !important;
    margin-left: 20px;
  }
  #view-sec .con-view .top-box .right-box .btn-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 45px;
  }
  #view-sec .con-view .top-box .right-box .btn-box a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #17181a !important;
    color: #17181a !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #view-sec .con-view .top-box .right-box .btn-box a:hover {
    background-color: #17181a !important;
    color: #ffffff !important;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(1) {
    width: 35%;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(2) {
    width: 35%;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(3) {
    width: 26%;
  }
  #view-sec .con-view .top-box .right-box a.npay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    width: 200px;
    height: 45px;
    background-color: #3ec62a;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  #view-sec .con-view .top-box .right-box a.npay img {
    width: 60px;
    margin-right: 10px;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  #view-sec {
    margin: 0;
  }
  #view-sec .con-view {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #view-sec .con-view .pagenav-bx p {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #view-sec .con-view .pagenav-bx p:last-child {
    font-weight: 400;
    color: #47494d !important;
  }
  #view-sec .con-view .pagenav-bx span {
    font-size: 8px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin: 0 5px;
  }
  #view-sec .con-view .top-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding-top: 50px;
  }
  #view-sec .con-view .top-box .left-box {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
  }
  #view-sec .con-view .top-box .left-box .gall {
    position: relative;
    width: 100%;
    height: auto;
  }
  #view-sec .con-view .top-box .left-box .gall .images {
    position: relative;
    width: 100%;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    height: 500px;
    overflow: hidden;
    display: none;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image.active {
    display: block;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image.active > a {
    position: absolute;
    outline: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(127, 255, 212, 0);
  }
  #view-sec .con-view .top-box .left-box .gall .images .image .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    text-align: center;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    margin: 4px;
    border: 1px solid transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 35px;
    top: -6px;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb.active {
    border-color: silver;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb.active:before {
    border-bottom-color: silver;
  }
  #view-sec .con-view .top-box .right-box {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 70px 10px 0;
  }
  #view-sec .con-view .top-box .right-box span {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  #view-sec .con-view .top-box .right-box h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 10px 0;
  }
  #view-sec .con-view .top-box .right-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #17181a !important;
    padding: 5px 0;
  }
  #view-sec .con-view .top-box .right-box p:nth-of-type(1) {
    padding: 10px 0 20px;
    border-bottom: 1px solid #e1e3e5 !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  #view-sec .con-view .top-box .right-box p:nth-of-type(2) {
    margin-top: 10px;
  }
  #view-sec .con-view .top-box .right-box p > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 15px;
    width: 80px;
  }
  #view-sec .con-view .top-box .right-box h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 30px 20px 40px 0;
    border-top: 1px solid #e1e3e5 !important;
    margin-top: 10px;
    width: 100%;
  }
  #view-sec .con-view .top-box .right-box h4 > span:nth-of-type(1) {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    width: 80px;
    vertical-align: middle;
  }
  #view-sec .con-view .top-box .right-box h4 > span:nth-of-type(2) {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-decoration: line-through;
    vertical-align: middle;
    margin-left: 15px;
    color: #47494d !important;
  }
  #view-sec .con-view .top-box .right-box .count-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    background-color: #f5f6f8;
    padding: 0;
  }
  #view-sec .con-view .top-box .right-box .count-box h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter .count-form {
    width: 100%;
    height: auto;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input[type="text"] {
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    border: 1px solid #e1e3e5 !important;
    margin: -5px;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover {
    background-color: #2f3033 !important;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover[value="+"],
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover[value="-"] {
    color: #ffffff;
  }
  #view-sec .con-view .top-box .right-box .count-box input[type="button"] {
    width: 35px;
    height: 35px;
    background-color: white;
    border: 1px solid #e1e3e5 !important;
    outline: none;
    cursor: pointer;
  }
  #view-sec .con-view .top-box .right-box .price-box {
    -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;
    width: 100%;
    padding: 30px 0;
  }
  #view-sec .con-view .top-box .right-box .price-box h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  #view-sec .con-view .top-box .right-box .price-box h5 > span {
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #view-sec .con-view .top-box .right-box .price-box h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    color: #ae2f69 !important;
    margin-left: 20px;
  }
  #view-sec .con-view .top-box .right-box .btn-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 45px;
  }
  #view-sec .con-view .top-box .right-box .btn-box a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #17181a !important;
    color: #17181a !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #view-sec .con-view .top-box .right-box .btn-box a:hover {
    background-color: #17181a !important;
    color: #ffffff !important;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(1) {
    width: 35%;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(2) {
    width: 35%;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(3) {
    width: 26%;
  }
  #view-sec .con-view .top-box .right-box a.npay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    width: 200px;
    height: 45px;
    background-color: #3ec62a;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  #view-sec .con-view .top-box .right-box a.npay img {
    width: 60px;
    margin-right: 10px;
  }
}

@media (max-width: 575.99px) {
  #view-sec {
    margin: 0;
  }
  #view-sec .con-view {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #view-sec .con-view .pagenav-bx p {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #view-sec .con-view .pagenav-bx p:last-child {
    font-weight: 400;
    color: #47494d !important;
  }
  #view-sec .con-view .pagenav-bx span {
    font-size: 8px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin: 0 5px;
  }
  #view-sec .con-view .top-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding-top: 50px;
  }
  #view-sec .con-view .top-box .left-box {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
  }
  #view-sec .con-view .top-box .left-box .gall {
    position: relative;
    width: 100%;
    height: auto;
  }
  #view-sec .con-view .top-box .left-box .gall .images {
    position: relative;
    width: 100%;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    height: 380px;
    overflow: hidden;
    display: none;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image.active {
    display: block;
  }
  #view-sec .con-view .top-box .left-box .gall .images .image.active > a {
    position: absolute;
    outline: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(127, 255, 212, 0);
  }
  #view-sec .con-view .top-box .left-box .gall .images .image .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    text-align: center;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    margin: 4px;
    border: 1px solid transparent;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 35px;
    top: -6px;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb.active {
    border-color: silver;
  }
  #view-sec .con-view .top-box .left-box .gall .thumbs .thumb.active:before {
    border-bottom-color: silver;
  }
  #view-sec .con-view .top-box .right-box {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 70px 10px 0;
  }
  #view-sec .con-view .top-box .right-box span {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  #view-sec .con-view .top-box .right-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 10px 0;
  }
  #view-sec .con-view .top-box .right-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #17181a !important;
    padding: 5px 0;
  }
  #view-sec .con-view .top-box .right-box p:nth-of-type(1) {
    padding: 10px 0 20px;
    border-bottom: 1px solid #e1e3e5 !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  #view-sec .con-view .top-box .right-box p:nth-of-type(2) {
    margin-top: 10px;
  }
  #view-sec .con-view .top-box .right-box p > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 15px;
    width: 80px;
  }
  #view-sec .con-view .top-box .right-box h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 30px 20px 40px 0;
    border-top: 1px solid #e1e3e5 !important;
    margin-top: 10px;
    width: 100%;
  }
  #view-sec .con-view .top-box .right-box h4 > span:nth-of-type(1) {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    width: 80px;
    vertical-align: middle;
  }
  #view-sec .con-view .top-box .right-box h4 > span:nth-of-type(2) {
    position: absolute;
    margin-top: -60px;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-decoration: line-through;
    vertical-align: middle;
    margin-left: 90px;
    color: #47494d !important;
  }
  #view-sec .con-view .top-box .right-box .count-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    background-color: #f5f6f8;
    padding: 10px;
  }
  #view-sec .con-view .top-box .right-box .count-box h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter .count-form {
    width: 100%;
    height: auto;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input[type="text"] {
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    border: 1px solid #e1e3e5 !important;
    margin: -5px;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover {
    background-color: #2f3033 !important;
  }
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover[value="+"],
  #view-sec .con-view .top-box .right-box .count-box .bx-counter input.btn-counter:hover[value="-"] {
    color: #ffffff;
  }
  #view-sec .con-view .top-box .right-box .count-box input[type="button"] {
    width: 35px;
    height: 35px;
    background-color: white;
    border: 1px solid #e1e3e5 !important;
    outline: none;
    cursor: pointer;
  }
  #view-sec .con-view .top-box .right-box .price-box {
    -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;
    width: 100%;
    padding: 30px 0;
  }
  #view-sec .con-view .top-box .right-box .price-box h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  #view-sec .con-view .top-box .right-box .price-box h5 > span {
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  #view-sec .con-view .top-box .right-box .price-box h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    color: #ae2f69 !important;
    margin-left: 20px;
  }
  #view-sec .con-view .top-box .right-box .btn-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 45px;
  }
  #view-sec .con-view .top-box .right-box .btn-box a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #17181a !important;
    color: #17181a !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #view-sec .con-view .top-box .right-box .btn-box a:hover {
    background-color: #17181a !important;
    color: #ffffff !important;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(1) {
    width: 35%;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(2) {
    width: 35%;
  }
  #view-sec .con-view .top-box .right-box .btn-box > a:nth-of-type(3) {
    width: 26%;
  }
  #view-sec .con-view .top-box .right-box a.npay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    width: 200px;
    height: 45px;
    background-color: #3ec62a;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  #view-sec .con-view .top-box .right-box a.npay img {
    width: 60px;
    margin-right: 10px;
  }
}

.con1-tit-sec {
  padding-top: 100px;
}

.con1-tit-sec .con-1-tit .tit-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

.con1-tit-sec .con-1-tit .tit-box h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-top: 20px;
}

.con1-tit-sec .con-1-tit .tit-box h3::after {
  width: 30px;
  height: 2px;
  margin-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2f3033 !important;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .con1-tit-sec {
    padding-top: 40px;
  }
  .con1-tit-sec .con-1-tit .tit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .con1-tit-sec .con-1-tit .tit-box h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 20px;
  }
  .con1-tit-sec .con-1-tit .tit-box h3::after {
    width: 30px;
    height: 2px;
    margin-top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #2f3033 !important;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .con1-tit-sec {
    padding-top: 40px;
  }
  .con1-tit-sec .con-1-tit .tit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .con1-tit-sec .con-1-tit .tit-box h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 20px;
  }
  .con1-tit-sec .con-1-tit .tit-box h3::after {
    width: 30px;
    height: 2px;
    margin-top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #2f3033 !important;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .con1-tit-sec {
    padding-top: 40px;
    height: auto !important;
  }
  .con1-tit-sec .con-1-tit .tit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .con1-tit-sec .con-1-tit .tit-box h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 20px;
  }
  .con1-tit-sec .con-1-tit .tit-box h3::after {
    width: 30px;
    height: 2px;
    margin-top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #2f3033 !important;
  }
}

@media (max-width: 575.99px) {
  .con1-tit-sec {
    padding-top: 40px;
  }
  .con1-tit-sec .con-1-tit .tit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .con1-tit-sec .con-1-tit .tit-box h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 20px;
  }
  .con1-tit-sec .con-1-tit .tit-box h3::after {
    width: 30px;
    height: 2px;
    margin-top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #2f3033 !important;
  }
}

.tab-sec {
  width: 100%;
}

.tab-sec .tab-top {
  position: relative;
  width: 100%;
  height: 100px;
}

.tab-sec .tab-nav {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: white;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.tab-sec .tab-nav.tab-fixed {
  z-index: 100;
  border-bottom: 1px solid #e1e3e5 !important;
  -webkit-box-shadow: 0 0 15px 0px #e1e3e5 !important;
          box-shadow: 0 0 15px 0px #e1e3e5 !important;
}

.tab-sec .tab-nav .con-tab {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-sec .tab-nav .con-tab > .tab-box {
  width: 25%;
  height: 100%;
}

.tab-sec .tab-nav .con-tab > .tab-box > a {
  padding: 25px 0;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tab-sec .tab-nav .con-tab > .tab-box > a:hover {
  background-color: #a09b9a !important;
  color: #ffffff !important;
}

.content1-sec {
  padding-top: 50px;
}

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

.content1-sec .con-cont .cont-box h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Noto Serif KR", serif !important;
  color: #2f3033 !important;
  margin-bottom: 20px;
}

.content1-sec .con-cont .cont-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: left;
  width: 60%;
  color: #47494d !important;
  margin-bottom: 20px;
}

.content1-sec .con-cont .cont-box img {
  max-width: 100%;
  height: auto;
}

.content2-sec {
  padding-top: 50px;
}

.content2-sec .con-cont {
  padding: 60px 50px;
}

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

.content2-sec .con-cont .cont-box .tit-box {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content2-sec .con-cont .cont-box .tit-box .left-bx {
  -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;
  width: 70%;
}

.content2-sec .con-cont .cont-box .tit-box .left-bx h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Frank Ruhl Libre", serif !important;
  margin-bottom: 20px;
}

.content2-sec .con-cont .cont-box .tit-box .right-bx {
  -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;
  width: 30%;
}

.content2-sec .con-cont .cont-box .tit-box .right-bx > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 30px;
  background-color: #2f3033 !important;
  border: none;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
}

.content2-sec .con-cont .cont-box .review-box {
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #2f3033 !important;
}

.content2-sec .con-cont .cont-box .review-box > dt {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e1e3e5 !important;
}

.content2-sec .con-cont .cont-box .review-box > dt a {
  width: 70%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.content2-sec .con-cont .cont-box .review-box > dt > div {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.content2-sec .con-cont .cont-box .review-box > dt > div p:last-child {
  padding: 0 20px 0 30px;
}

.content2-sec .con-cont .cont-box .review-box dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #e1e3e5 !important;
  padding: 10px 30px;
}

.content2-sec .con-cont .cont-box .review-box dd img {
  float: left;
  max-height: 100px;
  max-width: 150px;
}

.content2-sec .con-cont .cont-box .review-box dd p {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  padding: 0 30px;
}

.content3-sec {
  padding-top: 50px;
}

.content3-sec .con-cont {
  padding: 60px 50px;
}

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

.content3-sec .con-cont .cont-box .tit-box {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content3-sec .con-cont .cont-box .tit-box .left-bx {
  -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;
  width: 70%;
}

.content3-sec .con-cont .cont-box .tit-box .left-bx h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Frank Ruhl Libre", serif !important;
  margin-bottom: 20px;
}

.content3-sec .con-cont .cont-box .tit-box .right-bx {
  -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;
  width: 30%;
}

.content3-sec .con-cont .cont-box .tit-box .right-bx > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 30px;
  background-color: #2f3033 !important;
  border: none;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
}

.content3-sec .con-cont .cont-box .review-box {
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #2f3033 !important;
}

.content3-sec .con-cont .cont-box .review-box > dt {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e1e3e5 !important;
}

.content3-sec .con-cont .cont-box .review-box > dt a {
  width: 70%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.content3-sec .con-cont .cont-box .review-box > dt > div {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.content3-sec .con-cont .cont-box .review-box > dt > div p:last-child {
  padding: 0 20px 0 30px;
}

.content3-sec .con-cont .cont-box .review-box dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #e1e3e5 !important;
  padding: 10px 30px;
}

.content3-sec .con-cont .cont-box .review-box dd img {
  float: left;
  max-height: 100px;
  max-width: 150px;
}

.content3-sec .con-cont .cont-box .review-box dd p {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  padding: 0 30px;
}

.content4-sec .con-cont {
  padding: 130px 50px 30px;
}

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

.content4-sec .con-cont .cont-box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 30px;
}

.content4-sec .con-cont .cont-box > ul {
  width: 100%;
  padding-left: 20px;
}

.content4-sec .con-cont .cont-box > ul > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.content4-sec .con-cont .cont-box > ul > li .red {
  color: #e0000a;
}

.content4-sec .con-cont .cont-box > ul > li > ul {
  width: 100%;
  margin-bottom: 20px;
}

.content4-sec .con-cont .cont-box > ul > li > ul > li {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  padding-left: 20px;
}

.content4-sec .con-cont .cont-box > ul > li > ul > li .red {
  color: #e0000a;
}

.content4-sec .con-cont .cont-box > ul > li > ul .gap {
  padding-left: 4%;
}

.content4-sec .con-cont .cont-box > ul > li dl.no1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 20px;
}

.content4-sec .con-cont .cont-box > ul > li dl.no1 dt {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #333;
  text-align: center;
  padding: 10px 0;
  background-color: #f4f4f4;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.content4-sec .con-cont .cont-box > ul > li dl.no1 dt:nth-of-type(1) {
  width: 20%;
  border-left: 1px solid #ccc;
}

.content4-sec .con-cont .cont-box > ul > li dl.no1 dt:nth-of-type(2), .content4-sec .con-cont .cont-box > ul > li dl.no1 dt:nth-of-type(3) {
  width: 40%;
}

.content4-sec .con-cont .cont-box > ul > li dl.no1 dd {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #333;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  padding: 10px 0;
}

.content4-sec .con-cont .cont-box > ul > li dl.no1 dd:nth-of-type(1) {
  width: 20%;
  border-left: 1px solid #ccc;
  background-color: #f4f4f4;
}

.content4-sec .con-cont .cont-box > ul > li dl.no1 dd:nth-of-type(2), .content4-sec .con-cont .cont-box > ul > li dl.no1 dd:nth-of-type(3) {
  width: 40%;
}

.content4-sec .con-cont .cont-box > ul > li dl.no2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.content4-sec .con-cont .cont-box > ul > li dl.no2 dt {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #333;
  text-align: center;
  padding: 10px 0;
  background-color: #f4f4f4;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 25%;
}

.content4-sec .con-cont .cont-box > ul > li dl.no2 dt br {
  display: none;
}

.content4-sec .con-cont .cont-box > ul > li dl.no2 dd {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #333;
  text-align: left;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px 20px;
  width: 75%;
}

.content4-sec .con-cont .cont-box > ul > li dl.no2 dd .red {
  color: #e0000a;
}

.content4-sec .con-cont .cont-box > ul > li dl.no2:nth-last-of-type(1) dt {
  border-bottom: 1px solid #ccc;
}

.content4-sec .con-cont .cont-box > ul > li dl.no2:nth-last-of-type(1) dd {
  border-bottom: 1px solid #ccc;
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .tab-sec {
    width: 100%;
  }
  .tab-sec .tab-top {
    position: relative;
    width: 100%;
    height: 100px;
  }
  .tab-sec .tab-nav {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 70px;
    background-color: white;
  }
  .tab-sec .tab-nav.tab-fixed {
    border-bottom: 1px solid #e1e3e5 !important;
    -webkit-box-shadow: 0 0 15px 0px #e1e3e5 !important;
            box-shadow: 0 0 15px 0px #e1e3e5 !important;
  }
  .tab-sec .tab-nav .con-tab {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tab-sec .tab-nav .con-tab > .tab-box {
    width: 25%;
    height: 100%;
  }
  .tab-sec .tab-nav .con-tab > .tab-box > a {
    padding: 25px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .tab-sec .tab-nav .con-tab > .tab-box > a:hover {
    background-color: #a09b9a !important;
    color: #ffffff !important;
  }
  .content1-sec {
    padding-top: 50px;
  }
  .content1-sec .con-cont .cont-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content1-sec .con-cont .cont-box h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Noto Serif KR", serif !important;
    color: #2f3033 !important;
    margin-bottom: 20px;
  }
  .content1-sec .con-cont .cont-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: left;
    width: 60%;
    color: #47494d !important;
    margin-bottom: 20px;
  }
  .content1-sec .con-cont .cont-box img {
    max-width: 100%;
    height: auto;
  }
  .content2-sec {
    padding-top: 50px;
  }
  .content2-sec .con-cont {
    padding: 60px 20px;
  }
  .content2-sec .con-cont .cont-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .content2-sec .con-cont .cont-box .tit-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content2-sec .con-cont .cont-box .tit-box .left-bx {
    -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;
    width: 70%;
  }
  .content2-sec .con-cont .cont-box .tit-box .left-bx h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .content2-sec .con-cont .cont-box .tit-box .right-bx {
    -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;
    width: 30%;
  }
  .content2-sec .con-cont .cont-box .tit-box .right-bx > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    height: 30px;
    background-color: #2f3033 !important;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .content2-sec .con-cont .cont-box .review-box {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px solid #2f3033 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt a {
    width: 70%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt > div {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt > div p:last-child {
    padding: 0 20px 0 30px;
  }
  .content2-sec .con-cont .cont-box .review-box dd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #e1e3e5 !important;
    padding: 10px 30px;
  }
  .content2-sec .con-cont .cont-box .review-box dd img {
    float: left;
    max-height: 100px;
    max-width: 150px;
  }
  .content2-sec .con-cont .cont-box .review-box dd p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    padding: 0 30px;
  }
  .content3-sec {
    padding-top: 50px;
  }
  .content3-sec .con-cont {
    padding: 60px 20px;
  }
  .content3-sec .con-cont .cont-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .content3-sec .con-cont .cont-box .tit-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content3-sec .con-cont .cont-box .tit-box .left-bx {
    -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;
    width: 70%;
  }
  .content3-sec .con-cont .cont-box .tit-box .left-bx h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .content3-sec .con-cont .cont-box .tit-box .right-bx {
    -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;
    width: 30%;
  }
  .content3-sec .con-cont .cont-box .tit-box .right-bx > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    height: 30px;
    background-color: #2f3033 !important;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .content3-sec .con-cont .cont-box .review-box {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px solid #2f3033 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt a {
    width: 70%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt > div {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt > div p:last-child {
    padding: 0 20px 0 30px;
  }
  .content3-sec .con-cont .cont-box .review-box dd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #e1e3e5 !important;
    padding: 10px 30px;
  }
  .content3-sec .con-cont .cont-box .review-box dd img {
    float: left;
    max-height: 100px;
    max-width: 150px;
  }
  .content3-sec .con-cont .cont-box .review-box dd p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    padding: 0 30px;
  }
  .content4-sec .con-cont {
    padding: 130px 20px 30px;
  }
  .content4-sec .con-cont .cont-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content4-sec .con-cont .cont-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 30px;
  }
  .content4-sec .con-cont .cont-box > ul {
    padding-left: 20px;
  }
  .content4-sec .con-cont .cont-box > ul > li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content4-sec .con-cont .cont-box > ul > li > ul {
    margin-bottom: 20px;
  }
  .content4-sec .con-cont .cont-box > ul > li > ul > li {
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    padding-left: 20px;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no2 dt br {
    display: inline;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .blocker {
    z-index: 999999 !important;
  }
  .blocker .modal {
    z-index: 999999 !important;
  }
  .tab-sec {
    width: 100%;
  }
  .tab-sec .tab-top {
    position: relative;
    width: 100%;
    height: 50px;
  }
  .tab-sec .tab-nav {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 70px;
    background-color: white;
  }
  .tab-sec .tab-nav.tab-fixed {
    border-bottom: 1px solid #e1e3e5 !important;
    -webkit-box-shadow: 0 0 15px 0px #e1e3e5 !important;
            box-shadow: 0 0 15px 0px #e1e3e5 !important;
  }
  .tab-sec .tab-nav .con-tab {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tab-sec .tab-nav .con-tab > .tab-box {
    width: 25%;
    height: 100%;
  }
  .tab-sec .tab-nav .con-tab > .tab-box > a {
    padding: 25px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .tab-sec .tab-nav .con-tab > .tab-box > a:hover {
    background-color: #a09b9a !important;
    color: #ffffff !important;
  }
  .content1-sec {
    padding-top: 50px;
  }
  .content1-sec .con-cont .cont-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content1-sec .con-cont .cont-box h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Noto Serif KR", serif !important;
    color: #2f3033 !important;
    margin-bottom: 20px;
  }
  .content1-sec .con-cont .cont-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: left;
    width: 60%;
    color: #47494d !important;
    margin-bottom: 20px;
  }
  .content1-sec .con-cont .cont-box img {
    max-width: 100%;
    height: auto;
  }
  .content2-sec {
    padding-top: 50px;
  }
  .content2-sec .con-cont {
    padding: 60px 20px;
  }
  .content2-sec .con-cont .cont-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .content2-sec .con-cont .cont-box .tit-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content2-sec .con-cont .cont-box .tit-box .left-bx {
    -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;
    width: 70%;
  }
  .content2-sec .con-cont .cont-box .tit-box .left-bx h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .content2-sec .con-cont .cont-box .tit-box .right-bx {
    -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;
    width: 30%;
  }
  .content2-sec .con-cont .cont-box .tit-box .right-bx > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    height: 30px;
    background-color: #2f3033 !important;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .content2-sec .con-cont .cont-box .review-box {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px solid #2f3033 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt a {
    width: 70%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt > div {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt > div p:last-child {
    padding: 0 20px 0 30px;
  }
  .content2-sec .con-cont .cont-box .review-box dd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #e1e3e5 !important;
    padding: 10px 30px;
  }
  .content2-sec .con-cont .cont-box .review-box dd img {
    float: left;
    max-height: 100px;
    max-width: 150px;
  }
  .content2-sec .con-cont .cont-box .review-box dd p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    padding: 0 30px;
  }
  .content3-sec {
    padding-top: 50px;
  }
  .content3-sec .con-cont {
    padding: 60px 20px;
  }
  .content3-sec .con-cont .cont-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .content3-sec .con-cont .cont-box .tit-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content3-sec .con-cont .cont-box .tit-box .left-bx {
    -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;
    width: 70%;
  }
  .content3-sec .con-cont .cont-box .tit-box .left-bx h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .content3-sec .con-cont .cont-box .tit-box .right-bx {
    -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;
    width: 30%;
  }
  .content3-sec .con-cont .cont-box .tit-box .right-bx > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    height: 30px;
    background-color: #2f3033 !important;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .content3-sec .con-cont .cont-box .review-box {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px solid #2f3033 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt a {
    width: 70%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt > div {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt > div p:last-child {
    padding: 0 20px 0 30px;
  }
  .content3-sec .con-cont .cont-box .review-box dd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #e1e3e5 !important;
    padding: 10px 30px;
  }
  .content3-sec .con-cont .cont-box .review-box dd img {
    float: left;
    max-height: 100px;
    max-width: 150px;
  }
  .content3-sec .con-cont .cont-box .review-box dd p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    padding: 0 30px;
  }
  .content4-sec .con-cont {
    padding: 130px 20px 30px;
  }
  .content4-sec .con-cont .cont-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content4-sec .con-cont .cont-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 30px;
  }
  .content4-sec .con-cont .cont-box > ul {
    padding-left: 20px;
  }
  .content4-sec .con-cont .cont-box > ul > li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content4-sec .con-cont .cont-box > ul > li > ul {
    margin-bottom: 20px;
  }
  .content4-sec .con-cont .cont-box > ul > li > ul > li {
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    padding-left: 20px;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no2 dt br {
    display: inline;
  }
}

@media (max-width: 575.99px) {
  .tab-sec {
    width: 100%;
  }
  .tab-sec .tab-top {
    position: relative;
    width: 100%;
    height: 50px;
  }
  .tab-sec .tab-nav {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 70px;
    background-color: white;
  }
  .tab-sec .tab-nav.tab-fixed {
    border-bottom: 1px solid #e1e3e5 !important;
    -webkit-box-shadow: 0 0 15px 0px #e1e3e5 !important;
            box-shadow: 0 0 15px 0px #e1e3e5 !important;
  }
  .tab-sec .tab-nav .con-tab {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tab-sec .tab-nav .con-tab > .tab-box {
    width: 25%;
    height: 100%;
  }
  .tab-sec .tab-nav .con-tab > .tab-box > a {
    padding: 25px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .tab-sec .tab-nav .con-tab > .tab-box > a:hover {
    background-color: #a09b9a !important;
    color: #ffffff !important;
  }
  .content1-sec {
    padding-top: 50px;
  }
  .content1-sec .con-cont .cont-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  .content1-sec .con-cont .cont-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  .content1-sec .con-cont .cont-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: left;
    width: 90%;
    color: #47494d !important;
    margin-bottom: 30px;
  }
  .content1-sec .con-cont .cont-box img {
    max-width: 100%;
    height: auto;
  }
  .content2-sec {
    padding-top: 50px;
  }
  .content2-sec .con-cont {
    padding: 60px 10px;
  }
  .content2-sec .con-cont .cont-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .content2-sec .con-cont .cont-box .tit-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content2-sec .con-cont .cont-box .tit-box .left-bx {
    -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;
    width: 70%;
  }
  .content2-sec .con-cont .cont-box .tit-box .left-bx h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 5px;
  }
  .content2-sec .con-cont .cont-box .tit-box .right-bx {
    -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;
    width: 30%;
  }
  .content2-sec .con-cont .cont-box .tit-box .right-bx > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    height: 30px;
    background-color: #2f3033 !important;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .content2-sec .con-cont .cont-box .review-box {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px solid #2f3033 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt {
    position: relative;
    width: 100%;
    height: 90px;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt a {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content2-sec .con-cont .cont-box .review-box > dt > div p:last-child {
    padding: 0 20px 0 30px;
  }
  .content2-sec .con-cont .cont-box .review-box dd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #e1e3e5 !important;
    padding: 10px 10px;
  }
  .content2-sec .con-cont .cont-box .review-box dd img {
    float: left;
    max-height: 100px;
    max-width: 150px;
  }
  .content2-sec .con-cont .cont-box .review-box dd p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    padding: 20px 10px;
    width: 80% !important;
    word-break: break-all;
  }
  .content3-sec {
    padding-top: 50px;
  }
  .content3-sec .con-cont {
    padding: 60px 10px;
  }
  .content3-sec .con-cont .cont-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .content3-sec .con-cont .cont-box .tit-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content3-sec .con-cont .cont-box .tit-box .left-bx {
    -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;
    width: 70%;
  }
  .content3-sec .con-cont .cont-box .tit-box .left-bx h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 5px;
  }
  .content3-sec .con-cont .cont-box .tit-box .right-bx {
    -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;
    width: 30%;
  }
  .content3-sec .con-cont .cont-box .tit-box .right-bx > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    height: 30px;
    background-color: #2f3033 !important;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .content3-sec .con-cont .cont-box .review-box {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px solid #2f3033 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt {
    position: relative;
    width: 100%;
    height: 90px;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt a {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content3-sec .con-cont .cont-box .review-box > dt > div p:last-child {
    padding: 0 20px 0 30px;
  }
  .content3-sec .con-cont .cont-box .review-box dd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #e1e3e5 !important;
    padding: 10px 10px;
  }
  .content3-sec .con-cont .cont-box .review-box dd img {
    float: left;
    max-height: 100px;
    max-width: 150px;
  }
  .content3-sec .con-cont .cont-box .review-box dd p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    padding: 20px 10px;
    width: 80% !important;
    word-break: break-all;
  }
  .content4-sec .con-cont {
    padding: 110px 10px 0;
  }
  .content4-sec .con-cont .cont-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content4-sec .con-cont .cont-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 30px;
  }
  .content4-sec .con-cont .cont-box > ul {
    padding-left: 0px;
  }
  .content4-sec .con-cont .cont-box > ul > li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .content4-sec .con-cont .cont-box > ul > li > ul {
    margin-bottom: 20px;
  }
  .content4-sec .con-cont .cont-box > ul > li > ul > li {
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    padding-left: 0px;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: 20px;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no1 dt {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #333;
    text-align: center;
    padding: 10px 0;
    background-color: #f4f4f4;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no1 dt:nth-of-type(1) {
    width: 18%;
    border-left: 1px solid #ccc;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no1 dt:nth-of-type(2) {
    width: 44%;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no1 dt:nth-of-type(3) {
    width: 38%;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no1 dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #333;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    padding: 10px 0;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no1 dd:nth-of-type(1) {
    width: 18%;
    border-left: 1px solid #ccc;
    background-color: #f4f4f4;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no1 dd:nth-of-type(2) {
    width: 44%;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no1 dd:nth-of-type(3) {
    width: 38%;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no2 dt {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #333;
    text-align: center;
    padding: 10px 0;
    background-color: #f4f4f4;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100%;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no2 dt br {
    display: none;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no2 dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #333;
    text-align: left;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px 20px;
    width: 100%;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no2 dd .red {
    color: #e0000a;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no2:nth-last-of-type(1) dt {
    border-bottom: 0;
  }
  .content4-sec .con-cont .cont-box > ul > li dl.no2:nth-last-of-type(1) dd {
    border-bottom: 1px solid #ccc;
  }
}
/*# sourceMappingURL=view.css.map */