.member_info{
    display:flex;
    flex-wrap: nowrap;
    justify-content:space-around;
    align-items: end;
    margin-bottom:10px;
}
.member_info .name_box{
    margin-top:20px;
    padding:7px 10px;
    width:40%;
    margin-left:10px;
    position: relative;
}
.member_info .info_box{
    padding:10px 20px;
    width: auto;

}
.member_info .info_box:last-child{
    border-left:1px solid #e2e4e8;
}
.member_info .name_box .mnick{
    font-size:18px;
    font-weight: bold;
    margin-bottom:10px;
    position: relative;
    display: inline-block;
}
.gruop_box{
    font-size:12px;
    display:flex;
    align-items: center;
}
.member_info .name_box .gruop_box span{
    padding:2px 5px;
    font-size:10px;
    background-color:#ddd;
    border-radius:7px;
    margin-right:5px;
}

.member_info .name_box .gruop_box .on{
    background-color:#b3ff00;
}

.member_info .name_box .gruop_box p{
    font-size:12px;
    font-weight:400;
}
.member_info .info_box .title{
    font-size:13px;
    margin-bottom:5px;
    font-weight:bold;
}
.member_info .info_box .content{
    font-size:13px;
}
.member_msg{
    width:calc(100% - 40px);
    background-color:#eee;
    border:1px solid #ddd;
    border-radius:5px;
    padding:10px;
    box-sizing: border-box;
    margin:10px 20px;
    font-size:14px;
    display: block;
    position: relative;
}
.member_msg .red{
    color: #f45859;
}
.member_msg span{
    position: relative;
}

.member_msg::after {
    content:"";
    position: absolute;
    top: -10px;
    left: 27px;
    border-top:0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
}

.member_msg span::after {
    position: absolute;
    right: -15px;
    top: 7px;
    content: '';
    width: 7px; /* 사이즈 */
    height: 7px; /* 사이즈 */
    border-top: 1px solid #222; /* 선 두께 */
    border-right: 1px solid #222; /* 선 두께 */
    transform: rotate(45deg); /* 각도 */
}


.member_msg_aw::after {
    position: absolute;
    left: 30px;
    top: -7px;
    content: '';
    width: 11px;
    height: 11px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(315deg);
    z-index: 99;
}

.member_info .name_box .mnick::after {
    position: absolute;
    right: -15px;
    top: 7px;
    content: '';
    width: 7px; /* 사이즈 */
    height: 7px; /* 사이즈 */
    border-top: 1px solid #222; /* 선 두께 */
    border-right: 1px solid #222; /* 선 두께 */
    transform: rotate(45deg); /* 각도 */
}


@media (max-width: 400px) {
    .member_msg span::after{
        display:none;
    }
}

.member_info_sub{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
}

