:root {
    --mobile-container-padding-l: 15px;
    --mobile-container-padding-r: 15px;
}
@media (max-width: 1430px) {
   
    #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: 'Pretendard Variable', 'Pretendard', '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, .7);
        font-weight: 400;
    }
    #index-wrap section.section03 {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        height: 760px;
        overflow:hidden;
        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: 'Pretendard Variable', 'Pretendard', '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: 'Pretendard Variable', 'Pretendard', '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: 95%;
        margin:0 auto;
        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: #fff;
        font-size: 24px;
        font-family: 'Pretendard Variable', 'Pretendard', 'NotoSans', sans-serif;
        font-weight: 600;
        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: rgba(255,255,255,.7);
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
    }
    #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:'Pretendard Variable', 'Pretendard', '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: 75%;
        padding-left: 20px;
        transform: translate3d(0, 20px, 0);
        height: 100%;
    }
    
    #index-wrap section.section02 .section02_slider .slide:hover .caption {
    bottom: 40px;
    transform: translate3d(0, 0px, 0);
}
 
    #index-wrap section.section02 .section02_slider .slide:hover:before {
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(88, 66, 20, 0.7) 80%);
    bottom: -10%;
}


#index-wrap section.section02 .section02_slider .slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(3, 3, 3, 0.5) 75%);
    z-index: 2;
    bottom: -10%;
    left: 0;
}

    
    
    #index-wrap section.section02 .section02_slider .slide .caption h2 {
        font-size: 18px;
        color: #fff;
    }
    
    #index-wrap section.section02 .section02_slider .slide .caption h2::before 
{position: absolute;  content: "";width:3px;height:15px;background:#F4BB1B;left:10px;top:4px}
    
    #index-wrap section.section02 .section02_slider .slide .caption p {
        display: none;
    }
    #index-wrap section.section02 .section02_slider .slide:hover:not {
        transition: none;
    }
    
    
    /* 슬라이드2 */
    
 #index-wrap section.section02_2 {
        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 0px 20px;
    }
    
    #index-wrap section.section02_2 .title {
        position: relative;
        top: auto;
        max-width: 95%;
        margin:0 auto;
        right: auto;
        padding-left: 0;
        
    }
    #index-wrap section.section02_2 .slider-wrap {
        margin:40px auto 0px;
        right:auto;
        position: relative;
        top: auto;
        width: 95%;
        
    }
    #index-wrap section.section02_2 .section02_slider {
        width: 100%;
        position: relative;

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

    }
    #index-wrap section.section02_2 .section02_slider .slick-slide {
        margin: 0 10px;
    }
    #index-wrap section.section02_2 .title dl dt {
        color: #fff;
        font-size: 22px;
        font-family: 'Pretendard Variable', 'Pretendard', 'NotoSans', sans-serif;
        font-weight: 600;
        position: relative;
        display: inline-block;
        margin: 0;
    }
    #index-wrap section.section02_2 .title dl dt::before {
        position: absolute;
        width: 100%;
        height: 0px;
        background: #000;
        content: '';
        margin-top: 46px;
    }
    #index-wrap section.section02_2 .title dl dd {
        color: rgba(255,255,255,.7);
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
    }
    #index-wrap section.section02_2 .title .flex {
        display: block;
        margin-top: 20px;
    }
    #index-wrap section.section02_2 .title .flex .nbtn a {
        border: 2px #000 solid;
        padding: 0;
        height: auto;
        letter-spacing: 0;
        font-family:'Pretendard Variable', 'Pretendard', '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_2 .section02_slider .slide::before {
        bottom: 0;
        background: none;
    }
    #index-wrap section.section02_2 .section02_slider .slide .caption {
        top: 75%;
        padding-left: 20px;
        transform: translate3d(0, 20px, 0);
        height: 100%;
    }
    
    #index-wrap section.section02_2 .section02_slider .slide:hover .caption {
    bottom: 40px;
    transform: translate3d(0, 0px, 0);
}
 
      #index-wrap section.section02_2 .section02_slider .slide:hover:before {
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 45, 123, 0.7) 80%);
    bottom: -10%;
}


