:root {
    --text0: clamp(20px, 2vw, 30px);
    --text1: clamp(40px, 4vw, 60.5px);
    --text2: clamp(24px, 2vw, 36px);
    --text3: clamp(20px, 2vw, 30px);
}

body {
    font-family: 'Pretendard Variable', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.reveal-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.6s ease;
}

.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal-zoom {
    opacity: 0;
    transform: scale(0.1);
    transition: all 0.6s ease;
}

.reveal-zoom.active {
    opacity: 1;
    transform: scale(1);
}

header {
    /* width: 100%; */
    /* min-width: 1280px; */
    width: 1920px;
    aspect-ratio: 1920 / 911;
    background: url('./img/pc2/top-bg.png') no-repeat center center / cover;
    margin: 0 auto;
    position: relative;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 49px;
    padding-left: 149px;
    padding-right: 149px;
}

.header-menu ul {
    display: flex;
    gap: 48px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    /* 16px to 20px */
    font-weight: bold;
    letter-spacing: -1px;
}

.header-menu .tel {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    /* 16px to 20px */
    letter-spacing: -1px;
}

.contact-bar {
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 9999;
    cursor: pointer;
    transition: bottom 0.25s ease;
}

.contact-bar img {
    display: block;
    max-width: 100%;
    height: auto;
}

main {
    width: 1920px;
    margin: 0 auto;
}

#section1 {
    padding-top: 105px;
    padding-bottom: 115px;
    text-align: center;
}

#section2 {
    text-align: center;
}

#section3 {
    padding-top: 115px;
    text-align: center;
    background-image: url('./img/pc2/ps-3-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1920 / 910;
}

#section3 .text1 {
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.75px;
    text-align: center;
    color: #00ac90;
}

#section3 .text2 {
    font-size: 54.5px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.73px;
    text-align: center;
    color: #222;
    margin-top: 20px;
}

#section3 .section3-slider {
    position: relative;
    margin-top: 50px;
}

#section3 .section3-1-img,
#section3 .section3-2-img {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 1) 30%,
        rgba(0, 0, 0, 1) 70%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 1) 30%,
        rgba(0, 0, 0, 1) 70%,
        transparent 100%
    );
}

#section3 .section3-1-img .swiper-wrapper,
#section3 .section3-2-img .swiper-wrapper {
    transition-timing-function: linear !important;
}

#section4 {
    margin-top: 0px;
    text-align: center;
}

#section5 {
    padding-top: 130px;
    text-align: center;
}

#section6 {
    padding-top: 130px;
    text-align: right;
}

#section7 {
    margin-top: 0px;
    text-align: center;
}

#section8 {
    padding-top: 130px;
    text-align: center;
}

#section9 {
    margin-top: 0px;
    text-align: center;
}

#section10 {
    margin-top: 0px;
    text-align: center;
}

#section11 {
    width: 1920px;
    aspect-ratio: 1920 / 913;
    background: url('./img/pc2/ps-11-bg.png') no-repeat center center / cover;
    margin-top: 0px;
    text-align: center;
    padding-top: 100px;
}

#section11 .text1 {
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.75px;
    text-align: center;
    color: #00ac90;
}

#section11 .text2 {
    font-size: 54.5px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.73px;
    text-align: center;
    color: #222;
    margin-top: 20px;
}

#section11 .section11-slider {
    margin-top: 100px;
}

#section11 .section11-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#section11 .section11-img .swiper-slide.img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

#section11 .section11-img .swiper-slide.img img {
    width: 100%;
    height: auto;
    display: block;
}

#section11 .section11-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
}

#section11 .section11-nav .swiper-button-prev,
#section11 .section11-nav .swiper-button-next {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

#section11 .section11-nav .swiper-button-prev::after,
#section11 .section11-nav .swiper-button-next::after {
    display: none;
}

#section11 .section11-nav .swiper-button-prev img,
#section11 .section11-nav .swiper-button-next img {
    display: block;
    width: 48px;
    height: auto;
}

#section12 {
    margin-top: 0px;
    text-align: center;
}

#section13 {
    padding-top: 100px;
    text-align: center;
}

#section13 .text1 {
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.75px;
    text-align: center;
    color: #00ac90;
}

#section13 .text2 {
    font-size: 54.5px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.73px;
    text-align: center;
    color: #222;
    margin-top: 20px;
}

#section13 .section13-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

#section13 .section13-img .swiper-slide.video {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

#section13 .section13-img .swiper-slide.video .video-js {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

#section13 .section13-img .swiper-slide.video .video-js .vjs-tech {
    border-radius: 16px;
}

#section13 .section13-img .swiper-slide.video:not(.swiper-slide-active) .video-js,
#section13 .section13-img .swiper-slide.video:not(.swiper-slide-active) .video-js * {
    pointer-events: none !important;
}

#section13 .section13-img .swiper-slide-active.video .video-js {
    pointer-events: auto;
}

#section13 .section13-img .swiper-slide.video:not(.swiper-slide-active) .video-js .vjs-control-bar,
#section13 .section13-img .swiper-slide.video:not(.swiper-slide-active) .video-js .vjs-big-play-button {
    display: none !important;
    pointer-events: none;
}

#section13 .section13-img .swiper-slide-active.video .video-js.vjs-paused .vjs-big-play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    margin: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.45);
    transform: translate(-50%, -50%);
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

#section13 .section13-img .swiper-slide-active.video .video-js.vjs-paused .vjs-big-play-button:hover,
#section13 .section13-img .swiper-slide-active.video .video-js.vjs-paused .vjs-big-play-button:focus {
    background-color: rgba(0, 172, 144, 0.9);
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

