﻿html{
     scroll-behavior: smooth;
}
    .mobile{
        display:none;
    }
.banner{
    background:#fffbd2;
    width: 1200px;
    margin: auto;
    margin-top: 120px;
    border-radius: 40px;
}
.banner_wrap{
    max-width: 1200px; 

    margin: 4% auto 5% auto;
    height: 100%;
    display: flex;
    justify-content: center;
    
}


.banner_wrap>*{
    margin-top: 20px;
}
.banner_text{
     width: auto;
    margin-top: 66px;
}
.banner_img{
    max-width: 480px;
    /*margin-left: 0 !important;
    margin-right:0 !important;*/
    width: 70%;
}
.banner_img img{
      width: 480px;

}

.banner_text h2{
    font-size: 28px;
    font-weight: 800;
    color: #454242;
    margin-bottom: 2.5%;
}
.banner_t1{

}
.banner_t2{
    font-size: 16px;
}
.banner_text>p:nth-of-type(1){
    font-weight: 700;
    color: #AA5656;
    margin-bottom: 5px;
}
.banner_text>p:not(:nth-of-type(1)){
    font-weight: 500;
    color: #757575;
    line-height: 140%;
}
.banner_text b{

    color:#4e4e4e;
}
.banner_text button{
  font-size: 18px;
    font-weight: 600;
    color: #2D2D2D;
    background: #fff;
    border-radius: 15px;
    cursor: pointer;
    width: 250px;
    height: 70px;
    margin-right:10px;
        margin-top: 18px;
}
/*.banner_text button:hover{
    background: #F59494;
    color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15); 
}*/
.banner_text button:first-child{
    background: var( --normal-red);
    color:#fff;
}
.banner_wrap>div{
   margin-right: 30px;
    margin-left: 56px;
}
.wrap section{
    position:relative;
    margin-bottom: 60px;
}
.wrap{
    margin-top: 5%;
}
.wrap h3{
font-size: 21px;
    font-weight: 700;
    margin-bottom: 0px;
    background: white;
    box-shadow: 0 4px 4px 0px rgb(179 179 179 / 50%);
    border-radius: 37px;
    display: inline-block;
    padding: 14px 27px;
    z-index: 1;
    position: relative;
    pointer-events: none;
}
hr {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 27px;
    left: 0;
    border: 0px;
    border-top: 1px solid #e3e3e3;
}

.self_explain h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}


.self_explain{
    font-weight: 500;
}
.self_explain>section>ul, .self_explain>section>div{
    width: 96%;
    margin: 30px 2%;
}
/* 1. eSIM이란? */
.wrap .esim_ex ul{
    font-size: 16px;
    margin-bottom: 20px;
}
.esim_ex li{
    line-height: 25px;
    font-weight: bold;
}
.esim_ex li:first-child{
       color: #ff7a00;
}
.esim_ex img{
    margin-right: 8px;
}

.cursorbox:hover {
    cursor: pointer;
}

.esim_ex>div{
    display: flex;
        flex-direction: column;
    justify-content: space-around;

    color: #5B5B5B;
}
.esim_ex>div>div{
     display: flex;
    justify-content: space-between;

}
/*.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;
}

    .slide_guide1 {

        margin-top: 30px;
    }
/* 3. 지원 기종 */
.esim_de>h4{
    width: 96%;
    margin: 0 2% 20px 2%;
}
.esim_de>div>div{
    display: flex;
   justify-content: center;
    padding: 1% 0;
    font-weight: 600;
      margin:20px 0;
}
.esim_de p:first-child{
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  
}

.ext_bold1{
    font-weight:bold;
    color:#353535 !important;
    text-align:start !important;
    font-size:18px;
}
.ext_bold2{
    font-weight:bold;
    color:#FF7549 !important;
    text-align:start;

}
.e_iphone{
    background: #000000;
    border-radius: 15px;
    width: 70px;
    position:relative;
}

.e_iphone::after{
    content:' ';
    height:100%;
    background-image:url('/common/image/selfopen/det_device_apple.svg');
    width:20px;
    position:absolute;
    top:0;
        right: -28px;
    background-size:contain;
    background-repeat:no-repeat;
}
.e_android{
    background: #04B600;
    border-radius: 15px;
    width: 80px;
    position:relative;
}

