.detail .contents-wrapper {
    max-width: 1280px;
    width: 90%;
    margin: auto;
    min-height: 1000px;
}

.detail .contents-wrapper.paging {
    max-width: 300px;
    width: 90%;
    margin: auto;
    min-height: 150px;
}

.detail .contents-wrapper .content {
    padding: 60px 0;
    border-bottom: solid 1px #F0F0F0;
    font-size: 1rem;
}

.detail .contents-wrapper .content.no-margin {
    margin-left: 0;
}

.detail .contents-wrapper .content.search-padding {
    padding: 0 0 50px 0;
}

.detail .contents-wrapper .content.no-border {
    border-bottom: none;
}

.detail .contents-wrapper .content.title {
    padding: 40px 0 20px 0;
}

.detail .contents-wrapper .breadcrumb {
    color: #AEAEAE;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
}

.detail .contents-wrapper .breadcrumb .current {
    color: #777;
    font-weight: 700;
}

.detail .contents-wrapper .content .title-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.detail .contents-wrapper .content .title-container h5 {
    color: #00225D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 10px;
}

.detail .contents-wrapper .content h1 {
    font-size: 1.825rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.detail .contents-wrapper .content h1 span {
    background-color: #f4f4f4;
    border-radius: 50px;
    padding: 8px 14px;
    color: #222;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 20px;
}

.detail .contents-wrapper .content .title-container ul {
    display: flex;
    gap: 10px;
}

.detail .contents-wrapper .content .title-container ul li button {
    display: block;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: solid 1px #e8e8e8;
    text-indent: -9999px;
}

.detail .contents-wrapper .content .title-container ul li button:hover {
    background-color: #e8e8e8;
}

.detail .contents-wrapper .content .title-container ul li button.url {
    background-image: url(/images/ic_url-e681a1185cf9596ba2aec018a5bc0f97.svg);
}

.detail .contents-wrapper .content .title-container ul li button.bookmark {
    background-image: url(/images/ic_bookmark-c87e9062f7445b2a1794f0592c86dddf.svg);
}

.detail .contents-wrapper .content .title-container ul li button.add {
    background-image: url(/images/ic_add-719d0569ebd8be33a6d4acaa4c21aa85.svg);
}


.detail .contents-wrapper .content .tags {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.detail .contents-wrapper .content .tags li a {
    border-radius: 50px;
    padding: 10px 20px;
    color: #00225D;
    border: solid 1px #00225D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail .contents-wrapper .content .tags li a:hover {
    background-color: rgba(0, 34, 93, 0.1);
    color: #00225D;
}

.detail .contents-wrapper .content h2 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.detail .contents-wrapper .content .content-title-container h2 {
    margin-bottom: 0px;
}

.detail .contents-wrapper .content .content-title-container {
    margin-bottom: 30px;
}

.detail .contents-wrapper .content dl {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    margin-top: 10px;
}

.detail .contents-wrapper .content dl.dt-2 {
    grid-template-columns: 130px 1fr 130px 1fr;
}

.detail .contents-wrapper .content dl dt {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
}

.detail .contents-wrapper .content dl dd {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}

.detail .contents-wrapper .content dl dd .links {
    display: inline-flex;
    gap: 4px;
    margin-left: 10px;
}

.detail .contents-wrapper .content dl dd .links a {
    border-radius: 40px;
    border: solid 1px #e8e8e8;
    display: flex;
    align-items: center;
    padding: 6px 12px 6px 14px;
    color: #777;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail .contents-wrapper .content dl dd .links a::after {
    content: "";
    display: block;
    width: 10px;
    height: 14px;
    background: url("/images/ic_arrow_right_xsm_gray-3a5d0da80ee06cab636cdf6a51be0b8d.svg") no-repeat transparent center;
    background-size: contain;
    margin-left: 2px;
}

.detail .contents-wrapper .content a.more {
    margin-top: 20px;
    color: #AEAEAE;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: inline-flex;
    gap: 10px;
    border-bottom: solid 1px #AEAEAE;
    align-items: center;
}

.detail .contents-wrapper .content a.more::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("/images/ic_arrow_down_xsm_gray-b72e1dfd6bd1848348cdb4fe3470d41a.svg") no-repeat transparent center;
    background-size: contain;
}

.detail .contents-wrapper .content .content-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail .contents-wrapper .content .content-title-container span {
    color: #777;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
}

.detail .contents-wrapper .content .content-title-container button {
    border-radius: 40px;
    border: solid 1px #777;
    padding: 10px 20px;
    color: #777;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.detail .contents-wrapper .content .content-title-container button.add::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/images/ic_add_gray-6f8e4188e6495863be29add9cdc54fb8.svg") no-repeat transparent center;
    background-size: contain;
}

.detail .contents-wrapper .content .related {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.detail .contents-wrapper .content .related li {
    border-radius: 15px;
    padding: 30px;
    border: solid 1px #e8e8e8;
}

.detail .contents-wrapper .content .related li .title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail .contents-wrapper .content .related li .title-container h3 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
}

.detail .contents-wrapper .content .related li .title-container h3 a {
    text-decoration: none;
}

.detail .contents-wrapper .content .related li .title-container h3:hover {
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.detail .contents-wrapper .content .related li .title-container button {
    border: solid 1px #e8e8e8;
    border-radius: 40px;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 15px;
    color: #222;
    display: flex;
    gap: 4px;
    align-items: center;
}

.detail .contents-wrapper .content .related li .title-container button.add::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/images/ic_add-719d0569ebd8be33a6d4acaa4c21aa85.svg") no-repeat transparent center;
    background-size: contain;
}

.detail .contents-wrapper .content .related li dl {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 80px 1fr 80px 1fr;
    column-gap: 20px;
    row-gap: 10px;
}

.detail .contents-wrapper .content .related li dt {
    color: #777;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail .contents-wrapper .content .related li dd {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail .contents-wrapper .content .relate-item-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 16px;
}

.detail .contents-wrapper .content .relate-item-list .item-empty {
    grid-column: 1 / -1; /* 전체 컬럼 차지 */
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #bbb;
    font-size: 0.95rem;
    text-align: center;
}

.detail .contents-wrapper .content .relate-item-list li {
    border-radius: 15px;
    padding: 30px;
    border: solid 1px #e8e8e8;
}

.detail .contents-wrapper .content .relate-item-list li .title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail .contents-wrapper .content .relate-item-list li .title-container h3 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    cursor: pointer;
}

.detail .contents-wrapper .content .relate-item-list li .title-container h3:hover {
    text-decoration: underline;
}

.detail .contents-wrapper .content .relate-item-list li .title-container .meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

