@media all and (min-width:960px) and (max-width:1199px) {



    * {
        margin: 0;
        padding: 0;
        font-family: 'Noto Sans KR', sans-serif;
    }


    img {
        float: left;
        display: block;
    }

    ul, li {
        list-style: none;
    }

    a {
        text-decoration: none;
        color: #333333;
    }

    header, section, footer {
        float: left;
        width: 100%;
    }

    #wrap {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
    }

    header {
        height: 100px;
        position: fixed;
        z-index: 9999;
    }


    #top_btn {
        position: fixed;
        bottom: 70px;
        right: 0;
        cursor: pointer;
        z-index: 100;
        transition: all 0.2s linear;
        width: 80px;
    }

        #top_btn > img {
            width: 100%;
        }




    /*-----------------------¸ð¹ÙÀÏ ¸Þ´º---------------------*/

    #menu_mo_btn_wrap {
        width: 30px;
        height: auto;
        float: right;
        margin: 30px 15px 0 0;
    }

        #menu_mo_btn_wrap > li {
            width: 30px;
            height: 2px;
            background-color: rgba(0,0,0,0.7);
            margin-bottom: 10px;
        }

            #menu_mo_btn_wrap > li:nth-child(2) {
                width: 20px;
            }

            #menu_mo_btn_wrap > li:nth-child(3) {
                margin-bottom: 0px;
            }

    #note_menu_wrap {
        width: 1200px;
        height: 0px;
        background-color: #fafafa;
        position: relative;
        top: 5px;
        left: 0;
        z-index: 99;
        overflow: hidden;
    }

        #note_menu_wrap li {
            border-bottom: 1px solid #cdcdcd;
            display: none;
        }

    #top_border {
        border-top: 1px solid #cdcdcd;
    }

    #note_menu_wrap h4 {
        font-size: 20px;
        line-height: 70px;
        text-align: 100;
        margin-left: 50px;
    }

    /*----------------------¸ð¹ÙÀÏ ¸Þ´º------------------*/


    #menu_wrap {
        display: none;
    }



    #section_1_m {
        display: none;
    }

    #section_1 {
        height: 1000px;
        background-color: #fafafa;
        background-image: url(../img/sec_1_main_img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #logo {
        width: 95px;
        height: 55px;
        margin-left: 10%;
        margin-top: 15px;
        float: left;
    }


        #logo img {
            width: 100%;
        }


    #sec_1_main_txt {
        width: 800px;
        height: 150px;
        margin: 29% auto auto 9%;
    }




    #main_txt {
        font-size: 50px;
    }


    #sec_1_sub_txt {
        width: 750px;
        height: 100px;
        margin: 30px auto auto 10%;
    }

    #sub_txt {
        font-size: 16px;
    }




    /*-----------------------------section_1_end----------------------------*/






    #sec_2_main_txt_m {
        display: none;
    }


    #sec_2_sub_txt_m {
        display: none;
    }

    #section_2 {
        height: 850px;
        background-color: #fff;
    }



    #sec_2_main_txt {
        width: 900px;
        height: 100px;
        margin: 100px auto 0 auto;
    }

        #sec_2_main_txt > h2 {
            font-size: 50px;
            text-align: center;
        }


    #sec_2_sub_txt {
        width: 700px;
        height: 80px;
        margin: 0 auto;
    }

        #sec_2_sub_txt > p {
            text-align: center;
            font-size: 16px;
        }

    #bold {
        font-size: 19px;
        font-weight: 500;
    }

    #sec_2_main_img {
        width: 655px;
        height: 425px;
        margin: 50px auto 0 auto;
    }



    /*-----------------------------section_2_end----------------------------*/



    #sec_3_main_txt_m {
        display: none;
    }


    #sec_3_sub_txt_m {
        display: none;
    }

    #section_3 {
        height: 900px;
        background-color: #2f53a5;
    }



    #sec_3_main_txt {
        width: 900px;
        height: 150px;
        margin: 100px auto 0 auto;
    }

        #sec_3_main_txt > h2 {
            font-size: 40px;
            text-align: center;
            color: white;
        }

    #sec_3_main_img {
        width: 600px;
        height: 425px;
        margin: 0 auto 0 auto;
    }



    #sec_3_sub_txt {
        width: 80%;
        height: 120px;
        margin: 50px auto;
    }

        #sec_3_sub_txt > p {
            text-align: center;
            color: white;
            font-weight: 300;
            font-size: 16px;
        }




    /*-----------------------------section_3_end----------------------------*/


    #sec_4_main_txt_m {
        display: none;
        background-color: #fafafa;
    }

    .con-description {
        display: none;
    }

    #section_4 {
        height: 770px;
    }

    .con-title_m {
        display: none;
    }

    #sec_4_round_txt {
        margin: auto auto 3%;
        padding: .6% 2%;
        min-width: 213px;
        max-width: 20%;
        height: 45px;
        color: #1f2532;
        font-size: 20px;
        text-align: center;
        line-height: 45px;
        border-radius: 22.5px;
        background-color: #e7ecef;
        margin-top: 80px;
    }


    #sec_4_main_txt {
        width: 100%;
        height: 50px;
        text-align: center;
        color: #1f2533;
        margin-bottom: 90px;
        font-size: 22px;
    }



    #content {
        width: 100%;
        display: inline-block;
        text-align: center;
        float: left;
        margin: 0 auto;
    }



    .con_item:first-child {
        margin-left: 7%;
    }


    .con_item {
        display: inline-block;
        float: left;
        margin-right: 5%;
        width: 18%;
        text-align: left;
    }


    .con-img {
        width: 275px;
        height: 84px;
        margin-bottom: 30px;
    }

        .con-img > img {
            width: 80px;
            height: 80px;
        }


    .con-title {
        margin-bottom: 22px;
        height: 50px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.44;
        color: #222;
    }


    .con-line {
        margin: auto 0 22px;
        width: 20%;
        border: 1px solid #1f2532;
    }




    .con-description_n {
        width: 100%;
        height: 110px;
    }

        .con-description_n > P {
            font-size: 14px;
            font-weight: 400px;
            line-height: 1.7;
            color: #666;
        }


    /*-----------------------------section_4_end----------------------------*/




    #section_5 {
        height: 770px;
    }


    #section_5_m {
        display: none;
    }

    #section_5_box {
        width: 80%;
        height: 800px;
        margin: 20px auto;
    }

    .section_5_text_box {
        width: 50%;
        height: 400px;
        float: left;
        margin: 0 auto;
        cursor: pointer;
    }

    .section_5_text {
        width: 90%;
        height: 300px;
        margin: 50px auto;
        border-bottom: 1px solid #f0f2f5;
    }

        .section_5_text > h2:hover {
            color: #3188ff;
        }


        .section_5_text > h1 {
            font-size: 50px;
            font-weight: 200;
            color: #3188ff;
            margin-bottom: 10PX;
        }

        .section_5_text > h2 {
            font-size: 23px;
            font-weight: 300;
            color: #212121;
        }

        .section_5_text > h3 {
            font-size: 14px;
            font-weight: 500;
            color: #a3a3a3;
            margin-top: 45px;
        }

    #section_5_box_img_1 {
        width: 1.5%;
        height: 15px;
        margin-left: 53%;
        margin-top: -95px;
    }


        #section_5_box_img_1 > img {
            width: 100%;
            height: 100%;
        }

    #section_5_box_img_2 {
        width: 1.5%;
        height: 15px;
        margin-left: 48%;
        margin-top: -95px;
    }

        #section_5_box_img_2 > img {
            width: 100%;
            height: 100%;
        }

    #section_5_box_img_3 {
        width: 1.5%;
        height: 15px;
        margin-left: 53%;
        margin-top: -95px;
    }

        #section_5_box_img_3 > img {
            width: 100%;
            height: 100%;
        }

    #section_5_box_img_4 {
        width: 1.5%;
        height: 15px;
        margin-left: 63%;
        margin-top: -95px;
    }

        #section_5_box_img_4 > img {
            width: 100%;
            height: 100%;
        }



    /*-----------------------------section_5_end----------------------------*/





    #section_6 {
        height: 700px;
        background-color: #fafafa;
    }



    #sec_6_main_txt {
        width: 700px;
        height: 100px;
        margin: 80px auto 10px auto;
    }

        #sec_6_main_txt > h2 {
            font-size: 45px;
            text-align: center;
            line-height: 100px;
        }



    #sec_6_sub_txt {
        width: 700px;
        height: 60px;
        margin: 0 auto;
    }

        #sec_6_sub_txt > p {
            text-align: center;
            font-weight: 300;
        }

    #sec_6_mini_txt {
        width: 700px;
        height: 50px;
        margin: 0 auto;
        text-align: center;
        color: #2d51a3;
        font-weight: 500;
    }





    /*#contact_form{
        width: 119.375%;
        height: 242px;
        position: relative;
        left: 3%
    }
    */

    .gform {
        width: 119.375%;
        height: 242px;
        position: relative;
        left: 3%
    }



    .col-md-6 {
        width: 35%;
        float: left;
    }

    #kakao_click {
        width: 160px;
        height: 47px;
        background-color: #fae100;
        transition-duration: 0.3s;
        border: 1px solid #fff;
        color: #fff;
        margin-top: -50px;
        margin-left: 180px;
    }



        #kakao_click p {
            color: #3b1e1e;
            text-align: center;
            line-height: 50px;
            font-size: 13px;
        }



    .col-md-12 {
        width: 76%;
    }


    .six2 {
        margin-left: 6.1%;
    }


    .form_contorl {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }



    #form_name {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }


    #form_message {
        width: 100%;
        height: 72px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }



    #mmm {
        float: left;
        margin-top: 20px;
    }




    #submit_btn {
        width: 160px;
        height: 50px;
        background-color: #2d51a3;
        transition-duration: 0.3s;
        border: 1px solid #fff;
        color: #fff;
        margin-top: 20px;
    }




    /*-----------------------------section_5_end----------------------------*/

    #section_9 {
        width: 100%;
        height: 1000px;
        /*  background-color:antiquewhite;*/
        margin: 80px auto;
        float: left;
        position: relative;
    }


    #section_9_text_1 {
        width: 600px;
        height: 100px;
        /*background-color:floralwhite;*/
        margin: 0 auto;
        margin-top: 100px;
    }

        #section_9_text_1 > p {
            font-size: 28px;
            text-align: center;
            line-height: 100px;
            color: #3b5ca8;
            font-weight: 600;
        }

    #section_9_box {
        width: 100px;
        height: 5px;
        background-color: #3b5ca8;
        margin: 0 auto;
    }

    #section_9_text_2 {
        width: 800px;
        height: 80px;
        /* background-color:floralwhite;*/
        margin: 0 auto;
        margin-top: 10px;
    }

        #section_9_text_2 > p {
            font-size: 23px;
            text-align: center;
            color: #212121;
            font-weight: 500;
            line-height: 80px;
        }

    #section_9_text_3 {
        width: 800px;
        height: 80px;
        /* background-color:floralwhite;*/
        margin: 0 auto;
    }

        #section_9_text_3 > p {
            font-size: 19px;
            text-align: center;
            color: #212121;
            font-weight: 500;
        }

    #service_1_box {
        width: 100%;
        height: 700px;
        /*background-color: firebrick;*/
        float: left;
    }

    #service_wrap {
        width: 90%;
        height: 500px;
        background-color: #e5e5e5;
        border-radius: 40px;
        margin: 0 auto;
        margin-top: 50px;
    }

    #service_1 {
        width: 90%;
        height: 250px;
        /*background-color:dodgerblue;*/
        float: left;
        margin-left: 5%;
    }

    #service_2 {
        width: 90%;
        height: 250px;
        /*background-color:dimgrey;*/
        float: left;
        margin-left: 5%;
    }

    .service_icon {
        width: 30%;
        height: 150px;
        float: left;
        margin-left: 3.3%;
        margin-top: 70px;
    }

    .service_img {
        width: 25%;
        height: 150px;
        float: left;
        margin-top: 20px;
    }

        .service_img > img {
            width: 100%;
        }

    .service_text_1 {
        width: 50%;
        height: 40px;
        /*background-color: darkviolet;*/
        float: left;
        margin-left: 30px;
        margin-top: 10px;
    }

        .service_text_1 > h1 {
            font-size: 16px;
            color: #2d51a3;
            font-weight: 600;
            line-height: 40px;
        }

    .service_text_2 {
        width: 60%;
        height: 90px;
        float: left;
        margin-left: 30px;
        /*background-color: darkturquoise;*/
    }

        .service_text_2 > h2 {
            font-size: 14px;
            color: #212121;
            font-weight: 500;
            line-height: 30px;
            margin-top: 10px;
        }


    .service_text_2_m {
        display: none;
    }
    /* ---------------------service---------------------------*/

    #section_10 {
        width: 100%;
        height: 1000px;
        /*background-color:antiquewhite;*/
        margin: 0 auto;
        float: left;
        position: relative;
    }

    #news_text {
        width: 600px;
        height: 80px;
        /*background-color: aqua;*/
        margin: 0 auto;
        margin-top: 50px;
    }

        #news_text > p {
            font-size: 33px;
            text-align: center;
            line-height: 80px;
            font-weight: 500;
        }

    #news_1:hover {
        transform: scale(1.02);
    }

    #news_1 {
        width: 95%;
        height: 200px;
        /* background-color: forestgreen;*/
        float: left;
        position: absolute;
        top: 20%;
        left: 50%;
        margin-left: -47.2%;
        transition: 0.8s;
    }

    #news_1_1 {
        width: 500px;
        height: 50px;
        /*background-color: firebrick;*/
        margin: 0 auto;
    }

        #news_1_1 > p {
            font-size: 23px;
            text-align: center;
            line-height: 50px;
            color: #2d51a3;
            font-weight: 600;
        }

    #news_1_2 {
        width: 800px;
        height: 50px;
        /*background-color:aqua;*/
        margin: 0 auto;
        margin-top: 20px;
    }

        #news_1_2 > p {
            font-size: 30px;
            text-align: center;
            line-height: 50px;
            color: #6a6b6f;
        }

    #border_1 {
        width: 800px;
        height: 2px;
        background-color: #bfbfbf;
        margin: 0 auto;
        margin-top: 18px;
    }

    .arrow {
        width: 30px;
        height: 40px;
        margin-left: 20px;
        /*background-color: aqua;*/
        position: absolute;
        right: 0;
        top: 45%;
    }

        .arrow > img {
            width: 100%;
            height: 100%;
        }


    /* ---------------------news_1---------------------------*/

    #news_2 {
        width: 95%;
        height: 200px;
        /*background-color: forestgreen;*/
        float: left;
        position: absolute;
        top: 45%;
        left: 50%;
        margin-left: -47.5%;
        transition: 0.8s;
    }

        #news_2:hover {
            transform: scale(1.02);
        }

    #news_2_1 {
        width: 500px;
        height: 50px;
        /*background-color: firebrick;*/
        margin: 0 auto;
    }

        #news_2_1 > p {
            font-size: 23px;
            text-align: center;
            line-height: 50px;
            color: #2d51a3;
            font-weight: 600;
        }

    #news_2_2 {
        width: 1000px;
        height: 50px;
        /*background-color:aqua;*/
        margin: 0 auto;
        margin-top: 20px;
    }

        #news_2_2 > p {
            font-size: 27px;
            text-align: center;
            line-height: 50px;
            color: #6a6b6f;
        }

    #border_2 {
        width: 800px;
        height: 2px;
        background-color: #bfbfbf;
        margin: 0 auto;
        margin-top: 18px;
    }
    /* ---------------------news_1---------------------------*/

    #news_3 {
        width: 95%;
        height: 200px;
        /*background-color: forestgreen;*/
        float: left;
        position: absolute;
        top: 70%;
        left: 50%;
        margin-left: -47.5%;
        transition: 0.8s;
    }

        #news_3:hover {
            transform: scale(1.02);
        }

    #news_3_1 {
        width: 500px;
        height: 50px;
        /*background-color: firebrick;*/
        margin: 0 auto;
    }

        #news_3_1 > p {
            font-size: 23px;
            text-align: center;
            line-height: 50px;
            color: #2d51a3;
            font-weight: 600;
        }

    #news_3_2 {
        width: 1000px;
        height: 50px;
        /*background-color:aqua;*/
        margin: 0 auto;
        margin-top: 20px;
    }

        #news_3_2 > p {
            font-size: 30px;
            text-align: center;
            line-height: 50px;
            color: #6a6b6f;
        }

    #border_3 {
        width: 800px;
        height: 2px;
        background-color: #bfbfbf;
        margin: 0 auto;
        margin-top: 18px;
    }
    /* ---------------------news_3---------------------------*/









    #section_11 {
        height: 400px;
        background-color: #fafafa;
    }



    #sec_11_main_txt {
        width: 700px;
        height: 100px;
        margin: 55px auto 10px auto;
    }

        #sec_11_main_txt > h2 {
            font-size: 45px;
            text-align: center;
            line-height: 100px;
        }



    #sec_11_sub_txt {
        width: 700px;
        height: 60px;
        margin: 0 auto;
    }

        #sec_11_sub_txt > p {
            text-align: center;
            font-weight: 300;
        }

    #sec_11_mini_txt {
        width: 700px;
        height: 50px;
        margin: 0 auto;
        text-align: center;
        color: #2d51a3;
        font-weight: 500;
    }

    .last_go {
        width: 150px;
        height: 50px;
        background-color: #2d51a3;
        transition-duration: 0.3s;
        margin: 0px auto;
    }

    .last_go_txt {
        color: whitesmoke;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
    }

    .gform {
        width: 119.375%;
        height: 242px;
        position: relative;
        left: 3%;
        display: none;
    }



    .col-md-6 {
        width: 35%;
        float: left;
    }



    .col-md-6-1 {
        width: 37%;
        float: left;
        margin-right: 4.1%;
        margin-bottom: 25px;
    }




    .col-md-6-2 {
        width: 37%;
        float: left;
        margin-bottom: 25px;
    }




    .col-md-12 {
        width: 76%;
    }


    .six2 {
        margin-left: 6.1%;
    }


    .form_contorl {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }



    #form_name {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }


    #form_message {
        width: 100%;
        height: 72px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }



    #mmm {
        float: left;
        margin-top: 20px;
    }




    #submit_btn {
        width: 160px;
        height: 50px;
        background-color: #2d51a3;
        transition-duration: 0.3s;
        border: 1px solid #fff;
        color: #fff;
        margin-top: 20px;
    }

    #kakao_click {
        width: 160px;
        height: 47px;
        background-color: #fae100;
        transition-duration: 0.3s;
        border: 1px solid #fff;
        color: #fff;
        margin-top: -50px;
        margin-left: 180px;
    }


        #kakao_click p {
            color: #3b1e1e;
            text-align: center;
            line-height: 50px;
            font-size: 13px;
        }



    /*-----------------------------section_11_end----------------------------*/



    #footer {
        width: 100%;
        height: 200px;
        margin: 0 auto;
        position: relative;
        float: left;
        border-top: 1px solid #ccc;
    }

    #footer_box {
        width: 500px;
        height: 100px;
        /*background-color: aqua;*/
        margin: 0 auto;
    }

        #footer_box > p {
            font-size: 13px;
            color: #9f9f9f;
            text-align: center;
            margin-top: 60px;
        }



    /* ---------------------footer---------------------------*/


    #section_4_text_4_m {
        display: none;
    }

    #section_8_text_1_m {
        display: none;
    }

    #section_8_text_2_m {
        display: none;
    }

    #section_8_text_3_m {
        display: none;
    }

    .service_text_2_m {
        display: none;
    }
}
/*end*/
