@charset "utf-8";

html,
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Microsoft JhengHei", AppleGothic, sans-serif;
	line-height: 1.67em;
	font-weight: 400;
}

html,
body {
	height: 100%;
	margin: 0;
}

body {
	padding-top: 50px;
}

body,
button,
input,
select,
textarea,
.form-control,
.btn-lg {
	font-size: 16px;
}

h1 {
	border-bottom: 3px #ccc solid;
	margin-top: 0;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 3px solid #ccc;
}

th {
	text-align: center;
}

a {
	color: #444444;
	position: relative;
	text-decoration: underline;
}

a:focus, a:hover {
	text-decoration: none;
	color: #c00000;
}

img {
	max-width: 100%;
	height: auto;
}

label {
	vertical-align: middle;
	margin: 0;
}

body.page-home {
	background: #000;
}

.btn,
.btn-danger,
.pay-btn,
.payment-btn,
#invoice .nav>li>a {
	-moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
	text-decoration: none;
}

input[type=checkbox] {
	margin: 8px 0 0;
}

.navbar-nav>li>a {
	text-decoration: none;
}

body.modal-open {
	overflow: hidden !important;
}

table a:link,
table a:visited {
	color: #c00000;
}

table.table-small-font {
	font-size: 16px;
}

.table>tbody>tr>td.success {
	background-color: #77A140;
	color: #fff;
}

.table>tbody>tr>td.warning {
	background-color: #f0ad4e;
	color: #fff;
}

.table>thead>tr>th,
.table>tbody>tr>td {
	vertical-align: middle;
}

.table>thead>tr>th {
	padding-top: 10px;
	padding-bottom: 10px;
}

.table>thead>tr.active>th {
	background-color: #c00000;
	color: #fff;
}

.form-group {
	margin-bottom: 10px;
}

.page-coupon .btn-toolbar,
.page-exchange .btn-toolbar,
.page-report .btn-toolbar {
	display: none;
}

.btn-box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn_bar {
	margin-bottom: 10px;
}

.btn {
	border-radius: 3px;
	text-decoration: none;
}

.btn-lg {
	padding: 12px 60px;
}

.label {
	font-size: 14px;
	border-radius: 0;
}

.label-danger {
	background-color: #c00000;
}

label.btn {
	border-color: #ddd;
}

.btn-danger,
.btn-warning,
.btn-default {
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
	border-top-width: .0625rem;
	border-bottom-width: calc(.2rem + .0625rem);
	background: #c00000;
	text-decoration: none;
}

.btn-warning {
	background: #f0ad4e;
}

.btn-default {
	background: #f0f0f0;
}

/* .btn-danger:hover {
	border: 1px solid #c00000;
	background: #fff;
	color: #c00000;
} */

.bg-warning {
	background-color: #f5f5f5;
	border: none;
}

.platform {
	background-color: #c00000;
	color: #fff;
}

.platform a {
	font-size: 20px;
	display: inline-block;
	color: #fdf59a;
}

.text-center {
	position: relative;
}

.form-control {
	border-radius: 0px;
}

.form-control:focus {
	border-color: #c00000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0px rgba(192, 0, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0px rgba(192, 0, 0, .6);
}

.wrap {
	padding: 40px 0 100px;
	min-height: 100%;
	margin: 0 auto -50px;
}





.game-list-wrapper {
	width: 730px;
	padding: 0 40px;
	position: relative;
	height: 100px;
	margin: 0 auto;
}

.game-list-window {
	width: 650px;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

#menu {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 70;
	padding: 0;
	margin: 0;
	list-style: none;
	transition: all .5s ease;
}

#menu li {
	float: left;
	width: 130px;
	filter: brightness(.35);
}

#menu li.active,
#menu li:hover {
	filter: brightness(1);
}

.fp-controlArrow.fp-prev {
	left: 0px;
	width: 0;
	border-width: 15px 15px 15px 0;
	border-color: transparent rgba(255, 255, 255, 1) transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 0px;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.fp-controlArrow {
	margin-top: -15px;
	opacity: .35;
	transition: all .3s ease;
}

.fp-controlArrow:hover {
	opacity: 1;
}

.my-info {
	position: relative;
	margin-left: 8px;
	width: 160px;
	text-align: left;
}
.nav > li.my-info > a {
	padding-left: 15px;
}

.my-info,
.my-info .dropdown-menu {
	
	color: #a2a2a2;
}
.my-info .dropdown-menu {
	min-width: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .9);
	margin: 0;
}

.my-info .caret {
	position: absolute;
	right: 15px;
	top: 50%;
}

.my-info .fb:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-bottom: 3px;
	margin-right: 10px;
	background: url(../images/icon_fb.png) no-repeat left top;
}

