﻿

.banner{
    background: #FFF6E0;
    width: 100%;
    height: 340px;
}
.banner_wrap{
    max-width: 1200px; 
    width: 94%;
    margin: 4% auto 5% auto;
    height: 100%;
    background-color: #FFF6E0;
    display: flex;
    justify-content: space-between;
    
}
.banner_wrap>*{
    margin-top: 20px;
}
.banner_text{
    width: 60%;
    margin-top: 70px;
}
.banner_img{
    max-width: 360px;
    width: 70%;
    margin-left: 10%;
}
.banner_img img{
    width: 100%;
    padding: 40px;
}

.banner_text h2{
    font-size: 26px;
    font-weight: 800;
    color: #896B5A;
    margin-bottom: .6rem;
}
.banner_t1{
    font-size: 18px;
}
.banner_t2{
    font-size: 16px;
}
.banner_text>p{
    color: #B7876C;
    margin-bottom: 5px;
}
.banner_text button{
    font-size: 18px;
    font-weight: 600;
    color: #DDAA8E;
    background: #fff;
    border-radius: 35px;
    
    margin-top: 25px;
    cursor: pointer;
    width: 260px;
    height: 70px;
}
.banner_text button:hover{
    background: #EC1C24;
    color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15); 
}

.wrap{
    margin-top: 5%;
}
.wrap h3{
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 80px;
}


.self_explain h4{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}


.self_explain{
    font-weight: 500;
}
.self_explain>section>ul, .self_explain>section>div{
    width: 96%;
    margin: 0 2%;
}
/* 1. eSIM이란? */
.wrap .esim_ex ul{
    font-size: 16px;
    margin-bottom: 20px;
}
.esim_ex li{
    line-height: 25px;
    display: flex;
}
.esim_ex li:first-child{
    color: var(--normal-red);
}
.esim_ex img{
    margin-right: 8px;
}
.esim_ex>div{
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 2.5% 4%;
    color: #5B5B5B;
}
.esim_ex>div>div{
    display: flex;
}
.esim_ex p{
    margin: auto 0 auto 5px;
}


/* 2. 개통방법 */
.esim_how ul{
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 2% 3%;
}
.esim_how li{
    text-align: center;
    font-size: 15px;
    color: #5b5b5b;
}
.esim_how img{
    width: 50px;
    margin-bottom: 10px;
}
.esim_how h4{
    color: var(--normal-red);
}
.wrap .esim_how>div{
    margin-top: 30px;
}
.esim_how>div>p{
    line-height: 25px;
}


/* 3. 지원 기종 */
.esim_de>h4{
    width: 96%;
    margin: 0 2% 20px 2%;
}
.esim_de>div{
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 2% 3%;
    font-weight: 600;
}
.esim_de div p:first-child{
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.esim_de li{
    display: flex;
}
.esim_de li p{
    margin-left: 5px;
    text-align: left;
}
.e_iphone{
    background: #968496;
    border-radius: 15px;
    width: 70px;
}
.e_android{
    background: #637C95;
    border-radius: 15px;
    width: 80px;
}
.wrap .esim_de>ul{
    margin-top: 30px;
}
.esim_de li{
    line-height: 25px;
}


/* 4. 지원 기종 여부 확인 */
.wrap .esim_check>div{
    margin-top: 20px;
}
.esim_check>p{
    width: 96%;
    margin: 0 2%;
    color: var(--normal-red);
}
.esim_check>div{
    display: flex;
    justify-content: space-around;
    background: #F5F5F5;
    border-radius: 20px;
    padding: 3%;
}
.esim_check>div p{
    text-align: center;
    margin-top: -25px;
}
.check_arrow{
    width: 19px;
    height: 21px;
    margin: auto 10px;
}



/* 활성화 방법 3가지 */
.guide_title{
    width: 50%;
    background: #EAEAEA;
    color: #444;
    border-radius: 50px;
    width: 250px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}
.guide_title.active{
    background: #EC1C24;
    color: #fff;
}
.guide_title{
    position: relative;
}
.guide_title img{
    position: absolute;
    left: 108%;
    top: 45%;
}
.wrap .g_gnb{
    margin-top: 30px;
}
.g_tit{
    margin-bottom: 10px;
}
.wrap .guide_title img{
    width: 14px;
    height: 9px;
}


/* 셀프개통 이용 가이드 (슬라이드) */
.swiper-wrapper{
    display: flex;
}
.slide_guide{
    padding: 3% 2%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
}
.swiper-slide img{
    margin: auto;
}
.guide>div>h4{
    margin-top: 30px;
}
.guide_p{
    display: flex;
}
.guide_p>p:first-child{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.guide_p span{
    color: var(--normal-red);
    margin-right: 3px;
    white-space: nowrap;
}
.wrap .slide_guide{
    margin-top: 10px;
}
/* iphone, android */
.wrap .slide_guide>div>p{
    color: #fff;
    text-align: center;
    height: 26px;
    line-height: 26px;
    margin-bottom:20px;
    margin-left: 80px;
}
.slide_guide h4{
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}
/* 슬라이드 버튼 css */ /* 스와이퍼 이전/다음 버튼 */
.swiper-button-prev, .swiper-button-next {
    background: rgba(0,0,0,0.15);
    color: #ffffff;
    font-size: 8px;
    padding: 2.8%;
    transition: background 0.3s ease;
}
/* 슬라이드 버튼 css */ /* 스와이퍼 이전/다음 버튼 */
.swiper-button-prev, .swiper-button-next {
    font-size: 3px;
    padding: 2%;
    width: 28px;
    height: 28px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
}
.swiper-button-prev:hover,.swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.3); 
}

