<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  height: 100%;
}

html {
  overflow-x: hidden;
}

a {
  color: #000;
}

/*pc/mìˆ¨ê¸°ê¸°*/
.pc {
  display: block;
}
.mobile {
  display: none;
}

/* layout */
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 97px;
  transition: 0.5s height, 0.2s background;
  background: #fff;
  /*background: rgb(47 48 51 / 30%);*/
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  border: none;
}

#header .top_wrap {
  display: flex;
  align-content: center;
}


#header .top_wrap .logo {
  width: 20%;
    padding-left:2%;
}

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

s

#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;
  transition: 0.9;
}

#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 &gt; li &gt; 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 &gt; li:last-child &gt; 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: 23px;
  padding-left: 30px;
}

.header h1 a {
  overflow: hidden;
  display: block;
  height: 51px;
  background: url(../../img/common/logo_black.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;
  height: 100%;
}

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

.header #gnb {
  background: transparent;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3rem;
}

.header .gnb &gt; li {
  width: 13%;
  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;
  font-family: "Noto Sans KR", sans-serif;
}

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

.header .gnb .depth1 {
  position: relative;
  height: 100%;
  vertical-align: middle;
}

.header .gnb .depth1 &gt; a {
  display: block;
  font-size: 20px;
  padding: 2em 0;
  color: #000;
}

.header .gnb .depth1 &gt; a:hover {
  text-decoration: solid;
}

.header .gnb .depth1 &gt; a:hover,
.header .gnb .depth1 &gt; a:focus,
.header .gnb .depth1.on &gt; a:hover,
.header .gnb .depth1.on &gt; a {
  /* color: #c89c64;
  text-decoration: underline;
  text-underline-offset: 2rem; */
}
.header .gnb .depth1:last-child .depth2,
.header .gnb.all .depth1:hover:last-child .depth2 {
  display: none !important;
}

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

.header .gnb.all .depth1:hover .depth2 {
  display: block;
  position: absolute;
  top: 3.8em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
  padding: 0.2em 0 1em;
  background: #1d4584;
}

.header .gnb_wrap .depth2 &gt; li &gt; a {
  padding-bottom: 4px;
  font-size: 0.7em;
  font-weight: 500;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  display: inline-block;
  position: relative;
  transition:0.3s;
  text-decoration: none !important;
  border-bottom: none !important;
}

.header .gnb_wrap .depth2 &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
    transition:0.3s;
  background:#f0da9f;
}

.header .gnb_wrap .depth2 &gt; li &gt; a:hover:before {
  width: 100%;
}

.header .gnb_wrap .depth2 &gt; li &gt; a:hover {
  color: #f0da9f;
  text-decoration-color: #000;
  text-decoration-style: solid;
}

/* 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 .gnb .depth1&gt;a {
    color: #fff;
}

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

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

/* header_hover */
/*
#header.all {
    height: 45%;
    background:rgb(0 0 0 / 45%);
    z-index: 1100;
}

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

.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: #fff;
}

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

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

.header.all .gnb_wrap .depth1&gt;a {
    margin-bottom: 70px;
    color: #fff;
}

.header.all .gnb_wrap .depth1&gt;a:hover,
.header.all .gnb_wrap .depth1&gt;a:focus {
    color: #c89c64;
}

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

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

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

}

.header.all .gnb_wrap .depth2&gt;li&gt;a {
    padding-bottom: 4px;
    font-size:0.7em;
    font-weight: 500;
    color:#fff;
    font-family: 'Noto Sans KR', sans-serif;
    display: inline-block;
    position: relative;
}

.header.all .gnb_wrap .depth2&gt;li&gt;a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;


}

.header.all .gnb_wrap .depth2&gt;li&gt;a:hover:before {
    width: 100%;
    background:#c89c64;
}

.header.all .gnb_wrap .depth2&gt;li&gt;a:hover {
    text-decoration: none;
    color:#c89c64;
}*/

/* .header.all .gnb_wrap .depth2&gt;li&gt;a:before {
    content: "Â· "
}

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

/* sticky */

.header.sticky {
  position: fixed !important;
  top: 0;
  background-color: #fff;
  z-index: 99999999999999;
  transition: 1s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 54%);
}

#header.all .top_wrap {
  border-bottom: 1px solid rgb(204 204 204 / 39%);
}

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

