<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dateRangeDateTable caption{
    display:table-caption !important;
}
/**
* GRIä¸»é¢˜
*/
.gri_contrast {
    float: left;
    margin: 4px 8px 0 8px;
    line-height: 20px;
    color: #666;
    cursor: pointer;
    font: 12px/1.5 Tahoma, Helvetica, 'SimSun', sans-serif;
}


.gri_date {
/*    margin: 4px 4px;*/
    padding: 0 26px 0 6px;
    width: 195px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #D6D6D6;
    background: #FFF url('https://img.ibottle.kr/julgigobaseimg/mobile/images/icon_date.png') no-repeat 100% 50%;
    cursor: pointer;
    color: #666;
}

.gri_date_month {
    width: 180px
}

.gri_dateRangeCalendar {
    position: absolute;
    display: none;
    background: #FFF;
    border: 1px solid #6FB1DF;
    padding: 10px;
    -moz-box-shadow: 0px 1px 3px #6FB1DF;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 5, Direction = 135, Color = "#CCCCCC");
    font: 12px/1.5 Tahoma, Helvetica, 'SimSun', sans-serif;
}

.gri_dateRangeCalendar a {
    color: #369;
}

.gri_dateRangePicker {
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
}

.gri_dateRangeOptions {
    float: left;
}

.gri_dateRangeOptions input.gri_dateRangeInput {
    width: 80px;
    text-align: center;
    border: 1px solid #DDD;
}

.gri_dateRangeOptions div.gri_dateRangeInput {
    margin-bottom: 5px;
}

.gri_dateRangePreMonth {
    float: left;
    width: 15px;
    height: 17px;
    background: url('https://img.ibottle.kr/julgigobaseimg/mobile/images/page.png') no-repeat 0 0;
    overflow: hidden;
}

.gri_dateRangeNextMonth {
    float: right;
    width: 15px;
    height: 17px;
    background: url('https://img.ibottle.kr/julgigobaseimg/mobile/images/page.png') no-repeat -15px 0;
    overflow: hidden;
}

.gri_dateRangePreMonth span, .gri_dateRangeNextMonth span {
    display: none;
}

.gri_dateRangeDateTable {
    margin: 0 10px 0 0px;
    padding: 0px;
    float: left;
    empty-cells: show;
    border-collapse: collapse;
    display: inline;
    font-size: 12px;
}

.gri_dateRangeDateTable td {
    border: 1px solid #EEE;
    text-align: right;
    cursor: pointer;
    padding: 1px 2px;
}

.gri_dateRangeDateTable th {
    border-top: 1px solid #DEE6F6;
    border-left: 1px solid #DEE6F6;
    background: #E0E8F7;
    font-weight: 400;
    border-left: 1px solid #DDD;
}

.gri_dateRangeDateTable td.gri_dateRangeGray {
    color: #BBB;
    cursor: default;
}

.gri_dateRangeDateTable td.gri_dateRangeToday {
    color: #F90;
    font-weight: bold;
}

.gri_dateRangeSelected {
    background-color: #007CD9;
    color: #FFF;
}

.gri_dateRangeCompare {
    background-color: #B9E078;
    color: #FFF;
}

.gri_dateRangeCoincide {
    background-color: #FFFFC4;
}

.gri_pn {
    background: url("../img/pn.png") repeat-x scroll 0 -48px #E5E5E5;
    color: #fff;
}

.gri_pnc {
    background: url("../img/pn.png") repeat-x scroll 0 0 #E5E5E5;
}

.gri_co {
    border: 1px solid #999999;
    box-shadow: 0 1px 0 #E5E5E5;
    cursor: pointer;
    font-family: Tahoma, 'Microsoft Yahei', 'Simsun';
    font-size: 12px;
    height: 21px;
    overflow: hidden;
    vertical-align: middle
}

/**
 * =================================================
 * TAä¸»é¢˜
 * =================================================
 */
