/*  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; */
        /* background: url(../../img/common/logo.png) 0 0 no-repeat; */
        /* text-indent: -9999px; */

    }

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

    .header .gnb li {
        float: left;
        width: 150px;
        text-align: left;
    }

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

    .header h1 a {
        overflow: hidden;
        display: block;
        /* height: 19px; */
        background: url(../../img/common/logo.png) 0 0% no-repeat;
        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: 60%;
    }

    #header .top_wrap .nav {
        width: 40%;
        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;
    }


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

    /* 공통 마감 */
    /* swiper 02 start */
    #index_swiper .swiper-slide.slide02 .swiper-content {
        height: 100%;
        width: 100%;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    #index_swiper .swiper-slide.slide02 .swiper-content .content h1 {
        font-size: 20px;
        line-height: 32px;
    }

    #index_swiper .swiper-slide.slide02 .swiper-content .content p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 12px;
        word-break: keep-all;
    }


    /* swiper 02 end */

    /* swiper 03 start */
    #index_swiper .swiper-slide.slide03 {
        position: relative;
    }

    #index_swiper .swiper-slide.slide03 .title h1 {
        color: #000;
        font-size: 24px;
        line-height: 32px;
        font-weight: 900;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        text-align: center;

    }

    #index_swiper .swiper-slide.slide03 .text {
        position: absolute;
        font-size: 4px;
        margin-bottom: 0%;
        color: #f1f1f1;
        z-index: -1;
        font-weight: 900;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        display: none;
    }

    .slider-index {
        position: relative;
        margin-top: 50px;
        width: 100%;
        height: auto;
        /* margin-left: 40px;
        margin-right: 40px; */
    }

    .slider-index .item {
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        height: auto;

    }

    .slider-index .item img {
        height: auto;
        width: 320px !important;

    }

    .slider-index .item .over {
        display: none;
    }

    .slider-index .item .caption {
        position: absolute;
        bottom: -20px;
        margin-left: 25px;
        opacity: 1;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        padding-right: 20px;
    }

    .slider-index .item .caption h2 {
        margin: 0;
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        letter-spacing: 0;
        padding-bottom: 6px;

    }

    .slider-index .item .caption span {
        padding: 0;
        margin: 0;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.7);
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;

    }

    .slider-index .item:hover .caption {
        opacity: 1;
        bottom: 20px;
        margin-left: 25px;

    }

    .slider-index .item:hover .caption span {
        opacity: 1;
    }

    #index_swiper .swiper-slide.slide03 .pager_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    #index_swiper .swiper-slide.slide03 .pager_wrap i {
        font-size: 30px;
        /* background: #ddd; */
        height: 50px;
        width: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #9b9b9b;
        cursor: pointer;
        transition: .2s
    }

    /* swiper 03 eng */

    /* swiper 04 start */
    #index_swiper .swiper-slide.slide04 .content_wrap .title h1 {
        color: #fff;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        font-size: 24px;
    }
    #index_swiper .swiper-slide.slide04 .content .flex {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    #index_swiper .swiper-slide.slide04 .left {
        width: 100%;
    
    }
    #index_swiper .swiper-slide.slide04 .right {
        width: 100%;
    
    }
    /* latest pic */
    
    /* swiper 04 end */

    /* swiper 05 start */
    #index_swiper .swiper-slide.slide05 .content_wrap .flex {
        display: flex;
        flex-direction: column;
    }
    
    #index_swiper .swiper-slide.slide05 .content_wrap .flex .left {
        width: 100%;
    }
    
    #index_swiper .swiper-slide.slide05 .content_wrap .flex .right {
        width: 100%;
    }
    #index_swiper .swiper-slide.slide05 .content_wrap .flex .left h1 {
        font-size: 17px;
        font-weight: 900;
        line-height: 26px;
        text-align: center;
    }
    
    #index_swiper .swiper-slide.slide05 .content_wrap .flex .left .wrap {
        margin-top: 40px;
        display: block;
        text-align:center;
    }
    #index_swiper .swiper-slide.slide05 .content_wrap .flex .left .wrap h2 {
        font-size: 13px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 900;
        position: relative;
        display: inline-block;
        width: 100%;
    }
    #index_swiper .swiper-slide.slide05 .content_wrap .flex .left .wrap h2::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 18px;
        left:0;
    }
    #index_swiper .swiper-slide.slide05 .content_wrap .flex .left .wrap ul.add {
        padding-left: 0px;
        margin-bottom: 50px;
    }
    
    #index_swiper .swiper-slide.slide05 .content_wrap .flex .left .wrap ul.add li {
        color: #000;
        font-size: 13px;
        padding-top: 1px;
        padding-bottom: 1px;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    }
    /* form */
    #index_swiper .swiper-slide.slide05 .content_wrap .message {
        margin-top: 40px;
    }
    #index_swiper .swiper-slide.slide05 .content_wrap .message .form_write .flex {
        display: flex;
        margin-left: 0;
        margin-right: 0;
    
    }
    
    #index_swiper .swiper-slide.slide05 .content_wrap .message .form_write .flex input {
        width: 100%;
        height: 52px;
        border: 0;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 13px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px;
        background: #c3c3c3;
        border-radius: .2em;
        color: #000;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    }
    #index_swiper .swiper-slide.slide05 .content_wrap .message .form_write textarea {
        height: 120px;
        font-size:13px;
    }
    #index_swiper .swiper-slide.slide05 .content_wrap .message .form_write .btn_wrap label {
        color: #8f93a6;
        font-size: 13px;
    }
    #index_swiper .swiper-slide.slide05 .content_wrap .message .form_write .btn_wrap .check span {
        color: #969696;
        font-size: 13px;
    }
    #index_swiper .swiper-slide.slide05 .content_wrap .message .form_write .btn_wrap .send input {
        background: #252525;
        color: #fff;
        border-radius: .3em;
        height: 55px;
        width: 100% !important;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
    
    }
    
    /* form end */
    /* swiper 05 end */



    /* 인덱스 마감 */

    /* 서브비주얼 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: #fff;
        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: #a9e17b;
    }

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

    }

    footer .footer-menu ul li a.blue {
        color: #000;
    }


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

    footer p {
        margin-top: 0;
        padding-top: 6px;
        color: #7d7d7d !important;
        font-size: 10px;
    }




}