[v-cloak] {
  display: none;
}

html,
body {
  /* height: 100%; */
}

html {
  overflow-x: hidden;
}

a {
  color: #000;
}

@media (min-width: 1430px) {
  .container {
    width: 1380px;
  }
}

@media (max-width: 1429px) {
  .container {
    width: auto;
  }
}

/* layout */
.section-title {
  text-align: center;
}

.section-title h3 {
  font-size: 43px;
}

.section-title p {
  margin-top: 10px;
  font-size: 20px;
}

#header {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 97px;
  transition: 0.5s height, 0.2s background;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

#header .top_wrap {
  position: relative;
  display: flex;
  height: 100%;
}

#header .top_wrap .logo,
#header .top_wrap .nav,
#header .top_wrap .etc {
  padding-left: 15px;
  padding-right: 15px;
}

#header .top_wrap .logo {
  position: relative;
  width: 20%;
  height: 96px;
}

#header .top_wrap .nav {
  width: 60%;
  justify-content: center;
  align-items: center;
}

#header .top_wrap .etc {
  width: 20%;
  /* text-align: right;
    color: #fff;
    padding-top: 37px;
    font-size: 13px; */
}

#header .top_wrap .etc ul {
  /* margin-right: 15px;
    border-radius: 0;
    padding: 0;
    min-width: 100px;
    background: #000;
    padding-top: 6px;
    padding-bottom: 6px; */
}

@media (min-width: 992px) {
  /* #header .top_wrap .etc ul {
        margin-top: -35px;
    } */
}

#header .top_wrap .etc ul li {
  text-align: right;
  border-bottom: 1px rgb(31, 31, 31) solid;
}

#header .top_wrap .etc ul li:last-child {
  border: 0;
}

#header .top_wrap .etc ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  color: #fff;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu li {
  /*    font-size: 13px;*/
  /*    border-bottom: 1px #eee solid;*/
  padding-bottom: 20px;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu li:last-child {
  border-bottom: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu > li > a {
  display: block;
  padding: 8px 20px !important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 12px;
  border-bottom: 1px #ddd solid;
  float: left;
  width: 100%;
  padding-right: 0;
  margin-right: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu > li:last-child > a {
  border: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu {
  min-width: auto;
  padding: 0;
  margin: 12px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#header .top_wrap .etc span.lang i {
  margin-left: 6px;
}

.header .inner {
  position: relative;
  width: 100%;
  height: 97px;
  margin: 0 auto;
}

.header .inner:after {
  display: block;
  clear: both;
  content: "";
}

.header h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 30px;
}

.header h1 a {
  overflow: hidden;
  display: block;
  height: 30px;
  background: url(../../../../img/logo.png) no-repeat 0 0 / auto 60px;
  text-indent: -9999px;
}

.header .gnb_wrap {
  /* position: absolute;
    left: 50%;
    top: 0;
    width: 800px;
    margin-left: -341px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .gnb {
  text-align: center;
}

.header #gnb {
  background: transparent;
}

.header .gnb li {
  float: left;
  width: 170px;
  text-align: left;
}
.header .gnb li.gnb_empty,
.header .gnb li.gnb_empty a {
  font-size: 16px;
  line-height: 24px;
  width: 500px;
  text-align: center;
  color: #fff;
}
.header .gnb a {
  display: inline-block;
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
}

.header .gnb:after {
  display: block;
  clear: both;
  content: "";
}

.header .gnb .depth1 {
  position: relative;
}

.header .gnb .depth1 > a {
  display: block;
  height: 57px;
  padding: 40px 0 0;
  font-size: 20px;
}

.header .gnb .depth1 > a:hover,
.header .gnb .depth1 > a:focus,
.header .gnb .depth1.on > a:hover,
.header .gnb .depth1.on > a {
  color: #000 !important;
  text-decoration: none;
}

.header .gnb .depth2 {
  display: none;
}

/* header sub */
#header.sub {
  background: transparent;
  border: 0;
}

#header.sub:before {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background: #6b9ecc;
  content: "";
}

.header.sub h1 a {
  /* background-position: 0 100%; */
}

.header.sub .gnb .depth1 > a {
  color: #fff;
}

.header.sub .gnb .depth1 > a:hover {
  color: #6b9ecc;
}

#header.sub .top_wrap .etc {
  color: #000;
}

/* header_hover */
#header.all {
  height: 370px;
  background: #fff;
  z-index: 1100;
}

#header.all:before {
  position: absolute;
  left: 0;
  top: 95px;
  width: 100%;
  height: 280px;
  background: #f1f1f3;
  content: "";
}

.header.all h1 a {
  background-position: 0 100%;
}

.header.all .gnb_wrap {
}

.header.all .gnb_wrap .gnb {
  /* overflow: hidden;
    width: 1140px;
    margin: 0 auto;
    text-align: left; */
}

.header.all .gnb_wrap .gnb a {
  color: #666;
}

.header.all .gnb_wrap .gnb a:hover,
.header.all .gnb_wrap .gnb a:focus {
  color: #6b9ecc;
}

.header.all .gnb_wrap .depth1 {
  overflow: hidden;
}

.header.all .gnb_wrap .depth1 > a {
  margin-bottom: 70px;
  color: #333;
}

.header.all .gnb_wrap .depth1 > a:hover,
.header.all .gnb_wrap .depth1 > a:focus {
  color: #333;
}

.header.all .gnb_wrap .depth1.menu1 {
  margin-left: 0;
}

.header.all .gnb_wrap .depth2 {
  display: block;
}

.header.all .gnb_wrap .depth2 > li {
  margin-bottom: 12px;
  line-height: 1em;
}

.header.all .gnb_wrap .depth2 > li > a {
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  color: rgb(87, 87, 87);
  font-family: "Noto Sans KR", sans-serif;
  display: inline-block;
  position: relative;
}

.header.all .gnb_wrap .depth2 > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}

.header.all .gnb_wrap .depth2 > li > a:hover:before {
  width: 100%;
  background: #000;
}

