@charset "UTF-8";
html,
body {
  height: 100%;
}

html {
  overflow-x: hidden;
}

a {
  color: #000;
}

@media (min-width: 1430px) {
  .container {
    width: 1290px;
  }
  #index_wrap .container {
    width: 1430px;
  }
}
@media (max-width: 1429px) {
  #index_wrap .container {
    width: auto;
  }
  .container {
    width: 1290px;
  }
}
@media (max-width: 1289px) {
  .container {
    width: auto;
  }
}
/* layout */
#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 {
  display: flex;
}

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

#header .top_wrap .logo {
  width: 16%;
}

#header .top_wrap .nav {
  width: 84%;
  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 {
  padding-top: 30px;
  padding-left: 30px;
}

.header h1 a {
  overflow: hidden;
  display: block;
  height: 38px;
  background: url(../../img/common/logo.png) 0 0 no-repeat;
  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: 150px;
  text-align: center;
}

.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: "NotoSans", 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: 17px;
}

.header .gnb .depth1 > a:hover,
.header .gnb .depth1 > a:focus,
.header .gnb .depth1.on > a:hover,
.header .gnb .depth1.on > a {
  color: #222 !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: 350px;
  background: #fff;
  z-index: 1100;
}

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

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

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

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

.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;
  margin-bottom: 28px;
  padding-bottom: 55px;
  transition: none;
}

.header.all .gnb_wrap .depth1 > a:hover,
.header.all .gnb_wrap .depth1 > a:focus {
  border-bottom: 3px solid #1b75bc;
  color: #1b75bc !important;
  margin-bottom: 25px;
  padding-bottom: 55px;
  transition: none;
}

.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: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  font-family: "NotoSans", sans-serif;
  display: inline-block;
  position: relative;
}

.header.all .gnb_wrap .depth2 > li > a:hover:before {
  color: #1b75bc;
}

.header.all .gnb_wrap .depth2 > li > a:hover {
  text-decoration: none;
  color: #1b75bc !important;
}

/* .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: rgb(255, 255, 255);
  border-bottom: 1px #eee solid !important;
  z-index: 99999999999999;
  transition: 1s;
}

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

.header.sticky h1 a {
  overflow: hidden;
  display: block;
  height: 38px;
  background: url(../../img/common/logo.png) 0 100% no-repeat;
  text-indent: -9999px;
}

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

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

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

.header.all.sticky .gnb .depth1 > a:hover {
  padding-bottom: 40px !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: 400;
  line-height: 1em;
  color: rgb(87, 87, 87);
  font-family: "NotoSans", sans-serif;
  display: inline-block;
  position: relative;
}

/* sticky end */
/* 모바일 메뉴 */
.nav-bar {
  position: absolute;
  top: 11px;
  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);
}

.mobile-gnb h1 {
  overflow: hidden;
  display: block;
  height: 35px;
  background: url(../../img/common/logo.png) 0% 100% no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 18px;
  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: "NotoSans", "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;
}

/* 모바일 메뉴 마감 */
.top_right_etc {
  z-index: 10000000000000003000000000;
  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-top: 4px;
}

.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 {
  z-index: 10000000000000003000000000;
  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.black p {
  border: 1px #000 solid;
  color: #000;
}

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

.all .top_right_etc p {
  color: #575757;
  border-color: #575757;
}

/* 모바일 메뉴 */
.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;
}

#index_wrap section.section01 .flex {
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

#index_wrap section.section01 .flex .title {
  font-size: 56px;
  font-weight: 900;
  color: #000;
  line-height: 66px;
}

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

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

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

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

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

#index_wrap 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;
}

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

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

#index_wrap section.section02 {
  padding-left: 70px;
  padding-right: 70px;
}

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

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

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

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

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

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

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

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

#index_wrap 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;
}

#index_wrap section.section02 .flex .left .left-flex .box .wrap h2,
#index_wrap 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;
}

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

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

#index_wrap 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);
}

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

#index_wrap 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;
}

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

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

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

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

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

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

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

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

