@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Knewave&display=swap');
@charset "UTF-8";
/* CSS Document */

* {margin: 0;padding: 0;}
a > * {line-height: 0;}
img {border: medium none;}
body {font-family:'NEXON Lv2 Gothic' ,sans-serif;font-size: 13px; background:#f8f9fa; font-weight:400;}
a {color:#000;text-decoration: none;}
a:hover{text-decoration:none;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: inherit;margin:0;}
ul,li,dl,dd,dt {list-style:none; padding:0; margin:0;}

.clearfix {clear:both;}
.bold {font-weight:bold;}

.pd10{padding: 10px;}
.pd15{padding: 15px;}
.pd20{padding: 20px;}
.pd30{padding: 30px;}
.pd40{padding: 40px;}
.pd50{padding: 50px;}
.pd100{padding: 100px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb100{padding-bottom:100px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt100{padding-top:100px;}

.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pr100{padding-right:100px;}

.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}

.mg10{margin: 10px;}
.mg15{margin: 15px;}
.mg20{margin: 20px;}
.mg30{margin: 30px;}
.mg40{margin: 40px;}
.mg50{margin: 50px;}
.mg100{margin: 100px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr100{margin-right:100px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml100{margin-left:100px;}

.per5{width:5%;}
.per10{width:10%;}
.per15{width:15%;}
.per20{width:20%;}
.per25{width:25%;}
.per30{width:30%;}
.per35{width:35%;}
.per40{width:40%;}
.per45{width:45%;}
.per50{width:50%}
.per55{width:55%;}
.per60{width:60%}
.per65{width:65%;}
.per70{width:70%}
.per75{width:75%;}
.per80{width:80%}
.per85{width:85%;}
.per90{width:90%}
.main_doc_guides {
	position: relative;
	margin: 20px 0 36px;
	padding: 20px;
	border: 1px solid #f0dcc0;
	border-radius: 12px;
	background:
		radial-gradient(circle at top left, rgba(255, 236, 212, .65), transparent 28%),
		linear-gradient(180deg, #fffdfa 0%, #fff 100%);
	box-shadow: 0 24px 60px rgba(191, 148, 82, .10);
	overflow: hidden;
}
.main_doc_guides:before {
	content: '';
	position: absolute;
	inset: auto -80px -90px auto;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(246, 188, 96, .14) 0%, rgba(246, 188, 96, 0) 68%);
	pointer-events: none;
}
.main_doc_guides .tit_box {
	position: relative;
	z-index: 1;
	margin-bottom: 24px;
}
.main_doc_guides .tit_box h2 {
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1.24;
	font-weight: 800;
	letter-spacing: -.03em;
	color: #1d2b46;
}
.main_doc_guides .tit_box p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #66758f;
}
.main_doc_guides_list {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.main_doc_guides_item {
	display: block;
	padding: 22px 22px 20px;
	border: 1px solid #dfe8f3;
	border-radius: 12px;
	background: rgba(255, 255, 255, .86);
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.main_doc_guides_item:hover {
	transform: translateY(-2px);
	border-color: #f0c98a;
	box-shadow: 0 14px 28px rgba(30, 41, 59, .08);
}
.main_doc_guides_item strong {
	display: block;
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 1.3;
	font-weight: 800;
	letter-spacing: -.025em;
	color: #25324b;
}
.main_doc_guides_item span {
	display: block;
	font-size: 15px;
	line-height: 1.65;
	color: #75839c;
}
@media (max-width: 768px) {
	.main_doc_guides {
		padding: 24px 16px;
		border-radius: 22px;
	}
	.main_doc_guides .tit_box h2 {
		font-size: 24px;
	}
	.main_doc_guides .tit_box p {
		font-size: 14px;
	}
	.main_doc_guides_list {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.main_doc_guides_item {
		padding: 18px 16px;
		border-radius: 16px;
	}
	.main_doc_guides_item strong {
		font-size: 18px;
	}
	.main_doc_guides_item span {
		font-size: 14px;
	}
}
.per95{width:95%;}
.per100{width:100%;}

.px10{width:10px;}
.px20{width:20px;}
.px30{width:30px;}
.px40{width:40px;}
.px50{width:50px;}
.px60{width:60px;}
.px70{width:70px;}
.px80{width:80px;}
.px90 {width:90px;}
.px100{width:100px;}
.px150{width:150px;}
.px200{width:200px;}
.px250{width:250px;}
.px300{width:300px;}
.px350{width:350px;}
.px400{width:400px;}
.px450{width:450px;}
.px500{width:500px;}
.px550{width:550px;}
.px600{width:600px;}
.px650{width:650px;}
.px700{width:700px;}

.btn-primary {color: #fff;background-color: #348fe2;border-color: #348fe2;background-image: none;}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2670b7;
  border-color: #2670b7;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #348fe2;
  border-color: #348fe2;
}
.btn-primary .badge {
  color: #348fe2;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff5c57;
  border-color: #ff5c57;
  background-image: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ce4741;
  border-color: #ce4741;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger
,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff5c57;
  border-color: #ff5c57;
}
.btn-danger .badge {
  color: #ff5c57;
  background-color: #fff;
}

.btn-turquoise {
  color: #fff;
  background-color: #00acac;
  border-color: #00acac;
  background-image: none;
}
.btn-turquoise:hover,
.btn-turquoise:focus,
.btn-turquoise:active,
.btn-turquoise.active,
.open .dropdown-toggle.btn-turquoise {
  color: #fff;
  background-color: #008a8c;
  border-color: #008a8c;
}
.btn-turquoise.disabled,
.btn-turquoise[disabled],
fieldset[disabled] .btn-turquoise,
.btn-turquoise.disabled:hover,
.btn-turquoise[disabled]:hover,
fieldset[disabled] .btn-turquoise:hover,
.btn-turquoise.disabled:focus,
.btn-turquoise[disabled]:focus,
fieldset[disabled] .btn-turquoise:focus,
.btn-turquoise.disabled:active,
.btn-turquoise[disabled]:active,
fieldset[disabled] .btn-turquoise:active,
.btn-turquoise.disabled.active,
.btn-turquoise[disabled].active,
fieldset[disabled] .btn-turquoise.active {
  background-color: #00acac;
  border-color: #00acac;
}
.btn-turquoise .badge {
  color: #00acac;
  background-color: #fff;
}

.btn-royalblue {
  color: #fff;
  background-color: #717bb6;
  border-color: #717bb6;
  background-image: none;
}r
.btn-royalblue:hover,
.btn-royalblue:focus,
.btn-royalblue:active,
.btn-royalblue.active,
.open .dropdown-toggle.btn-royalblue {
  color: #fff;
  background-color: #464a6f;
  border-color: #464a6f;
}
.btn-royalblue.disabled,
.btn-royalblue[disabled],
fieldset[disabled] .btn-royalblue,
.btn-royalblue.disabled:hover,
.btn-royalblue[disabled]:hover,
fieldset[disabled] .btn-royalblue:hover,
.btn-royalblue.disabled:focus,
.btn-royalblue[disabled]:focus,
fieldset[disabled] .btn-royalblue:focus,
.btn-royalblue.disabled:active,
.btn-royalblue[disabled]:active,
fieldset[disabled] .btn-royalblue:active,
.btn-royalblue.disabled.active,
.btn-royalblue[disabled].active,
fieldset[disabled] .btn-royalblue.active {
  background-color: #717bb6;
  border-color: #717bb6;
}
.btn-royalblue .badge {
  color: #717bb6;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f49b1b;
  border-color: #f49b1b;
  background-image: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c57e00;
  border-color: #c57e00;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f49b1b;
  border-color: #f49b1b;
}
.btn-warning .badge {
  color: #f49b1b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #49b6d5;
  border-color: #49b6d5;
  background-image: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3492ac;
  border-color: #3492ac;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #49b6d5;
  border-color: #49b6d5;
}
.btn-info .badge {
  color: #49b6d5;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5db75d;
  border-color: #5db75d;
  background-image: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #409e3e;
  border-color: #409e3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5db75d;
  border-color: #5db75d;
}
.btn-success .badge {
  color: #5db75d;
  background-color: #fff;
}


.btn-silver {
  color: #fff;
  background-color: #b7c2c8;
  border-color: #b7c2c8;
  background-image: none;
}
.btn-silver:hover,
.btn-silver:focus,
.btn-silver:active,
.btn-silver.active,
.open .dropdown-toggle.btn-silver {
  color: #fff;
  background-color: #929ba2;
  border-color: #929ba2;
}
.btn-silver.disabled,
.btn-silver[disabled],
fieldset[disabled] .btn-silver,
.btn-silver.disabled:hover,
.btn-silver[disabled]:hover,
fieldset[disabled] .btn-silver:hover,
.btn-silver.disabled:focus,
.btn-silver[disabled]:focus,
fieldset[disabled] .btn-silver:focus,
.btn-silver.disabled:active,
.btn-silver[disabled]:active,
fieldset[disabled] .btn-silver:active,
.btn-silver.disabled.active,
.btn-silver[disabled].active,
fieldset[disabled] .btn-silver.active {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}
.btn-silver .badge {
  color: #b7c2c8;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #2c353c;
  border-color: #2c353c;
  background-image: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,black
fieldset[disabled] .btn-black.active {
  background-color: #2c353c;
  border-color: #2c353c;
}
.btn-black .badge {
  color: #2c353c;
  background-color: #fff;
}


.navbar-default .navbar-nav>li>a {
color: #060606;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;background-color: #3498db;}

.navbar .dropdown-menu {
padding: 0;
margin: 0;
min-width: 190px;
background-color: #444;
border: none;
}
.navbar .dropdown-menu li a {
font-weight: 400;
text-transform: uppercase;
padding: 9px 20px;
font-size: 12px;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
transition: all 200ms ease-in;
color: #ccc;
background:#444;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #3498db !important;
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a {
    transition: all 0.2s ease-in-out 0s;
}

.wrapper{margin:0 auto; overflow:hidden; width:100%;}
.layout_fix {width:1200px; margin:0 auto; position:relative;}
.view-all {float: right;width: 75px;position: absolute;top: 10px;right: 0;}
.input-control {background-color: #eee; border: 1px solid #eee;border-radius: 4px;color: inherit; outline:none; width:100%;padding: 8px 12px;font-size: 12px;vertical-align: middle;  }
.upper_link {position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;}
section {overflow:hidden; margin:10px 0; position:relative;}
.contents-view {padding:0 30px;}
.checkbox label {float:left; padding-left:0; margin-right:4px; margin-bottom:4px; background:#ddd; color:#666; border-radius:2px; padding:4px 8px;}
.checkbox input[type="radio"] {position:absolute; opacity:0; width:0; height:0;}
.contents-view.site-view {text-align:center;}
.contents-view.site-view img {max-width:600px;}
/* header */
.header{color: #fff; height:auto; }
.header .header-top-menu {height:44px; border-bottom:1px solid #eceef3; background:linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);}
.header .header-top-menu .layout_fix {display:flex; align-items:center; justify-content:space-between; height:44px;}
.header .header-top-menu .fa{color:inherit;}
.header .top-service-menu {display:flex; align-items:center; gap:10px;}
.header .top-service-link {display:inline-flex; align-items:center; gap:8px; height:32px; padding:0 14px; border-radius:999px; color:#3a4352; font-size:13px; font-weight:700; background:#fff; border:1px solid #e5e8ef; box-shadow:0 8px 18px rgba(31, 45, 61, 0.06); transition:all 0.2s ease;}
.header .top-service-link:hover {color:#d83145; border-color:#ffd1d7; background:#fff7f8;}
.header .top-service-icon {display:inline-flex; align-items:center; justify-content:center; width:20px; height:20px; border-radius:50%; font-size:11px; color:#fff;}
.header .top-service-attendance .top-service-icon {background:linear-gradient(135deg, #ffb938 0%, #ff8e1f 100%);}
.header .top-service-event .top-service-icon {background:linear-gradient(135deg, #ff6a7d 0%, #ff415d 100%);}
.header .top-service-point .top-service-icon {background:linear-gradient(135deg, #5e8bff 0%, #3f67e8 100%);}
.header .top-auth-menu {display:flex; align-items:center; gap:8px;}
.header .top-auth-link {display:inline-flex; align-items:center; justify-content:center; min-width:82px; height:32px; padding:0 16px; border-radius:999px; font-size:13px; font-weight:700; transition:all 0.2s ease;}
.header .top-auth-outline {border:1px solid #f04b5f; color:#e23a4f; background:#fff;}
.header .top-auth-outline:hover {background:#fff4f6; color:#cf3145;}
.header .top-auth-fill {border:1px solid #eb3d51; color:#fff; background:linear-gradient(135deg, #ff5e72 0%, #eb3349 100%); box-shadow:0 10px 22px rgba(235, 51, 73, 0.2);}
.header .top-auth-fill:hover {color:#fff; background:linear-gradient(135deg, #ff5067 0%, #df2940 100%);}

.header .header-main-menu {border-bottom:1px solid #eee; height:82px; text-align:center; background:#fff;}
.header .header-main-menu .login_menu {position:absolute; top:0; right:0; overflow:hidden; padding:12px 0; display:none;}
.header .header-main-menu .login_menu li {float:left;}
.header .header-main-menu .login_menu li a { color:#444; font-size:12px; border:1px solid #444; padding:6px 18px; border-radius:500px; }
.header .logo {display:block; width:168px;  position:absolute; top:16px; left:0;}
.header .logo img {width:168px; }

.header .nav_menu {position:absolute; top:28px; right:0; }
.header .nav_menu li {position:relative; float:left; height:82px; margin-left:40px;}
.header .nav_menu li:first-child {margin-left:0;}
.header .nav_menu li a {font-size:18px;}
.header .nav_menu dl {display:none; position:absolute; top:40px; left:-60px; z-index:2; overflow:hidden; width:220px;}
.header .nav_menu dt {float:left; width:100px;   margin-right:10px;}
.header .nav_menu dt a {display:block; color:#333; font-size:14px; height:44px; line-height:44px; font-weight:normal; border-radius:500px; border:1px solid #ddd; background:#fff; }
.header .nav_menu dt a:hover {background:#eee;}
.header .nav_menu li:hover dl {display:block;}

.notifications{position: relative;cursor:pointer;}
.notifications-list {color: #060606;border-bottom: 1px solid #ededed;display: block;overflow: hidden;line-height: 25px;}
.notifications-list a:link{color: #060606;}
.notifications-list a:active, .notifications-list a:hover {color:#2773ae;}
.notifications-menu{position: absolute;  top: 100%; left: 0;  z-index: 9999;  display: none;  width: 330px;  background-color: #f5f5f6;  -webkit-border-radius: 0 0 3px 3px;  -webkit-background-clip: padding-box;  -moz-border-radius: 0 0 3px 3px;  -moz-background-clip: padding;  border-radius: 0 0 3px 3px;  background-clip: padding-box;  -moz-box-shadow: 0 1px 0px rgba(0,0,0,.05);  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,.05);  box-shadow: 0 1px 0px rgba(0,0,0,.05);  border: 1px solid #f8f8f8; padding: 5px 15px; }
.notifications-menu .external { background-color: #FFF; display: block; }
.notifications-menu .external a { background-color: #fff; color: #e9423f;}
.notifications-list .point{ color:#ec5956 !important;  text-align: center; }
.notifications-list span{ padding-top: 10px;  font-size: 11px; }

.m_nav{padding: 8px 10px 0 0;}
nav , .pagination{text-align:center;}
.pagination{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	flex-wrap:wrap;
	padding:10px;
	margin:20px auto 0;
	border-radius:18px;
	background:linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.85), 0 12px 28px rgba(15, 23, 42, 0.08);
}
.pagination > li{
	display:block;
	margin:0;
}
.pagination > li > a,
.pagination > li > span{
	float:none;
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:42px;
	height:42px;
	padding:0 14px;
	margin:0;
	border:0;
	border-radius:12px;
	background:transparent;
	color:#5a6573;
	font-size:14px;
	font-weight:700;
	line-height:1;
	text-decoration:none;
	transition:transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{
	background:#ffffff;
	color:#16202a;
	box-shadow:0 8px 18px rgba(15, 23, 42, 0.12);
	transform:translateY(-1px);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
	background:linear-gradient(135deg, #202b3f 0%, #111827 100%);
	color:#ffffff;
	box-shadow:0 12px 24px rgba(17, 24, 39, 0.24);
}
.pagination > .disabled > a,
.pagination > .disabled > span,
.pagination > .disabled > a:hover,
.pagination > .disabled > span:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span:focus{
	background:transparent;
	color:#a0aab8;
	box-shadow:none;
	transform:none;
	cursor:not-allowed;
}
@media screen and (max-width: 767px) {
	.pagination{
		gap:6px;
		padding:8px;
		border-radius:16px;
	}
	.pagination > li > a,
	.pagination > li > span{
		min-width:38px;
		height:38px;
		padding:0 12px;
		font-size:13px;
		border-radius:10px;
	}
}


#side_menu {display: block;position:fixed;top:0;right:0;width:100%;height:100%;overflow:hidden;z-index:9999;margin:0;background-color: rgba( 0, 0, 0, 0.5 );display:none}
#side_menu .side_wr{width:250px;background:#222222;opacity:1;position:absolute;top:0;right:0;box-shadow:0 0 10px #000;overflow-x:hidden;height:100%;overflow-y:auto}
#side_menu .side_wr.add_side_wr{}
#side_menu .side_wr .side_inner_rel{position:relative;height:100%;display:block;overflow:hidden}
#side_menu .side_wr .side_inner_abs{position: absolute;width:100%;display:block;-webkit-tap-highlight-color:rgba(0,0,0,0); width:100%; -webkit-transform:translateZ(0); -moz-transform:translateZ(0); -ms-transform:translateZ(0); -o-transform:translateZ(0); transform:translateZ(0); -webkit-touch-callout:none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; -o-text-size-adjust:none; text-size-adjust:none}
#side_menu .side_wr{webkit-overflow-scrolling:touch}

#side_menu .m_menu li{display: block;  line-height: 40px;border-top: 1px solid #323232; position:relative;padding-left: 20px; }
#side_menu .m_menu li a.text_link{display:inline-block;width:65%;white-space:nowrap}
#side_menu .m_menu li a:hover{color: #7080b1;}
#side_menu .m_menu span{ position: absolute; right: 20px; top: 15px; } 

#side_menu li, #side_menu li>a, #side_menu li.active>a, #side_menu li>a:hover, #side_menu li>a:focus {color: #fff;}
#side_menu .dropdown-custom-menu{background: #222222;overflow:hidden; width:100%;display:none;}
#side_menu .dropdown-custom-menu li{height: 40px; line-height: 40px; border:none !important; padding-left: 10px; background:none; }
#side_menu .dropdown-custom-menu li a{color: #888; }
#side_menu .dropdown-custom-menu li a:hover{color: #7080b1;}

#side_menu .m_login{text-align: center; margin: 10px;}
#side_menu .m_login span{ padding: 0 5px;}
#side_menu .m_board{background: #000; clear: both; margin:0; }
#side_menu .m_board li { display:block; line-height: 40px;position:relative; padding-left: 35px;}
#side_menu .m_board li a:hover{color: #7080b1; }
#side_menu .m_board span{position: absolute;top: 13px;left: 10px; padding-right: 10px; }
#side_menu .m_search{margin: 0 auto;padding: 20px 0 0;width: 100%;text-align:center;}

body.over_hidden{overflow:hidden} 

article {}
aside {width:250px; float:left; }

aside .loginbox {overflow:hidden; padding:18px; background:#fff; border-radius:10px; box-shadow:3px 3px 6px rgb(50 60 70 / 10%);}
aside .loginbox li {overflow:hidden; margin-bottom:5px;}
aside .loginbox li input {width:100%; height:42px; color:#666; background:#f3f3f3; border:1px solid #eee; border-radius:4px;}
aside .loginbox li button {width:100%; height:42px; color:#eee; background:#111; border:1px solid #111; border-radius:4px; font-size:15px;}
aside .loginbox .login_bottom_box {text-align:center; margin-top:5px;}
aside .loginbox .user-status-card { padding:14px; border-radius:12px; border:1px solid #eceff5; background:linear-gradient(180deg, #fff 0%, #f7f9fc 100%);}
aside .loginbox .user-status-top {display:flex; align-items:center; justify-content:space-between; margin-bottom:10px;}
aside .loginbox .user-status-name {font-size:15px; font-weight:700; color:#232a32;}
aside .loginbox .user-status-level {font-size:12px; font-weight:700; color:#9a6b00; background:#ffe9ad; border-radius:999px; padding:4px 10px;}
aside .loginbox .user-status-grid {display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:8px; margin-bottom:12px;}
aside .loginbox .user-status-grid .status-item {display:block; border:1px solid #e5e8ef; border-radius:10px; background:#fff; padding:8px; text-align:center;}
aside .loginbox .user-status-grid .status-item .label {display:block; font-size:11px; color:#7a8491; margin-bottom:4px;}
aside .loginbox .user-status-grid .status-item strong {display:block; font-size:13px; color:#1f2833; font-weight:700;}
aside .loginbox .side-attendance-btn {display:block; width:100%; height:36px; line-height:36px; text-align:center; border-radius:8px; background:linear-gradient(90deg, #ffcc38 0%, #f6a800 100%); color:#121212; font-size:13px; font-weight:700; margin-bottom:8px;}
aside .loginbox .side-attendance-btn i {margin-right:6px;}
aside .loginbox .side-point-btn {display:block; width:100%; height:36px; line-height:36px; text-align:center; border-radius:8px; border:1px solid #d9dde6; background:#fff; color:#2b3440; font-size:13px; font-weight:600;}
aside .side_box {overflow:hidden; margin-top:10px; background:#fff; border-radius:10px; box-shadow:3px 3px 6px rgb(50 60 70 / 10%);}
.side_point_ranking_box {padding:16px 14px 14px;}
.side_point_ranking_head {display:flex; align-items:center; justify-content:space-between; margin-bottom:12px;}
.side_point_ranking_head .tit {font-size:16px; font-weight:700; color:#1f2833; letter-spacing:-0.5px;}
.side_point_ranking_head .tit i {margin-right:6px; color:#f0a500;}
.side_point_ranking_head a {font-size:12px; font-weight:700; color:#e23a4f;}
.side_point_ranking_list {margin:0; padding:0;}
.side_point_ranking_list li {display:flex; align-items:center; gap:10px; padding:9px 0; border-top:1px solid #edf0f5;}
.side_point_ranking_list li:first-child {border-top:0; padding-top:0;}
.side_point_ranking_list li:last-child {padding-bottom:0;}
.side_point_rank {display:inline-flex; align-items:center; justify-content:center; width:24px; height:24px; border-radius:50%; background:#eef1f6; color:#4c5563; font-size:11px; font-weight:800; flex:0 0 24px;}
.side_point_rank.no1 {background:linear-gradient(135deg, #ffd54f 0%, #f6a800 100%); color:#392300;}
.side_point_rank.no2 {background:linear-gradient(135deg, #dfe6f0 0%, #b8c4d6 100%); color:#344052;}
.side_point_rank.no3 {background:linear-gradient(135deg, #ffc58f 0%, #f1903d 100%); color:#4b2500;}
.side_point_name {flex:1; min-width:0; color:#253041; font-size:13px; font-weight:700; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.side_point_name img {width:18px; height:18px; margin-right:4px; border-radius:50%; vertical-align:-4px;}
.side_point_value {flex:0 0 auto; color:#e23a4f; font-size:12px; font-weight:800;}

/* main */
main {float:right; width:940px; position:relative;}
main .main_banner {position:relative; height:198px; background:url("/imgs/main_banner_bg2.jpg?3") no-repeat; border-radius:10px; box-shadow:3px 3px 6px rgb(50 60 70 / 10%); margin-bottom:10px;}
main .main_banner.sexy_banner {background:url("/imgs/sexy_banner_bg.jpg?3") no-repeat;}
main .main_banner.series_banner {background:url("/imgs/series_banner_bg.jpg?3") no-repeat;}
main .main_banner.hunting_banner {background:url("/imgs/hunting_banner_bg.jpg?3") no-repeat;}
main .main_banner .box_con {overflow:hidden; padding:25px 30px; position:relative; z-index:2;}
main .main_banner h1 {font-size:34px; letter-spacing:-2px; color:#ffc10a; font-weight:normal;}
main .main_banner .h1_txt {font-size:34px; letter-spacing:-2px; color:#ffc10a; font-weight:normal;}
main .main_banner p {font-size:15px; margin-top:10px; color:#ddd; letter-spacing:-0.5px;}
main .main_banner .search_box {overflow:hidden; width:326px; height:44px; border-radius:500px; background:#333; margin-top:15px;}
main .main_banner .search_box .search_input {width:270px; float:left;}
main .main_banner .search_box .search_input input {height:44px; border:none; color:#888; width:100%; padding:0 16px; font-size:15px; background:none; outline:none;}
main .main_banner .search_box .search_input input::placeholder {color:#ddd; background:none;}
main .main_banner .search_box .search_btn {width:50px;float:right;} 
main .main_banner .search_box .search_btn button {width:100%; background:none; height:44px; font-size:16px; border:0; color:#888; }
main .main_notice_bar {display:flex; align-items:center; gap:12px; margin-bottom:10px; padding:11px 16px; border-radius:12px; background:#121a30; box-shadow:3px 3px 6px rgb(50 60 70 / 10%);}
main .main_notice_badge {display:inline-flex; align-items:center; justify-content:center; height:24px; padding:0 10px; border-radius:999px; background:linear-gradient(135deg, #ff7d66 0%, #ff4f7a 100%); color:#fff; font-size:11px; font-weight:800; letter-spacing:-0.2px; flex:0 0 auto;}
main .main_notice_bar p {margin:0; font-size:14px; line-height:1.4; color:#f4f7fb; letter-spacing:-0.3px; flex:1; min-width:0;}
main .main_notice_bar strong {color:#ffd452; font-weight:800;}
main .main_notice_bar em {font-style:normal; color:#7ce3ff; font-weight:800;}
main .main_banner .character {position:absolute; top:-48px; right:2px; border-radius:0 8px 8px 0; overflow:hidden;}
main .main_latest_list {overflow:hidden; padding-bottom:3px;}
main .main_latest_list li { margin-left:10px; position:relative; float:left; }
main .main_latest_list li:first-child {margin-left:0;}
main .main_latest_list li .box_con { background:#fff; border-radius:10px; box-shadow:2px 2px 3px rgb(50 60 70 / 10%); border:1px solid #eee; width:227px; height:80px; padding:10px;}
main .main_latest_list li .imgs {width:60px;float:left;}
main .main_latest_list li .imgs img {width:80px; height:80px; margin-top:-12px;}
main .main_latest_list li .txt {float:right; width:110px;}
main .main_latest_list li .txt .tit {font-size:18px; margin-top:10px; color:#333;}
main .main_latest_list li .txt p {margin-top:4px; letter-spacing:-0.5px; color:#777;}
main .main_latest_list li:hover .box_con {border:1px solid #ddd; background:#fbfbfb;}
main .main_table_box {margin:20px 0; position:relative; padding-bottom:40px;}
main .main_table_box .tit_box {text-align:center;}
main .main_table_box .tit_box h2 {font-size:30px; letter-spacing:-1.5px;}
main .main_table_box .tit_box p {font-size:14px; color:#333; margin-top:5px;padding:10px 50px;}
main .main_table_box table {position:relative; color:#666; border:0; background:#eee;}
main .main_table_box table th {text-align:center; height:40px; font-size:15px; background:#444; color:#eee; border:1px solid #333; }
main .main_table_box table td {padding:10px; font-size:14px; border:1px solid #ddd;}
main .main_table_box table caption {position:absolute; bottom:-35px; left:0; text-align:center;width:100%; }

main .qna_box {overflow:hidden;}
main .qna_box h2 {text-align:center; margin-bottom:20px;}
main .qna_box li {overflow:hidden; margin-bottom:10px; cursor:pointer;}
main .qna_box li h3 { padding:4px 0; margin:0;font-size:16px; padding:14px 20px; color:#555;  box-shadow:2px 2px 3px rgb(50 60 70 / 10%); border:1px solid #eee; background:#fff;  border-radius:8px;}
main .qna_box li p {padding:20px;font-size:14px; line-height:2; color:#666; display:none;}


main .main_txt_box {margin:20px 0; position:relative; }
main .main_txt_box .character {position:absolute; bottom:0; right:0; z-index:1;}
main .main_txt_box .character img {width:245px;}
main .main_txt_box .tit_box {text-align:center;}
main .main_txt_box .tit_box h2 {font-size:30px; font-weight:700; letter-spacing:-1.5px;}
main .main_txt_box .tit_box p {font-size:15px; color:#666; margin-top:5px;}
main .main_txt_box .con_box {margin-top:15px; position:relative; background:#eee; border-radius:10px; box-shadow:3px 3px 6px rgb(50 60 70 / 10%); min-height:300px; padding:20px 0;} 
main .main_txt_box .con_box .top_txt {background:#3f5193; padding:12px 20px; border-radius:0 500px 500px 0; color:#fff; font-size:15px; max-width:474px; }
main .main_txt_box .con_box h3 {padding:15px 20px; color:#333; font-size:20px; margin-top:5px;}
main .main_txt_box .con_box p {padding:0 20px; width:68%; font-size:14px; color:#666; line-height:1.8;}
main .main_txt_box .con_box .txt_list {padding:12px;}
main .main_txt_box .con_box .txt_list li {font-size:16px; color:#333; line-height:1.5; margin-bottom:10px;}
main .main_txt_box .con_box .txt_list li::before {content: ''; display:inline-block; width:20px; height:20px; background:url("/imgs/list_symbol.png") no-repeat; background-size: cover; margin-right:8px; vertical-align:middle;}
main .main_txt_box2 {margin:20px 0; position:relative;}
main .main_txt_box2 .character {position:absolute; bottom:0; left:0; z-index:1; width:245px;}
main .main_txt_box2 .character img {width:245px;}
main .main_txt_box2 .con_box {overflow:hidden; margin-top:15px;position:relative; background:#eee; border-radius:10px; box-shadow:3px 3px 6px rgb(50 60 70 / 10%); height:300px; padding:20px 0; text-align:right;} 
main .main_txt_box2 .con_box .top_txt {background:#c33737; padding:12px 20px; border-radius:500px 0 0 500px; color:#fff; font-size:15px; max-width:478px; float:right;}
main .main_txt_box2 .con_box h3 {padding:15px 20px; color:#333; font-size:20px; margin-top:5px; text-align:right; clear:both;}
main .main_txt_box2 .con_box p {padding:0 20px; width:75%; font-size:14px; color:#666; line-height:1.8; text-align:right; float:right;}
main .main_txt_box2 .con_box .txt_list {padding:12px;}
main .main_txt_box2 .con_box .txt_list li {font-size:16px; color:#333; line-height:1.5; margin-bottom:10px;}
main .main_txt_box2 .con_box .txt_list li::before {content: ''; display:inline-block; width:20px; height:20px; background:url("/imgs/list_symbol.png") no-repeat; background-size: cover; margin-right:8px; vertical-align:middle;}
main .bonus .con_box {background:none; box-shadow:none; padding:0; border-radius:0; overflow:hidden;}
main .bonus .con_box li {width:231px; margin-left:5px; float:left; background:#fff; border-radius:10px; text-align:center; box-shadow:3px 3px 6px rgb(50 60 70 / 10%); margin-bottom:10px; height:180px; border: 1px solid #fff2c4; border-top:4px solid #f3cc3e;}
main .bonus .con_box li:first-child {margin-left:0;}
main .bonus .con_box li:nth-child(5) {margin-left:0;} 
main .bonus .con_box li h3 {font-size:15px; padding:0; font-weight:700;}
main .bonus .con_box li p {width:100%; font-size:13px; line-height:1.4; margin-top:5px; letter-spacing:-1px;}
main .bonus .con_box li .imgs {overflow:hidden; background:#eee; border-radius:500px; width:50px; height:50px; line-height:50px; border:1px solid #ddd; margin:10px auto;}
main .pragmatic_info_box {margin-bottom:50px;overflow:hidden; background: #fff; box-shadow: 2px 2px 3px rgb(50 60 70 / 10%); border-radius:10px; border:1px solid #eee;}
main .pragmatic_info_box .tit_box {background:url("/imgs/pragmatic_info_box_bg.jpg") no-repeat; padding:60px 90px;}
main .pragmatic_info_box .tit_box h2 {color:#ffc10a; text-align:center; font-size:30px; letter-spacing:-1.5px; margin-bottom:10px;}
main .pragmatic_info_box .tit_box p {color:#ddd; font-size:14px;}
main .pragmatic_info_box .con_box {padding:20px;}
main .pragmatic_info_box .con_box li {overflow:hidden; margin-top:30px;}
main .pragmatic_info_box .con_box li:first-child {margin-top:0;}
main .pragmatic_info_box .con_box li h3 {font-size:18px; }
main .pragmatic_info_box .con_box li h3::before {content: ''; display:inline-block; width:20px; height:20px; background:url("/imgs/list_symbol.png") no-repeat; margin-right:8px; vertical-align:middle;}
main .pragmatic_info_box .con_box li p {color:#666; font-size:14px; line-height:2; letter-spacing:-0.5px; padding:15px 20px;}
main .search_result_box {overflow:hidden; margin:10px;}
main .search_result_box li {overflow:hidden; background: #fff; box-shadow: 2px 2px 3px rgb(50 60 70 / 10%); border-radius:10px; border:1px solid #eee; padding:20px; margin-bottom:12px;}
main .search_result_box li p {margin:0; font-size:15px;}
main .search_result_box li p.txt {font-size:14px; color:#555; margin-top:4px;}

main .main_tip_box {overflow:hidden; margin:10px 0;}
main .main_tip_box h2 {text-align:center;}
main .main_tip_box p {text-align:center; font-size:15px; color:#666; margin-top:5px;}
main .main_tip_box .con_box {overflow:hidden; padding:10px 0;}
main .main_tip_box .con_box ul {display:flex; flex-wrap:wrap; justify-content:space-between;}
main .main_tip_box .con_box li {flex:0 0 calc(25% - 4px); background:#fff; box-shadow:3px 3px 6px rgb(50 60 70 / 10%); border-radius:12px; border:1px solid #eee; padding:20px 10px; text-align:center;}
main .main_tip_box .con_box.three li {flex:0 0 calc(33.333% - 4px); }
main .main_tip_box .con_box li h3 {font-size:16px; letter-spacing:-1px;}
main .main_tip_box .con_box li p {font-size:13px; margin-top:20px;}

.banner_area {overflow:hidden;margin-bottom:14px;}
.banner_area li {float:left; width:229px; margin-left:7px; margin-bottom:5px;}
.banner_area li:first-child {margin-left:0;}
.banner_area li:nth-child(5) {margin-left:0;}
.banner_area li:nth-child(9) {margin-left:0;}
.banner_area li:nth-child(13) {margin-left:0;}
.banner_area li:nth-child(21) {margin-left:0;}
.banner_area li:nth-child(26) {margin-left:0;}
.banner_area li:nth-child(31) {margin-left:0;}
.banner_area li:nth-child(36) {margin-left:0;}
.banner_area li:nth-child(41) {margin-left:0;}
.banner_area li img {width:100%; border-radius:4px;}

.board_admin_tool {position:fixed; bottom:100px; right:40px; background:#fff; border:1px solid #ddd; padding:20px; z-index:1000;}
.list_tool {left:20%; width:500px; border:0; background:none;}
.list_tool .item {float:left; border: 1px solid #005cff; background:#3872ff; color:#fff; height:30px; line-height:30px; padding:0 10px; margin:0 4px; border-radius:4px; cursor:pointer;}


.business_banner {overflow:hidden;}
.business_banner ul {display:flex; flex-wrap:wrap; justify-content:space-between;}
.business_banner li {flex:0 0 calc(50% - 2.5px); margin-bottom:5px;}
.business_banner li .box {position:relative; overflow:hidden; position:relative;   }
.business_banner li .box .img_bg {background:url("/imgs/business_banner.jpg") no-repeat; background-size:100% 100%; width:100%; height:222px;}
.business_banner li .box .img_bg.spcs {background:url("/imgs/business_banner_spcs.jpg?1") no-repeat;}
.business_banner li .box .img_bg.b2b {background:url("/imgs/business_banner_b2b.jpg?1") no-repeat;}
.business_banner li .box .img_bg.gato {background:url("/imgs/business_banner_gato.jpg?1") no-repeat;}
.business_banner li .box .img_bg.gnpt {background:url("/imgs/business_banner_gnpt.jpg?1") no-repeat;}
.business_banner li .box .img_bg.max {background:url("/imgs/business_banner_max.jpg?1") no-repeat;}
.business_banner li .box .img_bg.olym {background:url("/imgs/business_banner_olym.jpg?1") no-repeat;}
.business_banner li .box .img_bg.rave {background:url("/imgs/business_banner_rave.jpg?1") no-repeat;}
.business_banner li .box .img_bg.sands {background:url("/imgs/business_banner_sands.jpg?1") no-repeat;}
.business_banner li .box .img_bg.turbo {background:url("/imgs/business_banner_turbo.jpg?1") no-repeat;}
.business_banner li .box .tit {position:absolute; top:50px; left:20px;}
.business_banner li .box .tit dt {color:#f8ae1b; font-size:32px;}
.business_banner li .box .tit dd {color:#fff; font-size:24px; letter-spacing:-1px;}
.business_banner li .box .tag_box {overflow:hidden; position:absolute; top:135px; left:20px; padding:10px 0;}
.business_banner li .box .tag_box .tag {border-radius:4px; padding:6px 12px; color:#fff; background:#3c5a93; margin-left:6px;}
.business_banner li .box .tag_box .tag:first-child {margin-left:0;}
.business_banner li .box .info {overflow:hidden; padding:0 20px; display:none;}
.business_banner li .box .info dt {font-size:18px;}
.business_banner li .box .info dd {font-size:14px; margin-top:5px;}
.business_banner li .box .btn_box {overflow:hidden;  height:100px;padding:20px 0; display:none;}
.business_banner li .box .btn_box .btn {float:left; width:50%; padding:0 40px;}
.business_banner li .box .btn_box .btn a {display:block; background:#d94040; color:#fff; border-radius:500px; height:50px; line-height:50px; font-size:16px;}
.business_banner li .box .btn_box .btn:first-child a {background:#333;}

.best_slot_box {margin-top:10px; padding:10px 4px; overflow:hidden; width:54%;}
.best_slot_box h3 {color:#111; font-size:22px; font-weight:600; margin-bottom:20px;}
.best_slot_box ul {overflow:hidden; display:flex; justify-content:space-between; }
.best_slot_box li {flex:1; width:160px; overflow:hidden; margin-left:10px;}
.best_slot_box li img {width:100%;}
.best_slot_box li:first-child {margin-left:0;}
.best_slot_box li .box {overflow:hidden; position:relative;background:#fff; height:290px;}
.best_slot_box li .box .txt {padding:18px 10px;}
.best_slot_box li .box .txt .icon {font-size:12px; background:#3c5a93; color:#fff; border-radius:500px; padding:4px 10px;}
.best_slot_box li .box .txt dt {font-size:14px; margin-top:10px;}
.best_slot_box li .box .txt dd {margin-top:5px; letter-spacing:-1px; display:none;}

.main_hidden_conts {position:relative; min-height:300px; background:#e2e7f1; margin-bottom:10px; border-radius:4px; padding:10px 0;}
.main_hidden_conts h3 {color:#fff; font-size:17px;  padding:0 30px; background:#642089; height:40px; line-height:40px; margin-top:20px; border-radius:0 30px 30px 0; width:422px;}
.main_hidden_conts h2 {color:#222; font-size:21px; font-weight:700;margin:20px 30px; line-height:30px;}
.main_hidden_conts .box {margin:0 30px; width:622px;}
.main_hidden_conts .box p {font-size:16px; color:#666; letter-spacing:-1px;}
.main_hidden_conts .box p strong {color:#333; font-weight:400;}
.main_hidden_conts .icon {position:absolute; bottom:0; right:0;}

.main_contents {position:relative; min-height:392px; background:#fff; border:1px solid #ddd; margin-bottom:10px; border-radius:4px; padding:30px;}
.main_contents .icon {position:absolute; bottom:0; right:10px;}
.main_contents h2 {color:#ffd400;}
.main_contents .box {margin-top:20px; width:74%;}
.main_contents .box p {color:#c5c5c5; font-size:17px; letter-spacing:-0.5px;}
.main_contents .box p strong {background:#ffd400; color:#111; font-size:19px; font-weight:400;}
.main_contents_01 {background:url("/imgs/main_contents_01.jpg?1") no-repeat;}
.main_contents_01 .icon img {width:242px;}
.main_contents_02 {background:url("/imgs/main_contents_02.jpg?2") no-repeat;}
.main_contents_02 .icon img {width:186px;}
.main_contents_03 {background:url("/imgs/main_contents_03.jpg?2") no-repeat;}
.main_contents_03 .icon img {width:234px;}

.main_sub_conts {overflow:hidden; margin-top:50px;}
.main_sub_conts .icon img {width:340px;}
.main_sub_conts h2 {font-size:31px; text-align:center;}
.main_sub_conts .conts_txt {color:#444; font-size:17px; margin-top:20px; padding:0 70px;}
.main_sub_conts .box { padding:20px 70px;}
.main_sub_conts .box li {overflow:hidden;margin-bottom:16px; height:40px; line-height:40px; background:#fff; box-shadow: 3px 3px 6px rgb(50 60 70 / 10%); border-radius: 500px;}
.main_sub_conts .box li .num {float:left;font-weight:700; background:#333; width:40px; height:40px;line-height:40px; text-align:center;border-radius:500px; color:#fff; font-size:13px;}
.main_sub_conts .box li .txt {float:left; overflow:hidden; margin-left:10px; font-size:15px;}

.option_sel_box {overflow:hidden;}
.option_sel_box .txt {float:left;}

.contents-view .table_box {overflow:hidden; margin:20px 0; }
.contents-view .table_box h2 {font-size:22px; letter-spacing:-1px; font-weight:bold;}
.contents-view .table_box ul {overflow:hidden; background:#fff; margin:10px;}
.contents-view .table_box li {overflow:hidden; height:40px; line-height:40px; font-size:14px; border-top:1px solid #ddd;}
.contents-view .table_box li .tit {float:left; width:20%; text-align:center; background:#eee; font-weight:bold;}
.contents-view .table_box li .name {float:left; width:80%; padding:0 20px; color:#444;}

/****** 보증업체 ******/
.warranty_board {overflow:hidden; padding:20px 0; }
.warranty_board .top_tit {font-size:26px; color:#09299b; font-weight:bold; text-align:center; margin-bottom:20px; }
.warranty_board h2 {font-size:26px; color:#09299b; font-weight:bold; text-align:center; margin-bottom:20px; }
.warranty_board p {text-align:center; font-size:18px; margin-bottom:10px;}
.warranty_board li {position:relative; margin-bottom:20px; overflow:hidden; background:#fff; border:1px solid #eee; box-sizing:border-box; border-radius:8px;}
.warranty_board li:hover {background:#eee;}
.warranty_board li .imgs {width:200px; height:200px; float:left;}
.warranty_board li .imgs img {width:100%;}
.warranty_board li .txt {float:left; padding:32px; width:700px;}
.warranty_board li .tit {font-size:17px; font-weight:bold; color:#000; letter-spacing:-1px; }
.warranty_board li p {text-align:left; font-size:15px; color:#444; line-height:1.8;margin:15px 0; overflow:hidden;}
.warranty_board li .data {overflow:hidden;}
.warranty_board li .data dt {float:left; overflow:hidden; float:left; letter-spacing:-0.5px; font-size:12px; color:#888; font-weight:normal;  text-align:center; height:28px; line-height:28px; margin-left:15px;}
.warranty_board li .data dt:first-child {margin-left:0;}
.warranty_board li .data dt .profile {float:left;width:28px; height:28px; background:#fff; border:1px solid #005cff; border-radius:500px;}
.warranty_board li .data dt .profile img {width:20px; height:20px;}
.warranty_board li .data dt .name {float:left;color:#000; font-weight:600; margin-left:5px;}
.warranty_board li .best_label {background:#3872ff; color:#fff; font-size:14px; font-weight:600; padding:6px 16px; border-radius:4px; margin-right:10px;}
.warranty_board li input[type=checkbox] {position:absolute; top:10px; left:10px; width:30px; height:30px;}


h2.freegame_count {text-align:center; font-size:16px; margin:20px 0; background:#fff; border:1px solid #eee; border-radius:4px; padding:10px;}
h2.freegame_count strong {color:#202ba9;}
/* footer */
footer{overflow:hidden; background:#222; }
footer .footer_policy_wrap {border-top:1px solid #333;}
footer .footer_policy_inner {display:flex; align-items:center; gap:24px; padding:24px 0 10px;}
footer .footer_policy_copy {flex:0 0 250px;}
footer .footer_policy_copy strong {display:block; color:#fff; font-size:20px; font-weight:700; letter-spacing:-1px; line-height:1.2;}
footer .footer_policy_copy p {margin:8px 0 0; color:#9d9d9d; font-size:13px; line-height:1.7;}
footer .footer_policy_links {display:flex; flex:1; flex-wrap:wrap; gap:4px; margin:0; padding:0;}
footer .footer_policy_links li {list-style:none; flex:1 1 calc(25% - 3px); min-width:170px;}
footer .footer_policy_links li a {display:block; min-height:90px; padding:14px 16px; border-radius:2px; background:#111; border:1px solid #2d2d2d; box-shadow:none; text-decoration:none; transition:background .2s ease, border-color .2s ease;}
footer .footer_policy_links li a:hover,
footer .footer_policy_links li a.is-active {border-color:#8f5b28; background:#191919;}
footer .footer_policy_links li a strong {display:block; margin-top:8px; color:#ddd; font-size:17px; letter-spacing:-1px; line-height:1.35;}
footer .footer_policy_links li a span {display:block; color:#8f8f8f; font-size:12px; line-height:1.6;}
footer .footer_policy_links li a .policy_label {display:inline-block; color:#c38343; font-size:11px; font-weight:700; letter-spacing:-0.5px;}
footer .footer_inner {overflow:hidden; display:flex; justify-content:space-between; padding:40px 0;}
footer .box {flex:1;}
footer .logo img {width:104px;}
footer .box .info li {color:#ddd; font-size:15px; margin-top:10px; letter-spacing:1px; overflow:hidden;}
footer .box .info li:first-child {margin-top:0;}
footer .box .info li span { float:left;}
footer .box .info li span:first-child {width:80px;}
footer .box .sitemap {overflow:hidden; margin-bottom:10px;}
footer .box .sitemap li {float:left; overflow:hidden; width:25%; padding:2px;}
footer .box .sitemap li a {color:#888; background:#111; display:block; text-align:center; letter-spacing:-1px; height:34px; line-height:34px; border-radius:2px;}
footer .box .sitemap li a:hover {background:#000;}
footer .see_mobile{clear:both; margin:0 auto; text-align:center;}
footer .copyright{font-size:15px; text-align:center; margin-top:20px; border-top:1px solid #333; background:#111; height:70px; line-height:70px;}
footer .copyright span{color:#777;}

.login_layout {overflow:hidden;}
.login_layout h2 {font-size:20px; text-align:center;}
.login_layout .panel {padding:40px 200px; overflow:hidden;}
.login_layout .panel li {overflow:hidden; margin-top:10px;}
.login_layout .panel li input {width:100%; height:50px; border:0; padding:0 10px; background:#eee;}
.login_layout .panel li button {width:100%; height:50px; border:0; padding:0 10px; font-size:14px; background:#111; color:#eee;}
/* board */

.board.post_page .board_form_box {display:none;}

.latest_box {overflow:hidden;}
.board_latest {overflow:hidden; background:#fff; margin-bottom:10px; height:356px; padding:10px 20px; }
.board_latest dt {font-size:28px; text-align:center;  color:#5a2087;}
.board_latest dd {font-size:16px; text-align:center;  color:#5a2087;}
.board_latest .top_box {overflow:hidden; height:38px; line-height:38px;}
.board_latest .top_box .tit {float:left; font-size:21px; color:#5a2087;}
.board_latest .top_box .more {float:right;  font-size:14px; }
.board_latest .top_box .more a {color:#555;}
.board_latest li {position:relative;}
.gallery_board {overflow:hidden;}
.gallery_board li {float:left; width:33.333%; height:200px; margin-bottom:18px; text-align:center}
.gallery_board li .box { overflow:hidden; position:relative;}
.gallery_board li .box .imgs {text-align:center; height:180px;}
.gallery_board li .box .imgs img {width:100%; height:100%;}
.gallery_board li .box .txt { font-size:16px; }
.gallery_board li .join_num {display:none; background:#ef3e6c; padding:2px 4px; color:#fff; border-radius:4px; font-size:11px;}

.slot_gallery_board {overflow:hidden;}
.slot_gallery_board li {float:left; width:19.222%; height:120px; margin-bottom:12px; text-align:center}
.slot_gallery_board li .box { overflow:hidden; position:relative;}
.slot_gallery_board li .box .imgs {text-align:center; height:112px;}
.slot_gallery_board li .box .imgs img {width:100%; height:100%;}
.slot_gallery_board li .box .txt { font-size:13px; }

.review_board {overflow:hidden; background:#fff; box-shadow: 3px 3px 6px rgb(50 60 70 / 10%); border-radius:12px; border:1px solid #eee; padding:12px 20px;margin-bottom:16px;}
.review_board .top_box {overflow:hidden; height:38px; line-height:38px;}
.review_board .top_box .tit {float:left; }
.review_board .top_box .tit h2 {font-size:21px; line-height:38px;color:#5a2087;}
.review_board .top_box .more {float:right;  font-size:14px; }
.review_board .top_box .more a {color:#555;}
.review_board ul {overflow:hidden; display:flex; flex-wrap:wrap; justify-content:space-between;}
.review_board li {flex: 0 0 calc(50%);padding:4px 0;}
.review_board li .box {overflow:hidden; position:relative; height:44px; }
.review_board li .imgs {width:80px; height:44px; overflow:hidden; float:left; }
.review_board li .imgs img {width:80px; height:44px; border-radius:3px; border:1px solid #ddd;}
.review_board li .txt {float:left; line-height:44px; margin-left:10px; font-size:14px; width:300px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.review_board li .date {float:right; line-height:44px; margin-right:10px; color:#888; font-size:12px;}

.main_dual_latest {display:flex; gap:20px; align-items:stretch; margin-bottom:16px;}
.main_dual_latest .main-latest-board {flex:1; min-width:0; overflow:hidden; background:#fff; box-shadow:1px 1px 3px rgb(50 60 70 / 10%); border-radius:12px; border:1px solid #e8edf5; padding:12px 14px;}
.main_dual_latest .main-latest-board .top_box {overflow:hidden; margin-bottom:8px;}
.main_dual_latest .main-latest-board .top_box .tit {float:left;}
.main_dual_latest .main-latest-board .top_box .tit h2 {font-size:18px; line-height:1.3; color:#161d2f; font-weight:800; margin:0;}
.main_dual_latest .main-latest-board .top_box .more {float:right; padding-top:3px;}
.main_dual_latest .main-latest-board .top_box .more a {color:#3f67ff; font-size:13px;}
.main_dual_latest .main-latest-board ul {margin:0; padding:0; list-style:none;}
.main_dual_latest .main-latest-board li {margin:0; border-top:1px solid #edf1f7;}
.main_dual_latest .main-latest-board li:first-child {border-top:0;}
.main_dual_latest .main-latest-board .box {position:relative; display:flex; gap:18px; min-height:124px; padding:22px 0;}
.main_dual_latest .main-latest-board .box.is-empty {min-height:72px; align-items:center;}
.main_dual_latest .main-latest-board .imgs {flex:0 0 172px; width:172px; height:96px; overflow:hidden; border-radius:8px; background:#eef2f8;}
.main_dual_latest .main-latest-board .imgs img {display:block; width:100%; height:100%; object-fit:cover;}
.main_dual_latest .main-latest-board .txt {flex:1; min-width:0; padding-right:8px;}
.main_dual_latest .main-latest-board .txt.no-thumb {padding-left:0;}
.main_dual_latest .main-latest-board .item-title {font-size:15px; line-height:1.45; color:#1a2238; font-weight:800; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.main_dual_latest .main-latest-board .item-desc {margin-top:4px; font-size:13px; line-height:1.6; color:#6d7890; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; word-break:keep-all;}
.main_dual_latest .main-latest-board .date {margin-top:5px; font-size:11px; color:#8c97ab;}

.game_main_page {padding-bottom:34px;}
.game_main_intro {margin-bottom:26px; padding:30px 32px; border-radius:26px; background:linear-gradient(135deg, #0f172a 0%, #1d3557 45%, #274c77 100%); box-shadow:0 18px 44px rgba(15, 23, 42, .16); color:#f8fafc;}
.game_main_intro h2 {margin:0 0 10px; font-size:34px; line-height:1.2; font-weight:800; letter-spacing:-.03em; color:#fff;}
.game_main_intro p {margin:0; max-width:760px; font-size:15px; line-height:1.85; color:rgba(255,255,255,.82);}
.game_main_note {margin-top:16px; padding:14px 16px; border-radius:16px; background:rgba(255,255,255,.10); font-size:13px; line-height:1.7; color:rgba(255,255,255,.86);}
.game_main_quick {display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:18px; margin-bottom:28px;}
.game_main_quick_card {padding:24px 24px 22px; border:1px solid #e5edf6; border-radius:24px; background:linear-gradient(180deg, #fff 0%, #fbfdff 100%); box-shadow:0 12px 30px rgba(15, 23, 42, .06);}
.game_main_quick_card h3 {margin:0 0 8px; font-size:24px; line-height:1.3; font-weight:800; color:#172033;}
.game_main_quick_card p {margin:0 0 16px; font-size:14px; line-height:1.75; color:#5c6b84;}
.game_main_quick_links {display:flex; flex-wrap:wrap; gap:10px;}
.game_main_quick_links a {display:inline-flex; align-items:center; justify-content:center; padding:10px 14px; border-radius:999px; background:#eef4fb; color:#1f3557; font-size:13px; font-weight:700; text-decoration:none; transition:background .18s ease, transform .18s ease;}
.game_main_quick_links a:hover {background:#dce7f7; transform:translateY(-1px);}
.game_main_board_section {margin-bottom:28px;}
.game_main_board_section .section_head {margin-bottom:14px;}
.game_main_board_section .section_head h3 {margin:0 0 6px; font-size:28px; line-height:1.25; font-weight:800; color:#182338;}
.game_main_board_section .section_head p {margin:0; font-size:14px; line-height:1.75; color:#65758e;}
.game_main_page .main_dual_latest {margin-bottom:0;}
.game_main_single_latest {display:block;}
.game_main_single_latest .main-latest-board {width:100%;}
.game_main_card_row {padding:22px 22px 18px; border:1px solid #e5edf6; border-radius:24px; background:#fff; box-shadow:0 12px 30px rgba(15, 23, 42, .06);}
.game_main_card_row_head {display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:16px;}
.game_main_card_row_head h4 {margin:0; font-size:18px; line-height:1.3; font-weight:800; color:#172033;}
.game_main_card_row_head a {font-size:13px; font-weight:700; color:#3f67ff; text-decoration:none;}
.game_main_card_row_list {display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:14px;}
.game_main_cover_strip {padding:22px 22px 18px; border:1px solid #e5edf6; border-radius:24px; background:#fff; box-shadow:0 12px 30px rgba(15, 23, 42, .06);}
.game_main_cover_strip_list {display:flex; gap:14px; overflow-x:auto; padding-bottom:4px; scrollbar-width:thin;}
.game_main_cover_strip_item {flex:0 0 178px; min-width:178px;}
.game_main_card_item {min-width:0;}
.game_main_card_thumb {display:block; position:relative; aspect-ratio:16 / 9; border-radius:16px; overflow:hidden; background:#eef2f8; box-shadow:inset 0 0 0 1px rgba(223, 231, 243, .9);}
.game_main_card_thumb img {display:block; width:100%; height:100%; object-fit:cover;}
.game_main_card_thumb.is-empty {display:flex; align-items:center; justify-content:center; color:#8a97ab; font-size:13px; font-weight:700;}
.game_main_card_title {display:block; margin-top:10px; font-size:15px; line-height:1.5; font-weight:700; color:#23324a; text-decoration:none; word-break:keep-all; overflow:hidden; display:-webkit-box; line-clamp:2; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.game_main_hardcode_box {margin-bottom:28px; padding:24px 26px; border:1px dashed #cdd9e8; border-radius:24px; background:linear-gradient(180deg, #fbfdff 0%, #f5f9fe 100%);}
.game_main_hardcode_box h3 {margin:0 0 8px; font-size:26px; line-height:1.25; font-weight:800; color:#162033;}
.game_main_hardcode_box p {margin:0 0 16px; font-size:14px; line-height:1.8; color:#64748b;}
.game_main_hardcode_grid {display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:16px;}
.game_main_hardcode_item {padding:18px; border:1px solid #dbe5f1; border-radius:18px; background:rgba(255,255,255,.88);}
.game_main_hardcode_item strong {display:block; margin-bottom:8px; font-size:18px; line-height:1.35; color:#182338;}
.game_main_hardcode_item span {display:block; font-size:13px; line-height:1.7; color:#697a92;}
.game_main_page .main_tip_box {margin-bottom:28px;}

.freemoney_latest {overflow:hidden; width:492px; float:left;}
.freemoney_latest .board_latest li {padding:0 10px; height:42px; line-height:42px; overflow:hidden; border-bottom:1px solid #eee;}
.freemoney_latest .board_latest li:last-child {border-bottom:0;}
.freemoney_latest .board_latest li p {float:left;}
.freemoney_latest .board_latest li p:last-child {float:right;}
.toto_latest {overflow:hidden; width:492px; float:right;}
.toto_latest li {float:left; width:33.333%; text-align:center; margin-top:20px;}
.toto_latest li .box {position:relative; padding:0 2px;}
.toto_latest li .box .imgs img {width:100%; border-radius:3px;}
.toto_latest li .box .tit {padding:0 12px; font-size:14px; color:#555;  height:20px; line-height:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top:5px;}
.warranty_latest {overflow:hidden; position:relative;}
.warranty_latest .warranty_btn {position:absolute; top:34px; left:15px; border:1px solid #ddd; background:#fff; color:#888; font-size:15px;  border-radius:500px; padding:8px 30px;}
.warranty_latest .warranty_btn:hover {background:#eee;}
.warranty_latest dl {overflow:hidden; margin:20px 0;}
.warranty_latest dt {text-align:center; font-size:31px; }
.warranty_latest dt strong {color:#f33636;}
.warranty_latest dd {text-align:center; font-size:17px; color:#444; margin-top:10px;}
.warranty_latest .icon {margin:0 20px;}
.warranty_latest .icon img {width:40px;}

.sexy_latest { padding-bottom:18px;}
.sexy_gallery_board ul {display:flex; justify-content:space-between;}
.sexy_gallery_board li {flex:1; padding-left:5px;}
.sexy_gallery_board li:first-child {padding-left:0;}
.sexy_gallery_board li:hover .upper_link {background:rgba(0,0,0,0.3); border-radius:4px;}
.sexy_gallery_board li .upper_link .more {display:none; color:#fff; font-size:25px; text-align:center; margin:100px auto; border:1px solid #fff; width:40px; height:40px; line-height:40px; border-radius:500px;}
.sexy_gallery_board li:hover .upper_link .more {display:block;}
.sexy_gallery_board li .box {position:relative; background: #fff; height:230px; box-shadow: 2px 2px 3px rgb(50 60 70 / 10%); border-radius:10px; border:1px solid #eee;}
.sexy_gallery_board li .imgs {text-align:center; height:120px; background:#ddd;overflow:hidden; border-radius:2px;}
.sexy_gallery_board li .imgs img {width:100%; height:100%;}
.sexy_gallery_board li .profile {overflow:hidden; padding:0 2px; height:32px; line-height:32px;}
.sexy_gallery_board li .profile .menu {float:left; font-size:12px; font-weight:700;}
.sexy_gallery_board li .profile .menu:last-child {float:right;}
.sexy_gallery_board li .profile .menu img {width:20px; }
.sexy_gallery_board li .profile .photo {width:20px; height:20px; background:#ddd; border-radius:500px; margin-right:6px; margin-top:5px;}
.sexy_gallery_board li .icon_box {overflow:hidden; margin:8px 0; padding:0 8px;}
.sexy_gallery_board li .icon_box .menu {float:left;width:20px;}
.sexy_gallery_board li .icon_box .menu:last-child {float:right;}
.sexy_gallery_board li .icon_box .menu img {width:100%; }
.sexy_gallery_board li .like {font-weight:700; font-size:12px; padding:0 8px; margin-bottom:2px;}
.sexy_gallery_board li .tit {overflow:hidden; padding:0 8px;}
.sexy_gallery_board li .tit p {float:left; font-size:12px;}
.sexy_gallery_board li .tit .name {font-weight:700; width:25%;}
.sexy_gallery_board li .tit .txt {color:#555;}

.latest_box {overflow:hidden;}
.board {}
.board .post_title_box {overflow:hidden; margin:20px 10px;}
.board .post_title_box h1 {font-size:26px;}
.board .post_title_box p {font-size:15px; color:#666; background:#fff; border:1px solid #eee; padding:18px; margin:10px; border-radius:12px;  box-shadow: 3px 3px 6px rgb(50 60 70 / 10%);}
.board .post_title_box .top_tit_box {border-bottom:1px solid #ddd; margin-bottom:10px; padding-bottom:10px;}
.board .post_title_box .top_tit_box h1 {font-size:26px;}
.board .info {overflow:hidden; margin-bottom:20px;}
.board .info li {background:#eee; padding:10px 20px; border-radius:500px; display:inline-block; color:#666; font-size:12px;}
.board .info li a {color:#111; pointer-events: none;}
.board .contents-view .game_play {overflow:hidden; height:529px;}
.board .contents-view .game_play iframe {width:100%; height:100%; border-width:5px; border-style:solid; border-image:linear-gradient(to bottom, #a447dd, #111, #ad1313); border-image-slice:1;}
.board .contents-view h2 {color:#333; font-size:24px; margin:20px 10px;}
.board .contents-view h3 {color:#555; font-size:20px; margin:20px 10px;}
.board .contents-view table {margin-bottom:100px;width:100%; background:#eee; border:1px solid #ddd; border-top:3px solid #ddd; position:relative;}
.board .contents-view table th {height:40px; text-align:center; width:180px;}
.board .contents-view table td {letter-spacing:-0.5px;  height:40px; padding:0 20px; background:#fff; border-bottom:1px solid #ddd;}
.board .contents-view table caption {font-size:12px; color:#888; letter-spacing:-0.5px; position:absolute; bottom:-25px; width:100%; left:0; text-align:center; height:30px; line-height:30px;}
.board .contents-view dl {overflow:hidden;}
.board .contents-view dt {margin-top:10px; font-size:15px; color:#444;}
.board .contents-view dd {margin-left:10px; font-size:15px; color:#888; line-height:1.5;}

.news_board {overflow:hidden;}
.news_board .board_img_list_box {overflow:hidden; display:flex; flex-direction:column; gap:12px; margin:10px;}
.news_board .board_img_list_box .list_box {
	overflow:hidden;
	position:relative;
	display:flex;
	align-items:center;
	gap:14px;
	padding:12px;
	cursor:pointer;
	background:#fff;
	border:1px solid #eee;
	border-radius:12px;
	box-shadow: 2px 2px 3px rgb(50 60 70 / 10%);
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.news_board .board_img_list_box .list_box:hover {
	background:#fff;
	border-color:#dfe4ec;
	box-shadow: 6px 6px 14px rgb(50 60 70 / 12%);
	transform: translateY(-1px);
}
.news_board .board_img_list_box .list_box .upper_link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:12px;
	background:transparent;
	opacity:1;
	z-index:2;
}
.news_board .board_img_list_box .list_box:hover .upper_link {background:rgba(0,0,0,0.02);}
.news_board .board_img_list_box .list_box .upper_link:focus-visible {
	outline:3px solid rgba(56, 114, 255, 0.55);
	outline-offset:2px;
}
.news_board .board_img_list_box .list_box .imgs {
	flex:0 0 160px;
	width:auto;
	height:96px;
	text-align:center;
	overflow:hidden;
	border-radius:10px;
	background:#f2f4f8;
}
.news_board .board_img_list_box .list_box .imgs img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.news_board .board_img_list_box .list_box .txt {
	flex:1 1 auto;
	min-width:0;
	width:auto;
	overflow:hidden;
	margin-top:0;
	font-size:14px;
	color:#555;
	height:auto;
	line-height:1.4;
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:8px;
}
.news_board .board_img_list_box .list_box .tit {
	font-weight:700;
	color:#222;
	font-size:16px;
	line-height:1.3;
	display:-webkit-box;
	line-clamp:3;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.news_board .board_img_list_box .list_box h3 {
	font-weight:700;
	color:#222;
	font-size:16px;
	line-height:1.3;
	display:-webkit-box;
	line-clamp:3;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.news_board .board_img_list_box .list_box .icon {display:flex; gap:6px; flex-wrap:wrap;}
.news_board .board_img_list_box .list_box .icon .money,
.news_board .board_img_list_box .list_box .icon .code {
	display:inline-flex;
	align-items:center;
	height:24px;
	padding:0 10px;
	border-radius:999px;
	font-size:12px;
	font-weight:700;
}
.news_board .board_img_list_box .list_box .icon .money {background:#e9f4ff; color:#0b5ad9; border:1px solid #d5e9ff;}
.news_board .board_img_list_box .list_box .icon .code {background:#fff3e8; color:#c2410c; border:1px solid #ffe0c6;}

/* news_board list content */
.news_board .board_img_list_box .list_box .icon {display:none;}
.news_board .board_img_list_box .list_box .desc {
	color:#667085;
	font-size:13px;
	line-height:1.5;
	display:-webkit-box;
	line-clamp:3;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.news_board .board_img_list_box .list_box .meta {
	display:flex;
	gap:10px;
	align-items:center;
	color:#98a2b3;
	font-size:12px;
}
.news_board .board_img_list_box .list_box .meta .name {color:#344054; font-weight:700;}
.news_board .board_img_list_box .list_box .meta .date {color:#98a2b3;}

/* meta icons (FontAwesome 4.x) */
.news_board .board_img_list_box .list_box .meta .name::before,
.news_board .board_img_list_box .list_box .meta .date::before {
	display:inline-block;
	margin-right:6px;
	color:#98a2b3;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.news_board .board_img_list_box .list_box .meta .name::before {content:"\f007";}
.news_board .board_img_list_box .list_box .meta .date::before {content:"\f017";}

.seo_txt section {overflow:hidden; margin:20px 0; background:#eee; border-radius:12px; padding:20px; border:1px solid #ddd;}
.seo_txt section h2 {font-size:21px; font-weight:bold; margin-bottom:12px;}
.seo_txt section h3 {font-size:17px; font-weight:bold; margin-top:20px; color:#555;}
.seo_txt section h3::before {content:""; width:3px; height:12px; background:#555; display:inline-block; margin-right:5px;}
.seo_txt section p {color:#444; line-height:1.4; margin:4px 0;}
.seo_txt section dl {overflow:hidden; margin:25px 0;}
.seo_txt section dd {padding-left:10px;}
.seo_txt section dd::before {content:""; width:5px; height:1px; background:#666; display:inline-block; margin-right:5px;}
.seo_txt section ul {overflow:hidden; margin:25px 0;}
.seo_txt section li {padding-left:10px;}
.seo_txt section li::before {content:""; width:5px; height:1px; background:#666; display:inline-block; margin-right:5px;}

.seo_txt section img {max-width:80%; margin:10px 0; border:1px solid #ddd;border-radius:4px;}
.seo_txt section .btn {display:inline-block; background:#111; color:#fff; padding:12px 24px; border-radius:500px; font-weight:600; margin:20px 0;}
.post_content {position:relative; overflow:hidden; min-height:300px; font-size:14px; letter-spacing:1px; line-height:2; color:#666;}
.post_content img {max-width:100%;}
.post_content video {max-width:620px; display:block; margin:20px 0;}
.post_content .video-watermark-wrap {position:relative; display:inline-block; max-width:100%;}
.post_content .video-watermark-wrap video {display:block; max-width:100%; height:auto;}
.post_content .video-watermark {position:absolute; top:8px; left:8px; width:80px; height:auto; opacity:0.75; pointer-events:none; z-index:3;}

/* news-content typography */
.news-content .post_content {
	max-width: 860px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: 0;
	color: #344054;
}
.news-content .post_content p {
	margin: 0 0 14px;
	word-break: keep-all;
}
.news-content .post_content h2,
.news-content .post_content h3 {
	color: #111;
	letter-spacing: -0.5px;
	line-height: 1.35;
	margin: 26px 0 12px;
}
.news-content .post_content h2 {
	font-size: 24px;
	font-weight: 800;
	padding: 10px 0 10px 14px;
	border-left: 5px solid #3872ff;
}
.news-content .post_content h3 {
	font-size: 19px;
	font-weight: 800;
	padding: 10px 0 8px 12px;
	border-left: 3px solid #111;
	color: #1f2937;
}
.news-content .post_content dl {
	margin: 14px 0 18px;
	padding: 14px 16px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
}
.news-content .post_content dt {
	font-weight: 800;
	color: #111;
	margin-top: 10px;
}
.news-content .post_content dt:first-child {margin-top: 0;}
.news-content .post_content dd {
	margin: 6px 0 0;
	padding-left: 12px;
	color: #475467;
	position: relative;
}
.news-content .post_content dd::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.95em;
	width: 6px;
	height: 2px;
	background: #98a2b3;
}
.news-content .post_content ul {
	margin: 14px 0 18px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
}
.news-content .post_content li {
	margin: 3px 0 0;
	padding-left: 12px;
	color: #475467;
	position: relative;
}
.news-content .post_content a {color:#1d4ed8; text-decoration: underline; text-underline-offset: 3px;}
.news-content .post_content a:hover {color:#0b5ad9;}
.news-content .post_content .btn {display:inline-block; background:#111; text-decoration: none; color:#fff; padding:12px 24px; border-radius:500px; font-weight:600; margin:20px 0;}
.news-content .post_content .btn:hover {background:#000; color:#fff; }	
@media (max-width: 800px) {
	.news-content .post_content {font-size: 14px; line-height: 1.8; padding: 0 6px;}
	.news-content .post_content h2 {font-size: 18px; padding-left: 12px; border-left-width: 4px;}
	.news-content .post_content h3 {font-size: 16px; padding-left: 10px;}
	.news-content .post_content dl {padding: 12px; border-radius: 10px;}
}


.post_content .buttons {
    overflow:hidden; 
	width:490px; margin:10px auto;
}

.post_content .button {
	margin-left:10px;
	float:left;
    width: 240px;
    padding: 15px 0;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-size: 200% 200%; /* 그라데이션 애니메이션 효과 */
    animation: gradientAnimation 3s ease infinite; /* 그라데이션 애니메이션 추가 */
}
.post_content .button:first-child {margin-left:0;}
.post_content .button.red {
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e, #ff3d3d);
}

.post_content .button.blue {
    background: linear-gradient(45deg, #3d9eff, #68c8ff, #007bff);
}

.post_content .button:hover {
    transform: scale(1.1); /* 호버 시 크기 확대 */
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contents-view.site-view .post_content video {display:none;}
.post_content .autowrap {display:none;}
.post_content.freegame_txt p {padding:16px; background:#eee; border-radius:12px; color:#666; font-size:15px;}
.post_content.freegame_txt dl {background:#fff; border:1px solid #eee; padding:20px; margin-bottom:10px;}
.post_content.freegame_txt dt {margin-bottom:10px;}
.post_content.freegame_txt dd {line-height:1.6;}
.freegame_info_html {margin:18px 0 8px; padding:0 10px;}
.freegame_info_html > *:first-child {margin-top:0 !important;}
.freegame_info_html > *:last-child {margin-bottom:0 !important;}
.freegame_info_html p {line-height:1.7; color:#666;}
.freegame_info_html .sbx-wrap {max-width:100%; margin:0; padding:10px 0;}
.freegame_info_html .sbx-head {margin:0 0 12px;}
.freegame_info_html .sbx-title {margin:0 !important; font-size:24px !important; color:#333;}
.freegame_info_html .sbx-card {border:1px solid #eee; box-shadow:none;}
.freegame_info_html .sbx-card h3,
.freegame_info_html .sbx-card h4 {margin-left:0 !important; margin-right:0 !important; color:#333;}
.freegame_info_html .sbx-card p {color:#555;}
.freegame_info_html .sbx-table {margin:0; border-color:#eee;}
.freegame_info_html .sbx-table th,
.freegame_info_html .sbx-table td {font-size:14px;}
.freegame_info_html .sbx-table th {color:#444;}
.board .contents-view .freegame_info_html .sbx-gamebox {color:#333 !important; line-height:1.7 !important;}
.board .contents-view .freegame_info_html .sbx-wrap {padding:4px 0 8px !important;}
.board .contents-view .freegame_info_html .sbx-head {align-items:center !important; gap:8px !important; margin-bottom:10px !important;}
.board .contents-view .freegame_info_html .sbx-title {font-size:22px !important; font-weight:700 !important; letter-spacing:-0.4px !important;}
.board .contents-view .freegame_info_html .sbx-badge {background:#eee !important; border-color:#ddd !important; color:#444 !important;}
.board .contents-view .freegame_info_html .sbx-grid {gap:10px !important;}
.board .contents-view .freegame_info_html .sbx-card {background:#fff !important; border:1px solid #e4e4e4 !important; border-radius:12px !important; padding:14px !important; box-shadow:0 0 0 rgba(0,0,0,0) !important;}
.board .contents-view .freegame_info_html .sbx-card h3 {font-size:20px !important; margin:0 0 12px !important; color:#333 !important;}
.board .contents-view .freegame_info_html .sbx-card h4 {font-size:15px !important; margin:10px 0 6px !important; color:#444 !important;}
.board .contents-view .freegame_info_html .sbx-card p {font-size:14px !important; margin:6px 0 !important; color:#555 !important;}
.board .contents-view .freegame_info_html .sbx-note {background:#fafafa !important; border:1px dashed #ddd !important; color:#666 !important;}
.board .contents-view .freegame_info_html .sbx-table {border-color:#e5e5e5 !important; border-radius:10px !important;}
.board .contents-view .freegame_info_html .sbx-table th,
.board .contents-view .freegame_info_html .sbx-table td {padding:10px !important; border-bottom:1px solid #ececec !important;}
.board .contents-view .freegame_info_html .sbx-table th {background:#f7f7f7 !important; font-weight:700 !important;}
.freegame_related_reviews {margin:18px 10px 12px; padding:18px 20px; background:#fff; border:1px solid #ececec; border-radius:14px; box-shadow:3px 3px 6px rgb(50 60 70 / 10%);}
.freegame_related_reviews_head {display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:12px;}
.freegame_related_reviews_head h2 {margin:0; font-size:22px; color:#222;}
.freegame_related_reviews_more {font-size:13px; color:#666;}
.freegame_related_reviews_list {margin:0; padding:0; list-style:none;}
.freegame_related_reviews_list li + li {border-top:1px solid #f0f0f0;}
.freegame_related_reviews_list a {display:flex; align-items:center; justify-content:space-between; gap:16px; padding:12px 0; text-decoration:none;}
.freegame_related_reviews_title {display:block; flex:1; color:#333; font-size:15px; line-height:1.5;}
.freegame_related_reviews_meta {display:flex; align-items:center; gap:10px; flex:0 0 auto; color:#888; font-size:12px;}
.freegame_related_reviews_meta em {display:inline-block; padding:4px 8px; background:#f4f4f4; border-radius:999px; color:#666; font-style:normal;}
.freegame_related_reviews_meta strong {font-weight:500; color:#888;}

.post_content .contents_info {margin:30px 0;}
.post_content .contents_info h2 {font-size:18px; font-weight:bold;}
.post_content .contents_info h3 {font-size:16px; font-weight:bold; margin:20px 0;}
.post_content .contents_info h4 {font-size:15px; font-weight:bold; margin:20px 0;}
.post_content .contents_info p {background:#fff; border:1px solid #eee; padding:20px;}
.post_content .contents_info p.str {background:none; border:0; padding:0; font-size:15px; padding:20px; line-height:1.7;}
.post_content .contents_info ul {background:#fff; border:1px solid #eee; padding:20px; margin-bottom:10px;}
.post_content .contents_info dl {background:#fff; border:1px solid #eee; padding:20px; margin-bottom:10px;}
.post_content .contents_info dt {margin-bottom:10px;}
.post_content .contents_info dd {line-height:1.6;}
.post_content .contents_info img {margin:20px; }
.post_content .contents_info .info_btn {background:#ddd; padding:10px 20px; border-radius:500px;}
.board_form_box {position:absolute; top:114px;left:30px; z-index:3;}
.board_form_box .search_area {overflow:hidden; position:relative;}
.board_form_box .searchbox {overflow:hidden; width:326px; height:44px; border-radius:500px; background:#333; margin-top:15px;}
.board_form_box .searchbox .search_input {width:270px; float:left;}
.board_form_box .searchbox .search_input input[type=text] {height:44px; border:none; color:#888; width:100%; padding:0 16px; font-size:15px; background:none; outline:none;}
.board_form_box .searchbox .search_input input[type=text]::placeholder {color:#ddd; background:none;}
.board_form_box .searchbox .search_btn {width:50px; float:right;}
.board_form_box .searchbox .search_btn button {width:100%; background:none; height:44px; font-size:16px; border:0; color:#888;}

.board_list_box {overflow:hidden; overflow:hidden; background:#fff; margin-top:20px;}
.board_list_box .head_box {overflow:hidden; border-bottom:1px solid #333; border-top:3px solid #333; }
.board_list_box .head_box ul {display: flex; justify-content:space-between;}
.board_list_box .head_box li {flex: 1; color:#444; overflow:hidden; text-align:center; position:relative; height:48px; line-height:48px; font-size:15px; font-weight:700;}
.board_list_box .head_box li:nth-child(2) {flex: 5; }
.board_list_box .list_box {position:relative; overflow:hidden; }
.board_list_box .list_box h2 {font-size:16px; height:60px; line-height:60px; border-bottom:1px solid #eee; padding:0 20px;}
.board_list_box .list_box:hover {background:#eee;}
.board_list_box .list_box ul {display: flex; justify-content:space-between;}
.board_list_box .list_box li {flex: 1; color:#444; overflow:hidden; text-align:center; position:relative; border-bottom:1px solid #eee; height:48px; line-height:48px; font-size:15px;}
.board_list_box .list_box li:nth-child(2) {flex: 5; text-align:left;}
.board_list_box .list_box li .admin_check {position:relative; z-index:1;}
.board_list_box .list_box li .admin_check input {width:15px; height:15px;}

.contents-view .freegame_banner { margin-top:20px; height:100px; overflow:hidden; border-radius:2px;}

.popular_slots{margin:10px 0; padding:8px; background:#fff; border:1px solid #eee; border-radius:12px; box-shadow: 1px 1px 3px rgb(50 60 70 / 10%);}
.popular_slots h2{margin:0 0 12px; font-size:18px; font-weight:700; color:#111;}
.popular_slots_list{list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(5, 1fr); gap:10px;}
.popular_slots_list li{margin:0; padding:0;}
.popular_slots_list .p-link{display:block; text-decoration:none; color:#111;}
.popular_slots_list .p-img{display:block; overflow:hidden; border-radius:10px; background:#f2f4f8; aspect-ratio:16/9;}
.popular_slots_list .p-img img{width:100%; height:100%; object-fit:cover; display:block;}
.popular_slots_list .p-title{display:block; margin-top:8px; font-size:13px; font-weight:700; line-height:1.25; color:#222; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.popular_slots_list .p-meta{display:flex; flex-wrap:wrap; gap:8px; margin-top:6px; font-size:12px; color:#6b7280; line-height:1.2;}
.popular_slots_list .p-meta .m-item{white-space:nowrap;}
.popular_slots_list .p-meta .m-item i{margin-right:4px; color:#9ca3af;}
.popular_slots_list .p-meta .m-max{color:#374151;}
.popular_slots_list .p-link:hover .p-title{color:#202ba9;}

.board_img_list_box { margin:10px 0; overflow:hidden;}
.board_img_list_box li {position:relative; float:left; width:33.333%; margin-bottom:5px;}
.board_img_list_box.boongo_list li {width:20%; padding:6px}
.board_img_list_box.nolimit_list li {width:20%; padding:6px}
.board_img_list_box li .icon_new {background:#ff9233; position:absolute; top:15px; left:15px; padding:6px 10px; color:#fff; font-size:12px; border-radius:500px; box-shadow: 3px 3px 6px rgb(50 60 70 / 10%);}
.board_img_list_box li .imgs { overflow:hidden; }
.board_img_list_box.nolimit_list li .imgs img {border-radius:10px;}
.board_img_list_box li .imgs img {width:100%;}
.board_img_list_box li .txt {overflow:hidden;margin-top:2px;}
.board_img_list_box li .txt .tit {font-size:16px; color:#333; overflow:hidden; text-align:center;}
.board_img_list_box li .txt .meta{margin-top:4px; font-size:12px; color:#6b7280; display:flex; justify-content:center; gap:10px; flex-wrap:wrap; line-height:1.25;}
.board_img_list_box li .txt .meta .m-item{white-space:nowrap;}
.board_img_list_box li .txt .meta .m-item i{margin-right:4px; color:#9ca3af;}
.board_img_list_box li .txt .meta .m-max{color:#374151;}
.board_img_list_box li .txt .meta .is-empty{visibility:hidden;}
.board_img_list_box.boongo_list li .txt .tit {font-size:14px; letter-spacing:-1px;}
.board_img_list_box.nolimit_list li .txt .tit {font-size:14px; letter-spacing:-1px;}
.board_img_list_box li .txt .icon {overflow:hidden; margin-top:5px;}
.board_img_list_box li .txt .icon .money {background:#ef3e6c; padding:2px 4px; color:#fff; border-radius:4px; font-size:11px;}
.board_img_list_box li .txt .icon .code {background:#333; padding:2px 4px; color:#fff; border-radius:4px; font-size:11px;}

/* 탭 바 래퍼 */
.fs-tabs-wrap{
  position:relative; margin:8px 0 18px; 
}

/* 가로 스크롤 탭 트랙 */
.fs-tabs{
  display:flex; gap:10px; 
  overflow:auto; -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  padding:8px 2px;
  scroll-snap-type:x mandatory;
}

/* 탭 버튼 */
.fs-tab{
  flex:0 0 auto; scroll-snap-align:start;
  padding:10px 14px; border-radius:999px;
  border:1px solid #e6e9ef; background:#fff;
  color:#2a2f3b; text-decoration:none; font-weight:600; font-size:14px;
  box-shadow:0 1px 2px rgba(0,0,0,.03);
  transition:all .15s ease;
  white-space:nowrap;
}

.fs-tab:hover{ background:#f6f8fc; border-color:#dfe4ec }
.fs-tab.is-active{
  color:#2d5bff; border-color:#cdd7ff; background:#eef2ff;
  box-shadow:0 2px 8px rgba(45,91,255,.08);
}

/* 데스크톱: 가운데 정렬 + 살짝 크게 */
@media (min-width: 960px){
  .fs-tabs{ justify-content:center; gap:12px; }
  .fs-tab{ font-size:15px; padding:11px 16px; }
}


.sbx-play-link-wrap {margin:40px 0; text-align:center;}
.sbx-play-link-wrap p {font-size:14px; padding-bottom:10px; color:#333;}
.sbx-play-btn {background:#000; color:#fff; padding:14px 20px; margin:20px; border-radius:500px;}
.sbx-play-btn:hover {background:#ffcd02; color:#333;}

.series_box {overflow:hidden;}
.series_box ul {padding:0 -2px;}
.series_box li {float:left; width:33.333%; position:relative; padding:0 2px; margin-bottom:20px;}
.series_box li .imgs img {width:100%; border-radius:12px;}
.series_box li .txt {font-size:16px; text-align:center; margin-top:4px;}
.series_thum {overflow:hidden;}
.series_thum .imgs {width:340px; float:left;}
.series_thum .imgs img {width:100%; border-radius:12px;}
.series_thum .txt {width:500px; float:left; margin-left:10px; padding:10px 0;}
.series_thum .txt h1 {font-size:20px; margin-bottom:10px; font-weight:700;}
.series_thum .txt p {font-size:16px;}

.border_button {overflow:hidden; margin:20px 0;}
.border_button .new_btn {border:1px solid #eee; display:block; width:80px; height:42px; line-height:42px; text-align:center; color:#333; font-size:15px; background:#fff;}
.border_button .new_btn:hover {background:#eee;}
.border_button .write_btn {background:#333; color:#fff;}
.border_button .write_btn:hover {background:#7b4c95;}
.border_button li {overflow:hidden; float:left; margin-left:12px;}
.border_button li:first-child {margin-left:0;}
.border_button li a {width:80px; height:34px; line-height:34px; display:block;}
.border_button li button {width:80px; height:34px; line-height:34px; display:block; border:0;}
.border_button dl {display: flex; justify-content: space-between;  padding:0 240px;}
.border_button dd {flex:1; margin:0 10px;}
.border_button .submit_btn {margin:0 5px;border-radius:500px; height:46px; border:0; font-weight:500; font-size:15px; background:#333; color:#fff; width:100%;}
.border_button .cancel_btn {display:block; background:#999; color:#fff;margin:0 5px;border-radius:500px; height:46px; line-height:46px; text-align:center; font-size:15px; border:0; width:100%;}
.post_btn_box {overflow:hidden; padding:40px 240px;}
.post_btn_box ul {display: flex; justify-content: space-between;}
.post_btn_box li {flex:1; margin:0 10px;}
.post_btn_box li .new_btn {border:1px solid #eee; border-radius:500px; height:42px; line-height:42px; text-align:center; color:#333; font-size:15px; background:#fff; display:block;}
.post_btn_box li .new_btn:hover {background:#eee;}

.full_gallery_list {overflow:hidden; clear:both;}
.full_gallery_list li {overflow:hidden; position:relative; padding-bottom:20px;}
.full_gallery_list li .box {padding:20px; height:276px; position:relative; background: #fff; box-shadow: 3px 3px 6px rgb(50 60 70 / 10%); }
.full_gallery_list li .imgs {float:left; height:231px; position:relative; margin-left:15px;}
.full_gallery_list li .imgs img {}
.full_gallery_list li .txt {width:; height:240px;}
.full_gallery_list li .txt .tit {text-align:left; font-size:17px; height:38px; line-height:38px;  color:#333; border-bottom:1px solid #b566bf; overflow:hidden;}
.full_gallery_list li .txt .tit span {float:left;}
.full_gallery_list li .txt .tit .category_txt {background:#ffe186; color:#111; border-radius:500px; font-size:14px; width:60px; height:25px; text-align:center; line-height:25px; margin-top:6px; margin-right:10px;}
.full_gallery_list li .txt .tit .category_icon {float:right; color:#ffad23; font-size:22px; margin-top:5px;}
.full_gallery_list li .txt .sub_con {height:143px; overflow:hidden; color:#8a8ca3; font-size:14px; font-weight:300; line-height:20px; margin:10px 0;}
.full_gallery_list li .txt .data {overflow:hidden; text-align:left; margin-top:10px; color:#333;}
.full_gallery_list li .txt .data dd {float:left; font-size:15px; margin-right:20px;}
.full_gallery_list li .txt .data dd i {color:#7c87bd;}
.full_gallery_list li .txt .data dd .icon {color:#333;}
.full_gallery_list li .txt .data dd .con {color:#333;}
.full_gallery_list .checkbox {position:absolute; top:5px; left:30px; z-index:999;}
.full_gallery_list .checkbox input {width:20px; height:20px; }

.admin_board_setting {overflow:hidden; border-radius:20px; background:#fff; box-shadow:3px 3px 6px rgb(50 60 70 / 10%); border-radius:8px; margin-top:10px; padding:20px 10px;}
.admin_board_setting dl {display:flex; justify-content: space-between;}
.admin_board_setting dd {flex:1; color:#929398; margin-left:10px; cursor:pointer; text-decoration:underline;}
.admin_board_setting dd:first-child {margin-left:0;}
.admin_board_setting .write a {color:#fff;}

.board_admin_remote {position:fixed; bottom:20px; right:20px; z-index:10; padding:10px 20px; background:#fff; box-shadow:3px 3px 6px rgb(50 60 70 / 10%);}
.board_admin_remote .item {color:#888; font-size:15px;height:30px; line-height:30px; cursor:pointer;}
.board_admin_remote .item a {color:#888; font-size:15px;height:30px; line-height:30px; cursor:pointer; display:block; border-radius:4px;}

.new_icon {background:#d73f3f; color:#fff; padding:2px 4px; font-size:9px; margin-left:10px; border-radius:2px;}
.comment_icon {color:#333; font-size:9px;}


#comment_write_box {overflow:hidden; }
.comment_write_box_inner {overflow:hidden; background:#fff;}
.comment_write_button_area {overflow:hidden; padding:0 20px 10px 20px;}
.comment_write_button_area li {overflow:hidden; float:left;margin-left:20px; color:#eee; }
.comment_write_button_area li:first-child {margin-left:0;}
.comment_write_button_area li span {float:left; margin-right:5px; color:#666;}
.comment_write_button_area li input[type=text] {font-weight:400; background:#eee; border-radius:2px; height:40px; padding:0 20px; border:0; outline:none; color:#111;}
.comment_write_button_area li input[type=checkbox] {margin:0; background:#eee; border-radius:2px; }
.comment_area {overflow:hidden; padding:20px 20px 10px 20px;}
.comment_area li {float:left; width:80%;}
.comment_area li:last-child {float:right;width:19%;}
.comment_area li .commet_btn {width:100%; height:90px; line-height:90px; border-radius:2px; font-size:15px; color:#fff; background:#333; border:0;}
.comment_area li .commet_btn:hover {background:#111}
.comment_area li .comment_write {resize:none; width:100%; padding:10px; border:none; font-size:14px; color:#333; background:#eee; outline:none; height:90px; border-radius:2px;}

#viewcomment {margin-top:20px;}
.reply_media {overflow:hidden; background:#fff; padding:10px 16px; margin-bottom:4px; border:1px solid #eee; }
.reply_media .top_box {border-bottom:1px solid #eee; height:32px; line-height:32px; }
.reply_media .top_box a {color:#111; }
.reply_media .top_box span {font-size:11px; color:#888; margin-left:10px;}
.reply_media .top_box .reply a {font-size:11px; color:#888;margin-left:10px;}
.reply_media .conts_box {min-height:70px; padding:10px 0; font-size:15px; color:#888;}

.alert-success {margin-bottom:10px; display:none !important;}

.write_title_box {margin-bottom:5px;overflow:hidden; padding:10px 20px; border-radius: 6px;  background:#fff; }
.write_title_box ul {display:flex; justify-content: space-between;}
.write_title_box li {flex:1;}
.write_title_box li.txt {color:#333; font-size:15px; line-height:auto;}
.write_title_box li input[type=text] {background:#eee !important; border:0; border-radius:12px; width:100%; height:42px; padding:0 10px; outline:none !Important; color:#333;}
.write_title_box li input:focus {outline:none !Important; border:none;}
.write_title_box li select {background:#eee; border:0; border-radius:12px; width:100%; height:42px; padding:0 10px; outline:none !Important; color:#333;}
.write_title_box li textarea {height:200px; color:#000;}
.write_title_box li input[type=checkbox] {width:30px;}
.write_title_box li .checkbox {overflow:hidden;}
.write_title_box li .checkbox label {}
.write_title_box label {color:#333;}
.write_title_box.admin_setting_box li:nth-child(2) {width:30%; float:left; margin-left:1%;}
.write_title_box.admin_setting_box li:last-child {width:30%; }


 .sbx-gamebox{font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans KR,Apple SD Gothic Neo,sans-serif; line-height:1.6; color:#111; }
  .sbx-gamebox *{box-sizing:border-box;}
  .sbx-wrap{max-width:980px; margin:0 auto; padding:14px;}
  .sbx-head{display:flex; flex-wrap:wrap; gap:10px; align-items:flex-end; justify-content:space-between; margin-bottom:14px;}
  .sbx-title{margin:0; font-size:22px; font-weight:800;}
  .sbx-badges{display:flex; flex-wrap:wrap; gap:8px;}
  .sbx-badge{font-size:12px; font-weight:700; padding:6px 10px; border-radius:999px; background:#f3f4f6; border:1px solid #e5e7eb;}
  .sbx-grid{display:grid; grid-template-columns:1fr; gap:12px;}
  @media(min-width:860px){ .sbx-grid{grid-template-columns:1fr 1fr;} }
  .sbx-card{background:#fff; border:1px solid #e5e7eb; border-radius:14px; padding:14px; box-shadow:0 8px 22px rgba(0,0,0,.06);}
  .sbx-card h3{margin:0 0 10px; font-size:16px; font-weight:800;}
  .sbx-card h4{margin:12px 0 6px; font-size:14px; font-weight:800;}
  .sbx-card p{margin:6px 0;}
  .sbx-list{margin:8px 0 0; padding-left:18px;}
  .sbx-list li{margin:6px 0;}
  .sbx-note{background:#f9fafb; border:1px dashed #e5e7eb; padding:10px 12px; border-radius:12px; font-size:13px;}
  .sbx-table{width:100%; border-collapse:separate; border-spacing:0; overflow:hidden; border:1px solid #e5e7eb; border-radius:12px;}
  .sbx-table th,.sbx-table td{padding:10px 10px; border-bottom:1px solid #eef2f7; vertical-align:top; font-size:13px;}
  .sbx-table th{background:#f9fafb; text-align:left; font-weight:800;}
  .sbx-table tr:last-child td{border-bottom:0;}
  .sbx-symrow{display:flex; align-items:center; gap:10px; min-width:160px;}
  .sbx-symimg{width:34px; height:34px; border-radius:10px; border:1px solid #e5e7eb; background:#fff; object-fit:contain;}
  .sbx-symname{font-weight:800;}
  .sbx-pay{white-space:nowrap;}
  .sbx-kv{display:grid; grid-template-columns:1fr; gap:8px;}
  @media(min-width:520px){ .sbx-kv{grid-template-columns:1fr 1fr;} }
  .sbx-kv .sbx-kvitem{border:1px solid #e5e7eb; border-radius:12px; padding:10px 12px; background:#fff;}
  .sbx-kv .k{font-size:12px; color:#6b7280; font-weight:700;}
  .sbx-kv .v{font-size:14px; font-weight:900; margin-top:2px;}


.file_upload_box {overflow:hidden; padding:20px; border-radius: 6px;  background:#fff; border-top:3px solid #333;}
.file_upload_box ul {overflow:hidden; margin:4px 2px;}
.file_upload_box li {float:left; color:#333;  font-size:15px; height:50px; line-height:50px; width:92%; position:relative;}
.file_upload_box li:first-child {width:8%; text-align:center;}
.file_upload_box li .file_upload_input {background:#eee; border:0; border-radius:12px; width:100%; height:50px; padding:0 10px; text-indent:28px;}
.file_upload_box li .fake_btn {display:none; cursor:pointer; position:absolute; border-radius:500px; width:112px; height:42px; line-height:42px; text-align:center; color:#000;top:4px; left:10px; background-image: -webkit-linear-gradient( 90deg, rgb(255,125,79) 0%, rgb(255,209,38) 100%); box-shadow: inset 0px 1px 1px rgb(255 242 183), inset 0px 0px 0px rgb(0 0 0 / 0%);}

.on_state {background:#c96666; padding:6px 10px; border-radius:500px; font-size:12px; color:#eee;}
.off_state {background:#444; padding:6px 10px; border-radius:500px; font-size:12px; color:#eee;}

.hunting_label {background:#ddd;padding:3px 8px; margin-right:10px; border-radius:2px;}
.hunting_label.off {background:#6c6c6c; color:#eee; }

.tab_menu {overflow:hidden;}
.tab_menu li {float:left; margin-right:10px;}
.tab_menu li a {display:block; font-size:16px; background:#f1f1f1; width:140px;  height:50px; line-height:50px; text-align:center; border:1px solid #eee; border-radius:2px;}
.tab_menu li.active a {background:#fff;}
.tab_menu li a:hover {background:#fff;}

.telegram {position:fixed; bottom:20px; right:20px; font-size:60px; color:#2991db; z-index:1;}
.reservation {font-size:11px; background:#111; color:#fff; padding:4px 8px; border-radius:500px;}

.side_banner {overflow:hidden;}
.side_banner li {margin-top:4px;}
.side_banner li img {width:100%; border-radius:8px;}
.post_side_banner {overflow:hidden;}
.post_side_banner ul {margin:0 -2px;}
.post_side_banner li {float:left; margin-bottom:2px; width:50%; box-sizing:border-box; padding:0 2px;}
.post_side_banner img {width:100%; border-radius:8px;}

/* mobile */
.mobile_header {overflow:hidden; background:#fff; box-shadow:0 10px 30px rgba(17, 22, 35, 0.08);}
.mobile_header .mobile_header_top {position:relative; height:56px; background:#101114;}
.mobile_header .logo {display:flex; align-items:center; justify-content:center; height:56px; text-align:center; background:#101114; }
.mobile_header .logo img {width:92px; margin-top:0;}
.mobile_header .tele,
.mobile_header .login {position:absolute; top:12px; display:flex; align-items:center; justify-content:center; color:#fff; background:rgba(255,255,255,0.12);}
.mobile_header .tele {left:14px;}
.mobile_header .tele-admin,
.mobile_header .login {width:32px; height:32px; border-radius:50%;}
.mobile_header .login {right:14px; font-size:16px;}
.mobile_header .tele-admin {left:14px; font-size:18px;}
.mobile_header .tele-point {gap:6px; min-width:98px; max-width:132px; height:28px; padding:0 8px; border-radius:999px; background:#333}
.mobile_header .tele-point .point-label {font-size:10px; font-weight:700; opacity:0.92; line-height:1;}
.mobile_header .tele-point .point-value {font-size:11px; font-weight:800; line-height:1; white-space:nowrap;}
.mobile_header .header-main-menu {background:#3a3a3d; border-top:1px solid rgba(255,255,255,0.05); border-bottom:1px solid #d8dbe2;}
.mobile_header .header-main-menu ul {display:flex; justify-content:flex-start; flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none;}
.mobile_header .header-main-menu ul::-webkit-scrollbar {display:none;}
.mobile_header .header-main-menu li {flex:0 0 auto; min-width:20%;}
.mobile_header .header-main-menu li a {display:block; height:34px; line-height:34px; padding:0 12px; text-align:center; color:#e6e6e6; font-size:12px; font-weight:700; letter-spacing:-0.5px; white-space:nowrap; border-bottom:3px solid transparent;}
.mobile_header .header-main-menu li.active a,
.mobile_header .header-main-menu li a:hover {color:#fff; border-bottom-color:#f2c94c; background:rgba(255,255,255,0.06);}
.mobile_header .mobile_quick_menu {display:grid; grid-template-columns:repeat(4, 1fr); gap:4px; padding:4px 6px; }
.mobile_header .mobile_quick_link {display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:58px; padding:8px 4px; border-radius:14px; background:#fff; color:#2f3747; font-size:11px; font-weight:700; box-shadow:0 6px 16px rgba(29, 37, 54, 0.08); border:1px solid #edf0f5;}
.mobile_header .mobile_quick_icon {display:flex; align-items:center; justify-content:center; width:24px; height:24px; margin-bottom:6px; border-radius:50%; color:#fff; font-size:12px;}
.mobile_header .mobile_quick_attendance .mobile_quick_icon {background:linear-gradient(135deg, #ffb938 0%, #ff8a1e 100%);}
.mobile_header .mobile_quick_event .mobile_quick_icon {background:linear-gradient(135deg, #ff687a 0%, #f43f5e 100%);}
.mobile_header .mobile_quick_point .mobile_quick_icon {background:linear-gradient(135deg, #68a3ff 0%, #4068e8 100%);}
.mobile_header .mobile_quick_auth .mobile_quick_icon {background:linear-gradient(135deg, #7d7f89 0%, #4b5563 100%);}


.m_main_banner {position:relative; background:url("/imgs/m_main_banner_bg2.jpg?2") no-repeat; }
.m_main_banner .title {overflow:hidden; text-align:center; padding:20px 16px;}
.m_main_banner .title h1 {color:#000; font-weight:700; font-size:19px; margin-top:10px;}
.m_main_banner .title h2 {color:#222; font-size:13px; font-weight:700; margin-top:6px;letter-spacing:-1.5px;}
.m_main_banner .title p {color:#fff; font-size:12px; font-weight:300; background:#222; padding:4px 0;letter-spacing:3px; border-radius:500px; width:262px; margin:0 auto;}
.m_telegram {position:relative; height:40px; border:1px solid #ddd; background:#eee; border-left:0; border-right:0; text-align:center; line-height:40px;}
.m_telegram .imgs {position:absolute; bottom:0; left:10px; }
.m_telegram .imgs img {width:64px;}
.m_telegram p {font-size:14px; font-weight:700;}

.note-btn-group.note-view button:nth-child(3) {display:none;}
.admin_nogada_btn {position:fixed; bottom:50px; left:20%; z-index:1;}

.m_doc_content ul li {position:relative;}
/* modal */
.modal .modal-body .number{padding-bottom:10px;}
.modal .modal-body .profile-info{overflow:hidden;}


.help-inline { display: inline-block;color: #737373;margin-left:10px; padding-top:7px;vertical-align:middle;}
.nopost {text-align:center; padding:120px 0 !important; }

textarea.dhtmleditor {width:100%;height:350px;}

.latest_comment_count {font-size:11px; color:#FF7700; margin-left:5px;font-weight:bold;}
.highlight {font-weight:bold; }

/* Sideview */
#nameContextMenu { background:#000; color:#fff; padding:4px 8px 6px;z-index:10000; }
#nameContextMenu a { color:#fff; font-size:12px; line-height:20px; display:block; }
#nameContextMenu a:hover { color:#ff0000; }
#nameContextMenu td { border:0px !important; }


/* animation */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes gradient-bg {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}




/* 반응형 */
@media (max-width: 800px) {
	.layout_fix {width:100%;}
	section {width:100%; margin:0;}
	main {margin:0; float:none; width:100%;}
	main .main_banner {height:140px; border-radius:0; background:url("/imgs/m_main_banner_bg2.jpg?6") no-repeat; background-size:100% 100%;}
	main .main_banner .box_con {padding:20px; text-align:center;}
	main .main_banner h1 {font-size:17px; font-weight:700;}
	main .main_banner .h1_txt {font-size:17px; font-weight:700;}
	main .main_banner p {font-size:12px; margin-top:4px; margin-bottom:4px; color:#ddd;}
	main .main_banner .search_box {width:80%; height:38px; margin:10px auto;}
	main .main_banner .search_box .search_input {width:70%;}
	main .main_banner .search_box .search_input input {height:38px; font-size:12px;}
	main .main_banner .search_box .search_btn {width:20%;}
	main .main_banner .search_box .search_btn button {height:38px;}
	main .main_notice_bar {margin:0 2px; gap:8px; margin-bottom:8px; padding:9px 10px; border-radius:8px;}
	main .main_notice_badge {height:22px; font-size:10px;}
	main .main_notice_bar p {font-size:11px; line-height:1.35; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
	main .main_banner .main_notice {position:relative; top:auto; right:auto; width:calc(100% - 24px); margin:10px auto 0; padding:10px 12px; border-radius:12px;}
	main .main_banner .main_notice_badge {height:22px; font-size:10px;}
	main .main_banner .main_notice p {margin-top:8px; font-size:11px; line-height:1.45;}
	main .main_txt_box .tit_box h2 {font-size:16px; font-weight:700;}
	main .main_txt_box .tit_box p {padding:0 10px; font-size:12px;}
	main .main_txt_box .con_box .top_txt {font-size:12px; padding:10px; max-width:100%; border-radius:0; text-align:center; float:none;}
	main .main_txt_box .con_box h3 {font-size:15px; padding:8px 10px; font-weight:700;}
	main .main_txt_box .con_box p {padding:0 10px; font-size:12px; line-height:1.2;}
	main .main_txt_box .character img {width:123px;}
	main .main_txt_box2 .con_box {height:auto;}
	main .main_latest_list li {width:50%; margin-left:0; box-sizing:border-box; padding:2px;}
	main .main_latest_list li .box_con {width:100%; height:auto; padding:0; overflow:hidden;}
	main .main_latest_list li .imgs {width:30%;}
	main .main_latest_list li .imgs img {width:100%; height:100%; margin-top:0;}
	main .main_latest_list li .txt {width:60%;}
	main .main_latest_list li .txt .tit {font-size:14px; margin-top:8px; }
	main .main_latest_list li .txt p {font-size:12px;}
	main .bonus .con_box li {width:50%; margin-left:0;}
	main .bonus .con_box li .imgs {width:40px; height:40px; line-height:40px;}
	main .bonus .con_box li .imgs img {width:33px; height:33px;}
	main .bonus .con_box li p {font-size:12px;}
	main .main_table_box .tit_box h2 {font-size:16px; font-weight:bold;}
	main .main_table_box .tit_box p {font-size:12px; padding:10px;}
	main .main_table_box table th {font-size:13px;}
	main .main_table_box table td {font-size:12px;}
	main .pragmatic_info_box .tit_box {padding:12px;}
	main .pragmatic_info_box .tit_box h2 {font-size:16px;}
	main .pragmatic_info_box .tit_box p {font-size:12px;}
	main .pragmatic_info_box .con_box li {margin-top:10px;}
	main .pragmatic_info_box .con_box li h3 {font-size:14px; }
	main .pragmatic_info_box .con_box li p {font-size:12px; padding:10px;}
	main .qna_box {padding:0 2px;}
	main .qna_box h2 {font-size:16px; font-weight:bold;}
	main .qna_box li h3 {font-size:14px; padding:12px;}
	main .qna_box li p {padding:10px; font-size:12px;}
	.tab_menu {margin-top:20px;}
	.tab_menu li {width:33.333%; margin-right:0;}
	.tab_menu li a {font-size:13px; width:100%; height:40px; line-height:40px;}
	.review_board {padding:8px;}
	.review_board .top_box .tit h2 {font-size:16px;}
	.review_board li {flex:0 0 calc(100%)}
	
	.review_board li .txt {font-size:13px; width:60%;}
	.main_dual_latest {display:block; padding:0 4px;}
	.main_dual_latest .main-latest-board {padding:18px 16px; border-radius:20px; margin-bottom:12px;}
	.main_dual_latest .main-latest-board:last-child {margin-bottom:0;}
	.main_dual_latest .main-latest-board .top_box .tit h2 {font-size:18px;}
	.main_dual_latest .main-latest-board .top_box .more {padding-top:2px;}
	.main_dual_latest .main-latest-board .top_box .more a {font-size:14px;}
	.main_dual_latest .main-latest-board .box {gap:12px; min-height:104px; padding:16px 0;}
	.main_dual_latest .main-latest-board .imgs {flex-basis:120px; width:120px; height:72px; border-radius:12px;}
	.main_dual_latest .main-latest-board .item-title {font-size:16px;}
	.main_dual_latest .main-latest-board .item-desc {margin-top:6px; font-size:13px; -webkit-line-clamp:2;}
	.main_dual_latest .main-latest-board .date {margin-top:8px; font-size:12px;}
	.game_main_quick,
	.game_main_hardcode_grid,
	.game_main_card_row_list {grid-template-columns:1fr;}
	.game_main_cover_strip_item {flex-basis:220px; min-width:220px;}
	
	.login_layout .panel {padding:10px;}
	.board .contents-view {padding:0 5px;}
	.board .contents-view .game_play {height:580px;}
	.board .post_title_box .top_tit_box h1 {font-size:16px;}
	
	.board_form_box {top:76px; left:0; width:100%;}
	.board_form_box .searchbox {width:80%; height:38px; margin:10px auto;}
	.board_form_box .searchbox .search_input {width:70%;}
	.board_form_box .searchbox .search_input input[type=text] {height:38px; font-size:12px;}
	.board_form_box .searchbox .search_btn {width:20%;}
	.board_form_box .searchbox .search_btn button {height:38px;}

	h2.freegame_count {font-size:14px;}
	.series_box {padding:0 10px;}
	.series_box li {width:50%; margin-bottom:10px;}
	.series_box li .txt {font-size:13px; height:24px; overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
	.series_thum .imgs {width:100%; float:none; padding:10px;}
	.series_thum .txt {width:100%; float:none; margin-left:0; padding:10px;}
	.series_thum .txt h1 {font-size:16px;}
	.series_thum .txt p {font-size:14px;}

	.post_content .contents_info img {margin:10px 0;}
	.post_content .contents_info p.str {padding:10px;}
	.post_content video {max-width:100%;}
	.gallery_board li {width:100%; height:auto;}
	.gallery_board li .box .imgs {width:100% ;height:auto; }
	.gallery_board li .box .imgs img {width:100%;}
	
	.slot_gallery_board li {width:100%; height:auto;}
	.slot_gallery_board li .box .imgs {width:100% ;height:auto; }
	.slot_gallery_board li .box .imgs img {width:100%;}
	.slot_gallery_board li .box .txt {font-size:11px;}
	.board_img_list_box li { width:50%;}
	.board_img_list_box li .icon_new {font-size:11px; padding:4px 6px; top:5px; left:5px;}
	.board_img_list_box li .imgs img {width:100%;}
	.board_img_list_box li .txt .tit {font-size:12px;}
	.board_img_list_box li .txt .meta{font-size:11px; gap:2px; flex-direction:column; align-items:center; flex-wrap:nowrap;}
	.board_img_list_box li .txt .meta .m-item{width:100%; text-align:center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
	.popular_slots{margin:18px 5px 10px; padding:12px;}
	.popular_slots h2{font-size:16px;}
	.popular_slots_list{grid-template-columns:repeat(2, 1fr); gap:10px;}
	.warranty_latest dt {font-size:17px;}
	.warranty_latest dd {font-size:13px; padding:0 20px;}
	.warranty_latest .icon img {width:20px;}
	.warranty_latest .warranty_btn {display:none;}
	.main_btn_box {overflow:hidden; height:100%; padding:0 5px;}
	.main_btn_box li {margin-left:0; width:50%; padding-left:5px;}
	.main_btn_box li:first-child {padding-left:0;}
	.main_btn_box li:nth-child(3) {padding-left:0;}
	.main_btn_box li .box {box-shadow:none; border:1px solid #eee; height:65px; margin-bottom:5px;}
	.main_btn_box li .box .imgs {width:50px;  top:-5px; left:2px; }
	.main_btn_box li .box .imgs img {width:50px;}
	.main_btn_box li .box .txt {margin-left:34%;}
	.main_btn_box li .box dt {font-size:13px;margin-top:14px;}
	.main_btn_box li .box dd {font-size:11px;}
	.latest_box {padding:0 5px;}
	.sexy_latest { padding:0 6px 10px 6px; overflow:hidden;}
	.sexy_gallery_board ul {display: flex; flex-wrap: wrap;}
	.sexy_gallery_board li {flex: 0 0 calc(33.333% - 2.5px); padding-left:0; margin-bottom:5px;}
	.sexy_gallery_board li .tit p {}
	.freemoney_latest {float:none; width:100%;}
	.toto_latest {float:none; width:100%;}
	.board_latest {padding:5px 10px; height:100%;}
	.board_latest .top_box .tit {font-size:17px;}
	.freemoney_latest .board_latest li {height:40px; line-height:40px; padding:0 6px;}
	.freemoney_latest .board_latest li p {font-size:13px; max-width:220px;}
	.main_hidden_conts .icon {display:none;}
	.main_hidden_conts h3 {font-size:13px; border-radius:0; width:100%; padding:0 10px; text-align:center;}
	.main_hidden_conts h2 {font-size:15px; margin:0; padding:15px 30px; line-height:20px;}
	.main_hidden_conts .box {width:100%; margin:0; padding:0 10px;}
	.main_hidden_conts .box p {font-size:13px;}
	.main_contents .icon {display:none;}
	.main_contents {padding:10px; text-align:center; background-size:100% 100%;}
	.main_contents .box {width:100%;}
	.main_contents .box p {font-size:13px;}
	.main_contents .box p strong {font-size:15px;}
	.main_sub_conts {margin-top:20px;}
	.main_sub_conts h2 {font-size:17px;}
	.main_sub_conts .conts_txt {font-size:13px; padding:0 10px;}
	.main_sub_conts .box {padding:10px 0;}
	.main_sub_conts .box li {height:100%; line-height:100%; border-radius:4px; padding:10px; }
	.main_sub_conts .box li .txt {font-size:13px; margin-top:10px; float:none; margin-left:0;}
	.main_sub_conts .box li .num {width:40px; height:25px; font-size:12px; line-height:25px; float:none; border-radius:4px;}
	.gallery_board li .box {padding:1px;}
	.board {padding:0 5px;}
	.board_list_box .head_box li {height:40px; line-height:40px; font-size:13px;}
	.board_list_box .head_box li:nth-child(3) {display:none;}
	.board_list_box .list_box li {height:42px; line-height:42px; font-size:12px; letter-spacing:-1px;}
	.board_list_box .list_box li:nth-child(2) {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.board_list_box .list_box li:nth-child(3) {display:none;}
	.on_state {font-size:11px;}
	.off_state {font-size:11px;}
	.post_title_box .post_title {height:42px; line-height:42px; font-size:15px; overflow:hidden;}
	.post_title_box .info li {font-size:13px;}
	.post_btn_box {padding:20px;}
	.post_btn_box li .new_btn {height:38px; line-height:38px; font-size:13px;}
	.post_btn_box li {margin:0 5px;}
	.border_button .new_btn {height:38px; line-height:38px; font-size:13px;}
	.border_button dl {padding:0 20px;}
	.comment_area {padding:10px;}
	.comment_area li {width:70%;}
	.comment_area li:last-child {width:29%;}
	.comment_area li .commet_btn {font-size:13px;}
	footer .footer_policy_inner {display:block; padding:18px 20px 8px;}
	footer .footer_policy_copy {margin-bottom:14px;}
	footer .footer_policy_copy strong {font-size:18px;}
	footer .footer_policy_copy p {font-size:13px; line-height:1.6;}
	footer .footer_policy_links {gap:4px;}
	footer .footer_policy_links li {flex:1 1 calc(50% - 5px); min-width:0;}
	footer .footer_policy_links li a {min-height:84px; padding:12px; border-radius:2px;}
	footer .footer_policy_links li a strong {margin-top:6px; font-size:14px;}
	footer .footer_policy_links li a span {font-size:12px;}
	footer .footer_policy_links li a .policy_label {font-size:10px;}
	footer .footer_inner {display:block; padding:15px 0;}
	footer .logo {text-align:center;}
	footer .logo img {width:80px;}
	footer .box {overflow:hidden; padding:10px 20px;}
	footer .box .info li {margin-top:5px;}
	footer .box .info li span {color:#fff; font-size:12px;}
	footer .copyright {height:30px; line-height:30px; font-size:11px;}
	.view_full_image {display:none;}
	.toto_latest li .box .tit {font-size:11px; letter-spacing:-1px;}
	.board_img_list_box .list_box {height:auto; padding-bottom:10px;}
	.board_img_list_box .list_box .imgs {float:none; text-align:center; width:100%;}
	.board_img_list_box .list_box .imgs img {width:120px; height:120px;}
	.board_img_list_box .list_box .txt {float:none; width:100%;}
	.board_img_list_box .list_box .txt .tit {margin-top:10px; font-size:14px;}
	
	.board .contents-view h2 {font-size:20px; margin:10px;}
	.contents-view .table_box ul {margin:0;}
	.contents-view .table_box li .tit {width:25%;}
	.contents-view .table_box li .name {width:75%; padding:0 10px;}
	.freegame_info_html {padding:0 4px; margin:14px 0 6px;}
	.freegame_info_html .sbx-title {font-size:20px !important;}
	.freegame_info_html .sbx-card {padding:12px; border-radius:12px;}
	.freegame_info_html .sbx-table th,
	.freegame_info_html .sbx-table td {font-size:13px; padding:8px;}
	.board .contents-view .freegame_info_html .sbx-title {font-size:18px !important;}
	.board .contents-view .freegame_info_html .sbx-card h3 {font-size:18px !important;}
	.board .contents-view .freegame_info_html .sbx-card h4 {font-size:14px !important;}
	.board .contents-view .freegame_info_html .sbx-card p {font-size:13px !important;}
	.freegame_related_reviews {margin:14px 4px 10px; padding:14px 12px;}
	.freegame_related_reviews_head {display:block;}
	.freegame_related_reviews_head h2 {font-size:18px; margin-bottom:8px;}
	.freegame_related_reviews_more {display:inline-block;}
	.freegame_related_reviews_list a {display:block;}
	.freegame_related_reviews_title {margin-bottom:8px; font-size:14px;}
	.freegame_related_reviews_meta {justify-content:flex-start; flex-wrap:wrap; gap:8px;}

	.seo_txt section h2 {font-size:17px;}
	.seo_txt section h3 {font-size:15px;}

	.telegram {display:none;}
	
	.banner_area {margin:10px;}
	.banner_area ul {display: flex; overflow-x: auto;}
	.banner_area li {flex: 0 0 auto; width:100px;}
	.banner_area li:nth-child(5) {margin-left:7px;}
	.banner_area li:nth-child(10) {margin-left:7px;}
	.banner_area li:nth-child(15) {margin-left:7px;}
	.banner_area li:nth-child(20) {margin-left:7px;}
	.banner_area li:nth-child(25) {margin-left:7px;}
	.banner_area li:nth-child(30) {margin-left:7px;}
	.banner_area li:nth-child(35) {margin-left:7px;}
	.banner_area li:nth-child(40) {margin-left:7px;}
	.contents-view .freegame_banner img {width:100%;}
	.register_btn {background:#ddd; display:block; height:38px; line-height:38px; text-align:center;}
	
	main .main_tip_box h2 {font-size:16px; font-weight:700;}
	main .main_tip_box p {font-size:12px; padding:0 10px;}
	main .main_tip_box .con_box {padding:10px;}
	main .main_tip_box .con_box li {flex:0 0 calc(50% - 4px); margin-top:10px;}
	main .main_tip_box .con_box.three li {flex:0 0 calc(100% - 4px); margin-top:10px;}
	main .main_tip_box .con_box li h3 {font-size:14px;}
	main .main_tip_box .con_box li p {font-size:12px;}

	.post_content video {margin-bottom:60px;}
	.post_content .buttons {width:100%; padding:0 5px;}
	.post_content .button {margin:0 5px; width:100%; float:none; padding:8px 0; margin-bottom:10px; margin-left:0;}


	.warranty_board {padding:10px 0;}
	.warranty_board .top_tit {font-size:20px;}
	.warranty_board h2 {font-size:20px;}
	.warranty_board p {font-size:16px;}
	.warranty_board li {margin-bottom:10px; padding:0; float:left; width:50%;}
	.warranty_board li .imgs {float:none; margin:0 auto; width:100%; height:100%;}
	.warranty_board li .txt {float:none; width:100%; padding:10px;}
	.warranty_board li .txt .tit {font-size:15px;}
	.warranty_board li .txt p {font-size:13px; display:none;}
	
	.board_img_list_box.nolimit_list li {width:50%;}
	.board_img_list_box.boongo_list li {width:33.333%;}
	.board_img_list_box.boongo_list li .txt .tit {font-size:11px;}

	/* news_board : gallery list card */
	.news_board .board_img_list_box {margin:10px 5px; gap:10px;}
	.news_board .board_img_list_box .list_box {padding:10px; gap:12px; border-radius:10px;}
	.news_board .board_img_list_box .list_box .upper_link {border-radius:10px;}
	.news_board .board_img_list_box .list_box .imgs {flex-basis:120px; height:78px; border-radius:8px;}
	.news_board .board_img_list_box .list_box .tit {font-size:14px; line-clamp:2; -webkit-line-clamp:2;}
	.news_board .board_img_list_box .list_box h3 {font-size:14px; line-clamp:2; -webkit-line-clamp:2;}	
	.news_board .board_img_list_box .list_box .desc {font-size:12px;}
	.news_board .board_img_list_box .list_box .desc {line-clamp:2; -webkit-line-clamp:2;}
	.news_board .board_img_list_box .list_box .meta {font-size:11px;}
	.news_board .board_img_list_box .list_box .icon .money,
	.news_board .board_img_list_box .list_box .icon .code {height:22px; padding:0 8px; font-size:11px;}
	.minigame-page {padding:0 2px;}
}