.swiper-button-prev:active,.swiper-button-next:active {
    background: rgba(0, 0, 0, 0.5);
}
:root {
    --swiper-navigation-size: 32px;
}

.swiper-pagination{
    display: none;
}




/* 유의사항 */
.note ul{
    background: #f5f5f5;
    border-radius: 20px;
    padding: 2.5%; 
    color: #5b5b5b;
}
.note li{
    font-size: 16px;
    line-height: 25px;
    display: flex;
}
.note li p{
    margin-left: 5px;
}


/* 반응형 시작 */
@media (max-width:984px){

    .wrap h3 {
        font-size: 19px;
        margin-bottom: 17px;
        margin-top: 52px;
    }

    .banner{
        height: 330px;
    }
    .banner_text{
        margin-top: 82px;
    }
    .banner_text h2 {
        font-size: 25px;
        margin-bottom: 2.5%;
    }
      .banner_t1{
        font-size: 16px;
    }
    .banner_t2{
        font-size: 16px;
    }
    .banner_img{
        margin-left: -15%;
        margin-top: 35px;
    }
    .banner_img img {
        width: 91%;
    }
    .banner_text_w{
        font-size: 16px;
    }
    .banner_text button {
        font-size: 16px;
        margin-top: 20px;
        width: 260px;
        height: 68px;
    }
    /* 전체 폰트 색상 */
    .self_explain, .wrap .esim_ex ul, .note li{
        font-size: 15px;
    }

    .guide img{
        width: 80%;
    }
    .slide_guide {
        height: 78%;
    }
    /* 슬라이드 버튼 css */ /* 스와이퍼 이전/다음 버튼 */
    .swiper-button-prev, .swiper-button-next {
        padding: 2%;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 15px;
    }
    :root {
    --swiper-navigation-size: 28px;
    }


    .guide_title {
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }



}