.my-info li.coin div {
	padding: 10px 15px;
	color: #337ab7;
	font-size: 16px;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.my-info li.coin div .btn {
	float: right;
	color: #fff !important;
	background-color: #286090 !important;
	display: inline-block !important;
	padding: 3px 20px !important;
}

.navbar-brand {
	padding: 5px 15px;
}

.pagination>li>a,
.pagination>li>span {
	color: #333;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #c00000;
	border-color: #c00000;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #c00000;
}

#ht_footer .container,
.navbar .container {
	width: auto;
}

/*********** register ****************************/
.coupon,
.exchange,
.page-payment .member,
.account,
.report,
.cs,
.find,
.register {
	margin: 20px auto;
}

.login {
	margin: 60px auto;
}

.help-block,
.register .checkbox {
	padding: 6px 15px;
	color: #333;
}

.register .checkbox input[type=checkbox],
.register .checkbox-inline input[type=checkbox],
.register .radio input[type=radio],
.register .radio-inline input[type=radio] {
	top: 9px;
}

.form-horizontal .checkbox {
	padding-top: 2px;
}

.btn-whitefont {
	color: #FFF;
}

.btn-whitefont:hover {
	color: #FF3;
}

.serviceRule {
	text-align: left;
	white-space: normal;
}

.serviceRule a {
	white-space: nowrap;
}

.message {
	padding: 10px 20px;
	margin: 0 auto 20px
}

.qlink {
	margin: 1.5em auto;
}

.qlink a {
	padding: 0 .5em 0 .75em;
}

.qlink a:after {
	position: absolute;
	border-left: 1px #444 solid;
	content: "";
	height: 100%;
	left: 0;
	top: 50%;
	height: 1em;
	margin-top: -.5em;
}

.qlink a:first-of-type {
	padding-left: 0;
}

.qlink a:first-of-type:after {
	border: none;
}

/*********** .sw-main ****************************/
.sw-theme-arrows>ul.step-anchor>li {
	width: 25%;
}

.certification_arrow>ul.step-anchor>li {
	width: 20%;
}

.certification_member_arrow>ul.step-anchor>li {
	width: 33.33333333%;
}

.otp-content {
	padding: 30px 0;
}

.page-otp-cancel-down .otp-content {
	padding: 0;
}

.sw-theme-arrows>ul.step-anchor>li>a {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.otp-content,
.page-otp .sw-theme-arrows .step-content {
	text-align: center;
	min-height: 200px;
}

.otp-content,
.page-otp .sw-theme-arrows .certification_content {

	padding: 40px 0 10px;
	width: 55%;
	margin: 0 auto;
}

.certification_link {
	display: inline-block;
	margin: 0 0 0 5px;
	color: #337ab7
}

.otp-content,
.page-otp .sw-theme-arrows .certification_content .step-content {
	text-align: left;
}

.sw-theme-arrows .step-content {
	padding: 0;
}

.sw-theme-arrows .step-content .tit {
	text-align: left;
}

.sw-theme-arrows .step-content .tit.tit-finish {
	padding-top: 40px;
	text-align: center;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: none;
}

.btn-toolbar .btn-group {
	margin-left: 0;
}

.sw-main .sw-toolbar {
	text-align: center;
	padding: 10px 0 60px;
}

.sw-theme-arrows .step-content .alert {
	margin: 0 auto 10px;
	border-radius: 0px;
	max-width: 600px;
	text-align: left;
}

.sw-theme-arrows .step-content#step-3 .form-inline .form-group {
	padding-top: 50px;
}

.sw-btn-group-extra {
	display: none;
}

.icon-ok {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

/***********pup-mail****************************/

.pupmail-brand {
	display: inline-block;
}

.pupmail {
	display: inline-block;
	margin: 20px 0;
	width: 120px;
}

.checkbox_txt {
	font-size: 14px;
	margin: 0 !important;
}

.pupbox {
	padding-top: 60px;
}

/***********pup-mail****************************/

/***********page-report****************************/
.page-coupon table tr td,
.exchange_record,
.page-login-record table tr td,
.page-download table tr td:last-child,
.page-report.page-system-list table tr td:nth-of-type(2),
.page-report table tr td:nth-of-type(1),
.page-report table tr td:nth-of-type(4),
.page-report table tr td:nth-of-type(5) {
	text-align: center;
}

.page-coupon table tr td:nth-of-type(2) {
	text-align: left;
}

.page-coupon table tr td .btn {
	padding-top: 2px;
	padding-bottom: 2px;
}

.form-certification .control-label {
	text-align: left;
}

.form-control-static {
	padding-bottom: 0px;
}

.form-control-static-inline {
	display: inline-block;
	margin-right: 1em;
}

.item {
	margin-right: 1em;
	float: left;
}

.item .pic {
	padding-left: 22px;
	background-image: url(../images/mimeico_pic.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	white-space: nowrap;
}

.panel {
	border-radius: 0;
}

.panel-primary {
	border-color: #eaeaea;
}

.panel-default {
	border: none;
}

.panel-default .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	border-top-width: 0;
}

.panel-default>.panel-heading {
	padding: 0;
	color: #fff;
}

.panel-primary>.panel-heading {
	position: relative;
	background-color: #28abe7;
	border-color: #28abe7;
	border-radius: 0px;
}

.panel-danger>.panel-heading {
	color: #fff;
	background-color: #c00000;
	border-color: #c00000;
}

.panel-primary>.panel-heading .time {
	position: absolute;
	right: 10px;
	top: 10px;
}

.panel-body img {
	max-width: 100%;
	margin: 0 auto 3em;
	border: 1px solid #EEE;
}

.page-system-detail .form-horizontal .control-label,
.page-system-detail .col-sm-9 {
	width: auto;
	padding-right: 0;
	font-weight: normal;
}

/********** .page-payment ************************************************/

.page-payment .panel-body {
	text-align: center;
}

.page-payment .panel-body-service,
.page-payment .panel-body-service .row {
	display: none;
}

.page-payment .panel-body .message {
	text-align: left;
	margin-bottom: 0;
}

.page-payment .panel-body img {
	margin-bottom: .25em;
	border-width: 0;
}

.page-payment .panel-body img~span {
	margin: 0 auto;
	display: block;
}

.page-payment .selected {
	float: left;
	border-left: solid 1px #ccc;
	padding: 0 .75em;
	margin: .2em auto;
}

.page-payment .selected:nth-of-type(1) {
	border-left-width: 0;
	padding-left: 0;
}

.page-payment .selected img {
	width: 30px;
	margin: 0 5px 0 0;
}

.page-payment .selected img~span {
	display: inline;
}

.page-payment .panel-body .confirm {
	text-align: left;
}

.page-payment .panel-body .confirm .selected {
	float: none;
	border-left-width: 3px;
	line-height: 1.2;
	margin: .8em auto;
}

.page-payment .panel-body .confirm .selected:nth-of-type(1) {
	border-left-width: 0;
}

.page-payment .panel-body .confirm img {
	width: auto;
}

.page-payment .panel-body label.payment-btn {
	width: 100%;
	transition: all 0.2s ease-in-out;
	font-size: 16px;
}

.page-payment .panel-body .hide-input label.payment-btn {
	padding-left: 2.5em;
	text-align: left;
}

.page-payment .panel-body .hide-input label.payment-btn .form-control {
	padding: 0px 6px;
	border: none;
	line-height: 1;
	height: 21px;
}

.page-payment .panel-body .hide-input input[type=radio] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2em;
	margin: auto;
}

.page-payment input[type="radio"]:checked~label {
	border: 1px solid #c00000;
}

.page-payment.page-paytype input[type="submit"] {
	display: none;
}

.payment-sub {
	padding: 10px 20px;
	margin: 0;
	background: #c00000;
	color: #fff;
	border: 1px solid #c00000;
}

.payment-btn {
	border: 1px solid #ddd;
	background: #fff;
	display: block;
	padding: 18px;
	margin: 15px 0;
	cursor: pointer;
}

.form-question {
	position: absolute;
	right: 0;
	top: 0;
}

.faq_list {
	margin: 20px auto;
	padding-left: 2em;
}

.faq_list li {
	padding: .25em 0;
	border-bottom: 1px #e8e8e8 solid;
}

.faq_list li:hover {
	background-color: #f8f8f8;
}

.faq_list li a {
	text-decoration: none;
}

.faq_list li a:hover {
	color: #337ab7;
}

/***********paymentinquiry***********************/
.paymentlnquiry {
	margin: 100px 0 70px;
}

.pay-btn {
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
	border-top-width: .0625rem;
	border-bottom-width: calc(.5rem + .0625rem);
	background: #c00000;
	display: block;
	padding: 25px;
	border-radius: 8px;
	text-decoration: none;
}

.pay-btn img {
	width: 35px;
	margin: -5px 0 0;
}

a.pay-btn {
	font-size: 18px;
	color: #fff;
}

.pay-btn:active,
.pay-btn:focus,
.btn-danger:active,
.btn-danger:focus,
.btn-warning:active,
.btn-warning:focus,
.btn-default:active,
.btn-default:focus {
	border-top-width: calc(.2rem + .0625rem);
	border-bottom-width: .0625rem;
}

.pay-btn:hover,
.btn-danger:hover {
	background: #7f0000;
	text-decoration: none;
	border-color: rgba(0, 0, 0, 0.3);
}

/***********paymentinquiry***********************/

/***********paymentinquiry_list******************/


.paymentlnquiry_list a {
	text-decoration: none;
}

.paymentlnquiry_list a:hover {
	text-decoration: underline;
}

.paymentlnquiry_list a>span {
	display: block;
	font-size: 14px;
}

.paymentlnquiry_grid {
	min-height: 125px;
}

/***********paymentinquiry_list******************/

/***********paymentinquiry_form******************/
.info {
	padding: 20px;
	margin: 0 0 20px;
	border: 1px solid #ddd;
}

.info h4 {
	margin-top: 0;
}

.info ol {
	margin: 0;
	padding: 0 0 0 20px;
}

.info ol>li {
	font-size: 14px;
}

.link-blue {
	text-decoration: none;
	display: inline-block;
	color: #337ab7;
}

.link-blue:hover {
	text-decoration: underline;
	color: #337ab7;
}

.link-red,
.notice a {
	text-decoration: none;
	display: inline-block;
	color: #c00000;
}

.link-red:hover,
.notice a:hover {
	text-decoration: underline;
}

.info ol>li>span {
	display: inline-block;
}

.form-info {
	min-height: 75px;
}

.form-info .control-label {
	text-align: left;
}

.importantstar {
	position: relative;
}

.importantstar:after {
	content: '*';
	color: #c00000;
	position: absolute;
	left: 6px;
	top: 0;
}

.imp {
	color: #c00000;
	font-style: normal;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 0;
	line-height: 1;
}

.notice {
	padding: 0 15px;
}

.remark {
	font-size: 14px;
	margin: 10px 0;
}

#inputForm .checkbox input[type=checkbox] {
	margin-left: 0;
}

