section#inquiry {
    padding-bottom: 2rem;
}

.top-bnr>img {
    height: unset;
}

#frmInquiry {
    /* position: absolute; */
    /* left: 50%;
    bottom: 2.19rem;
    transform: translateX(-50%); */

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - (1.5rem * 2));
    /* min-height: 50vh;
    min-height: 50dvh; */
    padding: 1.25rem;
    border-radius: 1rem;
    border: 0.5px solid var(--info-100-color, #CCD8E8);
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(204, 216, 232, 0.10);
    margin: 4.19rem auto 0;
    z-index: 1;
}

#frmInquiry .swiper-pagination {
    width: calc(100% - 5rem);
    position: initial;
    margin: 0.63rem auto;
    background: #D9D9D9;
}

#frmInquiry .swiper-pagination-progressbar-fill {
    background: var(--primary-color);
}

.form-slide-index {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: var(--primary-color);
}

.form-question {
    text-align: center;
    margin: 1.25rem 0 1.75rem;
    font-size: 1.5rem;
    font-weight: 600;
    font-weight: 700;
    letter-spacing: -1px;
}

.form-inputs {
    display: flex;
    flex-direction: column;
    gap: 0.62rem;
    padding: 0 1px;
    /* height: 30rem; */
    margin-bottom: 2.8125rem;
}

.form-inputs.auto-height {
    height: auto;
    margin-bottom: 0.62rem;
}

#frmInquiry .input-default+.input-default {
    margin-top: 0;
}

.form-inputs > label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.5rem;
    border: 0.5px solid #CCD8E8;
    background: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
    padding: 0.62rem 1rem;
    color: #576689;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.125rem; /* 250% */
}

.form-inputs > label > input {
    width: 2.125rem;
    height: 2.125rem;
    accent-color: var(--primary-color);
}

.form-inputs > label:has(input:checked) {
    background: #7a9eff;
    color: #FFF;
}

.form-inputs:has(.input-group) {
    justify-content: space-between;
}

.input-group > label {
    color: #000;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.63rem;
    display: inline-block;
}

.input-group > textarea {
    resize: none;
    height: 9.375rem;
}

.input-group > * + label {
    margin-top: 1.87rem;
}

.chb-wrap {
    display: flex;
    margin-bottom: 0.38rem;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.62rem;
}

.chb-wrap > label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 0.5rem;
}

.chb-wrap > label > input {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.125rem;
    border: 0.5px solid #396EFF;
    background: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
    accent-color: var(--primary-color);
    margin: 0;
}

.chb-wrap > label > span {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem; /* 137.5% */
}

.chb-wrap > a {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem; /* 137.5% */
}

.form-buttons {
    display: flex;
    justify-content: space-between;
}

.form-buttons > button:disabled {
    display: none;
}

.form-buttons:has(.btn-prev:not([style*='none'])):has(.btn-next:not([style*='none'])) > button {
    border-radius: 0.5rem;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
    color: #FFF;
    width: 7.875rem;
}

@media screen and (max-width: 768px) {
    #frmInquiry {
        width: calc(100% - 2rem);
        margin: 2.19rem auto 0;
    }

    #frmInquiry .swiper-pagination {
        margin-bottom: 1rem;
    }

    #frmInquiry {
        /* min-height: 60vh;
        min-height: 60dvh; */
    }

    .form-slide-index {
        font-size: 1.5rem;
    }

    .form-question {
        font-size: 1rem;
    }

    .form-question > small {
        font-size: 0.85rem;
    }

    .form-inputs > label {
        padding: 0.5rem 1rem;
        font-size: 1rem;
        line-height: 2.5rem; /* 250% */
    }

    .form-inputs > label > input {
        width: 1.5rem;
        height: 1.5rem;
    }

    .input-group > label {
        font-size: 1rem;
    }

    .chb-wrap {
        align-items: flex-end;
    }
    
    .chb-wrap > label {
        
    }

    .chb-wrap > label > span {
        font-size: 0.95rem;
    }
    
    .chb-wrap > a {
        display: inline-block;
        font-size: 0.95rem;
    }
    
    .form-buttons > button:not(.btn-submit) {
        font-size: 1rem;
    }
    
}

section#progress > ol {
    display: block;
    counter-reset: item;
    padding-top: 0.62rem;
}

