@charset "utf-8";
/* CSS Document */

[v-cloak] {
	display: none;
}
* {
	font-family: 'S-CoreDream-5Medium' !important;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'S-CoreDream-5Medium' !important;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
button,
code,
label,
em,
span,
strong {
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	word-break: break-all;
}
input,
textarea,
select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	color: inherit;
	letter-spacing: -0.2px;
	word-break: break-all;
}
form {
	display: inline;
	margin: 0;
}
img,
fieldset {
	border: 0;
}
hr {
	display: none;
}
li {
	list-style: none;
}
em,
address {
	font-style: normal;
}
label,
input,
textarea {
	vertical-align: middle;
	-webkit-appearance: none;
}
legend {
	position: absolute;
	left: -5000px;
	font-size: 0;
	overflow: hidden;
}
caption {
	position: relative;
	left: -5000px;
	height: 0;
	line-height: 0;
	text-indent: -5000px;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
label,
input,
button,
select,
img {
	vertical-align: middle;
}
button {
	border: 0;
	cursor: pointer;
	outline: none;
}
button.focus {
	outline: 1px solid #3d5f96;
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
input[type="button"],
input[type="text"],
input[type="image"],
input[type="submit"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	outline: none;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}
input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
}
input[readonly] {
	background: #b1b1b1;
}
textarea {
	resize: none;
	box-sizing: border-box;
}
.noselect {
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}
/*select{appearance:none;-o-appearance:none;-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;}
select:-ms-expand{display:none;}
select::-ms-expand{display:none;}
select{padding-right:30px;}
*/
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	float: right;
	text-align: right !important;
}
.text-justify {
	text-align: justify !important;
}
.va-top,
.va-top td {
	vertical-align: top;
}
.ml7 {
	margin-left: 7px;
}
.f-right {
	float: right;
}
#skipto-content {
	position: absolute;
	width: auto;
	top: 0;
	z-index: 99999999;
	margin: 0 auto;
}
#skipto-content dd {
	display: inline;
}
#skipto-content a {
	display: inline-block;
	height: 0;
	overflow: hidden;
	text-align: center;
}
#skipto-content a:hover,
#skipto-content a:focus,
#skipto-content a:active {
	height: auto;
}
.invisible {
	position: absolute;
	left: -5000px;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

/* �� ���� ���?*/
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ellipsis-max {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 50px;
}

/* �� �� �̻��� ���?*/
.ellipsis_multi {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* ���μ� */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 18px;
	height: 36px; /* height = line-height * �ټ� : ��wekkit �迭 */
}
/*.btn_select_on{color:#d72525 !important;}
*/
::-webkit-input-placeholder {
	color: #777;
}
:-moz-placeholder {
	color: #777;
	opacity: 1;
}
::-moz-placeholder {
	color: #777;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #777;
}
.m-visible {
	display: none;
}
input.currency {
	text-align: right;
	padding-right: 15px;
}
.button {
	border: 1px solid rgba(255, 255, 255, 0.8);
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: none;
	cursor: pointer;
	padding: 2px 2px;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px; /*font-weight: 700;*/
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.button:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.button:hover,
.button:active {
	color: #ffffff;
	border: 1px solid #e61a23;
	background: #e61a23;
}

/* Button red */
.button-red {
	color: #fff;
	background-color: #68322e;
}
.button-blue {
	/*border: 1px solid rgba(255,255,255, 0.5);*/
	color: #fff;
	background-color: #303268;
}
.button-navy {
	/*border: 1px solid rgba(255,255,255, 0.5);*/
	color: #fff;
	background-color: #212121;
}
.button-small {
	padding: 4px 4px;
	font-size: 13px;
}
.button-mid {
	padding: 8px 8px;
	font-size: 13px;
}
.button-mid:hover,
.button-mid:focus {
	background: #e61a23;
	border: 1px solid #e61a23;
	color: #fff;
}
.button-big {
	padding: 10px 20px;
	font-size: 14px;
}

/* btn-group */
.btn-group {
	position: relative; /* height: 34px; */
	margin: 0;
	margin-top: 15px;
}
.btn-group:after {
	display: block;
	clear: both;
	content: "";
}
.btn-group .left {
	float: left;
}
.btn-group .right {
	float: right;
}
.relative {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.absolute {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}
.left {
	right: auto !important;
	left: 0 !important;
}
.right {
	right: 0 !important;
	left: auto !important;
}
.btn-group .left a,
.btn-group .left input[type="submit"] {
	/* float: right; */
	margin-right: 5px;
}
.btn-group .right a {
	float: left;
	margin-left: 5px;
}
a.btn,
input[type="submit"].btn,
button.btn,
input[type="button"].btn {
	display: inline-block;
	min-width: auto;
	cursor: pointer;
	/* font-family: Dotum,'?��?',Helvetica,"Apple SD Gothic Neo",sans-serif; */
	font-size: 13px;
	/* font-weight: bold; */
	/* vertical-align: top; */
	border: 0;
	color: #fff;
}
.btn-group .btn {
	float: left;
	display: inline-block;
	height: 34px;
	margin: 0;
	padding: 0 20px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
}
.btn-group .btn-lg {
	height: 50px;
	padding: 0 40px;
	line-height: 50px;
}
.btn-group .text-center .btn {
	float: none;
}
.tit.btn-group .btn {
	top: 8px;
	right: 10px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding: 0 15px;
}
.btn-default {
	border: 1px solid #292f3a;
	background: #485160;
	color: #fff;
}
.btn-delete {
	/* border: 1px solid #9c313d !important; */
	background: #c53c4b !important;
	color: #fff !important;
	height: 34px;
	padding: 0 20px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn span {
	line-height: 1 !important;
}
.btn-sm {
	padding: 5px;
	font-size: 12px;
}
.btn-danger {
	color: #fff;
	background: #ef5350;
	border: 1px solid #ef5350;
}
.btn-dark {
	color: #fff;
	background-color: #67696f;
	border-color: #343a40;
}
.btn-secondary {
	color: #fff;
	background-color: #2c7ff2;
	border-color: #6c757d;
}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-default {
	border-color: #292f3a;
	background: #485160;
	color: #fff;
}

.pt0 {
	padding-top: 0 !important;
}
.pd20 {
	padding: 20px !important;
}
.pb5 {
	padding-bottom: 0px !important;
}

/* paging */
.paging {
	position: relative;
	display: block;
	text-align: center;
	margin: 20px 0 10px;
}
.paging ul {
	display: inline-block;
	margin: 10px;
}
.paging li {
	display: inline-block;
}
.paging li a,
.paging li span {
	display: inline-block;
	padding: 0 1px;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-family: "RobotoR";
}
.paging li span a,
.paging ul li span {
	color: #bd8949; /* background: #2d3083 !important; */
	border-radius: 100%;
	font-weight: bold;
	text-decoration: underline;
}
.paging li:first-child a,
.paging li:first-child strong {
	padding-left: 0;
	margin-left: 0;
}
.paging .first,
.paging .prev,
.paging .next,
.paging .last {
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align: top;
	text-indent: -5000px;
	font-size: 0;
	overflow: hidden;
}
.paging .first {
	margin: 0 2px;
	background: url(../images/page-first.png) no-repeat 50% 50%;
}
.paging .prev {
	margin: 0 8px 0 2px;
	background: url(../images/page-prev.png) no-repeat 50% 50% !important;
}
.paging .next {
	margin: 0 2px 0 8px;
	background: url(../images/page-next.png) no-repeat 50% 50% !important;
}
.paging .last {
	margin: 0 2px;
	background: url(../images/page-last.png) no-repeat 50% 50%;
}
.paging_btn {
	position: relative;
}
.paging_btn .btn_block {
	position: absolute;
	right: 0;
	margin: 0;
	top: -8px;
}
.msg_sound_only,
.sound_only {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important;
}

@media (min-width: 1024px) {
	.invisible-w {
		position: absolute;
		left: -5000px;
		height: 0;
		line-height: 0;
		overflow: hidden;
	}
}
@media (max-width: 1023px) {
	.invisible-m {
		position: absolute !important;
		left: -5000px !important;
		height: 0;
		line-height: 0;
		overflow: hidden;
	}
	.btn-group {
		margin: 10px 0 0;
	}
	.m-visible {
		display: block !important;
	}
	.pb5 {
		padding-bottom: 5px !important;
	}
}

@media (max-width: 400px) {
	.btn-group {
		margin-top: 8px;
	}
}

html {
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textare a,
button,
select {
	margin: 0;
	padding: 0;
}
ul,
ol,
dl,
li,
dd,
dt {
	list-style: none;
}
body {
	font-size: 12px;
	font-family: "NTS_L", Sans-serif;
	color: #eee;
}
img,
fieldset,
iframe,
button {
	border: none;
	outline: none;
}
i,
em,
address {
	font-style: normal;
}
button,
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
}
input,
select,
button,
textarea {
	vertical-align: middle;
	border: 0;
	outline: none;
	color: #222;
	font-family: "NTS_L", Sans-serif;
}
input:focus,
textarea:focus {
	outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #eee;
}

* {
	box-sizing: border-box;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f17 {
	font-size: 17px;
}
.f18 {
	font-size: 18px;
}
.f19 {
	font-size: 19px;
}
.f20 {
	font-size: 20px;
}

/********************************************************
font color
********************************************************/
.tx_red {
	color: #f82c2c;
}
.tx_blue {
	color: #2f8efc;
}
.tx_green {
	color: #9bd132;
}
.tx_gray {
	color: #999;
}
.tx_org {
	color: #ed8334;
}
.tx_white {
	color: #fff;
}
.tx_sky {
	color: #41e1ff;
}
.tx_yell {
	color: #ffce00;
}
.tx_brown {
	color: #d99a62;
}
.tx_viot {
	color: #ec5eef;
}

/********************************************************
헤더
********************************************************/
.header_wrap {
	height: 84px;
	width: 100%;
	position: relative;
	z-index: 999;
}
.header_wrap .logo {
	position: absolute;
	left: 50px;
	top: 5px;
}
.header_wrap a .logo_m {
	position: absolute;
	width: 150px;
}
.header_wrap .logo img {
	height: 26px;
}
.header_wrap .left_menu {
	position: absolute;
	left: 230px;
	top: 20px;
}
.header_wrap .left_menu a {
	padding: 0 10px;
	font-size: 14px;
	transition: 0.4s;
	font-weight: 700;
}
.header_wrap .left_menu a:hover {
	color: #6691ff;
}
.header_wrap .right_menu {
	position: absolute;
	right: 100px;
	top: 20px;
}
.header_wrap .right_menu a {
	padding: 0 10px;
	font-size: 14px;
	transition: 0.4s;
	font-weight: 700;
}
.header_wrap .right_menu a:hover {
	color: #6691ff;
}
.header_wrap .right_menu a.log_btn {
	background: #ff6015;
	color: #fff;
	margin-left: 50px;
	border-radius: 14px;
	padding: 6px 20px;
}
.header_wrap .right_menu a.join_btn {
	background: #0069ae;
	color: #fff;
	margin-left: 10px;
	border-radius: 14px;
	padding: 6px 20px;
}

/********************************************************
메인
********************************************************/
.main_wrap {
	margin: -84px auto 0px auto;
	overflow: hidden;
	width: 100%;
}

.simple_banner_wrap {
	position: relative;
	overflow: hidden;
	width: 1920px;
	height: 717px;
	z-index: -1;
	background: url(../../images/login/main_slot.jpg) no-repeat;
	background-position-x: center;
}
@media (max-width: 2560px) {
	.simple_banner_wrap {
		position: relative;
		overflow: hidden;
		width: 1920px;
		height: 717px;
		z-index: -1;
		background: url(../../images/login/main_slot.jpg) no-repeat;
		background-position-x: center;
		background-size: contain;
	}
}

.simple_banner_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.simple_banner_wrap ul li {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.simple_banner_wrap ul li img {
}
.nav_wrap {
	display: none;
}

.sub_wrap {
	width: 1488px;
	margin: -220px auto 0px auto;
	z-index: 99;
	top: 720px;
	position: absolute;
	transform: translate(-50%, 0px);
	left: 50%;
}
.sub_wrap .garo_bar {
	position: relative;
	width: 96%;
	margin: auto;
	height: 44px;
	border-radius: 16px;
	background: rgba(0, 0, 0, 0.6);
}
.sub_wrap img {
	transition: 0.4s;
}
.sub_wrap img:hover {
	opacity: 0.7;
}

@media (max-width: 4000px) {
	.simple_banner_wrap {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 956px;
		z-index: -1;
		margin: 0 auto;
	}
	.simple_banner_wrap ul li img {
		width: 100%;
	}
}

@media (min-width: 1920px) {
	.simple_banner_wrap {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 956px;
		z-index: -1;
		margin: 0 auto;
	}
	.simple_banner_wrap ul li img {
	}
}
@media (min-width: 2560px) {
	.simple_banner_wrap {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 956px;
		z-index: -1;
		margin: 0 auto;
	}
	.simple_banner_wrap ul li img {
	}
}
@media (min-width: 4000px) {
	.simple_banner_wrap {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 956px;
		z-index: -1;
		margin: 0 auto;
	}
	.simple_banner_wrap ul li img {
	}
}

/********************************************************
푸터
********************************************************/
.footer_wrap {
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	padding: 20px;
	margin-top: 80px;
}
.footer_wrap img {
	margin: 0 10px;
}
.footer_wrap p {
	color: #444;
	font-weight: 700;
}

/* 로그인 */
#login_popup {
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -322px;
	width: 670px;
	text-align: center;
	opacity: 1;
	background: #f0f1f2;
	padding: 40px 30px;
	transition: 0.4s;
	/* z-index: -9; */
	height: auto;
}
#login_popup h2 {
	color: #666;
	margin-top: 40px;
	font-size: 16px;
}
#login_popup .login_wrap {
	margin-top: 22px;
	padding: 20px;
	background: #fff;
}
#login_popup .login_wrap ul {
}
#login_popup .login_wrap li {
	margin-bottom: 14px;
}
#login_popup .login_wrap li input {
	background: #f1f1f1;
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 44px;
	color: #333;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
}
#login_popup .login_wrap li button {
	background: #fa6e00;
	border: 1px solid #fa6e00;
	border-radius: 2px;
	height: 50px;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}