.checkbox span {
	display: inline-block;
	padding-left: 20px;
}

/***********paymentinquiry_form******************/

/***********blockuserboard***********************/
.btn-member {
	margin: 0 0 0 10px;
}

.blockuserboard,
.history {
	margin: 30px 0 0;
}

.blockuserboard tr {
	text-align: center;
}

/***********blockuserboard***********************/

/***********information**************************/
.information tbody>tr>td {
	padding: 0;
}

.information tbody>tr>td>a {
	padding: 8px;
	display: block;
	color: #333;
	text-decoration: none;
}

.detail {
	border: 1px solid #ddd;
	padding: 0 0 20px;
}

.detail h4 {
	background-color: #c00000;
	color: #fff;
	border-bottom: 2px solid #840000;
	padding: 8px 20px;
	margin: 0 0 20px;
}

.detail ol {
	list-style-type: lower-alpha;
	padding: 0 0 0 20px;
	margin: 0;
}

.detail>dl {
	margin: 0 0 10px;
	padding: 0 20px;
}

.detail>dl>dt {
	font-size: 18px;
	font-weight: 700;
}

.detail>dl>dd {
	padding: 0 0 0 20px;
}

.detail>dl:last-child {
	margin: 0;
}

ol.detail_number {
	list-style-type: decimal;
	padding: 0;
}