#index-wrap section.section02_2 .section02_slider .slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(3, 3, 3, 0.5) 75%);
    z-index: 2;
    bottom: -10%;
    left: 0;
}

    
    #index-wrap section.section02_2 .section02_slider .slide .caption h2 {
        font-size: 19px;
        color: #fff;
    }
    
    #index-wrap section.section02_2 .section02_slider .slide .caption h2::before 
{position: absolute;  content: "";width:3px;height:15px;background:#2586EF;left:10px;top:4px}
    
    #index-wrap section.section02_2 .section02_slider .slide .caption p {
        display: none;
    }
    #index-wrap section.section02_2 .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: #5495FF;
        font-weight: 600;
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 12px;
        font-family: 'Pretendard Variable', 'Pretendard', '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, 1);
        font-weight: 400;
    }
   
    #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: auto;
        overflow: hidden;
        background-position: 50% 0;
        justify-content: flex-start;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    /* 서브 상단 */
    
   .s_visual_wrap .slide {
    position: relative;
    height: 300px;
    top: 0;}
    
    
    #sub_visual {
        position: relative;
        height: auto;
        padding-top: 0px;
        margin: 15px auto;

    }
    #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: 'Pretendard Variable', 'Pretendard', 'NotoSans', sans-serif;
        padding: 0;
        margin-bottom: 10px;
    }

    /* 서브 상단 마감 */
    /* footer  */
    footer {
        padding: 30px 0;
        background: #111111;
        font-family: 'Pretendard Variable', 'Pretendard', '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: 'Pretendard Variable', 'Pretendard', '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;
        
    }

    footer address {
        margin-top: 20px;
        color: #9A9A9A;
        font-size: 14px;
        font-family: 'Pretendard Variable', 'Pretendard', '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: 14px;
        color: #bababa;
        font-family: 'Pretendard Variable', 'Pretendard', 'NotoSans', sans-serif;
        color: #9A9A9A;
        font-weight: 500;
    }
    /* footer end */

}
/* 모바일 */
@media(max-width:768px) {
    
    .s_visual_wrap .slide .content h1 {
     width:90%;
    margin: 0  auto 10px;    
    position: relative;
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;    
    font-family: 'Pretendard Variable', 'Pretendard','Montserrat', 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
    text-transform: uppercase
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'Pretendard Variable', 'Pretendard','Noto Sans KR', 'Malgun Gothic', 'Ubuntu', '�뗭�', dotum, sans-serif;
    margin-top: 20px;
}


    #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: 'Pretendard Variable', 'Pretendard', '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: 'Pretendard Variable', 'Pretendard', '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: 95%;
        margin: 40px auto 0px;
    }
    #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: #fff;
        font-size: 22px;
        font-family: 'Pretendard Variable', 'Pretendard', 'NotoSans', sans-serif;
        font-weight: 600;        
        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: rgba(255, 255, 255, .7);    
       font-size: 15px;
       line-height: 24px;
        font-weight: 400;

    }
    #index-wrap section.section02 .title .flex .nbtn a {
        border: 2px #000 solid;
        padding: 0;
        height: auto;
        letter-spacing: 0;
        font-family: 'Pretendard Variable', 'Pretendard', 'Noto Sans KR', '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: 'Pretendard Variable', 'Pretendard', 'Noto Sans KR', sans-serif;
        
    }

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

    #index-wrap section.section03 .title .btn_wrap {
        margin-top: 20px;
    }
    
    
   
    #index-wrap section.section02.news {
    /* background: #181819; */
    background-size: cover;
    position: relative;
    display: block;
    flex-direction: column;
    justify-content: center;
    height: 58vh;
    overflow: hidden;
    padding:20px 0px;        
}
#index-wrap section.section02.news .title {
    position: relative; margin: 10px auto 30px;max-width:none;
        
}

#index-wrap section.section02.news .title dl dt {
    color: #5495FF;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 10px;
    font-family:'Pretendard Variable', 'Pretendard', 'Noto Sans KR', sans-serif;
}
#index-wrap section.section02.news .title dl dt::before {
    display: none;
}

#index-wrap section.section02.news .title dl dd {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

#index-wrap section.section02.news .title .btn_wrap {
    display: none;
    position: absolute;
    top:30px;
    right:5%;
    margin-top: 0px;
    transform: translateY(-15%);
    opacity: 0;
    transition: 1s;
    transition-delay: .7s;
}

#index-wrap section.section02.news .title .btn_wrap a {
    color: rgba(255, 255, 255, 1);
    font-family: 'Pretendard Variable', 'Pretendard', 'Noto Sans KR', sans-serif;
    font-size: 16px;
    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: 50px;
    height: 50px;
    color:#fff;line-height: 45px;text-align: center;
    background: rgba(255,255,255, .1);
    content: '→';
    margin-left: 20px;
    margin-top: -15px;
    transition: 0.4s;
    border-radius:50%;
}

#index-wrap section.section02.news .title .btn_wrap a:hover {
    text-decoration: none;

}

#index-wrap section.section02.news .title .btn_wrap a:hover::after {
    margin-left: 30px;
}

#index-wrap section.section02.news .slider-wrap {    
    margin:40px auto;
    position: absolute;
    width:100%;
    left:0px;
    top: 15%;
    opacity: 0;
    transition: 1s;
    transition-delay: 0s;
}

