/* --------------------------------

Auto-Hiding Navigation

-------------------------------- */
.cd-auto-hide-header .nav-trigger {	display: none;}

@media (max-width:1024px) {
	body > .wrap,
	.maincontent .gamelist,
	.container {
		width: 100% !important;
		min-width: 300px;
	}

	.cd-auto-hide-header {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		will-change: transform;
		-webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s;
	}

	.cd-auto-hide-header::after {
		clear: both;
		content: "";
		display: block;
	}

	.cd-auto-hide-header.is-hidden {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.cd-auto-hide-header .nav-trigger {
		display: block;
		padding: 20px 20px 10px 20px;
		font-size: 1.2rem;
		color: #25283D;
		font-weight: bold;
		right: 0;
		text-align: right;
		background:url(../assets/images/content/paragon-logo.png?v=2) top center no-repeat;
		background-position: 50% 50%;
		background-size: auto 42px;
	}

	.cd-auto-hide-header .nav-trigger span {
		display: table-cell;
		vertical-align: middle;
	}

	.cd-auto-hide-header .nav-trigger em,
	.cd-auto-hide-header .nav-trigger em::after,
	.cd-auto-hide-header .nav-trigger em::before {
		display: block;
		position: relative;
		height: 2px;
		width: 22px;
		background-color: #FFF;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.cd-auto-hide-header .nav-trigger em {
		/* this is the menu central line */
		margin: 6px auto 14px;
		-webkit-transition: background-color .2s;
		transition: background-color .2s;
	}

	.cd-auto-hide-header .nav-trigger em::before,
	.cd-auto-hide-header .nav-trigger em::after {
		position: absolute;
		content: '';
		left: 0;
		-webkit-transition: -webkit-transform .2s;
		transition: -webkit-transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s;
	}

	.cd-auto-hide-header .nav-trigger em::before {
		/* this is the menu icon top line */
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	.cd-auto-hide-header .nav-trigger em::after {
		/* this is the menu icon bottom line */
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}

	.cd-auto-hide-header.nav-open .nav-trigger em {
		/* transform menu icon into a 'X' icon */
		background-color: rgba(255, 255, 255, 0);
	}

	.cd-auto-hide-header.nav-open .nav-trigger em::before {
		/* rotate top line */
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.cd-auto-hide-header.nav-open .nav-trigger em::after {
		/* rotate bottom line */
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.cd-auto-hide-header .navbar .only_m {
    display: block !important;
	/* 		width: 110px; */
	position: absolute;
	right: 10px;
	top: 10px;
    }

	#cd-navigation {
		opacity: 0;
		display: none;
	}

	.nav-trigger > .btn-set-trigger {
		float: right;
		position: absolute;
		top: 10px;
		right: 7px;
	}

	.nav-trigger > .btn-set-trigger button.btn {
		font-size: 14px;
		padding: 7px 8px 5px;
		line-height: 100%;
		margin-left: 5px;
		border-radius: 50px 50px;
		box-shadow: 0px 1px 0px 0px #000000;
	}

	.nav-trigger > .btn-set-trigger button.btn span {
		display: none;
	}

	.nav-open #cd-navigation {
		opacity: 1;
		display: block;
		overflow: hidden;
		border-top: 2px solid #321f06;
		background-image:none;
	}

	.navbar {
		background-image: url(../assets/images/content/main/top_bar.png);
		background-position: center top;
		background-size: initial;
	}

	.navbar .nav-linkset {
		width: 96%;
		margin: 0% 2.1% 2%;
		background: none;
		overflow: initial;
		height: initial;
	}

	.navbar .nav-linkset .logos {
		display: none;
	}

	.navbar .nav-linkset .nav-box {
		width: 100%;
		height: initial;
		margin: 0 auto;
		overflow: initial;
	}

	.navbar .toplink {
		border-radius: 0 0;
		padding: 7px 0;
		width: 96%;
		margin: 0 2%;
		height: initial;
	}

	.navbar .toplink .toplink-userbtn {
		padding: 10px 0 10px;
		text-align: left;
	}

	.navbar .toplink .toplink_userinfo {
		padding: 0 0;
		overflow: hidden;
	}

	.navbar .toplink .toplink_userinfo li {
		line-height: 36px;
		text-align: left;
	}

	.navbar .toplink .toplink_userinfo .leftbox {
		float: none;
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 auto;
	}

	.navbar .toplink .toplink_userinfo .rightbox {
		float: none;
		width: 100%;
		text-align: left;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: nowrap;
		margin: 0;
		margin-top: 5px;
	}

	.navbar .toplink .toplink_userinfo .rightbox {
	}
    .navbar .toplink.trans .toplink_userinfo ul.rightbox li:nth-child(1) button.btn-secondary {
        margin:6px auto 0 auto;
    }
    .navbar .toplink.trans .toplink_userinfo ul.rightbox li:nth-child(2) button.btn-join {
        	width: 100%;
	border-radius: 0 0;
	border: none;
	height: 100%;
    }
    .navbar .toplink.trans .toplink_userinfo ul.rightbox li:nth-child(3) button.btn-login {
        	width: 100%;
	border-radius: 0 0;
	border: none;
	height: 100%;
    }

	.navbar .toplink .toplink_userinfo .rightbox li strong {
		color: #8b4ab8;
	}

	.navbar .toplink .toplink_userinfo .rightbox li {
		color: #c3b5ba;
		background: #242424;
		padding: 0 0;
		margin-bottom: 4px;
		margin-left: -1px;
		border: 1px solid #303030;
		box-sizing: border-box;
		text-align: center;
		width: calc(100% - 67%);
		line-height: 125%;
	}

	.navbar .toplink .toplink_userinfo .rightbox li > i {
		color: #7e6b8c;
		border-color: #7e6b8c;
	}

	.navbar .toplink .toplink_userinfo .rightbox li:last-child {
		display: none;
	}
	.navbar .toplink .toplink_userinfo .rightbox li a {
		display: flex;
        padding: 8px 0 5px 0;
        justify-content: center;
	}
	.navbar .toplink .toplink_userinfo .rightbox img {}

	.navbar .toplink .toplink_userinfo .rightbox .roundedlink {
		border-color: #36174c;
		background: #8b4ab8;
		height: 33px;
		border: 1px solid #ffffff38;
	}

	.navbar .toplink .toplink_userinfo .rightbox .roundedlink a {
		border: none;
		border-radius: 0 0;
		padding: 0 0;
		letter-spacing: 0;
	}

	.navbar .toplink .toplink_userinfo li > i {
		margin-right: 5px;
		line-height: 110%;
	}

	.navbar .menuleft,
	.navbar .menuright {
		float: none;
		width: 100%;
		margin: 0 0;
	}

	.navbar .menuleft ul,
	.navbar .menuright ul {
		display: flex;
		flex-direction: row;
		padding-top: 0;
		justify-content: center;
		flex-wrap: wrap;
	}
	.navbar .menuright ul {	 width:100%;}
	.navbar .menuleft li,
	.navbar .menuright li {
		display: block;
	}

	.navbar .menuleft li {
		width: 33.333%;
	}

	.navbar .menuright li {
		display: block;
		width: 50%;
	}
	.navbar .menuleft li a {
	padding-top: 5px;
	border-bottom: 1px solid #000000;
	background: url(../assets/images/content/main/menu_box_bg.png);
	background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
body.hasHover .navbar .menuright a:hover { height:auto}

	.navbar .menuleft li a,
	.navbar .menuright li a {
		line-height: 44px;
		font-size: 13px;
		padding: 0 0;
	}
body.hasHover .navbar .menuleft a:hover {
		height: auto;
		padding-top: 0;
		background-image: url(../assets/images/content/main/menu_box_bg.png);
		background-position: right bottom;
		background-size: 500% 150%;
	}
body.hasHover .navbar .menuleft a:hover span,
body.hasHover .navbar .menuright a:hover span {
		border: none;
		padding: 0 0;
		text-align: center;
		border-radius: 0 0;
		box-shadow: none;
		background: none;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		color: inherit;
		font-weight: bold;
	}

		
	.navbar .menuright  li.liveca,
	.navbar .menuright  li.hotelca,
	.navbar .menuright  li.slotga {
		background: url(../assets/images/content/main/menu_box_game_bg.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 100%;
		height: auto;
		margin: 0 0;
		border-bottom: 1px solid #9b7037;
	}
	.navbar .menuright  li.liveca a,
	.navbar .menuright  li.hotelca a,
	.navbar .menuright  li.slotga a {
		background-repeat: no-repeat;
		padding: 5px 0 0 0;
		background-position: 3% 50%;
		background-size: auto 80%;
	}
	
	.navbar .menuright  li.liveca a {
		 background-image: url(../assets/images/content/icon_menu_box_liveca.png);
	}
	.navbar .menuright  li.hotelca a {
		 background-image: url(../assets/images/content/icon_menu_box_hotel.png);
	}
	.navbar .menuright  li.slotga a {
		 background-image: url(../assets/images/content/icon_menu_box_slot.png);
	}

body.hasHover .navbar .menuright li.liveca:hover,
body.hasHover .navbar .menuright li.hotelca:hover,
body.hasHover .navbar .menuright li.slotga:hover { background: none;}
	.navbar .menuright li.liveca.active,
	.navbar .menuright li.hotelca.active,
	.navbar .menuright li.slotga.active {	background: none;}
body.hasHover .navbar .menuright  li.liveca:hover a,
body.hasHover .navbar .menuright  li.hotelca:hover a, 
body.hasHover.navbar .menuright  li.slotga:hover a {	height:auto}
	.navbar .nav-linkset div ul > li span {	display: inline-block}
	.navbar .nav-linkset div ul > li span:first-child {	transform: translateY(0);}
body.hasHover .navbar .nav-linkset div ul > li:hover span:first-child {	transform: none;}
	.navbar .nav-linkset div ul > li span.icon_pic {width: 30px;/* visibility: hidden; */display: none;}
body.hasHover .navbar .nav-linkset div ul > li:hover span.icon_pic {
		opacity: 1;
		bottom: 0px;
		left: 30px;
		display: none;
	}
	.navbar.before-login .btn-set-trigger {	display: none;}
	.navbar.before-login .toplink_userinfo .leftbox {
		float: none;
		width: 100%;
		text-align: center;
		display: block;
	}
	.navbar.before-login .toplink_userinfo .rightbox li:last-child {	display: block;}
	.navbar.before-login .toplink_userinfo .rightbox {
		text-align: center;
		display: flex;
		justify-content: space-around;
		flex-wrap: nowrap;
		flex-direction: row;
	}
	.navbar.before-login .toplink_userinfo .rightbox li {
		min-width: auto;
		color: inherit;
		background: none;
		border-radius: 0 0;
		padding: 0 2px;
		border: none;
		box-sizing: border-box;
		min-width: auto;
		line-height: 20px;
	}
	.container .unslider {
		margin-top: 50px;
		border-radius: 0;
	}
	.main-visual {
		margin-top: -5px;
		max-height: 420px;
		height: 40vw;
		overflow: hidden;
	}

	.main-visual .main-pop-img {
		width: 300px;
		height: 300px;
		margin-top: -100px;
		margin-left: -150px;
	}

	.main-visual .main-v-img-01 {
		bottom: -240px;
	}

	.main-visual .main-v-img-02 {
		bottom: -270px;
	}

	.main-visual.v1-slider .v_img_bg {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -45%);
		height:45vw;
	}

	.main-visual.v1-slider > ul li {
		max-height: 420px;
		height: 40vw;
		background-size: cover;
	}

	.main-visual.v1-slider .v_img_tx_tit {
		height: 220px;
		width: auto;
	}

	.maincontent {
		padding-bottom: 0px;
		padding-top: 0px;
        background-size: 150% auto;
	}

	.maincontent .btn-set-gamelist {
		background: none;
		height: 38vw;
		padding: 10px 10px 0 10px;
		overflow: hidden;
	}

	.maincontent .btn-set-gamelist ul {
		background: none;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 0 0;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
		align-content: flex-start;
	}

	.maincontent .btn-set-gamelist li {
		background-repeat: no-repeat;
		height: auto;
		width: calc(100% - 67%);
		margin: 0;
		top: -5px;
	}
	.maincontent .btn-set-gamelist li a img {width: 100%;height: auto !important;}
	/*
	.maincontent .btn-set-gamelist li:nth-child(2), .maincontent .btn-set-gamelist li:nth-child(3), .maincontent .btn-set-gamelist li:nth-child(4) {
		opacity: 1;
	}
	.maincontent .btn-set-gamelist li:nth-child(1) {	background:url(/assets/images/content/mvp-01-tab_03.png) top center no-repeat;	margin: 0 0;}
body.hasHover .maincontent .btn-set-gamelist li:nth-child(1):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(1) {
		background:url(/assets/images/content/mvp-01-tab_03.png) no-repeat;
		background-position: bottom center;
	}
	.maincontent .btn-set-gamelist li:nth-child(2) {	background:url(/assets/images/content/mvp-01-tab_05.png) top center no-repeat;}
body.hasHover .maincontent .btn-set-gamelist li:nth-child(2):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(2) {
		background:url(/assets/images/content/mvp-01-tab_05.png) no-repeat;
		background-position: bottom center;
	}
	.maincontent .btn-set-gamelist li:nth-child(3) {	background:url(/assets/images/content/mvp-01-tab_07.png) top center no-repeat;}
body.hasHover .maincontent .btn-set-gamelist li:nth-child(3):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(3) {
		background:url(/assets/images/content/mvp-01-tab_07.png) no-repeat;
		background-position: bottom center;
	}
	.maincontent .btn-set-gamelist li:nth-child(4) {	background:url(/assets/images/content/mvp-01-tab_09.png) top center no-repeat;}
body.hasHover .maincontent .btn-set-gamelist li:nth-child(4):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(4) {
		background:url(/assets/images/content/mvp-01-tab_09.png) no-repeat;
		background-position: bottom center;
	}
	.maincontent .btn-set-gamelist li a {
		width: 100%;
	}
	.maincontent .btn-set-gamelist li a span {
		display: none;
	}
	
	.gamelist .game-list-casino {
		width: 98%;
		margin: 0 auto;
	}
	.gamelist .game-list-casino .frame-border { background-size: cover; background-position: top;}
	*/
	.maincontent .gamelist > ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.maincontent .gamelist .game-list-casino > li {
		margin: 1% 1% 1%;
		overflow: hidden;
	}
	.maincontent .gamelist .game-list-casino > li a {}
	.maincontent .gamelist .game-list-casino > li a img {}
	.maincontent .gamelist .game-list-casino > li a .frame_bo_tit {}
	.btn_start .over_title {}
	.wrap-notice,
	.wrap-faq,
	.wrap-money,
	.wrap-messenger {
		float: none;
		width: 98%;
		margin: 0 1% 5% 1%;
	}
	.game-article {
	padding: 50px 0 30px;
}
	.game-article .article-box {
	width: 96%;
	margin: 0 2%;
}
	.game-article .article-box ul.list li,
body.hasHover .game-article .article-box ul.list li:hover,
	.game-article .article-box ul.list li:nth-child(2n),
body.hasHover .game-article .article-box ul.list li:nth-child(2n):hover {
		width: 100%;
		background-image: url(../assets/images/content/main/menu_box_bg.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		padding: 0 0;
		height: auto;
		margin: 0px 0 10px 0;
		line-height: 125%;
	}
	.game-article .article-box ul.list li a,
	.game-article .article-box ul.list li:nth-child(2n) a {
		text-align: left;
		padding: 20px 5px 18px 20px;
		text-align: left;
		font-size: 14px;
	}
	.game-article .article-box ul.list li a > span.list-date,
	.game-article .article-box ul.list li:nth-child(2n) a > span.list-date {
	font-size: 14px;
	/* top: auto; */
	top: 20px;
	bottom: 0px;
	right: 0px;
	left: auto;
	/* background-image: url(/assets/images/content/main/menu_box_bg.png); */
	background-position: center center;
	background-size: 150% 100%;
	padding: 1px 0 0px 0;
	width: 112px;
	text-align: center;
	font-weight: 200;
	color: #ffffff;
}
	.unslider .unslider-nav {
		bottom: 9px;
	}
	.wrap_bestgame .unslider {
		max-height: none;
		margin-top: 20px;
		border-radius: 0 0;
	}
	.wrap_bestgame .unslider-arrow {
		display: none;
	}
	.hotgame ul li {
		width: 92%;
		margin: 0 4%;
		padding: 10px 0 20px 0;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		float: none;
	}

	.hotgame ul li a {
		width: 48%;
		margin-bottom: 15px
	}

	.height70 {
		height: 40px;
	}
	.footer-box .text-copyr {
	height: 150px;
	padding: 18px 0;
}

	.footer-box .text-copyr .f_logo {
		float: none;
		width: 100%;
		padding-top: 30px;
	}

	.footer-box .text-copyr .f_logo img {
		height: 40px;
		width: auto;
		margin-bottom: 10px;
	}

	.footer-box .text-copyr .tx_footer {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}

	.footer-box .text-copyr .tx_footer > font {
		display: none;
	}

	.modal-dialog {
		top: 0px;
		top: 5vh;
	}

	/* custom */
	.slide_leftbox {
		display: none;
	}
	.slide_rightbox {
		display: none;
	}
	.slide_rightcurtain,
	.slide_leftcurtain {
		display: none;
	}
	.container .unslider .unslider-arrow.next { right:0;}
	.container .unslider .unslider-arrow.prev { left:0;}

}



@media (max-width:1024px) {
	#SlotDetail .nav { justify-content: space-around; align-items: flex-start; }
    #SlotDetail .nav > li {width: 24%;font-size: 13px;}
    #SlotDetail .nav > li > a {}
    #SlotDetail .nav > li > a > img {height: 150px;}
	#SlotDetail .nav > li:hover > a span.nm_sgame {}
}




@media (max-width:768px) {
	.main-visual {
		background-position: center bottom;
		background-size: cover;
	}

	.main-visual .main-v-img-01 {
		bottom: -125px;
		width: 1100px;
		left: 71%;
	}

	.main-visual .main-v-img-02 {
		bottom: -200px;
		width: 1000px;
	}

	.main-visual .main-pop-img {
		width: 240px;
		height: 240px;
		margin-top: -75px;
		margin-left: -120px;
	}

	.main-visual.v1-slider > ul li {
		/* height: 300px; */
	}

	.main-visual.v1-slider .v_img_tx_tit {
		height: 170px;
		bottom: 20%;
		margin-left: -40%;
	}

	.maincontent .btn-set-gamelist ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
	}

	.maincontent .btn-set-gamelist li {
		height: 110px;
	}
	#glist_hcasino .gamelist .game-list-casino > li {
		height: 240px !important;
		width: 270px;
	}
	/*
	.maincontent .btn-set-gamelist li:nth-child(1),
	body.hasHover .maincontent .btn-set-gamelist li:nth-child(1):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(1),
	.maincontent .btn-set-gamelist li:nth-child(2),
	body.hasHover .maincontent .btn-set-gamelist li:nth-child(2):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(2),
	.maincontent .btn-set-gamelist li:nth-child(3),
	body.hasHover .maincontent .btn-set-gamelist li:nth-child(3):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(3),
	.maincontent .btn-set-gamelist li:nth-child(4),
	body.hasHover .maincontent .btn-set-gamelist li:nth-child(4):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(4) {
		background-size: 400px auto;
	}
	*/
	h1.game-title span {
		font-size: 38px;
		margin: 0 20px;
	}

	h1.game-title .titleboximg {
		margin-top: 0;
		width: 50vw;
		max-width: 300px;
	}

	.gamelist .game-list-casino > li {
		width: 265px;
		height: 300px;
	}

	.game-article .article-tit img {
		height: auto;
		width: 100%;
		max-width: 375px;
		max-height: 59px;
	}

	/*
	.frame_bo_tit { bottom: 0;}
	.frame_bo_tit .over_title { font-size: 14px; line-height: 43px;}
	.gamelist .game-list-casino .frame_bo_tit {
		background: url(/assets/images/content/img_photo_f_m.png);
		background-position: 50% 0;
		height:40px;
		width: 94%;
		margin: 0 3% 3% 3%;
	}
	*/

	#SlotDetail .nav { justify-content: space-around; align-items: flex-start; }
    #SlotDetail .nav > li {width: 33%;font-size: 13px;}
    #SlotDetail .nav > li > a {}
    #SlotDetail .nav > li > a > img {height: 150px;}
	#SlotDetail .nav > li:hover > a span.nm_sgame {}
}








@media (max-width:575px) {
	.navbar .toplink .toplink_userinfo .rightbox li > i {	display: none;}
	.navbar .toplink .toplink_userinfo .rightbox img {	display: none;}
	.GameBox .modal-dialog {	width: 98%;	margin: 0 auto;	}
	.main-visual {	top: 0;}
	.main-visual.v1-slider > ul li {}
	.main-visual.v1-slider > ul li.vislider_01 {
		background: url(../assets/images/content/main/main_slide_bg.jpg) center center repeat;
	}
	.main-visual.v1-slider > ul li.vislider_02 {
		background: url(../assets/images/content/main/main_slide_bg.jpg) center center repeat;
	}
	.main-visual.v1-slider .v_img_tx_tit {
		width: auto;
		height: 170px;
	}
	.maincontent .btn-set-gamelist {
		padding: 10px 10px;
	}

	h1.game-title {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	h1.game-title span {
		font-size: 30px;
	}

	h1.game-title .titleboximg {
		width: 200px;
		display: block;
		margin: 5px auto;
	}

	.gamelist .game-list-casino > li {
		/* React iPhone 13 Pro Max */
		width: 200px;
		height: 236px;
	}
	#glist_hcasino .gamelist .game-list-casino > li {
		height: 186px !important;
		width:200px;
	}
	/*
	.gamelist .game-list-casino .frame_bo_tit { height: 30px;}
	*/
	.frame_bo_tit .over_title {
		font-size: 14px;
	}

	.gamelist .game_box_wrap .gamePartnerLogo {}

	.footer-box .logoset img {	width: 80%;}

    #SlotDetail .nav { justify-content: space-around; align-items: flex-start; }
    #SlotDetail .nav > li {width: 50%;font-size: 13px;}
    #SlotDetail .nav > li > a {}
    #SlotDetail .nav > li > a > img { height: 150px;}
	#SlotDetail .nav > li:hover > a span.nm_sgame {}
	
	.dropbtn { width:120px !important;}
	.dropdown-content { min-width:120px !important;}

}

@media (max-width:425px) {
	.container .unslider {
		margin-top: 0;
	}

	.container .unslider .unslider-arrow {
		display: none;
	}

	.main-visual {
		top: 0;
		margin-top: 50px;
	}

	.main-visual.v1-slider > ul li {
		/* height: 200px; */
	}

	.main-visual.v1-slider .v_img_tx_tit {
		top: 15%;
		margin-left: -40%;
		width: 80%;
	}

	.maincontent .btn-set-gamelist {
		padding: 10px 10px;
		height: 77vw;
		max-height: 230px;
	}

	.maincontent .btn-set-gamelist li {
		width: 100%;
		max-width: 280px;
		height: 22vw;
		max-height: 75px;
		overflow:hidden;
	}
	.maincontent .btn-set-gamelist li a img { top:-135px;}

	.maincontent .gamelist .game-list-casino > li {
		margin: 1% 1% 1%;
		overflow: hidden;
		height: auto;
		width: 160px;
		height: 182px;
	}
	#glist_hcasino .gamelist .game_box_wrap .gamePartnerLogo {	display: none;}
	#glist_hcasino .gamelist .game-list-casino > li {
		height: 230px !important;
		width: 270px;
	}

	h1.game-title span {	font-size: 26px;}
	h1.game-title > font.titlesubtext {	letter-spacing: 0;	font-size: 100%;}
	.game-article {	padding: 40px 0;}
	.frame_bo_tit {	bottom: 7px;}
	.frame_bo_tit .over_title {	font-size: 12px;}
	.game-article .article-box {	width: 96%;	margin: 0 2%;}
	.game-article .article-box ul.list li,
	.game-article .article-box ul.list li:nth-child(2n) {}
	.game-article .article-box ul.list li a,
	.game-article .article-box ul.list li:nth-child(2n) a {	font-size:13px;}
	.game-article .article-box ul.list li a > span.list-date {	font-size: 10px !important;}
	.game-article .article-box ul.list li a > i {
		width: 20px;
		height: 20px;
		background-size: 100% auto !important;
	}

	
	/* */
	.wrap_bestgame {	padding: 40px 0;}
	.hotgame_media .thumb {	width: 70px;	height: 70px;}
	.hotgame ul li a {	width: 90%;}
	.footer-box .logoset {	padding: 30px 0;}
	.tabbable-line > .nav-tabs > li {
		width: 25%;
		border-top: 1px solid #655b87;
		border-left: 1px solid #655b87;
	}
	.tabbable-line > .nav-tabs > li > a {	padding: 14px 5px 13px 5px;	font-size: 12px;}
	.pop-header img {	display: none;}
	table.tb-board th {	font-size: 11px;}
	table.user_join th {	font-size: 12px;	width: 30%;}
	.modal-body {	padding: 0 0;}
	table.user_join th i {	display: none;}
	table.myp_deposit td,
	.tb-board.betting td,
	.tb-board.coupon td {	font-size: 12px;}
	.accordion a {	font-size: 13px;}
	.accordion .accordion-item > a::after {	right: 0.35rem;}
	.brand_logo_container {	top: -37px;}
	/* .brand_logo {	width: 100px;}*/
	.login_container button.login_btn {
		width: 100% !important;
		padding: 10px 0;
		font-size: 14px;
		font-weight: bold;
	}
	.user_card {	width: 280px;}
	.form_container {	margin-top: 60px;}
	.user_card .form_container.links a {	color: #FFFFFF;	margin-top: 5px;}
	.GameBox .pop-header img {	display: none;}
	.GameBox .pop-header .close {	margin-top: 0;	top: 20px;	right: 15px;}
	.GameBox .modal-dialog {	top: 0px;}
	.GameBox .modal-body {	padding: 10px 10px;}

	/*
	.maincontent .btn-set-gamelist li:nth-child(1) {
		background-position: center -90px;	margin: 0 0;
	}
	body.hasHover .maincontent .btn-set-gamelist li:nth-child(1):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(1) {
		background-position: bottom center;
	}
	.maincontent .btn-set-gamelist li:nth-child(2) {
		background-position: center -90px;
	}
	body.hasHover .maincontent .btn-set-gamelist li:nth-child(2):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(2) {
		background-position: bottom center;
	}
	.maincontent .btn-set-gamelist li:nth-child(3) {
		background-position: center -90px;
	}
	body.hasHover .maincontent .btn-set-gamelist li:nth-child(3):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(3) {
		background-position: bottom center;
	}
	.maincontent .btn-set-gamelist li:nth-child(4) {
		background-position: center -90px;
	}
	body.hasHover .maincontent .btn-set-gamelist li:nth-child(4):hover,
	.maincontent .btn-set-gamelist li.active:nth-child(4) {
		background-position: bottom center;
	}
	*/


    #SlotDetail .nav { justify-content: space-around; align-items: flex-start; }
    #SlotDetail .nav > li { width: 50%;}
    #SlotDetail .nav > li > a {}
    #SlotDetail .nav > li > a > img { height: 150px;}

	.dropbtn { width:65px !important;}
	.dropbtn > table td > font { display:none;}
	.dropdown-content { margin-left:-55px !important;}
}





@media (max-width:340px) {
	.maincontent .gamelist .game-list-casino > li {
		margin: 1% 1% 1%;
		overflow: hidden;
		height: auto;
		width: 140px;
		height: 162px;
	}

    #SlotDetail .nav > li > a > img { height: 110px;}
    #SlotDetail .nav > li > a span.nm_sgame { font-size: 12px;}
	#glist_hcasino .gamelist .game-list-casino > li { height: 220px !important; width:260px;}
}