.top-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 100px 20px;
}

.top-banner h2 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

.top-banner h1 {
    color: #333;
    font-size: 34px;
    font-weight: 600;
}

.top-banner p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.inquiry-box {
    background: #F9F9F9;
    padding: 50px 20px;
}


.emptyBox {
    width: 100%;
    border-bottom: 2px solid #c5c5c5;
}

.contactus-form {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    gap: 30px;
    width: 100%;
}

.contactus-title {
    padding-bottom: 60px;
    font-size: 48px;
    color: #0e0e0e;
    font-weight: 700;
}

.contactus-form-title {
    color: #0e0e0e;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}

.input-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #0E0E0E;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

.sub-ment {
    font-size: 16px;
    font-weight: 700;
    color: #454545;
}

.textField {
    box-sizing: border-box;
    width: 100%;
    padding: 14px 21px;
    border: 1px solid #c5c5c5;
    background: #fff;
    color: #0E0E0E;
    font-weight: 300;
}

.checkBox {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 144px;
    color: #0E0E0E;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.checkBox > input {
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 1px solid #C5C5C5;
    background: #FFF;
    accent-color: #0e0e0e;
}

.projectExplanation {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    padding: 9px 12px;
    border: 1px solid #c5c5c5;
    background: #fff;
    color: #0E0E0E;
    font-weight: 300;
    resize: none;
}

.projectExplanation::-webkit-scrollbar {
    display: none;
}

.site-img-box {
    display: flex;
    gap: 10px;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.site-img-box .site-img-btn {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: #353535;
    position: relative;
}

.buttonBox {
    box-sizing: border-box;
    width: 100%;
}

.submit-button {
    width: 100%;
    padding: 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    height: 50px;
    background: #353535;
}

#contact-layout > p:nth-last-of-type(1) {
    padding-top: 40px;
    color: #0E0E0E;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px; 
}

.file-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
}

.file-list div {
    display: flex;
    justify-content: space-between;
}

.file-list .file-name {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-right: 14px;
}

.file-list div img {
    margin-right: 10px;
}

.file-list .remove-btn {
    cursor: pointer;
}

.check-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 15px;
    font-weight: 300;
}

.check-box span {
    display: flex;
    gap: 10px;
}

@media (max-width: 1440px) {

    .company-info {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 40px;
        
    }    
}

@media (max-width: 910px) {
    .contactus-title {
        font-size: 58px;
        padding-bottom: 20px;
    }

    .contactus-form-title {
        font-size: 28px;
    }

    .sub-ment {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    
    .sub-ment span {
        display: block;
    }
}

@media (max-width: 500px) {
    .top-banner {
        padding: 40px 20px;
        padding-top: 100px;
    }

    .top-banner h2 {
        font-size: 16px;
    }

    .top-banner h1 {
        font-size: 24px;
    }

    .top-banner p {
        font-size: 11px;
    }

    .inquiry-box {
        padding: 20px;
    }

    .contactus-form {
        gap: 15px;
    }

    .contactus-title {
        font-size: 24px;
        padding-bottom: 0px;
    }

    .contactus-form-title {
        font-size: 18px;
        line-height: 30px;
    }

    .company-container {
        font-size: 14px;
        gap: 10px;
        text-align: unset;
        align-items: unset;
    }

    .company-info {
        gap: 20px;
        padding-bottom: 30px;
    }

    .company-container > p:nth-of-type(2) {
        font-size: 16px;
    }

    .input-box {
        font-size: 16px;
        gap: 10px;
    }

    .textField {
        font-size: 14px;
        padding: 14px 12px;
    }

    .month-box input {
        padding: 14px 7px;
    }

    .checkBox {
        margin-bottom: 0px;
        font-size: 14px;
        gap: 10px;
    }

    .checkBox > input {
        width: 18px;
        height: 18px;
    }

    .submit-button {
        font-size: 16px;
    }

    #contact-layout > p:nth-last-of-type(1) {
        font-size: 16px;
    }

    .company-container > div {
        gap: 10px !important;
    }

    .company-container > div img {
        width: 18px;
    }

    .projectExplanation {
        font-size: 14px;
    }
}