@charset "utf-8";

.layer-inner {
    width: 100%;
}

.layer-inner .layer-head {
    width: 100%;
    padding: 20px 30px;
    border-bottom: 1px solid var(--color-gray);
}
.layer-inner .layer-head > p {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--color-accent);
    text-align: left;
    margin-bottom: 6px;
}
.layer-inner .layer-head > h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-accent);
    text-align: left;
    letter-spacing: -1px;
}

.layer-inner .layer-cont {
    width: 100%;
    padding: 30px;
}


.agree-wrap h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--color-black);
}
.agree-wrap h5:not(:first-child) {
    margin-top: 20px;
}

.agree-wrap ul li {
    font-size: 13px;
    font-weight: 400;
    color: var(--color-dgray);
    line-height: 1.6;
    text-align: justify;
}
.agree-wrap ol {
    padding-left: 10px;
}

.inp-group {margin-bottom: 10px;}
.inp-group p  {color: var(--color-accent);}

.btn-group .btn-primary {
    background-color: var(--color-bg-accent);
    color: white;
}


/* main 공지 팝업*/
.notice-wrap {
    padding: 30px 0;
}

.notice-wrap .cont-area > p {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.5;
    margin-bottom: 15px;
}
.notice-wrap .cont-area > ul > li {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--color-black);
    line-height: 1.3;
    text-align: left;
}
.notice-wrap .cont-area > ul > li > span {
    color: var(--color-accent);
}

.notice-wrap .cont-area:not(:last-child) {
    margin-bottom: 20px;
}

ul.tb-line2{
    padding: 2px 0;
    border-top: 2px solid var(--color-gray);
}
.notice-wrap .cont-area .caption {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-accent);
    text-align: left;
    margin-bottom: 20px;
}
.notice-wrap .cont-area .cont-contents {
    height: 390px;
    overflow-y: auto;
}
.notice-wrap .cont-area .cont-contents p {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.5;
    margin-bottom: 15px;
}
.notice-wrap .cont-area .cont-contents .tbl-wrap.process > ul {
    padding-left: 30px;
    list-style-type: circle;
}
.notice-wrap .cont-area .cont-contents .tbl-wrap.process > ul > li {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    list-style: disc;
}.notice-wrap .cont-area .cont-contents .tbl-wrap.process > ul > li strong {
     display: inline-block;
     margin-bottom: 5px;
     font-weight: 500;
}

.notice-wrap .main-tbl {
    width: 100%;
}
.notice-wrap .main-tbl tr {
    border-bottom: 1px solid var(--gray);
}

.notice-wrap .main-tbl thead {
    background-color: #f8f8f8;
}
.notice-wrap .main-tbl thead th {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-black);
    text-align: center;
    padding: 8px 0;
}
.notice-wrap .main-tbl thead th:not(:last-child) {
    border-right: 1px solid var(--gray);
}

.notice-wrap .main-tbl tbody th {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-black);
    text-align: center;
    padding: 8px 0;
}
.notice-wrap .main-tbl tbody th:first-child {
    border-right: 1px solid var(--gray);
}

.notice-wrap .main-tbl tbody td:not(:last-child) {
    border-right: 1px solid var(--gray);
}
.notice-wrap .main-tbl tbody td {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--color-black);
    text-align: left;
    padding: 8px 15px;
    line-height: 1.3;
}
.notice-wrap .schedule .main-tbl tbody td {
    text-align: center;
}
.notice-wrap .main-tbl tbody td > ol {
    margin-left: 20px;
}
.notice-wrap .main-tbl tbody td > ol > li {
    list-style: disc;
}

.notice-wrap .main-tbl .inner-tbl {
    border: 1px solid var(--gray);
    margin-top: 10px;
    width: 100%;
    table-layout: auto;
}
.notice-wrap .main-tbl .inner-tbl th {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-black);
    text-align: center;
    padding: 8px;
    border-right: 1px solid var(--gray);
}

.notice-wrap .main-tbl .inner-tbl td {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--color-dgray);
    text-align: left;
    padding: 8px 10px;
}
.notice-wrap .main-tbl .inner-tbl td:nth-child(n+3) {
    text-align: right;
}
.notice-wrap .main-tbl .inner-tbl td:last-child {
    text-align: center;
}
.notice-wrap .main-tbl .inner-tbl td > ul > li:before {
    content: '●';
    font-size: 4px;
    vertical-align: middle;
    margin-right: 6px;
}

.notice-wrap .cont-area.btn-group {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
}
.notice-wrap .cont-area.btn-group .btn-area {
    display: inline-block;
}

/* 모바일에 사용될 스트일 시트 */
@media (max-width: 500px) {
    .notice-wrap .main-tbl {
        width: 585px;
    }
    .notice-wrap .cont-area.btn-group {
        flex-direction: column;
        justify-content: center;
        row-gap: 10px;
    }
    .notice-wrap .cont-area.btn-group .btn-area{
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

.notice-wrap .cont-area.btn-group .down-btn {
    width: 230px;
    height: 38px;
    background-color: var(--accent);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notice-wrap .cont-area.btn-group .down-btn .text.left {
    font-size: 0.8rem;
    color: var(--color-white);
    padding-left: 40px;
}
.notice-wrap .cont-area.btn-group .down-btn .text.right {
    font-size: 0.8rem;
    color: var(--color-white);
    padding-left: 10px;
}
.notice-wrap .cont-area.btn-group .down-btn .icon {
    width: 38px;
    height: 38px;
    background: #F3DF92;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notice-wrap .cont-area.btn-group > p {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--color-accent);
    line-height: 1;
}

.tag-input-container {
    width: 100%; /* 또는 원하는 너비 */
    padding: 10px;
    box-sizing: border-box; /* 패딩이 너비에 포함되도록 */
}
.tag-title{ font-weight: bold;}
.tag-item::before { content: "\00B7\00A0"; }
.tag-item:not(:last-child)::after { content: "\00A0"; }

/* 모바일에 사용될 스트일 시트 */
@media screen and (max-width: 768px) {
    .layer-inner .layer-head {
        padding: 1.25rem;
        position: sticky;
        top: 0;
        background-color: var(--color-bg-white);
    }
    .layer-inner .layer-head h2 {
        display: block;
        width: calc(100% - 2.8rem);
        font-size: 1.2rem;
        color: var(--color-accent);
        line-height: 1.4;
        letter-spacing: -0.5px;
    }

    .layer-inner .layer-cont {
        width: 100%;
        padding: 2rem 1.25rem;
        /* overflow-y: scroll; */
    }

    .notice-wrap .cont-area > .tbl-wrap {
        height: auto;
        overflow-y: unset;
    }
}
