/* register.css - Professional Clean Theme */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");

* {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important;
}

body {
    width: 100%;
    font-size: 62.5%;
    background-color: #f8fafc;
}

a {
    color: #2563eb;
    text-decoration: none;
}

#wrap {
    width: 100%;
    height: 100%;
}

#container {
    width: 100%;
}

/* container */
/* join box */
#container .join {
    margin: 0 auto;
    margin-top: 100px;
    width: 90%;
    max-width: 340px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

#container .join table {
    width: 100%;
}

#container .join caption {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: #0f172a;
}

#container .join table tr {
    width: 100%;
    text-align: left;
}

#container .join table tr th {
    width: 100%;
    float: left;
    font-size: 0.8rem;
    color: #475569;
    text-indent: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}

#container .join table tr td {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#container .join table tr td input {
    width: 100%;
    height: 35px;
    border-radius: 30px;
    border: 1px solid #cbd5e1;
    box-sizing: border-box;
    text-indent: 10px;
    font-size: 0.9rem;
    color: #0f172a;
    transition: border-color 0.2s ease;
}

#container .join table tr td input::placeholder {
    color: #94a3b8;
    text-indent: 10px;
}

#container .join table tr td input:focus {
    outline: none;
    border-color: #2563eb;
}

#container .join .invalid-feedback {
    display: block;
    color: #ef4444;
    font-size: 0.8rem;
    margin-top: 5px;
    padding-left: 10px;
}

#container .join .joinBtn {
    margin: 50px 0 20px 0;
}

#container .join .joinBtn button {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background-color: #2563eb;
    border: 1px solid #2563eb;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.25s ease-in-out;
}

#container .join .joinBtn button:hover {
    color: #2563eb;
    background-color: #ffffff;
    border: 1px solid #2563eb;
}

#container .join .joinBtn button:focus {
    outline: none;
}

#container .join p {
    font-size: 0.8rem;
}

#container .join p a {
    color: #475569;
    padding-left: 5px;
    font-weight: 400;
}

#container .join p:nth-of-type(2) a {
    color: #2563eb;
    font-weight: 700;
}

/* Service agreements text area */
#container .join table tr .service_t {
    text-indent: 0px;
    color: #2563eb;
    font-weight: 700;
}

#container .join table .service_content {}

#container .join table .service_content .area_content {
    overflow-y: auto;
    overflow-x: hidden;
    width: 95%;
    height: 120px;
    padding: 10px;
    line-height: 1.7;
    font-size: 1.1rem;
    color: #64748b;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    background-color: #f8fafc;
    margin-bottom: 5px;
    resize: none;
}

#container .join table .service_content .agree_content {
    font-size: 0.8rem;
    color: #475569;
    vertical-align: middle;
}

#container .join table .service_content .agree_check {
    width: 20px;
    height: 15px;
    vertical-align: middle;
}

/* sweetalert popup custom */
.swal2-popup {
    border-radius: 10px !important;
}

/* pc */
@media (min-width: 1024px) {
    #wrap {
        font-size: 1.2rem;
    }

    .button_container {
        display: none;
    }
    .overlay {
        display: none;
    }
}
