body {
    word-break: keep-all;
}

body.noscroll {
    overflow: hidden;
}

.header {
    position: absolute;
    top: 0; right: 0; left: 0;
    background-color: transparent !important;
}

#container {
    width: 100vw;
}

.sc1 {
    width: 100vw;
    height: 100vh;
    background: url(../images/index/main_bg_833.jpg) center center / cover no-repeat;
}

.sc1 h2 {
    display: flex;
    justify-content: center;
    padding-top: 125px;
    box-sizing: border-box;
}

.sc1 h2 img {
    /* transition: 500ms; */
    width: 340px;
    max-width: 90%;
    height: auto;
}

.sc2 {
    width: 100%;
    background-color: var(--Background-FA);
}

.sc2 .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 180px 0;
    box-sizing: border-box;
    background-color: var(--subcolor1);
}

.sc2 .inner::before {
    content: "";

    position: absolute;
    top: 0; right: 0; left: 0;
    width: 100vw;
    height: 600px;
}

.sc2 .inner::after {
    display: none;
}

.sc2 .inner .conBox {
    display: flex;
    flex-direction: column;
    gap: 75px;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    border: 4px solid var(--subcolor1);
    padding: 50px;
    box-sizing: border-box;
}

.conBox .conItem {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 48px;

    position: relative;

    font-family: "Paperlogy";
    font-size: 1.2rem;
}


.conBox .conItem .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 170px;
    height: fit-content;
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: 32px;
    font-family: "Paperlogy";
    font-size: 1.3rem;
    color: #ffffff;
    white-space: nowrap;
    font-weight: 700;
    background-color: var(--Primary);
    /* border: 4px solid var(--Greyscale9); */
}

.conBox .conItem .badge.yellow {
    background-color: var(--Primary-dark);
    color: #ffffff;
}

.conBox .conItem .badge.black {
    background-color: var(--Greyscale9);
    color: white;
}
.titbadgeblue{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding: 8px 40px;
    box-sizing: border-box;
    border-radius: 90px;
    font-family: "Paperlogy";
    font-size: 1.04rem;
    color: var(--Greyscale9);
    background-color: var(--subcolor1);
    border: 4px solid var(--Greyscale9);
}

.conInfo li {
    position: relative;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-weight: 700;
    line-height: 2rem;
    top: 15px;
}
.sub_text{
    font-weight: 500;
}
.ann_text{
    font-weight: 400;
    color: #888;
    font-size: 18px;
}
.error_text{
    font-weight: 400;
    color: var(--Error);
    font-size: 18px;
}
.gr{
    margin-left: 9px;
}
.check_icon{
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 2px 3px 0;
    box-sizing: border-box;
    background: url(../images/common/ico_check.svg) center / contain no-repeat;
}

.infoWrap .infoList {
    padding-left: 16px;
}

.conInfo li::before {
    content: "";

    display: block;
    width: 6px;
    height: 6px;

    position: absolute;
    top: 10px; left: -12px;

    border-radius: 6px;
    box-sizing: border-box;

    background-color: var(--Greyscale9);
}

.shortcut-btn-wrap {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.golink {
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: var(--Primary-light);
    font-size: 0.97rem;
    color: white;
    font-weight: 500;
}

.flex-group {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    gap: 8px;
}

.flex-colunm {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.imgBox {
    display: flex;
    gap: 8px;
}

.imgBox img {
    width: 380px;
    margin-top: 8px;
}

.sc3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--subcolor2);
}

.sc3 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 1100px;
    max-width: 1100px;

    padding: 120px 0;
    box-sizing: border-box;
}

.sc3 .inner .titbadge {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 8px 40px;
    box-sizing: border-box;
    border-radius: 90px;
    font-family: "Paperlogy";
    font-size: 1.04rem;
    color: #ffffff;
    background-color: var(--Primary-dark);
    /* border: 4px solid var(--Greyscale9); */
}

.partBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;

    width: 100%;
    margin-top: 56px;
}

.partBox .partList {
    display: flex;
    flex-direction: row;
    gap: 16px;

    width: 100%;
}

.partBox .partList .partItem {
    position: relative;
    width: calc(100% / 3);
}

.partBox .partList .partItem .partIteminner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    border-radius: 11px;
    box-sizing: border-box;
    /* border: 4px solid var(--Greyscale9); */
    background-color: white;
    z-index: 1;
}

/* .partBox .partList .partItem::after {
    content: "";
    position: absolute;
    right: 0px;
    left: 8px;
    bottom: -8px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 11px;
    box-sizing: border-box;
    border: 4px solid var(--Greyscale9);
    background-color: var(--Greyscale9);
} */

.partBox .partList .partItem .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    height: 85px;
    font-family: "Paperlogy";
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 19px;
}

