section {
    width:100%;
    /* height: 100vh; */
    margin:0 auto;
}
.non-bg {
    height:50vh !important;
}
@media (max-width: 1920px) {
    #sub_content {
        padding-top:0 !important;
    }
    .non-bg {
        height:60vh !important;
    }
}

.apply-banner {
    width:100%;
    max-width:1440px;
    height:100%;
    margin:0 auto;
    padding:0 20px;
    margin-bottom:150px;
    position: relative;
}
.apply-banner::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url("/image/site/apply_banner.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    pointer-events: none;
}
.apply-banner > img {
    width:100%;
    height:100%;
    object-fit: cover;
}

.apply-content {
    width:100%;
    max-width:1440px;
    margin:0 auto;
    padding:0 20px;
    margin-bottom:150px;
}
.apply-content-box {
    width:100%;
    display:grid;
    grid-template-columns: 200px 1fr;
    gap:150px;
    margin-bottom:150px;
}
.apply-content-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 100%;
    color:#000;
    font-family: "Godo B";
}
.apply-content-item {
    width:100%;
    display:flex;
    flex-direction: column;
    gap:20px;
}

.apply-content-item > h2 {
    color: #EF2E4F;
    font-family: "Godo B";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
}

.apply-content-item > p {
    color: #000;
    font-family: "NS_B";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    display:flex;
    align-items: center;
    gap:10px;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 20px;
}
.apply-content-item > p.bd-none {
    border-bottom: none;
}

.apply-content-box-item-list {
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
}
.apply-content-box-item-list-item {
    width:100%;
    display:grid;
    grid-template-columns: 350px 1fr;
}
.apply-content-box-item-title {
    width:100%;
    display:flex;
    flex-direction: column;
    gap:10px;
    padding:35px;
    border: 2px solid #000;
    background:#EF2E4F;
    color:#fff;
}
.apply-content-box-item-title > h2 {
    font-family: "Godo B";
    font-size: 28px;
    font-weight: 400;
}
.apply-content-box-item-content {
    width:100%;
    display:flex;
    flex-direction: column;
    gap:10px;
    padding:35px;
    border:2px solid #000;
    border-left:none;
    color: #000;
    font-family: "NS_B";
    font-size: 22px;
    font-weight: 700;
    line-height:1.5;
}

.apply-grid-item-list {
    width:100%;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:40px;
}
.apply-grid-item-list-item {
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0;
}
.apply-grid-item-list-item-thumb {
    width: 100%;
    margin-bottom: 20px;
}
.apply-grid-item-list-item-thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.apply-grid-item-list-item-title {
    margin-bottom: 15px;
}
.apply-grid-item-list-item-title > h2 {
    font-family: "Godo B";
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #EF2E4F;
    margin: 0;
}
.apply-grid-item-list-item-content {
    width: 100%;
}
.apply-grid-item-list-item-content > p {
    font-family: "NS_B";
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #000;
    margin: 0;
}
.apply-btn {
    width: 234px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 35px;
    background: #EF2E4F;
    color: #FFF;
    font-family: "Godo B";
    font-size: 24px;
    font-weight: 400;
    display:flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border:none;
    cursor:pointer;
    transition: all 0.3s ease;
    margin:0 auto;
    margin-bottom:50px;
    &:hover {
        background: #E9AAB5;
        color:#fff;
    }
}
.apply-btn:hover {
    background: #E9AAB5;
    color:#fff;
}

.intro-content-text {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.intro-content-text h2 {
    font-weight: 400;
    font-size: 46px;
    font-family: "Godo B";
    margin: 0;
}

.intro-content-text p {
    font-weight: 400;
    font-size: 24px;
    font-family: "Godo";
    color: #373737;
    text-align: center;
    line-height: 36px;
    margin: 0;
}

.intro-content-img {
    /* margin-bottom: 50px; */
    position: relative;
}

.intro-content-img img {
    display: block;
}

.intro-content-img > p.bg-text {
    color: #fff !important;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-family: "Godo B";
    margin: 0;
}

.color-text {
    color: #EF2E4F;
    font-family: "Godo B";
    font-size: 24px;
    text-align: center;
    margin: 0;
    margin-bottom:150px;
}

[data-fade] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-fade].is-visible {
    opacity: 1;
    transform: translateY(0);
}

