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

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

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

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

    }

    .top_right_etc #hd_sch {
        display: none;
    }

    .top_right_etc.sticky .eng-btn {
        position: relative;
        display: none;

    }
}





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

@media(max-width:1400px) {



    .s_visual_wrap .sub_bottom .wrap {
        width: 59%;
    }



}

@media(max-width:1300px) {
    #header {
        height: 80px;
        transition: .5s height, .2s background;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;

    }


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

    .header h1 a {
        overflow: hidden; 
        display: block; 
		height:35px;
        background: url(../../img/common/logo_m.png) no-repeat center left / auto 35px; 
        text-indent: -9999px; 
    }

    .header h1 a img {
       /* width: 100px; */
    }

    .header .gnb li {
        float: left;
        width: 150px;
        text-align: left;
    }
	.header .gnb li:nth-child(2) { width:150px; }

    .header .gnb .depth1>a {
        display: block;
        height: 40px;
        padding: 30px 0 0;
        font-size: 16px;
    }

    /* header_hover */
    #header.all {
        height: 340px;
        background: #fff;
        z-index: 1100;
    }

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

    .header.all .gnb_wrap .depth2>li>a {
        padding-bottom: 4px;
        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;
    }

    #header.sticky {
        top: -15px;
    }

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

        padding-top: 36px;
    }

    .header.sticky .gnb .depth1>a {
        display: block;
        padding: 38px 0 0;
        font-size: 16px;
    }

    /* 인덱스 */
    #index_h1 {
        font-size: 26px;
    }


    /* 인덱스 마감 */

    .s_visual_wrap {
        margin-top: 0px;
    }

    .s_visual_wrap .slide .content {
        top: 48%;

    }





}







