@charset "utf-8";



/* thumbnailMdl
--------- --------- --------- */

.thumbnailMdl{ *zoom : 1; }
.thumbnailMdl:after{ content : ''; display : block; clear : both; height:0; }

.thumbnailMdl .thumbImg {
	display: block;
	float: left;
	margin-right: 10px;
}

.thumbnailMdl .thumbImg.right{
	display: block;
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.thumbnailMdl .thumbText {
	overflow: hidden;
	word-wrap: break-word;
}


/* loginContents
--------- --------- --------- */
#loginContents{
	padding: 10px;
	padding-bottom: 80px;
}

#loginContents .loginBox{
	max-width: 478px;
	margin:auto;
}

#loginContents .loginBox .logo{
	max-width: 260px;
	padding: 0 30px;
	margin: 50px auto;
}

#loginContents .loginBox .logo img{
	width: 100%;
}

#loginContents .loginBox .innerWrap{
	border: 1px solid #00564c;
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}

#loginContents .loginBox .userInfo .Item{
	margin-bottom: 30px;
}

#loginContents .loginBox .userInfo .Item:after{ content : ''; display : block; clear : both; height:0; }

#loginContents .loginBox .userInfo .Item > dt{
	width: 90px;
	float: left;
	font-size: 14px;
	color: rgb(0, 93, 85);
	padding-top: 5px;
}

#loginContents .loginBox .userInfo .Item > dd{
	overflow: hidden;
	word-wrap: break-word;
}

#loginContents .loginBox .userInfo .Item > dd input{
	background:#fff;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#loginContents .loginBox .userInfo .Item > dd input.error {
	background: #fcecea;
}

#loginContents .loginBox .loginBtnBox .btnItem{
	text-align: center;
	margin-top: 40px;
}

#loginContents .loginBox .loginBtnBox .btnItem .btn {
	font-weight: bold;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	padding: 15px 10px;
	font-size: 14px;
	max-width: 100%;
	width: 270px;
	vertical-align: middle;
	color: #fff;
	background: rgb(0, 93, 85);
}

#loginContents .loginBox .errorMsg {
	margin-top: 30px;
	color: rgb(228, 69, 53);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}


/* mainContents
--------- --------- --------- */
#mainContents{
	background-color: rgb(206, 221, 202);
}

#mainContents .mainContentsWrap{
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 12px 12px 0 12px;
}

#mainContents .mainContBoxWrap:after{ content : ''; display : block; clear : both; height:0; }

#mainContents a{
	color: #0d30e2;
	text-decoration: underline;
}

#mainContents a:hover{
	text-decoration: none;
}

#mainContents .section {
	margin-bottom: 20px;
}

/* submissionFormBox
--------- --------- --------- */
#mainContents .submissionFormBox{
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 2px 0 rgb(159, 192, 150);
	box-shadow: 0 2px 0 rgb(159, 192, 150);
	margin-bottom: 12px;
	padding:10px 10px 10px 10px;
}


/* itemInfoBox
--------- --------- --------- */

#mainContents .btnItem .btn {
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	padding: 8px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

#mainContents .btnItem .btn.icon {
	padding: 8px 8px 8px 30px;
}

#mainContents .btnItem .btn.icon:before {
	width: 18px;
	height: 18px;
	content: "";
	display: block;
	position: absolute;
	left: 8px;
	top:0;
	bottom:0;
	margin: auto 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}

#mainContents .btnItem .btn.icon.icon-good:before {
	background-image: url(../img/icon_good.png);

}

#mainContents .btnItem .btn.icon.icon-comment:before {
	background-image: url(../img/icon_comment.png);
}

#mainContents .btnItem.disabled .btn.icon.icon-good{
	color: #ccc;
	border: 1px solid #ccc;
	border-bottom-width: 2px;
}

#mainContents .btnItem.disabled .btn.icon.icon-good:before {
	background-image: url(../img/icon_good_disabled.png);
}

#mainContents .btnItem .btn.inputBtn {
	padding: 0;
}

#mainContents .btnItem .btn input {
	display: block;
	border: none;
	line-height: 1;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	background: transparent;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mainContents .btnItem .btn.icon input {
	padding: 8px 8px 8px 30px;
}

#mainContents .btnStyle1 .btn {
	color: #005d55;
	border: 1px solid #ccc;
	border-bottom-width:2px;
	background: #fff;
}

