/*******************************
            Common
*******************************/
* {
	margin: 0px;
	padding: 0px;
	/*vertical-align: middle;*/
	font-family: "Nanum Gothic", '돋움', sans-serif;
		
}
html, body {
	width: 100%;
	height:100%;
	font-size: 13px;
	color:#242424;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol, dl {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label {
	cursor: pointer;
}

input {
	border: 1px solid #cccccc;
}

img, video {
	border: 0;
}

a {
	color: #6f6f6f;
	text-decoration: none;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
a:link, a:hover, a:active {
}


/*인풋*/
.default_input {
	height: 23px;
	font-size: 12px;
	color: #545454;
	padding-left: 10px;
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
}

.login_input {
	width:100%;
	height: 32px;
	font-size: 14px;
	color: #545454;
	padding-left: 10px;
	background-color: #ffffff;
	border-left: 1px solid #dcdcdc;
}

.txt_input {
	font-size: 12px;
	color: #545454;
	padding: 1em;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}



/*체크,라디오*/
.input_c[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.input_c[type=checkbox].css-checkbox + .label_c.css-label {
	padding-left: 17px;
	height: 17px;
	display: inline-block;
	line-height: 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	color:#7d7d7d;
	vertical-align: middle;
	cursor: pointer;
}
.input_c[type=checkbox].css-checkbox:checked + .label_c.css-label {
	background-position: 0 -17px;
}
.label_c.css-label {
	background-image: url(../images/chkbox_img.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input_r[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.input_r[type=radio].css-checkbox + .label_r.css-label {
	padding-left: 26px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
}
.input_r[type=radio].css-checkbox:checked + .label_r.css-label {
	background-position: 0 -26px;
}
.label_r.css-label {
	background-image: url(../images/radio_img.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}




/*셀렉트*/
.comm_sel {
	float: left;
	margin-right: 0px;
}
.comm_sel .jq_sel {
	display: block;
	position: relative;
	height: 32px;
	background: url('../images/bg_selbox.gif') no-repeat 0 0;
	font-size: 11px
}
.comm_sel .jq_sel span {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	height: 32px;
	width: 100%;
	_width: auto;
	line-height: 32px;
	text-align: left;
	text-indent: 8px;
	color: #9c9daf;
	overflow: hidden;
	cursor: pointer
}
.comm_sel .jq_sel a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 28px;
	height: 32px;
	background: url('../images/bg_selbox.gif') no-repeat 100% 0
}
.comm_sel .jq_sel ul {
	overflow: auto;
	position: absolute;
	z-index: 9999;
	top: 31px;
	left: 0px;
	max-height: 300px;
	width: 100%;
	list-style: none;
	background-color: #3d3d45;
	border-top: solid 1px #18181a;
	border-bottom: solid 1px #18181a;
	display: none;
	overflow: auto;
	overflow-y: auto;
	z-index: 10;
	white-space: nowrap
}
.comm_sel .jq_sel li {
	border-right: solid 1px #18181a;
	border-left: solid 1px #18181a
}
.comm_sel .jq_sel ul a {
	display: block;
	padding: 4px 0px 4px 8px;
	text-decoration: none;
	color: #9c9daf;
	text-align: left
}
.comm_sel .jq_sel ul a:hover {
	background-color: #212227
}
.comm_sel .jq_sel ul a.selected {
}
.comm_sel .jq_sel_hide {
	display: none
}
.comm_sel_type1 .jq_sel {
	height: 24px;
	background-position: 0 -40px
}
.comm_sel_type1 .jq_sel span {
	height: 24px;
	line-height: 25px
}
.comm_sel_type1 .jq_sel a.jqTransformSelectOpen {
	height: 24px;
	background-position: 100% -40px
}
.comm_sel_type1 .jq_sel ul {
	top: 24px;
	background-color: #1e1f24;
	border-color: #17181a
}
.comm_sel_type1 .jq_sel li {
	border-color: #17181a
}
.comm_sel_type1 .jq_sel ul a:hover {
	background-color: #3d3d45
}
.comm_sel_type2 .jq_sel {
	height: 25px;
	background-position: 0 -70px
}
.comm_sel_type2 .jq_sel span {
	height: 25px;
	line-height: 25px;
	color: #555
}
.comm_sel_type2 .jq_sel a.jqTransformSelectOpen {
	height: 25px;
	background-position: 100% -70px
}
.comm_sel_type2 .jq_sel ul {
	top: 24px;
	border-color: #b9b9b9;
	background-color: #fff;
}
.comm_sel_type2 .jq_sel li {
	border-color: #b9b9b9
}
.comm_sel_type2 .jq_sel ul a {
	color: #666;
}
.comm_sel_type2 .jq_sel ul a:hover {
	background-color: #eee
}
.comm_sel_type3 .jq_sel {
	height: 25px;
	background-position: 0 -100px;
	font-size: 12px
}
.comm_sel_type3 .jq_sel span {
	height: 25px;
	line-height: 25px;
	color: #555
}
.comm_sel_type3 .jq_sel a.jqTransformSelectOpen {
	width: 25px;
	height:25px;
	background-position: 100% -100px
}
.comm_sel_type3 .jq_sel ul {
	top: 25px;
	border-color: #b9b9b9;
	background-color: #fff;
}
.comm_sel_type3 .jq_sel li {
	border-color: #b9b9b9;
	border-bottom:0px solid #b9b9b9;
}
.comm_sel_type3 .jq_sel ul a {
	color: #666;
	padding: 5px 2px 5px 8px;
}
.comm_sel_type3 .jq_sel ul a:hover {
	background-color: #eee
}
.sbHolder {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	font-family: "dotum", sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	position: relative;
	width: 100px;
	margin-right: 5px;
}
.sbSelector {
	display: block;
	height: 30px;
	left: 0;
	font-size: 12px;
	line-height: 33px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #999;
	outline: none;
	text-decoration: none;
	font-size: 12px;
}
.sbToggle {
	background: url(../images/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 20px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover {
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen {
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover {
	background: url(../images/img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #e6e6e6;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
	background-color: #fff;
	border: solid 1px #e6e6e6;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	text-align: left;
}
.sbOptions li {
	padding: 0 7px;
}
.sbOptions a {
	border-bottom: solid 1px #eee;
	display: block;
	outline: none;
	padding: 5px 0 5px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #999;
	text-decoration: none;
}
.sbOptions a:hover {
	color: #EBB52D;
}
.sbOptions li.last a {
	border-bottom: none;
}

/*******************************
  Layer
*******************************/
.layer_area {
	position: relative;
}
.layer_left {
	position: fixed;
	z-index: 900;
	left: 50%;
	top: 185px;
	margin-left: -610px;
}
.layer_right {
	position: fixed;
	z-index: 900;
	left: 50%;
	top: 193px;
	margin-left: 510px;
}

.layer_top_btn {
	position: absolute;
	width:176px;
	z-index: 900;
	left: 50%;
	top: 20px;
	margin-left: 324px;
}
.layer_top_btn img {
	padding-left:4px;
}





/******************************
  index login
*******************************/
#index_login_area {
	position:absolute;
	width:100%;
	height:100%;
	/*background-image:url(../images/index_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;*/
}

#index_login_box_area {
	width:343px;
	margin:120px auto;
}

#index_login_box_area .left {
	float:left;
	width:343px;
}
#index_login_box_area .right {
	float:right;
	width:398px;
}



#index_login_box_area .logo {
	float:left;
	text-align:center;
	margin: 70px 0px 10px 0px;
}

#index_login_box_area .field {
	float:left;
	width:100%;
	margin: 0px 0px 10px 0px;
}

#index_login_box_area .field_top {
	float:left;
	width:341px;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-radius: 10px 10px 0px 0px;
	background-color:#ffffff;
}
#index_login_box_area .field_top ul {
	border-bottom:1px solid #d9d9d9;
	padding: 15px 0px 45px 15px;
}

#index_login_box_area .field_bottom {
	float:left;
	width:341px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	border-radius: 0px 0px 10px 10px;
	background-color:#ffffff;
	
}
#index_login_box_area .field_bottom ul {
	padding: 15px 0px 45px 15px;
}