.header.all .gnb_wrap .depth2 > li > a:hover {
  text-decoration: none;
  color: #000;
}

/* .header.all .gnb_wrap .depth2>li>a:before {
    content: "· "
}

.header.all .gnb_wrap .depth2>li>a:hover {
    text-decoration: none;
} */

/* sticky */

#header.sticky {
  top: -30px;
}

.header.sticky {
  position: fixed !important;
  top: 0;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px #eee solid !important;
  z-index: 99999999999999;
  transition: 1s;
}

.header.sticky h1 {
  top: 61%;
  /* padding-top: 22px;
    padding-left: 30px;
    width: 120px; */
}

.header.sticky h1 a {
  overflow: hidden;
  display: block;
  height: 30px;
  background: url(../../../../img/logo_b.png) no-repeat center / auto 100%;
  text-indent: -9999px;
}

.header.sticky .gnb a {
  display: inline-block;
  font-weight: 500;
  line-height: 1em;
  color: #000;
  font-family: "Noto Sans KR", sans-serif;
}

.header.sticky .gnb .depth1 > a {
  display: block;
  padding: 54px 0 0;
  font-size: 16px;
}

.header.sticky .top_wrap .etc {
  margin-top: 15px;
  color: #000 !important;
}

.header.sub.sticky {
  background: #fff !important;
}

.header.sub.sticky .gnb a {
  color: #000;
}

/* header_hover */
.header.sticky.all .gnb_wrap .depth2 > li > a {
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  color: rgb(87, 87, 87);
  font-family: "Noto Sans KR", sans-serif;
  display: inline-block;
  position: relative;
}

/* sticky end */

/* 모바일 메뉴 */
.nav-bar {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 99999999;
  padding-right: 15px;
  display: none;
}

.nav-bar .nav_wrap {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-bar .nav_wrap span {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 7px;
  background: #fff;
  transition: 0.2s;
}

.nav-btn-active span:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
  background: #000;
}

.nav-btn-active span:nth-of-type(2) {
  opacity: 0;
  background: #000;
}

.nav-btn-active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
  background: #000;
}

.mobile-gnb {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  display: none;
  padding-top: 30px;
  top: 0;
  left: 0;
  z-index: 100;
  z-index: 9999999;
  background: #fff;
  background: rgb(255, 255, 255, 1);
}

.mobile-gnb h1 {
  overflow: hidden;
  display: block;
  height: 19px;
  background: url(../../../../img/logo_b.png) no-repeat 0 0 / auto 100%;
  text-indent: -9999px;
  position: absolute;
  top: 26px;
  left: 15px;
  width: 100%;
}

.mobile-gnb .line {
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  position: absolute;
  top: 70px;
  left: 0;
}

.gnb-menu {
  padding-top: 47px;
}

/* 추가 */
.gnb-menu .sidebar-menu {
  padding: 0;
  margin: 0;
}

.gnb-menu .sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.gnb-menu .sidebar-menu > li > i {
  display: none;
}

.gnb-menu .sidebar-menu > li > a {
  padding: 20px 35px 20px 35px;
  display: block;
  border-left: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Noto Sans KR", "Roboto", sans-serif;
  border: 0;
  border-bottom: 1px #eeeeee solid;
  /* border-color: rgba(255, 255, 255, 0.1); */
  transition: 0.6;
  /* border-bottom: 1px #f2f2f2 solid; */
}

.gnb-menu .sidebar-menu > li > a > .fa {
  width: 20px;
  /*    display: none;*/
  font-weight: 900;
}

.gnb-menu .sidebar-menu > li:hover > a,
.gnb-menu .sidebar-menu > li.active > a {
  color: #000;
  background-color: transparent;
}

.gnb-menu .sidebar-menu > li .label,
.gnb-menu .sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}

.gnb-menu .sidebar-menu li > a > .fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
  transition: 0.3s;
  color: #000;
  font-weight: 900;
  font-size: 13px;
}

.gnb-menu .sidebar-menu li > a:hover .fa-angle-right,
.gnb-menu .sidebar-menu li.active > a > .fa-angle-right {
  transform: rotate(90deg);
  color: #000;
}

.gnb-menu .sidebar-menu li.active > .sidebar-submenu {
  display: block;
}

.gnb-menu .sidebar-menu a {
  color: #b8c7ce;
  text-decoration: none;
}

.gnb-menu .sidebar-menu .sidebar-submenu {
  display: none;
  list-style: none;
  padding-left: 8px;
  margin: 0 1px;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f4f4f4;
}

.gnb-menu .sidebar-menu .sidebar-submenu > li > a {
  padding: 18px 35px 18px 35px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  /*    color: hsla(240,6%,97%,.5); */
  color: #000;
  border-bottom: 1px #e2e2e2 solid;
}

.gnb-menu .sidebar-menu .sidebar-submenu > li:last-child > a {
  border: 0;
}

.gnb-menu .sidebar-menu .sidebar-submenu > li > a > .fa {
  width: 20px;
  display: none;
}

.gnb-menu .sidebar-menu .sidebar-submenu > li.active > a,
.gnb-menu .sidebar-menu .sidebar-submenu > li > a:hover {
  color: #000;
}

.bottom_wrap {
  margin-top: 30px;
  background: transparent;
}

.bottom_wrap li a {
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #000;
  padding-left: 0;
}

.m-copy {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 12px;
  font-size: 13px;
  line-height: 19px;
  color: rgb(145, 145, 145);
  text-align: center;
}

@media (max-width: 991px) {
  .nav-bar {
    display: block;
  }
}

/* 모바일 메뉴 마감 */

.top_right_etc {
  z-index: 9999999999999999999999999;
  top: 0;
  position: absolute;
  right: 0;
  margin-right: 30px;
  margin-top: 22px;
  font-size: 13px;
  color: #fff;
  transition: 0.6s;
  display: flex;
}

