@charset "utf-8";
 
/*mypage.html*/
#mypage {padding:44px 10% 25px 10% !important;}
#mypage article {}
#mypage article h2 {display:block;width:50%;margin:20px auto;color:#5F517C;font-size:16px;font-weight:500;text-align: center;position:relative;padding-bottom:10px;}
#mypage article h2::after {content:'';display:block;width:100%;background-color:#5F517C;height:2px;position:absolute;left:0;bottom:0;border-radius: 50px;-webkit-border-radius:50px;-moz-border-radius:50px;}

#mypage .tab_cont ul li {display:block;margin-bottom:20px;position:relative;width:100%;padding:5px 0;}
#mypage .tab_cont ul li input[type="text"], 
#mypage .tab_cont ul li input[type="password"] {display:block;;border:none;width:100%;border-bottom:2px solid #e5e5e5;padding-left:80px;height:35px;line-height:35px;margin-bottom:5px;} 
#mypage .tab_cont ul li label {display:inline-block;position:absolute;font-size:13px;font-weight:500;left:0;top:5px;line-height:33px;}
#mypage .tab_cont ul li button {display:inline-block;position:absolute;right:0;top:11px;height:22px;line-height:22px;padding:0 15px;}
#mypage .tab_cont ul li .alert {display:none;padding-left:14px;text-indent:-14px;}

#mypage .tab_cont ul li .inputWrap input:not(:first-of-type) {width:calc(100% - 70px);margin-left:70px;padding-left:10px;}
#mypage .tab_cont .modify {height:32px;line-height:32px;margin-top:40px;}
#mypage .tab_cont .notice {padding-left:10px;text-indent:-9px;display:block;}
#mypage .tabBtn {margin-top:15px;}
#mypage .tab_cont {margin-top:25px;}
#mypage .searchBtn {display:block;width:100%;height:32px;line-height:32px;}

#mypage .search-wrap {display:block;margin-top:25px;}
#mypage .search-wrap p.search-head {font-size:14px;font-weight:500;padding:5px 0;border-bottom:2px solid #8963B9;}
#mypage .search-wrap p.search-head span {font-weight:700;}
#mypage .search-wrap .no-result {display:block;text-align: center;padding:50px 0;}
#mypage .search-wrap .no-result img {width:119px;}
#mypage .search-wrap .no-result p {border-bottom:none;font-weight:400;margin-top:15px;}
#mypage .search-wrap .search-unit {display:inline-block;width:100%;margin-bottom:5px;}
#mypage .search-wrap .search-unit .unit {display:inline-block;width:50%;float:left;text-align:left;padding:15px 0 10px 0;}
#mypage .search-wrap .search-unit .unit.right {text-align: right;}
#mypage .search-wrap .search-unit .unit p {font-weight:500;line-height:1.25em;}
#mypage .search-wrap .search-unit a {clear:both;display:block;height:32px;line-height:32px;}

#mypage ul li.cal-line {border-bottom:2px solid #e5e5e5;background:url(../../imgs/ico/ico_box_violet.png) no-repeat center left;background-size:12px auto;text-align: center;}
#mypage ul li.cal-line input[type="text"] {display:inline-block;width:35%;border-bottom:none;padding-left:0;margin-bottom:0;text-align: center;}
#mypage .receipt input:disabled {background:#fff;}

#mypage .withdraw_link {display:block;text-align: right;margin:-20px auto 20px auto;}
#mypage .withdraw_link a {display:inline-block;}
#mypage .withdraw_link a span {padding-right:10px;background:url(../../imgs/ico/ico_arrow_right_violet2.png) no-repeat center right;background-size:6px auto;border-bottom:1px solid #5f517c;line-height:1.25em;}





