/***********information**************************/

/***********game-list****************************/
.dropdown.game-list .dropdown-menu li {
	float: left;
	width: 105px;
	text-align: center;
	margin-bottom: 10px;
}

.dropdown.game-list .dropdown-menu li.dropdown-header {
	float: none;
}

.dropdown.game-list .dropdown-menu li.divider {
	width: auto;
	clear: both;
}

.dropdown.game-list .dropdown-menu li .thumb {
	display: block;
	/*width: 85px;
	height: 85px;
	margin: 0 auto 4px;*/
}

/*********** cs ****************************/
.cs .cs_block .btn {
	padding: 10px 0;
	width: 45%;
}

.cs .cs_block {
	border: #c00000 1px solid;
	margin-bottom: 30px;
	position: relative;
	height: 223px;
}

.cs .cs_block:hover:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	/*border: #c00000 2px solid;*/
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #fff0f0;
}

.cs .cs_block>img {
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	display: block;
	margin-top: 10px;
}

.cs .cs_block .caption {
	padding: 0 10px 10px;
}

.cs .cs_block h3 {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

.cs .cs_block p {
	text-align: center;
}

/*********** footer ****************************/
footer,
#ht_footer {
	height: 50px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: #222222;
	padding: 10px 0;
	overflow: hidden;
}

.page-home footer,
.page-home #ht_footer {
	position: fixed;
}

/* section --------------------------------------- */
.section {
	background-repeat: no-repeat;
	background-position: 100% 25%;
	background-size: 100% auto;
}

.page-home .intro:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	/* background-color: rgba(0, 0, 0, .75); */
	background-image: url(../images/mask_h.png);
	background-position: 50% 0;
	background-repeat: repeat-y;
	background-size: 100% 100%;
	z-index: -1;
}

/*
#section0 { background-image: url(../images/au_home_1920x1080.jpg); }
#section1 { background-image: url(../images/tera_home_1920x1080.jpg); }
#section2 { background-image: url(../images/closers_home_1920x1080.jpg); }
#section3 { background-image: url(../images/au_home_1920x1080.jpg); }
#section4 { background-image: url(../images/tera_home_1920x1080.jpg); }
#section5 { background-image: url(../images/lover_home_1920x1080.jpg); }
#section6 { background-image: url(../images/au_home_1920x1080.jpg); }
#section7 { background-image: url(../images/lover_home_1920x1080.jpg); }
#section8 { background-image: url(../images/closers_home_1920x1080.jpg); }
#section9 { background-image: url(../images/au_home_1920x1080.jpg); }
#section10 { background-image: url(../images/tera_home_1920x1080.jpg); }
#section11 { background-image: url(../images/closers_home_1920x1080.jpg); }
*/
.page-home .intro {
	position: relative;
	z-index: 1;
	width: 32%;
	height: 100%;
	padding: 80px 6% 0 2.5%;
}

.page-home .intro p {
	text-align: justify;
}

.page-home .text {
	margin-bottom: 20px;
	font-size: 18px;
	color: #ffffff;
}

.page-home .text h2 {
	/*font-size: 90px;
	line-height: 1em;
	margin: 0 0 10px;*/
}

.page-home .text h2 {
	margin: 0;
	max-width: 320px;
	overflow: hidden;
}

.sub_menu {
	margin-top: 50px;
	margin-bottom: 50px;
}

.sub_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sub_menu ul li {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin: 0 2px 0 0;
}

.sub_menu ul li:last-child {
	margin: 0;
}

