@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");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR&display=swap");


.new {
  color: red;
  font-weight: bold;
  font-size: 0.7em; /* 아주 작게 설정 */
  animation: blink 1s infinite;
  margin-left: 5px; /* 간격 조정 */
}

@keyframes blink {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
}


[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;
  width: 100%;
}

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

/* 백그라운드 색상 */
body {
  background-color: #0b0b0b;
}

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

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTihCwOZTNQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTihCwOZTMw.woff) format("woff"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTihC8O1ZNH1ahck.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/notoserifkr/v5/3Jn7SDn90Gmq2mr3blnHaTZXRu1j1Q.woff2) format("woff2"), url(//fonts.gstatic.com/s/notoserifkr/v5/3Jn7SDn90Gmq2mr3blnHaTZXRu1j0w.woff) format("woff"), url(//fonts.gstatic.com/s/notoserifkr/v5/3Jn7SDn90Gmq2mr3blnHaTZXduZp1ONyKHQ.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTkxBwOZTNQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTkxBwOZTMw.woff) format("woff"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O1ZNH1ahck.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXThRAwOZTNQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXThRAwOZTMw.woff) format("woff"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXThRA8O1ZNH1ahck.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 600;
  src: url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTjhHwOZTNQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTjhHwOZTMw.woff) format("woff"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O1ZNH1ahck.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTlxGwOZTNQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTlxGwOZTMw.woff) format("woff"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O1ZNH1ahck.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTmREwOZTNQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTmREwOZTMw.woff) format("woff"), url(//fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O1ZNH1ahck.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;
}

.nav-sec {
  position: relative;
}

.nav-sec header {
  position: relative;
  width: 100%;
  padding: 70px 0px 40px;
}

.nav-sec header.fixed {
  position: relative;
  height: auto;
  background-color: #0b0b0b;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-sec header.unfixed {
  position: relative;
  height: auto;
  background-color: #0b0b0b;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-sec header .con-top {
  -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;
}

.nav-sec header .con-top img {
  width: calc(230px * 1);
  height: calc(89px * 1);
  cursor: pointer;
}

.nav-sec nav {
  position: relative;
  width: 100%;
  top: 0;
  height: 100px;
  background-color: #0b0b0b;
  border-bottom: 1px solid #ffffff;
}

