.visual-section {
    width: 100%;
    height: 972px;
    background-image: url("/img/user_img/sup.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.visual-section.notice {
    background-image: url("/img/user_img/notice.jpeg");
}

.opacity-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.visual-section .content {
    width: 100%;
    height: 100%;
    padding-bottom: 400px;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    row-gap: 28px;
}

.visual-section .content h2 {
    color: #fff;
    text-align: center;
    font-family: SUIT;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    /* 28px */
    letter-spacing: -1.4px;
}

.visual-section .content h1 {
    color: #fff;
    text-align: center;
    font-family: SUIT;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    /* 78.4px */
    letter-spacing: -2.8px;
}

.main-section {
    margin: 0 auto;
    max-width: 1465px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.navigator {
    display: flex;
    column-gap: 8px;
    padding-bottom: 80px;
}
.navigator.notice{
    padding-bottom: 40px;
	
}

.navigator li {
    display: flex;
}

.navigator a {
    padding: 20px 24px;
    color: var(--grey-grey-500, #8B96A2);
    font-family: SUIT;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    /* 39.2px */
    letter-spacing: -1.4px;
}

.navigator a.active {
    color: #000;
    font-style: normal;
    font-weight: 700;
    border-bottom: 1px solid #000;
}


.main-section .main-text {
    color: #000;
    text-align: center;
    font-family: SUIT;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    /* 58.8px */
    letter-spacing: -2.1px;
}

.list-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 2px solid var(--Navy, #171C61);
    border-bottom: 2px solid var(--Navy, #171C61);
    margin-top: 80px;
    padding: 0 12px;
}
.list-container.notice{
    margin-top: 0;
}

.list-container li{
    border-bottom: 1px solid #000;
	
}
	
.list-container li:last-of-type{
	border-bottom: 0;
}
.list-container li > a{
    padding: 16px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: SUIT;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 26px */
    letter-spacing: -1px;
    display: grid;
    grid-template-columns: calc(100% - 159px) 119px;
    white-space: nowrap;
    align-items: center;
    column-gap: 40px;
}

.list-container li .content {
    display: flex;
}

.list-container li .content span.index {
    display: flex;
    width: 46px;
    margin-right: 12px;
}

.list-container li .row .date {
    color: #8B96A2;
    font-family: SUIT;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.8px;
    text-overflow: unset !important;
}

.list-container li .content p {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-container li .row {
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.list-container li .arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.pagination {
    margin-top: 80px;
    margin-bottom: 200px;
    display: flex;
    column-gap: 5px;
}

.pagination .page-button {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--grey-backstroke-grey-100-grey-50, #F3F5F6);
    background: var(--wt, #FFF);
}

.pagination .page-button.active {
    background: var(--Navy, #171C61);
    color: #fff;
    pointer-events: none;
}


.pagination .page-button.else-page {
    border: none;
    pointer-events: none;
}

@media (max-width : 1600px) {
    .list-container li p {
        /* flex: none; */
        /* width: 65%; */
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width : 1465px) {
    .main-section {
        padding: 20px;
        padding-top: 40px;
    }
}

@media (max-width : 1200px) {
    .list-container li p {
        flex: none;
        width: 60%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list-container li .date {
        margin-left: 7%;
        margin-right: 5%;
    }
}

@media (max-width : 1465px) {
    .main-section {}
}

@media (max-width : 1024px) {
    .navigator a.active,
    .navigator a {
        font-size: 18px;
    }

    .main-section .main-text {
        font-size: 32px;
    }

	.main-section {
	    padding-top: 16px;
	}

    .list-container li > a{
   	    display: flex;
	    flex-direction: column;
	    row-gap: 14px;
    }
    .list-container li p {
        flex: 1;
    }
	.list-container li .content span.index{
		width: fit-content;
	}
    .visual-section {
        height: 0;
        padding-bottom: 57%;
    }


    .visual-section .content {
        padding-bottom: 0;
        justify-content: center;
    }

}

@media (max-width:768px) {
    .list-container li {
        display: flex;
        flex-direction: column;
        align-items: start;
        row-gap: 12px;
    }

    .list-container li .content {
        width: 100%;
    }

    .list-container li .row {
        width: 100%;
        justify-content: end;
    }

    .visual-section .content h2 {
        font-size: 16px;
        letter-spacing: -0.8px;
    }

    .visual-section .content h1 {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: -1px;
    }

    .navigator a.active,
    .navigator a {
        font-size: 20px;
        white-space: nowrap;
    }

    .navigator {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

	.navigator.notice{
		justify-content: center;
	    padding-bottom: 0;
        margin-bottom: 20px;
		
	}
	
    .navigator a {
        user-select: none;
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        padding: 20px 16px;
    }

    .navigator::-webkit-scrollbar {
        height: 13px;
    }

    .navigator::-webkit-scrollbar-thumb {
        /* display: none; */
        background-color: #a6a6a6;
        border-radius: 50px;
        background-clip: padding-box;
        border: 5px solid transparent;
    }

    .navigator::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .main-section .main-text {
        font-size: 20px;
        text-align: start;
        width: 100%;
        letter-spacing: -1px;
    }

    .main-section .main-text br {
        display: none;
    }

    .list-container {
        margin-top: 20px;
    }
    .list-container.notice{
        margin-top: 0;
    }

    .pagination {
        margin-top: 64px;
    }

}

.locationApp{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 40px 0 0 0;
}
.locationApp li{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
	
}
.locationApp li p{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.8px;
}
.locationApp li span{
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -0.8px;
	
}
.applyLo{
    display: flex;
    width: 100%;
    height: 56px;
    padding: 8px;
    margin: 80px 0 150px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border: 1px solid var(--grey-grey-100, #DBDEE2);
    background: var(--wh, #FFF);
    font-family: SUIT;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: -0.7px;
}


.buttons {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 40px;
}

.go-list {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 1;
    max-width: 363px;
    height: 56px;
    border: 1px solid var(--grey-grey-100, #DBDEE2);
    background: var(--wh, #FFF);
    color: var(--bk, #000);
    font-family: SUIT;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 23.8px */
    letter-spacing: -0.7px;
}

.go-form {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 1;
    max-width: 363px;
    height: 56px;
    background: var(--Gold, #A48B78);
    color: var(--bk, #fff);
    font-family: SUIT;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 23.8px */
    letter-spacing: -0.7px;
}
.form-outter {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    background: rgba(0, 0, 0, 0.60);
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.form-outter.active {
    display: flex;
}

.form-container {
    width: 90%;
    max-height: 95%;
    max-width: 1060px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.form-header h2 {
    color: var(--wh, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: SUIT;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    /* 20px */
    letter-spacing: -1px;
}

.form-header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 40px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    background: var(--Navy, #171C61);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.form-header .close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-container {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
}

.form {
    width: 100%;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.row {
    display: flex;
    column-gap: 20px;
    flex: 1;
}

.input {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    flex: 1;

}

.input h4 {
    color: var(--bk, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: SUIT;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    /* 18px */
    letter-spacing: -0.9px;
}

.input input {
    padding: 24px 12px;
    border: 0;
    border-bottom: 1px solid var(--grey-STROKE-grey-100, #DBDEE2);
    color: var(--bk, #000);
    font-family: SUIT;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 18px */
    outline: none;
}

.input input::placeholder {
    color: var(--grey-grey-500, #8B96A2);
    font-family: SUIT;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    /* 18px */
}

.radio-container {
    display: flex;
    column-gap: 12px;
}

label.custom {
    display: flex;
    align-items: center;
    column-gap: 2px;
    cursor: pointer;
    padding: 13px 0;
}

label.custom>input {
    display: none;
}

.custom-radio {
    width: 20px;
    height: 20px;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    position: relative;
}

.custom-radio::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border: 1.5px solid #583D94;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: flex;
}

label.custom>input:checked~.custom-radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #583D94;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: flex;
}

.custom>span {
    color: var(--TEXT, #242A30);
    font-family: SUIT;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 18px */
    letter-spacing: -0.9px;
}



.file-tap {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}


label.custom-file {
    display: flex;
    column-gap: 20px;
}

label.custom-file>input {
    display: none;
}



label.custom-file>div.file-name {
    padding: 24px 12px;
    border: 0;
    border: 1px solid var(--grey-STROKE-grey-100, #DBDEE2);
    color: var(--bk, #000);
    font-family: SUIT;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 18px */
    outline: none;
    flex: 1;
}


label.custom-file>.attach-file {
    padding: 10px 20px;
    border: 1px solid var(--200, #E2E8F0);
    color: var(--600, #475569);
    font-family: SUIT;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
}


.texts {
    color: var(--grey-grey-500, #8B96A2);
    font-family: SUIT;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: -0.7px;
}

.checkbox-container {
    margin-bottom: 20px;
}

.checkbox-container>label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    column-gap: 8px;
}



.checkbox-container>span {
    color: #000;
    font-family: SUIT;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
    letter-spacing: -0.7px;
    text-decoration-line: underline;
}


.agree {
    margin-bottom: 20px;
}

.agree>.go-list,
.agree>.go-form {
    max-width: 206px;
}

@media (max-width : 1165px) {
    .container {
        padding: 50px 20px;
    }
}

@media (max-width : 920px) {
    .form-container {}

    .row {
        flex-direction: column;
        row-gap: 20px;
    }
}

@media (max-width : 768px) {
    .input h4 {
        font-size: 16px;
        letter-spacing: -0.8px;
    }

    .input input,
    .custom>span {
        font-size: 14px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .agree>.go-list,
    .agree>.go-form {
        max-width: 43%;
    }

}
.buttons {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 40px;
}

.no-data{
	width: 100%;
	padding: 80px 0 150px 0;
    color: #000;
    text-align: center;
    font-family: SUIT;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
    letter-spacing: -0.7px;
}