.sub_menu ul li a {
	opacity: 0.6;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	font-size: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: .3s all ease;
}



.sub_menu ul li.app a img {
	width: auto;
	height: 100%;
}

.sub_menu ul li:nth-child(1) a {
	background-image: url(../images/btn-home.png);
}

.sub_menu ul li:nth-child(2) a {
	background-image: url(../images/btn-download.png);
}

.sub_menu ul li:nth-child(3) a {
	background-image: url(../images/btn-play.png);
}

.sub_menu ul li a:hover,
.sub_menu ul li.app-ios a:hover,
.sub_menu ul li.app-android a:hover {
	opacity: 1;
}

.sub_menu ul li.app-ios {
	width: 161px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	border: #868684 2px solid;
	opacity: .7;
}

.sub_menu ul li.app-ios a {
	background: rgba(0, 0, 0, .9) url(../images/download-ios.png) no-repeat 0 0;
	background-size: 100% auto;
	display: inline-block;
}

.section-mobile .sub_menu ul li.app-ios a {
	background: rgba(0, 0, 0, .9) url(../images/download-ios.png) no-repeat 0 0;
	background-size: 100% auto;
	display: inline-block;
}

.sub_menu ul li.app-android {
	width: 161px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	border: #868684 2px solid;
	opacity: .7;
}

.sub_menu ul li.app-android a {
	background: rgba(0, 0, 0, .9) url(../images/download-android.png) no-repeat 0 0;
	background-size: 100% auto;
	display: inline-block;
}

.btn_play {
	max-width: 324px;
	display: block;
	box-shadow: rgba(0, 0, 0, .5) 3px 3px 10px 1px;
	border: 2px solid #888;
	transition: .3s all ease;
}

.btn_play img {
	filter: brightness(.5);
	/*grayscale(1)*/
	transition: .3s all ease;
}

.btn_play:after {
	display: block;
	position: absolute;
	width: 30%;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -15%;
	background-image: url(../images/play-icon.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	filter: brightness(.75);
	transition: .3s all ease;
}

.btn_play:hover {
	border-color: #fff;
}

.btn_play:hover img {
	filter: brightness(1);
}

.btn_play:hover:after {
	filter: brightness(1);
}

.game-list-navigation .radio .input-radio {
	position: relative;
	display: inline-block;
	top: 6px;
	height: 22px;
	width: 22px;
	background-color: #999999;
	border-radius: 50%;
	margin-right: 5px;
}

.game-list-navigation .radio .input-radio:after {
	content: "";
	position: absolute;
	display: none;
}

.game-list-navigation .radio:hover input~.input-radio {
	background-color: #262626;
}

.game-list-navigation .radio input:checked~.input-radio {
	background-color: #262626;
}

.game-list-navigation .radio input:checked~.input-radio:after {
	display: block;
}

.game-list-navigation .radio .input-radio:after {
	top: 7px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.game-list-navigation .radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.game-list-navigation .radio label,
.game-list-navigation .checkbox label {
	min-height: 14px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	line-height: 22px;
}

.game-list-navigation .radio input,
.game-list-navigation .checkbox input {
	position: absolute;
	opacity: 0;
}

.game-list-navigation .radio input:checked,
.game-list-navigation .checkbox input:checked {
	color: #262626;
}

.game-list-navigation {
	background-color: #1a1a1a;
	position: fixed;
	z-index: 11;
	bottom: 50px;
	transition: .2s;
	height: 100px;
	width: 100%;
}

.game-list-navigation .select-game-type {
	padding-left: 60px;
	margin-top: 20px;
	position: absolute;
	left: 0;
	z-index: 1;
}

.game-list-navigation .select-game-type .input-radio {
	width: 9px;
	height: 9px;
	top: 0;
	background-color: #000 !important;
	margin-right: 15px;
}

.game-list-navigation .select-game-type .input-radio:after {
	top: 0;
	left: 0;
	width: 9px;
	height: 9px;
	-webkit-box-shadow: 0 0 10px #fff, 0 0 10px #fff;
	box-shadow: 0 0 10px #fff, 0 0 10px #fff;
}

.game-list-navigation .select-game-type label {
	display: block;
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.game-list-navigation .select-game-type label:hover,
.game-list-navigation .select-game-type label.active {
	color: #ffffff;
}

#ht_footer .htFooterMini {
	text-align: center;
	color: #a2a2a2;
}

/* 송화진 작업 시작 20190416*/
#ht_footer .ftMobile {
	margin-top: -25px !important;
	text-align: center;
	color: #a2a2a2;
}

/* 송화진 작업 끝 20190416*/

#ht_footer a {
	color: #474747;
	text-decoration: none;
}

#ht_footer a:hover {
	text-decoration: underline;
}

#ht_footer .htFooter {
	position: relative;
}

#ht_footer .htFooter .logo {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

#ht_footer .htFooter .logo p.ht {
	display: inline-block;
	height: 30px;
	position: relative;
	margin-right: 15px;
	margin-left: 0px;
	background: url("../images/logo_happytuk_w.png") no-repeat left top;
}

