
section.top_contents {
	width:90%;
	max-width:1677px;
	margin:0em auto 10.0em auto !important;
}
.top_contents > h1 {
	color:#333333;
	font-size:29px;
	margin:3.0em auto 2.0em auto !important;
}

.btn_view {
	display:flex;
	justify-content:center;
}
.btn_view > a {
	display:block;
	width:90%;
	max-width:220px;
	padding:1.5em 0;
	background:#333;
	color:#fff !important;
	text-align:center;
	margin:3.0em auto 0 auto;
}

/*--------------------------------------------
	top CATEGORY
--------------------------------------------*/

#category .cate_wrap {
	display:flex;
	justify-content:center;
	gap:0 10px;
}
#category .cate_wrap > div {
	width:calc((100% - 30px) / 4);
	position:relative;
}
#category .cate_wrap > div > a {
	display:block;
	position:relative;
}
#category .cate_wrap > div > span {
	width:85%;
	position:absolute;
	background:#fff;
	color:#000;
	text-align:left;
	padding:1.0em 2.5em;
	border-radius:5px;
	top:auto;
	bottom:1.5em;
	left:50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform:translate(-50%, 0%);
}
#category .cate_wrap > div > span:after {
	content:"";
	display:block;
	width:0.9em;
	height:calc(0.9em * 0.58333);
	position:absolute;
	background:url(https://eponas.itembox.cloud/item/images/asset/i_arrow_open.svg) no-repeat;
	background-size:contain;
	top:50%;
	left:auto;
	right:1.5em;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform:translate(0%, -50%);
}

.top_contents .top_c_menu_slide {
	position:relative;
	cursor:pointer;
	z-index:99999 !important;
	letter-spacing:0.02em;
	box-sizing:border-box;
	padding-right:2.0em;
}
.top_contents .top_c_menu_slide ul.menu_slideon {
	display:none;
	width:100%;
	position:fixed;
	text-align:left;
	box-sizing:border-box;
	padding:2.0em 5% 3.0em 5%;
	background:#fff;
	top:auto !important;
	bottom:auto !important;
	left:50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transition: ease .4s;
}
.top_contents .top_c_menu_slide.submenu_active ul.menu_slideon,
.top_contents .top_c_menu_slide.submenu_active ul.menu_slideon.submenu_active {
	width:100%;
	display:flex;
	flex-direction:column;
	gap:0 3.0em;
	animation: show 0.3s linear 0s;
	top:auto !important;
	bottom:auto !important;
	left:50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	z-index:9995 !important;
	box-sizing:border-box;
	padding:2.0em 5% 3.0em 5%;
	text-align:left !important;
}
.top_contents .top_c_menu_slide ul.menu_slideon li {
	text-align:left !important;
	padding:0.3em 5% 0.3em 5%;
	margin:0.3em auto;
}
.top_contents .top_c_menu_slide ul.menu_slideon li:hover {
	background:#eee;
	border-radius:5px;
}


@media only screen and (max-width: 849px) {
#category .cate_wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px 10px;
}
#category .cate_wrap > div {
	width:calc((100% - 10px) / 2);
}
}


/*--------------------------------------------
	top news
--------------------------------------------*/

#news {
}
#news .news_wrap {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	gap:0 20px;
}
#news .news_wrap > div {
	width:calc((100% - 40px) / 3);
}
#news .news_wrap > div img {
	max-width:100% !important;
}
#news .news_wrap > div p {
	margin-top:2.0em;
	text-align:left !important;
	color: #000000;
	font-size:14px;
	line-height:1.7em;
}

@media only screen and (max-width: 849px) {
#news .news_wrap.carousel {
	display:flex;
	flex-wrap:noswrap;
	gap:0px 0px !important;
}
#news .news_wrap.carousel .slick-track {
	gap:0px 10px !important;
}
#news .news_wrap > div {
	width:100%;
}
#news .news_wrap > div p {
	font-size:14px;
}
#news .slick-track {
	display:flex;
}
}