.cover_wrap {
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -9;
}

/* 회원가입 */
#join_popup {
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	text-align: center;
	opacity: 1;
	background: #f0f1f2;
	padding: 40px 30px;
	transition: 0.4s;
	z-index: 1000;
}
#join_popup h2 {
	color: #666;
	margin-top: 40px;
	font-size: 16px;
}
#join_popup .login_wrap {
	margin-top: 22px;
	padding: 20px;
	background: #fff;
	height: 0%;
}
#join_popup .login_wrap ul {
}
#join_popup .login_wrap li {
	margin-bottom: 14px;
}
#join_popup .login_wrap li input {
	background: #f1f1f1;
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 44px;
	color: #333;
	text-align: left;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	padding-left: 15px;
}
#join_popup .login_wrap li select {
	background: #f1f1f1;
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 44px;
	color: #333;
	text-align: left;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	padding-left: 15px;
}
#join_popup .login_wrap li button {
	background: #fa6e00;
	border: 1px solid #fa6e00;
	border-radius: 2px;
	height: 50px;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}

.text-center {
	text-align: center !important;
}

/* 메세지팝업 */
#msg_popup {
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	text-align: center;
	background: #f0f1f2;
	padding: 40px 30px;
	transition: 0.4s;
	z-index: 999;
}
#msg_popup h2 {
	color: #666;
	margin-top: 0px;
	font-size: 22px;
	height: 200px;
	line-height: 90px;
}

