@charset "utf-8";

/** notebook */
@media screen and (max-width: 1024px) {
    
}

/** tablet */
@media screen and (max-width: 768px) {
    html { font-size: 18px; }
    main .test-detail .detail-container .test-bottom li {
        display: block;
    }

    main .test-detail .detail-container .test-bottom li .bogi .bogi-text:after {
        left: 0;
        bottom: 50%;
        transform: translate(-12px, 0) rotate(90deg);
    }
}

/** mobile */
@media screen and (max-width: 480px) {
    html { font-size: 16px; }
}