@import url("./sch_showhost.css");
.myShowching .file_wrap {
    margin: 0 auto;
}
.myShowching .file_wrap .file_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    padding: 20px 0 10px;
    margin: 0 auto;
    gap: 4px;
}
.myShowching section .file_wrap .file_list {
    width: 100%;
    padding: 0 0 10px 0;
}
.myShowching .file_wrap .file_list li {
    position: relative;
    width: calc(33.33333% - 5px);
/*    line-height: 200px;*/
    border: 1px solid #8d8d8d;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.myShowching.myProfile.business .file_wrap .file_list li {
    width: 100% !important;
}
.myShowching .file_wrap .file_list li .filebox {
    position: relative;
}
.myShowching .file_wrap .file_list li .filebox label img {
    width: 100%;
    object-fit: cover;
/*    max-width: 100px;*/
}
.myShowching .file_wrap .file_list li .filebox .attachPhoto {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.myShowching .file_wrap .file_list li p.text {
    margin-top: 10px;
}
.myShowching .file_wrap .filebox label {
    display: inline-block;
    width: 100%;
    padding: 20px;
    color: #f14c43;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    box-sizing: border-box;
}
.myShowching.myProfile.business .file_wrap .filebox label {
    padding: 0;
}
.myShowching .file_wrap .filebox label img {
    display: block;
    margin: 0 auto;
}
.myShowching .file_wrap .filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.myShowching .file_wrap .file_list + p.desc {
    text-align: center;
    margin-bottom: 30px;
    width: 90%;
}
.myShowching .file_wrap .file_list li .del_photo {
    display: none;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 2000;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.myShowching.myProfile.business .file_wrap .file_list li .del_photo {
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
}
.myShowching .file_wrap .file_list li .del_photo img {
    width: 100%;
    object-fit: scale-down;
}
.myShowching .file_wrap .file_list li .del_photo.present {
    display: block;
}

/* question_mark */
.question_wrap {
    position: relative;
    display: inline-block;
}
.question_wrap img {
    cursor: pointer;
}
.question_wrap + input {
    font-size: 20px;
}
.question_pop {
    display: none;
    position: absolute;
/*    width: 400px;*/
    z-index: 30000;
    color: #fff;
    background: linear-gradient(to bottom, rgb(239, 60, 50), rgb(239, 50, 210));
    border-radius: 40px;
    padding: 20px;
    box-sizing: border-box;
    width: max-content;
    font-size: 15px;
    font-weight: 300;
}
.question_pop.active {
    display: block;
}
.question_pop::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    left: 30px;
    top: -40px;
    border-top: 25px solid transparent;
    border-bottom: 40px solid #ef4137;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.myShowching.myInfo .question_pop::after {
    border-bottom: 40px solid #ef4137;
    z-index: -1;
}
.myInfo .question_pop {
    top: calc(100% + 20px);
    left: -35px;
    background: #ef4137;
}
.myInfo .question_pop .pop_desc {
    white-space: pre-line;
}
.myInfo .detail_wrap .questionPop2 {
/*    top: 55px;
    left: -135px;*/
    background: linear-gradient(to bottom, rgb(239, 60, 50), rgb(239, 50, 210));
    bottom: auto;
    top: calc(100% + 20px);
}
.myInfo .detail_wrap .questionPop2 .pop_tle img {
    filter: brightness(100);
}

.myInfo .detail_wrap .questionPop2::after {
    border-bottom: 40px solid #ef4137;
    border-top: 0;
    top: -15px;
}

/* 별점 */
.grade_box {
    text-align: center;
}
.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}
.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}
.rating label:last-child {
    position: static;
}
.rating label:nth-child(1) {
    z-index: 5;
}
.rating label:nth-child(2) {
    z-index: 4;
}
.rating label:nth-child(3) {
    z-index: 3;
}
.rating label:nth-child(4) {
    z-index: 2;
}
.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.rating label .icon {
    float: left;
    color: transparent;
}
.rating label:last-child .icon {
    color: rgb(197, 197, 197);
    background: #fff;
}
.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #fffc00;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #fffc00;
}

/* ============== myPage _listPage ============== */
.schWrap02 {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;

    /*padding-left: 10px;*/
    font-size: 30px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 3px solid #ef3f35;
    border-radius: 20px;
    background: #ef3f35;
    overflow: hidden;
    box-sizing: border-box;

}
.schWrap02 .schWrap-sub {
    display: flex;
    height: 100px;
    gap: 10px;
    align-items: center;
    background: #fff;
    width: 100%;
    padding-left: 10px;
    margin-right: 10px;
}

.schWrap02 .schInn {
    width: 100%;
}
.schWrap02 label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    width: 100%;
    overflow: hidden;
    background: transparent;
}
.schWrap02 label .hidden {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 400;
}
.schWrap02 label input {
    height: 100%;
    line-height: 100%;
    z-index: 400;
    font-size: 30px;
    font-weight: bold;
    text-indent: 10px;
    background: #fff;
    width: 80%;
}
.schWrap02 .btnRed {
    /*position: absolute;*/
/*    top: 0;
    right: 0;*/
    display: inline-block;
    width: 120px;
    height: 100px;
    font-size: 30px;
    color: #fff;
    background: #ef3f35;
/*    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;*/
    cursor: pointer;
    text-indent: 10px;
}
.schInn {
    margin-right: auto;
}
.registerBtn_wrap {
    display: flex;
    max-width: 660px;
    height: 100px;
    margin: 0 auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
}
.registerBtn_wrap a {
    display: inline-block;
    width: 50%;
    font-size: 32px;
    font-weight: bold;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #232323;
}
.registerBtn_wrap a:first-child {
    position: relative;
}
.registerBtn_wrap a:first-child::after {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 45px;
    right: 0;
    border-right: 1px solid #ffffff54;
    top: 50%;
    transform: translateY(-50%);
}
.product_list li {
    padding: 20px 0;
    border-bottom: 1px solid #cecbcb;
}
.product_list li button {
    font-size: 18px;
}
.product_list li.off button.off,
a.off {
    background: #dbdbdb;
}
.product_list li .product_item {
    display: flex;
    gap: 20px;
    max-width: 660px;
    margin: 0 auto;
}
.product_list li .product_item p {
    font-size: 16px;
    font-weight: bold;
    /* /mypage/marketList */
    display: flex;
    flex-direction: column;
    justify-content: center;max-width: 72vw;
}
.product_list li .product_item img {
    border-radius: 15px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.product_list li .product_item p .title {
    font-size: 26px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}
.product_list li .product_item span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.product_list li .product_item span.gray {
    color: #545454;
}

/* ============== myPage _detailPage ============== */
.detail_wrap .desc {
    font-size: 16px;
    margin: 10px auto;
    text-align: center;
    word-break: keep-all;
}
.detail_wrap .desc.red {
    margin-top: 0;
    color: #ef3c32;
}
.detail_wrap .desc2 {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
/*    height: 90px;*/
    padding-top: 15px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #353535;
    box-sizing: border-box;
}
.detail_wrap .desc2 a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 15px;
}
.detail_wrap section .text_wrap.withdrawal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    margin-top: 0;
}