.cover_wrap {
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -9;
}

.top_wrap {
	background-image: linear-gradient(180deg, #e5cc92, #181818);
	width: 1200px;
	height: 182px;
	margin: 16px auto 0px auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 2px solid #22201f;
}

.tl_menu {
	position: absolute;
	margin-left: 20px;
	margin-top: 15px;
	width: 400px;
	height: 54px;
	border-radius: 3px;
	padding: 10px;
	background-image: linear-gradient(180deg, #73684e, #e3ca91);
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.6);
}
.tl_menu ul {
	display: flex;
	background: #262424;
	height: 100%;
	border-radius: 3px;
}
.tl_menu li {
	cursor: pointer;
	color: #aa986f;
	display: inline-block;
	width: 25%;
	line-height: 35px;
	text-align: center;
}
.tl_menu li:last-child {
	border-right: 0;
}
.tl_menu li:hover {
	color: #e0c78f;
}
.tl_menu li:after {
	content: "";
	width: 2px;
	height: 15px;
	display: table;
	position: absolute;
	top: 19px;
	margin-left: 23.5%;
	background-image: linear-gradient(
		180deg,
		#4d4433 0%,
		#b09963 20%,
		#4d4433 100%
	);
}
.tl_menu li:last-child:after {
	content: "";
	width: 0px;
	height: 15px;
}

.tr_menu {
	position: absolute;
	margin-left: 760px;
	margin-top: 15px;
	width: 400px;
	height: 54px;
	border-radius: 3px;
	padding: 10px;
	background-image: linear-gradient(180deg, #73684e, #e3ca91);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.tr_menu ul {
	display: flex;
	background: #262424;
	height: 100%;
	border-radius: 3px;
}
.tr_menu li {
	cursor: pointer;
	color: #aa986f;
	display: inline-block;
	width: 25%;
	line-height: 35px;
	text-align: center;
}
.tt_menu li:last-child {
	border-right: 0;
}
.tr_menu li:hover {
	color: #e0c78f;
}
.tr_menu li:after {
	content: "";
	width: 2px;
	height: 15px;
	display: table;
	position: absolute;
	top: 19px;
	margin-left: 23.5%;
	background-image: linear-gradient(
		180deg,
		#4d4433 0%,
		#b09963 20%,
		#4d4433 100%
	);
}
.tr_menu li:last-child:after {
	content: "";
	width: 0px;
	height: 15px;
}

.info_wrap {
	position: absolute;
	margin-left: 18px;
	margin-top: 80px;
	padding: 0 15px;
	height: 35px;
	line-height: 36px;
	border-radius: 3px;
	background: #3b372d;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid #222;
	color: #aa986f;
}

.clock_wrap {
	position: absolute;
	margin-left: 760px;
	margin-top: 80px;
	padding: 0 15px;
	height: 35px;
	line-height: 36px;
	border-radius: 3px;
	background: #262424;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid #222;
	color: #aa986f;
}

.menu_wrap {
	position: absolute;
	margin-left: 30px;
	margin-top: 155px;
}
.menu_wrap > ul > li {
	float: left;
	font-size: 15px;
	margin-left: 40px;
	cursor: pointer;
	text-shadow: 0 1px 1px #000;
}
.menu_wrap li:hover {
	text-shadow: 0px 0px 10px #e3ca91;
}
.menu_wrap small {
	font-size: 12px;
	color: #73674e;
}

.line_light {
	display: block;
	width: 1200px;
	height: 3px;
	margin: 0 auto;
}

.main_kakao {
	position: absolute;
	margin-top: 18px;
	margin-left: 960px;
	width: 210px;
	height: 60px;
	overflow: hidden;
	background: url("/images/kakao_bg.png?v3") no-repeat;
	border-radius: 3px;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	box-shadow: 1px 1px 2px #000;
}

.main_notice {
	position: absolute;
	margin-top: 30px;
	margin-left: 880px;
	width: 300px;
	height: 310px;
	overflow: hidden;
	background-image: linear-gradient(
		180deg,
		#060100 0%,
		#100e08 10%,
		#2a2519 20%,
		#1b1a16 60%,
		#181818 100%
	);
	box-shadow: 0px -5px 10px #bca36a;
}

.foot_wrap {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	background-image: linear-gradient(
		180deg,
		#2c2720 0%,
		#2b261c 10%,
		#1f1d1b 40%,
		#1a1a18 60%,
		#181818 100%
	);
	border-top: 1px solid #585136;
}

.contents_wrap {
	background: url(/images/main_bgr1.png) no-repeat top center;
	width: 1200px;
	height: 1350px;
	margin: -182px auto 0px auto;
}

.submenu_wrap {
	position: absolute;
	margin-left: 910px;
	margin-top: 30px;
	width: 228px;
	padding: 0 15px;
	height: 40px;
	line-height: 42px;
	border-radius: 5px;
	background: #181818;
	box-shadow: inset 2px 2px 4px #000;
	border-bottom: 1px solid #222;
}
.submenu_wrap a {
	display: inline-block;
	color: #ccc;
	font-size: 14px;
	font-weight: 500;
	text-shadow: 0 1px 1px #000;
}
.submenu_wrap a:hover {
	color: #ffbb00;
}

.bar {
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 18px;
	margin-left: 6px;
	margin-top: 11px;
	background: linear-gradient(
		180deg,
		#000 0%,
		#555 23%,
		rgba(239, 239, 239, 1) 49%,
		#666 73%,
		#000 100%
	);
}

.event_wrap {
	position: absolute;
	margin-left: 975px;
	margin-top: 81px;
}

.ct_wrap {
	width: 1200px;
	margin: 0 auto;
	background: #282622;
}

#main_index {
	position: relative;
	top: -10px;
}
#title img {
	padding: 10px 20px;
}
.right_link {
	background-image: url(/img/right_bottom_bg.png) repeat;
	height: 187px;
	text-align: center;
	border: 1px solid #303030;
}
#copyright {
	margin-top: 50px;
	text-align: center;
	color: #666;
	font-size: 10px;
}

