/* 기본 스타일 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    /* 기본 폰트 설정 */
    /* 텍스트 선택 방지 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    min-width: 1080px;
    margin: 0;
    padding: 0;


}

#wrap {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}



/* 섹션 1 스타일 */
#section-1,
#section-2,
#section-3,
#section-4,
#section-5,
#section-6,
#section-7,
#section-8 {
    width: 100%;
    min-width: 1920px;
    background: no-repeat center top;
    background-size: 1920px auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#section-1 .content,
#section-2 .content,
#section-3 .content,
#section-4 .content,
#section-5 .content,
#section-6 .content,
#section-7 .content,
#section-8 .content {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

#section-1 .main-content,
#section-2 .main-content,
#section-3 .main-content,
#section-4 .main-content,
#section-5 .main-content,
#section-6 .main-content,
#section-7 .main-content,
#section-8 .main-content {
    width: 1080px;
    height: auto;
    display: block;
    vertical-align: top;
}

#section-1 {
    background-image: url('https://smkt.co.kr/images/smi/landing/images/pulse_05_new3/section01_bg.png');
}

#section-2 {

    background-image: url('https://smkt.co.kr/images/smi/landing/images/pulse_05_new3/section02_bg.png');
}

#section-2 .content {
    padding-bottom: 25px;
}

#section-2>div>iframe {
    width: 1000px;
    display: block;
    margin: 0 auto;

}

#section-3 {
    background-image: url('https://smkt.co.kr/images/smi/landing/images/pulse_05_new3/section03_bg.png');
}

#section-4 {
    background-image: url('https://smkt.co.kr/images/smi/landing/images/pulse_05_new3/section04_bg.png');
}

#section-5 {
    background-image: url('https://smkt.co.kr/images/smi/landing/images/pulse_05_new3/section05_bg.png');
}

#section-6 {
    background-image: url('https://smkt.co.kr/images/smi/landing/images/pulse_05_new3/section06_bg.png');
}

#section-7 {
    background-image: url('https://smkt.co.kr/images/smi/landing/images/pulse_05_new3/section07_bg.png');
}

/* Section-7 슬라이드 스타일 */
.section-7-slider {
    width: 1920px;
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.section-7-slider .slider-wrap {
    width: 1920px;
    margin: 0 auto;
}

.section-7-slider .slide-item {
    width: 850px;
    height: auto;
}

.section-7-slider .slide-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Swiper 스타일 (기존 slick 스타일 유지) */
.section-7-slider .swiper,
.section-7-slider .slick-list {
    width: 1920px;
    margin: 0 auto;
    touch-action: pan-x pan-y;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
}

.section-7-slider .swiper-wrapper,
.section-7-slider .slick-track {
    display: flex;
    align-items: center;
    touch-action: pan-y;
}

.section-7-slider .swiper-slide,
.section-7-slider .slick-slide {
    width: 850px !important;
    margin: 0;
    pointer-events: auto;
    touch-action: pan-x pan-y;
    box-sizing: border-box;
    flex-shrink: 0;
}

.section-7-slider .swiper-slide>div,
.section-7-slider .slick-slide>div {
    width: 850px !important;
}

.section-7-slider .swiper-slide-active,
.section-7-slider .slick-center {
    z-index: 1;
}

/* 버튼 스타일 (Swiper와 Slick 모두 지원) */
.section-7-slider .swiper-button-prev,
.section-7-slider .swiper-button-next,
.section-7-slider .slick-prev,
.section-7-slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    background: transparent !important;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    overflow: visible;
    margin-top: 0;
    color: transparent;
}

.section-7-slider .swiper-button-prev,
.section-7-slider .slick-prev {
    left: calc(50% - 475px);
    transform: translateY(-50%);
    right: auto;
}

.section-7-slider .swiper-button-prev::after,
.section-7-slider .slick-prev::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-image: url('https://smkt.co.kr/images/smi/landing/images/pulse_05_new3/section07_btn_prev.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: 0;
    display: block;
}

.section-7-slider .swiper-button-next,
.section-7-slider .slick-next {
    left: calc(50% + 475px - 60px);
    right: auto;
    transform: translateY(-50%);
}

.section-7-slider .swiper-button-next::after,
.section-7-slider .slick-next::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-image: url('https://smkt.co.kr/images/smi/landing/images/pulse_05_new3/section07_btn_next.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: 0;
    display: block;
}


#section-8 {
    background-image: url('https://smkt.co.kr/images/smi/landing/images/pulse_05_new3/section08_bg.png');
}

/* 데스크톱 큰 화면 대응 */
@media screen and (min-width: 1001px) {
    html {
        /* font-size: 10px; */
    }

    body {
        width: 1080px;
        margin: 0 auto;
        min-height: 100vh;
    }

    #wrap {
        width: 1080px;
        margin: 0 auto;
        min-height: 100vh;
    }
}

@media screen and (max-width: 1080px) {
    footer {
        width: 1920px;
        transform: scale(calc(100vw / 1000)) translateX(-50%);
        transform-origin: left top;
    }
}