.top_right_etc #hd_sch {
  border: 0;
  border-bottom: 1px #fff solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.top_right_etc #hd_sch legend {
  display: block;
  height: auto;
  display: none;
}

.top_right_etc #hd_sch #sch_stx {
  background: transparent;
  border: 0 !important;
  width: 200px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.top_right_etc #hd_sch #sch_stx::placeholder {
  color: #fff;
}

.top_right_etc #hd_sch i {
  font-size: 20px;
}

.top_right_etc #hd_sch #sch_submit {
  background: transparent;
}

/* 영문 */
.top_right_etc .eng-btn {
  margin-left: 15px;
}

.top_right_etc p {
  border-radius: 0em;
  border: 1px #fff solid;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  -ms-border-radius: 0em;
  -o-border-radius: 0em;
  width: 100px;
  height: 42px;
  color: #fff;
  font-family: "Poppins", "NotoSans", sans-serif;
  text-align: center;
  padding-top: 8px;
  font-weight: 600;
  font-size: 15px;
  /*margin-left: 20px;
    */
  margin-top: 5px;
}

.top_right_etc p i {
  margin-left: 10px;
  font-size: 17px;
}

.top_right_etc ul {
  padding: 0;
  border: 0;
  min-width: 100px;
  background: #fff;
  background: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: none;
  border: 1px #ddd solid;
  border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -o-border-radius: 0.2em;
}

.top_right_etc ul li a {
  line-height: 22px;
  font-size: 13px;
  color: #000;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-weight: 400;
  color: #fff;
  /*border-bottom: 1px rgb(231, 231, 231) solid;
    */

  border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -ms-border-radius: 0.6em;
  -o-border-radius: 0.6em;
}

.top_right_etc ul li a:hover {
  /* background: rgb(241, 241, 241);
    border-radius: .6em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    -ms-border-radius: .6em;
    -o-border-radius: .6em; */
  background: transparent;
  color: #fff;
}

/* sticky top_right_etc */
.top_right_etc.sticky {
}

.top_right_etc.sticky {
  z-index: 9999999999999999999999999;
  top: 0;
  position: absolute;
  position: relative;
  right: 0;
  margin-right: 30px;
  margin-top: 12px;
  font-size: 13px !important;
  color: #000 !important;
  position: fixed !important;
}

.top_right_etc.sticky #hd_sch {
  border: 0;
  border-bottom: 1px #000 solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 37px;
}

.top_right_etc #hd_sch #sch_stx {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.top_right_etc.sticky #hd_sch #sch_stx {
  color: #000;
  font-weight: 400;
  font-size: 13px;
}

.top_right_etc.sticky #hd_sch #sch_stx::placeholder {
  color: rgb(136, 136, 136);
  font-size: 13px;
  color: #fff;
}

.top_right_etc.sticky #hd_sch i {
  font-size: 16px;
  color: rgb(104, 104, 104);
}

.top_right_etc.sticky p {
  border-radius: 0em;
  border: 1px #000 solid;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  -ms-border-radius: 0em;
  -o-border-radius: 0em;
  width: 90px;
  height: 35px;
  color: #000;
  font-family: "Poppins", "NotoSans", sans-serif;
  text-align: center;
  padding-top: 8px;
  font-weight: 600;
  font-size: 12px;
  /*margin-left: 20px;
    */
  margin-top: 0;
}

.top_right_etc.sticky p i {
  margin-left: 10px;
  font-size: 12px;
}

.top_right_etc.sticky ul {
  padding: 0;
  border: 0;
  min-width: 90px;
  background: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: none;
  border: 1px #000 solid;
  border-radius: 0em;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  -ms-border-radius: 0em;
  -o-border-radius: 0em;
  margin-top: 0px;
  background: #000;
}

.top_right_etc.sticky ul li a {
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-weight: 400;
  color: #fff;
  /*border-bottom: 1px rgb(231, 231, 231) solid;
    */

  border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -ms-border-radius: 0.6em;
  -o-border-radius: 0.6em;
}

/* 모바일 메뉴 */
.row-offcanvas {
  height: 100%;
}

.sidebar-offcanvas {
  display: none;
}

.js-offcanvas-btn {
  position: absolute;
  right: 0;
  margin-right: 15px;
  top: 20px;
  background-color: transparent;
  border: 0;
}

/* 모바일 메뉴 마감 */

/* 인덱스 */
.hidden-text {
  position: absolute;
  z-index: 200;
}

.tab-box > .tabpanel {
  display: none;
}

.tab-box > .tabpanel.on {
  display: block;
}

section.section {
  height: 100vh;
}

section.section01 {
  display: flex;
  align-items: center;
}

section.section01 .config-businee-btn {
  position: absolute;
  top: 20px;
  left: 0;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 7px 15px;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#overlay2 {
  /* display: none; */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
}

.section01 #modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100vw;
  height: 100vh;
  padding: 55px;
  background: #f0f0f0;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 10001;
}

.section01 #modal.on {
  display: block;
}

.section01 #modal .modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  padding-bottom: 20px;
}

.section01 #modal .modal-head h1 {
  font-weight: 700;
  font-size: 24px;
}

.section01 #modal .modal-head p {
  margin-top: 5px;
  font-size: 16px;
}

.section01 #modal .modal-head i {
  color: #222;
  font-size: 24px;
}

.section01 .vue-wrap {
  position: relative;
}

.section01 #modal .modal-body {
  height: 100%;
  overflow-y: auto;
  padding: 25px 0 80px;
}
.section01 #modal .board-list {
  width: 100%;
  min-height: 340px;
  margin-top: 30px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.section01 #modal .board-list .no-data {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 240px;
  color: #666;
}

.section01 #modal .board-list .tit {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}

.section01 #modal .board-list ul {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.section01 #modal .board-list li {
  width: calc(16.666% - 9px);
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

.section01 #modal .board-list li .avatar {
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section01 #modal .board-list li .avatar::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.section01 #modal .board-list li.ad-item .avatar {
  border: 1px dashed #bbb;
  font-size: 32px;
}

