html,
body {
    height: 100%;
    position: relative;
}
html {
    overflow-x: hidden;
}
a {
    color: #000;
}
.img-box {
  display: flex;
  justify-content: center;
}
.img-box img {
  max-width: fit-content;
}
.left {
  margin-bottom: 3%;
}
@media(min-width:1430px) {
    .container {
        width: 1430px;
    }
}
@media(max-width:1429px) {
    .container {
        width: auto;
    }
}
/* layout */
/* #header 상단 시작 */
/* #header {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 97px;
    transition: .5s height, .2s background;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  */
/*header*/
header.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 10;
}
header .nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    height: 100px;
}
header .nav h1 {
    width: 20%;
    /* padding-left: 30px; */
    position: relative;
    z-index: 1;
}
header .nav .gnb {
    width: 70%;
}
header .nav .side {
    width: 10%;
}
header .nav .side .wrap {
    width: 100px;
    margin-left: auto;
}
header .nav .side .wrap a {
    border: 1px rgba(255, 255, 255, 0.5) solid;
    color: #fff;
    background: transparent;
    font-size: 12px;
    font-family: 'NotoSans', sans-serif;
    font-weight: 400;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
}
header .nav h1 a {
    background: url('../../img/common/logo.png') 0 0% no-repeat;
    overflow: hidden;
    display: block;
    height: 34px;
    width: 208px;
    text-indent: -9999px;
    /* background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    display: block;
    width: 135px;
    height: 19px;
    text-indent: -9999px; */
}
header .nav .depth01 {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
header .nav .depth01>li {
    height: 100%;
    position: relative;
}
header .nav .depth01>li:last-of-type {
    margin-right: 0;
}
header .nav .depth01>li>a {
    padding: 0 60px;
    color: #fff;
    opacity: 1;
    height: 100%;
    /* display: flex; */
    align-items: center;
    transition: .4s;
    font-family: 'NotoSans', sans-serif;
    font-size:19px;
}
/* header .nav .depth01 > li:nth-child(3) > a {
  padding-left: 30px;
}
header .nav .depth01 > li:nth-child(4) > a {
  padding-left: 50px;
} */


header .nav .depth01>li>a::after {
    content: '';
    width: 100%;
    display: block;
    left: 0;
    bottom: -38px;
    height: 4px;
    position: absolute;
    transition: .3s;
    background: transparent;
}
header .nav .depth01>li>a:hover::after {
    background: #fff;
}
header .nav .depth01>li:hover>a {
    opacity: 1;
    text-decoration: none;
}
header .nav .depth02 {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: .4s;
  letter-spacing: -1.1px;
  padding-top: 55px;
  padding-left: 32px;
  border: 0px solid red;
}
/* 2번째 depth03 */
/* header .nav .depth01 > li:nth-child(3) .depth02 {
  padding-left: 20px;
} */
/* 4번째 depth02 */
/* header .nav .depth01 > li:nth-child(4) .depth02 {
  padding-left: 50px;
} */
/* 5번째 depth02 */
/* header .nav .depth01 > li:nth-child(5) .depth02 {
  padding-left: 50px;
} */
header .nav .depth02>li a {
    color: #000;
    display: block;
    padding: 10px 0;
    transition: .4s;
    font-size:16px;
    font-family: 'NotoSans', sans-serif;
}
header .nav .depth02>li a span {
    border-bottom: 1px solid transparent;
}
header .nav .depth02>li a:hover span {
    border-bottom: 1px solid #1d2c4a;
}
header .nav .depth02>li a:hover {
    text-decoration: none;
}
.gnb-bg {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 100%);
    height: 0;
    background: rgba(255, 255, 255, 1);
    transition: .3s;
}
/*main header*/
/*header 마우스오버 후*/
@media(min-width:992px){  
.header.down {
    background: rgba(255, 255, 255, 1);
}
.header.down .nav {
    border-bottom: 1px #d5d5d5 solid;
}
.header.down .depth01>li>a {
    color: #1d2c4a;
    opacity: 1 !important;
}
.header.down .depth02>li a {}
.header.down .depth01>li:hover>a::after {
    background: #1d2c4a;
}
.header.down .gnb-bg {
    height: 280px;
}
.header.down .depth02 {
    opacity: 1;
}
.header.down .depth01 {
    overflow: visible;
}
.header.down .nav h1 a {
  background: url('../../img/common/logo.png') 100% 100% no-repeat;
}
}
/* head 마감 */
/* sticky */
.header.sticky {
    position: fixed !important;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px #eee solid !important;
    z-index: 99999999999999;
    transition: .4s;
}
.header.sticky h1 a {
    overflow: hidden;
    display: block;
    height: 34px;
    background: url(../../img/common/logo.png) 0 100% no-repeat;
    text-indent: -9999px;
}
.header.sticky .nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    height: 70px;
}
.header.sticky .nav .depth01>li>a {
    color: #000;
    /* font-size:18px; */
    font-weight:500;
}
.header.sticky .nav .depth01>li>a::after {
    bottom: -23px;
    height: 4px;
}
.header.sticky .nav .depth02 {
    padding-top: 30px;
}
.header.down .nav .side .wrap a,
.header.sticky .nav .side .wrap a {
    border: 1px #ddd solid;
    color: #000;
    background: transparent;
    box-shadow: 2px 2px 2px 2px rgb(238, 238, 238 ,0.5);
    font-size:12px;
    font-family: 'NotoSans', sans-serif;
    font-weight:500;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
}
/* header_hover */
/* sticky end */
/* 모바일 메뉴 */
.nav-bar {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 9999999999999999999999999999999999999999999;
    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;
    z-index: 99999999999999999999999999;
    position: relative;
}
.nav-bar.off .nav_wrap span {
    background: #c0c0c0;
}
.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: 50%;   /* 전체의 50%만 차지 */
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  display: none;
  padding-top: 30px;
  top: 0;
  right: 0;
  z-index: 100;
  z-index: 9999999;
  background: #fff;
  background: rgb(255, 255, 255, 1);
}
.mobile-gnb h1 {
    overflow: hidden;
    display: block;
    background: url(../../img/common/logo.png) 0% 100% no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 22px;
    left: 17px;
    background-size: cover;
    overflow: hidden;
    display: block;
    height: 34px;
    width: 204px;
}
.mobile-gnb .line { 
    width: 100%;
    height: 1px;
    background: #CCC;
    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: 16px 30px;
    display: block;
    border-left: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Noto Sans KR', 'Roboto', sans-serif;
    border: 0;
    border-bottom: 1px #eeeeee solid;
    /* border-color: rgba(255, 255, 255, 0.1); */
    transition: 0.6;
    /* border-bottom: 1px #f2f2f2 solid; */
}
.gnb-menu .sidebar-menu>li>a>.fa {
    width: 20px;
    /*    display: none;*/
    font-weight: 900;
}
.gnb-menu .sidebar-menu>li:hover>a,
.gnb-menu .sidebar-menu>li.active>a {
    color: #000;
    background-color: transparent;
}
.gnb-menu .sidebar-menu>li .label,
.gnb-menu .sidebar-menu>li .badge {
    margin-top: 3px;
    margin-right: 5px;
}
.gnb-menu .sidebar-menu li>a>.fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
    transition: 0.3s;
    color: #000;
    font-weight: 900;
    font-size: 13px;
}
.gnb-menu .sidebar-menu li>a:hover .fa-angle-right,
.gnb-menu .sidebar-menu li.active>a>.fa-angle-right {
    transform: rotate(90deg);
    color: #000;
}
.gnb-menu .sidebar-menu li.active>.sidebar-submenu {
    display: block;
}
.gnb-menu .sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none;
}
.gnb-menu .sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 8px;
    margin: 0 1px;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f4f4f4;
}
.gnb-menu .sidebar-menu .sidebar-submenu>li>a {
    padding: 14px 35px;
    display: block;
    font-size: 15px;
    font-weight: 400;
       /* color: hsla(240,6%,97%,.5); */
    color: #000;
    border-bottom: 1px #e2e2e2 solid;
}
.gnb-menu .sidebar-menu .sidebar-submenu>li:last-child>a {
    border: 0;
}
.gnb-menu .sidebar-menu .sidebar-submenu>li>a>.fa {
    width: 20px;
    display: none;
}
.gnb-menu .sidebar-menu .sidebar-submenu>li.active>a,
.gnb-menu .sidebar-menu .sidebar-submenu>li>a:hover {
    color: #000;
}
.bottom_wrap {
    margin-top: 30px;
    background: transparent;
}
.bottom_wrap li a {
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #000;
    padding-left: 0
}
.m-copy {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 19px;
    color: rgb(145, 145, 145);
    text-align: center;
}
@media(max-width:600px) {
  .mobile-gnb {
    width: 70%;
  }
}
@media(max-width:991px) {
    .nav-bar {
        display: block !important;
    }
}
/* 모바일 메뉴 마감 */
/* 모바일 메뉴 */
.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;
}
/* 모바일 메뉴 마감 */
/* #header 상단 마감 */
/* 인덱스 */
.hidden-text {
    position: absolute;
    z-index: 200;
}
/* 인덱스 마감 */
#index-wrap section.sec01 .box {
    display: flex;
}
#index-wrap section.sec01 .box .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    color: #909090;
    width: 40%;
    padding-left: 100px;
    transform:translateX(-15%);
    transition: 1s;
    transition-delay: .4s;
}
#index-wrap section.sec01 .box .image {
    width: 60%;
    transition: 1s;
    transition-delay: .2s;
    transform:translateY(-15%);
    border-radius: 2em;
}
#index-wrap section.sec01 .box .image img {
    width: 100%;
    border-radius: 2em;
}
#index-wrap section.sec01 .box .text h1 {
    font-size: 52px;
    font-family: 'Titillium Web', 'Noto Sans KR', sans-serif !important;
    font-weight: 600;
    padding-bottom: 20px;
    color: #000;
}
#index-wrap section.sec01 .box .text h1::before {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 0;
}
#index-wrap section.sec01 .box .text ul {
    display: flex;
    margin-top: 40px;
}
#index-wrap section.sec01 .box .text ul li a {
    font-size: 16px;
    color: #2c2c2c;
    background: #f7f7f7;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 12px 24px;
    display: inline-block;
    margin-right: 12px;
}
#index-wrap section.sec01 .box .text .btn_wrap {
    margin-top: 50px;
    padding-left: 6px;
}
#index-wrap section.sec01 .box .text .btn_wrap a {
    font-size: 16px;
    font-family: 'NotoSans', sans-serif;
    font-weight: 600;
    display:inline-block;
     position: relative;
}
/* #index-wrap section.sec01 .box .text .btn_wrap a::before {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    content: '';
    margin-top: 26px;
    transition: .6s;
}
#index-wrap section.sec01 .box .text .btn_wrap a:hover::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 26px;
} */
#index-wrap section.sec01 .box .text .btn_wrap a {
    text-decoration: none;
    color: #000;
}
#index-wrap section.sec01 .box .text .btn_wrap a i {
    transition: .4s;
    padding-left: 12px;
    font-size:13px;
}
#index-wrap section.sec01 .box .text .btn_wrap a:hover i {
    padding-left: 18px;
}
#index-wrap section.sec01 .box.box02 {
  /* display: flex; */
  flex-direction: row-reverse;
  margin-top: 120px;
  position: relative;
}
#index-wrap section.sec01 .box.box02 .text {
    padding-right: 100px;
    padding-left: 40px;
}
#index-wrap section.sec01 .box.box02 .text ul li a {
    font-size: 16px;
    color: #020202;
    font-weight: 600;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    display: inline-block;
    margin-right: 12px;
}