#index_login_box_area .field_name {
	float:left;
	width:80px;
	margin-top:0px;
}

#index_login_box_area .field_input {
	float:left;
	width:230px;
}


#index_login_box_area .btn {
	float:left;
	width:100%;
	margin: 0px 0px 10px 0px;
}
#index_login_box_area .btn_left {
	float:left;
	width:50%;
	text-align:left;
}
#index_login_box_area .btn_right {
	float:right;
	width:50%;
	text-align:right;
}
#index_login_box_area .copy {
	float:left;
	width:100%;
	text-align:center;
	margin: 10px 0px 10px 0px;
}



/*******************************
  index join
*******************************/
#index_join_area {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/index_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

#index_join_box_area {
	width:706px;
	margin:50px auto;
}

#index_join_box_area .left {
	float:left;
	width:343px;
}
#index_join_box_area .right {
	float:right;
	width:343px;
}



#index_join_box_area .logo {
	float:left;
	width:100%;
	text-align:center;
	margin: 70px 0px 40px 0px;
}

#index_join_box_area .field {
	float:left;
	width:100%;
	margin: 0px 0px 10px 0px;
}

#index_join_box_area .field_top {
	float:left;
	width:341px;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-radius: 10px 10px 0px 0px;
	background-color:#f1f0f5;
}

