@charset "UTF-8";

/**
	통합 css 
	**/

/* base */
* {
	max-height: 10000000px;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body.overflow {
	overflow: hidden;
}

html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/**/
	line-height: 1.45;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
	margin: 0;
	padding: 0;
}

body {
	-ms-overflow-style: scrollbar
}

/* 엣지브라우저 대응 */
body {
	color: rgba(0, 0, 0, 0.7);
	letter-spacing: -1px;
	-webkit-text-size-adjust: none;
	max-width: 100%;
	word-break: keep-all;
	/**/
	transition: background-color .5s;
}

body,
input,
textarea,
select,
button,
table {
	font-family: SpoqaHanSansR, Malgun Gothic, '돋움', Dotum, AppleSDGothicNeo, arial, sans-serif;
	font-size: 12px;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure {
	display: block;
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: normal;
}

fieldset,
img,
button {
	border: 0;
}

img,
input,
button {
	vertical-align: top;
}

/* img {height: auto;max-width: 100%;} */
table {
	width: 100%;
	/**/
	border-collapse: collapse;
	border-spacing: 0
}

address,
em {
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

hr {
	display: none;
}

legend {
	position: absolute;
	left: -9999px;
	top: 0
}

caption {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

button {
	border: 0 none;
	background: transparent;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

body {
	min-height: 100%;
}

p {
	-webkit-text-size-adjust: none;
}

input[type=text]::-ms-clear {
	display: none;
}

a,
a:hover,
a:focus,
a:hover:focus,
a:active,
a:active:focus,
a:active:hover {
	text-decoration: none;
	/**/
	color: rgba(0, 0, 0, 0.7);
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

a,
button,
input,
textarea {
	-webkit-transition: border-color .4s, background .4s, color .4s, opacity .4s;
	transition: border-color .4s, background .4s, color .4s, opacity .4s
}

input,
textarea {
	text-indent: 0.5rem;
}

textarea {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

/* rest */
.nopadding {
	padding: 0px !important;
}

.nomargin {
	margin: 0px !important;
}

.nofontbold {
	font-weight: normal !important;
}

/* fontstyle */
.letterNone {
	letter-spacing: 0 !important;
}

.tahoma {
	font-family: tahoma;
}

.num {
	font-family: SpoqaHanSans, Tahoma, Arial, Georgia !important;
}

/* display */
.blind {
	visibility: hidden;
}

.hidden {
	display: none;
}

.dpnone {
	display: none !important;
}

.dpblock {
	display: block !important;
}

.dpIblock {
	display: inline-block !important;
}

.dpinline {
	display: inline !important;
}

/* float , clear */
.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}


/* Grid
========================================== */
.w1500,
.w1400,
.w1366,
.w1200,
.w1120,
.w1024,
.w1000,
.w900,
.w800,
.w700,
.w600,
.w500 {
	position: relative;
	width: 100%;
	margin: 0 auto
}

.w1500 {
	max-width: 1500px;
}

.w1400 {
	max-width: 1400px;
}

.w1366 {
	max-width: 1366px;
	/* padding:0 20px */
}

.w1200 {
	max-width: 1200px
}

.w1120 {
	max-width: 1120px
}

.w1024 {
	max-width: 1024px
}

.w1000 {
	max-width: 1000px
}

.w900 {
	max-width: 900px
}

.w800 {
	max-width: 800px
}

.w700 {
	max-width: 700px
}

.w600 {
	max-width: 600px
}

.w500 {
	max-width: 500px
}

.row.nogap {
	margin: 0
}

.row.nogap [class*=col] {
	padding: 0
}

@media (max-width:767px) {

	.w1500,
	.w1366,
	.w1200,
	.w1120,
	.w1024,
	.w1000,
	.w900,
	.w800,
	.w700,
	.w600,
	.w500 {
		width: 100% !important;
	}
}


/* Margin , Padding
========================================== */
.mLM10 {
	margin-left: -10px !important;
}

.mL8 {
	margin-left: 8px !important;
}

.mL10 {
	margin-left: 10px !important;
}

.mL20 {
	margin-left: 20px !important;
}

.mL30 {
	margin-left: 30px !important;
}

.mB8 {
	margin-bottom: 8px !important;
}

.mB10 {
	margin-bottom: 10px !important;
}

.mB20 {
	margin-bottom: 20px !important;
}

.mB30 {
	margin-bottom: 30px !important;
}

.mR5 {
	margin-right: 5px !important;
}

.mR8 {
	margin-right: 8px !important;
}

.mR10 {
	margin-right: 10px !important;
}

.mR20 {
	margin-right: 20px !important;
}

.mR30 {
	margin-right: 30px !important;
}

.mT2 {
	margin-top: 2px !important;
}

.mT3 {
	margin-top: 3px !important;
}

.mT5 {
	margin-top: 5px !important;
}

.mT8 {
	margin-top: 8px !important;
}

.mT10 {
	margin-top: 10px !important;
}

.mT20 {
	margin-top: 20px !important;
}

.mT30 {
	margin-top: 30px !important;
}

.mT40 {
	margin-top: 40px !important;
}

.mT50 {
	margin-top: 50px !important;
}

.pt3 {
	padding-top: 3px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt7 {
	padding-top: 7px !important;
}

.pt9 {
	padding-top: 9px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt16 {
	padding-top: 16px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt23 {
	padding-top: 23px !important;
}

.pt27 {
	padding-top: 27px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl11 {
	padding-left: 11px !important;
}

.pr36 {
	padding-right: 36px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr21 {
	padding-right: 21px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pb3 {
	padding-bottom: 3px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb8 {
	padding-bottom: 8px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb13 {
	padding-bottom: 13px !important;
}

.pb16 {
	padding-bottom: 16px !important;
}

.pb21 {
	padding-bottom: 21px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}


/* Text
========================================== */
.fontBold {
	font-weight: bold !important;
}

.textRight {
	text-align: right !important;
}

.textLeft {
	text-align: left !important;
}

.textCenter {
	text-align: center !important;
}

.fsize10 {
	font-size: 10px !important;
}

.fsize11 {
	font-size: 11px !important;
}

.fsize12 {
	font-size: 12px !important;
}

.fsize14 {
	font-size: 14px !important;
}

.fsize20 {
	font-size: 20px !important;
}

.fsize30 {
	font-size: 30px !important;
}

.fsize22 {
	font-size: 22px !important;
}

.fcolor0 {
	color: #000000 !important;
}

/* black */
.fcolor1 {
	color: #ffffff !important;
}

/* white */
.fcolor2 {
	color: #DE3D3D !important;
}

/* red */
.fcolor3 {
	color: #C88B18 !important;
}

/* brown */
.fcolor4 {
	color: #333333 !important;
}

/* darkgray */
.fcolor6 {
	color: #666666 !important;
}

/* gray */

.borNone {
	border: none !important;
}

.borLNone {
	border-left: none !important;
}

.letterNone,
.date {
	letter-spacing: 0;
}


/* Btn
========================================== */
.btn {
	display: inline-block;
	color: #666;
	font-family: SpoqaHanSans, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0px;
	line-height: 170%;
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, .2);
}

.btn:hover {
	background-color: #4D63CC;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition-property: background;
	transition-property: background;
	box-shadow: inset 0 0 0 1px #4D63CC, 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btns {
	display: inline-block;
	color: #666;
	font-family: SpoqaHanSans, sans-serif;
	letter-spacing: 0px;
	line-height: 40px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 2px;
	/**/
	text-indent: 0;
}

.btns:hover {
	display: inline-block;
	cursor: pointer;
}

.btnW {
	background-color: #FFFFFF;
	color: #333;
	padding: 0 3%;
	font-size: 1rem;
}

.btnB {
	background-color: #4E63C7;
	color: #fff;
	padding: 0 3%;
	font-size: 1rem;
}

.btnB1 {
	background-color: #55ABD9;
	color: #fff;
	padding: 0 3%;
	font-size: 1rem;
}

.btnG {
	background-color: #999999;
	color: #fff;
	padding: 0 2%;
	font-size: 1rem;
}

.btnG1 {
	background-color: #666666;
	color: #fff;
	padding: 0 3%;
	font-size: 1rem;
}

.btnG2 {
	background-color: #939393;
	color: #fff;
	padding: 0 3%;
	font-size: 1rem;
}

.btnG3 {
	background-color: #6a707e;
	color: #fff;
	padding: 0 3%;
	font-size: 1rem;
}

.btnG4 {
	background-color: #6a707e;
	color: #fff;
	padding: 0 3%;
	font-size: 1rem;
}

.btnG5 {
	background-color: #6a707e;
	color: #fff;
	padding: 0 3%;
	font-size: 1rem;
}

.btnDG {
	background-color: #6a707e;
	color: #fff;
	padding: 0 3%;
	font-size: 1rem;
}

table .btns {
	display: inline-block;
	color: #666;
	font-family: SpoqaHanSans, sans-serif;
	letter-spacing: 0px;
	line-height: 2;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 2px;
	vertical-align: middle;
}

table .btns:hover {
	display: inline-block;
	cursor: pointer;
}

table .btnW {
	background-color: #FFFFFF;
	color: #333;
	padding: 0 2%;
	font-size: 0.8rem;
}

table .btnB {
	background-color: #4E63C7;
	color: #fff;
	padding: 0 2%;
	font-size: 0.8rem;
}

table .btnB1 {
	background-color: #55ABD9;
	color: #fff;
	padding: 0 2%;
	font-size: 0.8rem;
}

table .btnG {
	background-color: #999999;
	color: #fff;
	padding: 0 2%;
	font-size: 0.8rem;
}

table .btnG1 {
	background-color: #ffffff;
	color: #333;
	padding: 0 2%;
	font-size: 0.8rem;
}

table .btnG2 {
	background-color: #939393;
	color: #fff;
	padding: 0 2%;
	font-size: 0.8rem;
}

table .btnG3 {
	background-color: #6a707e;
	color: #fff;
	padding: 0 2%;
	font-size: 0.8rem;
}

table .btnG4 {
	background-color: #6a707e;
	color: #fff;
	padding: 0 2%;
	font-size: 0.8rem;
}

table .btnG5 {
	background-color: #6a707e;
	color: #fff;
	padding: 0 2%;
	font-size: 0.8rem;
}

table .btnDG {
	background-color: #6a707e;
	color: #fff;
	padding: 0 2%;
	font-size: 0.8rem;
}


/*
	Table Commond
========================================== */
table select,
table input,
table textarea {
	min-height: 30px;
	border: 1px solid #ddd !important;
	text-indent: 5px;
	vertical-align: middle;
}

table th,
table td {
	font-family: SpoqaHanSans, sans-serif;
	font-size: 0.8rem;
	/**/
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}

table .textarea {
	width: 100%;
	min-height: 300px;
}

table .input01 {
	width: 60px;
}

table .input02 {
	width: 80px;
}

table .input03 {
	width: 140px;
}

table .input04 {
	width: 300px;
}

/* 245px*/
table .input05 {
	width: 100%;
}

table .tRight {
	border-right: 1px solid #ddd !important;
}

table .tleft {
	border-left: none !important;
	padding-left: 5px;
}

table .bT_none {
	border-top: none !important;
}

table .bB_none {
	border-bottom: none !important;
}

table .account_title {
	background: none
}

table .date .input01 {
	width: 100px;
	height: 42px;
	text-align: center;
	margin-right: 2px;
	border: 1px solid #ddd
}

table .date img {
	vertical-align: middle;
}

table .total {
	margin-bottom: 8px;
	text-align: left;
	font-size: 1rem;
	color: #333;
	margin-left: 5px;
}

table .total strong,
.total strong {
	font-size: 1.1rem;
	font-weight: 600 !important;
	color: #4E63C7;
}

table .star {
	display: inline-block;
	color: #27ADD8;
	vertical-align: middle;
	margin: 5px;
	font-size: 12px;
}

table .star2 {
	display: inline-block;
	color: #4E63C7;
	vertical-align: middle;
	vertical-align: bottom;
	margin: 5px;
	font-size: 12px;
}

table .sound_only {
	display: none;
}

table .wr_content {
	min-height: 100px;
}

/* Textarea */
.person_yak {
	width: 100%;
	height: 250px;
	background: #f8f8f8;
	color: #878787;
	padding: 1% 2%;
	border: 2px solid #f6f6f6;
	text-align: left;
	overflow-y: scroll;
	margin-top: 30px;
}

.person_yak ul li.tit {
	text-align: left;
	font-size: 1.3rem;
	color: #BB8F64;
	margin-bottom: 1rem;
}

.person_yak ul {
	margin-bottom: 2rem;
}

.person_yak strong,
.person_yak b {
	display: block;
	font-size: 1.333em;
	font-weight: bold;
	text-align: left;
	line-height: 2;
}

/* Agree */
.agree_area {
	width: 100%;
	background: #f5f5f5;
	color: #878787;
	padding: 1.5%;
	border: 2px solid #f1f1f1;
	text-align: center;
}

.agree_area b {
	margin-right: 10px;
}

.agree_area input {
	vertical-align: middle;
	margin: 5px;
}

/* 
#search_form, .search_form {width:100%;float:left;margin:0 0 10px 0px;}
.board_button{text-align:center !important;margin-top:15px;}
.board_button ul {text-align:center !important;}
.board_button ul li	  {float:left;margin-left:5px;}
.board_button ul li a  {display:inline-block; font-weight:normal; font-size:13px;padding:0px 10px; text-align:center;}
.board_button ul li a.btn_list_can, a.btn_list_modi, a.btn_list_del, a.btn_list_list, a.btn_list_ok {}
.board_button ul li a.btn_ok{background:#EB3232;}
 */

.board_top {
	clear: both;
}

.button_left {
	display: inline-block;
	float: left !important;
	margin-bottom: 8px
}

.button_center {
	display: inline-block;
	float: center !important;
	text-align: center !important;
	margin: 0 auto !important;
}

.button_right {
	display: inline-block;
	float: right !important;
}

.button_right img {
	margin: 0 5px;
}

.total {
	font-size: 13px;
}

.textRediuce {
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}

ul.previous {
	width: 100%;
}

ul.previous li {
	width: 100%;
	font-weight: normal;
}

ul.previous li span.tit {
	display: inline-block;
	width: 30%;
	line-height: 40px;
	font-size: .8rem;
	font-weight: normal;
	background: #FAF9FB;
}

ul.previous li a {
	display: inline-block;
	width: 70%;
	font-size: .75rem;
	font-weight: normal;
	padding-left: 2%;
}

ul.previous li:hover {
	background: #FAF9FB;
	color: #4E63C7;
}

ul.previous li a:hover {
	color: #4E63C7;
	text-decoration: underline;
}

ul.previous .prev {
	border-top: 1px solid #ddd;
}

ul.previous .next {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
	table .input01 {
		width: 30.33%;
	}

	table .input02 {
		width: 100%;
	}

	table .input03 {
		width: 100%;
	}

	table .input04 {
		width: 100%;
	}

	table .input05 {
		width: 100%;
	}

	ul.previous li,
	ul.previous a {
		font-size: .7rem;
	}

}


/* Table Custom
========================================== */
#tblForm,
.tbl_type,
.tbl_type2,
.tbl_type1 {
	clear: both;
	display: table;
	width: 100%;
}

/* tblForm */
#tblForm {
	clear: both;
	display: table;
	width: 100%;
	table-layout: auto;
}

#tblForm thead td,
#tblForm thead th {
	border-top: 1px solid #333;
}

#tblForm th {
	width: 23%;
	height: 1em;
	line-height: 1em;
	padding-left: 2%;
	background-color: #FAF9FB;
	border-top: 1px solid #dde0e7;
	border-right: 1px solid #dde0e7;
	text-align: left;
	font-weight: normal;
	color: #666;
}

#tblForm tbody {}

#tblForm td {
	padding: 0.5rem 0;
	border-top: 1px solid #dde0e7;
	text-align: left;
	border-left: 1px solid #dde0e7;
}

#tblForm tfoot td,
#tblForm tfoot th {
	border-bottom: 1px solid #dde0e7;
}

/* tbl_type - 가로형 */
.tbl_type caption,
.tbl_type .frm label {
	display: none
}

.tbl_type a {
	color: #383838;
	text-decoration: none
}

.tbl_type {
	clear: both;
	display: table;
	width: 100%;
	color: #666;
	table-layout: auto
}

.tbl_type tr:hover {
	background: #FAF9FB;
}

/*cursor:pointer*/
.tbl_type th {
	width: 25%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #dde0e7;
	background-color: #FAF9FB;
	color: #333;
	font-weight: normal;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}

.tbl_type td {
	padding: 0.5rem 0;
	border-bottom: 1px solid #dde0e7;
	text-align: left;
	font-family: SpoqaHanSans, sans-serif;
	line-height: normal;
	border-left: 0px solid #dde0e7;
	padding-left: 2%;
}

.tbl_type .frm {
	padding: 0;
	text-align: center
}

.tbl_type .frm input {
	margin: 0
}

.tbl_type .num,
.tbl_type .date2,
.tbl_type .hit {
	padding: 0;
	font-family: SpoqaHanSans, sans-serif;
	font-size: 11px;
	line-height: normal
}

.tbl_type thead td,
.tbl_type thead th {
	border-top: 1px solid #333;
}

.tbl_type tfoot td,
.tbl_type tfoot th {
	border-bottom: 1px solid #dde0e7;
}

.tbl_type td.notice b {
	padding: 5px 8px;
	background: #4E63C7;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	font-weight: 600;
}

.tbl_type td.num {
	text-align: center;
}

.tbl_type td.subject {
	max-width: 50%;
	min-height: 30px;
	cursor: pointer;
}

/* tbl_type1 - 세로형 */
.tbl_type1 {
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #dde0e7;
	color: #666;
	table-layout: fixed;
}

.tbl_type1 caption {
	display: none
}

.tbl_type1 th {
	width: 20%;
	min-height: 30px;
	border-bottom: 1px solid #dde0e7;
	background-color: #FAF9FB;
	color: #555;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	padding-left: 2%;
}

.tbl_type1 td {
	min-height: 30px;
	padding: 0.5rem 0;
	border-bottom: 1px solid #dde0e7;
	text-align: left;
	/**/
	padding-left: 2%;
}

.tbl_type1 td.cont {
	padding: 20px;
}

#i_content {
	padding: 10px;
}

/* width;585px */
.tbl_type1 tfoot td,
.tbl_type1 tfoot th {
	border-bottom: 1px solid #dde0e7;
}

/* tbl_type2 - 가로형2*/
.tbl_type2 {
	clear: both;
	display: table;
	width: 100%;
	table-layout: auto;
	border-top: 1px solid #333;
	border-bottom: 1px solid #fff;
}

.tbl_type2 th {
	font-weight: normal;
	min-height: 30px;
	padding: 0.8rem 0;
	padding-left: 0;
	border-bottom: 1px solid #dde0e7;
	color: #333;
	text-align: center;
	background-color: #FAF9FB;
}

.tbl_type2 tr.bg0 {
	background-color: #fafafa;
}

.tbl_type2 tr.bg1 {
	background-color: #f1f1f1;
}

.tbl_type2 tr.bg2 {
	background-color: #E4E4E4;
}

.tbl_type2 td {
	min-height: 30px;
	padding: 0.8rem 0;
	border-bottom: 1px solid #dde0e7;
	text-indent: 0%
}

.tbl_type2 td.num {
	font: normal 11px tahoma;
	text-align: center;
}

.tbl_type2 td.checkbox {
	text-align: center;
}

.tbl_type2 td.subject {
	max-width: 600px;
	min-height: 30px;
	cursor: pointer;
}

.tbl_type2 td.subject a {
	color: #555;
}

.tbl_type2 td.name {
	padding-left: 0;
	text-align: center;
}

.tbl_type2 td.name span.member {
	text-align: center;
}

.tbl_type2 td.date {
	font: normal 11px tahoma;
	text-align: center;
}

.tbl_type2 td.hit {
	font: normal 11px tahoma;
	text-align: center;
}

.tbl_type2 td.good {
	font: normal 11px tahoma;
	text-align: center;
}

.tbl_type2 td.nogood {
	font: normal 11px tahoma;
	text-align: center;
}

.tbl_type2 .notice {
	font-weight: normal;
}

.tbl_type2 .current {
	font: bold 11px tahoma;
	color: #E15916;
}

.tbl_type2 .comment {
	font-family: SpoqaHanSans, sans-serif;
	font-size: 11px;
	color: #EE5A00;
}

.tbl_type2 tfoot td,
.tbl_type2 tfoot th {
	border-bottom: 1px solid #dde0e7;
}

.tbl_type2 span.new {
	display: inline-block;
	background: #4E63C7;
	color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	font-size: 10px;
	text-align: center;
	margin-left: 5px;
}

/* 게시판 페이지 */
.board_page {
	clear: both;
	text-align: center;
	padding: 5% 0 0;
}

.board_page span {
	padding: 5px 10px;
	border: 1px solid #f1f1f1;
}

.board_page li a {
	padding: 0px 0px;
	color: #777;
}

.board_page a {
	padding: 0px 0px;
	color: #777;
}

/* 게시판 보기 하단 */
.paging {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

.paging ul {
	width: 100%;
	height: 25px;
}

.paging li {
	display: inline-block;
}

.paging li a {
	display: inline-block;
	border: 1px solid #ccc;
	font-weight: normal;
	width: 25px;
	height: 25px;
	line-height: 1.8;
	color: #666;
	text-align: center;
	background: #fff
}

.paging li a:hover {
	color: #fff;
	background: #4E63C7;
}

.paging li.on a {
	color: #4E63C7;
	background: #fff;
	border: 1px solid #4E63C7;
	font-weight: 600;
}

.paging li.icons_first {
	letter-spacing: -3px;
	text-align: left;
}

.paging li.icons_prev {}

.paging li.icons_next {}

.paging li.icons_last {
	letter-spacing: -3px;
	text-align: right;
}

/* 게시판 검색 */
.board_search {
	text-align: center;
	margin: 40px 0 0 0;
}

.board_search form>select {
	width: 100px;
	min-height: 33px;
	border: 1px solid #ddd;
	vertical-align: top;
}

.board_search form>input {
	width: 200px;
	min-height: 33px;
	border: 1px solid #ddd;
	background: #f5f5f5
}

/* 게시판 페이징 */
.paging_btn {
	margin-bottom: 0px;
}

.paging_btn:hover {
	border: 0px solid #333;
}

.paging_btn,
.paging_btn_a {
	display: inline-block;
	border: 0px solid #dcdcdc;
	width: 20px;
	height: 20px;
	line-height: 18px;
	padding: 0;
	cursor: pointer;
}

.paging_btn_a {
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #D7D7D7;
	color: #E44569;
}

.paging_btn_a:hover,
.paging_btn_active {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #D7D7D7;
	text-decoration: none;
	color: #fff;
	background: #40A7E2;
	color: #fff !important;
}


/* 캡챠 자동등록(입력)방지 기본 */
#captcha {
	display: inline-block;
	position: relative
}

#captcha legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

#captcha #captcha_img {
	width: 100px;
	height: 41px;
	border: 1px solid #e9e9e9
}

#captcha #captcha_mp3 {
	position: absolute;
	top: 0;
	left: 101px;
	;
	margin: 0;
	padding: 0;
	width: 23px;
	height: 22px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer
}

#captcha #captcha_mp3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 22px;
	background: url('/img/sound.gif')
}

#captcha #captcha_reload {
	position: absolute;
	top: 21px;
	left: 101px;
	margin: 0;
	padding: 0;
	width: 23px;
	height: 22px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer
}

#captcha #captcha_reload span {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 22px;
	background: url('/img/reload.gif')
}

#captcha #captcha_key {
	margin: 0 0 0 25px;
	padding: 0 5px;
	width: 70px;
	height: 41px;
	border: 1px solid #DDD;
	background: #FFF;
	font-size: 1.333em;
	font-weight: bold;
	text-align: center;
	line-height: 2.8em
}