#index-wrap section.sec01 .box .text ul li a:focus,
#index-wrap section.sec01 .box .text ul li a:hover,
#index-wrap section.sec01 .box .text ul li a.active {
  background: #ebebeb;
  border: 1px #ebebeb solid;
  text-decoration: none;
}
#index-wrap section.sec01 .box.box02 .text ul li a:hover {}
.video-wrapper {
    position: relative;
    }
    .video-wrapper iframe {
        width: 826px;
        height: 465px;
        border: 0;
    }
.slider03 .slick-prev,
.slider03 .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99999999999999;
}
.slider03 .slick-next:before {
    font-family: FontAwesome;
    content: "\f105";
}
.slider03 .slick-prev:before
{
    font-family: FontAwesome;
    content: "\f104";
 
}
.slider03 .slick-next:before,
.slider03 .slick-prev:before {
    font-size: 38px;
    line-height: 1;
    opacity: .75; 
    color: #333333 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(255, 255, 255, 0.7);
    /* border: 1px rgba(255, 255, 255, .9) solid; */
    padding: 20px 25px;
    border-radius: .3em;
}
.slider03 .slick-prev
{
    left: 22px;
}
.slider03 .slick-next
{
    right: 68px;
}
#index-wrap section.sec02 {
    margin-top: 150px;
    background-size: cover;
    height: 72vmin;
    display: flex;
    align-items: center;
}
#index-wrap section.sec02 h1 {
    color: #fff;
    font-weight: 900;
    text-shadow:0 1px 1px rgba(0, 0, 0, .7);
    line-height: 58px;
    font-size: 48px;
    transform:translateY(20%);
    transition: 1s;
    transition-delay: .2s;
}
#index-wrap section.sec02 p {
    margin-top: 30px;
    color: rgba(255, 255, 255, 1);
    /* font-size: 20px; */
    text-shadow:0 1px 1px rgba(0, 0, 0, 0.7);
    transform:translateY(20%);
    transition: 1s;
    transition-delay: .4s;
}
#index-wrap section.sec02 .btn_wrap {
    margin-top: 30px;
    transform:translateY(20%);
    transition: 1s;
    transition-delay: .6s;
}
#index-wrap section.sec02 .btn_wrap a {
    font-size: 16px;
    font-family: 'NotoSans', sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow:0 1px 1px rgba(0, 0, 0, .7);
    position: relative;
    display: inline-block;
}
#index-wrap section.sec02 .btn_wrap a i {
    margin-left: 20px;
}
#index-wrap section.sec02 .btn_wrap a::before {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    content: '';
    margin-top: 32px;
    transition: .6s;
}
#index-wrap section.sec02 .btn_wrap a:hover::before {
    width: 100%;
}
#index-wrap section.sec02 .btn_wrap a:hover {
    text-decoration: none;
}
#index-wrap section.sec03 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f9f9f9;
}
#index-wrap section.sec03 .flex {
    display: flex;
}
#index-wrap section.sec03 .title {
    display: flex;
    border-bottom: 2px #000 solid;
    padding-bottom: 16px;
    margin-bottom: 26px;
    align-items: center;
}
#index-wrap section.sec03 .title h2 a {
    font-size: 34px;
    font-family: 'NotoSans', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}
