html, body {
    height: 100%;
    min-height: 100%;
}

#main {
    height: calc(100% - 64px);
    padding: 15px;
    box-sizing: border-box;
    min-width: 320px;
}

#header {
    padding: 20px 10px;
}

#sub {
    /*height: calc(100% - 64px);*/
    padding: 15px 15px 55px;
    box-sizing: border-box;
    min-width: 320px;
}
#sub .listA, #sub .listNotice {
    width: 100%;
}
#sub .listA li, #sub .listNotice li {
    font-size: 13px;
    text-align: center;
    padding: 15px 0;
    place-content: center;
}
#sub .listA li.head, #sub .listNotice li.head {
    border-bottom: 1px solid #e5e5e5;
}
#sub .listA li div.list-head, #sub .listNotice li div.list-head {
    width: 100%;
    display: flex;
}
#sub .listA li:first-child, #sub .listNotice li:first-child {
    border-top: 1px solid #e5e5e5;
}
#sub .listA li div, #sub .listNotice li div {
    width: 100%;
    text-align: center;
    font-size: 13px;
}
#sub .listA .head .subject, #sub .listNotice .head .subject {
    text-align: center;
}
#sub .listA li .subject, #sub .listNotice li .subject {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#sub .listA li.body article, #sub .listNotice li.body article {
    height: 0;
    overflow: hidden;
}
#sub .listA li.body.active article, #sub .listNotice li.body.active article {
    height: 100%;
    overflow: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 0.5em;
    font-size: 13px;
    margin: 5px;
}
#sub .listA li.body article aside, #sub .listNotice li.body article aside {
    margin: 20px 0 0;
    display: block;
}

.fixedButton a, .fixedButton button {
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    /* font-size: 15px; */
}

#sub .subCt .formA .formList li .w70 {
    display: inline-block;
}

textarea {
    font-size: 13px;
}

#imageInput {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
}

#sub .mypage .mySe .profile img, .profile > img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

textarea.term {
    width: 100%;
    min-height: 200px;
    margin: 10px 0;
    border: 1px solid #efefef;
    padding: 2em;
    border-radius: 1em;
    box-sizing: border-box;
    line-height: 2em;
}

.termCont textarea.term {
    border: 0;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 2em;
}

.termBox ~ .termBox {
    margin-top: 3em;
}

#pop_provision.popup .qrBox .qr, #pop_private.popup .qrBox .qr {
    line-height: 2em;
}

.li-link {
    display: block;
    position: relative;
    padding-right: 1em;
}
.li-link:after {
    content: " ";
    background: url(/usebay/images/arrowNext.png) no-repeat center right;
    background-size: contain;
    width: 1em;
    position: absolute;
    display: block;
    height: 1em;
    right: 0;
    top: 4px;
}

#main .memBuy .memBuyList {
    border-radius: 10px;
}
#main .memBuy .memBuyList li:first-of-type {
    margin-top: 0;
}

#header .nm {
    background: url(../images/logo.svg) no-repeat top left;
    background-size: contain;
    min-width: 100px;
    text-indent: -10000px;
    overflow: hidden;
}
#header.dark .nm {
    background-image: url("../images/logo_white.svg");
}
#header .prevArrow ~ .nm {
    background: none;
    text-indent: 5px;
}

.tit img {
    max-width: 90%;
}

#login .tit img {
    max-width: 70%;
}

input[readonly] {
    background: #f6f8e5;
}

.input-group .memSearchBtn {
    display: inline-block;
    position: absolute;
    margin-left: -84px;
    margin-top: 10px;
    border-radius: 0 5px 5px 0;
    background: #158CD9;
    line-height: 42px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
}

#main .topInfo .arrow {
    display: inline-block;
    float: Right;
    width: 80px;
    margin-top: -6px;
    margin-right: -9px;
}

#sub .listA li div {
    line-height: 26px;
    height: 26px;
}
#sub .listA li .name {
    text-align: left;
    padding-left: 10px;
}
#sub .listA li .price {
    text-align: right;
    padding-right: 10px;
}
#sub .listA li .qty {
    text-align: center;
}
#sub .listA li .qty > button, #sub .listA li .qty > input {
    display: inline-block;
    padding: 5px;
    width: 2em;
    text-align: center;
}
#sub .listA li .amount {
    text-align: right;
    padding-right: 10px;
}
#sub .listA li.blank {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.mt-5 {
    margin-top: 5px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.bedge {
    display: inline-block;
    border-radius: 50%;
    padding: 2px 6px;
    background-color: #f00;
    color: #fff;
    font-size: 0.8em;
    margin-left: 10px;
}

.noti .tx a {
    color: #888;
}

a.pink, a:visited.pink, .pink {
    color: pink;
}

a.blue, a:visited.blue, .blue {
    color: blue;
}

.bInfoBox .subj a {
    float: right;
}

/*# sourceMappingURL=dev.css.map */
