@charset "UTF-8";
/* 공통 타이틀 */
.sub-title {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.sub-title strong {
    color: #000;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 6.2rem;
    display: block;
}
.sub-title p {
    color: #505050;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
    /* 141.667% */
}
.sub-title.center {
    align-items: center;
}
.sub-title.center strong {
    text-align: center;
}
.sub-title.center p {
    text-align: center;
}
@media (max-width:640px) {
    .sub-title {
        gap: 1rem;
    }
    .sub-title strong {
        font-size: 3.8rem;
        line-height: 5.2rem;
    }
    .sub-title p {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

/* 기관소개 */
.sub-content:has(.vision) {
    position: relative;
    overflow: hidden;
}
.sub-content:has(.vision):before {
    width: 88.1rem;
    height: 88.1rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    content: "";
    border-radius: 100rem;
    border: 14rem solid rgba(60, 111, 246, 0.05);
    position: absolute;
    top: -40rem;
    right: -30rem;
}
.vision .vision-content1 {
    display: flex;
    padding-bottom: 5.6rem;
    gap: 8rem;
    position: relative;
}
.vision .vision-content1 .desc {
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
}
.vision .vision-content1 .desc strong {
    position: relative;
    color: #000;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 6.2rem;
    margin-bottom: 4rem;
    display: block;
}
.vision .vision-content1 .desc strong span {
    font-weight: 400;
    font-size: 3.8rem;
    line-height: 5.4rem;
    display: block;
}
.vision .vision-content1 .desc strong:before {
    content: "";
    width: 11.6rem;
    height: 10.4rem;
    position: absolute;
    top: -3.8rem;
    left: -8rem;
    display: block;
    background: url("/project/images/content/vision-content1-img1.png") no-repeat center center/cover;
    z-index: -1;
}
.vision .vision-content1 .desc p {
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
}
.vision .vision-content2 {
    position: relative;
    padding: 12rem 0 29.8rem;
}
.vision .vision-content2:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8rem 8rem 0 0;
    background: #F9F8F5;
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% - 29.8rem);
    z-index: -1;
}
.vision .vision-content2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #F9F8F5 0%, #FFF 100%);
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% - 29.8rem);
    z-index: -1;
}
.vision .vision-content2 .content2-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}
.vision .vision-content2 .content2-title strong {
    color: #000;
    text-align: center;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 6.2rem;
}
.vision .vision-content2 .content2-title p {
    color: #111;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
}
.vision .vision-content2 .content2-item {
    margin-top: 6rem;
}
.vision .vision-content2 .content2-item .item-img {
    text-align: center;
    display: flex;
    justify-content: center;
}
.vision .vision-content2 .content2-item .item-circle .circle-list {
    display: flex;
    justify-content: center;
}
.vision .vision-content2 .content2-item .item-circle .circle-list .circle-big {
    width: 53.2rem;
    position: relative;
}
.vision .vision-content2 .content2-item .item-circle .circle-list .circle-big:nth-child(2) {
    margin-left: -4rem;
}
.vision .vision-content2 .content2-item .item-circle .circle-list .circle-big div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vision .vision-content2 .content2-item .item-circle .circle-list .circle-big div strong {
    color: #3C6FF6;
    text-align: center;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 6.2rem;
    display: block;
    margin-bottom: 2.4rem;
}
.vision .vision-content2 .content2-item .item-circle .circle-list .circle-big div p {
    color: #000;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem; /* 141.667% */
    padding: 0 2rem;
}
.vision .vision-content2 .content2-item .item-circle .circle-small {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 20%;
}
.vision .vision-content2 .content2-item .item-circle .circle-small img {
    width: 49.3rem;
}
.vision .vision-content2 .content2-item .item-circle .circle-small strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #3C6FF6;
    text-align: center;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
    /* 142.857% */
}
.vision .vision-content2 .content2-item .item-list {
    position: relative;
    transform: translateY(-5rem);
}
.vision .vision-content2 .content2-item .item-list ul {
    display: flex;
    gap: 4rem;
}
.vision .vision-content2 .content2-item .item-list ul li .item-list-box {
    position: relative;
    padding: 3.2rem 2rem 4rem;
    border-radius: 2.4rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 2.4rem;
    flex-direction: column;
    align-items: center;
}
.vision .vision-content2 .content2-item .item-list ul li .item-list-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.vision .vision-content2 .content2-item .item-list ul li .item-list-box .desc {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}
.vision .vision-content2 .content2-item .item-list ul li .item-list-box .desc strong {
    display: block;
    color: #000;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
    /* 141.667% */
}
.vision .vision-content2 .content2-item .item-list ul li .item-list-box .desc p {
    text-align: center;
    color: #505050;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.vision .vision-content2 .content2-line {
    width: 2px;
    height: 24rem;
    border-left: 2px dashed #D4D4D8;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.vision .vision-content3 {
    padding-top: 6rem;
    background: #fff;
}
.vision .vision-content3 .content3-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}
.vision .vision-content3 .content3-title strong {
    display: block;
    color: #111;
    text-align: center;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 6.2rem;
}
.vision .vision-content3 .content3-title p {
    color: #111;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    /* 144.444% */
    text-transform: uppercase;
}
.vision .vision-content3 .content3-item-list {
    margin-top: 6rem;
}
.vision .vision-content3 .content3-item-list .content3-item {
    display: flex;
    gap: 10rem;
    border-bottom: 1px solid #D4D4D8;
    align-items: center;
}
.vision .vision-content3 .content3-item-list .content3-item:nth-child(odd) {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 2rem;
}
.vision .vision-content3 .content3-item-list .content3-item .item-img {
    height: 24rem;
    width: 51.5rem;
    position: relative;
    overflow: hidden;
}
.vision .vision-content3 .content3-item-list .content3-item .item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vision .vision-content3 .content3-item-list .content3-item .item-desc strong {
    color: #111;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.4rem; /* 137.5% */
    display: block;
    margin-bottom: 1.7rem;
    position: relative;
    padding-left: 3rem;
}
.vision .vision-content3 .content3-item-list .content3-item .item-desc strong:before {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #3C6FF6;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
}
.vision .vision-content3 .content3-item-list .content3-item .item-desc p {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
}
.vision .vision-content3 .content3-item-list .content3-item .item-desc b {
    font-weight: 600;
}
.vision .vision-content3 .content3-item-list .content3-item .item-desc ul {
    display: flex;
    gap: 3.2rem;
}
.vision .vision-content3 .content3-item-list .content3-item .item-desc ul li {
    color: #505050;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
@media (max-width:1680px) {
    .vision {
        padding: 0 7rem;
    }
}
@media (max-width:1280px) {
    .vision .vision-content1 {
        gap: 4rem;
    }
}
@media (max-width:1024px) {
    .vision {
        padding: 0 2.4rem;
    }
    .vision .vision-content1 {
        flex-direction: column;
        gap: 6rem;
        align-items: center;
    }
    .vision .vision-content1 .desc strong:before {
        left: -4rem;
        top: -4.8rem;
    }
    .sub-content:has(.vision):before {
        width: 50rem;
        height: 50rem;
        border: 10rem solid rgba(60, 111, 246, 0.05);
        top: -20rem;
        right: -20rem;
    }
    .vision .vision-content2 .content2-item .item-list ul {
        gap: 2rem;
    }
    .vision .vision-content3 .content3-item-list .content3-item {
        flex-direction: column;
        gap: 2rem;
        padding-bottom: 2rem;
    }
    .vision .vision-content3 .content3-item-list .content3-item:nth-child(odd) {
        flex-direction: column;
    }
    .vision .vision-content3 .content3-item-list .content3-item .item-img {
        height: 26rem;
    }
    .vision .vision-content3 .content3-item-list .content3-item .item-img img {
        bottom: 0;
        transform: translateX(-50%);
        top: auto;
    }
    .vision .vision-content3 .content3-item-list .content3-item .item-desc ul {
        flex-direction: column;
        gap: 0.6rem;
    }
}
@media (max-width:640px) {
    .vision .vision-content1 .desc strong {
        font-size: 3.8rem;
        line-height: 5.2rem;
        margin-bottom: 2rem;
    }
    .vision .vision-content1 .desc strong:before {
        content: "";
        width: 7.6rem;
        height: 6.4rem;
        background-size: 7.6rem;
        left: -3rem;
        top: -1.8rem;
    }
    .vision .vision-content1 .desc strong span {
        font-size: 3.2rem;
        line-height: 4.4rem;
    }
    .vision .vision-content1 .desc p {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
    .vision .vision-content2 {
        padding: 8rem 0;
    }
    .vision .vision-content2:before {
        border-radius: 6rem 6rem 0 0;
    }
    .vision .vision-content2 .content2-item .item-circle .circle-list .circle-big div strong {
        font-size: 3.8rem;
        line-height: 5.2rem;
        margin-bottom: 1rem;
    }
    .vision .vision-content2 .content2-item .item-circle .circle-list .circle-big div p {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    .vision .vision-content2 .content2-item .item-circle .circle-small strong {
        font-size: 2rem;
    }
    .vision .vision-content2 .content2-item .item-circle .circle-list .circle-big:nth-child(2) {
        margin-left: -2rem;
    }
    .vision .vision-content2 .content2-item .item-list {
        transform: translateY(-3rem);
    }
    .vision .vision-content2 .content2-item .item-list ul {
        flex-direction: column;
    }
    .vision .vision-content2 .content2-line {
        height: 8rem;
    }
    .vision .vision-content3 .content3-item-list .content3-item .item-desc strong {
        font-size: 2.8rem;
    }
    .vision .vision-content3 .content3-item-list .content3-item .item-desc strong:before {
        width: 1.8rem;
        height: 1.8rem;
    }
}
@media (max-width:480px) {
    .vision .vision-content3 .content3-item-list .content3-item .item-desc {
        width: 100%;
    }
    .vision .vision-content2 .content2-item .item-circle .circle-list .circle-big div strong {
        font-size: 3rem;
        line-height: 4.2rem;
    }
    .vision .vision-content2 .content2-item .item-circle .circle-list .circle-big div p {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .vision .vision-content2 .content2-item .item-circle .circle-small strong {
        font-size: 1.8rem;
    }
}

/* 조직도 */
.sub-content:has(.org) {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}
.sub-content:has(.org):before {
    width: 88.1rem;
    height: 88.1rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    content: "";
    border-radius: 100rem;
    border: 14rem solid rgba(60, 111, 246, 0.05);
    position: absolute;
    top: -40rem;
    right: -30rem;
}
.org-info-list {
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.org-info-list .org1 {
    padding-bottom:12rem;
    position: relative;
}
.org-info-list .org1:before {
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: #CDD5EA;
    display: block;
    z-index: -1;
}
.org-info-list .org-item {
    display: flex;
    justify-content: center;
    width: 100%;
}
.org-info-list .org-item div {
    padding: 0 2rem;
    max-width: 40rem;
    width: 100%;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    border-radius: 8rem;
    background: #fff;
    position: relative;
    border:1px solid #CDD5EA;
}
.org-info-list .org-item div:before {
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: #CDD5EA;
    position: absolute;
}
.org-info-list .org-item div strong {
    color: #000;
    font-family: Pretendard;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
    /* 141.667% */
}
.org-info-list .org-item div p {
    color: #000;
    font-family: Pretendard;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;
}
.org-info-list .org2 {
    padding-bottom: 6rem;
    position: relative;
}
.org-info-list .org2 div:before {
    height: 6rem;
    bottom: -6rem;
}
.org-info-list .org2.sangsang { 
    position: relative;
}
.org-info-list .org2.sangsang:before{ 
    content:"";
    display: block;
    background: #CDD5EA;
    width:calc(50% - 11.95rem);
    left:50%;
    top:5rem;
    transform: translateY(-50%);
    height: 1px;
    position: absolute;
}
.org-info-list .org2.sangsang .org2-1 {
    position: absolute;
    top:13rem;
    right:0;
    height: 7.2rem;
    width:24rem;
    border: 1px solid #3C6FF6;
    background: #F8F8FA;
}
.org-info-list .org2.sangsang .org2-1:before { 
    top:-8rem;
    height: 8rem;
} 
.org-info-list .org2.sangsang div {
    border: 2px solid #3C6FF6;
    background: #E2E8FF;
} 
.org-info-list .org2.center div,
.org-info-list .org2.leader div { 
    background: #F8F8FA;
    height: 7.2rem;
}
.org-info-list .org2.leader div { 
    border:0;
}
.org-info-list .org3 {
    gap: 4rem;
    padding-top: 6rem;
    position: relative;
    max-width: 77.6rem;
}
.org-info-list .org3:before {
    width: calc(100% - 33.333% + 2.999rem);
    height: 1px;
    background: #CDD5EA;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.org-info-list .org3 div {
    height: 7.2rem;
    border-radius: 1.2rem;
}
.org-info-list .org3 div:before {
    height: 6rem;
    top: -6rem;
}
.org-people-list {
    margin: 8rem auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 904px;
    gap: 6.6rem 3.2rem;
    position: relative;
}
.org-people-list:before {
    content:"";
    display: block;
    width:152rem;
    height: 73rem;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background: url(/project/images/content/org-people-list-bg.png) no-repeat center center/cover;
}
.org-people-list .people-card {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding: 2rem 2rem 3rem;
    position: relative;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    border-radius: 2.4rem;
    max-width: 28rem;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.50);
    overflow: hidden;
}
.org-people-list .people-card:nth-child(1) {
    margin-left: 4rem;
}
.org-people-list .people-card:nth-child(2) {
    margin-right: 4rem;
}
.org-people-list .people-card:nth-child(4) {
    transform: translateY(4rem);
}

.org-people-list .people-card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2.4rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    z-index: 0;
}
.org-people-list .people-card .img {
    height: 18rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.org-people-list .people-card .desc {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    position: relative;
}
.org-people-list .people-card .desc .desc-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
}
.org-people-list .people-card .desc .desc-top strong {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem; /* 150% */
    text-align: center;
    display: block;
    position: relative;
    padding:0 .25rem;
}
.org-people-list .people-card .desc .desc-top strong:before {
    content:"";
    display: block;
    height: 1.2rem;
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
    background: #E2E8FF;
    z-index: -1;

}
.org-people-list .people-card .desc .desc-top p {
    color: #111;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9rem; /* 146.154% */
    text-align: center;
}
.org-people-list .people-card .desc .desc-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.7rem;
    gap: 2rem;
    border-top: 1px solid #D4D4D8;
}
.org-people-list .people-card .desc .desc-bottom strong {
    color: #111;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9rem; /* 146.154% */
    display: block;
    text-align: center;
}
.org-people-list .people-card .desc .desc-bottom p {
    color: #767676;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9rem; /* 146.154% */
    text-align: center;
}
.org-greeting {
    margin-top: 18rem;
    height: 48rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.org-greeting strong {
    color: #333;
    text-align: center;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 4.8rem */
}
.org-greeting strong span {
    color: #3C6FF6;
    font-weight: 600;
}
.org-greeting:before {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("/project/images/content/org-greeting-bg.png") no-repeat center center/cover;
    content: "";
}
@media (max-width:1280px) {
    .org-people-list .people-card:nth-child(1) {
        margin-left: 10.5rem;
    }
    .org-people-list .people-card:nth-child(2) {
        margin-right: 10.5rem;
    }
    .org-people-list .people-card:nth-child(4) {
        transform: translateY(3rem);
    }
}
@media (max-width:1100px) {
    .org-people-list {
        gap: 2rem;
        max-width: 58rem;
        margin: 6rem auto 0;
        justify-content: flex-start;
    }
    .org-people-list .people-card {
        transform: none !important;
        margin: 0 !important;
    }
}
@media (max-width:1024px) {
    .sub-content:has(.org):before {
        width: 50rem;
        height: 50rem;
        border: 10rem solid rgba(60, 111, 246, 0.05);
        top: -20rem;
        right: -20rem;
    }
    .org-info-list .org2 div {
        max-width: 32rem;
    }
    .org-info-list .org3 {
        gap: 2rem;
    }
    .org-info-list .org3:before {
        width: calc(100% - 33.333% + 1.666rem);
    }
    .org-greeting {
        margin-top: 12rem;
        height: 42rem;
    }
}
@media (max-width:640px) {
    .org-people-list {
        max-width: 100%;
        flex-wrap: wrap;
    }
    .org-people-list:before {
        transform: translate(-50%, -50%) rotate(90deg);
        width: 82rem;
        background-size: 82rem;
    }
    .org-people-list .people-card:nth-child(1) {
        width:100%;
    }
    .org-people-list .people-card {
        width: calc(50% - 1rem);
        max-width: 100%;
    }
    .org-greeting strong { 
        font-size:2.8rem;
    }
    .org-info-list .org2.sangsang { 
        flex-direction: column;
        align-items: center;
        gap:4rem;
    }
    .org-info-list .org2.sangsang:before {
        width: 1px;
        height: 6rem;
        left:50%;
        bottom:0;
        transform: translateX(-50%);
        top:auto;
    }
    .org-info-list .org2.sangsang .org2-1 { 
        position: relative; 
        top: auto;
        left: auto;
    }
    .org-info-list .org2.sangsang .org2-1:before { 
        height: 4rem;
        top:-4rem;
    }
    .org-greeting { 
        height: 32rem;
    }
    .org-greeting:before { 
        background: url(/project/images/content/org-greeting-bg.png) no-repeat 43% center / cover;
    }
}

/* 오시는 길 */
.sub-content:has(.location) {
    position: relative;
    overflow: hidden;
}
.sub-content:has(.location):before {
    width: 88.1rem;
    height: 88.1rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    content: "";
    border-radius: 100rem;
    border: 14rem solid rgba(60, 111, 246, 0.05);
    position: absolute;
    top: -40rem;
    right: -30rem;
}
.location .location-map {
    margin-top: 6rem;
    height: 45.6rem;
    border-radius: 2.4rem;
    overflow: hidden;
}
.location .location-map > div {
    width: 100%;
    height: 100%;
}
.location .location-map > div .wrap_map {
    height: 100%;
}
.location .location-map > div .wrap_controllers {
    display: none;
}
.location .location-map > div .section_address {
    display: none;
}
.location .location-map > div .map_border {
    display: none;
}
.location .location-map .root_daum_roughmap .wrap_btn_zoom {
    z-index: 1;
}
.location .location-info {
    padding: 3.2rem 2rem 3.8rem;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    border-radius: 2.4rem;
    overflow: hidden;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    background: linear-gradient(270deg, #7198FF 0%, #3C6FF6 100%);
    transform: translateY(-6.1rem);
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.location .location-info strong {
    color: #FFF;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem; /* 142.857% */
    display: block;
    text-align: center;
    margin-bottom: 2.4rem;
}
.location .location-info ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3.2rem;
}
.location .location-info ul li {
    display: flex;
    gap: 1.2rem;
}
.location .location-info ul li img {
    flex-shrink: 0;
    align-self: center;
}
.location .location-info ul li i {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 300;
    align-self: center;
}
.location .location-info ul li span {
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    /* 150% */
}
.location .location-info a {
    display: flex;
    max-width: 32.8rem;
    padding: 1.3rem 0;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0.8rem;
    width: 100%;
    margin: 0 auto;
}
.location .location-info a span {
    color: #3C6FF6;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
    /* 150% */
}
.location .location-public {
    margin-top: 1.9rem;
    padding-top: 4rem;
    border-top: 1px solid #D4D4D8;
}
.location .location-public > ul {
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
}
.location .location-public > ul > li {
    display: flex;
    gap: 2.8rem;
}
.location .location-public > ul > li > img {
    flex-shrink: 0;
    align-self: flex-start;
}
.location .location-public > ul > li > .desc > strong {
    color: #3C6FF6;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem; /* 141.667% */
    display: block;
    margin-bottom: 1.2rem;
}
.location .location-public > ul > li > .desc > ul > li {
    color: #111;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    /* 150% */
}
.location .location-public > ul > li > .desc > ul > li > span {
    color: #666;
    font-size: 1.8rem;
}
@media (max-width:1120px) {
    .location .location-info {
        width: calc(100% - 4rem);
    }
}
@media (max-width:1024px) {
    .sub-content:has(.location):before {
        width: 50rem;
        height: 50rem;
        border: 10rem solid rgba(60, 111, 246, 0.05);
        top: -20rem;
        right: -20rem;
    }
}

/* 공간예약 */
body:has(.reservation) {
    background: #F9F9F9;
}
#sub:has(.reservation) .sub-visual {
    display: none;
}
#sub:has(.reservation) .sub-content {
    padding: 10rem 0 16rem;
}
.reservation {
    padding: 6rem 0 0;
}
.reservation .sub-title {
    margin-bottom: 6rem;
}
.reservation-search {
    padding: 1.8rem 3.2rem;
    border-radius: 1.2rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}
.reservation-search.center {
    justify-content: flex-end;
}
.reservation-search .input-item {
    display: flex;
    gap: 1.6rem;
    align-items: center;
}
.reservation-search .input-item.size-full {
    flex: 1;
}
.reservation-search .input-item.size-fixed {
    flex-shrink: 0;
}
.reservation-search .input-item .input-title {
    flex-shrink: 0;
}
.reservation-search .input-item .input-title strong {
    color: #111;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}
.reservation-search .input-item .radio-tab {
    background-color: #ffffff;
    border-radius: 0.8rem;
    overflow: hidden;
    display: flex;
    max-width: 57.6rem;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0.8rem;
    border: 1px solid #D4D4D8;
}
.reservation-search .input-item .radio-tab .radio-tab-item {
    position: relative;
    flex: 1;
}
.reservation-search .input-item .radio-tab .radio-tab-item input[type="radio"] {
    display: none;
}
.reservation-search .input-item .radio-tab .radio-tab-label {
    display: block;
    padding: 0 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    font-weight: 400;
    font-size: 1.6rem;
    user-select: none;
    height: 4rem;
    min-width: 9.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #D4D4D8;
}
.reservation-search .input-item .radio-tab .radio-tab-label:hover {
    background-color: #f8f9fa;
    color: #333;
}
.reservation-search .input-item .radio-tab .radio-tab-item:first-child .radio-tab-label {
    border-left: 0;
}
.reservation-search .input-item .radio-tab-item input[type="radio"]:checked + .radio-tab-label {
    background-color: #E8EEFF;
    color: #3C6FF6;
}
.reservation-search .input-item .input-text {
    position: relative;
    width: 100%;
}
.reservation-search .input-item .input-text input {
    width: 100%;
}
.reservation-search .input-item .input-text .input-search-btn {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
}
.reservation-search .input-item .input-text .input-search-btn i {
    color: #505050;
    font-size: 2rem;
}
.reservation-search.basic {
    justify-content: space-between;
}
.reservation-search.basic #bo_cate {
    margin: 0;
}
.reservation-search.basic #bo_cate ul {
    background-color: #ffffff;
    border-radius: 0.8rem;
    overflow: hidden;
    display: flex;
    max-width: 57.6rem;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0.8rem;
    border: 1px solid #D4D4D8 !important;
}
.reservation-search.basic #bo_cate ul li {
    padding: 0;
    width: 100%;
}
.reservation-search.basic #bo_cate ul li:first-child a {
    border-left: 0 !important;
}
.reservation-search.basic #bo_cate ul li a {
    padding: 0 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    font-weight: 400;
    font-size: 1.6rem;
    height: 4rem;
    min-width: 9.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #D4D4D8 !important;
}
.reservation-search.basic #bo_cate ul li a:hover {
    background-color: #f8f9fa;
    color: #333;
}
#bo_cate #bo_cate_on {
    border: 0 !important;
    border-left: 1px solid #D4D4D8 !important;
    color: #3C6FF6;
    box-shadow: none;
    background: #E8EEFF;
    font-weight: 400;
}
#bo_cate ul li:first-of-type a#bo_cate_on {
    border-left: 0 !important;
}
#bo_cate ul:after {
    display: none;
}
@media (max-width:1280px) {
    .reservation-search {
        gap: 2rem;
        padding: 2rem;
    }
    .reservation-search .input-item {
        gap: 1.2rem;
    }
    .reservation-search .input-item .radio-tab {
        max-width: 54rem;
    }
    .reservation-search .input-item .radio-tab .radio-tab-label {
        padding: 0 1.2rem;
        min-width: 8rem;
    }
}
@media (max-width:1080px) {
    .reservation-search {
        gap: 2rem;
        padding: 2rem;
    }
    .reservation-search .input-item:first-child {
        width: 100%;
    }
    .reservation-search .input-item .input-title {
        min-width: 6rem;
    }
    .reservation-search .input-item .radio-tab {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width:640px) {
    .reservation-search .input-item .radio-tab .radio-tab-label {
        min-width: auto;
    }
    .reservation-search .input-item:first-child .input-title {
        display: none;
    }
    .reservation-search .input-item .input-title {
        min-width: auto;
    }
    .reservation-search.basic .input-item {
        width: 100%;
    }
    .reservation-search.basic .input-item form {
        width: 100%;
    }
    .reservation-search.basic .reservation-search .input-item .input-text {
        width: 100%;
    }
    .reservation-search.basic #bo_cate {
        width: 100%;
    }
    .reservation-search.basic #bo_cate ul {
        width: 100%;
        max-width: 100%;
    }
    .reservation-search.basic #bo_cate ul li a {
        min-width: auto;
    }
}
@media (max-width:420px) {
    .reservation-search {
        gap: 1rem;
    }
    .reservation-search .input-item .input-title {
        min-width: 6rem;
    }
    .reservation-search .input-item {
        width: 100%;
    }
    .reservation-search .input-item .input-select {
        width: 100%;
    }
    .reservation-search .input-item .input-select select {
        width: 100%;
    }
}

