/*calender*/
table.tb_calender0{width:100%; border-collapse: collapse;}
table.tb_calender0 th{border-top:1px solid #f0f3f5; box-sizing: border-box; padding-top:15px; padding-bottom:15px; background-color: #f8f9fb; font-weight:normal; text-align: center; font-size:11px; font-size:1.1rem; line-height:1.7rem; }
table.tb_calender0 td{border:1px solid #f0f3f5; border-bottom:none; box-sizing: border-box; height:100px; background-color: #fff; vertical-align: top; font-size:11px; font-size:1.1rem; line-height:1.7rem; position:relative;}
table.tb_calender0 td.today{background: url(../img/common_icon/icon_triangle.png) top left no-repeat;}
table.tb_calender0 .schedule_list_con{overflow: hidden;}
table.tb_calender0 .border_left_none{border-left:none;}
table.tb_calender0 .border_right_none{border-right:none;}
table.tb_calender0 .schedule_on{background-color: #fbfcfd;}
table.tb_calender0 .schedule_count_con{float:right; margin-top:5px; margin-bottom:10px;}
table.tb_calender0 .schedule_count{float:left; margin-left:2px; margin-right:2px; width:6px; height:6px; background-color: #d9e1e5; border-radius: 50%;}
table.tb_calender0 .schedule_count.on{background-color: #000;}
table.tb_calender0 .schedule_color{color:#01a9db; float:left; margin-bottom:16px;}
table.tb_calender0 .schedule_list_time{font-size:12px; font-size:1.2rem; line-height:1.8rem;}
table.tb_calender0 .schedule_list_contents{font-size:13px; font-size:1.3rem; line-height:1.9rem; font-weight: bold;}
table.tb_calender0 .today_triangle{position:absolute; top:0; left:0; margin-top:-1px; margin-left:-1px;}

/* 공통달력 */
.cal_wrap {padding: 7px 10px; width: 340px; height: 305px;}
.cal_wrap .cal_top {padding: 10px 25px 10px; overflow: hidden; background-color: #000;}
.cal_wrap .cal_top > p {text-align: center; font-size: 18px; font-weight: bold; color: #ffffff;}
.cal_wrap .cal_top > p span.prev_btn {padding: 6px 4px; background:url(../img/common_icon/cal_btn_l.png) no-repeat 0px 3px; text-indent: -10000px; float: left;}
.cal_wrap .cal_top > p span.next_btn {padding: 6px 4px; background:url(../img/common_icon/cal_btn_r.png) no-repeat 0px 3px; text-indent: -10000px; float: right;}
.cal_wrap .cal_tb_con { background: #fff; padding: 0px 14px 16px 14px; border: 1px solid #e3e3e3; border-top: 0px;}
.cal_wrap .cal_tb_con .cal_tb {width: 100%;}
.cal_wrap .cal_tb_con .cal_tb th {text-align: center; font-size: 12px; color: #444444; height: 39px;}
.cal_wrap .cal_tb_con .cal_tb th {text-align: center; font-size: 12px; color: #444444; height: 39px;}
.cal_wrap .cal_tb_con .cal_tb td {text-align: center; border-bottom: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; font-size: 12px; color: #444444; height: 39px;}
.cal_wrap .cal_tb_con .cal_tb td span {padding:11px 13px;}
.cal_wrap .cal_tb_con .cal_tb .sunday {border-left: 0px solid #e1e1e1; color: #ff0000; }
.cal_wrap .cal_tb_con .cal_tb .saturday {color : #0000ff; }
.cal_wrap .cal_tb_con .cal_tb td.datepicker_today { background-color: #dedede; font-weight: bold;}
.cal_wrap .cal_tb_con .cal_tb td:hover {background-color: #e1e1e1; cursor: pointer; font-weight: bold;}

/* calendar_style_1_month_con */
.calendar_style_1_month_con .calendar_style_1_month_inner{font-size:0; line-height:0; text-align:center;}
.calendar_style_1_month_con .arrow_box{display:inline-block; vertical-align:middle; cursor:pointer; margin-bottom:1px; width:9px; height:17px; background-repeat: no-repeat; background-position: center center;}
.calendar_style_1_month_con .arrow_box.prev{width:12px; background-image: url('../img/common_icon/cal_btn_p.png');}
.calendar_style_1_month_con .arrow_box.left{background-image: url('../img/common_icon/cal_btn_l.png');}
.calendar_style_1_month_con .arrow_box.right{background-image: url('../img/common_icon/cal_btn_r.png');}
.calendar_style_1_month_con .arrow_box.next{width:12px; background-image: url('../img/common_icon/cal_btn_n.png');}
.calendar_style_1_month_con .calendar_month_text{font-size:16px; line-height:22px; vertical-align:middle; color:#fff; font-weight:400; width:103px; margin-left:15px; margin-right:15px; display:none;}


/* Input Calendar Style */
.calendar_wrap{font-size: 0; max-width: 334px;}
.calendar_con{display:inline-block; vertical-align: middle; position: relative; font-size: 0; width: calc((100% - 41px) / 2);}
.calendar_con:last-child{margin-right:0;}
.calendar_con .input_style_0{display:inline-block; vertical-align:middle; cursor: pointer; /*width: 120px;*/ width: 100%; height: 53px;
    text-align: center; /*margin-right: 7px;*/ font-family:"Helvetica Neue", "Noto Sans KR"; padding-top: 2px; padding-right: 5px; padding-left: 5px;}
.calendar_con .input_style_0::-webkit-input-placeholder{font-family:"Helvetica Neue", "Noto Sans KR";}
.calendar_con .input_style_0::-moz-placeholder{font-family:"Helvetica Neue", "Noto Sans KR";}
.calendar_con .input_style_0:-moz-placeholder{font-family:"Helvetica Neue", "Noto Sans KR";}
.calendar_con .input_style_0:-ms-input-placeholder{font-family:"Helvetica Neue", "Noto Sans KR";}


.calendar_con .btn_del_date {
    position: absolute; right: 6px; top: 7px; cursor: pointer;
    width: 24px; height: 24px; padding: 0px; text-align: center;
    background-color: #888888; border-radius: 4px; text-align: center;
    font-size: 12px; font-size: 1.2rem; line-height: 24px; line-height: 2.4rem; color: #fff;
}

[data-wv-agent="ie"] .calendar_con .input_style_0{padding-top:7px;}
[data-wv-agent="ie"] .calendar_con .input_style_0:-ms-input-placeholder{padding-top: 2px; line-height:53px; line-height:5.3rem;}
[data-wv-agent="firefox"] .calendar_con .input_style_0{padding-top: 0px;}
[data-wv-agent="firefox"] .calendar_con .input_style_0::-moz-placeholder{line-height:53px; line-height:5.3rem;}

.calendar_con .btn_calendar{display:none; vertical-align: middle; cursor: pointer; transition: background-image 0.3s;
    width: 24px; height: 22px; background-image: url("../img/common_icon/icon_calender.png"); background-repeat: no-repeat; background-position: center;}

.calendar_con + hr{display:inline-block; vertical-align: middle; width: 13px; height: 2px; background-color: #b9dcfd; text-align: left; margin-right: 14px; margin-left: 14px;}

@media all and (min-width:767px){
    .calendar_wrap{max-width: none;}
    .calendar_con{width: auto;}
    .calendar_con .btn_calendar{display:inline-block;}
    .calendar_con .input_style_0{margin-right: 7px; width: 121px;}
    /*.calendar_con + hr{margin-right: 8px; margin-left: 8px;}*/
}

@media all and (min-width:992px){
    .calendar_con:hover .btn_calendar{background-image: url("../img/common_icon/icon_calender_h.png");}
    .calendar_con .input_style_0{width: 136px; margin-right: 12px; padding-right: 19px; padding-left: 19px;}
    .form_container .calendar_con .input_style_0{width:121px; padding-right:0; padding-left:0;}
    .calendar_con + hr{margin-right: 14px; margin-left: 14px;}

    .calendar_wrap.type_2 .calendar_con .input_style_0{width: 119px; margin-right: 9px; padding-right: 9px; padding-left: 9px;}
    .calendar_wrap.type_2 .calendar_con + hr{margin-right: 9px; margin-left: 9px;}
}