/* 마이페이지 */

.mypage-profile {background-color: #5F00B2; 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;}
.pro-txt {width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; padding: 15px; border-radius: 10px; background-color: #4d157e;}
.pro-txt p {color: #fff; font-size: 12px; font-weight: bold;}
.pro-txt span {color: rgba(255, 255, 255, .85);}

.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: #E7D9F4; color: #5F00B2;}


/* 내정보수정 */

.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: 3px; background: url(../img/angle.png) no-repeat; background-position: 95% 50%; background-size: 3%; padding: 0 10px; font-size: 15px; outline: none;}