:root {
    --mobile-container-padding-l: 15px;
    --mobile-container-padding-r: 15px;
}
@media (max-width: 1430px) {
    #index-wrap section.section02 {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 62vh;
        overflow: hidden;
    }
    #index-wrap section.section02.news {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 52vh;
        overflow: hidden;
    }
    #index-wrap section.section02 .title,
    #index-wrap section.section02.news .title {
        position: absolute;
        top: 20%;
        max-width: 480px;
        left: 0;
        padding-left: 15px;
    }
    #index-wrap section.section02 .slider-wrap,
    #index-wrap section.section02.news .slider-wrap {
        margin-left: 0;
        position: absolute;
        top: 20%;
        width: 100%;
    }
    #index-wrap section.section02 .section02_slider,
    #index-wrap section.section02.news .section03_slider {
        width: 100%;
        position: relative;

    }
    #index-wrap section.section02 .title dl dt {
        color: #000;
        font-size: 18px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 700;
        position: relative;
        display: inline-block;
        margin: 0;
    }
    #index-wrap section.section02 .title dl dt::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 46px;
    }
    #index-wrap section.section02 .title dl dd {
        color: #000;
        font-weight: 900;
        font-size: 24px;
        line-height: 36px;
        margin: 0;
    }
    #index-wrap section.section02.news .title dl dt,
    #index-wrap section.section03 .title dl dt {
        color: #fff;
        font-weight: 600;
        line-height: 70px;
        font-size: 42px;
        margin-bottom: 16px;
        font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    }

    #index-wrap section.section02.news .title dl dd,
    #index-wrap section.section03 .title dl dd {
        font-size: 19px;
        line-height: 30px;
        color: rgba(255, 255, 255, .5);
        font-weight: 400;
    }
    #index-wrap section.section03 {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        height: 420px;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
    }
    #index-wrap section.section03 .container {
        margin: 0;
    }

}
@media(max-width:1100px) {
    #header .top_wrap .right {
        display: none;
    }
    #header .top_wrap .logo {
        width: 20%;
    }
    #header .top_wrap .nav {
        width: 80%;
    }
    .header .gnb li {
        float: left;
        width: 140px;
        text-align: center;
        transition: 0.4s;

    }
    .header .gnb .depth1 > a {
        display: block;
        height: 57px;
        padding: 40px 0 0;
        font-size: 17px;
        font-weight: 500;
        line-height: 1em;

    }
}