.member_info_sub .info_box{
    padding:10px 20px;
    width: auto;
    text-align: center;
    border-right:1px solid #e2e4e8;

}
.member_info_sub .info_box:last-child{
    border-left:none;
}
.member_info_sub .info_box .title{
    font-size:13px;
    margin-bottom:5px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.member_info_sub .info_box .title .tooltip{
    width:15px;
    margin-left:2px;
}

.member_info_sub .info_box .content{
    font-size:16px;
    font-weight: 500;
    margin-bottom:3px;
}

.member_info_sub .info_box .content.on{
    color:#ff0006;
    text-decoration: underline #ff0006;
}

.reserve_park .first_div .grey_div_note{
    margin-top:10px;
    margin-bottom:0px;
    font-size:13px;
    line-height:14px;
    margin-left:5px;
}
.subscribe_agree{
    display:inline;
    font-size:14px;
    line-height:25px;

}
.subscribe_agree a{
    border-bottom:1px solid #b9b9b9;
    color:#b9b9b9;
}
.social_clause{
    margin-top:15px;
}

.reserve_info2 li:nth-child(1){
    border-right: none !important;
}
.ui-widget-content{
    padding:10px !important;
    margin-left:10px !important;
    text-align:left !important;
    box-shadow: none !important;
    background-color:#eee !important;
}
.ui-widget-content div{
    line-height: 1.3 !important;
}

.ui-widget-content::after {
    position: absolute;
    left: 30%;
    top: -7px;
    content: '';
    width: 11px;
    height: 11px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color:#eee !important;
    transform: rotate(315deg);
    z-index: 99;
}

.social_match_div .temp_bar {
    margin-top: 3px;
    width:100%;
    position: relative;
}
.social_match_div .temp_bar_none {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#00000066;
    color:#fff;
    display:flex;
    align-content: center;
    justify-content: center;
    z-index: 99;
    align-items: center;
    text-align: center;
    font-size:14px;
    line-height:15px;
}
.social_match_div .temp_bar_none p{
    line-height: 17px;
}

  .social_match_div .temp_bar .temp_txt {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 3px;
    width:100%;
    height:27px;
    position:relative;
  }

  .social_match_div .temp_bar .temp_txt .ico_temp {
    width: 15px;
    margin-left: 3px;
  }

  .social_match_div .temp_bar .bg {
    width: 100%;
    height: 6px;
    border-radius: 50px;
    background: #E6E6E6;
    position: relative;
  }

  .social_match_div .temp_bar .bg .gauge {
    height:calc(100% - 2px);
    border-radius: 50px;
    position: absolute;
    top: 1px;
    left: 0px;
    background: #ff0006;
  }
  .social_match_div .temp_bar .bg .my_gauge {
    height: 100%;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: #B2FF00;
  }
  .social_match_div {
    position: relative;
  }
  .temp_txt_up{
    position:absolute;
    font-size:10px;
    font-weight:500;
    text-align: center;
    line-height:11px;
  }

  .social_info_div {
    width: 100%;
    padding: 25px 10px;
    padding-bottom:5px;
}

.ev_box{
    background-color:#000;
    width:calc(100% - 12px);
    color:#fff;
    position:absolute;
    height:16px;
    top:-5px;
    display:flex;
    align-items: center;
    padding:3px 0px;
    height:16px;
}
.ev_box img{
    height:25px;
    z-index: 60;
    position: relative;
    left: -4px;
}
.ev_box:after {
    content: '';
    position: absolute;
    right: -16px;
    top: -16px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-bottom-color: #000;
}
.ev_box{
   font-size:11px;
}
.ev_box .star{
    position:absolute;
    z-index: 80;
    height: auto;

}


.social_button{
    padding: 0 0;
    border-radius: 5px;
    min-width: 63px;
    height: 60px;
    justify-content: center;
}
.social_button button{
    height: 55px;
}
.social_button span{
    background-color:#000;
    display:block;
    width:100%;
    height:25px;
    line-height:25px;
    border-radius:0 0 5px 5px;
    text-align:center;
    margin-top: 0px;
    color:#fff;
}

.social_button span.green{
    color: #b3ff00;
}

.social_button span.yellow{
    color: #ffec00;
}
.match_prof{
    padding: 26px 10px;
}
.social_chat{
    margin-top:20px;
}
.match_prof_park{
    margin-top:10px;
}
.match_prof_name{
    margin-top:5px;
    text-align: center;
}
.it_list_box{
    display: flex;
    overflow-x: auto;
    width:100%;
    padding-bottom:10px;
}
.it_list{
    padding:10px;
    border:1px solid #eee;
    border-radius:5px;
    margin-right:10px;
    width:120px ;
    position: relative;
}
.it_list img{
    width:100px;
    height:100px;
    object-fit: cover;
}
.it_list .it_name{
    margin-top:10px;
    font-size:14px;
    font-weight:500;
    margin-bottom:5px;
}
.it_list .it_price{
    margin-top:3px;
    font-size:12px;
}
.labal_box{
    display: flex;
    justify-content: space-between;
    width:calc(100% - 20px);
    margin-top:10px;
    position: absolute;
    top:0px;
}
.labal_box label{
    padding:3px 6px;
    border-radius:3px;
    box-shadow: 2px 2px 2px 0 #ddd;
    font-size:12px;
    background-color:#fff;
    font-weight:bold;
}
.it_cnt{
    width:60%;
    text-align:center;
    font-size:15px;
    font-weight:600;
}
.od_list{
    /* padding:8px; */

}
.reserve_info_div2 .od_list_title{
    font-size: 15px;
    font-weight:500;
    margin-bottom:10px;
}
.od_list li{
    display:flex;
    font-size:13px;
    justify-content:space-between;
    margin-bottom:8px;
}
.od_list_cancel li{
    text-decoration:line-through
}


.od_list_cancel_li{
    text-decoration:line-through
}


.social_button.gray{

}
.social_btn .red2{
    background-color: #ff0006;
    display: block;
    width: 63px;
    height: 25px;
    line-height: 23px;
    border-radius:5px;
    text-align: center;
    margin-top: 5px;
    color: #fff;
    font-size:10px;
    margin-top:5px;
}
.it_content_bnt{
    position:absolute;
    bottom:10px;
    right:10px;
    padding:3px;
    background-color:#ddd;
    font-size:9px;
    border-radius:3px;
    cursor: pointer;
    white-space : nowrap;
}

#popup_box{
    position:fixed;
    left:10px;
    top:30vh;
    width:calc(100% - 20px);
    height:auto;
    padding:20px;
    border-radius:20px;
    border:1px solid #000;
    background-color:#fff;
    display:none;
}
#popup_box h2{
    text-align: center;
    margin-bottom:10px;
    font-size:18px;
}
#popup_box p{
    line-height:1.4;
    font-size:13px;
}
#popup_box span{
    position:absolute;
    top:15px;
    right:20px;
}
#popup_box span img{
    width:18px;
}
.it_item{
    display: flex;
    align-items: center;
    padding:15px;
    border-radius:10px;
    border:1px solid #eee;
    margin:10px 10px;
    justify-content: space-between;
}
.it_item .it_img{
    width:50px;
    height:50px;
}
.it_item .item_add{
    width:25px;
}
#it_list_update_box{
    padding-bottom: 80px;
}
.it_item .it_content_bnt{
    position: relative;
    top:0px;
    left:0px;
    font-size:12px;
    padding: 5px;
    font-size: 11px;
}
.it_item .info_box{
    font-size:13px;
    width:165px;

}
.it_item .info_box p{
    line-height:1.5;
}
.it_fixed_box{
    position: fixed;
    bottom: 0px;
    width:100%;
    background-color: #fff;
    z-index: 9999;
}
.it_fixed_slide{
    position: fixed;
    bottom: 70px;
    width:100%;
    background-color: #fff;
    max-height:30vh;
    padding:0 10px;
    padding-top:30px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px -1px 7px 0px #d1d1d1;
    overflow-y: auto;
}
.it_fixed_slide_long{
    height:70vh;
    max-height:70vh;
}