.nav-sec nav.fixed {
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 1000;
  background-color: #0b0b0b;
  padding: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-sec nav.fixed .s-submenu {
  top: 60px !important;
}

.nav-sec nav.unfixed {
  position: relative;
  height: 100px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-sec nav .con-navi {
  width: 100%;
}

.nav-sec nav .con-navi .right-box {
  width: 100%;
  height: 100%;
}

.nav-sec nav .con-navi .right-box > ul {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px !important;
}

.nav-sec nav .con-navi .right-box > ul > li {
  width: 20%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0px !important;
}

.nav-sec nav .con-navi .right-box > ul > li > a {
  display: block;
  width: 100%;
  height: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  font-family: "IBM Plex Sans KR", sans-serif;
  text-align: center;
  color: #fff;
}

/* 메인 메뉴 항목에 마우스 오버 시 색상 변경 */
.nav-sec nav .con-navi .right-box > ul > li > a:hover {
  color: #9279a1; /* 마우스 오버 시 텍스트 색상 */
}

/* 서브메뉴가 나타날 때의 스타일 */
.nav-sec nav .con-navi .right-box > ul .m-submenu:hover .s-submenu {
  overflow: visible; /* 서브메뉴가 보이도록 설정 */
  opacity: 1; /* 서브메뉴의 불투명도 설정 */
  transform: translateY(0); /* Y축으로 이동 */
  transition: all 0.3s ease; /* 애니메이션 효과 */
}

/* 서브메뉴의 기본 스타일 */
.nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu {
  position: absolute; /* 절대 위치 지정 */
  overflow: hidden; /* 기본적으로 숨김 */
  top: 90px; /* 부모 메뉴 아래에 위치 */
  opacity: 0; /* 기본적으로 불투명도 0 */
  transform: translateY(-10px); /* 서브메뉴를 위쪽으로 이동 */
  background-color: transparent; /* 배경 색상 초기화 */
  transition: all 0.3s ease; /* 애니메이션 효과 */
}

/* 서브메뉴 항목의 스타일 */
.nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu ul {
  position: relative; /* 상대 위치 지정 */
  display: flex; /* 플렉스 박스 설정 */
  justify-content: flex-start; /* 항목 정렬 */
  padding: 0; /* 패딩 초기화 */
  margin-bottom: 0 !important; /* 마진 초기화 */
}

/* 서브메뉴 항목 스타일 */
.nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu ul li > a {
  text-align: center; /* 텍스트 중앙 정렬 */
  display: block; /* 블록 요소로 설정 */
  margin: 0 1px 0 0; /* 마진 설정 */
  width: 150px; /* 너비 설정 */
  height: 35px; /* 높이 설정 */
  font-size: 15px; /* 글꼴 크기 설정 */
  font-weight: 400; /* 글꼴 두께 설정 */
  line-height: 15px; /* 줄 높이 설정 */
  font-family: "IBM Plex Sans KR", sans-serif; /* 글꼴 설정 */
  color: #ffffff; /* 텍스트 색상 */
  background-color: #494949; /* 배경 색상 */
  transition: all 0.5s ease-in; /* 애니메이션 효과 */
  padding: 10px 0 0; /* 패딩 설정 */
  margin-bottom: 0 !important; /* 마진 초기화 */
}

/* 서브메뉴 항목에 마우스 오버 시 색상 변경 */
.nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu ul li:hover a {
  color: #0b0b0b; /* 마우스 오버 시 텍스트 색상 */
  background-color: #ffffff; /* 마우스 오버 시 배경 색상 */
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .nav-sec {
    position: relative;
  }
  .nav-sec header {
    position: relative;
    width: 100%;
    padding: 60px 0px 30px;
  }
  .nav-sec header.fixed {
    position: relative;
    height: auto;
    background-color: #0b0b0b;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .nav-sec header.unfixed {
    position: relative;
    height: auto;
    background-color: #0b0b0b;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .nav-sec header .con-top {
    -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;
  }
  .nav-sec header .con-top img {
    width: calc(230px * 0.9);
    height: calc(89px * 0.9);
  }
  .nav-sec nav {
    position: relative;
    width: 100%;
    top: 0;
    height: 100px;
    background-color: #0b0b0b;
    border-bottom: 1px solid #ffffff;
  }
  .nav-sec nav.fixed {
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 1000;
    background-color: #0b0b0b;
    padding: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .nav-sec nav.fixed .s-submenu {
    top: 60px !important;
  }
  .nav-sec nav.unfixed {
    position: relative;
    height: 100px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .nav-sec nav .con-navi {
    width: 100%;
  }
  .nav-sec nav .con-navi .right-box {
    width: 100%;
    height: 100%;
  }
  .nav-sec nav .con-navi .right-box > ul {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-sec nav .con-navi .right-box > ul > li {
    width: 20%;
    height: 100%;
    overflow: hidden;
  }
  .nav-sec nav .con-navi .right-box > ul > li > a {
    display: block;
    width: 100%;
    height: 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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "IBM Plex Sans KR", sans-serif;
    text-align: center;
    color: #fff;
  }
  .nav-sec nav .con-navi .right-box > ul > li > a:hover {
    color: #9279a1;
  }
  .nav-sec nav .con-navi .right-box > ul .m-submenu:hover .s-submenu {
    overflow: visible;
    opacity: 1;
    -webkit-transform: translateX(-410px);
            transform: translateX(-410px);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu {
    position: absolute;
    overflow: visible;
    top: 90px;
    opacity: 0;
    -webkit-transform: translateX(-1300px);
            transform: translateX(-1300px);
    background-color: transparent;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding: 0px 0px;
  }
  .nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu ul li > a {
    text-align: center;
    display: block;
    margin: 0 1px 0 0;
    width: 150px;
    height: 35px;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    font-family: "IBM Plex Sans KR", sans-serif;
    color: #ffffff;
    background-color: #494949;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    padding: 10px 0px 0px;
  }
  .nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu ul li:hover a {
    color: #0b0b0b;
    background-color: #ffffff;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .nav-sec {
    position: relative;
  }
  .nav-sec header {
    position: relative;
    width: 100%;
    padding: 50px 0px 20px;
  }
  .nav-sec header.fixed {
    position: relative;
    height: auto;
    background-color: #0b0b0b;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .nav-sec header.unfixed {
    position: relative;
    height: auto;
    background-color: #0b0b0b;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .nav-sec header .con-top {
    -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;
  }
  .nav-sec header .con-top img {
    width: calc(230px * 0.8);
    height: calc(89px * 0.8);
  }
  .nav-sec nav {
    position: relative;
    width: 100%;
    top: 0;
    height: 80px;
    background-color: #0b0b0b;
    border-bottom: 1px solid #ffffff;
  }
  .nav-sec nav.fixed {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 1000;
    background-color: #0b0b0b;
    padding: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .nav-sec nav.fixed .s-submenu {
    top: 50px !important;
  }
  .nav-sec nav.unfixed {
    position: relative;
    height: 80px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .nav-sec nav .con-navi {
    width: 100%;
  }
  .nav-sec nav .con-navi .right-box {
    width: 100%;
    height: 100%;
  }
  .nav-sec nav .con-navi .right-box > ul {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-sec nav .con-navi .right-box > ul > li {
    width: 20%;
    height: 100%;
    overflow: hidden;
  }
  .nav-sec nav .con-navi .right-box > ul > li > a {
    display: block;
    width: 100%;
    height: 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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: "IBM Plex Sans KR", sans-serif;
    text-align: center;
    color: #fff;
  }
  .nav-sec nav .con-navi .right-box > ul > li > a:hover {
    color: #9279a1;
  }
  .nav-sec nav .con-navi .right-box > ul .m-submenu:hover .s-submenu {
    overflow: hidden;
    opacity: 1;
    -webkit-transform: translateX(-380px);
            transform: translateX(-380px);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu {
    position: absolute;
    overflow: hidden;
    top: 70px;
    opacity: 0;
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
    background-color: transparent;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding: 0px 0px;
  }
  .nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu ul li > a {
    text-align: center;
    display: block;
    margin: 0 1px 0 0;
    width: 130px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    font-family: "IBM Plex Sans KR", sans-serif;
    color: #ffffff;
    background-color: #494949;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    padding: 8px 0px 0px;
  }
  .nav-sec nav .con-navi .right-box > ul .m-submenu .s-submenu ul li:hover a {
    color: #0b0b0b;
    background-color: #ffffff;
  }
}


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

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

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

.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 .top-bg {
  position: fixed;
  z-index: 1000;
  top: 0px;
  width: 100%;
  height: 40px;
  background-color: #0b0b0b;
  border-bottom: 1px solid #ffffff;
}

.mosec .top-bg .logo-top {
  padding: 8px 0px 0px 20px;
}

.mosec .top-bg .logo-top img {
  width: calc(181px * 0.5);
  height: calc(44px * 0.5);
  cursor: pointer;
}

.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: #bdbdbd;
  -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: #bdbdbd;
  -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: #bdbdbd;
  -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: 1;
  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: #0c0b0c;
  -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;
  margin-bottom: 0px !important;
}

.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;
  margin-bottom: 0px !important;
}

.mosec .overlay .monav ul li.active > a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  font-family: "IBM Plex Sans KR", sans-serif;
  text-decoration: none;
  color: #bdbdbd;
}

.mosec .overlay .monav ul li.active > a: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;
  margin-bottom: 0px !important;
}

.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 {
  margin-bottom: 0px !important;
}

.mosec .overlay .monav ul li .subbox ul.mo-sub1 li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  font-family: "IBM Plex Sans KR", sans-serif;
  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%;
  margin-bottom: 0px !important;
}

.copy-sec {
  width: 100%;
  border-top: 1px solid #cbcbd1;
  border-bottom: 1px solid #cbcbd1;
  margin-top: 120px;
}

.copy-sec .con-copy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 40px 0px 20px;
}

.copy-sec .con-copy .box1 {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.copy-sec .con-copy .box1 img {
  width: calc(181px * 1);
  height: calc(44px * 1);
}

.copy-sec .con-copy .box2 {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.copy-sec .con-copy .box2 .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.copy-sec .con-copy .box2 .text .text1 {
  width: 77px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #cccccc;
  word-break: keep-all;
}

.copy-sec .con-copy .box2 .text .text2 {
  width: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #cccccc;
  word-break: keep-all;
}

.copy-sec .con-copy .box2 .text3 {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #cccccc;
  word-break: keep-all;
  padding-top: 20px;
}

.copy-sec .con-copy .box3 {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.copy-sec .con-copy .box3 a {
  width: 100%;
}

.copy-sec .con-copy .box3 a .copy-btn {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  border: 1px solid #444249;
  background-color: #151417;
  cursor: pointer;
  padding: 14px 0px 15px;
}

.copy-sec .con-copy .box3 .copy-sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

.copy-sec .con-copy .box3 .copy-sns a {
  width: auto;
  padding: 0px 20px;
}

.copy-sec .con-copy .box3 .copy-sns a img {
  width: calc(44px * 1);
  height: calc(44px * 1);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .copy-sec {
    width: 100%;
    border-top: 1px solid #cbcbd1;
    border-bottom: 1px solid #cbcbd1;
    margin-top: 100px;
  }
  .copy-sec .con-copy {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px 10px 20px;
  }
  .copy-sec .con-copy .box1 {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .copy-sec .con-copy .box1 img {
    width: calc(181px * 1);
    height: calc(44px * 1);
  }
  .copy-sec .con-copy .box2 {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .copy-sec .con-copy .box2 .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .copy-sec .con-copy .box2 .text .text1 {
    width: 77px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
  }
  .copy-sec .con-copy .box2 .text .text2 {
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
  }
  .copy-sec .con-copy .box2 .text3 {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
    padding-top: 20px;
  }
  .copy-sec .con-copy .box3 {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .copy-sec .con-copy .box3 a {
    width: 100%;
  }
  .copy-sec .con-copy .box3 a .copy-btn {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    border: 1px solid #444249;
    background-color: #151417;
    cursor: pointer;
    padding: 14px 0px 15px;
  }
  .copy-sec .con-copy .box3 .copy-sns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
  .copy-sec .con-copy .box3 .copy-sns a {
    width: auto;
    padding: 0px 20px;
  }
  .copy-sec .con-copy .box3 .copy-sns a img {
    width: calc(44px * 1);
    height: calc(44px * 1);
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .copy-sec {
    width: 100%;
    border-top: 1px solid #cbcbd1;
    border-bottom: 1px solid #cbcbd1;
    margin-top: 80px;
  }
  .copy-sec .con-copy {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px 10px 20px;
  }
  .copy-sec .con-copy .box1 {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .copy-sec .con-copy .box1 img {
    width: calc(181px * 0.7);
    height: calc(44px * 0.7);
  }
  .copy-sec .con-copy .box2 {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .copy-sec .con-copy .box2 .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .copy-sec .con-copy .box2 .text .text1 {
    width: 71px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
  }
  .copy-sec .con-copy .box2 .text .text2 {
    width: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
  }
  .copy-sec .con-copy .box2 .text3 {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
    padding-top: 20px;
  }
  .copy-sec .con-copy .box3 {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .copy-sec .con-copy .box3 a {
    width: 100%;
  }
  .copy-sec .con-copy .box3 a .copy-btn {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    border: 1px solid #444249;
    background-color: #151417;
    cursor: pointer;
    padding: 14px 0px 15px;
  }
  .copy-sec .con-copy .box3 .copy-sns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
  .copy-sec .con-copy .box3 .copy-sns a {
    width: auto;
    padding: 0px 20px;
  }
  .copy-sec .con-copy .box3 .copy-sns a img {
    width: calc(44px * 1);
    height: calc(44px * 1);
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .copy-sec {
    width: 100%;
    border-top: 1px solid #cbcbd1;
    border-bottom: 1px solid #cbcbd1;
    margin-top: 60px;
  }
  .copy-sec .con-copy {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 10px 20px;
  }
  .copy-sec .con-copy .box1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .copy-sec .con-copy .box1 img {
    width: calc(181px * 0.6);
    height: calc(44px * 0.6);
  }
  .copy-sec .con-copy .box2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 20px;
  }
  .copy-sec .con-copy .box2 .text {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .copy-sec .con-copy .box2 .text .text1 {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
    padding-right: 10px;
  }
  .copy-sec .con-copy .box2 .text .text2 {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
  }
  .copy-sec .con-copy .box2 .text3 {
    width: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
    padding-top: 20px;
  }
  .copy-sec .con-copy .box3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .copy-sec .con-copy .box3 a {
    width: 200px;
  }
  .copy-sec .con-copy .box3 a .copy-btn {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    border: 1px solid #444249;
    background-color: #151417;
    cursor: pointer;
    padding: 14px 0px 15px;
  }
  .copy-sec .con-copy .box3 .copy-sns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  .copy-sec .con-copy .box3 .copy-sns a {
    width: auto;
    padding: 0px 10px;
  }
  .copy-sec .con-copy .box3 .copy-sns a img {
    width: calc(44px * 0.8);
    height: calc(44px * 0.8);
  }
}

@media (max-width: 575.99px) {
  .copy-sec {
    width: 100%;
    border-top: 1px solid #cbcbd1;
    border-bottom: 1px solid #cbcbd1;
    margin-top: 40px;
  }
  .copy-sec .con-copy {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 10px 20px;
  }
  .copy-sec .con-copy .box1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .copy-sec .con-copy .box1 img {
    width: calc(181px * 0.6);
    height: calc(44px * 0.6);
  }
  .copy-sec .con-copy .box2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 20px;
  }
  .copy-sec .con-copy .box2 .text {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .copy-sec .con-copy .box2 .text .text1 {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
    padding-right: 10px;
  }
  .copy-sec .con-copy .box2 .text .text2 {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
  }
  .copy-sec .con-copy .box2 .text3 {
    width: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
    padding-top: 20px;
  }
  .copy-sec .con-copy .box3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .copy-sec .con-copy .box3 a {
    width: 150px;
  }
  .copy-sec .con-copy .box3 a .copy-btn {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    border: 1px solid #444249;
    background-color: #151417;
    cursor: pointer;
    padding: 9px 0px 10px;
  }
  .copy-sec .con-copy .box3 .copy-sns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  .copy-sec .con-copy .box3 .copy-sns a {
    width: auto;
    padding: 0px 10px;
  }
  .copy-sec .con-copy .box3 .copy-sns a img {
    width: calc(44px * 0.8);
    height: calc(44px * 0.8);
  }
}

@media (max-width: 419.99px) {
  .copy-sec {
    width: 100%;
    border-top: 1px solid #cbcbd1;
    border-bottom: 1px solid #cbcbd1;
    margin-top: 30px;
  }
  .copy-sec .con-copy {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 10px 20px;
  }
  .copy-sec .con-copy .box1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  .copy-sec .con-copy .box1 img {
    width: calc(181px * 0.5);
    height: calc(44px * 0.5);
  }
  .copy-sec .con-copy .box2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
  }
  .copy-sec .con-copy .box2 .text {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .copy-sec .con-copy .box2 .text .text1 {
    width: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
    padding-right: 3px;
  }
  .copy-sec .con-copy .box2 .text .text2 {
    width: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
  }
  .copy-sec .con-copy .box2 .text3 {
    width: auto;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #cccccc;
    word-break: keep-all;
    text-align: center;
    padding-top: 10px;
  }
  .copy-sec .con-copy .box3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .copy-sec .con-copy .box3 a {
    width: 150px;
  }
  .copy-sec .con-copy .box3 a .copy-btn {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    border: 1px solid #444249;
    background-color: #151417;
    cursor: pointer;
    word-break: keep-all;
    padding: 9px 0px 10px;
  }
  .copy-sec .con-copy .box3 .copy-sns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  .copy-sec .con-copy .box3 .copy-sns a {
    width: auto;
    padding: 0px 10px;
  }
  .copy-sec .con-copy .box3 .copy-sns a img {
    width: calc(44px * 0.8);
    height: calc(44px * 0.8);
  }
}

.con1-sec {
  width: 100%;
}

.con1-sec .con-1 {
  width: 100%;
}

.con1-sec .con-1 .item-box02 {
  display: block;
  width: 100%;
  background-color: #ffffff;
}

.con1-sec .con-1 .item-box02 img {
  width: 100%;
}

.con1-sec .con-1 .item-box03 {
  display: none;
  width: 100%;
  background-color: #ffffff;
}

.con1-sec .con-1 .item-box03 img {
  width: 100%;
}

@media (max-width: 600px) {
  .con1-sec {
    width: 100%;
  }
  .con1-sec .con-1 {
    width: 100%;
  }
  .con1-sec .con-1 .item-box02 {
    display: none;
    width: 100%;
    background-color: #ffffff;
  }
  .con1-sec .con-1 .item-box02 img {
    width: 100%;
  }
  .con1-sec .con-1 .item-box03 {
    display: block;
    width: 100%;
    background-color: #ffffff;
  }
  .con1-sec .con-1 .item-box03 img {
    width: 100%;
  }
}

/******** 2024.10.11 jh*********/
.con1-sec .con-1 p.title {
  text-align:center;
  font-size:55px;
  font-weight:500;
  letter-spacing:-2px;
}

.con1-sec .con-1 p.title-m {
  text-align:center;
  font-size:30px;
  line-height:33px;
  font-weight:500;
  padding-top:20px;
  letter-spacing:-1px;
}

.con1-sec .con-1 p.text {
  width:100%;
  text-align:center;
  font-size:23px;
  font-weight:400;
  letter-spacing:-2px;
}

.con1-sec .con-1 p.text-m {
  width:100%;
  text-align:center;
  font-size:18px;
  line-height:24px;
  font-weight:300;
  letter-spacing:-1px;
  padding:5%;
}

.con1-sec .con-1 div.title2 {
  text-align:center;
  font-size:50px;
  color:#fff;
  font-weight:200;
  letter-spacing:-2px;
  background:#6f6089;
}

.con1-sec .con-1 div.title2 p {
padding-top:40px;
}

.con1-sec .con-1 div.title2 b {
font-weight:500;
}


.con1-sec .con-1 div.title2-m {
  text-align:center;
  font-size:130%;
  color:#fff;
  line-height:30px;
  font-weight:300;
  padding:5% 0;
  letter-spacing:-1px;
  background:#6f6089;
}

.con1-sec .con-1 div.title2-m p {
padding:3%;
}

.con1-sec .con-1 div.title2-m b {
font-weight:500;
}

.con1-sec .con-1 div.fnq {
   font-size:35px;
   padding:2% 10%;
}

.con1-sec .con-1 div.fnq b  {
   font-size:3em;
   font-weight:500;
   color:#6f6089;
   padding-right:2%;
}

.con1-sec .con-1 div.fnq-m {
   font-size:15px;
   padding:2% 5%;
}

.con1-sec .con-1 div.fnq-m b  {
   font-size:3em;
   font-weight:500;
   color:#6f6089;
   padding-right:2%;
}

.con1-sec .con-1 dl.fnq-con {
  width:100%;
  padding:0 10%;
  text-align:left;
  font-size:27px;
  font-weight:300;
  background:#fff;
  color:#5b5b5b;
}

.con1-sec .con-1 dl.fnq-con dd{
float:left;
font-size:25px;
padding:0 1% 0.5% 3%;
   
}

.con1-sec .con-1 dl.fnq-con dt{
   
   color:#fff;
   font-size:30px;
  letter-spacing:0;
  
}

.con1-sec .con-1 dl.fnq-con dt p{
background:#6f6089;
padding:0 1% 0.5% 3%;
border-radius:20px;
}

.con1-sec .con-1 dl.fnq-con dt b{
   font-size:40px;
}
.con1-sec .con-1 dl.fnq-con dd b{
  color:#b8b8b8;
  font-size:40px;
  
}

.con1-sec .con-1 dl.fnq-con-m {
  width:100%;
  padding:2%;
  display:block;
  font-size:17px;
  font-weight:300;
  background:#fff;
  color:#5b5b5b;
}

.con1-sec .con-1 dl.fnq-con-m dd{
   font-size:15px;
   padding:0 1% 0.5% 3%;
   
}

.con1-sec .con-1 dl.fnq-con-m dt{
   color:#fff;
   border:solid 1px;
   font-size:15px;
  letter-spacing:0;
  
}

.con1-sec .con-1 dl.fnq-con-m dt p{
background:#6f6089;
padding:0 1% 0.5% 3%;
border-radius:10px;
}

.con1-sec .con-1 dl.fnq-con-m dt b{
   font-size:20px;
}
.con1-sec .con-1 dl.fnq-con-m dd b{
  color:#b8b8b8;
  font-size:20px;
  
}

/***** 2024.10.11 jh********/

/*
.con1-sec {
  width: 100%;
  padding: 20px 0px 0px;

  .con-1 {
    width: 100%;
    @include fx(column, flex-start, flex-start);

    .item-box0 {
      width: 100%;
      height: 2346px;
      background-color: #ffffff;
      @include bg(center center, no-repeat, cover);
      background-image: url("../img/con-img-1-1-1.jpg");
    }

    .item-box1 {
      width: 100%;
      height: 344px;
      background-color: #170722;
      @include bg(center center, no-repeat, cover);
    }

    .item-box2 {
      width: 100%;
      display: flex;
      flex-wrap: wrap !important;
      @include fx(row, flex-start, flex-start);
      background-color: #170722;
      padding-bottom: 90px;

      .box {
        width: 32.8%;
        height: 330px;
        @include bg(center center, no-repeat, cover);
        margin: 3px 3px;
      }
    }

    .item-box3 {
      width: 100%;
      height: 66px;
      @include bg(center center, no-repeat, cover);
      margin: 10px 0px;
    }

    .item-box4 {
      width: 100%;
      height: 583px;
      @include bg(center center, no-repeat, cover);
      background-image: url("../img/con1-1-9.jpg");
    }
  }
}

@include pc {
  .con1-sec {
    width: 100%;
    padding: 10px 0px 0px;
  
    .con-1 {
      width: 100%;
      @include fx(column, flex-start, flex-start);

      .item-box0 {
        width: 100%;
        height: 2346px;
        @include bg(center center, no-repeat, cover);
        background-image: url("../img/con-img-1-1-1.jpg");
      }
  
      .item-box1 {
        width: 100%;
        height: 300px;
        @include bg(center center, no-repeat, cover);
      }
  
      .item-box2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap !important;
        @include fx(row, flex-start, flex-start);
        background-color: #170722;
        padding-bottom: 80px;
  
        .box {
          width: 32.7%;
          height: calc(330px * 0.9);
          @include bg(center center, no-repeat, contain);
          margin: 3px 3px;
        }
      }
  
      .item-box3 {
        width: 100%;
        height: 66px;
        @include bg(10% center, no-repeat, cover);
        margin: 10px 0px;
      }
  
      .item-box4 {
        width: 100%;
        height: 583px;
        @include bg(10% center, no-repeat, cover);
        background-image: url("../img/con1-1-9.jpg");
      }
    }
  }
}

@include notebook {
  .con1-sec {
    width: 100%;
    padding: 0px 0px 0px;
  
    .con-1 {
      width: 100%;
      @include fx(column, flex-start, flex-start);

      .item-box0 {
        width: 100%;
        height: 1900px;
        @include bg(center center, no-repeat, cover);
        background-image: url("../img/con-img-1-1-1.jpg");
      }
  
      .item-box1 {
        width: 100%;
        height: 220px;
        @include bg(center 70%, no-repeat, cover);
      }
  
      .item-box2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap !important;
        @include fx(row, flex-start, flex-start);
        background-color: #170722;
        padding-bottom: 50px;
  
        .box {
          width: 32.5%;
          height: calc(330px * 0.7);
          @include bg(center center, no-repeat, contain);
          margin: 3px 3px;
        }
      }
  
      .item-box3 {
        width: 100%;
        height: 50px;
        @include bg(10% center, no-repeat, cover);
        margin: 10px 0px;
      }
  
      .item-box4 {
        width: 100%;
        height: 500px;
        @include bg(10% center, no-repeat, cover);
        background-image: url("../img/con1-1-9.jpg");
      }
    }
  }
}

@include tablet {
  .con1-sec {
    width: 100%;
    padding: 20px 0px 0px;
  
    .con-1 {
      width: 100%;
      @include fx(column, flex-start, flex-start);

      .item-box0 {
        width: 100%;
        height: 1400px;
        @include bg(center center, no-repeat, cover);
        background-image: url("../img/con-img-1-1-1.jpg");
      }
  
      .item-box1 {
        width: 100%;
        height: 180px;
        @include bg(center 70%, no-repeat, cover);
      }
  
      .item-box2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap !important;
        @include fx(row, flex-start, flex-start);
        background-color: #170722;
        padding-bottom: 40px;
  
        .box {
          width: 32.2%;
          height: calc(330px * 0.5);
          @include bg(center center, no-repeat, contain);
          margin: 3px 3px;
        }
      }
  
      .item-box3 {
        width: 100%;
        height: 40px;
        @include bg(10% center, no-repeat, cover);
        margin: 10px 0px;
      }
  
      .item-box4 {
        width: 100%;
        height: 700px;
        @include bg(5% center, no-repeat, contain);
        background-color: #170722;
        background-image: url("../img/con1-1-10.jpg");
      }
    }
  }
}
*/
/*
@include m-phone {
  .con1-sec {
    width: 100%;
    padding: 20px 0px 0px;
  
    .con-1 {
      width: 100%;
      @include fx(column, flex-start, flex-start);

      .item-box0 {
        width: 100%;
        height: 1080px;
        @include bg(center center, no-repeat, cover);
        background-image: url("../img/con-img-1-1-0.5s.jpg");
      }
  
      .item-box1 {
        width: 100%;
        height: 130px;
        @include bg(center 70%, no-repeat, cover);
      }
  
      .item-box2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap !important;
        @include fx(row, flex-start, flex-start);
        background-color: #170722;
        padding-bottom: 30px;
  
        .box {
          width: 48.5%;
          height: calc(330px * 0.5);
          @include bg(center center, no-repeat, contain);
          margin: 3px 3px;
        }
      }
  
      .item-box3 {
        width: 100%;
        height: 35px;
        @include bg(10% center, no-repeat, cover);
        margin: 10px 0px;
      }
  
      .item-box4 {
        width: 100%;
        height: 600px;
        @include bg(5% center, no-repeat, contain);
        background-color: #170722;
        background-image: url("../img/con1-1-10.jpg");
      }
    }
  }
}

@include s-phone {
  .con1-sec {
    width: 100%;
    padding: 20px 0px 0px;
  
    .con-1 {
      width: 100%;
      @include fx(column, flex-start, flex-start);

      .item-box0 {
        width: 100%;
        height: 800px;
        @include bg(center center, no-repeat, cover);
        background-image: url("../img/con-img-1-1-0.5s.jpg");
      }
  
      .item-box1 {
        width: 100%;
        height: 100px;
        @include bg(center 70%, no-repeat, cover);
      }
  
      .item-box2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap !important;
        @include fx(row, flex-start, flex-start);
        background-color: #170722;
        padding-bottom: 20px;
  
        .box {
          width: 48.1%;
          height: calc(330px * 0.4);
          @include bg(center center, no-repeat, contain);
          margin: 3px 3px;
        }
      }
  
      .item-box3 {
        width: 100%;
        height: 30px;
        @include bg(10% center, no-repeat, cover);
        margin: 10px 0px;
      }
  
      .item-box4 {
        width: 100%;
        height: 480px;
        @include bg(5% center, no-repeat, contain);
        background-color: #170722;
        background-image: url("../img/con1-1-10.jpg");
      }
    }
  }
}
*/
/*
@media (max-width: 576.99px) and (min-width: 500px) {
  .con1-sec {
    width: 100%;
    padding: 20px 0px 0px;
  
    .con-1 {
      width: 100%;
      @include fx(column, flex-start, flex-start);

      .item-box0 {
        width: 100%;
        height: 1800px;
        @include bg(top center, no-repeat, cover);
        background-image: url("../img/con-img-1-1-0.5s.jpg");
      }
    }
  }
}

@media (max-width: 501.99px) and (min-width: 421px) {
  .con1-sec {
    width: 100%;
    padding: 20px 0px 0px;
  
    .con-1 {
      width: 100%;
      @include fx(column, flex-start, flex-start);

      .item-box0 {
        width: 100%;
        height: 1550px;
        @include bg(top center, no-repeat, cover);
        background-image: url("../img/con-img-1-1-0.5s.jpg");
      }
    }
  }
}


@media (max-width: 420.99px) and (min-width: 362px) {
  .con1-sec {
    width: 100%;
    padding: 20px 0px 0px;
  
    .con-1 {
      width: 100%;
      @include fx(column, flex-start, flex-start);

      .item-box0 {
        width: 100%;
        height: 1300px;
        @include bg(top center, no-repeat, cover);
        background-image: url("../img/con-img-1-1-0.5s.jpg");
      }
    }
  }
}


@media (max-width: 361.99px) {
  .con1-sec {
    width: 100%;
    padding: 20px 0px 0px;
  
    .con-1 {
      width: 100%;
      @include fx(column, flex-start, flex-start);

      .item-box0 {
        width: 100%;
        height: 1100px;
        @include bg(top center, no-repeat, cover);
        background-image: url("../img/con-img-1-1-0.5s.jpg");
      }
    }
  }
}
*/
/*# sourceMappingURL=sub1-1.css.map */