@media(max-width:991px) {
    /* 테블릿 */
    #header {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 60px;
        transition: 0.5s height, 0.2s background;

    }
    #header .top_wrap {
        display: block;
    }
    #header .top_wrap .nav {
        display: none;
    }
    #header .top_wrap .logo {
        width: auto;
    }
    .header h1 {
        padding-top: 20px;
        padding-left: 20px;
    }
    /* index */

    #index-wrap section.section01 {
        position: relative;
        height: auto;
    }
    #index-wrap section.section01 .flex {
        display: flex;
        position: relative;
        flex-direction: column;

    }
    #index-wrap section.section01 .flex .company,
    #index-wrap section.section01 .flex .product {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        min-height: 500px;
        max-height: 500px;

    }

    #index-wrap section.section01 .flex .box .title {
        padding-left: 40px;
        padding-top: 70px;
        z-index: 9;
        position: relative;

    }

    #index-wrap section.section01 .flex .box .title h4 {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 12px;
        font-family: 'Poppins', 'NotoSans', sans-serif !important;
    }

    #index-wrap section.section01 .flex .box .title dl dt {
        color: #fff;
        font-weight: 500;
        line-height: 42px;
        font-size: 32px;
        margin-bottom: 16px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
    }

    #index-wrap section.section01 .flex .box .title dl dd {
        color: rgba(255, 255, 255, .8);
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    #index-wrap section.section01 .flex .box .overay {
        display: none;
    }
    #index-wrap section.section01 .flex .box .btn-wrap {
        margin-top: 30px;
        position: relative;
    }
    #index-wrap section.section01 .flex .box .btn-wrap a {
        border: 1px #fff solid;
        background: #fff;
        color: #000;
        width: 160px;
        height: 48px;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #index-wrap section.section02 {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        display: block;
        height: auto;
        overflow: hidden;
        padding: 60px 20px;
    }
    #index-wrap section.section02 .title {
        position: relative;
        top: auto;
        max-width: 100%;
        left: auto;
        padding-left: 0;
    }
    #index-wrap section.section02 .slider-wrap {
        margin-left: 0;
        position: relative;
        top: auto;
        width: 100%;
        margin-top: 70px;
    }
    #index-wrap section.section02 .section02_slider {
        width: 100%;
        position: relative;

    }
    #index-wrap section.section02 .section02_slider .slide {
        box-shadow: none;
    }
    #index-wrap section.section02 .section02_slider .slick-list {
        margin: 0 -10px;
        padding: 0 0 0 0 !important;

    }
    #index-wrap section.section02 .section02_slider .slick-slide {
        margin: 0 10px;
    }
    #index-wrap section.section02 .title dl dt {
        color: #000;
        font-size: 18px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 700;
        position: relative;
        display: inline-block;
        margin: 0;
    }
    #index-wrap section.section02 .title dl dt::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 46px;
    }
    #index-wrap section.section02 .title dl dd {
        color: #000;
        font-weight: 900;
        font-size: 24px;
        line-height: 36px;
    }
    #index-wrap section.section02 .title .flex {
        display: block;
        margin-top: 20px;
    }
    #index-wrap section.section02 .title .flex .nbtn a {
        border: 2px #000 solid;
        padding: 0;
        height: auto;
        letter-spacing: 0;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        color: #000;
        width: 160px;
        height: 48px;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #index-wrap section.section02 .section02_slider .slide::before {
        bottom: 0;
        background: none;
    }
    #index-wrap section.section02 .section02_slider .slide .caption {
        top: 80%;
        padding-left: 20px;
        transform: translate3d(0, 0, 0);
        height: 100%;
    }
    #index-wrap section.section02 .section02_slider .slide .caption h2 {
        font-size: 19px;
        color: #fff;
    }
    #index-wrap section.section02 .section02_slider .slide .caption p {
        display: none;
    }
    #index-wrap section.section02 .section02_slider .slide:hover:not {
        transition: none;
    }
    /* 뉴스 */
    #index-wrap section.section02.news {
        background-size: cover;
        height: auto;
        display: block;
        overflow: hidden;
        height: auto;
    }
    #index-wrap section.section02.news .title {
        position: relative;
        top: auto;
        max-width: 100%;
        left: auto;
        padding-left: 0;
    }
    #index-wrap section.section02.news .slider-wrap {
        margin-left: 0;
        position: relative;
        top: auto;
        width: 100%;
        margin-top: 30px;
    }
    #index-wrap section.section02.news .section03_slider {
        width: 100%;
        position: relative;
        height: auto;

    }
    #index-wrap section.section02.news .pager_wrap {
        display: none !important;
    }
    #index-wrap section.section02.news .title dl dt,
    #index-wrap section.section03 .title dl dt {
        color: #fff;
        font-weight: 600;
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 12px;
        font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    }

    #index-wrap section.section02.news .title dl dd,
    #index-wrap section.section03 .title dl dd {
        font-size: 15px;
        line-height: 24px;
        color: rgba(255, 255, 255, .5);
        font-weight: 400;
    }
    #index-wrap section.section02.news .title .btn_wrap,
    #index-wrap section.section03 .title .btn_wrap {
        margin-top: 20px;
    }
    #index-wrap section.section02.news .title .btn_wrap a {
        color: #5f5f5f;
        font-family: 'Poppins', 'Noto Sans KR', sans-serif;
        font-size: 13px;
        font-weight: 600;
        display: block;
        position: relative;
        padding-top: 6px;
        padding-bottom: 6px;

    }

    #index-wrap section.section02.news .title .btn_wrap a::after {
        position: absolute;
        width: 20px;
        height: 1px;
        background: #5f5f5f;
        content: '';
        margin-left: 20px;
        margin-top: 10px;
        transition: 0.4s;
    }

    #index-wrap section.section03 .title .btn_wrap a {
        color: rgba(255, 255, 255, .5);
        font-size: 13px;
    }
    #index-wrap section.section03 .title .btn_wrap a::after {
        background: rgba(255, 255, 255, .5);
        width: 20px;
        margin-top: 10px;
    }
    #index-wrap section.section02.news .section03_slider .box a {
        min-height: auto;
        padding: 30px;
    }
    #index-wrap section.section02.news .section03_slider .box a .note .content {
        margin-top: 12px;
        transition: 0.4s;
        /* min-height: 100px;
     position: relative;
     display:inline-block;
     overflow: hidden; */
    }
    #index-wrap section.section02.news .section03_slider .box a .note .data-more {
        position: relative;
        bottom: auto;
        display: flex;
        width: 100%;
        margin-top: 40px;

    }
    #index-wrap section.section02.news .section03_slider .box a .note .data-more span.data::before {
        margin-top: 0;
        bottom: 30px;
    }
    #index-wrap section.section02.news .section03_slider .slick-list {
        margin: 0;
        padding: 0 0 0 0 !important;

    }
    #index-wrap section.section02.news .section03_slider .slick-slide {
        margin: 0;
    }
    #index-wrap section.section03 {
        height: 320px;
        background-position: 50% 0;
        justify-content: flex-start;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    /* 서브 상단 */
    #sub_visual {
        position: relative;
        height: auto;
        padding-top: 100px;

    }
    #sub_visual .s_visual_image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #sub_visual .page-header {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        overflow: hidden;

    }

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

    #sub_visual .page-header h1 {
        font-size: 32px;
        font-weight: 900;
        color: #000;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        padding: 0;
        margin-bottom: 10px;
    }

    /* 서브 상단 마감 */
    /* footer  */
    footer {
        padding: 30px 0;
        background: #111111;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        color: #484848;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }

    footer ul.nav2 {
        display: flex;
    }

    footer ul.nav2 li a {
        display: block;
        padding: 12px 20px;
        font-size: 13px;
        font-weight: 600;
        color: #bababa;
        font-family: 'Poppins', 'NotoSans', sans-serif;
    }

    footer ul.nav2 li:first-child a {
        padding-left: 0;
    }

    footer ul.nav2 li a:hover {
        text-decoration: none;
    }

    footer ul.nav2 li::before {
        position: absolute;
        width: 1px;
        height: 12px;
        background: #292929;
        content: '';
        margin-top: 18px;
    }

    ul.footer ul.nav2 li:first-child:before {
        display: none;
    }

    footer .flex .right {
        margin-left: auto;
        display: none;
    }

    footer address {
        margin-top: 20px;
        color: #484848;
        font-size: 13px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-style: normal;
        font-weight: 500;
    }

    footer address ul.info {
        display: flex;
        margin-bottom: 12px;
    }

    footer address ul.info li:first-child {
        padding-left: 0;
    }

    footer address ul.info li {
        display: block;
        padding: 0 12px;
        font-size: 13px;
        color: #bababa;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        color: #484848;
        font-weight: 500;
    }
    /* footer end */

}
/* 모바일 */
@media(max-width:768px) {

    #index-wrap section.section01 .flex .box .title {
        padding-left: 20px;
        padding-top: 90px;
        z-index: 9;
        position: relative;

    }

    #index-wrap section.section01 .flex .box .title h4 {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 8px;
        font-family: 'Poppins', 'NotoSans', sans-serif !important;
    }

    #index-wrap section.section01 .flex .box .title dl dt {
        color: #fff;
        font-weight: 500;
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 14px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
    }
    #index-wrap section.section01 .flex .box .title dl dt br {
        display: none;
    }

    #index-wrap section.section01 .flex .box .title dl dd {
        color: rgba(255, 255, 255, .8);
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        display: none;
    }
    #index-wrap section.section02 {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        display: block;
        height: auto;
        overflow: hidden;
        padding: 60px 0 20px;
    }
    #index-wrap section.section02 .slider-wrap {
        margin-left: 0;
        position: relative;
        top: auto;
        width: 100%;
        margin-top: 40px;
    }
    #index-wrap section.section02 .section02_slider .slick-list {
        margin: 0;
        padding: 0 0 0 0 !important;

    }
    #index-wrap section.section02 .section02_slider .slick-slide {
        margin: 0;
    }
    #index-wrap section.section02 .title dl dt {
        color: #000;
        line-height: 32px;
        font-size: 22px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 700;
        position: relative;
        display: inline-block;
        margin-bottom: 12px;
    }
    #index-wrap section.section02 .title dl dt::before {
        display: none;
    }
    #index-wrap section.section02 .title dl dd {
        color: #000;
        font-weight: 900;
        font-size: 13px;
        line-height: 20px;

    }
    #index-wrap section.section02 .title .flex .nbtn a {
        border: 2px #000 solid;
        padding: 0;
        height: auto;
        letter-spacing: 0;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        color: #000;
        width: 120px;
        height: 42px;
        font-weight: 600;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #index-wrap section.section03 .title dl dt {
        color: #fff;
        font-weight: 600;
        line-height: 32px;
        font-size: 22px;
        margin-bottom: 12px;
        font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    }

    #index-wrap section.section03 .title dl dd {
        font-size: 13px;
        line-height: 20px;
        color: rgba(255, 255, 255, .5);
        font-weight: 400;
    }

    #index-wrap section.section03 .title .btn_wrap {
        margin-top: 20px;
    }
    #index-wrap section.section02.news {
        padding-bottom: 50px;
        padding-top: 50px;
        background: #fff !important;
    }
    #index-wrap section.section02.news .btn_wrap {
        position: absolute;
        right: 42px;
        top: -15px;
    }

    #index-wrap section.section02.news .title {
        border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    }
    #index-wrap section.section02.news .title dl dt {
        margin-bottom: 0;
        color: #000;
    }
    #index-wrap section.section02.news .title dl dd {
        display: none;
    }
    #index-wrap section.section02.news .slider-wrap {

        margin-top: 10px;
    }
    #index-wrap section.section02.news .section03_slider .box a {
        min-height: auto;
        padding: 0;
        background: transparent;
    }

    #index-wrap section.section02.news .section03_slider .box a .note p {
        display: none;
    }
    #index-wrap section.section02.news .section03_slider .box a .note .data-more {
        position: relative;
        bottom: auto;
        display: flex;
        width: 100%;
        margin-top: 10px;

    }
    #index-wrap section.section02.news .section03_slider .box a .note .content {
        margin-top: 12px;
        transition: 0.4s;
        color: #000;
        font-size: 16px;
    }

    #index-wrap section.section02.news .section03_slider .box a .note .data-more span.data::before {
        display: none;
    }
    #index-wrap section.section02.news .section03_slider .box a .note .data-more i {
        display: none;
    }
    #index-wrap section.section02.news .section03_slider .box a .note .data-more span.data {
        color: #000;
    }
    #index-wrap section.section03 {
        height: 340px;
        background-position: 50% 0;
        justify-content: flex-start;
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    #sub_visual .page-header h1 {
        font-size: 26px;
        font-weight: 900;
       
        margin-bottom: 6px;
    }

    footer {
        padding-left: 0;
        padding-right: 0;

    }
    footer address ul.info {
        display: inline-block;
        margin-bottom: 20px;
        margin-bottom: 8px;
    }
    footer address ul.info li {
        display: inline;
        padding: 0 6px;
    }

}