.partBox .partList .partItem .top span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 18px;
    border-radius: 32px;
    box-sizing: border-box;
    font-size: 0.95rem;
    background-color: var(--Primary);
    color: #fff;
    font-weight: 700;
}

.partBox .partList .partItem .top div {
    font-size: 1.3rem;
    font-weight: 700;
}

.partBox .partList .partItem .top .top-title-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.partBox .partList .partItem .top a.goto {
    display: block;
    padding: 4px 8px;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: var(--Primary-dark);
    font-family: "Paperlogy" !important;
    font-size: 1rem !important;
    color: white;
}

.partItem .partIteminner .bottom {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    height: 100%;
    font-family: "Paperlogy";
    text-align: center;
}

.partItem .partIteminner .bottom > li {
    position: relative;
    font-size: 1.08rem;
    /* text-align: left; */
}

.partItem .partIteminner .bottom.ul-flex-start > li::before {
    content: none;
}

.partItem .partIteminner .bottom.ul-flex-start {
    align-items: flex-start;
    text-align: start;
    width: 100%;
}
.partItem .partIteminner .bottom .dash-line {
    display: block;
    padding-left: 0.85em;
    text-indent: -0.85em;
}
.partItem .partIteminner .bottom .dash-line.star {
    padding-left: 1.7em;
    text-indent: -0.85em;
}
.top_img{
    background-color: #f0f0f0;
    border-radius: 50%;
    padding: 45px;
    margin: 0 auto;
    flex-shrink: 0;
}

.top_img img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.bluebox{
    background-color: #D5E3EA;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 7px;
    text-align: center;
    font-weight: 700;
    color: var(--Primary-dark);
    margin-bottom: 10px;
}

/* -------------- 우측 퀵바 -------------- */
.quick-bar {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    border: 5px solid #333;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 100;
    padding: 10px;
    border-radius: 20px;
}

.quick-toggle {
    display: none;
}

.quick-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1;
    padding: 10px 8px;
    box-sizing: border-box;
    text-decoration: none;
    color: var(--Greyscale9);
    text-align: center;
    border-bottom: 1px solid #eee;
}

.quick-item:last-child {
    border-bottom: none;
}

.quick-item:hover {
    background-color: var(--Greyscale1);
    border-radius: 11px;
}

.quick-item p {
    font-family: "Paperlogy";
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.13;
}
.quick-item p span {
    font-weight: 400;
}

.quick-icon {
    /* width: 28px; */
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

/* -------------- 모달팝업 -------------- */
.slide-modal {
    position: fixed;
    bottom: 0;
    left: 0;

    width: fit-content;

    display: none;
    /* justify-content: center; */
    align-items: center;

    z-index: 1000;
}

.modal-contents {
    position: relative;
    padding: 1rem;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;

    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
}

.modal-body {
    width: 500px;
    height: 500px;

    border-top-left-radius: 16px;
    border-top-right-radius: 16px;

    background-color: white;
    /* box-shadow: 0 0 24px rgba(0, 0, 0, 0.4); */
    
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;

    background-color: white;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    text-align: center;
    font-size: 18px;
    
    background: #fff;
}

.swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

    /* overflow: hidden; */
}

.swiper-slide a img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: 0;
}

.btn-next {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/common/ico_chevron_right.svg) center no-repeat;
    background-color: rgba(0, 0, 0, 0.4);

    position: absolute;
    top: 60%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 8px;
    cursor: pointer;
}

.btn-prev {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/common/ico_chevron_backward.svg) center no-repeat;
    background-color: rgba(0, 0, 0, 0.4);

    position: absolute;
    top: 60%;
    left: 2%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 8px;
    cursor: pointer;
}

.btn-wrapper {
    display: flex;
    flex-direction: row;
}

.btn-wrapper button {
    width: 100%;
    padding: 16px 8px;
    box-sizing: border-box;

    cursor: pointer;
}

.btn-wrapper .oneday {
    font-weight: 600;
    background-color: var(--Greyscale2);
}

.btn-wrapper .close {
    font-weight: 600;
    color: white;
    background-color: var(--Primary);
}

.modal-footer {
    display: flex;
    flex-direction: row;

    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

    overflow: hidden;
}

.modal-footer button {
    width: 100%;
    padding: 16px 8px;
    box-sizing: border-box;

    cursor: pointer;
}

.modal-footer .oneday {
    font-weight: 600;
    background-color: var(--Greyscale2);
}

.modal-footer .close {
    font-weight: 600;
    color: white;
    background-color: var(--Primary);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--Primary));
}


.halfBoxWrap {
    display: flex;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 56px;
    padding-top: 24px;
    box-sizing: border-box;
}

.halfBox {
    position: relative;
    flex: 1;
}

