
.main-topbox{
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 90px;
    padding-top: 20px;
    padding-top: calc(20px + constant(safe-area-inset-top));
    padding-top: calc(20px + env(safe-area-inset-top));
    background-color: #0b3a82;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-sizing: border-box;
}
.main-topbox .address-wrap{
    padding-bottom: 25px;
}
.main-topbox .a-address{
    display: flex;
    max-width: calc(100% - 90px);
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}
.main-topbox .a-address .txt{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-topbox .a-address .ico{
    margin-left: 5px;
}

.main-topbox .urgent-wrap{
    position: absolute;
    bottom: -25px;
    right: 5%;
    width: 90px;
    height: 90px;
    background-color: #e94154;
    border: 3px solid #e8596a;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
}
.main-topbox .urgent-wrap .u-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.main-topbox .urgent-wrap .ico{
    width: 25%;
}
.main-topbox .urgent-wrap .txt{
    font-size: 14px;
    margin-top: 10px;
}

.main-wrap{
   
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 90px - 70px);
    min-height: calc(100vh - 90px - 70px - constant(safe-area-inset-top) - constant(safe-area-inset-bottom));
    min-height: calc(100vh - 90px - 70px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    box-sizing: border-box;
}
.main-wrap .main-frame{
    /* width: 75%; */
    max-width: 75%;
    height: 25vh;
    margin: 20px auto 40px;
}
.main-wrap .tit{
    font-size: 24px;
	font-weight: 800;
	color: #0b3a82;
    line-height: 1.3;
    text-align: center;
}
.main-wrap ol{
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
}
.main-wrap ol li{
    width: 50%;
    border: 1px solid #d6d6d6;
    border-radius: 7px;
    transition: transform 0.3s;
}
.main-wrap ol li.writing{
    position: relative;
}
.main-wrap ol li.writing::after{
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    color: #fff;
    font-size: 11px;
    background-color: #e94154;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 10px;
    content: '작성 중';
}
.main-wrap ol li a{
    display: block;
    height: 100%;
    padding: 3.5vh 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color:transparent;
}
.main-wrap ol li:nth-of-type(1){margin-right: 15px;}
.main-wrap ol li .frame{
    height: 45px;
}
.main-wrap ol li .txt{
    text-align: center;
    margin-top: 30px;
}

.main-wrap ol li.on,
.main-wrap ol li:active{
    transform: scale(0.9);
}

.main-wrap .cont-subsc{
    text-align: center;
    margin-bottom: 15px;
}
.main-wrap .btn-subsc{
    display: inline-block;
    padding: 0 35px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    /* background-color: #1f3ffc; */
    border-radius: 20px;
}
.main-wrap .btn-subsc .ico{
    color: #fcd73b;
    font-size: 18px;
    margin-left: 10px;
}



.pop-urgent{
    display: none;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 475px;
    background-color: #fff;
    border-radius: 20px;
    z-index: 102;
}
.pop-urgent .btn-clse{
    position: absolute;
    top: 15px;right: 5%;
    font-size: 23px;
}
.pop-urgent .container{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(90vh - 50px);
    padding: 40px 5% 30px;
    box-sizing: border-box;
}
.pop-urgent .container p{line-height: 1.3;}
.pop-urgent .input-wrap{margin-top: 30px;}
.pop-urgent .input-wrap label{
    font-size: 13px;
    margin-bottom: 15px;
}
.pop-urgent .input-wrap .input-cont{font-size: 15px;}

.pop-urgent .btn-btm{
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 50px;
}



/* -------------------- 주소입력창 -------------------- */
.addresspage-wrap .dft-btn{width: 100%;}
.addresspage-wrap .btn02{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: 10px;
    color: #666;
    border: 1px solid #666;
}
.addresspage-wrap .btn02 .ico{
    margin-right: 10px;
    margin-top: 2px;
    font-size: 20px;
}
.addresspage-wrap .input-wrap{
    margin-top: 15px;
}
.addresspage-wrap .input-wrap .input-cont{
    font-size: 16px;
    padding-bottom: 6px;
}
.addresspage-wrap .map-wrap{
    margin: 30px 0;
}
.addresspage-wrap .map-wrap .map{
    width: 100%;
    height: 35vh;
}
.addresspage-wrap .map-wrap .map .wrap_btn_zoom{display: none;}
.addresspage-wrap .map-wrap .map .wrap_controllers{display: none;}
.addresspage-wrap .map-wrap .map .map_border{display: none;}




/* fold-wrap */
.fold-wrap{
    border-bottom: 1px solid #ececec;
}
.fold-wrap .cover{
    position: relative;
    padding: 25px 0;
}
.fold-wrap .cover .arrow{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fold-wrap .cover .arrow .ico{
    transition: transform 0.4s;
}
.fold-wrap .cover.act .arrow .ico{
    transform: rotate(180deg);
}
.fold-wrap .cover .f-inner{
    width: 90%;
}
.fold-wrap .cover .f-inner.flxbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fold-wrap .content{
    display: none;
    box-sizing: border-box;
}
.fold-wrap .line{
    width: calc(100% - 40px);
    height:1px;
    background:#eee;
    margin: 0 auto;
}
.fold-wrap .content .f-inner{
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.fold-wrap .content .f-inner .txt{
    line-height: 1.4;
    word-break: break-all;
}




/* -------------------- 의뢰 요청 -------------------- */
.progress-box{
    position: fixed;
    z-index: 100;
    width: 100%;
    max-width: 500px;
    padding-bottom: 5px;
}
.progress-box .bar{
    position: relative;
    height: 3px;
    background-color: #eee;
}
.progress-box .bar .inner{
    position: absolute;
    top: 0;left: 0;
    height: 100%;
}
.progress-box p.count{
    float: right;
    margin-top: 20px;
}

.request-wrap .blank{height: 41px;}

.request-wrap .contbox{
    padding: 20px 0;
}
.request-wrap .contbox.bdb{
    border-bottom: 1px solid #ececec;
}
.request-wrap .contbox.bdt{
    border-top: 1px solid #ececec;
}
.request-wrap .contbox .titbox{
    margin-bottom: 40px;
}
.request-wrap .contbox .titbox .sub{
    margin-bottom: 5px;
}
.request-wrap .contbox .titbox .tit{
    font-size: 20px;
    line-height: 1.3;
}



/* 1단계 */
.request-wrap .flx-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 41px);
    padding-top: 41px;
    overflow-y: auto;
}
.request-wrap .selct-list{
    display: flex;
    flex-wrap: wrap;
}
.request-wrap .selct-list li{
    width: 25%;
    padding: 15px 0;
}
.request-wrap .selct-list li .frame{
    max-width: 40%;
    height: 38px;
    margin: 0 auto;
}
.request-wrap .selct-list li .frame svg{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
.request-wrap .selct-list li .frame img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
.request-wrap .selct-list li .txt{
    display: block;
    color: #4d5360;
    text-align: center;
    width: 95%;
    margin: 10px auto 0;
    font-weight: 500;
}
.request-wrap .selct-list li.on{
    position: relative;
}
.request-wrap .selct-list li.on .frame .ico-st0{
    fill: #0f20ff;
}
.request-wrap .selct-list li.on .frame .ico-st1{
    stroke: #0f20ff;
}
.request-wrap .selct-list li.on .txt{color: #0f20ff;}
.request-wrap .selct-list li.on::after{
    display: block;
    position: absolute;
    top: 5px;left: 5%;
    width: 20px;
    height: 20px;
    color: #0b3a82;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    background-color: #eee;
    border-radius: 50%;
    content: '\f00c';
}

.request-wrap .care .selct-list li.on .txt{color: #05cc65;}
.request-wrap .care .selct-list li.on::after{color: #05cc65;}
.request-wrap .care .selct-list li.on .frame .ico-st0{
    fill: #05cc65;
}

/* 구독서비스 */
.request-wrap .selct-list li .txt02{
    text-align: center;
    margin-top: 3px;
}
.request-wrap .selct-list li .txt02 .num{
    color: red;
}

.request-wrap .btn-add{
    width: 100%;
    line-height: 50px;
    color: #fff;
    text-align: center;
    /* background-color: #717580; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.request-wrap .btn-add1{
    width: 100%;
    line-height: 50px;
    color: #fff;
    text-align: center;
    /* background-color: #717580; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.request-wrap .btn-add2{
    width: 100%;
    line-height: 50px;
    color: #fff;
    text-align: center;
    /* background-color: #717580; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.request-wrap .btn-add3{
    width: 100%;
    line-height: 50px;
    color: #fff;
    text-align: center;
    /* background-color: #717580; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.request-wrap .btn-add4{
    width: 100%;
    line-height: 50px;
    color: #fff;
    text-align: center;
    /* background-color: #717580; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.request-wrap .btn-svadd1{background-color: #05cc65;}
.request-wrap .btn-svadd2{background-color: #0b3a82;}





/* 3단계 - 작업일시선택 */
.request-wrap .cont-wrap{
    margin-top: 3vh;
}
.request-wrap .imd-wrap .framebox{
    padding-top: 20px;
    background-color: #f9f7f7;
}
.request-wrap .imd-wrap .framebox .frame{
    width: 55%;
    margin: 0 auto;
}
.request-wrap .imd-wrap .txtbox{
    text-align: center;
    margin: 5vh 0;
}
.request-wrap .imd-wrap .txtbox p{
    line-height: 1.5;
}
.request-wrap .rsv-wrap .calendar-wrap{
    padding: 10px 0;
    background-color: #f9f7f7;
}
.request-wrap .rsv-wrap .calendar-wrap .monthbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.request-wrap .rsv-wrap .calendar-wrap .monthbox .btn-arrow{
    width: 50px;
    text-align: center;
}
.request-wrap .rsv-wrap .calendar-wrap .thead{
    display: flex;
    justify-content: space-around;
}
.request-wrap .rsv-wrap .calendar-wrap .thead li{line-height: 30px;}
.request-wrap .rsv-wrap .calendar-wrap .tbody .date{
    float: left;
    width: calc(100%/7);
    line-height: 52px;
    color: #4d5360;
    text-align: center;
}
.request-wrap .rsv-wrap .calendar-wrap .tbody .date.past{color: #bcbbbb;}
.request-wrap .rsv-wrap .calendar-wrap .tbody .date .btn-date{
    width: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}
.request-wrap .rsv-wrap .calendar-wrap .tbody .date.on .btn-date{
    color: #fff;
    background-color: #0b3a82;
    border-radius: 50%;
}


.time-select-wrap .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin: 0 auto;
    padding: 10px 0;
}
.time-select-wrap .inner .selectbox{
    position: relative;
}
.time-select-wrap .inner .selectbox::after{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    content: '\f078';
}
.time-select-wrap .inner .time-select{
    display: block;
    width: 150px;
    padding: 12px 30px 12px 20px;
    text-align: right;
    text-align-last: right;
    color: #fff;
    box-sizing: border-box;
    background-image: none;
}
.time-select-wrap .inner .time-select option{
    text-align: right;
}
.time-select-wrap .inner .time-select option{color: #1c1c1c;}



/* 4단계 - 예상비용 */
.listbox{
    padding: 1.5vh 0;
    border-bottom: 1px solid #eee;
}
.listbox li .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

/* 의뢰종류 */
.request-wrap .cont-list li{
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid #eee;
}
.request-wrap .cont-list li .frame{
    width: 20%;
    max-width: 30px;
    height: 38px;
    margin-right: 20px;
}
.request-wrap .cont-list li .frame svg{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.request-wrap .cont-list li .frame img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.request-wrap .cont-list li .txtbox p{
    line-height: 1.5;
}


/* 5단계 */
.request-wrap .address-wrap .topbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.request-wrap .address-wrap .label-tit{margin-bottom: 0;}
.request-wrap .address-wrap .btn-address{
    padding: 3px 10px;
    border: 1px solid #4d5360;
	background-color: #0012ff;
	color: #fff;
}
.request-wrap .address-wrap .input-cont{
    margin-top: 10px;
    font-size: 16px;
    padding-bottom: 6px;
}


/* -------------------- 의뢰목록 -------------------- */
.tab-mnu{
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 5px;
    position: fixed;
    top: 61px;
    top: calc(61px + constant(safe-area-inset-top));
    top: calc(61px + env(safe-area-inset-top));
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    z-index: 1;
}
.tab-mnu li{
    width: calc(100%/3);
    text-align: center;
    line-height: 44px;
}
.tab-mnu li.on{
    color: #0b3a82;
    border-bottom: 2px solid #0b3a82;
}
.tab-mnu li a{
    display: block;
    width: 100%;
    line-height: 44px;
}



/* -------------------- 의뢰 상세 내역 -------------------- */
.progress-wrap{
    padding: 25px 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dcdcdc;
}
.progress-wrap ol{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 30px;
    box-sizing: border-box;
}
.progress-wrap li{
    position: relative;
}
.progress-wrap .dot{
    width: 10px;
    height: 10px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #dcdcdc;
}
.progress-wrap .dot.wline{
    position: relative;
}
.progress-wrap .li-line{
    width: calc(100%/4);
}
.progress-wrap .line{
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
}
.progress-wrap p{
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    color: #dcdcdc;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 10px;
    white-space: nowrap;
}

.progress-wrap li.on .dot{
    width: 14px;
    height: 14px;
    border-width: 3px;
}
.progress-wrap li.on p{
    top: 28px; 
}

.progress-wrap.ord .act .dot{border-color: #0b3a82;}
.progress-wrap.ord .act p{color: #0b3a82;}
.progress-wrap.ord li.on.act p{color: #fff; background-color: #0b3a82;}
.progress-wrap.ord .line.act{background-color: #0b3a82;}

.progress-wrap.subsc .act .dot{border-color: #05cc65;}
.progress-wrap.subsc .act p{color: #05cc65;}
.progress-wrap.subsc li.on.act p{color: #fff; background-color: #05cc65;}
.progress-wrap.subsc .line.act{background-color: #05cc65;}

.progress-wrap.urg .act .dot{border-color: #d45a5a;}
.progress-wrap.urg .act p{color: #d45a5a;}
.progress-wrap.urg li.on.act p{color: #fff; background-color: #d45a5a;}
.progress-wrap.urg .line.act{background-color: #d45a5a;}



.worker-info .content .lft{
    display: flex;
    align-items: center;
}
.worker-info .content .frame{
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.worker-info .content .frame img{
    object-fit: cover;
}
.worker-info .content .a-tel{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #f7f7f7;
}
.worker-info .content .a-tel .ico{
    color: #05cc65;
    font-size: 18px;
    line-height: 40px;
    transform: rotateY(180deg);
}

/* contbox 회색배경 */
.request-wrap .contbox.type02{
    background-color: #eee;
}
.request-wrap .contbox.type02 .input-cont{
    background-color: transparent;
    border-color: #d2d2d2;
}
.request-wrap .contbox.type02 p{
    margin-top: 15px;
}


/* 결제하기 */
.pay-wrap .titbox{
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.pay-wrap .dft-tab{margin-top: 35px;}
.pay-wrap .input-point{
    position: relative;
}
.pay-wrap .subtxt{
    line-height: 1.4;
    margin-top: 10px;
}

/* 등록카드 */
.pay-wrap .reg-card-wrap{
    border-top: none;
    border-bottom:1px solid #ececec;
}
.pay-wrap .reg-card-wrap .cardname .ico{
    margin-left: 15px;
}

.pay-wrap .point-wrap{
    margin-bottom: 40px;
}
.pay-wrap .point-wrap .input-wrap{
    position: relative;
}
.pay-wrap .point-wrap .input-wrap .tail{
    position: absolute;
    bottom: 15px; right: 0;
    font-size: 17px;
}
.pay-wrap .total{font-size: 22px;}

.flx-wrap{
    padding: 25px 0;
    border-top: 1px solid #ececec;
} 
.flx-wrap .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pay-wrap .card-pop{
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    max-height: 100vh;
    max-height: calc(100vh - constant(safe-area-inset-top));
    max-height: calc(100vh - env(safe-area-inset-top));
    padding: 30px 0;
    padding-bottom: calc(90px + constant(safe-area-inset-bottom));
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 102;
}
.pay-wrap .card-pop .center{
    position: relative;
}
.pay-wrap .card-pop .center .btn-x{
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 30px;
    z-index: 1;
}
.pay-wrap .card-pop .pop-inner{
    overflow-y: auto;
    max-height: calc(100vh - 120px);
    max-height: calc(100vh - 120px - constant(safe-area-inset-top));
    max-height: calc(100vh - 120px - env(safe-area-inset-top));
} 

/* 일반결제 */
.pay-wrap .part-b .selectbox{
    display: flex;
    margin-top: 20px;
}
.pay-wrap .part-b .selectbox .agree-wrap{
    width: 50%;
    padding: 15px 0;
}

.pay-wrap .selectbox.type02{
    display: flex;
    flex-wrap: wrap;
}
.pay-wrap .selectbox.type02 .agree-wrap{
    border: none;
    padding: unset;
    margin-right: 15px;
}

.pay-wrap .contbox.reason .tit{
    line-height: 1.3;
    margin-bottom: 15px;
}
.pay-wrap .contbox.reason .content{
    line-height: 1.3;
}




/* -------------------- 의뢰 취소 -------------------- */
.request-cancle-wrap .titbox{
    padding: 5vh 0;
    border-bottom: 1px solid #ececec;
}
.request-cancle-wrap .titbox .sub{
    margin-top: 15px;
    line-height: 1.3;
}
.request-cancle-wrap .agree-wrap{
    padding: 0;
    border: none;
}
.request-cancle-wrap .cancle-list{
    padding: 5vh 0 2vh;
}
.request-cancle-wrap .cancle-list li{
    margin: 20px 0;
}
.request-cancle-wrap .cancle-list .input-text{
    width: calc(100% - 20px);
    margin-top: 10px;
    margin-left: 20px;
    padding: 10px 5px;
    border: 1px solid #ececec;
    -webkit-appearance: none;
}




/* -------------------- 의뢰 리뷰 -------------------- */
.request-reiview-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.request-reiview-wrap .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 30px 0;
}
.request-reiview-wrap .frame.profile{
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
}
.request-reiview-wrap .frame.profile img{
    object-fit: cover;
}

.request-reiview-wrap .star-wrap{
    display: flex;
    justify-content: center;
    margin: calc(1.5vh + 10px) 0;
}
.request-reiview-wrap .star-wrap li{
    margin: 0 5px;
}
.request-reiview-wrap .star-wrap li label::after{
    display: block;
    color: #dbdbdb;
    font-size: 20px;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    content: '\f005';
}
.request-reiview-wrap .star-wrap li input:checked + label::after{
    color: #0b3a82;
    font-weight: 900;
}

.request-reiview-wrap .cont-wrap{
    margin-top: 20px;
}
.request-reiview-wrap .cont-wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.request-reiview-wrap .cont-wrap li{
    width: calc(100%/3);
    margin-top: 20px;
}
.request-reiview-wrap .cont-wrap li .frame{
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.request-reiview-wrap .cont-wrap li .txt{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.request-reiview-wrap .cont-wrap li label{display: block;}
.request-reiview-wrap .cont-wrap li .frame.on{display: none;}
.request-reiview-wrap .cont-wrap li input:checked + label .frame.on{display: block;}
.request-reiview-wrap .cont-wrap li input:checked + label .frame.off{display: none;}





/* -------------------- 구독작업내역 -------------------- */
.nonsubsc-wrap .container{
    height: 100%;
    box-sizing: border-box;
}
.nonsubsc-wrap .slide{
    min-height: unset;
    height: calc(100% - 50px);
}
.nonsubsc-wrap .slide .swiper-container{
    padding-bottom: 5vh;
}
.nonsubsc-wrap .slide .frame{
    height: 30vh;
}





/* -------------------- 구독 서비스 이용요청 ver2 -------------------- */
.request-wrap .list-wrap{
    position: relative;
    padding: 25px 0;
    box-sizing: border-box;
}
.request-wrap .list-wrap::after{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to top, rgba(0,0,0,0.02), rgba(0,0,0,0) );
    content: '';
}
.request-wrap .subsc-list li{
    border: 1px solid transparent;
    transition: border-color 0.4s;
}
.request-wrap .subsc-list .tit{margin-top: 0;}
.request-wrap .subsc-list .exp{
    color: #999;
}
.request-wrap .subsc-list .btm-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 25px;
}
.request-wrap .subsc-list .inputbox{
    pointer-events: none;
}
.request-wrap .subsc-list .inputbox label{
    display: block;
    font-size: 0;
    width: 25px;
    height: 25px;
    background-image: url(/html/assets/img/customer/subsc/icon/check_gray.svg);
}
.request-wrap .subsc-list .inputbox input:checked + label{
    background-image: url(/html/assets/img/customer/subsc/icon/check_blue.svg);
}

.request-wrap .subsc-list li.act{
    border-color: #0012ff;
}
.request-wrap .subsc-list li.act .remain{
    color: #0012ff;
}
.request-wrap .subsc-list li.expired{
    border-color: #e9e9e9;
    box-shadow: none;
}
.request-wrap .subsc-list li.expired .tit,
.request-wrap .subsc-list li.expired .exp{
    color: #d6d6d6;
}
.request-wrap .subsc-list li.expired .remain{color: #c40e0e;}
.request-wrap .subsc-list li.expired .inputbox{display: none;}

.request-wrap .notice-wrap{
    padding: 5px 0;
    background-color: #fff;
}
.request-wrap .notice-wrap .box{
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.request-wrap .notice-wrap .box .frame{
    width: 80px;
    margin-right: 10px;
}
.request-wrap .notice-wrap .box .sub{
    font-size: 14px;
    margin-bottom: 5px;
}
.request-wrap .notice-wrap .box .tit{
    font-size: 22px;
}





/* -------------------- 구독 서비스 이용목록 ver2 -------------------- */
.nonsubsc-wrap02 .non-container{
    padding: 25px 0;
}
.nonsubsc-wrap02 .slide{
    position: relative;
    margin-bottom: 50px;
}
.nonsubsc-wrap02 .slide li{
    position: relative;
    font-size: 16px;
}
.nonsubsc-wrap02 .slide .frame{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 96%;
    border-radius: 15px;
}
.nonsubsc-wrap02 .slide .frame img{
    position: absolute;
    top: 0;left: 0;
}
.nonsubsc-wrap02 .slide li .txtbox{
    position: absolute;
    top: 8%;
    left: 5%;
    z-index: 1;
}
.nonsubsc-wrap02 .slide li .txtbox .tag{
    display: inline-block;
    color: #fff;
    line-height: 2;
    padding: 0 14px;
    background-color: #070707;
    font-size: min(3vw, 16px);
    border-radius: 14.5px;
    margin-bottom: 15px;
}
.nonsubsc-wrap02 .slide li .txtbox .sub{
    font-size: min(4vw, 18px);
    letter-spacing: -0.025em;
}
.nonsubsc-wrap02 .slide li .txtbox .tit{
    font-size: min(9vw, 40px);
    margin-top: 10px;
    line-height: 1.2;
    letter-spacing: -0.05em;
}
.nonsubsc-wrap02 .slide .swiper-pagination{
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
}
.nonsubsc-wrap02 .slide .swiper-pagination .swiper-pagination-bullet{
    margin: 0 4px;
}
.nonsubsc-wrap02 .slide .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #1b1b1b;
}

.nonsubsc-wrap02 .non-container .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.nonsubsc-wrap02 .non-container .btn .ico{
    width: 16px;
    margin-right: 5px;
    margin-top: 3px;
}


.request-wrap03 .notice-wrap02{
    position: relative;
}
.request-wrap03 .notice-wrap02::after{
    display: block;
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0) );
    content: '';
}
.request-wrap03 .notice-wrap02 .box .frame{
    width: 10%;
    min-width: 32px;
}
.request-wrap03 .notice-wrap02 .box .txtbox p{
    line-height: 1.3;
}
.request-wrap03 .list-wrap::after{
    display: none;
}
.request-wrap03 .subsc-list .btmbox .btn{
    width: 100%;
    font-size: 14px;
    padding: 14px 0;
}





@media screen and (max-width:400px) {
    
    .main-topbox .a-address{font-size: 16px;}    
    .main-topbox .urgent-wrap{
        width: 85px;
        height: 85px;
    }
    .main-topbox .urgent-wrap .txt{
        font-size: 13px;
        margin-top: 5px;
    }

    .main-wrap .tit{font-size: 28px;}

}


@media screen and (max-width:360px) {
    .main-topbox{
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .main-topbox .address-wrap{
        width: 90%;
        padding-bottom: 20px;
    }
    .main-topbox .a-address{
        font-size: 15px;
        letter-spacing: -0.05em;
    }
    .main-topbox .urgent-wrap{
        width: 70px;
        height: 70px;
        border-width: 2px;
        bottom: -15px;
    }
    .main-topbox .urgent-wrap .txt{font-size: 12px;}
    
    .main-wrap .main-frame{
        margin-bottom: 20px;
    }
    .main-wrap .tit{font-size: 23px;}

    .main-wrap ol{
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .main-wrap ol li:nth-of-type(1){margin-right: 10px;}
    .main-wrap ol li a{padding: 3vh 0;}
    .main-wrap ol li .frame{height: 40px;}
    .main-wrap ol li .txt{margin-top: 10px;}
    .main-wrap .btn-subsc{
        line-height: 40px;
    }

    .pop-urgent .input-wrap label{
        font-size: 12px;
        margin-bottom: 12px;
    }
    .pop-urgent .input-wrap .input-cont{font-size: 14px;}


    /* -------------------- 주소입력창 -------------------- */
    .addresspage-wrap .dft-btn{
        font-size: 15px;
        padding: 15px 0;
    }
    .addresspage-wrap .btn02{
        height: 45px;
        margin-top: 10px;
        color: #666;
        border: 1px solid #666;
    }
    .addresspage-wrap .map-wrap{margin: 20px 0;}
    .addresspage-wrap .input-wrap .input-cont{
        font-size: 15px;
    }



    /* -------------------- 의뢰 요청 -------------------- */
    .progress-box p.count{margin-top: 15px;}
    .request-wrap .blank{height: 30px;}

    .request-wrap .flx-container{
        height: calc(100% - 30px);
        padding-top: 30px;
    }
    .request-wrap .contbox .titbox{margin-bottom: 30px;}
    .request-wrap .contbox .titbox .tit{font-size: 18px;}
    .request-wrap .rsv-wrap .calendar-wrap .tbody .date{line-height: 45PX;}
    .request-wrap .rsv-wrap .calendar-wrap .tbody .date .btn-date{font-size: 14px;}
    .time-select-wrap .inner .time-select{
        width: 130px;
        padding: 10px 25px 10px 3px;
    }

    /* 5단계 */    
    .request-wrap .address-wrap .topbox{margin-bottom: 0px;}
    .request-wrap .address-wrap .input-cont{
        font-size: 15px;
    }


    /* -------------------- 의뢰 상세 내역 -------------------- */
    .progress-wrap ol{padding-left: 0; padding-right: 0;}
    .pay-wrap .point-wrap{
        margin-bottom: 35px;
    }




    /* -------------------- 구독 서비스 이용목록 ver2 -------------------- */
    .nonsubsc-wrap02 .slide{
        margin-bottom: 25px;
    }
    .nonsubsc-wrap02 .slide .swiper-pagination .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
    }
    .nonsubsc-wrap02 .non-container .btn{
        margin-top: 10px;
    }
    

    
}