.mypage .profile-desc {
    display: flex;
    flex-direction: column;
    height: 65px;
    justify-content: space-between;
}

.mypage .profile-desc p {
    display: flex;
    justify-content: start;
    align-items: center;
}

.mypage .profile-desc p i {
    font-weight: bold;
    margin-left: 10px;
    font-size: 13px;
}

.mypage-title .profile-con {
    position: relative;
}

.mypage-title .profile-con .profile-mypage {
    width: 80px;
    height: 80px;
    border: 2px solid #ffffff;
    border-radius: 50px;
}

.mypage-title .profile-con div {
    position: absolute;
    top: 50px;
    right: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    background-color: #4f4f4f;
}

.mypage-title .profile-con div i {
    color: #ffffff;
}

.mypage-title .nickname {
    font-size: 12px;
    color: #2358a0;
    font-weight: bold;
}

.mypage-title .img-menu img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.mypage-title .img-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mypage .list-box .btn-arrow-right i {
    font-size: 13px;
}

.mypage .go-statis {
    background-color: #2358a0;
    padding: 10px 25px;
}

.mypage .go-statis > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mypage .custom-input[type='file'] {
    opacity: 0;
    position: absolute;
    height: 26px;
    width: 26px;
    cursor: pointer;
}

.mypage .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mypage .border-bottom,
.security .border-bottom,
.myinfo .border-bottom {
    border-bottom: 1px solid #F3F4F6;
}

.security .charge-form,
.restore-pin .charge-form {
    padding-top: 0 !important;
}

.select-list .account {
    display: flex;
    justify-content: space-between;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 15px !important;
}

.select-list .account.active {
    border: 1px solid #2358a0;
}

.select-list .account.no {
    border: 1px solid #ADB6BD;
}

.select-list .account.no .check {
    background: #ADB6BD
}

.select-list .account .check {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dddddd
}

.select-list .account.active .check {
    background: #2358a0
}

/*myinfo-menu*/

.card .content-wrap {
    height: calc(100% - 95px);
    top: 0;
}

.card .list-none-wrap {
    height: 100%;
    justify-content: space-between;
}