.halfBox .halfBoxInner {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    height: 150px;
    border: 4px solid var(--subcolor1);
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1;
}

.halfBox::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 100%;
    height: 150px;
    border: 4px solid var(--Primary);
    box-sizing: border-box;
    background: #fff;
}

.halfBox-title-img {
    position: absolute;
    top: -22px;
    left: 16px;
    z-index: 2;
}

.halfBox-text {
    font-family: "Paperlogy";
    font-size: 1.4rem;
    color: var(--Greyscale9);
    line-height: 1.6;
    text-align: center;
    font-weight: 700;
}

/* --------------------- 반응형 --------------------- */
@media screen and (max-width: 1260px) {
    .sc1 {
        width: 100vw;
        height: 90vh;
    }

    .sc1 .main_Imgbox img {
        width: 480px;
    }

    .sc2 .inner {
        padding: 120px 32px;
        box-sizing: border-box;
    }

    .sc3 {
        padding: 0 32px;
        box-sizing: border-box;
    }

    .sc3 .inner {
        width: 100%;
    }

    #footer {
        padding: 80px 32px;
        box-sizing: border-box;
    }

    .imgBox {
        display: flex;
        flex-direction: column;
        column-gap: 8px;

        margin-top: 8px;
    }

    .imgBox img {
        width: 80%;
        margin-top: 0;
    }

}