/* 게시판 */
.board {
    margin-top: 2.4rem;
}
.board-info {
    margin-bottom: 1.6rem;
}
.board-info p {
    color: #767676;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    /* 144.444% */
}
.board-info p b {
    color: #3C6FF6;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
}
.board-list-reservation > ul {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.board-list-reservation > ul > li {
    display: flex;
    flex-direction: column;
    border-radius: 2.4rem 12rem 2.4rem 2.4rem;
    overflow: hidden;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    width: calc(25% - 1.5rem);
}
.board-list-reservation > ul > li .img {
    aspect-ratio: 3 / 3.5;
}
.board-list-reservation > ul > li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.board-list-reservation > ul > li .desc {
    padding: 3.2rem;
}
.board-list-reservation > ul > li .desc .desc-title {
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem; /* 141.667% */
    display: block;
    margin-bottom: 1.4rem;
}
.board-list-reservation > ul > li .desc .desc-title strong {
    display: block;
    margin-bottom: 1.4rem;
}
.board-list-reservation > ul > li .desc .desc-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 3.2rem;
}
.board-list-reservation > ul > li .desc .desc-list li {
    display: flex;
    justify-content: space-between;
}
.board-list-reservation > ul > li .desc .desc-list li span:first-child {
    display: flex;
    gap: 0.8rem;
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.board-list-reservation > ul > li .desc .desc-list li span:first-child i {
    color: #3C6FF6;
}
.board-list-reservation > ul > li .desc .desc-list li span:nth-child(2) {
    color: #111;
    text-align: right;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.board-list-reservation > ul > li .desc a {
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    background: #3C6FF6;
    border-radius: 0.6rem;
}
.board-list-reservation > ul > li .desc a span {
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6rem;
    /* 144.444% */
}
.board-paging {
    margin-top: 7rem;
}
.board-paging ul {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    align-items: center;
}
.board-paging ul li a {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.board-paging ul li a span {
    color: #111;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
}
.board-paging ul li a.on {
    background: #597CB5;
}
.board-paging ul li a.on span {
    color: #fff;
}
@media (max-width:1024px) {
    .board-list-reservation > ul {
        gap: 2rem;
    }
    .board-list-reservation > ul > li {
        border-radius: 2rem 11rem 2rem 2rem;
        width: calc(33.333% - 1.333rem);
    }
}
@media (max-width:640px) {
    .board-list-reservation > ul > li {
        width: calc(50% - 1rem);
    }
}
@media (max-width:480px) {
    .board-list-reservation > ul > li {
        width: 100%;
    }
}

/* 예약상세 */
.reservation .reservation-details .reservation-info {
    display: flex;
    gap: 6rem;
}
.reservation .reservation-details .reservation-info > div:first-child {
    width: calc(45.6% - 3rem);
    display: flex;
    flex-direction: column;
    gap: 2.7rem;
}
.reservation .reservation-details .reservation-info > div:nth-child(2) {
    width: calc(55.4% - 3rem);
}
.reservation .reservation-details .reservation-info .reservation-info-container .slide-container {
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
}
.reservation .reservation-details .reservation-info .reservation-info-container .slide-container .swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 553.43/369.00;
}
.reservation .reservation-details .reservation-info .reservation-info-container .slide-container .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reservation .reservation-details .reservation-info .reservation-info-container .slide-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    background: #BDBDBD;
    opacity: 1;
}
.reservation .reservation-details .reservation-info .reservation-info-container .slide-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}
@media (max-width:1280px) {
    .reservation .reservation-details .reservation-info {
        gap: 4rem;
    }
    .reservation .reservation-details .reservation-info > div:first-child {
        width: calc(50% - 2rem);
    }
    .reservation .reservation-details .reservation-info > div:nth-child(2) {
        width: calc(50% - 2rem);
    }
}
@media (max-width:640px) {
    .reservation .reservation-details .reservation-info {
        flex-direction: column;
    }
    .reservation .reservation-details .reservation-info > div {
        width: 100% !important;
    }
}