.header.sticky h1 a {
  overflow: hidden;
  display: block;
  background: url(../../img/common/logo_black.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

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

.header.sticky .gnb .depth1 &gt; a:hover {
  color: #0b4395;
}

.header.sticky .gnb .depth1 &gt; a {
  display: block;
  color: #000;
}

.header.sticky .top_wrap .etc {
  margin-top: 15px;
}

.header.sub.sticky {
}

.header.sub.sticky .gnb a {
}

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

.header.sticky .gnb .depth1 .depth2 {
}
.header.sticky .gnb .depth1 .depth2 &gt; li &gt; a:hover:before {
  width: 100%;
}

.header.sticky .gnb .depth1 .depth2 &gt; li &gt; a:hover {
  text-decoration: none;
}

/* sticky end */

/* ëª¨ë°”ì¼ ë©”ë‰´ */
.nav-bar {
  position: absolute;
  top: 5px;
  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: #000;
  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: 30px;
  background: url(../../img/common/logo_black.png) 0% 100% no-repeat;
  text-indent: -9999px;
  position: absolute;
  background-size: contain;
  top: 24px;
  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 &gt; li {
  position: relative;
  margin: 0;
  padding: 0;
}

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

.gnb-menu .sidebar-menu &gt; li &gt; 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 &gt; li &gt; a &gt; .fa {
  width: 20px;
  /*    display: none;*/
  font-weight: 900;
}

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

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

.gnb-menu .sidebar-menu li &gt; a &gt; .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 &gt; a:hover .fa-angle-right,
.gnb-menu .sidebar-menu li.active &gt; a &gt; .fa-angle-right {
  transform: rotate(90deg);
  color: #000;
}

.gnb-menu .sidebar-menu li.active &gt; .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 &gt; li &gt; 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 &gt; li:last-child &gt; a {
  border: 0;
}

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

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

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

.bottom_wrap li a {
  font-size: 14px;
  font-weight: 400;
  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: 1000px) {
  .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: 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 {
}

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

/* ëª¨ë°”ì¼ ë©”ë‰´ ë§ˆê° */

/* ì¸ë±ìŠ¤ */

/*----------------ìƒë‹¨ ì˜ìƒ---------------------*/
#mainvideo {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#mainvideo &gt; div::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.5;
  top: 0;
}

#mainvideo div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.video_main_txt {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  line-height: 1.5;
  transform: translate(-50%, -50%);
  text-align: center;
  filter: drop-shadow(2px 4px 6px black);
}
.video_main_txt h1,
.video_main_txt p {
  font-family: "Noto Serif KR", serif;
  color: #fff;
  letter-spacing: -0.1em;
}
.video_main_txt h1 {
  font-size: 2.7em;
  font-weight: 700;
}
.video_main_txt h1 span {
  position: relative;
}
.video_main_txt h1 span::after {
  content: ".";
  position: absolute;
  top: -38%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.5em;
}
.video_main_txt p {
  font-size: 1.67em;
}

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

#index_wrap {
}

/*ê³µí†µì»¬ëŸ¬ ë° ì&nbsp;œëª©*/
.section {
  height: 100vh;
  overflow: hidden;
}

.dot {
  color: #174796;
}
#index_wrap section .title {
  width: 100%;
  text-align: center;
}
#index_wrap section .title h1 {
  font-size: 3em;
  line-height: 1.3;
  font-weight: 400;
}
#index_wrap section .title p {
  font-size: 1em;
  letter-spacing: 0.1em !important;
  margin-bottom: 0.5%;
  text-indent: 0.5em;
}
#index_wrap section .title h1,
#index_wrap section .title p {
  font-family: "Noto Serif KR", serif;
  letter-spacing: -0.1em;
}
#index_wrap section .title h1 span.dot {
  font-weight: 700;
}
#index_wrap section .title p:last-child {
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.05em !important;
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 3%;
  text-indent: 0;
}

.gra_1 {
  background: rgb(219, 180, 80);
  background: linear-gradient(
    180deg,
    rgba(219, 180, 80, 1) 2%,
    rgba(245, 231, 184, 1) 22%,
    rgba(248, 238, 197, 1) 29%,
    rgba(255, 252, 238, 1) 51%,
    rgba(247, 236, 193, 1) 65%,
    rgba(219, 180, 80, 1) 86%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.leean_bt {
  text-align: center;
  margin: 4% 0 0;
  position: relative;
  z-index: 2;
}
.leean_bt a {
  padding: 1% 2%;
  font-size: 1em;
  transition: 0.8s;
}
.leean_bt a:hover {
}

/*êµ¬ì„±ì›ì†Œê°œ*/
#index_wrap section.section01 {
  background: url(../../img/main/bg1.png) no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
#index_wrap section.section01 .title {
  width: 100%;
  padding: 9% 0 2%;
}
#index_wrap section.section01::before {
  content: "";
  width: 33%;
  height: 55%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../img/main/seoul_logo.png) no-repeat;
  background-size: 45%;
  text-align: center;
  background-position: center;
}
#index_wrap section.section01 .people_img {
  width: 100%;
  text-align: center;
  margin-top: -0.8%;
}



#index_wrap section.section01 .people_img img {
  width: 100%;
  max-width: 1700px;
}

/*ì&nbsp;„ë¬¸ë¶„ì•¼ ë“±ë¡ì¦ì„œ*/
#index_wrap section.section02 {
  background-image: linear-gradient(to top, #142d60, #122e5e);
}
#index_wrap section.section02 .title {
  padding: 8% 0 0;
  display: flex;
  justify-content: center;
}
#index_wrap section.section02 .title div:first-child {
  transform: scaleX(-1);
}
#index_wrap section.section02 .title div:nth-child(2) {
  width: 47%;
}
#index_wrap section.section02 .title .deco {
  width: 6%;
  position: relative;
  text-align: left;
}
#index_wrap section.section02 .title .deco img {
  width: 100%;
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
}
#index_wrap section.section02 .title h1,
#index_wrap section.section02 .title p {
  color: #fff;
}

#index_wrap section.section02 .expert_img {
  position: relative;
  text-align: center;
}
#index_wrap section.section02 .expert_img img {
  width: 100%;
  position: relative;
}

/*ë©”ì¸3_ìŠ¬ë¼ì´ë“œ*/
#index_wrap section.section03 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: url(../../img/main/main3_bg.png) no-repeat;
  background-size: cover;
  padding-bottom: 8%;
}
#index_wrap section.section03 .title {
  padding: 7% 0 0;
  display: flex;
  justify-content: center;
}
#index_wrap section.section03 .title p:last-child {
  margin-bottom: 6%;
}
#index_wrap section.section03 .slick-list .slick-track .slider img {
  width: 100%;
}
#index_wrap section.section03 .slick-list .slick-track .slider img.pc {
  display: block;
}
#index_wrap section.section03 .slick-list .slick-track .slider img.mobile {
  display: none;
}
/*#index_wrap section.section03 .slick-list .slick-track .slick-center{transform:scale(1.08);}*/
#index_wrap section.section03 .slider-main3 {
  z-index: 2;
}
#index_wrap section.section03 .slick-list .slick-track .slick-slide {
  transform: scale(0.95);
  opacity: 0.8;
  transition: 0.9s ease-in-out all;
}
#index_wrap section.section03 .slick-list .slick-track .slick-center {
  opacity: 1;
  transform: scale(1);
}
#index_wrap section.section03 .main3_slid {
  position: relative;
  z-index: 1;
  width: 100%;
}

