.hidden {
    display: none
}
.input-error {
    border: 1px solid #d54600 !important;
}
.error {
    color: #d54600;
}
.mypage_tbl td textarea { border: 1px solid #ccc; }
.mypage_tbl th, .mypage_tbl td { vertical-align: top; }
.mypage_tbl td .haftw { cursor: pointer;max-width: 100%; width: 350px;}
.mypage_tbl td .year_select, .mypage_tbl td .year_suf_select { display: inline-block; }
.mypage_infor textarea[name="self_introduction"] { width: 100%; border: 0; padding: 0; }
.modal_background .modal_body_inner { background: #fcf5ed; }
.cmn_uploadfile_box.active { background: none }
.f-center { justify-content: center }
a.disabled, button.disabled {
    cursor: not-allowed;
    pointer-events: none;
}
.loading::before {
    content: " ";
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-right: 10px;
}
a.loading, button.loading {
    cursor: not-allowed;
    pointer-events: none;
    background: #111;
    border: 2px solid #111;
    box-shadow: none;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mypage_auction_stt_title { display: none; }
.mypage_auction_stt_title.active {display: table-cell; }
.mypage_notauction_stt_title {display: table-cell; }
.mypage_notauction_stt_title.active {display: none; }

.mypage_export_order {
    height: 44px;
    width: 192px; }
@media (min-width: 768px), print {
    .mypage_export_order {
        position: absolute;
        right: 0;
        top: 12px; } }
@media (max-width: 767px) {
    .mypage_export_order {
        margin: 0 auto; } }
.mypage_export_order a {
    align-items: center;
    border: 2px solid #111;
    border-radius: 5px;
    color: #111;
    display: flex;
    justify-content: center;
    height: 100%; }
.mypage_export_order a:hover {
    background: #fe935f 36px center no-repeat;
    border: 2px solid #fe935f;
    color: #fff; }


.cmn_result_filter {
    border-top: none;
    position: relative;
    padding: 0 10px 10px 10px;
}
.btn-export-excel {
    display: flex;
    justify-content: right

}
.btn-export-excel a {
    align-items: center;
    background: #fff 36px center no-repeat;
    border: 2px solid #111;
    border-radius: 5px;
    color: #111;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 5px 15px;
    margin: 5px 0;
}
.btn-export-excel a:hover {
    background: #fe935f 36px center no-repeat;
    border: 2px solid #fe935f;
    color: #fff;
}
@media (min-width: 768px), print {
    .cmn_result_filter .cmn_result_sort_box:first-of-type {
        padding: 5px 0;
        width: 70%;
    }
    .cmn_result_filter .cmn_result_sort_box .inputcalendar {
        display: inline-block;
        width: 45%;
    }
    .cmn_result_filter .cmn_result_sort_box:last-of-type {
        padding: 5px 0;
        width: 30%;
    }
}
.image-holder video {
    display: block;
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
}
#modal-crop-image .image_wrap{
    min-height: 250px;
    height: 100%;
}
#modal-crop-image .modal_body_inner{
    min-height: 300px;
    max-height: 550px;
    padding: 40px 40px 0 40px;
}
#modal-crop-image .modal_body_inner img {
    max-height: 500px;
}

#modal-crop-image .modal_group_btn {
    margin: 25px 0;
}