/* .detail_wrap section .text_wrap.withdrawal > p::after {display: inline-block; content: '-------------------'; width: 100%;} */
.detail_wrap section .text_wrap.withdrawal > * {
    color: #898989;
    flex: 1 0 auto;
}
.detail_wrap section .text_wrap.withdrawal > span.line {
    flex: 1 1 100%;
    border-top: 2px dotted;
}
.detail_wrap .product_photo {
    padding: 15px 0 0;
}
.detail_wrap .product_photo li {
    text-align: center;
    background: transparent;
}
.detail_wrap .product_photo li div {
    width: 90%;
    padding-bottom: 90%;
    margin: auto;
    border-radius: 25px;
    background: #dbdbdb;
}
.detail_wrap .product_photo li img {
    width: 90%;
    border-radius: 25px;
    background: #1c1c1c;
/*    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);*/
    height: 90%;
    object-fit: cover;
    margin: auto;
}
.product_photo .swiper-pagination {
}
.detail_wrap {
    /* 221028 공백 삭제 */
    padding-bottom: 50vw;
    padding-bottom: 76px;
    background: #fff;
}
.detail_wrap section {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
.detail_wrap section.border-none {
    border-bottom: none;
}
.myProfile .detail_wrap section:first-of-type {
    border-top: 1px solid #ddd;
}
.detail_wrap section.pb-50 {
    padding: 15px 0 50px;
}
.detail_wrap section.none_padding {
    padding: 0;
}
.detail_wrap section.last {
    border: transparent;
}
.detail_wrap section h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.detail_wrap section h3.margin-bottom-sm {
    margin-bottom: 5px;
}
.detail_wrap section h3.company {
    text-align: center;
    margin-bottom: 10px;
}
.detail_wrap section .report-btn {
    font-size: 14px;
    color: #ababab;
}
.detail_wrap section span.deal_date {
    display: block;
    font-size: 18px;
    margin-top: 15px;
    color: #ef4036;
    text-align: center;
}
.detail_wrap section p.tle_desc {
    font-size: 20px;
    margin-top: 5px;
    color: #898989;
}
.detail_wrap section .inn {
    max-width: 660px;
    width: 90%;
    margin: 0 auto;
}
.detail_wrap section .inn .notify-wrap {
    font-size: 14px;
}
.detail_wrap section .inn .notify-wrap.text-center {
    text-align: center;
}
.detail_wrap section .inn .notify {
    color: #ef4137;
}
.detail_wrap section .inn div.flex.title-wrap {
    justify-content: space-between;
}
.detail_wrap section .text_wrap {
    font-size: 24px;
    margin-top: 30px;
}
.detail_wrap section .text_wrap.none-margin {
    margin-top: 0;
}
.detail_wrap section .btn.btnDetail {
    border: 1px solid #818181;
    border-radius: 50px;
    color: #333;
    font-size: 14px;
    padding: 5px 15px;
}
.detail_wrap section .btn.btnReview {
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 3px;
    font-weight: 600;
    padding: 15px 30px;
}
.detail_wrap .text_wrap li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.detail_wrap .text_wrap li.bold * {
    font-weight: bold;
}
.schedule .detail_wrap .text_wrap li > span:not(.tle) {
    width: auto;
}
.detail_wrap .text_wrap:not(.last-margin) li:last-child {
    margin-bottom: 0;
}
.detail_wrap .text_wrap li > span:not(.tle) {
    font-weight: normal;
    width: calc(100% - 110px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 20 100%;word-break: break-all;
    
}
.detail_wrap .text_wrap li > span.input-hours {
    justify-content: flex-start;
}
.detail_wrap .text_wrap li > span.input-hours input {
    width: 5vw;
    font-size: 16px;
}
.detail_wrap .text_wrap li > span.scope {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}
.detail_wrap .text_wrap li span.text-input {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 5px;
}
.detail_wrap .text_wrap .id_box span {
    width: auto;
    display: inline;
}
.detail_wrap .text_wrap span img {
}
.detail_wrap .text_wrap span.essential {
    font-size: inherit;
    align-items: flex-start;
}
.detail_wrap .text_wrap span.auto {
    width: auto !important;
}
.detail_wrap .text_wrap span.essential::before {
    display: inline-block;
    content: "*";
    color: #ef3c32;
}
.detail_wrap .text_wrap span.self-flex-start {
    align-self: flex-start;
}
.detail_wrap .text_wrap .tle {
    font-weight: lighter;
    display: inline-block;
    width: 130px;
    margin-right: 10px;
    word-break: keep-all;
    display: flex;
    align-items: center;
    flex: 1 0 auto;
}
.detail_wrap .text_wrap .id_box {
    flex: 1 1 100%;
    font-weight: normal;
    width: calc(100% - 110px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;font-size: 2.2vw;
}
.detail_wrap .text_wrap .tle > .question_wrap {
    margin-left: 5px;
}
.detail_wrap .text_wrap .btn_more {
    font-size: 16px;
    padding: 5px 10px;
    color: #000;
    background: #fff;
    border-radius: 25px;
}
.detail_wrap .text_wrap span input[type="text"] {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.detail_wrap .text_wrap span input[type="text"]::placeholder {
    color: #dbdbdb;
}
/*.detail_wrap .text_wrap a.btn {
    margin-left: auto;
}*/
.detail_wrap a.submmitBtn {
    display: block;
    max-width: 660px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
}
.detail_wrap .text_wrap li.video_wrap {
    display: block;
}
.detail_wrap .text_wrap .video {
    margin-top: 10px;
    width: 100%;
}
.detail_wrap .text_wrap .video iframe {
    width: 100%;
}
.detail_wrap .text_wrap.sns_list {
    display: flex;
    gap: 5px;
}
.detail_wrap .text_wrap.sns_list li a {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.detail_wrap .text_wrap.sns_list li a.insta {
    background-image: url(/resources/images/user/myshowching/ico_sns01_off.png);
}
.detail_wrap .text_wrap.sns_list li a.facebook {
    background-image: url(/resources/images/user/myshowching/ico_sns02_off.png);
}
.detail_wrap .text_wrap.sns_list li a.blog {
    background-image: url(/resources/images/user/myshowching/ico_sns03_off.png);
}
.detail_wrap .text_wrap.sns_list li a.home {
    background-image: url(/resources/images/user/myshowching/ico_sns04_off.png);
}
.detail_wrap section a.btn#completeBtn {
    width: 100%;
    font-size: 30px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    text-align: center;
}
.detail_wrap section a.btn#completeBtn.modifyMyInfoBtn {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #000;
    color: #000;
}
.detail_wrap section .btn_more {
    display: block;
    font-size: 16px;
    padding: 5px 10px;
    color: #000;
    background: #fff;
    border-radius: 25px;
    border: 1px solid;
    margin-left: auto;
}
/* deal_detail*/
.detail_wrap .text_wrap li.none_flex {
    flex-wrap: wrap;
}
.detail_wrap .text_wrap li.none_flex p {
    width: 100%;
}
.detail_wrap .text_wrap li.none_flex p input {
    font-size: 18px;
    margin-top: 5px;
    width: 100%;
}
.detail_wrap .text_wrap li .btn_wrap {
    max-width: 660px;
    margin: 0 0 0 auto;
    margin-left: auto;
    font-size: 18px;
}

.detail_wrap .text_wrap li .btn_wrap.btn-wrapper {
    display: flex;
    gap: 5px;
}

/*.detail_wrap .text_wrap li .btn_wrap .btn {
    font-size: 18px;
}*/
.icon-star {
    background: url('/resources/images/user/myshowching/ico_star.png') no-repeat center center / cover;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.icon-star.empty {
    background: url('/resources/images/user/myshowching/ico_star_emtpy.png') no-repeat center center / cover;
}
.detail_wrap .text_wrap li span.company {
    font-size: 17px;
    font-weight: bold;
}
.detail_wrap .text_wrap li * + span.company {
    margin: 0 5px;
}
.detail_wrap .text_wrap li span.review_date {
    font-size: 14px;
    font-weight: 500;
    color: #e5e5e5;
}
.detail_wrap .text_wrap li p.review_text {
    font-size: 14px;
    margin: 5px 0;
}
.detail_wrap .text_wrap li span.small_desc {
    font-size: 14px;
    margin-left: 5px;
}
.detail_wrap .text_wrap li.active_text span.small_desc {
    margin-left: 0;
}
.detail_wrap .detail_text.none_flex .text_wrap li {
    flex-wrap: wrap;
    position: relative;
    gap: 5px;
}
.detail_wrap .detail_text.none_flex .text_wrap li.nowrap {
    flex-wrap: nowrap;
}
.detail_wrap .detail_text.none_flex .text_wrap li .tle {
    /*margin-bottom: 20px;*/
}
.detail_wrap .detail_text.none_flex .text_wrap li span {
    /*width: 90%;*/
    /*flex: 1 0 auto;*/
}
.detail_wrap .detail_text.none_flex .text_wrap li span.w-100 {
    width: 100%;
}
.detail_wrap .detail_text.none_flex .text_wrap li label {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.detail_wrap .detail_text.none_flex .text_wrap li.plus_input label {
    justify-content: space-between;
}

.detail_wrap .detail_text.none_flex .text_wrap li input {
    width: 90%;
    height: 100%;
    background: transparent;
    font-size: 22px;
    padding: 0 10px;
}
.detail_wrap .detail_text.none_flex .text_wrap li div.sns_link {
    width: 100%;
}
.detail_wrap .detail_text.none_flex .text_wrap li div.sns_link a {
    font-size: 0;
}
.detail_wrap .detail_text.none_flex .text_wrap li div.sns_link label {
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
}
/*.detail_wrap .detail_text.none_flex .text_wrap li a.btn {
    position: absolute;
    top: 0;
    right: 0;
}*/
.detail_wrap .detail_text.none_flex .text_wrap li.plus_input {
    margin-bottom: 0;
}
.detail_wrap .detail_text.none_flex .text_wrap li.plus_input input {
    color: #000;
    padding: 3px;
    border-bottom: 1px solid #dbdbdb;
}
.detail_wrap .detail_text.none_flex .text_wrap li.plus_input.plus input {
    border-bottom: none;
}
/*.detail_wrap .detail_text.none_flex .text_wrap li.plus_input span {
    color: #dbdbdb;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}*/
.detail_wrap .detail_text.none_flex .text_wrap li.plus_input a.plus_btn {
/*    position: absolute;
    right: 0;
    top: 0;*/
}
.detail_wrap .detail_text.none_flex span input[type="text"] {
    width: 100%;
    font-size: 16px;
}
.detail_wrap .detail_text.none_flex span input[type="text"].d-none {
    display: none;
}
.detail_wrap .detail_text.none_flex .input-text-wrap {
    font-size: 16px;
    width: 100%;
}
.detail_wrap .detail_text.none_flex .input-text-wrap.empty {
    color: #dbdbdb;
}
.detail_wrap .text_wrap .event {
    margin-top: 20px;
}

/* ==========================================================
 ========================== schedule =========================
 ==========================================================*/
.schedule .calendar {
    margin-bottom: 30px;
}
.schedule section h3 .num {
    font-size: 20px;
    font-weight: normal;
    color: #ef3c32;
}
.schedule section h3 .num::before,
.schedule section h3 .num::after {
    display: inline-block;
}
.schedule section h3 .num::before {
    content: "(";
}
.schedule section h3 .num::after {
    content: ")";
}
.schedule .text_wrap {
    position: relative;
    padding: 20px;
    border-radius: 25px;
    box-sizing: border-box;
    background: #232323;
    color: #ddd;
}
.schedule .text_wrap .fix_text {
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 15px;
    gap: 7px;
}
.schedule .text_wrap .fix_text .d_day {
    display: block;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    background: #ef3c32;
    margin-right: 10px;
    font-size: 18px;
}
.schedule .text_wrap .fix_text .fix_btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/resources/images/user/myshowching/schedule_ico_minus.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.schedule .text_wrap.active {
    min-height: 60px;
}
.schedule .text_wrap.active .fix_text .fix_btn {
    background: url(/resources/images/user/myshowching/schedule_ico_plus.png);
    background-size: 100% 100%;
}
.schedule .text_wrap.active ul li {
    display: none;
}
.schedule .text_wrap ul li.active_text.display-none {
    display: none;
}
.schedule .text_wrap.active ul li.active_text {
    display: block;
}
/* complete */
.schedule section.complete h3 .num {
    color: #9c9c9c;
}
.schedule .complete .text_wrap {
    color: #232323;
    background: #fff;
    border: 1px solid;
}
.schedule .detail_wrap .text_wrap .active_text > p {
    display: flex;
    align-items: center;
}
.schedule .detail_wrap .text_wrap .btn_more {
    display: inline-block;
    margin-left: 5px;
}
.schedule .complete .text_wrap .fix_text .d_day {
    color: #fff;
    background: #000000;
}
.schedule .complete .text_wrap .fix_text .fix_btn {
    background: url(/resources/images/user/myshowching/schedule_ico_minus_b.png);
    cursor: pointer;
    background-size: 100% 100%;
}
.schedule .complete .text_wrap.active .fix_text .fix_btn {
    background: url(/resources/images/user/myshowching/schedule_ico_plus_b.png);
    background-size: 100% 100%;
}
.schedule .complete .text_wrap .tle {
    font-weight: lighter;
    display: inline-block;
    width: 135px;
    margin-right: 10px;
    word-break: keep-all;
}
.schedule .complete .text_wrap .btn_more {
    display: inline-block;
    border: 1px solid;
    border-radius: 25px;
}
.clander_wrap {
    max-width: 660px;
    width: 90%;
    margin: 30px auto;
    border: 1px solid #959595;
    border-radius: 10px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
    padding-bottom: 30px;
}
.clander_top {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    width: 95%;
    height: 52px;
    line-height: 52px;
    align-items: center;
}
.clander_top span {
    display: block;
    width: 180px;
    font-size: 22px;
    line-height: 52px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #ef4036;
    border-radius: 10px;
}
.clander_btn {
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.clander_btn img {
    width: 100%;
}
.clander_wrap table {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-spacing: 0px;
}
.clander_wrap table tr {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
}
.clander_wrap table th {
    font-weight: normal;
    color: #9c9c9c;
}
.clander_wrap table td {
    cursor: pointer;
    position: relative;
}
/*.clander_wrap table td.today {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #232323;
    border-radius: 50%;
}*/
.clander_wrap table td.today span {
    display: block;
    color: #fff;
    background-repeat: no-repeat;
    background: #232323;
    border-radius: 50%;
    width: 50%;
    margin: auto;
    position: relative;
    z-index: 1;
}
/*.clander_wrap table td.start_day {
    display: block;
    color: #fff;
    background-repeat: no-repeat;
    background: #ef4036;
    border-radius: 50px 0 0 50px;
}*/

.clander_wrap table td.start_day span {
    display: block;
    color: #fff;
    background-repeat: no-repeat;
    background: #ef4036;
    border-radius: 50px 0 0 50px;
    width: 60%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.clander_wrap table td.start_day:after {
    content: "";
    position: absolute;
    display: block;
    color: #fff;
    background-repeat: no-repeat;
    background: #ef4036;
    width: 30%;
    height: 100%;
    margin: auto;
    top: 0;
    right: -1px;
}

/*.clander_wrap table td.close_day {
    color: #fff;
    background-repeat: no-repeat;
    background: #ef4036;
    border-radius: 0 50px 50px 0;
}*/


.clander_wrap table td.close_day span {
    display: block;
    color: #fff;
    background-repeat: no-repeat;
    background: #ef4036;
    border-radius: 0 50px 50px 0;
    width: 60%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.clander_wrap table td.close_day:after {
    content: "";
    position: absolute;
    display: block;
    color: #fff;
    background-repeat: no-repeat;
    background: #ef4036;
    width: 30%;
    height: 100%;
    margin: auto;
    top: 0;
    left: -1px;
}
.clander_wrap table td:last-child.start_day:after {
    background: linear-gradient(to right, #ef4036, #ef4036, #ef40369e, transparent);
}
.clander_wrap table td:first-child.close_day:after {
    background: linear-gradient(to left, #ef4036, #ef4036, #ef40369e, transparent);
}
/* none_schedule */
.schedule .text_wrap.none_schedule {
    background: #353535;
    color: #fff;
    text-align: center;
}
/* ============== myPage _ProductRegistrationPage ============== */
.product .detail_wrap .text_wrap li input::placeholder,
.product .detail_wrap section textarea::placeholder {
    color: #dbdbdb;
}
.product .detail_wrap .text_wrap li.place input::placeholder {
    color: #232323;
}
.detail_wrap section textarea {
    width: 100%;
    max-width: 660px;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
    display: inline-block;
    box-sizing: border-box;
    resize: none;
    border: 1px solid #dbdbdb;
}
.detail_wrap section div.text {
    width: 100%;
    max-width: 660px;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
}
.detail_wrap section textarea.read {
    border: transparent;
}
.product section {
    border-bottom: transparent;
    padding-bottom: 0;
    /*margin-bottom: 20px;*/
}

/* ============== myPage _soldPage ============== */
.notice_setting .product_list {
    height: calc(100vh - 62px - 141px);
}
.product_list li {
    position: relative;
}
.product_list .btn_wrap {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.product_list .inn {
    max-width: 660px;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

/* ============== myPage _dealListPage ============== */
.product_list .btn_wrap2 {
    display: flex;
    justify-content: space-between;
    max-width: 660px;
    margin: 20px auto 0;
    width: 95%;
    gap: 10px;
}
.product_list .btn_wrap2 a {
    display: inline-block;
    width: calc(50% - 10px);
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
}

.product_list .tle {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    font-weight: 500;
}
.product_list .off .tle {
    color: #ef3c32;
}
.product_list .desc {
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0;
}
.product_list .desc span {
    font-size: 16px;
    margin-left: 5px;
}
.product_list .price {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px;
}

/* 주소에 값이 들어왔을 때 */
.detail_wrap .text_wrap li.place.active input::placeholder {
    color: #232323;
}
.detail_wrap .text_wrap li.place.active span input[type="text"] {
    width: 50%;
}

/* ============== myInfoPage ============== */

.myInfo .text_wrap .id_box span.naver_id {
    color: #25b844;
    font-size: 18px;
}
.myInfo .text_wrap .naver {
    color: #25b844;
}
.myInfo .detail_wrap {
    margin-top: 0;
}
.myInfo .detail_wrap .text_wrap li span.inputText {
    width: 80%;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-indent: 15px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.myInfo .detail_wrap .text_wrap li span input[type="text"] {
    width: 95%;
}
.myInfo {
    position: relative;
}

/* ============== myProfile _detailPage ============== */
.myProfile {
    padding-bottom: 50px;
}
.myProfile .detail_wrap section {
    padding: 10px 0;
}
.myProfile .detail_wrap section:last-child {
    border-bottom: transparent;
}
.myProfile .btn, .myInfo .btn {
    color: #fff;
    font-size: 18px;
    text-align: center;
/*    height: 50px;
    line-height: 50px;*/
    padding: 5px 10px;
    position: relative;
}
.myInfo .btn#paymentMembership:after {
    content: "";
    background: url('/resources/images/user/index/ico_crown.png') no-repeat center center / cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -15px;
    right: 50%;
    transform: translateX(50%);
}
/*.myProfile .btn#popBtn09 {
    width: 30%;
}*/
.myProfile .btn.submmitBtn {
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    margin-top: 25px;
}
.noticePop p.desc {
    margin-bottom: 15px;
}
.noticePop .period .flex {
    justify-content: center;
    gap: 10px;
}
.noticePop .period p.essential {
    text-align: center;
    color: #ef3c32;
    font-size: 20px;
    margin-bottom: 10px;
}
.noticePop input.numTxt {
    text-indent: 0;
    text-align: center;
    font-size: 16px;
}
.noticePop .period .innerText label.working {
    margin-top: 10px;
    color: #000;
}
.noticePop .period input[type=checkbox]:checked {
    background-color: #ef3c32;
    border-color: #fff !important;
}
.noticePop .period .end label.working:has(> input:checked) {
    background: #ef3c32;
    color: #fff;
}
.noticePop .inn > div:not(.inputFlex, .inputFlex, .category, .region, .period) {
    padding-bottom: 20px;
}
.noticePop .hour_wrap {
    max-width: 400px;
    margin: 0 0 20px auto;
    font-size: 20px;
}
.noticePop .hour_wrap select {
    padding: 5px 20px;
    overflow: hidden;
    border-radius: 5px;
}
.noticePop .region ul.list.flex33 {
    width: 70%;
    gap: 5px 15px;
}
.noticePop ul.list.flex33 {
    max-width: 100%;
    justify-content: center;
    width: 90%;
    gap: 10px 5px;
}
.noticePop ul.list.flex33 li {
    min-width: fit-content;
    flex: 1 0 calc(33% - 10px);
}
.noticePop ul.list.flex li label, .noticePop ul.list.flex33 li label, .noticePop ul.list.flex50 li label {
    margin-bottom: 0;
}
.noticePop .region ul.list.flex33 li label {
    height: 45px;
    line-height: 45px;
}
.noticePop ul.list li input[type="checkbox"] {
    display: none;
}
.noticePop input:checked + label {
    box-shadow: none;
}
/* notice list */
/* noticePage */
.noticePage a {
    text-decoration: none;
    font-size: 14px;
}
.noticePage a.btn {
    padding: 5px 15px;
}
.noticePage section {
    border-bottom: 1px solid #ddd;
}
/*.noticePage.contentWrap {
    height: 100%;
    min-height: 100vh;
}*/
.noticeWrap li {
    position: relative;
    border-bottom: 1px solid #dedede;
}

.noticeWrap .setting {
    padding: 10px 0;
}
.noticeWrap .setting .inn {
    width: 95%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.noticeWrap .setting .delBtn {
    display: inline-block;
    margin-left: auto;
    font-size: 14px;
}
.noticeWrap div.userBox {
    position: relative;
    display: flex;
    /*max-width: 660px;*/
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
    padding: 10px 0;
}
.noticeWrap .senderPrfl {
    width: 50px;
    height: 50px;
    border: 2px solid #ef3c32;
    border-radius: 50px;
    margin-right: 10px;
}
.noticeWrap .senderPrfl img {
    width: 100%;
    border-radius: 50px;
}
.noticeWrap div.msgBox {
/*    max-width: 72%;
    margin-right: auto;*/
    display: flex;
    width: calc(100% - 100px);
    gap: 5px;
}
.noticeWrap .msgTime,
.noticeWrap .msgDate,
.noticeWrap .noticeTime {
/*    position: absolute;
    right: 0;
    top: 40px;*/
    font-size: 13px;
    flex: 1 0 40px;
    text-align: right;
}
li.msg {
    display: block;
}
li.msgNone {
    border: transparent;
    display: none;
}
.msgNone p {
    font-size: 32px;
    color: #a1a1a1;
    text-align: center;
    margin: 150px 0;
}
.noticeWrap .noticeTxt {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    flex: 1 0 100%;
}

.desc.profile-desc {
    margin: 0;
    word-break: unset;
    width: 100% !important;
    font-size: 14px;
}

@media screen and (max-width: 500px) {
    .desc.profile-desc {
        font-size: 12px !important;
    }

    .noticeWrap .setting .delBtn {
        display: inline-block;
        margin-left: auto;
        font-size: 12px;
    }
    .noticePage a.btn {
        font-size: 12px;
    }
/*    .myShowching .file_wrap .file_list li .del_photo {
        right: -8px;
        top: -55px;
    }*/
/*    .myShowching .file_wrap .file_list li .del_photo img {
        width: 80%;
    }*/
 /*   .myShowching .file_wrap .file_list li .filebox label img {
        width: 50%;
        margin: auto;
    }*/
    .myShowching .file_wrap .file_list li p.text {
        font-size: 12px;
    }
    .myShowching .file_wrap .filebox label img {
        display: block;
        margin: 0 auto;
    }
    .myShowching .file_wrap .file_list + p.desc {
        font-size: 13px;
        margin-bottom: 30px;
        margin-top: 0;
        width: 90%;
        word-break: keep-all;
    }
    .myShowching .file_wrap .desc.red {
        font-size: 14px;
    }
    /* ============== myPage _listPage ============== */
    .schWrap02 {
        width: 95%;
        height: 80px;
        font-size: 20px;
        margin: 15px auto;
        gap: 5px;
        border-radius: 15px;
    }
/*    .schWrap02 .schIcon {
        width: 40px;
        height: 24px;
    }*/
    .schWrap02 .schInn p {
        font-size: 14px;
    }
    .schWrap02 label input {
        font-size: 20px;
    }
    .schWrap02 .btnRed {
/*        top: 0;
        right: 0;*/
        width: 80px;
        height: 100px;
        font-size: 20px;
    }
    .schInn {
        margin-right: auto;
        width: 80%;
    }
    .registerBtn_wrap {
        width: 95%;
        height: 60px;
    }
    .registerBtn_wrap a {
        display: inline-block;
        width: 50%;
        font-size: 20px;
        line-height: 60px;
    }
    .product_list li {
        padding: 20px 0;
        border-bottom: 1px solid #cecbcb;
    }
    .product_list li button {
        font-size: 16px;
    }
    .product_list li .product_item {
        width: 95%;
    }
    .product_list li .product_item img {
        width: 80px;
        height: 80px;
    }
    .product_list li .product_item p {
        font-size: 14px;
        font-weight: bold;
    }
    .product_list li .product_item p .title {
        font-size: 18px;
    }
    .product_list li .product_item span {
        font-size: 12px;
    }
    .product_list li .product_item span.gray {
        color: #545454;
    }

    /* complete */
    .schedule .complete .text_wrap .tle {
        width: 100px;
    }
    .schedule .complete .text_wrap .btn_more {
        font-size: 12px;
    }
    .schedule .detail_wrap .text_wrap li {
        font-size: 14px;
    }
    .schedule .detail_wrap .desc {
        font-size: 14px;
    }
    .schedule .text_wrap .fix_text .d_day {
        width: 50px;
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        margin-right: 5px;
    }
    .schedule .text_wrap .fix_text .fix_btn {
        width: 26px;
        height: 26px;
    }
    .clander_top {
        margin: 30px auto;
        width: 95%;
        height: 40px;
    }
    .clander_top span {
        width: 150px;
        font-size: 18px;
        line-height: 40px;
    }
    .clander_btn {
        width: 28px;
        height: 28px;
        cursor: pointer;
    }
    .clander_wrap table tr {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
    .clander_wrap table td.today {
        width: 40px;
        height: 40px;
    }

    /* ============== myPage _ProductRegistrationPage ============== */
    .detail_wrap section textarea {
        font-size: 13px;
        padding: 5px 10px;
    }
    .detail_wrap section div.text {
        font-size: 13px;
    }

    /* ============== myPage _soldPage ============== */
    .product_list .btn_wrap {
        right: 10px;
        bottom: 10px;
        width: auto;
    }
    .product_list .btn_wrap .btn {
        font-size: 12px;
        padding: 3px 10px;
    }
    .product_list .inn {
        width: 90%;
    }

    /* ============== myPage _dealListPage ============== */
    .product_list .btn_wrap2 {
        width: 90%;
        gap: 5px;
    }
    .product_list .btn_wrap2 a {
        width: calc(50% - 5px);
        font-size: 16px;
        padding: 7px
    }
    .product_list .tle {
        font-size: 13px;
    }
    .product_list .desc {
        font-size: 15px;
    }
    .product_list .desc span {
        /*display: block;*/
        font-size: 12px;
        /*margin-left: 0px;*/
    }
    .product_list .price {
        font-size: 18px;
    }

    /* ============== myInfoPage ============== */
    .myInfo .text_wrap .id_box span.naver_id {
        font-size: 2.2vw;
    }
    .myInfo .detail_wrap {
        margin-top: 0;
    }
    .myInfo .detail_wrap .text_wrap li span.inputText {
        width: 80%;
        border: 1px solid #ddd;
        border-radius: 10px;
        text-indent: 15px;
        padding-bottom: 5px;
        box-sizing: border-box;
    }
    .myInfo .detail_wrap .text_wrap li span input[type="text"] {
        width: 95%;
    }
    .myInfo .detail_wrap .question_pop {
        font-size: 12px;
        border-radius: 25px;
        padding: 13px;
    }
    .myInfo .detail_wrap .question_pop::after {
        position: absolute;
        display: block;
        content: "";
        width: 0;
        height: 0;
        left: 24px;
        top: -40px;
        border-top: 30px solid transparent;
        border-bottom: 40px solid #ef4137;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }
    .myInfo .detail_wrap .questionPop2::after {
        border-bottom: 40px solid #ef4137;
        border-top: 0;
        top: -15px;
    }

    /* ============== myProfile _detailPage ============== */
    .myProfile {
        padding-bottom: 50px;
    }
    .myProfile .btn {
        font-size: 14px;
    }
    .myProfile .btn.submmitBtn {
        font-size: 16px;
        height: auto;
        line-height: 28px;
    }
    .noticePop .period p.essential {
        font-size: 14px;
    }
    .noticePop input.numTxt {
        font-size: 14px;
    }
    .noticePop .period .innerText label.working {
        margin-top: 10px;
    }
    .noticePop .period .end input:checked + label {
        background: #ef3c32;
    }
    .period .innerText label {
        height: 36px;
        line-height: 36px;
    }
    #userStarDate, #userEndDate {
        line-height: 34px;
    }
    .noticePop .hour_wrap {
        max-width: 400px;
        margin: 0 0 20px auto;
        font-size: 20px;
    }
    .noticePop .hour_wrap select {
        padding: 5px 20px;
        overflow: hidden;
        border-radius: 5px;
    }
/*    .noticePop .category ul.list.flex33 {
        max-width: 300px;
    }*/

    /* ============== myPage _detailPage ============== */
    .detail_wrap .desc {
        font-size: 13px;
    }
    .detail_wrap .desc2 {
        /*height: 60px;*/
        padding-top: 10px;
        font-size: 13px;
    }
    .detail_wrap section {
        padding: 15px 0;
        margin-bottom: 0;
    }
    .question_wrap + input {
        font-size: 16px;
    }
    .detail_wrap section .text_wrap {
        font-size: 16px;
        margin-top: 15px;
    }
    .detail_wrap section .text_wrap.withdrawal {
        font-size: 14px;
    }
    .detail_wrap section h3 {
        font-size: 15px;
    }
    .detail_wrap section h3.company {
        margin-bottom: 5px;
    }
    .schedule section h3 .num {
        font-size: 12px;
    }
    .detail_wrap section h3.margin-bottom-sm {
        margin-bottom: 0;
    }
    .detail_wrap section .report-btn {
        font-size: 12px;
    }
    .detail_wrap section span.deal_date {
        font-size: 14px;
        margin: 5px 0 15px 0;
    }
    .detail_wrap section p.tle_desc {
        font-size: 12px;
    }
    .detail_wrap .text_wrap li {
        font-size: 14px;
    }
    .detail_wrap .text_wrap li .tle {
        width: 90px;
    }
    .detail_wrap .text_wrap li > span:not(.tle) {
        width: calc(100% - 90px);
    }
    .detail_wrap section .btn.btnDetail {
        font-size: 11px;
        padding: 3px 10px;
    }
    .detail_wrap section .btn.btnReview {
        margin-top: 30px;
        padding: 15px 30px;
    }
    .detail_wrap .text_wrap .btn_more {
        font-size: 12px;
    }
    .detail_wrap .text_wrap li span input[type="text"] {
        width: 100%;
        font-size: 14px;
    }
    .detail_wrap .text_wrap li > span.input-hours input {
        width: 5vw;
        font-size: 14px;
    }
    .detail_wrap .text_wrap img {
        width: 18px;
        height: 18px;
    }
    .detail_wrap a.submmitBtn {
        width: 90%;
        padding: 10px 0;
    }
    .detail_wrap .text_wrap.sns_list li a {
        width: 50px;
        height: 50px;
    }
    .detail_wrap section a.btn#completeBtn {
        font-size: 16px;
        margin: 10px 0;
    }
    .detail_wrap section a.btn#completeBtn.modifyMyInfoBtn {
        font-size: 14px;
    }
    /* deal_detail*/
    .detail_wrap .text_wrap li.none_flex p {
        font-size: 14px;
    }
    .detail_wrap .text_wrap li.none_flex p input {
        font-size: 18px;
        margin-top: 5px;
        width: 100%;
    }
    .detail_wrap .text_wrap li .btn_wrap {
        max-width: 660px;
        margin: 0 0 0 auto;
        margin-left: auto;
        font-size: 18px;
    }
/*    .detail_wrap .text_wrap li .btn_wrap .btn {
        font-size: 16px;
        padding: 5px 10px;
    }*/
    .icon-star {
        width: 14px;
        height: 14px;
    }
    .detail_wrap .text_wrap li span.company {
        font-size: 14px;
    }
    .detail_wrap .text_wrap li span.review_date {
        font-size: 12px;
    }
    .detail_wrap .text_wrap li p.review_text {
        font-size: 12px;
        margin: 5px 0;
    }
    .detail_wrap .text_wrap li span.small_desc {
        font-size: 12px;
    }
    .detail_wrap .detail_text.none_flex .text_wrap li span {
        /*width: 100%;*/
        font-size: 12px;
    }
    .detail_wrap .detail_text.none_flex .text_wrap li input {
        width: 93%;
        font-size: 13px;
        padding: 0;
    }
    .myProfile .btn, .myInfo .btn {
        font-size: 14px;
    }
    .myInfo .btn#paymentMembership:after {
        width: 12px;
        height: 12px;
        top: -9px;
    }

/*    .detail_wrap .detail_text.none_flex .text_wrap li a.btn {
        position: absolute;
        top: -5px;
        right: 0;
    }*/
    .noticePop .region ul.list.flex33 li label {
        height: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 425px) {
/*    .myShowching .file_wrap .file_list li .del_photo {
        right: 5px;
        top: -42px;
    }
    .myShowching .file_wrap .file_list li .del_photo img {
        width: 80%;
    }*/
/*    .myShowching .file_wrap .file_list li .filebox label img {
        width: 50%;
        margin: auto;
    }*/

/*    .schWrap02 .schIcon {
        width: 34px;
        height: 24px;
    }*/

    .desc.profile-desc {
        font-size: 10px !important;
    }

    .myShowching .file_wrap .file_list li p.text {
        font-size: 12px;
    }
    .myShowching .file_wrap .file_list + p.desc {
        font-size: 11px;
    }

    /* ============== myPage _dealListPage ============== */
    .product_list .btn_wrap2 a {
        font-size: 13px;
    }
    .product_list li button {
        font-size: 13px;
    }
    .product_list .tle {
        font-size: 12px;
    }
    .product_list .desc {
        font-size: 13px;
        margin-bottom: 0;
    }
    .product_list .desc span {
        font-size: 11px;
    }
    .product_list .price {
        font-size: 16px;
    }
    /* ============== myPage _detailPage ============== */
    .detail_wrap .desc {
        font-size: 11px;
    }
    .detail_wrap .desc2 {
        /*height: 60px;*/
        padding-top: 12px;
        font-size: 12px;
    }
    .detail_wrap section .text_wrap {
        font-size: 12px;
    }
    .detail_wrap section .text_wrap.withdrawal {
        font-size: 12px;
    }
    .detail_wrap section span.deal_date {
        font-size: 12px;
    }
    .detail_wrap section p.tle_desc {
        font-size: 12px;
    }
    .detail_wrap section textarea, .detail_wrap section div.text {
        font-size: 12px;
    }
    .detail_wrap .text_wrap li {
        font-size: 3.2vw;
        margin-bottom: 15px;
    }
    .detail_wrap .text_wrap li .tle {
        width: 70px;
    }
    .detail_wrap .text_wrap li > span:not(.tle) {
        width: calc(100% - 70px);
    }

    .detail_wrap section .btn.btnDetail {
        font-size: 10px;
    }
    .detail_wrap section .btn.btnReview {
        font-size: 14px;
    }
    .detail_wrap .text_wrap .btn {
        font-size: 12px;
    }
    .detail_wrap .text_wrap .btn_more {
        font-size: 10px;
    }
    .detail_wrap .text_wrap li span input[type="text"] {
        width: 100%;
        font-size: 12px;
    }
    .detail_wrap .text_wrap li > span.input-hours input {
        width: 5vw;
        font-size: 12px;
    }
    .detail_wrap .text_wrap img {
    }
    .detail_wrap .text_wrap img {
        width: 18px;
        height: 18px;
    }
    .detail_wrap .text_wrap.sns_list {
        gap: 3px;
    }
    .detail_wrap .text_wrap.sns_list li a {
        width: 40px;
        height: 40px;
    }
    .detail_wrap section a.btn#completeBtn {
        font-size: 12px;
    }
    .icon-star {
        width: 12px;
        height: 12px;
    }
    .detail_wrap .text_wrap li span.company {
        font-size: 13px;
    }
    .detail_wrap .text_wrap li span.review_date {
        font-size: 11px;
    }
    /* ============== myPage _listPage ============== */
    .schWrap02 {
        height: 60px;
        width: 95%;
    }
    .schWrap02 .schInn {
        width: 80%;
    }
    .schWrap02 label {
        position: relative;
/*        display: inline-block;*/
        height: 100px;
        width: 100%;
    }
    .schWrap02 label .hidden {
        font-size: 14px;
    }
    .schWrap02 label input {
        font-size: 14px;
    }
    .schWrap02 .btnRed {
        width: 70px;
        font-size: 14px;
    }
    .schInn {
        margin-right: auto;
    }
    .registerBtn_wrap {
        width: 95%;
        height: 60px;
    }
    .registerBtn_wrap a {
        line-height: 60px;
        font-size: 15px;
    }
/*    .registerBtn_wrap a:first-child::after {
        position: absolute;
        display: block;
        content: "";
        width: 1px;
        height: 60px;
        right: 0;
        border-right: 1px solid;
        background: #ddd;
        top: 50%;
        transform: translateY(-50%);
    }*/
    .product_list li {
        padding: 10px 0;
    }
    .product_list li .product_item {
        display: flex;
        align-items: initial;
        gap: 15px;
        margin: 0 auto;
    }
    .product_list li .product_item img {
        width: 70px;
        height: 70px;
    }
    .product_list li .product_item p .title {
        font-size: 14px;
    }
    .product_list li .product_item span {
        font-size: 12px;
    }

    /* complete */
    .schedule .complete .text_wrap .tle {
        width: 60px;
    }
    .schedule .complete .text_wrap .btn_more {
        font-size: 10px;
        padding: 5px;
    }
    .schedule .detail_wrap .text_wrap li {
        font-size: 12px;
    }
    .schedule .detail_wrap .desc {
        font-size: 13px;
    }
    .schedule .text_wrap .fix_text .d_day {
        margin-right: 0;
    }
    .schedule .text_wrap .fix_text .fix_btn {
        width: 20px;
        height: 20px;
    }
    .clander_top {
        margin: 30px auto;
        height: 30px;
    }
    .clander_top span {
        width: 95px;
        font-size: 12px;
        line-height: 30px;
    }
    .clander_btn {
        width: 22px;
        height: 22px;
    }
    .clander_wrap table tr {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .clander_wrap table td.today {
        width: 40px;
        height: 40px;
    }
    /* deal_detail*/
    .detail_wrap .text_wrap li.none_flex p {
        font-size: 14px;
    }
    .detail_wrap .text_wrap li.none_flex p input {
        font-size: 18px;
        margin-top: 5px;
        width: 100%;
    }
    .detail_wrap .text_wrap li .btn_wrap {
        max-width: 660px;
        margin: 0 0 0 auto;
        margin-left: auto;
        font-size: 18px;
    }
    .detail_wrap .text_wrap li span.small_desc {
        font-size: 10px;
    }
/*    .detail_wrap .detail_text.none_flex .text_wrap li .tle {
        margin-bottom: 20px;
    }*/
    .detail_wrap .detail_text.none_flex .text_wrap li div.sns_link {
        width: 100%;
    }
    .detail_wrap .text_wrap .event {
        margin-top: 20px;
    }
    /* ============== myProfile _detailPage ============== */
    .myProfile {
        padding-bottom: 50px;
    }
/*    .myProfile .btn {
        width: 100px;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }*/
/*    .myProfile .btn.submmitBtn {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }*/
    .noticePop .period p.essential {
        font-size: 13px;
    }
    .noticePop input.numTxt {
        font-size: 12px;
    }
    .period .innerText label.working {
        font-size: 12px;
    }
    .noticePop .period .end input:checked + label {
        background: #ef3c32;
    }
    .noticePop .hour_wrap {
        max-width: 320px;
        font-size: 14px;
    }
    .noticePop .hour_wrap select {
        padding: 5px 20px;
        overflow: hidden;
        border-radius: 5px;
    }
/*    .noticePop .category ul.list.flex33 {
        max-width: 300px;
    }*/

    /* notice list */
    /* noticePage */
/*    .noticePage.contentWrap {
        height: 100%;
        min-height: 100vh;
    }*/
    .noticeWrap .setting {
        padding: 10px 0;
    }
    .noticeWrap .senderPrfl {
        width: 40px;
        height: 40px;
    }
    .noticeWrap div.msgBox {
        font-size: 14px;
/*        max-width: 70%;*/
    }
    .noticeWrap .noticeTxt {
        font-size: 13px;
    }
    .noticeWrap .msgTime,
    .noticeWrap .msgDate,
    .noticeWrap .noticeTime {
        font-size: 12px;
    }
    .msgNone p {
        font-size: 20px;
        margin: 120px 0;
    }
/*    .noticePop .category ul.list.flex33 li {
        flex: 1 0 calc(33% - 30px);
    }*/
    .noticePop .category ul.list.flex33 li label {
        font-size: 13px;
    }
    .myProfile .btn.submmitBtn {
        font-size: 14px;
        line-height: 24px;
    }
}
/* ============== notice_setting ============== */
.notice_setting .switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 72px;
    height: 40px;
    padding: 3px;
    background-color: white;
    border-radius: 25px;
    cursor: pointer;
}
.notice_setting .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.notice_setting .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #232323;
    border-radius: inherit;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.notice_setting .switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.notice_setting .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.notice_setting .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.notice_setting .switch-input:checked ~ .switch-label {
    background: #f03d3d;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 15%), inset 0 0 3px rgb(0 0 0 / 20%);
}
.notice_setting .switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.notice_setting .switch-input:checked ~ .switch-label:after {
    opacity: 1;
}
.switch-handle {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
}
.switch-input:checked ~ .switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.notice_setting .notice_tle {
    font-size: 22px;
    font-weight: bold;
}
.notice_setting .notice_tle > span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.notice_setting .product_list .li {
    box-sizing: border-box;
}
.notice_setting .product_list .pl-20 {
    text-indent: 20px;
}
@media screen and (max-width: 500px) {
    .notice_setting .notice_tle {
        font-size: 16px;
        font-weight: bold;
    }
    .notice_setting .notice_tle > span {
        display: block;
        font-size: 13px;
        font-weight: normal;
    }
    .notice_setting .switch {
        width: 48px;
        height: 24px;
    }
    .switch-handle {
        top: 5px;
        left: 5px;
        width: 20px;
        height: 20px;
    }
    .switch-input:checked ~ .switch-handle {
        left: 29px;
    }

}
@media screen and (max-width: 414px) {
    .notice_setting .notice_tle {
        font-size: 14px;
        font-weight: bold;
    }
    .notice_setting .notice_tle > span {
        display: block;
        font-size: 11px;
        font-weight: normal;
    }
    .notice_setting .switch {
        width: 40px;
        height: 20px;
    }
    .switch-handle {
        top: 5px;
        left: 5px;
        width: 16px;
        height: 16px;
    }
    .switch-input:checked ~ .switch-handle {
        left: 25px;
    }

}
@media screen and (max-width: 400px) {

    .myShowching .file_wrap .file_list li p.text {
        font-size: 10px;
    }
}
@media screen and (max-width: 375px) {
    .product_list .btn_wrap {
    }
    .product_list .btn_wrap a {
        font-size: 14px;
        padding: 5px 10px;
    }

/*    .myShowching .file_wrap .file_list li .del_photo {
        right: -5px;
        top: -40px;
    }*/
}
.date_box{overflow: hidden;max-width: 660px;width: 90%;margin: 0 auto;margin-top: 5vw;}
.date_box h3{float: left;height: 40px;line-height: 40px;margin-right: 4vw;}
.date_box span{float: left;max-width: 660px;border-radius: 5px;font-size: 16px;padding: 3px 5px;box-sizing: border-box;border: 1px solid #dbdbdb;height: 40px;font-weight: bold;}

.date_tit{text-align: center;border: 2px solid #0b0b0b;padding: 5vw -0px;border-radius: 15px;}
.inn2{max-width: 660px;width: 90%;margin: 0 auto;}
.btn1{width: 35%;margin-right: 5%;display: inline-block;text-align: center;background: #232323;color: #fff;border-radius: 5px;}
.btn2{width: 60%;display: inline-block;text-align: center;}