.align_left {
	float: left;
	text-align: left;
	padding: 10px 0px 10px 10px;
	width: 450px;
}
.align_left_pop {
	float: left;
	text-align: left;
	padding: 10px 0px 10px 10px;
	width: 350px;
}
.align_left_2 {
	float: left;
	text-align: left;
	padding: 10px 0px 10px 10px;
	width: 500px;
}
.align_right {
	float: right;
	text-align: right;
	padding: 10px 10px 10px 0;
	width: 400px;
}
.align_right_pop {
	float: right;
	text-align: right;
	padding: 10px 10px 10px 0;
	width: 308px;
}

.align_center {
	text-align: center;
	padding: 10px 10px 10px 0;
	width: 880px;
}

.page {
	color: #777;
}
.page span {
	color: #fff;
	font-weight: bold;
}
.page a {
	color: #777;
}
.page a:hover {
	color: #fff;
	text-decoration: none;
}

.betting_left > div {
	margin: 0 auto;
	float: none !important;
}

.list_table ul {
	display: flex;
	margin-left: -40px;
}
.list_table li {
	height: 36px;
	color: #ddd;
	letter-spacing: -1px;
	font-weight: normal;
	background-color: #222227;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px,
		rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
	list-style: none;
	line-height: 35px;
}
.list_table li:nth-child(1) {
	width: 10%;
}
.list_table li:nth-child(2) {
	width: 35%;
}
.list_table li:nth-child(3) {
	width: 10%;
}
.list_table li:nth-child(4) {
	width: 35%;
}
.list_table li:nth-child(5) {
	width: 10%;
}