/*--------------------------------------------
	top NEW ITEMS
--------------------------------------------*/

.items_wrap {
}
.items_wrap > div.slide {
	width:100% !important;
}
.items_wrap .slick-list .slick-slide img {
	width:100% !important;
}
.items_wrap > div p {
	margin-top:2.0em;
	text-align:left !important;
	color: #000000;
	font-size:14px;
	line-height:1.7em;
}
.items_wrap > div p > span.price {
	display:block;
	margin-top:0.8em;
}
.items_wrap.carousel .slick-track{
	gap:0px 10px !important;
}

@media only screen and (max-width: 849px) {
.items_wrap.carousel {
	display:flex;
	flex-wrap:noswrap;
	gap:0px 0px !important;
}
.items_wrap.carousel .slick-track {
	gap:0px 10px !important;
}
.items_wrap > div {
	width:100%;
}
.items_wrap > div p {
	font-size:14px;
}
.items_wrap .slick-track {
	display:flex;
}
}



/*--------------------------------------------
	top_Rankking
--------------------------------------------*/

.rank_wrap {
	display:flex;
	justify-content:center;
	gap:0 20px;
	text-align:left;
}
.rank_wrap img {
	width:100%;
}
.rank_wrap .rank_wrap_l {
	width:calc((100% - 20px) * 0.55);
}
.rank_wrap .rank_wrap_r {
	width:calc((100% - 20px) * 0.45);
	display:flex;
	justify-content:flex_start;
	flex-wrap:wrap;
	gap:20px 20px;
}

@media only screen and (min-width: 1500px) {
.rank_wrap .rank_wrap_l {
	width:calc((100% - 20px) * 0.527) !important;
}
.rank_wrap .rank_wrap_r {
	width:calc((100% - 20px) * 0.487) !important;
}
}
@media only screen and (max-width: 1499px) {
.rank_wrap .rank_wrap_l {
	width:calc((100% - 20px) * 0.527) !important;
}
.rank_wrap .rank_wrap_r {
	width:calc((100% - 20px) * 0.465) !important;
}
}
@media only screen and (max-width: 1299px) {
.rank_wrap .rank_wrap_l {
	width:calc((100% - 20px) * 0.527) !important;
}
.rank_wrap .rank_wrap_r {
	width:calc((100% - 20px) * 0.44) !important;
}
}
@media only screen and (max-width: 1230px) {
.rank_wrap .rank_wrap_l {
	width:calc((100% - 20px) * 0.537) !important;
}
.rank_wrap .rank_wrap_r {
	width:calc((100% - 20px) * 0.445) !important;
}
}
@media only screen and (max-width: 1105px) {
.rank_wrap .rank_wrap_l {
	width:calc((100% - 20px) * 0.550) !important;
}
.rank_wrap .rank_wrap_r {
	width:calc((100% - 20px) * 0.45) !important;
}
}
@media only screen and (max-width: 1045px) {
.rank_wrap .rank_wrap_l {
	width:calc((100% - 20px) * 0.552) !important;
}
.rank_wrap .rank_wrap_r {
	width:calc((100% - 20px) * 0.44) !important;
}
}
@media only screen and (max-width: 949px) {
.rank_wrap .rank_wrap_l {
	width:calc((100% - 20px) * 0.565) !important;
}
.rank_wrap .rank_wrap_r {
	width:calc((100% - 20px) * 0.422) !important;
}
}
@media only screen and (max-width: 865px) {
.rank_wrap .rank_wrap_l {
	width:calc((100% - 20px) * 0.568) !important;
}
.rank_wrap .rank_wrap_r {
	width:calc((100% - 20px) * 0.412) !important;
}
}