/*ë©”ì¸4_ì„±ê³µì‚¬ë¡€*/
#index_wrap section.section04 &gt; div {
  display: flex;
  width: 80%;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
#index_wrap section.section04 {
  width: 100%;
  position: relative;
  background: url(../../img/main/main4_bg.png) no-repeat;
  background-size: cover;
  padding: 7% 0;
  background-position: left center;
}
#index_wrap section.section04 .title h1::before {
  content: "";
  position: relative;
  width: 1px;
  height: 1em;
  margin: 10% 0 8% 3%;
  background: #fff;
  display: block;
}
#index_wrap section.section04 .title {
  text-align: left;
  width: 36%;
}
#index_wrap section.section04 .title div h1 {
  color: #fff;
  font-weight: 400;
}
#index_wrap section.section04 .title div h1 span.gra_1 {
  font-weight: 700;
}
#index_wrap section.section04 .title p {
  color: #fff;
}
#index_wrap section.section04 .main4_wrap .main4_slid {
  width: 70%;
  position: relative;
}

.slider-main4 {
  position: relative;
  z-index: 2;
}
.slider-main4 .slick-list .slick-track .slick-slide {
  margin: 0 0.2%;
}
.slider-main4 .slick-list .slick-track .slick-slide a {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-main4 .slick-list .slick-track .slick-slide a &gt; img {
  width: 90%;
  margin: 0 auto;
  box-shadow: 1px -2px 9px rgb(0 0 0 / 32%);
  position: relative;
  z-index: 1;
}
.slider-main4 .slick-list .slick-track .slick-slide a .deco {
  width: 54%;
  position: absolute;
  bottom: -9%;
  right: 1%;
  z-index: 2;
}
.slider-main4 .slick-list .slick-track .slick-slide a .deco &gt; img {
  width: 100%;
}

.slider-main4 .slick-list .slick-track .slick-slide a {
  display: block;
  border: 0;
}
.slider-main4 .slick-list .slick-track .slick-slide a:hover,
.slider-main4 .slick-list .slick-track .slick-slide a:active {
  text-decoration: none;
  outline: none !important;
}

.slider-main4 .slick-list .slick-track .slick-slide .caption {
  width: 100%;
  border-radius: 2em;
  padding: 70% 6% 10%;
  position: relative;
  margin: -63% auto 0;
  background: #fff;
  box-shadow: 1px -2px 9px rgb(0 0 0 / 32%);
}
.slider-main4 .slick-list .slick-track .slick-slide .caption span {
  background: #0b3471;
  border-radius: 10em;
  color: #f0da9f;
  font-size: 0.8em;
  font-weight: 600;
  padding: 2% 6% 2.5%;
  box-shadow: 1px -2px 9px rgb(0 0 0 / 32%);
}
.slider-main4 .slick-list .slick-track .slick-slide .caption h2 {
  letter-spacing: -0.1em;
  margin: 4% 0;
}
.slider-main4 .slick-list .slick-track .slick-slide .caption p {
  font-size: 0.8em;
  padding-bottom: 4%;
  border-bottom: 1px solid #ccc;
}
.slider-main4 .slick-list .slick-track .slick-slide .caption ul {
  display: flex;
  gap: 3%;
  margin-top: 6%;
}
.slider-main4 .slick-list .slick-track .slick-slide .caption li {
  width: 15%;
}
.slider-main4 .slick-list .slick-track .slick-slide .caption li a &gt; img {
  width: 100%;
  border-radius: 30em;
  box-shadow: none;
  background: #f2f3f8;
}
.slider-main4 .slick-list .slick-track .slick-slide .caption li a &gt; p {
  display: none;
}

.main4_slid_bt {
  text-align: center;
  margin: 4% 0 0;
  position: relative;
  z-index: 2;
}
.main4_slid_bt a {
  padding: 1% 2%;
  border-radius: 30em;
  font-size: 1em;
  color: #fff;
  border: 3px solid #fff;
  transition: 0.8s;
}
.main4_slid_bt a:hover {
  color: rgb(216 182 104);
  border-color: rgb(216 182 104);
}

/*ì—…ë¬´ë¶„ì•¼ë¶€ë¶„*/
#index_wrap section.section05 .title {
  padding: 8% 0 0;
  display: flex;
  justify-content: center;
}
#index_wrap section.section05 .title p:last-child {
  white-space: pre-line;
  margin-bottom: 7%;
}

#index_wrap section.section05 .title h1 {
  font-weight: 700;
}
#index_wrap section.section05 .container {
  width: 70%;
}
#index_wrap section.section05 {
  width: 100%;
  position: relative;
  background: url(../../img/main/main5_bg.png) no-repeat;
  background-size: cover;
  padding-bottom: 8%;
  background-position: center;
}

#index_wrap section.section05 .work_icon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;  
}
#index_wrap section.section05 .work_icon ul li {
  position: relative;
  width: 19%;
  text-align: center;
  background-color: #fff;
  border: 3px solid #214584;
  overflow: hidden;
  border-radius: 1em;
  line-height: 1.3em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 1px -2px 9px rgb(0 0 0 / 32%);
  margin-bottom: 1.5%;
  background-size: cover;
  background-position: center;
}
#index_wrap section.section05 .work_icon ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #000;
  padding: 8% 0 3%;
  align-items: center;
  justify-content: center;
}
#index_wrap section.section05 .work_icon ul li a img:first-child {
  display: none;
}
#index_wrap section.section05 .work_icon ul li a:hover img:first-child {
  display: block;
}
#index_wrap section.section05 .work_icon ul li a:hover .icon_hover2 {
  display: none;
}
#index_wrap section.section05 .work_icon ul li:hover {
  background-color: #000;
}
#index_wrap section.section05 .work_icon ul li a img {
  padding-bottom: 5%;
}
#index_wrap section.section05 .work_icon ul li a &gt; p {
  color: #000;
  letter-spacing: -0.1em;
  width: 100%;
  font-weight: 600;
}
#index_wrap section.section05 .work_icon ul li a &gt; span {
  font-size: 0.5em;
  font-family: "Noto Serif KR", serif;
  display: block;
  width: 100%;
}
#index_wrap section.section05 .work_icon ul li a:hover &gt; p,
#index_wrap section.section05 .work_icon ul li a:hover &gt; span {
  color: #fff;
}