@media screen and (max-width: 1200px) {
    /* 퀵바 → 플로팅 버튼 */
    .quick-bar {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 8px;

        top: auto;
        bottom: 72px;
        right: 16px;
        transform: none;

        border: none;
        background: transparent;
        padding: 0;
        border-radius: 0;
        overflow: visible;
    }

    .quick-items {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;

        opacity: 0;
        pointer-events: none;
        transform: translateY(10px);
        transition: opacity 200ms ease, transform 200ms ease;
    }

    .quick-bar.open .quick-items {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .quick-item {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 250px;
        padding: 10px 14px;
        border-bottom: none;
        border-radius: 11px;
        background-color: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        gap: 8px;
        word-break: keep-all;
        text-align: left;
    }

    .quick-item p {
        font-size: 0.88rem;
        line-height: 1.2;
    }

    .quick-item:hover {
        background-color: var(--Greyscale1);
        border-radius: 11px;
    }

    .quick-icon {
        width: 28px;
        height: 28px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .quick-bar .quick-items .quick-item p br {
        display: none;
    }

    .quick-toggle {
        display: block;
        position: relative;
        width: 48px;
        height: 48px;
        border-radius: 48px;
        background-color: var(--Primary);
        cursor: pointer;
        border: none;
        flex-shrink: 0;
        align-self: flex-end;
    }

    .quick-toggle::before {
        content: '';
        position: absolute;
        inset: 0;
        background-color: #fff;
        -webkit-mask: url(../images/common/ico_menu.svg) center / 20px no-repeat;
        mask: url(../images/common/ico_menu.svg) center / 20px no-repeat;
    }

    .quick-bar.open .quick-toggle::before {
        -webkit-mask-image: url(../images/common/ico_close.svg);
        mask-image: url(../images/common/ico_close.svg);
    }
}

@media screen and (max-width: 1000px) {
    .halfBoxWrap {
        flex-direction: column;
        gap: 48px;
    }
}

@media screen and (max-width: 768px) {
    .sc2 .inner .conBox {
        padding: 32px 20px;
        gap: 40px;
    }
}



@media screen and (max-width: 960px) {
    .sc1 {
        width: 100vw;
        height: 70vh;
    }

    .sc1 .main_Imgbox img {
        width: 380px;
    }

    .sc2 .inner::after {
        display: none;
    }

    .sc2 .inner {
        padding: 80px 32px;
    }

    .conBox .conItem {
        flex-direction: column;
        justify-content: center !important;
        gap: 1px;
    }

    .conBox .conItem {
        font-size: 1.1rem;
    }

    .conBox .conItem .badge {
        width: 150px;
        font-size: 1rem;
        border: 3px solid;
    }

    .conBox .conItem .conInfo {
        width: 100%;
        display: flex;
    }

    .sc2 .inner .conBox {
        /* padding: 32px 20px; */
    }

    .ann_text,
    .error_text {
        font-size: 16px;
    }

    .halfBox-text {
        font-size: 1.2rem;
    }

    .partBox .partList .partItem .top div {
        font-size: 1.1rem;
    }

    .partItem .partIteminner .bottom > li {
        font-size: 1rem;
    }

    .partBox {
        gap: 24px;
    }

    .partBox .partList {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .partBox .partList .partItem {
        width: 100%;
    }

    .partBox .partList .partItem .partIteminner {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto 1fr;
        column-gap: 20px;
        row-gap: 0;
        align-items: start;
    }

    .partBox .partList .partItem .top_img {
        grid-column: 1;
        grid-row: 1 / 3;
        align-self: center;
        padding: 28px;
    }

    .partBox .partList .partItem .top {
        grid-column: 2;
        grid-row: 1;
        height: auto;
        text-align: left;
    }

    .partItem .partIteminner .bottom {
        grid-column: 2;
        grid-row: 2;
        align-items: flex-start;
        text-align: left;
        padding-top: 14px;
    }

    .flex-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}

@media screen and (max-width: 640px) {
    .imgBox img {
        width: 100%;
        margin-top: 0;
    }

    .conBox .conItem {
        flex-direction: column;
        justify-content: center !important;
        gap: 1px;
        font-size: 1rem;
    }

    .ann_text,
    .error_text {
        font-size: 15px;
    }

    .halfBox-text {
        font-size: 1.05rem;
    }

    .sc3 .inner .titbadge,
    .titbadgeblue {
        font-size: 0.95rem;
        padding: 8px 24px;
    }

    .slide-modal.on {
        display: flex;
        width: 100vw;
    }

    .slide-modal.on .modal-contents {
        width: 100%;
    }

    .slide-modal.on .modal-body {
        width: 100%;
        height: 360px;
        left: 0;
        bottom: 8px;
        
        font-size: 0.9rem;
    }

    .slide-modal.on .modal-body a {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 100%;
    }

    .slide-modal.on .swiper {
        height: 100%;
    }

    .slide-modal.on a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        border: 0;
    }
}

@media screen and (max-width: 480px) {
    .sc1 {
        height: 60vh;
    }

    .sc1 h2 {
        padding-top: 100px;
    }

    .sc1 .main_Imgbox img {
        width: clamp(200px, 72vw, 340px);
    }

    .sc2 .inner {
        padding: 60px 20px;
    }

    .sc3 .inner {
        padding: 60px 0;
    }

    .sc3 .inner .titbadge,
    .titbadgeblue {
        font-size: 0.88rem;
        padding: 8px 20px;
    }

    .conBox .conItem {
        font-size: 0.95rem;
    }

    .conBox .conItem .badge {
        width: 130px;
        font-size: 0.9rem;
    }

    .ann_text,
    .error_text {
        font-size: 13px;
    }

    .halfBox-text {
        font-size: 0.95rem;
    }

    .top_img {
        padding: 20px;
    }

    .top_img img {
        width: 44px;
        height: 44px;
    }

    /* 480px 이하에서 partIteminner 다시 세로 배치 */
    .partBox .partList .partItem .partIteminner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .partBox .partList .partItem .top_img {
        margin: 0 auto;
    }

    .partBox .partList .partItem .top {
        text-align: left;
        width: 100%;
    }

    .partItem .partIteminner .bottom {
        width: 100%;
    }

    .partBox .partList .partItem .top span {
        font-size: 0.9rem;
    }

    .partBox .partList .partItem .top div {
        font-size: 1rem;
    }

    .partItem .partIteminner .bottom > li {
        font-size: 0.9rem;
    }

    .partItem .partIteminner .bottom.ul-flex-start > li::before {
        left: -8px;
        width: 3px;
        height: 3px;
    }
}

@media screen and (max-width: 420px) {
    .sc3 .inner > a > img {
        width: 340px;
        max-width: calc(100% - 40px);
    }

    .titbadgeblue {
        margin-top: 30px;
    }
}

@media screen and (max-width: 440px) {
    :root {
        font-size: 16px;
    }

    .sc1 {
        height: 50vh;
        min-height: 380px;
    }

    .sc1 h2 {
        padding-top: 70px;
    }

    .sc1 .main_Imgbox img {
        width: clamp(160px, 52vw, 240px);
    }

    .sc2 .inner {
        padding: 40px 16px;
    }

    .sc2 .inner .conBox {
        padding: 16px 12px;
        gap: 20px;
    }

    .sc3 .inner {
        padding: 40px 0;
    }

    .sc3 .inner .titbadge,
    .titbadgeblue {
        padding: 6px 16px;
    }

    .conBox .conItem .badge {
        width: 110px;
        padding: 5px 10px;
    }

    .conInfo li {
        padding-bottom: 4px;
        line-height: 1.5;
        top: 8px;
    }

    .halfBoxWrap {
        gap: 24px;
        margin-bottom: 32px;
    }

    .halfBox-title-img {
        width: 120px;
    }

    .halfBox .halfBoxInner {
        height: 110px;
    }

    .halfBox::after {
        height: 110px;
    }

    .partBox {
        gap: 12px;
        margin-top: 32px;
    }

    .partBox .partList {
        gap: 12px;
    }

    .partBox .partList .partItem .partIteminner {
        padding: 14px;
    }

    .top_img {
        padding: 14px;
    }
}