@media all and (min-width:760px) and (max-width:1199px){

    /* 공통영역 */
    #wrap{
        width:100%;
        overflow: hidden;
    }
    
    header,section,footer{
        width: 100%;
        float: left;
        position: relative;
    }
    
    .inner{
        width: 80%;
        margin: 0 auto;
        /* background-color: lightcoral; */
    }
    
    html{
        font-size: 20px;
    }
    
    @font-face {
        font-family: 'Pretendard-Regular';
        src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    
   /* header */
   header{
    height: 100px;
    z-index: 99;
    background-color: #fff;
    position: fixed;
    font-family: 'Pretendard-Regular';
}

#in_header{
    width: 95%;
    height: 100%;
    /* background-color: blueviolet; */
    margin: 0 auto;
}

/* logo */
#logo{
    width: 130px;
    float: left;
    position: relative;
    top: 25px;
    z-index: 99;
}

#logo img{
    width: 100%;
}

/* lang */
.lang{
    width: 80px;
    height: 100%;
    /* background-color: skyblue; */
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    position: absolute;
    top: -6px;
    right: 3%;
}

.drop_down{
    width: 100%;
    height: 25px;
    /* background-color: aquamarine; */
    margin-top: 58%;
    cursor: pointer;
}

.drop_title{
    position: relative;
    display: none;
}

.tab_lang_icon{
    width: 30px;
    height: 30px;
    /* background-color: lavender; */
}

.tab_lang_icon span{
    display: block;
}

.tab_lang_icon span img{
    width: 100%;
}

.drop_sub{
    width: 100%;
    height: 78px;
    background-color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    z-index: 99;
    font-size: 13px;
    margin-top: 15px;
    margin-left: -21px;
}

.drop_sub li{
    width: 100%;
    height: 50%;
    line-height: 36px;
}

.drop_sub li a{
    color: #666;
    padding: 10px 13px;
}

.kor{
    background-color: #f0f0f0;
}

/* pc_menu_wrap */
#menu_wrap{
    display: none;
}

/* tab/mo menu_wrap */
/* .tab_menu_wrap{
    width: 30px;
    height: 30px;
    float: right;
    position: absolute;
    top: 50%;
    right: 2.5%;
    margin-top: -5px;
    cursor: pointer;
} */

.menu_btn{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 2.5%;
    margin-top: -5px;
    cursor: pointer;
}

.menu_btn span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #111;
    margin-bottom: 5px;
}

.tab_ul_wrap{
    width: 100%;
    height: 175px;
    background-color: #fff;
    border-bottom: 1px solid #a5a5a5;
    margin: 0 auto;
    float: right;
    margin-top: 45px;
    font-weight: 600;
    position: relative;
    display: none;
    text-align: center;
}

.tab_ul{
    width: 87%;
    height: 73%;
    margin: -5px auto;
    float: right;
}

.tab_sub{
    font-size: 20px;
    width: 19%;
    /* height: 200px; */
    float: right;
    line-height: 50px;
}

.tab_solution{
    font-size: 16px;
    /* margin-left: 25px; */
    font-weight: 500;
}

.tab_solution a{
    color: #666;
}