/*ì—…ë¬´ë¶„ì•¼ ê°œë³„ bg*/

.work_icon ul li:hover:nth-child(1) {
  background: url(../../img/main/work_icon_bg1.png) no-repeat;
}
.work_icon ul li:hover:nth-child(2) {
  background: url(../../img/main/work_icon_bg2.png) no-repeat;
}
.work_icon ul li:hover:nth-child(3) {
  background: url(../../img/main/work_icon_bg3.png) no-repeat;
}
.work_icon ul li:hover:nth-child(4) {
  background: url(../../img/main/work_icon_bg4.png) no-repeat;
}
.work_icon ul li:hover:nth-child(5) {
  background: url(../../img/main/work_icon_bg5.png) no-repeat;
}
.work_icon ul li:hover:nth-child(6) {
  background: url(../../img/main/work_icon_bg6.png) no-repeat;
}
.work_icon ul li:hover:nth-child(7) {
  background: url(../../img/main/work_icon_bg7.png) no-repeat;
}
.work_icon ul li:hover:nth-child(8) {
  background: url(../../img/main/work_icon_bg8.png) no-repeat;
}
.work_icon ul li:hover:nth-child(9) {
  background: url(../../img/main/work_icon_bg9.png) no-repeat;
}
.work_icon ul li:hover:nth-child(10) {
  background: url(../../img/main/work_icon_bg10.png);
}

/*ì†Œì‹ë¶€ë¶„ / ê³µì§€ì‚¬í•­ ë° ìœ&nbsp;íŠœë¸Œ ë“±*/
#index_wrap section.section06 .title {
  padding: 8% 0 0;
  display: flex;
  justify-content: left;
  text-align: left;
}
/*#index_wrap section.section06 .title h1{font-weight:700;}*/
#index_wrap section.section06 .title p:last-child {
  white-space: pre-line;
  margin-bottom: 7%;
  text-indent: 0.1em;
}

#index_wrap section.section06 {
  width: 100%;
  position: relative;
  background: url(../../img/main/main6_bg.png) no-repeat;
  background-size: cover;
  padding-bottom: 8%;
}

/*#index_wrap section.section06 {width:100%; position:relative;background:url(../../img/main/main6_bg.png) no-repeat; background-size:cover; padding-bottom:8%; background-position:right;}*/

#index_wrap section.section06 .container .new_board {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index_wrap section.section06 .container .new_board &gt; div {
  width: 49%;
}

.slider-main6 .news a {
  display: block;
  width: 100%;
  height: 100%;
}
.slider-main6 .news a img {
  width: 100%;
}

.slider-main6 .news p {
  background: #0b3471;
  color: #fff;
  padding: 3% 2%;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.slider-main6 .news p &gt; b {
  font-size: 0.8em;
}

#index_wrap section.section06 .container .main6_bt {
}
#index_wrap section.section06 .container .main6_bt a {
  color: #fff;
  background: #0b3471;
  border-radius: 2em;
  transition: 0.8s;
  font-weight: 500;
}
#index_wrap section.section06 .container .main6_bt a:hover {
  background: rgb(216 182 104);
}

/*#index_wrap section.section06 .container .new_board&gt;div:last-child{width:48%;}*/
/*ë°˜ì‘í˜• ë¯¸ë””ì–´ì¿¼ë¦¬*/
@media screen and (max-width: 1510px) {
  #index_wrap section.section04 &gt; div {
    width: 95%;
  }
  #index_wrap section .title p:last-child {
    font-size: 1.1em;
  }
  #index_wrap section.section05 .work_icon ul li a &gt; p {
    font-size: 0.9em;
    margin-top: 10px;
  }
  #index_wrap section.section06 .container {
    width: 95%;
  }
  .slider-main6 .news p {
    font-size: 1.3em;
  }
  #index_wrap section.section04 {
    background-position: center;
  }
  .header .gnb &gt; li {
    width: 15%;
  }
}

