@media all and (min-width:1200px){
    
    *{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{
        margin: 0 auto;
        width: 100%;
        max-width: 1920px;
        overflow: hidden;
        float: left;
    } 
    
    
    
    
    #section_1{
        width: 100%;
        height: 1000px;
        background-color: #f6f6f6;
        float: left;
    }
    
    

    
    
    
    
    #logo{
         width: 115px;
        height: 60px;
        margin-left: 200px;
        margin-top: 15px;
        float: left;
    }
    
    #logo>a>img{
        width: 100%;
    }
    
    #header{
        width: 100%;
        height: 80px;
        position: fixed;
        z-index: 99999;
    }
    
    
        
     .on{
        background-color: rgba(0,0,0,0.2);
    }
    /*-----------------상위메뉴----------------------*/

     .menu_wrap{
        width: 1010px;
        height: 100%;
        margin: 30px auto;
        float: right;
    }
    .menu_wrap>li{
        width: 19.666%;
        height: 100%;
        float: left;
    }
 
     .menu_wrap>li:last-child{
        float: right;
    }
    
    #menu_mo_btn_wrap{
        display: none;
    }  
    
    #note_menu_wrap{
        display: none;
    }
    /*-----------------상위메뉴----------------------*/
    
    #section_1_bg{
        width: 98%;
        height: 800px;
        /*background-color: aqua;*/
        margin: 100px auto;
    }
    
    #section_1_img{
        width: 58%;
        height: 500px;
        /*background-color: aquamarine;*/
        float: left;
        margin-top: 100px;
        
    }
    #section_1_img>img{
        width: 100%;
        
    }
    
    #section_2_text{
        width: 40%;
        height: 500px;
        /*background-color: firebrick;*/
        float: left;
        margin-top: 150px;
    }
    
    #section_2_text>h1{
        width: 80%;
        height: 80px;
        /*background-color: antiquewhite;*/
        margin-top: 120px;
        font-size: 35px;
    }
    
    #section_2_text>h2{
        width: 100%;
        height: 150px;
        /*background-color: antiquewhite;*/
        margin-top: 40px;
        font-weight: 100;
        font-size: 25px;
    }
    
    #blod{
        font-size: 27px;
        font-weight: 600;
    }
    
    #section_2_text_m{
        width: 40%;
        height: 500px;
       /* background-color: firebrick;*/
        float: left;
        margin-top: 80px;
        display: none;
    }
    
     #section_2_text_m_m{
        width: 40%;
        height: 500px;
       /* background-color: firebrick;*/
        float: left;
        display: none;
    }
    
    
    
    
        
    #top_btn{
        position: fixed;
        bottom: 70px;
        right: 0;
        cursor: pointer;
        z-index: 100;
        transition: all 0.2s linear;
        width: 90px;
    }
    
    #top_btn>img{
        width: 100%;
    }
    

    /*---------------------section_1------------------------*/
    
    
    
    #section_2{
        width: 100%;
        height: 800px;
        background-color:#fff;
        float: left;
        position: relative;
    }
    
    #section_2_text_1{
        width: 10%;
        height: 50px;
        background-color: #d2d1d1;
        border-radius:10px;
        margin: 0 auto;
        margin-top: 100px;

    }
    
    #section_2_text_1>h1{
        font-size: 25px;
        line-height: 50px;
        text-align: center;
        font-weight: 500;
    }
    
    #section_2_icon{
        width: 100%;
        height: 700px;
        /*background-color: aqua;*/
        float: left;
        margin-top: 30px;
    }
    
    .icon{
        width: 33.3%;
        height: 400px;
        /*background-color: antiquewhite;*/
        margin-top: 50px;
        float: left;
    }

    #arrow{
        width: 5%;
        height: 50px;
        position: absolute;
        left: 32%;
        top: 40%;
    }
    #arrow>img{
        width: 100%;
    }
    
    #arrow_2{
        width: 5%;
        height: 50px;
        position: absolute;
        left: 64%;
        top: 40%;
    }
    #arrow_2>img{
        width: 100%;
    }
    
    #icon_1_img{
        width: 25%;
        height: 200px;
        /*background-color: firebrick;*/
        margin: 0 auto;
        margin-top: 30px;
    }
    
    #icon_1_img>img{
        width: 100%;
        
    }
    
    #icon_2_img{
        width: 30%;
        height: 150px;
        /*background-color: firebrick;*/
        margin: 0 auto;
        margin-top: 60px;
    }
    
    #icon_2_img>img{
        width: 100%;
        
    }
    
    #icon_3_img{
        width: 40%;
        height: 150px;
        /*background-color: firebrick;*/
        margin: 0 auto;
        margin-top: 60px;
    }
    
    #icon_3_img>img{
        width: 100%;
        
    }
    
    .icon_text{
        width: 50%;
        background: 100px;
        /*background-color: dodgerblue;*/
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .icon_text>h1{
        font-size: 23px;
        font-weight: 500;
        text-align: center;
    }

    #point_box{
        width: 55%;
        height: 400px;
        border: solid #2d51a3 5px;
        margin-left: 40%;
        position: absolute;
        margin-top: 50px;
    }
    #point_box>h1{
        font-size: 25px;
        margin-top: 450px;
        font-weight: 500;
        color: #2d51a3;
    }
    
      #arrow_3{
        display: none;
    }
    #arrow_4{
        display: none;
    }
    
    /*---------------------section_2------------------------*/
    
    
    
    #section_3{
        width: 100%;
        height: 1000px;
        background-color: #f6f6f6;
        float: left;
    }
    
    #section_3_bg{
        width: 100%;
        height: 800px;
        margin: 0 auto;
        /*background-color: aqua;*/
        margin-top: 100px;
        float: left;
    }
    
    #section_3_img{
        width: 40%;
        height: 500px;
        float:right;
        margin-right: 10%;
    }
    #section_3_img>img{
        width: 100%;
    }
    
    #section_3_text{
        width: 35%;
        height: 500px;
        /*background-color: aquamarine;*/
        margin-top: 150px;
        margin-left: 14%;
        float: left;
    }
    
    #section_3_text>h1{
        width: 100%;
        height: 100px;
        /*background-color: antiquewhite;*/
        margin-top: 80px;
        font-size: 35px;
        font-weight: 500;
    }
    
    #section_3_text>h2{
        width: 100%;
        height: 150px;
        /*background-color: antiquewhite;*/
        margin-top: 50px;
        font-weight: 100;
        font-size: 25px;
    }
    
    #blod_2{
        font-size: 37px;
        font-weight: 600;
        color: #2d51a3;
    }
    
    #section_3_text_m{
        display: none;
    }
    
    
    
    
    /*---------------------section_3------------------------*/
    

    #section_4{
        width: 100%;
        height: 1200px;
        background-color:#fff;
        float: left;

    }
    
    #section_4_text{
        width: 100%;
        height: 100px;
        /*background-color: darkturquoise;*/
        margin: 0 auto;
        margin-top: 150px;
    }
    
    #section_4_text>h1{
        width: 30%;
        height: 100px;
        margin: 0 auto;
       /* background-color: aqua;*/
        font-size: 35px;
        font-weight: 500;
        line-height: 100px;
        text-align: center;
    }

    #paly_1{
        width: 80%;
        height: 800px;
        margin: 50px auto;
        margin-left: 10%; 
    }
    

    
    
    /*---------------------section_4------------------------*/
    

    
    #section_5{
        width: 100%;
        height: 1000px;
        background-color:#fff;
        float: left;
    }
    
    #section_5_text{
        width: 80%;
        height: 800px;
        /*background-color: aqua;*/
        margin: 80px auto;
    }
    
    .text_wrap_1{
        width: 100%;
        height: 200px;
        /*background-color: firebrick;*/
        float: left;
    }
    
    .text_1{
        width: 100%;
        height: 60px;
        /*background-color: dodgerblue;*/
    }
    .text_1>h1{
        width: 30%;
        height: 60px;
        /*background-color: antiquewhite;*/
        margin: 0 auto;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        line-height: 80px;
        color: #2d51a3;
    }
    .text_2{
        width: 100%;
        height: 80px;
        /*background-color: deeppink;*/
    }
    .text_2>h2{
        width: 80%;
        height: 80px;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 21px;
        text-align: center;
        line-height: 40px;
        font-weight: 500;
    }
    
      #section_5_text_m{
        width: 80%;
        height: 800px;
        background-color: aqua;
        margin: 80px auto;
        display: none;
    }
    
    
    /*---------------------section_5------------------------*/
    
    
    
    #section_6{
        width: 100%;
        height: 1000px;
        background-color:#2d51a3;
        float: left;
    }
    #section_6_bg{
        width: 100%;
        height: 800px;
       /* background-color: aqua;*/
        margin-top: 100px;
    }
    
    #section_6_img{
        width: 50%;
        height: 500px;
        float:left;
        margin-top: 150px;
        margin-left: 8%;
        
    }
    #section_6_img>img{
        width: 100%;
    }
    
    #section_6_text{
        width: 30%;
        height: 200px;
        /*background-color: aquamarine;*/
        margin-top: 250px;
        float: left;
        margin-left: 5%;
    }
    
    #section_6_text>h1{
        width: 100%;
        height: 100px;
        /*background-color: antiquewhite;*/
        margin-top: 80px;
        font-size: 35px;
        font-weight: 500;
        color: #fff;
    }
    
    /*---------------------section_6------------------------*/
    
    
    
    
    
    
    #section_7{
        height: 400px;
    }
    
    
    
    #sec_7_main_txt{
        width: 700px;
        height: 100px;
        margin: 55px auto 10px auto;
    }
    
    #sec_7_main_txt>h2{
        font-size: 45px;
        text-align: center;
        line-height: 100px;
    }
    
    
    
    #sec_7_sub_txt{
        width: 700px;
        height: 60px;
        margin: 0 auto;
    }
    
    #sec_7_sub_txt>p{
        text-align: center;
        font-weight: 300;
    }
    
    #sec_7_mini_txt{
        width: 700px;
        height: 50px;
        margin: 0 auto;
        text-align: center;
        color: #2d51a3;
        font-weight: 500;
    }



    .last_go {
        width: 160px;
        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;
    }


    
    /*#contact_form{
        width: 1140px;
        height: 242px;
        margin: 0 auto;
    }*/
    
    
    .gform{
        width: 1140px;
        height: 242px;
        margin: 0 auto;
        display:none;
    }
    
    
    .col-md-6{
        width: 45%;
        float: left;
    }
    
    
    .col-md-6-1{
        width: 47%;
        float: left;
        margin-right: 4.1%;
        margin-bottom: 25px;
    }
    
    
    
    
    .col-md-6-2{
        width: 47%;
        float: left;
        margin-bottom: 25px;
    }
    
    
    .col-md-12{
        width: 96%;
    }
    
    
    .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_7_end----------------------------*/ 


    
    
    
    #footer{
        width: 100%;
        height: 200px;
        background-color: #fafafa;
        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: 15px;
        color: #9f9f9f;
        text-align: center;
        margin-top: 60px;
    }
    
    
    
    
    /*---------------------section_6------------------------*/

    }