@media all and (max-width:759px){
    
      *{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: 600px;
        background-color: #f6f6f6;
        float: left;
    }
    
    #logo{
       width: 80px;
        height: 65px;
        margin-left: 10%;
        margin-top: 25px;
        float: left;
    }
    
    #logo>a>img{
        width: 100%;
    }
    
    #header{
        width: 100%;
        height: 100px;
        position: fixed;
        z-index: 99999;
    }
    
    
    /*-----------------상위메뉴----------------------*/

    .menu_wrap{
        width: 60%;
        height: 80px;
        /*background-color: aqua;*/
        float: right;
        display: none;
    }

   #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;
    
    }

    
    /*-----------------상위메뉴----------------------*/
    
    #section_1_bg{
        width: 90%;
        height: 450px;
        /*background-color: aqua;*/
        margin: 0 auto;
        margin-top: 120px;
    }
    
    #section_1_img{
        width: 80%;
        height: 200px;
        /*background-color: aquamarine;*/
        margin: 0 auto;
        margin-top: 20px;
        
    }
    #section_1_img>img{
        width: 100%;
        
    }
    
    #section_2_text{
        width: 40%;
        height: 500px;
        /*background-color: firebrick;*/
        float: left;
        margin-top: 170px;
        display: none;
    }
    

    #blod{
        font-size: 13px;
        font-weight: 600;  
    }

    #section_2_text_m{
        width: 100%;
        height:auto;
        /*background-color: firebrick;*/
        margin-top: 30px;
        margin: 0 a;
    }
    
    #section_2_text_m>h1{
        width: 100%;
        height:auto;
        /*background-color: antiquewhite;*/
        font-size: 15px;
        text-align: center;
        margin: 20px auto;
    }
    
    #section_2_text_m>h2{
        width: 100%;
        height:auto;
        /*background-color: antiquewhite;*/
        margin-top: 30px;
        font-weight: 100;
        font-size: 12px;
        text-align: center;
        margin: 50px auto;
    }

    
    
  #top_btn{
        position: fixed;
        bottom: 70px;
        right: 0;
        cursor: pointer;
        z-index: 100;
        transition: all 0.2s linear;
        width: 70px;
    }
    
    #top_btn>img{
        width: 100%;
    }
    /*---------------------section_1------------------------*/
    
    
    
    #section_2{
        width: 100%;
        height: 1100px;
        /*background-color:aqua;*/
        float: left;
        position: relative;
    }
    
    #section_2_text_1{
        width: 20%;
        height: 35px;
        background-color: #d2d1d1;
        border-radius:10px;
        margin: 0 auto;
        margin-top: 100px;

    }
    
    #section_2_text_1>h1{
        font-size: 12px;
        line-height: 35px;
        text-align: center;
        font-weight: 500;
    }
    
    #section_2_icon{
        width: 100%;
        height:auto;
        /*background-color: aqua;*/
        float: left;
    }
    
    .icon{
        width: 100%;
        height:auto;
        /*background-color: antiquewhite;*/
        margin-top: 50px;
        float: left;
    }

    #arrow{
        width: 4%;
        height: 50px;
        position: absolute;
        left: 32%;
        top: 47%;
        display: none;
    }
 
    #arrow_2{
        width: 4%;
        height: 50px;
        position: absolute;
        left: 64%;
        top: 47%;
        display: none;
    }
 
    
    #arrow_3{
        width: 6%;
        height: 50px;
        position: absolute;
        left: 50%;
        margin-left: -4%;
        top: 38%;
    }
    #arrow_3>img{
        width: 100%;
    }
    
    #arrow_4{
        width: 6%;
        height: 50px;
        position: absolute;
        left: 50%;
        margin-left: -4%;
        top: 68%;
    }
    #arrow_4>img{
        width: 100%;
    }
    
    #icon_1_img{
        width: 25%;
        height: 150px;
        /*background-color: firebrick;*/
        margin: 0 auto;
        margin-top: 30px;
    }
    
    #icon_1_img>img{
        width: 100%;
        
    }
    
    #icon_2_img{
        width: 30%;
        height: 100px;
        /*background-color: firebrick;*/
        margin: 0 auto;
        margin-top: 100px;
    }
    
    #icon_2_img>img{
        width: 100%;
        
    }
    
    #icon_3_img{
        width: 40%;
        height: 100px;
        /*background-color: firebrick;*/
        margin: 0 auto;
        margin-top: 60px;
    }
    
    #icon_3_img>img{
        width: 100%;
        
    }
    
    .icon_text{
        width: 80%;
        background: 100px;
        /*background-color: dodgerblue;*/
        margin: 10px auto;
    }
    
    .icon_text>h1{
        font-size: 15px;
        font-weight: 500;
        text-align: center;
    }

    #point_box{
        width: 60%;
        height: 500px;
        border: solid #2d51a3 4px;
        margin: 0 auto;
        margin-top: 350px;
    }
    #point_box>h1{
        width: 120%;
        height: 100px;
        font-size: 12px;
        margin-top: 520px;
        font-weight: 600;
        color: #2d51a3;
    
    }
    
    /*---------------------section_2------------------------*/
    
    
    
    #section_3{
        width: 100%;
        height: 600px;
        background-color: #f6f6f6;
        float: left;
    }
    
    #section_3_bg{
        width: 100%;
        height: 450px;
        margin: 0 auto;
        /*background-color: aqua;*/
        margin-top: 10%;
    }
    
    #section_3_img{
        width: 60%;
        height: 200px;
        margin: 0 auto;
        margin-top: 20px;
    }
    #section_3_img>img{
        width: 100%;
    }
    
    #section_3_text{
        width: 100%;
        height:auto;
        /*background-color: aquamarine;*/
        margin-top: 1%;
        float: left;
        margin: 0 auto;
    }
    
    #section_3_text>h1{
        width: 100%;
        height:auto;
        /*background-color: antiquewhite;*/
        margin-top: 50px;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        margin: 20px auto;
    }
    
    #section_3_text>h2{
         width: 100%;
        height:auto;
        /*background-color: antiquewhite;*/
        margin-top: 20px;
        font-weight: 100;
        font-size: 12px;
        text-align: center;
        margin: 40px auto;
    }
    
    #blod_2{
        font-size: 23px;
        font-weight: 600;
        color: #2d51a3;
    }
    
    #section_3_text_m{
        width: 100%;
        height:auto;
        background-color: aquamarine;
        margin-top: 10%;
        float: left;
        display: none;
    }
    
    #section_3_text_m>h1{
        width: 100%;
        height:auto;
        background-color: antiquewhite;
        margin-top: 80px;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
    }
    
    #section_3_text_m>h2{
        width: 100%;
        height:auto;
        /*background-color: antiquewhite;*/
        margin-top: 20px;
        font-weight: 100;
        font-size: 12px;
        text-align: center;
        
    }

 
    
    
    /*---------------------section_3------------------------*/
    

    #section_4{
        width: 100%;
        height: 450px;
        background-color:#fff;
        float: left;
    }
    
    #section_4_text{
        width: 100%;
        height: 100px;
        /*background-color: darkturquoise;*/
        margin: 0 auto;
        margin-top: 80px;
    }
    
    #section_4_text>h1{
        width: 70%;
        height: 80px;
        margin: 0 auto;
        /*background-color: aqua;*/
        font-size: 13px;
        font-weight: 500;
        line-height: 80px;
        text-align: center;
    }
    
   
    
     #paly_1{
        width: 80%;
        height:200px;
        margin: 50px auto;
        margin-left: 10%; 
    }
    
    /*---------------------section_4------------------------*/
    

    
    #section_5{
        width: 100%;
        height: 760px;
        background-color:#fff;
        float: left;
    }
    
    #section_5_text{
        width: 80%;
        height: 800px;
        background-color: aqua;
        margin: 80px auto;
        display: none;
    }
    
    .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: 40%;
        height: 60px;
        background-color: antiquewhite;
        margin: 0 auto;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        line-height: 80px;
        color: #2d51a3;
    }
    .text_2{
        width: 100%;
        height: 80px;
        background-color: deeppink;
    }
    .text_2>h2{
        width: 100%;
        height: 80px;
        margin: 0 auto;
        margin-top: 13px;
        font-size: 18px;
        text-align: center;
        line-height: 25px;
        font-weight: 500;
    }
    
    #section_5_text_m{
        width: 80%;
        height: 800px;
        /*background-color: aqua;*/
        margin: 0 auto;
    }
    
    .text_wrap_1{
        width: 100%;
        height: 180px;
        /*background-color: firebrick;*/
        float: left;
    }
    
    .text_1_m{
        width: 100%;
        height: 60px;
        /*background-color: dodgerblue;*/
        float: left;
    }
    .text_1_m>h1{
        width: 60%;
        height: 40px;
        /*background-color: antiquewhite;*/
        margin: 0 auto;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        line-height: 40px;
        color: #2d51a3;
        margin-top: 10px;
    }
    .text_2_m{
        width: 100%;
        height: 150px;
        /*background-color: deeppink;*/
    }
    .text_2_m>h2{
        width: 100%;
        height: 80px;
        margin: 0 auto;
        margin-top: 13px;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        font-weight: 500;
    }
    

    
    /*---------------------section_5------------------------*/
    
    
    
    #section_6{
        width: 100%;
        height: 420px;
        background-color:#2d51a3;
        float: left;
    }
    #section_6_bg{
        width: 100%;
        height: 450px;
        /*background-color: aqua;*/
        margin-top: 50px;
    }
    
    #section_6_img{
        width: 70%;
        height: 200px;
        margin: 0 auto;
        
    }
    #section_6_img>img{
        width: 100%;
    }
    
    #section_6_text{
        width: 100%;
        height:auto;
        /*background-color: aquamarine;*/
        float: left;
        margin: 0 auto;
    }
    
    #section_6_text>h1{
        width: 100%;
        height:auto;
        /*background-color: antiquewhite;*/
        margin-top: 50px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }
    
    /*---------------------section_5------------------------*/
    
    
    
    
    
     #section_7{
        height: 400px;
    }
    
    
    
    #sec_7_main_txt{
        width: 100%;
        height: 100px;
        margin: 55px auto 10px auto;
    }
    
    #sec_7_main_txt>h2{
        font-size: 25px;
        text-align: center;
        line-height: 100px;
    }
    
    
    
    #sec_7_sub_txt{
        width: 100%;
        height: 60px;
        margin: 0 auto;
    }
    
    #sec_7_sub_txt>p{
        text-align: center;
        font-weight: 300;
    }
    
    #sec_7_mini_txt{
        width: 100%;
        height: 50px;
        margin: 0 auto;
        text-align: center;
        color: #2d51a3;
        font-weight: 500;
    }



    .last_go {
        width: 120px;
        height: 40px;
        background-color: #2d51a3;
        transition-duration: 0.3s;
        margin: 0px auto;
    }

    .last_go_txt {
        color: whitesmoke;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
    }
    
    /*#contact_form{
        width: 100%;
        height: 242px;
        position: relative;
        left: 3%
    }*/
    
    
    
    .gform{
        width: 100%;
        height: 242px;
        position: relative;
        left: 3%;
        display:none;
    }
    
    
    
    .col-md-6{
        width: 85%;
        float: left;
    }
    
    
      .col-md-6-1{
        width: 90%;
        margin-right: 4.1%;
        margin-bottom: 25px;
         margin-top: 15px;
    }
    
    
    
    
    .col-md-6-2{
        width: 90%;
        float: left;
        margin-bottom: 25px;
    }
    
    
    .col-md-12{
        width: 85%;
    }
    
    
    .six2{
        margin-top: 20px;
    }
    
    
    .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: 140px;
        height: 50px;
        background-color: #2d51a3;
        transition-duration: 0.3s;
        border: 1px solid #fff;
        color: #fff;
        margin-top: 20px;
    }
    
    
     #kakao_click{
        width: 140px;
        height: 47px;
        background-color: #fae100;
        transition-duration: 0.3s;
        border: 1px solid #fff;
        color: #fff;
        margin-top: -50px;
         margin-left: 160px;
        border-radius: 15%
    }
    
    
    
    #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: 100%;
        height: 100px;
        /*background-color: aqua;*/
        margin: 0 auto;    
    }
    
    #footer_box>p{
        font-size: 11px;
        color: #9f9f9f;
        text-align: center;
        margin-top: 60px;
    }
    
} /*end*/