@media(max-width:991px) {
    .animate {
        opacity: 1;
    }

    #header {
        height: 70px;
        transition: .5s height, .2s background;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
        background: transparent;

    }

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

    .header h1 a {
        overflow: hidden;
        display: block;
        height: 35px;
        background: url(../../img/common/logo_m.png) no-repeat center left / auto 35px;
        text-indent: -9999px;

    }

    .header.sticky {
        display: none;
    }

    #header .nav {
        display: none;
    }

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

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

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

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

    #header .top_wrap .etc {

        padding-top: 29px;
        font-size: 13px;
        margin-right: 60px
    }



    /* 영문 */
    .top_right_etc {
        z-index: 9999999999999999999999999;
        top: 0;
        position: absolute;
        right: 0;
        margin-top: 12px;
        font-size: 13px;
        color: #fff;
        transition: 0.6s;
        display: flex;
    }

    .top_right_etc .eng-btn {
        margin-left: 0;
        width: 80px;
        margin-right: 20px;
    }

    .top_right_etc p {
        border-radius: 0em;
        border: 0;
        -webkit-border-radius: 0em;
        -moz-border-radius: 0em;
        -ms-border-radius: 0em;
        -o-border-radius: 0em;
        width: 80px;
        height: 22px;
        color: #fff;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        text-align: center;
        padding-top: 8px;
        font-weight: 600;
        font-size: 13px;
        /*margin-left: 20px;
    */
        margin-top: 5px;
    }

    .top_right_etc p i {
        margin-left: 10px;
        font-size: 14px;
        transition: all 0.2s ease-out;
    }

    .top_right_etc ul {
        padding: 0;
        border: 0;
        min-width: 80px;
        background: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        box-shadow: none;
        border: 1px #ddd solid;
        box-shadow: none;
        border-radius: .2em;
        -webkit-border-radius: .2em;
        -moz-border-radius: .2em;
        -ms-border-radius: .2em;
        -o-border-radius: .2em;
        margin-top: 20px !important;
    }

    .top_right_etc ul li a {
        line-height: 22px;
        font-size: 13px;
        color: #000;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 400;
        /*border-bottom: 1px rgb(231, 231, 231) solid;
    */

        border-radius: .6em;
        -webkit-border-radius: .6em;
        -moz-border-radius: .6em;
        -ms-border-radius: .6em;
        -o-border-radius: .6em;
    }


    /* 인덱스 */
    .hidden-text {
        position: absolute;
        z-index: 200;
    }

    /* swiper 02 시작 */
    #index_swiper .swiper-slide.slide03.section02_03 {}

    #index_swiper .swiper-slide.slide02.section02_03 .content {
        display: flex;
        height: 100%;
        width: 100%;
        position: relative;
        flex-direction: column;
    }

    #index_swiper .swiper-slide.slide02.section02_03 .content .f-image {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 50%;
    }

    #index_swiper .swiper-slide.slide02.section02_03 .content .f-text {
        width: 100%;
        height: 50vh;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    #index_swiper .swiper-slide.slide02.section02_03._reverse .content .f-image {
		order:1;
    }

    #index_swiper .swiper-slide.slide02.section02_03._reverse .content .f-text {
		order:0;
    }



    #index_swiper .swiper-slide.section02_03 .content .text dl {
        text-align: center;
    }

    #index_swiper .swiper-slide.section02_03 .content .text dl dt {
        font-size: 26px;
        font-weight: 900;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        line-height: 32px;

    }

    #index_swiper .swiper-slide.section02_03 .content .text dl dd {
        margin-top: 24px;

    }
    #index_swiper .swiper-slide.section02_03 .content .text dl dd br {
        display:none;
    }

    #index_swiper .swiper-slide.section02_03 .content .text .btn_wrap {
        text-align: center;
        margin-top: 12px;
    }

    #index_swiper .swiper-slide.section02_03 .content .text .btn_wrap .bt_lnk {
        display: inline-block;
        box-sizing: border-box;
        height: 100%;
        border: 0;
        background-color: #f1f1f1;
        width: 120px;
        padding:10px 0 12px;
        color: #000;
        position: relative;
        z-index: 0;
        font-size: 14px;
        letter-spacing: 0;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        font-weight: 600;
        text-align: center;
        padding-left: 0;
        border-radius: .2em;


    }
    #index_swiper .swiper-slide.section02_03 .content .text .btn_wrap .bt_lnk span::after {
        position: absolute;
        width: 12px;
        height: 1px;
        background: #000;
        content: '';
        margin-left: 20px;
        margin-top: 12px;
        transition: all 0.3s;
        text-decoration: none;
        display:none;
    
    }

    #index_swiper .swiper-slide.section02_03 .content .f-text .text dl dt span {
        font-size: 26px;
        font-weight: 900;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        line-height: 32px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }

    #index_swiper .swiper-slide.section02_03 .content .f-text .text dl dt span::before {
        height: 6px;
        margin-top: 26px;
    }

    .slider-index01 .slick-initialized .slick-slide {
        display: block;
        height: 50vh !important;
    }

    .slider-index01 .slick-slide {
        height: 50vh !important;
    }

    .slider-index01 .item {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .pager_index01 .wrap {
        position: relative;
        width: 100%;
        height: 50%;
        clear: both;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pager_index01 .arr {
        width: 56px;
        height: 56px;
        border: 0;
    }

    .pager_index01 .prev {
        margin-left: 15px;
    }

    .pager_index01 .next {
        margin-right: 15px;
    }

    .pager_index01 i {
        font-size: 26px;
        color: #fff;
        transition: .3s;

    }


    #index_swiper .swiper-slide.slide03.section02_03 .content {
        display: flex;
        height: 100%;
        width: 100%;
        position: relative;
        flex-direction: column;
    }


    #index_swiper .swiper-slide.slide03.section02_03 .content .f-image {
        width: 100%;
        height: 50%
    }

    #index_swiper .swiper-slide.slide03.section02_03 .content .f-text {
        width: 100%;
        height: 50vh;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #index_swiper .swiper-slide.slide03.section02_03 .content .f-text .btn_wrap {
        /* display: none; */
    }

    /*  */
    #index_swiper .swiper-slide.slide04 {}

    #index_swiper .swiper-slide.slide04 .content_wrap .title {
        text-align: center;
        font-size: 13px;
        margin-bottom: 20px;

    }

    #index_swiper .swiper-slide.slide04 .content_wrap .title h1 {
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-size: 22px;
        font-weight: 900;
        margin-bottom: 8px;

    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap {
        position: relative;
        margin-top: 20px;
        overflow: hidden;
        /* width: 88%; */
        padding-right: 0
    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list {
        position: relative;
        width: 100%;

    }

    #index_swiper .swiper-slide.slide04 .content_wrap {
        /* justify-content: flex-start; */
    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap;
        flex-direction:row; */
        margin-left: -5px;
        margin-right: -5px;


    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .thumb {
        margin-left: 5px;
        margin-right: 5px;
    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .thumb {
        position: relative;



    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .thumb .thumb_wrap {
        display: flex;
        /* border: 1px #ddd solid; */
        /* background: #fff; */
        border-bottom: 1px #d6d6d6 solid;
        margin-bottom: 10px;
        padding-top: 18px;
        padding-bottom: 18px;
        background: #fff;
        border-radius: 4em;
        padding-left: 15px;
        justify-content: center;
        height: 100%;



    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box:last-child .thumb .thumb_wrap {
        border: 0;
    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .thumb .thumb_wrap img {
        width: 36%;
        border-radius: 50%;
        width: 90px;
        height: 90px;
    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .overlay {
        position: relative;
        opacity: 1;
        top: auto;
        left: auto;
        width: 100%;
        background: transparent;

    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .overlay .text {
        position: relative;
        bottom: auto;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 20px;
        padding-top: 0px;

    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .overlay .text::before {
        font-family: 'Nanum Gothic';
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 600;
        font-size: 15px;
    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box.box01 .overlay .text::before {
        content: "COMPANY";

    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box.box02 .overlay .text::before {
        content: "PRODUCT";
    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box.box03 .overlay .text::before {
        content: "CS CENTER";
    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .overlay .text span {
        color: #000;
        font-size: 13px;
        line-height: 18px;
        display: block;
        padding-top: 6px;
    }





    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .caption {
        margin-top: 6px;
        position: relative;
        padding-left: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;

    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .caption span {
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-size: 11px;
        line-height: 11px;
        display: none;
        text-transform: uppercase
    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .caption h2 {
        font-size: 19px;
        font-weight: 600;
    }

    #index_swiper .swiper-slide.slide04 .content_wrap .image_wrap .list .flex .box .caption i {
        position: absolute;
        right: 0;
        top: 20px;
        color: #000;
        font-size: 40px;
        transition: .4s;
        display: none;
    }

    /* swiper 04마감 */
    /* swiper 05 */
    #index_swiper .swiper-slide.slide05 .overlay {
        background: url('../../img/main/section05_line.png');
        background-repeat: no-repeat;
        background-position: 50% 0%;

    }

    #index_swiper .swiper-slide.slide05 dl {
        text-align: center;
    }

    #index_swiper .swiper-slide.slide05 dl dt {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        line-height: 32px;

    }

    #index_swiper .swiper-slide.slide05 dl dd {
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 16px;

    }

    #index_swiper .swiper-slide.slide05 dl dd br {
        display: none;
    }

    #index_swiper .swiper-slide.slide05 .btn_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #index_swiper .swiper-slide.slide05 .btn_wrap .bt_lnk {
        width: 190px;
        padding: 12px 25px 14px;
        font-size: 14px;
        padding-left: 30px;


    }

    #index_swiper .swiper-slide.slide05 .btn_wrap .bt_lnk span::after {
        position: absolute;
        width: 20px;
        height: 1px;
        background: #fff;
        content: '';
        margin-left: 20px;
        margin-top: 14px;
        transition: all 0.3s;
    }
    #index_swiper .swiper-slide.slide05 .btn_wrap .bt_lnk:hover span::after {
        margin-left: 20px;
    }

    /* swiper 05마감 */
    /* swiper 06 */
    #index_swiper .swiper-slide.slide06 .title {
        display: flex;
        flex-direction: column;
    
    }
    
    #index_swiper .swiper-slide.slide06 .title h1 {
        color: #000;
        font-size: 26px;
        line-height: 34px;
        font-weight: 900;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        width: 100%;
    }
    
    #index_swiper .swiper-slide.slide06 .title h1 P {
        color: #c8c8c8; 
        font-size: 14px;
        font-weight: 600;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        text-transform: uppercase;
        letter-spacing: 12px;
        margin-left: 6px;
        margin-top: 20px;
    
    
    }
    /* swiper 06마감 */
/* swiper 07*/
#index_swiper .swiper-slide.slide07 {
    /* display:flex; */
    height: 100%;
    /* justify-content: center; */
    /* flex-direction: column; */
    padding-top: 40px;
    background: #f7f9ff;

}
#index_swiper .swiper-slide.slide07 .flex {
    display: flex;
    flex-direction: column;
}

