    #lost{
        background-color: #FFF;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 100vw;
    }
    #lost p{
        font-family: var(--font-sans);
    }
    #lost .lost-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .lost-wrap .lost-header{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
        padding-bottom: 9.3125rem;
        height: 60vh;
        justify-content: end;
    }
    .lost-wrap .lost-header img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .lost-wrap .lost-header .header-info {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: calc(12.15rem + var(--header-height));
        gap: .8125rem;
    }
    
    .lost-wrap .lost-header p{
        color: var(--white-color);
        text-align: center;
        line-height: 100%;
        letter-spacing: -0.03125rem;
        z-index: 1;
    }
    .lost-wrap .lost-header p.eng {
        font-size : var(--font-size-24);
        font-weight: 500;
        margin-bottom: .8125rem;
    }
    .lost-wrap .lost-header p.kor {
        font-size : var(--font-size-36);
        font-weight: 700;
    }
    .lost-header::after {
        content: '';
        display: block;
        width: 100%;
        height: .6875rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #000 0%, #671AEB 41.83%, #F1E5FF 97.6%);
    }
    .lost-form {
        display: flex;
        width: 100%;
        padding: 5rem 39.06rem;
    }
    .lost-form>#actForm {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .lost-form>#actForm .item:not(.agree-group) {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        position: relative;
    }


    .lost-form>#actForm label {
        font-size: var(--font-size-16);
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 1.5rem */
        letter-spacing: -0.03125rem;
    }

    .lost-form>#actForm>.form-group {
        display: flex;
        gap: 1.25rem;
        width: 100%;
    }
    .lost-form>#actForm>.form-group input{
        width: 20.3125rem;
    }

    .lost-form>#actForm input::placeholder {
        color: #AFAFAF;
    }

    .lost-form>#actForm input:not(.datepicker):not(#agree){
        padding: .75rem 1rem;
    }
    .lost-form>#actForm input[type="number"]{
        outline: none;
    }
    .lost-form>#actForm input[type="text"],
    .lost-form>#actForm input[type="number"] {
        border-radius: 5px;
        border: 1px solid #DEDEDE;
        background-color: #FFF;
        
        height: 3rem;

        font-size: var(--font-size-16);
        font-weight: 400;
        line-height: 150%; /* 1.5rem */
        letter-spacing: -0.03125rem;
    }
    .lost-form>#actForm select {
        font-size: var(--font-size-16);
        color: #AFAFAF;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.03125rem;
        border: 1px solid #DEDEDE;
        background-color: #FFF;
        border-radius: 5px;
        padding: 0.75rem 1rem;
        width: 20.3125rem;
        height: 3rem;
    }
    .e {
        display: flex;
        flex-direction: row;
    }

    .addr-group .item{
        justify-content: end;
    }
    .email-center{
        border: 1px solid #DEDEDE;
        border-left: none;
        border-right: none;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 100%;
    }
    .email_id{
        border-radius: 5px 0 0 5px!important;
        border-right: none!important;
    }
    .email_domain{
        border-radius: 0 5px 5px 0!important;
        border-left: none!important;
    }
    .item>div {
        display: flex;
        justify-content: space-between;
    }

    .item>div>p {
        font-size: var(--font-size-16);
        color: #515151;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 1.5rem */
        letter-spacing: -0.03125rem;
    }
    .item.agree-group {
        padding: 1rem;
        border-radius: 5px;
        border: 1px solid #DEDEDE;
        background: #FFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .item.agree-group .agree-svg{
        border: none;
        background: transparent;
    }
    .agree-content {
        display: none;
        margin-top: -1rem;
        border-radius: 0.3125rem;
        border: 1px solid #DEDEDE;
        background: #FFF;
        padding: 1rem;
        height: 180px;
        overflow-y: auto;
    }
    .item.agree-group>div {
        display: flex;
        gap: 1rem;
    }
    .item.agree-group strong {
        font-size: var(--font-size-18);
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 1.6875rem */
        letter-spacing: -0.03125rem;
        color: var(--primary-color);
    }

    .item.agree-group p {
        font-size: var(--font-size-18);
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.03125rem;
        color: #000;
    }
    .btn-area {
        width: 100%;
        display: flex;
        margin-top: 1.5rem;
        justify-content: center;
    }

    .btn-area>.lost-btn {
        padding: .75rem 5.2125rem;
        border-radius: 5px;
        border: none;
        background: var(--primary-color);
        align-items: center;
        font-size: var(--font-size-16);
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 1.5rem */
        letter-spacing: -0.03125rem;
        color: #FFF;
    }
    .item.agree-group>div>label {
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    .agree-text {
        display: flex;
        align-items: center;
    }
    @media screen and (max-width: 767.9px) {
        .lost-form>#actForm select,
        .lost-form>#actForm input:not(#agree){
            width: 100%;
            height: 2.5rem;
        }
        .lost-form>#actForm>.form-group input{
            width: 100%;
        }
        .lost-wrap .lost-header{
            height: 25vh;
            padding-bottom: 2.5rem;
        }
        .lost-wrap .lost-header .header-info{
            padding-top: calc(2.8125rem + var(--header-height));
            gap: 0;
        }
        .lost-wrap .lost-header p.eng{
            font-size: var(--font-size-16);
            margin-bottom: 0;
            line-height: 150%; /* 1.6875rem */
        }
        .lost-wrap .lost-header p.kor{
            font-size: var(--font-size-25);
            line-height: 140%; /* 2.8125rem */
        }
        .lost-form{
            padding: 1.875rem 1rem;
        }
        .lost-form>#actForm>.form-group{
            flex-direction: column;
            gap: 2.5rem;
        }
        .lost-form>#actForm>.addr-group{
            flex-direction: column;
            gap: .625rem;
        }
        .lost-form>#actForm{
            gap: 2rem;
            width: 100%;
        }
        .lost-form>#actForm label{
            font-weight: 700;
            line-height: 100%;
        }
        .lost-form>#actForm select{
            padding: .875rem 1rem;
            font-size: var(--font-size-14);
            line-height: 100%;
            height: unset;
        }
        .lost-form>#actForm input[type="text"],
        .lost-form>#actForm input[type="number"]{
            font-size: var(--font-size-14);
            line-height: 100%;
            height: unset;
        }
        .item.agree-group>div{
            gap:.5rem;
        }
        .item.agree-group{
            padding:.0 1rem;
            height: 2.5rem;
        }
        .item.agree-group p,
        .item.agree-group strong{
            font-size: var(--font-size-12);
        }
        .btn-area{
            margin-top: 1rem;
        }
        .btn-area>.lost-btn{
            padding: .8125rem 0;
            width: 100%;
            text-align: center;
            font-size: var(--font-size-14);
        }
        #agree{
            width: 1.25rem;
            height: 1.25rem;
        }
    }