.list_table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

.list_table thead tr {
	background-image: linear-gradient(180deg, #a0754b, #7f5e39);
	color: #bababa;
	height: 30px;
}

.list_table thead tr th {
	height: 36px;
	color: #ddd;
	letter-spacing: -1px;
	font-weight: normal;
	background-color: #222227;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px,
		rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
	list-style: none;
	line-height: 35px;
}

.list_table thead tr th.title_text {
	border: 1px solid #000;
	font-size: 12px;
	color: #fff;
	font-weight: 100;
}

.list_table thead tr th.title_text span {
	color: #36ff82;
}

.list_table thead tr td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 11px;
	color: #bababa;
}

.list_table tr {
	height: 28px;
}

.list_table th {
	color: #fff;
	font-weight: 100;
}
.list_table tr.notice {
	background: #131313;
}

.list_table td.view {
	padding: 20px 90px;
	color: #fff;
	background: #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
}

.list_table td.message {
	padding: 20px 90px;
	color: #fff;
	text-align: center;
	background: #1e1e1e;
}

.list_table td.notice {
	text-align: center;
	color: #ffae00;
}

.list_table td.notice a {
	padding-left: 10px;
	color: #ffae00;
}

.list_table td.notice a:hover {
	padding-left: 10px;
	color: #ffae00;
	text-decoration: underline;
}