.detail .contents-wrapper .content .relate-item-list li .title-container .meta::before {
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.detail .contents-wrapper .content .relate-item-list li .title-container .series::before {
    background-image: url("/images/ico_series-e7eb47f43902b2347dcc9afc371e991c.png");
}

.detail .contents-wrapper .content .relate-item-list li .title-container .folder::before {
    background-image: url("/images/ico_folder-c23164ecf51de02b4176cfcf412d1883.png");
}

.detail .contents-wrapper .content .relate-item-list li dl {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 80px 1fr 80px 1fr 80px 1fr;
    column-gap: 20px;
    row-gap: 10px;
}

.detail .contents-wrapper .content .relate-item-list li dt {
    color: #777;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail .contents-wrapper .content .relate-item-list li dd {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail .contents-wrapper .content .relate-item-list li .meta-line {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.95rem;
    color: #555;
}

/* 공통 meta */
.detail .contents-wrapper .content .relate-item-list li .meta-line .meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

/* 아이콘 공통 */
.detail .contents-wrapper .content .relate-item-list li .meta-line .meta::before {
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.detail .contents-wrapper .content .relate-item-list li .meta-line .series::before {
    background-image: url("/images/ico_series-e7eb47f43902b2347dcc9afc371e991c.png");
}

.detail .contents-wrapper .content .relate-item-list li .meta-line .folder::before {
    background-image: url("/images/ico_folder-c23164ecf51de02b4176cfcf412d1883.png");
}

.detail .contents-wrapper .content .archive-item-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    gap: 20px;
    margin-top: 16px;
}

.detail .contents-wrapper .content .archive-item-list .archive-empty {
    grid-column: 1 / -1; /* 전체 컬럼 차지 */
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #bbb;
    font-size: 0.95rem;
    text-align: center;
}

.detail .contents-wrapper .content .archive-item-list li {
    border-radius: 15px;
    border: solid 1px #e8e8e8;
}

.detail .contents-wrapper .content .archive-item-list li .thumb {
    position: relative;
    display: block;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.detail .contents-wrapper .content .archive-item-list li .thumb .img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.detail .contents-wrapper .content .archive-item-list li .thumb .label {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fff;
    background-color: #000;
    border-radius: 8px;
    padding:0 10px;
    font-size:0.875rem;
}

.detail .contents-wrapper .content .archive-item-list li .thumb .label.right {
    left: auto;
    right: 8px;
}
.detail .contents-wrapper .content .archive-item-list li .text {
    padding: 30px;
}

.detail .contents-wrapper .content .pagination {
    display: flex;
    margin: auto;
    margin-top: 40px;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.detail .contents-wrapper .content .pagination a {
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #AEAEAE;
    text-align: center;
}

.detail .contents-wrapper .content .pagination a.active {
    color: #00225D;
    font-weight: 700;
}

.detail .contents-wrapper .content .pagination .top {
    text-indent: -9999px;
    background-image: url(/images/ic_page_top-87e6c4439881fdea45fcb041408193f9.svg);
}

.detail .contents-wrapper .content .pagination .prev {
    text-indent: -9999px;
    background-image: url(/images/ic_page_prev-3fb05e500826c9fded0a6dded5b4a541.svg);
}

.detail .contents-wrapper .content .pagination .next {
    text-indent: -9999px;
    background-image: url(/images/ic_page_next-970489eafbeda53429a9b6936a76a5e1.svg);
}

.detail .contents-wrapper .content .pagination .end {
    text-indent: -9999px;
    background-image: url(/images/ic_page_end-7f241fe0754c97f5cccd62ab8d9dbcba.svg);
}

.detail .contents-wrapper .content .collection {
    border-radius: 15px;
    border: solid 1px #e8e8e8;
    padding: 30px;
}

.detail .contents-wrapper .content .collection h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.detail .contents-wrapper .content .collection .tags {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.detail .contents-wrapper .content .tags li {
    display: flex;
}

.detail .contents-wrapper .content .collection p {
    margin-top: 20px;
}

.detail .contents-wrapper .content .collection hr {
    margin: 30px 0;
    background-color: #F0F0F0;
    height: 1px;
    border: none;
}

.detail .contents-wrapper .content .collection dl {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
}

.detail .contents-wrapper .content .collection dl dt {
    color: #777;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail .contents-wrapper .content .collection dl dd {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail .contents-wrapper .content .collection dl dd a {
    color: #1D74FF;
    text-decoration: underline;
}

.detail .contents-wrapper .content .collection ul {
    margin-top: 60px;
    display: flex;
    gap: 10px;
}

.detail .contents-wrapper .content .collection ul a.out {
    border-radius: 50px;
    border: solid 1px #00225D;
    display: flex;
    padding: 14px 25px;
    gap: 10px;
    color: #00225D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail .contents-wrapper .content .collection ul a.out::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(/images/ic_arrow_out_blue-ff65ee6612a03dc35f3a953459a3d793.svg) no-repeat transparent center;
}


.detail .contents-wrapper .content .collection .nav-back {
    padding: 20px 0 15px 0;
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
}

.detail .contents-wrapper .content .collection .nav-back a.out {
    border-radius: 50px;
    border: 1px solid #00225D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    gap: 10px;
    color: #00225D;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.detail .contents-wrapper .content .collection .nav-back a.out:hover {
    background-color: rgba(0, 34, 93, 0.1);
    color: #00225D;
}

.detail .contents-wrapper .content .collection .nav-back a.out::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(/images/ic_arrow_out_blue-ff65ee6612a03dc35f3a953459a3d793.svg) no-repeat transparent center;
}

.detail .contents-wrapper .content .nav-back {
    padding: 60px 0 30px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.detail .contents-wrapper .content .nav-back a.out {
    border-radius: 50px;
    border: 1px solid #00225D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    gap: 10px;
    color: #00225D;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.detail .contents-wrapper .content .nav-back a.out:hover {
    background-color: rgba(0, 34, 93, 0.1);
    color: #00225D;
}

.detail .contents-wrapper .content .nav-back a.out::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(/images/ic_arrow_out_blue-ff65ee6612a03dc35f3a953459a3d793.svg) no-repeat transparent center;
}

.detail section {
    position: relative;
}

.detail section hr {
    margin-top: 60px;
    border: none;
    height: 1px;
    background-color: #e8e8e8;
}

.detail section .menu-wrapper {
    position: absolute;
    top:216px;
    left:20px;
    bottom:40px;
}

.detail section .menu {
    position: sticky;
    top: 148px;
    left: 0px;
    width: 260px;
    background-color: transparent;
}


.detail section .menu h3 {
    border-radius: 15px 0 15px 0;
    background-color: #222;
    padding: 25px;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.detail section .menu .related {
    border: 1px solid #e8e8e8;
    border-radius: 0 0 15px 15px; /* 아래쪽 좌우 모서리 둥글게 */
    padding: 20px 0;
    font-size: 0.875rem;
    color: #222;
    margin-top: 10px;
    max-height: 65vh;
    overflow-y: auto;
    background-color: #fff;
}

/* scrollbar */
.detail section .menu .related::-webkit-scrollbar {
    width: 6px;
}

.detail section .menu .related::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.detail section .menu .related::-webkit-scrollbar-track {
    background-color: transparent;
}

/* ================= h4 (드롭다운 헤더) ================= */

.detail section .menu .related h4 {
    position: relative;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0 18px 10px 40px;
    cursor: pointer;
    user-select: none;
}

/* h4 화살표 */
.detail section .menu .related h4::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-70%);
    background: url("/images/ic_arrow_down-0408cda534de4a2a4b68e3ad1a189259.svg") no-repeat center / contain;
    transition: transform 0.2s ease;
}

/* h4 열림 */
.detail section .menu .related h4.open::before {
    transform: translateY(-70%) rotate(180deg);
}

/* h4 바로 아래 1depth 접기 */
.detail section .menu .related h4 + ul {
    display: none;
    opacity: 0;
    transform: translateY(-6px);
}

.detail section .menu .related h4.open + ul {
    display: block;
    animation: fadeSlideIn 0.25s ease forwards;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.detail section .menu .related h4 span:last-child,
.detail section .menu .related li > a span:last-child {
    font-size: 0.75rem;
    color: #999;
    font-weight: 400;
}

/* ================= list ================= */

.detail section .menu .related ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail section .menu .related ul ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 0.3s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.detail section .menu .related li.open > ul {
    max-height: none;
    opacity: 1;
    transform: translateY(0);
}

.detail section .menu .related li {
    position: relative;
    padding: 4px 18px;
}

.detail section .menu .related li > a {
    position: relative;
    display: block;
    padding-left: 28px;
    padding-right: 10px;
    color: #777;
    line-height: 1.6;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail section .menu .related li > a:hover {
    color: #222;
    text-decoration: underline;
}

.detail section .menu .related h4.active,
.detail section .menu .related li.active,
.detail section .menu .related li:hover {
    background-color: #e8e8e8;
}

.detail section .menu .related li a.target {
    background-color: #cfcfcf;
}

.detail section .menu .related li a.target span {
    color: #333;
    font-weight: 600;
}

/* li 화살표 */
.detail section .menu .related li > a::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-20%);
    background: url("/images/ic_arrow_down-0408cda534de4a2a4b68e3ad1a189259.svg") no-repeat center / contain;
}

.detail section .menu .related li.open > a::before {
    transform: translateY(-20%) rotate(180deg);
}

.detail section .menu .related li:not(:has(> ul)) > a::before {
    display: none;
}

/* depth 스타일 */
.detail section .menu .related > ul > li > a {
    font-weight: 600;
    color: #333;
}

.detail section .menu .related ul ul > li > a {
    padding-left: 23px;
    font-weight: 400;
}

.detail section .menu .related ul ul ul > li > a {
    padding-left: 27px;
    font-size: 0.85rem;
    color: #666;
}

.detail section .menu .related ul ul ul ul > li > a {
    padding-left: 32px;
    font-size: 0.8rem;
    color: #888;
}

/* divider */
.detail section .menu .related hr {
    margin: 20px 0;
    background-color: #e8e8e8;
    border: none;
    height: 1px;
    width: 206px;
}

.detail .form-search {
    display: grid;
    grid-template-columns: 1fr minmax(60px, 202px);
    gap: 10px;
}

.detail .form-search.search {
    display: grid;
    grid-template-columns: 1fr 150px minmax(150px, auto);
    gap: 10px;
    align-items: center;
}

.detail .form-search.sm form {
    width: 60%;
    margin-left: auto;
}

.detail .form-search.sm form:has(select) {
    grid-template-columns: minmax(60px, 120px) 1fr minmax(60px, 120px);
}

.detail .form-search.sm select {
    padding: 0 18px 0 10px;
    padding-left: 2cap;
}

.detail .form-search.sm.form-search-grid:has(select) {
    grid-template-columns: minmax(60px, 120px) 1fr minmax(60px, 120px);
}

.detail .form-search.sm.form-search-grid {
    width: 60%;
    margin-left: auto;
}

.detail .form-search input {
    background-color: #F4F4F4;
    border: none;
    padding: 20px 40px;
    width: calc(100% - 10px);
    border-radius: 65px;
    font-size: var(--fontsize-body1, 20px);

}

.detail .form-search button {
    background-color: #222;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    font-size: var(--fontsize-body1, 20px);
    color: #fff;
}

.detail .form-search.sm input {
    padding: 10px 20px;
}

.detail .form-search.sm button {
    padding: 10px 0;
}

.detail .order-wrapper {
    margin-top: 32px;
    text-align: right;
}

.detail .order-select {
    position: relative;
    display: inline-flex;
    justify-content: flex-end;
    align-items: stretch;
    width: 280px;
}

.detail .order-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 999px;
    background-color: #fff;
    font-size: 1rem;
    color: #222;
    width: 100%;
    padding: 0 18px 0 20px;
    line-height: 40px;
    cursor: pointer;
}

.detail .order-select select:focus {
    outline: none;
    border-color: #999;
}

.detail .order-select select::-ms-expand {
    display: none;
}

/* 커스텀 화살표 */

.detail .select-wrap {
    position: relative;
}

.detail .select-wrap::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 7px;
    background: url(/images/ic_arrow_down-0408cda534de4a2a4b68e3ad1a189259.svg) no-repeat center;
    pointer-events: none;
}

/*게시판*/

.tbl_wrap .tbl_data {
    width: 100%;
    text-align: center;
}

.tbl_wrap .tbl_data .row {
    display: table;
    width: 100%;
}

.tbl_wrap .tbl_data .row .col {
    display: table-cell;
    padding: 25px 10px;
    vertical-align: middle;
    text-align: center;
    word-break: break-all;
}

.tbl_wrap .tbl_data .row .col.txt_left {
    text-align: left;
}

.tbl_wrap .tbl_data .row .col.txt_center {
    text-align: center;
}

.tbl_wrap .tbl_data .row .col.txt_right {
    text-align: right;
}

.tbl_wrap .tbl_data .row .col.max {
    width: 100%;
}

.tbl_wrap .tbl_data .tbl-empty {
    grid-column: 1 / -1;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #bbb;
    font-size: 0.95rem;
    text-align: center;
}

.tbl_wrap .tbl_data .row .col input[type="radio"] {
    margin-top: -2px;
}

.tbl_wrap .tbl_data .row .col span.rental-yes {
    color: #3362b1;
    font-weight: 700;
}

.tbl_wrap .tbl_data .row .col span.rental-no {
    color: #b13333;
    font-weight: 700;
}

.tbl_wrap .tbl_data .row .col .board_notice {
    display: inline-block;
    padding: 4px 14px;
    background-color: #0265b1;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
}

.tbl_wrap .tbl_data .row .col .board_new {
    display: inline-block;
    margin-left: 12px;
    padding: 2px 8px;
    height: 24px;
    background-color: #2564ae;
    color: white;
    font-size: 10px;
    font-weight: bold;
}

.tbl_wrap .tbl_data .no_data {
    text-align: center;
}

.tbl_wrap .tbl_data.c_w_style01 .col:nth-child(1) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style01 .col:nth-child(2) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style01 .col:nth-child(3) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style01 .col:nth-child(4) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style02 .col:nth-child(1) {
    width: 50px;
}

.tbl_wrap .tbl_data.c_w_style02 .col:nth-child(2) {
    width: 50px;
}

