#payment {
    text-align: center;
}
#payment button:nth-child(1) {
    width: 140px;
    /* border-radius: 5px; */
    margin: 20px 16px 0px 0px;
    background-color: #0091FF;
}
#payment button:nth-child(2) {
    width: 140px;
    /* border-radius: 5px; */
    margin: 20px 20.5px 0px 0px;
    background-color: #0091FF;
}

#payment_owner {
    text-align: center;
}

#payment_owner button {
    width: 300px;
    /* border-radius: 5px; */
    margin: 20px 20px 0px 0px;
    background-color: #0091FF;
}

.pageTitle {
    padding-bottom: 10px;

}

.pageTitle p {
    font-size: 25px;
    font-weight: 500;
    /* margin-top: 50px; */
}

.inline {
    /* width: 500px; */
    display: inline-block;
    vertical-align: top;
}

.tabCSS ul {
    list-style: none;
    text-align: center;
}

.tabCSS li {
    float:left;
    width: 140px;
    font-size: 15px;
    font-weight: 500;
    color:gray;
}

.jaju {
    margin-top: 5px;
}

.jaju th:nth-child(1) {
    text-align: center;
    font-size: 13px;
}
.jaju th:nth-child(2) {
    text-align: center;
    font-size: 13px;
}

.jaju {
    /* border: 1px solid rgb(220,220,220); */
    padding: 10px;
    color:black;
}
.jaju th:nth-child(1) {
    text-align: center;
    font-size: 14px;
}
.jaju th:nth-child(2) {
    font-size: 14px;
}
.jaju td:nth-child(1) {
    text-align: center;
    font-size: 14px;
}

.jaju td:nth-child(2) {
    font-size: 14px;
}
.jaju a {
    color: black;
}

.floatR {
    float:right;
}

.jaju p {
    margin-bottom: 5px;
    font-weight: 500;
}



.tbside {
    border: 1px solid rgb(220,220,220);
}

.jaju table tr {
    border: 1px solid rgb(220,220,220);
}
.QnA {
    margin-top: 30px;
}
.QnA p {
    display: inline-block;
}

.infoTitle {
    margin-top: 20px;
    margin-right: 10px;
    /* text-align: right; */
    display: inline-block;
    width:80px;
    font-size: 14px;
    font-weight: 600;
}

.QnA select {
    width: 450px
}
.QnA input {
    width: 450px
}

.QnA textarea {
    margin-top: 20px;
    width: 450px;
    height: 400px;
    resize: none;
}


.QnA button {
    display: block;
    margin-top: 10px;
    float:right;
    background-color: #0091FF;
}



.history {
    margin-top: 5px;
}

.history th:nth-child(1) {
    text-align: center;
    font-size: 13px;
}
.history th:nth-child(2) {
    text-align: center;
    font-size: 13px;
}
.history th:nth-child(3) {
    text-align: center;
    font-size: 13px;
}

.history {
    /* border: 1px solid rgb(220,220,220); */
    padding: 10px;
    color:black;
}
.history th:nth-child(1) {
    text-align: center;
    font-size: 14px;
}
.history th:nth-child(2) {
    font-size: 14px;
}
.history tr {
    border: 1px solid rgb(220,220,220);
}
.history td:nth-child(1) {
    text-align: center;
    font-size: 14px;
}

.history td:nth-child(2) {
    font-size: 14px;
}
.history a {
    color: black;
}

.history p {
    margin-bottom: 5px;
    font-weight: 500;
}
.history tr td:nth-child(3) a {
    color:#0091FF;
    font-size: 12px;
    font-weight: 500;
}

.history tr:nth-child(2) td:nth-child(3) a {
    /* float:right; */
    color:gray;
    font-size: 12px;
    font-weight: 500;
}

#my_info :nth-child(8) a {
    color: #0091FF;
}