/* 반응형 스케일링 */
@media screen and (max-width: 1080px) {
    html {
        width: 1080px;
        height: 100vh;
    }

    html,
    body {
        width: 1080px;
        overflow-x: hidden;
        /* overflow-x 대신 overflow 사용 */

        margin: 0;
        padding: 0;
    }

    body {
        position: relative;
        width: 1080px;
        transform-origin: left top;
        -webkit-transform-origin: left top;
        transform: scale(calc(100vw / 1000));
        -webkit-transform: scale(calc(100vw / 1000));
    }

    #wrap {
        width: 1080px;
        margin: 0;
        position: relative;
        min-height: 100%;
        /* 최소 높이 설정 */
    }
}



@media screen and (max-width: 1080px) {

    #section-1,
    #section-2,
    #section-3,
    #section-4,
    #section-5,
    #section-6,
    #section-7 {
        width: 1920px;
        transform: scale(calc(100vw / 1000)) translateX(-50%);
        transform-origin: left top;
    }

    #section-2 .content {
        padding-bottom: 25px;
    }

    #section-2>div>iframe {
        width: 1000px;
        display: block;
        margin: 0 auto;
        margin-top: 0px;
    }

    .section-7-slider {
        width: 1920px;
        transform: scale(calc(100vw / 1000)) translateX(-50%);
        transform-origin: left top;
    }
}




.mask_privacy {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('https://www.smkt.co.kr/ad/images/richone_2/bg_shadow.png') repeat;
    z-index: 1000;
    display: none;
}

.pop-layer {
    display: none;
    z-index: 3000;
}

.pop-policy {
    width: 948px;
    position: fixed;
    left: 50%;
    top: 100px;
    margin: 0 0 0 -475px;
    border: 1px solid #b7b7b7;
    background: #fff;
    z-index: 3000;
}

.pop-policy h1 {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 25px;
    background: #34394f;
    font-size: 10px;
    color: #fff;
    margin-top: 0px;
    display: block;
}

.pop-policy .contents {
    padding: 25px;
}

.pop-policy .contents .textarea {
    height: 480px;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-top: 1px solid #323337;
    background: #fafafb;
    overflow: auto;
    color: #161616;
    line-height: 180%;
    font-size: 14px;
    max-width: 900px;
    text-align: initial;
}

.pop-policy .contents .textarea strong {
    font-size: 16px;
}

.pop-policy .contents .textarea p,
.pop-policy .contents .textarea b {
    font-size: 14px;
}

.pop-policy .close {
    display: block;
    position: absolute;
    right: 5px;
    top: 3px;
    opacity: 1;
}

.pop-policy .close img {
    width: 70%;
}

.bigbtn {
    width: 1.6rem;
    height: 1.6rem;
}


.footer {
    width: 100%;
    min-width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    flex: none;
    padding: 70px;
    background-color: #e5e9ee;
    text-align: center;
    color: #BBB;
}

.footer ul+ul {
    margin-top: 10px;
}

.footer li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
    font-size: 16px;
}

.footer li+li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #BBB;
    transform: translateY(-50%);
    opacity: 0.7;
}


@media screen and (max-width: 400px) {
    .footer li {

        font-size: 32px;
    }
}





.forms {
    display: flex;
    align-content: flex-start;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 45px;
    color: #fff;
}

.form__item+.form__item {
    margin-top: 30px;
}

.form__title {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 700;
}

.form__btn {
    width: 100%;
    height: 92px;
    outline: none;
    border: 0;
    border-radius: 8px;
    background-color: #FDD200;
    box-shadow: 24px 24px 24px 0 rgba(0, 0, 0, 0.3);
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    color: #000;
    margin-bottom: 100px;

}

.space {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.space--block {
    display: flex;
    width: 100%;
}

.space__item--1 {
    flex: 1;
}

.space__item--2 {
    flex: 2;
}

input[type=text],
select,
textarea {
    padding: 30px 36px;
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    background: transparent;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 28px;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    background-image: url("https://smkt.co.kr/images/smi/landing/images/smi_210914_1_pc/icons/ic-select-arrow.png");
    background-image: url("https://smkt.co.kr/images/smi/landing/images/smi_210914_1_pc/icons/ic-select-arrow@2x.png"), none;
    background-repeat: no-repeat;
    background-size: 14px 11px;
    background-position: calc(100% - 18px) center;
}

select option {
    color: #000;
}

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

input[type=checkbox] {
    position: relative;
    margin: 0 0.6em 0 0;
    outline: none;
    padding: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #b5b5b5;
    background-color: #fff;
    vertical-align: text-bottom;
    line-height: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=checkbox]:checked:before {
    display: block;
}

input[type=checkbox]:before {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 5px;
    height: 10px;
    border: solid #dc1b1b;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

#section-8>div.forms>div>div>div:nth-child(8)>div>div:nth-child(1)>label,
#section-8>div.forms>div>div>div:nth-child(8)>div>div:nth-child(2)>span {
    font-size: 24px;
}

.banner {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to right, #ffd200 0%, #ffb239 100%);
    cursor: pointer;
}

.banner--fixed {
    display: flex;
}

.banner__title {
    display: block;
    width: 634px;
}

.banner__title::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 5.8181818182%;
    background-image: url("https://smkt.co.kr/images/smi/landing/images/pulse_05_new3/float_btn.png");
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 400px) {
    .banner {
        height: 150px;
    }

    .banner__title::before {
        padding-bottom: 5.8181818182%;
    }

    .banner__title {
        display: block;
        width: 734px;
    }

    .form__btn {
        width: 100%;
        height: 125px;
        font-size: 40px;

    }

}