#section13 .section13-img .swiper-slide-active.video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

#section13 .section13-img .swiper-slide-active.video .video-js .vjs-play-progress,
#section13 .section13-img .swiper-slide-active.video .video-js .vjs-volume-level {
    background-color: #00ac90;
}

#section13 .section13-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
}

#section13 .section13-nav .swiper-button-prev,
#section13 .section13-nav .swiper-button-next {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

#section13 .section13-nav .swiper-button-prev::after,
#section13 .section13-nav .swiper-button-next::after {
    display: none;
}

#section13 .section13-nav .swiper-button-prev img,
#section13 .section13-nav .swiper-button-next img {
    display: block;
    width: 48px;
    height: auto;
}

#section14 {
    position: relative;
    margin-top: 0px;
    text-align: center;
}

#section14 .img2 {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
}

#section15 {
    background-image: url(./img/pc2/ps-15-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1920px;
    aspect-ratio: 1920 / 806;
    margin: 0 auto;
    padding: 5%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

#section15 .section15-container {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin: 0 auto;
    width: 100%;
    max-width: 1630px;
}

#section15 .section15-container .text-container-title {
    font-size: clamp(45px, 3vw, 55px);
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.75px;
    text-align: left;
    color: #fff;
}

#section15 .section15-container .text-container-title .text2 {
    font-weight: 500;
}

#section15 .section15-container .inquiry {
    background-color: #c9cfce;
    padding: 39px 47px 35px;
    border-radius: 20px;
    box-shadow: 33.5px 55.7px 21px 0 rgba(47, 47, 47, 0.39);
    max-width: 872px;
    width: 100%;
}

#section15 .section15-container .inquiry .inquiry-title {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.8px;
    text-align: left;
    color: #222;
}

#section15 .section15-container .inquiry .inquiry-area select,
#section15 .section15-container .inquiry .inquiry-input input,
#section15 .section15-container .inquiry .inquiry-input textarea {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.08px;
    text-align: left;
    color: #222;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px;
}

#section15 .section15-container .inquiry .inquiry-privacy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.custom-select {
    appearance: none;
    /* 기본 화살표 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    padding-right: 30px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%2300ac90' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    max-width: 380px;
}

input::placeholder,
textarea::placeholder {
    color: #999;
}

.color-999 {
    color: #999 !important;
}

#content {
    height: 130px;
}

#section15 .section15-container .inquiry .inquiry-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

#section15 .section15-container .inquiry .inquiry-input {
    margin-top: 10px;
}

#section15 .section15-container .inquiry .inquiry-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

#section15 #inquiry-submit {
    width: 124px;
    height: 41px;
    /* padding: 12px 33px; */
    border-radius: 20px;
    /* background-blend-mode: overlay; */
    background-image: linear-gradient(to top, #00bda5, #0fd), linear-gradient(to bottom, #00ac90, #00ac90);
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.08px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
}

footer {
    width: 100%;
}

footer .footer-container {
    min-width: 1280px;
    max-width: 1920px;
    aspect-ratio: 1920 / 276;
    margin: 0 auto;
    padding: 3%;
}

footer .footer-content {
    max-width: 1630px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

footer .footer-content-left {
    flex: 1;
}

footer .footer-content-left .footer-content-terms {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: -0.9px;
    text-align: left;
    color: #222;
}

footer .footer-content-left .footer-content-biz {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: -0.9px;
    text-align: left;
    color: #222;
    /* margin-top: 35px; */
}

footer .footer-content-left .footer-content-copyright {
    line-height: 2.78;
}

footer .footer-logo {
    margin-left: 20px;
}

.checkbox-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    margin-left: 5px;
    cursor: pointer;
    user-select: none;
    position: relative;
    color: #222;
}

.checkbox-wrapper input[type='checkbox'] {
    display: none;
    /* width: 14px;
    height: 14px;
    vertical-align: middle;
    accent-color: #00ac90;
    scale: 1.5; */
}

.checkbox-wrapper .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #222;
    background-color: #fff;
    position: relative;
}

.checkbox-wrapper input:checked+.checkmark {
    background-color: #00ac90;
}

.checkbox-wrapper input:checked+.checkmark::after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    /* scale: 0.6; */
}

#terms-modal-btn {
    border: 1px solid transparent;
    background-color: transparent;
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    color: #222;
    margin: 0;
}

/* 하단 고정 배너 */
.fixed-bottom-img{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    z-index: 9999;
    cursor: pointer;
}

.fixed-bottom-img img{
    display: block;
    max-width: 100%;
    height: auto;
}

/* 전체화면 딤 */
.call-dim{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55); /* 살짝 어둡게 */
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

/* 중앙 모달 박스 */
.call-modal-box{
    background: #fff;
    border-radius: 16px;
    padding: 30px 26px;
    width: 90%;
    max-width: 420px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

/* 타이틀 */
.call-modal-box h3{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 22px;
}

/* 선택 버튼 */
.call-option{
    display: block;
    padding: 16px 14px;
    border-radius: 12px;
    background: #f5f7f8;
    text-decoration: none;
    color: #000;
    margin-bottom: 14px;
}

.call-option strong{
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

.call-option span{
    font-size: 18px;
    font-weight: 700;
}

/* 닫기 버튼 */
.call-close{
    margin-top: 10px;
    width: 100%;
    padding: 12px 0;
    border-radius: 12px;
    background: #ddd;
    border: none;
    font-size: 14px;
    cursor: pointer;
}