.tbl_wrap .tbl_data.c_w_style02 .col:nth-child(3) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style02 .col:nth-child(4) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style02 .col:nth-child(5) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style02 .col:nth-child(6) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style02 .col:nth-child(7) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style02 .col:nth-child(8) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style02 .col:nth-child(9) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style02 .col:nth-child(10) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style02 .col:nth-child(11) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style03 .col:nth-child(1) {
    width: 50px;
}

.tbl_wrap .tbl_data.c_w_style03 .col:nth-child(2) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style03 .col:nth-child(3) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style03 .col:nth-child(4) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style03 .col:nth-child(5) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style03 .col:nth-child(6) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style03 .col:nth-child(7) {
    width: 200px;
}

.tbl_wrap .tbl_data.c_w_style03 .col:nth-child(8) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style04 .col:nth-child(1) {
    width: 50px;
}

.tbl_wrap .tbl_data.c_w_style04 .col:nth-child(2) {
    width: 200px;
}

.tbl_wrap .tbl_data.c_w_style04 .col:nth-child(3) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style04 .col:nth-child(4) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style04 .col:nth-child(5) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style04 .col:nth-child(6) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style04 .col:nth-child(7) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style04 .col:nth-child(8) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style05 .col:nth-child(1) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style05 .col:nth-child(2) {
    width: 200px;
}

.tbl_wrap .tbl_data.c_w_style05 .col:nth-child(3) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style05 .col:nth-child(4) {
    width: 200px;
}