#index_join_box_area .field_top ul {
	border-bottom:1px solid #d9d9d9;
	padding: 15px 0px 45px 15px;
}

#index_join_box_area .field_top_blue {
	float:left;
	width:341px;
	border-top:1px solid #5c81cd;
	border-left:1px solid #5c81cd;
	border-right:1px solid #5c81cd;
	border-radius: 10px 10px 0px 0px;
	background-color:#5c81cd;
}
#index_join_box_area .field_top_blue ul {
	border-bottom:1px solid #5c81cd;
	padding: 15px 0px 45px 15px;
}


#index_join_box_area .field_top_gray {
	float:left;
	width:341px;
	border-top:1px solid #949494;
	border-left:1px solid #949494;
	border-right:1px solid #949494;
	border-radius: 10px 10px 0px 0px;
	background-color:#949494;
}
#index_join_box_area .field_top_gray ul {
	border-bottom:1px solid #949494;
	padding: 15px 0px 45px 15px;
}



#index_join_box_area .field_middle {
	float:left;
	width:341px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-radius: 0px 0px 0px 0px;
	background-color:#f1f0f5;
}
#index_join_box_area .field_middle ul {
	border-bottom:1px solid #d9d9d9;
	padding: 15px 0px 45px 15px;
}



#index_join_box_area .field_bottom {
	float:left;
	width:341px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	border-radius: 0px 0px 10px 10px;
	background-color:#f1f0f5;
	
}
#index_join_box_area .field_bottom ul {
	padding: 15px 0px 45px 15px;
}

#index_join_box_area .field_title {
	float:left;
	width:100%;
	margin-top:6px;
	color:#ffffff;
	font-size:14px;
	letter-spacing:-1px;
}


#index_join_box_area .field_title span {
	color:#ffffff;
	font-size:11px;
	letter-spacing:-1px;
}


#index_join_box_area .field_name {
	float:left;
	width:90px;
	margin-top:8px;
}

#index_join_box_area .field_input {
	float:left;
	width:220px;
}
#index_join_box_area .field_se {
	float:right;
	width:227px;	
	font-size:11px;
	color:#898989;
	font-weight:normal;
}


#index_join_box_area .btn {
	float:left;
	width:100%;
	margin: 0px 0px 10px 0px;
}
#index_join_box_area .btn_left {
	float:left;
	width:50%;
	text-align:left;
}
#index_join_box_area .btn_right {
	float:right;
	width:50%;
	text-align:right;
}
#index_join_box_area .copy {
	float:left;
	width:100%;
	text-align:center;
	margin: 50px 0px 10px 0px;
}

/*******************************
  TOP
*******************************/
#header_area {
	float: left;
	width: 100%;
}
.header_box {
	width: 88%;
	margin: 0px auto;
}
.header_box .logo {
	float: left;
	padding:10px 0px 10px 0px;
}

.header_box .btn {
	float: right;
	font-size:11px;
	margin-top: 20px;
}

.header_box .txt {
	float: right;
	color:#777777;
	font-size:11px;
	margin-top: 26px;
	margin-right:10px;
	line-height:11px;
}


