@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{
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    header{
        height: 100px;
        position: fixed;
        z-index: 9999;
    } 
    
    
    #note_menu_wrap li:hover{
        background-color: #c8c8c8;
    }
    
            /*-----------------------모바일 메뉴---------------------*/
    
     #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{
        width: 100%;
        height: 600px;
        /*background-color:aqua;*/
        float: left;
    }
    
    #section_1_text_1{
        width: 100%;
        height: 100px;
        /*background-color:firebrick;*/
        margin: 0 auto;
        margin-top: 120px;
    }
    
    #section_1_text_1>h1{
        text-align: center;
        margin-top: 10px;
        margin: 0 auto;
        font-size: 15px;
        font-weight: 400;
    }
    
    #bold_1{
        font-size: 18px;
        font-weight: 500;
    }
    
    #section_1_text_1>h2{
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        color: #2d51a3;
    }
    
    #section_1_text_2{
        width: 70%;
        height: 50px;
        background-color: #2d51a3;
        margin: 0 auto;
    }
    
    #section_1_text_2>h2{
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        font-weight: 400;
        color:aliceblue;
    }
    
    #section_1_text_3{
        width: 70%;
        height: 50px;
        background-color: #2d51a3;
        margin: 0 auto;
        margin-top: 10px;
    }
    
    #section_1_text_3>h2{
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        font-weight: 400;
        color:aliceblue;
    }
    
    #bold_2{
        font-weight: 500;
        font-size: 17px;
    }
    
    #section_1_text_4{
        width: 100%;
        height: 100px;
        /*background-color: dodgerblue;*/
        margin: 0 auto;
        margin-top: 50px;
        display: none;
    }
    
    #section_1_text_4>h1{
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }
    
     #section_1_text_4>h2{
        text-align: center;
        font-size: 15px;
        font-weight: 400;
    }
    
    #bold_3{
        font-weight: 500;
        font-size: 19px;
        color: #2d51a3;
    }
    
    #section_1_text_4_m{
        width: 100%;
        height: 100px;
        /*background-color: dodgerblue;*/
        margin: 0 auto;
        margin-top: 50px;
    }
    
    #section_1_text_4_m>h1{
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }
    
     #section_1_text_4_m>h2{
        text-align: center;
        font-size: 15px;
        font-weight: 400;
    }
    
    
   /* ---------------------section_1-----------------*/
    
    #section_2{
        display:  none;
    }
    
    
    #section_2_m{
        width: 100%;
        height: 1300px;
        /*background-color:aqua;*/
        float: left;
        position: relative;
    }
    
     #top_wrap_text_1_m{
        width: 60%;
        height: 40px;
        /*background-color: #2d51a3;*/
        margin: 0 auto;
    }
    
    #top_wrap_text_1_m>h2{
        text-align: center;
        line-height: 40px;
        font-weight: 400;
        font-size: 18px;
    }
    
      #box_1_m{
        width: 85%;
        height: 1px;
        background-color: #2d52a5;
        margin: 0 auto;
        margin-top: 10px;
    }
    
    #top_wrap_m{
        width: 100%;
        height: 520px;
        /*background-color: dimgrey;*/
        float: left;
    }
    
    #top_wrap_text_2_m{
        width: 60%;
        height: 40px;
        background-color: #2d51a3;
        margin: 0 auto;
        margin-top: 10px;
    }
    
    #top_wrap_text_2_m>h2{
        text-align: center;
        line-height: 40px;
        font-weight: 300;
        font-size: 13px;
        color:aliceblue;
    }
    
    #m_wrap_1{
        width: 100%;
        height: 300px;
       /* background-color: firebrick;*/
    }
    #m_img_1{
        width: 100%;
        height: 130px;
        /*background-color: aqua;*/
        float:left;
        margin-top: 30px;
    }
    #m_img_1>img{
        width: 100%;
    }

     .m_last{
        font-size: 11px;
        font-weight: 500;
    }
    
    #section_2_m_text5{
        width: 40%;
        height: 120px;
        margin-left: 10%;
        float: left;
    }
    #section_2_m_text5>h3{
        font-size: 10px;
        text-align: center;
        color: #2d51a3;
        font-weight: 300;
        line-height: 11px;
    }
    
    
    #section_2_m_text6{
        width: 40%;
        height: 120px;
        float: left;
    }
    #section_2_m_text6>h3{
        font-size: 11px;
        text-align: center;
        color: #2d51a3;
        font-weight: 500;
        line-height: 11px;
    }
    
     .m_last_2{
        font-size: 11px;
        font-weight: 500;
         color: #ee4357;
    }
    #section_2_m_text7{
        width: 100%;
        height: 120px;
        float: left;
        margin-top: 50px;
    }
    #section_2_m_text7>h3{
        font-size: 10px;
        text-align: center;
        color: #ee4357;
        font-weight: 300;
        line-height: 18px;
    }
    
    
    #bottem_wrap_m{
        width: 100%;
        height: 700px;
        /*background-color:dodgerblue;*/
        float: left;
    }
    

    #m_img_2{
        width: 100%;
        height: 280px;
        /*background-color:forestgreen;*/
        float:left;
        margin-top: 30px;
    }
    #m_img_2>img{
        width: 100%;
    }
    

    #bottem_wrap_text_2_m{
        width: 60%;
        height: 40px;
        background-color: #2d51a3;
        margin: 0 auto;
    }
    
    #bottem_wrap_text_2_m>h2{
        text-align: center;
        line-height: 40px;
        font-weight: 300;
        font-size: 13px;
        color:aliceblue;
    }
    
    #bottem_2_m_text4{
        width: 40%;
        height: 120px;
        margin-left: 9%;
        float: left;
        margin-top: 10px;
    }
    #bottem_2_m_text4>h3{
        font-size: 10px;
        text-align: center;
        color: #2d51a3;
        font-weight: 300;
        line-height: 11px;
    }
    
    #bottem_2_m_text5{
        width: 40%;
        height: 120px;
        margin-left: -2%;
        float: left;
        margin-top: 10px;
    }
    #bottem_2_m_text5>h3{
        font-size: 11px;
        text-align: center;
        color: #2d51a3;
        font-weight: 300;
        line-height: 11px;
    }
    
    #m_img_3{
        width: 100%;
        height: 340px;
        /*background-color:forestgreen;*/
        float:left;
        margin-top: 10px;
    }
    #m_img_3>img{
        width: 90%;
        margin-left: 6%;
    }
    
     #bottem_2_m_text6{
        width: 20%;
        height: 40px;
        margin-top: -23%;
        margin-left: 27%;
        float: left;
    }
    
    #bottem_2_m_text6>h3{
        font-size: 3px;
        text-align: center;
        color: #2d51a3;
        font-weight: 400;
        line-height: 10px;
    }
    
    #bottem_2_m_text7{
        width: 20%;
        height: 40px;
        margin-top: -57px;
        margin-left: 27%;
        float: left;
    }
    
    #bottem_2_m_text7>h3{
        font-size: 4px;
        text-align: center;
        color: #2d51a3;
        font-weight: 400;
        line-height: 10px;
    }
    
    #bottem_2_m_text8{
        width: 20%;
        height: 40px;
        margin-top: -19%;
        margin-left: 72%;
        float: left;
    }
    
    #bottem_2_m_text8>h3{
        font-size: 6px;
        text-align: center;
        color: #2d51a3;
        font-weight: 400;
        line-height:9px;
    }
    
     #bottem_2_m_text9{
        width: 40%;
        height: 120px;
        float: left;
        margin-top: 10px;
       margin-left: -3%;
    }
    #bottem_2_m_text9>h3{
        font-size: 10px;
        text-align: center;
        color: #2d51a3;
        font-weight: 300;
        line-height: 11px;
    }
    
    #bottem_2_m_text10{
        width: 40%;
        height: 120px;
        float: left;
        margin-top: 10px;
       margin-left: 5%;
    }
    #bottem_2_m_text10>h3{
        font-size: 10px;
        text-align: center;
        color: #2d51a3;
        font-weight: 300;
        line-height: 11px;
    }
    
    
    /*--------------right_box---------------------*/
    
    #section_2_3{
        width: 100%;
        height: 200px;
        /*background-color: antiquewhite;*/
        float: left;
    }
    
    #sention_2_3_wrap{
        width: 90%;
        height: 150px;
        /*background-color: aqua;*/
        margin: 0 auto;
        border: 3px dotted #2d51a3;
        border-radius: 20px;
    }
    
    #sention_2_3_text{
        width: 100%;
        height: 300px;
        /*background-color: aqua;*/
        display: none;
        float: left;
    }
    #sention_2_3_text>h2{
        text-align: center;
        margin-top: 15px;
        font-size: 12px;
        font-weight: 300;
    }
    
    .t_1{
        font-size: 13px;
        font-weight: 500;
    }
    
    .t_2{
        font-size: 15px;
        font-weight: 500;
        color: #ee4357;
    }
    .t_3{
        font-size: 20px;
        font-weight: 400;
    }
    
    #sention_2_3_text_m{
        width: 100%;
        height: 100%;
       /* background-color: aqua;*/
        float: left;
    }
    #sention_2_3_text_m>h2{
        text-align: center;
        margin-top: 2%;
        font-size: 12px;
        font-weight: 300;
        /*background-color: antiquewhite;*/
    }
    
    .t_1{
        font-size: 13px;
        font-weight: 500;
    }
    
    .t_2{
        font-size: 15px;
        font-weight: 500;
        color: #ee4357;
    }
    
     /* ---------------------section_2_3---- -------------*/
    
    
    
     #section_2_2{
        width: 100%;
        height: 480px;
        /*background-color: antiquewhite;*/
        float: left;
    }
    
    #section_2_2_text{
        width: 100%;
        height: 80px;
        /*background-color: aqua;*/
        margin: 0 auto;
     }
    
    #section_2_2_text>h1{
        text-align: center;
        line-height: 80px;
        font-weight: 500;
        font-size: 13px;
    }
    
    .section_2_2_box{
        width: 100%;
        height: 200px;
        float: left;
        /*background-color: firebrick;*/
    }
    
    .gray_box{
        width: 90%;
        height: 35px;
        background-color: #d2d2d2;
        margin: 0 auto;
        line-height: 60px;
    }
    
    .gray_box>h1{
        width: 50%;
        height: 60px;
        float: left;
        /*background-color:fuchsia;*/
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        line-height: 35px;
    }
    
    .gray_box>h2{
        width: 50%;
        height: 60px;
        float:right;
        /*background-color:dodgerblue;*/
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        line-height: 35px;
    }
    
    .gray_left{
        width: 50%;
        height: 170px;
        /*background-color:chartreuse;*/
        float: left;
    }
    
    .left_1_text{
        width: 100%;
        height: 40px;
       /* background-color: aqua;*/
    }
    
    .left_1_text>h1{
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        line-height: 50px;
    }
    
    
    
    .gray_right{
        width: 50%;
        height: 170px;
        /*background-color:dimgrey;*/
        float: right;
    }
    
    .section_2_2_arrow{
        width: 4%;
        height: 200px;
       /* background-color: aquamarine;*/
        margin: 0 auto;
    }
    
    .section_2_2_arrow>img{
        width: 100%;
    }
    
    .section_2_2_last{
        width: 100%;
        height: 140px;
        /*background-color: cadetblue;*/
        margin: 0 auto;
        float: left;
        text-align: center;
        margin-top: 20px;
    }
    
    .section_2_2_last>h1{
        font-size: 15px;
        font-weight: 400;
    }
    
    .last_1{
        font-size: 17px;
        font-weight: 500;
        color: #ee4357; 
    }
    
    .section_2_2_arrow_2{
        width: 4%;
        height: 170px;
        float: left;
        margin-top: -100px;
        margin-left: 47.5%;
    }
    
    
    .section_2_2_arrow_2>img{
        width: 100%;
    }
    .section_2_2_last_2{
        width: 100%;
        height: 70px;
        /*background-color: cadetblue;*/
        float: left;
        text-align: center;
        margin-top: -130px;
    }
    
    .section_2_2_last_2>h1{
        font-size: 15px;
        font-weight: 400;
    }
    
    /*----------------------------------section2_2----------------*/
    
    #section_2_4{
        width: 100%;
        height: 150px;
        /*background-color:firebrick;*/
        float: left;
    }
    
    #sention_2_4_wrap{
        width: 90%;
        height: 100px;
        /*background-color: aqua;*/
        margin: 0 auto;
        border: 3px dotted #2d51a3;
        border-radius: 20px;
        margin-top: 20px;
    }
    
    #sention_2_4_text{
        width: 100%;
        height: 150px;
        /*background-color: aqua;*/
        float: left;
        display: none;
    }
   
    #sention_2_4_text_m{
        width: 100%;
        height: 150px;
        /*background-color: aqua;*/
        float: left;
    }
    #sention_2_4_text_m>h2{
        text-align: center;
        margin-top: 5%;
        font-size: 12px;
        font-weight: 300;
    }
    
    .t_1{
        font-size: 13px;
        font-weight: 500;
    }

    
     /* ---------------------section_2_4---- -------------*/
    
    
    
    #section_3{
        width: 100%;
        height: 550px;
        /*background-color:firebrick;*/
        float: left;
        position: relative;
    }
    
    #section_3_box_1{
        width: 100%;
        height: 200px;
        background-color: #2d51a3;
        float: left;
        margin-top: 50px;
    }
    
    #section_3_box_1>h1{
        text-align:center;
        margin-top: 50px;
        font-size: 14px;
        font-weight: 300;
        line-height: 30px;
        color: #fff;
    }
    
    #bold_7{
        font-size: 16px;
        font-weight: 500;
    }
    
    #section_3_box_2{
        width: 100%;
        height: 300px;
        /*background-color: aqua;*/
        float: left;
    }
    
    #section_3_text{
        width: 100%;
        height: 100px;
        /*background-color: dimgrey;*/
        margin: 0 auto;
        margin-top: 100px; 
    }
    
    
    #section_3_text>h2{
        text-align: center;
        font-weight: 400;
        font-size: 12px;
    }
    
    #bold_8{
        font-size: 15px;
        font-weight: 500;
    }
    
    #section_3_box_2_img1{
        width: 15%;
        height: 200px;
        /*background-color: darkslategrey;*/
        float: left;
        margin-left: 5%;
        margin-top: 40px;
        position: absolute;
        display: none;
    }
    
    #section_3_box_2_img1>img{
        width: 100%;
    }
    
    
    #section_3_box_2_img2{
        width: 9%;
        height: 280px;
        /*background-color: darkslategrey;*/
        margin-top: 48%;
        position: absolute;
        margin-left: 80%;
        display: none;
    }
    
    #section_3_box_2_img2>img{
        width: 100%;
    }
    
    /* ---------------------section_3-----------------*/
    
    
    #section_4{
        width: 100%;
        height: 660px;
        background-color:#f6f6f6;
        float: left;
    }
    
    #section_4_wrap{
        width: 100%;
        height: 620px;
        /*background-color:aquamarine;*/
        float: left;
    }
    
    #section_left{
        width: 50%;
        height: 440px;
        float: left;
        /*background-color: darkorchid;*/
    }
    
    #section_right{
        width: 50%;
        height: 440px;
        float: right;
        /*background-color: darksalmon;*/
    }
    
    .name_box_2{
        width: 30%;
        height: 40px;
        background-color: #434343;
        margin: 0 auto;
        margin-top: 100px;
    }
    
    .name_box_2>h2{
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: aliceblue;
        font-weight: 400;
    }
        
    .section_4_text_box{
        width: 100%;
        height: 130px;
        /*background-color: forestgreen;*/
        margin: 0 auto;
        margin-top: 60px;
    }
    
    .section_4_text_box>h2{
        font-size: 13px;
        text-align: center;
        line-height: 25px;
        font-weight: 400;
    }
    
    .one{
        font-size: 15px;
        font-weight: 500;
    }
    
    .section_4_arrow{
        width: 10%;
        height: 50px;
        /*background-color: aqua;*/
        margin: 0 auto;
    }
    
    .section_4_arrow>img{
        width: 100%;
    }
    
    .section_4_text_2{
        width: 100%;
        height: 50px;
        /*background-color:darkgreen;*/
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .section_4_text_2>h2{
        text-align: center;
        font-size: 13px;
        font-weight: 400;
    }
    
    .one_2{
        font-size: 15px;
        color:  #f24d4d;
        font-weight: 500;
    }
    
    
    /* ---------------------section_4-----------------*/
    
    

    
    #section_text{
        width: 100%;
        height: 100px;
        /*background-color: dimgrey;*/
        margin: 0 auto;
        margin-top: 90px;
        display: none;
    }
    
    #section_text>h2{
        text-align: center;
        line-height: 40px;
        font-weight: 400;
        font-size: 13px;
    }
    
    #section_text_m{
        width: 100%;
        height: 100px;
        /*background-color: dimgrey;*/
        margin: 0 auto;
        margin-top:480px;
    }
    
    #section_text_m>h2{
        text-align: center;
        line-height: 30px;
        font-weight: 400;
        font-size: 13px;
    }
    
    .one_3{
        font-size: 15px;
        font-weight: 500;
    }
    
    
    
    
    
    
    
    
    /*------------------------------------------------*/
    
    
    
    
     #cbm_section_1{
        height: 700px;
        background-image: url(../img/tabmain.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    #logo{
        width: 80px;
        height: 65px;
        margin-left: 10%;
        margin-top: 25px;
        float: left;
    }
    
    #logo img{
        width: 100%;
    }
    
    
    #sec_1_main_txt{
        width: 100%;
        height: 150px;
        margin: 450px auto 0 auto;
    }
    
    #sec_1_main_txt>h2{
        font-size: 40px;
        font-weight: 300;
        text-align: center;
    }
    
    
    #big_txt{
        font-weight: bold;
    }
    
    
    #sec_2_sub_txt{
        width: 100%;
        height: 100px;
        margin: 20px auto 0 auto;
    }
    
    #sec_2_sub_txt>p{
        font-size: 14px;
        font-weight: 100;
        text-align: center;
    }
    
    #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_end----------------------------*/    
    
    
    #cbm_section_2{
        height: 650px;
        
    }
    
    
    
    #sec_2_main_txt{
        width: 92%;
        height: 190px;
        margin: 60px auto 0px auto;
    }
    
    
    #sec_2_main_txt>p{
        width: 680px;
        font-weight: 300;
        font-size: 12px;
        padding-right: 80px;
    }
    
    
    #why{
        font-weight: bold;
        font-size: 17px;
        
    }
    
    
    #small_txt_wrap{
        width: 100%;
        height: 200px;
        margin: 0 auto;
    }
    
    
    .boxes{
        width: 60.333%;
        height: 130px;
        margin: 0 auto;
    }
    
    
    .boxes>p{
        font-size: 13px;
    }
    
    
    .boxes>h4{
        width: 100%;
        height: 25px;
        font-size: 15px;
    }
    
    
    
     /*-----------------------------section_2_end----------------------------*/    
    
    
    
    
    
    #cbm_section_3{
        height: 1490px;
        background-color: #fafafa;
    }
    
    
    #sec_3_main_txt{
        width: 100%;
        height: 100px;
    }
    
    
    
    #sec_3_main_txt>h2{
        text-align: center;
        line-height: 80px;
        font-size: 35px;
        font-weight: bold;
        margin-top: 55px;
    }
    
    #sec_3_main_txt>p{
        width: 100px;
        height: 50px;
        text-align: center;
        line-height: 0px;
        margin-left: 67%;
        font-size: 12px;
    }
    
    
    
    #sec_3_sub_txt{
        width: 100%;
        height: 100px;
    }
    
    #left_txt{
        width: 100%;
        height: 60px;
        font-size: 22px;
        font-weight: 200;
        text-align: center;
        margin-top: 30px;
    }
    
    
    
    #arrow{
        width: 25px;
        height: 32px;
        /*margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;*/
        margin: 0 auto;
        display: none;
    }
    
    
    
    #arrow>img{
        width: 100%;
    }
    
    
    
    #arrow_m{
        width: 20px;
        height: 25px;
        /*margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;*/
        margin: 0 auto;
    }
    
    
    
    #arrow_m>img{
        width: 100%;
        height: 100%;
    }
    
    
    
    
    #right_txt{
        width: 100%;
        height: 40px;
        font-size: 22px;
        font-weight: 500;
        line-height: 100px;
        text-align: center;
    }
    
    
    
    
    #left_box{
        width: 100%;
        height: 440px;
        margin-top: 110px
    }
    
    
    #right_box{
        width: 100%;
        height: 600px;
        float: left;
        margin-top: 110px
    }
    
    
    #left_txt_all{
        width: 100%;
        height: 100%;
    }
    
    
    #right_txt_all{
        width: 100%;
        height: 100%;
        float: left;
    }
    
    
    
    
    
    #other{
        text-align: center;
        font-size: 30px;
    }
    
    
    #cbm_box{
        text-align: center;
        margin-top: 30px;
        font-size: 25px;
    }
    
    #fee, #handle, #totalprice{
        text-align: center;
        font-size: 25px;
        margin-top: 40px;
    }
    
    
    #totalprice{
        font-size: 20px
    }
    
    
    
    
    
    
    
     /*-----------------------------section_3_end----------------------------*/    
    
    
    
    
    
    
    #cbm_section_4{
        height: 470px;
        
    }
    
    
    #sec_4_main_txt{
        width: 100%;
        height: 100px;
        margin-top: 120px;
    }
    
    
    
    #sec_4_main_txt>p{
        text-align: center;
        font-size: 18px;
        font-weight: 100
    }
    
    
    #blue_txt{
        color: #2d51a3;
        font-weight: bold;
        
    }
    
    
    #sec_4_sub_txt{
        width: 100%;
        height: 100px;
        text-align: center;
        float: left;
        margin-top: 70px
    }
    
    
    
    #sec_4_sub_txt>h2{
        font-size: 15px;
    }
    
    
    
     /*-----------------------------section_4_end----------------------------*/    
    
    
    
    
    
    #cbm_section_5{
        height: 400px;
          background-color: #fafafa;
    }
    
    
    
    #sec_5_main_txt{
        width: 100%;
        height: 100px;
        margin: 55px auto 10px auto;
    }
    
    #sec_5_main_txt>h2{
        font-size: 25px;
        text-align: center;
        line-height: 100px;
    }
    
    
    
    #sec_5_sub_txt{
        width: 100%;
        height: 60px;
        margin: 0 auto;
    }
    
    #sec_5_sub_txt>p{
        text-align: center;
        font-weight: 300;
    }
    
    #sec_5_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_5_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*/