    .item-area {
        display: flex;
        gap: 1rem;
    }

    .item-time {
        display: flex;
        gap: 1rem;
        width: 89%;
    }

    .item-time-box {
        display: flex;
        gap: 1rem;
    }
    
    .dropdown {
        position: relative;
        flex-grow: 1;
        min-width: calc((100% / 2) - 0.5rem);
        /*font-size: 0.938rem;*/
    }
    .dropdown-button:disabled {
        border-color: #898992 !important;
        cursor: default;
    }
    .dropdown-button:disabled > img {
        opacity: 0.6;
    }
    .dropdown-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        border: 1px solid #BDBDC2;
        border-radius: 4px;
        cursor: pointer;
        width: 100%;
        padding: 2rem;
        /*font-size: 0.875rem;*/
        color: #A2A2A9;
        height: 2rem;
    }
    .dropdown-button span {
        color: #A2A2A9 !important;
    }
    .dropdown-button:disabled span {
        color: #A2A2A9 !important;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        border-radius: 4px;
        z-index: 1;
        max-height: 300px;
        overflow-y: auto;
        list-style: none;
        padding: 0;
        margin: 0;
        /*font-size: 0.875rem;*/
    }
    .dropdown-content.show {
        display: block;
    }
    .dropdown-item {
        display: flex;
        align-items: center;
        padding: 0.5rem 1rem;
        cursor: pointer;
        min-height: 36px;
    }
    .dropdown-item:hover {
        font-weight: bold;
    }
    .dropdown-item span {
        flex: 1;
    }
    .dropdown-item:hover {
        background-color: #f1f1f1;
    }

    @media (max-width: 1210px) {
        .item-time-box {
            flex-direction: column;
        }

        .item-time {
            width: 100%;
        }


        .tab-menu {
            flex-wrap: wrap;
        }
    }

    .item-area .dropdown {
        flex-grow: 1;
        min-width: calc((100% / 3) - 0.5rem);
    }


    .tab-menu {
        display: flex;
        gap: 0.5rem;
    }
    .tab-radio {
        display: none;
    }
    .tab-label {
        width: auto;
        border: 1px solid #BDBDC2;
        border-radius: 30px;
        color: #A2A2A9;
        text-align: center;
        display: flex;
        align-items: center;
        padding: 0px 12px;
        justify-content: center;
        cursor: pointer;
        position: relative;
        white-space: nowrap;
        background-color: #fff;
        /*height: 2rem;*/
    }
    .tab-radio:checked + .tab-label {
        color: #fff;
        background-color: #56565D;
    }

    .terms-box {
        margin-top: 20px;
    }

    .terms-box .terms-main-title .axi-ion-android-checkmark {
        margin-left: 0;
        margin-right: 3px;
        vertical-align: middle;
    }

    .terms-box .terms-main-title i {
        color: #ff0000;
        font-size: 10px;
        vertical-align: middle;
        margin-left: 3px;
    }

    .terms-box .terms-main-title {
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .terms-box .terms-container-box {
        height:18rem;
        overflow: hidden;
        border: 1px solid #e8e8e8;
        border-radius: 4px;
    }

    .terms-box .terms-container {
        overflow-y: scroll;
        width: 100%;
        padding: 0.375rem 1rem;
        color: #3D3D42;
        height: 100%;
    }
    .terms-box .terms-container .terms-title {
        font-size: 1.8rem;
        font-weight: 600;
    }
    .terms-content {
        margin-top: 10px;
        font-size: 1.5rem;
    }
    .terms-box .terms-container .terms-content p {
        font-size: inherit;
        margin: 0.3rem auto;
    }
    .terms-box .terms-container .sub-list {
        padding-left: 1.25rem;
        list-style: none;
    }
    .terms-box .terms-container .detail-list {
        padding-left: 20px;
        list-style: none;
    }
    .terms-box .terms-container .notice {
        color: #666;
        margin-top: 0.938rem;
    }
    .terms-box .terms-container .sub-list li,
    .terms-box .terms-container .detail-list li {
        position: relative;
        padding-left: 0.75rem;
    }

    .agreement-label-box {
        margin-top: 10px;
    }

    .agreement-label {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }

    .agreement-text {
        font-size: 1.3rem;
        color: #333;
    }



    .formBox { width:100%; }
    .formBox .formBoxItem {
        display: flex;
        margin-bottom: 1rem;
    }
    .formBox .formBoxItem p {
        background: #f6f7f9;
        font-size: 1.6rem;
        color: #444444;
        font-weight: 400;
        padding: 0 2rem;
        vertical-align: middle;
        text-align: left;
        border: 1px solid #e8e8e8;
        display: flex;
        align-items: center;
        gap: 5px;
        width:15%;
    }

    .formBox .formBoxItem p.discovery_path_box {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .formBox .formBoxItem p.axi-ion-android-checkmark {
        margin-left: 0;
        margin-right: 3px;
        vertical-align: middle;
    }
    .formBox .formBoxItem p i {
        color: #ff0000;
        font-size: 10px;
        vertical-align: middle;
        margin-left: 3px;
    }

    .formBox .formBoxItem div.formBoxItemBox {
        width: 85%;
        position: relative;
        padding: 1rem 1.5rem;
        border: 1px solid #e8e8e8;
        font-size: 14px;
        vertical-align: middle;
        line-height: 4rem;
    }

    .formBox .formBoxItem div.formBoxItemBox.size1 input[type="text"] {
        width: 10%;
    }


    @media (max-width: 1100px) {
        .formBox .formBoxItem {
            flex-direction: column;
        }
        .formBox .formBoxItem p {
            width: 100%;
            line-height: 4rem;
        }
        .formBox .formBoxItem p.discovery_path_box {
            flex-direction: unset;
            align-items: flex-start;
            justify-content: flex-start;
        }
        .formBox .formBoxItem div.formBoxItemBox {
            width: 100%;
        }


        .item-time .dropdown-button {
            font-size: 1.2rem;
        }

        .item-area .dropdown-button {
            font-size: 1.2rem;
        }

        .formBox .formBoxItem div.formBoxItemBox.size1 input[type="text"] {
            width: 20%;
        }

        .tab-label {
            font-size: 1.2rem;
        }
    }