/* #ht_footer .htFooter .logo p.ht:after {
	content: "";
	display: block;
	position: absolute;
	right: -15px;
	top: 0;
	width: 1px;
	height: 31px;
	border-right: 1px solid #666;
} */

#ht_footer .htFooter .logo p.ht a {
	display: block;
	width: 162px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: -9000px;
}

#ht_footer .htFooter .logo p.m5 {
	display: inline-block;
	height: 30px;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
	background: url("../images/logo_happytuk.png") no-repeat left 0px;
}

#ht_footer .htFooter .logo p.m5 a {
	display: block;
	width: 162px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: -9000px;
}

#ht_footer .htFooter .footerMenu {
	float: right;
}

#ht_footer .htFooter .footerMenu a {
	display: inline-block;
	vertical-align: middle;
	color: #a8a8a8;
	margin-right: 10px;
}

#ht_footer .htFooter .footerMenu a:hover {
	color: #FFF;
}

#ht_footer .htFooter .footerMenu a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 9px;
	padding-left: 10px;
	border-left: 1px solid #555;
}

#ht_footer .htFooter .footerMenu a:first-of-type:before {
	border-left-width: 0;
}

#ht_footer .htFooter .footerMenu address {
	color: #a2a2a2;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	font-style: normal;
	font-size: 12px;
}

#ht_footer .htFooter .footerMenu address:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 13px;
	padding-left: 10px;
	border-left: 1px solid #dfdfdf;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 85vh;
}

.navbar-right {
	float: left !important;
}

.navbar-nav {
	float: right;
}

.dropdown-menu {
	border-radius: 0px;
}

.navbar-nav>li>.dropdown-menu {
	background-color: rgba(0, 0, 0, .9);
}

.dropdown-menu .divider {
	background-color: #2f2f2f;
}

.dropdown-menu>li>a {
	color: #9d9d9d;
	padding: 10px 15px;
	text-decoration: none;
}

.dropdown.game-list {
	position: static;
}

.dropdown.game-list .dropdown-menu {
	width: 100%;
	padding: 10px 0 40px 175px;
	background-color: rgba(0, 0, 0, .9);
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #222;
}

.dropdown.game-list .dropdown-menu .dropdown-wrap {
	width: 50%;
	float: left;
}

.dropdown.game-list .dropdown-menu .dropdown-wrap ul {
	padding: 0;
	list-style: none;
}

.dropdown.game-list .dropdown-menu .dropdown-wrap ul:after {
	content: "";
	display: block;
	clear: both;
}

.dropdown.game-list .dropdown-menu li a,
.dropdown.game-list .dropdown-menu .dropdown-wrap ul li a {
	padding: 3px 0px;
	text-decoration: none;
	display: block;
	color: #9d9d9d;
}

.dropdown.game-list .dropdown-menu li a:hover,
.dropdown.game-list .dropdown-menu .dropdown-wrap ul li a:hover {
	color: #fff;
}

.dropdown.game-list .dropdown-menu li.dropdown-header {
	width: auto;
	text-align: left;
	font-weight: bold;
	color: #565656;
	position: absolute;
	top: 15px;
	padding: 0 0 0 10px;
}

.dropdown.game-list .dropdown-menu li.dropdown-header.dropdown-header2 {
	left: 1390px;
}

.dropdown.game-list .dropdown-menu li.divider {
	height: 85px;
	width: 1px;
	margin: 0 30px;
	float: left;
	clear: none;
}

.dropdown-header {
	font-size: 14px;
	color: #9d9d9d;
}

.in_center {
	padding: 1em 2em;
	border: #c00000 1px solid;
	min-height: 260px;
	margin-bottom: 20px;
}

.page-coupon .in_center {
	min-height: 200px;
}

.title_member_en {
	font-size: 24px;
	font-weight: 700;
	color: #c00000;
	letter-spacing: 2px;
}

.page-coupon .form-group-lg .form-control-static,
.page-exchange .form-group-lg .form-control-static {
	font-size: 24px;
	background-color: #f6f6f6;
	height: 34px;
	line-height: 34px;
	padding-top: 0;
	padding-bottom: 0;
}

.page-coupon .tit,
.page-exchange .tit {
	margin-bottom: .5em;
}

.page-coupon h3 {
	font-size: 16px;
}

.flexslider {
	margin: 0;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flex-direction-nav a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	color: #ffffff;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.5);
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	text-align: center;
}

.flex-direction-nav a:before {
	font-family: 'FontAwesome';
	content: '\f104';
}

.flex-direction-nav a.flex-next:before {
	content: '\f105';
}

@media (max-width: 1550px) {

	.sub_menu ul li.app-android,
	.sub_menu ul li.app-ios {
		width: 50px;
	}

	.sub_menu ul li.app-android a {
		background: rgba(0, 0, 0, .9) url(../images/download-android-mobile.png) no-repeat 50% !important;
		background-size: 100% auto;
	}

	.sub_menu ul li.app-ios a {
		background: rgba(0, 0, 0, .9) url(../images/download-ios-mobile.png) no-repeat 50% !important;
		background-size: 100% auto;
	}

	.sub_menu ul li.app-android a img,.sub_menu ul li.app-ios a img{
		display: none;
	}
}