.rank_wrap .rank_wrap_r > div {
	width:calc((100% - 20px) / 2);
}
.rank_wrap .rank_wrap_l p,
.rank_wrap .rank_wrap_r > div p {
	margin-top:1.0em;
}
.rank_wrap .rank_wrap_l p > span.price,
.rank_wrap .rank_wrap_r > div p > span.price {
	display:block;
	margin-top:0.7em;
}
.rank_wrap .rank_item {
	position:relative;
}
.rank_wrap .rank_item:after {
	content:"";
	display:block;
	width:1.5em;
	height:calc(1.5em * 2.423);
	position:absolute;
	top:-1.6em;
	right:1.0em;
}
.rank_wrap .rank_item#rank01:after {
	background:url(https://eponas.itembox.cloud/item/images/asset/i_1.svg) no-repeat;
	background-size:contain;
}
.rank_wrap .rank_item#rank02:after {
	background:url(https://eponas.itembox.cloud/item/images/asset/i_2.svg) no-repeat;
	background-size:contain;
}
.rank_wrap .rank_item#rank03:after {
	background:url(https://eponas.itembox.cloud/item/images/asset/i_3.svg) no-repeat;
	background-size:contain;
}
.rank_wrap .rank_item#rank04:after {
	background:url(https://eponas.itembox.cloud/item/images/asset/i_4.svg) no-repeat;
	background-size:contain;
}
.rank_wrap .rank_item#rank05:after {
	background:url(https://eponas.itembox.cloud/item/images/asset/i_5.svg) no-repeat;
	background-size:contain;
}

@media only screen and (max-width: 849px) {

.rank_wrap {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:20px 0px;
}
.rank_wrap .rank_wrap_l {
	width:100%; !important
}
.rank_wrap .rank_wrap_r {
	width:100% !important;
	display:flex;
	justify-content:flex_start;
	flex-wrap:wrap;
	gap:20px 20px;
}
}



/*--------------------------------------------
	about_us
--------------------------------------------*/

.about_us_wrap {
	display:flex;
	position:relative;
	margin-bottom:15.0em;
}
.about_us_wrap > h1 {
	position:absolute;
	top:-0.9em;
	left:auto;
	right:1.0em;
}
.about_us_wrap > h1 > img {
	width:20vw;
}
.about_us_wrap > div {
	width:50%;
}
.about_us_wrap > div:nth-of-type(2) {
	background:#EAEAEA;
	display:flex;
	align-items:center;
	justify-content:center;
}
.about_us_wrap .about_us_inner {
	display:block;
	text-align:center;
}
.about_us_wrap .about_us_inner > p {
	width:auto;
	display:inline-block !important;
	text-align:left;
}
.about_us_wrap .about_us_inner > p > span {
	display:block;
	font-size:200%;
	font-weight: 200;
	letter-spacing:0.15em;
	font-weight:normal;
	margin-bottom:1.0em;
}
.about_us_wrap .btn_view {
	display:flex;
	justify-content:flex-start !important;
}
.about_us_wrap .btn_view > a {
	display:block;
	width:90%;
	max-width:220px;
	padding:1.5em 0;
	background:#333;
	color:#fff !important;
	text-align:center;
	margin:3.0em auto 0 0;
}

@media only screen and (max-width: 849px) {
.about_us_wrap {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10.0em;
	width:100vw;
	left:50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform:translate(-50%, 0%);
}
.about_us_wrap > h1 {
	width:100%;
	position:absolute;
	top:auto;
	bottom:-9.5%;
	left:50%;
	right:auto;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform:translate(-50%, 0%);
}
.about_us_wrap > h1 > img {
	max-width:100%;
	width:80vw !important;
}
.about_us_wrap > div {
	width:100%;
}
.about_us_wrap > div img {
	width:100%;
}
.about_us_wrap > div:nth-of-type(2) {
	background:#EAEAEA;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:50px 0 80px 0;
}
}


/*--------------------------------------------
	mainimagearea
--------------------------------------------*/