#mainContents .btnStyle1.flat .btn {
	border-bottom-width: 1px;
}

#mainContents .btnStyle2 .btn {
	color: #fff;
	background: #412d07;
}

#mainContents .btnStyle3 .btn {
	color: #fff;
	background: #005d55;
}


/* toggleStyle
--------- --------- --------- */

#mainContents .toggleStyle1 .btn{
	padding-left: 18px;
	position: relative;
	display: inline-block;

}

#mainContents .toggleStyle1 .btn:after{
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: 2px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	border-left: 2px solid #0d30e2;
	border-bottom: 2px solid #0d30e2;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mainContents .active .toggleStyle1 .btn:after{
	margin-top: -3px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}


/* itemInfoBox
--------- --------- --------- */
#mainContents .itemInfoBox{
	padding: 5px;
	margin-bottom: 3px;
}

#mainContents .itemInfoBox:after{ content : ''; display : block; clear : both; height:0; }

#mainContents .itemInfoBox .date{
	float: left;
	min-width: 145px;
	padding-top: 3px;
	font-size: 13px;
}

#mainContents .itemInfoBox .category{
	float: left;
}

#mainContents .itemInfoBox .category dl.item > dt{
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
}

#mainContents .itemInfoBox .category dl.item > dd{
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
	width: 24px;
	height: 24px;
}

#mainContents .itemInfoBox .category dl.item > dd img{
	max-width: 24px;
	max-height: 24px;
	width: auto;
	height: auto;
}

#mainContents .itemInfoBox .postUser{
	padding-top: 3px;
	float: right;
}

#mainContents .itemInfoBox .postUser dl.name > dt{
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
}

#mainContents .itemInfoBox .postUser dl.name > dd{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: rgb(0, 93, 85);
}



/* articleTitleBox
--------- --------- --------- */
#mainContents .articleTitleBox{
	border-radius: 4px;
	background-color: rgb(244, 244, 244);
	border: 1px solid rgb(244, 244, 244);
	padding: 1px;
	position: relative;
	min-height: 40px;
	margin-bottom: 12px;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mainContents .articleTitleBox:after{ content : ''; display : block; clear : both; height:0; }


#mainContents .articleTitleBox.active{
	border: 1px solid #e44535;
}

#mainContents .principalPost .articleTitleBox.active{
	background-color:#feeff3;
}

#mainContents .articleTitleBox .title{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	padding: 8px;
	color:rgb(0, 93, 85);
}

#mainContents .articleTitleBox .title a{
	color:rgb(0, 93, 85);
	text-decoration: none;
}

#mainContents .principalPost .articleTitleBox.active .title{
	color:#e44535;
}

#mainContents .principalPost .articleTitleBox.active .title a{
	color:#e44535;
	text-decoration: none;
}

#mainContents .articleTitleBox .favoriteBtn{
	display: table-cell;
	text-align: right;
	width: 40px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}

#mainContents .articleTitleBox .favoriteBtn .favorite-checkbox {
	display: none;
}

#mainContents .articleTitleBox .favoriteBtn .favorite-switch {
	cursor: pointer;
	display: block;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	background-size: 20px 20px;
	background-image: url(../img/icon_star.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 40px;
	height: 40px;
}

#mainContents .articleTitleBox .favoriteBtn .favorite-checkbox:checked + .favorite-switch {
	background-image: url(../img/icon_star_active.png);
}

/* articleContBox
--------- --------- --------- */

#mainContents .articleContBox{
	margin-bottom: 12px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

#mainContents .articleContBox .textBox{
	display: table-cell;
}

#mainContents .articleContBox .textBox .text{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	height: 1.4em;
	padding-left: 5px;
}

#mainContents .articleContBox .allViewBtn{
	width: 120px;
	display: table-cell;
	text-align: right;
}

#mainContents .articleContBox .allViewBtn .btn.open{
	display: inline-block;
}

#mainContents .articleContBox .allViewBtn .btn.close{
	display: none;
}

/* active */
#mainContents .articleContBox.active .textBox{
	display: block;
}

#mainContents .articleContBox.active .textBox .text{
	overflow: visible;
	white-space:inherit;
	text-overflow: clip;
	height: auto;
}

#mainContents .articleContBox.active .allViewBtn{
	display: block;
	text-align: right;
	width: 100%;
}

#mainContents .articleContBox.active .allViewBtn .btn.open{
	display: none;
}

#mainContents .articleContBox.active .allViewBtn .btn.close{
	display: inline-block;
}


