body {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-color: #1f232a;
	background-position: center top;
	min-width: 1300px;
}

/*
#mainCarousel {
    position: relative;
}

    #mainCarousel .carousel-indicators {
	bottom: -5px !important;
    }    

    #mainCarousel .carousel-inner > .item > img {
        margin: 0 auto;
    }

@media screen and  (min-width: 1920px) {

    #mainCarousel .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 420px;
        top: 320px;
    }

    #mainCarousel .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 420px;
        top: 320px;
    }
}

.carousel-inner img {
   margin: auto;
}
*/

#mainCarousel .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 400px;
	top: 240px;
}

#mainCarousel .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 400px;
	top: 240px;
}

@media screen and (min-width: 1920px) {
	#mainCarousel .carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		right: 420px;
		top: 240px;
	}

	#mainCarousel .carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		left: 420px;
		top: 240px;
	}
}

#mainCarousel .carousel-indicators {
	bottom: 60%;
}

.container {
	width: 1000px;
	max-width: none !important;
}

.imagezoom {
	position: relative;
	overflow: hidden;
}

.imagezoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.imagezoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.2);
	overflow: hidden;
}
.inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0;
}
#footer {
	padding: 50px 0;
	background-color: #111;
	text-align: right;
	letter-spacing: 0;
}
#footer .logo-area {
	position: absolute;
	top: 12px;
	left: 0;
}
#footer .logo-area > span {
	display: inline-block;
	width: 130px;
	height: 36px;
	vertical-align: middle;
	text-indent: -9999em;
	text-align: left;
}
#footer .logo-area .logo-SGE {
	width: 134px;
	margin-left: 25px;
	background: url(../images/home/smilegate_logo.png) no-repeat center 0;
}
#footer .logo-area .logo-SGP {
	width: 131px;
	margin-left: 21px;
	background: url(../images/home/smilegate_logo.png) no-repeat center 0;
}
#footer .logo-area .logo-Smilegate {
	width: 124px;
	margin-left: 25px;
	background: url(../images/home/ci_smilegate.png) no-repeat 50% 50%;
}
#footer .footer-info {
	display: inline-block;
}
#footer .footer-menu {
	margin-bottom: 25px;
	margin-right: -15px;
}
#footer .footer-menu:after {
	content: "";
	display: table;
	clear: both;
}
#footer .footer-menu li {
	position: relative;
	float: left;
	padding: 0 15px;
	list-style: none;
}
#footer .footer-menu li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background-color: #252525;
}
#footer .footer-menu li:first-child:before {
	display: none;
}
#footer .footer-menu a {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #b7b7b7;
}
#footer .footer-menu li.orange a {
	color: #ff421c;
	font-weight: bold;
}
#footer address {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #777;
	line-height: 17px;
}

/*Bootstrap*/

.carousel-indicators li {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #a2a2a2;
	border-radius: 0px;
}

.carousel-indicators .active {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #da2828;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #555555;
	border-color: #555555; /*set the color you want here*/
	outline: 0;
}

.topnavigation .logo {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	margin-right: 100px;
}

.topnavigation .menu {
	float: left;
	/* margin-left: 38px; */
	margin-left: 32px;
	margin-top: 30px;
}

.menu > li > a {
	color: #555;
}

.menu > li > a:hover {
	color: #252525;
}

.sidebar {
	position: absolute;
	left: 0;
	width: 75px;
	/* height: 335px; */
	/* margin-top: 20px; */
}

.sidebar > ul {
	list-style: none;
	padding: 0;
	width: 90px;
}

.sidebar > ul > li,
.sidebar2 > ul > li {
	width: 90px;
}

.sidebar > ul li a > img,
.sidebar2 > ul li a > img {
	transition: 80ms;
}

.sidebar > ul li.stove-app,
.sidebar2 > ul li.stove-app {
	height: 110px;
	margin: 14px 0;
	cursor: pointer;
}

.sidebar > ul li a > img:hover,
.sidebar2 > ul li a > img:hover {
	margin-left: 10px;
}

.sidebar2 {
	position: fixed;
	top: 20px;
	left: 0;
	width: 90px;
}