/* 예약상세 달력 */
.calendar-container {
    border-radius: 2.4rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
    padding: 2.8rem 2.4rem;
    position: relative;
}
.calendar-container .calendar-value {
    display: flex;
    position: absolute;
    top: 2.8rem;
    right: 2.4rem;
    align-items: center;
    gap: 0.6rem;
}
.calendar-container .calendar-value .value-title {
    color: #767676;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    /* 142.857% */
}
.calendar-container .calendar-value .value-list {
    display: flex;
    gap: 0.6rem;
}
.calendar-container .calendar-value .value-list li span {
    height: 3.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    padding: 0 0.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
}
.calendar-container .calendar-value .value-list li span.value1 {
    background: #fff;
    color: #111;
    border: 1px solid #3C6FF6;
}
.calendar-container .calendar-value .value-list li span.value2 {
    background: #EDEDED;
    color: #111;
}
.calendar-container .calendar-value .value-list li span.value3 {
    background: #3C6FF6;
    color: #fff;
}
.calendar-container .calendar-header {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    margin-bottom: 1.6rem;
}
.calendar-container .calendar-header .nav-button {
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    color: #666;
    transition: background-color 0.2s;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #F1F1F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calendar-container .calendar-header .nav-button i {
    color: #111;
    font-size: 2rem;
}
.calendar-container .calendar-header .month-year {
    font-size: 2rem;
    font-weight: 600;
    color: #111;
}
.calendar-container .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    place-items: center;
}
.calendar-container .calendar-grid .day-header {
    text-align: center;
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #111;
    width: 5.2rem;
    height: 5.2rem;
}
.calendar-container .calendar-grid .day-cell {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0.8rem;
    font-size: 1.6rem;
    font-weight: 400;
    transition: all 0.2s;
    position: relative;
    color: #111;
    width: 5.2rem;
    height: 5.2rem;
}
.calendar-container .calendar-grid .day-cell.current-month:hover {
    background: #4477ff;
    color: #fff;
}
.calendar-container .calendar-grid .day-cell.current-month {
    color: #333;
}
.calendar-container .calendar-grid .day-cell.other-month {
    color: #ccc;
}
.calendar-container .calendar-grid .day-cell.sunday {
    color: #ff4444;
}
.calendar-container .calendar-grid .day-cell.saturday {
    color: #4477ff;
}
.calendar-container .calendar-grid .day-cell.selected {
    background-color: #4477ff;
    color: white;
    font-weight: 600;
}
.calendar-container .calendar-grid .day-cell.selected:hover {
    background-color: #3366ee;
}
.calendar-container .calendar-grid .day-cell.today {
    background-color: #fff;
    font-weight: 600;
    border: 1px solid #3C6FF6;
}
.calendar-container .calendar-grid .day-cell.today.selected {
    background-color: #4477ff;
    color: white;
}
.calendar-container .calendar-grid .day-cell.disabled {
    background: #EDEDED;
    pointer-events: none;
    cursor: not-allowed;
}
.calendar-container .calendar-grid .day-cell.disabled:hover {
    background: #EDEDED;
    color: #333;
}
.calendar-container .calendar-grid .day-cell.disabled.saturday:hover {
    color: #4477ff;
}
.calendar-container .calendar-grid .day-cell.disabled.sunday:hover {
    color: #ff4444;
}
@media (max-width:1280px) {
    .calendar-container .calendar-header {
        justify-content: center;
    }
    .calendar-container .calendar-value {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 1rem;
        justify-content: flex-end;
    }
}

