@media screen and (max-width:640px){

    body {
        font-size: 14px;
    }

    h1{
        font-size: 24px;
    }
    h2{
        font-size: 18px;
    }

    .ft{
        background-color: #ccc;
        color: #222;
        font-size: 14px;
        font-weight: bold;
        padding-left: 10px;

        padding-top: 15px;
        padding-bottom: 15px;

    }
    .fd{
        font-size: 14px;
        padding-left: 20px;

        padding-top: 15px;
        padding-bottom: 15px;

    }

    select{
        max-width: 95%;
    }
    input[type=text]{
        width: 90%;
    }
    .desc{
        font-size: 10px;
        display: inline-block;
    }
    #new_chk_btn_box_1{
        display: none;
    }
    #new_chk_btn_box_2{
        display: block;
    }
    .confirm_btn .btn {
        width: 90%;
        font-size: 16px;

    }
    a.header_link{
        font-size: 14px;
    }
    .ag_header{
        font-size: 10px;
    }
}