
.text-lg { font-size:16px; }


.modal .head {
    position: relative;
    width: 100%;
    height:65px;
    background-color: #FFF;
    color: #777;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #c4c4c4;
}
.modal .head h1 {color: #333;
        margin: 0px 0px 0px 0px;
        padding-top: 15px;
        padding-bottom: 0px;
        font-size: 1.25rem;
        font-weight: 400;
    }

.modal .head h2 {color: #555;
    margin: 0px;
    font-size: 13px;
    padding: 2px 5px;
    font-weight: 400;line-height:20px;
}






.modal .bottom {
   position: relative;
    width: 100%;
    height:90px;
    background-color: #FFF;
    color: #777;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #c4c4c4;
}
.modal .bottom h1 {color: #333;
        margin: 0px 0px 0px 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        font-size: 1.25rem;
        font-weight: 400;
    }

.modal .bottom h2 {color: #555;
   
    font-size: 14px;
    padding: 0px 0px;
    font-weight: 400;line-height:24px;
}

.modal .bottom h2 span{
    font-size:16px; 
}

.modal .bottom h2 span a{color: #c42127;margin: 0px 0px 7px 0px;
    font-size:20px;
     font-weight: 500;
}


table {
	font-size: 1em;font-size: 16px;
	font-family:"Noto Sans Korean", sans-serif;
}


.ui-state-hover::before { content:""; width:100%; height:6px; background:#ffffff; position:absolute; bottom:8px; left:0; display:inline-block; opacity:0.1}
.ui-datepicker thead tr { background:#c4c4c4; color:#fff; font-size:14px}

.ui-datepicker td {
	border: 0;
	padding:0;
	width:38px;
	height:38px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding:0 !important;
	text-align: right;
	text-decoration: none;
	width:100%;
	height:100%;
	line-height:38px;
}

/*원.ui-datepicker td span {width: 34px; 
    height: 34px;
    background: none;
    border-radius: 50%;
    display: block;
    position: absolute;
    top:-2px;
    right:4px;border: 1px solid #154ba4;
	padding:0 !important}
*/

/*점*/

 .ui-datepicker td span {width:5px;
    height:5px;
    background: #395cde;
    border-radius: 5px;
    display: block;
    position: absolute;
    top:70%;
    left:50%;opacity:0.7}


/* STEP 03 */
.day-info {
    position: absolute;
    top:20px;
    left:16%;
    width: 120px;
    height: 20px;
    color: #FFF;
    padding-left:5px;
    font-size: 12px;
}

.day-info e {
    display: inline-block;
    width:9px;
    height:9px;
    background-color: #99abf0;
    border: 1px solid #99abf0;
    border-radius: 100%;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.day-info b {
    position: absolute;
    top: -1px;
    left: 25px;   
    color: #000;
}

/* 캘린더 */
.calendar_wrap {
    width: 100%;
    margin: 0 auto;
}
	.calendar_wrap:after { content:""; clear:both; display:block; height:0; visibility:hidden;}
	.step_before {display:none}
	.step_next { display:none}	
.calendar {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.calendar .head {
    width: 100%;
    height: 40px; 
    line-height: 40px;
    background-color: #c4c4c4;
    color: #FFF;
    border-radius: 0px;
    border-bottom: 0px;
}
.calendar .head li {
    display: block;
    width: 38px;
    height: 50px;
    float: left;
}
.calendar .week {
    width: 100%;
    float: left;
    border-bottom: 0px solid #F7F7F7;
}
.calendar .week li {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 1px;
    float: left;
    border-radius: 100%;
    border: 0px solid #FFF;
    color: #000;
    font-weight: bold;
	position:relative
}
.calendar .outdated {
    color: #eee !important;
}

.dayhover::before { content:""; width:32px; height:6px; background:#ffffff; position:absolute; bottom:8px; left:0; display:inline-block; opacity:0.1}

/* 달력 동그라미
.calendar .nday {
    border: 2px solid #e74c3c !important;
}*/
.calendar .nday span{
	width:5px; height:5px; background:#154ba4; border-radius:5px;
	display:block; position:absolute; top:2px; height:4px;
}

.modal .btn-back {
    position: absolute;
    top: 00px;
    left: 0px;
    z-index: 10;
    cursor: pointer;
    padding: 0px 0px;
    color: #444;
    font-size: 16px;
}

 .modal .btn-back i {
     top:0px;
    left: 0px;
   color: #444;
    font-size: 36px;  padding: 0px 0px;

    }
.modal .btn-back i{
   
    
}
.modal .bottom .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
/* */

@media screen and (min-width:1200px) {

/* 손없는 날 글씨 위치 */
.day-info {
    position: absolute;
    top:50px;
    left: 170px;
    width: 120px;
    height: 20px;
    color: #FFF;
    padding-left: 10px;
    font-size: 14px;
}
	.modal .head {
    position: relative;
    width: 100%;
    height:80px;
    background-color: #FFF;
    color: #383838;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #c4c4c4;
}
    .modal .head h1 {
        margin: 0px 0px 0px 0px;
        padding-top: 15px;
        padding-bottom: 0px;
        font-size: 1.875rem;
        font-weight: 400;
    }

 .modal .bottom h1 {
        margin: 0px 0px 10px 0px;
        padding-top: 15px;
        padding-bottom: 0px;
        font-size: 1.875rem;
        font-weight: 400;
    }
.modal .bottom h2 {color: #555;
    margin: 0px;
    font-size: 14px;
    
    font-weight: 400;line-height:20px;
}
.modal .bottom h2 span{color: #555;
  margin: 10px 0px 0px 0px;
    font-size:18px;
    
}

.modal .bottom h2 span a{color: #c42127;
    
    font-size:18px;
    
}

    .modal .head h2 {color: #666;
       margin: 0px 0px 0px 0px;
        font-size: 14px;
        font-weight: 400;
    }
    .modal .head .btn-close {
        top: 20px;
        right: 20px;
    }
 .modal .bottom .btn-close {
        top: 20px;
        right: 20px;
    }

    /* 웹  */

 #modal5 { height:600px;
        
    }
 #modal1 { height:420px;
        
    }
    
    /* 캘린더  */
    .calendar_wrap {
        width: 100%;
        margin: 0 auto;
    }
    .calendar {
        width: 300px;
        text-align: center;
        float: left;   
        margin: 0 auto;
    cursor: pointer;
    }
    .calendar:nth-child(4), .calendar:nth-child(5) {
        display: block;
    }
    .calendar h1 a {
        display: none;
    }
    
.text-lg { font-size: 18px; }

}