/* 예약정보 */
.reservation-info-desc {
    padding: 4rem;
    border-radius: 2rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.reservation-info-desc .title {
    display: block;
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.4rem; /* 137.5% */
    display: block;
    margin-bottom: 1.2rem;
}
.reservation-info-desc .desc {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.reservation-info-desc .info {
    margin: 3.2rem 0 4rem;
    display: flex;
    flex-direction: column;
}
.reservation-info-desc .info li {
    padding: 1.6rem 0;
    border-top: 1px solid #E5E5EC;
    display: flex;
    gap: 5rem;
}
.reservation-info-desc .info li:first-of-type {
    border-top: 0;
}
.reservation-info-desc .info li strong {
    min-width: 12rem;
    display: block;
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
    /* 150% */
}
.reservation-info-desc .info li span {
    display: block;
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.reservation-info-desc .btn-wrap a {
    max-width: 100%;
}

/* 공간 둘러보기 */

.reservation-slide-wrap {
    position: relative;
}
.reservation-slide > ul > li .slide-item {
    display: flex;
    flex-direction: column;
    border-radius: 2.4rem 12rem 2.4rem 2.4rem;
    overflow: hidden;
    border: 1px solid #D4D4D8;
    background: #FFF;
}
.reservation-slide > ul > li .slide-item .img {
    aspect-ratio: 299.96/200.00;
}
.reservation-slide > ul > li .slide-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reservation-slide > ul > li .slide-item .desc {
    padding: 2rem 2.45rem;
}
.reservation-slide > ul > li .slide-item .desc .desc-title {
    color: #111;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem; /* 150% */
    display: block;
    margin-bottom: 1.8rem;
}
.reservation-slide > ul > li .slide-item .desc .desc-title strong {
    display: block;
    margin-bottom: 1.4rem;
}
.reservation-slide > ul > li .slide-item .desc .desc-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.reservation-slide > ul > li .slide-item .desc .desc-list li {
    display: flex;
    justify-content: space-between;
}
.reservation-slide > ul > li .slide-item .desc .desc-list li span:first-child {
    display: flex;
    gap: 0.8rem;
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.reservation-slide > ul > li .slide-item .desc .desc-list li span:first-child i {
    color: #3C6FF6;
}
.reservation-slide > ul > li .slide-item .desc .desc-list li span:nth-child(2) {
    color: #111;
    text-align: right;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.reservation-slide > ul > li .slide-item .desc a {
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    background: #3C6FF6;
    border-radius: 0.6rem;
}
.reservation-slide > ul > li .slide-item .desc a span {
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6rem;
    /* 144.444% */
}
.reservation-slide-control {
    display: flex;
    position: absolute;
    top: -4.4em;
    right: 0;
}
.reservation-slide-control button {
    width: 5.6rem;
    height: 5.6rem;
}
.reservation-slide-control button i {
    font-size: 2.4rem;
    color: #111;
}
.reservation-slide-control button.swiper-button-disabled i {
    color: #999999;
}
@media (max-width:640px) {
    .reservation-slide > ul > li .slide-item .desc {
        padding: 2rem;
    }
    .reservation-slide > ul > li .slide-item .desc .desc-title {
        font-size: 1.8rem;
    }
    .reservation-slide > ul > li .slide-item .desc .desc-list {
        gap: 1rem;
    }
}

/* 예약 유의사항 */
.reservation-important {
    border-radius: 1.6rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    padding: 2.8rem 2.4rem;
    margin-bottom: 2rem;
}
.reservation-important .important-title {
    display: flex;
    gap: 0.6rem;
    color: #F36B09;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
    margin-bottom: 0.6rem;
    /* 144.444% */
}
.reservation-important .important-title i {
    font-size: 2rem;
    font-weight: 300;
}
.bul-list li {
    position: relative;
    color: #000;
    padding-left: 1rem;
    line-height: 2.4rem;
    font-size: 1.6rem;
    font-weight: 400;
}
.bul-list li:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: 0;
    display: block;
    background: #000;
}

/* 예약상세 */
.my-reservation {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.reservation .reservation-details .reservation-info:has(.reservation-info-time) {
    gap: 3.2rem;
    padding: 2.8rem 2.4rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    border-radius: 1.6rem;
    margin-bottom: 4rem;
}
.reservation .reservation-details .reservation-info:has(.reservation-info-time) > div:first-of-type {
    width: calc(60.8% - 1.6rem);
}
.reservation .reservation-details .reservation-info:has(.reservation-info-time) > div:nth-child(2) {
    width: calc(39.2% - 1.6rem);
}
.reservation .reservation-details .reservation-info:has(.reservation-info-time) .calendar-container {
    border: 0;
    border-radius: 0;
    padding: 0;
}
.reservation .reservation-details .reservation-info:has(.reservation-info-time) .calendar-container .calendar-value {
    top: 0;
}
.reservation-info .reservation-info-container .reservation-info-time .title {
    color: #111;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem; /* 150% */
    display: block;
    margin-bottom: 1.7rem;
}
.time-selector-container {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 400px;
}
.time-selector-header {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    margin: -20px -20px 20px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
}
.time-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.time-slot {
    position: relative;
}
.time-slot input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.time-slot-label {
    display: flex;
    height: 4rem;
    padding: 0.8rem 1.2rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.5rem;
    border-radius: 0.8rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
}
.time-slot-label i {
    color: #F36B09;
}
.time-slot-label:hover {
    border-color: #007bff;
    background-color: #f8f9fa;
}
.time-slot input[type="checkbox"]:checked + .time-slot-label {
    border-radius: 0.8rem;
    border: 1px solid #3C6FF6;
    background: #E8EEFF;
    color: #3C6FF6;
}
.time-slot input[type="checkbox"]:disabled + .time-slot-label {
    background-color: #f8f9fa;
    color: #999;
    cursor: not-allowed;
    border-color: #e0e0e0;
}
.time-slot input[type="checkbox"]:disabled + .time-slot-label:hover {
    background-color: #f8f9fa;
    border-color: #e0e0e0;
}
.selected-time-display {
    margin-top: 20px;
    padding: 10px;
    background-color: #e3f2fd;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    color: #1976d2;
}
.time-slot input[type="checkbox"]:disabled + .time-slot-label {
    border: 1px solid #D4D4D8;
    background: #EDEDED;
    color: #767676;
}

/* 예약등록 */
.reservation-write {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.reservation-write-container {
    border-radius: 1.6rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
    padding: 2.8rem;
    display: flex;
    flex-direction: column;
}
.reservation-write-container .title {
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
    display: block;
    margin-bottom: 2.4rem;
}
.quantity-btn {
    display: flex;
    width: 4rem;
    height: 4rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    background: #fff;
}
.quantity-btn i {
    color: #111;
    font-size: 2rem;
}
.quantity-btn:hover {
    background-color: #4477ff;
}
.quantity-btn:active {
    background-color: #4477ff;
}
.quantity-btn:hover i {
    color: #fff;
}
.quantity-btn:disabled {
    cursor: not-allowed;
}
.quantity-btn:disabled i {
    color: #ccc;
}
.quantity-input {
    color: #111;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
    width: 4.8rem;
    height: 4rem;
    min-width: auto;
    border-radius: 0;
    border: 0;
    background: #F2F8FD;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity-label {
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}
.quantity-info {
    margin-top: 15px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
}

/* 회원정보 변경 */
.reservation-write.modify {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.08);
}
.reservation-write.modify .reservation-write-container {
    padding: 4rem 4rem 4.8rem;
}
.reservation-write.modify .reservation-write-container .title {
    padding: 1.1rem 0;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #D4D4D8;
}
.reservation-write.modify .input-wrap .input-item {
    flex-direction: column;
    gap: 0.8rem;
}
.reservation-write.modify .input-wrap .input-item .input-box {
    width: 100%;
}
.reservation-write.modify .input-wrap .input-item .input-box .input-box-text {
    width: 100%;
}
.reservation-write.modify .input-wrap .input-item .input-box .input-box-text input {
    width: 100%;
}
.reservation-write.modify .input-wrap .input-item .input-box .input-box-text .input-info-txt {
    margin-top: 0.6rem;
    color: #767676;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    /* 142.857% */
}

/* 인풋 */
.input-wrap {
    display: flex;
    flex-direction: column;
}
.input-wrap.small {
    gap: 1.7rem;
}
.input-wrap.medium {
    gap: 2.4rem;
}
.input-wrap.large {
    gap: 3.2rem;
}
.input-wrap .input-item {
    display: flex;
}
.input-wrap .input-item.horizontal {
    align-items: center;
    gap: 1rem 2rem;
}
.input-wrap .input-item.horizontal .input-item-title {
    min-width: 18rem;
}
.input-wrap .input-item.horizontal .input-box {
    width: 100%;
}
.input-wrap .input-item.horizontal .input-box-text {
    width: 100%;
}
.input-wrap .input-item.horizontal .input-box-text input {
    width: 100%;
    font-size: 1.6rem;
}
.input-wrap .input-item.horizontal .input-box-textarea {
    width: 100%;
}
.input-wrap .input-item.horizontal .input-box-textarea textarea {
    width: 100%;
    font-size: 1.6rem;
    resize: none;
}
.input-wrap .input-item.horizontal:has(.input-box-textarea) {
    align-items: flex-start;
}
.input-wrap .input-item:has(.input-box-number) {
    justify-content: space-between;
    align-items: center;
}
.input-wrap .input-item:has(.full) {
    flex-direction: column;
    gap: 1.2rem;
}
.input-wrap .input-item:has(.input-box-desc) {
    flex-direction: column;
}
.input-wrap .input-item-title {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
    /* 150% */
}
.input-box {
    display: flex;
}
.input-box:has(.input-box-radio) {
    gap: 1.6rem;
}
.input-box.full .input-box-select,
.input-box.full .input-box-textarea,
.input-box.full .input-box-textarea textarea,
.input-box.full select {
    width: 100%;
    resize: none;
}
.input-box-number {
    border-radius: 0.8rem;
    border: 1px solid #E5E5EC;
    background: #F2F8FD;
    display: flex;
    width: 12.8rem;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.input-box-desc {
    padding-left: 3rem;
    margin-top: 1.6rem;
}
.input-box-desc > div {
    padding: 1.6rem;
    border-radius: 1.2rem;
    border: 1px solid #D4D4D8;
    background: #FFF;
    height: 15.2rem;
    overflow-y: auto;
}
.input-box-desc > div > p {
    color: #505050;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.input-wrap .input-item.horizontal .input-box-text input[type="value"] {
    color: #767676;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
@media (max-width:1024px) {
    .input-wrap .input-item.horizontal .input-item-title {
        min-width: 14rem;
    }
}
@media (max-width:640px) {
    .input-wrap .input-item.horizontal {
        flex-direction: column;
        align-items: flex-start;
    }
    .input-wrap .input-item.horizontal .input-item-title {
        min-width: auto;
    }
}

/* 인풋버튼 */
.input-box-button input[type="button"] {
    display: inline-flex;
    padding: 0.9rem 2.4rem;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
    background: #9AC970;
    cursor: pointer;
    border: 0;
}

/* 라디오 */
.input-box-radio {
    display: flex;
    align-items: center;
}
.input-box-radio input[type="radio"] {
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute;
}
.input-box-radio label {
    position: relative;
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
    padding-left: 2.6rem;
    cursor: pointer;
}
.input-box-radio label:before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 1px solid #AAA;
    border-radius: 50%;
    left: 0;
    top: 0.15rem;
}
.input-box-radio input[type="radio"]:checked + label:before {
    border: 0.6rem solid #3C6FF6;
}
.input-box-radio.type2 {
    width: 100%;
}
.input-box-radio.type2 label {
    height: 4.6rem;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #D4D4D8;
    background: #FFF;
    color: #767676;
    font-size: 1.6rem;
    font-weight: 500;
}
.input-box-radio.type2 label:before {
    display: none;
}
.input-box:has(.input-box-radio.type2) {
    gap: 1.2rem;
}
.input-box-radio.type2 input[type="radio"]:checked + label {
    border-color: #3C6FF6;
    background: #EEF3FF;
    color: #3C6FF6;
}

/* 체크박스 */
.input-box-check {
    display: flex;
    align-items: center;
}
.input-box-check input[type="checkbox"] {
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute;
}
.input-box-check label {
    position: relative;
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    padding-left: 3rem;
    cursor: pointer;
    color: #111;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
    /* 144.444% */
}
.input-box-check label:before {
    content: '\eb7a';
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
    border: 1px solid #D4D4D8;
    border-radius: 50%;
    left: 0;
    top: 0.1rem;
    font-family: "remixicon";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4D4D8;
}
.input-box-check input[type="checkbox"]:checked + label:before {
    border-color: #3C6FF6;
    color: #3C6FF6;
}
.input-box-check.type2 {
    width: 100%;
}
.input-box-check.type2 label {
    height: 4rem;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #D4D4D8;
    background: #FFF;
    color: #767676;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.1;
}
.input-box-check.type2 label:before {
    display: none;
}
.input-box:has(.input-box-check.type2) {
    gap: 1.2rem;
}
.input-box-check.type2 input[type="checkbox"]:checked + label {
    border-color: #3C6FF6;
    background: #EEF3FF;
    color: #3C6FF6;
}

/* 현재단계체킹 */
.level-check {
    display: flex;
    justify-content: center;
    margin-bottom: 4.5rem;
    position: relative;
    z-index: 1;
}
.level-check-container {
    display: inline-flex;
    justify-content: center;
    position: relative;
    gap: 4rem;
}
.level-check-container:before {
    width: calc(100% - 5rem);
    height: 2px;
    position: absolute;
    top: 1.5rem;
    left: 0;
    background: #D4D4D8;
    content: "";
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.level-check .level-check-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    flex: 1;
    min-width: 8rem;
    position: relative;
}
.level-check .level-check-item i {
    display: flex;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.4rem 1.2rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid #D4D4D8;
    background: #FFF;
    border-radius: 50%;
    color: #999;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem; /* 150% */
    position: relative;
}
.level-check .level-check-item span {
    color: #767676;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    flex-shrink: 0;
}
.level-check .level-check-item.on i {
    background: #3C6FF6;
    border-color: #3C6FF6;
    color: #fff;
}
.level-check .level-check-item.complete i {
    border: 1px solid #3C6FF6;
    background: #DDE6FF;
    font-size: 0;
}
.level-check .level-check-item.complete i:before {
    content: "\eb7a";
    display: block;
    font-size: 2.2rem;
    font-family: "remixicon";
    color: #3C6FF6;
}
.level-check .level-check-item.on:before {
    width: calc(100% + 4rem);
    height: 2px;
    background: #3C6FF6;
    position: absolute;
    top: 1.5rem;
    left: -100%;
    content: "";
    z-index: -1;
}
.level-check .level-check-item.complete:before {
    width: calc(100% + 4rem);
    height: 2px;
    background: #3C6FF6;
    position: absolute;
    top: 1.5rem;
    left: -100%;
    content: "";
    z-index: -1;
}
.level-check .level-check-item.complete:first-child:before {
    display: none;
}
.level-check .level-check-item:first-child:before {
    display: none;
}

/* 예약완료 */
.reservation-complete {
    padding: 2.8rem;
    border-radius: 1.6rem;
    border: 1px solid #E5E5EC;
    overflow: hidden;
    background: #FFF;
}
.reservation-complete ul {
    display: flex;
    gap: 2.4rem;
    flex-direction: column;
}
.reservation-complete ul li {
    display: flex;
    gap: 1rem 17rem;
}
.reservation-complete ul li .title {
    min-width: 6rem;
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem; /* 150% */
    display: block;
}
.reservation-complete ul li .desc {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.reservation-complete.type2 {
    border-radius: 2rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    padding: 4rem;
}
.reservation-complete.type2 ul {
    gap: 0;
}
.reservation-complete.type2 ul li {
    gap: 10rem;
    padding: 1.6rem 0;
    border-top: 1px solid #E5E5EC;
}
.reservation-complete.type2 ul li:first-child {
    border-top: 0;
}
.reservation-complete.type2 ul li .title {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
    /* 150% */
}
.reservation-complete.type2 ul li .desc {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.reservation-complete .reservation-complete-title {
    display: block;
    margin-bottom: 2.1rem;
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
    /* 141.667% */
}
.reservation-complete.type2.type3 {
    padding: 2.8rem;
}
.reservation-complete.type2.type3 ul {
    gap: 2.4rem;
}
.reservation-complete.type2.type3 ul li {
    justify-content: space-between;
    padding: 0;
    border: 0;
}
/* @media (max-width:640px) { 
.reservation-complete ul li { flex-direction: column; } 
 } */

/* 마이페이지 */
body:has(.mypage) {
    background: #fff;
}
body:has(.mypage) .sub-visual {
    background: #fff;
}
body:has(.mypage) .sub-visual > img {
    display: none;
}
body:has(.mypage) .sub-depth {
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #D4D4D8;
    padding: 0;
    bottom: 0;
}
body:has(.mypage) .sub-depth ul li a {
    position: relative;
}
body:has(.mypage) .sub-depth ul li a.on {
    background: #fff;
}
body:has(.mypage) .sub-depth ul li a.on span {
    color: #3C6FF6;
}
body:has(.mypage) .sub-depth ul li a.on:before {
    content: "";
    width: 100%;
    height: 0.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3C6FF6;
}
body:has(.mypage) .reservation-search {
    background: #F8F8FA;
    gap: 2rem;
}
body:has(.mypage) .reservation-search .input-item .input-title {
    min-width: auto;
}
@media (max-width:640px) {
    body:has(.mypage) .reservation-search .input-item .input-select {
        width: auto;
    }
    body:has(.mypage) .reservation-search .input-item {
        width: 100%;
    }
    body:has(.mypage) .reservation-search .input-item .input-date {
        width: 100%;
    }
    body:has(.mypage) .reservation-search .input-item .input-date input {
        width: calc(50% - 1.1rem);
    }
}

/*게시판 리스트*/
.tbl-board {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.tbl-board thead {
    border-top: 1px solid #3C6FF6;
}
.tbl-board th {
    color: #111;
    padding: 1.6rem 1rem;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
    border-bottom: 1px solid #E5E5EC;
    background: #F8F8FA;
}
.tbl-board td {
    padding: 1.4rem 1rem;
    background: #fff;
    font-size: 1.7rem;
    border-bottom: 1px solid #E5E5EC;
    color: #111;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.tbl-board td a:hover {
    text-decoration: underline;
}
.tbl-board td .tbl-btn {
    height: 3.2rem;
    padding: 0 1.2rem;
    display: inline-flex;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem; /* 150% */
    align-items: center;
    justify-content: center;
}
.tbl-board td .tbl-btn.btn1 {
    color: #505050;
    border-radius: 0.6rem;
    border: 1px solid #AAA;
}
.bo_tit {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.bo_tit a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bo_tit .new_icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 1.2rem;
    background: #3C6FF6;
    align-items: center;
    justify-content: center;
    color: #fff;
}

@media (max-width:640px) {
    .tbl-board thead {
        display: none;
    }
    .tbl-board td:before {
        content: attr(aria-label);
        color: #111;
        text-align: center;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 600;
        line-height: 2rem;
        /* 142.857% */
    }
    .tbl-board colgroup {
        display: none;
    }
    .tbl-board td,
    .tbl-board th,
    .tbl-board tr {
        display: block;
        width: 100%;
    }
    .tbl-board tr {
        padding: 1.6rem;
        border-radius: 1.2rem;
        border: 1px solid #E5E5EC;
        background: #FFF;
        box-shadow: 0.4rem 0.4rem 1rem 0 rgba(0, 0, 0, 0.06);
        margin-top: 1rem;
    }
    .tbl-board tr:first-of-type {
        margin-top: 0;
    }
    .tbl-board tr td {
        padding: 0;
        border: 0;
        text-align: left;
        display: flex;
        justify-content: space-between;
        margin-bottom: 1.2rem;
        color: #111;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2rem;
        /* 142.857% */
    }
    .tbl-board tr td br {
        display: none;
    }
    .tbl-board tr td[aria-label^="번호"] {
        color: #767676;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.8rem; /* 150% */
        margin-bottom: 0.6rem;
        justify-content: flex-start;
    }
    .tbl-board tr td[aria-label^="번호"]:before {
        content: "No.";
        color: #767676;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.8rem;
    }
    .tbl-board tr td[aria-label^="장소명"]:before {
        display: none;
    }
    .tbl-board tr td[aria-label^="장소명"] {
        color: #111;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 600;
        line-height: 2.6rem; /* 144.444% */
        display: block;
        margin-bottom: 1.6rem;
    }
    .tbl-board tr td:has(.tbl-btn):before {
        display: none;
    }
    .bo_cate_link {
        margin-left: auto;
    }
}

/* 모달팝업 */
.modal-pop-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 999;
}
.modal-pop-wrap.on {
    display: flex;
}
.modal-pop-wrap.on .blind {
    display: block;
}
.modal-pop-wrap .modal-pop-container {
    background: #fff;
    padding: 2.1rem 3.2rem;
    position: relative;
    max-width: 44rem;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.modal-pop-wrap .modal-pop-container > strong {
    display: block;
    color: #282828;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem; /* 150% */
    margin-bottom: 1.2rem;
}
.modal-pop-wrap .modal-pop-container > p {
    color: #555;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
    /* 146.667% */
}
.modal-pop-wrap .modal-pop-container .btn-wrap {
    margin-top: 2.8rem;
    align-self: normal;
}
.modal-pop-wrap:has(.modal-pop-header) .modal-pop-container {
    padding: 0;
    max-width: 60rem;
    width: 100%;
}
.modal-pop-header {
    height: 6.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-pop-header {
    background: #FBF6EE;
    width: 100%;
    position: relative;
}
.modal-pop-header strong {
    margin: 0;
    color: #282828;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
    /* 150% */
}
.modal-pop-header .modal-close {
    position: absolute;
    top: 50%;
    right: 3.2rem;
    transform: translateY(-50%);
}
.modal-pop-header .modal-close i {
    font-size: 3rem;
}
.modal-pop-body {
    padding: 2.4rem 3.2rem;
    height: 36rem;
    width: 100%;
}
.modal-pop-body .inner {
    width: 100%;
    height: 100%;
    padding: 2.4rem;
    border-radius: 1.2rem;
    border: 1px solid #D4D4D8;
    background: #FFF;
    overflow-y: auto;
}
.modal-pop-wrap:has(.modal-pop-header) .btn-wrap {
    padding: 2rem 0;
    border-top: 1px solid #EEE;
}

/* 로그인 */
#sub:has(.login) {
    background: linear-gradient(344deg, #FBF2E6 26.36%, #FDF9EC 89.81%);
    min-height: 100vh;
}
#sub:has(.login):after,
#sub:has(.login):before {
    content: "";
    display: block;
    position: absolute;
}
#sub:has(.login):before {
    width: 24.7rem;
    height: 11.3rem;
    background: url("/project/images/content/login-img1.png") no-repeat center center/cover;
    top: 32.1rem;
    left: 16.1rem;
}
#sub:has(.login):after {
    width: 24.5rem;
    height: 9.7897rem;
    background: url("/project/images/content/login-img2.png") no-repeat center center/cover;
    top: 14.76rem;
    right: 22rem;
}
@media (max-width:1700px) {
    #sub:has(.login):before {
        left: 10rem;
    }
    #sub:has(.login):after {
        right: 10rem;
    }
}
@media (max-width:1280px) {
    #sub:has(.login):before {
        left: -4rem;
    }
    #sub:has(.login):after {
        right: -4rem;
    }
}
#sub:has(.login) .sub-visual {
    display: none;
}
#sub:has(.login) .sub-content {
    padding: 10rem 0 0;
    height: 100%;
}
#sub:has(.login) .sub-content .layout {
    height: 100%;
    display: flex;
    padding: 0 0 4rem;
}
#sub:has(.login) footer {
    display: none;
}
.login {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    max-width: 640px;
    position: relative;
}
.login .login-title {
    padding: 4rem 0;
    text-align: center;
}
.login .login-title strong {
    color: #111;
    text-align: center;
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 5.4rem;
    /* 135% */
}
.login .login-desc {
    padding: 4.8rem 9rem;
    border-radius: 2.4rem;
    width: 100%;
    background: #fff;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.08);
}
.login .login-desc .login-desc-title {
    display: block;
    text-align: center;
    margin-bottom: 3.2rem;
}
.login .login-desc .login-desc-input {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2rem;
}
.login .login-desc .login-desc-input div {
    position: relative;
}
.login .login-desc .login-desc-input div img {
    position: absolute;
    left: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
}
.login .login-desc .login-desc-input div input {
    width: 100%;
    height: 5.6rem;
    border-radius: 0.8rem;
    padding-left: 4rem;
}
.login .login-desc .input-box-check {
    margin-bottom: 3.45rem;
}
.login .login-desc .input-box-check label {
    color: #505050;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    /* 144.444% */
}
.login .login-desc .input-box-check input[type="checkbox"]:checked + label:before {
    border-color: #3C6FF6;
    color: #fff;
    background: #3C6FF6;
}
.login .login-desc .btn-wrap a {
    width: 100%;
    height: 5.6rem;
    max-width: 100%;
}
.login .login-desc .btn-wrap {
    margin-bottom: 2.4rem;
}
.login .login-desc .login-desc-find {
    margin-bottom: 4rem;
}
.login .login-desc .login-desc-find ul {
    display: flex;
    justify-content: center;
}
.login .login-desc .login-desc-find ul li {
    margin-left: 1.6rem;
    padding-left: 1.6rem;
    position: relative;
}
.login .login-desc .login-desc-find ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #D4D4D8;
    width: 1px;
    height: 1.2rem;
}
.login .login-desc .login-desc-find ul li:first-child:before {
    display: none;
}
.login .login-desc .login-desc-find ul li a span {
    color: #767676;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.login .login-desc .login-desc-find ul li:last-child a span {
    color: #3C6FF6;
}
.login .login-desc .login-desc-find ul li:first-of-type {
    margin-left: 0;
    padding-left: 0;
}
.login .login-desc .login-desc-tel {
    padding: 1.3rem 2rem;
    text-align: center;
    border-radius: 0.8rem;
    background: #F8F8FA;
}
.login .login-desc .login-desc-tel p {
    display: flex;
    justify-content: center;
    gap: 1.6rem;
}
.login .login-desc .login-desc-tel p span {
    color: #505050;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    /* 142.857% */
}
.login .reservation-write-container {
    padding: 4rem;
}
@media (max-width:767px) {
    #sub:has(.login) .sub-content {
        padding: 56px 0 0;
    }
}

