@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-width: 1800px;
    height: auto;
    font-size: 16px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    color: #393939;
}

img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

a {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

input {
    font-family: 'Pretendard', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

input::-webkit-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

input:-moz-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

input::-moz-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

input:-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

input::-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

input::placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}


input[type='checkbox'] {
    position: absolute;
    cursor: pointer;
}

input[type='checkbox']+label {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
}

input[type='checkbox']+label::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

input[type='checkbox']:checked+label::before {
    background: #5CB531;
    border: none;
}

input[type='checkbox']:checked+label::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 6px;
    width: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

button {
    all: unset;
    cursor: pointer;
}

table {
    font-size: 1rem;
    border-collapse: collapse;
}

table caption {
	position: absolute;
    width:0px;
    height: 0px;
    overflow: hidden;
}

select {
    font-family: 'Pretendard', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    background: url(../images_new/selectbox_down.png) no-repeat 95% 50%;
    background-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    padding: 6px 10px;
}

select::-ms-expand {
    display: none;
}

textarea {
    font-family: 'Pretendard', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

textarea:-moz-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

textarea::-moz-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

textarea:-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

textarea::-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

textarea::placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707070;
}

@media all and (max-width: 376px) {
    select {
        font-size: 0.8125rem;
    }

    input {
        font-size: 0.8125rem;
    }

    input::-webkit-input-placeholder {
        font-size: 0.8125rem;
    }

    input:-moz-placeholder {
        font-size: 0.8125rem;
    }

    input::-moz-placeholder {
        font-size: 0.8125rem;
    }

    input:-ms-input-placeholder {
        font-size: 0.8125rem;
    }

    input::-ms-input-placeholder {
        font-size: 0.8125rem;
    }

    input::placeholder {
        font-size: 0.8125rem;
    }

    textarea {
        font-size: 0.8125rem;
    }

    textarea::-webkit-input-placeholder {
        font-size: 0.8125rem;
    }

    textarea:-moz-placeholder {
        font-size: 0.8125rem;
    }

    textarea::-moz-placeholder {
        font-size: 0.8125rem;
    }

    textarea:-ms-input-placeholder {
        font-size: 0.8125rem;
    }

    textarea::-ms-input-placeholder {
        font-size: 0.8125rem;
    }

    textarea::placeholder {
        font-size: 0.8125rem;
    }
}

@media all and (max-width: 321px) {
    select {
        font-size: 0.75rem;
    }

    input::-webkit-input-placeholder {
        font-size: 0.75rem;
    }

    input:-moz-placeholder {
        font-size: 0.75rem;
    }

    input::-moz-placeholder {
        font-size: 0.75rem;
    }

    input:-ms-input-placeholder {
        font-size: 0.75rem;
    }

    input::-ms-input-placeholder {
        font-size: 0.75rem;
    }

    input::placeholder {
        font-size: 0.75rem;
    }

    textarea::-webkit-input-placeholder {
        font-size: 0.75rem;
    }

    textarea:-moz-placeholder {
        font-size: 0.75rem;
    }

    textarea::-moz-placeholder {
        font-size: 0.75rem;
    }

    textarea:-ms-input-placeholder {
        font-size: 0.75rem;
    }

    textarea::-ms-input-placeholder {
        font-size: 0.75rem;
    }

    textarea::placeholder {
        font-size: 0.75rem;
    }
}


/* CONTAINER BOX */

.container {
    width: 1820px;
    margin: 0 auto;
    padding: 20px 0;
}


@media all and (max-width: 1521px) {
    .container {
        width: 100%;
        padding: 40px 30px;
        margin: 0 auto;

    }
}

@media all and (max-width: 481px) {
    .container {
        width: 100%;
        padding: 15px 15px;
        margin: 0 auto;
    }
}

/* CONTAINER BOX END */

/* scrollbar */

div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #9A9A9A;
}

div::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #CACACA;
}

ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #9A9A9A;
}

ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #CACACA;
}

/* scrollbar END */

/* paging */

.pagingBox {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.pagingBox div a.beginning-btn {
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images_new/double_prev.png) no-repeat center/contain;
}

.pagingBox div a.prev-btn {
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images_new/prev.png) no-repeat center/contain;
}

.pagingBox div a.lastone-btn {
    display: block;
    background: url(../images_new/double_next.png) no-repeat center/contain;
    width: 10px;
    height: 10px;
}

.pagingBox div a.next-btn {
    display: block;
    background: url(../images_new/next.png) no-repeat center/contain;
    width: 10px;
    height: 10px;
}

.paging-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.paging-btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    font-size: 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
}

.paging-btn li a:hover,
.paging-btn li a.paging-active {
    background-color: #5CB531;
    color: #fff;
}

/* paging END */


.btn {
    width: 60px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    transition: all .3s;
}

.choice-btn {
    background-color: #21A767;
    border: 2px solid #21A767;
}

.choice-btn:hover {
    background-color: #fff;
    color: #21A767;
}

.search-btn {
    background-color: #5CB531;
    border: 2px solid #5CB531;
}

.search-btn:hover {
    background-color: #fff;
    color: #5CB531;
}

.application-btn {
    background-color: #D7112E;
    border: 2px solid #D7112E;
    border-radius: 5px;
    padding: 10px 24px;
    font-size: 1.125rem;
}

.application-btn:hover {
    background-color: #fff;
    color: #D7112E;
}

.cancel-btn {
    background-color: #979797;
    border: 2px solid #979797;
    border-radius: 5px;
    padding: 10px 24px;
    font-size: 1.125rem;
}

/* 사업체현황 사용 요소 */

.comp-search-btn {
    background-color: #D7112E;
    border: 2px solid #D7112E;
    border-radius: 5px;
    padding: 10px 24px;
    font-size: 1.125rem;
}

.comp-search-btn:hover {
    background-color: #fff;
    color: #D7112E;
}

.reset-btn {
    background-color: #979797;
    border: 2px solid #979797;
    border-radius: 5px;
    padding: 10px 24px;
    font-size: 1.125rem;
}