.e_android::after{
    content:' ';
    height:100%;
    background-image:url('/common/image/selfopen/det_device_and.svg');
    width: 30px;
    background-position: center;
    position:absolute;
    top:0;
    right: -40px;
    background-size:contain;
    background-repeat:no-repeat;
}

.wrap .esim_de>ul{
    margin-top: 30px;

}
.esim_de li{
    line-height: 25px;
    color: #9c9c9c;
}


/* 4. 지원 기종 여부 확인 */
.wrap .esim_check>div{

    margin:20px 20px 0;
}
.esim_check>p{
    width: 96%;
    margin: 0 2%;
    color: var(--normal-red);
}
.esim_check{
    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;
}

.esim_how{
    overflow:hidden;
}

.slide_guide1 .swiper-slide img {
    object-fit: contain;
    width: 100%;
}
.slide_guide1 .swiper-slide {
    width: 388px;
}
/* 활성화 방법 3가지 */
.guide_title{
    width: 50%;
    background: #EAEAEA;
    color: #444;
    border-radius: 50px;
    width: 250px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.guide_title.active{
    background: #ffe1d652;
    border: 1px solid #ffe1d6;
    transition: all 0.3s ease;
}
.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;
}


/* 셀프개통 이용 가이드 (슬라이드) */


 .phone_icon{
     margin:auto;
     display:inline-block;
 }
  .phone_icon p{
      margin:0 !important;
      margin-bottom:30px !important;
  }
.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;
}

/*이심디바이스*/

.esim_de .esim_det_device{
    justify-content:flex-start;
}

.esim_de .esim_det_device div{
    margin-right:40px;
}

/* 유의사항 */
.note ul{
    background: #f5f5f5;
    border-radius: 20px;
    padding: 2.5%; 
    color: #5b5b5b;
}
.note li{
    font-size: 16px;
    line-height: 25px;
}

/* 반응형 시작 */
@media (max-width:1200px) {
    .banner {
      width:calc(100% - 60px)   ;

    }
    .step_box{
        height: 125px;
    }
    .banner_box{
        display:flex;
        flex-wrap:nowrap;
    }

      .banner_box button{
          width:60%;
      }
      .banner_wrap>div{
              margin-right: 10px;
    margin-left: 10px;
      }
      .banner_img {
    /* max-width: 480px; */
    width: 50%;
}
}

@media (max-width:984px){

    /*.wrap h3 {
        font-size: 19px;
        margin-bottom: 17px;
        margin-top: 52px;
    }*/


    .banner_text h2 {
        font-size: 25px;
        margin-bottom: 2.5%;
    }
      .banner_t1{
        font-size: 16px;
    }
    .banner_t2{
        font-size: 16px;
    }
    .banner_text {
    width: auto;
    margin-top: 19px;
}

    .banner_img img {
        width: 91%;
    }
    .banner_text_w{
        font-size: 16px;
    }

    /* 전체 폰트 색상 */
    .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){
    .slide_guide1 {
    width: 100%;
    padding: 0;
    margin: 30px 0;
    }
    
    .wrap {

    min-height: 10vh;
}
    .self_explain>section>ul, .self_explain>section>div{
    
    margin: 0;
}
    .esim_check>div p {
     margin-top: 0px; 
}
    .wrap  ul {
    padding-top: 15px !important;
}

    .wrap .g_gnb {
    margin-top: 0;
}
    .self_explain > section > ul, .self_explain > section > div {
        width: 100%;
    }
    .esim_how ul {
    box-shadow:unset;
    padding:0;
    }

        .open_note{
            padding: 0;
    margin-top: 0;
      max-height: 0;
        transition:max-height .8s ease;
        overflow:hidden;
    }

    .open_note.open{
            max-height: 1200px !important;
        transition:max-height .5s ease;
    }
    .esim_ex>div{
        box-shadow:unset;
        border-radius:unset;
        display:block;
    }

    .banner_box {
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
}

  .banner{
    width: 100%;
    border-radius: 0;
    height: auto;    
    margin: 60px auto 5% auto;
    }
    .banner_wrap{
    display: block;
    text-align: center;

    }

    .banner_wrap>div {
    padding: 15px;
    margin:0;
    margin: auto;
}
    .banner_text h2 {
        font-size: 30px;
    }
    .banner_text{
    width: 100%;
    padding-top: 0;
    margin-top: 0;
    padding: 0px 15px 0px !important;
    }
 .banner_img{
        width: 100%;
        margin: auto;
      padding:0 !important;
    }
    .banner_img img {
    width: 92%;
    margin: auto;
    margin-bottom: 15px;
    }
    .banner_box {
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
}
    .banner_text button{
        width:100%;
        margin:0;
        margin-bottom:10px;
        position: unset;

    }

    /* 전체 폰트 크기 */
    .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;
            padding-top: 15px;
    }
    .slide_guide h4 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .esim_ex img {
        width: 100%;
    }

    .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 {
        height: 24px;
        line-height: 24px;
    }
    .e_iphone {
        width: 58px;
    }
    .e_android{
        width: 66px;
    }

    .note ul{
           padding-top: 15px;
    padding: 0;
        background: #fff;
    }

    .guide_title {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .wrap h3 {
    font-size: 18px;
    box-shadow: unset;
    border-radius: 0;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 20px 0px;
    margin-bottom: 0;
    pointer-events: unset;
}
    .wrap h3:after {
    content: ' ';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/common/image/common/arrow.png);
    transform: rotate(-90deg);
}
        .wrap section {
    margin-bottom: 0;
}
        .esim_ex>div>div {
    display: flex;
    text-align: center;
            justify-content: start;
            overflow: scroll;
}

         .esim_ex>div>div img{
             width:80%;
             margin-right:20px;
         }
    .esim_de > div {
        box-shadow: unset;
        border-radius: unset;
    }
    .esim_de>div>div {
    display: flex;
    flex-direction: column;
    line-height: 24px;
    padding: 1% 0 0;
    font-weight: 600;
    margin: 20px 0 0;
}
}