/* 로그인 */
.login .login-desc {
    position: relative;
}
.login .login-desc:has(.login-complete-title) {
    padding: 4rem 4rem 6rem;
}
.login .login-desc:has(.login-complete-title):before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52.8rem;
    height: 25.4rem;
    background: url("/project/images/content/login-complete-img2.png") no-repeat center center/cover;
    content: "";
    transform: translate(-50%, -50%);
    z-index: 0;
}
.login .login-desc .login-complete-title {
    color: #111;
    text-align: center;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.4rem; /* 137.5% */
    display: block;
    margin-bottom: 3.2rem;
    position: relative;
}
.login .login-desc .login-complete-text {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    align-items: center;
    position: relative;
}
.login .login-desc .login-complete-text strong {
    color: #505050;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem; /* 141.667% */
    margin-bottom: 7rem;
}
.login .login-desc .login-complete-text strong span {
    color: #3C6FF6;
    text-align: center;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.4rem;
    /* 137.5% */
}
@media (max-width:640px) {
    .login .login-desc:has(.login-complete-title):before {
        width: 40rem;
        height: 20rem;
        background-size: 40rem;
    }
}

/* 상상스테이션 프로그램 */
#sub:has(.program) .sub-title {
    margin-bottom: 8rem;
}
#sub:has(.program) .sub-content {
    position: relative;
    overflow: hidden;
}
#sub:has(.program-section) .sub-content {
    padding: 11rem 0 0;
}
/* #sub:has(.program) .sub-content:before { display: block; content:""; width:30.2rem; height: 44rem; position: absolute; top:-11.5rem; left:0; background: url(/project/images/content/program-title-img1.png) no-repeat center center/cover; } */
.program .program-section {
    padding: 8.6rem 0 8rem;
    position: relative;
}
.program .program-section:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    border-radius: 8rem 8rem 0 0;
}
.program .program-section .section-bg {
    right: calc((100vw - 1280px) / -2);
    top: 0;
    position: absolute;
    content: "";
    display: block;
    z-index: 0;
}
.program .program-section .section-bg.bg1 {
    top: 4rem;
}
.program .program-section .section-bg.bg2 {
    top: 12.9rem;
}
.program .program-section .section-bg.bg3 {
    top: 10rem;
}
.program .program-section:after {
    content: "";
    display: block;
    bottom: -8rem;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 8rem;
    position: absolute;
}
.program .program-section.section1 .program-list {
    border-top: 1px solid #4489F8;
}
.program .program-section.section2 .program-list {
    border-top: 1px solid #40C47F;
}
.program .program-section.section3 .program-list {
    border-top: 1px solid #E29258;
}
.program .program-section.section1:before {
    background: #F6FBFF;
}
.program .program-section.section1:after {
    background: #F6FBFF;
}
.program .program-section.section2:before {
    background: #F6FFFA;
}
.program .program-section.section2:after {
    background: #F6FFFA;
}
.program .program-section.section3:before {
    background: #FFF9F4;
}
.program .program-section.section1 .program-title strong {
    color: #4489F8;
}
.program .program-section.section2 .program-title strong {
    color: #40C47F;
}
.program .program-section.section3 .program-title strong {
    color: #E29258;
}
.program .program-section .program-title {
    position: relative;
    margin-bottom: 3.2rem;
    z-index: 1;
}
.program .program-section .program-title strong {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.4rem; /* 137.5% */
    display: block;
    margin-bottom: 1.2rem;
}
.program .program-section .program-title p {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.program .program-section .program-list {
    position: relative;
    z-index: 1;
    padding-top: 3.2rem;
}
.program .program-section .program-list ul {
    display: flex;
    gap: 4rem;
}
.program .program-section .program-list ul li {
    padding: 6rem 2rem 4rem;
    width: calc(33.333% - 1.5rem);
    background: #fff;
    border-radius: 2.4rem;
    border: 1px solid #E5E5EC;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.program .program-section .program-list ul li img {
    margin-bottom: 3.2rem;
}
.program .program-section .program-list ul li strong {
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem; /* 141.667% */
    display: block;
    margin-bottom: 2.4rem;
}
.program .program-section .program-list ul li p {
    color: #111;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    /* 150% */
}
.program .program-section .more {
    display: inline-flex;
    padding: 1.3rem 7.5rem 1.3rem 7.6rem;
    justify-content: center;
    align-items: center;
    background: #3C6FF6;
    border-radius: 5.6rem;
    position: absolute;
    top: 8.6rem;
    right: 0;
    z-index: 1;
}
.program .program-section .more span {
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
    /* 150% */
}
@media (max-width:1600px) {
    #sub:has(.program) .sub-content:before {
        top: -20rem;
    }
}
@media (max-width:1280px) {
    .program .program-section .section-bg {
        right: -2rem;
        top: 4rem !important;
    }
}
@media (max-width:1024px) {
    .program .program-section .program-list ul {
        gap: 2rem;
    }
    .program .program-section .program-list ul li {
        width: calc(33.333% - 1rem);
        padding: 4rem 2rem;
    }
}
@media (max-width:640px) {
    #sub:has(.program) .sub-content:before {
        left: -3rem;
    }
    .program .program-section .more {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 2rem;
    }
    .program .program-section .section-bg.bg1 {
        width: 18rem !important;
    }
    .program .program-section .section-bg.bg2 {
        width: 20rem !important;
    }
    .program .program-section .section-bg.bg3 {
        width: 20rem !important;
    }
    .program .program-section .program-list ul {
        flex-direction: column;
    }
    .program .program-section .program-list ul li {
        width: 100%;
        position: relative;
        align-items: flex-start;
        padding-left: 24rem;
    }
    .program .program-section .program-list ul li p {
        text-align: left;
    }
    .program .program-section .program-list ul li img {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 2.4rem;
        transform: translateY(-50%);
    }
}