@media (max-width: 1350px) {
	.section {
		background-size: cover;
		background-position: center;
	}


}

@media (max-width: 1024px) {

	.game-list-navigation {
		height: 60px;
	}

	.game-list-navigation .select-game-type {
		padding-left: 0px;
		margin-top: 10px;
		width: 100%;
	}

	.game-list-navigation .select-game-type label {
		padding: 0;
		width: 50%;
		float: left;
		text-align: center;
	}

	.page-home .text h2 {}
}

.text_blue {
	color: #337ab7;
}

.text_red {
	color: #c00000;
}

@media (max-width: 991px) {
	.btn-member {
		margin: 0;
	}
}

@media (max-width: 768px) {

	.sw-theme-arrows>.nav-tabs>li {
		float: left !important;
	}

	.page-home .fp-tableCell:after {
		display: block;
		background-image: url(../images/section_bg.png);
		background-position: center bottom;
		background-repeat: repeat-x;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.page-home .text {
		text-shadow: 0px 0px 10px rgba(0, 0, 0, .1), 0px 0px 10px rgba(0, 0, 0, .1), 0px 0px 10px rgba(0, 0, 0, .1), 0px 0px 10px rgba(0, 0, 0, .1), 0px 0px 10px rgba(0, 0, 0, .1), 0px 0px 10px rgba(0, 0, 0, .1), 0px 0px 10px rgba(0, 0, 0, .1);
	}

	.section {
		background-position: 70% 0;
	}

	.page-home .intro {
		width: 50%;
	}

	.page-home .intro p {
		font-size: 16px;
	}

	.section-mobile .sub_menu ul li:not(.app) {
		/*display: block;
	margin: 0 auto .75em;*/
	}

	.panel-primary>.panel-heading .time {
		position: static;
		display: block;
		text-align: center;
	}

	.page-system-detail .form-horizontal .control-label {
		padding-top: 7px;
		float: left;
	}

	.page-system-detail .col-sm-9 {
		/*float: left;*/
	}

	.page-coupon .in_center,
	.in_center {
		min-height: inherit;
	}

}

@media (max-width: 767px) {
	.wrap {
		padding: 0 0 100px;
	}

	.imp {
		position: absolute;
		left: 5px;
	}

	h1 {
		border: none;
		font-size: 20px;
		padding: .35em;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 20px;
		background-color: #c00000;
		color: #fff;
		text-align: center;
	}

	table.table-small-font {
		font-size: 14px;
	}

	.navbar-nav {
		float: none;
	}

	.navbar-right {
		float: none !important;
	}

	.dropdown.game-list .dropdown-menu {
		position: relative;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
		padding: 5px 0;
	}

	.dropdown.game-list .dropdown-menu li.divider,
	.nav>li>a.dropdown-toggle {
		display: none;
	}

	.dropdown.game-list .dropdown-menu li {
		float: none;
		width: auto;
		text-align: left;
		margin-bottom: 0px;
	}

	.dropdown.game-list .dropdown-menu li .thumb {
		display: none;
	}

	.dropdown.game-list .dropdown-menu h3.dropdown-header,
	.dropdown.game-list .dropdown-menu li.dropdown-header {
		padding: 5px 15px 5px 15px;
		font-size: 14px;
		color: #CCC;
		font-weight: normal;
		float: none;
		position: static;
	}

	.dropdown.game-list .dropdown-menu .dropdown-wrap {
		width: auto;
		float: none;
	}

	.dropdown.game-list .dropdown-menu li a,
	.dropdown.game-list .dropdown-menu .dropdown-wrap ul li a {
		padding: 5px 15px 5px 25px;
		color: #9d9d9d;
		line-height: 1.42857143;
	}

	/* 현재 작업중 시작 20190226*/
	.dropdown.my-info.active .dropdown-menu {
		position: relative;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
		padding: 5px 0;
	}

	.dropdown.my-info.active .dropdown-menu li.divider {
		display: none;
	}

	.dropdown.my-info.active .dropdown-menu li a {
		padding: 5px 15px 5px 15px;
		font-size: 14px;
		color: #CCC;
		font-weight: normal;
		float: none;
		position: static;
		text-decoration: none;
		color: #9d9d9d;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.dropdown.my-info.active .dropdown-menu li a:hover {
		color: white;
		background-color: transparent;
	}

	/* 현재 작업중 끝 20190226*/

	.page-login-after .nav>li.my-info>a.dropdown-toggle {
		display: block;
	}

	.page-login-after .nav>li.my-info>.dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
	}

	.page-login-after .my-info .dropdown-menu>li>a {
		color: #9d9d9d;
		padding: 5px 15px 5px 25px;
	}

	.page-login-after .my-info .dropdown-menu .divider {
		display: none;
	}

	.page-otp .sw-theme-arrows .certification_content {
		width: 80%;
	}

	.my-info .caret {
		display: none;
	}

	.my-info li.coin div {
		padding: 5px 15px 5px 25px;
	}

	.my-info li.coin div strong {
		padding: 2px 15px 2px 15px;
		background-color: #c00000;
		color: #FFF;
	}

	#searchButton {
		display: block;
		margin: 10px 0 0;
		width: 100%;
	}

	.qlink {
		text-align: center;
	}

	.cs {
		margin: 0px;
	}

	.gutter>[class*='col-'] {
		padding-right: 10px;
		padding-left: 10px;
	}

	.cs .cs_block {
		margin: 0 0 20px;
	}

	.cs .cs_block .caption {
		padding: 0 10px 0px;
	}

	.cs .cs_block .caption .btn {}


	.paymentlnquiry {
		margin: 0;
	}

	.paymentlnquiry_list a>span {
		font-size: 13px;
	}

	.pay-btn {
		margin: 0 0 20px;
		padding: 20px;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.page-home .intro {
		bottom: 120px;
	}

	.page-home .fp-tableCell:after {
		background-position: center 70%;
	}

}