.tbl_wrap .tbl_data.c_w_style05 .col:nth-child(5) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style05 .col:nth-child(6) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style05 .col:nth-child(7) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(1) {
    width: 50px;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(2) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(3) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(4) {
    width: 140px;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(5) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(6) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(7) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(8) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(9) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(10) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(11) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style06 .col:nth-child(12) {
    width: 70px;
}

.tbl_wrap .tbl_data.c_w_style07 .col:nth-child(1) {
    width: 50px;
}

.tbl_wrap .tbl_data.c_w_style07 .col:nth-child(2) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style07 .col:nth-child(3) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style07 .col:nth-child(4) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style07 .col:nth-child(5) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style08 .col:nth-child(1) {
    width: 50px;
}

.tbl_wrap .tbl_data.c_w_style08 .col:nth-child(2) {
    width: 200px;
}

.tbl_wrap .tbl_data.c_w_style08 .col:nth-child(3) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style08 .col:nth-child(4) {
    width: 300px;
}

.tbl_wrap .tbl_data.c_w_style08 .col:nth-child(5) {
    width: 80px;
}

.tbl_wrap .tbl_data.c_w_style08 .col:nth-child(6) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style09 .col:nth-child(1) {
    width: 300px;
}

.tbl_wrap .tbl_data.c_w_style09 .col:nth-child(2) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style10 .col:nth-child(1) {
    width: 450px;
}

.tbl_wrap .tbl_data.c_w_style10 .col:nth-child(2) {
    width: auto;
    vertical-align: top;
}

.tbl_wrap .tbl_data.c_w_style11 .col:nth-child(1) {
    width: 50px;
}

.tbl_wrap .tbl_data.c_w_style11 .col:nth-child(2) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style11 .col:nth-child(3) {
    width: 200px;
}

.tbl_wrap .tbl_data.c_w_style11 .col:nth-child(4) {
    width: 220px;
}

.tbl_wrap .tbl_data.c_w_style11 .col:nth-child(5) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style11 .col:nth-child(6) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style11 .col:nth-child(7) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style11 .col:nth-child(8) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style11 .col:nth-child(9) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style11 .col:nth-child(10) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style12 .col:nth-child(1) {
    width: 50px;
}

.tbl_wrap .tbl_data.c_w_style12 .col:nth-child(2) {
    width: 170px;
}

.tbl_wrap .tbl_data.c_w_style12 .col:nth-child(3) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style12 .col:nth-child(4) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style12 .col:nth-child(5) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style12 .col:nth-child(6) {
    width: 200px;
}

.tbl_wrap .tbl_data.c_w_style13 .col:nth-child(1) {
    width: 50px;
}

.tbl_wrap .tbl_data.c_w_style13 .col:nth-child(2) {
    width: 80px;
}

.tbl_wrap .tbl_data.c_w_style13 .col:nth-child(3) {
    width: 200px;
}

.tbl_wrap .tbl_data.c_w_style13 .col:nth-child(4) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style13 .col:nth-child(5) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style14 .col:nth-child(1) {
    width: 50px;
}

.tbl_wrap .tbl_data.c_w_style14 .col:nth-child(2) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style14 .col:nth-child(3) {
    width: 200px;
}

.tbl_wrap .tbl_data.c_w_style14 .col:nth-child(4) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style14 .col:nth-child(5) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style14 .col:nth-child(6) {
    width: 300px;
}

.tbl_wrap .tbl_data.c_w_style15 .col:nth-child(1) {
    width: 150px;
}

.tbl_wrap .tbl_data.c_w_style15 .col:nth-child(2) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style15 .col:nth-child(3) {
    width: 200px;
}

.tbl_wrap .tbl_data.c_w_style15 .col:nth-child(4) {
    width: 200px;
}

.tbl_wrap .tbl_data.c_w_style15 .col:nth-child(5) {
    width: 120px;
}

.tbl_wrap .tbl_data.c_w_style16 .col:nth-child(1) {
    width: 60px;
}

.tbl_wrap .tbl_data.c_w_style16 .col:nth-child(2) {
    width: 100px;
}

.tbl_wrap .tbl_data.c_w_style16 .col:nth-child(3) {
    width: 130px;
}

.tbl_wrap .tbl_data.c_w_style16 .col:nth-child(4) {
    width: auto;
}

.tbl_wrap .tbl_data.c_w_style16 .col:nth-child(5) {
    width: 130px;
}

.tbl_wrap .tbl_data.c_w_style16 .col:nth-child(6) {
    width: 130px;
}

.tbl_wrap .tbl_data.c_w_style16 .col:nth-child(7) {
    width: 130px;
}

.tbl_wrap .tbl_data.c_w_style16 .col:nth-child(8) {
    width: 200px;
}

.tbl_wrap .tbl_list .row {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    width: 100%;
}

.tbl_wrap .tbl_list .row .col {
    flex: 1;
    padding: 25px 10px;
    text-align: center;
}

.tbl_wrap .tbl_list.b_style01 {
    border-top: 2px solid #222;
    border-bottom: 1px solid #eaeaea;
}

.tbl_wrap .tbl_list.b_style01 li + li {
    border-top: 1px solid #eaeaea;
}

.tbl_wrap .tbl_data.b_style01 {
    border-top: 2px solid #222;
    border-bottom: 1px solid #eaeaea;
}

.tbl_wrap .tbl_data.b_style01 li:first-child {
    background: #fafafa;
}

.tbl_wrap .tbl_data.b_style01 li + li {
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
}

.tbl_wrap .tbl_data .btn_ico {
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.tbl_wrap .tbl_data .btn_ico.file {
    background: url('/images/ico_file-bf7e72ab9923e55a413e2986e9d3a8f6.png') no-repeat left center;
}

.tbl_wrap .sub_tbl {
    margin-top: 24px;
}

.tbl_wrap .row.sub {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}

.tbl_wrap .row.sub .tbl_data.c_w_style1 {
    margin-top: 0px;
}

.tbl_wrap .row.sub .tbl_data.c_w_style1 .col:nth-child(1) {
    width: 5%;
}

.tbl_wrap .row.sub .tbl_data.c_w_style1 .col:nth-child(2) {
    width: 15%;
}

.tbl_wrap .row.sub .tbl_data.c_w_style1 .col:nth-child(3) {
    width: 20%;
}

.tbl_wrap .row.sub .tbl_data.c_w_style1 .col:nth-child(4) {
    width: 30%;
}

.tbl_wrap .row.sub .tbl_data.c_w_style1 .col:nth-child(5) {
    width: 10%;
}

.tbl_wrap .row.sub .tbl_data.c_w_style1 .col:nth-child(6) {
    width: 10%;
}

.tbl_wrap .row.sub .tbl_data.c_w_style2 .col:nth-child(1) {
    width: 5%;
}

.tbl_wrap .row.sub .tbl_data.c_w_style2 .col:nth-child(2) {
    width: 25%;
}

.tbl_wrap .row.sub .tbl_data.c_w_style2 .col:nth-child(3) {
    width: 15%;
}

.tbl_wrap .row.sub .tbl_data.c_w_style2 .col:nth-child(4) {
    width: 10%;
}

.tbl_wrap .row.sub .tbl_data.c_w_style2 .col:nth-child(5) {
    width: 20%;
}

.detail .contents-wrapper .content.tbl_detail h2 {
    font-size: 2rem;
}

.tbl_detail .cont_detail {
    padding: 40px 32px;
    border-top: 2px solid #222;
    border-bottom: 2px solid #eaeaea;
}

.tbl_detail .cont_detail .btn_reply {
    display: inline-block;
    margin-left: 20px;
    border: 1px solid #222;
    width: 120px;
    height: 40px;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    white-space: nowrap;
}

.tbl_detail .cont_detail .txt_cont {
    font-size: 0.825rem;
    line-height: 1.8;
}

.tbl_detail .cont_detail .btn_join {
    display: inline-block;
    margin-top: 25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: underline;
}

.tbl_detail .cont_detail .img {
    margin-bottom: 56px;
    text-align: center;
}

.tbl_detail .btn_wrap {
    margin-top: 24px;
}

.tbl_detail .btn_list {
    display: inline-block;
    border: 1px solid #222;
    width: 104px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}

.tbl_detail .cont_detail .cont_attach {
    font-size: 1rem;
    line-height: 1.8;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 44px;
}

.tbl_detail .cont_detail .cont_attach .download-link {
    color: #1a73e8;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    transition: color 0.2s;
}

.tbl_detail .cont_detail .cont_attach .download-link:hover {
    text-decoration: underline;
    color: #155ab6;
}

.view_more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.view_more .btn {
    display: inline-block;
    border: 1px solid transparent;
    width: 393px;
    height: 61px;
    font-size: 16px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: .04em;
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
}

.view_more .btn + .btn {
    margin-left: 16px;
}

.view_more .btn_white {
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
    transition: border .25s ease;
}

.view_more .btn_white:hover {
    border: 1px solid #333;
}

.view_more .btn_blue {
    border: 1px solid #0265b1;
    background: #0265b1;
    color: #fff;
}

.view_more .btn.btn_modify {
    width: 150px;
}

/* 달력 */

.calendar_wrap {
    margin-top: 64px;
}

.calendar_wrap .year_wrap {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.calendar_wrap .year_wrap .legend {
    position: absolute;
    right: 0;
    display: none !important;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

.calendar_wrap .year_wrap .legend span.red {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #d13333;
}

.calendar_wrap .year_wrap .legend span.green {
    display: inline-block;
    margin-right: 8px;
    margin-left: 4rem;
    margin-bottom: -2px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #23b102;
}

.calendar_wrap .year {
    flex: 0 0 auto;
    margin: 0 10px;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
}

.calendar_wrap .nav {
    display: inline-flex;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.calendar_wrap .prev {
    background-image: url('/images/ico_cal_prev-328bc4af31e77bb589bf419ff88f8f42.png');
}

.calendar_wrap .next {
    background-image: url('/images/ico_cal_next-292b5ea1ff195ba70f583bf9fe934009.png');
}

.calendar_wrap .week_wrap {
    display: flex;
    justify-content: center;
    text-align: center;
}

.calendar_wrap .week_wrap li {
    flex: 1 0 14.28%;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 4rem;
}

.calendar_wrap .week_wrap li:nth-child(1) {
    color: var(--red);
}

.calendar_wrap .week_wrap li:nth-child(7) {
    color: var(--primary-color);
}

.calendar_wrap .week_wrap li div {
    min-width: 4rem;
}

.calendar_wrap .day_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* gap: 18px 0; */
    margin-top: 12px;
    text-align: center;
}

.calendar_wrap .day_wrap li {
    position: relative;
    flex: 1 0 14.28%;
    min-height: 4rem;
}

.calendar_wrap .day_wrap li .day {
    display: inline-block;
    min-width: 4rem;
    color: #ccc;
    font-size: 18px;
    line-height: 4rem;
}

.calendar_wrap .day_wrap li .day.curr_month {
    color: var(--dark-color);
    font-weight: 500;
}

.calendar_wrap .day_wrap li .txt_cal {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    color: #222;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
}

.calendar_wrap .day_wrap li p {
    font-size: 13px;
}

.calendar_wrap .day_wrap li.on .day {
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
}

.calendar_wrap .day_wrap li.on .txt_cal {
    color: var(--primary-color);
}

.calendar_wrap .day_wrap li.on p {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
}

/* 달력 예약 날짜 표시 */

.calendar_wrap .day_wrap li.reserve .day {
    border: 1px solid var(--green);
    border-radius: 50%;
    color: var(--green);
}

.calendar_wrap .day_wrap li.reserve.txt_cal {
    color: var(--green);
}

.calendar_wrap .day_wrap li.reserve p {
    color: var(--green);
    font-size: 13px;
    font-weight: 700;
}

.calendar_wrap .day_wrap li.on.reserve .day {
    border: 1px solid var(--red);
    border-radius: 50%;
    color: var(--green);
}

/* 달력 선택한 날짜 표시 */

.calendar_wrap .day_wrap li.pick .day {
    border: 1px solid var(--red);
    border-radius: 50%;
    color: var(--red);
}

.calendar_wrap .day_wrap li.pick .txt_cal {
    color: var(--red);
}

.calendar_wrap .day_wrap li.pick p {
    color: var(--red);
    font-size: 13px;
    font-weight: 700;
}

.calendar_wrap .day_wrap li.on.pick .day {
    border: 1px solid var(--red);
    border-radius: 50%;
    color: var(--red);
}

.calendar_wrap .day_wrap li.schedule a {
    width: 4rem;
    height: 4rem;
    color: var(--red) !important;
    text-decoration: underline;
    line-height: 4rem;
}

.calendar_wrap .day_wrap li p.schedule {
    margin-top: 0;
    color: var(--red) !important;
}

.calendar_wrap .day_wrap li.temp a {
    width: 4rem;
    height: 4rem;
    color: var(--green) !important;
    color: var(--red) !important;
    text-decoration: underline;
    line-height: 4rem;
}

.calendar_wrap + .bottom_info {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    line-height: 0;
    margin-top: 8px;
}

.calendar_wrap + .bottom_info .txt_noti {
    color: var(--text-light);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -.03em;
}

.calendar_wrap + .bottom_info .year_wrap {
    text-align: right;
}

.calendar_wrap + .bottom_info .year_wrap .legend {
    position: relative;
    display: inline-block;
    padding-left: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -.03em;
    vertical-align: middle;
}

.calendar_wrap + .bottom_info .year_wrap .legend:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

/* .calendar_wrap + .bottom_info .year_wrap .legend span { display: inline-block; margin-top: -1px; margin-right: 2px; border-radius: 50%; width: 4px; height: 4px; vertical-align: middle; } */

.calendar_wrap + .bottom_info .year_wrap .legend span {
    display: inline-block;
    margin-right: 2px;
    vertical-align: -1px;
}

.calendar_wrap + .bottom_info .year_wrap .legend.schedule {
    color: var(--red);
}

.calendar_wrap + .bottom_info .year_wrap .legend.schedule:before {
    background-color: var(--red);
}

.calendar_wrap + .bottom_info .year_wrap .legend.schedule span { /*background-color: var(--red);*/
    border-bottom: 1px solid var(--red);
}

.calendar_wrap + .bottom_info .year_wrap .legend.temp {
    color: var(--green);
    color: var(--red);
}

.calendar_wrap + .bottom_info .year_wrap .legend.temp:before {
    background-color: var(--red);
}

.calendar_wrap + .bottom_info .year_wrap .legend.temp span {
    margin-left: 12px; /*background-color: var(--green); background-color: var(--red);*/
    border-bottom: 1px solid var(--red);
}

.txt_top_haveto {
    margin-bottom: 88px;
    padding: 32px;
    background: #edf4fa;
    color: #666;
    font-size: 16px;
    line-height: 36px;
}

.information_wrap .open {
    display: flex;
    flex-flow: column wrap;
    padding-left: 54px;
    width: 100%;
    background: url('/images/ico_time-8eb4cc440436c4861d9125948b22f37d.png') no-repeat 0 0;
}

.information_wrap .open h3 {
    width: 100%;
}

.information_wrap .open .open_wrap {
    display: flex;
    flex-flow: row wrap;
}

.information_wrap .open .open_wrap div {
    flex: 1;
    margin-top: 12px;
    max-width: 400px;
}

.information_wrap .open div h4 {
    color: #666666;
    font-size: 1rem;
    line-height: 1.56;
}

.information_wrap .close {
    margin-top: 20px;
    margin-bottom: 58px;
    padding-top: 20px;
    padding-left: 54px;
    border-top: solid 1px #cccccc;
    background: url('/images/ico_time-8eb4cc440436c4861d9125948b22f37d.png') no-repeat 0 20px;
}

.information_wrap .tit {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
}

.information_wrap .txt {
    color: #666;
    font-size: 1rem;
    line-height: 28px;
}

.txt_top_cont {
    padding: 32px 20px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #666666;
    font-size: 1rem;
    line-height: 1.88;
    margin:0 10px;
}

.tab_cont {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 16px;
    gap: 16px;
    align-items: center;
}

.tab_cont.blue {
    padding-bottom: 16px;
}

.tab_cont.blue li {
    border-radius: 48px;
    padding: 8px 32px;
    border: solid 1px #2564ae;
}

.tab_cont.blue li a {
    color: #2564ae;
}

.tab_cont.blue li:hover a {
    font-weight: 700;
}

.tab_cont.blue li.on {
    background-color: #2564ae;
}

.tab_cont.blue li.on a {
    color: #fff;
}

/* Guide */

.guide h2.tit_service {
    font-size: 1.5rem;
}

.guide .txt_service_info {
    color: #666666;
}

.guide .tab_cont + .txt_service_info {
    font-size: 0.825rem;
}

.guide .txt_service_info em {
    color: #222222;
    font-weight: bold;
}

.guide .txt_top_cont a {
    color: #666666;
}

.guide .tit_rule {
    position: relative;
    display: inline-block;
    color: #919191;
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: -0.4px;
}

.guide .tit_rule:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -96px;
    width: 64px;
    height: 1px;
    background: #ccc;
}

.guide .tit_dot_head {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.54;
    letter-spacing: -0.4px;
}

.guide .tit_dot_head:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    display: block;
    width: 16px;
    height: 6px;
}

.guide .tit_dot_head.blue:before {
    background-color: #3362b1;
}

.guide .tit_dot_head.red:before {
    background-color: #b90d39;
}

.guide a.download {
    color: #3362b1;
    font-weight: bold;
}

.want_step {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    row-gap: 16px;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
}

.want_step.small {
    width: 100%;
}

.want_step li {
    position: relative;
    flex: 1;
    margin: 0 10px;
    padding: 24px 24px 56px 24px;
    border: solid 1px #2564ae;
}

.want_step li div {
    display: inline-block;
    padding: 2px 6px;
    background-color: #2564ae;
    color: white;
    font-size: 0.875rem;
    font-weight: bold;
}

.want_step li div.tit {
    width: 100%;
}

.want_step li h3 {
    margin-top: 24px;
    font-size: 1.125rem;
    font-weight: bold;
}

.want_step li p {
    padding-top: 4px;
    color: #666666;
    font-size: 1rem;
}

.want_step li:after {
    content: "";
    position: absolute;
    top: calc(50% - 14px);
    right: -14px;
    display: block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB5SURBVChTtYqxCYBAEAQ/FEw/sQEbMLUA6zOxIXMTY7EEM83Ouf8TXuQNBAeWO3bHKSJShCcHQklG0lv1hLElB1FexY78Jw5WP2FMxcnqOwyerEER2UllU4RChVlXWEhtU4QiFfR6myJa2KB8EBTKhmxZ4cLEjODcCcbPxL2UFmYQAAAAAElFTkSuQmCC') no-repeat #2564ae center;
}

.want_step li:last-child:after {
    display: none;
}

.want_step .btn {
    display: block;
    margin-top: 16px;
    padding: 4px 0;
    width: 100%;
    text-align: center;
}

.want_step .btn.blue {
    background-color: #0265b1;
    color: #ffffff;
}

.want_step_notice {
    color: #222;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: -0.028em;
}

.view-btn {
    padding: 5px 10px;
    font-size: 0.875rem;
    background-color: #2564ae;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.view-btn:hover {
    font-weight: 700;
}

table.horizontal {
    width: 100%;
}

table.horizontal th,
table.horizontal td {
    padding: 25px 0;
    text-align: center;
}

table.horizontal th {
    border-top: solid 2px #222222;
    border-bottom: solid 1px #eaeaea;
    background-color: #fafafa;
}

table.horizontal td {
    border-bottom: solid 1px #eaeaea;
}

table.horizontal tr.sum {
    background-color: #fafafa;
}

table.horizontal tr.total {
    background-color: #fafafa;
    font-weight: 700;
}

table.horizontal.status {
    border-top: solid 2px #222222;
    border-collapse: collapse;
}

table.horizontal.status th,
table.horizontal.status td {
    padding: 10px 0;
    border: solid 1px #bcbcbc;
}

table.horizontal2 {
    width: 100%;
    border-top: solid 1px #222222;
    border-collapse: collapse;
}

table.horizontal2 th,
table.horizontal2 td {
    padding: 18px 0;
    text-align: center;
    border: solid 1px #eaeaea;
}

table.horizontal2 th {
    background-color: #fafafa;
}

table.horizontal2 th:first-child,
table.horizontal2 td:first-child {
    border-left: 0;
}

table.horizontal2 th:last-child,
table.horizontal2 td:last-child {
    border-right: 0;
}

table.horizontal2 td.text_left {
    text-align: left;
    padding-left: 50px;
}

table.horizontal2 td.sub_text_left {
    text-align: left;
    padding-left: 70px;
}

/* Donation */

.donation .tit_wrap .txt {
    margin-top: 16px;
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
}

.donation h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.26;
    letter-spacing: -1px;
}

.donation h4 {
    font-size: 26px;
    line-height: 1.54;
    letter-spacing: -0.4px;
}

.donation .bold {
    margin-top: 16px;
    font-weight: bold;
    text-indent: 10px;
}

.donation ul.bold li {
    margin-top: 16px;
}

.donation a.download {
    color: #3362b1;
    font-weight: bold;
}

.donation .txt_top_cont li {
    margin-bottom: 8px;
}

.donation .txt_top_cont li em {
    font-weight: bold;
}

.detail .contents-wrapper .content .detail-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1.5px solid #222;
}

.detail .contents-wrapper .content .detail-table th,
.detail .contents-wrapper .content .detail-table td {
    padding: 14px 16px;
    font-size: 0.9rem;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.detail .contents-wrapper .content .detail-table th {
    width: 180px;
    background-color: #fafafa;
    color: #333;
    font-weight: 600;
    text-align: left;
}

.detail .contents-wrapper .content .detail-table td {
    color: #555;
    line-height: 1.6;
}

.detail .contents-wrapper .content .detail-table td .inner-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 4px;
    font-size: 0.85rem;
    border: 1px solid #e5e5e5;
}

.detail .contents-wrapper .content .detail-table td .inner-table th {
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: middle;
}

.detail .contents-wrapper .content .detail-table td .inner-table td {
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    text-align: left;
    vertical-align: middle;
}

.detail .contents-wrapper .content .detail-table td .inner-table th {
    background-color: #f7f7f7;
    font-weight: 600;
    color: #333;
}

.detail .contents-wrapper .content .detail-table td .inner-table td {
    color: #555;
}

.detail .contents-wrapper .content .detail-table td .inner-table .empty-row {
    text-align: center;
    color: #999;
    font-size: 0.85rem;
    padding: 14px 12px;
    background-color: #fafafa;
}

.detail .contents-wrapper .content .detail-form {
    width: 100%;
    border-collapse: collapse;
    border-top: 1.5px solid #222;
}

.detail .contents-wrapper .content .detail-form .form-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.detail .contents-wrapper .content .detail-form .form-row .input-with-button {
    display: flex;
    align-items: center;
    gap: 8px;
}

.detail .contents-wrapper .content .detail-form .form-row .input-with-button input {
    flex: 1;
}

.detail .contents-wrapper .content .detail-form .form-row .input-with-button button {
    height: 38px;
    padding: 0 14px;
    font-size: 0.85rem;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background-color: #fafafa;
    color: #222;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .2s, border-color .2s;
}

.detail .contents-wrapper .content .detail-form .form-row .input-with-button button:hover {
    background-color: #f0f0f0;
    border-color: #bbb;
}

.detail .contents-wrapper .content .detail-form .form-row label {
    font-size: 0.85rem;
    color: #555;
}

.detail .contents-wrapper .content .detail-form .form-row.required > label::after {
    content: ' *';
    color: #e53935;
    font-weight: 600;
    margin-left: 2px;
}

.detail .contents-wrapper .content .detail-form .form-row input {
    height: 38px;
    padding: 0 12px;
    font-size: 0.85rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.detail .contents-wrapper .content .detail-form .form-row input[readonly] {
    background-color: #f7f7f7;
    color: #999;
}

.detail .contents-wrapper .content .detail-form .form-row .form-row-address .address-field {
    display: flex;
    gap: 15px;
}

.detail .contents-wrapper .content .detail-form .form-row .form-row-address input {
    flex: 1;
}

.detail .contents-wrapper .content .detail-form .form-row .address-search {
    padding: 0 16px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background-color: #fafafa;
    color: #222;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .2s, border-color .2s, color .2s;
}

.detail .contents-wrapper .content .detail-form .form-row .address-search:hover {
    background-color: #f0f0f0;
    border-color: #bbb;
    color: #000;
}

.detail .contents-wrapper .content .detail-form .form-row .form-select {
    height: 38px;
    padding: 0 12px;
    font-size: 0.85rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23666' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px 6px;
}

.detail .contents-wrapper .content .detail-form .form-row textarea {
    min-height: 100px;
    padding: 10px 12px;
    font-size: 0.85rem;
    line-height: 1.5;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    font-family: inherit;
}

.detail .contents-wrapper .content .detail-form .form-row textarea[readonly] {
    background-color: #f7f7f7;
    color: #999;
}

.detail .contents-wrapper .content .detail-form .form-row textarea:focus {
    outline: none;
    border-color: #aaa;
}


.detail .contents-wrapper .content .detail-form .form-row .inner-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 4px;
    font-size: 0.85rem;
    border: 1px solid #e5e5e5;
}

.detail .contents-wrapper .content .detail-form .form-row .inner-table th {
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: middle;
}

.detail .contents-wrapper .content .detail-form .form-row .inner-table td {
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    text-align: left;
    vertical-align: middle;
}

.detail .contents-wrapper .content .detail-form .form-row .inner-table th {
    background-color: #f7f7f7;
    font-weight: 600;
    color: #333;
}

.detail .contents-wrapper .content .detail-form .form-row .inner-table td {
    color: #555;
}

.detail .contents-wrapper .content .detail-form .form-row .inner-table-actions {
    margin-top: 8px;
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    transform: translateX(85px);
}

.detail .contents-wrapper .content .detail-form .form-row .inner-table-actions button {
    padding: 6px 14px;
    font-size: 0.85rem;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background-color: #fafafa;
    color: #222;
    cursor: pointer;
    transition: background-color .2s, border-color .2s;
}

.detail .contents-wrapper .content .detail-form .form-row .inner-table-actions button:hover {
    background-color: #f0f0f0;
    border-color: #bbb;
}

.detail .contents-wrapper .content .detail-form .form-row .inner-table .empty-row {
    text-align: center;
    color: #999;
    font-size: 0.85rem;
    padding: 14px 12px;
    background-color: #fafafa;
}

.detail .contents-wrapper .content .verify-wrap {
    max-width: 420px;
    margin: 0 auto 80px;
    text-align: center;
}

.detail .contents-wrapper .content .detail-form .form-row textarea:disabled {
    background-color: #f3f3f3;
    color: #aaa;
    cursor: not-allowed;
}

.detail .contents-wrapper .content .verify-wrap .verify-fields {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.detail .contents-wrapper .content .verify-wrap .verify-fields .verify-desc {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.6;
    margin-bottom: 32px;
}

.detail .contents-wrapper .content .verify-wrap .verify-fields .verify-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.detail .contents-wrapper .content .verify-wrap .verify-fields .verify-input {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    font-size: 0.9rem;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
    outline: none;
    transition: border-color 0.2s;
}

.detail .contents-wrapper .content .verify-wrap .verify-fields .verify-input::placeholder {
    color: #bbb;
}

.detail .contents-wrapper .content .verify-wrap .verify-fields .verify-input.readonly {
    background-color: #f7f7f7;
    color: #999;
}

.detail .contents-wrapper .content .verify-wrap .verify-fields .verify-input:focus {
    border-color: #1a73e8;
}

.detail .contents-wrapper .content .verify-wrap .verify-fields .verify-error {
    display: none;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 0.8rem;
    color: #e53935;
}

.detail .contents-wrapper .content .verify-wrap .verify-fields .btn-confirm {
    margin-top: 10px;
    height: 46px;
    border-radius: 23px;
    background-color: #0a2e6d;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.detail .contents-wrapper .content .verify-wrap .verify-fields .btn-confirm:hover {
    background-color: #09265c;
}

.detail .contents-wrapper .content .list-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #111;
}

.detail .contents-wrapper .content .list-table th,
.detail .contents-wrapper .content .list-table td {
    padding: 14px 10px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.detail .contents-wrapper .content .list-table th {
    font-weight: 600;
    color: #222;
    background-color: #fafafa;
}

.detail .contents-wrapper .content .list-table td {
    color: #444;
}

.detail .contents-wrapper .content .list-table td.left {
    text-align: left;
}

.detail .contents-wrapper .content .list-table tr:hover td {
    background-color: #f9f9f9;
}

.detail .contents-wrapper .content .list-table input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.detail .contents-wrapper .content .list-table th:first-child,
.detail .contents-wrapper .content .list-table td:first-child {
    width: 40px;
}

.detail .contents-wrapper .content .list-table .no-data td {
    padding: 80px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
    background-color: #fafafa;
}

.detail .contents-wrapper .content .list-table .link-text {
    display: inline-block;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
    cursor: pointer;
    text-decoration: none;
    transition: color .15s ease, border-color .15s ease;
}

.detail .contents-wrapper .content .list-table .link-text:hover {
    color: #0b2c5d;
    border-bottom-color: #0b2c5d;
}

.detail .contents-wrapper .content .table-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.detail .contents-wrapper .content .tab-section {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.detail .contents-wrapper .content .tab-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e5e5e5;
}

.detail .contents-wrapper .content .tab-section.active::after {
    background: #000;
}

.detail .contents-wrapper .content .tab-section ul {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail .contents-wrapper .content .tab-section li a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #999;
    text-decoration: none;
}

.detail .contents-wrapper .content .tab-section li.active a {
    color: #000;
    font-weight: 600;
}

.detail .contents-wrapper .content .table-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0;
    background-color: transparent;
    gap: 20px;
}

.detail .contents-wrapper .content .table-controls .total-count {
    font-weight: 600;
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.detail .contents-wrapper .content .table-controls .search-box {
    display: flex;
    align-items: center;
    gap: 0; /* 붙이기 */
    flex-grow: 1;
    justify-content: flex-end;
}

.detail .contents-wrapper .content .table-controls .search-box select {
    width: 150px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    transition: all 0.2s;
}

.detail .contents-wrapper .content .table-controls .search-box select:focus {
    border-color: #0b2c5d;
    box-shadow: 0 0 5px rgba(11, 44, 93, 0.2);
    outline: none;
}

.detail .contents-wrapper .content .table-controls .search-box input {
    width: 250px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s;
}

.detail .contents-wrapper .content .table-controls .search-box input:focus {
    border-color: #0b2c5d;
    box-shadow: 0 0 5px rgba(11, 44, 93, 0.2);
    outline: none;
}

.detail .contents-wrapper .content .table-controls .search-box button {
    padding: 5px 18px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-left: none;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    transition: all 0.2s;
}

.detail .contents-wrapper .content .table-controls .search-box button:hover {
    background-color: #e0e0e0;
}

.detail .contents-wrapper .content .table-controls .search-box .btn-register {
    padding: 5px 18px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 6px; /* 단독 버튼이라 전체 라운드 */
    cursor: pointer;
    transition: all 0.2s;
}

.detail .contents-wrapper .content .table-controls .search-box .btn-register:hover {
    background-color: #e0e0e0;
}

.detail .contents-wrapper .content .table-controls .search-box .btn-register:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(11, 44, 93, 0.3);
}

.detail .contents-wrapper .content .table-controls .btn-delete {
    border-left: 1px solid #ccc !important;
    font-weight: 400;
}

.detail .contents-wrapper .content .table-controls .btn-delete:hover {
    background-color: #e0e0e0;
    color: #333;
}

.detail .contents-wrapper .content .table-controls .btn-delete:active {
    background-color: #d9d9d9;
}

.detail .contents-wrapper .content .table-controls .btn-delete:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.detail .contents-wrapper .content .inquiry-section {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px 22px;
    background-color: #fff;
}

.detail .contents-wrapper .content .inquiry-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.detail .contents-wrapper .content .inquiry-subject {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
}

.detail .contents-wrapper .content .inquiry-meta {
    display: flex;
    gap: 20px;
    font-size: 0.8rem;
    color: #666;
}

.detail .contents-wrapper .content .inquiry-meta strong {
    color: #333;
    font-weight: 500;
}

.detail .contents-wrapper .content .inquiry-body {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #444;
}

/* ===============================
   답변 / 댓글 공통
   =============================== */

.detail .contents-wrapper .content .reply-section {
    margin-top: 30px;
}

.detail .contents-wrapper .content .reply-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.detail .contents-wrapper .content .reply-count {
    color: #d32f2f;
    font-weight: 500;
}

/* ===============================
   답변 / 댓글 카드
   =============================== */

.detail .contents-wrapper .content .reply-item {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 14px;
    background-color: #fff;
}

/* 관리자 답변 강조 */
.detail .contents-wrapper .content .reply-section:first-of-type .reply-item {
    background-color: #f6f9ff;
    border-color: #dbe5ff;
}

.detail .contents-wrapper .content .reply-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 10px;
}

