/* BASIC css start */
/* BASIC css start */
 
/* ------------- 상단 마이페이지 정보 ------------- */

.body-mileage .mypage_lately_info_cont{}
.mypage_top_info{display:flex;justify-content: space-between;width:100%;margin: 0 0 50px 0;padding: 40px;background: #f6f6f6;box-sizing: border-box;border-radius: 10px;}
.mypage_top_txt{display:flex;align-items: flex-start;justify-content: flex-start;width: 35%;text-align:left;}
.mypage_top_txt .grade_img{display:block;padding-right: 20px;}
.mypage_top_txt .grade_img img{width: 80px;}
.mypage_top_txt .grade_txt{}
.mypage_top_txt .grade_txt p:first-child{line-height: 32px;font-size: 24px;font-weight: 700;}
.mypage_top_txt .grade_txt p .grade_nm{color:#222; font-weight: 700; line-height:1; font-size: inherit;}
.mypage_top_txt .grade_txt p.grade_lv{:;14px;margin: 10px 0 15px;}
.mypage_top_txt .grade_txt p.grade_lv a{color: #999;font-size: 13px;font-weight: 600;line-height: 18px;}
.mypage_top_txt .grade_txt p.grade_lv a img {margin-left:5px;}
.mypage_top_txt .grade_txt strong{display:block; font-size:16px;}
.mypage_top_txt .grade_txt span{
    margin-left: 2px;
}
.mypage_top_txt .grade_txt p img {
    vertical-align: baseline;
}

.mypage_top_txt .grade_txt span a {
    line-height: 32px;
    font-size: 24px;
}
.mypage_top_txt .grade_txt .member_edit{
    display: flex;
    gap: 5px;
}
.mypage_top_txt .grade_txt .member_edit a {
    color: #555;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #fff;
    width: 101px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.mypage_top_txt .grade_txt .member_edit a:hover {
    background: #fafafa;
}
.mypage_top_wallet{display:flex;align-items: center;width: 65%;}
.mypage_top_wallet > div:first-child{border-left:0;}
.mypage_top_wallet > div{width:100%;text-align: left;border-left: 1px solid #dedede;text-align: center;}
.mypage_top_wallet span{display:block;}
.mypage_top_wallet em{display:block;font-size:16px;font-weight: 600;color: #999;margin-bottom: 10px;line-height: 24px;}
 
.mypage_top_wallet a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.mypage_top_wallet strong{font-size: 28px;font-weight: 700;line-height: 36px;}
.mypage_top_wallet strong + span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

/* 마이페이지 사이드 */

/* ------------- 서브 사이드 영역 ------------- */
.side_cont{float:left; width:200px;} 
.side_cont .sub_menu_box{padding: 30px;color:#212121;border: 1px solid #dedede;border-radius: 10px;box-sizing: border-box;}
.side_cont .sub_menu_box h2{font-size: 24px;line-height: 32px;font-weight: 700;
    cursor: pointer;} 


.side_cont .sub_menu_box .sub_menu_mypage{}
.side_cont .sub_menu_box .sub_menu_mypage > li{padding: 20px 0 0;margin: 20px 0 0;font-size: 14px;font-weight: 600;border-top: 1px solid #ededed;color: #999;line-height: 20px;}
.side_cont .sub_menu_box .sub_menu_mypage > li:first-child{}
.side_cont .sub_menu_box .sub_menu_mypage a{display:block; padding:0; font-size:14px;}
.side_cont .sub_menu_box .sub_menu_mypage .active{font-weight:bold; background:none; color:inherit;}
.side_cont .sub_menu_box .sub_menu_mypage .sub_depth1{margin-top: 20px;}
.side_cont .sub_menu_box .sub_menu_mypage .sub_depth1 li{margin-top: 10px;}
.side_cont .sub_menu_box .sub_menu_mypage .sub_depth1 a{font-size:16px;font-weight: 600;line-height: 24px;}
.side_cont .sub_menu_box .sub_menu_mypage .sub_depth1 a strong {color: #ff691f;font-weight: 700; }
.side_cont .sub_menu_box .sub_menu_mypage .sub_depth1 a.active{font-weight:bold; color: #ff691f;}
.side_cont + .content{float:left; width: calc(100% - 200px); padding:0 0 0 60px;min-height:500px; margin: auto;box-sizing: border-box; }
  
/*타이틀*/

.mypage_zone_tit {
    position: relative;
    padding: 20px 0;
    margin-top: 10px;
}
#mypage .mypage_zone_tit {
    margin-top: 40px;
}
#mypage .mypage_order_info .mypage_zone_tit { margin-top: 10px;}
.mypage_zone_tit h3 { 
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}
.mypage_zone_tit .btn_board_more { 
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.mypage_zone_tit .btn_board_more img {
    vertical-align: baseline;
    margin-left: 1px;
}
/* BASIC css end */


/* BASIC css end */