/* iconListBox
--------- --------- --------- */

#mainContents .iconListBox{
	background: #ccc;
	padding: 10px;
}

#mainContents .iconListBox ul.list:after{ content : ''; display : block; clear : both; height:0; }

#mainContents .iconListBox ul.list li{
	width: 80px;
	float: left;
	text-align: center;
}

#mainContents .iconListBox ul.list li .icon{
	width: 48px;
	height: 48px;
	border: 1px solid #333;
	text-align: center;
	background: #aaa;
	margin: auto;
}


/* .appendedImgBox
--------- --------- --------- */

#mainContents .appendedImgBox{
	display: table;

}
#mainContents .appendedImgBox dl.appendedList:after{ content : ''; display : block; clear : both; height:0; }

#mainContents .appendedImgBox dl.appendedList > dt{
	display: table-cell;
	width: 0px;
	vertical-align: top;
}

#mainContents .appendedImgBox dl.appendedList > dd{
	display: table-cell;
	vertical-align: top;
}

#mainContents .appendedImgBox ul.imgList{
	margin-right: -10px;
}

#mainContents .appendedImgBox ul.imgList:after{ content : ''; display : block; clear : both; height:0; }

#mainContents .appendedImgBox ul.imgList > li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 94px;
	position: relative;
}

#mainContents .appendedImgBox ul.imgList > li img{
	max-height: 94px;
	max-width: 100%;
	height: 100%;
	width: auto;
}

/* closeList */
#mainContents .appendedImgBox ul.imgList.closeList{
	margin-right: -20px;
}

#mainContents .appendedImgBox ul.imgList.closeList li{
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

#mainContents .appendedImgBox ul.imgList.closeList li .closeBtn{
	position:absolute;
	top:-5px;
	right:-5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius:50%;
	background: #000;
	-webkit-box-shadow: 0px 2px 5px rgba(100,100,100,0.8);
	box-shadow: 0px 2px 5px rgba(100,100,100,0.8);
	cursor: pointer;
}

#mainContents .appendedImgBox ul.imgList.closeList li .closeBtn:before,
#mainContents .appendedImgBox ul.imgList.closeList li .closeBtn:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 14px;
	height: 3px;
	background-color: #fff;
}

#mainContents .appendedImgBox ul.imgList.closeList li .closeBtn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mainContents .appendedImgBox ul.imgList.closeList li .closeBtn:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* articleActionBox
--------- --------- --------- */
#mainContents .articleActionBox{
	border-top: 1px dotted #999;
	padding-top: 12px;
}

#mainContents .articleActionBox .actionBtnBox:after{ content : ''; display : block; clear : both; height:0; }

#mainContents .articleActionBox .actionBtnList{
	float: left;
	padding-left: 10px;
}

#mainContents .articleActionBox .actionBtnList ul.list:after{ content : ''; display : block; clear : both; height:0; }

#mainContents .articleActionBox .actionBtnList ul.list > li{
	float: left;
	margin-bottom: 5px;
}

#mainContents .articleActionBox .actionBtnList .commentOpen{
	min-width: 122px;
	margin-right: 10px;
	padding-top: 10px;
}

#mainContents .articleActionBox .actionBtnList .commentOpen.hidden{
	visibility: hidden;
}

#mainContents .articleActionBox .actionBtnList .commentOpen .btn.open{
	display: inline-block;
}

#mainContents .articleActionBox .actionBtnList .commentOpen .btn.close{
	display: none;
}

#mainContents .articleActionBox .actionBtnList .commentOpen.active .btn.open{
	display: none;
}

#mainContents .articleActionBox .actionBtnList .commentOpen.active .btn.close{
	display: inline-block;
}

#mainContents .articleActionBox .actionBtnList .goodOpen{
	margin-right: 10px;
	text-align: right;
	min-width: 250px;
}

#mainContents .articleActionBox .actionBtnList .textLink,
#mainContents .articleActionBox .actionBtnList .btnItem{
	display: inline-block;
}

#mainContents .articleActionBox .actionBtnList .textLink{
	margin-right: 10px;
	color: #CCC;
}

#mainContents .articleActionBox .impCheck{
	float: right;
}

#mainContents .articleActionBox .impCheck dl.imp:after{ content : ''; display : block; clear : both; height:0; }

#mainContents .articleActionBox .impCheck dl.imp > dt{
	float: left;
	width: 3.5em;
	padding-top: 7px;
}