@media (min-width: 1980px) {
  #index_wrap section.section02 .flex .right .slider-index .item img {
    width: 100%;
    height: auto;
  }
}
#index_wrap section.section02 .flex .right .slider-index .item h2,
#index_wrap section.section02 .flex .right .slider-index .item p {
  position: absolute;
  color: #fff;
  z-index: 9999999999999998000000000000000000000000;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
  padding-left: 45px;
  padding-right: 45px;
}

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

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

#index_wrap 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);
}

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

#index_wrap 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;
}

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

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

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

#index_wrap section.section02 .flex .right .slider-index {
  z-index: 100000000000000020000;
  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: 10000000000000000000000000000000000;
}

.Slick-Prev2.active,
.Slick-Next2.active {
  background: transparent;
  border: 1px rgb(255, 255, 255) 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 rgb(255, 255, 255) 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%;
}

/* 슬라이드 옵션 마감 */
#index_wrap section.section03 {
  position: relative;
  margin-top: 100px;
}

#index_wrap section.section03 .swiper-container02 {
  background: #000;
}

#index_wrap section.section03 .swiper-container02 .text_wrap {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
}

#index_wrap section.section03 .swiper-container02 .text_wrap .container {
  display: flex;
  align-items: center;
  height: 100%;
}

#index_wrap section.section03 .swiper-container02 .text_wrap .container .text {
  position: relative;
  /* color: #686868; */
  color: rgba(255, 255, 255, 0.3);
  font-size: 23px;
  z-index: 2;
}

#index_wrap section.section03 .swiper-container02 .text_wrap .container .text h1 {
  /* font-family: 'NotoSans', '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;
}

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

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

#index_wrap 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: rgb(255, 255, 255);
  border: 1px solid #fff;
}

#index_wrap section.section04 {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

#index_wrap section.section04 .title h1 {
  font-size: 42px;
  padding-bottom: 20px;
  color: #000;
  font-weight: 800;
  font-family: "NotoSans", "Poppins", "Ubuntu", dotum, sans-serif;
}

#index_wrap section.section04 .title p {
  font-size: 20px;
  color: #1b75bc;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Montserrat";
}

#index_wrap section.section04 .title h2 {
  font-size: 50px;
  color: #222;
  font-weight: 900;
  font-family: "NotoSans", "Poppins", "Ubuntu", dotum, sans-serif;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section04 .title h2 {
    font-size: 27px;
  }
}

#index_wrap section.section04 .gall_wrap .swiper-slide img {
  width: 100%;
}

/* 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 */
#index_wrap section.section05 {
  background-size: cover;
  height: 78vmin;
  display: flex;
  align-items: center;
}
#index_wrap section.section05 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section05 .container {
    flex-direction: column;
  }
}
#index_wrap section.section05 .container .leftside {
  margin-right: 130px;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section05 .container .leftside {
    margin-right: 0;
  }
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section05 .container .rightside {
    display: flex;
    justify-content: center;
  }
}
#index_wrap section.section05 .container .rightside img {
  max-width: 100%;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section05 .container .rightside img {
    width: 70%;
  }
}
#index_wrap section.section05 .philo-text {
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat";
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section05 .philo-text {
    font-size: 11px;
    margin-bottom: 7px;
    text-align: center;
  }
}
#index_wrap section.section05 h2 {
  color: #fff;
  font-size: 55px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "NotoSans";
  margin-bottom: 60px;
}
#index_wrap section.section05 .philo-text2 {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  font-family: "NotoSans";
}

#index_wrap section.section06 {
  background: #1b75bc;
  padding-top: 100px;
  padding: 100px;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section06 {
    padding: 30px;
  }
}

#index_wrap section.section06 .flex01 {
  display: flex;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section06 .flex01 {
    flex-direction: column;
  }
}

#index_wrap section.section06 .flex01 .left {
  width: 50%;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section06 .flex01 .left {
    width: 100%;
  }
}

#index_wrap section.section06 .flex01 .right {
  width: 50%;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section06 .flex01 .right {
    width: 100%;
    margin-top: 30px;
  }
}

#index_wrap section.section06 .flex01 .left p.top {
  font-family: "Montserrat";
  font-weight: 700;
  color: #f7f7f7;
  font-size: 20px;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section06 .flex01 .left p.top {
    font-size: 11px;
    margin-bottom: 7px;
  }
}

