@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=Noto+Serif+KR:200,300");
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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=Lato:700,900'); */
/* 오버레이 */
/* background-image */
/* 원형 박스 */
/* transform */
/* 쇼핑몰 뷰어 */
input[id="item-1"] + label.label-box {
  left: 0;
}

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

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: black;
  z-index: 9900;
  text-align: center;
}

#loading #loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 50%;
  -webkit-animation: topIn 1.5s ease-out 0s both;
          animation: topIn 1.5s ease-out 0s both;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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

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

@-webkit-keyframes nologo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes nologo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@media (max-width: 991.99px) {
  #headsec {
    display: none;
  }
}

@media (min-width: 992px) {
  .monav-sec,
  .momenu-bg {
    display: none;
  }
}

header {
  z-index: 8000;
}

header.head-down {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #e1e3e5 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.head-up {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #e1e3e5 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.head-up .head-box {
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.head-up nav {
  height: 50px;
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.head-up .mega1-box, header.head-up .mega2-box, header.head-up .mega3-box, header.head-up .mega4-box, header.head-up .mega5-box {
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .head-box {
  width: 100%;
  height: 180px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .head-box .left-box {
  width: 20%;
}

header .head-box .left-box .sns-bx {
  width: 100%;
  margin-top: 40px;
  margin-left: 45px;
}

header .head-box .left-box .sns-bx > img {
  width: calc(14px * 1);
  height: calc(17px * 1);
  margin-right: 7px;
}

header .head-box .center-box {
  width: 60%;
  -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;
}

header .head-box .center-box > a > img {
  width: 95%;
}

header .head-box .right-box {
  width: 20%;
}

header nav {
  height: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header nav.navi .con-nav {
  height: 100%;
}

header nav.navi .con-nav .menu-box {
  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;
  margin-bottom: 0px;
}

header nav.navi .con-nav .menu-box > li {
  position: relative;
  width: 20%;
  height: 100%;
}

header nav.navi .con-nav .menu-box > li:nth-of-type(1) > a.open {
  background-color: #6db1bc;
  color: #ffffff !important;
}

header nav.navi .con-nav .menu-box > li:nth-of-type(2) > a.open {
  background-color: #d4828a;
  color: #ffffff !important;
}

header nav.navi .con-nav .menu-box > li:nth-of-type(3) > a.open {
  background-color: #acd482;
  color: #ffffff !important;
}

header nav.navi .con-nav .menu-box > li:nth-of-type(4) > a.open {
  background-color: #829ed4;
  color: #ffffff !important;
}

header nav.navi .con-nav .menu-box > li:nth-of-type(5) > a.open {
  background-color: #bf82d4;
  color: #ffffff !important;
}

header nav.navi .con-nav .menu-box > li > 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: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
}

header .mega1-box, header .mega2-box, header .mega3-box, header .mega4-box, header .mega5-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .mega1-box .con-mega .left-bx, header .mega2-box .con-mega .left-bx, header .mega3-box .con-mega .left-bx, header .mega4-box .con-mega .left-bx, header .mega5-box .con-mega .left-bx {
  width: 250px;
}

header .mega1-box .con-mega .left-bx .submenu-box, header .mega2-box .con-mega .left-bx .submenu-box, header .mega3-box .con-mega .left-bx .submenu-box, header .mega4-box .con-mega .left-bx .submenu-box, header .mega5-box .con-mega .left-bx .submenu-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: 30px;
}

header .mega1-box .con-mega .left-bx .submenu-box::after, header .mega2-box .con-mega .left-bx .submenu-box::after, header .mega3-box .con-mega .left-bx .submenu-box::after, header .mega4-box .con-mega .left-bx .submenu-box::after, header .mega5-box .con-mega .left-bx .submenu-box::after {
  top: 30px;
  width: 1px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0;
}

header .mega1-box .con-mega .left-bx .submenu-box > li a.sub-menu, header .mega2-box .con-mega .left-bx .submenu-box > li a.sub-menu, header .mega3-box .con-mega .left-bx .submenu-box > li a.sub-menu, header .mega4-box .con-mega .left-bx .submenu-box > li a.sub-menu, header .mega5-box .con-mega .left-bx .submenu-box > li a.sub-menu {
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

header .mega1-box .con-mega .right-bx, header .mega2-box .con-mega .right-bx, header .mega3-box .con-mega .right-bx, header .mega4-box .con-mega .right-bx, header .mega5-box .con-mega .right-bx {
  width: calc(100% - 250px);
}

header .mega1-box .con-mega .right-bx .items-box, header .mega2-box .con-mega .right-bx .items-box, header .mega3-box .con-mega .right-bx .items-box, header .mega4-box .con-mega .right-bx .items-box, header .mega5-box .con-mega .right-bx .items-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%;
  height: 100%;
  padding: 30px;
}

header .mega1-box .con-mega .right-bx .items-box .item-box, header .mega2-box .con-mega .right-bx .items-box .item-box, header .mega3-box .con-mega .right-bx .items-box .item-box, header .mega4-box .con-mega .right-bx .items-box .item-box, header .mega5-box .con-mega .right-bx .items-box .item-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: 250px;
  height: 100%;
  margin-left: 20px;
}

header .mega1-box .con-mega .right-bx .items-box .item-box .top-bx, header .mega2-box .con-mega .right-bx .items-box .item-box .top-bx, header .mega3-box .con-mega .right-bx .items-box .item-box .top-bx, header .mega4-box .con-mega .right-bx .items-box .item-box .top-bx, header .mega5-box .con-mega .right-bx .items-box .item-box .top-bx {
  width: 100%;
  height: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

header .mega1-box .con-mega .right-bx .items-box .item-box .bot-bx, header .mega2-box .con-mega .right-bx .items-box .item-box .bot-bx, header .mega3-box .con-mega .right-bx .items-box .item-box .bot-bx, header .mega4-box .con-mega .right-bx .items-box .item-box .bot-bx, header .mega5-box .con-mega .right-bx .items-box .item-box .bot-bx {
  -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: 30%;
  padding: 10px;
}

header .mega1-box .con-mega .right-bx .items-box .item-box .bot-bx p, header .mega2-box .con-mega .right-bx .items-box .item-box .bot-bx p, header .mega3-box .con-mega .right-bx .items-box .item-box .bot-bx p, header .mega4-box .con-mega .right-bx .items-box .item-box .bot-bx p, header .mega5-box .con-mega .right-bx .items-box .item-box .bot-bx p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}

header .mega1-box .con-mega .right-bx .items-box .item-box .bot-bx h3, header .mega2-box .con-mega .right-bx .items-box .item-box .bot-bx h3, header .mega3-box .con-mega .right-bx .items-box .item-box .bot-bx h3, header .mega4-box .con-mega .right-bx .items-box .item-box .bot-bx h3, header .mega5-box .con-mega .right-bx .items-box .item-box .bot-bx h3 {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}

header .mega1-box.open, header .mega2-box.open, header .mega3-box.open, header .mega4-box.open, header .mega5-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mega1-box {
  width: 100%;
  height: 300px;
  background-color: #6db1bc;
  display: none;
}

header .mega2-box {
  width: 100%;
  height: 300px;
  background-color: #d4828a;
  display: none;
}

header .mega2-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mega3-box {
  width: 100%;
  height: 300px;
  background-color: #acd482;
  display: none;
}

header .mega3-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mega4-box {
  width: 100%;
  height: 300px;
  background-color: #829ed4;
  display: none;
}

header .mega4-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mega5-box {
  width: 100%;
  height: 300px;
  background-color: #bf82d4;
  display: none;
}

header .mega5-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.monav-sec .top-box {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 40px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.monav-sec .top-box .left-bx {
  width: 50%;
  padding: 0 10px;
}

.monav-sec .top-box .left-bx.mo-show .mobt-box {
  width: 40px;
  height: 100%;
  -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;
}

.monav-sec .top-box .left-bx.mo-show .mobt-box > span {
  position: absolute;
  width: 0px;
  height: 2px;
  margin-left: -15px;
  background-color: #2f3033 !important;
}

.monav-sec .top-box .left-bx.mo-show .mobt-box > span::before {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.monav-sec .top-box .left-bx.mo-show .mobt-box > span::after {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.monav-sec .top-box .left-bx .mobt-box {
  width: 40px;
  height: 100%;
  -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;
  cursor: pointer;
}

.monav-sec .top-box .left-bx .mobt-box > span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.monav-sec .top-box .left-bx .mobt-box > span::before {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: -8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.monav-sec .top-box .left-bx .mobt-box > span::after {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.monav-sec .top-box .right-bx {
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}

.monav-sec .top-box .right-bx a > img {
  width: 100px;
  margin-top: 5px;
}

.momenu-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 500;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.momenu-bg.side-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.momenu-bg .menu-box {
  width: 100%;
  height: 100vh;
  background-color: white;
  -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;
}

.momenu-bg .menu-box .list-box {
  width: 250px;
  text-align: center;
  height: auto;
  overflow: hidden;
  -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;
  top: 100px;
}

.momenu-bg .menu-box .list-box > a {
  width: 100%;
  height: 100%;
}

.momenu-bg .menu-box .list-box > a > img {
  width: calc(350px * 0.4);
  height: calc(250px * 0.22);
  margin-bottom: 10px;
}

.momenu-bg .menu-box .list-box > ul {
  width: 100%;
}

.momenu-bg .menu-box .list-box > ul > li {
  width: 100%;
}

.momenu-bg .menu-box .list-box > ul > li:hover > a {
  color: #ffffff !important !important;
}

.momenu-bg .menu-box .list-box > ul > li:hover > a::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.momenu-bg .menu-box .list-box > ul > li > a {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
  text-align: center;
}

.momenu-bg .menu-box .list-box > ul > li > a::after {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff !important !important;
  background-color: #d8d2db;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about {
  position: relative;
  z-index: 20;
}

.mo-submenu > li > a {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.mo-sub1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  /* display: none; */
  height: 0px;
  color: #2f3033 !important;
}

.mo-sub2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  /* display: none; */
  height: 0px;
}

.mo-sub3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  /* display: none; */
  height: 0px;
}

.mo-sub1 > li > a {
  position: relative;
  line-height: 35px;
  top: -150px;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.mo-sub2 > li > a {
  position: relative;
  line-height: 35px;
  top: -150px;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.mo-sub3 > li > a {
  position: relative;
  line-height: 35px;
  top: -150px;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

#about:hover .mo-sub1 {
  height: 105px;
}

#about:hover .mo-sub1 > li > a {
  top: 0px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  color: #2f3033 !important;
}

#about:hover .mo-sub2 {
  height: 70px;
}

#about:hover .mo-sub2 > li > a {
  top: 0px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#about:hover .mo-sub3 {
  height: 35px;
}

#about:hover .mo-sub3 > li > a {
  top: 0px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

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

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

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

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

.info-sec {
  height: 500px;
  background-color: #ffffff !important;
  margin-bottom: 180px;
}

.info-sec .con-info .info-box {
  width: 100%;
  margin-top: 200px;
  -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;
  text-align: center;
}

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

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

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

.about-sec {
  padding: 0px 30px 100px;
}

.about-sec .con-about {
  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;
}

.about-sec .con-about .cont-box .left-box {
  width: 500px;
}

.about-sec .con-about .cont-box .left-box .img-box {
  width: 90%;
  height: 600px;
  background-image: url("../img/about-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-sec .con-about .cont-box .right-box {
  width: calc(100% - 500px);
  -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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about-sec .con-about .cont-box .right-box .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;
  padding-left: 30px;
}

.about-sec .con-about .cont-box .right-box .tex-box p {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
  padding: 7px 0;
}

.about-sec .con-about .cont-box .right-box .tex-box h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
  padding: 15px 0;
}

.about-sec .con-about .cont-box .right-box .img-bx {
  -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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 30px;
  margin-top: 50px;
}

.about-sec .con-about .cont-box .right-box .img-bx p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
  text-align: right;
}

.about-sec .con-about .cont-box .right-box .img-bx .box-img {
  width: 172px;
  height: 197px;
  background-image: url("../img/about-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .about-sec {
    padding: 0px 30px 70px;
  }
  .about-sec .con-about {
    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;
  }
  .about-sec .con-about .cont-box {
    width: 100%;
  }
  .about-sec .con-about .cont-box .left-box {
    width: 40%;
  }
  .about-sec .con-about .cont-box .left-box .img-box {
    width: 90%;
    height: 600px;
    background-image: url("../img/about-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-sec .con-about .cont-box .right-box {
    width: 60%;
    -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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .about-sec .con-about .cont-box .right-box .tex-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-left: 20px;
  }
  .about-sec .con-about .cont-box .right-box .tex-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    padding: 7px 0;
  }
  .about-sec .con-about .cont-box .right-box .tex-box h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 15px 0;
  }
  .about-sec .con-about .cont-box .right-box .tex-box h4 br {
    display: none;
  }
  .about-sec .con-about .cont-box .right-box .img-bx {
    -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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 30px;
    margin-top: 50px;
  }
  .about-sec .con-about .cont-box .right-box .img-bx p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    text-align: right;
  }
  .about-sec .con-about .cont-box .right-box .img-bx .box-img {
    width: 172px;
    height: 197px;
    background-image: url("../img/about-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .about-sec {
    padding: 0px 30px 50px;
  }
  .about-sec .con-about {
    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;
  }
  .about-sec .con-about .cont-box {
    width: 100%;
  }
  .about-sec .con-about .cont-box .left-box {
    width: 40%;
  }
  .about-sec .con-about .cont-box .left-box .img-box {
    width: 90%;
    height: 600px;
    background-image: url("../img/about-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-sec .con-about .cont-box .right-box {
    width: 60%;
    -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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .about-sec .con-about .cont-box .right-box .tex-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-left: 10px;
  }
  .about-sec .con-about .cont-box .right-box .tex-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    padding: 7px 0;
  }
  .about-sec .con-about .cont-box .right-box .tex-box p br {
    display: none;
  }
  .about-sec .con-about .cont-box .right-box .tex-box h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 15px 0;
  }
  .about-sec .con-about .cont-box .right-box .tex-box h4 br {
    display: none;
  }
  .about-sec .con-about .cont-box .right-box .img-bx {
    -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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 30px;
    margin-top: 50px;
  }
  .about-sec .con-about .cont-box .right-box .img-bx p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    text-align: right;
  }
  .about-sec .con-about .cont-box .right-box .img-bx .box-img {
    width: 130px;
    height: 149px;
    background-image: url("../img/about-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .about-sec {
    padding: 0px 30px 50px;
  }
  .about-sec .con-about {
    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;
  }
  .about-sec .con-about .cont-box {
    width: 100%;
    -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;
  }
  .about-sec .con-about .cont-box .left-box {
    width: 100%;
  }
  .about-sec .con-about .cont-box .left-box .img-box {
    width: 100%;
    height: 300px;
    background-image: url("../img/about-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-sec .con-about .cont-box .right-box {
    width: 100%;
    margin-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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .about-sec .con-about .cont-box .right-box .tex-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-left: 10px;
  }
  .about-sec .con-about .cont-box .right-box .tex-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    padding: 7px 0;
  }
  .about-sec .con-about .cont-box .right-box .tex-box p br {
    display: none;
  }
  .about-sec .con-about .cont-box .right-box .tex-box h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 15px 0;
  }
  .about-sec .con-about .cont-box .right-box .tex-box h4 br {
    display: none;
  }
  .about-sec .con-about .cont-box .right-box .img-bx {
    -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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 10px;
    margin-top: 50px;
  }
  .about-sec .con-about .cont-box .right-box .img-bx p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    text-align: right;
  }
  .about-sec .con-about .cont-box .right-box .img-bx .box-img {
    width: 130px;
    height: 149px;
    background-image: url("../img/about-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 575.99px) {
  .about-sec {
    padding: 0px 30px 30px;
  }
  .about-sec .con-about {
    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;
  }
  .about-sec .con-about .tit-box {
    width: 100%;
  }
  .about-sec .con-about .tit-box h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-transform: uppercase;
    color: #17181a !important;
  }
  .about-sec .con-about .cont-box {
    width: 100%;
    -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;
  }
  .about-sec .con-about .cont-box .left-box {
    width: 100%;
  }
  .about-sec .con-about .cont-box .left-box .img-box {
    width: 100%;
    height: 240px;
    background-image: url("../img/about-1.jpg");
    background-position: center -50px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-sec .con-about .cont-box .right-box {
    width: 100%;
    margin-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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .about-sec .con-about .cont-box .right-box .tex-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-left: 0px;
  }
  .about-sec .con-about .cont-box .right-box .tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    padding: 7px 0;
  }
  .about-sec .con-about .cont-box .right-box .tex-box p br {
    display: none;
  }
  .about-sec .con-about .cont-box .right-box .tex-box h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 15px 0;
  }
  .about-sec .con-about .cont-box .right-box .tex-box h4 br {
    display: none;
  }
  .about-sec .con-about .cont-box .right-box .img-bx {
    -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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 10px;
    margin-top: 30px;
  }
  .about-sec .con-about .cont-box .right-box .img-bx p {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    text-align: right;
  }
  .about-sec .con-about .cont-box .right-box .img-bx .box-img {
    width: 100px;
    height: 115px;
    background-image: url("../img/about-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 419.99px) {
  .about-sec {
    padding: 0px 30px 30px;
  }
  .about-sec .con-about {
    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;
  }
  .about-sec .con-about .tit-box {
    width: 100%;
  }
  .about-sec .con-about .tit-box h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
  }
  .about-sec .con-about .cont-box {
    width: 100%;
    padding: 30px 0;
    -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;
  }
  .about-sec .con-about .cont-box .left-box {
    width: 100%;
  }
  .about-sec .con-about .cont-box .left-box .img-box {
    width: 100%;
    height: 200px;
    background-image: url("../img/about-1.jpg");
    background-position: center -50px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-sec .con-about .cont-box .right-box {
    width: 100%;
    margin-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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .about-sec .con-about .cont-box .right-box .tex-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-left: 0px;
  }
  .about-sec .con-about .cont-box .right-box .tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    padding: 7px 0;
  }
  .about-sec .con-about .cont-box .right-box .tex-box p br {
    display: none;
  }
  .about-sec .con-about .cont-box .right-box .tex-box h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    padding: 15px 0;
  }
  .about-sec .con-about .cont-box .right-box .tex-box h4 br {
    display: none;
  }
  .about-sec .con-about .cont-box .right-box .img-bx {
    -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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 10px;
    margin-top: 30px;
  }
  .about-sec .con-about .cont-box .right-box .img-bx p {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
    text-align: right;
  }
  .about-sec .con-about .cont-box .right-box .img-bx .box-img {
    width: 100px;
    height: 115px;
    background-image: url("../img/about-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/*# sourceMappingURL=sub1_1.css.map */