#notice {
    background-color: #FFF;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100vw;
}

#notice p {
    font-family: var(--font-sans);
}

#notice .notice-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.notice-content {
    position: relative;
    display: flex;
    width: 100%;
    gap: 4rem;
    padding: 5rem 25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.notice-content > #srhForm select {
    outline: none;
    padding: 0.75rem 1rem;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    width: 8.75rem;
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.03125rem;
    height: 3rem;
}

.notice-content > #srhForm > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: .625rem;
}

.notice-content > #srhForm {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
}

.notice-content > #srhForm .srhKeyword {
    border: 1px solid var(--Gray100, #DEDEDE);
    background: #FFF;
    border-radius: 5px;
    padding: .75rem 1rem;
    align-items: center;
    width: 28.125rem;
    height: 3rem;

    font-size: var(--font-size-16);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.03125rem;
}

.notice-content > #srhForm .srhKeyword::placeholder {
    color: #AFAFAF;
    font-size: var(--font-size-16);
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.03125rem;
}


.notice-content > #srhForm .srhBtn {
    margin-left: .25rem;
    padding: 0.75rem 1.59rem;
    background: var(--primary-color);
    border-radius: 5px;
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.03125rem;
    color: #FFF;
    border: none;
}

.notice-content > #srhForm ul {
    display: flex;
    gap: .5rem;
    width: 100%;
    justify-content: center;
}

.notice-content > #srhForm ul > li {
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: .5rem .75rem;
}

.notice-content > #srhForm ul > li.active {
    background-color: #000;
}

.notice-content > #srhForm ul > li.active > a {
    color: #FFF;
}

.notice-content > #srhForm ul > li > a {
    font-size: var(--font-size-14);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 1.225rem */
    letter-spacing: -0.03125rem;
    display: flex;
    color: #515151;
}

.notice-content > ul.list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.notice-content > .notice-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.notice-content > .notice-list .empty{
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 0.875rem */
    letter-spacing: -0.03125rem;
}

.notice-content > .notice-list > .list {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    padding-bottom: 1rem;
}

.notice-content > .notice-list > .list > li {
    padding: 1.5rem 2rem;
    display: flex;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
}
.notice-content > .notice-list > .list > li.bo_notice::before {
    content: '공지';
    white-space: nowrap;
    margin-right: 1rem;
    padding: 0.25rem 0.5625rem;
    border-radius: 5.502px;
    background-color: #F4EFFF;
    height: 100%;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 1.225rem */
    letter-spacing: -0.03125rem;
    color: var(--primary-color);
}
.notice-content > .notice-list > .list > li > a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    color: #000;
}

.notice-content > .notice-list > .list > li > a p.title {
    font-size: var(--font-size-16);
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.03125rem;
}

.notice-content > .notice-list > .list > li > a p.date {
    font-size: var(--font-size-16);
    font-weight: 300;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.03125rem;
}

.notice-content > .notice-list > .list > li > a > .notice-info {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.notice-content > .notice-list > .list > li > a svg {
    height: 100%;
}


.notice-content > .notice-list > .paging {
    display: flex;
    width: 100%;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
    padding-top: 4rem;
}

.notice-content > .notice-list > .paging .current {
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.03125rem;
}

.notice-content > .notice-list > .paging .total {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.03125rem;
    color: #AFAFAF;
}

.notice-content > .notice-list > .paging a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}

ul.btn_bo_user {
    display: flex;
    justify-content: end;
}

ul.btn_bo_user > li > a {
    color: #FFF;
    font-size: .875rem;
    padding: .35rem 1rem;
    background-color: var(--primary-color);
    border-radius: 5px;
}

@media screen and (max-width: 1199px) {
    .notice-wrap .notice-header {
        padding-bottom: 2.5rem;
    }

    .notice-content > #srhForm .srhBtn {
        margin-left: 0;
        font-size: var(--font-size-14);
        padding: 0 1.69rem;
        line-height: 100%;
    }

    .notice-wrap .notice-header .header-info {
        padding-top: calc(2.8125rem + var(--header-height));
        gap: 0;
    }

    .notice-wrap .notice-header p.eng {
        font-size: var(--font-size-16);
        line-height: 150%;
    }

    .notice-wrap .notice-header p.kor {
        font-size: var(--font-size-25);
        line-height: 140%;
    }

    .notice-content > #srhForm {
        gap: 1rem;
    }

    .notice-content {
        padding: 2.5rem 1rem;
        gap: 3rem;
    }

    .notice-content > #srhForm > div {
        flex-direction: row;
        flex-wrap: wrap;
        gap: .5rem;
    }

    .notice-content > #srhForm select {
        padding: 0 1rem;
        width: 100%;
        font-size: var(--font-size-14);
        font-weight: 400;
        line-height: 100%;
        height: 2.5rem;

    }

    .notice-content > #srhForm .srhKeyword {
        width: 14.875rem;
        padding: 0 1rem;
        flex:1;
        font-size: var(--font-size-14);
        font-weight: 400;
        line-height: 100%;
        height: 2.5rem;
    }

    .notice-content > #srhForm ul > li > a {
        line-height: 100%;
        white-space: nowrap;
    }

    .notice-content > #srhForm ul > li {
        padding: .5rem .4375rem;
    }

    .notice-content > .notice-list {
        padding: 0;
    }

    .notice-content > .notice-list > .list {
        gap: 1rem;
    }

    .notice-content > .notice-list > .list > li > a > .notice-info {
        gap: .75rem;
    }

    .notice-content > .notice-list > .list > li {
        padding: 1.5rem 1rem;
    }

    .notice-content > .notice-list > .list > li > a p.title {
        line-height: 100%;
    }

    .notice-content > .notice-list > .list > li > a p.date {
        font-size: var(--font-size-14);
        line-height: 100%;
    }

    .notice-content > .notice-list > .paging {
        padding-top: 1.5rem;
    }
}