.detail .contents-wrapper .content .reply-meta strong {
    color: #222;
    font-weight: 600;
}

.detail .contents-wrapper .content .reply-actions {
    margin-left: auto;
    display: flex;
    gap: 6px;
}

.detail .contents-wrapper .content .reply-actions button {
    font-size: 0.75rem;
    padding: 4px 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.detail .contents-wrapper .content .reply-actions button:hover {
    background-color: #f3f3f3;
}

.detail .contents-wrapper .content .reply-body {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #444;
}

/* ===============================
   댓글 작성
   =============================== */

.detail .contents-wrapper .content .reply-write {
    margin-top: 18px;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fafafa;
    display: flex;
    gap: 10px;
}

.detail .contents-wrapper .content .reply-write textarea {
    flex: 1;
    min-height: 90px;
    padding: 10px 12px;
    font-size: 0.85rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.detail .contents-wrapper .content .reply-write textarea:focus {
    outline: none;
    border-color: #aaa;
}

.detail .contents-wrapper .content .reply-write button {
    width: 90px;
    border-radius: 6px;
}

.detail .contents-wrapper .content .btn-black {
    padding: 0 18px;
    height: 38px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #fff;
    background-color: #222;
    border: 1px solid #222;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .2s, border-color .2s;
    align-self: center;
}

.detail .contents-wrapper .content .btn-black:hover {
    background-color: #000;
    border-color: #000;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-content {
    background: #fff;
    width: 360px;
    padding: 24px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-content select {
    width: 100%;
    height: 35px;
    padding: 0 14px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color .2s, box-shadow .2s;
    margin-bottom: 24px;
}

.modal-content select:hover {
    border-color: #999;
}

.modal-content select:focus {
    border-color: #0b2c5d;
    box-shadow: 0 0 0 3px rgba(11, 44, 93, 0.15);
    outline: none;
}

.modal-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.modal-content p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
}

.modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.modal-buttons button {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    line-height: 1.4;
}

.modal-buttons .confirm {
    background-color: #4a586e;
    color: #fff;
}

.modal-buttons .confirm:hover {
    background-color: #1f2733;
}

/* 취소 버튼 */
.modal-buttons .cancel {
    background-color: #f1f1f1;
    color: #555;
}

.modal-buttons .cancel:hover {
    background-color: #e5e5e5;
}

.detail .inline-popup {
    background-color: #F5F6F9;
    border-radius: 15px 0 15px 0;
    padding: 30px;
    margin-top: 40px;
}

.detail .inline-popup h4 {
    font-size: 1.25rem;
    font-weight: 700;
}

.detail .inline-popup p {
    color: #222;
    font-size: 1.125rem;
    margin-top: 10px;
}

.detail .inline-popup div {
    text-align: right;
    margin-top: 30px;
}

.detail .inline-popup div a {
    font-size: 1rem;
    color: #AEAEAE;
    margin-right: 30px;
    border-bottom: solid 1px #aeaeae;
}

.detail .inline-popup div a.close {
    padding-right: 22px;
    background: url(/images/ic_close-ff3f81a3f5042b79485a6d2407fce9ac.svg) no-repeat transparent right calc(50% - 2px);
}

.detail .inline-popup div a:hover {
    font-weight: 700;
}

.detail .inline-popup div a:last-child {
    margin-right: 0;
}

.detail .list.one-table a.item-title {
    color: #111;
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;
}

.detail .list.one-table a.item-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width 0.25s ease;
}

.detail .list.one-table a.item-title:hover {
    color: #000;
}

.detail .list.one-table a.item-title:hover::after {
    width: 100%;
}


.detail a.download {
    color: #777;
    padding: 10px 20px;
    border: solid 1px #777;
    border-radius: 40px;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 1rem;
    font-weight: 400;
}

.detail a.download::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/ic_download-0aa1340d6e9878d58eb76992668afadb.svg) no-repeat transparent center top -2px;
    background-size: 16px 16px;
}