#index-wrap section.section02.news .section03_slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: auto;
}

#index-wrap section.section02.news .section03_slider .box {
    margin: 0px 10px;
    position: relative;

}

#index-wrap section.section02.news .section03_slider .box a {
    background: #2d3035;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 0px;
    display: block;
    border-radius:0px;
}



#index-wrap section.section02.news .section03_slider .box:focus a,
#index-wrap section.section02.news .section03_slider .box:hover a {
    outline: none;
    text-decoration: none;
}
    #index-wrap section.section02.news .section03_slider .box a .note{
    margin: 0 auto;padding:15px;
    
}

#index-wrap section.section02.news .section03_slider .box a .note,
#index-wrap section.section02.news .section03_slider .box a .note .content,
#index-wrap section.section02.news .section03_slider .box a .note p {
    color: #ccc;
}

#index-wrap section.section02.news .section03_slider .box a,
#index-wrap section.section02.news .section03_slider .box a:focus,
#index-wrap section.section02.news .section03_slider .box a:hover {
    outline: none !important;
}
#index-wrap section.section02.news .section03_slider .box a .note p {
    font-family: 'Pretendard Variable', 'Pretendard','NotoSans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    transition: 0.4s;
    height:35px;
}
 #index-wrap section.section02.news .section03_slider .box .thum {

margin:0px auto 0px;width:100%;height:auto;overflow:hidden;text-align: center;

     
}
 #index-wrap section.section02.news .section03_slider .box .thum img {

     
}

#index-wrap section.section02.news .section03_slider .box a .note .content {
    margin-top: 10px;
    transition: 0.4s;

}



#index-wrap section.section02.news .section03_slider .box a .note .data-more span.data {
    font-size: 14px;
    font-family: 'Pretendard Variable', 'Pretendard','NotoSans', sans-serif;
    font-style: italic;
    color: rgba(255, 255, 255, .3);
    transition: 0.4s;
}
#index-wrap section.section02.news .section03_slider .box a .note .data-more span.data::before {
    position: absolute;
    width: 32px;
    height: 0px;
    background: rgba(255, 255, 255, .2);
    content: '';
    bottom: 40px;
    margin-top: 26px;
}
#index-wrap section.section02.news .section03_slider .box a .note .data-more i {
    color: rgba(255, 255, 255, .3);
    position: absolute;
    right: 20px;
    top: 0;
    transition: 0.4s;
}
#index-wrap section.section02.news .section03_slider .box a:hover .note .data-more i {
    margin-right: 12px;
}
#index-wrap section.section02.news .section03_slider .box a:hover .content,
#index-wrap section.section02.news .section03_slider .box a:hover .note .data-more i,
#index-wrap section.section02.news .section03_slider .box a:hover .note .data-more span {
    color: #fff;
}

#index-wrap section.section02.news .pager_wrap {
    position: absolute;
    bottom: 6%;
    margin-left: 634px;
    display: flex;
}

#index-wrap section.section02.news .pager_wrap i {
    color: rgba(255, 255, 255, .4);
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2em;

}

#index-wrap section.section02.news .pager_wrap i:hover {
    background: #282829;
}

#index-wrap section.section02.news .pager_wrap .prev {
    margin-right: 6px;
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    #index-wrap section.section03 {
        height: auto;
        overflow: hidden;
        background-position: 50% 0;
        justify-content: flex-start;
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    #sub_visual .page-header h1 {
        font-size: 24px;
        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 0px;
    }
    
    footer .flex {display: inline-block}
    
    #index-wrap section.section04 {    
        position: relative;
        width: 100%;
        height: 100%;
        background:#f9f9f9;
}

#index-wrap section.section04 .title_02
{position: relative; font-size:24px;font-weight:700;color:#000;padding:30px 0px 20px;text-align: center}

#index-wrap section.section04 .box_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 95%;
        max-width:none;
        margin: 0 auto;
        padding: 20px 0px 50px;
         transform: translateY(5%);
         opacity: 0;
         transition: 1s;
         transition-delay: .4s;
    
}

#index-wrap section.section04 .box_wrap .box {
        width:48%;
        margin:1%;
        height:auto;
        text-align: center;       

}
#index-wrap section.section04 .box_wrap .box img 
{width:100%; box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);border-radius:10px;}
    
.title_01 {position: relative; font-size:24px;font-weight:700;color:#efefef;padding-top:70px; text-align: center; background: rgba(15, 23, 37, 1)}
 
   .popup-content {
    margin: 100px auto;
    background: #fff;
    width: 85%;
    position: relative;
    transition: all 5s ease-in-out;
    padding-bottom: 10px;
    
  }   
    
    
}