#index-wrap section.sec03 .title a {
    margin-left: auto;
}
#index-wrap section.sec03 .title a:hover {
    text-decoration: none;
    color: #000;
}
#index-wrap section.sec03 .title a i {
    font-size: 32px;
    font-weight: 600;
    transition: .4s;
    display:block;
}
#index-wrap section.sec03 .title a:hover i {
    transform: rotate(180deg);
    color: #000;
    text-decoration: none;
}
#index-wrap section.sec03 .wrap.notice {
    width: 50%;
    margin-right: 50px;
    transform:translateY(20%);
    opacity: 0;
    transition: 1s;
    transition-delay: .2s;
}
#index-wrap section.sec03 .wrap.gallery {
    width: 50%;
    margin-left: 50px;
    transform:translateY(20%);
    opacity: 0;
    transition: 1s;
    transition-delay: .2s;
}
#index-wrap section.sec03 .wrap.gallery .title {
    border: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
/*  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: 500px;
    overflow: hidden;
    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: 580px;
    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: 45%;
    position: relative;
    z-index: 1;
    text-align: left;
    /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
}
.s_visual_wrap .slide .content h1 {
    font-size: 56px;
    text-shadow:0 1px 1px rgba(0, 0, 0, .7);
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
    /*        padding-bottom: 0;*/
    margin-bottom: 0px;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    /* font-family: 'Montserrat', 'NotoSans', sans-serif; */
    /* font-family: 'Titillium Web', sans-serif !important; */
    /* font-family: 'Josefin Sans', sans-serif !important; */
    font-family: 'Noto Sans KR', sans-serif !important;
}
.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}
.s_visual_wrap .slide .content p {
    font-size: 22px;
    font-weight: 400;
    text-shadow:0 1px 1px rgba(0, 0, 0, .7);
    color: #fff;
    margin-top: 4px;
}
.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 서브비주얼 마감 */
/*  서브 레이아웃 */
#sub_content {
    margin-top: 60px;
    position: relative;

}
#sub_content .page-header {
    margin-bottom: 100px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#sub_content .container .page-header {
    padding-left: 0;
    
}
#sub_content .page-header h1 {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    font-family: 'NotoSans', sans-serif;
    /* margin-bottom: 30px; */
    padding: 0;
    position: relative;
    display: inline-block;
}
#sub_content .page-header h1::before {
    position: absolute;
    width: 34%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 0px;
}
@keyframes slide-up {
    from {
        transform: translateY(100%);
    }
}
.page-header h1 {
    animation: slide-up .75s ease-out;
}
/*  서브 레이아웃 마감 */
/* footer */
footer {
    /*    margin-top: 30px;*/
    background-color: #1c1c1c;
    padding: 0;
    padding-bottom: 60px;
    padding-top: 70px;
}
footer.sub {
    margin-top: 80px;
}
footer .flex {
    display: flex;
}
footer .flex .left {
    width: 70%;
}
footer .flex .right {
    width: 30%;
    justify-content: flex-end;
    display: flex;
}
footer .flex .right .box {
    color: #ababab;
    font-size: 15px;
    font-family: 'NotoSans', sans-serif;
}
footer .flex .right .box h2 {
    font-size: 17px;
    color: rgb(228, 228, 228);
    padding-bottom: 8px;
}
footer .flex .right .box h1 {
    position: relative;
    text-decoration: none;
}
footer .flex .right .box h1 a {
    font-size: 34px;
    color: #fff;
    font-family: 'NotoSans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;
}
footer .flex .right .box h1 a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #fbff02;
    transition: all .3s;
}
footer .flex .right .box h1 a:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}
footer .flex .right .select-box { 
    margin-top: 20px;
}
footer .flex .right .select-box .nice-select {
    background-color: #131313;
    border: 0;
    color: #575757;
}
footer .flex .right .select-box .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
    min-height: 36px;
    font-size:13px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'NotoSans', 'Ubuntu', dotum, sans-serif;
    font-weight:600;

}
footer .footer-menu h1 {
    padding: 0;
    padding-bottom: 30px;
}
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: 40px;
    padding-bottom: 20px;
    background-color: #1c1c1c;
    border-bottom: 1px #1c1c1c solid; 

}
footer .footer-menu ul {
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 0;
    margin-left: 0;
}
footer .footer-menu ul li:before {
    color: #464646;
    content: "|";
    font-size: 12px;
}
footer .footer-menu ul li:first-child,
footer .footer-menu ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
}
footer .footer-menu ul li:first-child::before {
    content: "";
    padding-left: 0;
    margin-left: 0;

}
footer .footer-menu ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    padding-left: 16px;
    padding-right: 16px;
}
footer .footer-menu ul li a.blue {
    color: #fff
}
footer .breadcrumb {
    margin-bottom: 4px;
    background-color: transparent;
}
footer p.logo {
    float: right;
    margin-top: 23px;
    display: none;
}
footer p.logo img {
    width: 80%;
}
footer address {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #909090;
    font-style: normal;
    font-family: 'NotoSans', sans-serif;
}
footer p {
    margin-top: 0;
    font-family: 'NotoSans', sans-serif;
    padding-top: 6px;
    color: #757575 !important;
    font-size: 16px;
    font-weight: 600;
}
footer address a span {
    color: #979ba3;
    margin-left: 6px;
}
footer address a {
    color: #979ba3;
    font-size: 14px;
}