.sidebar2 > ul {
	list-style: none;
	padding: 0;
	width: 90px;
}

.login-member {
	background-color: black;
	padding-left: 15px;
	width: 730px; /*20191022  modify*/
	float: left;
	margin-right: 20px;
	/*margin-top: 20px;*/
}

.member-img {
	display: inline-block;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.member-img .member-img-inner {
	width: 49px;
	height: 49px;
	border: 1px solid #333;
	display: inline-block;
}

.member-info {
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	height: 49px;
	border-right: 1px solid;
}
/*20191022  add */
.member-info .name {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 20px;
	font-size: 12px;
	color: #fff;
}

.member-acc {
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	height: 49px;
}
/*20191022  add */
.member-acc .callname {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 20px;
	font-size: 12px;
	color: #fff;
}
.new-acc {
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}

.account {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	font-weight: bold;
	/*font-family: Tw Cen MT;*/
}

.account div {
	float: left;
}

.account a {
	color: #4c4c4c;
}

.login-box {
	background-color: black;
	padding-left: 15px;
	width: 680px;
	float: left;
	margin-right: 20px;
}

.login-button-container {
	display: inline-block;
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.login-btn {
	float: left;
	height: 51px;
	line-height: 51px;
	width: 145px;
	border: 2px solid #da2828;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.login-btn:hover {
	background-color: #da2828;
}

a.login-btn:hover,
a.login-btn:focus {
	text-decoration: none;
	color: #fff;
	outline: 0;
}

.download-btn {
	float: left;
	height: 71px;
	line-height: 71px;
	width: 250px; /*20191022  modify*/
	background-color: #da2828;
	color: #fff;
	font-size: 27px;
	text-align: center;
	text-decoration: none;
}

.download-btn:hover {
	background-color: #b30000;
}

a.download-btn:hover {
	text-decoration: none;
	color: #fff;
}

.add-ecoin a {
	float: left;
	color: #f8bb00;
	font-style: italic;
}

.add-ecoin a:hover {
	color: #f8a900;
	text-decoration: none;
}

.login-link-container {
	float: left;
	padding-top: 15px;
}

.forgot-password a {
	color: #777777;
	font-size: 14px;
}

.forgot-password a:hover {
	color: #b7b7b7;
	text-decoration: none;
}

.register a {
	color: #777777;
	font-size: 14px;
}

.register a:hover {
	color: #b7b7b7;
	text-decoration: none;
}

.login-link-container div {
	float: left;
}

.noticelist {
	display: inline-block;
	background-color: #fff;
	width: 680px;
	margin-top: 20px;
	padding-top: 25px;
	margin-right: 20px;
	float: left;
	height: 530px;
}

.notice {
	padding-bottom: 15px;
	padding-left: 20px;
	display: inline-block;
}

.notice .image {
	float: left;
	width: 140px;
	height: 140px;
	position: relative;
}

.notice .image > a:hover > .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0.3;
}

.notice .content {
	float: left;
	width: 470px;
	margin-left: 30px;
	position: relative;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.notice .content .title > a {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 26px;
	color: #252525;
}

.notice .content .category {
	color: #0d9dda;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
}

.notice .content .description {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #b7b7b7;
}

.notice .contentnothumb {
	float: left;
	width: 600px;
	margin-left: 10px;
	position: relative;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.notice .contentnothumb .title > a {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 26px;
	color: #252525;
}

.notice .contentnothumb .category {
	color: #0d9dda;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
}

.notice .contentnothumb .description {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #b7b7b7;
}

.gameinfo {
	margin-top: 20px;
	width: 300px;
	height: 530px;
	float: left;
	position: relative;
	color: #ffffff;
}

.gameinfo .button {
	top: 20px;
	left: 20px;
	margin-bottom: 250px;
	position: absolute;
	z-index: 1000;
}

.gameinfo .title {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	position: absolute;
	top: 300px;
	word-break: break-all;
}

.gameinfo .description {
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
	top: 420px;
	position: absolute;
}

.gameinfo .search {
	position: absolute;
	bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.ranking {
	background: url("../images/home/ranking/rankingbg.png");
	background-repeat: no-repeat;
	margin-top: 20px;
	width: 1000px;
	height: 341px;
	position: relative;
	float: left;
}

.ranking .text {
}

.ranking .list {
	background-color: #fff;
	margin-top: 2px;
	width: 590px;
	height: 46px;
	right: 20px;
	float: left;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.ranking .list:first-child {
	margin-top: 20px;
}

.ranking .list .number {
	float: left;
	color: #343434;
	width: 70px;
	height: 46px;
	font-size: 16pt;
	padding-left: 30px;
	padding-top: 8px;
	margin-right: 10px;
}

.ranking .list > div.active {
	background-color: #111;
	color: #fff;
	margin-right: 10px;
}

.ranking .list > div.active > span {
	color: #111 !important;
}

.ranking .list .number .dash {
	float: right;
	color: #e1e1e1;
	font-size: 16pt;
}

.ranking .list .icon {
	float: left;
	color: #ffffff;
}

.ranking .list .name {
	float: left;
	color: #252525;
	font-size: 14px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	margin-left: 10px;
	width: 320px;
	padding-top: 14px;
}

.ranking .list .point {
	float: right;
	color: #b7b7b7;
	font-size: 11px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	padding-top: 14px;
	font-weight: bold;
	margin-right: 20px;
}

.esports {
	height: 400px;
	width: 360px;
	background-color: #fff;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
}

.esports .button {
	z-index: 101;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
}

.esports .title {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 22px;
	color: #252525;
}

.esports .description {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #b7b7b7;
	font-size: 12px;
	margin-top: 15px;
}

.esports .footer {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #b7b7b7;
	margin-top: 25px;
}

.esports .footer .count {
	color: #45beee;
}

.esports .footer .date {
	color: #45beee;
}

.esports .footer .sns {
	float: right;
	position: relative;
	bottom: 10px;
}

.esports .footer .sns > img {
	float: left;
}

.esportslive {
	background: url("../images/home/esports/esportslivevideobg.png");
	background-repeat: no-repeat;
	margin-top: 20px;
	width: 620px;
	height: 400px;
	float: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	position: relative;
}

.esportslive .buttongroup {
	float: left;
}

.esportslive .buttongroup .title {
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 140px;
}

.esportslive .buttongroup .link {
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 50px;
	width: 280px;
}

.esportslive .buttongroup .btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 6px 12px;
	background: #da2828;
}

.esportslive .buttongroup .btn-label:hover {
	background: #b30000;
}

.esportslive .buttongroup .btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
}

.esportslive .buttongroup .btn {
	margin-bottom: 10px;
	width: 200px;
	text-align: left;
}

.esportslive .buttongroup .btn-danger {
	color: #fff;
	background-color: #26160e;
	border-color: #26160e;
}

.esportslive .livevideo {
	float: left;
	margin-top: 45px;
	width: 300px;
	height: 320px;
	background-color: #ffffff;
}

.esportslive .livevideo .title {
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	color: #252525;
	font-size: 18px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.esportslive .livevideo .description {
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	color: #b7b7b7;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.mediabox {
	height: 400px;
	width: 360px;
	background-color: #ffffff;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.mediabox .button {
	z-index: 101;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
}

.mediabox .title {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 22px;
	color: #252525;
}

.mediabox .description {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #b7b7b7;
	font-size: 12px;
	margin-top: 15px;
}

.mediabox .footer {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #b7b7b7;
	margin-top: 25px;
}

.mediabox .footer .date {
	color: #45beee;
}

.mediabox .footer .sns {
	float: right;
	position: relative;
}

.mediabox .footer .sns > img {
	float: left;
}

/* Modal Vertical Alignment */
.vertical-alignment-helper {
	/* Added Sept. 8 */
	display: table;
	height: 100%;
	width: 100%;
	pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}

.login-modal-sm .modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: inherit;
	height: inherit;
	/* To center horizontally */
	margin: 0 auto;
	pointer-events: all;
}

.modal-open {
	padding-right: 0px !important;
}

/* End of Modal Vertical Alignment */

.login-modal-sm .modal-content {
	background-color: #fff;
	width: 327px;
	border-radius: 0;
}

.login-modal-sm .modal-content .modal-header {
	border-bottom: none;
	padding: 20px 20px 25px 20px;
	position: relative;
}

.close > img {
	position: absolute;
	right: 0px;
	top: 0px;
}

.login-modal-sm .modal-content .modal-body {
	padding: 0 20px 25px 20px;
}

.login-modal-sm .modal-content .modal-body > input {
	border: 1px solid #e1e1e1;
	color: #888;
	background-color: transparent;
}

.promo-modal .modal-content {
	width: inherit;
	height: inherit;
	margin: 0 auto;
	pointer-events: all;
}

.promo-modal .modal-content {
	background-color: #fff;
	display: table;
	overflow-y: auto;
	overflow-x: auto;
	width: auto;
	border-radius: 0;
	/*min-width: 300px;*/
}

.promo-modal .modal-content .modal-header {
	border-bottom: none;
	padding: 20px 20px 25px 20px;
	position: relative;
}

.promo-modal .modal-content .modal-body {
	padding: 0 20px 25px 20px;
}

.modal-footer {
	/* position: absolute; */
	/* bottom: 0; */
	width: 100%;
}

.link-container {
	margin: 25px 0 10px 0;
}

.link-container > div {
	display: inline-block;
}

hr {
	border-top: 1px solid #e1e1e1;
	margin-bottom: 20px;
}

.weapon {
	height: 400px;
	width: 300px;
	background-color: #000;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
}

.weapon .button {
	z-index: 101;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
}

.weapon .plusbtn {
	z-index: 101;
	position: absolute;
	margin-top: 20px;
	right: 20px;
}

#weapon-carousel {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
}

#weapon-carousel .indicators {
	position: relative;
	height: 28px;
	width: 246px;
	margin-left: auto;
	margin-right: auto;
	background-color: #111111;
}

#weapon-carousel .carousel-indicators {
	position: absolute;
	bottom: -6px;
}

