.mypageTitleWrap{margin-top:2rem}
@media (min-width:992px){
    .mypageTitleWrap{margin-top:0rem}
}
.reservertaion_list{}
.reservertaion_list .card-title{height:calc(1.25rem * 4)}
.res_docs{
    height: 30px;
}

.mypagePaymentInfoWrap ol{list-style:decimal;padding-left:20px}
.mypagePaymentInfoWrap ol li{}


/* document */
.link_doc{
    display: inline-block !important;
    background-color: #cd1818;
    color: #fff !important;
    line-height: 30px !important;
    padding: 0 10px;
}
.bagde_new{
    display: inline-block;
    background-color: #781111;
    color: #fffD;
    font-size: 10px;
    vertical-align: top;
    border-radius: 12px;
    padding: 0 10px;
    line-height: 18px;
    margin: 6px 0 0 10px;
}
.bagde_new:before{content:'NEW'}

/* document list */
h4.mypage_doc_title{
    margin:60px 0 10px 0px;font-size:18px;font-weight:bold;color:#000
}
h4.mypage_doc_title sub{
    display: inline-block;
    margin: 0 0 0 10px;
    color: #bfbfbf;
    font-size: 12px;
    vertical-align: middle;
}
.table-list{width:100%;margin: 10px 0 40px 0}
.table-list th{
    padding: 5px;
    border: 1px solid #808897;
    text-align: center;
    background-color: #d9e2e7;
}
.table-list td{
    padding: 10px 5px;
    border: 1px solid #bdbdbd;
    text-align: center;
}
.table-list th.left,
.table-list td.left{text-align:left}
.table-list th.right,
.table-list td.right{text-align:right}
.table-list th.center,
.table-list td.center{text-align:center}
.table-list td.date{font-size:12px}
.btnOpenDocSFIF,
.btnOpenDoc{
    padding: 5px 15px;
    background-color: #6789d5;
    color: #fff;
    border: 0;
    border-radius: 2px;
}
.unread{
    display: inline-block;
    padding: 2px 7px;
    background-color: #fff1f1;
    color: #a30d0d;
}
.btnAttachDownload{
    padding: 5px 15px;
    background-color: #6789d5;
    color: #fff;
    border: 0;
    border-radius: 2px;
}


/* auth */
#section_auth {
    margin: 4rem auto;
    padding: 0;
    max-width: 600px;
    line-height: 160%;
}

#section_auth h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

#section_auth h1 strong {
    display: block;
    text-align: left;
}

#section_auth h1 sub {
    display: block;
    text-align: left;
    font-size: 18px;
    margin: 10px 0 0 0;
}

#section_auth ul.expl {
    list-style-position: outside;
    margin-bottom: 30px;
    padding: 20px 20px 20px 40px;
    background-color: #efefef;
    line-height: 180%;
}

#section_auth ul li {
    list-style-type: disc;
}

#section_auth .msg_err {
    padding: 15px;
    background-color: #eee;
    color: #000;
}

#section_auth form {
    padding: 20px;
    border: 1px dashed #c7c7c7;
}

#section_auth form input {}

.form_input {
    margin: 10px auto;
    text-align: center;
}

.form_input label {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    vertical-align: middle;
}

.form_input input {
    display: inline-block;
    border: 1px solid #cfcfcf;
    font-size: 16px;
    padding: 7px;
    vertical-align: middle;
}

#section_auth .form_submit {
    text-align: center;
}

#section_auth form button[type="submit"] {
    display: inline-block;
    margin: 20px 0 10px 0;
    padding: 10px 0px;
    width: 287px;
    font-size: 18px;
    font-weight: bold;
    background-color: #bb6565;
    color: #fff;
    border: 0;
}





.imgHead{
    background-color: #f2fafd;
}

.table td{
    vertical-align: middle;
}


/* mydata */
.btnMemberModifyWrap{
    display: flex;
    justify-content: space-between;
}



.rsvDetailStatementWrap table th{background-color:#f2f8f9}
.rsvDetailBasicInfo table th{background-color:#f2f8f9}
.rsvDetailInfoWrap table th{background-color:#f2f8f9}
.rsvDetailPriceWrap table th{background-color:#f2f8f9}


.mypagePaymentInfoWrap{}
.mypagePaymentInfoWrap ol{
    padding: 1rem 2rem;
    background-color: #fff4f4
}
.mypagePaymentInfoWrap ol li{}
.mypagePaymentInfoWrap p{
    padding: 1rem;
    background-color: #fff4f4
}

.tblList th{background-color:#efefef}

.consultDetailBasicConsult th{background-color: #efefef}
.consultDetailBasicTraveler th{background-color: #efefef}

.approval_ok{
    display: inline-block;
    margin: 0 5px;
    padding: 3px 6px;
    background-color: #79e2b7;
    color: #fff;
}