/* 마이페이지 */

.mypage-profile {background-color: #42A468; display: flex; flex-direction: column; gap: 20px; align-items: center; justify-content: center; padding: 25px 20px; margin-top: 60px;}
/* .pro-img {position: relative; width: 70px; border-radius: 10px; overflow: hidden;}
.pro-img span {position: absolute; width: 22px; bottom: 0; right: -1px;}
.pro-img-wrap {display: flex; flex-direction: column; align-items: center; gap: 10px;}
.pro-img-wrap p {font-size: 18px; color: #fff; font-weight: 600;} */

.mypage .pro-img {width: 100px;}
.mypage .pro-img-wrap .pro-name {text-align: center; font-size: 20px; color: #fff; margin-top: 15px;}
.mypage .pro-img-wrap .pro-name b {color: #fff;}

.mypage-history {padding: 20px;}
.mypage-history h2 {font-size: 20px; color: #333; font-weight: bold; margin-bottom: 18px;}
.mypage-history ul {background-color: #fff; padding: 5px 20px; border-radius: 10px;}
.mypage-history ul li {display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 20px 0;}
.mypage-history ul li:first-child {border-bottom: 1px solid #eee;}
.mypage-history ul li .his-icon {display: flex; align-items: center;gap: 10px;}
.mypage-history ul li .his-icon span {width: 23px;}
.mypage-history ul li .his-icon p {font-size: 18px; font-weight: 500;}
.mypage-history ul li i {color: #aaa;}

.my-list .tab {margin-bottom: 0 !important;}
/* .list {padding: 20px 15px; border-radius: 8px;}
.list > span {font-size: 14px; font-weight: 600; color: #555; margin-bottom: 9px;} */
.mycon-img-wrap {display: flex; align-items: center; gap: 10px;}
.mycon-img {width: 80px; height: 80px; border-radius: 10px; overflow: hidden; flex-shrink: 0;}
.mycon-tit h3 {font-size: 17px; font-weight: bold;}
.mycon-tit span {font-size: 15px; color: #555;}
.mycon-tit p {font-size: 16px; font-weight: bold; margin-top: 5px;}
.list-btn {display: flex; align-items: center; gap: 10px; margin-top: 15px;}
.list-btn > button {flex-grow: 1; text-align: center; padding: 13px 0; border-radius: 5px;}
.btn1 {background-color: #f6f6f6; color: #333;}
.btn2 {background-color: #42a46847; color: #42A468;}


/* 내정보수정 */

.edit-wrap .ed-pro {padding: 25px 0 35px 0; display: flex; align-items: center; justify-content: center; position: relative;}
.edit-wrap .ed-pro .ed-img {width: 90px; position: relative;}
.edit-wrap .ed-pro .ed-img .camera {position: absolute; background: url(../img/setting.png) no-repeat center/cover; width: 20px; height: 20px; bottom: 2px; right: -1px;}

input:disabled {background: #f5f5f5; color: #878787;}

.phone-wrap p {font-size: 15px; margin-bottom: 8px; font-weight: 500;}
.phone-wrap .phone {display: flex; gap: 10px;}
.phone-wrap .phone select {background-size: 7%; background-position: 90% 50%;}
.edit-wrap button {margin-top: 40px;}

.change {position: absolute; left: 50%; top: 80%; transform: translateX(-50%); width: 60vw; border-radius: 10px; background-color: #fff; box-shadow: 0 0px 10px rgba(0, 0, 0, .1); display: none;}
.change li {padding: 10px; text-align: center;}
.change li:first-child {border-bottom: 1px solid #f5f5f5;}

select {width: 100%; height: 50px; border: 1px solid #ddd; border-radius: 50px; background: url(../img/angle.png) no-repeat; background-position: 94% 50%; background-size: 3%; padding: 0 21px; font-size: 15px; outline: none;}

/* 주문결제내역 */

.total-wrap {padding: 10px 20px; display: flex; align-items: center; justify-content: space-between;}
.total-wrap p {display: flex;}
.total-wrap p span {font-weight: 800; color: #444; margin-left: 3px;}
.select-box {padding: 6px 10px; border-radius: 3px; border: 1px solid #eee; display: flex; gap: 8px;}
.select-box em {width: 9px;}
.select-box em img {object-fit: contain;}

.order-date {display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px;}
.order-date p {font-size: 14px; color: #222; font-weight: 800;}
.order-date span {font-size: 12px; color: #777; font-weight: 500;}
.list-in {padding: 20px 20px 30px 20px; border-bottom: 8px solid #F9F9F9;}
.list-info {display: flex; gap: 10px;}
.list-info .pro-img {width: 100px; border-radius: 8px; overflow: hidden;}
.list-con {padding: 18px 15px; border-radius: 8px; border: 1px solid #eee;}
.list-con .btn-sub {width: 100%; height: 45px; font-size: 14px; display: flex; align-items: center; justify-content: center; border: 1px solid #ddd; color: #666; border-radius: 50px; margin-top: 20px; font-weight: 600;}

.list-none {padding: 50px 0; display: flex; align-items: center; justify-content: center;}
.list-none p { font-size: 15px; color: #555 !important;}