html,
body { height: 100%; position: relative;}
html { overflow-x: hidden;}
@media (max-width: 768px) {
    body { overflow-x: hidden; width: 100%;}
}
a { color: #000;}

/*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: 60px; height: 100px;justify-content: space-between;}
header .nav h1 { width: 15%; padding-left: 30px;  position: relative; z-index: 1;}
header .nav .gnb { width: 70%;}
header .nav .side { width: 135px;}
header .nav .side .wrap {
    width:100%;
    margin-left: auto;
    margin-right: 0;
}
header .nav .side .wrap a {
    border: 1px rgba(255, 255, 255, 0.5) solid;
    color: #fff;
    background: transparent;
    font-size:12px;    
    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: 32px;
    width: 240px;
    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;
    /* display: none; - 고객지원 메뉴가 보이도록 주석 처리 */
}

header .nav .depth01>li>a {
    padding: 0 30px;
    color: #fff;
    opacity: 1;
    height: 100%;
    display: flex;
    align-items: center;
    transition: .4s;
    
    font-size:19px;
}

header .nav .depth01>li>a::after,
header .nav .depth01>li>a::after {
    content: '';
    width: 100%;
    display: block;
    left: 0;
    bottom: -40px;
    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: 10px 0;
    transition: .4s;
    font-size:16px;
    
}

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

.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: 33px;
    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:16px;
    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: 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-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:100%;
    overflow-y: auto;
    position: fixed;
    display: none;
    padding-top: 30px;
    padding-bottom: 60px;
    top: 0;
    left: 0;
    z-index: 100;
    z-index: 9999999;
    background: #fff;
    background: rgb(255, 255, 255, 1);
    /* 스크롤 개선 */
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;


}

.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: 15px;
    width: 100px;

}

.mobile-gnb .line { 
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 70px;
    left: 0;
}

.gnb-menu {
    padding-top: 0px;
    margin-top: 42px;
    margin-bottom: 100px;
    padding-bottom: 80px; /* 하단 여백 추가로 마지막 메뉴까지 스크롤 가능 */
    max-height: calc(100vh - 120px); /* 헤더와 여백을 제외한 최대 높이 */
    overflow-y: auto; /* 메뉴 영역 자체에도 스크롤 추가 */
    -webkit-overflow-scrolling: touch; /* iOS 스크롤 부드럽게 */
}

/* 추가 */
.gnb-menu .sidebar-menu {
    padding: 0;
    margin: 0;
    /* 스크롤 성능 개선 */
    transform: translateZ(0);
    -webkit-transform: translateZ(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;
    
    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;
}

/* 모바일 메뉴 스크롤바 스타일 개선 */
.mobile-gnb::-webkit-scrollbar,
.gnb-menu::-webkit-scrollbar {
    width: 6px;
}

.mobile-gnb::-webkit-scrollbar-track,
.gnb-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.mobile-gnb::-webkit-scrollbar-thumb,
.gnb-menu::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.mobile-gnb::-webkit-scrollbar-thumb:hover,
.gnb-menu::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* 모바일 메뉴 */
.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;
    max-width: 100vw;
    overflow-x: hidden;
}

#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-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-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: 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: 3em;
    padding: 12px 32px;
    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: 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: 0;
}

#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: rgba(255, 255, 255, 0.5);
    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-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 {
    background: url(../../img/main/industry-back.png) center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#index-wrap section.sec03 .flex {
    display: flex;
}

#index-wrap section.sec03 .title {
    display: flex;
    border-bottom: 0px #000 solid;
    align-items: center;
}

#index-wrap section.sec03 .title h2 a {
    font-size: 34px;
    
    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;
    width: 100%;
    height: 680px;
    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: 40%;
    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: 36px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
    /*        padding-bottom: 0;*/
    margin-bottom: 0px;
    margin-top: 0;
    padding-left: 20px;
    position: relative;
    font-family: 'Paperlogy';
    line-height: 100%;
    /* 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::before { content: ''; position: absolute;left: 7px;bottom: 4px;width: 6px;height:6px;background: #00ab84;border-radius: 100%;}

.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;
    padding-left: 20px;
}

.s_visual_wrap .slide .content p:last-child {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    margin-top: 10px;
    font-family: 'Paperlogy';
    font-weight: 200;
}

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






/* 서브비주얼 마감 */


/*  서브 레이아웃 */
#sub_content {
    margin-top: 120px;
    position: relative;
    z-index: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

#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: 600;
    color: #000;
    line-height: 130%;
    /* margin-bottom: 30px; */
    padding: 0;
    position: relative;
    display: inline-block;
    font-family: 'Paperozi', sans-serif;


}


@keyframes slide-up {
    from {
        transform: translateY(100%);
    }
}

.page-header h1 {
    animation: slide-up .75s ease-out;
}