/* 입력 /수정 */
section#write_form {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 5rem 15rem;
}

section#write_form .write_wrap > form {
    display: flex;
    flex-direction: column;
    gap: .875rem;
}

.input_form {
    display: flex;
    flex-direction: column;
    gap: .625rem;
    width: 100%;
}

.input_form select {
    width: 10%;
    border-radius: 5px;
    padding: .25rem 1rem;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 1px solid #d0d3db;
}

a.btn_cancel,
.btn_submit {
    padding: .75rem 1.5rem;
    border-radius: 5px;
}


/*상세보기*/
#view {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: var(--max-width);
    padding: 7.5rem 19.625rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.view-header > nav > ul {
    display: flex;
    gap: .8125rem;
    align-items: center;
}

.view-header > nav > ul > li {
    display: inline-flex;
    align-items: center;
    font-size: var(--font-size-22, 1.5rem);
    font-weight: 600;
    line-height: 100%;
    /* 1.5rem */
    letter-spacing: -0.03125rem;
}

.view-header > nav > ul > li + li:before {
    content: "\e90c";
    font-family: 'ErentcarIcon';
    margin-right: .8125rem;
    font-size: var(--font-size-20, 1.25rem);
    font-weight: normal;
    color: #AFAFAF;
}

.view-header > nav > ul > li > a {
    color: #AFAFAF;
}

.view-header > nav > ul > li.active > a {
    color: #000;
}

.view-wrap {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.view-wrap > .view-title {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.view-wrap > .view-title > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-wrap > .view-title h2 {
    color: #000;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 100%;
    /* 2.25rem */
    letter-spacing: -0.03125rem;
}

.view-wrap > .view-title p {
    color: #515151;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 100%;
    /* 1.25rem */
    letter-spacing: -0.03125rem;
}

.view-wrap > .view-content p {
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
    /* 1.6875rem */
    letter-spacing: -0.03125rem;
}

.move-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

span.under-line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #DEDEDE;
}

.move-list > div > a span {
    display: flex;
    gap: 0.625rem;
    align-items: center;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.03125rem;
}

.move-list > div > a svg {
    width: 0.5625rem;
    height: 0.875rem;
}

.btn-area {
    display: flex;
    gap: .625rem;
    justify-content: end;
}

.btn-area a {
    padding: .625rem 1rem;
}

.btn-area a.btn {
    background-color: var(--primary-color);
    border-radius: 5px;
    color: #FFF;
    font-size: .875rem;
}

.btn-area a.upt {
    background-color: #F4EFFF;
    border-radius: 5px;
    color: var(--primary-color);
    font-size: .875rem;
}

.btn-area a.del {
    background-color: #d61111;
    border-radius: 5px;
    color: #FFF;
    font-size: .875rem;
}

.list-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-btn-wrap .list-btn {
    display: flex;
    padding: 1.1875rem 3.375rem;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.3125rem;
    border: 1px solid var(--primary-color, #5B1EE8);
    background: #FFF;
    color: var(--primary-color, #5B1EE8);
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 1.25rem */
    letter-spacing: -0.03125rem;
}

@media screen and (max-width: 1199px) {
    #view {
        padding: 4.5rem 1rem;
        gap: 2rem;
    }
    .view-header > nav > ul {
        gap: .5rem;
    }

    .view-header > nav > ul > li {
        font-size: .875rem;
        font-weight: 500;
    }

    .view-wrap > .view-title h2 {
        font-size: 1.25rem;
        line-height: 140%;
    }

    .view-wrap > .view-title {
        gap: 1.25rem;
    }

    .view-wrap > .view-title p {
        font-size: .875rem;
    }

    .view-wrap {
        gap: 1rem;
    }

    .list-btn-wrap .list-btn {
        padding: .8125rem 1.6875rem;
        font-size: .875rem;
        font-weight: 500;
    }
    
}