#index_swiper .swiper-slide.slide07 .flex .left {
    width: 100%;
}

#index_swiper .swiper-slide.slide07 .flex .right {
    width: 100%;
}
#index_swiper .swiper-slide.slide07 .flex .right .tab-content {
    margin-top: 0;
    padding: 0;
}
#index_swiper .swiper-slide.slide07 .flex .left h1 {
    font-size:24px;
    padding-left: 0;
    margin-left: 0;

}
#index_swiper .swiper-slide.slide07 .flex .left ul {
    margin-top: 20px;
    display:flex;
    margin-bottom: 0;
    padding-bottom: 0;
}
#index_swiper .swiper-slide.slide07 .flex .left ul li a {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #bebebe;
    border-radius: .2em;
    margin-right: 6px;
}
#index_swiper .swiper-slide.slide07 .flex .left ul li a.active {
background: #ebebfc; 
color: #9d9dfe; 
}
/* cs center */
section.cscenter .flex {
    display:flex;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}
section.cscenter .flex .title {
    width: 100%
}

section.cscenter .flex .text {
    width: 100%;
}

section.cscenter .flex .call {
    width: 100%
}

section.cscenter .flex .title h1 {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    margin-bottom: 4px;
}

section.cscenter .flex .title span {
    font-size: 14px;
    color: #c6c6c6;
    font-weight: 600;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    display:none;
}

