html,
body {
    height: 100%;
}

html {
    overflow-x: hidden;
}

a {
    color: #000;
}

@media(min-width:1400px) {
    .container {
        width: 1600px;
    }
    .container02 {
        width: 1400px;
        margin: 0 auto;
    }
}

@media(max-width:1279px) {
    .container {
        width: auto;
    }
}


/* layout */
#header {
    /*overflow: hidden;
    */position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 122px;
    transition: .5s height, .2s background;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;

}

#header .top_wrap {
    display: flex;

}

#header .top_wrap .logo,
#header .top_wrap .nav,
#header .top_wrap .etc {

    padding-left: 15px;
    padding-right: 15px;
}

#header .top_wrap .logo {
    width: 20%;

}

#header .top_wrap .nav {
    width: 60%;
    justify-content: center;
    align-items: center;
    margin-top: 12px;



}

#header .top_wrap .etc {
    width: 20%;

}



@media(min-width:992px) {
    /* #header .top_wrap .etc ul {
margin-top: -35px;
} */
}




.header h1 {
    padding-top: 5px;
    padding-left: 30px;
}

.header h1 a {
    overflow: hidden;
    display: block;
    height: 99px;
    background: url(../../img/common/logo.png) 0 0 no-repeat;
    text-indent: -9999px;

}

.header .gnb_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .gnb {
    text-align: center;

}

.header #gnb {
    background: transparent;
}

.header .gnb li {
    float: left;
    text-align: center;
}

.header .gnb a {
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}

.header .gnb:after {
    display: block;
    clear: both;
    content: "";
}

.header .gnb .depth1 {
    position: relative;
}

.header .gnb .depth1>a {
    display: block;
    height: 57px;
    padding: 40px 40px 0;
    font-size: 20px;
}

.header .gnb .depth1>a:hover,
.header .gnb .depth1>a:focus,
.header .gnb .depth1.on>a:hover,
.header .gnb .depth1.on>a {
    color: #ff7125;
    text-decoration: none;
}

.header.sub .gnb .depth1>a:hover,
.header.sub .gnb .depth1>a:focus,
.header.sub .gnb .depth1.on>a:hover,
.header.sub .gnb .depth1.on>a {
    color: #ff7125;
    text-decoration: none;
}

.header .gnb .depth2 {
    /* display: none; */
}

/* 오버 */
.header .gnb .depth1 ul.depth2 {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: auto;
    position: absolute;
    left: -20px;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
    margin-top: 15px;
    border: 1px #000 solid;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
}

#header.sticky .gnb .depth1 ul.depth2 {
    margin-top: 25px;
}

.header .gnb .depth1 ul.depth2:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.header .gnb .depth1 ul.depth2 li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
    width: 220px;

}

.header .gnb .depth1 ul.depth2 li a {
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 19px 20px 19px 20px;
    color: rgb(36, 36, 36);
    font-family: 'NotoSans';
    font-weight: 700;
    border-bottom: 1px rgb(231, 231, 231) solid;

}

#header.sticky .gnb .depth1 ul.depth2 li a {
    font-size: 13px;
    font-weight: normal;
    display: block;
    padding: 12px 20px 12px 20px;
    color: rgb(36, 36, 36);
    font-family: 'NotoSans';
    font-weight: 700;
    border-bottom: 1px rgb(231, 231, 231) solid;

}

.header .gnb .depth1 ul.depth2 li a:hover,
.header .gnb .depth1 ul.depth2 li:hover>a {
    background: #f3f3f3;
    color: #000;
    text-decoration: none;
}

.header .gnb li:hover>ul.depth2 {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(0, 0);
}

/* .header .gnb .depth1 ul.depth2 ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}

.header .gnb .depth1 ul.depth2 ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.header .gnb li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
} */

/* 오버 마감 */
#header.sub {
    background: #fff;
}

#header.sub:before {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    /* background: #6b9ecc; */
    content: "";
}

.header.sub h1 a {
    background-position: 0 100%;
}