.detail a.save {
    color: #777;
    padding: 10px 20px;
    border: solid 1px #777;
    border-radius: 40px;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.875rem;
}

.detail a.save::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/ic_save_gray-a436ddbc9416f17e5190f8d83b0146b5.svg) no-repeat transparent center top -2px;
    background-size: 16px 16px;
}

.detail button.outlink.black {
    color: #fff;
    padding: 10px 25px;
    background-color: #222;
    border-radius: 40px;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 1.125rem;
}

.detail button.outlink.black::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/ic_more_white-e964dba154ab93efbd7335630f6c56b8.svg) no-repeat transparent center top -2px;
    background-size: 16px 16px;
}

.detail .summary {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}

.detail .summary.one-table {
    align-items: flex-start;
}

.detail .summary img {
    max-width: 450px;
    min-width: 450px;
    object-fit: cover;
    border-radius: 15px;
}

.detail .summary .summary-content dl {
    display: grid;
    grid-template-columns: 130px 1fr;
    column-gap: 20px;
    row-gap: 10px;
    margin-top: 30px;
}

.detail .summary .summary-content dl.single-line {
    grid-template-columns: 1fr;
}

.detail .summary .summary-content dl dt {
    font-size: 1rem;
    font-weight: 700;
    line-height: 30px
}

.detail .summary .summary-content dl a {
    color: #1D74FF;
    text-decoration: underline;
}

.detail .summary .summary-content dl a.break {
    white-space: normal;
    word-break: break-word;
}

.detail .summary .summary-content dl a.button {
    text-decoration: none;
    color: #777;
    font-size: 0.875rem;
    padding: 6px 14px;
    border-radius: 40px;
    border: solid 1px #e8e8e8;
    margin-left: 10px;
}

ul.one-table-introduce {
    display: flex;
    gap: 130px;
    margin-top: 60px;
    justify-content: center;
}

ul.one-table-introduce li {
    flex: 1;
    max-width: 380px;
}

ul.one-table-introduce li img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    margin-top: 30px;
}

.detail .gallery > h3 {
    margin-top: 60px;
    font-size: 1.25rem;
}

.detail .gallery .title-container {
    margin-top: 60px;
}

.detail .gallery .title-container a.more {
    color: #777;
    padding: 10px 20px;
    border: solid 1px #777;
    border-radius: 40px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
}

.detail .gallery .title-container a.more::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/ic_more_777-c2b2d4fe8af87ba75d9da8e4f0a443eb.svg) no-repeat transparent center top -2px;
    background-size: 16px 16px;
}

.detail .gallery .sub-filter ul {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.detail .gallery .sub-filter ul li::after {
    content: "·";
    font-size: 1rem;
    display: inline-block;
    color: #AEAEAE;
    margin-left: 10px;
}

.detail .gallery .sub-filter ul li:last-child:after {
    content: "";
}

.detail .gallery .sub-filter ul li a {
    font-size: 1rem;
    color: #AEAEAE;
    font-weight: 700;
    text-decoration: underline;
}

.detail .gallery .sub-filter ul li a.active {
    color: #222;
}

.detail .gallery .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
    font-size: 1rem;
}

.detail .gallery .list.lrg {
    grid-template-columns: repeat(3, 1fr);
}

.detail .gallery .list.text-list {
    grid-template-columns: repeat(3, 1fr);
}

