.main-bg{
    background: #EEF4FF;
    /*min-height: calc(100vh - 111px);*/
    min-height: 100vh;
    padding-bottom: 75px;
}
.main-t-bg{
    background: linear-gradient(180deg, #2B58A2 0%, #4285F4 39.5%);
    width: 100%;
    height: 24%;
    top: 0;
    gap: 0;
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    z-index: 0;
}
.main-addr{
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    background: #2B58A1;
    gap: 0;
    border-radius: 20px;
    padding: 0 10px;
}
.main-box{
    border: 1px solid #4285F4;
    background: #fff;
    border-radius: 10px;
}
.inp{
    padding-bottom: 1.5rem;
}
.inp label{
    /*font-size: 0.825rem;*/
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.inp .basic{
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    position: relative;
}
#container .inp .basic input{
    width: 90%;
    font-size: 1rem;
    color: #333;
    font-weight: 400;
    border: none;
}
.inp .basic .position img{width: 20px; height: 20px;}
.inp .basic-file{
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inp .basic-file input{display: none}
.inp .basic-file .position img{width: 24px; height: 24px;}
.inp .basic-text{
    border: 1px solid #BEBEBE;
    height: 114px;
    /*padding: 17px 10px;*/
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.inp .basic-text textarea{outline: none; resize: none; box-sizing: border-box; overflow: hidden; width: 100%; min-height: 100%; font-size: 1rem; padding: 17px 10px;}
.btn{font-size: 0.825rem; color: #fff; border-radius: 10px;}
.selectBox{border-radius: 10px; border: 1px solid #4285F4; background: #fff; padding: 10px; z-index: 2; display: none}
#collectionBox{position: absolute; right: -1px; top: -1px; text-align: center;}
#keepBox, #weightBox, #wayBox, #deliBox{position: absolute; left: -1px; top: -1px; width: calc(100% + 2px);}
.selectBox p{padding-bottom: 10px; color: #333; font-size: 1rem; font-weight: 400; cursor: pointer}
.selectBox p:last-child{padding-bottom: 0;}

.boxLine{border: 1px solid #4285F4; background: #fff; padding: 15px; border-radius: 4px}
.boxLine p{color: #333; padding-bottom: 8px; font-size: 0.825rem; font-weight: 400}
.boxLine p:first-child{font-size: 1rem; font-weight: 500}
.boxLine p:last-child{padding-bottom: 0}
.complete-send{position: relative; width: 100%; display: flex; justify-content: center; align-items: center; height: 216px; margin-bottom: 86px}
.complete-send img:first-child{width: 254px; position: absolute}
.complete-send img:last-child{width: 89px}
.text-send{padding-top: 50px}
.text-send p{color:#4285F4; font-size: 1.25rem; font-weight: 400;}
.text-send p:first-child{display: inline-block; background-color: #4285F4; color: #fff; padding: 0 5px}
.parcelBox{padding-top: 24px; text-align: center}
.parcelDay{background-color: #fff; border-radius: 50px; padding: 4px 8px; text-align: center; display: inline-block; margin-bottom: 10px;}
.parcelDay p{font-size: 12px; font-weight: 500; color: #4285F4}
.parcelContent{background-color: #fff; width: 100%; padding: 8px 20px; display: flex; align-items: center; margin-bottom: 2px;}
.parcelContent .img{width: 76px; height: 76px; border-radius: 20px; background-position: center; background-repeat: no-repeat; background-size: 150%;}
.parcelContent .parcelSub{display: flex; justify-content: space-between; width: calc(100% - 80px); align-items: center}
.parcelContent .text{text-align: left; padding: 0 15px; width: calc(100% - 72px);}
.parcelContent .text p{color: #333;}
.parcelContent .text p:nth-child(2){color: #BEBEBE; font-size: 10px; padding-bottom: 7px;}
.parcelContent .text p:last-child{text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.parcelContent .new{display: flex; justify-content: center; align-items: center; background-color: #EA4335; width: 21px; height: 21px; border-radius: 50%;}
.parcelContent .new p{color: #fff; font-size: 12px; font-weight: 700; line-height: 1px;}

.thumbSwiper .swiper-pagination {
    /*padding: 10px;*/
    width: auto;
    right: 20px;
    left: auto;
    background-color: #fff;
    border-radius: 50px;
    padding: 2px 8px;
    color: #4285F4;
}
.thumbSwiper .swiper-pagination span{font-size: 12px; font-weight: 400; color: #4285F4;}
.parcelDetail{background-color: #fff; border-radius: 10px; padding: 20px; margin: 20px auto 40px; min-height: 190px; position: relative}
.parcelDetail p:first-child{font-size: 12px; font-weight: 500; color: #4285F4; padding-bottom: 4px;}
.parcelDetail p:nth-child(2){font-size: 20px; font-weight: 500; color: #000; padding-bottom: 1rem;}
.parcelDetail p:nth-child(3){font-size: 12px; font-weight: 500; color: #000; padding-bottom: 16px;}
.parcelDetail div{position: absolute; bottom: 10px; right: 20px;}
.parcelDetail div p{padding-bottom: 0}
.parcelDetail div p.check{color: #FC0000}

.btnLine{font-size: 0.825rem; color: #4285F4; border-radius: 10px; border: 1px solid #4285F4; background-color: #fff;}
.parcelContent .state{display: flex; justify-content: center; align-items: center; width: 72px; height: 21px; border-radius: 50px;}
.parcelContent .state p{color: #fff; font-size: 12px; font-weight: 500; line-height: 1px;}
.green{background-color: #34A853}
.blue{background-color: #4285F4}
.gray{background-color: #BEBEBE}
.yellow{background-color: #FFBE00}

.homeList{}
.homeList .title{font-weight: 700; font-size: 0.825rem; color: #4285F4; padding: 18px 0}
.homeBtn{cursor: pointer; display: flex; align-items: center; padding: 18px 0}
.homeBtn p{color: #333; font-weight: 500; font-size: 13px;}
.basic-list li{padding: 18px 0; color: #333; font-weight: 500; font-size: 13px;}

.sideBtn{position: absolute; top: 17px; right: 20px; font-size: 13px; color: #4285F4; font-weight: 500; cursor: pointer}
.basicBtn{padding: 5px 8px; border-radius: 50px;}
.basicBtn p{font-size: 0.825rem; font-weight: 500; color: #fff; line-height: 14px;}
.addrBtn{border: 1px solid #4285F4; background-color: #fff;margin-right: 8px}
.addrBtn p{color: #4285F4}

.btn.disabled{background: #BEBEBE !important;pointer-events: none;}

.inquiryBox{cursor: pointer; background-color: #fff; border-bottom: 1px solid #ECECEC; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between}
.inquiryBox p{font-size: 13px; font-weight: 500; color: #BEBEBE}
.inquiryBox p.on{color: #4285F4}
.inquiryBox .title{padding: 0 8px; color: #333; width: calc(100% - 120px);text-overflow: ellipsis;white-space: nowrap;overflow: hidden; }
.inquiryBox .dat{font-size: 12px;}

.textLine{border: 1px solid #BEBEBE !important;}

.addressListBtn p {font-size: 14px !important;}