.section01 #modal .board-list li .subject {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

section.section01 .config-businee-btn i {
  margin-right: 5px;
}

.form-modal * {
  font-family: "Pretendard";
}

.form-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 800px;
  height: 90vh;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 10002;
}

.form-modal .modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  background: #222;
  color: #eee;
}

.form-modal .modal-head h1 {
  color: #eee;
  font-weight: 600;
}

.form-modal .modal-head i {
  color: #eee;
  font-weight: 600;
}
.form-modal .modal-body {
  display: flex;
  height: calc(100% - 74px);
  padding: 0;
}

.form-modal .modal-body .left {
  width: 30%;
  height: 100%;
  padding: 35px;
  border-right: 1px solid #ddd;
}

.form-modal .modal-body .right {
  position: relative;
  flex: 1;
  padding: 35px;
  padding-bottom: 120px;
}

.form-modal .modal-body .right .cont {
  height: 100%;
  overflow-y: auto;
}

.form-modal .modal-body .left .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #aaa;
  border-radius: 10px;
  color: #aaa;
  font-size: 28px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-modal .modal-body .left .avatar::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.form-modal .modal-body .label-box {
  margin-bottom: 10px;
}

.form-modal .modal-body .label {
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #000;
}

.form-modal .modal-body p.help {
  font-size: 14px;
  color: #999;
}

.form-modal .modal-body .input-row {
  margin-bottom: 35px;
}

.form-modal .modal-body input[type="file"] {
  display: none;
}

.form-modal .modal-body input[type="text"] {
  width: 80%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}

.form-modal .modal-body input[type="text"]::placeholder {
  color: #bbb;
}

.form-modal .modal-body textarea::placeholder {
  color: #bbb;
}

.form-modal .modal-body textarea {
  width: 80%;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}

.form-modal .modal-body .right .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px;
  display: flex;
  justify-content: flex-end;
}

.form-modal .modal-body .right .btn-wrap button {
  background: #222;
  border: 0;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: 500;
  color: #ddd;
  border-radius: 5px;
}

.form-modal .modal-body .right .btn-wrap button i {
  margin-left: 5px;
}

section.section01 .container {
  position: relative;
}

section.section01 .flex {
  display: flex;
  max-width: 83.333%;
  justify-content: space-between;
  align-items: center;
}

section.section01 .flex .text-box,
section.section01 .flex .img-box {
  width: 50%;
}
section.section01 .flex .img-box img {
  max-width: 100%;
}

section.section01 .navigation {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16%;
  transform: translateY(-50%);
}

section.section01 .navigation a {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 7px;
  opacity: 0.4;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: 0.3s all ease;
  box-sizing: border-box;
}

section.section01 .navigation a.on {
  border-bottom: 2px solid #14296e;
  opacity: 1;
  color: #14296e;
}
section.section01 .navigation a:hover,
section.section01 .navigation a:active,
section.section01 .navigation a:focus {
  text-decoration: none;
}

.hidden-text {
  position: absolute;
  z-index: 200;
}

section.section01 .flex .title {
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #000;
  line-height: 66px;
}

section.section01 .flex .sub-title {
  margin: 30px 0 30px;
  font-size: 24px;
  font-weight: 500;
}

section.section01 .flex .title h1 {
  font-size: 56px;
  font-weight: 900;
  color: #000;
  font-family: "Noto Sans KR", "Poppins", "Ubuntu", dotum, sans-serif;
  position: relative;
  display: inline-block;
}

section.section01 .flex .title h1::before {
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(0, 138, 255, 0.2);
  content: "";
  margin-top: 52px;
}

section.section01 .flex .text {
  width: 480px;
  margin-left: auto;
  line-height: 30px;
}

section.section01 .flex .text p {
  margin-top: 20px;
}

section.section01 .flex .text p a {
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

section.section01 .flex .text p a i {
  font-size: 20px;
  position: absolute;
  margin-top: 6px;
  margin-left: 12px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

section.section01 .flex .text p a:hover {
  text-decoration: none;
  color: #000;
}

section.section01 .flex .text p a:hover i {
  margin-left: 20px;
}

section.section02 {
  position: relative;
  color: #fff;
  display: flex;
  overflow: hidden;
  align-items: center;
  background: #000;
}

section.section02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../../../img/sec02_bg.jpg) no-repeat center / cover;
  opacity: 0.4;
}

section.section02 .section-title {
  position: relative;
  margin-bottom: 70px;
  color: #fff;
  z-index: 1;
}

section.section02 .section-title p {
  color: #fff;
}

section.section02 .container {
  padding: 0 80px;
}

section.section02 .swiper-container02 {
  display: flex;
}

section.section02 .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

section.section02 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 0.5;
  background: #fff;
}

section.section02 .swiper-pagination-bullet-active {
  opacity: 1;
}

section.section02 .swiper-slide .label {
  padding: 15px 0;
  text-align: center;
  background: #111;
  /* background: #1a317a; */
  font-size: 16px;
  color: #fff;
}

section.section02 .swiper-slide img {
  width: 100%;
}

@media (min-width: 1979px) {
  section.section02 .flex {
    width: 1979px;
    margin: 0 auto;
  }
}

section.section02 .flex {
  display: flex;
}

section.section02 .flex .left,
section.section02 .flex .right {
  width: 50%;
}

section.section02 .flex .left .left-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

section.section02 .flex .left .left-flex .box.company,
section.section02 .flex .left .left-flex .box.video {
  width: 50%;
}

section.section02 .flex .left .left-flex .box.box03 {
  width: 100%;
  margin-top: 30px;
}

section.section02 .flex .left .left-flex .box.video .youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

section.section02 .flex .left .left-flex .box.video .youtube i {
  color: #fff;
  font-size: 70px;
  text-decoration: none;
  z-index: 99999999999999999999999999999999999999999999999999999999;
}

section.section02 .flex .left .left-flex .box.video a {
  text-decoration: none;
}

section.section02 .flex .left .left-flex .box.video a:hover i {
}

