@media only screen and (max-width: 600px) {
    header .header-top {
        padding: 0px 0 0px 0;
    }
    header .header-top .menu {
        text-align: center;
        padding: 20px 0;
    }
    header .header-top .menu ul li.call a {
        font-size: 37px;
    }
    header .header-top .menu ul li a {
        font-size: 23px;
    }
    header .header-bottom {
        padding: 20px 0 40px 0;
        text-align: center;
    }
    header .header-bottom h3 {
        font-size: 24px;
        line-height: 30px;
    }
    header .header-bottom h2 {
        font-size: 41px;
    }
    header .header-bottom p {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .btn-1 {
        padding: 17px;
        width: 220px;
        text-indent: -999999px;
    }
    .content .section h2 {
        font-size: 40px;
    }
    .content .user-box {
        margin-left: 10px;
        margin-right: 10px;
    }
    .content .price-panel .price-box {
        margin: 0 10px;
    }
    .content .price-panel .price-box.center-box {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .content .user-box .user-box-content {
        padding: 30px 20px;
        text-align: center;
    }
    footer .footer-bottom .footer-menu ul {
        margin: 0px;
        padding: 0px;
    }
    footer .footer-bottom .footer-menu ul li {
        display: inline-block;
        padding: 0 10px;
    }
    footer .footer-bottom .footer-menu ul li a {
        font-size: 20px;
    }
    footer .footer-bottom .footer-copy p {
        font-size: 16px;
        line-height: 26px;
    }
    footer .footer-bottom .footer-copy {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}