@media (max-height: 768px) {
    #modal-crop-image .modal_body_inner {
        max-height: 350px;
        height: 100%;
        overflow-y: scroll;
    }
}
.hm_tbl_part .hm_tbl_thumb video {
    width: 100%;
    height: 100%
}
.cmn_uploadfile_box.active .cmn_choose_file_btn {
    display: none !important;
}
.text-center {
    text-align: center;
}
.chatbox_box_owner, .chatbox_box_guess {
    overflow-wrap: break-word;
}
.chatbox_box_content {
    white-space: break-spaces;
}
.chat__area-content video, .chat__area-content audio {
    width: 100%;
}
.chat__area-content .preview-message {
    border-bottom: 1px solid #000;
}
.chat__area-content .chat-file-preview {
    height: 50px;
    width: 50px;
}
.chat-conversation__bubble img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 250px;
}
.progress-bar-container{padding:0.01em 16px;}
.progress-bar-green,.progress-bar-hover-green:hover{color:#fff!important;background-color:#fe935f!important}
.progress-bar-center{text-align:center!important}
.progress-bar-center .progress-bar-bar{display:inline-block;width:auto}
.progress-bar-center .progress-bar-bar-item{text-align:center}
.progress-bar-small{font-size:10px!important}
.sns_youtube a {
    background: url(/images/icon/ico-yt-w.svg) center center no-repeat;
}
.sns_youtube a:hover {
    background: url(/images/icon/ico-yt-b.svg) center center no-repeat;
}
.sns_twitter a {
    background: url(/images/icon/ico-tw-w.svg) center center no-repeat;
}
.sns_twitter a:hover {
    background: url(/images/icon/ico-tw-b.svg) center center no-repeat;
}
.page_404_wrap {
    margin: 40px auto;
}
input[type="number"] {
    border: 2px solid #111;
    border-radius: 4px;
    box-shadow: none;
    padding: 10px 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 44px;
}
body.fixscroll {
    position: unset !important;
}
.modal_group_btn form {
  height: 60px;
  margin: 0 10px;
  max-width: 260px;
  width: 100%;
}
.caution_error_mess {
    text-align: center;
    padding-top: 3%;
    color: red;
}
.loading-modal {
    align-items: center;
    /* background: #fcf5ed; */
    justify-content: center;
    display: flex;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.detail_sub_content {
    white-space: pre-line;
    overflow-wrap: anywhere;
}
.mypage_selling_stt {
    display: none;
}
.mypage_selling_stt.active {
    display: table-row;
}
td {
    word-break: break-all;
}
.cmn_form .hm_search_option_input input {
    height: 44px;
}
.mber_checkbox {
    display: flex;
    align-items: center;
}
    .mber_checkbox li {
        width: 130px;
    }
        .mber_checkbox li label {
            cursor: pointer;
            display: block;
            vertical-align: middle;
        }
            .mber_checkbox li label input {
                display: none;
                visibility: hidden;
            }
            .mber_checkbox li label span {
                display: block;
                padding-left: 26px;
                position: relative;
            }
.pet_checkpayment {
    margin: 0;
}
.pet_checkpayment li {
    height: auto;
    margin: 0 5px 0 0;
}
.order_tbl_optional {
    border-top: none;
}

.order_tbl_optional .mber_radio li {
    min-width: 130px;
    padding-right: 20px;
    width: unset;
}
.pet_detail_box {
    background: #fcf5ed;
    border-radius: 10px;
    /* max-width: 520px; */
    margin: 0 auto;
    padding: 30px 15px;
    text-align: center;
}

.pet_detail_box_hightlight {
    color: #fe935f;
}


.btn-scroll-down {
    display: flex;
    justify-content: center

}
.btn-scroll-down a {
    align-items: center;
    background: #fff 36px center no-repeat;
    border: 2px solid #111;
    border-radius: 5px;
    color: #111;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 5px 15px;
    margin: 5px 0;
}
.btn-scroll-down a:hover {
    background: #fe935f 36px center no-repeat;
    border: 2px solid #fe935f;
    color: #fff;
}
.cat-certificate .btn-scroll-down {
    display: flex;
    justify-content: left

}



.mypage_upload_tbl {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15)) 0 0/30px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15)) right/30px 100%;
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll;
    min-width: 600px;
    width: 100%; }
    .mypage_upload_tbl thead th {
      background: #edeceb;
      border: 1px solid #ccc;
      max-width: 180px;
      padding: 10px 5px;
      text-align: center;
      width: 180px; }
    .mypage_upload_tbl thead th:nth-child(1) {
      width: 150px; }
    .mypage_upload_tbl thead th:nth-child(7) {
      width: 50px; }
    .mypage_upload_tbl tbody tr:nth-child(odd) {
      background: #fafafa; }
    .mypage_upload_tbl td {
      border: 1px solid #ccc;
      font-size: 1.5rem;
      padding: 10px 5px;
      text-align: center; }
      .mypage_upload_tbl td a {
        color: #0045e2;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: underline;
        width: 100%;
        white-space: nowrap; }
      .mypage_upload_tbl td:first-child {
        word-break: keep-all; }
    @media (max-width: 767px) {
      .mypage_upload_tbl th, .mypage_upload_tbl td {
        max-width: 150px; } }

  .mypage_upload_tblwrap {
    overflow-x: auto;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15)) 0 0/30px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15)) right/30px 100%;
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll; }

  .mypage_upload_tblwrapbg {
    background: #fff;
    position: relative; }
    @media (max-width: 767px) {
      .mypage_upload_tblwrapbg::before {
        background: url(../images/icon/swipe.png) no-repeat;
        background-position: center 10%;
        background-size: 80px auto;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        pointer-events: none;
        z-index: 5; } }