#weapon-carousel .carousel-indicators li {
	margin: 0;
	border: 2px solid #555;
	border-radius: 0px;
	background-color: transparent !important;
	height: 9px;
	width: 9px;
}

#weapon-carousel .carousel-indicators .active {
	border: 2px solid #da2828 !important;
}

#weapon-carousel .carousel-controls {
	position: relative;
}

#weapon-carousel .carousel-controls a {
	height: 0px;
}

#weapon-carousel .carousel-controls a > img {
	position: absolute;
	bottom: 0px;
}

#weapon-carousel .item > img {
	/* Added Sept. 8 */
	transition: 300ms;
}

#weapon-carousel .item .stats {
	/* Modified Sept. 8 */
	height: 372px;
	width: 300px;
	position: relative;
	padding: 15px;
	margin-top: -372px;
}

#weapon-carousel .stats .description {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #b7b7b7;
}

#weapon-carousel .stats .bars {
	position: absolute;
	bottom: 40px;
	left: 15px;
	width: 270px;
	font-size: 12px;
}

#weapon-carousel .bars .label {
	float: left;
	padding-right: 15px;
	color: #0073a5;
	font-style: italic;
	text-align: left;
	width: 81px;
}

#weapon-carousel .bars .progress {
	margin-bottom: 7px;
	height: 10px;
	width: 170px;
	background-color: transparent;
	border-radius: 0;
	float: left;
}