@media (max-width: 480px) {
	.btn-lg {
		margin: 10px 0;
	}

	h3 {
		font-size: 20px;
	}

	.cs .cs_block .caption .btn {
		display: block;
		margin: 0 0 5px;
		width: 100%;
	}

	.cs .cs_block {
		min-height: 263px;
	}

	.fp-enabled body {
		padding-top: 50px;
		padding-bottom: 110px;
		background-color: #000;
	}

	.section {
		height: 250px !important;
	}

	.page-home .text {
		margin-bottom: 10px;
	}

	.page-home .text h2 {
		width: 120px;
		padding-top: 15px;
	}

	.page-home .text p {
		display: none;
	}

	.page-home .intro {
		padding: 0 40px 0 15px;
	}

	.sub_menu {
		margin: 0 0 30px;
	}

	.sub_menu ul li,
	.sub_menu ul li.app-android,
	.sub_menu ul li.app-ios {
		width: 35px;
		height: 35px;
	}

	.message,
	.page-otp .sw-theme-arrows .step-content,
	.page-otp p {
		font-size: 14px;
	}

	.table.table-small-font {
		font-size: 12px;
	}

	.page-otp .sw-theme-arrows .certification_content {
		width: 100%;
		padding: 5px 10px;
	}

	.sw-main .sw-toolbar {
		padding: 10px;
	}

	.sw-theme-arrows>ul.step-anchor>li>a {
		font-size: 12px;
		padding: 5px !important;
	}

	.sw-toolbar a {
		width: 100%;
		margin-bottom: 10px;
	}

	.sw-toolbar a:last-child {
		margin-bottom: 0;
	}

	.icon-ok {
		margin-top: 50px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.dropdown.game-list .dropdown-menu {
		padding-left: 20px;
	}

	.dropdown.game-list .dropdown-menu li {
		margin-bottom: 50px;
	}

	.dropdown.game-list .dropdown-menu li.divider {
		display: none;
	}

	.dropdown.game-list .dropdown-menu li.dropdown-header.dropdown-header2 {
		left: 20px;
		top: 180px;
	}

	.dropdown.game-list .dropdown-menu li.dropdown-header.dropdown-header2+li {
		clear: left;
	}
}

@media (min-width: 768px) {
	.form-horizontal .control-label {

		padding-right: 0;
	}
}

@media (min-width: 1024px) {

	.h1,
	.h2,
	.h3,
	h1,
	h2,
	h3 {
		margin-top: 10px;
	}

	.page-payment .member,
	.page-payment .confirm,
	.account,
	.report,
	.find,
	.login,
	.register {
		width: 60%;
	}

}

@media (min-width: 1200px) {

	.page-faq .panel-body img {
		max-width: 80%;
		display: block;
	}
}

#loadingAction {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.8;
	background: #5f5f5f;
	z-index: 99;
	text-align: center;
}

#loadingAction>img {
	position: absolute;
	top: 50%;
	left: 48%;
	z-index: 100;
}

@media (max-width:844px) {
	#loadingAction>img {
		left: 46%;
	}

	.login {
		margin-top: 40px;
	}
}

/* 2022.12.20 修改小島OPT 驗證碼畫面 start Kavos*/

.wrap {
	display: flex;
	padding: 40px 0 100px;
	min-height: 100%;
	margin: 0 auto -50px;
	flex-direction: column;
	justify-content: center;
}
.wrap .container{
	/* width: 750px; */
	max-width: 90%;
	background: #ffffffdd;
	border-radius: 30px;
	min-height: 60vh;
	/* padding: 30px; */
	text-align: left;
}

.wrap .container h1{
	text-align: center;
}


.wrap #optForm{
	width: 650px;
	max-width: 90%;
	background: #ffffffdd;
	border-radius: 30px;
	min-height: 30vh;
	margin: auto;
	margin-top: 100px;
	padding: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.wrap #optForm .tip{
	font-size: 30px;
	line-height: 1.67em;
	font-weight: 400;
	border-bottom: 3px #ccc solid;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204, 204, 204);
}

.wrap #optForm .form-group button{
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 1%), 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 1%), 0 1px 1px rgb(0 0 0 / 5%);
	border-top-width: 0.0625rem;
	border-bottom-width: calc(0.2rem + 0.0625rem);
	background: #c00000;
	padding: 12px 60px;
	text-decoration: none;
	color: #fff;
}
/* 2022.12.20 修改小島OPT 驗證碼畫面 end Kavos*/