[data-fade-delay="1"] {
    transition-delay: 0.15s;
}

[data-fade-delay="2"] {
    transition-delay: 0.3s;
}

/* 모바일 반응형 스타일 */
@media screen and (max-width: 1024px) {
    .apply-content-box {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 100px;
    }

    .apply-content-title {
        font-size: 36px;
    }

    .apply-content-box-item-list-item {
        grid-template-columns: 1fr;
    }

    .apply-content-box-item-content {
        border-left: 2px solid #000;
        border-top: none;
    }

    .apply-grid-item-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .apply-grid-item-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .apply-grid-item-list-item-thumb {
        margin-bottom: 15px;
    }

    .apply-grid-item-list-item-title {
        margin-bottom: 10px;
    }

    .apply-grid-item-list-item-title > h2 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .apply-grid-item-list-item-content > p {
        font-size: 0.95rem;
        line-height: 1.7;
    }
    .non-bg {
        height: 40vh !important;
    }

    .apply-banner {
        padding: 0 20px;
        margin-bottom: 80px;
        height: 350px;
    }

    .apply-banner > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .apply-banner::after {
        bottom:5px;
        background-size: contain;
        background-position: center bottom;
    }

    .apply-content {
        padding: 0 20px;
        margin-bottom: 80px;
    }

    .apply-content-box {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .apply-content-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .apply-content-item {
        gap: 15px;
    }

    .apply-content-item > h2 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .apply-content-item > p {
        font-size: 0.95rem;
        line-height: 1.7;
        padding-bottom: 15px;
        align-items: flex-start;
        /* flex-wrap: wrap; */
    }

    .apply-content-item > p img {
        width: 20px;
        height: 20px;
    }

    .apply-content-box-item-list {
        gap: 15px;
    }

    .apply-content-box-item-list-item {
        grid-template-columns: 1fr;
    }

    .apply-content-box-item-title {
        padding: 25px 20px;
    }

    .apply-content-box-item-title > h2 {
        font-size: 20px;
    }

    .apply-content-box-item-content {
        padding: 25px 20px;
        border-left: 2px solid #000;
        border-top: none;
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .apply-content-box-item-list svg {
        width: 24px;
        height: 24px;
    }

    .apply-grid-item-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .apply-grid-item-list-item-thumb {
        margin-bottom: 15px;
    }

    .apply-grid-item-list-item-title {
        margin-bottom: 10px;
    }

    .apply-grid-item-list-item-title > h2 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .apply-grid-item-list-item-content > p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .apply-btn {
        width: 200px;
        height: 60px;
        font-size: 20px;
        margin-bottom: 100px;
    }
    .non-bg {
        /* height: 35vh !important; */
        height:300px !important;
    }
}

@media screen and (max-width: 480px) {
    .non-bg {
        /* height: 35vh !important; */
        height:300px !important;
    }

    .apply-banner {
        padding: 0 20px;
        margin-bottom: 60px;
        height: 350px;
    }

    .apply-banner > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .apply-banner::after {
        background-size: contain;
        background-position: center bottom;
    }

    .apply-content {
        padding: 0 20px;
        margin-bottom: 60px;
    }

    .apply-content-box {
        gap: 25px;
        margin-bottom: 50px;
    }

    .apply-content-title {
        font-size: 2rem;
        line-height: 1.3;
    }

    .apply-content-item > h2 {
        font-size: 28px;
        padding-bottom: 12px;
    }

    .apply-content-item > p {
        font-size: 1rem;
        line-height: 1.6;
        padding-bottom: 12px;
    }

    .apply-content-item > p img {
        width: 18px;
        height: 18px;
    }

    .apply-content-box-item-list {
        gap: 12px;
    }

    .apply-content-box-item-title {
        padding: 20px 15px;
    }

    .apply-content-box-item-title > h2 {
        font-size: 28px;
    }

    .apply-content-box-item-content {
        padding: 20px 15px;
        font-size: 1rem;
        line-height: 1.6;
    }

    .apply-content-box-item-list svg {
        width: 24px;
        height: 24px;
        margin: 8px 0;
    }

    .apply-grid-item-list {
        gap: 25px;
    }

    .apply-grid-item-list-item-thumb {
        margin-bottom: 12px;
    }

    .apply-grid-item-list-item-title {
        margin-bottom: 8px;
    }

    .apply-grid-item-list-item-title > h2 {
        font-size: 1.9rem;
        line-height: 1.3;
    }

    .apply-grid-item-list-item-content > p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .apply-btn {
        width: 180px;
        height: 55px;
        font-size: 18px;
        margin-bottom: 80px;
    }
}

/* 팝업 스타일 */
.apply-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.apply-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

body.popup-open {
    overflow: hidden;
}

.apply-popup-content {
    background: #fff;
    max-width: 650px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 50px 40px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    /* 스크롤바 숨기기 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.apply-popup-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.apply-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    font-size: 32px;
    color: #000;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.apply-popup-close:hover {
    color: #EF2E4F;
}

.apply-popup-header {
    margin-bottom: 80px;
    text-align: left;
}

.apply-popup-main-title {
    font-family: "Godo B";
    font-size: 28px;
    font-weight: 400;
    color: #EF2E4F;
    margin-bottom: 25px;
}

.apply-popup-description {
    color: #000;
    font-family: "Godo B";
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
}

.apply-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.apply-form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.apply-form-group label {
    font-family: "Godo B";
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.apply-form-group label .required {
    color: #EF2E4F;
    margin-left: 3px;
}

.apply-form-group input[type="text"],input[type="tel"],
.apply-form-group select {
    width: 100%;
    padding: 15px 0;
    border: none;
    border-bottom: 4px solid transparent;
    background-color: transparent;
    background-image: url("/image/site/apply_line.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 4px;
    font-family: "NS_B";
    font-size: 16px;
    font-weight: 700;
    color: #000;
    outline: none;
    transition: background-image 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.apply-form-group input[type="text"]:focus,
.apply-form-group select:focus {
    background-color: transparent;
    background-image: url("/image/site/apply_line_on.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 4px;
}

.apply-gender-checkbox-group {
    display: flex;
    gap: 20px;
}

.apply-gender-checkbox-label {
    flex: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.apply-gender-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.apply-gender-checkbox-text {
    width: 100%;
    padding: 15px 0;
    border: none;
    border-bottom: 4px solid transparent;
    background: url("/image/site/apply_line.png") no-repeat bottom;
    background-size: 100% 4px;
    font-family: "NS_B";
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    transition: background 0.3s ease, color 0.3s ease;
    display: block;
}

.apply-gender-checkbox:checked + .apply-gender-checkbox-text {
    background: url("/image/site/apply_line_on.png") no-repeat bottom;
    background-size: 100% 4px;
    color: #EF2E4F;
}

.apply-gender-checkbox-label:focus-within .apply-gender-checkbox-text {
    background: url("/image/site/apply_line_on.png") no-repeat bottom;
    background-size: 100% 4px;
    color: #EF2E4F;
}

.apply-form-group input[type="file"] {
    padding: 10px 0;
    font-family: "NS_B";
    font-size: 14px;
}

.apply-form-group textarea {
    width: 100%;
    height: 150px;
    padding: 15px 0;
    border: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    background:
        url("/image/site/apply_line.png") no-repeat top,
        url("/image/site/apply_line.png") no-repeat bottom,
        #F7F7F7;
    background-size: 100% 4px;
    font-family: "NS_B";
    font-size: 16px;
    font-weight: 700;
    color: #000;
    outline: none;
    resize: vertical;
    transition: background 0.3s ease;
}

.apply-form-group textarea:focus {
    background:
        url("/image/site/apply_line_on.png") no-repeat top,
        url("/image/site/apply_line_on.png") no-repeat bottom,
        #F7F7F7;
    background-size: 100% 4px;
}

.checkbox-group {
    margin-top: 10px;
}

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

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.checkbox-label span {
    font-family: "NS_B";
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

/* 새로운 체크박스 스타일 */
.apply-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.apply-checkbox-item {
    display: flex;
    align-items: flex-start;
}

.apply-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    position: relative;
}

.apply-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.apply-checkbox-custom {
    width: 24px;
    height: 24px;
    border: 2px solid #E9AAB5;
    border-radius: 4px;
    background-color: transparent;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.apply-checkbox:checked + .apply-checkbox-custom {
    background-color: #EF2E4F;
    border-color: #EF2E4F;
}

.apply-checkbox:checked + .apply-checkbox-custom::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    border-radius: 0;
}

.apply-checkbox-text {
    font-family: "NS_B";
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    flex: 1;
}

.apply-checkbox-text a {
    color: #EF2E4F;
    text-decoration: underline;
    margin-left: 5px;
}

.apply-checkbox-text a:hover {
    color: #E9AAB5;
}

/* 내용 보기 팝업 스타일 */
.apply-content-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.apply-content-popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply-content-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10001;
}

.apply-content-popup-content {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
    z-index: 10002;
    display: flex;
    flex-direction: column;
}

.apply-content-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #DFDFDF;
}