.mypage_upload_tbl .cmn_choose_txt{
    color: #111;
}
.cmn_feature_upload {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.mypage_upload_tbl .cmn_view_file_btn {
    background: url(../images/icon/ico-mypage-b.svg) #fe935f left center no-repeat;
    /* bottom: -50px; */
    cursor: pointer;
    display: block !important;
    height: 30px;
    margin: 0 5px;
    /* position: absolute; */
    /* right: 30px; */
    text-align: right;
    width: 62px; }
.mypage_upload_tbl .cmn_choose_file_btn {
    background: url(../images/mypage/ico-edit.svg) left center no-repeat;
    /* bottom: -50px; */
    cursor: pointer;
    margin: 0 5px;
    display: block !important;
    height: 30px;
    /* position: absolute; */
    /* right: 30px; */
    text-align: right;
    width: 62px; }
    .mypage_upload_tbl .cmn_del_file_btn {
        background: url(../images/mypage/ico-del.svg) left center no-repeat;
        border-radius: 0;
        /* color: #111; */
        cursor: pointer;
        display: block !important;
        /* font-weight: 400; */
        height: 30px;
        margin: 0 5px;
        padding-left: 25px;
        top: auto;
        width: 65px; }
.mypage_upload_thumbs{
    justify-content: flex-start;
}
.modal_upload_img_box .cat_certificate_file {
    display: none;
    margin: auto;
    word-break: break-all;
}
.modal_upload_img_box.active .cat_certificate_file {
    display: block;
}
.modal_upload_img_box.active .cat_certificate_upload_btn_hide {
    display: none;
}
.modal_upload_img_box.active .cat_certificate_upload_btn {
    display: none;
}
.cat_certificate_upload_btn_hide {
    cursor: pointer;
}
.mypage_fileupload_tbl {
    display: none;
}
.mypage_btn_edit02 a.disabled {
    height: 60px;
    margin-bottom: 10px;
    width: 100%;
    background-color: lightgray;
}

.detail_comment_delete a{
    background: url(../images/icon/ico-delete-base.svg) 0 3px no-repeat;
    padding: 2px 0 2px 28px;
}

.detail_comment_approve a{
    background: url(../images/icon/ico-approve-rate.svg) 0 3px no-repeat;
    padding: 2px 0 2px 28px;
}
p.none_rating_txt {
    text-align: center;
}
.unit_price_note {
    display: none;
}
.unit_price_note.active {
    display: table-row;
}
.foster_parent_note {
    display: none;
}
.foster_parent_note.active {
    display: table-row;
}
.publish_setting {
    display: none;
}
.publish_setting.active {
    display: table-row;
}
.publish_setting_negotiating {
    display: none;
}
.publish_setting_negotiating.active {
    display: list-item;
}
.tour_datetime_mess {
    color: #d54600;
}
.tour_second_datetime_mess {
    color: #d54600;
}
.ui-timepicker-wrapper {
    position: fixed !important;
}