    #quick{ width:130px; height: auto; border: 3px solid #fff; box-shadow: 2px 2px 2px #ccc; border-radius: 10px; overflow: hidden; }
    #quick h4{ font-size: 20px; font-weight: bold; text-align: center; background-color: #FED929; padding: 5px; box-sizing: border-box; }
    #quick .q_m_wrap{ padding-top: 20px; padding-bottom: 20px; background-color: #fff; }
    #quick .q_m_wrap h5{ font-size: 16px; text-align: center; color: #333; margin-bottom: 20px; }
    #quick .q_m_wrap span{ display: block; text-align: center; font-size: 40px; font-weight: bold; color: #FF4200; line-height: 45px; }
    #quick .q_b_wrap { background-color: #333; padding-top: 20px; padding-bottom: 20px; }
    #quick .q_b_wrap p{ font-size: 20px; font-weight: bold; color: #fff; text-align: center; margin-bottom: 20px; }
    #quick .q_b_wrap a{ display: block; width: 80%; height: 30px; margin: 0 auto; background-color: orange; border-radius: 30px; text-align: center; line-height: 30px; font-size: 20px; color: #fff; font-weight: bold; background: linear-gradient( to bottom, #FD8400, #FA4401 ); }