#category_area {
	float:left;
	width:100%;
	height:40px;
	background-color:#0091d6;
}
.category_box {
	width: 90%;
	margin: 0px auto;
}


.category_box .menu {
	float:left;
	width:14.2%;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	padding:0px 0px 0px 0px;
	cursor:pointer;
}
.category_box .menu ul {
	height:40px;
	border-left:1px solid #1897d3;
}
.category_box .menu li {
	height:35px;
	border-left:1px solid #0079b3;
	padding:5px 0px 0px 0px;
}
.category_box .menu a {
	color:#ffffff;
}
.category_box .menu a:hover {
	color:#fff000;
}


.category_box .menu_r {
	float:left;
	width:14.2%;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	padding:0px 0px 0px 0px;
	cursor:pointer;
}
.category_box .menu_r ul {
	height:40px;
	border-left:1px solid #1897d3;
	border-right:1px solid #0079b3;
}
.category_box .menu_r li {
	height:35px;
	border-left:1px solid #0079b3;
	border-right:1px solid #1897d3;
	padding:5px 0px 0px 0px;
}
.category_box .menu_r a {
	color:#ffffff;
}
.category_box .menu_r a:hover {
	color:#fff000;
}



/*******************************
  Contents
*******************************/


#body_sub_area {
	float: left;
	width: 100%;
}

.body_sub_title_area {
	width: 90%;
	margin: 0px auto;
}

.body_sub_title_area .left {
	float:left;
	color:#696969;
	font-size:12px;
	font-weight:bold;
	padding:15px 0px 15px 0px;
}

.body_sub_title_area .right {
	float:right;
	padding:25px 0px 0px 0px;
}




.body_sub_box {
	width: 90%;
	margin: 0px auto;
	margin-top: 0px;
}

#sub_box {
	float: left;
	width: 100%;
	border: 1px solid #e4e4e4;
	padding: 20px 20px 0px 20px;
}

.table_info_area {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	
}

.table_info_area li {
border: 3px solid #3f5ea0;
}


#sub_title_under {
	float: left;
	width: 100%;
}
.sub_title_under_left {
	float: left;
	margin: 0px 0px 10px 0px;
	font-size:12px;
}
.sub_title_under_right {
	float: right;
	margin: 0px 0px 10px 0px;
}
#sub_board_btn {
	float: left;
	width: 100%;
}

.sub_title_select {
	float: left;
}



/*******************************
  Paging
*******************************/

.paging_box {
	float: right;
	position: relative;
	left: -50%;
	margin: 10px 0px 20px 0px;
}
.paging_box li {
	float: left;
	position: relative;
	left: 50%;
	;
}
.paging_box img {
	padding-top: 2px;
}
.paging_block_off {
	float: left;
	margin: 0px 3px;
}
.paging_block_off ul {
	min-width: 15px;
	min-height: 15px;
	padding: 8px 8px;
	color: #6c6c6c;
	text-align: center;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
	cursor: pointer;
}
.paging_block_off ul:hover {
	background-color: #f8f8f8;
	color: #484848;
	text-decoration: none;
}
.paging_block_on {
	float: left;
	margin: 0px 3px;
}
.paging_block_on ul {
	min-width: 15px;
	min-height: 15px;
	padding: 8px 8px;
	color: #8c8c8c;
	text-align: center;
	border: 1px solid #e4e4e4;
	background-color: #f8f8f8;
	cursor: pointer;
}
.paging_block_on ul:hover {
	background-color: #f8f8f8;
	color: #8c8c8c;
	text-decoration: none;
}
/*******************************
  Table
*******************************/

.table_info {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
	color: #6f6f6f;
}
.table_info th {
	width: 100px;
	height: 40px;
	background-color: #fcfcfc;
	border-right: 1px solid #e4e4e4;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.table_info tr {
}

.table_info td {
	font-weight: bold;
	border-right: 1px solid #e4e4e4;
	text-align: center;
}

.table_info2 {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
	color: #6f6f6f;
}
.table_info2 th {
	height: 40px;
	background-color: #fcfcfc;
	border-right: 1px solid #e4e4e4;
	font-size: 12px;
	font-weight: normal;
}

.table_info2 tr {
}