@media (max-width:768px){
    
    .banner{
        height: 520px;    
        margin-top: -3px;
    }
    .banner_wrap{
        display: block;
        text-align: center;
    }
    .banner_text h2 {
        font-size: 30px;
    }
    .banner_text{
        width: 100%;
        padding-top: 40px;
    }
    .banner_img{
        width: 100%;
        margin: auto;
    }
    .banner_img img {
        width: 71%;
        padding: 20px;
    }
    .banner_text button{
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 510px;
        margin-top: 15px;
        width: 80%;
    }
    .banner_img img{
        width: 75%;
    }

    /* 전체 폰트 크기 */
    .self_explain, .wrap .esim_ex ul, .esim_how li, .note li{
        font-size: 14px;
    }
    .self_explain h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .slide_guide h4 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .esim_ex img {
        width: 60px;
    }

    .esim_check div div img{
        width: 210px;
        height: auto;
    }

    .wrap .esim_de>ul {
        margin-top: 20px;
    }
    .esim_de > div {
        display: block;
        padding: 3%;
    }
    .esim_de>div>div:first-child{
        margin-bottom: 10px;
    }
    .esim_de p:first-child {
        line-height: 24px;
    }
    .e_iphone {
        width: 58px;
    }
    .e_android{
        width: 66px;
    }

    .note ul{
        padding: 3.5%; 
    }

    .guide_title {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

}


@media (max-width:580px){

    .banner_text {
        margin-top: 60px;
}
    .banner_text button {
        width: 80%;
        top: 490px;
        font-size: 14px;
        height: 60px;
    }
    .banner_img img {
        width: 60%;
        margin-top: 30px;
        padding: 0;
    }

    .esim_ex img {
        width: 45px;
    }
    .esim_ex p {
        font-size: 13px;
    }




    .check_arrow {
        display: none;
    }
    .esim_check > div {
        padding: 3%;
    }
    .esim_check div div img{
        width: 190px;
        height: auto;
    }

    .esim_how img{
        width: 40px;
    }
    .esim_how li p{
        font-size: 12.5px;
    }

    .guide_p{
        display: block;
        margin: auto;
    }

    .guide img {
        width: auto;
        padding-bottom: 30px;
    }
    .swiper-pagination-bullet {
        width: 10px; 
        height: 10px; 
        background-color: #d9d9d9; 
        margin: 0 5px; 
        border-radius: 50%;
        opacity: 0.7; 
    }
    .swiper-pagination-bullet-active {
        background-color: #b9b0b0; 
        opacity: 1;
        width: 50px;
        border-radius: 5px;
    }



    .note li{
        margin-bottom: 20px;
    }


    .wrap .guide_title img {
        padding-bottom: 0;
    }
    .wrap .slide_guide>div>p {
        margin-left: 30px;
    }
}


@media (max-width:480px) {

    /* 전체 폰트 크기 */
    .self_explain, .wrap .esim_ex ul, .esim_how li{
        font-size: 12px;
        text-align: center;
    }
    .esim_ex li, .esim_how>div>p, .esim_de li, .note li {
        line-height: 20px;
    }
    .banner{
        height: 440px;
    }
    .banner_text h2 {
        font-size: 20px;
    }
    .banner_t1{
        font-size: 15px;
    }
    .banner_t2{
        font-size: 14px;
    }
    .banner_img img{
        width: 50%;
    }
    .banner_text button{
        height: 55px;
        font-size: 14px;
        top: 430px;
    }


    .wrap h3 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 12px;
        margin-top: 45px;
    }

    .esim_ex>div>div {
        display: block;
        text-align: center;
    }
    .esim_ex img {
        margin: 0 auto;
    }
    .esim_check > div {
        padding: 4%;
    }
    .esim_check div div img {
        width: 147px;
    }
    .esim_check>div p {
        margin-top: -14px;
    }

    .esim_how ul {
        display: block;
    }
    .esim_how li{
        display: flex;
        font-size: 13px;
        line-height: 35px;
    }
    .esim_how br{
        display: none;
    }
    .esim_how img {
        line-height: 35px;
        margin-right: 10px;
        width: 35px;
    }

    .esim_de>div>div {
        display: flex;
        line-height: 24px;
    }
    .esim_de>div>div>p:last-child{
        margin-left: 5px;
        text-align: left;
    }

    .guide p:nth-child(3) {
        font-size: 14px;
        margin-top: -23PX;
    }
    .guide_p {
        text-align: center;
    }
    .guide_p>p:first-child {
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .guide img {
        width: auto;
        height: 500px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 25px;
        height: 25px;
    }
    .note li{
        font-size: 12px;
        margin-bottom: 5px;
        text-align: left;
    }


    .wrap .g_gnb {
        margin-top: 20px;
    }
    .guide_title {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin: auto;
    }
    .g_tit {
        margin-bottom: 8px;
    }
    .guide_title img {
        top: 39%;
    }
    .wrap .guide_title img {
        width: 11px;
        height: 6px;
    }
    .guide img {
        width: 70%;
        height: auto;
    }

    .slide_guide h4 {
        font-size: 12px;
        margin-bottom: 15px;
    }
.wrap .slide_guide>div>p {
    color: #fff;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 25px;
    font-size: 12px;
}
    .e_iphone {
        width: 48px;
    }
    .e_android {
        width: 56px;
    }
    .esim_de p:first-child {
    line-height: 20px;
}
}


@media (max-width:360px) {

    /* 전체 폰트 크기 */
    .self_explain, .wrap .esim_ex ul, .esim_how li, .note li {
        font-size: 12px;
    }
    .banner {
        height: 375px;
    }
    .banner_t1 {
        font-size: 13px;
    }
    .banner_t2 {
        font-size: 12px;
    }
    .banner_text h2 {
        font-size: 16px;
    }
    .banner_img img {
        width: 48%;
    }
    .banner_img img {
        margin-top: 13px;
    }
    .banner_text button{
        height: 55px;
        font-size: 14px;
        top: 360px;
    }

    .esim_check div div img {
        width: 100px;
    }
    .esim_check>div p {
        margin-top: -10px;
    }
        .guide img {
        width: 45%;
        height: auto;
    }
}