#index_wrap section.section06 .flex01 .left h2 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  position: relative;
  font-family: "NotoSans", "Poppins", "Ubuntu", dotum, sans-serif;
  z-index: 0;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section06 .flex01 .left h2 {
    font-size: 27px;
  }
}

#index_wrap section.section06 .flex01 .left .tel-flex {
  display: flex;
}

#index_wrap section.section06 .flex01 .left dl dt a {
  font-size: 63px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
}
#index_wrap section.section06 .flex01 .left dl dt a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section06 .flex01 .left dl dt a {
    font-size: 46px;
  }
}

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

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

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

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

#index_wrap section.section06 .flex01 .left p.bottom {
  font-weight: 300;
  color: #f7f7f7;
  font-size: 19px;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section06 .flex01 .left p.bottom {
    font-size: 17px;
  }
}

/* form */
#index_wrap section.section06 .form_wrap {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
}
@media screen and (max-width: 1430px) {
  #index_wrap section.section06 .form_wrap {
    padding-left: 0;
  }
}

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

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

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

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

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

#index_wrap section.section06 .form_write textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 20px 16px;
  font-size: 16px;
}

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

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

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

#index_wrap section.section06 .form_write .btn_wrap .send .btn {
  color: #fff;
  font-weight: 600;
  font-family: "NotoSans", "Poppins", "Ubuntu", dotum, sans-serif;
  height: 70px;
  /*line-height: 54px;
  */
  font-size: 20px;
  width: 100%;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  background-color: #124f7f;
  background-repeat: no-repeat;
}

/* form end */
#index_wrap section.section07 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#index_wrap section.section07 .swiper-container02 .slider-gallery02 {
  margin-top: 35px;
  margin-bottom: 35px;
}

#index_wrap section.section07 .slider-gallery02 .slider img {
  border: 1px #e6e6e6 solid;
}

#index_wrap section.section07 .slider-gallery02 .slider a:hover,
#index_wrap section.section07 .slider-gallery02 .slider a:focus {
  outline: none;
}

/* 인덱스 마감 */
/*  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')";
  }
  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')";
  }
}
.s_visual_wrap {
  position: relative;
  /*            min-width: 1100px;*/
  overflow: hidden;
  /* z-index: 2; */
}

.s_visual_wrap .slide {
  position: relative;
  height: 550px;
  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: 550px;
  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: 42%;
  position: relative;
  z-index: 1;
  text-align: center;
  /*
  animation: zoom 3s ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  */
}

.s_visual_wrap .slide .content h1 {
  font-size: 58px;
  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%;
}

/* 서브비주얼 마감 */
/* 서브네비 */
#nav_center {
  border-bottom: 1px #ddd solid;
  display: block;
  position: relative;
  z-index: 1;
}

#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: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}

#nav_center ul li a {
  font-size: 19px;
  font-weight: 500;
  padding-top: 28px;
  padding-bottom: 28px;
  display: block;
}

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

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

#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: 38px;
  font-weight: 900;
  color: #222;
  /* margin-bottom: 30px; */
}

/*  서브 레이아웃 마감 */
/* footer */
footer {
  margin-top: 150px;
  background-color: #fff;
  padding: 0 !important;
  padding-bottom: 0px !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 .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: 20px 0px;
  background-color: #fff;
  border-bottom: 1px #eaeaea solid;
  border-top: 1px #eaeaea solid;
}
@media screen and (max-width: 1430px) {
  footer .footer-menu {
    text-align: center;
  }
}

footer .footer-menu ul {
  padding-left: 0;
  margin-left: 0;
}

footer .footer-menu ul li:before {
  color: #464646;
  content: "|";
  font-size: 12px;
  top: -2.5px;
  position: relative;
}
@media screen and (max-width: 1430px) {
  footer .footer-menu ul li:before {
    top: -1.5px;
    padding: 0 9px 0 0;
  }
}

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: 14px;
  color: #222;
  font-weight: 400;
  padding-left: 16px;
  padding-right: 4px;
}
footer .footer-menu ul li a:hover {
  text-decoration: none;
}

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