#captcha #captcha_info {
	display: block;
	margin: 5px 0 0;
	font-size: 0.95em;
	letter-spacing: -0.1em
}



@media (max-width: 767px) {

	table th,
	table td {
		font-size: 0.7rem;
	}

	.tbl_type2 td.subject {
		max-width: 150px;
	}

	/* 게시판 검색 */
	.board_search form>select {
		float: left;
		width: 23%;
	}

	.board_search form>input {
		float: left;
		width: 60%;
		margin: 0 1%;
	}

	.board_search form>span {
		width: 15%;
		margin: 0;
	}

	/* 회원가입 */
	#tblForm span.comment {
		clear: both;
		margin-left: 10px;
	}

	#tblForm .input_50 {
		width: 100%;
	}


}

.iconArrow {
	width: 25px;
	height: 25px;
	background: url(/static/img/ico_arrow_01.png) no-repeat center center #f5f5f5;
	background-size: 10px 5px;
	margin: 4px 10px 0 0;
	border-radius: 50%;
	border: 1px solid #dedede;
	display: block;
	float: right;
}

.iconArrow.on {
	background: url(/static/img/ico_arrow_02.png) no-repeat center center #fff;
	background-size: 10px 5px;
}


/* Animate
========================================== */
.ani_stop {
	visibility: hidden;
	-webkit-animation-name: none !important;
	animation-name: none !important
}