.it_fixed_slide_item{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    padding:20px;

}
.it_fixed_slide_item p{
    font-size:14px;
    font-weight:bold;

}
.it_fixed_slide_item .labal_box{
    width:100px;
    position:relative;
    left: auto;
    top: auto;
    margin:0px;
    border:1px solid #ddd;
    padding:5px 10px;
    border-radius:5px;
}

.it_fixed_slide_item .labal_box label{
    box-shadow: none;
    font-size:18px;
    font-weight: 400;
}
.it_fixed_slide_item .it_cnt{
    font-size:14px;
}
.ios_bar{
    background-color:#eee;
    width:80px;
    height:7px;
    border-radius:5px;
    position:absolute;
    top:15px;
    left: 50%;
    transform: translate(-50%, -50%);
}
#it_fixed_slide_form{
    display:none;
}
.social_button.red{
    height: 60px;
}
.social_button.red button{
    color:#ff0006;
}
.social_button.red{
    border:1px solid #ff0006;
    background-color:#fff;
    color:#ff0006;
}
.match_page .match_info .text_box{
    /* display: flex; */
}
.set_ap_team{
    width: fit-content;
    font-size: 12px;
    background: #B2FF00;
    border-radius: 50px;
    color: #151515;
    padding: 3px 10px;
    font-weight: 600;
    margin-top: 5px;
    /* position:absolute;
    bottom:0px;
    right: 10px; */
    line-height: 0.9;
}

/* .modal .pop_tit{
    display: inline-block;
    margin:10px 0;
} */
.modal .pop_tit select{
    padding:3px;
    border-radius:3px;
    border:1px solid #ddd;
    appearance: auto;
    font-weight:bold;

}
.note_box{
    text-align: left;
    font-size:13px;
    color:#454545;
    font-weight:400;
    width:90%;
    margin:10px auto;
}

.note_box2{
    text-align: left;
    font-size:13px;
    color:#454545;
    font-weight:400;
    width:85%;
    margin:10px auto;
}

.note_box li{
    line-height:1.3;
    list-style-type: "※";
}
.jconfirm-content h3{
    text-align: center;
    margin:0 20px;
    margin-bottom:20px;
}
.note_box2 li{
    line-height:1.3;
    list-style-type:circle;
    margin-bottom:20px;
}
.note_red{
    color:#ff0006;
}
.match_banner_box{
    position:fixed;
    background-color:#fff;
    padding:10px;
    width:100%;
    display:flex;
    justify-content:center;
    z-index:99999;
}
.match_banner_box label{
    position:absolute;
    right:20px;
    color:#fff;
    font-size:12px;
}
.match_banner_box a{
    position: relative;
    background-color:#0050ff;
    color:#fff;
    padding:10px;
    border-radius:5px;
    text-align:center;
    display: block;
    width:100%;
    font-size:12px;
}
