/* Update: 20.11.17 */

@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@1.0/nanumbarungothicsubset.css");
@charset "UTF-8";
/* SASS Property
-------------------------------------------------------------- */
.footer__copy {
	text-indent: -9999px;
	display: block;
}
.btn, .layerReport .container .btnArea .btnConfirm, .layerReport .container .btnArea .btnCancel, .card__category-item {
	display: inline-block;
	text-align: center;
}
.btn--orange, .layerReport .container .btnArea .btnCancel, .btn--black, .layerReport .container .btnArea .btnConfirm, .btn--gray, .card__category-item {
	color: #fff;
}
.ellipsis, .board-write__filetxt, .app-artist__file-txt {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}
/* CSS Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, strong, small, dl, dt, dd, ol, ul, li, fieldset, form, input, button, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
img, fieldset, button {
	border: 0;
}
article, aside, figcaption, figure, video, audio, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, input, button, textarea, select, table {
	line-height: 1.2;
	font-family: 'NanumBarunGothic', sans-serif;
	font-size: 16px;
	color: #000;
}
font {
	line-height: 1.6;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
	transition: color 0.3s ease, opacity 0.3s ease;
	-moz-transition: color 0.3s ease, opacity 0.3s ease;
	-o-transition: color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, opacity 0.3s ease;
}
button {
	transition: color 0.3s ease, opacity 0.3s ease;
	-moz-transition: color 0.3s ease, opacity 0.3s ease;
	-o-transition: color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, opacity 0.3s ease;
}
#wrap button:hover, #wrap a:hover, .popup button:hover, .popup a:hover {
	opacity: 0.75;
}
/*a:hover, a:focus, a:active{text-decoration:underline;}*/
img {
	vertical-align: middle;
}
button, label {
	cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, legend {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	visibility: hidden;
}
select:disabled::-ms-expand {
	display: none;
}
/* Reserved Class
-------------------------------------------------------------- */
.blind {
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	left: -1000%;
	overflow: hidden;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.fL {
	float: left;
}
.fR {
	float: right;
}
.clearFix {
	zoom: 1;
}
.clearFix:after {
	clear: both;
	display: block;
	content: '';
}
.sprSet {
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/spr_set.png") no-repeat;
	text-indent: -9999px;
	display: block;
}
.transOpacity {
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
/* 단일 사용 Class
-------------------------------------------------------------- */
iframe[name="google_conversion_frame"] {
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	left: -1000%;
	overflow: hidden;
}
.btnA {
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/space.png");
	text-indent: -9999px;
	position: absolute;
}
.topContentsFrame {
	background: #fefefe;
	border-bottom: 1px solid #d0d0d0;
	border-top: 3px solid #ff8309;
}
.notiOldBrowser a {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background: #17a2b8;
	color: #fff;
	padding: .375rem .75rem;
	border-radius: .25rem;
	line-height: 1.5;
}
.updatelist {
	display: none !important;
}
.btn--transparent-black {
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.btn--transparent-red {
	border: 1px solid #e54512;
	color: #e54512;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.btn--transparent-orange {
	border: 1px solid #ff8309;
	color: #ff8309;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.btn--orange, .layerReport .container .btnArea .btnCancel {
	background: #ff8309;
}
.btn--black, .layerReport .container .btnArea .btnConfirm {
	background: #000;
}
.btn--gray {
	background: #666;
}
.btn--write {
	width: 129px;
	height: 47px;
	line-height: 47px;
	font-size: 18px;
}
.btn--write:before {
	width: 12px;
	height: 12px;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_write.png") no-repeat;
	display: inline-block;
	margin: 0 12px 0 0;
	content: '';
}
.btn--write-small:before {
	width: 8px;
	height: 8px;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_write_small.png") no-repeat;
	display: inline-block;
	margin: 0 8px 0 0;
	content: '';
}
.btn--report:before {
	width: 11px;
	height: 8px;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_report.png") no-repeat;
	display: inline-block;
	margin: 0 8px 0 0;
	content: '';
}
.btn--recom-area {
	width: 149px;
	height: 47px;
	line-height: 47px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
}
.btn--recom {
	margin-right: 10px;
}
.btn--recom:before {
	width: 20px;
	height: 25px;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_recom_btn.png") no-repeat;
	display: inline-block;
	margin: 0 7px 0 0;
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.btn--board-view {
	width: 94px;
	height: 37px;
	line-height: 37px;
	font-size: 15px;
	margin-right: 3px;
}
.btn--board-view:last-child {
	margin-right: 0;
}
.btn--board-view-sns {
	width: 40px;
	height: 37px;
	line-height: 37px;
}
.btn--board-view-sns img {
	width: 38px;
	height: 35px;
	vertical-align: top;
	display: inline-block;
}
.btn--board-add, .layerReport .container .btnArea .btnConfirm, .layerReport .container .btnArea .btnCancel {
	width: 129px;
	height: 47px;
	line-height: 47px;
	font-size: 18px;
	font-weight: bold;
	margin-right: 3px;
}
.btn--board-add:last-child, .layerReport .container .btnArea .btnConfirm:last-child, .layerReport .container .btnArea .btnCancel:last-child {
	margin-right: 0;
}
.btn--mypage, .btn--popup {
	width: 96px;
	height: 37px;
	line-height: 37px;
	font-size: 15px;
	font-weight: bold;
}
.btn--app-artist1 {
	width: 94px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
}
.btn--app-artist2 {
	width: 135px;
	height: 37px;
	line-height: 37px;
	font-size: 15px;
}
.btn--app-artist3 {
	width: 296px;
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	font-weight: bold;
}
.btn--artist-edit {
	width: 56px;
	height: 36px;
	line-height: 36px;
	background: #666;
	margin: 0 6px;
}
.btn--artist-refresh {
	width: 79px;
	height: 36px;
	line-height: 36px;
}
.btn--artist-confirm {
	width: 297px;
	height: 62px;
	line-height: 62px;
	font-size: 20px;
}
.btn--artist-file {
	width: 154px;
	height: 36px;
	line-height: 36px;
}
.btn--artist-file-add {
	margin-top: 25px;
}
.btn--artist-frame-add {
	width: 207px;
	height: 50px;
	line-height: 50px;
	border-width: 3px;
	font-size: 17px;
	vertical-align: top;
	margin-right: 5px;
}
.btn--artist-frame-add:last-child {
	margin-right: 0;
}
.btn--artist-app-result {
	width: 174px;
	height: 57px;
	line-height: 57px;
	font-weight: bold;
}
.card__list--main1 {
	/*display:grid; grid-template-columns:repeat(3,1fr); grid-template-rows:auto auto; gap:4.945%;*/
	-gutter-grid-: grid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	border-color: transparent;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	min-width: 100%;
	border-style: solid;
	margin: 0 -60px -60px -60px;
	border-width: 0 60px 0 0;
}
.card__list--main1 > * {
	-gutter-grid-: cell;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 0%;
	max-width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	background-clip: padding-box !important;
	border: 0 solid transparent;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	width: 33.333333%;
}
.no-flexbox .card__list--main1, .no-flexwrap .card__list--main1 {
	display: table !important;
}
.no-flexbox .card__list--main1 > *, .no-flexwrap .card__list--main1 > * {
	display: table-cell;
	vertical-align: top;
}
.lt-ie9 .card__list--main1 > *, .lt-ie9 .card__list--main1 {
	border-color: #fff;
}
.card__list--main1 > * {
	border-width: 0 0 60px 60px;
}
.lt-ie9 .card__list--main1, .lt-ie9 .card__list--main1 > * {
	border-color: #fff;
}
@media (max-width: 1700px) {
	.card__list--main1 {
		margin: 0 -45px -45px -45px;
		border-width: 0 45px 0 0;
	}
	.card__list--main1 > * {
		border-width: 0 0 45px 45px;
	}
	.lt-ie9 .card__list--main1, .lt-ie9 .card__list--main1 > * {
		border-color: #fff;
	}
}
@media (max-width: 1460px) {
	.card__list--main1 {
		margin: 0 -30px -30px -30px;
		border-width: 0 30px 0 0;
	}
	.card__list--main1 > * {
		border-width: 0 0 30px 30px;
	}
	.lt-ie9 .card__list--main1, .lt-ie9 .card__list--main1 > * {
		border-color: #fff;
	}
}
.card__list--main2 {
	/*display:grid; grid-template-columns:repeat(1,1fr); grid-template-rows:auto auto; gap:4.945%;*/
	-gutter-grid-: grid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	border-color: transparent;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	min-width: 100%;
	border-style: solid;
	margin: 0 -60px -60px -60px;
	border-width: 0 60px 0 0;
}
.card__list--main2 > * {
	-gutter-grid-: cell;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 0%;
	max-width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	background-clip: padding-box !important;
	border: 0 solid transparent;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	width: 100%;
}
.no-flexbox .card__list--main2, .no-flexwrap .card__list--main2 {
	display: table !important;
}
.no-flexbox .card__list--main2 > *, .no-flexwrap .card__list--main2 > * {
	display: table-cell;
	vertical-align: top;
}
.lt-ie9 .card__list--main2 > *, .lt-ie9 .card__list--main2 {
	border-color: #fff;
}
.card__list--main2 > * {
	border-width: 0 0 60px 60px;
}
.lt-ie9 .card__list--main2, .lt-ie9 .card__list--main2 > * {
	border-color: #fff;
}
@media (max-width: 1700px) {
	.card__list--main2 {
		margin: 0 -45px -45px -45px;
		border-width: 0 45px 0 0;
	}
	.card__list--main2 > * {
		border-width: 0 0 45px 45px;
	}
	.lt-ie9 .card__list--main2, .lt-ie9 .card__list--main2 > * {
		border-color: #fff;
	}
}
@media (max-width: 1460px) {
	.card__list--main2 {
		margin: 0 -30px -30px -30px;
		border-width: 0 30px 0 0;
	}
	.card__list--main2 > * {
		border-width: 0 0 30px 30px;
	}
	.lt-ie9 .card__list--main2, .lt-ie9 .card__list--main2 > * {
		border-color: #fff;
	}
}
.card__list--board {
	-gutter-grid-: grid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	border-color: transparent;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	min-width: 100%;
	border-style: solid;
	margin: 0 -60px -60px -60px;
	border-width: 0 60px 0 0;
}
.card__list--board > * {
	-gutter-grid-: cell;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 0%;
	max-width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	background-clip: padding-box !important;
	border: 0 solid transparent;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	width: 25%;
}
.no-flexbox .card__list--board, .no-flexwrap .card__list--board {
	display: table !important;
}
.no-flexbox .card__list--board > *, .no-flexwrap .card__list--board > * {
	display: table-cell;
	vertical-align: top;
}
.lt-ie9 .card__list--board > *, .lt-ie9 .card__list--board {
	border-color: #fff;
}
.card__list--board > * {
	border-width: 0 0 60px 60px;
}
.lt-ie9 .card__list--board, .lt-ie9 .card__list--board > * {
	border-color: #fff;
}
@media (max-width: 1700px) {
	.card__list--board {
		margin: 0 -45px -45px -45px;
		border-width: 0 45px 0 0;
	}
	.card__list--board > * {
		border-width: 0 0 45px 45px;
	}
	.lt-ie9 .card__list--board, .lt-ie9 .card__list--board > * {
		border-color: #fff;
	}
}
@media (max-width: 1460px) {
	.card__list--board {
		margin: 0 -30px -30px -30px;
		border-width: 0 30px 0 0;
	}
	.card__list--board > * {
		border-width: 0 0 30px 30px;
	}
	.lt-ie9 .card__list--board, .lt-ie9 .card__list--board > * {
		border-color: #fff;
	}
}
.card__item > a {
	background: #f9f8f5;
	border: 1px solid #ccc;
	padding: 20px;
	display: block;
}
.card__item-inner {
	height: 100%;
	border: 1px solid #ccc;
	padding: 20px;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.card__category {
	margin: 0 0 10px 0;
}
.card__category-item {
	width: 78px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	float: left;
}
.card__category-item--best {
	background: #ff8309;
}
.card__category-item--normal {
	background: #000;
}
.card__txt {
	padding: 15px 0 0 0;
}
.card__subject {
	height: 60px;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
}
.card__name {
	font-size: 14px;
	color: #7d7b7b;
	margin: 0 0 8px 0;
}
.thumb {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.thumb--main {
	padding-top: 110.5%;
}
.thumb__img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}
.thumb__txt {
	width: 100%;
	height: 100%;
	line-height: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
}
.thumb__txt.color1 {
	background: #8e90bb;
}
.thumb__txt.color2 {
	background: #c585a0;
}
.thumb__txt.color3 {
	background: #c59a85;
}
.thumb__txt.color4 {
	background: #85c5bd;
}
.thumb__txt.color5 {
	background: #85aac5;
}
.embed-twitter {
	overflow-y: auto;
}
html.ie .thumb__img, html.edge .thumb__img {
	visibility: hidden;
}
.promotion {
	margin-bottom: 5% !important;
	position: relative;
}
.promotion__item a {
	width: 100%;
	display: block;
	opacity: 1 !important;
}
.promotion__item a img {
	width: 100%;
	display: block;
}
.promotion__thumb-wrap {
	width: 100%;
	height: 57px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute !important;
	left: 0;
	bottom: 0;
	z-index: 10;
	text-align: center;
}
.promotion__thumb {
	width: 900px;
	height: 57px;
	border-left: 1px solid #31374f;
	display: inline-block;
	margin: 0 !important;
}
.promotion__thumb-item {
	width: 25%;
	height: 57px;
	line-height: 57px;
	font-size: 16px;
	border-right: 1px solid #31374f;
	text-align: center;
	color: #fff;
	background: none;
	border-radius: 0;
	opacity: 0.6;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}
.promotion__thumb-item.swiper-slide-thumb-active {
	opacity: 1;
}
.promotion .swiper-button {
	width: 59px;
	height: 57px;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/spr_set.png") no-repeat !important;
	display: inline-block;
	position: static;
	vertical-align: top;
	margin: 0;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}
.promotion .swiper-button-prev {
	background-position: 0 0 !important;
}
.promotion .swiper-button-next {
	background-position: -59px 0 !important;
}
.promotion .swiper-pagination {
	width: 100%;
	height: 11px;
	left: 0;
	bottom: 21px;
}
.promotion .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #fff;
	opacity: 0.5;
	margin: 0 6px 0 0;
}
.promotion .swiper-pagination .swiper-pagination-bullet-active {
	background: #ff8309;
	opacity: 1;
}
.notice__item {
	border-bottom: 1px solid #ebebeb;
}
.notice__item:last-child {
	border-bottom: 0 none;
}
.notice__item a {
	position: relative;
	display: block;
	padding: 8.5% 15px 8.5% 26px;
}
.notice__item a:after {
	width: 7px;
	height: 7px;
	background: #ff8309;
	position: absolute;
	left: 6px;
	top: 20%;
	content: '';
}
.notice__subject {
	height: 42px;
	overflow: hidden;
	font-size: 18px;
	margin: 0 0 6px 0;
}
.notice .article-info {
	margin: 0 0 6px 0;
}
.notice__contents {
	line-height: 22px;
	height: 40px;
	color: #7d7b7b;
	overflow: hidden;
}
.page-title--line {
	height: 65px;
	border-bottom: 2px solid #000;
}
.page-title__text {
	font-size: 36px;
	font-weight: bold;
}
.board__pagination {
	margin: 0 0 24px 0;
}
.board__util {
	padding-top: 70px;
}
.board__btn-area {
	border-top: 1px solid #000;
	padding: 20px 0;
	text-align: right;
}
.board__btn-area--list-type1 {
	margin-top: -71px;
}
.board__search-txt {
	color: #ff8309;
}
.board__result-none {
	text-align: center;
	padding: 150px 0;
}
.board__result-none .txt {
	font-size: 18px;
	line-height: 28px;
	display: block;
}
.board__result-none .txt--mypage {
	font-size: 30px;
	color: #878787;
}
.board__result-none .btn, .board__result-none .layerReport .container .btnArea .btnConfirm, .layerReport .container .btnArea .board__result-none .btnConfirm, .board__result-none .layerReport .container .btnArea .btnCancel, .layerReport .container .btnArea .board__result-none .btnCancel {
	width: 95px;
	height: 37px;
	line-height: 37px;
	font-size: 15px;
	font-weight: bold;
	margin: 22px 0 0 0 !important;
	padding: 0;
	display: inline-block;
}
.board__result-none td {
	padding: 150px 0;
}
.board__cnt-comment {
	color: #ff8309;
	font-weight: bold;
}
.board-list1 {
	width: 100%;
}
.board-list1--type1 .th1 {
	width: 80%;
}
.board-list1--type1 .th2 {
	width: 20%;
}
.board-list1__th {
	height: 1px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	visibility: hidden;
}
.board-list1__td {
	border-bottom: 1px solid #ccc;
}
.board-list1__td a {
	padding: 28px 0;
	display: block;
}
.board-list1__td--subject {
	font-size: 18px;
	padding-left: 25px;
}
.board-list1__td--info {
	padding-right: 25px;
}
.board-list2__item {
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
}
.board-list2__item a {
	min-height: 200px;
	padding: 0 0 0 584px;
	position: relative;
	display: block;
}
.board-list2__thumb {
	position: absolute;
	left: 0;
	top: 0;
}
.board-list2__thumb img {
	width: 545px;
	height: 200px;
	display: block;
}
.board-list2__txt {
	padding: 21px 0 0 0;
}
.board-list2__subject {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 13px 0;
}
.board-list2__contents {
	font-weight: bold;
	color: #7d7b7b;
	margin: 0 0 28px 0;
}
.board-list3 {
	padding: 70px 0 0 0;
}
.board-view__subject {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 25px;
	border-bottom: 1px solid #969696;
}
.board-view__info {
	padding: 7px 25px;
	border-bottom: 1px solid #000;
}
.board-view__container {
	line-height: 1.5;
	word-wrap: break-word;
	font-size: 18px;
	padding: 45px 25px 100px;
}
.board-view__container a {
	color: #ff8309;
}
.board-view__container img, .board-view__container iframe, .board-view__container embed, .board-view__container video {
	max-width: 100%;
}
.board-view__recom {
	text-align: center;
}
.board-view__btn-area {
	border-top: 1px solid #000;
	margin: 100px 0 0 0;
	padding: 10px 0 0 0;
}
.comments {
	background: #f9f8f5;
	padding: 50px;
	margin: 80px 0 0 0;
}
.comments__total {
	margin: 0 0 22px 0;
}
.comments__cnt {
	display: inline-block;
}
.comments__cnt strong {
	color: #ff8309;
}
.comments__limit {
	color: #777;
	font-size: 13px;
	display: inline-block;
}
.comments__inner {
	position: relative;
}
.comments__inner > .comments__textarea--dep2 {
	margin-left: 75px;
}
.comments__inner:after {
	width: 1px;
	height: calc(100% - 58px);
	background: #cacaca;
	position: absolute;
	left: 20px;
	top: 20px;
	content: '';
}
.comments__textarea {
	position: relative;
}
.comments__textarea--dep2 {
	margin: 25px 0 0 0;
}
.comments__textarea--dep2:after {
	width: 16px;
	height: 12px;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_comments2_textarea.png") no-repeat;
	position: absolute;
	left: 30px;
	top: -11px;
	content: '';
}
.comments__textarea--dep2:before {
	width: 1px;
	height: 40px;
	background: #cacaca;
	position: absolute;
	left: -55px;
	bottom: 0;
	content: '';
}
.comments__textarea-wrapper {
	margin-right: 172px;
	position: relative;
}
.comments__textarea-wrapper textarea {
	width: 100%;
	height: 114px;
	border: 1px solid #cacaca;
	margin-right: 172px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	padding: 15px;
}
.comments__write {
	width: 162px;
	height: 114px;
	line-height: 114px;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
}
.comments__list--dep2 {
	padding-top: 40px;
	position: relative;
}
.comments__item {
	padding: 50px 5px;
	border-bottom: 1px solid #cacaca;
}
.comments__item:last-child {
	border-bottom: 0 none;
}
.comments__item--dep2 {
	margin: 0 0 40px 0;
	padding: 0 5px 0 68px;
	border-bottom: 0 none;
	position: relative;
}
.comments__item--dep2:after {
	width: 35px;
	height: 1px;
	background: #cacaca;
	position: absolute;
	left: 21px;
	top: 9px;
	content: '';
}
.comments__item--dep2 .comments__contents {
	padding-left: 0;
}
.comments__item--dep2 .comments__contents .name {
	color: #666;
}
.comments__item--dep2 .comments__info {
	margin: 0 0 10px 0;
}
.comments__item--dep2:last-child {
	margin-bottom: 0;
}
.comments__item--dep2 .comments__textarea--dep2:before {
	left: -48px;
}
.comments__info .article-info__item--name {
	font-size: 12px;
	color: #878787;
	z-index: 10;
}
.comments__info .article-info__item--name-gm1 {
	font-size: 18px;
	color: #ff8309;
}
.comments__info .article-info__item--name-gm2 {
	font-size: 18px;
	color: #1c70ee;
}
.comments__info .article-info > * {
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	position: relative;
}
.comments__info .article-info > *:after {
	width: 1px;
	height: 9px;
	background: #c7c7c7;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -6px 0 0 0;
	content: '';
}
.comments__info .article-info > *:last-child:after {
	display: none;
}
.comments__del {
	margin-left: 10px;
}
.comments__contents {
	padding-left: 50px;
}
.comments .pagination {
	margin-top: 40px;
}
.board-write__top {
	border-bottom: 1px solid #969696;
	padding: 15px 25px 15px;
	position: relative;
}
.board-write__select {
	width: 191px !important;
	height: 57px !important;
	border: 1px solid #ccc;
	position: absolute;
	left: 25px;
	top: 15px;
}
.board-write select::-ms-expand {
	display: none;
}
.board-write__input {
	margin-left: 215px;
}
.board-write__input input {
	width: 100%;
	height: 57px;
	line-height: 57px;
	border: 0 none;
	font-size: 26px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
}
.board-write__input:only-child {
	margin-left: 0;
}
.board-write__btm {
	border-bottom: 1px solid #000;
	padding: 15px 25px 15px 468px;
	position: relative;
}
.board-write__thumbwrap {
	position: absolute;
	left: 25px;
	top: 35px;
}
.board-write__thumb {
	margin: 0 35px 0 0;
	display: inline-block;
	vertical-align: top;
}
.board-write__thumb input {
	width: 22px;
	height: 22px;
	vertical-align: top;
	float: left;
	margin: 0 8px 0 0;
}
.board-write__thumb label {
	font-weight: bold;
	color: #878787;
	float: left;
}
.board-write__thumb label span {
	font-size: 12px;
	font-weight: normal;
}
.board-write__file {
	position: relative;
}
.board-write__file.disabled:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.6);
	content: '';
	z-index: 10;
}
.board-write__filetxt {
	width: 100%;
	height: 57px;
	line-height: 57px;
	border: 1px solid #ccc;
	background: #f2f1ee;
	font-size: 14px;
	color: #878787;
	padding: 0 150px 0 33px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.board-write__filebtn {
	width: 145px;
	height: 57px;
	line-height: 57px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.board-write__filebtn input {
	width: 100%;
	height: 100%;
	font-size: 50px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.board-write__filebtn ::-webkit-file-upload-button {
	cursor: pointer;
}
.board-write__editor {
	margin: 0 0 40px 0;
}
.board-write__btn-area {
	text-align: center;
}
.board-subject__category {
	color: #ff8309;
}
.board-category {
	border-bottom: 1px solid #181818;
	text-align: center;
	position: relative;
}
.board-category__list {
	text-align: center;
	border: 1px solid #cacaca;
	border-bottom: 0 none;
	display: inline-block;
}
.board-category__list--artist {
	display: block;
}
.board-category__item {
	display: inline-block;
}
.board-category__item a {
	width: 152px;
	height: 52px;
	line-height: 52px;
	border-right: 1px solid #cacaca;
	font-size: 15px;
	display: block;
}
.board-category__item:last-child a {
	border-right: 0 none;
}
.board-category__item--current {
	margin-left: -4px;
}
.board-category__item--current a {
	font-weight: bold;
	border: 1px solid #000;
	background: #fff;
	border-bottom: 1px solid #fff;
	margin: -1px 0 -1px -1px;
	opacity: 1 !important;
}
.board-category__item--current:last-child a {
	border-right: 1px solid #000;
}
.board-category__item:last-child {
	margin-left: 0 !important;
}
.board-category__item--current-artist {
	position: relative;
}
.board-category__item--current-artist:before {
	width: 100%;
	height: 4px;
	background: #ff8309;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 10;
}
.board-category__item--current-artist .inner {
	display: block !important;
}
.board-category__item--artist {
	width: 25%;
	float: left;
}
.board-category__item--artist a {
	width: 100%;
	height: 72px;
	line-height: 72px;
	font-size: 18px;
	position: relative;
}
.board-category__item--artist a .inner {
	height: 20px;
	line-height: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}
.board-category__item--artist a .inner small {
	display: inline-block;
	color: #878787;
	font-size: 16px;
	padding: 0 0 0 14px;
	position: relative;
	margin: 0 10px 0 0;
}
.board-category__item--artist a .inner small:before {
	width: 6px;
	height: 6px;
	background: #878787;
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
}
.board-category__item--artist a .inner small.current {
	color: #ff8309;
}
.board-category__item--artist a .inner small.current:before {
	background: #ff8309;
}
.board-category__aside {
	position: absolute;
	right: 0;
	top: 0;
}
.board-category--artist {
	border-bottom: 1px solid #cacaca;
	margin: 0 0 70px 0;
}
.article-info--ar {
	text-align: right;
}
.article-info__item {
	min-height: 12px;
	font-size: 12px;
	color: #878787;
	margin: 0 20px 0 0;
	padding: 0 0 0 18px;
	display: inline-block;
}
.article-info__item:last-child {
	margin-right: 0;
}
.article-info__item--date {
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_date.png") 0 -2px no-repeat;
}
.article-info__item--dateevent {
	font-size: 14px;
	color: #ff8309;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_date_event.png") 0 2px no-repeat;
}
.article-info__item--view {
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_view.png") 0 -1px no-repeat;
}
.article-info__item--recom {
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_recom.png") 0 -2px no-repeat;
}
.article-info__item--comment {
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_comment.png") 0 -2px no-repeat;
}
.article-info__item--name {
	font-size: 14px;
	color: #000;
	padding: 0;
}
.article-info__item--profile {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	line-height: 0;
	overflow: hidden;
	margin: 0 6px 0 0 !important;
	padding: 0;
	vertical-align: middle;
}
.article-info__item--profile img {
	width: 100%;
	height: 100%;
}
.article-info__item--profile-mypage {
	width: 80px;
	height: 80px;
	border: 1px solid #d3d3d2;
}
.article-info__item--profile-personalize {
	margin: 15px 0 0 0 !important;
}
.article-info__item--commentwrite a {
	color: #ff8309;
	text-decoration: underline;
}
.article-info__item--nobul {
	padding: 0;
	background: none;
}
.pagination {
	text-align: center;
}
.pagination__wrap {
	border: 1px solid #ccc;
	text-align: center;
	display: inline-block;
}
.pagination__wrap > * {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #ccc;
}
.pagination__list {
	border-right: 0 none;
}
.pagination__item {
	min-width: 55px;
	height: 55px;
	line-height: 60px;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #ccc;
}
.pagination__item--current, .pagination__item:hover {
	color: #ff8309;
	opacity: 1 !important;
}
.pagination__trigger {
	width: 55px;
	height: 55px;
}
.pagination__trigger--first {
	background-position: -128px 0;
}
.pagination__trigger--prev {
	background-position: -188px 0;
}
.pagination__trigger--next {
	background-position: -250px 0;
}
.pagination__trigger--end {
	background-position: -309px 0;
	border-right: 0 none;
}
.search {
	text-align: center;
}
.search__wrap {
	border-bottom: 1px solid #ccc;
	display: inline-block;
}
.search__input {
	width: 435px;
	height: 36px;
	line-height: 36px;
	border: 0 none;
	vertical-align: top;
}
.search__select, .board-write__select {
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: #fff url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_select.png") 100% 50% no-repeat;
	font-size: 16px;
	font-weight: bold;
	border: 0 none;
	padding: 0 0 0 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.search__select + .search__input, .board-write__select + .search__input {
	width: 330px;
}
.search select::-ms-expand {
	display: none;
}
.search__btn {
	width: 94px;
	height: 37px;
	line-height: 37px;
	margin: 0 0 -1px 0;
	vertical-align: top;
}
.no-borderradius .search select {
	background: none !important;
	padding: 5px 0 !important;
}
.article-bullet img {
	margin-top: -1px;
}
.trumbowyg-box {
	border: 1px solid #969696 !important;
}
.trumbowyg-noembed-button {
	width: 97px !important;
	height: 34px !important;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/btn_youtube.jpg") no-repeat !important;
	margin: 1px !important;
}
.trumbowyg-noembed-button svg {
	display: none;
}
.commonLayer {
	position: fixed;
	z-index: 99999;
	left: 50%;
	top: 50%;
	display: none;
}
.commonLayer .btnClose {
	position: absolute;
	right: 0;
	top: 0;
}
.commonLayerType1 > .btnClose {
	width: 60px;
	height: 60px;
	background-position: 0 -72px;
}
.commonLayerType1 .innerArea {
	padding: 84px 0 0 0;
}
.commonLayerType1 .header {
	background: #e5e5e5;
	text-align: center;
	padding: 16px 0;
}
.commonLayerType1 .header h2 {
	font-size: 31px;
}
.commonLayerType1 .container {
	padding: 45px 60px;
	background: #fff;
}
.layerReport {
	width: 586px;
	margin: -400px 0 0 -293px;
}
.layerReport .container {
	padding: 30px 40px;
	max-width: auto;
	min-width: auto;
}
.layerReport .container .titSub {
	font-size: 21px;
	margin: 0 0 12px 0;
}
.layerReport .container .desc {
	color: #666;
	margin: 0 0 37px 0;
}
.layerReport .container table {
	width: 100%;
	margin: 0 0 40px 0;
}
.layerReport .container table tr:first-child td {
	border-top: 1px solid #000;
}
.layerReport .container table tr:last-child td {
	border-bottom: 1px solid #000;
}
.layerReport .container table td {
	height: 40px;
	border-bottom: 1px solid #ccc;
	color: #666;
}
.layerReport .container table td.cat {
	width: 25.3%;
	text-align: right;
	font-size: 13px;
	border-right: 1px solid #ccc;
	padding: 0 27px 0 0;
}
.layerReport .container table td.contents {
	padding-left: 20px;
}
.layerReport .container table td.name1 {
	color: #000;
}
.layerReport .container table td.name2 {
	color: #ff0000;
}
.layerReport .container table td.reason {
	padding: 5px 0;
}
.layerReport .container table td.reason label {
	line-height: 35px;
	display: inline-block;
	padding: 0px 5px 0px 22px;
}
.layerReport .container table td.reason input {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
.layerReport .container table td.reason input[type=text] {
	width: 250px;
	border: 1px solid #d7d7d7;
}
.layerReport .container .btnArea {
	text-align: center;
}
.layerReport .container .btnArea a {
	display: inline-block;
}
.layerReport .container .btnArea .btnCancel {
	position: static;
}
.popup {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99999;
	display: none;
}
.popup--type1 {
	width: 666px;
	margin: 0 0 0 -293px;
}
.popup--type1 .popup__inner {
	width: 585px;
}
.popup--agree .popup__header {
	font-size: 19px;
}
.popup--agree .popup__notes-item {
	font-size: 15px;
	margin-bottom: 5px;
}
.popup__close {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	background-position: 0 -72px;
}
.popup--video {
	width: 1000px;
	height: 562.5px;
	margin-left: -500px;
	padding-top: 60px;
}
.popup--video .popup__inner {
	position: relative;
	width: 1000px;
	height: 562.5px;
}
.popup--video .popup__inner .popup__video {
	position: relative;
	width: 1000px;
	height: 562.5px;
	background-color: #000;
	z-index:10;
}
.popup--video .popup__inner iframe {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: 0;
}
.popup--video + .overlay {
	background: #0d0400;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.popup--video .popup__close {
	width: 116px;
	height:	25px;
	top: 22px;
	right: 1px;
	background-position: -2px -150px;
	border: 0;
	outline: 0;
}

#layerLiveVideo_notToday .popup__close {
	width: 203px;
	height: 25px;
	background-position: -1px -184px;
}

.popup--video .popup__icon {
	position: absolute;
	display: block;
	z-index: 2;
}
.popup--video .popup__icon.badge1 {
	top: -126px;
	left: -157px;
	width: 135px;
	height: 133px;
	background: url("https://ssl.nx.com/s2/game/necoje/2020/img_badge1.png") no-repeat center center;
}
.popup--video .popup__icon.badge2 {
	top: 366px;
	left: 1031px;
	width: 84px;
	height: 84px;
	background: url("https://ssl.nx.com/s2/game/necoje/2020/img_badge2.png") no-repeat center center;
}
.popup--video .popup__icon.badge3 {
	top: 479px;
	left: 712px;
	width: 413px;
	height: 197px;
	background: url("https://ssl.nx.com/s2/game/necoje/2020/img_badge3.png") no-repeat center center;
}
.popup--video .popup__icon.badge4 {
	top: 564px;
	left: 893px;
	width: 110px;
	height: 110px;
	background: url("https://ssl.nx.com/s2/game/necoje/2020/img_badge4.png") no-repeat center center;
	z-index: 1;
}
.popup__inner {
	background: #fff;
}
.popup__header {
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #000;
	padding: 17px 10px;
}
.popup__container {
	padding: 40px 25px;
	position: relative;
}
.popup__input {
	width: 500px;
	height: 35px;
	border: 1px solid #ccc;
	background: #f9f8f5;
	position: relative;
	margin: 0 auto 42px;
}
.popup__input .btn, .popup__input .layerReport .container .btnArea .btnConfirm, .layerReport .container .btnArea .popup__input .btnConfirm, .popup__input .layerReport .container .btnArea .btnCancel, .layerReport .container .btnArea .popup__input .btnCancel {
	position: absolute;
	right: -1px;
	top: -1px;
}
.popup__input-txt {
	width: 386px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	border: 0 none;
	background: none;
}
.popup__input-file {
	width: 100%;
	height: 100%;
	font-size: 50px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.popup ::-webkit-file-upload-button {
	cursor: pointer;
}
.popup__alert {
	position: absolute;
	left: 0;
	top: 42px;
	font-size: 14px;
	color: #ff8309;
}
.popup__notes {
	margin: 0 0 30px 0;
}
.popup__notes-item {
	line-height: 22px;
	margin: 0 0 8px 0;
}
.popup__notes-item:last-child {
	margin-bottom: 0;
}
.popup__tit-sub {
	font-weight: normal;
	margin: 0 0 10px 0;
}
.popup__btn-area {
	text-align: center;
}
.popup__change-profile {
	background: #f9f8f5;
	padding: 25px 50px;
	margin: 0 0 20px 0;
}
.popup__profile-list {
	width: 308px;
	display: inline-block;
	vertical-align: middle;
}
.popup__profile-item {
	margin: 0 20px 0 0;
	display: inline-block;
}
.popup__profile-item:last-child {
	margin-right: 0;
}
.popup__profile-item a {
	width: 60px;
}
.popup__profile-item img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: 0.5;
}
.popup__profile-item img.disabled {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
	opacity: 1;
}
.popup__profile-preview {
	width: 120px;
	height: 120px;
	vertical-align: middle;
}
.popup__todayclose {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.popup__todayclose input {
	vertical-align: middle;
}
.popup__todayclose label {
	font-size: 14px;
	vertical-align: middle;
}
.overlay {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99998;
	display: none;
}
.overlay.overlayTrans {
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
}
.img-radius {
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
}
.img-radius img {
	width: 100%;
	height: 100%;
	display: block;
}
.container {
	max-width: 1720px;
	min-width: 1260px;
	margin: 0 auto;
	padding: 0 90px;
}
.body {
	padding-bottom: 100px;
}
/*@media screen and (max-width: 1260px) {
	.container{
		padding:0;
	}
}*/
.header {
	padding: 125px 0 0 0;
	position: relative;
}
.header__top {
	width: 100%;
	height: 85px;
	background: #fff;
	padding: 40px 0 0 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	-webkit-transition: height 0.6s ease;
	-o-transition: height 0.6s ease;
	transition: height 0.6s ease;
}
.header__top:before, .header__top:after {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 126px;
	content: '';
}
.header__top:before {
	background: #ccc;
}
.header__top:after {
	background: #edeef3;
	top: 127px;
}
.header__logo {
	float: left;
}
.header__side {
	float: right;
}
.header__banner {
	width: 35%;
	position: absolute;
	left: 2%;
	top: 173px;
}
.header__banner img {
	width: 100%;
	max-width: 736px;
}
.header__personalize {
	float: left;
}
.header__login {
	width: 94px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	margin: 15px 0 0 0;
}
.header-expand .header__top {
	height: 333px;
}
.gnb {
	float: left;
}
.gnb__list {
	padding: 0 20px 0 0;
}
.gnb__list--dep2 {
	padding: 26px 0 0 0;
	text-align: center;
}
.gnb__item {
	font-size: 19px;
	font-weight: bold;
	float: left;
	position: relative;
}
.gnb__item a {
	height: 80px;
	line-height: 80px;
	padding: 0 24px;
	display: block;
}
.gnb__item a:hover {
	color: #ff8309;
	opacity: 1 !important;
}
.gnb__item--dep2 {
	font-size: 16px;
	font-weight: normal;
}
.gnb__item--dep2 a {
	height: 28px;
	line-height: 28px;
	padding: 0;
}
.gnb__bul {
	width: 49px;
	height: 17px;
	line-height: 19px;
	text-align: center;
	background: #ff8309;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 7px;
	border-radius: 10px;
	margin: 0 0 0 -25px;
}
@media all and (max-width: 1700px) {
	.header__banner {
		width: 20%;
		left: 0;
	}
}
.footer {
	padding: 40px 0 60px;
	background: #f8f7f7;
}
.footer__copy {
	width: 274px;
	height: 15px;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/img_footer_copy.png") no-repeat;
	float: left;
}
.footer__list {
	float: right;
}
.footer__item {
	font-size: 12px;
	margin: 0 6px 0 0;
	padding: 0 7px 0 0;
	float: left;
	position: relative;
}
.footer__item:after {
	width: 1px;
	height: 11px;
	background: #939393;
	position: absolute;
	right: 0;
	top: 1px;
	content: '';
}
.footer__item:last-child {
	margin-right: 0;
	padding-right: 0;
}
.footer__item:last-child:after {
	display: none;
}
.footer__item a {
	color: #939393;
}
.footer__item a strong {
	color: #494949;
	text-decoration: underline;
}
.grid-2 {
	-gutter-grid-: grid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	border-color: transparent;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	min-width: 100%;
}
@media (max-width: 1200px) {
	.grid-2 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.grid-2 > * {
	-gutter-grid-: cell;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 0%;
	max-width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	background-clip: padding-box !important;
	border: 0 solid transparent;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	width: 50%;
}
@media (max-width: 600px) {
	.grid-2 > * {
		width: 100%;
	}
}
.no-flexbox .grid-2, .no-flexwrap .grid-2 {
	display: table !important;
}
.no-flexbox .grid-2 > *, .no-flexwrap .grid-2 > * {
	display: table-cell;
	vertical-align: top;
}
.main__top {
	/*display:grid; gap:3.662%; grid-template-columns:74.069% 22.267%; grid-template-rows:auto auto; */
	-gutter-grid-: grid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	border-color: transparent;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	min-width: 100%;
	border-style: solid;
	margin: 0 -60px -60px -60px;
	border-width: 0 60px 0 0;
}
.main__top > * {
	-gutter-grid-: cell;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 0%;
	max-width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	background-clip: padding-box !important;
	border: 0 solid transparent;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	width: 50%;
}
.no-flexbox .main__top, .no-flexwrap .main__top {
	display: table !important;
}
.no-flexbox .main__top > *, .no-flexwrap .main__top > * {
	display: table-cell;
	vertical-align: top;
}
.lt-ie9 .main__top > *, .lt-ie9 .main__top {
	border-color: #fff;
}
.main__top > * {
	border-width: 0 0 60px 60px;
}
.lt-ie9 .main__top, .lt-ie9 .main__top > * {
	border-color: #fff;
}
@media (max-width: 1700px) {
	.main__top {
		margin: 0 -45px -45px -45px;
		border-width: 0 45px 0 0;
	}
	.main__top > * {
		border-width: 0 0 45px 45px;
	}
	.lt-ie9 .main__top, .lt-ie9 .main__top > * {
		border-color: #fff;
	}
}
@media (max-width: 1460px) {
	.main__top {
		margin: 0 -30px -30px -30px;
		border-width: 0 30px 0 0;
	}
	.main__top > * {
		border-width: 0 0 30px 30px;
	}
	.lt-ie9 .main__top, .lt-ie9 .main__top > * {
		border-color: #fff;
	}
}
.main__top .card--main {
	width: 75%;
}
.main__top .card--aside {
	width: 25%;
}
.main__btm-banner {
	margin: 60px 0 0 0;
}
.main__btm-banner a {
	width: 100%;
	min-width: 1460px;
	height: 147px;
	text-indent: -9999px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: block;
}
.mypage__header {
	background: #f9f8f5;
	border-bottom: 1px solid #000;
	padding: 30px 0;
}
.mypage__header-wrap {
	text-align: center;
}
.mypage__header-wrap > div {
	display: inline-block;
	vertical-align: top;
}
.mypage__personal {
	margin-right: 65px;
	padding-right: 70px;
	position: relative;
}
.mypage__personal .article-info__item--profile {
	float: left;
	margin: 0 20px 0 0 !important;
}
.mypage__personal:after {
	width: 1px;
	height: 80px;
	background: #d2d2d2;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
}
.mypage__personal-txt {
	float: left;
	text-align: left;
	padding: 6px 0 0 0;
}
.mypage__name {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.mypage__article {
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	font-weight: bold;
}
.mypage__article strong {
	color: #ff8309;
}
.app-artist__header {
	border-bottom: 1px solid #ccc;
}
.app-artist__header img {
	max-width: 100%;
	display: block;
}
.app-artist__header .app-artist__required {
	margin: 10px 0;
	display: block;
	padding-left: 20px;
}
.app-artist__item {
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 20px 20px 20px 170px;
}
.app-artist__tit {
	font-size: 16px;
	position: absolute;
	left: 20px;
	top: 30px;
}
.app-artist__tit span {
	font-size: 12px;
	color: #828282;
}
.app-artist__input {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #f9f8f5;
	border: 1px solid #ccc;
}
.app-artist__input--normal, .app-artist__input--file {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}
.app-artist__input--textarea {
	height: 150px;
	padding: 10px;
}
.app-artist__input--file {
	position: relative;
	margin: 0 0 5px 0;
}
.app-artist__input--file-txt {
	color: red;
}
.app-artist__file-btn {
	position: absolute;
	right: -1px;
	top: -1px;
}
.app-artist__file-btn input {
	width: 100%;
	height: 100%;
	font-size: 50px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.app-artist__file-btn ::-webkit-file-upload-button {
	cursor: pointer;
}
.app-artist__file-txt {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 95px 0 0;
}
.app-artist__btn--btn1 {
	padding: 25px 0 10px;
}
.app-artist__btn--btn2 {
	padding: 45px 0 60px;
	text-align: center;
}
.app-artist__required {
	color: #ff8309;
	font-weight: bold;
}
html.mobile .app-artist__header .app-artist__required {
	padding-left: 10px;
	font-size: 14px;
}
html.mobile .app-artist__item {
	padding: 20px 10px 20px 140px;
}
html.mobile .app-artist__tit {
	font-size: 14px;
	left: 10px;
}
.artist__inner {
	width: 1200px;
	margin: 0 auto;
}
.artist__input-item {
	position: relative;
	margin: 0 0 10px 0;
}
.artist__input-item--float:after {
	clear: both;
	display: block;
	content: '';
}
.artist__input-item--float * {
	float: left;
}
.artist__input-item--center {
	display: inline-block;
}
.artist__input-item:last-child {
	margin-bottom: 0;
}
.artist__input {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #f9f8f5;
	border: 1px solid #ccc;
}
.artist__input--normal, .artist__input--file {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	display: inline-block;
}
.artist__input--file-txt {
	font-size: 12px;
	color: #878787;
}
.artist__input--file-txt .file {
	font-size: 16px;
	color: #161616;
}
.artist__input--textarea {
	height: 100px;
	padding: 10px;
}
.artist__input--select {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	background: #f9f8f5 url("https://ssl.nx.com/s2/game/necoje/2019/common/bullet/bul_select_artist.png") 100% -1px no-repeat;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.artist__input--select::-ms-expand {
	display: none;
}
.artist__input--select-typing {
	width: 220px;
	display: inline-block;
	vertical-align: top;
}
.artist__input--tel {
	width: 113px;
	display: inline-block;
}
.artist__input--mail {
	width: 390px;
	display: inline-block;
}
.artist__input::-webkit-input-placeholder {
	font-size: 12px;
	color: #878787;
}
.artist__input::-moz-placeholder {
	font-size: 12px;
	color: #878787;
}
.artist__input:-ms-input-placeholder {
	font-size: 12px;
	color: #878787;
}
.artist__input::-ms-input-placeholder {
	font-size: 12px;
	color: #878787;
}
.artist__input::placeholder {
	font-size: 12px;
	color: #878787;
}
.artist__input-chkset {
	display: inline-block;
	margin: 0 15px 0 0;
}
.artist__input-chkset:last-child {
	margin-right: 0;
}
.artist__input-chk {
	vertical-align: middle;
}
.artist__input-label {
	color: #000;
	font-size: 14px;
	margin: 0 0 0 3px;
	vertical-align: middle;
}
.artist__input-label--category {
	font-size: 18px;
}
.artist__file-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.artist__file-btn input {
	width: 100%;
	height: 100%;
	font-size: 50px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.artist__file-btn ::-webkit-file-upload-button {
	cursor: pointer;
}
.artist__input-hyphen {
	width: 25px;
	text-align: center;
	height: 36px;
	line-height: 36px;
}
.artist__input-inner {
	position: relative;
	margin-left: 135px;
	min-height: 36px;
}
.artist__input-inner--frame {
	background: #f9f8f5;
	border: 1px solid #ccc;
	padding: 20px;
}
.artist__input-inner--file {
	margin-bottom: 5px;
}
.artist__input-tit {
	min-width: 135px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 0 0;
	display: inline-block;
}
.artist__input-tit--normal {
	position: absolute;
	left: 0;
	top: 0;
}
.artist__input-tit small {
	font-size: 10px;
	display: block;
	line-height: 8px;
}
.artist__input-tit-frame {
	margin: 0 0 5px 0;
}
.artist__app-tit {
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 30px 0;
}
.artist__app-tit--sub {
	font-size: 22px;
}
.artist__app-tit--notes {
	font-size: 16px;
	color: #878787;
}
.artist__app-tit--notes strong {
	color: #ff8309;
	font-weight: normal;
}
.artist__app-tit--sub2 {
	font-size: 33px;
	color: #ff8309;
}
.artist__app-tit--submission {
	background: #f9f8f5;
	font-size: 33px;
	padding: 25px 0;
	margin-bottom: 0;
	margin: 50px 0;
}
.artist__app-progress {
	border: 1px solid #d2dadf;
	margin: 0 0 60px 0;
}
.artist__app-progress-item {
	width: 33.33%;
	height: 72px;
	line-height: 72px;
	color: #919191;
	font-size: 20px;
	text-align: center;
	border-right: 1px solid #d2dadf;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.artist__app-progress-item:last-child {
	border-right: 0 none;
}
.artist__app-progress-item--on {
	background: #000;
	color: #fff;
	position: relative;
}
.artist__app-progress-item--on:after {
	width: 0;
	height: 0;
	border-left: 9px solid #000;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	position: absolute;
	right: -9px;
	top: 50%;
	margin: -9px 0 0 0;
	content: '';
}
.artist__app-progress-item--on:last-child:after {
	display: none;
}
.artist__notes {
	background: #f9f8f5;
	padding: 50px;
	margin: 0 0 50px 0;
}
.artist__notes-txt {
	font-size: 14px;
	color: #878787;
	line-height: 24px;
}
.artist__notes-txt--etc {
	font-size: 16px;
	color: #181818;
	margin: 0 0 30px 0;
}
.artist__notes-txt--color {
	color: #ff8309;
}
.artist__notes-txt .strong {
	font-size: 16px;
}
.artist__notes-txt .req {
	color: #ff8309;
}
.artist__notes-table {
	width: 100%;
	color: #878787;
	font-size: 12px;
	border-collapse: separate;
	border-spacing: 2px;
}
.artist__notes-table th {
	height: 30px;
	background: #e9e9e9;
}
.artist__notes-table td {
	height: 30px;
	background: #fff;
	text-align: center;
}
.artist__notes-table td strong {
	font-size: 15px;
}
.artist__notes-table--schedule {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
}
.artist__notes-table--schedule th {
	height: 44px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.artist__notes-table--schedule td {
	height: 64px;
	border-bottom: 1px solid #ccc;
	color: #000;
}
.artist__notes-table--schedule td.date {
	width: 30%;
}
.artist__app {
	padding: 50px 0 0 0;
}
.artist__app--step1 {
	text-align: center;
}
.artist__app--result {
	padding-top: 0;
}
.artist__page {
	padding: 50px 0 0 0;
}
.artist__btn-area {
	text-align: center;
}
.artist__btn-area--product-add {
	margin-bottom: 50px;
}
.artist__btn-area--last {
	margin: 60px 0 0 0;
}
.artist__btn-area-txt {
	font-size: 18px;
	margin: 0 0 25px 0;
	line-height: 28px;
}
.artist__btn-area-notes {
	font-size: 14px;
	margin: 15px 0 0 0;
	color: #ff8309;
}
.artist__fieldset {
	margin: 0 0 50px 0;
}
.artist__fieldset:last-of-type {
	margin-bottom: 0;
}
.artist__frame {
	border-bottom: 1px solid #ccc;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
}
.artist__frame--non-border {
	border-bottom: 0 none;
	padding-bottom: 0;
}
.artist__app-complete {
	text-align: center;
}
.artist__app-complete-txt1 {
	font-size: 30px;
	margin: 0 0 20px 0;
	line-height: 46px;
}
.artist__app-complete-txt2 {
	line-height: 30px;
}
.artist__app-result-item {
	height: 165px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0 175px;
	position: relative;
}
.artist__app-result-bul {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 44px;
	top: 50%;
	margin: -50px 0 0 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: table;
}
.artist__app-result-bul span {
	height: 100%;
	line-height: 22px;
	display: table-cell;
	vertical-align: middle;
}
.artist__app-result-bul--type1 {
	border: 3px solid #ff8309;
	color: #ff8309;
}
.artist__app-result-bul--type2 {
	border: 3px solid #ff8309;
	background: #ff8309;
	color: #fff;
}
.artist__app-result-bul--type3 {
	border: 3px solid #a3a3a3;
	color: #a3a3a3;
}
.artist__app-result-detail {
	max-width: 1100px;
	height: 165px;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.artist__app-result-detail strong {
	width: 80px;
	font-weight: normal;
	color: #878787;
	display: inline-block;
}
.artist__app-result-detail strong.date {
	letter-spacing: 2px;
}
.artist__app-result-btn {
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -28px 0 0 0;
}
.artist__app-result-notes {
	color: #ff8309;
	font-size: 14px;
}
.inspection {
	max-width: 800px;
	padding: 100px 25px;
	margin: 0 auto;
}
.inspection__logo {
	text-align: center;
	margin: 0 0 25px 0;
}
.inspection__container {
	text-align: center;
	line-height: 32px;
	background: #e7e7e7;
	color: #666;
	padding: 25px;
}
.inspection__container strong {
	color: #000;
	font-size: 19px;
}
/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform,-webkit-transform;
}
.swiper-invisible-blank-slide {
	visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
	display: none;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	-webkit-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	-webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top,.2s -webkit-transform;
	transition: .2s transform,.2s top,.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	-webkit-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	-webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left,.2s -webkit-transform;
	transition: .2s transform,.2s left,.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	-webkit-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	-webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right,.2s -webkit-transform;
	transition: .2s transform,.2s right,.2s -webkit-transform;
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}
.swiper-pagination-lock {
	display: none;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}
.lb-loader, .lightbox {
	text-align: center;
	line-height: 0;
}
.lb-dataContainer:after, .lb-outerContainer:after {
	content: "";
	clear: both;
}
html.lb-disable-scrolling {
	overflow: hidden;
	position: fixed;
	height: 100vh;
	width: 100vw;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid #fff;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff;
}
.lb-loader, .lb-nav {
	position: absolute;
	left: 0;
}
.lb-outerContainer:after {
	display: table;
}
.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/lightbox/loading.gif") no-repeat;
}
.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/lightbox/prev.png") left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}
.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/lightbox/next.png") right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}
.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	display: table;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
}
.lb-data .lb-caption a {
	color: #4ae;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url("https://ssl.nx.com/s2/game/necoje/2019/common/lightbox/close.png") top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1;
}