/* 프로그램 */
.program-search {
    padding: 2.7rem 3.2rem;
    border-radius: 1.6rem;
    border: 1px solid #D4D4D8;
    background: #FFF;
    display: flex;
    flex-direction: column;
}
.program-search .program-search-top {
    justify-content: space-between;
    display: flex;
    gap: 2rem;
}
.program-search .program-search-top .input-box:first-child {
    max-width: 42rem;
    width: 100%;
    gap: 1.2rem;
}
.program-search .program-search-top .input-box .input-box-radio.type2 label {
    color: #767676;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.program-search .program-search-top .input-box .input-box-radio.type2 input[type="radio"]:checked + label {
    background: #3C6FF6;
    color: #fff;
}
.program-search .program-search-top .input-box:nth-child(2) {
    max-width: 50rem;
    width: 100%;
}
.program-search .program-search-top .input-box:nth-child(2) .input-box-text {
    width: 100%;
    border-radius: 80rem;
    border: 1px solid #D4D4D8;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 1.6rem;
    height: 4.6rem;
}
.program-search .program-search-top .input-box:nth-child(2) .input-box-text input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0;
}
.program-search .program-search-top .input-box:nth-child(2) .input-box-text button i {
    font-size: 2rem;
    color: #505050;
}
.program-search .program-search-bottom {
    display: flex;
    gap: 3.2rem;
}
.program-search .program-search-bottom .input-item {
    width: 33.333%;
    flex-direction: column;
    gap: 1.2rem;
    display: flex;
    align-items: center;
}
.program-search .program-search-bottom .input-item .input-box {
    width: 100%;
    gap: 0.8rem;
}
.program-search .program-search-bottom .input-item .input-box .input-box-check.type2 {
    align-self: normal;
}
.program-search .program-search-bottom .input-item.item1 .input-title span {
    color: #4489F8;
}
.program-search .program-search-bottom .input-item.item2 .input-title span {
    color: #40C47F;
}
.program-search .program-search-bottom .input-item.item3 .input-title span {
    color: #E29258;
}
.program-search .program-search-bottom .input-item.item1 .input-box-check.type2 input[type="checkbox"]:checked + label {
    border-color: #4489F8;
    color: #4489F8;
    background: #F5F9FF;
}
.program-search .program-search-bottom .input-item.item2 .input-box-check.type2 input[type="checkbox"]:checked + label {
    border-color: #40C47F;
    color: #40C47F;
    background: #F6FFFA;
}
.program-search .program-search-bottom .input-item.item3 .input-box-check.type2 input[type="checkbox"]:checked + label {
    border-color: #E29258;
    color: #E29258;
    background: #FFF6F0;
}
@media (max-width:1024px) {
    .program-search {
        padding: 2rem;
    }
    .program-search .program-search-bottom {
        gap: 2rem;
    }
}
@media (max-width:767px) {
    .program-search .program-search-bottom .input-item .input-box {
        flex-direction: column;
    }
    .program-search .program-search-top .input-box:first-child {
        gap: 0.5rem;
    }
}
@media (max-width:480px) {
    .program-search .program-search-top {
        flex-direction: column;
    }
    .program-search .program-search-top .input-box:first-child {
        max-width: 100%;
    }
    .program-search .program-search-top .input-box:nth-child(2) {
        max-width: 100%;
    }
    .program-search .program-search-bottom {
        flex-direction: column;
    }
    .program-search .program-search-bottom .input-item {
        width: 100%;
        align-items: flex-start;
    }
    .program-search .program-search-bottom .input-item .input-box {
        flex-direction: row;
    }
}