.ta_date{
			border:1px solid #d8d8d8;
	-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
	    border-radius: 3px;
		 background-color: #fefefe;
	  background-image: -ms-linear-gradient(top, #fafafa, #f5f5f5);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f5f5f5));
	  background-image: -moz-linear-gradient(top, #fafafa, #f5f5f5);
	  background-image: -o-linear-gradient(top, #fafafa, #f5f5f5);
	  background-image: linear-gradient(top, #fafafa, #f5f5f5);
	  background-repeat: repeat-x;
		   float:left;
}

.ta_date .date_title {
	  font-family:Arial;
	  font-size:14px;
	  	color:#666666;
		padding:6px 10px;
		*padding:0px 10px;
	 border-right:1px solid #d8d8d8;
	vertical-align:middle;
	cursor:pointer;
	*zoom:1;
}
.ta_date .date_title:before{content: "ì²´í¬ì¸ "}
.ta_date:hover {
	  background-image:none;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
         box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.ta_date .to{ padding:0 5px;}
.ta_date .opt_sel{/*====*/
	width:30px;
	height:28px;
	line-height:28px;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	margin-left:-4px;
}
.ta_date a.opt_sel:link, .ta_date a.opt_sel:visited {

}
.ta_date a.opt_sel:active, .ta_date a.opt_sel:hover {

}

.ta_date .i_orderd{
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align:middle;
	border-top: 5px solid #727272;
	border-right: 5px dashed transparent;
	border-left: 5px dashed transparent;
	font-size:0;
	content: "";
	overflow:hidden;
	*margin-top:10px;
}


.ta_calendar2{*width:536px;}
.ta_calendar1{*width:268px;}
.ta_calendar{background-color: #ffffff;
	font-size:12px;
	text-align:left;
	z-index:100;
    height:100%;
    position: fixed;
    right: 0;
}
.ta_calendar &gt; div {border-color: #957741 !important;}
.ta_calendar td.ta_dateRangeSelected,.ta_calendar td.first,.ta_calendar td.last,.ta_calendar td.today{
	/*background:url(http://imgcache.qq.com/bossweb/mtahttps://img.ibottle.kr/julgigobaseimg/mobile/images/calendar_all.png) no-repeat;*/
	background:url(../img/calendar_all.png) no-repeat;
	cursor:pointer;
}
.i_pre,.i_next{ width:23px; height:23px;display:inline-block; }
/*.i_pre{ background-position:0 0;}
.i_pre:hover{ background-position:-46px 0px;}
.i_next{ background-position:-23px 0;}
.i_next:hover{ background-position:-69px 0px;}
*/
.ta_calendar td.ta_dateRangeSelected{
    background:#cbe6f5;
}
.ta_calendar td.ta_dateRangeGray{
    color: #BBB;
    cursor: default;
}

.ta_calendar td.first,.ta_calendar td.today{
	background: url('https://img.ibottle.kr/julgigobaseimg/mobile/images/sub/bg_active.png') no-repeat center center;
    background-size: auto auto;
    background-size: 47%;
    color: #fff !important;
}
.ta_calendar td.first:after,.ta_calendar td.today:after{display: block; font-size: 10px;color:#fff;}

.ta_calendar td.last{
    background: url('https://img.ibottle.kr/julgigobaseimg/mobile/images/sub/bg_active.png') no-repeat center center;
    background-size: auto auto;
    background-size: 47%;
    color: #fff !important;
}
.ta_calendar td.last:after{display: block; font-size: 10px;color:#fff;}

.ta_calendar .dis{
	color:#9e9e9e;
}
.ta_calendar table {
	font-size: 12px;
	_display:inline;
	border-spacing:0 7px;
	border-collapse:collapse;
    width: 100%;
}
.ta_calendar table caption{ text-align:center; height:40px; line-height:40px; font-size:14px;  box-shadow:0px 1px 1px rgba(0,0,0,0.1); font-weight: bold;}
.ta_calendar table thead tr {
	background:#fff;

}
.ta_calendar table thead th {
    background:#f3f3f3;
    border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
	text-align:center;
    height: 40px;

}

.ta_calendar table.calendar-month {
				font-size: 12px;
				float:left;
				margin:0 8px;
				_display:inline;
				border-spacing:7px;
				border-collapse:separate;
				margin-bottom:10px;
			}
			.calendar-month caption{
				border-bottom:1px solid #E1E1E1;
				*padding-bottom:0px;
			}

			.calendar-month tbody td {
				line-height: 30px;
				padding: 4px 11px;
				text-align:center;
				white-space:nowrap;
				font-family:"Î¢ï¿½ï¿½ï¿½Åºï¿½";
				cursor:pointer;
			}
			.calendar-month td.hover,.calendar-month td:hover,.calendar-month caption span:hover{
				background:#;
				color:#6590c1;
				border:1px solid #6590c1;
				padding: 3px 10px;
				border-radius:2px;
				cursor:pointer;
			}
			.calendar .dis:hover{
				color:#9e9e9e;
				border:1px solid #d3d5d6;
				padding: 3px 10px;
			}
			.calendar-month td.current{
				background:#6590c1;
				color:#fff;
				border-radius:2px;
			}

.ta_calendar table thead th.sun{color: #999;}
.ta_calendar table thead th.sat{color: #999;}
.ta_calendar table td:first-child{height: 0px;}
.ta_calendar table tbody td {
	text-align:center;
	white-space:nowrap;
	font-family:"Tahoma";
    background: #fff;
    height: 40px;
    width: 14%;
    border: 1px solid #fff;
}

.ta_calendar_cont{position:relative; width:90%; padding:0 5%; margin-top:-5%;}
.ta_calendar_cont .i_pre,.ta_calendar_cont .i_next{position:absolute; top:14px;}
.ta_calendar_cont .i_pre img,.ta_calendar_cont .i_next img{vertical-align: middle;
height: 3.5vw;
margin-top: -1px;}
.ta_calendar_cont .i_pre{left:10px;}
.ta_calendar_cont .i_next{right:10px;}
.ta_calendar_footer{
 width: 100%;
background: #eee;
box-sizing: border-box;
padding: 3%;
position: fixed;
bottom: 0;
left: 0;
z-index: 99;
border-top: 1px solid #dfdfdf;
 /*   border-top:1px solid #e5e5e5;
    background:#fafafa;
    padding-top:6px;
    height:34px;*/
}


.ta_calendar_footer .frm_msg{
	float:left;
	vertical-align:middle;
}
.ta_calendar_footer .ipt_text_s{
	padding:4px 4px;
}

.ta_ipt_text, .ta_ipt_textarea, .ta_ipt_text_s {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding: 6px 4px;
    position: relative;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    width: 180px;
    z-index: 2;
}

.ta_ipt_text_s {
    width: 80px;
}

.ta_btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FEFEFE, #F5F5F5);
    background-repeat: repeat-x;
    border-color: #CACACA #CACACA #B3B3B3;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: "Î¢ï¿½ï¿½ï¿½Åºï¿½","ï¿½ï¿½ï¿½ï¿½";
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    outline: 0 none;
    padding: 3px 12px;
    text-align: center;
}
.ta_btn:hover, .ta_btn:active, .ta_btn.active, .ta_btn.disabled, .ta_btn[disabled] {
    color: #333333;
}
.ta_btn:hover {
    background-color: #FEFEFE;
    background-image: none;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.ta_btn:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.ta_btn.active, .ta_btn:active {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.ta_btn.disabled, .ta_btn[disabled] {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.ta_btn {
    margin: 0px 5px 0 0;
    vertical-align: top;
}
.ta_btn:hover{
    background-position: 0 -16px;
}
.ta_btn_primary {
    display: block;
text-align: center;
color: #fff;
background: #957741;
height: 40px;
line-height: 40px;
font-size: 3.8vw;
border-radius: 2px;
/*    background-color: #B4D66F;
    background-image: -moz-linear-gradient(center top , #C7E184, #A2CC59);
    border: 1px solid #88AB4A;
    color: #56740F;*/
}
.ta_btn_primary:hover{
    display: block;
text-align: center;
color: #fff;
background: #da030e;
height: 40px;
line-height: 40px;
font-size: 3.8vw;
border-radius: 2px;
/*    background-color: #5C96DB;
    background-image: -moz-linear-gradient(center top , #74A5ED, #4789CD);
    border: 1px solid #286AB1;
    color: #FFFFFF;*/
}

/**
 * =================================================
 * TAä¸»é¢˜
 * =================================================
 */
.areathem_date{
            border:1px solid #d8d8d8;
    -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
         background-color: #fefefe;
      background-image: -ms-linear-gradient(top, #fafafa, #f5f5f5);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f5f5f5));
      background-image: -moz-linear-gradient(top, #fafafa, #f5f5f5);
      background-image: -o-linear-gradient(top, #fafafa, #f5f5f5);
      background-image: linear-gradient(top, #fafafa, #f5f5f5);
      background-repeat: repeat-x;
           float:left;
}

.areathem_date .date_title {
      font-family:Arial;
      font-size:14px;
        color:#666666;
        padding:6px 10px;
        *padding:0px 10px;
     border-right:1px solid #d8d8d8;
    vertical-align:middle;
    cursor:pointer;
    *zoom:1;
}
.areathem_date .date_title:before{content: "ì²´í¬ì¸ "}
.areathem_date:hover {
      background-image:none;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
         box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.areathem_date .to{ padding:0 5px;}
.areathem_date .opt_sel{/*====*/
    width:30px;
    height:28px;
    line-height:28px;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    margin-left:-4px;
}
.areathem_date a.opt_sel:link, .areathem_date a.opt_sel:visited {

}
.areathem_date a.opt_sel:active, .areathem_date a.opt_sel:hover {

}

.areathem_date .i_orderd{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align:middle;
    border-top: 5px solid #727272;
    border-right: 5px dashed transparent;
    border-left: 5px dashed transparent;
    font-size:0;
    content: "";
    overflow:hidden;
    *margin-top:10px;
}


.areathem_calendar2{*width:536px;}
.areathem_calendar1{*width:268px;}
.areathem_calendar{background-color: #ffffff;
    font-size:12px;
    text-align:left;
    z-index:100;
    height:100%;
    position: absolute;
    right: 0;
}
/**
 * =================================================
 * ondayä¸»é¢˜
 * =================================================
 */
.onday_date{
            border:1px solid #d8d8d8;
    -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
         background-color: #fefefe;
      background-image: -ms-linear-gradient(top, #fafafa, #f5f5f5);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f5f5f5));
      background-image: -moz-linear-gradient(top, #fafafa, #f5f5f5);
      background-image: -o-linear-gradient(top, #fafafa, #f5f5f5);
      background-image: linear-gradient(top, #fafafa, #f5f5f5);
      background-repeat: repeat-x;
           float:left;
}

.onday_date .date_title {
      font-family:Arial;
      font-size:14px;
        color:#666666;
        padding:6px 10px;
        *padding:0px 10px;
     border-right:1px solid #d8d8d8;
    vertical-align:middle;
    cursor:pointer;
    *zoom:1;
}
.onday_date .date_title:before{content: "ì²´í¬ì¸ "}
.onday_date:hover {
      background-image:none;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
         box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.onday_date .to{ padding:0 5px;}
.onday_date .opt_sel{/*====*/
    width:30px;
    height:28px;
    line-height:28px;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    margin-left:-4px;
}
.onday_date a.opt_sel:link, .onday_date a.opt_sel:visited {

}
.onday_date a.opt_sel:active, .onday_date a.opt_sel:hover {

}

.onday_date .i_orderd{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align:middle;
    border-top: 5px solid #727272;
    border-right: 5px dashed transparent;
    border-left: 5px dashed transparent;
    font-size:0;
    content: "";
    overflow:hidden;
    *margin-top:10px;
}


.onday_calendar2{*width:536px;}
.onday_calendar1{*width:268px;}
.onday_calendar{background-color: #ffffff;
    font-size:12px;
    text-align:left;
    z-index:100;
    height:100%;
    position: fixed;
    right: 0;
    top:0;
}

.i_pre,.i_next{ width:23px; height:23px;display:inline-block; }
/*.i_pre{ background-position:0 0;}
.i_pre:hover{ background-position:-46px 0px;}
.i_next{ background-position:-23px 0;}
.i_next:hover{ background-position:-69px 0px;}
*/

.areathem_calendar td.areathem_dateRangeGray{
    color: #BBB;
    cursor: default;
}

.areathem_calendar td.first,td.areathem_dateRangeSelected, .areathem_calendar td.today{
    background: url('https://img.ibottle.kr/julgigobaseimg/mobile/images/sub/bg_active.png') no-repeat center center;
    background-size: auto auto;
    background-size: 47%;
    color: #fff !important;
}
.areathem_calendar td.first:after,td.areathem_dateRangeSelected:after.areathem_calendar td.today:after{display: block; font-size: 10px;color:#fff;}

.areathem_calendar td.last{
    background: url('https://img.ibottle.kr/julgigobaseimg/mobile/images/sub/bg_active.png') no-repeat center center;
    background-size: auto auto;
    background-size: 47%;
    color: #fff !important;
}
.areathem_calendar td.last:after{display: block; font-size: 10px;color:#fff;}

.areathem_calendar .dis{
    color:#9e9e9e;
}
.areathem_calendar table {
    font-size: 12px;
    _display:inline;
    border-spacing:0 7px;
    border-collapse:collapse;
    width: 100%;
}
.areathem_calendar table caption{ text-align:center; height:40px; line-height:40px; font-size:14px;  box-shadow:0px 1px 1px rgba(0,0,0,0.1); font-weight: bold;}
.areathem_calendar table thead tr {
    background:#fff;

}
.areathem_calendar table thead th {
    background:#f3f3f3;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
    text-align:center;
    height: 40px;

}

.areathem_calendar table.calendar-month {
                font-size: 12px;
                float:left;
                margin:0 8px;
                _display:inline;
                border-spacing:7px;
                border-collapse:separate;
                margin-bottom:10px;
            }
            .calendar-month caption{
                border-bottom:1px solid #E1E1E1;
                *padding-bottom:0px;
            }

            .calendar-month tbody td {
                line-height: 30px;
                padding: 4px 11px;
                text-align:center;
                white-space:nowrap;
                font-family:"Î¢ï¿½ï¿½ï¿½Åºï¿½";
                cursor:pointer;
            }
            .calendar-month td.hover,.calendar-month td:hover,.calendar-month caption span:hover{
                background:#;
                color:#6590c1;
                border:1px solid #6590c1;
                padding: 3px 10px;
                border-radius:2px;
                cursor:pointer;
            }
            .calendar .dis:hover{
                color:#9e9e9e;
                border:1px solid #d3d5d6;
                padding: 3px 10px;
            }
            .calendar-month td.current{
                background:#6590c1;
                color:#fff;
                border-radius:2px;
            }

.areathem_calendar table thead th.sun{color: #999;}
.areathem_calendar table thead th.sat{color: #999;}
.areathem_calendar table td:first-child{height: 0px;}
.areathem_calendar table tbody td {
    text-align:center;
    white-space:nowrap;
    font-family:"Tahoma";
    height: 40px;
    width: 14%;
    border: 1px solid #fff;
}

.areathem_calendar_cont{position:relative; width:90%; padding:0 5%; margin-top:0;}
.areathem_calendar_cont .i_pre,.areathem_calendar_cont .i_next{position:absolute; top:14px;}
.areathem_calendar_cont .i_pre img,.areathem_calendar_cont .i_next img{vertical-align: middle;
height: 3.5vw;
margin-top: -1px;}
.areathem_calendar_cont .i_pre{left:10px;}
.areathem_calendar_cont .i_next{right:10px;}
.areathem_calendar_footer{
 width: 100%;
background: #eee;
box-sizing: border-box;
padding: 3%;
position: fixed;
bottom: 0;
left: 0;
z-index: 99;
border-top: 1px solid #dfdfdf;
 /*   border-top:1px solid #e5e5e5;
    background:#fafafa;
    padding-top:6px;
    height:34px;*/
}



.areathem_calendar_footer .frm_msg{
    float:left;
    vertical-align:middle;
}
.areathem_calendar_footer .ipt_text_s{
    padding:4px 4px;
}

.areathem_ipt_text, .areathem_ipt_textarea, .areathem_ipt_text_s {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding: 6px 4px;
    position: relative;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    width: 180px;
    z-index: 2;
}

.areathem_ipt_text_s {
    width: 80px;
}

.areathem_btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FEFEFE, #F5F5F5);
    background-repeat: repeat-x;
    border-color: #CACACA #CACACA #B3B3B3;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: "Î¢ï¿½ï¿½ï¿½Åºï¿½","ï¿½ï¿½ï¿½ï¿½";
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    outline: 0 none;
    padding: 3px 12px;
    text-align: center;
}
.areathem_btn:hover, .areathem_btn:active, .areathem_btn.active, .areathem_btn.disabled, .areathem_btn[disabled] {
    color: #333333;
}
.areathem_btn:hover {
    background-color: #FEFEFE;
    background-image: none;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.areathem_btn:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.areathem_btn.active, .areathem_btn:active {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.areathem_btn.disabled, .areathem_btn[disabled] {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.areathem_btn {
    margin: 0px 5px 0 0;
    vertical-align: top;
}
.areathem_btn:hover{
    background-position: 0 -16px;
}
.areathem_btn_primary {
    display: block;
text-align: center;
color: #fff;
background: #957741;
height: 40px;
line-height: 40px;
font-size: 3.8vw;
border-radius: 2px;
/*    background-color: #B4D66F;
    background-image: -moz-linear-gradient(center top , #C7E184, #A2CC59);
    border: 1px solid #88AB4A;
    color: #56740F;*/
}
.areathem_btn_primary:hover{
    display: block;
text-align: center;
color: #fff;
background: #957741;
height: 40px;
line-height: 40px;
font-size: 3.8vw;
border-radius: 2px;
/*    background-color: #5C96DB;
    background-image: -moz-linear-gradient(center top , #74A5ED, #4789CD);
    border: 1px solid #286AB1;
    color: #FFFFFF;*/
}




.onday_calendar td.onday_dateRangeGray{
    color: #BBB;
    cursor: default;
}

.onday_calendar td.first,td.onday_dateRangeSelected, .onday_calendar td.today{
    background: url('https://img.ibottle.kr/julgigobaseimg/mobile/images/sub/bg_active.png') no-repeat center center;
    background-size: auto auto;
    background-size: 47%;
    color: #fff !important;
}
.onday_calendar td.first:after,td.onday_dateRangeSelected:after.onday_calendar td.today:after{display: block; font-size: 10px;color:#fff;}

.onday_calendar td.last{
    background: url('https://img.ibottle.kr/julgigobaseimg/mobile/images/sub/bg_active.png') no-repeat center center;
    background-size: auto auto;
    background-size: 47%;
    color: #fff !important;
}
.onday_calendar td.last:after{display: block; font-size: 10px;color:#fff;}

.onday_calendar .dis{
    color:#9e9e9e;
}
.onday_calendar table {
    font-size: 12px;
    _display:inline;
    border-spacing:0 7px;
    border-collapse:collapse;
    width: 100%;
}
.onday_calendar table caption{ text-align:center; height:40px; line-height:40px; font-size:14px;  box-shadow:0px 1px 1px rgba(0,0,0,0.1); font-weight: bold;}
.onday_calendar table thead tr {
    background:#fff;

}
.onday_calendar table thead th {
    background:#f3f3f3;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
    text-align:center;
    height: 40px;

}

.onday_calendar table.calendar-month {
                font-size: 12px;
                float:left;
                margin:0 8px;
                _display:inline;
                border-spacing:7px;
                border-collapse:separate;
                margin-bottom:10px;
            }
            .calendar-month caption{
                border-bottom:1px solid #E1E1E1;
                *padding-bottom:0px;
            }

            .calendar-month tbody td {
                line-height: 30px;
                padding: 4px 11px;
                text-align:center;
                white-space:nowrap;
                font-family:"Î¢ï¿½ï¿½ï¿½Åºï¿½";
                cursor:pointer;
            }
            .calendar-month td.hover,.calendar-month td:hover,.calendar-month caption span:hover{
                background:#;
                color:#6590c1;
                border:1px solid #6590c1;
                padding: 3px 10px;
                border-radius:2px;
                cursor:pointer;
            }
            .calendar .dis:hover{
                color:#9e9e9e;
                border:1px solid #d3d5d6;
                padding: 3px 10px;
            }
            .calendar-month td.current{
                background:#6590c1;
                color:#fff;
                border-radius:2px;
            }

.onday_calendar table thead th.sun{color: #999;}
.onday_calendar table thead th.sat{color: #999;}
.onday_calendar table td:first-child{height: 0px;}
.onday_calendar table tbody td {
    text-align:center;
    white-space:nowrap;
    font-family:"Tahoma";
    height: 40px;
    width: 14%;
    border: 1px solid #fff;
}

.onday_calendar_cont{position:relative; width:90%; padding:0 5%; margin-top:0;}
.onday_calendar_cont .i_pre,.onday_calendar_cont .i_next{position:absolute; top:14px;}
.onday_calendar_cont .i_pre img,.onday_calendar_cont .i_next img{vertical-align: middle;
height: 3.5vw;
margin-top: -1px;}
.onday_calendar_cont .i_pre{left:10px;}
.onday_calendar_cont .i_next{right:10px;}
.onday_calendar_footer{
 width: 100%;
background: #eee;
box-sizing: border-box;
padding: 3%;
position: fixed;
bottom: 0;
z-index: 99;
border-top: 1px solid #dfdfdf;
 /*   border-top:1px solid #e5e5e5;
    background:#fafafa;
    padding-top:6px;
    height:34px;*/
}


.onday_calendar_footer .frm_msg{
    float:left;
    vertical-align:middle;
}
.onday_calendar_footer .ipt_text_s{
    padding:4px 4px;
}

.onday_ipt_text, .onday_ipt_textarea, .onday_ipt_text_s {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding: 6px 4px;
    position: relative;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    width: 180px;
    z-index: 2;
}

.onday_ipt_text_s {
    width: 80px;
}

.onday_btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FEFEFE, #F5F5F5);
    background-repeat: repeat-x;
    border-color: #CACACA #CACACA #B3B3B3;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: "Î¢ï¿½ï¿½ï¿½Åºï¿½","ï¿½ï¿½ï¿½ï¿½";
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    outline: 0 none;
    padding: 3px 12px;
    text-align: center;
}
.onday_btn:hover, .onday_btn:active, .onday_btn.active, .onday_btn.disabled, .onday_btn[disabled] {
    color: #333333;
}
.onday_btn:hover {
    background-color: #FEFEFE;
    background-image: none;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.onday_btn:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.onday_btn.active, .onday_btn:active {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.onday_btn.disabled, .onday_btn[disabled] {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.onday_btn {
    margin: 0px 5px 0 0;
    vertical-align: top;
}
.onday_btn:hover{
    background-position: 0 -16px;
}
.onday_btn_primary {
    display: block;
text-align: center;
color: #fff;
background: #da030e;
height: 40px;
line-height: 40px;
font-size: 3.8vw;
border-radius: 2px;
/*    background-color: #B4D66F;
    background-image: -moz-linear-gradient(center top , #C7E184, #A2CC59);
    border: 1px solid #88AB4A;
    color: #56740F;*/
}
.onday_btn_primary:hover{
    display: block;
text-align: center;
color: #fff;
background: #da030e;
height: 40px;
line-height: 40px;
font-size: 3.8vw;
border-radius: 2px;
/*    background-color: #5C96DB;
    background-image: -moz-linear-gradient(center top , #74A5ED, #4789CD);
    border: 1px solid #286AB1;
    color: #FFFFFF;*/
}

.cf:after {
    clear: both;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}
</pre></body></html>