section.section02 .flex .left .left-flex .box .wrap {
  margin-left: 15px;
  margin-right: 15px;
  height: 334px;
  background: #eee;
  position: relative;
  overflow: hidden;
  padding-left: 45px;
  padding-right: 45px;
  background-repeat: no-repeat;
  background-size: cover;
}

section.section02 .flex .left .left-flex .box .wrap h2,
section.section02 .flex .left .left-flex .box .wrap p {
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}

section.section02 .flex .left .left-flex .box .wrap:hover {
  transition: all 0.3s ease-in-out;
}

section.section02 .flex .left .left-flex .box .wrap:hover:before {
  transition: all 0.3s ease-in-out;
}

section.section02 .flex .left .left-flex .box .wrap h2 {
  top: 66%;
  transform: translate3d(0, 60px, 0);
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -o-transform: translate3d(0, 60px, 0);
}

section.section02 .flex .left .left-flex .box .wrap p {
  opacity: 0;
  bottom: 0;
  transform: translate3d(0, -10px, 0);
  font-size: 16px;
  letter-spacing: 1px;
}

section.section02 .flex .left .left-flex .box .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0%,
    rgba(3, 3, 3, 0.5) 75%
  );
  /* background: #000; */
  /* background: rgba(0, 0, 0, 0.5);  */
  z-index: 2;
  bottom: -100%;
  left: 0;
}

section.section02 .flex .left .left-flex .box .wrap:hover:before {
  bottom: 0;
}

section.section02 .flex .left .left-flex .box .wrap:hover h2 {
  bottom: 40px;
  transform: translate3d(0, 20px, 0);
}

section.section02 .flex .left .left-flex .box .wrap:hover p {
  opacity: 1;
  transform: translate3d(0, -30px, 0);
}

section.section02 .flex .right {
  margin-left: 30px;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 100%; */
  position: relative;
}

section.section02 .flex .right .slider-index .item {
  /* height: 100%; */
  max-height: 698px;
  /* margin-left: 15px;
    margin-right: 15px; */
  position: relative;
  overflow: hidden;
}

section.section02 .flex .right .slider-index .slider .slick-list {
  margin: 0 -1px;
}

section.section02 .flex .right .slider-index .slick-slide {
  margin: 0 1px;
}

section.section02 .flex .right .slider-index a:focus {
  outline: none !important;
}

@media (min-width: 1980px) {
  section.section02 .flex .right .slider-index .item img {
    width: 100%;
    height: auto;
  }
}

section.section02 .flex .right .slider-index .item h2,
section.section02 .flex .right .slider-index .item p {
  position: absolute;
  color: #fff;
  z-index: 9999999999999999999999999999999999999999;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
  padding-left: 45px;
  padding-right: 45px;
}

section.section02 .flex .right .slider-index .item:hover {
  transition: all 0.3s ease-in-out;
}

section.section02 .flex .right .slider-index .item:hover:before {
  transition: all 0.3s ease-in-out;
}

section.section02 .flex .right .slider-index .item h2 {
  top: 84%;
  transform: translate3d(0, 60px, 0);
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -o-transform: translate3d(0, 60px, 0);
}

section.section02 .flex .right .slider-index .item p {
  opacity: 0;
  bottom: 0;
  transform: translate3d(0, -10px, 0);
  font-size: 16px;
  letter-spacing: 1px;
}

section.section02 .flex .right .slider-index .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0%,
    rgba(3, 3, 3, 0.5) 75%
  );
  /* background: #000; */
  z-index: 2;
  bottom: -100%;
  left: 0;
}

section.section02 .flex .right .slider-index .item:hover:before {
  bottom: 0;
}

section.section02 .flex .right .slider-index .item:hover h2 {
  bottom: 40px;
  transform: translate3d(0, 20px, 0);
}

section.section02 .flex .right .slider-index .item:hover p {
  opacity: 1;
  transform: translate3d(0, -30px, 0);
}

section.section02 .flex .right .slider-index {
  z-index: 99999999999999999999;
  position: relative;
}

/* 슬라이드 옵션 */
.arrows_wrap {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;

  display: flex;
  align-items: center;
}

.s-Arrows2 i {
  font-size: 18px;
  color: #fff;
  padding-top: 25px;
}

.Slick-Next2,
.Slick-Prev2 {
  display: inline-block;
  width: 69px;
  height: 69px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  background: transparent;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  color: #fff;
  border-bottom: 0;
  /*margin-left: 1px;
    */
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
  /*transition: all 0.5s;
    */
  padding-bottom: 0;
  margin-bottom: 0;
  bottom: 0;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  z-index: 9999999999999999999999999999999999;
}

.Slick-Prev2.active,
.Slick-Next2.active {
  background: transparent;
  border: 1px rgba(255, 255, 255, 1) solid;
  color: #fff;
}

.Slick-Prev2.active i,
.Slick-Next2.active i {
  color: #fff;
}

.Slick-Next2:hover,
.Slick-Prev2:hover {
  /*    background-color: rgba(255, 255, 255, 0.1);*/
  background: transparent;
  border: 1px rgba(255, 255, 255, 1) solid;
  color: #fff;
}

.Slick-Next2:hover i,
.Slick-Prev2:hover i {
  color: #fff;
}

.Slick-Next2 {
  right: 20px;
  position: absolute;
  top: 47%;
}

.Slick-Prev2 {
  left: 20px;
  position: absolute;
  top: 47%;
}

/* 슬라이드 옵션 마감 */

section.section03 {
  position: relative;
  display: flex;
  align-items: center;
}

section.section03 .img-box,
section.section03 .txt-box {
  width: 50%;
}

section.section03 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.section03 .img-box {
  overflow: hidden;
  border-radius: 30px 0 30px 0;
}

section.section03 .img-box img {
  max-width: 100%;
}

section.section03 .txt-box {
  padding-left: 6%;
}
section.section03 .txt-box .title {
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 53px;
  letter-spacing: -0.01em;
  font-weight: 800;
  line-height: 1;
}
section.section03 .txt-box .desc {
  margin-top: 30px;
  line-height: 30px;
}

