@charset "utf-8";

/* Board Reset
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#xet-boardWrp { 
	word-break: keep-all; 
	font-size: 14px;
	color:#555;
}
#xet-boardWrp table, 
#xet-boardWrp input, 
#xet-boardWrp textarea, 
#xet-boardWrp select, 
#xet-boardWrp button {
	font-size: 14px;
}
#xet-boardWrp a,
#xet-boardWrp a:hover,
#xet-boardWrp a:active,
#xet-boardWrp a:focus {
	text-decoration:none; 
}
#xet-boardWrp .float-left {
	float:left; 
}
#xet-boardWrp .float-right { 
	float:right; 
}
#xet-boardWrp .xet_clearfix,
#xet-boardWrp .xet-clearfix {
	*zoom: 1;
}
#xet-boardWrp .xet_clearfix:after,
#xet-boardWrp .xet-clearfix:after {
	display: block;
	content: "";
	clear: both;
}
#xet-boardWrp .text-center {
	text-align: center !important;
}
#xet-boardWrp .text-right {
	text-align: right !important;
}
.pd-0 {
	padding: 0 !important
}
#xet-boardWrp .mg-t10 {
	margin-top: 10px !important;
}
#xet-boardWrp .mg-t15 {
	margin-top: 15px !important;
}
#xet-boardWrp .mg-t20 {
	margin-top: 20px !important;
}
#xet-boardWrp .mg-t30 {
	margin-top: 30px !important;
}
#xet-boardWrp .mg-b10 {
	margin-bottom: 10px !important;
}
#xet-boardWrp .mg-b15 {
	margin-bottom: 15px !important;
}
#xet-boardWrp .mg-b20 {
	margin-bottom: 20px !important;
}
#xet-boardWrp .mg-b30 {
	margin-bottom: 30px !important;
}

#xet-boardWrp .vertical-align {display: table;table-layout: fixed;height: 100%;width: 100%;}
#xet-boardWrp .vertical-align > .inner {width: 100%;height: inherit;display: table-cell;}
#xet-boardWrp .vertical-align-middle,
#xet-boardWrp .vertical-align > .inner.middle {	vertical-align: middle}

::-webkit-input-placeholder {
	color: #707070;
}
::-moz-placeholder {
	color: #707070;
}
:-ms-input-placeholder {
	color: #707070;
}

/* 공통 
-------------------------------------------------------------------------------------------------------- */
/* No Item */
#xet-boardWrp .no-item {
	padding: 10px;
	text-align: center;
}

#xet-boardWrp .notice-text {
	font-size: 12px;
	display: inline-block;
	padding: 4px 8px;
	background-color: #e6127c;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
#xet-boardWrp .new-icon,
#xet-boardWrp .update-icon,
#xet-boardWrp .file-icon,
#xet-boardWrp .secret-icon { 
	margin-right: 3px;
} 
#xet-boardWrp .text-red,
#xet-boardWrp .new-icon {
	color: #c00;
}
#xet-boardWrp .update-icon { 
	color: #cc00cc;
} 
#xet-boardWrp .file-icon { 
	color: #777;
} 
#xet-boardWrp .secret-icon { 
	color: #777;
} 
#xet-boardWrp .comment-icon {
	font-style: normal;
	color: #c52dc1;
}
#xet-boardWrp .trackback-icon {
	font-style: normal;
	color: #22c941;
}
#xet-boardWrp .category-icon { 
	white-space: nowrap;
	color: #3498db;
}
#xet-boardWrp select {
	width: 100%;
	height: 38px;
	margin:0;
	padding: 0 10px;
	border:0;
	font-size: 14px;
	color:#555;
	border: 1px solid #e1e1e1;
	background-image: url(../img/common/angle-down.svg);
	background-repeat: no-repeat;
	background-position: 99% 50%;
	background-color: #fff;
	background-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
#xet-boardWrp select:focus {
	outline: 0;
}

/* 첨부된 파일 개수 출력 
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .thumbnail { 
	position: relative;
	display: block;
} 
#xet-boardWrp .thumbnail>em {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 11px;
	font-style: normal;
	color: #fff;
	background-color: rgba(0,0,0,.4);
}
#xet-boardWrp .thumbnail img {
	vertical-align: top;
	max-width: 100%;
}

/* 게시판 설정 버튼
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .xet-boardAdmin {
	text-align: right;
	margin-bottom: 20px;
}
#xet-boardWrp .cover-infoManager {
	margin: 0 !important
}
#xet-boardWrp .cover-infoManager input[type="checkbox"] { 
	width:13px; 
	height:13px; 
	margin: 0 6px 0 0;
}
#xet-boardWrp .cover-infoManager a {
	font-size: 14px;
	color: #555;
}

/* 상단
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .boardHeaderText { 
	margin: 15px 0; 
}
/* 하단
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .xet-boardFooter { 
	margin: 15px 0;
}

/* 게시판 제목 및 설명
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .boardHeaderTitleWrp { }
#xet-boardWrp .boardHeaderTitle {
	font-size: 24px; 
}
#xet-boardWrp .boardHeaderTitle a { 
	font-weight: bold;
	color: #111; 
}
/* 부제목 */
#xet-boardWrp .boardHeaderTitle em { 
	font-style: normal; 
	font-weight: normal; 
	color: #555; 
}
/* 상세설명 */
#xet-boardWrp .boardHeaderDesc {
	font-size: 14px;
	margin-top: 15px;
	color: #555;
}


/* 카테고리 Dropdown
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .boardHeaderCateWrp {
	margin-bottom: 30px;
}
#xet-boardWrp .boardCategoryWrp { 
	float: left;
	width: 160px;
	padding: 0;
	margin: 0 15px 0 0; 
}
#xet-boardWrp .boardCategoryWrp a[data-toggle="category-dropdown"] {
	background: url(../img/common/angle-down.svg) no-repeat 90% 50%;
	background-size: 12px;
}
#xet-boardWrp .boardCategoryWrp a[data-toggle="category-dropdown"].open {
	background: url(../img/common/angle-up.svg) no-repeat 90% 50%;
	background-size: 12px;
}
#xet-boardWrp .boardCategoryWrp ul {
	z-index: 10; 
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	border-radius: 3px;
}
#xet-boardWrp .boardCategoryWrp ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e1e1e1;
}
#xet-boardWrp .boardCategoryWrp>ul>li {
	border-bottom: 0;
}
#xet-boardWrp .boardCategoryWrp ul li:last-child {
	border-bottom: 0;
}
#xet-boardWrp .boardCategoryWrp ul li.depth {
	padding-left: 15px;
}
#xet-boardWrp .boardCategoryWrp ul li a { 
	position: relative;
	display: block; 
	padding: 10px 15px; 
	margin: 0;
	text-decoration:none; 
	font-size: 14px; 
	color: #555; 
}
#xet-boardWrp .boardCategoryWrp ul li a.on { 
	color: #3499dc;
}
#xet-boardWrp .boardCategoryWrp ul li a.on>img.sort {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
}
#xet-boardWrp .boardCategoryWrp ul ul {
	display: none;
	z-index: 10;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	box-shadow: 0px 2px 4px rgba(0,0,0,.07);
}
#xet-boardWrp .boardCategoryWrp ul ul.close {
	border: 0;
	box-shadow: none;
}


/* Require Password 비밀번호 요구 박스
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .requirePassword {
	text-align:center; 
}
#xet-boardWrp .requirePassword fieldset { 
	border:0; 
	margin:0; 
	padding:0;
}
#xet-boardWrp .requirePassword h3 {
	font-size:14pt; 
	padding:0;
	margin:20px 0;
	color:#555;
}
#xet-boardWrp .requirePassword .inputText { 
	display:inline-block;
	padding:0 10px;
	width:150px; 
	height: 28px;
	line-height: 28px;
	vertical-align:middle; 
	color:#777;
	background: #fbfbfb;
	border: 1px solid #e1e1e1;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
	border-radius:3px;
  }
#xet-boardWrp .requirePassword .inputText:focus {
	background:#fff;
	color:#555;
 }


/* 비밀글, 삭제, 메세지 박스 
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .smallBox {
	max-width: 420px;
	margin: 40px auto;
	padding: 20px;
	text-align: center;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
#xet-boardWrp .smallBox p { 
	margin: 0;
	font-size: 14px;
}
#xet-boardWrp .smallBox h3 {
	font-size: 18px;
	padding: 0;
	margin:0 0 20px;
	color:#ff0000;
}

/* 비밀 글, 댓글 */
#xet-boardWrp .secretMessage { 
	max-width: 420px;
	margin: 30px auto; 
	padding: 0; 
	text-align: center;
}
#xet-boardWrp .secretMessage fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#xet-boardWrp .secretMessage p { 
	margin: 0 0 10px; 
	padding:0; 
}
#xet-boardWrp .secretMessage input[type="password"] {
	width: 160px;	
}
#xet-boardWrp .secretMessage input[type="submit"],
#xet-boardWrp .secretMessage button[type="submit"] { 
	vertical-align: top;
}
#xet-boardWrp .replyList .secretMessage {
	margin: 0px;
	text-align: left;
}


