@media (min-width:600px) {
    #headerwrap {
        width: 100%;
        height: 60px;
        
        background: #fff;
        
        padding:0px;
    }

    .header {
        width: 100%;
        height: 60px;
        background: #fff;  position:fixed; z-index: 999;
        


    }
    
    .header_m_auto { width:100%; height:100%; display: flex; justify-content: space-between; align-items: center; }


    .header .logo img {
        width: 200px;
        z-index: 200;
        margin:4px 0 0 20px; 

    }

    .header_m_auto  .menu_btn {
      
       height:auto;
        width: 300px; padding:0 15px 5px 0;
    }

    .menu_btn button {
        width: 90px;
        height: 30px;
        background: #ef7a1a;
        border-radius: 20px;
      border:0;
        color: #fff;
        font-size: 17px;
        line-height: 20px;
        cursor: pointer;
    }

    .menu_btn img {
        display: none;
    }

    .menu_btn .btn_login {
        display: block;
        width: 25px;
        height: 25px;
        margin: 1px -15px 0 0;
    }

    .menu_btn .sub {
        display: flex;
        justify-content: space-around; align-items: center; 
    }

   .menu_btn .sub_a {
        display: flex;
        justify-content: center;
        position: absolute;
        right: 0;
    }

    .menu_btn .sub_a li {
        margin: 2px 10px 0 0;
    }

    .menu_btn .sub_a li a {
        color: #444;
        font-weight: bold;
        font-size: 16px;
        display: flex;
    }

    .menu_btn .sub li {
        margin: 7px 0 0 0;
    }

    .menu_btn .sub li a {
        color: #444;
        font-weight: bold;
        font-size: 15px;
        display: flex;
    }

    .menu_btn .sub li a img {
        display: block;
        width: auto;
        height: 19px;
        margin: 0 5px 0 0;
    }

    .menu_bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        display: none;
    }

    .sidebar_menu {
        width: 50%;
        height: 100%;
        background: #fff;
        position: absolute; display:none !important;
        top: 0;
        right: -50%;
        z-index: 500;
        display: none; min-width:250px;

    }

    .close_btn {
        width: 25px;
        height: 25px;
        margin: 200px; 
    }

    .close_btn > a {
        display: block;
        width: 100%;
        height: 100%; z-index: 9999;
    }

    .menu_wrap {
        list-style: none;
        display: none;
    }

    .menu_wrap .login {
        background: #ddd;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .menu_wrap .login .a {
        text-align: center;
        font-size: 15px;
    }

    .menu_wrap .login li {
        text-align: center;
        line-height: 50px;
        font-size: 15px;
        width: 290px;
    }

    .menu_wrap .sub li {
        text-align: center;
        line-height: 50px;
        font-size: 15px;
        width: 250px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#707070+0,000000+100&0.33+0,0+100 */
        background: -moz-linear-gradient(top, rgba(112, 112, 112, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(112, 112, 112, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(112, 112, 112, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54707070', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */


    }


    .menu_wrap li a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }

    .menu_wrap li input {
        width: 200px;
        height: 40px;
        margin: 10px 0 0 0;
        padding: 7px;
        border: none;
        border-radius: 5px;
    }

    .btn_1 {
        display: flex;
        justify-content: space-between;
        width: 83%;
        margin: 10px 0 0 0;
    }

    .btn_1 button {
        border: none;
        width: 90px;
        height: 30px;
        background: #ef7a1a;
        border-radius: 5px;
        color: #fff;
    }







    /*---- 푸터 ----*/

#wrap {
        height:auto;
        min-height:100%;
        padding-bottom: 0px;
       
    }
    footer {
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #e5e5e5;
        margin: 0;
        padding: 1px;
            position:relative;
        margin-top:-90px;


    }

    #footerbox {
        width: 100%;
        height: 100%;
        display: flex;

    }

    #footerbox .logo {

        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #footerbox .logo img {
        width: 200px;
        margin: 0 0 0 60px;
    }

    #footerbox .textbox {
        width: 100%;
        /* height: 75%; */
        display: flex;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        margin: 10px 0 0 0px;
    }

    #footerbox .textbox .footernav {
        width: 100%;
        height: 50px; display: flex; justify-content: center;
        
        
    }
    
      #footerbox .textbox .text p:nth-of-type(3) {
        font-size:14px; text-align:center;

    }

    #footerbox .textbox .footernav ul {
        display: flex;
        justify-content: center;
        width: 70%;
        height: 100%;
        align-items: center;
    }

    #footerbox .textbox .footernav .line {
        width: auto;
        border-bottom: 1px solid #ddd;
    }


    #footerbox .textbox .footernav ul li {
        color: #888;
        font-weight: bold;
        width: 100px;
        text-align: center;

    }

    #footerbox .textbox .footernav ul li:nth-of-type(3) {
        color: #888;
        font-weight: bold;
        width: 150px;
        text-align: center;

    }



    #footerbox .textbox .footernav ul li:nth-of-type(5) {
        color: #888;
        font-weight: bold;
        width: 150px;
        text-align: center;

    }

    #footerbox .textbox .footernav ul li:nth-of-type(7) {
        color: #888;
        font-weight: bold;
        width: 150px;
        text-align: center;

    }

    #footerbox .textbox .footernav ul li a {
        color: #333;
        font-weight: bold;
        font-size: 13px; white-space: nowrap;

    }

    #footerbox .textbox .footernav ul li a:hover {
        color: #000;
    }

    #footerbox .textbox .text {
        width: 90%;
        /* height: 80px; */
        font-size: 12px;
        font-weight: bold;
        margin: 5px 0 0 43px;

    }

    #footerbox .textbox .text p {
        margin: 0;
        color: #888;

    }
}