#index_wrap
  section.section03
  .swiper-container02
  .text_wrap
  .container
  .text
  h1 {
  /* font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif; */
  font-family: "NanumSquare", "Poppins", "Ubuntu", dotum, sans-serif;
  font-size: 48px;
  line-height: 62px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 26px;
}

#index_wrap
  section.section03
  .swiper-container02
  .text_wrap
  .container
  .text
  p
  .btn-1 {
  background: #000;
  margin-top: 30px;
  width: 250px;
  text-align: center;
}

#index_wrap
  section.section03
  .swiper-container02
  .text_wrap
  .container
  .text
  p
  .btn-1::before {
  background-color: #2b2929;
}

#index_wrap
  section.section03
  .swiper-container02
  .text_wrap
  .container
  .text
  p
  .btn-1
  span {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  transition: 0.2s 0.1s;
  padding: 20px 20px;
}

#index_wrap
  section.section03
  .swiper-container02
  .text_wrap
  .container
  .text
  p
  .btn-1
  span:hover {
  color: rgb(255, 255, 255);
  transition: 0.2s 0.1s;
}

section.section03 .swiper-slide .swiper-img {
  height: 70vmin;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

section.section03 .swiper-container02 .swiper-pagination {
  bottom: 40px;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

section.section03 .swiper-container02 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 2em !important;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: 1s;
}

#index_wrap
  section.section03
  .swiper-container02
  .swiper-pagination-bullet-active {
  width: 40px;
  transition: width 0.5s;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #fff;
}

section.section04 {
  height: auto;
  padding: 40px;
}

section.section04 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.section04 .container .left {
  width: 33%;
}
section.section04 .container .right {
  flex: 1;
}

section.section04 .title {
  font-size: 22px;
  margin-bottom: 50px;
}

section.section04 .title h3 {
  color: #000;
  margin-bottom: 20px;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 53px;
  letter-spacing: -0.01em;
  font-weight: 800;
  line-height: 1;
}

section.section04 .gall_wrap {
  /* position: relative;
     background: #000; */
}

/* latest  section04 */
/* .gall_wrap {
    display:flex;
    margin-left: -15px;
    margin-right: -15px;
}
.gall_wrap .box {
    margin-left: 15px;
    margin-right: 15px;
} */
/* .gall_wrap .box .imgae_wrap img {
    width: 100%;
} */

.gall_wrap .swiper-slide .caption {
  font-size: 16px;
  color: #a7a7a7;
  margin-top: 16px;
  font-family: "Spoqa Han Sans Neo", "Nanum Gothic", "sans-serif";
}

.gall_wrap .swiper-slide .box {
  display: flex;
}

.gall_wrap .swiper-slide .box .wrap {
  width: 24%;
}

.gall_wrap .swiper-slide .caption h2 a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "Spoqa Han Sans Neo", "Nanum Gothic", "sans-serif";
  display: block;
}

/* latest  section04 end */

section.section05 {
  display: flex;
  align-items: center;
  height: auto;
  padding: 120px 0;
}

section.section05 .section-title {
  margin-bottom: 50px;
}

section.section05 h2 {
  color: #fff;
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  font-family: "Spoqa Han Sans Neo", "Nanum Gothic", "sans-serif";
}

section.section06 {
  border-top: 1px solid #e1e1e1;
  height: auto;
}

section.section06 .certification {
  text-align: center;
}

section.section06 img {
  max-width: 100%;
}

section.section06 .flex01 {
  display: flex;
}

section.section06 .flex01 .left {
  width: 50%;
}

section.section06 .flex01 .right {
  width: 50%;
}

section.section06 .flex01 .left h2 {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  display: inline-block;
  position: relative;
  font-family: "Noto Sans KR", "Poppins", "Ubuntu", dotum, sans-serif;
  z-index: 0;
}

section.section06 .flex01 .left h2::before {
  position: absolute;
  width: 100%;
  height: 12px;
  background: #e9b823;
  content: "";
  margin-top: 42px;
  z-index: -1;
}

section.section06 .flex01 .left .tel-flex {
  display: flex;
  margin-top: 60px;
}

section.section06 .flex01 .left dl {
  padding-left: 38px;
}

section.section06 .flex01 .left dl dt a {
  font-size: 34px;
  color: #353433;
  font-family: "Poppins", "NotoSans", sans-serif;
}

section.section06 .flex01 .left dl dd {
  margin-top: 8px;
  font-size: 16px;
  color: #353433;
}

section.section06 .flex01 .left dl dd p {
  margin-top: 8px;
}

section.section06 .flex01 .left dl dd a {
  margin-top: 26px;
  color: #cac2b7;
  text-align: center;
  min-width: 190px;
  font-size: 18px;
}

