﻿.self_header_wrap p{
    display:none !important;
}

.logo img{
    display:none !important;
}

/* 셀프개통 공통 헤더 및 푸터 css */
header, .m_menu, footer{
    display: none;
}
.self_header{
    display: block;
    width:100%;
    height: 80px;
    margin: auto;
    position: fixed; 
    left:0;
    top:0; 
    z-index:2;
    overflow:hidden;
    background: #fff;
}

.self_header_wrap {
    background: url('/common/image/masterpage/logo.svg') no-repeat center !important;
    margin: auto;
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.self_header button{
    text-align: right;
}
.self_header .logo{
    margin-left: -1%;
}



/* 최대 width: 1000px;, 사용 width: 984px; */
.wrap{
    width:100%;
    margin-top: 80px;
}
.wrap>div{
    max-width: 1000px; 
    margin: auto;
    margin-bottom: 110px;
}



/* h2 */
.wrap h2{
    text-align: center;
    font-size: 28px;
    margin: 30px 0 50px 0;
    display: flex;
    justify-content: center;
}

/* 상단 단계 step 공통사항*/
.step{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
    font-weight: 700;
}
.step p{
    display: flex;
    color: #C5C5C5;
    font-size: 16px;
}
.step span{
    
    background: #d0d0d0;
    color: #fff;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding-right: 1px;
    margin-right: 7px;
    border-radius: 50px;
}

    /* 막대기 바 */
.pro_bar{
    height: 6px;
    border-radius:2px;
    background:#e4e4e4;
    width:100%;
    position:relative;

    margin-bottom: 55px;
}
.pro_bar:after{
    content:' ';
    position:absolute;
    left:0;
    top:0;
    height:100%; 
    border-radius:2px;
    background: var(--strong-red);
}



/* 버튼 2, 3개 선택 */

.wrap h3{
    font-size: 18px;
    margin: 30px 0 9px;
}

.wrap h3 span{
    /*color:var(--strong-red);*/
    vertical-align: baseline;
}

.choice2, .choice3{
    width: 100%;
}
.choice2>label{
    margin: auto;
    
}

/* span css */
.open_obj input[type="radio"] + span {
    display: inline-block;
    width: 275px;
    line-height: 93px;
    height: 94px;
    border-radius: 20px;
background: #ffffff;
    border: 1px solid #e3e3e3;
    color: #444444;
    text-align: center;
    cursor: pointer;
    margin: auto;
      transition:all 0.2s ease;
}
.open_obj input[type="radio"]:checked + span {
    background:#FFF9EB;
    color: #3A3A3A;
    border : 1px solid var(--normal-red);
}

.open_obj input[type="radio"] + span:hover{
      background:#FFF9EB;
    color: #3A3A3A;
    border : 1px solid var(--normal-red);
}

.open_obj.plus_mini input[type="radio"] + span{
        height: 170px;
}
.label_txt_mini{
    display: block;
    line-height: normal;
    margin-top: 15px;
}
.open_obj input[type="radio"]:checked + span img {
    filter: invert(44%) sepia(78%) saturate(3221%) hue-rotate(359deg) brightness(100%) contrast(109%);
}
.open_obj .label_mini {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0;
    line-height: normal;
}
.choice2 .open_obj input[type="radio"] + span { /* 2개 선택 */
    width: 48%;
    line-height: 26px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
}
.choice2 .open_obj span span { /* 2개 선택 - 한줄 추가 설명 */
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.choice3 .open_obj input[type="radio"] + span { /* 3개 선택 */
    width: 31.5%;
    line-height: 73px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700; 
}

.choice2 .open_obj {
    margin-right: 1%; /* .open_obj의 label 사이 간격을 조절 */
    margin-left: 1%; }
.choice3 .open_obj {
    margin-right: 0.5%; /* .open_obj의 label 사이 간격을 조절 */
    margin-left: 1%; 
}
.choice2 .open_obj:last-child, .choice3 .open_obj:last-child {
    margin-right: 0; /* 마지막 .open_obj에는 오른쪽 간격을 주지 않음 */
}

/*개통설명*/

.choice_not ul li{
    font-weight: bold;
    margin-bottom: 7px;
    color:#a29f9f;
}

.chg_tit{
    font-size:13px;
}
@media (max-width:768px) {
    .wrap {
        padding-bottom: 100px;
    }
    .wrap h2 {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .wrap h3 {
        font-size: 16px;
    }
    .step p{
    font-size: 15px;
    }
    .step span{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -2px;
    }
        .btn_wrap {
    margin-top: 30px;
    margin-bottom: 0 !important;
    position: fixed !important;
    bottom: 0!important;
    left: 0!important;
    border-radius: 0;
    height: 90px!important;
    width: 100%!important;
    background: #ffffff;
    z-index:9;
    }
    .btn_wrap .certin_btn{
        width: calc(100% - 30px)!important;
        height: 65px!important;
        border-radius: 10px!important;
        font-weight: 500;
        margin: auto;
        margin-bottom: 10px;
    }
    #ContentPlaceHolder1_divAuthSecondBox .btn_wrap{
        height:150px !important;
    }
        
        /* 버튼 - 다음단계 (모바일)  */
    .btn100 {
        width: calc(100% - 30px)!important;
        height: 65px!important;
        border-radius: 10px!important;
        font-weight: 500;
    }
    
    .self_header_wrap {
        height: 55px;
    }
}



@media(max-width:580px) {

         .open_obj.plus_mini input[type="radio"] + span{
      line-height: normal;    padding-top: 23px;
}
        .open_obj input[type="radio"] + span img {
    width: 47%;
}
.open_obj.plus_mini input[type="radio"] + span {
    height: 145px;
}
    .step {
        width: 96%;
    }


    .pro_bar {
        margin-bottom: 40px;
    }




    .wrap h2 {
        margin-bottom: 22px;
    }

    .self_header, .self_header_wrap {
        height: 60px;
    }
    .self_header .m_logo{
    margin-top: 20px;
    }
}


@media (max-width:480px) {
    
    .step{
        padding-bottom: 12px;
    }
        .step p {
        font-size: 13px;
        }

        .step span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        }



        .wrap h2 {
        font-size: 20px;
        }
        .pro_bar {
        margin-bottom: 30px;
        }

}


.d5{
    text-align: right;
    display: flex;
    justify-content: end;
    margin-top: 6px;
    font-weight: bold;
    color: #adadad;
    font-size: 14px;
}