.login_wrap {
    width: 100%;
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 80px 60px 60px 60px;
    border: 1px solid var(--gray_20);
    border-radius: 24px;
    text-align: center;
}

.login_label_box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 12px;
}

.login_wrap>h3 {
    margin-bottom: 30px;
}

.login_wrap .lb_checkbox {
    margin-bottom: 30px;
}

.login_wrap button {
    width: 100%;
    margin-bottom: 24px;
}

.login_wrap nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 0.875rem;
    color: var(--gray_50);
}

.join_wrap {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 120px;
    padding: 80px 60px 60px 60px;
    border: 1px solid var(--gray_20);
    border-radius: 24px;
    text-align: center;
}



.join_term_box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.join_term_box label.vertical p {
    margin-bottom: 10px;
}

.join_term_box label.vertical {
    margin-bottom: 16px;
}

.join_term_box textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--gray_20);
    color: var(--gray_40);
    resize: none;
}

.term_radio_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.term_radio_box label {
    display: flex;
    align-items: center;
}

.join_term_btn_box {
    display: flex;
    gap: 6px;
    width: 100%;
}

.join_term_btn_box .back {
    width: 80px;
}

.join_term_btn_box .primary {
    flex: 1;
}

.join_wrap.info {}

.join_info_required {
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--gray_20);
    text-align: right;
    color: var(--gray_50);
}


.join_wrap .required {
    color: var(--blue);
    font-weight: 700;
}

.join_info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
}

.join_info li {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    width: 100%;
}

.join_info li label {
    width: 100%;
}

.join_info li .caution {
    text-align: left;
}

.join_info li.email p {
    color: var(--gray_60);
}

.join_info_email_box {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.join_info_email_box label {
    width: auto !important;
}

.finder_wrap {
    width: 100%;
    padding: 80px 60px 60px 60px;
    border: 1px solid var(--gray_20);
    border-radius: 24px;
    text-align: center;
}

.finder_wrap.id {
    margin: 240px auto;
}

.finder_wrap.pw {
    margin: 240px auto;
}

.finder_wrap.pw_complete {
    margin: 250px auto;
}

.finder_wrap h3 {
    margin-bottom: 30px;
}

.finder_info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.finder_info button {
    width: 100%;
}

.finder_wrap.pw_complete p {
    color: #6B7787;
    margin-bottom: 40px;
}

.pw_complete_btn_box {
    display: flex;
    gap: 10px;
}

.pw_complete_btn_box * {
    flex: 1;
}

.notice_list_wrap {
    margin: 120px auto 150px auto;
}

.notice_list_wrap .notice_search_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 36px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: var(--gray_5);
}

.notice_list_wrap .notice_search_bar select {
    width: 100%;
    max-width: 140px;
}

.notice_list_wrap .notice_search_bar input {
    width: 100%;
    max-width: 320px;
}

.notice_list_wrap .notice_search_bar button {
    padding: 12px 20px;
}

.notice_list_wrap .notice_search_bar select,
.notice_list_wrap .notice_search_bar input {
    border: 0 !important;
    outline: none !important;
    box-shadow: none;
}


.notice_list_wrap .board_content li a {
    display: flex;
    padding: 28px 0;
    border-bottom: 1px solid var(--gray_20);
    align-items: center;
    justify-content: space-between;
}

.notice_list_wrap .board_content li .list_number {
    flex: 0 0 50px;
    width: 50px;
    text-align: center;
    color: var(--gray_40);
    font-weight: 400;
}

.notice_list_wrap .board_content li .board_item_title {
    display: flex;
    flex: 1;
    gap: 12px;
    padding-right: 15px;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75rem;
}

.notice_list_wrap .board_content li .board_item_title p {
    font-size: 1rem;
}

.notice_list_wrap .board_content li .board_item_reg {
    width: 136px;
    padding-left: 36px;
    position: relative;
    text-align: right;
    color: var(--gray_50);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
}