.detail .gallery .list.audio {
    grid-template-columns: 1fr;
    row-gap: 60px;
}

.detail .gallery .list.folkpaint .card {
    position: relative;
}

.detail .gallery .list.folkpaint .card .img-container {
    aspect-ratio: 1;
}

.detail .gallery .list.folkpaint .card .img-container img {
    width: 100%;
    object-fit: contain;
}

.detail .gallery .list.folkpaint .card .download {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;

}

.detail .gallery .card .img-container {
    position: relative;
    overflow: hidden;
}

.detail .gallery .card .img-container img {
    object-fit: contain;
    aspect-ratio: 1;
}

.detail .gallery .card .img-container.pic::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/ic_pic.svg) no-repeat #00225D center;
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 8px;
    border-radius: 10px;
}

.detail .gallery .card .img-container.mov::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/ic_mov.svg) no-repeat #00225D center;
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 8px;
    border-radius: 10px;
}

.detail .gallery .card .img-container.doc::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/ic_doc.svg) no-repeat #00225D center;
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 8px;
    border-radius: 10px;
}

.detail .gallery .card .img-container.lock::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/ic_lock.svg) no-repeat #F9F9F9 center;
    position: absolute;
    z-index: 99;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 15px 15px 0 0;
}

.detail .gallery .card .img-container:hover .hover {
    transform: translateY(0);
}

.detail .gallery .card .img-container .hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);

    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0px;
    right: 0px;
    border-radius: 15px 15px 0 0;
    white-space: pre;
    transform: translateY(101%);
    transition: all 0.3s ease;
}

.detail .gallery .card .img-container .hover h4 {
    font-size: 1.5rem;
    color: #fff;
}

.detail .gallery .card .img-container .hover p {
    font-size: 1rem;
    color: #fff;
}


.detail .gallery .card .img-container.lock::after {
    content: "저작권 관계상\A관내열람 가능";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0px;
    right: 0px;
    border-radius: 15px 15px 0 0;
    white-space: pre;
    transform: translateY(101%);
    transition: all 0.3s ease;
}

.detail .gallery .card .img-container.lock:hover::after {
    transform: translateY(0);
}

.detail .gallery .list.text-list .title-container {
    margin: 0;
}

.detail .gallery .list.text-list dl {
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 20px;
    row-gap: 10px;
    margin-top: 10px;
}

.detail .gallery .list.text-list dl dt {
    font-size: 1rem;
    color: #777;
    height: 20px;
}

.detail .gallery .list.text-list dl dd {
    height: 20px;
}

.detail .gallery .list.text-list.two-part {
    grid-template-columns: 1fr 1fr;
}

.detail .gallery .list.text-list.two-part .text-container {
    padding: 30px;
}

.detail .gallery .list.text-list.two-part dl {
    display: grid;
    grid-template-columns: 60px 1fr 60px 1fr;
    column-gap: 20px;
    row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.detail .list.one-table .item {
    display: grid;
    grid-template-columns: minmax(312px, 312px) 1fr;
    column-gap: 40px;
    align-items: center;
}

.detail .list.one-table {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 60px;
}

.detail .list.one-table .item img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.detail .list.one-table .item h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.detail .list.one-table .item dl {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 20px;
    row-gap: 10px;
}

.detail .list.one-table .item dl dt {
    font-size: 1rem;
    font-weight: 700;
}

.detail .list.one-table .item dl dd {
    font-size: 1rem;
}

.desc-wrap {
    display: flex;
    flex-direction: column;
}

.desc-wrap .desc {
    font-size: 0.9rem;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.detail .list.one-table .item .desc {
    font-size: 0.9rem;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.desc-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    height: 60px;
    pointer-events: none;
}

.desc-wrap.is-open .desc {
    -webkit-line-clamp: unset;
    white-space: pre-line;
}

 .desc-wrap.is-open::after {
    display: none;
}

 .more-btn {
    align-self: flex-end;
    padding: 0;
    background: none;
    border: none;
    font-size: 0.85rem;
    color: #666;
    cursor: pointer;
}

.more-btn:hover {
    text-decoration: underline;
}

.gallery dd,
.content .summary .summary-content p,
.content .result p {
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.detail .list.one-table .item {
    display: grid;
    grid-template-columns: minmax(160px, 312px) 1fr;
    column-gap: 40px;
    align-items: center;
}

.detail .card {
    border-radius: 15px;
    border: solid 1px #e8e8e8;
}

.detail .list.lrg .card {
    border: none;
}

.detail .card .img-container {
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 15px 15px 0 0;
}

.detail .list.lrg .card .img-container {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 15px;
}

.detail .list.lrg .card .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail .card:not(:has(.text-container)) .img-container {
    border-radius: 15px;
}

.detail .card .text-container {
    padding: 20px;
}

.detail .card .text-container a.item-title {
    color: #111;
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;
}

.detail .card .text-container a.item-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width 0.25s ease;
}

.detail .card .text-container a.item-title:hover {
    color: #000;
}

.detail .card .text-container a.item-title:hover::after {
    width: 100%;
}

.detail .card .text-container dl {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
    row-gap: 10px;
    margin-top: 20px;
}

.detail .card .text-container dl dt {
    color: #777;
    line-height: 100%;
}

.detail .card .text-container dl dd {
    line-height: 100%;
}

.detail .card span {
    font-size: 0.875rem;
    font-weight: 700;
    color: #00225D;
}

.detail .card h3 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

.detail .card .text-container:has(p) h3 {
    height: 60px;
    -webkit-line-clamp: 2;
}

.detail .card p {
    color: #777;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    margin-top: 10px;
}

.detail .audio .card {
    border: none;
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 40px;
    align-items: center;
}

.detail .audio .card .text-container dl {
    grid-template-columns: auto 1fr auto 1fr;
    column-gap: 20px;
}

.detail .audio .card .text-container dl dt {
    color: #222;
    font-weight: 700;
}

.left_nav4 {
    flex: none;
}

.left_nav4 > div {
    padding: 20px 0;
    font-size: 0.875rem;
    color: #222;
    background: #F9F9F9;
    border: 1px solid #e8e8e8;
    border-radius: 0 0 15px 15px;
    max-height: 65vh;
    overflow-y: auto;
}

/* scrollbar */
.left_nav4 > div::-webkit-scrollbar {
    width: 6px;
}

.left_nav4 > div::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.left_nav4 > div::-webkit-scrollbar-track {
    background-color: transparent;
}

/* h4 (접이식 헤더) */
.left_nav4 h4 {
    position: relative;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0 18px 10px 40px;
    cursor: pointer;
    user-select: none;
}

/* h4 화살표 */
.left_nav4 h4::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-70%);
    background: url("/images/ic_arrow_down-0408cda534de4a2a4b68e3ad1a189259.svg") no-repeat center / contain;
    transition: transform 0.2s ease;
}

.left_nav4 h4.open::before {
    transform: translateY(-70%) rotate(180deg);
}

/* h4 바로 아래 ul 접기/펼치기 */
.left_nav4 h4 + ul {
    display: none;
    opacity: 0;
    transform: translateY(-6px);
}

.left_nav4 h4.open + ul {
    display: block;
    animation: fadeSlideIn 0.25s ease forwards;
}

/* ul/li 기본 */
.left_nav4 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left_nav4 ul ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.2s ease;
}

.left_nav4 li.open > ul {
    max-height: none;
    opacity: 1;
    transform: translateY(0);
}

.left_nav4 li {
    position: relative;
    padding: 4px 18px;
}

.left_nav4 li > a {
    position: relative; /* a를 기준으로 화살표 위치 */
    display: block;
    padding-left: 28px;
    padding-right: 28px; /* 화살표 공간 확보 */
    line-height: 1.6;
    color: #777;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left_nav4 li > a:hover {
    color: #222;
    text-decoration: underline;
}

.left_nav4 h4.active,
.left_nav4 li.active,
.left_nav4 li:hover {
    background-color: #e8e8e8;
}

.left_nav4 li > a::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 60%;
    width: 10px;
    height: 10px;
    background: url("/images/ic_arrow_down-0408cda534de4a2a4b68e3ad1a189259.svg") no-repeat center / contain;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.left_nav4 li.open > a::before {
    transform: translateY(-60%) rotate(180deg);
}

.left_nav4 li:not(:has(> ul)) > a::before {
    display: none;
}

/* depth 스타일 (ul 중첩) */
.left_nav4 > div > ul > li > a {
    font-weight: 600;
    color: #333;
}

.left_nav4 ul ul > li > a {
    padding-left: 23px;
    font-weight: 400;
}

.left_nav4 ul ul ul > li > a {
    padding-left: 27px;
    font-size: 0.85rem;
    color: #666;
}

.left_nav4 ul ul ul ul > li > a {
    padding-left: 32px;
    font-size: 0.8rem;
    color: #888;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login ul.find-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.login ul.find-container li {
    display: grid;
    grid-template-rows: auto 1fr;
}

.login ul.find-container h3 {
    font-size: 1.25rem;
}

.login ul.find-container .box {
    border: solid 1px #ccc;
    background-color: #fafafa;
    padding: 30px;
    color: #666;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.login ul.find-container .box a {
    display: block;
    width: 60%;
    padding: 12px 24px;
    font-size: 1.25rem;
    background-color: #2564ae;
    color: white;
    border: none;
    border-radius: 8px;
    text-align: center;
}

/* 회원가입 */
.agree_wrap .agree_item + .agree_item {
    margin-top: 72px;
}