section#progress > ol > li {
    position: relative;
    counter-increment: item;
    height: 5rem;
}

section#progress > ol > li:before {
    position: absolute;
    top: 0.125rem;
    left: 0;
    content: counter(item);
    display: inline-flex;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100%;
    border: 2px solid var(--info-100-color, #CCD8E8);
    color: var(--info-color, #576689);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    align-items: center;
    justify-content: center;
}

section#progress > ol > li.active:before {
    background: var(--primary-color, #396EFF);
    color: #FFF;
}

section#progress > ol > li:after {
    content: "";
    position: absolute;
    top: calc(1.25rem + 0.125rem);
    left: calc((1.25rem / 2) - 0.025rem);
    display: block;
    width: 0.125rem;
    height: calc(100% + 1.5rem - 1.25rem);
    background: var(--info-100-color, #CCD8E8);
}

section#progress > ol > li:last-child:after {
    display: none;
}

section#progress > ol > li + li {
    margin-top: 1.5rem;
}

section#progress > ol > li > div {
    
    position: relative;
    display: inline-block;
    margin-left: 3.8rem;
    padding-right: 1.4rem;
    transition: all 0.25s ease;
    border-radius: 1rem;
}

section#progress > ol > li.active > div {
    margin-top: -0.62rem;
    margin-left: 2.52rem;
    background: var(--primary-color, #396EFF);
    /* padding: 0.87rem 1.29rem 1.94rem; */
    padding: 0.87rem 1.29rem;
    z-index: 1;
}

section#progress > ol > li.active > div:before {
    content: "";
    position: absolute;
    top: 0.82rem;
    left: -1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(1.12rem / 2) 1.25rem calc(1.12rem / 2) 0;
    border-color: transparent var(--primary-color, #396EFF) transparent transparent;
    z-index: 0;
}

section#progress > ol > li > div > strong {
    display: block;
    color: var(--info-500-color, #3F4C63);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.5rem;
}

section#progress > ol > li.active > div > strong {
    color: var(--highlight-color, #FFE200);
}

section#progress > ol > li > div > p {
    color: var(--info-500-color, #3F4C63);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section#progress > ol > li.active > div > p {
    color: #FFF;
}

@media screen and (max-width: 768px) {
    section#progress > ol {
        padding-top: 0.5rem;
    }

    section#progress > ol > li {
        height: 3.75rem;
    }

    section#progress > ol > li:before {
        width: 1rem;
        height: 1rem;
        font-size: 0.75rem;
    }

    section#progress > ol > li:after {
        top: calc(1rem + 0.125rem);
        left: calc((1rem / 2) - 0.025rem);
        height: calc(100% + 1.5rem - 1rem);
    }

    section#progress > ol > li > div {
        margin-left: 2.5rem;
        padding-right: 1rem;
    }

    section#progress > ol > li.active > div {
        margin-top: -0.5rem;
        margin-left: 1.67rem;
        padding: 0.5rem 0.75rem;
    }

    section#progress > ol > li.active > div:before {
        top: 0.62rem;
        left: -0.75rem;
        border-width: calc(0.87rem / 2) 1rem calc(0.87rem / 2) 0;
    }

    section#progress > ol > li > div > strong {
        font-size: 1.125rem;
        margin-bottom: 0.25rem;
    }

    section#progress > ol > li > div > p {
        font-size: 1rem;
    }
    
}


.management-wrap {
    display: inline-flex;
    padding: 1.375rem 1.56606rem 1.375rem 0.875rem;
    flex-direction: column;
    gap: 1.375rem;
    border-radius: 0.5rem;
    border: 0.5px solid #CCD8E8;
    background: #DDE9FD;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
    width: 100%;
}

.management-item {
    display: block;
    width: 100%;
}

.management-item > span {
    display: block;
    padding: 0.625rem;
    border-radius: 0.625rem;
    background: #FFF;
}

.management-item.question > span {
    float: left;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.management-item.answer > span {
    float: right;
    color: #000;
    text-align: center;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .management-wrap {
        padding: 1.25rem 1.5rem 1.25rem 1rem;
    }

    .management-item > span {
        padding: 0.5rem;
    }

    .management-item.question > span {
        font-size: 0.85rem;
    }

    .management-item.answer > span {
        font-size: 0.85rem;
    }
    
}

section#blog > .section-title {
    padding: 0 1.88rem;
}

