/* 마이페이지 */

.mypage-profile {background-color: #f9f9f9; display: flex; flex-direction: column; gap: 20px; align-items: center; justify-content: center; padding: 25px 20px 35px 20px; margin-top: 60px;}
.mypage .pro-img {width: 120px;}
.mypage .pro-img-wrap p {text-align: center; font-size: 20px; font-weight: 600; margin-top: 15PX;}

.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;border-bottom: 1px solid #eee;}
.mypage-history ul li:last-child {border-bottom: none;}
.mypage-history ul li .his-icon {display: flex; align-items: center;gap: 10px;}
.mypage-history ul li .his-icon span {width: 30px;}
.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: #fb850026; color: #FB8500; font-size: 14px;}


/* 내정보수정 */

.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 #eee; border-radius: 5px; background: url(../img/angle.png) no-repeat #fff; background-position: 95% 50%; background-size: 3%; padding: 0 10px; font-size: 15px; outline: none; color: #434343;}

/* 시설 예약 내역 */
.total {font-size: 14px; color: #777; margin-top: 15px;}
.total span {font-weight: 600; color: #333; display: inline-block;}
.ce-list-con {padding: 20px 20px 25px 20px; border-bottom: 8px solid #f9f9f9;}
.ce-list-con .myli-txt {width: calc(100% - 120px);}
.ce-list-con .myli-txt p {font-size: 16px; font-weight: 500; padding-bottom: 10px; border-bottom: 1px solid #eee;}
.ce-list-con .myli-txt .date {padding-top: 10px;}
.ce-list-con .myli-txt .date span {font-size: 12px; color: #777;}
.ce-list-con .myli-txt .date b {font-size: 14px; color: #444; font-weight: 600;}
.ce-list-con button {margin-top: 12px;}

.list h2 {font-size: 18px; font-weight: 600; margin-bottom: 15px;}
.re-info-txt ul {display: flex; flex-direction: column; gap: 15px;}
.re-info-txt ul li {display: flex; align-items: center;}
.re-info-txt ul li p {width: 80px; font-size: 14px; color: #666;}
.re-info-txt ul li span {color: #444; font-size: 15px;}

.ce-list-con .pro-txt em {font-size: 12px; color: #666; font-weight: 500;}
.pay-list .list-top {align-items: flex-start;}
.pay-list .list-top .pro-txt {padding-top: 10px;}
.pay-list .list-top .pro-txt p {text-wrap: wrap;}

.pay-date {display: flex; align-items: center; justify-content: space-between; padding: 7px 20px; background-color: #f5f5f5;}
.pay-date p {font-size: 15px; color: #333; font-weight: 600;}
.pay-date span {font-size: 12px; color: #777;}

.fold {display: flex; align-items: center; justify-content: space-between;}
.fold em {width: 12px; transform: rotate(180deg); transition: all 0.2s;}
.fold em.on {transform: rotate(0);}

.my-rev .center-info div span {text-wrap: wrap; width: 100%;}
.my-pay .pro-con .pro-txt > p {text-wrap: wrap;}

.list .ce-list-con ul {display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px;}
.list .ce-list-con ul li:first-child {font-size: 14px; font-weight: 600;}
.list .ce-list-con ul li:last-child {font-size: 12px; color: #666;}