.header {
    width: 100%;
    height: 80px;
    /* background-color: #0091FF; */
}

.storeInfo {
    margin-left: 60px;
    
}
/* .userInfo p {
    font-size: 18px;
    font-weight: 600;
} */
#payment {
    text-align: center;
}
#payment button:nth-child(1) {
    width: 145px;
    /* border-radius: 5px; */
    margin: 20px 16px 0px 0px;
    background-color: #0091FF;
}
#payment button:nth-child(2) {
    width: 145px;
    /* border-radius: 5px; */
    margin: 20px 20.5px 0px 0px;
    background-color: #0091FF;
}

.pageTitle {
    padding-bottom: 10px;

}

.pageTitle p:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
    /* margin-top: 50px; */
}

.pageTitle p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: gray;
}

#reg_store .pageTitle {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
}

.inline {
    width: 450px;
    display: inline-block;
    vertical-align: top;
}

.btnArea {
    float:right;
}

.btnArea a {
    display: block;
    /* border-radius: 5px; */
    width: 120px;
    background-color: #0091FF;
    margin-right: 8px;
}



.store_card {
    margin-top: 50px;
}

.store_box {
    margin-top: 20px;
    width: 440px;
    height: 100px;
    border: 1px solid rgb(220,220,220);
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgb(128, 128, 128);
}

.store_box p:nth-child(1) {
    color: black;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 30px;
    display: block;
}
.store_box p:nth-child(2) {
    color: gray;
    font-size: 12px;
    font-weight: 500;
    margin-top: -10px;
    margin-left: 30px;
    display: inline-block;
}
.store_box :nth-child(3) {
    color: rgb(47, 168, 255);
    font-size: 15px;
    font-weight: 600;
    float: right;
    margin-top: 15px;
    margin-right: 30px;

}

.store_box:nth-child(2) span {
    color:gray;
    font-size: 15px;
    font-weight: 600;
    float: right;
    margin-top: 15px;
    margin-right: 30px;
}

.store_box :nth-child(3) img {
    width: 18px;
    position: relative;
    top:-1px
}



.group {
    margin-top: 30px;
    vertical-align: bottom;
}

.regStore {
    transform: translateX(7%);
}

#reg_store .group {
    margin-top: 30px;
    vertical-align: bottom;
}
.infoTitle {
    display: inline-block;
    width:80px;
    font-size: 16px;
    font-weight: 600;
}

.infoContent {
    display: inline-block;
    margin-left: 60px;
    width:250px;
    font-size: 15px;
    font-weight: 400;
}

#btnEdit {
    display : none;
}

#store_modal .btnArea button{
    margin: 60px 0px 0px 10px;
    width: 100px;
}

#my_info li:nth-child(4) a {
    color:#0091FF;
}

#payment_owner {
    text-align: center;
}

#payment_owner button {
    width: 300px;
    /* border-radius: 5px; */
    margin: 20px 20px 0px 0px;
    background-color: #0091FF;
}

.mypageContent2 {
    /* width: 1000px; */
    width: 44%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.sidebar {
    display: inline-block;
    width: 52%;
    height: 720px; 
    margin-left: 50px;
    margin-top: 20px;
    overflow: auto;
}
.side_container {
    margin-top: 0px;
    /* margin-left: 20px; */
}