@media screen and (max-width: 1200px) {
  #index_wrap section.section02 .title div:nth-child(2) {
    width: 72%;
  }
  #index_wrap section .title h1 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 1000px) {
  #index_wrap section .title h1 {
    font-size: 1.6em;
    word-break: keep-all;
  }
  #index_wrap section .title p:last-child {
    font-size: 0.9em;
    word-break: keep-all;
  }
  #index_wrap section .title p {
    font-size: 0.7em;
  }
  .section {
    height: auto;
  }

  #index_wrap section.section02 .title {
    padding: 15% 0 0;
  }
  #index_wrap section.section02 .title .deco {
    width: 20%;
  }

  #index_wrap section.section03 .title {
    padding: 12% 0 0;
  }
  #index_wrap section.section03 {
    padding-bottom: 12%;
  }
  #index_wrap section.section03 .slick-list .slick-track .slider img.pc {
    display: none;
  }
  #index_wrap section.section03 .slick-list .slick-track .slider img.mobile {
    display: block;
  }

  #index_wrap section.section04 &gt; div {
    flex-wrap: wrap;
    width: 100%;
  }
  #index_wrap section.section04 .title {
    text-align: center;
  }
  #index_wrap section.section04 .title h1::before {
    margin: 5% auto 4%;
  }
  #index_wrap section.section04 .title {
    width: 90%;
  }
  #index_wrap section.section04 .main4_wrap .main4_slid {
    width: 100%;
  }
  #index_wrap section .title p:last-child {
    margin-bottom: 7%;
  }
  #index_wrap section.section04 {
    padding: 25% 0;
  }
  .main4_slid_bt a {
    font-size: 0.9em;
    padding: 3% 4%;
  }
  .main4_slid_bt {
    margin: 10% 0 0;
  }

  #index_wrap section.section05 {
    padding-bottom: 20%;
    background-position: 24%;
  }
  #index_wrap section.section05 .title {
    padding: 20% 0 0;
  }
  #index_wrap section.section05 .title p:last-child {
    white-space: normal;
  }
  #index_wrap section.section05 .container {
    width: 100%;
  }
  #index_wrap section.section05 .work_icon ul {
    justify-content: space-around;
  }
  #index_wrap section.section05 .work_icon ul li {
    width: 44%;
    margin-bottom: 15px;
  }
  #index_wrap section.section05 .work_icon ul li a {
    line-height: 1.2;
    background-size: cover;
    background-position: center;
    padding: 10% 0;
  }
  #index_wrap section.section05 .work_icon ul li a &gt; p {
    margin-top: 7px;
    font-size: 0.7em;
  }
  #index_wrap section.section05 .work_icon ul li a &gt; span {
    font-size: 0.1em;
  }

  #index_wrap section.section06 {
    background-position: 83% 0;
  }
  #index_wrap section.section06 .title {
    padding: 20% 0 0;
  }
  #index_wrap section.section06 .title p:last-child {
    white-space: normal;
  }
  .slider-main6 .news p {
    font-size: 1em;
  }

  .leean_bt a {
  margin: 15px 0 0 0;
    font-size: 0.9em;
    padding: 3% 4%;
  }
  #index_wrap section.section01::before {
    width: 100%;
    top: -60px;
  }
}

/* ìŠ¬ë¼ì´ë“œ ì˜µì…˜ */
.arrows_wrap {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;

  display: flex;
  align-items: center;
}

.Slick-Next2 i,
.Slick-Prev2 i {
  font-size: 1.5em;
  color: #fff;
  line-height: 3;
}

.Slick-Next2,
.Slick-Prev2 {
  display: inline-block;
  width: 4em;
  height: 4em;
  background: #0e3f86;
  color: #fff;
  border-bottom: 0;
  /*margin-left: 1px;
    */
  cursor: pointer;
  text-align: center;
  transition: all 0.9s;
  padding-bottom: 0;
  margin-bottom: 0;
  bottom: 0;
  border-radius: 4em;
  -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,
.Slick-Next2:hover,
.Slick-Prev2:hover {
  background: rgb(14 63 134 / 76%);
  color: #fff;
}

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

.Slick-Next2 {
  right: 18.5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.Slick-Prev2 {
  left: 18.7%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.Slick-Next2 i,
.Slick-Prev2 i {
  font-size: 1.25em;
  color: #fff;
  line-height: 3.2;
}

.arrows_wrap2 {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;

  display: flex;
  align-items: center;
}

.Slick-Next3,
.Slick-Prev3 {
  display: inline-block;
  width: 3em;
  height: 3em;
  background: #fff;
  color: #0e3f86;
  border-bottom: 0;
  /*margin-left: 1px;
    */
  cursor: pointer;
  text-align: center;
  transition: all 0.9s;
  padding-bottom: 0;
  margin-bottom: 0;
  bottom: 0;
  border-radius: 4em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  z-index: 9999;
}

.Slick-Prev3.active,
.Slick-Next3.active,
.Slick-Next3:hover,
.Slick-Prev3:hover {
  background: rgb(216 182 104);
  color: #fff;
}

.Slick-Next3:hover i,
.Slick-Prev3:hover i {
  color: #fff;
}

.Slick-Next3 {
  right: 11%;
  position: absolute;
  bottom: -2%;
  display: inline-block;
  width: 3em;
  height: 3em;
  background: #fff;
  color: #0e3f86;
  border-bottom: 0;
  /*margin-left: 1px;
    */
  cursor: pointer;
  text-align: center;
  transition: all 0.9s;
  padding-bottom: 0;
  margin-bottom: 0;
  border-radius: 4em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  z-index: 9999;
}

.Slick-Prev3 {
  left: 11.7%;
  position: absolute;
  bottom: -2%;
  display: inline-block;
  width: 3em;
  height: 3em;
  background: #fff;
  color: #0e3f86;
  border-bottom: 0;
  /*margin-left: 1px;
    */
  cursor: pointer;
  text-align: center;
  transition: all 0.9s;
  padding-bottom: 0;
  margin-bottom: 0;
  border-radius: 4em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  z-index: 9999;
}

.Slick-Next3 i,
.Slick-Prev3 i {
  font-size: 1.25em;
  color: #0e3f86;
  line-height: 2.5;
}

@media screen and (max-width: 1100px) {
  .Slick-Next3,
  .Slick-Prev3 {
    width: 2em;
    height: 2em;
    bottom: 50%;
    transform: translateY(-50%);
    background: #0e3f86;
    color: #fff;
  }
  .Slick-Next3 i,
  .Slick-Prev3 i {
    font-size: 1em;
    line-height: 2;
    color: #fff;
  }
  .Slick-Prev3 {
    left: 12%;
  }
  .Slick-Next3 {
    right: 12%;
  }
  .Slick-Next2,
  .Slick-Prev2 {
    width: 2em;
    height: 2em;
  }
  .Slick-Next2 {
    right: 12.5%;
  }
  .Slick-Prev2 {
    left: 12.5%;
  }
  .Slick-Next2 i,
  .Slick-Prev2 i {
    font-size: 1em;
    line-height: 2;
  }
}

/* ì¸ë±ìŠ¤ ë§ˆê° */

/*  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 .slide {
  position: relative;
  height: 430px;
  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: 430px;
  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: 2.5em;
  font-weight: 700;
  color: #fff;
  /*        padding-bottom: 0;*/
  margin-bottom: 0px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  font-family: "Noto Serif KR", serif;
  position: relative;
  z-index: 2;
}
.s_visual_wrap .slide .content h1.font20 {font-size : 1.2em; padding-top : 10px;}
.s_visual_wrap .slide .content h1.font30 {font-size : 0.9em; padding-top : 20px;}
.s_visual_wrap .slide .content h1.font40 {font-size : 0.75em; padding-top : 30px;}

.s_visual_wrap .slide .content h1::after {
  content: "";
  width: 20%;
  height: 1.4em;
  background: linear-gradient(
    90deg,
    rgb(20 50 92 / 0%) 5%,
    rgba(25, 64, 119, 1) 49%,
    rgb(18 49 91 / 0%) 97%
  );
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: 9%;
}

.s_visual_wrap .slide .content span {
  font-weight: 100;
  color: #fff;
  font-family: "Noto Serif KR", serif;
  font-size: 1em;
}

.s_visual_wrap .slide .content p {
  font-size: 1em;
  font-weight: 900;
  color: #305e9e;
  letter-spacing: 0.3em;
  margin-top: 2em;
}

/*ì¹´í…Œê³&nbsp;ë¦¬ìƒë‹¨*/
.s_visual_wrap .slide .cate {
  top: 50%;
  margin: 0 auto;
}
.s_visual_wrap .slide .cate h1 {
  font-family: "Noto Sans KR";
}
.s_visual_wrap .slide .cate h1::after {
  background: none;
}
.s_visual_wrap .slide .cate h1 span {
  font-family: "Noto Sans KR";
  font-weight: 700;
}

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

/* ì„œë¸Œë¹„ì£¼ì–¼ ë§ˆê° */
/* ì„œë¸Œë„¤ë¹„ */
#nav_center {
  display: block;
  position: relative;
  z-index:100;
}

#nav_center ul {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  justify-content: center;
}
#nav_center ul &gt; li &gt; ul {
  border: 3px solid #ccc;
  border-radius: 2em 0;
  margin-top: -2.5%;
  background: #fff;
  overflow: hidden;
}

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