#mainContents .articleActionBox .impCheck dl.imp > dd{
	float: right;
	width: 60px;
}


/* onoffSwitchBox
--------- --------- --------- */

#mainContents .onoffSwitchBox{
	position: relative;
	width: 60px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
#mainContents .onoffSwitch-checkbox {
	display: none;
}
#mainContents .onoffSwitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50px;
}
#mainContents .onoffSwitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
#mainContents .onoffSwitch-inner:before,
#mainContents .onoffSwitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 12px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}
#mainContents .onoffSwitch-inner:before {
	content: "ON";
	padding-left: 5px;
	background-color: #e85349;
	color: #fff;
}
#mainContents .onoffSwitch-inner:after {
	content: "OFF";
	padding-right: 5px;
	background-color: #ceddca;
	color: #fff;
	text-align: right;
}
#mainContents .onoffSwitch-switch {
	display: block;
	width: 24px;
	margin: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	border-radius: 50px;
	transition: all 0.3s ease-in 0s;
}
#mainContents .onoffSwitch-checkbox:checked + .onoffSwitch-label .onoffSwitch-inner {
	margin-left: 0;
}
#mainContents .onoffSwitch-checkbox:checked + .onoffSwitch-label .onoffSwitch-switch {
	right: 0px;
}


/* commentContBox
--------- --------- --------- */

#mainContents .commentContBox{
	display: none;
	border: 1px solid rgb(0, 93, 85);
	padding:0 14px;
	border-radius:4px;
	margin-top: 10px;
}

#mainContents .commentContBox.active{
	display: block;
}

#mainContents .commentContBox .innerSection{
	border-top: 1px dotted #999;
	padding: 12px 0;
}

#mainContents .commentContBox .innerSection:first-child{
	border-top:none;
}


#mainContents .commentContBox .commentInfo{
	margin-bottom: 10px;
}

#mainContents .commentContBox .commentInfo:after{ content : ''; display : block; clear : both; height:0; }

#mainContents .commentContBox .commentInfo .date{
	float: left;
	min-width: 150px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(0, 93, 85);
	margin-right: 10px;
}

#mainContents .commentContBox .commentInfo .postUser{
	float:left;
}

#mainContents .commentContBox .commentInfo .postUser dl.name > dt{
	display: inline-block;
	vertical-align: middle;
}

#mainContents .commentContBox .commentInfo .postUser dl.name > dd{
	display: inline-block;
	vertical-align: middle;
	color: rgb(0, 93, 85);
}

#mainContents .commentContBox .commentInfo .delBtnBox{
	float: right;
}

#mainContents .commentContBox .commentText{
	margin-bottom: 15px;
	font-size: 13px;
}


/* commentPostBox
--------- --------- --------- */
#mainContents .commentPostBox{
	display: none;
	border: 2px solid #412d07;
	padding:20px;
	border-radius:4px;
	-webkit-box-shadow: 0 2px 2px rgba(65, 45, 7, 0.5);
	box-shadow: 0 2px 2px rgba(65, 45, 7, 0.5);
	margin-bottom: 12px;
	position: relative;
	margin-top: 10px;
}

#mainContents .commentPostBox.active{
	display: block;
}

#mainContents .commentPostBox:after{
	content: '';
	position: absolute;
	left: 180px;
	top:-8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 10px 15px;
	border-color: transparent transparent #fff transparent;
}

#mainContents .commentPostBox:before{
	content: '';
	position: absolute;
	left: 180px;
	top:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 10px 15px;
	border-color: transparent transparent #412d07 transparent;
}

#mainContents .commentPostBox .innerSection{
	border-top: 1px dotted #999;
	padding: 12px 0;
}

#mainContents .commentPostBox .titleBox{
	border-left: 3px solid #ceddca;
	padding:5px 8px;
	margin-bottom: 15px;
}

#mainContents .commentPostBox .titleBox .title{
	color:#412d07;
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
}

#mainContents .commentPostBox .titleBox .exMsg{
	color: #e44535;
	font-size: 11px;
	margin-left: 10px;
	display: inline-block;
	font-weight: normal;
}

#mainContents .commentPostBox .titleBox .errorMsg{
	color: rgb(228, 69, 53);
	margin-left: 20px;
	display: inline-block;
}

#mainContents .commentPostBox .commentPost{
	margin-bottom: 30px;
}