.header.sub .gnb .depth1>a {
    color: #333;
}

/* .header.sub .gnb .depth1>a:hover {
    color: #6b9ecc;
} */

#header.sub .top_wrap .etc {
    color: #000;
}



/* sticky */
#header {
    height: 110px;
}
#header.sticky {
    top: -30px
}

.header.sticky {
    position: fixed !important;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px #eee solid !important;
    z-index: 99999999999999;
    transition: 1s
}





.header.sticky h1 {
    /* padding-top: 22px;
padding-left: 30px;
width: 120px; */

    /* padding-top: 40px; */
}

.header.sticky h1 a {
    overflow: hidden;
    display: block;
    height: 70px;
    background: url(../../img/common/logo_stick.png) 0 0% no-repeat;
    /* background-size: 75px auto; */
    text-indent: -9999px;
    margin-top: 32px;


}

.header.sticky .gnb a {
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
}

.header.sticky .gnb .depth1>a {
    display: block;
    padding: 48px 40px 0;
    font-size: 16px;
}

.header.sticky .top_wrap .etc {
    margin-top: 15px;
    color: #000 !important;

}

/* header_hover */
.header.sticky.all .gnb_wrap .depth2>li>a {
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: rgb(87, 87, 87);
    font-family: 'Noto Sans KR', sans-serif;
    display: inline-block;
    position: relative;
}

/* sticky end */

.top_right_etc {
    z-index: 9999999999999999999999999;
    top: 0;
    position: absolute;
    right: 0;
    margin-right: 30px;
    margin-top: 40px;
    font-size: 13px;
    color: #fff;
    transition: 0.6s;
}
.top_right_etc a.btn {
    background: transparent;
    color: #fff;
    border-radius: 3em;
font-weight:400;
    font-size:15px;
    min-width: 140px;
    height: 46px;
    line-height: 44px;
    border: 1px rgba(255, 255, 255, 0.5) solid;
}
.top_right_etc a.btn i {
    margin-left: 20px;
}
/* sticky top_right_etc */
.top_right_etc.sticky {
 
}



/* 모바일 메뉴 */
.row-offcanvas {
    height: 100%;
}

.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 15px;
    top: 10px;
    background-color: transparent;
    border: 0;
}

/* 모바일 메뉴 마감 */
/* 인덱스 */
.index-pd {
    padding-left: 68px;
    padding-right: 68px;
}

#index_wrap {
    margin-top: 80px;

}



/* 인덱스 마감 */


/*  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;
    overflow: hidden;
    background: transparent;
    height: 615px;
    margin-top: -20px;
}

.s_visual_wrap .slide {
    position: relative;
    height: 100%;
    
    /* 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: 387px; */
    height: 100%;
    background-position: 0% 0%;
    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: center;
    /* padding-left: 160px; */
    /*
animation: zoom 3s ease-in-out;
animation-fill-mode: forwards;
animation-iteration-count: 1;
*/
}
.s_visual_wrap .slide .content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    position: relative;
    display:inline-block
}
.s_visual_wrap .slide .content h3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    margin-top: 26px;
}
.s_visual_wrap .slide .content h1 {
    font-size: 66px;
    font-weight: 900;
    line-height: 72px;
    color: #fff;
    margin-bottom: 0px;
    /* margin-top: 20px; */
    padding-top: 0;
    text-transform: capitalize;
    position: relative;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    /* font-family: 'Saira', 'Poppins', 'Noto Sans KR', sans-serif; */
    /* letter-spacing: 2px; */
}

.s_visual_wrap .slide .content .line {
    height: 4px;
    width: 160px;
    background: #ea5404;
    margin: 0 auto;
    display:none;
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
    margin-top: 24px;
}



.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 서브비주얼 마감 */
/* 서브네비 */
#nav_center {
    /* border-bottom: 1px #ddd solid; */
    display: block;
    position: relative;
    border-bottom: 1px #e2e2e2 solid;


}

#nav_center ul {
    display: flex;
    justify-content: center;
}

