@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;
    }
    
    html{
        font-size: 20px;
    }
    
    body{
        font-family: 'Pretendard-Regular', 'Noto Sans KR'
    }
    
    @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{
        height: 535px;
        background-color: #fff;
        float: left;
    }
    
    .sec01_inner{
        width: 95%;
        height: 535px;
        margin: 0 auto;
        background-color: antiquewhite;
        background: url(../img/about_main_bg.jpg) no-repeat center/cover;
    }
    
    .sec01_txt_wrap{
        width: 470px;
        height: 210px;
        position: absolute;
        top: 29%;
        left: 15%;
        letter-spacing: -2px;
    }
    
    .sec01_txt h2{
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        line-height: 57px;
        margin-bottom: 25px;
    }
    
    .sec01_txt p{
        color: #fff;
        font-size: 20px;
    }
    
    .main_home_btn{
        width: 179px;
        height: 60px;
        position: absolute;
        bottom: 34%;
        left: 15%;
    }
    
    .home{
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
        float: left;
    }
    
    .home{
        width: 33px;
        height: 33px;
        position: relative;
    }
    
    .home a{
        padding: 9px 8px;
        display: block;
    }
    
    .home_txt{
        width: 100px;
        height: 25px;
        float: left;
        color: #fff;
        font-size: 14px;
        text-decoration: underline;
        margin-top: 7px;
        padding-left: 35px;
    }
    
    .home_txt .right{
        position: relative;
    }
    
    .right::after{
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border: 2px solid #fff;
        border-width: 0px 2px 2px 0px;
        transform: rotate(-45deg);
        position: absolute;
        top: 6px;
        left: -22px;
    }
    
    /* section_2 */
    #sec02{
        height: 400px;
    }

    #sec02 .inner{
        margin: 0 auto;
        margin-top: 80px;
    }
    
    .left_con{
        width: 300px;
        float: left;
        font-weight: 500;
        color: #333;
        font-size: 38px;
        line-height: 55px;
        letter-spacing: -1px;
    }
    
    .left_con span{
        font-weight: 600;
    }
    
    .right_con{
        width: 360px;
        color: #333;
        font-size: 18px;
        float: right;
        font-family: 'Noto Sans KR', sans-serif;
        position: absolute;
        right: 8%;
        top: 23%;
    }
    
    .about_list_left{
        float: left;
        margin-right: 80px;
    }
    
    .about_list_right{
        float: left;
    }
    
    .right_con li{
        height: 36px;
        position: relative;
    }
    
    .right_con li::after{
        display: block;
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        top: 6px;
        left: -21px;
        background: url(../img/icon/check.png) no-repeat center/cover;
    }
    
    /* section_3 */
    #sec03{
        background: url(../img/about_sec03_bg.png) no-repeat right/cover;
    }

    #sec03 .inner{
        margin-top: 80px;
    }
    
    .sec03_tit{
        width: 430px;
        height: 265px;
        font-size: 38px;
        line-height: 50px;
        letter-spacing: -1px;
        color: #333;
        /* margin-left: 5%; */
    }
    
    .sec03_tit span{
        font-weight: 600;
    }
    
    .top_tit{
        margin-bottom: 80px;
    }
    
    .about_txt{
        width: 60%;
        height: 40%;
        float: right;
        color: #666;
        font-size: 18px;
        line-height: 32px;
        margin-top: -85px;
    }
  
    /* section_4 */
    #sec04{
        height: 100%;
    }

    #sec04 .inner{
        margin-top: 80px;
    }
    
    .sec04_tit{
        width: 550px;
        font-size: 38px;
        letter-spacing: -2px;
        color: #333;
        /* margin-left: 5%; */
    }
    
    .sec04_main_tit{
        margin-bottom: 20px;
        font-weight: 600;
    }
    
    .sec04_sub_tit{
        color: #444;
        font-size: 20px;
        margin-bottom: 50px;
    }
    
    .map_wrap{
        width: 100%;
        height: 220px;
        margin-bottom: 20px;
        /* margin-left: 5%; */
    }
    
    .map_con{
        width: 360px;
        float: left;
        font-size: 16px;
        color: #222;
        margin-right: 2.5%;
        cursor: pointer;
        margin-bottom: 20px;
    }
    
    .map_con02{
        width: 380px;
    }

    .area{
        margin-bottom: 20px;
    }
    
    .area p{
        font-size: 30px;
        color: #bc1e21;
        font-weight: 600;
        letter-spacing: -2px;
    }
    
    .address_box{
        width: 100%;
        height: 30px;
        margin-bottom: 10px;
        float: left;
        font-size: 15px;
    }
    
    .address{
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 7px;
    }
    
    .address img{
        width: 100%;
    }
    
    .tel_box{
        width: 100%;
        height: 30px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    .tel{
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 7px;
    }
    
    .tel img{
        width: 100%;
    }
    
    .email_box{
        width: 100%;
        height: 30px;
        margin-top: 50px;
        font-size: 15px;
    }
    
    .email{
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 7px;
    }
    
    .email img{
        width: 100%;
    }
    
    .map{
        width: 100%;
    }
    
    .seoul{
        display: none;
    }
    
    .ulsan{
        display: none;
    }

    iframe{
        width: 100%;
        height: 220px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    /* 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%);
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
/* 원격제어 */
.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 */