/* .fs-body-custom .mainimagearea {
	max-width:1417px;
} */

.about.top_contents {
	text-align:center;
}
.about.top_contents > h1 {
	font-size:90%;
	margin-top:5.0em !important;
}
.about.top_contents > h2 {
	font-weight:normal !important;
	font-size:150%;
	margin-bottom:2.0em;
}
.about.top_contents > p {
	line-height:2.0em;
}

@media only screen and (max-width: 849px) {
.fs-body-custom .mainimagearea {
	width:100vw;
}
}


/*--------------------------------------------
	contact
--------------------------------------------*/

#contact { width:100%; max-width:700px; margin:50px auto; padding-bottom:50px !important; }

#contact p {
	font-size:14px;
	line-height:180%;
	margin:20px auto;
}
#contact p > a {
	text-decoration:underline;
}
#contact form {
	margin:20px auto;
	padding:30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#contact dl {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
}
#contact dl > dt {
/*	width:8.0em; */
	width:100%;
	margin:20px 0 0 0;
	text-align:left;
}
	#contact dl > dt > label {
		position:relative;
		width:100%;
	}
	#contact dl > dt > label > span {
		width:100%;
		display:block;
		position:absolute;
		font-size:65%;
		bottom:-15px;
		right:0 !important;
		white-space: nowrap;
		text-align:right;
	}
	#contact dl > dt > label > span.rubim {
		right:2.0em !important;
	}
	#contact dl > dt > label.need:before {
		content:"*";
		display:inline-block;
		color:#ff0000;
		position:absolute;
		left:-0.5em;
	}
#contact dl > dd {
/*	width:calc(100% - 9.0em); */
	width:100%;
	box-sizing:border-box;
	padding-left:1.0em;
	margin:5px 0;
}

#contact input[type=text] {
	width:auto !important;
	border:1px solid #ccc;
	line-height:25px;
	display:inline-block;
}
#contact input.cellphone {
	width:4.0em !important;
}
#contact select {
	border:1px solid #ccc;
	height:30px;
	display:inline-block;
}
#contact textarea {
	border:1px solid #ccc;
	width:100%;
	height:150px;
	box-sizing:border-box;
	padding:10px;
}
#contact input[type=submit] {
	width:200px;
	padding:10px 0;
	display:block;
	margin:10px auto;
	background:#000;
	color:#fff;
	transition: ease .8s;
}
#contact input[type=submit]:hover {
	background:#ddd;
}
#contact .input_title {
	display:inline-block;
	margin-right:0.5em;
}
#contact .input_l {
	display:inline-block;
	margin-left:1.0em;
}
#contact .ex_txt {
	display:block;
	font-size:90%;
	margin-top:5px;
	color:#bbb;
}
#contact .check {
	font-size:90%;
	color:#bbb;
}
#contact ol {
	margin-top:5px;
}
#contact ol li {
	padding-left:1.0em;
	text-indent:-0.5em;
}
#contact ol li:before {
	content:"\203B";
	display:inline-block;
}
#contact ol li.red {
	color:#ff0000;
}
#contact span.red {
	color:#ff0000;
}

@media only screen and (max-width: 849px) {
	#contact { width:95%; margin:50px auto !important; }
	#contact input.m_txt {
		width:100% !important;
	}
	#contact .n_txt {
		display:inline-block;
		margin-top:5px;
	}
	#contact .input_l {
		display:inline-block;
		margin-left:0em;
	}
}

@media only screen and (max-width: 484px) {
	#contact { width:95%; margin:30px auto; }
	#contact dl > dt {
		width:100%;
		margin:10px 0 5px 0;
		text-align:left;
	}
		#contact dl > dt > label {
			position:relative;
			width:100%;
		}
		#contact dl > dt > label > span {
			width:100%;
			display:block;
			position:absolute;
			font-size:65%;
			bottom:-15px;
			left:0 !important;
			white-space: nowrap;
			text-align:left;
		}
		#contact dl > dt > label > span.rubim {
			left:0em !important;
		}
	#contact dl > dd {
		width:100%;
		box-sizing:border-box;
		padding-left:0;
		margin:10px 0;
	}
}


