/*  header start */
@media(max-width:1740px) {
}
@media(max-width:1600px) {
    header .nav h1 {
        width: 15%;
    }
    header .nav .gnb {
        width: 75%;
    }
    header .nav .side {
        width: 10%;


    }

    header .nav .depth01>li>a {
        padding: 0 40px;
        color: #fff;
        opacity: 1;
        height: 100%;
        display: flex;
        align-items: center;
        transition: .4s;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-size:16px;
    }
}


@media(max-width:1300px) {

    header .nav {
        padding-left: 15px;
        padding-right: 15px;
    }


    .s_visual_wrap {
        margin-top: 0px;
    }

    .s_visual_wrap .slide .content {
        top: 48%;

    }





}







@media(max-width:991px) {
    .animate {
        opacity: 1;
    }


    .header.sticky {
        display: none;
    }

    .header .nav .gnb {
        display: none;
    }
    header .nav h1 {
        width: 100%;
        padding-left: 0;
        position: relative;
        z-index: 1;
    }
    header .nav .side {
        display:none;
    }
    header .nav {
        height: 60px;
    }
    header .nav h1 a {
        background: url('../../img/common/logo.png') 0 0% no-repeat;
        background-size: cover;
        overflow: hidden;
        display: block;
        height: 37px;
        width: 100px;
        text-indent: -9999px;
    }
    .js-offcanvas-btn {
        display: block;
    }

    .sidebar-offcanvas {
        display: block !important;
    }

    #header .top_wrap .logo {
        width: 50%;
    }







    /* 인덱스 */
    .hidden-text {
        position: absolute;
        z-index: 200;
    }
    #index-wrap {
        margin-top: 0px;
    }#index-wrap section.sec01 .box {
        display: flex;
        flex-direction: column-reverse;
    }

    #index-wrap section.sec01 .box .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 14px;
        color: #909090;
        width: 100%;
        padding-left: 0;
        text-align: center;

    }


    #index-wrap section.sec01 .box .image {
        width: 100%;
        margin-top: 32px;
    }

    #index-wrap section.sec01 .box .image img {
        width: 100%;
    }

    #index-wrap section.sec01 .box .text h1 {
        font-size: 24px;
        font-family: 'Titillium Web', 'Noto Sans KR', sans-serif !important;
        font-weight: 600;
        padding-bottom: 12px;
        color: #000;
    }

    #index-wrap section.sec01 .box .text h1::before {
        position: absolute;
        width: 50px;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 0;
        display:none;
    }
    .video-wrapper iframe {

        width: 100%;
        height: 200px;
        border: 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: 24px;
        padding-left: 0px;
    }

    #index-wrap section.sec01 .box .text .btn_wrap a {
        font-size: 13px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 600;
        display:inline-block;
         position: relative;
         background: #f1f1f1;
         padding: 12px 24px;
         border-radius: 3em;
    }
    #index-wrap section.sec01 .box .text .btn_wrap a i {
        transition: .4s;
        padding-left: 8px;
        font-size:12px;
    }
    #index-wrap section.sec01 .box.box02 {
        flex-direction: column-reverse;
        margin-top: 40px;
         position: relative;
    }

    #index-wrap section.sec01 .box.box02 .text {
        padding-right: 0;
        padding-left: 0;
    }
    #index-wrap section.sec01 .box.box02 .text ul {
        justify-content: center;
        margin: 0;
        padding: 0;
        margin-top: 30px;

    }
    #index-wrap section.sec01 .box.box02 .text ul li a {
        font-size: 13px;
        color: #020202;
        font-weight: 600;
        border: 1px solid #dcdcdc;
        background: #fff;
        border-radius: 3em;
        padding: 10px 20px;
        display: inline-block;
        margin-right: 4px;


    }
    #index-wrap section.sec01 .box.box02 .text .btn_wrap {
        display:none;
    }

    #index-wrap section.sec02 {
        margin-top: 0px;
        background-size: cover;
        display: flex;
        align-items: center;
        text-align: center;
        height: 125vmin;
    }

    #index-wrap section.sec02 h1 {
        color: #fff;
        font-weight: 600;
        line-height: 15px;
        font-size: 26px;
    }
    #index-wrap section.sec02 h1 br  {
        display:none;
    }

    #index-wrap section.sec02 p {
        margin-top: 14px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 20px;
        padding:20px;
        word-break: keep-all;
        font-size: 14px;
    }


    #index-wrap section.sec01 {
        margin-top: 0px;
    }



    #index-wrap section.sec02 .btn_wrap {
        margin-top: 30px;
    }

    #index-wrap section.sec02 .btn_wrap a {
        font-size: 13px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 400;
        color: #fff;
        position: relative;
        display: inline-block;
        border: 1px #fff solid;
        padding: 10px 18px;

    }

    #index-wrap section.sec02 .btn_wrap a i {
        margin-left: 20px;
    }

    #index-wrap section.sec02 .btn_wrap a::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        content: '';
        margin-top: 26px;
        transition: .6s;
        display:none;


    }
    #index-wrap section.sec03 {
        padding-top: 40px;
        padding-bottom: 60px;
        background: #f9f9f9;
    }

    #index-wrap section.sec03 .flex {
        display: flex;
        flex-direction: column;
    }

    #index-wrap section.sec03 .title {
        display: flex;
        border-bottom: 1px #000 solid;
        padding-bottom:8px;
        margin-bottom: 16px;
        align-items: center;
    }

    #index-wrap section.sec03 .title h2 a {
        font-size: 18px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 600;
        letter-spacing: 0;
    }

    #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: 16px;
        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: 100%;
        margin-right: 0px;
    }

    #index-wrap section.sec03 .wrap.gallery {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }

    #index-wrap section.sec03 .wrap.gallery .title {
        border: 0;

        border-bottom: 1px #000 solid;
        padding-bottom:8px;
        margin-bottom: 16px;

    }




    /* 인덱스 마감 */



    /* 서브 슬라이더 */

    .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;
    }





    #index-wrap section.sec01 .box .partner {
        font-size: 14px;
        text-align: center;
        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;
       width:30%;
    }

    #index-wrap section.sec01 .box .partner .partners_wrap li img{

        width:80%;
     }


    #index-wrap section.sec01 .box .partner h1 {
        font-size: 24px;
        font-family: 'Titillium Web', 'Noto Sans KR', sans-serif !important;
        font-weight: 600;
        padding-bottom: 10px;
        color: #000;
        text-align: center;
    }


    #index-wrap section.sec01 .box.box02 {
        margin-bottom: 40px;

    }

    #index-wrap section.sec01 .box .partner h1::before {
        position: absolute;
        width: 50px;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 0;
        display: none;
    }

    #index-wrap section.sec01 .box .partner ul {
        display: flex;
        margin-top: 0px;

    }

    #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;
    }





}