@charset "utf-8";
/* CSS Document */

.modal_bg {background-color:#fff;margin-top: 100px;margin-left:15%;width: 438px;border-radius:5px;box-shadow:0px 0px 3px 2px #dedede;box-sizing:border-box;padding:18px;}
.modal_wrap {clear:both;width:100%;}
.modal_title {width:100%;height:40px;border-bottom:1px solid #e5e5e5;font-size:20px;font-weight:600;color:#5091f1;}
.modal_btns {width:100%;height:50px;border-top:1px solid #e5e5e5;padding-top: 18px; margin-top: 0px !important;}

.modal_cont {clear:both;width:100%;padding:15px 5px 15px 5px;}
.in_desc {width:100%;margin-top:15px}
.in_desc li {display:inline-block;width:100%;margin-bottom:10px;line-height:130%;position:relative}
.in_desc li span {line-height:130%}
.in_desc li input {vertical-align:middle}

.alredy_in {clear:both;width:100%;margin-top:20px;}
.info_round {display:inline-block;width:100%;min-height:44px;border-radius:5px;background-color:#f2f2f2;text-align:center;padding:15px}
.code_round {display:inline-block;width:100%;min-height:44px;border-radius:5px;background-color:#f2f2f2;text-align:center;padding:15px;margin:12px 0 12px 0;font-size:20px;font-weight:600;color:#333}

.btn_view {position:absolute;top:0;right:0}

.info_pop {clear:both;width:100%;line-height:130%;margin:15px 0 15px 0}
.info_pop span {line-height:130%;}

/*조정요청팝업*/
.se_view {display:inline-block;width:100%;margin:10px 0 10px 0}
.se_view dt {display:inline-block;border-radius:15px;border:1px solid #333;min-width:50px;padding:4px 12px 4px 12px;color:#333}
.se_view dd {display:inline-block;width:100%;border-bottom:1px dotted #adadad;padding:12px 10px 9px 12px;line-height:140%}
.se_view:last-child dd {border-bottom:0 none !important}