/*  서브 레이아웃 마감 */


/* footer */

footer {
    /*    margin-top: 30px;*/
    background-color: #fff;
    padding: 0;
    padding-bottom: 120px;
    position: relative;
    z-index: 2;
}

footer .ft-add { margin-top: 30px; }
footer .container > div {display: flex;align-items: center; }
footer .container > div h1 { padding-right: 80px;}
footer .container p { font-weight: 500;}
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;
    
}

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-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-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: 20px;
    padding-bottom: 15px;
    background-color: #f6f6f6;
    border-top: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
}

footer .footer-menu ul li:before {
    color: #464646;
    content: "|";
    padding-right: 18px;
    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: #666666;
    font-weight: 600;
    padding-left: 15px;
    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: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #909090;
    font-style: normal;
    

}

footer p {
    margin-top: 0;    
    padding-top: 6px;
    color: #757575 !important;
    font-size: 14px;
    font-weight: 500;
}

footer address a span {
    color: #979ba3;
    margin-left: 6px;
}

footer address a {
    color: #979ba3;
    font-size: 14px;
}



/*footer*/
.foot-fix { position: fixed;left: 0;bottom: 0;width: 100% !important; height: 90px;background: #222;z-index: 4;max-width: 100vw;box-sizing: border-box;}
.foot-fix .container { display: flex;justify-content: flex-start; align-items: center;height: 100%;padding: 0;max-width: 100%;overflow-x: hidden;}
.foot-fix .ffix-conts { color: #fff;display: flex;padding-right: 50px;}
.ffixc-logo { padding-right: 50px;}
.ffixc-logo:last-child { padding-right: 0;}
.foot-fix .ffix-conts div,
.foot-fix .ffix-conts p { color: #fff;font-size: 16px;font-family: 'Paperlogy';font-weight: 500;}
.ffix-round { margin-right: 12px;}
.ffix-round.ffix-blue { border-radius: 30px;background: rgba(81,110,206,0.30);border: 1px solid rgba(81,110,206,1);padding: 10px 15px 0;}
.ffix-round.ffix-green { border-radius: 30px;background: rgba(0,171,132,0.30);border: 1px solid rgba(0,171,132,1);padding: 10px 15px 0;}
.ffix-check p span.check-violet { color: #5e83f8;font-size: 22px;font-weight: 700;}
.ffix-check p span.check-green {color: #00ab84; font-size: 22px;font-weight: 700;}



.admin-btn { position: absolute;right: 5px;bottom: 5px;font-size: 12px;}



/****************************************************************************************/
/****************************************************************************************/
/*Media Query*/
/****************************************************************************************/
/****************************************************************************************/


@media(min-width:1400px) {
    .container {
        width: 1400px;
    }
}


@media(max-width:1429px) {
    .container {
        width: auto;
    }

        header .nav .side .wrap span img { width: 100%;}
}


@media(max-width:1200px) {

    header .nav h1 a {
        background: url('../../img/common/logo.png') 0 0% no-repeat;
        overflow: hidden;
        display: block;
        height: 25px;
        width: 170px;
        text-indent: -9999px;
        background-size: cover;
    }

    .foot-fix .ffix-conts div, .foot-fix .ffix-conts p { font-size: 12px !important;}
    .ffix-check p:last-child span { display: block;font-size: 13px;font-weight: 400;}
    .ffix-round.ffix-blue span, .ffix-round.ffix-green span { display: block;text-align: center;}


}


@media(max-width:991px) {
    .nav-bar {
        display: block !important;
    }

    .s_visual_wrap .slide .content h1::before { position: static;display: inline-block;content: '';margin-right: 10px;}
    .foot-fix{
        padding-left: 15px;
        padding-right: 15px;
        width: 100vw !important;
        left: 0;
        right: 0;
        max-width: 100vw;
    }
    
    .foot-fix .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    
    .foot-fix .ffix-conts {
        flex-wrap: wrap;
        padding-right: 10px;
    }
    
    .ffixc-logo {
        padding-right: 10px;
    }
}

/* 모바일에서 더 작은 화면에 대한 추가 스타일 */
@media(max-width: 768px) {
    .foot-fix {
        /* height: auto; */
        height: 90px;
        padding: 10px 0;
    }
    
    .foot-fix .container {
        /* flex-direction: column; */
        align-items: center;
        gap: 10px;
    }
    
    .foot-fix .ffix-conts {
        /* flex-direction: column; */
        padding-right: 0;
        /* margin-bottom: 10px; */
    }
    
    .ffixc-logo {
        padding-right: 0;
        margin-bottom: 5px;
    }
    
    .ffixc-logo img {
        max-width: 100%;
        height: auto;
    }
}

/*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: 250px;
    }

    .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 마감 */

/* 모바일 메뉴 스크롤 최적화 */
.mobile-gnb {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