#mainContents .commentPostBox .postEndMsg{
	margin-bottom: 30px;
}

#mainContents .commentPostBox .postEndMsg{
	margin-top: 80px;
	text-align: center;
	font-size: 20px;
}

#mainContents .commentPostBox .closeBtnBox{
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}

#mainContents .commentPostBox .closeBtnBox .btn{
	min-width: 240px;
	text-align: center;
	font-size:14px;
	padding: 10px;
}

#mainContents .commentPostBox .textAreaBox{
	height: 276px;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 16px;
}

#mainContents .commentPostBox .textAreaBox.error{
	background: #fcecea;
}

#mainContents .commentPostBox .imgfilePostBox .fileSelect{
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding:2px;
	background: #eeeeee;
	border-radius: 3px;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mainContents .commentPostBox .imgfilePostBox .fileSelect.error{
	background: #fcecea;
}

#mainContents .commentPostBox .imgfilePostBox .fileSelect:after{ content : ''; display : block; clear : both; height:0; }


#mainContents .commentPostBox .imgfilePostBox .fileSelect .photoFileBox{
	display: table-cell;
	text-align: right;
}

#mainContents .commentPostBox .imgfilePostBox .fileSelect .btnFile{
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	width: 100px;
	height:30px;
	text-align: center;
	line-height: 30px;
	position: relative;
	border-radius: 3px;
	cursor:pointer;
}

#mainContents .commentPostBox .imgfilePostBox .fileSelect .photoFileText{
	display: table-cell;
	padding:5px;
	word-break: break-all;
}

#mainContents .commentPostBox .imgfilePostBox .photoFile{
	position: absolute;
	left:0;
	top:0;
	width:100% !important;
	height:100% !important;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	cursor:pointer;
}

#mainContents .commentPostBox .imgfilePostBox .photoFile .photoFileText{
	display:none;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-all;
}

#mainContents .commentPostBox .imgfilePostBox .photoFile .photoFileText.active{
	display:inline-block;
}


#mainContents .commentPostBox .postBtnBox{
	border-top: 1px dotted #999;
	padding-top: 20px;
	text-align: center;
}

#mainContents .commentPostBox .postBtnBox .btn{
	min-width: 240px;
	text-align: center;
	font-size:14px;
	padding: 10px;
}


/* totalNumberBox
--------- --------- --------- */

#mainContents .totalNumberBox{
	background-color: rgb(0, 93, 85);
}

#mainContents .totalNumberBox .totalNumberWrap{
	max-width: 960px;
	margin: auto;
	line-height: 1.2;
	padding: 10px;
}

#mainContents .totalNumberBox .totalNumberWrap:after{ content : ''; display : block; clear : both; height:0; }


#mainContents .totalNumberBox .numberBox{
	color: rgb(255, 255, 255);
	font-size: 12px;
	float: left;
}

#mainContents .totalNumberBox .numberBox .exText{
	margin-right: 10px;
}

#mainContents .totalNumberBox .numberBox .totlaNumber{
	font-size: 24px;
	margin: 0 5px;
}

#mainContents .totalNumberBox .numberBox .number{
	font-size: 14px;
}

#mainContents .totalNumberBox .pagerBox{
	float: right;
	margin-top: 2px;
}

#mainContents .totalNumberBox .pagerBox .prev,
#mainContents .totalNumberBox .pagerBox .next{
	display:inline-block;
	*display: inline;
	*zoom:1;
	font-weight: bold;
}

#mainContents .totalNumberBox .pagerBox .prev a{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 14px;
	margin-right: 10px;
}

#mainContents .totalNumberBox .pagerBox .next a{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 14px;
	margin-left: 10px;
}

#mainContents .totalNumberBox .pagerBox .pager{
	display:inline-block;
	*display: inline;
	*zoom:1;
	text-align: center;
	padding-left: 1px;
}
#mainContents .totalNumberBox .pagerBox .pager > li{
	display:inline-block;
	margin: 0 3px;
	width: 24px;
	height: 24px;
}

#mainContents .totalNumberBox .pagerBox .pager > li a{
	display: block;
	border-radius: 50%;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 93, 85);
	width: 24px;
	height: 24px;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
}

#mainContents .totalNumberBox .pagerBox .pager > li .current{
	display: block;
	line-height: 24px;
	border-radius: 50%;
	color: rgb(0, 93, 85);
	background-color: rgb(255, 255, 255);
	width: 24px;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
}