section.cscenter .flex .text {
    font-size: 12px;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight: 400;
    margin-top: 8px;
    /* display:flex; */
}
section.cscenter .flex .text p::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #7a7a7a;
    content: '';
    margin-top: 14px;
    display:none
    

}
section.cscenter .flex .text p br {
    display:none;
}

section.cscenter .flex .text .btn_wrap {
    margin-top: 0px;
     position: absolute;
     right: 15px;
     bottom: 20px;
}
section.cscenter .flex .text .btn_wrap a {
    color:#000;
    background: #fff;
    font-size:14px;
}
section.cscenter .flex .call {
    padding-top: 20px;
}
section.cscenter .flex .call h2 a {
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size:19px;
 
    
    
}
section.cscenter .flex .call span {
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size:12px;
    font-weight:400;
    color: #b4b4b4;
}
/* form */
#index_swiper .swiper-slide.slide07 .message .form_write .flex {
    flex-direction:row;
   
    
}
#index_swiper .swiper-slide.slide07 .message .form_write .flex input {
    height: 46px;
    border-radius: 0em;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: .4em;
    /* border-bottom: 1px #5c6075 solid; */
    color: #000;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
}

#index_swiper .swiper-slide.slide07 .message .form_write textarea {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 20px 14px;
    font-size: 14px;
    background: #fff;
    border-radius: .4em;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    color: #000;
    height: 140px;
    margin: 0;
}
#index_swiper .swiper-slide.slide07 .message .form_write .btn_wrap label {
    color: #8f93a6;
    font-size: 12px;
}
#index_swiper .swiper-slide.slide07 .message .form_write .btn_wrap .check span {
    color: #969696;
    font-size: 12px;
}
#index_swiper .swiper-slide.slide07 .message .form_write .btn_wrap .send input {
    background: #6184da;
    color: #fff;
    border-radius: 0;
    height: 54px; 
    width: 225px !important;
    font-size: 17px;
    font-weight: 700;
    font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;

}
    /* 공통 */
    #index_h1 {
        font-size: 16px;
    }

    /* 공통 마감 */

    /* 인덱스  */

    /* 인덱스 마감 */

    /* 서브비주얼 bottom */

    .s_visual_wrap .sub_bottom {
        left: 0;
        bottom: 53px;
        z-index: 9;
        width: 89%;
        position: relative;




    }

    .s_visual_wrap .sub_bottom .wrap {
        width: 100%;
        position: relative;
        background: #fff;
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;



    }

    /* 서브 슬라이더 */

    .s_visual_wrap .slide {
        height: 320px;

    }


    .s_visual_wrap .slide li {
        height: 320px;

    }

    .s_visual_wrap .slide .content {
        top: 40%;
        text-align: center;

    }

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

    .s_visual_wrap .slide .content h1 {
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        font-family: 'NanumSquare', 'ë§‘ì€ ê³ ë”•', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', 'ë‹ì›€', dotum, sans-serif;
        padding: 0;
        padding: 0;
    }

    .s_visual_wrap .slide .content p {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        margin-top: 6px;
    }

    /* 서브 슬라이더 마감 */


    /*  서브 레이아웃 */
    #sub_content {
        margin-top: 0;
    }

    #sub_content .page-header {
        margin-bottom: 26px;
        padding-bottom: 0;
        padding-left: 15px;
    }

    #sub_content .container .page-header {
        padding-left: 0;
    }


    #sub_content .page-header h1 {
        font-size: 22px;
        font-weight: 900;
        color: #000;
        font-family: 'NanumSquare';


    }

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

    /* footer */


    footer {
        /*    margin-top: 30px;*/
        background-color: #1c1c1c;
        padding: 0;
        padding-bottom: 20px !important;
        padding-top: 13px;
    }

    footer .flex {
        display: flex;
        flex-direction: column;
    }

    footer .flex .left {
        width: 100%;
    }

    footer .flex .right {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        flex-direction: column-reverse;
        display: none;
    }

    footer .flex .left h1 {
        display: none;
    }


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

    footer .btn-default {
        background-color: #fff;
        background-image: none;
        text-shadow: none;
        box-shadow: none;
        border: 1px #dddddd solid;
        padding: 4px 11px;
        border-radius: 0;

    }

    footer .footer-menu {
        padding-top: 2px;
        padding-bottom: 4px;
        /* background-color: #050505;
        border-bottom: 1px #050505 solid; */
        text-align: center;
        margin: 0 auto
    }

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

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

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

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

    }

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


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

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




}