﻿@charset "utf-8";

.btnLnk {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    padding: 1px 2px 0px 2px;
    margin:0 0.1em;
    text-align: center;
    font: normal 1em/1.4em '굴림', gulim;
    vertical-align: bottom;
    text-decoration: none;
    color: #555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
.btnLnk:hover {
    color: #00a;
    text-decoration: none;
}

.buttonNor {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background-color: #e6ebfe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdfe), to(#e9effd));
    background-image: -webkit-linear-gradient(top, #fffdfe, #e9effd);
    background-image: -moz-linear-gradient(top, #fffdfe, #e9effd);
    background-image: -ms-linear-gradient(top, #fffdfe, #e9effd);
    background-image: -o-linear-gradient(top, #fffdfe, #e9effd);
    background-image: linear-gradient(top, #fffdfe, #e9effd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffdfe', EndColorStr='#e9effd');
    border-left: 1px solid #93b1f1;
    border-top: 1px solid #93b1f1;
    border-right: 1px solid #7392e4;
    border-bottom: 1px solid #7392e4;
    padding: 2px 3px 0px 3px;
    margin:0 0.1em;
    text-align:center;
    font: normal 1em/1.4em '굴림', gulim;
    vertical-align: bottom;
    text-decoration: none;
    color: #143884;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
}
.buttonNor:hover {
    background-color: #cbd6f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf0fe), to(#cbd6f7));
    background-image: -webkit-linear-gradient(top, #eaf0fe, #cbd6f7);
    background-image: -moz-linear-gradient(top, #eaf0fe, #cbd6f7);
    background-image: -ms-linear-gradient(top, #eaf0fe, #cbd6f7);
    background-image: -o-linear-gradient(top, #eaf0fe, #cbd6f7);
    background-image: linear-gradient(top, #eaf0fe, #cbd6f7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaf0fe', EndColorStr='#cbd6f7');
    color:#143884;
    text-decoration:none;
}
.buttonNor:active {
    background-color: #cbd6f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d5def9), to(#eef3fe));
    background-image: -webkit-linear-gradient(top, #d5def9, #eef3fe);
    background-image: -moz-linear-gradient(top, #d5def9, #eef3fe);
    background-image: -ms-linear-gradient(top, #d5def9, #eef3fe);
    background-image: -o-linear-gradient(top, #d5def9, #eef3fe);
    background-image: linear-gradient(top, #d5def9, #eef3fe);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5def9', EndColorStr='#eef3fe');
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
    position: relative;
    color:#143884;
    text-decoration:none;
    top: 1px;
}
.buttonNor:focus {
    outline: 0;
    background: #fafafa;
    color:#143884;
    text-decoration:none;
}

.buttonGrayS2 {
    cursor:pointer;
    display: inline-block;
    white-space: nowrap;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(top, #ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f2f2f2');
    border-left: 1px solid #a2a2a2;
    border-top: 1px solid #b1b1b1;
    border-right: 1px solid #909090;
    border-bottom: 1px solid #7f7f7f;
    padding: 2px 3px 0px 3px;
    margin:0 0.1em;
    text-align:center;
    font: normal 1em/1.4em '굴림', gulim;
    vertical-align:bottom;
    text-decoration: none;
    color: #4d4d4d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .0);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .0);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .0);
}
.buttonGrayS2:hover {
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d3d3d3));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #d3d3d3);
    background-image: -moz-linear-gradient(top, #f0f0f0, #d3d3d3);
    background-image: -ms-linear-gradient(top, #f0f0f0, #d3d3d3);
    background-image: -o-linear-gradient(top, #f0f0f0, #d3d3d3);
    background-image: linear-gradient(top, #f0f0f0, #d3d3d3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#d3d3d3');
    color:#4d4d4d;
    text-decoration:none;
}
.buttonGrayS2:active {
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff);
    background-image: -moz-linear-gradient(top, #e9e9e9, #ffffff);
    background-image: -ms-linear-gradient(top, #e9e9e9, #ffffff);
    background-image: -o-linear-gradient(top, #e9e9e9, #ffffff);
    background-image: linear-gradient(top, #e9e9e9, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9e9e9', EndColorStr='#ffffff');
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
    position: relative;
    color:#4d4d4d;
    text-decoration:none;
    top: 1px;
}
.buttonGrayS2:focus {
    outline: 0;
    background: #fafafa;
    color:#4d4d4d;
    text-decoration:none;
}

/* 버튼-진한파랑 */
.buttonBBlue {
	cursor:pointer;
	display: inline-block;
	white-space: nowrap;
	background-color: #1e58ac;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3a6fb5), to(#053d8a));
	background-image: -webkit-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: -moz-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: -ms-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: -o-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: linear-gradient(top, #3a6fb5, #053d8a);     
	border-left: 1px solid #05326d;
	border-top: 1px solid #07387b;
	border-right: 1px solid #05326d;
	border-bottom: 1px solid #042c60;
	padding: 2px 5px 0px 5px;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em/1.6em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(255, 255, 255, .8);
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	}
.buttonBBlue:hover {
	background-color: #053575;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3a6fb5), to(#053d8a));
	background-image: -webkit-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: -moz-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: -ms-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: -o-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: linear-gradient(top, #3a6fb5, #053d8a);
	color:#ffffff;
	text-decoration:none;
}
.buttonBBlue:active {
	background-color: #053575;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3a6fb5), to(#053d8a));
	background-image: -webkit-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: -moz-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: -ms-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: -o-linear-gradient(top, #3a6fb5, #053d8a);
	background-image: linear-gradient(top, #3a6fb5, #053d8a);
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	position: relative;
	color:#ffffff;
	text-decoration:none;
	top:1px;
}
.buttonBBlue:focus {
	outline:0;
	color:#ffffff;
	text-decoration:none;
}
/* //버튼-진한파랑 */

/* 버튼-진한빨강 */
.buttonDRed {
	cursor:pointer;
	display: inline-block;
	white-space: nowrap;
	background-color: #f44118;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f44118), to(#d01e1e));
	background-image: -webkit-linear-gradient(top, #f44118, #d01e1e);
	background-image: -moz-linear-gradient(top, #f44118, #d01e1e);
	background-image: -ms-linear-gradient(top, #f44118, #d01e1e);
	background-image: -o-linear-gradient(top, #f44118, #d01e1e);
	background-image: linear-gradient(top, #f44118, #d01e1e);    
	border-left: 1px solid #8e1b09;
	border-top: 1px solid #8d1f04;
	border-right: 1px solid #8e180a;
	border-bottom: 1px solid #8f120e;
	padding: 2px 5px 0px 5px;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em/1.6em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(255, 255, 255, .8);
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	}
.buttonDRed:hover {
	background-color: #c61616;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f44118), to(#d01e1e));
	background-image: -webkit-linear-gradient(top, #f44118, #d01e1e);
	background-image: -moz-linear-gradient(top, #f44118, #d01e1e);
	background-image: -ms-linear-gradient(top, #f44118, #d01e1e);
	background-image: -o-linear-gradient(top, #f44118, #d01e1e);
	background-image: linear-gradient(top, #f44118, #d01e1e);
	color:#ffffff;
	text-decoration:none;
}
.buttonDRed:active {
	background-color: #c61616;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f44118), to(#d01e1e));
	background-image: -webkit-linear-gradient(top, #f44118, #d01e1e);
	background-image: -moz-linear-gradient(top, #f44118, #d01e1e);
	background-image: -ms-linear-gradient(top, #f44118, #d01e1e);
	background-image: -o-linear-gradient(top, #f44118, #d01e1e);
	background-image: linear-gradient(top, #f44118, #d01e1e);
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	position: relative;
	color:#ffffff;
	text-decoration:none;
	top:1px;
}
.buttonDRed:focus {
	outline:0;
	color:#ffffff;
	text-decoration:none;
}
/* //버튼-진한빨강 */

/* 버튼-검정 */
.buttonBlack {
	cursor:pointer;
	display: inline-block;
	white-space: nowrap;
	background-color: #6a6a6a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#585858));
	background-image: -webkit-linear-gradient(top, #818181, #585858);
	background-image: -moz-linear-gradient(top, #818181, #585858);
	background-image: -ms-linear-gradient(top, #818181, #585858);
	background-image: -o-linear-gradient(top, #818181, #585858);
	background-image: linear-gradient(top, #818181, #585858);  
	border-left: 1px solid #686868;
	border-top: 1px solid #6b6b6b;
	border-right: 1px solid #575757;
	border-bottom: 1px solid #4e4e4e;
	padding: 2px 5px 0px 5px;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em/1.6em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(255, 255, 255, .8);
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	}
.buttonBlack:hover {
	background-color: #414141;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#1b1b1b));
	background-image: -webkit-linear-gradient(top, #414141, #1b1b1b);
	background-image: -moz-linear-gradient(top, #414141, #1b1b1b);
	background-image: -ms-linear-gradient(top, #414141, #1b1b1b);
	background-image: -o-linear-gradient(top, #414141, #1b1b1b);
	background-image: linear-gradient(top, #414141, #1b1b1b);
	color:#ffffff;
	text-decoration:none;
}
.buttonBlack:active {
	background-color: #414141;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#414141));
	background-image: -webkit-linear-gradient(top, #1b1b1b, #414141);
	background-image: -moz-linear-gradient(top, #1b1b1b, #414141);
	background-image: -ms-linear-gradient(top, #1b1b1b, #414141);
	background-image: -o-linear-gradient(top, #1b1b1b, #414141);
	background-image: linear-gradient(top, #1b1b1b, #414141);
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	position: relative;
	color:#ffffff;
	text-decoration:none;
	top:1px;
}
.buttonBlack:focus {
	outline:0;
	color:#ffffff;
	text-decoration:none;
}
/* //버튼-검정 */

/* 설정버튼-검정 */
.buttonSBlack {
	cursor:pointer;
	display: inline-block;
	white-space: nowrap;
	background-color: #414141;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#1b1b1b));
	background-image: -webkit-linear-gradient(top, #414141, #1b1b1b);
	background-image: -moz-linear-gradient(top, #414141, #1b1b1b);
	background-image: -ms-linear-gradient(top, #414141, #1b1b1b);
	background-image: -o-linear-gradient(top, #414141, #1b1b1b);
	background-image: linear-gradient(top, #414141, #1b1b1b);
	border-left: 1px solid #686868;
	border-top: 1px solid #6b6b6b;
	border-right: 1px solid #575757;
	border-bottom: 1px solid #4e4e4e;
	padding: 2px 5px 0px 5px;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em/1.6em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(255, 255, 255, .8);
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	}
.buttonSBlack:hover {
	background-color: #6a6a6a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#585858));
	background-image: -webkit-linear-gradient(top, #818181, #585858);
	background-image: -moz-linear-gradient(top, #818181, #585858);
	background-image: -ms-linear-gradient(top, #818181, #585858);
	background-image: -o-linear-gradient(top, #818181, #585858);
	background-image: linear-gradient(top, #818181, #585858);
	color:#ffffff;
	text-decoration:none;
}
.buttonSBlack:active {
	background-color: #414141;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#414141));
	background-image: -webkit-linear-gradient(top, #1b1b1b, #414141);
	background-image: -moz-linear-gradient(top, #1b1b1b, #414141);
	background-image: -ms-linear-gradient(top, #1b1b1b, #414141);
	background-image: -o-linear-gradient(top, #1b1b1b, #414141);
	background-image: linear-gradient(top, #1b1b1b, #414141);
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	position: relative;
	color:#ffffff;
	text-decoration:none;
	top:1px;
}
.buttonSBlack:focus {
	outline:0;
	color:#ffffff;
	text-decoration:none;
}
/* //설정버튼-검정 */

/* 버튼-검정(소) */
.buttonBlackS {
	cursor:pointer;
	display: inline-block;
	white-space: nowrap;
	background-color: #6a6a6a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#585858));
	background-image: -webkit-linear-gradient(top, #818181, #585858);
	background-image: -moz-linear-gradient(top, #818181, #585858);
	background-image: -ms-linear-gradient(top, #818181, #585858);
	background-image: -o-linear-gradient(top, #818181, #585858);
	background-image: linear-gradient(top, #818181, #585858);  
	border-left: 1px solid #686868;
	border-top: 1px solid #6b6b6b;
	border-right: 1px solid #575757;
	border-bottom: 1px solid #4e4e4e;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(255, 255, 255, .8);
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	}
.buttonBlackS:hover {
	background-color: #414141;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#1b1b1b));
	background-image: -webkit-linear-gradient(top, #414141, #1b1b1b);
	background-image: -moz-linear-gradient(top, #414141, #1b1b1b);
	background-image: -ms-linear-gradient(top, #414141, #1b1b1b);
	background-image: -o-linear-gradient(top, #414141, #1b1b1b);
	background-image: linear-gradient(top, #414141, #1b1b1b);
	color:#ffffff;
	text-decoration:none;
}
.buttonBlackS:active {
	background-color: #414141;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#414141));
	background-image: -webkit-linear-gradient(top, #1b1b1b, #414141);
	background-image: -moz-linear-gradient(top, #1b1b1b, #414141);
	background-image: -ms-linear-gradient(top, #1b1b1b, #414141);
	background-image: -o-linear-gradient(top, #1b1b1b, #414141);
	background-image: linear-gradient(top, #1b1b1b, #414141);
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	position: relative;
	color:#ffffff;
	text-decoration:none;
	top:1px;
}
.buttonBlackS:focus {
	outline:0;
	color:#ffffff;
	text-decoration:none;
}
/* //버튼-검정(소) */

/* 버튼-검정A(소) */
.buttonBlackSA {
	cursor:pointer;
	display: inline-block;
	white-space: nowrap;
	background-color: #6a6a6a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#585858));
	background-image: -webkit-linear-gradient(top, #818181, #585858);
	background-image: -moz-linear-gradient(top, #818181, #585858);
	background-image: -ms-linear-gradient(top, #818181, #585858);
	background-image: -o-linear-gradient(top, #818181, #585858);
	background-image: linear-gradient(top, #818181, #585858);    
	border-left: 1px solid #686868;
	border-top: 1px solid #6b6b6b;
	border-right: 1px solid #575757;
	border-bottom: 1px solid #4e4e4e;
	padding: 0.2em 0.2em 0.1em 0.2em;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em '굴림', gulim;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(255, 255, 255, .8);
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 0px rgba(255, 255, 255, .4) inset, 0 1px 0 rgba(0, 0, 0, .1);
	}
.buttonBlackSA:hover {
	background-color: #414141;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#1b1b1b));
	background-image: -webkit-linear-gradient(top, #414141, #1b1b1b);
	background-image: -moz-linear-gradient(top, #414141, #1b1b1b);
	background-image: -ms-linear-gradient(top, #414141, #1b1b1b);
	background-image: -o-linear-gradient(top, #414141, #1b1b1b);
	background-image: linear-gradient(top, #414141, #1b1b1b);
	color:#ffffff;
	text-decoration:none;
}
.buttonBlackSA:active {
	background-color: #414141;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#414141));
	background-image: -webkit-linear-gradient(top, #1b1b1b, #414141);
	background-image: -moz-linear-gradient(top, #1b1b1b, #414141);
	background-image: -ms-linear-gradient(top, #1b1b1b, #414141);
	background-image: -o-linear-gradient(top, #1b1b1b, #414141);
	background-image: linear-gradient(top, #1b1b1b, #414141);
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	position: relative;
	color:#ffffff;
	text-decoration:none;
	top:1px;
}
.buttonBlackSA:focus {
	outline:0;
	color:#ffffff;
	text-decoration:none;
}
/* //버튼-검정A(소) */

/* 버튼-회색1(소) */
.buttonGS0 {
	cursor:pointer;
	display:inline-block;
	white-space: nowrap;
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f5f5f5');
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #b3b3b3;
	padding: 0.1em 0.1em 0.1em 0.1em;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #666666;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
}
.buttonGS0:hover {
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d3d3d3));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -moz-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -ms-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -o-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: linear-gradient(top, #f0f0f0, #d3d3d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#d3d3d3');
	color:#4d4d4d;
	text-decoration:none;
}
.buttonGS0:active {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fefefe));
	background-image: -webkit-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -moz-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -ms-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -o-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: linear-gradient(top, #e9e9e9, #fefefe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9e9e9', EndColorStr='#fefefe');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
	position:relative;
	color:#666666;
	text-decoration:none;
	top:1px;
}
.buttonGS0:focus {
	outline: 0;
	background: #fefefe;
	color:#666666;
	text-decoration:none;
}
/* //버튼-회색1(소) */


/* 버튼-회색(대) */
.buttonGray {
	cursor:pointer;
	display: inline-block;
	white-space: nowrap;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(top, #ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea');
	border-left: 1px solid #a2a2a2;
	border-top: 1px solid #b1b1b1;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #7f7f7f;
	padding: 0.3em 0.4em 0.1em 0.5em;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em/1.6em '굴림', gulim;
	text-decoration: none;
	color: #4d4d4d;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
}
.buttonGray:hover {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d3d3d3));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -moz-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -ms-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -o-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: linear-gradient(top, #f0f0f0, #d3d3d3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#d3d3d3');
	color:#4d4d4d;
	text-decoration:none;
}
.buttonGray:active {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: -moz-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: -ms-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: -o-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: linear-gradient(top, #e9e9e9, #ffffff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9e9e9', EndColorStr='#ffffff');
	-moz-box-shadow: 0 0 1px 0px rgba(255, 255, 255, .1) inset;
	-webkit-box-shadow: 0 0 0px 1px rgba(255, 255, 255, .1) inset;
	box-shadow: 0 0 1px 0px rgba(255, 255, 255, .1) inset;
	position: relative;
	color:#4d4d4d;
	text-decoration:none;
	top: 1px;
}
.buttonGray:focus {
	outline: 0;
	background: #fafafa;
	color:#4d4d4d;
	text-decoration:none;
}
/* //버튼-회색(대) */

/* 버튼-회색(중) */
.buttonGrayS {
	cursor:pointer;
	display: inline-block;
	white-space: nowrap;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(top, #ffffff, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f2f2f2');
	border-left: 1px solid #a2a2a2;
	border-top: 1px solid #b1b1b1;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #7f7f7f;
	padding: 2px 5px 0px 5px;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em/1.6em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #4d4d4d;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .0);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .0);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .0);
}
.buttonGrayS:hover {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d3d3d3));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -moz-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -ms-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -o-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: linear-gradient(top, #f0f0f0, #d3d3d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#d3d3d3');
	color:#4d4d4d;
	text-decoration:none;
}
.buttonGrayS:active {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: -moz-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: -ms-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: -o-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: linear-gradient(top, #e9e9e9, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9e9e9', EndColorStr='#ffffff');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	position: relative;
	color:#4d4d4d;
	text-decoration:none;
	top: 1px;
}
.buttonGrayS:focus {
	outline: 0;
	background: #fafafa;
	color:#4d4d4d;
	text-decoration:none;
}
/* //버튼-회색(중) */

/* 버튼-파란색(대) */
.buttonL {
	cursor:pointer;
	display: inline-block;
	white-space: nowrap;
	background-color: #e6ebfe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdfe), to(#e9effd));
	background-image: -webkit-linear-gradient(top, #fffdfe, #e9effd);
	background-image: -moz-linear-gradient(top, #fffdfe, #e9effd);
	background-image: -ms-linear-gradient(top, #fffdfe, #e9effd);
	background-image: -o-linear-gradient(top, #fffdfe, #e9effd);
	background-image: linear-gradient(top, #fffdfe, #e9effd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffdfe', EndColorStr='#e9effd');
	border-left: 1px solid #93b1f1;
	border-top: 1px solid #93b1f1;
	border-right: 1px solid #7392e4;
	border-bottom: 1px solid #7392e4;
    padding: 0.3em 0.4em 0.1em 0.5em;
	margin:0 0.1em;
	text-align:center;
    font: normal 1em/1.6em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #143884;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
}
.buttonL:hover {
	background-color: #cbd6f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf0fe), to(#cbd6f7));
	background-image: -webkit-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: -moz-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: -ms-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: -o-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: linear-gradient(top, #eaf0fe, #cbd6f7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaf0fe', EndColorStr='#cbd6f7');
	color:#143884;
	text-decoration:none;
}
.buttonL:active {
	background-color: #cbd6f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5def9), to(#eef3fe));
	background-image: -webkit-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -moz-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -ms-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -o-linear-gradient(top, #d5def9, #eef3fe);
	background-image: linear-gradient(top, #d5def9, #eef3fe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5def9', EndColorStr='#eef3fe');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
	position: relative;
	color:#143884;
	text-decoration:none;
	top: 1px;
}
.buttonL:focus {
	outline: 0;
	background: #fafafa;
	color:#143884;
	text-decoration:none;
}
/* //버튼-파란색(대) */



/* 버튼-파란색(대) [skin01] */
.buttonBlue {
	cursor:pointer;
	display:inline-block;
	white-space: nowrap;
	background-color: #e6ebfe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdfe), to(#e9effd));
	background-image: -webkit-linear-gradient(top, #fffdfe, #e9effd);
	background-image: -moz-linear-gradient(top, #fffdfe, #e9effd);
	background-image: -ms-linear-gradient(top, #fffdfe, #e9effd);
	background-image: -o-linear-gradient(top, #fffdfe, #e9effd);
	background-image: linear-gradient(top, #fffdfe, #e9effd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffdfe', EndColorStr='#e9effd');
	border-left: 1px solid #93b1f1;
	border-top: 1px solid #93b1f1;
	border-right: 1px solid #7392e4;
	border-bottom: 1px solid #7392e4;
	padding: 0.3em 0.4em 0.1em 0.5em;
	margin:0 0.1em;
	text-align:center;
	font: bold 1em/1.6em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #143884;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
}
.buttonBlue:hover {
	background-color: #cbd6f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf0fe), to(#cbd6f7));
	background-image: -webkit-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: -moz-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: -ms-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: -o-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: linear-gradient(top, #eaf0fe, #cbd6f7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaf0fe', EndColorStr='#cbd6f7');
	color:#143884;
	text-decoration:none;
}
.buttonBlue:active {
	background-color: #cbd6f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5def9), to(#eef3fe));
	background-image: -webkit-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -moz-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -ms-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -o-linear-gradient(top, #d5def9, #eef3fe);
	background-image: linear-gradient(top, #d5def9, #eef3fe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5def9', EndColorStr='#eef3fe');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
	position:relative;
	color:#143884;
	text-decoration:none;
	top:1px;
}
.buttonBlue:focus {
	outline: 0;
	background: #fafafa;
	color:#143884;
	text-decoration:none;
}
/* //버튼-파란색(대) [skin01] */

/* 버튼-파란색-코멘트(대) */
.buttonComment {
	cursor:pointer;
	display:inline-block;
	white-space: nowrap;
	background-color: #e6ebfe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdfe), to(#e9effd));
	background-image: -webkit-linear-gradient(top, #fffdfe, #e9effd);
	background-image: -moz-linear-gradient(top, #fffdfe, #e9effd);
	background-image: -ms-linear-gradient(top, #fffdfe, #e9effd);
	background-image: -o-linear-gradient(top, #fffdfe, #e9effd);
	background-image: linear-gradient(top, #fffdfe, #e9effd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffdfe', EndColorStr='#e9effd');
	border-left: 1px solid #93b1f1;
	border-top: 1px solid #93b1f1;
	border-right: 1px solid #7392e4;
	border-bottom: 1px solid #7392e4;
	padding: 1.2em 1.6em 1.1em 1.6em;
	margin:0 0.1em;
	text-align:center;
	font: bold 1em/1.6em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #143884;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
}
.buttonComment:hover {
	background-color: #cbd6f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf0fe), to(#cbd6f7));
	background-image: -webkit-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: -moz-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: -ms-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: -o-linear-gradient(top, #eaf0fe, #cbd6f7);
	background-image: linear-gradient(top, #eaf0fe, #cbd6f7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaf0fe', EndColorStr='#cbd6f7');
	color:#143884;
	text-decoration:none;
}
.buttonComment:active {
	background-color: #cbd6f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5def9), to(#eef3fe));
	background-image: -webkit-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -moz-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -ms-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -o-linear-gradient(top, #d5def9, #eef3fe);
	background-image: linear-gradient(top, #d5def9, #eef3fe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5def9', EndColorStr='#eef3fe');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
	position:relative;
	color:#143884;
	text-decoration:none;
	top:1px;
}
.buttonComment:focus {
	outline: 0;
	background: #fafafa;
	color:#143884;
	text-decoration:none;
}
/* //버튼-파란색-코멘트(대) */

/* 버튼-회색(대) */
.buttonGlay {
	cursor:pointer;
	display:inline-block;
	white-space: nowrap;
	width:149px;
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
	background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
	background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
	background-image: -ms-linear-gradient(top, #ffffff, #f3f3f3);
	background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
	background-image: linear-gradient(top, #ffffff, #f3f3f3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f3f3f3');
	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #dadada;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #9d9d9d;
	padding: 0.4em 0.3em 0.3em 1.3em;
	margin: 0em;
	text-align:left;
	font: bold 1em/1.5em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
}
.buttonGlay:hover {
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d3d3d3));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -moz-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -ms-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -o-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: linear-gradient(top, #f0f0f0, #d3d3d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#d3d3d3');
	color:#000000;
	text-decoration:none;
}
.buttonGlay:active {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fefefe));
	background-image: -webkit-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -moz-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -ms-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -o-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: linear-gradient(top, #e9e9e9, #fefefe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9e9e9', EndColorStr='#fefefe');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
	position:relative;
	color:#000000;
	text-decoration:none;
	top:1px;
}
.buttonGlay:focus {
	outline: 0;
	background: #fefefe;
	color:#000000;
	text-decoration:none;
}
/* //버튼-회색(대) */

/* 버튼-회색(중) */
.buttonMdg {
	cursor:pointer;
	display:inline-block;
	white-space: nowrap;
	width:73px;
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
	background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
	background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
	background-image: -ms-linear-gradient(top, #ffffff, #f3f3f3);
	background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
	background-image: linear-gradient(top, #ffffff, #f3f3f3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f3f3f3');
	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #dadada;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #9d9d9d;
	padding: 0.4em 0.3em 0.3em 0.3em;
	margin: 0em;
	text-align:center;
	font: bold 1em/1.5em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
}
.buttonMdg:hover {
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d3d3d3));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -moz-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -ms-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -o-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: linear-gradient(top, #f0f0f0, #d3d3d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#d3d3d3');
	color:#000000;
	text-decoration:none;
}
.buttonMdg:active {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fefefe));
	background-image: -webkit-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -moz-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -ms-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -o-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: linear-gradient(top, #e9e9e9, #fefefe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9e9e9', EndColorStr='#fefefe');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
	position:relative;
	color:#000000;
	text-decoration:none;
	top:1px;
}
.buttonMdg:focus {
	outline: 0;
	background: #fefefe;
	color:#000000;
	text-decoration:none;
}
/* //버튼-회색(중) */


/* 버튼-회색(소) */
.buttonGS {
	cursor:pointer;
	display:inline-block;
	white-space: nowrap;
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f5f5f5');
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #b3b3b3;
	padding: 0.3em 0.4em 0.2em 0.5em;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #666666;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
}
.buttonGS:hover {
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d3d3d3));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -moz-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -ms-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -o-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: linear-gradient(top, #f0f0f0, #d3d3d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#d3d3d3');
	color:#4d4d4d;
	text-decoration:none;
}
.buttonGS:active {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fefefe));
	background-image: -webkit-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -moz-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -ms-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -o-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: linear-gradient(top, #e9e9e9, #fefefe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9e9e9', EndColorStr='#fefefe');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
	position:relative;
	color:#666666;
	text-decoration:none;
	top:1px;
}
.buttonGS:focus {
	outline: 0;
	background: #fefefe;
	color:#666666;
	text-decoration:none;
}
/* //버튼-회색(소) */

/* 버튼-회색2(소) */
.buttonGS2 {
	cursor:pointer;
	display:inline-block;
	white-space: nowrap;
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f5f5f5');
	border-left: 1px solid #b7b7b7;
	border-top: 1px solid #b6b6b8;
	border-right: 1px solid #727272;
	border-bottom: 1px solid #727272;
	/*padding: 0.2em 0.2em 0.0em 0.2em;*/
	width:17px;height:17px;
	margin: 0.1em;
	text-align:center;
	font: normal 1em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #666666;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .0) inset, 0 1px 0 rgba(235, 235, 235, .5);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .0) inset, 0 1px 0 rgba(235, 235, 235, .5);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .0) inset, 0 1px 0 rgba(235, 235, 235, .5);
}
.buttonGS2:hover {
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d3d3d3));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -moz-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -ms-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: -o-linear-gradient(top, #f0f0f0, #d3d3d3);
	background-image: linear-gradient(top, #f0f0f0, #d3d3d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#d3d3d3');
	color:#4d4d4d;
	text-decoration:none;
}
.buttonGS2:active {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fefefe));
	background-image: -webkit-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -moz-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -ms-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: -o-linear-gradient(top, #e9e9e9, #fefefe);
	background-image: linear-gradient(top, #e9e9e9, #fefefe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9e9e9', EndColorStr='#fefefe');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
	position:relative;
	color:#666666;
	text-decoration:none;
	top:1px;
}
.buttonGS2:focus {
	outline: 0;
	background: #fefefe;
	color:#666666;
	text-decoration:none;
}
/* //버튼-회색2(소) */

/* 버튼-회색(달력) */
.buttonCS {
	cursor:pointer;
	display:inline-block;
	white-space: nowrap;
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f5f5f5');
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #b3b3b3;
	padding: 0.3em 0.4em 0.2em 0.5em;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #666666;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: 0em;
	-webkit-border-radius: 0em;
	border-radius: 0em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
}
.buttonCS:hover {
	background-color: #96d4bb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#96d4bb), to(#7cc8aa));
	background-image: -webkit-linear-gradient(top, #96d4bb, #7cc8aa);
	background-image: -moz-linear-gradient(top, #96d4bb, #7cc8aa);
	background-image: -ms-linear-gradient(top, #96d4bb, #7cc8aa);
	background-image: -o-linear-gradient(top, #96d4bb, #7cc8aa);
	background-image: linear-gradient(top, #96d4bb, #7cc8aa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#96d4bb', EndColorStr='#7cc8aa');
	border-left: 1px solid #65bc9c;
	border-top: 1px solid #65bc9c;
	border-right: 1px solid #65bc9c;
	border-bottom: 1px solid #65bc9c;
	padding: 0.3em 0.4em 0.2em 0.5em;
	color:#ffffff;
	text-decoration:none;
}
.buttonCS:active {
	background-color: #7cc8aa;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7cc8aa), to(#96d4bb));
	background-image: -webkit-linear-gradient(top, #7cc8aa, #96d4bb);
	background-image: -moz-linear-gradient(top, #7cc8aa, #96d4bb);
	background-image: -ms-linear-gradient(top, #7cc8aa, #96d4bb);
	background-image: -o-linear-gradient(top, #7cc8aa, #96d4bb);
	background-image: linear-gradient(top, #7cc8aa, #96d4bb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7cc8aa', EndColorStr='#96d4bb');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
	position:relative;
	color:#ffffff;
	text-decoration:none;
	top:1px;
}
.buttonCS:focus {
	outline: 0;
	background-color: #96d4bb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#96d4bb), to(#7cc8aa));
	background-image: -webkit-linear-gradient(top, #96d4bb, #7cc8aa);
	background-image: -moz-linear-gradient(top, #96d4bb, #7cc8aa);
	background-image: -ms-linear-gradient(top, #96d4bb, #7cc8aa);
	background-image: -o-linear-gradient(top, #96d4bb, #7cc8aa);
	background-image: linear-gradient(top, #96d4bb, #7cc8aa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#96d4bb', EndColorStr='#7cc8aa');
	border: 1px solid #b3b3b3;
	color:#ffffff;
	text-decoration:none;
}
/* //버튼-회색(달력) */

/* 버튼-흐린빨간색(소) */
.buttonRS {
	cursor:pointer;
	display:inline-block;
	white-space: nowrap;
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fbf7f6));
	background-image: -webkit-linear-gradient(top, #ffffff, #fbf7f6);
	background-image: -moz-linear-gradient(top, #ffffff, #fbf7f6);
	background-image: -ms-linear-gradient(top, #ffffff, #fbf7f6);
	background-image: -o-linear-gradient(top, #ffffff, #fbf7f6);
	background-image: linear-gradient(top, #ffffff, #fbf7f6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fbf7f6');
	border-left: 1px solid #f19695;
	border-top: 1px solid #f4a6a6;
	border-right: 1px solid #e47c7b;
	border-bottom: 1px solid #dd7979;
	padding: 0.3em 0.4em 0.2em 0.5em;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #df1c20;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
}
.buttonRS:hover {
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbf7f6), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #fbf7f6, #ffffff);
	background-image: -moz-linear-gradient(top, #fbf7f6, #ffffff);
	background-image: -ms-linear-gradient(top, #fbf7f6, #ffffff);
	background-image: -o-linear-gradient(top, #fbf7f6, #ffffff);
	background-image: linear-gradient(top, #fbf7f6, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbf7f6', EndColorStr='#ffffff');
	color:#df1c20;
	text-decoration:none;
}
.buttonRS:active {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbf7f6), to(#fefefe));
	background-image: -webkit-linear-gradient(top, #fbf7f6, #fefefe);
	background-image: -moz-linear-gradient(top, #fbf7f6, #fefefe);
	background-image: -ms-linear-gradient(top, #fbf7f6, #fefefe);
	background-image: -o-linear-gradient(top, #fbf7f6, #fefefe);
	background-image: linear-gradient(top, #fbf7f6, #fefefe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbf7f6', EndColorStr='#fefefe');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
	position:relative;
	color:#df1c20;
	text-decoration:none;
	top:1px;
}
.buttonRS:focus {
	outline: 0;
	background: #fefefe;
	color:#df1c20;
	text-decoration:none;
}
/* //버튼-흐린빨간색(소) */

/* 페이징 버튼 비활성화 -롤오버효과없음*/
.buttonGS_off {
	display:inline-block;
	white-space: nowrap;
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f5f5f5');
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #b3b3b3;
	padding: 0.3em 0.4em 0.2em 0.4em;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #adadad;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .9) inset, 0 1px 0 rgba(235, 235, 235, .5);
}
/* //페이징 버튼 비활성화 */


/* 작은 빨간버튼 -아이콘- 롤오버효과없음 */
.buttonRedS {
	font-size:12px;
	padding:2px 2px 0px 2px;
	background:#e42220;
	border-left:1px solid #da0e0d;
	border-top:1px solid #db0d0f;
	border-right:1px solid #db0d0d;
	border-bottom:1px solid #da0e0d;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:linear-gradient(top, #f15d5d 0, #e22122 49%, #dd1a16 50%, #d80a0c 100%);
	background:-moz-linear-gradient(top, #f15d5d 0, #e22122 49%, #dd1a16 50%, #d80a0c 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f15d5d), color-stop(49%, #e22122), color-stop(50%, #dd1a16), color-stop(100%, #d80a0c));
	background:-o-linear-gradient(top, #f15d5d 0, #e22122 49%, #dd1a16 50%, #d80a0c 100%);
	background:-webkit-linear-gradient(top, #f15d5d 0, #e22122 49%, #dd1a16 50%, #d80a0c 100%);
	background:-ms-linear-gradient(top, #f15d5d 0, #e22122 49%, #dd1a16 50%, #d80a0c 100%);
	color:#ffffff;
	font-weight:normal;
	-moz-box-shadow: 0 0 1px 1px #fefefe inset, 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 0 1px 1px #fefefe inset, 0 1px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 0 0px 0px #fefefe, inset 0 1px 0 rgba(255, 255, 255, .5)
}
/* //작은 빨간버튼 */

/* //그라데이션 버튼타이틀*/
.buttonBlue {
	cursor:pointer;
	display:inline-block;
	white-space: nowrap;
	background-color: #e6ebfe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eff2f6), to(#d6e2ed));
	background-image: -webkit-linear-gradient(top, #eff2f6, #d6e2ed);
	background-image: -moz-linear-gradient(top, #eff2f6, #d6e2ed);
	background-image: -ms-linear-gradient(top, #eff2f6, #d6e2ed);
	background-image: -o-linear-gradient(top, #eff2f6, #d6e2ed);
	background-image: linear-gradient(top, #eff2f6, #d6e2ed);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eff2f6', EndColorStr='#d6e2ed');
	border-left: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding: 0.3em 0.4em 0.1em 0.5em;
	margin:0 0.1em;
	text-align:center;
	font: normal 1em/1.6em '굴림', gulim;
	vertical-align:bottom;
	text-decoration: none;
	color: #143884;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .1);
}
.buttonBlue:hover {
	background-color: #90caf9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9ddf8), to(#c9ddf8));
	background-image: -webkit-linear-gradient(top, #c9ddf8, #c9ddf8);
	background-image: -moz-linear-gradient(top, #c9ddf8, #c9ddf8);
	background-image: -ms-linear-gradient(top, #c9ddf8, #c9ddf8);
	background-image: -o-linear-gradient(top, #c9ddf8, #c9ddf8);
	background-image: linear-gradient(top, #c9ddf8, #c9ddf8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c9ddf8', EndColorStr='#c9ddf8');
	color:#143884;
	text-decoration:none;
}

.buttonBlue:active {
	background-color: #cbd6f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5def9), to(#eef3fe));
	background-image: -webkit-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -moz-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -ms-linear-gradient(top, #d5def9, #eef3fe);
	background-image: -o-linear-gradient(top, #d5def9, #eef3fe);
	background-image: linear-gradient(top, #d5def9, #eef3fe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5def9', EndColorStr='#eef3fe');
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1) inset;
	position:relative;
	color:#143884;
	text-decoration:none;
	top:1px;
}

/*.buttonBlue:focus {
	outline: 0;
	background: #fafafa;
	color:#143884;
	text-decoration:none;
}*/
/* //버튼-파란색(대우블루) */


/* ㄱ,ㄴ,ㄷ 검색버튼*/
 .Za {
	cursor:pointer;
	float:left;
	width:30px;
	height:17px;
	padding-top:3px;
	background:#f5f5f5;
	border:solid #f0f0f0 1px;
	margin:1px;
	font-size:12px;
	font-weight:bold;
	color:#4d4d4d;
	text-align:center;
}
/* //ㄱ,ㄴ,ㄷ 검색버튼 */


.TGG {
	padding:6px 0 6px 0;
	background:#fbfbfb;
	border-left:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #ffffff;
	border-radius:0.7em 0.7em 0 0;
	-moz-border-radius:0.7em 0.7em 0 0;
	-webkit-border-radius:0.7em 0.7em 0 0;
	background:linear-gradient(top, #ffffff 0, #fefefe 49%, #fbfbfb 50%, #f0f0f0 100%);
	background:-moz-linear-gradient(top, #ffffff 0, #fefefe 49%, #fbfbfb 50%, #f0f0f0 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #fefefe), color-stop(50%, #fbfbfb), color-stop(100%, #f0f0f0));
	background:-o-linear-gradient(top, #ffffff 0, #fefefe 49%, #fbfbfb 50%, #f0f0f0 100%);
	background:-webkit-linear-gradient(top, #ffffff 0, #fefefe 49%, #fbfbfb 50%, #f0f0f0 100%);
	background:-ms-linear-gradient(top, #ffffff 0, #fefefe 49%, #fbfbfb 50%, #f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#f0f0f0', GradientType=0);
	color:#000000;
	font-weight:bold;
	-moz-box-shadow: 0 0 0px 0px #ffffff inset, 0px 1px 0px rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 0 0px 0px #ffffff inset, 0px 1px 0px rgba(255, 255, 255, .5);
	box-shadow: 0 0 0px 0px #ffffff, inset 0px 1px 0px rgba(255, 255, 255, .5)
}

.TGGA {
	padding:6px 0;
	background:#f0f0f0;
	border-left:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	border-radius:0.7em 0.7em 0.7em 0.7em;
	-moz-border-radius:0.7em 0.7em 0.7em 0.7em;
	-webkit-border-radius:0.7em 0.7em 0.7em 0.7em;
	background:linear-gradient(top, #ffffff 0, #fefefe 49%, #fbfbfb 50%, #f0f0f0 100%);
	background:-moz-linear-gradient(top, #ffffff 0, #fefefe 49%, #fbfbfb 50%, #f0f0f0 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #fefefe), color-stop(50%, #fbfbfb), color-stop(100%, #f0f0f0));
	background:-o-linear-gradient(top, #ffffff 0, #fefefe 49%, #fbfbfb 50%, #f0f0f0 100%);
	background:-webkit-linear-gradient(top, #ffffff 0, #fefefe 49%, #fbfbfb 50%, #f0f0f0 100%);
	background:-ms-linear-gradient(top, #ffffff 0, #fefefe 49%, #fbfbfb 50%, #f0f0f0 100%);
	color:#000000;
	font-weight:bold;
	-moz-box-shadow: 0 0 0px 0px rgba(255, 255, 255, .95), inset 0px 1px 0px rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 0 0px 0px rgba(255, 255, 255, .95), inset 0px 1px 0px rgba(255, 255, 255, .5);
	box-shadow: 0 0 0px 0px rgba(255, 255, 255, .95), inset 1px 15px 15px rgba(255, 255, 255, .95)
}

.TGGB {
	z-index:1;
	padding:5px 0px;
	background:#f0f0f0;
	border-left:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	border-radius:0.7em 0.7em 0.7em 0.7em;
	-moz-border-radius:0.7em 0.7em 0.7em 0.7em;
	-webkit-border-radius:0.7em 0.7em 0.7em 0.7em;
	background:linear-gradient(top, #f0f0f0 0, #fbfbfb 49%, #fefefe 50%, #ffffff 100%);
	background:-moz-linear-gradient(top, #f0f0f0 0, #fbfbfb 49%, #fefefe 50%, #ffffff 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(49%, #fbfbfb), color-stop(50%, #fefefe), color-stop(100%, #ffffff));
	background:-o-linear-gradient(top, #f0f0f0 0, #fbfbfb 49%, #fefefe 50%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f0f0f0 0, #fbfbfb 49%, #fefefe 50%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f0f0f0 0, #fbfbfb 49%, #fefefe 50%, #ffffff 100%);
	color:#000000;
	font-weight:normal;
	-moz-box-shadow: 0 0 0px 0px rgba(255, 255, 255, .95), inset 1px -15px 15px rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 0 0px 0px rgba(255, 255, 255, .95), inset 1px -15px 15px rgba(255, 255, 255, .5);
	box-shadow: 0 0 0px 0px rgba(255, 255, 255, .95), inset 1px -15px 15px rgba(255, 255, 255, .5)
}

.TGGC {
	position:relative;
	top:0px;left:0px;
	z-index:2;
	padding:0.5em 1.0em 0.5em 1.0em;
	background:#b2070f;
	border-left:0px solid #d1d1d1;
	border-top:0px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-bottom:0px solid #d1d1d1;
	border-radius:0.7em 0 0 0.7em;
	-moz-border-radius:0.7em 0 0 0.7em;
	-webkit-border-radius:0.7em 0 0 0.7em;
	background:linear-gradient(top, #d32f38 0, #ca2e3b 49%, #c63137 50%, #b2070f 100%);
	background:-moz-linear-gradient(top, #d32f38 0, #ca2e3b 49%, #c63137 50%, #b2070f 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d32f38), color-stop(49%, #ca2e3b), color-stop(50%, #c63137), color-stop(100%, #b2070f));
	background:-o-linear-gradient(top, #d32f38 0, #ca2e3b 49%, #c63137 50%, #b2070f 100%);
	background:-webkit-linear-gradient(top, #d32f38 0, #ca2e3b 49%, #c63137 50%, #b2070f 100%);
	background:-ms-linear-gradient(top, #d32f38 0, #ca2e3b 49%, #c63137 50%, #b2070f 100%);
	color:#ffffff;
	font-weight:normal;
	-moz-box-shadow: 0 0 0px 0px rgba(255, 255, 255, .95), inset 0px 0px 0px rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 0 0px 0px rgba(255, 255, 255, .95), inset 0px 0px 0px rgba(255, 255, 255, .5);
	box-shadow: 0 0 0px 0px rgba(255, 255, 255, .95), inset 0px 15px 17px rgba(211, 47, 56, .95)
}

/* 그라데이션 버튼-녹색 [skin01]*/
.TGR {
	padding:4px 0 6px 0;
	background:#6dbe62;
	border-left:1px solid #71a76c;
	border-top:1px solid #85c380;
	border-right:1px solid #71a76c;
	border-bottom:1px solid #689a64;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:linear-gradient(top, #8dcc85 0, #6dbe62 49%, #62b958 50%, #4fb245 100%);
	background:-moz-linear-gradient(top, #8dcc85 0, #6dbe62 49%, #62b958 50%, #4fb245 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dcc85), color-stop(49%, #6dbe62), color-stop(50%, #62b958), color-stop(100%, #4fb245));
	background:-o-linear-gradient(top, #8dcc85 0, #6dbe62 49%, #62b958 50%, #4fb245 100%);
	background:-webkit-linear-gradient(top, #8dcc85 0, #6dbe62 49%, #62b958 50%, #4fb245 100%);
	background:-ms-linear-gradient(top, #8dcc85 0, #6dbe62 49%, #62b958 50%, #4fb245 100%);
	color:#ffffff;
	font-weight:bold;
	-moz-box-shadow: 0 0 1px 1px #fefefe inset, 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 0 1px 1px #fefefe inset, 0 1px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 0 0px 0px #fefefe, inset 0 1px 0 rgba(255, 255, 255, .5)
}
/* //그라데이션 버튼-녹색 [skin01]*/


/* button */
.zb{cursor:pointer;float:left;width:39px;height:20px;border:1px solid #f0f0f0;background:#f5f5f5;text-align:center;margin:0.05em 0.05em 0.05em 0.04em}
/* //button */




/* custom.button */
/* <span class="item-edit" onclick="set_edit(true); return false;">수정</span> */
.img16-blank {
	cursor: pointer;
	vertical-align: middle;
	font-size: 9pt;
	padding:0px; padding-left:18px;
	background: url('/Common/images/_blank16.png') no-repeat !important;
}
.iphDialler {
	cursor: pointer;
	vertical-align: middle;
	font-size: 9pt;
	padding:0px; padding-left:18px;
	background: url('/Common/images/dialler_iph.png') no-repeat !important;
}
.btn-dialler {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:22px;
	background: url('/Common/images/dialler_iph_20.png') no-repeat !important;
}

.item-add {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/add.png') no-repeat !important;
}
.item-edit {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/edit.png') no-repeat !important;
}
.item-del {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/delete.png') no-repeat !important;
}
.item-list {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/grid.png') no-repeat !important;
}
.item-reload {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/table_refresh.png') no-repeat !important;
}
.item-search {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/search.png') no-repeat !important;
}
.item-print {
	cursor: pointer;
	font-size: 9pt;
	height:28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/printer.png') no-repeat !important;
}
.item-report {
	cursor: pointer;
	font-size: 9pt;
	height:28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/templates.png') no-repeat !important;
}
.item-excel {
	cursor: pointer;
	font-size: 9pt;
	height:28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/ext/xls.gif') no-repeat !important;
}
.item-move {
	cursor: pointer;
	font-size: 9pt;
	height:28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/application_go.png') no-repeat !important;
}
.item-view {
	cursor: pointer;
	font-size: 9pt;
	color: #0000aa;
	height:28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/tickets.png') no-repeat !important;
}
.item-config {
	cursor: pointer;
	font-size: 9pt;
	height:28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/database_edit.gif') no-repeat !important;
}
.item-email {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/email_go.png') no-repeat !important;
}

.item-top1 {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/tip.png') no-repeat !important;
}

.cmd-ok {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:18px;
	background: url('/Common/images/icons/s_success.png') no-repeat !important;
}

.btn-cmd {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:20px;
	background: url('/Common/images/icons/gears.gif') no-repeat !important;
}
.btn-refresh {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:20px;
	background: url('/Common/images/icons/refresh.png') no-repeat !important;
}
.btn-ok {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:20px;
	background: url('/Common/images/icons/save.png') no-repeat !important;
}
.btn-close {
	cursor: pointer;
	font-size: 9pt;
	height:28px;
	padding:0px; padding-left:17px;
	background: url('/Common/images/icons/cross.gif') no-repeat !important;
}
.btn-close1 {
	cursor: pointer;
	font-size: 9pt;
	height:28px;
	padding:0px; padding-left:17px;
	background: url('/Common/images/icons/shutdown.png') no-repeat !important;
}
.btn-window {
	cursor: pointer;
	font-size: 9pt;
	height: 28px;
	padding:0px; padding-left:20px;
	background: url('/Common/images/icons/window-new.png') no-repeat !important;
}

.file-upload {
	cursor: pointer;
	font-size: 9pt;
	font-weight: bold;
	color: #C81432;
	height:28px;
	padding:0px; padding-left:17px;
	background: url('/Common/images/icons/icon_clip.png') no-repeat !important;
}
.file-down {
	cursor: pointer;
	font-size: 9pt;
	height:28px;
	padding:0px; padding-left:17px;
	background: url('/Common/images/icons/file_down.gif') no-repeat !important;
}