.apply-content-popup-header h3 {
    font-family: "Godo B";
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.apply-content-popup-close {
    background: none;
    border: none;
    font-size: 32px;
    color: #000;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 1;
    transition: color 0.3s ease;
}

.apply-content-popup-close:hover {
    color: #EF2E4F;
}

.apply-content-popup-body {
    padding: 25px;
    overflow-y: auto;
    flex: 1;
}

.apply-content-popup-body p {
    font-family: "NS_B";
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin: 0 0 15px 0;
}

body.popup-open {
    overflow: hidden;
}

.apply-submit-btn {
    width: 100%;
    height: 70px;
    border-radius: 35px;
    background: #E9AAB5;
    color: #FFF;
    font-family: "Godo B";
    font-size: 24px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.apply-submit-btn:hover {
    background: #EF2E4F;
    color: #fff;
}

/* 모바일 반응형 */
@media screen and (max-width: 768px) {
    .apply-popup-content {
        width: 95%;
        padding: 40px 20px;
        max-height: 85vh;
    }

    .apply-popup-main-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .apply-popup-description {
        font-size: 18px;
    }

    .apply-form {
        gap: 25px;
    }

    .apply-form-group label {
        font-size: 16px;
    }

    .apply-form-group input[type="text"],
    .apply-form-group select,
    .apply-form-group textarea {
        font-size: 14px;
    }

    .apply-gender-checkbox-text {
        font-size: 14px;
        padding: 12px 0;
    }

    .apply-submit-btn {
        height: 60px;
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .apply-popup-content {
        padding: 30px 15px;
    }

    .apply-popup-main-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .apply-popup-description {
        font-size: 16px;
    }

    .apply-form {
        gap: 20px;
    }

    .apply-form-group label {
        font-size: 15px;
    }

    .apply-form-group input[type="text"],
    .apply-form-group select,
    .apply-form-group textarea {
        font-size: 13px;
        padding: 10px 0;
    }

    .apply-gender-checkbox-text {
        font-size: 13px;
        padding: 10px 0;
    }

    .apply-submit-btn {
        height: 55px;
        font-size: 18px;
    }
}