#nav_center ul li {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  width: 85%;
  position: relative;
}

#nav_center ul li a {
  font-size: 1.2em;
  font-weight: 500;
  padding: 2% 0;
  display: block;
  color: #ccc;
  position: relative;
}

#nav_center ul li::after {
  content: "";
  width: 2px;
  height: 30%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ccc;
  line-height: 1;
}
#nav_center ul li:last-of-type::after {
  display: none;
}

#nav_center ul li.active a {
  border-bottom: 0.4em #19385c solid;
  font-weight: 800;
  color: #19385c;
}

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

#nav_center a.javas {
  display: none;
}

/*ë¦¬ì•¤ í€µë©”ë‰´*/
.qick_leean {
  position: fixed;
  top: 50%;
  right: 1.2%;
  transform: translateY(-50%);
  z-index: 8;
}
.qick_leean ul {
  background: #fff;
  width: 90px;
  border-radius: 20em;
  padding: 1em 0;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
}
.qick_leean ul li {
  text-align: center;
  transition: 1s;
  position:relative;
  z-index:9;
}
.qick_leean ul li:hover a {
  color: #174796;
}
.qick_leean ul li:hover img {
  filter: grayscale(100%);
  opacity: 0.8;
}
.qick_leean ul li a {
  font-size: 0.5em;
  transition: 1s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.qick_leean ul li a img {
}
.qick_leean ul li a p {
  line-height: 1.2;
  position: relative;
  margin-top: 0.6em;
}
.qick_leean ul li a p::after {
  width: 30px;
  margin: 10px auto;
  height: 1px;
  background: #ccc;
  content: "";
  position: relative;
  display: block;
}
.qick_leean ul li:nth-child(7) a p::after {
  display: none;
}



.qick_side_box{
	
}

.qick_side_pc{
	display: block;
    position: absolute;
    top: -25px;
    left: -100px;
	display:none;	
}

.qick_side_box_pc:hover .qick_side_pc{display:block;}





.qick_side_m{
    position: absolute;
    left: 50%;
	bottom:calc(100% + 2vw);
	display:none;
	width:auto;
}
.qick_side_m.naver{transform:translateX(-18%);}
.qick_side_m.youtube{transform:translateX(-23%);}

.qick_side_m img{height:112px;}
/*
.qick_side_box_m:hover .qick_side_m{
	display:block;
}
*/
.qick_side_box:hover .qick_side img{
	filter: grayscale(0%);
	opacity:1;
}





/* footer */
.footer {
  /*    margin-top: 30px;*/
  background-color: #194179;
  padding: 5% 5%;
  display: flex;
  justify-content: space-around;
}

.footer &gt; div {
  width: 29%;
}

.footer .info .logo a {
  overflow: hidden;
  display: block;
  height: 43px;
  background: url(../../img/common/logo_white.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.footer .info {
  width: 20%;
}
.footer .info .logo {
  margin-bottom: 10%;
}
.footer .info ul li {
  color: #fff;
  font-size: 0.8em;
}
.footer .info ul {
  margin-bottom: 5%;
}
.footer .info ul:last-child li:last-child {
  margin-top: 3%;
  color: #b1bbc9;
}

.footer .info_adrass,
.footer .info_call {
  display: flex;
}
.footer .info_call {
  width: 22%;
}
.footer .info_adrass &gt; div,
.footer .info_call &gt; div {
  white-space: pre-line;
  color: #ccc;
  font-weight: 800;
}
.footer .info_adrass &gt; div:first-child,
.footer .info_call &gt; div:first-child {
  padding: 0 5%;
}
.footer .info_adrass &gt; div p,
.footer .info_call &gt; div p {
  word-break:keep-all;
  color: #ccc;
  font-size: 0.8em;
  font-weight: 500;
}

.footer2 {
  /*    margin-top: 30px;*/
  background-color: #194179;
  padding: 5% 5% 33%;
}

.footer2 .info .logo a {
  overflow: hidden;
  display: block;
  height: 43px;
  background: url(../../img/common/logo_white.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
}
.footer2 .info .logo {
  margin-bottom: 10%;
}
.footer2 .info ul li {
  color: #ccc;
  font-size: 0.7em;
  text-align: left;
}
.footer2 .info ul li b {
  font-weight: 900;
  color: #fff;
}
.footer2 .info ul {
  margin-bottom: 5%;
}
.footer2 .info ul:last-child li:last-child {
  margin-top: 3%;
  color: dimgrey;
}

.footer2 .info_adrass &gt; div,
.footer .info_call &gt; div {
  font-size: 0.9em;
  white-space: pre-line;
  color: #ccc;
  font-weight: 800;
}
.footer2 .info_adrass &gt; div:first-child,
.footer .info_call &gt; div:first-child {
  padding: 0 5%;
}
.footer2 .info_adrass &gt; div p,
.footer .info_call &gt; div p {
  color: #ccc;
  font-size: 0.9em;
  font-weight: 500;
}

@media screen and (max-width: 1300px) {
  .footer {
    flex-wrap: wrap;
  }
  .footer .info {
    width: 20%;
  }
  .footer .info .logo {
    margin-bottom: 3%;
  }
  .footer .info .logo a {
    background-position: center;
  }
  .footer .info,
  footer .info .logo {
    width: 100%;
    text-align: center;
  }
  .info_adrass {
    width: 50%;
    text-align: center;
  }
  .info_call {
    width: 30%;
    text-align: center;
  }
  .footer .info_adrass,
  .footer .info_call {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  info_adrass,
  .info_call {
    width: 100%;
  }
  .footer {
    padding: 5% 5% 25%;
  }
  .footer .info_adrass,
  .footer .info_call {
    display: none;
  }

  /*í€µë©”ë‰´ í•˜ë‹¨*/
  .qick_leean {
    right: auto;
    transform: none;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  .qick_leean ul {
    width: 100%;
    display: flex;
    border-radius: 0;
    padding: 2% 0;
  }
  .qick_leean ul li {
    width: 16.66667%;
    position: relative;
  }
  .qick_leean ul li a p::after {
    display: none;
  }
  .qick_leean ul li::after {
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #ebebeb;
  }
  
  
  /**** ë„¤ì´ë²„ ì˜ˆì•½ 3ê°œ ì¶”ê°€ ****/
  #naver_icons_area {
    background: none;
    width: auto;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    position: absolute;
    top: -100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    display: none;
    z-index: 6;
}
  
}
@media screen and (max-width: 600px) {

#nav_center {
  z-index: 7;
}
#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: 28px;
  background: #eee;
  padding-top: 6px;
  width: 32px;
  height: 32px;
  border-radius: 3em;
  font-weight: 900;
  font-family: FontAwesome;
  content: "\f107";
  color: #000;
  -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;
}

/*  header start */
@media (max-width: 1740px) {
  #header .top_wrap .logo {
    width: 30%;
  }

  #header .top_wrap .nav {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding-left: 10rem;
  }

  #header .top_wrap .etc {
    width: auto;
    position: absolute;
    right: 0;
    z-index: 9999999999999999999999999999999999999999999999999999999999;
    color: #fff;
    padding-top: 32px;
    font-size: 13px;
  }

  #header .top_wrap .etc ul {
    margin-top: 15px;
  }

  .top_right_etc #hd_sch {
    display: none;
  }

  @media (max-width: 1440px) {
  }
}