.myinfo-menu .pay-tab {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .myinfo-menu .pay-tab {
    margin-top: 60px;
}

.myinfo-menu .pay-tab a {
    color: #C4C4C4;
}

.myinfo-menu .pay-tab a.active {
    color: #2358a0;
}

.myinfo-menu .header-wrap {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.myinfo-menu .pay-tab a.active::after {
    bottom: -5px;
}


/*회원 정보*/
.content-main {
    height: calc(100vh - 92px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*배대사*/
.deli-agent .select {
    padding: 0;
}

.deli-agent .charge-form {
    padding-top: 0 !important;
}

.deli-agent .group:first-child {
    margin-top: 0 !important;
}

/*신용카드*/
.card .noCard .btn-l {
    width: 90%;
    margin: 0 auto 20px auto;
    border-radius: 5px;
}

.card .btn-l {
    border-radius: 5px;
}

.card .section-radius {
    border: 2px solid #F2F3F5;
    border-radius: 5px;
}

.card .bank .card-detail {
    flex-direction: column;
}

footer p {
    font-size: 12px !important;
    color: #808080;
}


/*my info*/
.myinfo section > div {
    padding: 25px 20px;
}

/*card Setting*/
.cardSetting .select-list > ul > li {
    padding-bottom: 20px;
}

.cardSetting .select-list > ul > li:last-child {
    padding-bottom: 0;
}

/*card regist*/
button.select {
    padding: 0 15px;
}

.card-regist .d-flex-row {
    justify-content: space-between;
    width: 100%;
}

.card-regist .d-flex-row > div {
    width: 100%;
}

/*registCardSuccess*/

.regist-card-success,
.regist-card-fail{
    align-items: center;
    justify-content: center;
}

.regist-card-success > p {
    justify-content: center;
}

.regist-card-success > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
}

.regist-card-fail > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.regist-card-success .character {
    justify-content: end;
}

.regist-card-success .comment {
    justify-content: start;
}

.regist-card-success .info,
.regist-card-fail .info {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #DDDDDD;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 10px;
    justify-content: space-between !important;
}

.regist-card-success .info .title,
.regist-card-fail .info .title {
    width: 25%;
    font-size: 15px;
    color: #ADB6BD;
}

.regist-card-success .info .cardInfo,
.regist-card-fail .info .cardInfo {
    font-size: 18px;
    color: #4f4f4f;
}

/*leave*/
.leave .charge-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.leave .charge-form > div {
    background-color: #ffffff;
    margin-top: 20px;
    border: 1px solid #dddddd;
    padding: 21px;
}

.leave .charge-form .desc {
    margin-left: 10px;
    font-size: 15px;
    text-align: center;
    word-break: keep-all;
}


/*--------------------------------pay-------------------------------------*/

.sms-pay .tab-tax {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 5px;

    text-align: center;
    display: flex;
    width: 100%;
}

.sms-pay .tab-tax div {
    padding-bottom: 10px;
    font-size: 18px;
    width: 50%;
    line-height: 45px;
    color: #C4C4C4;
}

.sms-pay .tab-tax div.activeTax {
    border: 2px solid #2358a0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #2358a0;
    line-height: 43px;
}

.sms-pay .tab-tax div.activeNoTax {
    border: 2px solid #2358a0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #2358a0;
    line-height: 43px;
}

.sms-pay .send {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sms-pay .date-con {
    display: flex;
    justify-content: space-between;
}

.sms-pay .date-con button:first-child {
    width: 65%;
}

.sms-pay .date-con button:last-child {
    width: 33%;
}

.sms-pay .align-bottom {
    position: fixed;
}

.no-right-border {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.card-regist button.input-address,
.sms-pay button.input-address {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sms-pay .input-close {
    display: flex;
    align-items: center;
}

.sms-pay .input-close input {
    padding-left: 0;
}

.sms-pay .note {
    color: #2358a0;
    font-size: 14px;
    float: right;
}

.sms-pay .contact {
    margin-bottom: 10px;
}

.sms-pay .contact:last-child {
    margin-bottom: 20px !important;
}

.sms-pay-success .black-title {
    font-size: 28px;
    line-height: 36px;
    color:#4f4f4f;
    font-weight: 500;
    text-align: center;
}

.sms-user-intro {
    align-items: center;
    justify-content: space-around !important;
}

.sms-user-intro .intro-wrap-tit {
    padding-top: calc(100vh * 0.1);
}

.sms-user-intro .intro-wrap-btn img {
    width: 123px;
    height: 113px;
}

.sms-pay .shop-name {
    line-height: 40px;
}

.sms-pay .shop-name img {
    vertical-align: middle;
}

.sms-pay .item-name {
    float: right;
    font-size: 20px;
    color: #808080;
    line-height: 30px;
}

.contact-select .checks-circle-black input[type="checkbox"] + label {
    width: 100%;
    padding-left: 0;
}

.contact-select .checks-circle-black input[type="checkbox"]:checked + label:before,
.contact-select .checks-circle-black input[type="checkbox"] + label:before,
.contact-select .checks-circle-black input[type="checkbox"]:checked + label:after,
.contact-select .checks-circle-black input[type="checkbox"] + label:after {
    right: 0;
    left: auto;
}

.acc-select {
    padding: 0;
}

.acc-select .accounts {
    padding: 30px 20px;
}

/*-------------------메인-------------------*/

.overflow-x-clip .txt1 {
    margin-right: auto;
    color: #4f4f4f;
    font-size: 22px;
}

.overflow-x-clip .txt2 {
    margin-right: auto;
    color: #4f4f4f;
    font-weight: 500;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
}

.static {
    margin-right: auto;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.main-wrap-footer .pay-con button {
    color: #ffffff;
    z-index: -1;
    width: 100%;
    margin-top: 27%;
    text-align: left;
    padding-left: 10px;
}

.main-wrap-footer .pay-con img {
    width: 30px;
    height: 46px;
}

.main-wrap-footer .pg-con button {
    z-index: -1;
    padding-top: 16px;
    padding-left: 13px;
    text-align: left
}

.main-wrap-footer .pg-con img {
    margin-left: 65%;
    margin-top: 10px
}

@media (max-width: 360px) {
    .overflow-x-clip .txt1 {
        font-size: 20px;
    }

    .overflow-x-clip .txt2 {
        font-size: 23px;
    }
}

@media (max-width: 320px) {
    .overflow-x-clip .txt1 {
        font-size: 16px;
    }

    .overflow-x-clip .txt2 {
        font-size: 18px;
    }

    .static {
        font-size: 13px;
    }

    .main-wrap-footer .pay-con button {
        margin-top: 15px;
    }

    .main-wrap-footer .pg-con button {
        padding-top: 10px;
        padding-left: 6px;
    }

    .main-wrap-footer .pg-con img {
        margin-left: 60%;
        margin-top: 0;
    }
}

@media (min-width: 414px) {
    .main-wrap-footer .pg-con img {
        margin-top: 20px;
    }
}