.table_info2 td {
	width: 100px;
	height: 40px;
	font-weight: bold;
	border-right: 1px solid #e4e4e4;
	text-align: left;
}

.table_info3 {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
	color: #6f6f6f;
}
.table_info3 th {
	padding: 15px;
	background-color: #fcfcfc;
	border-right: 1px solid #e4e4e4;
	font-size: 12px;
}

.table_info3 tr {
	border-bottom: 1px solid #e4e4e4;
}

.table_info3 td {
	padding: 10px;
	width: 100px;
	font-weight: bold;
	border-right: 1px solid #e4e4e4;
}

.table_info_btn {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align:center;
}

.table_total_area {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fcfcfc;
}
.table_total_area dd {
	border: 1px solid #e4e4e4;
	height:45px;
	

}

.table_total_area .left {
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.table_total_area .left img {
	margin-right:5px;
}

.table_total_area .right {
	float:right;
	width:auto;
	margin-top:10px;
	margin-right:10px;
}
.table_total_area .right_tt {
	float:right;
	width:auto;
	margin-top:15px;
	margin-right:5px;
}

.table_area {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.table_default {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
	color: #6f6f6f;
}
.table_default th {
	color:#242424;
	font-size:12px;
	font-weight:normal;
	padding: 6px;
	background-color: #fcfcfc;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.table_default tr {
	border-bottom: 1px solid #e4e4e4;
}
.table_default td {
	color:#242424;
	font-size:12px;
	padding: 5px;
	border-right: 1px solid #e4e4e4;
}
.table_default tr:hover {
	background-color: #f8f8f8;
	text-decoration: none;
}


.table_default2 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
	color: #6f6f6f;
}

.table_default2 th {
	padding: 15px;
	background-color: #fcfcfc;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.table_default2 tr {
	border-bottom: 1px solid #e4e4e4;
}

.table_default2 td {
	padding: 10px;
	border-right: 1px solid #e4e4e4;
}
.table_default2_total {
	text-align: right;
	font-weight: bold;
}
.table_default2_title {
	text-align: left;
}



.table_ad {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
	color: #6f6f6f;
}

.table_ad th {
	padding: 15px;
	background-color: #fcfcfc;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.table_ad tr {
	border-bottom: 1px solid #e4e4e4;
}

.table_ad td {
	padding: 10px;
	border-right: 1px solid #e4e4e4;
	text-align: left;
}
.table_ad img {
	padding-right: 2px;
}
.table_ad_btn {
	text-align: right;
}



.ad_photo {
	float: left;
	width: 176px;
	padding: 10px 10px 20px 10px;
	text-align: center;
}
.ad_photo ul {
	padding-bottom: 5px;
	line-height: 19px;
}
.view_box {
	float: left;
	width: 900px;
	padding: 20px;
	text-align: left;
}





.table_default_view {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
	color: #6f6f6f;
}
.table_default_view th {
	padding: 15px;
	background-color: #fcfcfc;
	border-bottom: 1px solid #e4e4e4;
}
.table_default_view tr {
	border-bottom: 1px solid #e4e4e4;
}
.table_default_view td {
	padding: 10px;
}
.table_default_view .view_box {
	float: left;
	width: 930px;
	padding: 20px;
	text-align: left;
}



.table_write {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
	color: #6f6f6f;
}
.table_write th {
	padding: 15px;
	background-color: #fcfcfc;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.table_write tr {
	border-bottom: 1px solid #e4e4e4;
}
.table_write td {
	padding: 10px;
	border-right: 1px solid #e4e4e4;
	text-align: left;
}
.table_default_font_mini {
	font-size: 11px;
}
.table_detail_info_title {
	float: left;
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #e4e4e4;
	color: #3b3c3c;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0px 10px 0px;
}
.table_detail_info_left {
	float: left;
	width: 30%;
	height: 22px;
	border-bottom: 1px solid #e4e4e4;
	color: #3b3c3c;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
}
.table_detail_info_right {
	float: left;
	width: 70%;
	height: 22px;
	border-bottom: 1px solid #e4e4e4;
	color: #3b3c3c;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
}
.table_detail_info_right span {
	color: #ff6000;
}
.table_detail_info_notice {
	float: left;
	width: 100%;
	color: #3b3c3c;
	font-size: 12px;
	line-height: 20px;
	margin: 15px 0px 0px 0px;
	background-color: #f2f2f2;
}
.table_detail_info_notice li {
	border: 1px solid #e4e4e4;
	padding: 10px;
}
.table_detail_info_btn {
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
}
.sub_btn_center {
	margin: 0px 0px 20px 0px;
}
.sub_btn_center img {
	align: center;
	padding: 0px 3px;
}
.sub_btn_center p {
	text-align: center;
}
.sub_btn_left {
	float: left;
	margin: 0px 0px 20px 0px;
}
.sub_btn_left img {
	padding-right: 2px;
}
.sub_btn_right {
	float: right;
	margin: 0px 0px 20px 0px;
}
.sub_btn_right img {
	padding-left: 2px;
}


.table_no_area {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.table_no_in {
	width: 384px;
	margin: 0px auto;
}
.table_btn_in {
	width: 180px;
	margin: 0px auto;
}
.table_no {
	cursor: pointer;
	float: left;
	width: 10px;
	height: 10px;
	margin: 1px;
	padding: 6px 9px 8px 7px;
	border: 2px solid #d6d6d6;
	background-color:#FFF;
	font-size: 11px;
	color: #a3a3a3;
}
.table_no_over {
	cursor: pointer;
	float: left;
	width: 10px;
	height: 10px;
	margin: 1px;
	padding: 6px 9px 8px 7px;
	border: 2px solid #d6d6d6;
	background-color:#fcfcfc;
	font-size: 11px;
	color: #c5c5c5;
}
/*******************************
  footer
*******************************/
#footer_aeaa {
	float: left;
	width: 100%;
	margin-top: 20px;
	background-color: #ffffff;
}
.footer_box {
	width: 90%;
	margin: 20px auto;
	padding: 0px 0px 0px 0px;
	color: #848484;
	font-size: 11px;
	text-align: center;
}
/*******************************
  popup
*******************************/
.popup_area_idpw {
	width: 480px;
}
.popup_area_idpw .title {
	float: left;
	width: 430px;
	background-color: #4a6cb5;
}
.popup_area_idpw .close {
	float: right;
	width: 50px;
}
.popup_area_idpw .contents_box {
	float: left;
	width: 100%;
	background-color: #f2f2f2;
}
.popup_area_idpw .tab_area {
	float: left;
	width: 100%;
	background-color: #ffffff;
}
.popup_area_idpw .tab_area li {
}
.popup_area_idpw .tab_box_empty_left {
	float: left;
	width: 20px;
	height: 45px;
	font-weight: bold;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #3a5896;
	margin: 20px 0px 0px 0px;
}
.popup_area_idpw .tab_box_empty_right {
	float: left;
	width: 212px;
	height: 45px;
	font-weight: bold;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #3a5896;
	margin: 20px 0px 0px 0px;
}
.popup_area_idpw .tab_box {
	float: left;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f2f2f2;
	border-top: 1px solid #3a5896;
	border-left: 1px solid #3a5896;
	border-right: 1px solid #3a5896;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
}
.popup_area_idpw .tab_box_off {
	float: left;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f2f2f2;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #3a5896;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
}
.popup_area_idpw .contents_area {
	float: left;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 20px;
}
.popup_area_idpw .contents_area li {
	padding: 0px 20px;
}
.popup_area_idpw .field_box_info {
	float: left;
	width: 100%;
	padding: 15px 0px 10px 0px;
}
.popup_area_idpw .field_box_area {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dadada
}
.popup_area_idpw .field_box_left {
	float: left;
	width: 100px;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #fcfcfc;
	padding: 15px 0px 17px 0px;
	text-align: center;
}
.popup_area_idpw .field_box_right {
	float: left;
	width: 337px;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #ffffff;
	padding: 9px 0px 8px 0px;
	text-align: center;
}
.popup_area_idpw .banner_area {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 25px 0px;
}

 @media screen and (max-width:1280px) {
}
 @media screen and (max-width:1024px) {
}
 @media screen and (max-width:800px) {
}
 @media screen and (max-width:768px) {
}
 @media screen and (max-width:600px) {
}
 @media screen and (max-width:480px) {
}
