@charset "utf-8";

.mypage {position:relative;}
.mypage .mypage-top {position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction: column;}
.mypage .mypage-top .alt-box {font-size:0.8rem;color:#404040;font-weight:300;width:60%}
/* .mypage .mypage-top .com-board-serach {width:40%} */
.mypage .table-box {margin-top:1.25rem}
@media screen and (max-width:850px) {
    .mypage .table-box {overflow:hidden;overflow-x:auto;}
    .mypage .table-box table {min-width:830px}
    .mypage .mypage-top {flex-direction:column;}
    .mypage .mypage-top .alt-box {width:100%}
    .mypage .mypage-top .com-board-serach {width:100%;margin-top:0.5rem}
}