@media (max-width: 1600px) {
}

@media (max-width: 1400px) {
  .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: 90px;
    height: 35px;
    color: #fff;
    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 p i {
    margin-left: 10px;
    font-size: 12px;
  }

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

  .top_right_etc ul li a {
    line-height: 18px;
    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;
  }
}
@media (max-width: 1500px) {
  .header #gnb {
    justify-content: flex-end;
  }
}
/* ëª¨ë°”ì¼ ìƒë‹¨ ë†’ì´ */
@media (max-width: 1300px) {
  #header {
    height: 60px;
    transition: 0.5s height, 0.2s background;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  }

  .header h1 {
    padding-top: 5px;
    padding-left: 0;
  }

  .header h1 a {
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    background-size: contain;
  }

  .header .gnb &gt; li {
    width: 15%;
    text-align: center;
  }
  .header .gnb .depth1 &gt; a {
    display: block;
    height: 40px;
    padding: 30px 0 0;
    font-size: 16px;
  }

  /* header_hover */
  #header .all {
    z-index: 1100;
  }

  #header .all:before {
    position: absolute;
    left: 0;
    top: 85px;
    width: 100%;
    content: "";
  }

  .header .all .gnb_wrap .depth2 &gt; li &gt; a {
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    font-family: "Noto Sans KR", sans-serif;
    display: inline-block;
    position: relative;
  }

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

    padding-top: 6%;
  }

  .header.sticky .gnb .depth1 &gt; a {
    display: block;
    height: 100%;
    font-size: 16px;
  }

  .s_visual_wrap {
    margin-top: 0px;
  }

  .s_visual_wrap .slide .content {
    top: 45%;
  }

  /* ì„œë¸Œ ë©”ë‰´ */
  #nav_center ul li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
  }

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

  #nav_center ul li.active a {
    border-bottom: 5px #000 solid;
    font-weight: 600;
    color: #000;
  }
  .header .gnb.all .depth1:hover .depth2 {
    top: 3.2em;
    display: block;
  }
  .header .gnb_wrap .depth2 &gt; li &gt; a {
    font-size: 0.5em;
  }

  /* ì„œë¸Œ ë©”ë‰´ ë§ˆê° */
}