@media (max-width:580px){
        .slide_guide1 .swiper-slide {
        width: 80%;
    }
        .open_note {
        padding: 0!important;
        margin-top: 0!important;
    }
    .banner_img img {
        margin-top: 30px;

    }

    .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) {
            .open_note {
        padding: 0 !important;
        margin-top: 0 !important;
    }
    /* 전체 폰트 크기 */
    .self_explain, .wrap .esim_ex ul, .esim_how li{
        font-size: 14px;

    }
    .esim_ex li, .esim_how>div>p, .esim_de li, .note li {
        line-height: 20px;
    }

    .banner_text h2 {
        font-size: 20px;
    }
    .banner_t1{
        font-size: 15px;
    }
    .banner_t2{
        font-size: 14px;
    }

    .banner_text button{
        height: 55px;
        font-size: 14px;
        top: 49%;
    }


    .wrap h3 {
        font-size: 16px;
    }

    .esim_ex>div>div {

        text-align: center;
    }
    .esim_ex img {
        margin: 0 auto;
    }
    .esim_check > div {
        padding: 4%;
    }
    .esim_check div div img {
        width: 147px;
    }


    .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: 100%;
        height: 50px;
        border-radius: 10px;
         background: transparent; 
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px;
        position: relative; border: 1px solid #e5e5e5;
    }
    .g_tit {
               margin-bottom: 8px;
       
        /* display: flex; */
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-radius: 15px;
        background: #ffffff;
    }
    .guide_title img {
        top: 42%;
    }
    .wrap .guide_title img {
        width: 11px;
        height: 6px;
        right: 29px;
        left: unset;
        position: absolute;
    }
    .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 {
    height: 20px;
    line-height: 20px;
}
}


@media (max-width:360px) {

    /* 전체 폰트 크기 */
    .self_explain, .wrap .esim_ex ul, .esim_how li, .note li {
        font-size: 12px;
    }
    .banner_t1 {
        font-size: 13px;
    }
    .banner_t2 {
        font-size: 12px;
    }
    .banner_text h2 {
        font-size: 16px;
    }

    .banner_img img {
        margin-top: 13px;
    }
    .banner_text button{
        height: 55px;
        font-size: 14px;
        top: 42%;
    }

    .esim_check div div img {
        width: 100px;
    }
    .esim_check>div p {
        margin-top: -10px;
    }
        .guide img {
        width: 45%;
        height: auto;
    }
}