footer .footer {
  display: flex;
  padding-top: 65px;
  padding-bottom: 95px;
}
@media screen and (max-width: 1430px) {
  footer .footer {
    flex-direction: column;
    padding: 55px 0;
    text-align: center;
  }
}
footer .footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 90px;
}
@media screen and (max-width: 1430px) {
  footer .footer .logo {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
footer .footer address {
  font-size: 16px;
  color: #222;
  font-style: inherit;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 1430px) {
  footer .footer address {
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: -0.9px;
  }
}
footer .footer address a {
  color: #222;
}
footer .footer address a:hover {
  text-decoration: none;
}
footer .footer address .glyphicon {
  color: #eee;
}

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

#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: 5px 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: 28px;
  background: #1b75bc;
  padding-top: 6px;
  width: 32px;
  height: 32px;
  border-radius: 3em;
  font-weight: 900;
  font-family: FontAwesome;
  content: "\f107";
  color: #fff;
  -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;
}

.section00 {
  margin: 150px 0;
}
@media screen and (max-width: 1430px) {
  .section00 {
    margin: 100px 0;
  }
}
.section00 .section_title {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1430px) {
  .section00 .section_title {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
.section00 .section_title p {
  font-size: 20px;
  color: #1b75bc;
  margin-bottom: 15px;
  font-family: "Montserrat";
  font-weight: 700;
}
@media screen and (max-width: 1430px) {
  .section00 .section_title p {
    font-size: 11px;
    margin-bottom: 7px;
  }
}
.section00 .section_title h2 {
  font-size: 50px;
  font-weight: 900;
  color: #222;
}
@media screen and (max-width: 1430px) {
  .section00 .section_title h2 {
    font-size: 27px;
  }
}
.section00 .portfolio {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.slider {
  position: relative;
}

.swiper-slide h5 {
  font-size: 28px;
  margin-bottom: 30px;
}
.slider-nav {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 10px;
}
@media screen and (max-width: 1430px) {
  .slider-nav {
    margin-top: 0;
  }
}

.slider-arr {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  width: 55px;
  margin-right: 27px;
}

.slider-progress-wrap {
  position: relative;
  flex: 1 1 auto;
}

.slider-progress {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.slider-progress2 {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: gray;
}

.slider-num {
  margin-left: 20px;
  flex: 0 0 auto;
  font-size: 28px;
  line-height: 1;
  color: #1b75bc;
  font-family: "Montserrat";
  font-weight: 300;
  padding-right: 5px;
  color: #707070;
  margin-top: 8px;
}
.slider-num .js-current-slide {
  color: #1b75bc;
}
.slider-num span:nth-child(2) {
  margin: 0 10px;
  color: #707070;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: pink;
}

.slider-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
  width: 5px;
  height: 5px;
  margin-top: 12px;
  background-color: #1b75bc;
}

.portfolio {
  overflow: hidden;
}
.portfolio .swiper-slide {
  padding: 10px;
}
.portfolio .swiper-slide a:hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .portfolio .swiper-slide h5 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.portfolio .swiper-slide img {
  width: 100%;
}

.prev, .next {
  cursor: pointer;
}

#index_swiper .onlypc, #index_wrap .onlypc {
  display: block;
}
@media screen and (max-width: 1430px) {
  #index_swiper .onlypc, #index_wrap .onlypc {
    display: none;
  }
}
#index_swiper .onlymobile, #index_wrap .onlymobile {
  display: none;
}
@media screen and (max-width: 1430px) {
  #index_swiper .onlymobile, #index_wrap .onlymobile {
    display: block;
  }
}

footer .onlypc {
  display: inline;
}
@media screen and (max-width: 1430px) {
  footer .onlypc {
    display: none;
  }
}
footer .onlymobile {
  display: none;
}
@media screen and (max-width: 1430px) {
  footer .onlymobile {
    display: inline;
  }
}
footer .logo img {
  width: 160px;
}

#sub_content .onlypc {
  display: block;
}
@media screen and (max-width: 1290px) {
  #sub_content .onlypc {
    display: none;
  }
}
#sub_content .onlymobile {
  display: none;
}
@media screen and (max-width: 1290px) {
  #sub_content .onlymobile {
    display: block;
  }
}

/*# sourceMappingURL=layout.css.map */
