	/* 페이지마다 아래 내용 동일 body{background-color:#fafafa;} */

	a, a:link, a:hover, a:visited, a:active{ text-decoration:none }
	
	div.box-list{min-width:320px;width:100%;display:inline-block;float:left;}

	div.box-list .color-sun{color:#ff2020;}/*일*/
	div.box-list .color-sat{color:#2894ff;}/*토*/
	div.box-list .color-fri{color:#121212;}/*평일*/
	div.box-list .color-fri-head{color:#444;}/*평일*/
	div.box-list .color-hide{color:#666;}/*전달,내달*/
	div.box-list .color-none{color:#ddd;}/*전달,내달*/
	div.box-list .color-next{color:#aaa;}/*전달,내달*/
	
	div.box-list .goods.color-sun{}/*일*/
	div.box-list .goods.color-sat{}/*토*/
	div.box-list .goods.color-fri{}/*평일*/
	div.box-list .goods.color-fri-head{}/*평일*/

	#calendar_left{position:relative;float:left;margin:0px auto;text-align:center;height:27px;line-height: 180%;color: #444444;font-size: 13px;font-weight: bold;}
	#calendar_right{position:relative;float:right;margin:0px auto;text-align:center;height:27px;line-height: 150%;}
	#calendar_head{position:relative;width:220px;margin:0px auto;text-align:center;height:27px;line-height: 150%;}
	#calendar_head ._title{float:left;text-align:center;font-size:1.3em;padding: 0px 8px;height:27px;line-height: 150%;font-weight:bolder;}

	div.btn-djs-gay { 
		float:left;background-color: #f1f1f1;background: -moz-linear-gradient(center top , #f5f5f5, #f1f1f1) repeat scroll 0 0 #f1f1f1;border: 1px solid rgba(0, 0, 0, 0.1);border-radius:2px 2px 2px 2px;font-size: 13px;font-weight: bold;margin: 1px 5px;text-align: center;display: inline-block;position: relative;white-space: nowrap;transition: all 0.218s ease 0s;
	}
	div.btn-djs-gay:hover{background-color: #f8f8f8;background: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1) repeat scroll 0 0 #f8f8f8;border: 1px solid #c6c6c6;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);color: #222222;transition: all 0s ease 0s;}
	div.btn-djs-gay a{color: #444444;cursor: pointer;font-size: 13px;font-weight: bold;line-height: 150%;padding: 2px 8px;text-align: center;}
	div.btn-djs-gay a:hover{color: #000;}
	div.fleft{float:left;}
	span.list_date{float:right;}

	div.btn-djs-orange { float:left;background-color: #fc6343;background: -moz-linear-gradient(center top , #fc4121, #fc6343) repeat scroll 0 0 #fc6343;border: 1px solid rgba(0, 0, 0, 0.1);border-radius:2px 2px 2px 2px;font-size: 13px;font-weight: bold;margin: 1px 5px;text-align: center;display: inline-block;position: relative;white-space: nowrap;transition: all 0.218s ease 0s;}
	div.btn-djs-orange:hover{background-color: #fc4121;background: -moz-linear-gradient(center top , #fc4121, #fc6343) repeat scroll 0 0 #fc4121;border: 1px solid #c6c6c6;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);color: #222222;transition: all 0s ease 0s;}
	div.btn-djs-orange a{color: #fff;cursor: pointer;font-size: 13px;font-weight: bold;line-height: 150%;padding: 2px 8px;text-align: center;}
	div.btn-djs-orange a:hover{color: #eee;}

	#wrap-box {}
	#wrap-box h2 {font-size:14px;font-family:dotum;font-weight:bold;border-bottom:#efefef solid 1px;padding:10px 0 10px 0;margin:0 0 20px 0;letter-spacing:-1px;}
	#wrap-box table {margin:0 0 0px 0;}
	#wrap-box td {padding:5px 0 5px 0;}
	#wrap-box .td1 {padding-left:20px;width:80px;}
	#wrap-box .td2 {padding-left:10px;color:#999;}
	#wrap-box .td2 a {text-decoration:underline;color:#0000ff;}

	.section{position: relative;display:inline-block;max-width: 1230px;max-height: 1000%;margin-top: 28px;width:100%;}

	.box-list {position: relative;transition: all 0.3s ease 0s;max-width: 100%;width:100%;}
	.box-list .title {position: relative;background-color: #444444;border-radius: 4px 4px 0 0;color: #fff;height: 30px;line-height: 30px;margin: 0;padding: 0;text-align: center;}

	.box-side {position: relative;transition: all 0.3s ease 0s;}
	.box-side .title {position: relative;background-color: #777;border-radius: 0;color: #fff;height: 30px;line-height: 30px;margin: 0;padding: 0;text-align: center;}

	.box {background-color: #fff;position: relative;width: 100%;}
	.box .data {border-collapse: collapse;border-color: #aaa;border-style: solid;border-width: 1px 1px 1px;width: 100%;}
	.box .data th {background-color: #eee;border-color: #aaa;border-style: solid;border-width: 1px 1px 1px;color: #777;line-height: 25px;}
	.box .data tbody th {background-color: #fafafa;font-weight:normal;}
	.box .data td {border-color: #bbb;border-style: solid;border-width: 1px;color: #666;line-height: 25px;text-align: center;}
	.box .data tbody tr:hover, .box-list .box .data tbody tr.selected {background-color: #eee;}
	.box .data tbody tr:hover, .box-list .box .data tbody tr.selected td {color: #000;}

	.bg-skyblue {background-color: #26a1e1;}
	.bg-hubgreen {background-color: #5f9b00;}
	.bg-tangerine {background-color: #ee6a00;}

	.font-black{color:#000000;}
	.font-red {color: red;}
	.font-green {color: green;}
	.font-gray {color: gray;}
	.font-white{color: #fff; }
	.font-blue{color: blue; }

	.bold{font-weight:bolder;}

	.block {display: block;}
	.inlineblock {display: inline-block;}

	.scrollY {overflow-x: hidden;overflow-y: auto;}
	.scrollX {overflow-x: auto;overflow-y: hidden;}
	.scroll {overflow: scroll;}
	.scrollNo {overflow: hidden;}

	.bd2type {border: 1px solid #777;}

	.Lm40 {margin-left: 40px;}
	.Lm20 {margin-left: 20px;}
	.Rm20 {margin-right: 20px;}
	.Rm40 {margin-right: 40px;}

	.T25 {top:30px;transition: all 0.3s ease 0s;}
	.T215 {top:215px;transition: all 0.3s ease 0s;}
	.Tm40 {margin-top: 40px;}
	.Tm30 {margin-top: 28px;}

	.w300 {width: 296px;}
	.w300 {width: 300px;}
	.w310 {width: 300px;}
	.w620 {width: 620px;}

	.mw900 {max-width: 900px;}
	.mw800 {max-width: 800px;}
	.mw780 {max-width: 780px;}
	.mw740 {max-width: 740px;}
	.mw645 {max-width: 645px;}
	.mw0 {max-width: 0px; border:0; overflow:hidden;}
	.mw300 {max-width: 300px;}

	.mh0{max-height: 0px; border:0; overflow:hidden;}

	.h170 {height: 170px;}
	.h180 {height: 180px;}
	.h200 {height: 200px;}
	.h210 {height: 210px;}
	.h220 {height: 220px;}
	.h230 {height: 230px;}
	.h240 {height: 240px;}
	.h260 {height: 260px;}
	.h280 {height: 280px;}
	.h285 {height: 280px;}
	.h400 {height: 400px;}
	.h410 {height: 410px;}
	.h435 {height: 436px;}
	.h450 {height: 450px;}
	.h470 {height: 470px;}
	.h497 {height: 497px;}
	.h500 {height: 500px;}
	.h545 {height: 545px;}
	.h550 {height: 550px;}
	.h555 {height: 555px;}
	.h575 {height: 575px;}

	.fleft {float: left;}
	.fright {float: right;}

	.btnActGray{right:5px;background:#888;color:#eee;right:4px;top:4px;border-radius:4px;padding:4px 9px 4px 8px;height:22px;line-height:22px;max-height:22px;}
	.btnActGray:hover{background:#666;color:#fff;}

	.btnActWhite{right:5px;background:#aaa;color:#666;right:4px;top:4px;border-radius:4px;padding:3px 9px 3px 8px;height:22px;line-height:22px;max-height:22px;}
	.btnActWhite:hover{background:#eee;color:#000;}

	.btnActRed{right:5px;background:#ff6262;color:#eee;right:4px;top:4px;border-radius:4px;padding:4px 9px 4px 8px;height:22px;line-height:22px;max-height:22px;}
	.btnActRed:hover{background:#ff2222;color:#fff;}

	.fieldUpdateBox .fieldUpdate{width:auto;background:none;border:0px;color:#fff;font-size:13pt;font-weight:bolder;}
	.fieldUpdateBox .fieldUpdate:focus{background-color:#ccc;border:1px solid #666;color:blue;}

	.scale img{
		transition: all 0.3s ease 0s;
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.scale:hover  img{
		-webkit-transform: scale(2, 2);
		-moz-transform: scale(2, 2);
		-ms-transform: scale(2, 2);
		transform: scale(2, 2);
		z-index:999;
	}
	.link{
		color:blue;
	}
	.link:hover{
		color:#000;
	}
	
	/*캘린더 카운트형(기본형)*/
	div.box-list table#calendar{border-collapse: collapse;background-color: #fff;font-family: '굴림',Gulim;}
	div.box-list table#calendar tr{}
	div.box-list table#calendar tr td.today{background-color:#ffff94;}

	div.box-list table#calendar tr th{background-color: #aaa;color: #7a7d8c;height: 23px ;text-align: center ;background: -moz-linear-gradient(center top , #f5f5f5, #f1f1f1) repeat scroll 0 0 #f1f1f1;border: 1px solid #ddd;border-radius:2px 2px 2px 2px;font-size: 13px;font-weight: bold;}

	div.box-list table#calendar tr td{border: 1px solid #ddd;font-family: Tahoma;font-weight: normal;}
	div.box-list table#calendar tr td.active{/*background-color:#f5e5f5;*/}

	div.box-list table#calendar tr td .date_head{line-height: 25px ; margin:0px; background-color: #eee ;font-family: Tahoma ;font-weight: bold ;}
	div.box-list table#calendar tr td .date_head .date{margin:5px;}
	div.box-list table#calendar tr td div.date_head a.date span.today{color:#cc9900;}

	div.box-list table#calendar tr td .date_goods{position:relative;width:100%;list-style:none;margin:0px;padding:0px;display:inline-block;}

	div.box-list table#calendar tr td .date_goods li.cnt_type_list{width:49.99%;float:left;text-align:center;}
	div.box-list table#calendar tr td .date_goods li.cnt_type_sum{clear:both;text-align:center;line-height:30px;}
	div.box-list table#calendar tr td .date_goods li.cnt_type_sum a.open:hover{color: red;}

	div.box-list table#calendar tr td .date_goods li div.goods{font-size:12px;font-weight:normal;line-height: 50px;/*margin:1px;background-color: #f8f8f8;border:1px solid #999;*/}
	div.box-list table#calendar tr td .date_goods li div.goods:hover{/*border:1px solid #000;*/ color:#fff;cursor:pointer;}
	div.box-list table#calendar tr td .date_goods li div.goods:hover a{background-color:#ccc;color:blue;}
	div.box-list table#calendar tr td .date_goods li div.goods.active{background-color:#444;/*border:1px solid #000;*/cursor:pointer;}
	div.box-list table#calendar tr td .date_goods li div.goods.active a{}
	div.box-list table#calendar tr td .date_goods li div.goods.active a span{color:#fff;}
	div.box-list table#calendar tr td .date_goods li div.goods.active a:hover span{color:blue;}
	div.box-list table#calendar tr td .date_goods li div.goods a{display:block;}
	div.box-list table#calendar tr td .date_goods li div.goods a span{color:blue;}

	div.box-list table#calendar tr td .date_goods.preM li div.goods a span, 
	div.box-list table#calendar tr td .date_goods.nextM li div.goods a span{color:#666;}
	div.box-list table#calendar tr td .date_goods.preM li div.goods a:hover span, 
	div.box-list table#calendar tr td .date_goods.nextM li div.goods a:hover span{color:#666;}
	div.box-list table#calendar tr td .date_goods.preM li div.goods.active a span, 
	div.box-list table#calendar tr td .date_goods.nextM li div.goods.active a span{color:#ccc;}
	div.box-list table#calendar tr td .date_goods.preM li div.goods.active a:hover span, 
	div.box-list table#calendar tr td .date_goods.nextM li div.goods.active a:hover span{color:blue;}

	div.box-list table#calendar tr td .date_goods li div.goods.color-hide{ background-color:#fff;border:1px solid #fff;cursor:default; }
	div.box-list table#calendar tr td .date_goods li div.goods.color-next{ background-color:#fff;border:1px solid #fff;cursor:default; }
	div.box-list table#calendar tr td .date_goods li div.goods.color-next.active{background-color:#444;color:#fff;border:1px solid #000;}
	div.box-list table#calendar tr td .date_goods li div.goods.color-next.active a{color:#fff;}
	div.box-list table#calendar tr td .date_goods li div.goods.color-next.active a span{color:#fff;}
	div.box-list table#calendar tr td .date_goods li div.goods.color-none{ display:none; }
	div.box-list table#calendar tr td .date_goods li.none-info{ line-height:50px;width:100%;color:#888;text-align:center; }
	div.box-list table#calendar tr td .date_goods li.none-service{ line-height:30px;width:100%;color:#222;text-align:center; }
	div.box-list table#calendar tr td .date_goods li strike{ color:#444; }
	

	/*캘린더 제품 리스트형(목록형)*/
	div.box-list table#calendar_list{border-collapse: collapse;background-color: #fff;font-family: '굴림',Gulim;}
	div.box-list table#calendar_list tr{}
	div.box-list table#calendar_list tr th{border-color:#dadddf;background-color: #eee;color: #7a7d8c;height: 23px ;text-align: center ;background: -moz-linear-gradient(center top , #f5f5f5, #f1f1f1) repeat scroll 0 0 #f1f1f1;border: 1px solid #aaa;border-radius:2px 2px 2px 2px;font-size: 13px;font-weight: bold;}
	div.box-list table#calendar_list tr td{border: 1px solid #aaa;height:70px;font-family: Tahoma;font-weight: bold;}
	div.box-list table#calendar_list tr td .date_head{line-height: 25px ; margin:0px; background-color: #767676 ;font-family: Tahoma ;font-weight: bold ;}
	div.box-list table#calendar_list tr td .date_head .date{margin:5px;}
	div.box-list table#calendar_list tr td div.date_head a.date span.today{color:#cc9900;}
	
	div.box-list table#calendar_list tr td .date_goods{position:relative;width:100%;list-style:none;margin:0px;padding:0px;display:inline-block;}
	div.box-list table#calendar_list tr td .date_goods li{width:49.99%;float:left;text-align:center;}
	div.box-list table#calendar_list tr td .date_goods li .goods{font-size:11px;font-weight:normal;margin:1px;background-color: #eee;border:1px solid #999;}
	div.box-list table#calendar_list tr td .date_goods li .goods:hover{border:1px solid #000; color:#fff;cursor:pointer;}
	div.box-list table#calendar_list tr td .date_goods li .goods:hover a{background-color:#aaa;}
	div.box-list table#calendar_list tr td .date_goods li .goods.active{background-color:#444;border:1px solid #000;cursor:pointer;}
	div.box-list table#calendar_list tr td .date_goods li .goods.active a{}
	div.box-list table#calendar_list tr td .date_goods li .goods.active a span{color:#fff;}
	div.box-list table#calendar_list tr td .date_goods li .goods a{display:block;}
	div.box-list table#calendar_list tr td .date_goods li div.goods.color-hide{ background-color:#fff;border:1px solid #fff;cursor:default; }
	div.box-list table#calendar_list tr td .date_goods li div.goods.color-next{ background-color:#fff;border:1px solid #fff;cursor:default; }
	div.box-list table#calendar_list tr td .date_goods li div.goods.color-next.active{background-color:#444;color:#fff;border:1px solid #000;}
	div.box-list table#calendar_list tr td .date_goods li div.goods.color-next.active a{color:#fff;}
	div.box-list table#calendar_list tr td .date_goods li div.goods.color-next.active a span{color:#fff;}
	div.box-list table#calendar_list tr td .date_goods li div.goods.color-none{ display:none; }
	div.box-list table#calendar_list tr td .date_goods li.none-info{ line-height:50px;width:100%;color:#aaa; }