/* ______________________________________ */

		movie
/* ______________________________________ */

.mp_wrap {
	width:100%;
/*	max-width:900px !important; */
	height:calc(100% * 0.5619);
	padding:0 !important;
	padding-top:calc(50vw * 0.5619) !important;
	margin:0 auto 0 auto !important;
/*	margin-top:calc(5vw * 0.5619) !important; */
	display:flex;
	align-items:flex-end;
	position: relative;
}
.mp_wrap > video {
	padding:0 !important;
	margin:0 !important;
	display:block !important;
	vertical-align: bottom !important;
	line-height: 100%;
	width: 100vw;
/*	max-width:900px !important; */
	object-fit: cover;
	position: relative;
	left:50%;
	-webkit-transform: translate(-50%, 0%) !important;
	-ms-transform: translate(-50%, 0%) !important;
	transform:translate(-50%, 0%) !important;
}


@media only screen and (max-width: 849px) {
#mainimage {
	width:100vw !important;
	position:relative;
	left:50%;
	transform: translate( -50%, 0%);
	-webkit-transform: translate( -50%, 0%);
	-ms-transform: translate( -50%, 0%);
}
.mp_wrap {
	overflow-x:hidden !important;
}
.mp_wrap > video {
	padding:0 !important;
	margin:0 !important;
	display:block !important;
	vertical-align: bottom !important;
	line-height: 100%;
/*	width: 200vw; */
	width: 100vw;
/*	max-width:900px !important; */
	object-fit: cover;
	position: relative;
	left:50%;
	-webkit-transform: translate(-50%, 0%) !important;
	-ms-transform: translate(-50%, 0%) !important;
	transform:translate(-50%, 0%) !important;
}
}


/* ______________________________________ */

		popup / layer_board
/* ______________________________________ */

