@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/*csslint unique-headings:false, floats:false*/

/* write_form.html */

/* Extra Form */

.delegate-button-tab {
  padding: 0 25px;
  float:right;
  margin-top:-20px;
}

.button-tab {
  padding : 50px 0;
  float:right;
}


.choice-tab img{
	width:100%;
	border-radius:0 40px 0 0;
	margin-bottom:20px;
	padding:10px;
}

.choice-tab {
  padding-top: 10px;
}

.choice-tab .nav-tabs {
  border: 0;
}

.choice-tab .nav-tabs li a {
  background: #272732;
  border: 0;
  font-size: 21px;
  font-weight: 300;
  padding: 15px 33px;
  border-radius: 0;
}

.choice-tab .nav-tabs li a:hover {
  color: #fff;
}

.choice-tab .nav-tabs li.active a {
  background-image: -webkit-linear-gradient(-45deg, #c1089e, #ff4e00);
  background-image: linear-gradient(-45deg, #c1089e, #ff4e00);
  color: #fff;
  border: 0;
}

.choice-tab .nav-tabs li.active a:hover {
  border: 0;
}

.choice-tab .tab-content {
  padding: 55px 55px 45px 55px;
  background: #272732;
  margin-top: 3px;
}



.delegate-head-tab {
  padding-top: 0px;
}



.delegate-tab_ko img{
	width:100%;
	border-radius:0 20px 0 20px;
	margin-bottom:40px;
}

.delegate-tab_ko {
  padding-top: 50px;
}

.delegate-tab_ko .nav-tabs {
  border: 0;
}

.delegate-tab_ko .nav-tabs li {
	list-style-type: none;
	float:right;
	margin-left:5px;
	position:relative;
	left:15px;
}

.delegate-tab_ko .nav-tabs li a {
  background: #373742;
  border: 0;
  font-size: 13px;
  font-weight: 300;
  padding: 6px 23px 9px 23px;
  border-radius: 20px;
  color: #fff;
}

.delegate-tab_ko .nav-tabs li:hover  a{
  color: #fff;
}

.delegate-tab_ko .nav-tabs li.active a {
  background-image: -webkit-linear-gradient(-45deg, #c1089e, #ff4e00);
  background-image: linear-gradient(-45deg, #c1089e, #ff4e00);
  color: #fff;
  border: 0;
}

.delegate-tab_ko .nav-tabs li.active a:hover {
  border: 0;
  color: #fff;
}

.delegate-tab_ko .nav-tabs li a:hover {
  background-image: -webkit-linear-gradient(-45deg, #c1089e, #ff4e00);
  background-image: linear-gradient(-45deg, #c1089e, #ff4e00);
  border: 0;
  color: #fff;
}

.delegate-tab_ko .tab-content {
  padding: 55px 55px 45px 55px;
  background: #272732;
  margin-top: 3px;
}



.delegate-tab_en img{
	width:100%;
	border-radius:0 20px 0 20px;
	margin-bottom:40px;
}

.delegate-tab_en {
  padding-top: 50px;
}

.delegate-tab_en .nav-tabs {
  border: 0;
}

.delegate-tab_en .nav-tabs li {
	list-style-type: none;
	float:right;
	margin-left:5px;
	position:relative;
	left:15px;
}

.delegate-tab_en .nav-tabs li a {
  background: #373742;
  border: 0;
  font-size: 13px;
  font-weight: 300;
  padding: 6px 23px 9px 23px;
  border-radius: 20px;
  color: #fff;
}

.delegate-tab_en .nav-tabs li:hover  a{
  color: #fff;
}

.delegate-tab_en .nav-tabs li.active a {
  background-image: -webkit-linear-gradient(-45deg, #c1089e, #ff4e00);
  background-image: linear-gradient(-45deg, #c1089e, #ff4e00);
  color: #fff;
  border: 0;
}

.delegate-tab_en .nav-tabs li.active a:hover {
  border: 0;
  color: #fff;
}

.delegate-tab_en .nav-tabs li a:hover {
  background-image: -webkit-linear-gradient(-45deg, #c1089e, #ff4e00);
  background-image: linear-gradient(-45deg, #c1089e, #ff4e00);
  border: 0;
  color: #fff;
}

.delegate-tab_en .tab-content {
  padding: 55px 55px 45px 55px;
  background: #272732;
  margin-top: 3px;
}





@media (max-width: 767px){
	.delegate-tab_ko .nav-tabs li {
		list-style-type: none;
		float:right;
		margin-left:3px;
		position:relative;
		left:-2px;
		top:-28px;
	}
	.delegate-tab_ko .nav-tabs li a {
	  background: #373742;
	  border: 0;
	  font-size: 9px;
	  font-weight: 300;
	  padding: 4px 9px 7px 10px;
	  border-radius: 13px;
	  color: #fff;
	}
	
	
	
	.delegate-tab_en .nav-tabs li {
		list-style-type: none;
		float:right;
		margin-left:2px;
		position:relative;
		left:-1px;
		top:-28px;
	}
	.delegate-tab_en .nav-tabs li a {
	  background: #373742;
	  border: 0;
	  font-size: 9px;
	  font-weight: 300;
	  padding: 4px 9px 7px 10px;
	  border-radius: 13px;
	  color: #fff;
	}
}




.exForm {
	background: #fff;
	padding: 2px;
	border-radius:10px 10px 0 0;
}
.exForm table {
	border: 0;
	width: 100%;
	position:relative;
	top:5px;
}
.exForm caption {
	text-align: right;
	font-size: 11px;
	padding: 0 0 2px 0;
}


.exForm table tr:first-child th,
.exForm table tr:first-child td{

	border-top: 0px solid #ddd;
}


.exForm table tr th,
.exForm table tr td {
	border: 0;
	vertical-align: top;
	border-top: 1px solid #ddd;
	padding: 15px 5px 15px 20px;
}
.exForm table tr th {
	color: #333;
	text-align: left;
	white-space: nowrap;
}
.exForm table tr th label {
	cursor: default;
}
.exForm table tr td {
	color: #666;
}
.exForm table tr em {
	font-style: normal;
	color: #f60;
}
.exForm .text,
.exForm .homepage,
.exForm .email_address,
.exForm .tel,
.exForm .address,
.exForm .date{
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	color:#000;
	height:35px;
	padding:10px;
}

.exForm textarea{
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	color:#000;
	padding:10px;
}

.exForm textarea:focus{
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}

.exForm .text:focus,
.exForm .homepage:focus,
.exForm .email_address:focus,
.exForm .tel:focus,
.exForm .address:focus,
.exForm .date:focus{
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}


.exForm .text,
.exForm .email_address,
.exForm .homepage,
.exForm .address {
	width: 100%;
}
.exForm .tel {
	width: 40px;
}
.exForm .date {
	width: 91%;
}

.iText {
	width: 100%;
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}

.ui-widget-content .ui-datepicker-header select.ui-datepicker-year {
  width: 70px;
  padding:0;
  margin-right:5px
}

.ui-widget-content .ui-datepicker-header select.ui-datepicker-month {
  margin-left:10px;
  width: 60px;
  padding:0;
}

.exForm p {
	margin: 5px 0 0 0;
	font-size: 11px;
}
.exForm ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.exForm li {
	display: inline;
}
Form li label {
	margin: 0 15px 0 0;
}
.exOut {
	background: #fff;
	padding: 10px 0;
}
.exOut table {
	border: 0;
	width: 100%;
}
.exOut th,
.exOut td {
	border: 0;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	padding: 8px 15px;
}
.exOut th {
	color: #333;
	text-align: left;
	white-space: nowrap;
}
.exOut td {
	color: #666;
	width: 100%;
}
/* Board Read */

/* _read.html */
.board_read {
	background: #fff url(bgHeader.gif) no-repeat 0 -50px;
	zoom: 1;
}
.read_header {
	position: relative;
	background: url(bgHeader.gif) no-repeat right -50px;
}
.read_header h1 {
	width: 600px;
	margin: 0 0 0 15px;
	font-size: 12px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}
.read_header h1 a {
	text-decoration: none;
	color: #fff;
}
.read_header h1 .category {
	font-weight: normal;
	border-right: 1px solid #7e7e7e;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
}
.read_header .time {
	margin: 0;
	position: absolute;
	top: 11px;
	right: 12px;
	color: #bfbfbf;
	font-size: 11px;
}
.read_header .meta {
	margin: 0;
	padding: 8px 12px 8px 15px;
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	zoom: 1;
	white-space: nowrap;
}
.read_header .meta:after {
	content: "";
	display: block;
	clear: both;
}
.read_header .meta .author {
	float: left;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
.read_header .meta .author img {
	margin-top: -1px;
}
.read_header .meta .sum {
	float: right;
	color: #666;
	font-size: 11px;
}
.read_header .meta .sum .vote {
	border-left: 1px solid #ccc;
	padding: 0 0 0 10px;
	margin: 0 0 0 6px;
}
.read_body {
	padding: 15px;
	background: #fff;
}
.read_body .xe_content {
	color: #333;
}
.read_footer {
	overflow: hidden;
}
.read_footer .fileList {
	margin: 15px 0;
	display: inline;
	float: left;
}
.read_footer .toggleFile {
	border: 0;
	background: url(icoSet.gif) no-repeat 0 2px;
	cursor: pointer;
	overflow: visible;
	padding: 0 0 0 15px;
	color: #4b4b4b;
}
.read_footer .files {
	display: none;
	list-style: none;
	margin: 15px 0;
	padding: 0;
	line-height: 16px;
}
.read_footer .files li {
	background: url(icoSet.gif) no-repeat 0 -28px;
	padding: 0 0 0 15px;
}
.read_footer .files a {
	color: #4b4b4b;
	position: relative;
	text-decoration: none;
}
.read_footer .files a .fileSize {
	visibility: hidden;
	position: absolute;
	padding: 1px 4px;
	left: 100%;
	top: -4px;
	border: 1px solid #ddd;
	font: 11px Tahoma, Geneva, sans-serif;
	background: #fff;
	white-space: nowrap;
}
.read_footer .files a:hover .fileSize,
.read_footer .files a:active .fileSize,
.read_footer .files a:focus .fileSize {
	visibility: visible;
}
.read_footer .tns {
	float: right;
	margin: 15px 0;
}
.read_footer .tns a:hover,
.read_footer .tns a:active,
.read_footer .tns a:focus {
	text-decoration: underline;
}
.read_footer .tags {
	display: inline-block;
	height: 16px;
	font-size: 11px;
	color: #666;
	vertical-align: top;
	padding: 0 15px 0 32px;
	line-height: 16px;
	background: url(icoSet.gif) no-repeat 0 -58px;
}
.read_footer .tags a {
	text-decoration: none;
	color: #666;
}
.read_footer .action {
	display: inline-block;
	line-height: 16px;
	font-size: 11px;
	margin: 0 15px 0 0;
}
.read_footer .sns {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
}
.read_footer .sns li {
	display: inline;
	vertical-align: top;
}
.read_footer .sns a {
	display: inline-block;
	height: 16px;
	line-height: 16px;
}
.read_footer .sns .link a {
	width: 16px;
	height: 0;
	padding: 16px 0 0 0;
	overflow: hidden;
	background: url(icoSet.gif) no-repeat;
}
.read_footer .sns .twitter a {
	background-position: 0 -270px;
}
.read_footer .sns .facebook a {
	background-position: 0 -330px;
}
.read_footer .sns .delicious a {
	background-position: 0 -360px;
}
.read_footer .sign {
	clear: both;
	border: 1px solid #ddd;
	margin: 0 0 -1px 0;
	padding: 10px 15px;
	overflow: hidden;
	zoom: 1;
}
.read_footer .sign .pf {
	float: left;
	margin: 0 15px 0 0;
	width: 80px;
	height: 80px;
}
.read_footer .sign .tx {
	overflow: hidden;
	line-height: 1.3;
	font-size: 11px;
	border-left: 1px dotted #ddd;
	padding: 0 0 0 15px;
	color: #333;
}
.read_footer .sign .tx * {
	margin: 0;
}


.btnArea {
	position: relative;
	bottom:12px;
	right:10px;
	
}

.read_footer .btnArea {
	clear: both;
	text-align: right;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}
/* Feedback (Trackback+Comment) */
/* _trackback.html | _comment.html */
.feedback {
	position: relative;
	border: 1px solid #ddd;
	color: #4b4b4b;
	margin: 0 0 20px 0;
}
.feedback .fbHeader {
	position: relative;
	height: 30px;
	padding: 0 0 0 35px;
	line-height: 30px;
	background: #f5f5f5 url(icoSet.gif) no-repeat;
	margin: 3px;
}
#trackback .fbHeader {
	background-position: 11px -84px;
}
#comment .fbHeader {
	background-position: 11px -112px;
}
#comment .fbHeader .wComment {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 0 0 0 18px;
	text-decoration: none;
	color: #666;
	line-height: 1;
	background: url(icoSet.gif) no-repeat 0 -150px;
}
.feedback .fbHeader h2 {
	margin: 0;
	font-size: 14px;
	display: inline;
}
.feedback .fbHeader h2 em {
	font-style: normal;
	color: #4736ac;
	text-decoration: underline;
}
.feedback .fbHeader .trackbackURL {
	position: absolute;
	top: 8px;
	right: 10px;
	margin: 0;
	line-height: 1;
	color: #666;
	font: 11px Tahoma, Geneva, sans-serif;
}
.feedback .fbHeader .trackbackURL a {
	text-decoration: none;
	color: #666;
}
.feedback .fbList {
	margin: 0 7px;
	padding: 0;
}
.feedback .fbItem {
	padding: 18px 0 16px 0;
	border-bottom: 1px dashed #e6e6e6;
	margin: 0 0 -1px 0;
	zoom: 1;
	list-style: none;
}
.feedback .fbItem:after {
	content: "";
	display: block;
	clear: both;
}
.feedback .indent {
	background: url(icoIndent.gif) no-repeat;
}
.feedback .fbMeta {
	float: left;
	width: 184px;
	padding: 0 0 0 6px;
}
.feedback .fbMeta .profile {
	float: left;
	width: 38px;
	height: 38px;
	margin: 0 6px 5px 0;
	border: 1px solid #ddd;
	background: url(profile.gif) no-repeat;
}
.feedback .fbMeta .author {
	margin: 0;
	font-size: 12px;
}
.feedback .author a {
	text-decoration: none;
	color: #666;
}
.feedback .author a img {
	margin: 0 6px 0 0 !important;
	vertical-align: top !important;
}
.feedback .time {
	margin: 0;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #8e8e8e;
}
.feedback .xe_content {
	margin: 0 0 0 200px;
	color: #666;
	line-height: 1.5;
}
.feedback .xe_content *:first-child {
	margin-top: 0;
}
#trackback .xe_content {
	color: #888;
}
#trackback .xe_content strong {
	color: #666;
	display: block;
	font-weight: normal;
}
.feedback .fileList {
	margin: 0 0 0 190px;
	padding: 8px 0 0 0;
	display: inline;
	float: left;
	clear: both;
}
.feedback .toggleFile {
	border: 0;
	background: url(icoSet.gif) no-repeat 0 2px;
	cursor: pointer;
	overflow: visible;
	padding: 0 0 0 15px;
	color: #767676;
}
.feedback .files {
	display: none;
	list-style: none;
	margin: 15px 0;
	padding: 0;
	line-height: 16px;
}
.feedback .files li {
	background: url(icoSet.gif) no-repeat 0 -28px;
	padding: 0 0 0 15px;
}
.feedback .files a {
	color: #767676;
	position: relative;
	text-decoration: none;
}
.feedback .files a .fileSize {
	visibility: hidden;
	position: absolute;
	padding: 1px 4px;
	left: 100%;
	top: -4px;
	border: 1px solid #ddd;
	font: 11px Tahoma, Geneva, sans-serif;
	background: #fff;
	white-space: nowrap;
}
.feedback .files a:hover .fileSize,
.feedback .files a:active .fileSize,
.feedback .files a:focus .fileSize {
	visibility: visible;
}
.feedback .action {
	margin: 0;
	padding: 10px 10px 0 0;
	white-space: nowrap;
	float: right;
}
.feedback .action .vote {
	margin: 0 10px 0 0;
	color: #767676;
}
.feedback .action a {
	padding: 0 0 0 18px;
	color: #767676;
	text-decoration: none;
	background: url(icoSet.gif) no-repeat;
}
.feedback .action a.reply {
	background-position: 0 -210px;
}
.feedback .action a.modify {
	background-position: 0 -150px;
}
.feedback .action a.delete {
	background-position: 0 -180px;
}
.feedback .action a.this {
	background: none;
	padding: 0;
	margin: 0 0 0 10px;
	text-decoration: underline;
}
.feedback .pagination {
	padding: 10px 0;
}
.feedback .indent1 {
	padding-left: 20px;
	background-position: 6px 15px;
}
.feedback .indent2 {
	padding-left: 40px;
	background-position: 26px 15px;
}
.feedback .indent3 {
	padding-left: 60px;
	background-position: 46px 15px;
}
.feedback .indent4 {
	padding-left: 80px;
	background-position: 66px 15px;
}
.feedback .indent5 {
	padding-left: 100px;
	background-position: 86px 15px;
}
.feedback .indent6 {
	padding-left: 120px;
	background-position: 106px 15px;
}
.feedback .indent7 {
	padding-left: 140px;
	background-position: 126px 15px;
}
.feedback .indent8 {
	padding-left: 160px;
	background-position: 146px 15px;
}
.feedback .indent9 {
	padding-left: 180px;
	background-position: 166px 15px;
}
.feedback .indent10 {
	padding-left: 200px;
	background-position: 186px 15px;
}
.feedback .indent11 {
	padding-left: 220px;
	background-position: 206px 15px;
}
.feedback .indent12 {
	padding-left: 240px;
	background-position: 226px 15px;
}
.fbFooter {
	margin: -10px 0 10px 0;
}
/* Write Author */
/* _read.html | write_form.html | comment_form.html */
.write_author {
	float: left;
	margin: 0 4px 0 0;
}
.write_author .item {
	position: relative;
	display: inline-block;
	zoom: 1;
}
.write_author .iLabel {
	top: 4px;
	left: 8px;
	color: #666;
}
.write_author label {
	margin: 0 10px 0 0;
}
/* Write Comment */
/* _read.html | comment_form.html */
.write_comment {
	position: relative;
	margin: 10px 12px;
	zoom: 1;
}
.write_comment:after {
	content: "";
	display: block;
	clear: both;
}
.write_comment textarea {
	width: 645px;
	height: 37px;
	margin: 0 0 5px 0;
}
.write_comment .write_author {
	padding: 0 0 10px 0;
}
/* Context Data | Context Message */
/* comment_form.html | delete_form.html | delete_comment_form.html | input_password_form.html | message.html */
.context_data {
	background: #f8f8f8;
	border-top: 2px solid #666;
	padding: 15px 20px;
	color: #666;
}
.context_data h3.author {
	margin: 0 0 10px 0;
	color: #333;
}
.context_data h3.title {
	margin: 0 0 10px 0;
	color: #333;
}
.context_data p.author {
	margin: 0;
}
.context_data p.author strong {
	font-weight: normal;
}
.context_data .xe_content {
	color: #666;
}
.context_message {
	text-align: center;
	border-top: 2px solid #666;
}
.context_message h1 {
	font-size: 16px;
	margin: 20px 0;
}
.context_message .btnArea {
	margin: 20px 0;
}
/* Tag List */
.tagList {
	margin: 0;
	padding: 25px;
	border: 1px solid #cdcdcd;
	line-height: 1.2;
	text-align: justify;
}
.tagList a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 2px;
}
.tagList a.rank1 {
	font-size: 24px;
	background: #000;
}
.tagList a.rank2 {
	font-size: 18px;
	background: #333;
}
.tagList a.rank3 {
	font-size: 14px;
	background: #666;
}
.tagList a.rank4 {
	font-size: 12px;
	background: #999;
}
.tagList a.rank5 {
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}
.tagFooter {
	text-align: center;
	padding: 20px 0;
}
/* Button */
.board .btn {
	text-decoration: none !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px;
	margin: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: top;
	cursor: pointer;
	overflow: visible;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #bbb;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.board .btn:hover,
.board .btn:active,
.board .btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