/* 프로그램 리스트 */
.board-program > ul {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.board-program > ul > li {
    border-radius: 2.4rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    padding: 2.4rem 2.4rem 3.2rem;
    position: relative;
    width: calc(25% - 1.5rem);
}
.board-program > ul > li .board-program-value {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
}
.board-program > ul > li .board-program-value.value1 {
    background: #3C6FF6;
    color: #fff;
}
.board-program > ul > li .board-program-value.value2 {
    background: #FFE066;
    color: #505050;
}
.board-program > ul > li .board-program-value.value3 {
    background: #DDD;
    color: #767676;
}
.board-program > ul > li .board-program-img {
    height: 26rem;
    border-radius: 2.4rem;
    overflow: hidden;
    margin-bottom: 2.4rem;
}
.board-program > ul > li .board-program-img img {
    width: 100%;
}
.board-program > ul > li .board-program-desc strong {
    color: #111;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem; /* 141.667% */
    display: block;
    margin-bottom: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.board-program > ul > li .board-program-desc p {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
    /* 144.444% */
}
.board-program > ul > li .board-program-desc ul {
    margin-top: 2rem;
    padding-top: 1.6rem;
    border-top: 1px solid #D9D9D9;
}
.board-program > ul > li .board-program-desc ul li span:first-child {
    color: #111;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem; /* 146.667% */
    display: flex;
}
.board-program > ul > li .board-program-desc ul {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.board-program > ul > li .board-program-desc ul li {
    display: flex;
    justify-content: space-between;
    gap:1rem;
}
.board-program > ul > li .board-program-desc ul li span:first-child {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}
.board-program > ul > li .board-program-desc ul li span:first-child img {
    flex-shrink: 0;
}
.board-program > ul > li .board-program-desc ul li span:nth-child(2) {
    color: #767676;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
    /* 146.667% */
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.board-program > ul > li .board-program-desc ul li span:nth-child(2) b {
    color: #767676;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.2rem;
}
.board-program > ul > li .board-program-desc .program-btn {
    height: 4.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    margin-top: 2.8rem;
    border-radius: 0.8rem;
}
.board-program > ul > li .board-program-desc .program-btn span {
    font-size: 1.8rem;
    font-weight: 500;
}
.board-program > ul > li .program-btn.btn1 {
    background: #3C6FF6;
    color: #fff;
}
.board-program > ul > li .program-btn.btn2 {
    background: #FFE066;
    color: #505050;
}
.board-program > ul > li .program-btn.btn3 {
    background: #DDD;
    color: #767676;
    pointer-events: none;
    cursor: default;
}
@media (max-width:1024px) {
    .board-program > ul {
        gap: 2rem;
    }
    .board-program > ul > li {
        width: calc(33.333% - 1.333rem);
    }
}
@media (max-width:767px) {
    .board-program > ul > li {
        width: calc(50% - 1rem);
    }
}
@media (max-width:480px) {
    .board-program > ul > li {
        width: 100%;
    }
    .board-program > ul > li .board-program-img {
        height: auto;
    }
}

/* 신청프로그램정보 */
.program-write-info {
    padding: 2.8rem;
    border-radius: 1.6rem;
    border: 1px solid #E5E5EC;
    background: #F2F8FD;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 1.6rem;
}
.program-write-info strong {
    display: block;
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
    margin-bottom: 2.4rem;
}
.program-write-info p {
    color: #3C6FF6;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 2rem;
}
.program-write-info .bul-list {
    gap: 1.6rem;
    display: flex;
    flex-direction: column;
}
.program-write-info .bul-list li {
    display: flex;
    gap: 8rem;
}
.program-write-info .bul-list li:before {
    width: 3px;
    height: 3px;
}
.program-write-info .bul-list li span {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.program-write-info .bul-list li span:first-child {
    min-width: 11rem;
}
.program-write-info .bul-list li span b {
    font-weight: 600;
}

/* 마음스테이션 */
body:has(.heart-station) .footer {
    display: none;
}
body:has(.heart-station) .header {
    position: absolute;
}
body:has(.heart-station) .header.scroll {
    background: none;
}
body:has(.heart-station) .header .header-wrap .header-side .header-side-mobile > button > i {
    background: #fff;
}
body:has(.heart-station) .header.menu-all .header-wrap .header-side .header-side-mobile > button > i {
    background: #222;
}
body:has(.heart-station) .header .header-wrap .header-menu .header-menu-wrap > ul > li > a > span {
    color: rgba(255, 255, 255, 0.6);
}
body:has(.heart-station) .header .header-wrap .header-menu .header-menu-wrap > ul > li:last-child > a > span {
    color: rgba(255, 255, 255, 1);
}
body:has(.heart-station) .header.on .header-wrap .header-menu .header-menu-wrap > ul > li > a > span {
    color: #111;
}
body:has(.heart-station) .header .header-logo a img {
    display: none;
}
body:has(.heart-station) .header .header-logo a {
    background: url("/project/images/layout/logo2.png") no-repeat center center/cover;
    height: 6rem;
}
body:has(.heart-station) .header.menu-all .header-logo a {
    background: none;
}
body:has(.heart-station) .header.menu-all .header-logo a img {
    display: block;
}
body:has(.heart-station) .header.on .header-logo a img {
    display: block;
}
body:has(.heart-station) .user-logout span {
    color: #fff;
}
body:has(.heart-station) .header.on .user-logout span {
    color: #111;
}
.heart-station {
    min-height: 100vh;
    background: url("/project/images/content/heart-station-bg1.png") no-repeat center center/cover;
    padding-top: 10rem;
    position: relative;
    overflow: hidden;
}
.heart-station .heart-station-train {
    width: 192rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -39rem;
}
.heart-station .heart-station-train div.mo {
    display: none;
}
.heart-station .heart-station-train div img {
    width: 100%;
}
.heart-station .heart-station-train div img {
    display: none;
}
.heart-station:has(.station-input-item.type1) .heart-station-train div img:first-of-type {
    display: block;
}
.heart-station:has(.station-input-item.type2) .heart-station-train div img:nth-of-type(2) {
    display: block;
}
.heart-station .heart-station-container {
    padding: 6rem 0;
    height: 100%;
    display: flex;
}
.heart-station .heart-station-container .heart-station-item {
    margin: auto;
}
.heart-station .heart-station-container .heart-station-item .station-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.heart-station .heart-station-container .heart-station-item .station-title span {
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    /* 144.444% */
}
.heart-station .heart-station-container .heart-station-item .station-title strong {
    color: #FFF;
    text-align: center;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 6.2rem; /* 129.167% */
    display: block;
    margin-bottom: 1.6rem;
}
.heart-station .heart-station-container .heart-station-item .station-title p {
    color: #FFF;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
    /* 141.667% */
}
.heart-station .heart-station-container .station-input {
    position: relative;
    display: flex;
    margin-top: -5rem;
}
.heart-station .heart-station-container .station-input img {
    width: 70rem;
}
.heart-station .heart-station-container .station-input .station-input-item {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 8rem;
    align-items: center;
    z-index: 1;
}
.heart-station .heart-station-container .station-input .station-input-item p {
    color: #333;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
    margin-bottom: 3.2rem;
}
.heart-station .heart-station-container .station-input .station-input-item textarea {
    padding: 1.2rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.50);
    border: 0;
    max-width: 40rem;
    width: 100%;
    margin-bottom: 2.4rem;
    resize: none;
}
.heart-station .heart-station-container .station-input .station-input-item textarea::placeholder {
    color: #767676;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    /* 142.857% */
}
.heart-station .heart-station-container .station-input .station-input-item .station-btn {
    display: flex;
    height: 4rem;
    padding: 0 2rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0.8rem;
    max-width: 16rem;
    width: 100%;
    margin: 0 auto;
}
.heart-station .heart-station-container .station-input .station-input-item .station-btn span {
    font-size: 1.4rem;
}
.heart-station .heart-station-container .station-input .station-input-item .station-btn.btn1 {
    background: #3C6FF6;
}
.heart-station .heart-station-container .station-input .station-input-item .station-btn.btn1 span {
    color: #fff;
}
.heart-station .heart-station-container .station-input .station-input-item .station-btn.btn2 {
    border: 1px solid #3C6FF6;
}
.heart-station .heart-station-container .station-input .station-input-item .station-btn.btn2 span {
    color: #3C6FF6;
}
.heart-station .heart-station-container .station-input .station-result-item img {
    margin-bottom: 2rem;
}
@media (max-width:1400px) {
    body:has(.heart-station) .header .header-logo a {
        background-size: 20rem;
    }
}
@media (max-width:1024px) {
    body:has(.heart-station) .header .header-logo a {
        background-size: 18rem;
    }
    .heart-station .heart-station-train {
        width: 100%;
        margin-top: -26.5rem;
    }
    .heart-station .heart-station-train div.pc {
        display: none;
    }
    .heart-station .heart-station-train div.mo {
        display: block;
    }
}
@media (max-width:767px) {
    body:has(.heart-station) .header .header-logo a {
        width: 87px;
        height: 26px;
        background-size: 87px;
    }
}
@media (min-width:1920px) {
    .heart-station .heart-station-train {
        width: 100%;
    }
}

/* 방명록 */
.sub-content:has(.guestbook) {
    position: relative;
}
.sub-content:has(.guestbook):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("/project/images/content/guestbook-before.png") no-repeat center center/cover;
    width: 27.6rem;
    height: 38.8rem;
}
.guestbook-wrap {
    margin-top: 6rem;
    max-width: 90rem;
    width: 100%;
    margin: 6rem auto 0;
}
.guestbook-wrap .guestbook-write {
    padding: 1.3rem 1.6rem;
    border: 1px solid #E5E5EC;
    border-radius: 1.2rem;
    background: #fff;
}
.guestbook-wrap .guestbook-write .inner {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.guestbook-wrap .guestbook-write .inner input {
    border: 0;
    outline: 0;
    width: 100%;
    padding: 0;
}
.guestbook-wrap .guestbook-write .inner button {
    border-radius: 0.8rem;
    background: #E4EBFF;
    display: flex;
    height: 4rem;
    padding: 0 2rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.guestbook-wrap .guestbook-write .inner button span {
    color: #3C6FF6;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    /* 142.857% */
}
.guestbook-wrap .guestbook-list {
    margin-top: 1.6rem;
    padding: 2rem;
    border-radius: 1.6rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
}
.guestbook-wrap .guestbook-list li {
    border-top: 1px solid #E5E5EC;
    padding: 1.6rem 0;
}
.guestbook-wrap .guestbook-list li:first-of-type {
    border-top: 0;
}
.guestbook-wrap .guestbook-list li .guestbook-list-item {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}
.guestbook-wrap .guestbook-list li .guestbook-title {
    display: block;
    color: #111;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem; /* 146.667% */
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.guestbook-wrap .guestbook-list li .guestbook-util {
    display: flex;
    gap: 1.9rem;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}
.guestbook-wrap .guestbook-list li .guestbook-util .like {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    color: #767676;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    /* 150% */
}
.guestbook-wrap .guestbook-list li .guestbook-util .like i {
    font-size: 1.8rem;
    color: #767676;
}
.guestbook-wrap .guestbook-list li .guestbook-util .like i:last-child {
    display: none;
    color: red;
}
.guestbook-wrap .guestbook-list li .guestbook-util .like.on i:last-child {
    display: block;
}
.guestbook-wrap .guestbook-list li .guestbook-util .like.on i:first-child {
    display: none;
}
.guestbook-wrap .guestbook-list li .guestbook-util .date {
    color: #767676;
    text-align: right;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    /* 150% */
}
.guestbook-wrap .guestbook-list li .guestbook-util .guestbook-modify {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.guestbook-wrap .guestbook-list li .guestbook-util .guestbook-modify button {
    display: block;
    line-height: 1;
}
.guestbook-wrap .guestbook-list li .guestbook-util .guestbook-modify button span {
    color: #767676;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
}
.guestbook-wrap .guestbook-list li .guestbook-list-item + .guestbook-write {
    margin-top: 1rem;
    background: #F8F8FA;
}
.guestbook-wrap .guestbook-list li .guestbook-list-item + .guestbook-write input {
    background: #F8F8FA;
}
@media (max-width:640px) {
    .sub-content:has(.guestbook):before {
        width: 20.6rem;
        height: 31.8rem;
    }
    .guestbook-wrap .guestbook-list {
        border: 0;
        padding: 0;
        box-shadow: none;
    }
    .guestbook-wrap .guestbook-list li .guestbook-list-item {
        flex-direction: column;
        gap: 1rem;
    }
    .guestbook-wrap .guestbook-list li .guestbook-util {
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .guestbook-wrap .guestbook-list + .board-paging {
        margin-top: 2.4rem;
    }
    .guestbook-wrap .guestbook-list li .guestbook-util .guestbook-modify {
        position: absolute;
        top: -.2rem;
        right: 5rem;
    }
}

/* 익명게시판 */
.sub-content:has(.anonymous) {
    position: relative;
}
.sub-content:has(.anonymous):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("/project/images/content/guestbook-before.png") no-repeat center center/cover;
    width: 27.6rem;
    height: 38.8rem;
}
.anonymous-wrap {
    margin-top: 6rem;
    max-width: 90rem;
    width: 100%;
    margin: 6rem auto 0;
}
.anonymous-wrap .anonymous-write {
    padding: 1.3rem 1.6rem;
    border-radius: 1.2rem;
    background: #F8F8FA;
}
.anonymous-wrap .anonymous-write .inner {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.6rem;
    background: #fff;
}
.anonymous-wrap .anonymous-write .inner input {
    border: 0;
    outline: 0;
    width: 100%;
    padding: 0;
}
.anonymous-wrap .anonymous-write .inner button {
    border-radius: 0.8rem;
    background: #E4EBFF;
    display: flex;
    height: 4rem;
    padding: 0 2rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.anonymous-wrap .anonymous-write .inner button span {
    color: #3C6FF6;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    /* 142.857% */
}
.anonymous-board {
    padding: 2rem;
    border-radius: 1.6rem;
    background: #F8F8FA;
}
.anonymous-board .anonymous-comment {
    padding: 1.6rem;
    background: #fff;
    border-top: 1px solid #D4D4D8;
    position: relative;
}
.anonymous-board .anonymous-comment:first-child {
    border-top: 0;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-title {
    display: flex;
    align-items: center;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-title strong {
    display: flex;
    align-items: center;
    gap: 0.57rem;
    color: #111;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
    /* 144.444% */
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-title .comment-btn {
    margin-left: 2.4rem;
    display: flex;
    gap: 1.2rem;
    align-items: center;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-title .comment-btn button span {
    color: #111;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    /* 150% */
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-title .comment-util {
    margin-left: auto;
    display: flex;
    gap: 1rem;
    align-items: center;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-title .comment-util .date {
    color: #767676;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    /* 150% */
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-title .comment-util .write {
    color: #111;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    /* 150% */
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-title .report {
    color: #767676;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    margin-left: auto;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc p {
    color: #111;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
    /* 146.667% */
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc .comment-number {
    display: flex;
    gap: 1.6rem;
    align-items: center;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc .comment-number span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #767676;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    /* 150% */
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc .comment-number span i {
    font-size: 1.8rem;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc .comment-number .num-like i:last-child {
    display: none;
    color: red;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc .comment-number .num-like.on i:last-child {
    display: block;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc .comment-number .num-like.on i:first-child {
    display: none;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc .guestbook-write .inner {
    gap: 0.5rem;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc .guestbook-write .inner button.cancle {
    background: #E5E5EC;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc .guestbook-write .inner button.cancle span {
    color: #111;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc .anonymous-write .inner {
    background: #F8F8FA;
    padding: 0;
}
.anonymous-board .anonymous-comment .anonymous-comment-coniainer .comment-desc .anonymous-write .inner input {
    background: #F8F8FA;
}
.anonymous-comment.depth2 {
    background: #F8F8FA;
    padding-left: 3rem;
}
.anonymous-comment.depth2 .comment-title .comment-btn {
    margin-left: 1.5rem !important;
}
.anonymous-comment.depth2 .comment-desc {
    padding-left: 4rem !important;
}
.anonymous-comment.depth2 .anonymous-write {
    background: #fff;
    margin-top: 2rem;
    position: relative;
}
.anonymous-comment.depth2 .anonymous-write:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    border-left: 1px solid #767676;
    border-bottom: 1px solid #767676;
    position: absolute;
    top: 0;
    left: -3rem;
}
.anonymous-comment.depth2 .anonymous-write:after {
    content: "";
    display: block;
    width: calc(100% + 4rem);
    top: -2rem;
    left: -4rem;
    height: 1px;
    background: #F1F1F5;
    position: absolute;
}
.anonymous-comment.depth2 .anonymous-write .inner {
    background: #fff !important;
}
.anonymous-comment.depth2 .anonymous-write .inner input {
    background: #fff !important;
}
.anonymous-comment.depth3 {
    padding-left: 8rem;
}
.anonymous-comment.depth3:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    border-left: 1px solid #767676;
    border-bottom: 1px solid #767676;
    position: absolute;
    top: 1.4rem;
    left: 4rem;
}

/* 설문조사 */
.servay {
    max-width: 67rem;
    width: 100%;
    margin: 6rem auto 0;
    padding: 4.8rem;
    border-radius: 2rem;
    background: #F6F8FB;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
}
.servay .servay-level .servay-level-list {
    display: flex;
}
.servay .servay-level .servay-level-list li {
    width: 100%;
    display: flex;
    gap: 1.6rem;
    flex-direction: column;
}
.servay .servay-level .servay-level-list li:first-child .bar {
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
}
.servay .servay-level .servay-level-list li:last-child .bar {
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}
.servay .servay-level .servay-level-list li .bar {
    width: 100%;
    height: 0.8rem;
    display: block;
    background: #D9D9D9;
    position: relative;
}
.servay .servay-level .servay-level-list li.on .bar:before {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 0.8rem;
    background: #3C6FF6;
    display: none;
}
.servay .servay-level .servay-level-list li.on .bar:before {
    display: block;
}
.servay .servay-level .servay-level-list li .title {
    display: block;
    color: #505050;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}
.servay .servay-level .servay-level-list li.on .title {
    color: #3C6FF6;
}
.servay .servay-level .servay-level-total {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
    gap: 0.5rem;
}
.servay .servay-level .servay-level-total span {
    color: #767676;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
}
.servay .servay-level .servay-level-total span:first-child {
    color: #3C6FF6;
}
.servay .servay-check {
    margin-top: 2.8rem;
}
.servay .servay-check .servay-check-title {
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
    margin-bottom: 2.8rem;
    display: block;
}
.servay .servay-check .servay-check-title span {
    color: #3C6FF6;
}
.servay .servay-check .input-box {
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 6rem;
}
.servay .servay-check .input-box .input-box-radio {
    width: 100%;
}
.servay .servay-check .input-box .input-box-radio label {
    padding: 1.6rem 1.6rem 1.6rem 4.6rem;
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #D4D4D8;
    background: #FFF;
}
.servay .servay-check .input-box .input-box-radio label:before {
    top: 50%;
    left: 1.6rem;
    transform: translateY(-50%);
}
.servay .servay-check .input-box .input-box-radio input[type="radio"]:checked + label {
    border-color: #3C6FF6;
    background: #EDF2FF;
}
.servay .servay-check .input-box .input-box-check {
    width: 100%;
}
.servay .servay-check .input-box .input-box-check label {
    padding: 1.6rem 1.6rem 1.6rem 4.6rem;
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #D4D4D8;
    background: #FFF;
}
.servay .servay-check .input-box .input-box-check label:before {
    top: 50%;
    left: 1.6rem;
    transform: translateY(-50%);
}
.servay .servay-check .input-box .input-box-check input[type="checkbox"]:checked + label {
    border-color: #3C6FF6;
    background: #EDF2FF;
}
.servay .servay-check .input-box .input-box-text input[type="text"] {
    height: 6rem;
    width: 100%;
}
.servay .servay-btn button {
    height: 6.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background: #3C6FF6;
}
.servay .servay-btn button span {
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    /* 150% */
}

/* 게시판 글쓰기 */
#fwrite {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    border-top: 1px solid #3C6FF6;
}
#bo_w .bo_w_flie .file_wr {
    height: auto;
    padding: 1rem;
}
#bo_w .bo_w_flie .lb_icon {
    position: absolute;
    top: 1rem;
    left: 1.6rem;
}
#bo_w .bo_w_flie .frm_file {
    font-size: 1.6rem;
}
#bo_w .bo_v_option li label {
    font-size: 1.6rem;
}
#bo_w .btn_cke_sc {
    display: none;
}
#bo_w .write_div {
    width: 100%;
}
#bo_w .bo_w_tit .frm_input {
    width: 100%;
}
#bo_w .bo_w_select select {
    border: 1px solid #D4D4D8;
    height: 4rem;
    border-radius: 0.6rem;
}
.write_div.btn-wrap {
    padding-top: 4rem;
    border-top: 1px solid #E5E5EC;
}

/* 게시판 상세 */
.board-view {
    border-top: 1px solid #3C6FF6;
    border-bottom: 1px solid #E5E5EC;
}
.board-view .board-view-title {
    padding: 2.4rem 2rem;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 1rem;
    background: #F6F8FB;
}
.board-view .board-view-title strong {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
}
.board-view .board-view-title .value {
    border-radius: 0.8rem;
    border: 1px solid #eee;
    padding: 0.5rem 1.25rem;
    background: #fff;
}
.board-view #bo_v_info .profile_info {
    margin: 0;
    padding: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
}
.board-view #bo_v_info .profile_info ul {
    display: flex;
    gap: 4rem;
    justify-content: center;
    width: 100%;
}
.board-view #bo_v_info .profile_info ul li .sv_member {
    font-weight: normal;
    color: #666;
}
.board-view #bo_v_con {
    padding: 2rem;
    min-height: 40rem;
}
.bo_v_nb li .nb_tit {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.bo_v_nb li {
    display: flex;
    align-items: center;
    padding: 2rem;
}
.bo_v_nb {
    margin: 2rem 0 4rem;
}
#bo_v_file li i {
    font-size: 2.3rem;
    margin-right: 1rem;
}
.bo_v_nb li .nb_date {
    margin-left: auto;
}
@media (max-width:640px) {
    .board-view #bo_v_info .profile_info ul {
        flex-direction: column;
        gap: 1rem;
    }
}

/* 모달 수정 */
.modal-pop-wrap:has(.modal-modify) .modal-pop-body {
    height: auto;
}
.modal-pop-wrap:has(.modal-modify) .btn-wrap {
    margin-top: 0;
}
.modal-pop-wrap .input-box.modal-modify .input-box-text {
    width: 100%;
}
.modal-pop-wrap .input-box.modal-modify .input-box-text input[type="text"] {
    height: 6rem;
    width: 100%;
}

/* 공간리스트 */
.space-wrap {
    margin-top: 4rem;
}
.space-wrap .space-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.space-wrap .space-details .img {
    border-radius: 4rem;
    overflow: hidden;
}
.space-wrap .space-details .img img {
    width: 100%;
}
.space-wrap .space-details .desc p {
    font-size: 2rem;
    line-height: 3rem;
}
.space-wrap .space-title {
    font-size: 4rem;
    display: block;
    margin: 6rem 0 2rem;
    color: #111;
}
.space-wrap .space-list {
    display: flex;
    flex-direction: column;
}
.space-wrap .space-list .space-list-item {
    display: flex;
    gap: 2rem;
    padding: 4rem 0;
    border-top: 1px solid #ddd;
}

.space-wrap .space-list .space-list-item .title {
    min-width: 20rem;
    font-size: 3rem;
    color: #222;
}
.space-wrap .space-list .space-list-item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
/* .space-wrap .space-list .space-list-item ul { display: flex; gap:2rem; } */

.space-wrap .space-list .space-list-item ul li {
    flex: 1 1 calc((100% - 4rem) / 3);
    max-width: calc((100% - 4rem) / 3);
}

.space-wrap .space-list .space-list-item ul li a {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}
.space-wrap .space-list .space-list-item ul li a .desc {
    display: block;
    text-align: center;
}
.space-wrap .space-list .space-list-item ul li a .desc p {
    font-size: 2.2rem;
}
.space-wrap .space-list .space-list-item ul li a .img {
    aspect-ratio: 6 / 4;
    border-radius: 1.2rem;
    overflow: hidden;
}
.space-wrap .space-list .space-list-item ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width:640px) {

    .space-wrap .space-list .space-list-item {
        flex-direction: column;
    }
    .space-wrap .space-list .space-list-item ul {
        gap: 1rem;
    }
    .space-wrap .space-list .space-list-item ul li a .desc p {
        font-size: 2rem;
    }

    .space-wrap .space-list .space-list-item {
        flex-direction: column;
    }

    .space-wrap .space-list .space-list-item ul {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: flex-start;
        /* 필요시 center */
    }

    .space-wrap .space-list .space-list-item ul li {
        flex: 0 0 calc((100% - 1rem) / 2);
        /* 고정 2분할 */
        max-width: calc((100% - 1rem) / 2);
    }

    .space-wrap .space-list .space-list-item ul li a .desc p {
        font-size: 2rem;
    }
}

/* CI 캐릭터 */
.sub-content:has(.ci) {
    position: relative;
    overflow: hidden;
}
.sub-content:has(.ci):before {
    width: 88.1rem;
    height: 88.1rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    content: "";
    border-radius: 100rem;
    border: 14rem solid rgba(60, 111, 246, 0.05);
    position: absolute;
    top: -40rem;
    right: -30rem;
}
.sub-content:has(.ci) .sub-title {  margin-bottom:6rem; 
}
.ci .ci-title1 {
    display: block;
    color: #111;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.4rem; /* 137.5% */
    margin-bottom:2.4rem;
}
.ci .ci-title2 {
    color: #111;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem; /* 150% */
    display: block;
    margin-bottom:.8rem;
}
.ci .ci-text {
    color: #505050;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem; /* 150% */
}
.ci .ci-img { 
    margin-top:3.2rem; 
    position: relative;
}
.ci .ci-img div {
    padding:4rem;
    border:1px solid #D4D4D8;
    border-radius: 1.6rem;
    background: url(/project/images/content/ci-img-bg.png) repeat;
    min-height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap:4rem 9.6rem;
    flex-wrap: wrap;
}
.ci .ci-img div span {
    text-align: center;
}
.ci .ci-img div.type2 {
    background: #fff;
}
.ci .ci-img .ci-down {
    position: absolute; 
    bottom:1.84rem;
    right:1.6rem;
    display: inline-flex;
    padding: 1.1rem 4.7rem 1.1rem 5rem;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    border-radius: 0.8rem;
    border: 1px solid #3C6FF6;
    background: #FFF;
}
.ci .ci-img .ci-down span { 
    color: #3C6FF6;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem; /* 150% */
}
.ci-section { 
    padding:10.4rem 0;
    position: relative;
    margin-top:8.2rem;
}
.ci-section:before {
    width:100vw;
    height: 100%;
    left:50%;
    top:0;
    transform: translateX(-50%);
    content:"";
    display: block;
    background: #F9F9F9;
    position: absolute;
}
.ci-section * { 
    position: relative;
}
.ci .ci-img.col2 { 
    display: flex;
    gap:4rem;
}
.ci .ci-img.col2 div { 
    width:100%;
}
.ci .ci-img div.col3 { gap:3.2rem 2rem; }
.ci .ci-img div.col3 span { width:calc(33.333% - 1.333rem); }
.ci .ci-img div.col5 { 
    gap:7rem 0;
}
.ci .ci-img div.col5 span {
    width:20%;
}
.ci .ci-img div span.full { 
    width:100%;
    text-align: center;
 }
.ci .ci-img + .ci-title1 { 
    margin-top:12rem; 
}
.ci .ci-section + .ci-title1 { 
    margin-top:12rem; 
}
@media (max-width:1024px) {
    .sub-content:has(.ci):before {
        width: 50rem;
        height: 50rem;
        border: 10rem solid rgba(60, 111, 246, 0.05);
        top: -20rem;
        right: -20rem;
    }
}
@media (max-width:640px){
    .ci .ci-img div { 
        gap:4rem; 
    }
    .ci .ci-img:has(.ci-down) div {
        padding-bottom: 12rem;
    }
    .ci .ci-img div.col3 { 
        flex-direction: column;
     }
    .ci .ci-img div.col3 span { 
        width:100%; 
    }
    .ci .ci-img div.col5 span:first-of-type { 
        width:50%;
        padding:0 3.5rem;
    }
    .ci .ci-img div.col5 span:nth-of-type(2) { 
        width:50%; 
        padding:0 3.5rem; 
    }
    .ci .ci-img div.col5 span:nth-of-type(2) ~ span { 
        width:33.333%; 
    }
     .ci .ci-img div.col5 span.full {
        width:100% !important; 
     }
}