.list_table .number {
	color: #ff0000;
}
.list_table .num,
.list_table .date,
.list_table .writer {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #333;
}

.list_table .subject {
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
	border-bottom: 1px solid #333;
}

#rs_code {
	background-color: #191719;
	border: solid 1px #000;
	border-top: solid 2px #ff0000;
}

.pop_title {
	border: solid 1px #000;
	height: 43px;
	background-image: url(/img/title_bg.png);
}
.pop_title img {
	padding: 10px 20px;
}
.pop_table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

.pop_table thead tr th {
	background: url(/img/table_top_bg.png) repeat-x;
	background-size: auto 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #bababa;
	height: 26px;
	text-align: left;
	padding-left: 20px;
	font-weight: 100;
}
.pop_table td {
	border-bottom: solid 1px #000;
	padding: 6px;
	line-height: 1px;
}
.pop_table th {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	color: #fff;
	padding: 6px;
	background-color: #333333;
	font-weight: 100;
}
.textbox_pin {
	margin: 20px auto 0px auto;
	background-image: url(/img/pin_form.png);
	width: 214px;
	height: 29px;
}

#login {
	position: relative;
	margin: 530px auto 0 auto;
	background-image: url(/img/login_box_bg.png);
	width: 508px;
	height: 110px;
}
.textbox_id {
	position: absolute;
	top: 22px;
	left: 100px;
	background-image: url(/img/pin_form.png);
	width: 214px;
	height: 29px;
}
.textbox_pw {
	position: absolute;
	top: 57px;
	left: 100px;
	background-image: url(/img/pin_form.png);
	width: 214px;
	height: 29px;
}
.btn_login {
	position: absolute;
	top: 21px;
	left: 320px;
	background-image: url(/img/btn_login.png);
	width: 81px;
	height: 67px;
}
.btn_join {
	position: absolute;
	top: 21px;
	left: 406px;
	background-image: url(/img/btn_join.png);
	width: 81px;
	height: 67px;
}
.text_or {
	color: #ff3900;
}

.write_table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.write_table tr {
	border-bottom: solid 1px #333;
}
.write_table td {
	border-bottom: solid 1px #333;
	padding: 6px;
	background: #333;
}
.write_table td.tcenter {
	border-bottom: solid 1px #333;
	padding: 6px;
	text-align: center;
}
.write_table td.tcenterline {
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	padding: 6px;
	text-align: center;
}
.write_table th {
	background: #222;
	border-right: solid 1px #333;
	color: #bababa;
	padding: 6px;
	font-weight: 100;
}
.write_table input {
	width: 98%;
	color: #333;
	border: 1px solid #1d1d1d;
	background-color: #eee;
}
.write_table textarea {
	word-break: break-all;
	width: 98%;
	min-height: 300px;
	color: #333;
	border: 1px solid #1d1d1d;
	background-color: #eee;
}

.view_table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 1200px;
	margin: 47px auto 30px auto;
}
.view_table thead th {
	background-color: RGB(0, 0, 0);
	height: 60px;
	border-bottom: solid 1px #2e202d;
	text-align: left;
	padding-left: 25px;
	font-size: 14px;
}
.view_table thead td {
	background-color: RGB(0, 0, 0);
	text-align: right;
	padding: 10px 25px 0 0;
}
.view_table thead td.line {
	border-bottom: solid 1px #2e202d;
	padding: 5px 25px 10px 0;
}
.view_table tbody td {
	background-color: RGB(0, 0, 0);
	border-bottom: solid 1px #2e202d;
	padding: 20px;
}

.reply_table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 860px;
	margin-left: 10px;
}
.reply_table tr {
	border-bottom: solid 1px #2e202d;
	background-color: #221725;
}
.reply_table thead th {
	height: 40px;
	background-color: #332935;
	font-weight: 100;
}
.reply_table thead td {
	height: 40px;
	background-color: #332935;
}
.reply_table th {
	border-bottom: solid 1px #2e202d;
	height: 30px;
	font-weight: 100;
}
.reply_table td {
	border-bottom: solid 1px #2e202d;
	height: 30px;
	font-weight: 100;
}