.layer_board_bg,
.layer_board {
	position: absolute;
}
.layer_board:hover,
.layer_board a:hover {
	opacity:1 !important;
}
.layer_board_bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 99997 !important;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
}
#top .layer_board_bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 99997 !important;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5) !important;
}
#concept .layer_board_bg,
#best_seller .layer_board_bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 0 !important;
	top: 0;
	left: 0;
	display: none !important;
	cursor: inherit;
	background-color: rgba(0, 0, 0, 0);
	opacity:0 !important;
}
.layer_board {
	display: none;
	position: fixed;
	bottom: 1% !important;
	left: 0.5% !important;
	background:none;
	text-align: center;
	z-index: 99998;
	width: 33vw;
	height:calc(100vw / 3);
	min-width: 200px;
	cursor: pointer;
	box-sizing:border-box;
	transition: all 100ms 0s ease;
}
.layer_board_center {
	display: none;
	position: fixed;
	text-align: center;
	z-index: 99998;
	top: 50% !important;
	bottom:auto;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#top .layer_board_center {
	display: block;
}
#concept .layer_board_right,
#best_seller .layer_board_right {
	display: block;
	position: fixed;
	bottom:calc((3vw * 1.3145) + 10vh) !important;
	left:auto !important;
	right: 2% !important;
	background:none;
	text-align: center;
	z-index: 99998;
	width: 3vw;
	height:calc(3vw * 1.3145);
	min-width:100px;
	cursor: pointer;
	box-sizing:border-box;
	transition: all 100ms 0s ease;
}
.layer_board p {
	margin-bottom: 50px
}
.layer_board p img {
	max-width:100%;
	height:auto;
}
.btn_close {
/*	width:30px;
	height:30px;
	border:0;
	border-radius:50%;
	position: absolute;
	box-sizing:border-box;
	margin: 0px;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.7);
	right:-2%;
	top:-2%;
	z-index: 9999 !important;
	display:none; */
}
.layer_board_center .btn_close {
	width:30px;
	height:30px;
	border:0;
	border-radius:50%;
	position: absolute;
	box-sizing:border-box;
	margin: 0px;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	color:#fff;
	background-color: rgba(0, 0, 0, 0);
	right:-2%;
	top:-2%;
	z-index: 9999 !important;
}
#top .layer_board_center .btn_close {
	width:30px;
	height:30px;
	border:0;
	border-radius:50%;
	position: absolute;
	box-sizing:border-box;
	margin: 0px;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
	color:rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	right:6%;
	top:5%;
	z-index: 9999 !important;
	opacity:0 !important;
}
#concept .layer_board_right .btn_close,
#best_seller .layer_board_right .btn_close {
	width:0.9em;
	height:0.9em;
	border:0;
	border-radius:50%;
	position: absolute;
	box-sizing:border-box;
	margin: 0px;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
	color:rgba(0, 0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	right:7%;
	top:22%;
	z-index: 9999 !important;
	opacity:0 !important;
}
.btn_close::before,
.btn_close::after {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
/*    transform: translateX(-50%); */
	width: 15px;
	height: 2px;
	background-color: #fff;
	content: "";
}
#top .layer_board_center .btn_close::before {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
/*    transform: translateX(-50%); */
	width: 15px;
	height: 2px;
	color:rgba(0, 0, 0, 0) !important;
	background-color:rgba(0, 0, 0, 0) !important;
	content: "";
}
#concept .layer_board_right .btn_close::before,
#best_seller .layer_board_right .btn_close::before {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
/*    transform: translateX(-50%); */
	width: 15px;
	height: 2px;
	color:rgba(0, 0, 0, 0) !important;
	background-color:rgba(0, 0, 0, 0) !important;
	content: "";
}
.btn_close::before {
	transform: rotate(45deg);
}
.btn_close::after {
	transform: rotate(-45deg);
}

/* ------------------------------------------- */
/* ------------------------------------------- */

@media screen and (min-width:1200px) {
.layer_board {
	width: 400px;
	height: 400px;
	cursor: pointer;
	box-sizing:border-box;
}
}
/* ------------------------------------------- */
/* ------------------------------------------- */

@media screen and (max-width:767px) {
.btn_close {
	font-size: 16px;
}
.layer_board {
	bottom: calc(60px + 1%) !important;
	left: 0.5% !important;
	width: 45vw;
	height: 45vw;
	min-width: 0px;
}
.layer_board_center {
	width: 75vw;
	height: 75vw;
	top: 50% !important;
	bottom:auto;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#concept .layer_board_right,
#best_seller .layer_board_right {
	display: none !important;
/*	position: fixed;
	bottom:calc((3vw * 1.3145) + 12vh) !important;
	left:auto !important;
	right: 2% !important;
	background:none;
	text-align: center;
	z-index: 99998;
	width: 3vw;
	height:calc(3vw * 1.3145);
	min-width:80px;
	cursor: pointer;
	box-sizing:border-box;
	transition: all 100ms 0s ease; */
}
#top .layer_board_center .btn_close {
	width:25px;
	height:25px;
	border:0;
	border-radius:50%;
	position: absolute;
	box-sizing:border-box;
	margin: 0px;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
	color:rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	right:6%;
	top:5%;
	z-index: 9999 !important;
	opacity:0 !important;
}
}
/* ------------------------------------------- */
/* ------------------------------------------- */

@media screen and (max-width:479px) {
.btn_close {
	font-size: 14px;
}
.layer_board {
	bottom: calc(60px + 1%) !important;
	left: 0.5% !important;
	width: 45vw;
	height: 45vw;
	min-width: 0px;
}
.layer_board_center {
	width: 75vw;
	height: 75vw;
	top: 50% !important;
	bottom:auto;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}