section.section06 .flex01 .left dl dd a span {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* form */
section.section06 .form_wrap {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  /* margin-left: auto; */
  /* width: 630px; */
}

section.section06 .form_write .flex {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 11px;
}

section.section06 .form_write .flex .name {
  width: 40%;
  margin-left: 6px;
  margin-right: 6px;
}

section.section06 .form_write .flex .tel {
  width: 60%;
  margin-left: 6px;
  margin-right: 6px;
}

section.section06 .form_write input {
  width: 100%;
  height: 72px;
  border: 0;
  border-radius: 0em;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}

section.section06 .form_write input::placeholder,
section.section06 .form_write textarea::placeholder {
  color: #c5c5c5;
}

section.section06 .form_write textarea {
  width: 100%;
  border: 0;
  border-radius: 0;

  padding: 20px 16px;
  font-size: 16px;
}

section.section06 .form_write .btn_wrap {
  margin-top: 10px;
}

section.section06 .form_write .btn_wrap .check input {
  width: 18px;
  height: 18px;
  vertical-align: top;
  cursor: pointer;
}

section.section06 .form_write .btn_wrap .check label {
  font-size: 15px;
  vertical-align: top;
  cursor: pointer;
  margin-left: 6px;
  color: rgb(107, 107, 107);
}

section.section06 .form_write .btn_wrap .send {
}

section.section06 .form_write .btn_wrap .send .btn {
  color: #cac2b7;
  font-weight: 600;
  font-family: "Noto Sans KR", "Poppins", "Ubuntu", dotum, sans-serif;
  height: 70px;
  /*line-height: 54px;
  */
  font-size: 22px;
  letter-spacing: 1px;
  width: 100%;
  border: 1px #1f1c18 solid;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  background: url("../../img/main/submit.png") 59% 50%;
  background-color: #1f1c18;
  background-repeat: no-repeat;
}

section.section06 .form_write .btn_wrap .send .btn:hover {
  border: 1px #80786c solid;
  background: url("../../img/main/submit.png") 59% 46%;
  background-repeat: no-repeat;
  background-color: #80786c;
  color: #fff;
}

/* form end */

section.section05 .slider-gallery02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

section.section05 .slider-gallery02 .slider {
  width: calc(10% - 15px);
}

section.section05 .slider-gallery02 .slider img {
  border: 1px #e6e6e6 solid;
  width: 100%;
}

section.section05 .slider-gallery02 .slider a:hover,
section.section05 .slider-gallery02 .slider a:focus {
  outline: none;
}

section.section05 .more {
  margin: 50px 0 0;
  text-align: center;
}

section.section05 .more a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  border: 2px solid #222;
}

/* 인덱스 마감 */

/*  sub layout */
/* 서브비주얼 */

@keyframes zoom {
  0% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
  }
}

.s_visual_wrap {
  position: relative;
  /*            min-width: 1100px;*/
  /* overflow: hidden; */
  /* z-index: 2; */
}

.s_visual_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.s_visual_wrap .slide {
  position: relative;
  height: 500px;
  top: 0;
  /*            min-width: 1100px;*/
}

.s_visual_wrap .slide ul {
  padding: 0;
  margin: 0;
  margin-top: -100px;
  padding-top: -100px;
  top: -100px;
}

.s_visual_wrap .slide li {
  height: 500px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  /*
-webkit-animation: zoom 20s ease-in-out infinite alternate;
-moz-animation: zoom 20s ease-in-out infinite alternate;
-o-animation: zoom 20s ease-in-out infinite alternate;
-ms-animation: zoom 20s ease-in-out infinite alternate;
*/

  /* animation: zoom 3s ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1; */

  padding: 0;
  margin: 0;
  top: 0;
}

.s_visual_wrap .slide .content {
  top: 50%;
  position: relative;
  z-index: 1;
  text-align: center;
  transform: translateY(-50%);
  /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
}

.s_visual_wrap .slide .content h1 {
  font-size: 68px;
  font-weight: 700;
  color: #fff;
  /*        padding-bottom: 0;*/
  margin-bottom: 0px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  font-family: "Poppins", "Montserrat", "NotoSans", sans-serif;
  font-family: "Titillium Web", sans-serif;
}

.s_visual_wrap .slide .content h1 span {
  font-weight: 100;
}

.s_visual_wrap .slide .content p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-top: 16px;
}

.s_visual_wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sub_content.bbs {
  position: relative;
  z-index: 3;
}

html.modal-open {
  overflow: hidden;
}
body.modal-open {
  overflow: hidden;
}

/* 서브비주얼 마감 */
/* 서브네비 */
#nav_center {
  /* position: absolute; */
  /* top: 440px; */
  /* width: 95%; */
  /* left: 50%; */
  /* border-radius: 3px; */
  /* transform: translateX(-50%); */
  /* box-shadow: 0 5px 5px rgba(0, 0, 0, 18%); */
  display: block;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

#nav_center ul {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  justify-content: center;
}

#nav_center li.init,
#nav_center ul li.depth2 i {
  display: none;
}

#nav_center ul li {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}

#nav_center ul li a {
  font-size: 17px;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  color: #999;
}

#nav_center ul li.active a {
  border-bottom: 3px solid #222;
  font-weight: 800;
  color: #222;
}

#nav_center ul li a:focus,
#nav_center ul li a:hover {
  text-decoration: none;
  color: #222;
}

#nav_center a.javas {
  display: none;
}

/* 서브네 마감 */
/*  서브 레이아웃 */
#sub_content {
  margin-top: 120px;
}

#sub_content .page-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

#sub_content .page-header h1 {
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  color: #000;
  font-family: "NanumSquare";
  /* margin-bottom: 30px; */
}

/*  서브 레이아웃 마감 */
/* footer */
footer {
  /*    margin-top: 30px;*/
  background-color: #050505;
  padding: 0 !important;
  padding-bottom: 20px !important;
}

footer .notice_wrap .flex {
  display: flex;

  padding-top: 20px;
  padding-bottom: 20px;
}

footer .notice_wrap .flex h2 {
  font-family: "Poppins", "NotoSans", sans-serif;
  font-family: "NanumSquare";
  color: #fff;
  margin-right: 20px;
  margin-top: 20px;
  font-size: 17px;
  position: relative;
  display: inline-block;
  font-weight: 900;
}

footer .notice_wrap .flex h2::after {
  content: "| ";
  padding-left: 17px;
  font-weight: 100;
  color: rgb(107, 107, 107);
}

footer .notice_wrap .flex .notice {
  padding-top: 10px;
}

footer.sub {
  margin-top: 120px;
}

footer .btn-default {
  background-color: #fff;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  border: 1px #dddddd solid;
  padding: 4px 11px;
  border-radius: 0;
}

footer .footer-menu {
  padding-top: 32px;
  padding-bottom: 20px;
  background-color: #050505;
  border-bottom: 1px #050505 solid;
}

footer .footer-menu ul {
  padding-top: 8px;
  padding-bottom: 12px;
  padding-left: 0;
  margin-left: 0;
}