/* 태그 출력 리스트 
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .tagCloud { 
	padding:20px 0; 
}
#xet-boardWrp .tagCloud * { 
	margin:0; 
	padding:0;
}
#xet-boardWrp .tagCloud h3 {
	margin:0 0 20px;
	padding-bottom:20px;
	color:#333;
	border-bottom:1px solid; 
	border-color:#e1e1e1; 
}
#xet-boardWrp .tagCloud ul { 
	list-style:none;
	margin:0;
	padding:0;
}
#xet-boardWrp .tagCloud li { 
	display:inline;
	list-style:none;
	margin:0 5px 5px; 
}
#xet-boardWrp .tagCloud li.rank1 a { 
	font-weight:bold; 
	font-size:24px;
	color:#2ecc71;
}
#xet-boardWrp .tagCloud li.rank2 a {
	font-weight:bold; 
	font-size:20px;
	color:#e67e22;
}
#xet-boardWrp .tagCloud li.rank3 a { 
	font-weight:bold;
	font-size:18px;
	color:#27ae60;
}
#xet-boardWrp .tagCloud li.rank4 a { 
	font-size:16px;
	color:#8e44ad
}
#xet-boardWrp .tagCloud li.rank5 a { 
	font-size:14px;
	color:#7f8c8d;
}

/* Pagination  
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .boardPagination { 
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
	text-align: center;
	display: block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
}
#xet-boardWrp .boardPagination > li {
	display: inline;
	margin: 0;
	padding: 0;
}
#xet-boardWrp .boardPagination > li:not(.prevEnd):first-child > a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0;
}
#xet-boardWrp .boardPagination > li:last-child > a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
/*
#xet-boardWrp .boardPagination > li + li {
    margin-left: -1px;
}
*/
#xet-boardWrp .boardPagination img { 
	border:0;
}
#xet-boardWrp .boardPagination a,
#xet-boardWrp .boardPagination strong { 
	position:relative;
	display:inline-block;
	text-decoration:none;
	margin:0;
	padding:0;
	font-size: 12px;
	font-weight: normal;
	width:30px;
	height:30px;
	line-height: 30px;
	vertical-align: top;
	white-space: nowrap;
	text-align:center; 	
	border: 0;
	background-color: transparent;
	color: #555;
}
#xet-boardWrp .boardPagination .page_on {
	border-bottom: 1px solid #4b4b4b;
}
#xet-boardWrp .boardPagination .page_mobile {
	width: 100px;
}

#xet-boardWrp .boardPagination li.prevEnd,
#xet-boardWrp .boardPagination li.nextEnd { 
	padding: 0 15px;
}
#xet-boardWrp .boardPagination li.prevEnd a,
#xet-boardWrp .boardPagination li.nextEnd a { 
	width: auto;
	border: 0;
}


/* Search 
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .boardSearch {
	display: table;
	margin: 20px auto;
	line-height: 34px;
	font-size: 0;
	text-align: center;
}
#xet-boardWrp .boardSearch * {
	vertical-align: top;
}
#xet-boardWrp .boardSearchForm {
	margin: 0;
	padding:0;
}
#xet-boardWrp .boardSearch .boardSearchWrp {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#xet-boardWrp .boardSearch .search-target {
	display:inline-block;
	width: 100px;
	height: 38px;
	padding: 0;
}
#xet-boardWrp .boardSearch .search-target select {
	width: 100%;
	height: 100%;
	font-size: 12px;
	background-position: 90% 50%;
	border-right: 0;
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
}
#xet-boardWrp .boardSearch .inputText { 	
	width: 200px;
	height: 38px; 
	font-size: 14px;
	padding: 0 10px; 
	margin: 0;
	color:#777;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-right: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#xet-boardWrp .boardSearch .inputText:focus { 
	color: #333;
}
#xet-boardWrp .boardSearch .search-btn {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-left: 0;
	background-color: #f9f9f9;
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
}
#xet-boardWrp .boardSearch .search-btn>a,
#xet-boardWrp .boardSearch .search-btn>button { 
	float: left;
	display:inline-block;
	font-size: 12px;
	height: 36px; 
	line-height: 36px;
	margin:0; 
	padding:0 15px; 
	cursor:pointer; 
	background-color: #f9f9f9;
	border: 0;
	border-left: 1px solid #e1e1e1;
	color:#555;
}
#xet-boardWrp .boardSearch .search-btn>button { 
	width: 44px;
	padding: 0;
	background-image: url(../img/common/search.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
	background-size: 14px;
	border-left: 0;
}


/* Tag 
-------------------------------------------------------------------------------------------------------- */
#xet-boardWrp .tag_wrp { 
	position:relative; 
	margin:20px 0 0;
	padding:10px 0;
	text-align:right;
	border-top:1px solid #e1e1e1;
}
#xet-boardWrp .tag_wrp a { 
	display:inline-block; 
	padding:5px 10px;
	color:#555;
}

/* Modal (delete)
-------------------------------------------------------------------------------------------------------- */
#boardModal-form-back {
	z-index: 99999;
	display:none;
	position:fixed; 
	width:100%; height:100%;
	top:0; left:0; 
	background:rgba(0,0,0,0.7);
}
.boardModal-form {
	display:none;
	z-index: 999999;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-100%);
	width: 90%;
	max-width: 480px;
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.boardModal-form .boardModal-header {
	position: relative;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 15px; 
	color: #333;
	border-bottom: 1px solid #e1e1e1;
}
.boardModal-form .boardModal-body {
	text-align: center;
	border: 0 !important;
	box-shadow: none !important;
}
.boardModal-form .boardModal-content {
  	padding: 20px;
}
.boardModal-form .xet_btn {
	margin: 0 10px;
	color: #3b3b3b !important;
}

/* responsive 
-------------------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {	
	.visible-xs {
		display: block !important;
	}
  	.hidden-xs {
    	display: none !important;
  	}
  	
	/* 카테고리 */
	#xet-boardWrp .boardHeaderCateWrp {
		margin-bottom: 15px;
	}
	#xet-boardWrp .boardHeaderCateWrp>.float-right {
		margin-bottom: 15px;
	}
	#xet-boardWrp .boardCategoryWrp { 
		width: 120px;
	}
	#xet-boardWrp .boardCategoryWrp ul ul {
		width: 160px;
	}
	#xet-boardWrp .boardCategoryWrp.half-on {
		width: 48%;
		margin-right: 0;
	}
	#xet-boardWrp .boardCategoryWrp.half-on2 {
		width: 48%;
		float: right;
		margin-right: 0;
	}
	#xet-boardWrp .boardCategoryWrp.half-on ul ul,
	#xet-boardWrp .boardCategoryWrp.half-on2 ul ul {
		width: auto;
	}
	
	
	/* 검색 */
	#xet-boardWrp .boardSearchForm {
		margin-bottom: 15px;
	}
	#xet-boardWrp .boardSearch .search-target {
		width: 30%;
	}
	#xet-boardWrp .boardSearch .search-target select {
		background-image: none;
	}
	#xet-boardWrp .boardSearch .inputText { 	
		width: 45%;
	}
	#xet-boardWrp .boardSearch .search-btn {
		width: 25%;
	}
	#xet-boardWrp .boardSearch .search-btn button,
	#xet-boardWrp .boardSearch .search-btn a {
		width: 100%;
	}
	#xet-boardWrp .boardSearch .search-btn a {
		padding: 0;
	}
	
	/* 버튼 */
	.xet_btn {	}
			
}
@media (min-width: 768px) {
	.visible-sm {
		display: block;
	}
  	.hidden-sm {
    	display: none;
  	}
}







@charset "utf-8";

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1400;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1443;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  /*z-index: 1445;*/
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,0.4);height:30px;position:absolute;top:0;width:30px}.switchery-small{border-radius:20px;height:20px;width:33px}.switchery-small>small{height:20px;width:20px}.switchery-large{border-radius:40px;height:40px;width:66px}.switchery-large>small{height:40px;width:40px}
@charset "UTF-8";