.ani_delay025 {
	-webkit-animation-delay: .25s;
	animation-delay: .25s
}

.ani_delay02 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.ani_delay03 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.ani_delay04 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.ani_delay05 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.ani_delay075 {
	-webkit-animation-delay: .75s;
	animation-delay: .75s
}

.ani_delay09 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

.ani_delay10 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.ani_delay11 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}

.ani_delay12 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.ani_delay125 {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s
}

.ani_delay13 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s
}

.ani_delay14 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}

.ani_delay15 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.ani_delay155 {
	-webkit-animation-delay: 1.55s;
	animation-delay: 1.55s
}

.ani_delay16 {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.ani_delay165 {
	-webkit-animation-delay: 1.65s;
	animation-delay: 1.65s
}

.ani_delay17 {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s
}

.ani_delay175 {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s
}

.ani_delay18 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s
}

.ani_delay19 {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s
}

.ani_delay20 {
	-webkit-animation-delay: 2;
	animation-delay: 2s
}

.ani_delay30 {
	-webkit-animation-delay: 3;
	animation-delay: 3s
}

.ani_delay40 {
	-webkit-animation-delay: 4;
	animation-delay: 4s
}

.ani_duration04 {
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}

.ani_duration08 {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.ani_duration09 {
	-webkit-animation-duration: .9s;
	animation-duration: .9s
}

.ani_duration {
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}

.ani_duration15 {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s
}

.ani_duration2 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.ani_duration3 {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}