footer .footer-menu ul li:before {
  color: #464646;
  content: "|";
  font-size: 12px;
}

footer .footer-menu ul li:first-child,
footer .footer-menu ul li:first-child a {
  padding-left: 0;
  margin-left: 0;
}

footer .footer-menu ul li:first-child::before {
  content: "";
  padding-left: 0;
  margin-left: 0;
}

footer .footer-menu ul li a {
  font-size: 16px;
  color: #9c9c9c;
  font-weight: 900;
  padding-left: 16px;
  padding-right: 16px;
}

footer .footer-menu ul li a.blue {
  color: #515151;
}

footer .breadcrumb {
  margin-bottom: 4px;
  background-color: transparent;
}

footer p.logo {
  height: 40px;
  margin-bottom: 30px;
  padding: 0 15px;
}

footer {
  position: relative;
  padding-bottom: 0 !important;
}

footer .container::before {
  content: "";
  position: absolute;
  width: calc(100% / 3);
  height: calc(100% - 0);
  top: 0;
  left: 0;
  background-color: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

footer p.logo img {
  height: 100%;
}

footer .container {
  position: relative;
  padding: 80px 0 30px;
}

footer .container * {
  font-size: 14px;
}

footer .container .flex-box {
  display: flex;
  color: #fff;
}

footer .container .left {
  width: 33.333%;
}

footer .container .ft-info li {
  display: flex;
  margin-bottom: 1em;
}
footer .container .ft-info li dt {
  width: calc(5rem + 20px);
  color: #fff;
  letter-spacing: -0.08em;
  font-weight: 400;
}
footer .container .ft-info li dd {
  color: rgba(255, 255, 255, 0.5);
}

footer address a span {
  color: #979ba3;
  margin-left: 6px;
}

footer address a {
  color: #979ba3;
  font-size: 14px;
}

footer .ft-menu a {
  color: #fff;
  width: 5em;
}

footer .ft-menu > ul {
  display: flex;
}
footer .ft-menu ul ul {
  display: flex;
  gap: 12px;
  margin-bottom: 1.5em;
}

footer .ft-menu li {
  position: relative;
}

footer .ft-menu li a {
  color: rgba(255, 255, 255, 0.5);
}

footer .ft-menu li + li {
  padding-left: 12px;
}

footer .left,
footer .right {
  padding: 0 15px;
}

footer .right {
  width: 66.666667%;
}

footer .ft-desc {
  display: flex;
  margin-top: 45px;
}

footer .ft-desc .col {
  width: 50%;
  padding: 0 15px;
}

footer .ft-desc .col:first-child {
  padding-left: 0;
  padding-right: 0;
}
footer .ft-desc .col:last-child {
  padding-right: 0;
}

footer .ft-desc .tit {
  color: #fff;
}
footer .ft-desc p {
  margin: 1em 0;
  letter-spacing: -0.08em;
  word-break: normal;
  color: rgba(255, 255, 255, 0.5);
}

footer .ft-desc .col:first-child .more {
  margin-top: 1em;
}

footer .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
footer .copy .container {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

footer .copy .container::before,
footer .copy .container::after {
  display: none;
}

footer .copy a {
  color: rgba(255, 255, 255, 0.5);
}

footer .copy .col {
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

footer .copy .col * {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

footer .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #000;
}

footer .ft-desc .tel {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

footer .ft-menu li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 10px;
}

#nav_center {
  z-index: 99;
}
#nav_center .depth1 {
  display: flex !important;
  flex-direction: column;
  width: 240px;
  position: relative;
  margin-right: 30px;
}

#nav_center ul li.depth1 ul {
  position: absolute;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border: 1px #ddd solid;
  border-top: 0;
  top: 85px;
  z-index: 9;
  min-width: 180px;
  margin-left: 40px;
}

#nav_center ul li.depth1 a {
  font-weight: 900;
}

#nav_center ul li.depth1 ul li {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  padding-left: 13px;
  padding-right: 13px;
}

#nav_center ul li.depth1 ul li a {
  font-size: 19px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  color: #666666;
  font-weight: 400;
}

#nav_center ul li.depth1 {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#nav_center ul li.depth1:before {
  position: absolute;
  right: 0;
  top: 50%;
  background: #eee;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 3em;
  font-weight: 900;
  font-family: FontAwesome;
  content: "\f107";
  color: #000;
  transform: translateY(-50%);
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
}

#nav_center ul li.depth1.dropdown-active.depth1:before {
  font-weight: 900;
  font-family: FontAwesome;
  content: "\f106";
  color: #000;
  text-align: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
  margin-bottom: 0;
}

.switch input {
  display: none;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 0;
  bottom: -0.5px;
  border: 1px solid #ddd;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #1174e4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1174e4;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

.switch-box .slider.round {
  border-radius: 34px;
}

.switch-box .slider.round:before {
  border-radius: 50%;
}

.switch-box {
  display: flex;
  align-items: center;
}
.switch-box span {
  margin-left: 5px;
  font-size: 14px;
  color: #666;
}

.snotify {
  z-index: 100000 !important;
}

#modal,
#overlay {
  display: none;
}

#overlay.gallery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(59, 59, 59, 0.6);
  z-index: 100000;
}

#modal {
  z-index: 1002;
}

#modal img {
  width: 100%;
}
#modal.gallery-detail {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 100001;
}
#modal.gallery-detail.on {
  display: block;
  padding-right: 15px;
  overflow-x: hidden;
  overflow-y: auto;
}

#fullpage {
  overflow: hidden;
}

.gallery-detail .modal-head {
  /* height: 40px;
  padding: 0 20px;
  background: #e5e5e5;
  line-height: 40px;
  text-align: right;
  font-size: 22px;
  color: #a0a0a0; */
}

.gallery-detail .modal-dialog {
  max-width: 600px;
}

.gallery-detail .modal-body {
  max-width: 600px;
}

@media (max-width: 768px) {
  #modal.gallery-detail {
    width: 90%;
    height: 80vh;
    max-height: 80vh;
  }
}