/* NAVER (developers@xpressengine.com) */
/* Board */
.board img {
	border: 0;
}
.board,
.board label,
.board table,
.board input,
.board button,
.board textarea,
.board select {
	font-size: 12px;
	font-family: "Open Sans","나눔바른고딕",NanumBarunGothic,"맑은 고딕","Malgun Gothic","돋움",Dotum,"애플 SD 산돌고딕 Neo","Apple SD Gothic Neo",AppleGothic,Helvetica,sans-serif;
}
.board select {
	margin: 0;
}
.board .iCheck {
	width: 13px;
	height: 13px;
	margin: 0;
	vertical-align: middle;
}
.board .iCheck+label {
	vertical-align: middle;
}
.board .iText {
	position: relative;
	padding: 4px 9px;
	height: 19px;
	line-height: 19px;
	border: 1px solid #DBDBDB;
	background: transparent;
}
.board textarea {
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #a6a6a6;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
}
.board label {
	display: inline-block;
	margin: 0;
}
/* Category Tab */
.cTab {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
	border: 0;
}
.cTab:after {
	content: "";
	display: block;
	clear: both;
}
.cTab li {
	float: left;
	margin: 0 2px 0 0;
	border: 1px solid #e0e0e0;
	border-top: 0;
	border-bottom: 0;
}
.cTab li a {
	position: relative;
	border-top: 1px solid #e0e0e0;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	font-size: 11px;
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "MalgunGhotic", sans-serif;
	text-decoration: none;
	color: #666;
	box-sizing:border-box;
	-webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;-ms-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out		
}
.cTab li em {
	font: 11px Tahoma, Geneva, sans-serif;
	color: #767676;
	padding: 0 0 0 2px;
}
.cTab li:hover a,
.cTab li.on a {
	color: #000;
	border-top: 2px solid #CDA25A;
}
.cTab ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
}
.cTab li.on ul {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.cTab li.on ul li {
	position: relative;
	left: 1px;
	float: none;
	display: inline;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	border: 0;
	border-right: 1px solid #d0d0d0;
}
.cTab li.on ul li a {
	border: 0;
	top: 0;
	float: none;
	line-height: none;
	padding: 0;
	font-weight: normal;
}
.cTab li.on ul li.on_ a {
	font-weight: bold;
	color: #3912b3;
}
/* Board List */
/* list.html */
.board_list {
}
.board_list table {
	border: 0;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	color: #4a4a4a;
}
.board_list a {
	text-decoration: none;
	color: #4a4a4a;
}
.board_list a:hover,
.board_list a:active,
.board_list a:focus {
	text-decoration: underline;
}
.board_list th {
	border: 0;
	border-bottom:double #DBDBDB;
	padding: 14px 0 15px 0;
	height: 14px;
	white-space: nowrap;
}
.board_list th:first-child span {
	border: 0;
}
.board_list th span {
	display: block;
	padding: 0 15px;
	height: 14px;
	font-weight: normal;
}
.board_list tr.notice {
	background: #f6f6f6;
}
.board_list tr.notice td.title a {
	font-weight: bold;
}
.board_list td {
	border: 0;
	border-bottom: 1px solid #e6e6e6;
	padding: 8px 10px;
	white-space: nowrap;
	vertical-align: top;
}
.board_list tr:last-child td {
	border: 0;
}
.board_list td.notice {
	text-align: center;
}
.board_list td.no {
	text-align: center;
	font: 11px Tahoma, Geneva, sans-serif;
}
.board_list td.title {
	white-space: normal;
	line-height: 1.4;
	width: 100%;
}
.board_list td.author img {
	position: relative;
	top: -1px;
}
.board_list td.time,
.board_list td.readNum,
.board_list td.voteNum,
.board_list td.lastReply a {
	text-align: center;
	font: 11px Tahoma, Geneva, sans-serif;
}
.board_list td.lastReply sub {
	font: 9px Tahoma, Geneva, sans-serif;
}
.board_list td.check {
	text-align: center;
}
.board_list tr.no_article {
	height:150px;
}
.board_list tr.no_article td {
	vertical-align: middle;
}
.list_footer {
	position: relative;
	margin: 15px 0;
	zoom: 1;
}
.list_footer:after {
	content: "";
	display: block;
	clear: both;
}
.list_footer .btnArea {
	float: right;
	margin: 0;
}
.list_footer .board_search {
	float: left;
	position: relative;
	margin: 0 4px 0 0; }
.list_footer .board_search .xi-magnifier {
	position:absolute; top:7px; left: 7px;
}
.list_footer .board_search * {
	vertical-align: top;
}
.list_footer .board_search .iText {
	height: 25px;
	line-height: 25px;
	padding: 0 60px 0 27px;
	width: 160px;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	box-sizing:border-box;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out		
}
.list_footer .board_search .iText.active,
.list_footer .board_search .iText:active,
.list_footer .board_search .iText:focus {
	width: 180px;
}
.list_footer .board_search .search_input {display:inline-block; position: relative;}
.list_footer .board_search select {
	height: 25px;
	min-width: 80px;
	padding: 0;
}
.list_footer .board_search .btn {
	position: absolute;
	top: 0;
	right:0;
	border-radius: 0 2px 2px 0;
}

.update-log {
	width:100%;
	border-bottom:1px solid #dbdbdb;
	margin: 5px auto 5px auto;

	padding:5px;

}

/* Board Write */

/* write_form.html */
.board_write {
}
.write_header {
	padding: 9px 10px 10px 0px;
}
.write_header * {
	vertical-align: middle;
}
.write_header select {
	height: 29px;
	width: 140px;
	padding: 0;
}
.write_header .iText {
	width: 360px;
	margin: 0 10px 0 0;
	background: #fff;
}
.write_editor .xd {
	margin-top: -3px;
}
.write_footer {
	overflow: hidden;
	margin: 1em 0;
}
.write_footer:after {
	content: "";
	display: block;
	clear: both;
}
.write_footer .btnArea {
	float: right;
	margin: 0;
}
.write_option {
	margin: 0 0 1em 0;
}
.write_option label {
	margin: 0 10px 0 0;
}
.write_captcha {
	float: left;
	margin: 0;
}
/* Extra Form */
.exForm {
	background: #fff;
	padding: 10px 0;
}
.exForm table {
	border: 0;
	width: 100%;
}
.exForm caption {
	text-align: right;
	font-size: 11px;
	padding: 0 0 2px 0;
}
.exForm th,
.exForm td {
	border: 0;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.exForm th {
	color: #333;
	text-align: left;
	padding: 10px 5px 15px 5px;
	white-space: nowrap;
}
.exForm th label {
	cursor: default;
}
.exForm td {
	color: #666;
	padding: 8px 10px;
}
.exForm em {
	font-style: normal;
	color: #f60;
}
.exForm .text,
.exForm .homepage,
.exForm .email_address,
.exForm .tel,
.exForm .address,
.exForm .date {
	padding: 3px 4px;
	margin: 0 4px 0 0;
	height: 14px;
	line-height: 14px;
	vertical-align: top;
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
.exForm .text,
.exForm .email_address,
.exForm .homepage,
.exForm .address {
	width: 300px;
}
.exForm .tel {
	width: 40px;
}
.exForm .date {
	width: 120px;
}
.exForm textarea {
	width: 90%;
	padding: 3px 4px;
	margin: 0 4px 0 0;
	vertical-align: top;
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
.exForm p {
	margin: 5px 0 0 0;
	font-size: 11px;
}
.exForm ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.exForm li {
	display: inline;
}
.exForm li input {
	width: 13px;
	height: 13px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
.exForm 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 {
	zoom: 1;
}
.read_header {
	position: relative;
	margin-bottom:20px;
}
.read_header h1 {
	width: 90%;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #555;
}
.read_header h1 span.is_admin {
	font-size: 15px;
	font-weight: normal;
	line-height:15px;
	color:#FF6C00;
}

.read_header h1 a {
	text-decoration: none;
	color: #444;
}
.read_header h1 .category {
	font-weight: normal;
	border-right: 1px solid #DDD;
	padding: 0 13px 0 0;
	margin: 0 8px 0 0;
}
.read_header .meta {
	margin: 0;
	padding: 8px 0 13px;
	border-bottom: 1px solid #ddd;
	zoom: 1;
	white-space: nowrap;
	color : #666;
}
.update-log .read_header .meta {
	border-bottom:0;
}
.read_header .meta > span { margin-left: 8px ;}
.read_header .meta > span:first-child {margin-left:0;}
.read_header .meta:after {
	content: "";
	display: block;
	clear: both;
}
.read_header .meta .author {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
.read_body {
	padding: 15px 10px;
}
.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: none;
	cursor: pointer;
	overflow: visible;
	padding: 0;
	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: none;
}
.read_footer .tags a {
	text-decoration: none;
	color: #666;
}
.read_footer .tags .xi-tags {
	font-size: 14px;
	margin-right:3px;
}
.read_footer .action {
	display: inline-block;
	line-height: 16px;
	font-size: 11px;
	margin: 0 15px 0 0;
	color: #555;
}
.read_footer .sns{ margin-top:51px;text-align:center; }
.read_footer .sns li{display:inline;vertical-align:top}
.read_footer .sns a{display:inline-block;width:32px;height:32px;border:1px solid #e0e0e0;background-color:#f4f4f4; border-radius:2px;}
.read_footer .sns i{font-size:22px;line-height:32px;color:#bcbcbc}
.read_footer .sns a:hover{border-color:#DECA79;background-color:#f9dc5f;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out}
.read_footer .sns a:hover {color:#747474;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out}

.read_footer .vote{ margin-top:51px;text-align:center; }
.read_footer .vote li{display:inline;vertical-align:top}
.read_footer .vote a{display:inline-block;width:70px;height:70px;border:1px solid #e0e0e0;background-color:#f4f4f4; border-radius:2px;}
.read_footer .vote i{font-size:22px;line-height:45px;color:#bcbcbc}
.read_footer .vote a:hover{border-color:#DECA79;background-color:#f9dc5f;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out}
.read_footer .vote a:hover {color:#747474;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out}

.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;
}
.read_footer .btnArea {
	clear: both;
	text-align: right;
	padding: 10px 0;
}
/* Feedback (Trackback+Comment) */
/* _trackback.html | _comment.html */
.feedback {
	position: relative;
	color: #4b4b4b;
	margin: 0 0 20px 0;
}
.feedback .fbHeader {
	position: relative;
	height: 32px;
	padding: 10px 0 0 5px;
	line-height: 30px;
	border-top:1px solid #DDD;
}
#comment .fbHeader .wComment {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 0 0 0 18px;
	text-decoration: none;
	color: #666;
	line-height: 1;
}
.feedback .fbHeader h2 {
	margin: 0;
	font-size: 14px;
	display: inline;
}
.feedback .fbHeader h2 em {
	font-style: normal;
	color: #CDA25A;
}
.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;
	padding: 0;
}
.feedback .fbItem {
	padding: 20px 0 19px 0;
	border-bottom: 1px solid #E9E9E9;
	margin: 0 0 -1px 0;
	zoom: 1;
	list-style: none;
}
.feedback .fbItem:last-child {
	border-bottom: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 10px 5px 0;
	background: url(profile.gif) no-repeat;
	background-size:100%;
	border-radius: 100%;
}
.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;
}
.feedback .xe_content.is_deleted,
.feedback .xe_content.is_secret {
	color: #999;
}
#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: none;
	cursor: pointer;
	overflow: visible;
	padding: 0;
	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 4px;
	color: #767676;
	text-decoration: none;
}
.feedback .action a:hover {
	color:#CDA25A;
}
.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;
}
.feedback .indent12 .action {display: none}
.fbFooter {
	margin: -10px 0 10px 0;
}
/* Pagination */
/* list.html | _comment.html */
.pagination {
	margin: 0;
	padding: 13px 0;
	text-align: center;
	line-height: normal;
	clear:both;
}
.pagination a,
.pagination strong {
	position: relative;
	color: #767676;
	font: bold 11px/22px Tahoma, Sans-serif;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	padding: 1px 8px;
	background-color: #F6F6F6;
	border-radius:2px;
	z-index: 2;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
	background-color: #f8f8f8;
}
.pagination strong {
	color: #D88700;
	font-size: 13px;
}
.pagination .direction {
	font-weight: normal;
	color: #767676;
	text-decoration: none !important;
	border: 0;
	z-index: 1;
}
.pagination .direction:hover,
.pagination .direction:active,
.pagination .direction:focus {
	color: #333;
	background-color: #fff;
}
.pagination .prev {
	border-left: 0;
}
.pagination .next {
	border-right: 0;
}
.pagination .direction span {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	top: 4px;
}
.pagination .prev span {
	border: 3px solid;
	border-top: solid #fff;
	border-bottom: solid #fff;
	border-left: 0;
	margin-right: 1px;
	*left: -4px;
}
.pagination .next span {
	border: 3px solid;
	border-top: solid #fff;
	border-bottom: solid #fff;
	border-right: 0;
	margin-left: 1px;
}
/* Write Author */
/* _read.html | write_form.html | comment_form.html */
.write_author {
	float: left;
	margin: 0 4px 1em 0;
}
.write_author .item {
	position: relative;
	display: inline-block;
	zoom: 1;
}
.write_author .iLabel {
	top: 6px;
	left: 12px;
	color: #666;
}
.write_author label {
	margin: 0 10px 0 0;
}
/* Write Comment */
/* _read.html | comment_form.html */
.write_comment {
	position: relative;
	margin: 10px 0 75px;
	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;
}
.write_comment .iText.userName,
.write_comment .iText.userPw {width:100px;}
.write_comment .iText.homePage {width:150px;}
/* 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;
}
.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 !important;
	margin: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 24px !important;
	height: 25px !important;
	color: #fff;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	overflow: visible;
	background-color: #ECECEC;
	background-image: none;
	border: 0;
	border-radius:2px;
	text-shadow:none;
	color:#000;
	box-shadow:none;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out		
}
.board .btn:hover,
.board .btn:active,
.board .btn[disabled] {
	color: #fff;
	background-color: #CDA25A;
	*background-color: #CDA25A;
}
.board .btn i {
	width: 24px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.06);
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-left: -12px;
	margin-right: 4px;
	text-align: center;
	padding-left: 2px;
	border-radius: 2px 0 0 2px;
}
.board .btn_insert {
	font-size: 13px;
	border:0;
	cursor:pointer;
	width:130px;
	height:38px;
	border-radius:2px;
	color:#fff; 
	background:#CDA25A;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out	
}
.board .btn_insert:hover {
	background:#555;
}
/* secret form */
.board .secretForm .iText {height:25px; width:150px; box-sizing:border-box;}
.board .secretForm .btn {border-radius: 0 2px 2px 0; }
.board .secretForm p {margin-bottom:5px;}

.vote-list {
	display:block;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0px !important;
	padding: 20px;
	color: rgb(34, 34, 34);
	font-size: 15px;
	font-family: "Open Sans","나눔바른고딕",NanumBarunGothic,"맑은 고딕","Malgun Gothic","돋움",Dotum,"애플 SD 산돌고딕 Neo","Apple SD Gothic Neo",AppleGothic,Helvetica,sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	background: rgb(255, 255, 255);
}

.votelog {
	display:inline-block;
	padding:2px 15px;
	background:#00b0a2;
	border-radius: 23px;
	color:#fff;
	text-decoration: inherit;
}


/* This file is not used in Rhymix. */

.Split {
    display: inline-block; 

    width: 40px;
    height: 5px;

    background-color: #000;
}

.Split_red{
	display: inline-block; 

    width: 40px;
    height: 5px;

    background-color: #f90048;
}

.Split--height1 {
    height: 1px;
}
.Split--height2 {
    height: 2px;
}

.Split--height3 {
    height: 3px;
}

.member_width_ko{
	width:28%;
	font-size:12px;
	letter-spacing:1px;
}

.member_width_en{
	width:32%;
	font-size:10px;
	letter-spacing:0.5px;
}

.member_type_chairman {
	font-family: 'Noto Sans Regular';
	background-color: #f94603;
	color:#fff;
	border-radius:6px 6px 0 0;
	padding:2px 5px 4px 5px;
	border:solid #111;
	border-width:1px 1px 0 1px;
	position:relative;
	top:1px;
	z-index:99;
	font-weight:bold;
	text-transform: uppercase;
	position:relative;
	top:1px;
	z-index:99;
}

.member_type_vice{
	font-family: 'Noto Sans Regular';
	background-color: #111;
	color:#fff;
	border-radius:6px 6px 0 0;
	padding:2px 5px 4px 5px;
	text-transform: uppercase;
}



.member_type_committee {
	font-family: 'Noto Sans Regular';
	background-color: #555;
	color:#fff;
	border-radius:6px 6px 0 0;
	padding:2px 5px 4px 5px;
	border:solid #111;
	border-width:1px 1px 0 1px;
	position:relative;
	top:1px;
	z-index:99;
	text-transform: uppercase;
}

.position_title {
	position:absolute;
	z-index:9;
}

.mm {
	margin-top:10px;
}

.mm a{
	border-left:2px;
}

.position_title small {
	position:absolute;
	left:0;
	text-align:left;
	display:inline-block;
	font-weight:normal;
	color:#fff;
	width:100%;
	background: rgb(51,51,51);
	background: linear-gradient(0deg, rgba(51,51,51,0) 1%, rgba(51,51,51,1) 100%);
}

.position_title small.title_c1 {
	font-size:20px;
}

.position_title small.title_c2 {
	font-size:17px;
}


.position_title small div {
	
	padding:12px 18px 30px 18px;
	
}

.position_title small div img {
	position:absolute;
	top:6px;
	right:13px;
}

.lang_position_en {
	display:table-cell;
	vertical-align:middle;
	margin:auto 0;
	width:100%;
	height:124px;
}

.lang_position_en {
	display:table-cell;
	vertical-align:middle;
	margin:auto 0;
	width:100%;
	height:124px;
}

/* -- 04 Blurb */
.Blurb {
    position: relative;
    z-index: 1; 
    background-color: #111;
	border:2px solid #111;
	border-radius:10px;
	padding-bottom:4px;
}

.Blurb_en {
	height:458px;
}

.Blurb img{
	border-radius:9px 9px 0 0;
}

.Blurb--transparent {
    background-color: transparent;
}
.Blurb__hoverText {
    -webkit-transition: none 172ms ease-out;
            transition: none 172ms ease-out;
    -webkit-transition-property: color;
            transition-property: color;
}
.Blurb__hoverBg {
    -webkit-transition: none 172ms ease-out;
            transition: none 172ms ease-out;
    -webkit-transition-property: color, background-color;
            transition-property: color, background-color;
}
.Blurb__hoverBg--gradient {
    position: relative;
    z-index: 10;

    -webkit-transition: none 172ms ease-out;
            transition: none 172ms ease-out;
    -webkit-transition-property: background-image, background-color;
            transition-property: background-image, background-color; 

    background-color: #222;
    background-image: #222;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
}
.Blurb__hoverBg--gradient:before {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: "";
    -webkit-transition: none 172ms ease-out;
            transition: none 172ms ease-out;
    -webkit-transition-property: opacity;
            transition-property: opacity; 

    opacity: 0;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    background-color: #f90048;
    background-image: -webkit-linear-gradient(140deg, #f90048, #ff8922);
    background-image:         linear-gradient(310deg, #f90048, #ff8922);
}
.Blurb__hoverBg--gradient:hover {
    background-color: #222; 
    background-image: #222;
}
.Blurb__hoverBg--gradient:hover:before {
    opacity: 1;
}
.Blurb:hover .Blurb__hoverText {
    color: #f90048;
}
.Blurb:hover .Blurb__hoverBg {
    color: #fff;
    border: 0; 
    background-color: #f90048;
}
.Blurb:hover .Blurb__hoverBg:before {
    opacity: 1;
}
.Blurb:hover .Blurb__hoverBtn.btn-default {
    color: #f90048; 
    border-color: #f90048;
}
.Blurb:hover .Blurb__hoverBtn.btn-default:hover,
.Blurb:hover .Blurb__hoverBtn.btn-default:focus {
    color: #fff;
}
.Blurb:hover .Blurb__hoverBtn.btn-default:active:hover,
.Blurb:hover .Blurb__hoverBtn.btn-default:active:focus {
    color: #fff;
}
.Blurb--wrapper {
    padding: 50px 40px;
}
.Blurb--wrapper20 {
    padding: 20px;
}
.Blurb--wrapper30 {
    padding: 30px 20px;
}
.Blurb--wrapper35 {
    padding: 35px 20px;
}
.Blurb--wrapper40 {
    padding: 40px;
}
.Blurb--wrapper60 {
    padding: 60px;
}
.Blurb--hoverBg {
    -webkit-transition: none 172ms ease-out;
            transition: none 172ms ease-out;
    -webkit-transition-property: background-color;
            transition-property: background-color;
}
.Blurb--hoverBg--gradient {
    position: relative;
    z-index: 10;

    -webkit-transition: none 172ms ease-out;
            transition: none 172ms ease-out;
    -webkit-transition-property: background-image, background-color;
            transition-property: background-image, background-color; 

    background-color: #fff;
    background-image: #fff;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
}
.Blurb--hoverBg--gradient:before {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: "";
    -webkit-transition: none 172ms ease-out;
            transition: none 172ms ease-out;
    -webkit-transition-property: opacity;
            transition-property: opacity; 

    opacity: 0;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    background-color: #f90048;
    background-image: -webkit-linear-gradient(140deg, #f90048, #ff8922);
    background-image:         linear-gradient(310deg, #f90048, #ff8922);
}
.Blurb--hoverBg--gradient:hover {
    background-color: #fff; 
    background-image: #fff;
}
.Blurb--hoverBg--gradient:hover:before {
    opacity: 1;
}
.Blurb--hoverBg:hover {
    background-color: #f90048;
}
.Blurb--hoverBg:hover .Blurb__hoverText {
    color: #fff;
}
.Blurb--hoverBg:hover .Blurb__hoverBg {
    color: #000;
    background-color: #fff;
}
.Blurb--hoverBg:hover .Blurb__hoverBg:before {
    opacity: 0;
}
.Blurb--hoverBg:hover .Blurb__hoverBtn.btn-default {
    color: inherit;
}
.Blurb--hoverBg:hover .Blurb__hoverBtn.btn-default:hover,
.Blurb--hoverBg:hover .Blurb__hoverBtn.btn-default:focus {
    color: #f90048;
    background-color: #fff;
}
.Blurb--hoverBg:hover .Blurb__hoverBtn.btn-default:active:hover,
.Blurb--hoverBg:hover .Blurb__hoverBtn.btn-default:active:focus {
    color: #f90048;
    background-color: #f2f2f2;
}
.Blurb--dark {
    color: #fff; 
    background-color: #333;
}
.Blurb--dark p {
    -webkit-transition: none 172ms ease-out;
            transition: none 172ms ease-out;
    -webkit-transition-property: color;
            transition-property: color; 

    color: rgba(255, 255, 255, .55);
}
.Blurb--dark.Blurb--hoverBg--gradient:hover p {
    color: #fff;
}

.blurbMultiColor {
    position: relative;

    width: 100%;
}
.blurbMultiColor .col-md-4 {
    padding: 0;
}
.blurbMultiColor .blurb--gray {
    background: #eee;
}
.blurbMultiColor .blurb--primary {
    background: #f90048;
}
.blurbMultiColor .blurb--black {
    background: #222;
}
.blurbMultiColor .blurb--spacing {
    padding: 15%;
}

.imgFitScreen img {
    width: 100%;
    height: auto;
}
.u-LetterSpacing1 {
    letter-spacing: 1px;
}

.u-LetterSpacing2 {
    letter-spacing: 2px;
}

.u-LetterSpacing3 {
    letter-spacing: 3px;
}

.u-LetterSpacing4 {
    letter-spacing: 4px;
}

.u-LetterSpacing6 {
    letter-spacing: 6px;
}

.u-LetterSpacing10 {
    letter-spacing: 10px;
}

.u-LetterSpacing15 {
    letter-spacing: 15px;
}

.u-FontSize11 {
    font-size: 11px;
	line-height:1.1;
}
.u-FontSize12 {
    font-size: 12px;
	line-height:1.2;
}

.u-FontSize13 {
    font-size: 13px;
	line-height:1.3;
}

.u-FontSize14 {
    font-size: 14px;
	line-height:1.4;
}

.u-FontSize15 {
    font-size: 15px;
	line-height:1.5;
}

.u-FontSize16 {
    font-size: 16px;
	line-height:1.6;
}

.u-FontSize17 {
    font-size: 17px;
}

.u-FontSize18 {
    font-size: 18px;
}

.u-FontSize19 {
    font-size: 19px;
}

.u-FontSize20 {
    font-size: 20px;
}

.u-FontSize28 {
    font-size: 28px;
}

.u-FontSize30 {
    font-size: 30px;
}

.u-FontSize35 {
    font-size: 35px;
}

.u-FontSize50 {
    font-size: 50px;
}
.u-FontSize50 small {
    padding-right: 2px;
    font-size: .5em;
}

.u-FontSize60 {
    font-size: 60px;
}

.u-FontSize75 {
    font-size: 75px;
}

.u-FontSize100 {
    font-size: 100px;
}

.u-Weight100 {
    font-weight: 100;
}

.u-Weight300 {
    font-weight: 300;
}

.u-Weight400 {
    font-weight: 400;
}

.u-Weight600 {
    font-weight: 600;
}

.u-Weight700 {
    font-weight: 700;
}

.u-Weight800 {
    font-weight: 800;
}


.u-LineHeight0 {
    line-height: .4;
}

.u-LineHeight1 {
    line-height: 1;
}

.u-LineHeight1-2 {
    line-height: 1.2;
}

.u-LineHeight1-5 {
    line-height: 1.5;
}

.u-LineHeight2 {
    line-height: 2;
}

.u-LineHeight3 {
    line-height: 2;
}

@media screen and (max-width: 992px) {
	.u-sm-LetterSpacing1 {
		letter-spacing: 1px;
	}

	.u-sm-LetterSpacing2 {
		letter-spacing: 2px;
	}

	.u-sm-LetterSpacing3 {
		letter-spacing: 3px;
	}

	.u-sm-LetterSpacing4 {
		letter-spacing: 4px;
	}

	.u-sm-LetterSpacing6 {
		letter-spacing: 6px;
	}

	.u-sm-LetterSpacing10 {
		letter-spacing: 10px;
	}
	
    .u-sm-FontSize12 {
        font-size: 12px;
    }
    .u-sm-FontSize16 {
        font-size: 16px;
    }
    .u-sm-FontSize20 {
        font-size: 20px;
    }
    .u-sm-FontSize30 {
        font-size: 30px;
    }
	.u-sm-FontSize35 {
        font-size: 35px;
    }
    .u-sm-FontSize40 {
        font-size: 40px;
    }
    .u-sm-FontSize50 {
        font-size: 50px;
    }
    .u-sm-FontSize60 {
        font-size: 60px;
    }
	
	.u-sm-LineHeight0 {
		line-height: .4;
	}

	.u-sm-LineHeight1 {
		line-height: 1;
	}

	.u-sm-LineHeight1-2 {
		line-height: 1.2;
	}
	
	.u-sm-LineHeight1-5 {
		line-height: 1.5;
	}

	.u-sm-LineHeight2 {
		line-height: 2;
	}

	.u-sm-LineHeight3 {
		line-height: 2;
	}
	
}

@media screen and (max-width: 767px) {

	.flags img{
		padding-top:1px;
		padding-right:1px;
		width:42px;
	}
	.u-xs-LetterSpacing1 {
		letter-spacing: 1px;
	}

	.u-xs-LetterSpacing2 {
		letter-spacing: 2px;
	}

	.u-xs-LetterSpacing3 {
		letter-spacing: 3px;
	}

	.u-xs-LetterSpacing4 {
		letter-spacing: 4px;
	}

	.u-xs-LetterSpacing6 {
		letter-spacing: 6px;
	}

	.u-xs-LetterSpacing10 {
		letter-spacing: 10px;
	}

	.u-xs-LetterSpacing15 {
		letter-spacing: 15px;
	}

	.u-xs-FontSize10 {
        font-size: 10px;
    }
	.u-xs-FontSize11 {
        font-size: 11px;
    }
    .u-xs-FontSize12 {
        font-size: 12px;
    }
	.u-xs-FontSize13 {
        font-size: 13px;
    }
	.u-xs-FontSize14 {
        font-size: 14px;
    }
	.u-xs-FontSize15 {
        font-size: 15px;
    }
    .u-xs-FontSize16 {
        font-size: 16px;
    }
	.u-xs-FontSize17 {
        font-size: 17px;
    }
	.u-xs-FontSize18 {
        font-size: 18px;
    }
    .u-xs-FontSize20 {
        font-size: 20px;
    }
	.u-xs-FontSize22 {
        font-size: 22px;
    }
	.u-xs-FontSize24 {
        font-size: 24px;
    }
    .u-xs-FontSize30 {
        font-size: 30px;
    }
	.u-xs-FontSize35 {
        font-size: 35px;
    }
    .u-xs-FontSize40 {
        font-size: 40px;
    }
    .u-xs-FontSize50 {
        font-size: 50px;
    }
    .u-xs-FontSize60 {
        font-size: 60px;
    }
	
	.u-xs-LineHeight0 {
		line-height: .4;
	}
	

	.u-xs-LineHeight1 {
		line-height: 1;
	}

	.u-xs-LineHeight1-1 {
		line-height: 1.1;
	}
	
	.u-xs-LineHeight1-2 {
		line-height: 1.2;
	}
	
	.u-xs-LineHeight1-3 {
		line-height: 1.3;
	}
	
	.u-xs-LineHeight1-4 {
		line-height: 1.4;
	}
	
	.u-xs-LineHeight1-5 {
		line-height: 1.5;
	}

	.u-xs-LineHeight2 {
		line-height: 2;
	}

	.u-xs-LineHeight3 {
		line-height: 2;
	}
}


.u-BorderLess {
    border: 0;
}

.u-Border {
    border: 1px solid rgba(0, 0, 0, .09);
}

.u-Border10 {
    border: 10px solid rgba(255, 255, 255, .3);
}

.u-BorderTop1 {
    border-top: 1px solid rgba(0, 0, 0, .09);
}

.Icon--16px {
    font-size: 16px;
}

.Icon--18px {
    font-size: 18px;
}

.Icon--24px {
    font-size: 24px;
}

.Icon--32px {
    font-size: 32px;
}

.Icon--44px {
    font-size: 44px;
}

.Icon--50px {
    font-size: 50px;
}

.Icon--60px {
    font-size: 60px;
}

.Icon--80px {
    font-size: 80px;
}

.u-Width75 {
    width: 75px;
}

.u-Hide {
    display: none;
}

.u-FlexCenter {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    -webkit-align-items: center;
            align-items: center; 
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -ms-flex-pack: center;
}

.u-InlineBlock {
    display: inline-block;
}

.u-VerticalMiddle {
    vertical-align: middle;
}

.u-Block {
    display: block;
}

@media screen and (max-width: 992px) {
    .u-sm-Block {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .u-xs-Block {
        display: block;
    }
}

.u-Center {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.u-vCenter {
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.Thumb {
    position: relative;

    display: inline-block;

    width: 46px;
    height: 46px;
    padding: 0; 

    vertical-align: middle;
}
.Thumb--rotate {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.Thumb__iconCenter {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.Thumb__iconCenter--rotate- {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}
.Thumb--image {
    text-align: center;

    background-color: rgba(0, 0, 0, .05);
}
.Thumb--rounded {
    overflow: hidden; 

    -webkit-border-radius: 999px;
            border-radius: 999px;
}
.Thumb--30px {
    width: 30px;
    height: 30px;
}
.Thumb--40px {
    width: 40px;
    height: 40px;
}
.Thumb--52px {
    width: 52px;
    height: 52px;
}
.Thumb--62px {
    width: 62px;
    height: 62px;
}
.Thumb--92px {
    width: 92px;
    height: 92px;
}
.Thumb--116px {
    width: 116px;
    height: 116px;
}
.Thumb--142px {
    width: 142px;
    height: 142px;
}
.Thumb--162px {
    width: 162px;
    height: 162px;
}
.Thumb--182px {
    width: 182px;
    height: 182px;
}
.Thumb--190px {
    width: 190px;
    height: 190px;
}
.Thumb--black {
    color: #fff;
    background-color: #222;
}
.Thumb--primary {
    color: #fff;
    background-color: #f90048;
}
.Thumb--primaryOutline {
    color: #f90048;
    border: 1px solid #f90048; 
    background-color: transparent;
}

.u-OverflowVisible {
    overflow: visible;
}

.u-height200 {
    height: 200px;
}

.u-height250 {
    height: 250px;
}

.u-height300 {
    height: 330px;
}

.u-height330 {
    height: 330px;
}

.u-height350 {
    height: 350px;
}

.u-height450 {
    height: 450px;
}
@media screen and (max-width: 767px) {
    .u-height450 {
        height: 300px;
    }
}

.u-height500 {
    height: 500px;
}
@media screen and (max-width: 767px) {
    .u-height500 {
        height: 400px;
    }
}

.u-height600 {
    height: 600px;
}
@media screen and (max-width: 767px) {
    .u-height600 {
        height: 550px;
    }
}

.u-height700 {
    height: 700px;
}
@media screen and (max-width: 767px) {
    .u-height700 {
        height: 550px;
    }
}

.u-MarginAuto {
    margin-right: auto; 
    margin-left: auto;
}

.u-Margin0 {
    margin: 0;
}

.u-MarginTop-30 {
    margin-top: -30px;
}

.u-MarginTop-20 {
    margin-top: -20px;
}

.u-MarginTop-10 {
    margin-top: -10px;
}

.u-MarginTop-5 {
    margin-top: -5px;
}

.u-MarginTop-3 {
    margin-top: -3px;
}

.u-MarginTop-2 {
    margin-top: -2px;
}

.u-MarginTop-1 {
    margin-top: -1px;
}

.u-MarginTop0 {
    margin-top: 0;
}

.u-MarginTop2 {
    margin-top: 2px;
}

.u-MarginTop5 {
    margin-top: 5px;
}

.u-MarginTop10 {
    margin-top: 10px;
}

.u-MarginTop11 {
    margin-top: 11px;
}

.u-MarginTop12 {
    margin-top: 12px;
}

.u-MarginTop13 {
    margin-top: 13px;
}

.u-MarginTop14 {
    margin-top: 14px;
}

.u-MarginTop15 {
    margin-top: 15px;
}

.u-MarginTop16 {
    margin-top: 16px;
}

.u-MarginTop17 {
    margin-top: 17px;
}

.u-MarginTop18 {
    margin-top: 18px;
}

.u-MarginTop19 {
    margin-top: 19px;
}

.u-MarginTop20 {
    margin-top: 20px;
}

.u-MarginTop25 {
    margin-top: 25px;
}

.u-MarginTop30 {
    margin-top: 30px;
}

.u-MarginTop35 {
    margin-top: 35px;
}

.u-MarginTop40 {
    margin-top: 40px;
}

.u-MarginTop45 {
    margin-top: 45px;
}

.u-MarginTop50 {
    margin-top: 50px;
}

.u-MarginTop55 {
    margin-top: 55px;
}

.u-MarginTop60 {
    margin-top: 60px;
}

.u-MarginTop65 {
    margin-top: 65px;
}

.u-MarginTop70 {
    margin-top: 70px;
}

.u-MarginTop75 {
    margin-top: 75px;
}

.u-MarginTop80 {
    margin-top: 80px;
}

.u-MarginTop85 {
    margin-top: 85px;
}

.u-MarginTop90 {
    margin-top: 90px;
}

.u-MarginTop95 {
    margin-top: 95px;
}

.u-MarginTop100 {
    margin-top: 100px;
}

.u-MarginTop150 {
    margin-top: 150px;
}

.u-MarginTop200 {
    margin-top: 200px;
}

.u-MarginTop220 {
    margin-top: 220px;
}

.u-MarginTop250 {
    margin-top: 250px;
}

.u-MarginTop270 {
    margin-top: 270px;
}

.u-MarginTop280 {
    margin-top: 280px;
}

.u-MarginTop300 {
    margin-top: 300px;
}

.u-MarginBottom0 {
    margin-bottom: 0;
}

.u-MarginBottom1 {
    margin-bottom: 1px;
}

.u-MarginBottom2 {
    margin-bottom: 2px;
}

.u-MarginBottom3 {
    margin-bottom: 3px;
}

.u-MarginBottom4 {
    margin-bottom: 4px;
}

.u-MarginBottom5 {
    margin-bottom: 5px;
}

.u-MarginBottom6 {
    margin-bottom: 6px;
}

.u-MarginBottom7 {
    margin-bottom: 7px;
}

.u-MarginBottom8 {
    margin-bottom: 8px;
}

.u-MarginBottom9 {
    margin-bottom: 9px;
}

.u-MarginBottom10 {
    margin-bottom: 10px;
}

.u-MarginBottom15 {
    margin-bottom: 15px;
}

.u-MarginBottom20 {
    margin-bottom: 20px;
}

.u-MarginBottom22 {
    margin-bottom: 22px;
}

.u-MarginBottom25 {
    margin-bottom: 25px;
}

.u-MarginBottom30 {
    margin-bottom: 30px;
}

.u-MarginBottom35 {
    margin-bottom: 35px;
}

.u-MarginBottom40 {
    margin-bottom: 40px;
}

.u-MarginBottom45 {
    margin-bottom: 45px;
}

.u-MarginBottom50 {
    margin-bottom: 50px;
}

.u-MarginBottom60 {
    margin-bottom: 60px;
}

.u-MarginBottom65 {
    margin-bottom: 65px;
}

.u-MarginBottom70 {
    margin-bottom: 70px;
}

.u-MarginBottom75 {
    margin-bottom: 75px;
}

.u-MarginBottom80 {
    margin-bottom: 80px;
}

.u-MarginBottom95 {
    margin-bottom: 95px;
}

.u-MarginBottom100 {
    margin-bottom: 100px;
}

.u-MarginBottom150 {
    margin-bottom: 150px;
}

.u-MarginBottom200 {
    margin-bottom: 200px;
}

.u-MarginLeft-15 {
    margin-left: -15px;
}

.u-MarginLeft-10 {
    margin-left: -10px;
}

.u-MarginLeft-5 {
    margin-left: -5px;
}

.u-MarginLeft0 {
    margin-left: 0px;
}

.u-MarginLeft2 {
    margin-left: 2px;
}

.u-MarginLeft3 {
    margin-left: 3px;
}

.u-MarginLeft5 {
    margin-left: 5px;
}

.u-MarginLeft7 {
    margin-left: 7px;
}

.u-MarginLeft10 {
    margin-left: 10px;
}

.u-MarginLeft15 {
    margin-left: 15px;
}

.u-MarginLeft20 {
    margin-left: 20px;
}

.u-MarginLeft30 {
    margin-left: 30px;
}

.u-MarginRight5 {
    margin-right: 5px;
}

.u-MarginRight10 {
    margin-right: 10px;
}

.u-MarginRight15 {
    margin-right: 15px;
}

.u-MarginRight20 {
    margin-right: 20px;
}

.u-MarginRight30 {
    margin-right: 30px;
}

.u-right {
    right: 0;
}

.u-left {
    left: 0;
}

.n-MarginTop2 {
    margin-top: -2px;
}

.n-MarginTop3 {
    margin-top: -3px;
}

.n-MarginTop4 {
    margin-top: -4px;
}

.n-MarginTop5 {
    margin-top: -5px;
}

.n-MarginTop10 {
    margin-top: -10px;
}

.n-MarginLeft2 {
    margin-left: -2px;
}

.n-MarginLeft3 {
    margin-left: -3px;
}

.n-MarginLeft4 {
    margin-left: -4px;
}

.n-MarginLeft5 {
    margin-left: -5px;
}

.n-MarginLeft10 {
    margin-left: -10px;
}

.n-MarginRight2 {
    margin-right: -2px;
}

.n-MarginRight3 {
    margin-right: -3px;
}

.n-MarginRight4 {
    margin-right: -4px;
}

.n-MarginRight5 {
    margin-right: -5px;
}

.n-MarginRight10 {
    margin-right: -10px;
}


@media screen and (max-width: 1170px) {
    .u-md-MarginTop10 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 992px) {
	.u-sm-height200 {
		height: 200px;
	}

	.u-sm-height250 {
		height: 250px;
	}

	.u-sm-height300 {
		height: 330px;
	}

	.u-sm-height330 {
		height: 330px;
	}

	.u-sm-height350 {
		height: 350px;
	}
	
	.u-sm-MarginTop-30 {
        margin-top: -30px;
    }
	.u-sm-MarginTop-20 {
        margin-top: -20px;
    }
	.u-sm-MarginTop-10 {
        margin-top: -10px;
    }
	.u-sm-MarginTop-5 {
        margin-top: -5px;
    }
    .u-sm-MarginTop0 {
        margin-top: 0;
    }
	 .u-sm-MarginTop5 {
        margin-top: 5px;
    }
    .u-sm-MarginTop10 {
        margin-top: 10px;
    }
	.u-sm-MarginTop15 {
        margin-top: 15px;
    }
	.u-sm-MarginTop20 {
        margin-top: 20px;
    }
    .u-sm-MarginTop30 {
        margin-top: 30px;
    }
    .u-sm-MarginTop40 {
        margin-top: 40px;
    }
    .u-sm-MarginTop50 {
        margin-top: 50px;
    }
    .u-sm-MarginBottom0 {
        margin-bottom: 0;
    }
    .u-sm-MarginBottom20 {
        margin-bottom: 20px;
    }
    .u-sm-MarginBottom30 {
        margin-bottom: 30px;
    }
    .u-sm-MarginBottom40 {
        margin-bottom: 40px;
    }
    .u-sm-MarginBottom50 {
        margin-bottom: 50px;
    }
    .u-sm-MarginBottom60 {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
	.u-xs-Hide {
		display: none;
	}
	.mobile_hide * {
		display: none;
	}
	
	.u-xs-height200 {
		height: 200px;
	}

	.u-xs-height250 {
		height: 250px;
	}

	.u-xs-height300 {
		height: 330px;
	}

	.u-xs-height330 {
		height: 330px;
	}

	.u-xs-height350 {
		height: 350px;
	}

	.top-side-menu {
		z-index:-999;
	}
    .u-xs-Margin0 {
        margin: 0;
    }
	.u-xs-MarginTop-30 {
        margin-top: -30px;
    }
	.u-xs-MarginTop-20 {
        margin-top: -20px;
    }
	.u-xs-MarginTop-10 {
        margin-top: -10px;
    }
	.u-xs-MarginTop-5 {
        margin-top: -5px;
    }
    .u-xs-MarginTop0 {
        margin-top: 0;
    }
	.u-xs-MarginTop5 {
        margin-top: 5px;
    }
    .u-xs-MarginTop10 {
        margin-top: 10px;
    }
	.u-xs-MarginTop20 {
        margin-top: 20px;
    }
    .u-xs-MarginTop30 {
        margin-top: 30px;
    }
    .u-xs-MarginTop40 {
        margin-top: 40px;
    }
    .u-xs-MarginTop50 {
        margin-top: 50px;
    }
    .u-xs-MarginTop60 {
        margin-top: 60px;
    }
	.u-xs-MarginTop70 {
        margin-top: 70px;
    }
	.u-xs-MarginTop80 {
        margin-top: 80px;
    }
    .u-xs-MarginBottom0 {
        margin-bottom: 0;
    }
	.u-xs-MarginBottom5 {
        margin-bottom: 5px;
    }
	.u-xs-MarginBottom6 {
        margin-bottom: 6px;
    }
	.u-xs-MarginBottom7 {
        margin-bottom: 7px;
    }
	.u-xs-MarginBottom8 {
        margin-bottom: 8px;
    }
	.u-xs-MarginBottom9 {
        margin-bottom: 9px;
    }
    .u-xs-MarginBottom10 {
        margin-bottom: 10px;
    }
	.u-xs-MarginBottom12 {
        margin-bottom: 12px;
    }
	.u-xs-MarginBottom15 {
        margin-bottom: 15px;
    }
    .u-xs-MarginBottom20 {
        margin-bottom: 20px;
    }
    .u-xs-MarginBottom30 {
        margin-bottom: 30px;
    }
    .u-xs-MarginBottom40 {
        margin-bottom: 40px;
    }
    .u-xs-MarginBottom50 {
        margin-bottom: 50px;
    }
    .u-xs-MarginRight0 {
        margin-right: 0;
    }
}

.u-Padding0 {
    padding: 0;
}

.u-Padding5 {
    padding: 5px;
}

.u-Padding10 {
    padding: 10px;
}

.u-Padding20 {
    padding: 20px;
}

.u-Padding30 {
    padding: 30px;
}

.u-Padding50 {
    padding: 50px;
}

.u-Padding100 {
    padding: 100px;
}

.u-Padding90 {
    padding: 70px 90px;
}

.u-PaddingTop0 {
    padding-top: 0;
}

.u-PaddingTop5 {
    padding-top: 5px;
}

.u-PaddingTop10 {
    padding-top: 10px;
}
.u-PaddingTop11 {
    padding-top: 11px;
}
.u-PaddingTop12 {
    padding-top: 12px;
}
.u-PaddingTop13 {
    padding-top: 13px;
}
.u-PaddingTop14 {
    padding-top: 14px;
}
.u-PaddingTop15 {
    padding-top: 15px;
}

.u-PaddingTop20 {
    padding-top: 20px;
}

.u-PaddingTop25 {
    padding-top: 25px;
}

.u-PaddingTop30 {
    padding-top: 30px;
}

.u-PaddingTop40 {
    padding-top: 40px;
}

.u-PaddingTop45 {
    padding-top: 45px;
}

.u-PaddingTop50 {
    padding-top: 50px;
}

.u-PaddingTop55 {
    padding-top: 55px;
}

.u-PaddingTop60 {
    padding-top: 60px;
}

.u-PaddingTop65 {
    padding-top: 65px;
}

.u-PaddingTop70 {
    padding-top: 70px;
}

.u-PaddingTop85 {
    padding-top: 85px;
}

.u-PaddingTop90 {
    padding-top: 90px;
}

.u-PaddingTop100 {
    padding-top: 100px;
}

.u-PaddingTop150 {
    padding-top: 150px;
}

.u-PaddingTop200 {
    padding-top: 200px;
}

.u-PaddingBottom0 {
    padding-bottom: 0;
}

.u-PaddingBottom3 {
    padding-bottom: 3px;
}

.u-PaddingBottom5 {
    padding-bottom: 5px;
}

.u-PaddingBottom7 {
    padding-bottom: 7px;
}

.u-PaddingBottom8 {
    padding-bottom: 8px;
}

.u-PaddingBottom10 {
    padding-bottom: 10px;
}

.u-PaddingBottom12 {
    padding-bottom: 12px;
}

.u-PaddingBottom15 {
    padding-bottom: 15px;
}

.u-PaddingBottom17 {
    padding-bottom: 17px;
}

.u-PaddingBottom20 {
    padding-bottom: 20px;
}

.u-PaddingBottom22 {
    padding-bottom: 22px;
}

.u-PaddingBottom25 {
    padding-bottom: 25px;
}

.u-PaddingBottom30 {
    padding-bottom: 30px;
}

.u-PaddingBottom40 {
    padding-bottom: 40px;
}

.u-PaddingBottom45 {
    padding-bottom: 45px;
}

.u-PaddingBottom55 {
    padding-bottom: 55px;
}

.u-PaddingBottom50 {
    padding-bottom: 50px;
}

.u-PaddingBottom60 {
    padding-bottom: 60px;
}

.u-PaddingBottom65 {
    padding-bottom: 65px;
}

.u-PaddingBottom70 {
    padding-bottom: 70px;
}

.u-PaddingBottom80 {
    padding-bottom: 80px;
}

.u-PaddingBottom90 {
    padding-bottom: 90px;
}

.u-PaddingBottom100 {
    padding-bottom: 100px;
}

.u-PaddingBottom150 {
    padding-bottom: 150px;
}

.u-PaddingBottom200 {
    padding-bottom: 200px;
}
.u-PaddingLeft3 {
    padding-left: 3px;
}

.u-PaddingLeft5 {
    padding-left: 5px;
}

.u-PaddingLeft10 {
    padding-left: 10px;
}

.u-PaddingLeft15 {
    padding-left: 15px;
}

.u-PaddingLeft16 {
    padding-left: 16px;
}

.u-PaddingLeft17 {
    padding-left: 17px;
}

.u-PaddingLeft18 {
    padding-left: 18px;
}

.u-PaddingLeft19 {
    padding-left: 19px;
}

.u-PaddingLeft20 {
    padding-left: 20px;
}

.u-PaddingLeft30 {
    padding-left: 30px;
}

.u-PaddingLeft40 {
    padding-left: 40px;
}

.u-PaddingLeft45 {
    padding-left: 45px;
}

.u-PaddingLeft50 {
    padding-left: 50px;
}

.u-PaddingLeft70 {
    padding-left: 70px;
}

.u-PaddingLeft80 {
    padding-left: 80px;
}

.u-PaddingLeft100 {
    padding-left: 100px;
}

.u-PaddingRight5 {
    padding-right: 5px;
}

.u-PaddingRight10 {
    padding-right: 10px;
}

.u-PaddingRight15 {
    padding-right: 15px;
}

.u-PaddingRight20 {
    padding-right: 20px;
}

.u-PaddingRight30 {
    padding-right: 30px;
}

.u-PaddingRight25 {
    padding-right: 25px;
}

.u-PaddingRight40 {
    padding-right: 40px;
}

.u-PaddingRight45 {
    padding-right: 45px;
}

.u-PaddingRight50 {
    padding-right: 50px;
}

.u-PaddingRight100 {
    padding-right: 100px;
}

.u-Padding10x30 {
    padding: 10px 30px;
}

@media screen and (max-width: 1170px) {
    .u-md-Padding0 {
        padding: 0;
    }
    .u-md-Padding35 {
        padding: 35px;
    }
    .u-md-PaddingTop0 {
        padding-top: 0;
    }
    .u-md-PaddingTop5 {
        padding-top: 5px;
    }
    .u-md-PaddingTop10 {
        padding-top: 10px;
    }
    .u-md-PaddingTop15 {
        padding-top: 15px;
    }
    .u-md-PaddingTop20 {
        padding-top: 20px;
    }
    .u-md-PaddingTop25 {
        padding-top: 25px;
    }
    .u-md-PaddingTop30 {
        padding-top: 30px;
    }
    .u-md-PaddingBottom0 {
        padding-bottom: 0;
    }
    .u-md-PaddingBottom10 {
        padding-bottom: 10px;
    }
    .u-md-PaddingBottom20 {
        padding-bottom: 20px;
    }
    .u-md-PaddingBottom30 {
        padding-bottom: 30px;
    }
    .u-md-PaddingLeft10 {
        padding-left: 10px;
    }
    .u-md-PaddingLeft20 {
        padding-left: 20px;
    }
    .u-md-PaddingLeft30 {
        padding-left: 30px;
    }
    .u-md-PaddingRight10 {
        padding-right: 10px;
    }
    .u-md-PaddingRight20 {
        padding-right: 20px;
    }
    .u-md-PaddingRight30 {
        padding-right: 30px;
    }
}

@media screen and (max-width: 992px) {
    .u-sm-Padding0 {
        padding: 0;
    }
    .u-sm-Padding15 {
        padding: 15px;
    }
    .u-sm-Padding35 {
        padding: 35px;
    }
    .u-sm-PaddingTop0 {
        padding-top: 0;
    }
    .u-sm-PaddingTop5 {
        padding-top: 5px;
    }
    .u-sm-PaddingTop10 {
        padding-top: 10px;
    }
    .u-sm-PaddingTop15 {
        padding-top: 15px;
    }
    .u-sm-PaddingTop20 {
        padding-top: 20px;
    }
    .u-sm-PaddingTop25 {
        padding-top: 25px;
    }
    .u-sm-PaddingTop30 {
        padding-top: 30px;
    }
    .u-sm-PaddingTop50 {
        padding-top: 50px;
    }
    .u-sm-PaddingBottom0 {
        padding-bottom: 0;
    }
    .u-sm-PaddingBottom10 {
        padding-bottom: 10px;
    }
    .u-sm-PaddingBottom20 {
        padding-bottom: 20px;
    }
    .u-sm-PaddingBottom30 {
        padding-bottom: 30px;
    }
    .u-sm-PaddingBottom50 {
        padding-bottom: 50px;
    }
    .u-sm-PaddingLeft0 {
        padding-left: 0;
    }
    .u-sm-PaddingLeft5 {
        padding-left: 5px;
    }
    .u-sm-PaddingLeft10 {
        padding-left: 10px;
    }
    .u-sm-PaddingLeft20 {
        padding-left: 20px;
    }
    .u-sm-PaddingRight0 {
        padding-right: 0;
    }
    .u-sm-PaddingRight5 {
        padding-right: 5px;
    }
    .u-sm-PaddingRight10 {
        padding-right: 10px;
    }
    .u-sm-PaddingRight20 {
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .u-xs-Padding0 {
        padding: 0;
    }
    .u-xs-Padding10 {
        padding: 10px;
    }
    .u-xs-Padding35 {
        padding: 35px;
    }
    .u-xs-PaddingTop0 {
        padding-top: 0;
    }
    .u-xs-PaddingTop5 {
        padding-top: 5px;
    }
    .u-xs-PaddingTop10 {
        padding-top: 10px;
    }
    .u-xs-PaddingTop15 {
        padding-top: 15px;
    }
    .u-xs-PaddingTop20 {
        padding-top: 20px;
    }
    .u-xs-PaddingTop25 {
        padding-top: 25px;
    }
    .u-xs-PaddingTop30 {
        padding-top: 30px;
    }
    .u-xs-PaddingTop50 {
        padding-top: 50px;
    }
    .u-xs-PaddingTop70 {
        padding-top: 70px;
    }
    .u-xs-PaddingTop100 {
        padding-top: 100px;
    }
    .u-xs-PaddingBottom0 {
        padding-bottom: 0;
    }
    .u-xs-PaddingBottom10 {
        padding-bottom: 10px;
    }
    .u-xs-PaddingBottom20 {
        padding-bottom: 20px;
    }
    .u-xs-PaddingBottom30 {
        padding-bottom: 30px;
    }
    .u-xs-PaddingBottom35 {
        padding-bottom: 35px;
    }
    .u-xs-PaddingBottom50 {
        padding-bottom: 50px;
    }
    .u-xs-PaddingBottom70 {
        padding-bottom: 70px;
    }
    .u-xs-PaddingBottom100 {
        padding-bottom: 100px;
    }
    .u-xs-PaddingLeft0 {
        padding-left: 0;
    }
	.u-xs-PaddingLeft5 {
        padding-left: 5px;
    }
	.u-xs-PaddingLeft7 {
        padding-left: 7px;
    }
	.u-xs-PaddingLeft10 {
        padding-left: 10px;
    }
    .u-xs-PaddingLeft15 {
        padding-left: 15px;
    }
    .u-xs-PaddingLeft20 {
        padding-left: 20px;
    }
    .u-xs-PaddingLeft50 {
        padding-left: 50px;
    }
    .u-xs-PaddingRight0 {
        padding-right: 0;
    }
    .u-xs-PaddingRight15 {
        padding-right: 15px;
    }
    .u-xs-PaddingRight20 {
        padding-right: 20px;
    }
    .u-xs-PaddingRight50 {
        padding-right: 50px;
    }
}

.u-BorderRadius0 {
    overflow: hidden; 

    -webkit-border-radius: 0;
            border-radius: 0;
}

.u-BorderRadius4 {
    overflow: hidden; 

    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.u-BorderRadius6 {
    overflow: hidden; 

    -webkit-border-radius: 6px;
            border-radius: 6px;
}

.u-Rounded {
    overflow: hidden; 

    -webkit-border-radius: 999px;
            border-radius: 999px;
}

.u-BoxShadow40 {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
            box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

.u-BoxShadow100 {
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .1);
            box-shadow: 0 0 100px rgba(0, 0, 0, .1);
}

.u-TextGradiennt {
    background: -webkit-linear-gradient(120deg, #f90048 0%, #f90048 30%, #ff8922 65%, #ff8922 100%);
    background:         linear-gradient(330deg, #f90048 0%, #f90048 30%, #ff8922 65%, #ff8922 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.u-Opacity10 {
    opacity: .1;
}

.u-Opacity20 {
    opacity: .2;
}

.u-Opacity40 {
    opacity: .4;
}


.position-relative {
    position: relative;
}
.img-responsive_list {display:block; max-width:255px; max-height: 325px; }
.profile_img {
	min-height: 289px;
	
}

@media screen and (max-width: 767px) {
	.img-responsive_list {max-width:100%;}
	.profile_img {
		width:255px;
	}
	.judge_list > div.judge_table_xs_0{
		border-style: solid;
		border-color: #000;
		border-width: 0 1px 1px 1px;
		height:100%;
	}
}


.white-popup {
    position: relative;

    max-width: 900px;
    margin: 20px auto; 
    padding: 20px;

    background: #fff;
}

.zoom-img {
    position: relative;

    overflow: hidden;
}
.zoom-img a:before {
    background: rgba(0, 0, 0, .3);
}
.zoom-img a img {
    -webkit-transition: -webkit-transform .3s ease;
            transition: -webkit-transform .3s ease;
            transition:         transform .3s ease;
            transition:         transform .3s ease, -webkit-transform .3s ease;
}
.zoom-img a:hover img {
    -webkit-transition: -webkit-transform .3s ease;
            transition: -webkit-transform .3s ease;
            transition:         transform .3s ease;
            transition:         transform .3s ease, -webkit-transform .3s ease; 
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
}

.hover-img {
    position: relative;
	color:#000;
}

.hover-img span {
    position: absolute;
    top: 60%;
    right: 0; 
    left: 0;

    width: 100%;

    -webkit-transition: all .3s;
            transition: all .3s;
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    text-align: center;

    opacity: 0;
    color: #fff;

    font-size: 30px;
}

.hover-img div.bgs{
    background-color: #333;
}

.hover-img figure {
	position: relative;
    background: #000;
}
.hover-img figure img {
    -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out; 
    opacity: 1;
}


.hover-img:hover figure{

    opacity: .5;
	
}
.hover-img:focus {
    outline: none;
}

.white-popup {
    padding: 43px 40px 15px 40px;
}

@media screen and (max-width: 992px) {
    .white-popup {
        padding: 20px;
    }
}

.mfp-close-btn-in .mfp-close {
    -webkit-transition: all .3s;
            transition: all .3s; 

    opacity: 1;
    color: #fff;
    background: #f90048;
}
.mfp-close-btn-in .mfp-close:hover {
    -webkit-transition: all .3s;
            transition: all .3s; 

    background: #ff8922;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    top: -45px;
    right: 0;

    width: 5% !important; 
    padding-right: 13px;

    text-align: right;
}

.mfp-image-holder .mfp-close {
    top: -5px;

    width: 5.5% !important;
}


/* -- 21 Flag */
.flags {
	position:absolute;
	width:100%;
	text-align:right;
	padding-top:1px;
	padding-right:10px;
}

.flags_modal {
	position:absolute;
	width:100%;
	text-align:left;
	margin-top:3px;
	padding-left:10px;
}


.maker_img {
	width:506px;
}

.maker_title {
	height:20px;
	display:block;
	margin-top:2px;
	font-size:13px;
	letter-spacing:-1px;
}

.text-black {
    color: #000;
}

.text-darkgray {
    color: #333;
}

.text-blue {
    color: #4173a6;
}

.text-gray {
    color: #787878;
}

.text-gray2 {
    color: #999;
}

.text-gray3 {
    color: #aaa;
}


.text-italic {
    font-style: italic;
}

.text-sm {
    font-size: 13px;
}

.text-lg {
    font-size: 18px;
}

.text-white {
    color: #fff;
}
.text-white.text-muted,
.text-white .text-muted {
    color: rgba(255, 255, 255, .44);
}
.text-white p {
    color: rgba(255, 255, 255, .55);
}
.text-white .btn-go {
    color: rgba(255, 255, 255, .55);
}
.text-white .btn-go:hover {
    color: #fff;
}
.text-white .Split {
    background-color: #fff;
}

.line-heights{
	line-height:1.6;
}

.position-bottom{
	margin-bottom:15px;
}

.position-bottom:hover{
	color:#333;
}

.labels td label{
	display:inline-block;
}

.labels td input[type="radio"]{
	display:inline-block;
}

.popup_contents *{
	word-break:keep-all;
	text-align:left;
	text-justify:none;
}

.popup_contents div p{
	word-break:keep-all;
	text-align:left;
	text-justify:none;
}
