    @media (max-width: 1024px) {
        .main-title {
            margin-bottom: 14%;
        }
        .main-title img {
            width: 50%;
        }
    }
    
    @media (max-width: 600px) {
        .sec_bg {
            background-image: url('/assets/images/bg_mb.webp');
        }
        .sec_info {
            background-image: url('/assets/images/bg_content_mb.jpg');
        }
        .btn-search {
            width: 350px;
        }
        .form-container {
            width: 100%;
            padding: 0 20px;
        }
        .btn-share,
        .btn-restart,
        .btn-plan {
            width: 350px;
        }
        .logo-container {
            top: -3px;
        }
        .footer-result {
            display: grid;
            margin-top: -30px;
        }
        footer {
            padding: 1rem 1rem 5rem;
        }
        .logo-smp {
            height: 45px;
            margin-bottom: 25px;
        }
        .sec_result {
            padding: 20px 0;
            border-radius: 0;
            margin-top: -120px;
        }
        .mbti-grid {
            gap: 5px;
        }
        .mbti-card {
            border-radius: 10px;
            padding: 5px;
        }
        .mbti-image {
            margin-bottom: 10px
        }
        .mbti-badge {
            font-size: 15px;
            margin-bottom: 5px;
        }
        .mbti-name {
            font-size: 13px;
        }
        .loading-box {
            width: 100%;
        }
        #home .content-center {
            justify-content: center;
        }
        .radio-option .radio-label p {
            font-size: 16px;
        }
        .main-title {
            margin-bottom: 5%;
        }
        .main-title img {
            width: 80%;
        }
    }
    
    @media (max-width: 414px) {
        .sec_bg {
            background-position: center;
            background-attachment: scroll;
        }
        .radio-option .radio-label p {
            font-size: 15px;
        }
        .radio-option .radio-label h2 {
            font-size: 20px;
        }
        .form-title {
            font-size: 27px;
        }
        .btn-search {
            width: 330px;
            font-size: 22px;
            padding: 7px;
        }
        .btn-share,
        .btn-restart,
        .btn-plan {
            width: 330px;
            font-size: 21px;
        }
        footer {
            font-size: 16px;
        }
        .progress-bar {
            height: 8px;
            margin-bottom: 30px;
        }
        .logo {
            width: 200px;
        }
        .sec_info {
            padding-top: 90px;
        }
        .loading-box h1 {
            font-size: 20px;
        }
        .loading-dots {
            font-size: 18px;
        }
        .radio-label {
            font-size: 20px;
        }
        .form-subtitle {
            font-size: 18px;
        }
        .autocomplete-item {
            font-size: 18px;
        }
        .search-input {
            font-size: 18px;
        }
        .form-input {
            font-size: 18px;
        }
        .btn-mbti {
            font-size: 20px;
        }
        .mbti-name {
            font-size: 12px;
        }
        .txt-contact h1 {
            font-size: 45px;
        }
        .checkbox-label {
            font-size: 16px;
        }
        .checkbox-input {
            width: 17px;
            height: 17px;
            margin-top: 4px;
        }
        input[type="checkbox"]::before {
            width: 17px;
            height: 17px;
            margin-top: -6px;
        }
        .result-mbti-image {
            margin: 30px auto 20px;
        }
        .footer-result {
            padding: 30px 0 0 0;
        }
        .option-text {
            line-height: 1.2;
        }
        .test-option {
            padding: 13px 25px;
        }
    }
    
    @media (max-width: 391px) {
        .test-option {
            padding: 13px 40px 13px 30px;
        }
    }