@media (max-width: 1100px) {
  .top_right_etc .eng-btn {
    display: none;
  }
  #mainvideo {
    position: relative;
    padding-bottom: 100vh;
    height: 0;
    overflow: hidden;
    width: 100%;
  }

  #mainvideo div video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200vh;
  }
  .cursor_wrap {
    display: none;
  }
  .s_visual_wrap .slide .content h1::after {
    width: 30%;
  }
}
}
@media (max-width: 991px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .animate {
    opacity: 1;
  }

  .header.sticky {
    display: none;
  }

  #header .nav {
    display: none;
  }
  .header h1 a {
    background-size: contain;
  }

  .js-offcanvas-btn {
    display: block;
  }

  .sidebar-offcanvas {
    display: block !important;
  }

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

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

  #header .top_wrap .etc {
    padding-top: 29px;
    font-size: 13px;
    margin-right: 60px;
  }

  /* ì¸ë±ìŠ¤ */

  /*ì˜ìƒí…ìŠ¤íŠ¸*/
  .video_main_txt h1 {
    line-height: 1.58;
    font-size: 1.8em;
  }
  .video_main_txt h1 span::after {
    top: -27%;
  }
  .video_main_txt p {
    margin-top: 3%;
    font-size: 1em;
  }

  #index_wrap {
  }

  /* ì¸ë±ìŠ¤ ë§ˆê° */

  /* ì„œë¸Œ ìŠ¬ë¼ì´ë” */

  .s_visual_wrap .slide {
    height: 360px;
  }

  .s_visual_wrap .slide li {
    height: 360px;
    background-position: 85% top;
  }

  .s_visual_wrap .slide .content {
    top: 43%;
  }

  .s_visual_wrap .slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s_visual_wrap .slide .content h1 {
    font-size: 2em;
    font-weight: 700;
    color: #fff;

    padding: 0;
    padding: 0;
  }
  .s_visual_wrap .slide .content h1::after {
    width: 33%;
  }

  .s_visual_wrap .slide .content p {
    font-size: 0.7em;
    margin-top: 6%;
  }

  /* ì„œë¸Œ ìŠ¬ë¼ì´ë” ë§ˆê° */

  /* ì„œë¸Œ ë“œë¡­ë‹¤ìš´ */
  .breadcrumbs {
  }

  .breadcrumbs {
    width: 100%;
    display: block;
    position: absolute;
    background: #fff;
    z-index: 9;
  }

  .breadcrumbs .container {
    padding: 0;
    margin: 0;
  }

  .breadcrumbs ul {
    border-top: 1px #ddd solid;
  }

  .breadcrumbs ul li {
    z-index: 2;
    text-align: left;
    border-bottom: 1px #ddd solid;
    background: #fff;
  }

  .breadcrumbs ul li a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: "Noto Sans KR", "Poppins", "Ubuntu", dotum, sans-serif;
  }

  .breadcrumbs ul li a:focus,
  .breadcrumbs ul li a:hover {
    text-decoration: none;
  }

  .breadcrumbs li i {
    float: right;
    transition: 0.3s all ease;
    margin-top: 23px;
    margin-right: 15px;
    font-size: 17px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .breadcrumbs li:hover i {
    transform: rotate(180deg);
  }
  .breadcrumbs ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans KR", "Poppins", "Ubuntu", dotum, sans-serif;
  }

  /* ì„œë¸Œ ë“œë¡­ë‹¤ìš´ ë§ˆê° */
  /*  ì„œë¸Œ ë&nbsp;ˆì´ì•„ì›ƒ */
  #sub_content {
    padding-top: 57px;
  }
  .sub_three_nav {
    width: 100%;
  }
  #sub_content .page-header {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #sub_content .page-header h1 {
    font-size: 22px;
    font-weight: 900;
    color: #000;
    font-family: "NanumSquare";
    margin-bottom: 8px;
  }

  /*  ì„œë¸Œ ë&nbsp;ˆì´ì•„ì›ƒ ë§ˆê° */

  /* footer */

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

  .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: 2px;
    padding-bottom: 4px;
    background-color: #050505;
    border-bottom: 1px #050505 solid;
    text-align: center;
    margin: 0 auto;
  }

  footer .footer-menu ul {
    padding-top: 22px;
    padding-bottom: 0px;
  }

  footer .footer-menu ul li:nth-child(2)::before {
    display: none;
  }

  footer .footer-menu ul li:before {
    color: #464646;
  }

  footer .footer-menu ul li a {
    font-size: 13px;
    color: #92959b;
    font-weight: 500;
    padding-left: 3px;
    padding-right: 3px;
  }

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

  footer address {
    margin-top: 12px;
    font-size: 13px;
    line-height: 19px;
    color: #979ba3;
    font-style: normal;
    text-align: center;
  }

  footer p {
    margin-top: 0;
    padding-top: 6px;
    color: #979ba3 !important;
    font-size: 13px;
  }
}

/*í´ë“œì¡°ì&nbsp;ˆ*/
@media (max-width: 290px) {
  .qick_leean ul li a p {
    display: none;
  }
  .qick_leean ul {
    line-height: 0;
  }
  .header h1 {
    padding-top: 24%;
  }
  .video_main_txt h1 {
    font-size: 1.3em;
  }
  .video_main_txt p {
    font-size: 0.8em;
  }
  #index_wrap section .title h1 {
    font-size: 1.4em;
  }
  #index_wrap section .title p {
    word-break: keep-all;
  }
  #index_wrap section.section05 .work_icon ul li a &gt; p {
    font-size: 0.5em;
  }
}


@media (max-width: 570px) {
	.qick_side_m img {
		height: 90px;
	}
}</pre></body></html>