.notice_list_wrap .board_content li .board_item_reg i.file {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



/* 페이지네이션 */
.pagination_box {
    padding-top: 40px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: var(--gray_40);
    /* 14px */
    font-size: 0.875rem;
    /* 22px */
    line-height: 1.5rem;
    /* -0.14px */
    letter-spacing: -0.224px;
    cursor: pointer;
}

.pagination li:hover {
    background-color: #efefef;
}

.pagination li.active {
    background-color: var(--gray_90);
    color: var(--white);
}

.page-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.page-item:hover {
    background-color: #efefef;
}

.page-item.active {
    background-color: #333;
    color: #FFF;
}

.page-item:first-child::before,
.page-item:first-child::after,
.page-item:nth-child(2)::before,
.page-item:last-child::before,
.page-item:last-child::after,
.page-item:nth-last-child(2)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #999;
    transform: translate(-50%, -50%) rotate(45deg);
}

.page-item:first-child,
.page-item:nth-child(2) {
    transform: rotate(-180deg);
}

.page-item:first-child::before,
.page-item:last-child::after {
    margin-left: -5px;
}

.pager_common {
    width: 16px;
    height: 30px;
    font-size: 0;
    background-size: auto 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.pager_prev {
    background-image: url('/images/icon/arrow/pager_left_arrow_black.svg');
}

.pager_prev.disabled {
    background-image: url('/images/icon/arrow/pager_left_arrow_gray.svg');
}

.pager_next {
    background-image: url('/images/icon/arrow/pager_right_arrow_black.svg');
}

.pager_next.disabled {
    background-image: url('/images/icon/arrow/pager_right_arrow_gray.svg');
}

.notice_view_wrap {
    width: 100%;
    margin: 120px auto 160px auto;
    text-align: center;
}

.notice_view_header {
    margin-bottom: 40px;
}

.notice_view_header .badge {
    margin-bottom: 20px;
}

.notice_view_header h3 {
    margin-bottom: 16px;
}

.notice_view_header p {
    color: var(--gray_50);
}

.notice_view_wrap .board_navigation+button {
    margin: 0 auto;
}

.notice_file_list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid var(--gray_20);
    border-bottom: 1px solid var(--gray_20);
}

.notice_file {
    color: #008FF5;
}

.notice_file span {
    text-decoration: underline;
}

.notice_view_content {
    padding: 30px 0px 60px 0;
    text-align: left;
}
.notice_view_btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.notice_view_content+.board_navigation {
    margin-bottom: 30px;
}


.page_layer {
    position: relative;
}

.page_layer.contest::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 64.9%),
        url("/images/bg/contest_bg.png");

    opacity: 0.2;
    /* 원하는 흐림 정도 */
    z-index: 0;
}

.contest_register_wrap {
    padding-top: 120px;
    padding-bottom: 160px;
    /* padding: 212px auto 120px auto; */
    margin: 0 auto;
}

.contest_box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px;
    border-radius: 24px;
    border: 1px solid var(--gray_20);
    background-color: var(--white);
}

.contest_box h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contest_box b {
    border-bottom: 0;
}

.contest_box h4 button,
.contest_box b button {
    display: flex;
    align-items: center;
    font-weight: 400;
    padding-left: 8px;
    padding-right: 10px;
}

#step1 .contest_box .radio_box {
    justify-content: flex-end;
}

.contest_box textarea {
    height: 200px;
    padding: 20px;
    border: 1px solid var(--gray_20);
    border-radius: 8px;
    resize: none;
    outline: none;
}

.contest_box label {
    margin-bottom: 16px;
}

#step2.contest_term_wrap .contest_box {
    gap: 60px;
}

#step2.contest_term_wrap .contest_box dl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--gray_60);
    font-size: 0.875rem;
    line-height: 1.5rem;
}

#step2.contest_term_wrap .contest_box dt {
    width: 120px;
}

#step2.contest_term_wrap .contest_box dd {
    flex: 1;
    position: relative;
}

#step2.contest_term_wrap #summary_text_count {
    position: absolute;
    bottom: 20px;
    right: 18px;
    color: var(--gray_40);
}

#step2.contest_term_wrap .contest_box label {
    margin-bottom: 0;
}

.contest_flex_item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 12px;
}

