html,
body {
    height: 100%;
    position: relative;
}

html {
    overflow-x: hidden;
}

a {
    color: #000;
}

@media(min-width:1430px) {
    .container {
        width: 1280px;
    }
}

@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: 15%;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}
header .nav .gnb {
    width: 70%;
}
header .nav .side {
    width: 15%;
}
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: 'Poppins', 'NotoSans', sans-serif;
    font-weight:400;
    border-radius: 3em;
    padding-left: 16px;
    padding-right: 16px;
}
header .nav h1 a {
    background: url('../../img/common/logo.png') 0 0% no-repeat;
    overflow: hidden;
    display: block;
    height: 55px;
    width: 149px;
    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: 'Poppins', 'NotoSans', sans-serif;
    font-size:19px;
}

header .nav .depth01>li>a::after,
header .nav .depth01>li>a::after {
    content: '';
    width: 100%;
    display: block;
    left: 0;
    bottom: -38px;
    height: 2px;
    position: absolute;
    transition: .3s;
    background: transparent;
}

header .nav .depth01>li>a:hover::after,
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%;
    text-align: center;
    opacity: 0;
    transition: .4s;
    padding-top: 55px;
}

header .nav .depth02>li {}

header .nav .depth02>li a {
    color: #000;
    display: block;
    padding: 7px 0;
    transition: .4s;
    font-size:16px;
    font-family: 'Poppins', '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: 240px;
}

.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: 55px;
    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: 100px;
}
.header.sticky .nav .depth01>li>a {
    color: #000;
    font-size:18px;
    font-weight:500;
}

.header.sticky .nav .depth01>li>a::after,
.header.sticky .nav .depth01>li>a::after {
    bottom: -23px;
    height: 1px;
}
.header.sticky .nav .depth02 {
    padding-top: 50px;
}


.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: 'Poppins', 'NotoSans', sans-serif;
    font-weight:500;
    border-radius: 3em;
    padding-left: 16px;
    padding-right: 16px;
}
/* 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: 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;
    background: url(../../img/common/logo.png) 0% 100% no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 15px;
    left: 17px;
    background-size: cover;
    overflow: hidden;
    display: block;
    height: 37px;
    width: 100px;

}

.mobile-gnb .line {
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 70px;
    left: 0;
}

.gnb-menu {
    padding-top: 47px;
}

/* 추가 */
.gnb-menu .sidebar-menu {
    padding: 0;
    margin: 0;

}

.gnb-menu .sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0;


}

.gnb-menu .sidebar-menu>li>i {
    display: none;
}

.gnb-menu .sidebar-menu>li>a {
    padding: 20px 35px 20px 35px;
    display: block;
    border-left: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Noto Sans KR', 'Roboto', sans-serif;
    border: 0;
    border-bottom: 1px #eeeeee solid;
    /* border-color: rgba(255, 255, 255, 0.1); */
    transition: 0.6;
    /* border-bottom: 1px #f2f2f2 solid; */
}

.gnb-menu .sidebar-menu>li>a>.fa {
    width: 20px;
    /*    display: none;*/
    font-weight: 900;

}

.gnb-menu .sidebar-menu>li:hover>a,
.gnb-menu .sidebar-menu>li.active>a {
    color: #000;
    background-color: transparent;
}

.gnb-menu .sidebar-menu>li .label,
.gnb-menu .sidebar-menu>li .badge {
    margin-top: 3px;
    margin-right: 5px;
}


.gnb-menu .sidebar-menu li>a>.fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
    transition: 0.3s;
    color: #000;
    font-weight: 900;
    font-size: 13px;

}

.gnb-menu .sidebar-menu li>a:hover .fa-angle-right,
.gnb-menu .sidebar-menu li.active>a>.fa-angle-right {

    transform: rotate(90deg);
    color: #000;
}


.gnb-menu .sidebar-menu li.active>.sidebar-submenu {
    display: block;

}

.gnb-menu .sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none;
}

.gnb-menu .sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 8px;
    margin: 0 1px;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f4f4f4;
}

.gnb-menu .sidebar-menu .sidebar-submenu>li>a {
    padding: 18px 35px 18px 35px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    /*    color: hsla(240,6%,97%,.5); */
    color: #000;
    border-bottom: 1px #e2e2e2 solid;
}

.gnb-menu .sidebar-menu .sidebar-submenu>li:last-child>a {
    border: 0;
}