#weapon-carousel .progress .progress-bar {
	line-height: 10px;
	margin-top: 2px;
	background-color: #0073a5;
}

#weapon-carousel .progress .number {
	font-size: 9px;
	color: #0073a5;
	float: left;
	margin-left: 2px;
}

#weapon-carousel .bars .label {
	float: left;
	padding-right: 15px;
	color: #0073a5;
	font-style: italic;
	text-align: left;
	width: 81px;
}

.weapon-title {
	margin: 50px 0 10px 0;
}

.weapon-title > a {
	color: #fff;
}

.facebookbox {
	width: 300px;
	height: 400px;
	float: left;
	margin-top: 20px;
}

.facebookbox .button {
	z-index: 101;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
}

.sitemap > div {
	float: left;
}

.sitemap > div > ul {
	list-style: none;
	margin-right: 50px;
	padding: 0px;
	/* font-family: "Trebuchet MS", Helvetica, sans-serif; */
	/* font-family: Verdana, Geneva, sans-serif; */
}

.sitemap > div:last-child > ul {
	margin-right: 0;
}

.sitemap > div > ul > li:first-child {
	color: #b9b9b9;
	font-size: 16px;
	margin-bottom: 25px;
}

.sitemap > div > ul > li:first-child:hover {
	color: #f3f3f3;
	font-size: 16px;
}