.contest_flex_item dl {
    flex: 1;
}

.contest_column_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}



#step2 .contest_column_wrap textarea {
    padding-bottom: 48px;
}

.contest_term_wrap dl input,
.contest_term_wrap dl textarea {
    width: 100%;
}

.contest_team_box:not(:last-child) {
    border-bottom: 1px solid var(--gray_20);
}

.appendTeamBox .contest_team_box {
    padding: 24px 0;
}

.contest_team_box:first-child {
    padding-top: 0;
}

.contest_team_box:last-child {
    padding-bottom: 0;
}

.contest_title_flex {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gray_90);
}

.contest_title_flex.upload_section {
    margin-bottom: 0;
}

.contest_title_flex,
.contest_content_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.contest_upload_wrap {}

.contest_upload_desc {
    margin-top: 16px;
    margin-bottom: 30px;
    color: var(--gray_60);
}

.contest_form_file_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 40px 24px;
    border-radius: 8px;
    background-color: #E6F4FF;
    color: #008FF5;
}

.contest_form_file_wrap a span {
    text-decoration: underline;
}

.contest_form_file_wrap a i {
    vertical-align: top;
}

.contest_upload_caution {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
    margin-bottom: 30px;
    padding: 32px;
    border: 1px solid var(--gray_20);
    border-radius: 8px;
}

.contest_upload_caution .lb_checkbox {
    align-items: normal;
}

.contest_team_box.file label {
    flex: 1;
    position: relative;
}

.contest_team_box input[type="file"] {
    padding-right: 100px;
}

.contest_team_box input[type="file"]::-webkit-file-upload-button {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    padding: 4px 12px;
    border-radius: 6px;
    background-color: var(--gray_90);
    color: var(--white);
    font-size: 0.875rem;
    font-family: 'LINE Seed Sans KR';
    font-weight: 400;
    line-height: 1.5rem;
    /* 버튼만 숨기기 */
}

.contest_team_box.file .contest_content_flex {
    gap: 12px;
}



.contest_team_box.file label input {
    width: 100%;
    background-color: var(--white);
}

.contest_complete_box {
    padding: 60px;
    padding-bottom: 120px;
    text-align: center;
    border: 1px solid var(--gray_20);

}
.contest_complete_box > button {
    margin: 0 auto;
}

.contest_complete {
    margin: 60px auto 40px auto;
    text-align: center;
}

.contest_complete img {
    margin-bottom: 32px;
}

.contest_complete_title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.2%;
}

.contest_complete_desc {
    color: var(--gray_60);
    font-size: 16px;
    line-height: 1.75rem;
}

.mypage_wrap {
    margin: 100px auto 160px auto;
    padding: 80px 60px 60px 60px;
    border-radius: 24px;
    border: 1px solid var(--gray_20);
}

.mypage_header {
    text-align: center;
}

.mypage_header h3 {
    margin-bottom: 16px;
    line-height: 3.75rem;
}

.mypage_subtitle {
    margin-bottom: 30px;
    color: var(--gray_50);
}

.mypage_info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.mypage_info a {
    display: inline-block;
    align-self: center;
    color: var(--gray_40);
}

.mypage_info a span {
    text-decoration: underline;
}

.mypage_wrap .btn_box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mypage_wrap .btn_box button:first-child {
    width: 80px;
}

.mypage_wrap .btn_box button:last-child {
    flex: 1;
}

.total_donwload_section {
    background-color: var(--white);
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 180px;
}

.total_donwload_title {
    font-size: 2rem;
    line-height: 1.56;
    margin-bottom: 24px;
}

.total_donwload_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.total_donwload_list {}

.total_donwload_list>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 48px 40px;
    border-radius: 20px;
    background: var(--gray_5);

}


.total_donwload_list_left,
.total_donwload_list_right {
    display: flex;
    align-items: center;

}


.total_donwload_list_right a + a {
    margin-left: 10px;
}

.total_download_img {
    margin-right: 16px;
}

.list_title_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.list_title_box p {
    color: var(--gray_60);
}

.total_donwload_list .divider {
    margin: 0 20px;
    height: 46px;
}