.gnb-menu .sidebar-menu .sidebar-submenu>li>a>.fa {
    width: 20px;
    display: none;
}



.gnb-menu .sidebar-menu .sidebar-submenu>li.active>a,
.gnb-menu .sidebar-menu .sidebar-submenu>li>a:hover {
    color: #000;
}

.bottom_wrap {
    margin-top: 30px;
    background: transparent;
}

.bottom_wrap li a {
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #000;
    padding-left: 0
}

.m-copy {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 19px;
    color: rgb(145, 145, 145);
    text-align: center;
}

@media(max-width:991px) {
    .nav-bar {
        display: block !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 {
    margin-top: 0px;
}

#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: 50%;
    padding-left: 80px;
    transform:translateX(-15%);
    transition: 1s;
    transition-delay: .4s;

}



#index-wrap section.sec01 .box .image {
    width: 50%;
    transition: 1s;
    transition-delay: .2s;
    transform:translateY(-15%);
    border-radius: 2em;
}

#index-wrap section.sec01 .box .image img {
    width: 100%;

}

#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-radius: 3em;
    padding: 12px 32px;
    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: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 600;
    display:inline-block;
     position: relative;
}



#index-wrap section.sec01 .box .partner {
    font-size: 18px;
    color: #909090;
    width: 100%;

    transform:translateX(-15%);
    transition: 1s;
    transition-delay: .4s;

}


#index-wrap section.sec01 .box .partner .partners_wrap{
    display: block;
    width:100%;
}

#index-wrap section.sec01 .box .partner .partners_wrap li{
   float:left;
   margin:3px;
}


#index-wrap section.sec01 .box .partner 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 .partner h1::before {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 0;
}

#index-wrap section.sec01 .box .partner ul {
    display: flex;
    margin-top: 40px;

}

#index-wrap section.sec01 .box .partner ul li a {
    font-size: 16px;
    color: #2c2c2c;
    background: #f7f7f7;
    border-radius: 3em;
    padding: 12px 32px;
    display: inline-block;
    margin-right: 12px;


}

#index-wrap section.sec01 .box .partner .btn_wrap {
    margin-top: 50px;
    padding-left: 6px;
}

#index-wrap section.sec01 .box .partner .btn_wrap a {
    font-size: 16px;
    font-family: 'Poppins', '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 {
    flex-direction: row-reverse;
    margin-top: 0px;
    margin-bottom: 100px;
     position: relative;
}

#index-wrap section.sec01 .box.box02 .text {
    padding-right: 80px;
    padding-left: 0px;
}

#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: 3em;
    padding: 12px 25px;
    display: inline-block;
    margin-right: 12px;


}

#index-wrap section.sec01 .box.box02 .text ul li a:focus,
#index-wrap section.sec01 .box.box02 .text ul li a:hover,
#index-wrap section.sec01 .box.box02 .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: 45%;
    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: #fff !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* border: 1px rgba(255, 255, 255, .9) solid; */
    padding: 20px 25px;
    border-radius: .3em;

}
.slider03 .slick-prev
{
    left: 0px;
}
.slider03 .slick-next
{
    right: 45px;
}

#index-wrap section.sec01 {
    margin-top: 100px;
}


#index-wrap section.sec02 {
    margin-top: 0px;
    background-size: cover;
    height: 100vmin;
    display: flex;
    align-items: center;
}

#index-wrap section.sec02 h1 {
    color: #fff;
    font-weight: 900;
    line-height: 58px;
    font-size: 48px;
    transform:translateY(20%);
    transition: 1s;
    transition-delay: .2s;
}

#index-wrap section.sec02 p {
    margin-top: 30px;
    color: #fff;
    transform:translateY(20%);
    transition: 1s;
    transition-delay: .4s;
    font-size: 18px;
}

#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: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 600;
    color: #fff;
    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: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

#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;
    letter-spacing: 2px;
    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 !important; */
    /* font-family: 'Josefin Sans', sans-serif !important; */
    font-family: 'Poppins', 'Noto Sans KR', sans-serif !important;
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 21px;
    font-weight: 400;
    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: 50px;
    font-weight: 900;
    color: #000;
    font-family: 'Poppins', '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: 'Poppins', '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: 'Poppins', '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', 'Poppins', '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: 00px;
    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: 'Poppins', 'NotoSans', sans-serif;

}

footer p {
    margin-top: 0;
    font-family: 'Poppins', '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;
}