section#blog > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#blog > div > ul > li {
    margin-left: 1.37rem;
}

section#blog > div > ul > li,
section#blog > div > ul > li > a {
    width: 12.375rem;
}

section#blog > div > ul > li > a .article-image-cont {
    width: 100%;
    height: 11.875rem;
    border-radius: 1rem;
    border: 0.5px solid #CCD8E8;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(204, 216, 232, 0.10);
    aspect-ratio: 1 / 0.9;
    margin-bottom: 0.44rem;
}

section#blog > div > ul > li > a .article-image-cont > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
}

section#blog > div > ul > li > a .article-title {
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.03375rem;
    text-align: center;
}

section#blog > div > ul > .no-list {
    margin: 2.5rem 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--info-300-color);
}

@media screen and (max-width: 768px) {
    /* section#blog > div > ul > li > a {
        transition: padding-left 0.5s linear;
    }
    section#blog > div > ul > li.swiper-slide-active {
        padding-right: 1.2rem;
    }
    section#blog > div > ul > li.swiper-slide-active > a{
        padding-left: 1.2rem;
    } */

    section#blog > div > ul > li > a .article-image-cont {
        min-width: 9.375rem;
        min-height: 9.375rem;
    }

    section#blog > div > ul > li > a .article-title {
        font-size: 1.125rem;
    }

    section#blog > div > ul > .no-list {
        font-size: 1rem;
    }
}


section#live > .section-title {
    padding: 0 1.88rem;
}

section#live > .section-title > span {
    font-weight: 400;
}

section#live > .liveSwiper {
    width: 100%;
}

section#live > .liveSwiper .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0.62rem;
}

section#live > .liveSwiper .swiper-slide:first-child > div {
    margin-left: 1.88rem;
}

section#live > .liveSwiper .swiper-slide:last-child > div {
    margin-right: 1.88rem;
}

section#live > .liveSwiper-pagination {
    position: initial;
    margin: 1rem 0;
}

section#live > .liveSwiper-pagination .swiper-pagination-bullet {
    background: #E9EDF4;
    opacity: 1;
}

section#live > .liveSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary-color, #396EFF);
}

section#cs .cs-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size:1.15rem;
}



.area-wrap {
}

.area-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 1.5rem 2rem;
    cursor: pointer;
}

.area-parts {
    display: none;
}

.area-parts > div {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    padding: 1.5rem 2rem;
}

.area-parts > div > label {
    width: 100%;
    padding: 0.875rem 1rem;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid rgb(233, 237, 244);
    border-radius: 0.25rem;
    box-shadow: rgba(39, 46, 64, 0.08) 0px 0.125rem 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-parts > div > label > span {
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--info-500-color);
    line-height: 1.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.area-parts > div > label > input {
    display: none;
}

.area-parts > div > label:hover {
    border: 1px solid var(--info-300-color);
}

.area-parts > div > label:has(input:checked) {
    background: var(--primary-color);
}
.area-parts > div > label:has(input:checked) > span {
    color: #FFF;
    font-weight: 600;
}

.area-head.opend > svg {transform: rotateX(180deg);}

.area-head> svg {
    transition: transform 0.2s linear;
}

@media screen and (max-width: 768px) {
    .area-head {
        padding: 1.25rem 1.5rem;
        font-size: 1.25rem;
    }

    .area-parts > div {
        gap: 0.5rem;
        padding: 1.25rem 1.5rem;
    }

    .area-parts > div > label {
        padding: 0.75rem 1rem;
    }

    .area-parts > div > label > span {
        font-size: 1rem;
    }
    
}

#privacyModal .modal-content {
    max-width: 600px;
}

#privacyModal .privacy-content {
    font-size: 1rem;
    min-height: 30vh;
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    word-break: keep-all;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* PC 카드 슬라이드 */
@media screen and (min-width: 769px) {
    .liveSwiper .card {
        width: 20.625rem !important;
    }
}

/* 모바일 카드 슬라이드 */
@media screen and (max-width: 768px) {
    .liveSwiper .card {
        width: 13rem !important;
    }
}