.notify-wrap {
	position: relative;
}
.notify-wrap-inner {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0 60px;
	text-align: center;
	width: 2000px;
}
.notify-wrap-inner img {
	position: absolute;
	left: 20px;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notify-scroll {
	display: inline-block;
	animation: text-scroll 10s linear infinite;
}
@keyframes text-scroll {
	from {
		transform: translateX(20%);
		-moz-transform: translateX(20%);
		-webkit-transform: translateX(20%);
		-o-transform: translateX(20%);
		-ms-transform: translateX(20%);
	}
	to {
		transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
	}
}
.notify-scroll ul {
	display: inline;
}
.notify-scroll ul li {
	display: inline-block;
	padding-right: 650px;
}

* {
	font-family: 'S-CoreDream-5Medium' !important;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'S-CoreDream-5Medium' !important;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
button,
code,
label,
em,
span,
strong {
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	word-break: break-all;
}
input,
textarea,
select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	color: inherit;
	letter-spacing: -0.2px;
	word-break: break-all;
}
form {
	display: inline;
	margin: 0;
}
img,
fieldset {
	border: 0;
}
hr {
	display: none;
}
li {
	list-style: none;
}
em,
address {
	font-style: normal;
}
label,
input,
textarea {
	vertical-align: middle;
	-webkit-appearance: none;
}
legend {
	position: absolute;
	left: -5000px;
	font-size: 0;
	overflow: hidden;
}
caption {
	position: relative;
	left: -5000px;
	height: 0;
	line-height: 0;
	text-indent: -5000px;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
label,
input,
button,
select,
img {
	vertical-align: middle;
}
button {
	border: 0;
	cursor: pointer;
	outline: none;
}
button.focus {
	outline: 1px solid #3d5f96;
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
input[type="button"],
input[type="text"],
input[type="image"],
input[type="submit"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	outline: none;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}
input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
}
input[readonly] {
	background: #b1b1b1;
}
textarea {
	resize: none;
	box-sizing: border-box;
}
.noselect {
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}
/*select{appearance:none;-o-appearance:none;-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;}
select:-ms-expand{display:none;}
select::-ms-expand{display:none;}
select{padding-right:30px;}
*/
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	float: right;
	text-align: right !important;
}
.text-justify {
	text-align: justify !important;
}
.va-top,
.va-top td {
	vertical-align: top;
}
.ml7 {
	margin-left: 7px;
}
.f-right {
	float: right;
}
#skipto-content {
	position: absolute;
	width: auto;
	top: 0;
	z-index: 99999999;
	margin: 0 auto;
}
#skipto-content dd {
	display: inline;
}
#skipto-content a {
	display: inline-block;
	height: 0;
	overflow: hidden;
	text-align: center;
}
#skipto-content a:hover,
#skipto-content a:focus,
#skipto-content a:active {
	height: auto;
}
.invisible {
	position: absolute;
	left: -5000px;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

/* �� ���� ���?*/
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ellipsis-max {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 50px;
}

/* �� �� �̻��� ���?*/
.ellipsis_multi {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* ���μ� */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 18px;
	height: 36px; /* height = line-height * �ټ� : ��wekkit �迭 */
}
/*.btn_select_on{color:#d72525 !important;}
*/
::-webkit-input-placeholder {
	color: #777;
}
:-moz-placeholder {
	color: #777;
	opacity: 1;
}
::-moz-placeholder {
	color: #777;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #777;
}
.m-visible {
	display: none;
}
input.currency {
	text-align: right;
	padding-right: 15px;
}
.button {
	border: 1px solid rgba(255, 255, 255, 0.8);
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: none;
	cursor: pointer;
	padding: 2px 2px;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px; /*font-weight: 700;*/
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.button:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.button:hover,
.button:active {
	color: #ffffff;
	border: 1px solid #e61a23;
	background: #e61a23;
}

/* Button red */
.button-red {
	color: #fff;
	background-color: #68322e;
}
.button-blue {
	/*border: 1px solid rgba(255,255,255, 0.5);*/
	color: #fff;
	background-color: #303268;
}
.button-navy {
	/*border: 1px solid rgba(255,255,255, 0.5);*/
	color: #fff;
	background-color: #212121;
}
.button-small {
	padding: 4px 4px;
	font-size: 13px;
}
.button-mid {
	padding: 8px 8px;
	font-size: 13px;
}
.button-mid:hover,
.button-mid:focus {
	background: #e61a23;
	border: 1px solid #e61a23;
	color: #fff;
}
.button-big {
	padding: 10px 20px;
	font-size: 14px;
}

/* btn-group */
.btn-group {
	position: relative; /* height: 34px; */
	margin: 0;
	margin-top: 15px;
}
.btn-group:after {
	display: block;
	clear: both;
	content: "";
}
.btn-group .left {
	float: left;
}
.btn-group .right {
	float: right;
}
.relative {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.absolute {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}
.left {
	right: auto !important;
	left: 0 !important;
}
.right {
	right: 0 !important;
	left: auto !important;
}
.btn-group .left a,
.btn-group .left input[type="submit"] {
	/* float: right; */
	margin-right: 5px;
}
.btn-group .right a {
	float: left;
	margin-left: 5px;
}
a.btn,
input[type="submit"].btn,
button.btn,
input[type="button"].btn {
	display: inline-block;
	min-width: auto;
	cursor: pointer;
	/* font-family: Dotum,'?��?',Helvetica,"Apple SD Gothic Neo",sans-serif; */
	font-size: 13px;
	/* font-weight: bold; */
	/* vertical-align: top; */
	border: 0;
	color: #fff;
}
.btn-group .btn {
	float: left;
	display: inline-block;
	height: 34px;
	margin: 0;
	padding: 0 20px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	border-radius:8px;
}
@media (max-width: 640px) {
	.btn-group .btn {
		float: left;
		display: inline-block;
		height: 34px;
		margin: 0;
		padding: 0 10px;
		line-height: 34px;
		font-size: 7px;
		text-align: center;
		border-radius:8px;
	}
}
.btn-group .btn-lg {
	height: 50px;
	padding: 0 40px;
	line-height: 50px;
}
.btn-group .text-center .btn {
	float: none;
}
.tit.btn-group .btn {
	top: 8px;
	right: 10px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding: 0 15px;
}
.btn-default {
	border: 1px solid #292f3a;
	background: #485160;
	color: #fff;
}
/*.btn-delete{border: 1px solid #9c313d;background: #c53c4b;color: #fff;}*/
/*.btn-delete{border: 1px solid #9c313d !important;;background: #c53c4b; !important;color: #fff !important;height: 34px;padding: 0 20px;line-height: 34px;font-size: 16px;text-align: center;}*/
.btn-delete {
	/* border: 1px solid #9c313d !important; */
	background: #c53c4b !important;
	color: #fff !important;
	height: 34px;
	padding: 0 20px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn span {
	line-height: 1 !important;
}
.btn-sm {
	padding: 5px;
	font-size: 12px;
}
.btn-danger {
	color: #fff;
	background: #ef5350;
	border: 1px solid #ef5350;
}
.btn-dangers {
	color: #fff;
	background: #ef5350;
	border: 1px solid #ef5350;
}
.btn-dark {
	color: #fff;
	background-color: #67696f;
	border-color: #343a40;
}
.btn-secondary {
	color: #fff;
	background-color: #2c7ff2;
	border-color: #6c757d;
}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-default {
	border-color: #292f3a;
	background: #485160;
	color: #fff;
}

.pt0 {
	padding-top: 0 !important;
}
.pd20 {
	padding: 20px !important;
}
.pb5 {
	padding-bottom: 0px !important;
}

/* paging */
.paging {
	position: relative;
	display: block;
	text-align: center;
	margin: 20px 0 10px;
}
.paging ul {
	display: inline-block;
}
.paging li {
	display: inline-block;
}
.paging li a,
.paging li span {
	display: inline-block;
	padding: 0 1px;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	color: #0c0909;
	font-family: "RobotoR";
}
.paging li span a,
.paging ul li span {
	color: #bd8949; /* background: #2d3083 !important; */
	border-radius: 100%;
	font-weight: bold;
	text-decoration: underline;
}
.paging li:first-child a,
.paging li:first-child strong {
	padding-left: 0;
	margin-left: 0;
}
.paging .first,
.paging .prev,
.paging .next,
.paging .last {
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align: top;
	text-indent: -5000px;
	font-size: 0;
	overflow: hidden;
}
.paging .first {
	margin: 0 2px;
	background: url(../images/page-first.png) no-repeat 50% 50%;
}
.paging .prev {
	margin: 0 8px 0 2px no-repeat 50% 50% !important;
}
.paging .next {
	margin: 0 2px 0 8px no-repeat 50% 50% !important;
}
.paging .last {
	margin: 0 2px;
	background: url(../images/page-last.png) no-repeat 50% 50%;
}
.paging_btn {
	position: relative;
}
.paging_btn .btn_block {
	position: absolute;
	right: 0;
	margin: 0;
	top: -8px;
}
.msg_sound_only,
.sound_only {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important;
}

@media (min-width: 1024px) {
	.invisible-w {
		position: absolute;
		left: -5000px;
		height: 0;
		line-height: 0;
		overflow: hidden;
	}
}
@media (max-width: 1900px) {
	/* .invisible-m {
    position: absolute !important;
    left: -5000px !important;
    height: 0;
    line-height: 0;
    overflow: hidden;
  } */
	.btn-group {
		margin: 10px 0 0;
	}
	.m-visible {
		display: block !important;
	}
	.pb5 {
		padding-bottom: 5px !important;
	}
}

@media (max-width: 400px) {
	.btn-group {
		margin-top: 8px;
	}
}