.sitemap > div > ul a {
	color: #777;
}

.sitemap > div > ul a:hover {
	color: #b7b7b7;
}

/* .sitemap > div > ul {
        list-style: none;
        padding: 0;
        margin-right: 60px;
    }

        .sitemap > div > ul > li:first-of-type {
            margin-top: 25px;
        } */

.sitemap-icons-inner {
	float: right;
}

.sitemap-icons-inner > div {
	padding: 15px 0 15px 37px;
}

.sitemap-icons-inner div > div {
	display: inline-block;
}

.sitemap-icons-inner img.sitemap-sns {
	opacity: 0.7;
	transition: 30ms;
}

.sitemap-icons-inner img.sitemap-sns:hover {
	opacity: 1;
}

.policy > div {
	display: inline-block;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #b7b7b7;
	font-size: 12px;
	margin-right: 15px;
}

.policy > div:last-child {
	margin-right: 0;
}

.policy > div > a {
	color: #b7b7b7;
	text-decoration: none;
}

.policy > div > a:hover {
	color: #f3f3f3;
}

.policy > div > span {
	color: #252525;
	margin-left: 15px;
}
/*20250318 add*/
.login-area {
	display: flex;
	width: 1000px;
	height: 70px;
	justify-content: space-between;
	align-items: center;
	padding: 0 8px 0 20px;
	margin: 0 -15px;
	color: #fff;
	background-color: #000;
}
.login-area ul {
	position: relative;
	display: flex;
	justify-content: flex-start;
	width: 604px;
	height: 38px;
	padding: 0;
	margin-top: 8px;
	text-align: left;
}
.login-area li {
	width: 206px;
	height: 38px;
	font-size: 14px;
	font-weight: 600;
	list-style: none;
	text-align: left;
}
.login-area li p {
	margin-bottom: 0;
}
.login-area li:nth-child(1) {
	width: 206px;
}
.login-area li:nth-child(2) {
	width: 186px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.login-area li:nth-child(3) {
	display: flex;
	flex-wrap: wrap;
	''width: 192px;
	padding-left: 12px;
}
.login-area li p.coin {
	width: 170px;
	height: 20px;
	padding-left: 12px;
	color: #f8bb00;
}
.login-area li p.coin a {
	padding-left: 18px;
	background: url("../images/home/ecoin_logo.png") no-repeat 0 3px;
	color: #f8bb00;
	text-decoration: none;
}
.login-area li p.coin a:hover {
	opacity: 0.6;
}
.login-area li p.password a {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}
.login-area li p.password a:hover {
	opacity: 1;
}
.login-area li p.register a {
	padding-left: 18px;
	background: url("../images/home/icon_register.png") no-repeat 0 3px;
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
.login-area li p.register a:hover {
	opacity: 0.6;
}
.login-area li p.my-info {
	position: relative;
	padding-left: 9px;
	opacity: 0.6;
}
.login-area li p.my-info::before {
	position: absolute;
	top: 9px;
	left: 0;
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #fff;
}
.login-area li p.my-info span {
	display: inline-block;
	width: 70px;
}
.login-area li p.my-coin {
	width: 170px;
	height: 20px;
	padding-left: 31px;
	background: url("../images/home/ecoin_logo.png") no-repeat 12px 3px;
	color: #f8bb00;
}
.login-area li p.bt-account a {
	padding-left: 18px;
	background: url("../images/home/icon_myaccount.png") no-repeat 0 3px;
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}
.login-area li p.bt-account a:hover {
	opacity: 1;
}
.login-area li p.bt-logout {
	display: inline;
	margin-left: 12px;
}
.login-area li p.bt-logout a {
	padding-left: 15px;
	background: url("../images/home/icon_logout.png") no-repeat 0 3px;
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
.login-area li p.bt-logout a:hover {
	opacity: 0.6;
}
.login-area li p.bt-support a {
	padding-left: 18px;
	background: url("../images/home/icon_support.png") no-repeat 0 3px;
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}
.login-area li p.bt-support a:hover {
	opacity: 1;
}

.btn-login {
	width: 186px;
	height: 38px;
	font-size: 18px;
	color: #d12421;
	border: 2px solid #781311;
	border-radius: 5px;
	background: none;
}
.btn-login:hover {
	color: #fff;
	background-color: #781311;
}
.btn-download {
	width: 186px;
	height: 54px;
	margin: 0 8px;
	font-size: 20px;
	border: 0;
	border-radius: 5px;
	background-color: #781311;
}
.btn-download:hover {
	background-color: #670c0a;
}
.btn-gamestart {
	width: 186px;
	height: 54px;
	font-size: 20px;
	border: 0;
	border-radius: 5px;
	background-color: #f2410f;
}
.btn-gamestart:hover {
	background-color: #cd2f02;
}

/* popup */
body.dimmed {
	width: 100%;
	height: 100%;
}
body.dimmed:before {
	z-index: 100000000;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
}
.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 312px;
	min-height: 164px;
	padding: 24px;
	box-sizing: border-box;
	text-align: center;
	transform: translate(-50%, -50%) scale(0);
	/* transition: transform 0.2s ease-out; */
	background: #fff;
	border-radius: 8px;
	opacity: 0;
	z-index: 110000000;
}
/* .popup,
.popup * {	
	box-sizing: border-box;	
	letter-spacing: -0.05em;
	
} */
.popup.show {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.popup .btn-x {
	position: absolute;
	right: 24px;
	top: 16px;
	width: 24px;
	height: 24px;
	background: url("https://cfph-static.onstove.com/common/images/common/btn_close.svg") no-repeat 0 0;
	border: 0;
	outline: none;
	text-indent: -9999em;
}
.popup .btn-close {
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -135px;
	width: 24px;
	height: 57px;
}
.popup .btn {
	width: 264px;
	height: 44px;
	padding: 12px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: 0;
	outline: none;
	border-radius: 5px;
	background-color: #fc4420;
}
.popup .btn:hover {
	outline: none;
	background-color: #e83f1d;
}
.popup .btn:active {
	outline: none;
	background-color: #d63a1b;
}
[data-popup-id="client-layer"] {
	min-width: 480px;
}
[data-popup-id="client-layer"] .ico-loading {
	display: block;
	width: 80px;
	height: 80px;
	margin: 32px auto 16px auto;
	background: url("../../common/images/common/stove_loading_light.png") no-repeat 0 0;
	background-size: cover;
}
[data-popup-id="client-layer"] .text-check {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -1px;
}
[data-popup-id="client-layer"] .popup-client {
	display: none;
	position: relative;
	width: 432px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	transform: translateY(-20px);
	opacity: 0;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
[data-popup-id="client-layer"] .text-info {
	margin: 0 0 12px 0;
	color: #000 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}
[data-popup-id="client-layer"] .popup-client p {
	color: #666;
}
[data-popup-id="client-layer"] .btn-download {
	width: 300px;
	height: 44px;
	margin-bottom: 16px;
}
[data-popup-id="client-layer"] .down-client {
	display: block !important;
	transform: translateY(0);
	opacity: 1;
}

[data-popup-id="stove-login-layer"] .text-check {
	margin: 24px 0;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.45px;
}
[data-popup-id="system-layer"] .text-check {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 24px 0;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.45px;
}
[data-popup-id="system-layer2"] .text-check {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 24px 0;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.45px;
}

[data-popup-id="system-layer2"] .btn {
	width: 150px;
}
