﻿

.wrap{
    word-break: keep-all;
}
.wrap>div{
    width: 740px !important;
}
@media (max-width:768px) {
    .wrap>div{
        width: 100% !important;
        padding: 0 1.5rem;
    }
}


/* h2 */
.page_tit{
    text-align: center;
}
/* h3 */
.wrap h3{
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
}


/* 간격 */
.margin4{
    margin-bottom: 4rem;
}
.margin12{
    margin-bottom: 12px;
}


/* 버튼 */
.next_btn{
    height: 5rem;
    border: none;
}

.btn1{
    color: #fff;
    background: var(--btn-color);
    cursor: pointer;
    text-indent: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 1.5rem;
}
.btn1:hover{
    background: var(--main-color);
}
.btn2{
    background:#fff;
    color: #515151;
    border: 1px solid #B4B4B4;
    cursor: pointer;
    text-indent: 0;
    transition: all 0.3s ease-in-out;
}
.btn2:hover{
    background: #B4B4B4;
    color: #fff;
}


/* 단계 */
.page_step {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    margin: 3rem 0;
    list-style: none;
    padding: 0;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #B4B4B4; 
}
.step_num{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #B4B4B4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-weight: bold;
}
.step.active .step_num{
    background-color: var(--main-color);
    color: #fff;
}
.step_tex{
    color: #B4B4B4;
}
.step.active .step_tex {
    color: var(--btn-color); 
    font-weight: 500;
}
.step.finish .step_num{
     background: var(--main-color) url(/common/image/icon/check.svg) no-repeat center center;
    background-size: 45%;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 0;
}

@media (max-width:480px) {
    .step_num {
        width: 32px;
        height: 32px;
    }
    .step_tex {
        font-size: .93rem;
    }
}


/* 탭 메뉴 스타일 */
.tab_menu {
  display: flex;
  width: 100%;
  margin: 0 auto 3rem auto;
}
.tab_menu>h2 {
    width: 49%;
    padding: 15px 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    flex: 1;
    color: #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.tab_menu .now_h2{
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}


/*[필수] 강조*/
.must{
    color: #2479E4;
    margin-right: 5px;
}


/* 테이블 */
.lookupTb{
    width: 100%; 
    border-top: 2px solid #b5b5b5; 
    border-bottom: 2px solid #b5b5b5; 
    margin-top: 8px;
}
.lookupTb tr{border-bottom: 1px solid #d0d0d0;}
.lookupTb th{
    line-height: 140%;
    text-align: left; 
    padding: 1rem; 
    width: 35%; 
    background: #EFF6FF;
} 
.lookupTb td{
    line-height: 140%;
    text-align: right; 
    padding: 1.2rem 1rem; 
    width: 65%;
    font-weight: 500;  
    font-size: .94rem;
}

/* input */
.txt1{
    width: 150px;
    margin-bottom: 0;
}


.dash {
    margin: 16px 3px;
}

/* 희망번호 조회 */
.hope_num {
    display: flex; 
    column-gap: 10px; 
    align-items: center;
    background: #f7f7f7;
    padding: 2rem 1rem;
    justify-content: center;
    border-radius: 20px;
}
.hope_num .txt1{
    background: #fff;
}
.hope_num .btn1{
    max-width: 150px;
    width: 100%;
    text-indent: 0;
    margin-bottom: 0;
}



/* 서브페이지 완료페이지 테이블 강조 텍스트 */
 .price{  
    font-weight: 600;
     color: var(--main-color);
 }


/* step1 */
/* 지원 단말기 */
.applyphone{
    margin-top: 3rem;
    margin-bottom: 4rem;
}
/*유심안내*/
.usiminfo{
    margin-bottom: 2rem;
    line-height: 155%;
    color: #979797;
}
.usiminfo h4{
    margin-bottom: 10px;
    font-weight: 600;
    color: #797979;
}
.ext{
    color: #979797;
    margin-top: 1rem;
}


/* 가입완료 페이지 */

/*전체*/
.step4_wrap{
    width: 100%;
    margin: 0 auto;
}
.step4_wrap>img{
    width: auto;
    display:block;
    margin: 0 auto;
    padding-left: 55px;
}
.step4_wrap>h3{
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    margin: 3rem auto 0.5rem auto;
    line-height: 130%;
}
.step4_wrap >p{
    text-align: center;
    font-size: 1.38rem;
    font-weight: 500;
    line-height: 130%;
}


/*표*/
.table{
    width: 100%;
    margin: 3rem auto 2rem auto;
    background: #EFF6FF;
    border-radius: 25px;
}
.table th{
    width: 40%;
    height: 60px;
    text-indent: 1.5rem;
    text-align: start;
    font-weight: 700;
    color: #787878;
    border-bottom: 3px solid #fff;
}
.table td{
    width: 60%;
    height: 60px;
    text-align: end;
    padding-right: 1.5rem;
    font-size: 1.13rem;
    font-weight: 700;
    border-bottom: 3px solid #fff;
    color: var(--btn-color);
}

/*table ul*/
.table tr:nth-child(4) td{
    height: 100px;
}
.numberUl li, .numberUl span{
    font-weight: 600;
    color: var(--main-color);
}


/*가입완료*/
.btnWrap4 input{
    width: 100%;
    height: 5rem;
    border-radius: 50px;
    background: var(--btn-color);
    color: #fff;
    font-size: 1rem;
    border: 1px solid #d6d6d6;
    margin: 1rem auto 0 auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.btnWrap4 input:hover{
    background-color: var(--main-color);
    color: #fff;
    transition: all 0.3s ease-in-out;
}


/*반응형*/
@media(max-width:768px) {
    .step4_wrap>img{
        width: 180px;
    }
     .step4_wrap h3{
        font-size: 1.56rem;
    }
     .step4_wrap>p{
        font-size: 1.1rem;
     }
}
@media (max-width:580px) {
    .step4_wrap h3{
        font-size: 1.38rem;
    }
}
@media (max-width:480px) {
    .step4_wrap h3{
        font-size: 1.38rem;
    }
    .table th,     .table td{
        font-size: 0.98rem;
    }
    .table tr:nth-child(4) td{
        height: 90px;
    }
}



/* 요금제 */
.wrap .plan_summary {
    display: block;
}
.wrap .plan_summary>li {
    display: flex;
    align-items: center;
    column-gap: 6px;
    flex-wrap: wrap;
    margin: 0.6rem 0px;
}