#nav_center li.init,
#nav_center ul li i {
    display: none;
}

#nav_center ul li {
    display: block;
    font-weight: 500;
    padding: 12px 28px;
    

}
#nav_center ul li:nth-child(1) {
    padding-left: 0;
}
#nav_center ul li a {
    font-size: 19px;
    font-weight: 500;
    display: block;
  font-family: 'Spoqa Han Sans Neo', 'Nanum Gothic', 'sans-serif';
    /* font-family: 'Poppins', 'Noto Sans', sans-serif; */
    
    color: #c4c4c4;
}

#nav_center ul li.active a {
    /* border-bottom: 3px #f95b07 solid; */
    color: #000;
     position: relative;
     display:inline-block;
}
#nav_center ul li.active a::before {
    position: absolute;
    width: 100%;
    background: #17a2f5;
    height: 5px;
    /* background: linear-gradient(to right, #ffb2ed, #5adbd6, #ceff48); */
    content: '';
    margin-top: 52px;
    border-radius: 0em;
    
}
#nav_center ul li a:focus,
#nav_center ul li a:hover {
    text-decoration: none;
    color: #000;
}

#nav_center a.javas {
    display: none;
}
/* 추가 */
#nav_center .depth1 {
    display:flex !important;
    flex-direction: column;
    width:  190px;
    position: relative;
    margin-right: 30px;
    padding-top: 26px;
}
#nav_center ul li.depth1 ul {
    position: absolute;
    background-color: #fff;
   display:flex;
   flex-direction: column;
    border: 1px #ddd solid;
    /* border-top: 3px #000 solid; */
    top: 80px;
    z-index: 99999999999999999999999999999999999;
    min-width: 100%;
    margin-left: 0;
}
#nav_center ul li.depth1 a {
    font-weight:600;
    color: #000;
}
#nav_center ul li.depth1 ul li {
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 4px;
    padding-bottom: 4px;


}

#nav_center ul li.depth1 ul li a {
    font-size: 16px;
    font-weight: 500;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: block;
    color: #666666;
    font-weight: 400; 
    margin: 0;
}
#nav_center ul li.depth1 {
    transition: .3s;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
}

#nav_center ul li.depth1:before{
     position: absolute;
     display:flex;
     justify-content: center;
     
     right: 0;
     top: 28px;
     background: #eee;
     padding-top: 0px;
     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;
    
}
/* 서브네 마감 */
/*  서브 레이아웃 */
#sub_content {
    margin-top: 80px;
}

#sub_content .page-header {
    text-align: center;
    margin-bottom: 70px;
}

#sub_content .page-header h1 {
    font-size: 42px;
    font-weight: 900;
    color: #000;
    font-family: 'NanumSquare';
    margin-bottom: 40px;
    display: inline-block;
    z-index: -1;
    position: relative;

}

#sub_content .page-header h1::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 50px;
}

/*  서브 레이아웃 마감 */

/* footer */
footer {
    margin-top: 0;
    background-color: #050505;
    padding: 0 !important;
    padding-bottom: 20px !important;
    padding-left: 70px;
    padding-right: 70px;
}

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: 12px;
    padding-bottom: 20px;
    background-color: #050505;
    /* border-bottom: 1px #2a2d35 solid; */
}

footer .footer-menu ul {
    padding-top: 18px;
    padding-bottom: 12px;
}

footer .footer-menu ul li:before {
    color: #464646;
}

footer .footer-menu ul li a {
    font-size: 16px;
    color: #b3bad1;
    font-weight: 500;
    padding-left: 16px;
    padding-right: 16px;
}

footer .footer-menu ul li a.blue {
    color: #b3bad1
}

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 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 25px;
    color: #b3bad1;
    font-style: normal;
    font-family: 'NotoSans';
}
footer address a {
    color: #b3bad1;
}
footer p {
    margin-top: 0;
    padding-top: 6px;
    color: #979ba3 !important;
    font-size: 16px;
    font-family: 'Poppins', 'Noto Sans', sans-serif;
}