.tab_li{
    line-height: 32px;
}

    /* section_1 */
    #sec01{
        width: 100%;
        float: left;
        /* height: 95vh; */
        height: 530px;
        top: 80px;
    }
    
    .sec01_inner{
        width: 95%;
        margin: 0 auto;
         height: 530px;
        /* background-color: #bc1e21; */
    }
    
    #slide_wrap{
        width: 100%;
        /* height: 95vh; */
        height: 530px;
        position: relative;
        overflow: hidden;
        font-family: 'Pretendard-Regular';
    }
    
    #slide{
        width: 100%;
        height: 100%;
    }
    
    #slide img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #slide_wrap h1{
        font-size: 2.2rem;
        line-height: 56px;
        color: #fff;
        position: absolute;
        top: 21%;
        left: 13%;
        width: 770px;
        font-weight: 500;
    }
    
    .active_sub p{
        position: absolute;
        top: 50%;
        left: 13%;
        color: #fff;
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        width: 550px;
    }
    
    .active_sub span{
        font-weight: 700;
    }
    
    .active_sub:nth-child(2){
        display: none;
    }
    
    .active_sub:nth-child(3){
        display: none;
    }
    
    /* swp_ctrl_wrap */
    .swp_ctrl_wrap{
        position: absolute;
        width: 60%;
        left: 13%;
        bottom: 338px;
        z-index: 1;
        /* background-color: lightgoldenrodyellow; */
        display: none;
    }
    
    /* section_2 */
    #sec02{
        height: 580px;
        background: url(../img/main_bg.jpg) no-repeat bottom/cover;
        background-attachment: fixed;
        font-family: 'Pretendard-Regular';
    }

    #sec02 .inner{
        width: 100%;
        margin-top: 80px;
    }
    
    .sec02_left_con{
        width: 30%;
        height: 550px;
        float: left;
        margin-left: 10%;
        margin-right: 4.4%;
    }
    
    .sec02_main_txt{
        font-size: 35px;
        line-height: 41px;
        font-weight: 400;
        color: #222;
    }
    
    .sec02_main_txt span{
        font-weight: 600;
    }
    
    .sec02_right_con{
       width: 46%;
        float: left;
        margin-top: 85px;
    }
    
    .sec02_right_con img{
        width: 100%;
    }
    
    .sec02_sub_txt{
        font-size: 25px;
        font-weight: 600;
        color: #222;
        margin-top: 40px;
    }
    
    .sec02_btn_wrap{
        margin-top: 50px;
    }
    
    .sec02_btn_wrap a{
        display: inline-block;
        padding: 0 40px;
        line-height: 50px;
        border: 1px solid #aaa;
        transition: all 0.3s;
    }
    
    .sec02_btn_wrap span{
        font-size: 20px;
        color: #000;
        font-weight: 500;
        position: relative;
    }
    
    .sec02_btn_wrap span::after{
        display: block;
        content: '';
        position: absolute;
        top: 7px;
        right: -20px;
        width: 8px;
        height: 8px;
        border: 1px solid #333;
        border-width: 0px 1px 1px 0px;
        transform: rotate(-45deg);
    }
    

 
    /* section_3 */
    #sec03{
        /* height: 90vh; */
        background: url(../img/main_bg.jpg) no-repeat bottom/cover;
        font-family: 'Pretendard-Regular';
        background-attachment: fixed;
    }
    
    .sec03_left_con{
        width: 50%;
        height: 200px;
        margin-top: 50px;
    }

    .sec03_main_txt p{
        font-size: 36px;
        margin-bottom: 18px;
    }

    .sec03_main_txt span{
        font-weight: 600;
    }

    .sec03_sub01{
        font-weight: 600;
        margin-bottom: 18px;
        width: 600px;
    }

    .sec03_sub02{
        font-size: 18px;
        color: #b2b2b2;
        line-height: 25px;
         font-weight: 400;
         width: 600px;
    }

    .sec03_con_wrap{
        width: 100%;
        height: 500px;
        margin-top: 70px;
        /* background-color: antiquewhite; */
    }
    
    .sec03_con01{
        background: url(../img/sec03_con1.jpg) no-repeat center/cover;
    }
    
    .sec03_con02{
        background: url(../img/sec03_con2.jpg) no-repeat right/cover;
    }
    
    .sec03_con03{
        background: url(../img/sec03_con3.jpg) no-repeat center/cover;
    }
    
    .sec03_con{
        width: 100%;
        height: 30%;
        margin-bottom: 2%;
        position: relative;
        transition: all 1s;
    }
    
    .sec03_con::after{
        display: none;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        transition: all 1s;
    }
    
    .sec03_con::before{
        display: none;
        content: '';
        width: 100%;
        height: 60%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        transition: all 1s;
    }
    
    .sec03_con03{
        margin-right: 0;
    }
    
    .sec03_con_txt_wrap{
        /* background-color: lightblue; */
        height: 100%;
        padding-top: 1px;
        padding-left: 5%;
        position: relative;
    }
    
    .solution_icon{
        width: 40px;
        height: 40px;
        display: none;
    }
    
    .solution_icon img{
        width: 100%;
    }
    
    .sec03_con_subtxt{
        color: #fff;
        font-size: 16px;
        margin-top: 34px;
        opacity: 0.9;
    }
    
    .realmail{
        color: #fff;
        font-size: 29px;
        font-weight: 700;
        margin-top: 15px;
        letter-spacing: 0.05cm;
    }
    
    .sec03_hidden_txt{
        color: #e5e5e5;
        font-size: 15px;
        font-weight: 100;
        letter-spacing: 0.01cm;
        display: none;
    }
    
    .sec03_more_txt{
        color: #fff;
        font-size: 16px;
        margin: 20px 0;
        letter-spacing: 0.02cm;
        opacity: 0.9;
        display: none;
    }
    
    .sec03_con span{
        position: absolute;
        opacity: 0.8;
        right: 5%;
        top: 50%;
    }
    
    /* hover event */
    /* .sec03_con:hover::after{
        display: none;
        transition: 1s;
    }
    
    .sec03_con:hover::before{
        display: block;
        transition: 1s;
    }
    
    .sec03_con:hover .solution_icon{
        display: none;
        transition: 1s;
    }
    
    .sec03_con:hover .sec03_con_subtxt{
        transform: translateY(-30px);
    }
    
    .sec03_con:hover .realmail{
        transform: translateY(-30px);
    }
    
    .sec03_con:hover .sec03_hidden_txt{
        display: block;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    
    .sec03_con:hover .sec03_more_txt{
        display: none;
    } */
    
    /* .sec03_con:hover span img{
        transform: translateX(210px);
    } */
    
    /* .sec03_con03:hover .sec03_hidden_txt{
        margin-bottom: 70px;
    }
    
    .sec03_con a:hover{
        transition: 2s;
    } */
    
    /* section_4 */
    #sec04{
        height: 800px;
        background: url(../img/main_bg.jpg) no-repeat bottom/cover;
        font-family: 'Pretendard-Regular';
        background-attachment: fixed;
    }

   .sec05_more_btn{
    display: none;
   }

    #sec04 .main_txt_wrap{
        width: 50%;
        height: 200px;
        margin-top: 110px;
    }

    #sec04 .main_txt_wrap h3{
        font-size: 36px;
        font-weight: 400;
        margin-bottom: 18px;
    }

    #sec04 .main_txt_wrap span{
        font-weight: 600;
    }

    .sec04_sub01{
        font-weight: 600;
        margin-bottom: 18px;
    }

    .sec04_sub02{
        font-size: 18px;
        color: #b2b2b2;
        line-height: 25px;
        width: 600px;
    }

    .sec04_con_wrap{
        width: 100%;
        height: 580px;
        margin-top: 70px;
        /* background-color: lightblue; */
    }
    
    .sec04_con{
        width: 100%;
        height: 15%;
        padding: 30px 0 20px 0;
        /* background-color: antiquewhite; */
        position: relative;
        border-bottom: 1px solid #a5a5a5;
    }

    .sec04_txt_wrap{
        position: absolute;
        top: 18%;
        left: 0%;
    }
    
    .sec04_con_tit{
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #222;
    }
    
    .sec04_date{
        color: #a5a5a5;
        font-size: 16px;
        margin-top: 65px;
    }
    
    .sec04_big_more{
        width: 50px;
        height: 50px;
        /* background-color: lightgoldenrodyellow; */
        float: right;
        margin-top: -5%;
    }

    .sec04_big_more img{
        width: 100%;
    }

    .hidden_big_more{
        display: none;
    }
    
    .more_btn{
        position: absolute;
        top: 114px;
        right: 10%;
    }
    
    .more_btn a{
        display: inline-block;
        border: 1px solid #a5a5a5;
        padding: 0 50px;
        line-height: 56px;
    }
    
    .more_btn span{
        font-size: 1rem;
        position: relative;
        margin-left: -23px;
    }
    
    .more_btn span::after{
        display: block;
        content: '';
        width: 16px;
        height: 2px;
        position: absolute;
        top: 10px;
        left: 68px;
        background-color: #444;
    }
    
    .more_btn span::before{
        display: block;
        content: '';
        width: 16px;
        height: 2px;
        position: absolute;
        top: 10px;
        left: 68px;
        background-color: #444;
        transform: rotate(90deg);
    }
    

    /* section5 */
    #sec05{
        height: 770px;
        background: url(../img/main_bg.jpg) no-repeat bottom/cover;
        font-family: 'Pretendard-Regular';
        background-attachment: fixed;
    }

    .sec05_pc_show{
        display: none;
    }

    .pc_sec05{
        display: none;
    }

    #sec05 .main_txt_wrap{
        margin-top: 100px;
    }

    #sec05 .main_txt_wrap h3{
        font-size: 36px;
        margin-bottom: 18px;
    }

    #sec05 .main_txt_wrap p{
        color: #b2b2b2;
        font-size: 18px;
    }

    .sec05_con_wrap{
        width: 100%;
        height: 580px;
        margin: 80px auto 0 auto;
    }
    
    .sec05_con{
        width: 100%;
        height: 120px;
        margin-bottom: 15px;
        background-color: #fff;
        position: relative;
        box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 10%);
    }
    
    .sec05_txt_wrap{
        position: absolute;
        top: 18%;
        left: 2.5%;
    }
    
    .sec05_con_tit{
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-left: 15px;
        margin-right: 50px;
        color: #222;
        line-height: 26px;
    }
    
    .sec05_date{
        color: #a5a5a5;
        font-size: 16px;
        margin-left: 15px;
        font-size: 16px;
    }
    
    .more_btn{
        position: absolute;
        top: 114px;
        right: 10%;
    }
    
    .more_btn a{
        display: inline-block;
        border: 1px solid #a5a5a5;
        padding: 0 50px;
        line-height: 56px;
    }
    
    .more_btn span{
        font-size: 1rem;
        position: relative;
        margin-left: -23px;
    }
    
    .more_btn span::after{
        display: block;
        content: '';
        width: 16px;
        height: 2px;
        position: absolute;
        top: 10px;
        left: 68px;
        background-color: #444;
    }
    
    .more_btn span::before{
        display: block;
        content: '';
        width: 16px;
        height: 2px;
        position: absolute;
        top: 10px;
        left: 68px;
        background-color: #444;
        transform: rotate(90deg);
    }

    .sec05_more_btn{
        position: absolute;
        bottom: 10%;
        left: 6%;
        background-color: #f5f6f8;
    }
    
    .sec05_more_btn a{
        display: inline-block;
        border: 1px solid lightgray;
        padding: 0 200px;
        line-height: 40px;
    }
    
    .sec05_more_btn span{
        font-size: 16px;
        position: relative;
        margin-left: -23px;
    }
    
    .sec05_more_btn span::after{
        display: block;
        content: '';
        width: 14px;
        height: 2px;
        position: absolute;
        top: 8px;
        left: 59px;
        background-color: #444;
    }
    
    .sec05_more_btn span::before{
        display: block;
        content: '';
        width: 14px;
        height: 2px;
        position: absolute;
        top: 8px;
        left: 59px;
        background-color: #444;
        transform: rotate(90deg);
    }





    /* section_6 */
    #sec06{
        height: 340px;
        background: url(../img/main_bg.jpg) no-repeat bottom/cover;
        font-family: 'Pretendard-Regular';
        background-attachment: fixed;
    }

    #sec06 .main_txt_wrap{
        margin-top: 100px;
    }

    #sec06 .main_txt_wrap h3{
        font-size: 36px;
        margin-bottom: 18px;
    }

    #sec06 .main_txt_wrap p{
        font-size: 18px;
        color: #b2b2b2;
    }

    .pc_sec06{
        display: none;
    }
    
    .bxslider{
        margin-top: 20px;
    }
    
    .sec06_con_wrap{
        width: 100%;
        height: 500px;
        /* background-color: lavender; */
        margin-top: 100px;
    }
    
    .sec06_con_wrap li{
        width: 13%;
        height: 50px;
        /* background-color: lightseagreen;  */
        float: left;
        margin: 0% 3.5%;
        margin-bottom: 8%;
    }
    
    .sec06_con_wrap li img{
        width: 100%;
    }

    .bxslider li{
        width: 100px;
        height: 100px;
    }
    
    .bxslider li img{
        width: 100%;
    }

    
    /* footer */
    footer{
        height: 380px;
        background-color: #f5f6f8;
        font-family: 'Pretendard-Regular';
        box-sizing: border-box;
    }
    
    #in_footer{
        width: 900px;
        height: 100%;
        /* background-color: lightsalmon; */
        margin: 0 auto;
        position: relative;
        padding-left: 50px;
    }
    
    #f_logo{
        width: 100px;
        margin-top: 30px;
    }
    
    #f_logo img{
        width: 100%;
    }
    
    .f_logo_txt{
        color: #444444;
        font-size: 15px;
        margin-top: 30px;
    }
    
    .address_wrap{
        width: 100%;
        height: 180px;
        /* background-color: lightgoldenrodyellow; */
        font-size: 14px;
        line-height: 21px;
        color: #333;
        margin-top: 20px;
    }
    
    .address_con{
        width: 41%;
        height: 90px;
        /* background-color: lightpink; */
        float: left;
        margin-bottom: 5px;
    }
    
    .area_name{
        text-decoration: underline;
        font-weight: 600;
    }
    
    .address_txt{
        color: #444;
    }
    
    .address_txt span{
        color: #333;
        font-weight: 600;
    }
    
    .copy{
        font-size: 14px;
        margin-top: 17px;
    }
    
    .copy a{
        color: #666;
    }
    
    .foot_sns{
        width: 135px;
        position: absolute;
        top: 59%;
        left: 65%;
    }
    
    .sns_wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .sns_wrap li{
        float: left;
        width: 33.333%;
        height: 100%;
        margin-right: 7%;
    }
    
    .sns_wrap li img{
        width: 100%;
    }

    .sns_hover{
        display: none;
    }


  /* top_btn */
    .top_btn{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: fixed;
        bottom: 50px;
        right: 50px;
        cursor: pointer;
        display: none;
        background: url(../img/icon/top_btn2.png) no-repeat center/cover;
        box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 10%);
    }


    /* pop_up */
    .pop_up{
        width: 35%;
        height: 450px;
        position: fixed;
        top: 88px;
        left: 4%;
        z-index: 999;
    }

    .popup_con{
        width: 100%;
    }

    .popup_con img{
        width: 100%;
    }

    .pop_close{
        width: 100%;
        height: 45px;
        background-color: #333;
    }

    .pop_close_btn{
        width: 76px;
        height: 30px;
        background-color: gray;
        color: #fff;
        float: right;
        margin-right: 10px;
        margin-top: 7px;
        font-size: 17px;
        text-align: center;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        cursor: pointer;
    }

    /* pop_up2 */

    .pop_up_2{
        width: 35%;
        height: 450px;
        position: fixed;
        top: 88px;
        left: 41%;
        z-index: 999;
    }

    .popup_con_2{
        width: 100%;
    }

    .popup_con_2 img{
        width: 100%;
    }

    .pop_close_2{
        width: 100%;
        height: 45px;
        background-color: #333;
    }

    .pop_close_btn2{
        width: 76px;
        height: 30px;
        background-color: gray;
        color: #fff;
        float: right;
        margin-right: 10px;
        margin-top: 7px;
        font-size: 17px;
        text-align: center;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        cursor: pointer;
    }

    
    
/* 원격제어 */
.notification-banner {
    position: fixed;
    bottom: 60px;
    left: -14px;
    background: linear-gradient(to bottom, #64727f96, #d9d9efa8);
    padding: 15px;
    border-radius: 30px;
    box-shadow: 7px 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 999; 
    cursor: pointer;
    transition: left 0.3s ease-in-out; 
    align-items: center;
}
.notification-banner:hover {
    position: fixed;
    bottom: 60px;
    left: 5px;
    background: linear-gradient(to bottom, #64727f96, #d9d9efa8);
    padding: 15px;
    border-radius: 30px;
    box-shadow: 7px 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 999; 
    cursor: pointer;

}

.notification-text {
    display: none;
}

.notification-banner a {
    display: flex; 
    align-items: center; 
    text-decoration: none; 
    color: inherit; 
}

.notification-banner:hover .notification-text {
    display: block;
    margin-left: 5px;
    color: #F1F1F1;
    align-items: center;
    
}


    
    
    
    
    
    
    
    
    
    

    
    
    
    
} /* tab end */