.agree_wrap .agree_chk_wrap {
    margin-top: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.agree_title {
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}

.agree_cont {
    padding: 20px 32px 0;
    border: 1px solid #eaeaea;
    height: 350px;
    overflow-y: auto;
}

.agree_cont p {
    color: #222;
    font-size: 16px;
    line-height: 26px;
}

.agree_cont span.private {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.c-red {
    color: red !important;
}

.fontsize-18 {
    font-size: 18px !important;
}

.agree_all {
    padding: 32px;
    background: #fafafa;
    text-align: center;
    font-size: 1.2rem;
}

.agree_wrap #chk_agree_all {
    /* 기본 스타일 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
}

.agree_wrap #chk_agree_all:checked {
    background: url(/images/ico_checked-c38e4a75ac80796a0690cb9043402e71.png) no-repeat transparent center;
}

.agree_wrap label[for="chk_agree_all"] {
    font-size: 1.25rem;
}

.agree_wrap .form_btn_wrap {
    margin-top: 30px;
}

.agree_wrap .form_btn_wrap .btn_agree {
    display: block;
    width: 50%;
    max-width: 480px;
    padding: 12px 24px;
    font-size: 1.25rem;
    background-color: #2564ae;
    color: white;
    border: none;
    border-radius: 8px;
    text-align: center;
    margin: auto;
}


.detail .contents-wrapper .content.join dl {
    grid-template-columns: 180px 1fr;
    gap: 40px;
}

.join .btn_white {
    display: inline-block;
    border: 1px solid #222;
    width: 393px;
    height: 61px;
    background: #fff;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 59px;
    text-align: center;
}

.join .btn_blue {
    display: inline-block;
    border: 1px solid #0265b1;
    width: 393px;
    height: 61px;
    background: #0265b1;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 61px;
    text-align: center;
}

.join .btn_blue.btn_checked_id, .join .btn_blue.btn_address {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #0265b1;
    width: 104px;
    height: 48px;
    background: #0265b1;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.join .form_btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 72px;
    text-align: center;
}

.join .form_btn_wrap .btn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
}

.join .form_btn_wrap .btn + .btn {
    margin-left: 24px;
}

.join .btn.btn_del_sm {
    float: right;
    margin-left: 40px;
    margin-bottom: 4px;
    border: solid 1px #eee;
    width: 30px;
    height: 25px;
    background: #fff;
    color: red;
    font-size: 14px;
    line-height: 20px;
}

.join .btn.btn_del_file {
    width: 100px;
    height: 48px;
    line-height: 42px;
}

.join .btn.btn_del_url {
    float: right;
    margin-left: 40px;
    width: 100px;
    height: 48px;
    line-height: 42px;
}

.join .btn.btn_temp_more {
    float: right;
    margin-top: 16px;
    margin-left: 28px;
    width: 50px;
    height: 40px;
    line-height: 38px;
}

.join .form_wrap .tit_tbl_form {
    position: relative;
    margin-bottom: 24px;
    color: #222;
    font-size: 16px;
    line-height: 26px;
}

.join .form_wrap .tit_tbl_form .right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.join .form_wrap .tit_tbl_form .tbl_notice {
    color: #767676;
    font-size: 16px;
    line-height: 26px;
}

.join .form_wrap .tit_tbl_form .tbl_notice em {
    display: inline-block;
    color: #e11b19;
    vertical-align: middle;
}

.join .form_wrap .tbl_form {
    border-top: 2px solid #222;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
}

.join .form_wrap .tbl_form em {
    display: inline-block;
    color: #e11b19;
    vertical-align: middle;
}

.join .form_wrap .tbl_form dl {
    overflow: hidden;
}

.join .form_wrap .tbl_form dl dt {
    float: left;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 72px;
    text-align: left;
}

.join .form_wrap .tbl_form dl dd {
    padding: 13px 0;
    min-height: 74px;
    line-height: 26px;
}

.join .form_wrap .tbl_form li + li {
    border-top: 1px solid #eaeaea;
}

.join .form_wrap .text {
    display: block;
    padding: 0 24px;
    border: 1px solid #eaeaea;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
}

.join .form_wrap .textarea {
    display: block;
    padding: 12px;
    border: 1px solid #eaeaea;
    width: 100%;
    box-sizing: border-box;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.join .form_wrap .select {
    position: relative;
    display: flex;
    border: 1px solid #eaeaea;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    color: #222;
    font-size: 18px;
    font-weight: 400;
}

.join .form_wrap .select select {
    display: inline-block;
    padding-right: 48px;
    padding-left: 24px;
    border: none;
    width: 100%;
    height: 46px;
    background: transparent;
    vertical-align: middle;
}

.join .form_wrap .select .ico_arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 46px;
    height: 46px;
    background: #eaeaea url('/images/ico_select_down-2d7d6117acc32f6e2f8a12e6c62a0b5c.png') no-repeat center center;
}

.join .form_wrap .form_notice {
    color: #767676;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.025em;
}

.join .form_wrap .group {
    display: flex;
}

.join .form_wrap .group + .group {
    margin-top: 8px;
}

.join .form_wrap .group .group_item {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

.join .form_wrap .group .group_item.flag {
    margin-left: 10px;
    width: 10px !important;
    text-align: center;
}

.join .form_wrap .group .group_item + .group_item {
    margin-left: 8px;
}

.join .form_wrap .btn_zip {
    display: inline-block;
    width: 104px;
    height: 48px;
    background: #999;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.join .form_wrap .img_code {
    width: 200px;
    height: 48px;
}

.join .form_wrap .img_code img {
    width: 100%;
    height: 100%;
}

.join .join-result {
    border-top: 2px solid #222;
    gap: 0 !important;
}

.join .join-result dt, .join .join-result dd {
    padding: 24px 0;
    border-bottom: 1px solid #eaeaea;
}

/*소개*/
.sub_cont.introduce {position: relative; width: 100%;}
.introduce .sub_container {width: 100%; position: relative;}
.introduce .bodycopy >em { font-size: 1.5rem; font-weight: 700; line-height: 1.5em; letter-spacing: -.02em; }
.introduce img { max-width: 100%; }
.introduce .section:not(:last-child) { margin-bottom: 5rem; }
.introduce .flexy_row { display: flex; flex-wrap: wrap; }
.introduce .flexy_row.flex_direction_column { flex-direction: column; }
.introduce .flexy_row.justify_content_between { justify-content: space-between; }
.intro_archive { position: relative; }
.intro_archive .bodycopy { padding: 2.5rem 2.5rem 2.5rem 0; max-width: 460px; }
.intro_archive .bodycopy:before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .94; background-color: #fff; }
.intro_archive .bodycopy em { display: block; margin-bottom: 1.5rem; color: #cc5f4b; }
.intro_archive_img { position: unset; top: 0; right: -5rem; z-index: 1; display: grid; grid-template-rows: repeat(12,minmax(auto,4.125vmax)); grid-template-columns: repeat(8,1fr); gap: 1.75rem; margin-top: -24rem; margin-left: auto; max-width: calc(100vmax - 40%); text-align: right; }
.intro_archive_img .img { overflow: hidden; }
.intro_archive_img .img img { height: 100%; object-fit: cover; }
.intro_archive_img .img1 { grid-column: 2/9; grid-row: 1/7; }
.intro_archive_img .img1 img { object-position: bottom; }
.intro_archive_img .img2 { grid-column: 1/9; grid-row: 7/13; }
.intro_archive_img1 { position: absolute; top: 10rem; right: 0; z-index: 0; width: 80%; max-width: 54rem; }
.intro_archive_img2 { position: relative; top: -12rem; right: -5rem; z-index: 1; margin-left: auto; max-width: 66rem; height: 20rem; text-align: right; }
.intro_archive_bg { position: fixed; inset: auto 0 0; z-index: -1; height: 132vh; background-color: #f8f5ee; transform: skewY(-2deg); }

.intro_tbl { border-top: 1px solid #222; border-bottom: 1px solid #eaeaea; width: 100%; overflow-x: auto; line-height: 26px; font-size: 1rem; }
.intro_tbl th, .intro_tbl td { padding: 10px 10px 10px 20px; border-top: 1px solid #eaeaea; height: 74px; }
.intro_tbl th { background: #fafafa; font-weight: 500;font-size: 1rem; }
.intro_tbl td { font-weight: 400; text-align: center; font-size: 1rem;}
.intro_tbl em { display: inline-block; color: #000; font-weight: 500; vertical-align: middle; }

.collection_records { position: relative; }
.collection_records .flexy_row { gap: 0 2.75rem; margin-top: 3rem; }
.collection_records .img_col { display: grid; grid-template-rows: repeat(12,minmax(auto,4.125vmax)); grid-template-columns: repeat(12,1fr); gap: 1.25rem; flex-basis: 62.2%; }
.collection_records .img_col .img { background-color: #f3f3f3; overflow: hidden; }
.collection_records .img_col .img img { height: 100%; object-fit: cover; }
.collection_records .img_col .img:nth-child(1) { grid-column: 1/9;  grid-row: 1/4; }
.collection_records .img_col .img:nth-child(2) { grid-column: 9/13; grid-row: 2/4; }
.collection_records .img_col .img:nth-child(3) { grid-column: 2/8;  grid-row: 4/7; }
.collection_records .img_col .img:nth-child(4) { grid-column: 8/13; grid-row: 4/8; }
.collection_records .img_col .img:nth-child(5) { grid-column: 1/8;  grid-row: 7/13; }
.collection_records .img_col .img:nth-child(6) { grid-column: 8/13; grid-row: 8/12; }
.collection_records .txt_col { flex: 1; padding-top: 5.625rem; }
.collection_records .txt_col .tit_sml { margin-bottom: 1.5rem; min-width: 8em; }
.collection_records .txt_col ul +.tit_sml { margin-top: 3rem; }
.collection_records .txt_col ul li { position: relative; margin-bottom: .5rem; padding-left: .75rem; font-size: 1rem; line-height: 1.75em; letter-spacing: -.03em; }
.collection_records .txt_col ul li:before { content: ''; position: absolute; top: .75rem; left: 0; width: 3px; height: 3px; background-color: #222; }
.collection_records .txt_col p { font-size: 1rem; line-height: 1.75em; letter-spacing: -.03em; }

.production_records { position: relative; }
.production_records .bodycopy { margin-bottom: 2.5rem; }
.production_records .flexy_row { gap: .625rem 2%; margin-bottom: 0.75rem; }
.production_records .flexy_col { flex: 1 0 31.3%; }
.production_records .flexy_col img { width: 100%; }
.production_records .sec_intro_tbl { margin-top: 4rem; }
.production_records .sec_intro_tbl +.bodycopy { margin-top: 4rem; }

.normal_data { position: relative; }
.normal_data .bodycopy { margin-bottom: 2.5rem; max-width: 500px; }
.normal_data .img_col { display: grid; grid-template-rows: repeat(8,minmax(auto,4.125vmax)); grid-template-columns: repeat(12,1fr); gap: 1.25rem; }
.normal_data .img_col .img { background-color: #f3f3f3; overflow: hidden; }
.normal_data .img_col .img img { height: 100%; object-fit: cover; }
.normal_data .img_col .img:nth-child(1) { grid-column: 1/4;  grid-row: 6/8; }
.normal_data .img_col .img:nth-child(2) { grid-column: 4/8;  grid-row: 3/7; }
.normal_data .img_col .img:nth-child(3) { grid-column: 8/13; grid-row: 1/5; }
.normal_data .img_col .img:nth-child(4) { grid-column: 8/13; grid-row: 5/9; }