@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#191919; }

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover, input:focus { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.modal-backdrop.show {
    opacity: .85;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #8e8e8e;
}
::-webkit-scrollbar-thumb {
	background: #ec1c24;
	border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
	background: #ec1c24;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
#backtop {
    position: fixed;
    right: 3px;
    bottom: 20px;
    z-index: 99;
    display: none;
    font-size: 36px;
    color: rgb(236, 28, 36, 0.8);
}
#backtop:hover {
	color: rgb(236, 28, 36, 1);
}
#backtop.show {
	display: block;
}
.main-sec {
    position: relative;
    display: grid;
    grid-template-columns: 70px auto;
}
.page-container {
    padding: 70px 1% 30px;
}
.menu-container {
    position: relative;
    border-right: 1px solid #cccccc;
}
.sidemenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 70px;
    padding: 15px 10px;
}
ul.nav.left-nav {
    flex-direction: column;
    align-items: center;
}
ul.nav.left-nav li {
    margin: 0 0 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}
ul.nav.left-nav li.logo {
	width: auto;
	height: auto;
}
ul.nav.left-nav li.logo:hover {
	background: none;
}
ul.nav.left-nav li:hover {
	background: #e9e9e9;
}
ul.nav.left-nav li a {
    font-size: 26px;
    color: #0D0D0D;
}
.header-top {
    position: fixed;
    background: #fff;
    width: calc(100% - 70px);
    z-index: 9;
    top: 0;
    right: 0;
}
.header-mobile {
	display: none;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.mitem {
	margin: 0 5px;
	text-align: center;
}
.mitem a {
	display: inline-block;
	position: relative;
    color: #4b4b4b;
    margin: 1vw;
	font-weight: 600;
	padding: 5px 0;
}
.mitem.active a {
    border-bottom: 2px solid #4b4b4b;
}
ul.nav.nav-category {
	justify-content: center;
	padding-bottom: 30px;
}
ul.nav.nav-category li.nav-item {
	margin: 0 15px 8px;
}
ul.nav.nav-category li.nav-item a.nav-link {
	color: #4b4b4b;
	font-weight: 500;
	padding: 2px 0;
}
ul.nav.nav-category li.nav-item a.nav-link.active {
	border-bottom: 2px solid #ff0000;
	color: #ff0000;
}
ul.nav.nav-category li.nav-item a.nav-link:hover {
	border-bottom: 2px solid #ff0000;
}
.modal-content.contact {
    text-align: center;
    padding: 15px 15px;
    border-radius: 15px;
    border: none;
}
.poptitle {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.social-contact a {
	display: inline-block;
	color: #000;
	font-weight: 600;
	margin: 5px;
}
.artwork-container {
    column-count: 6;
    column-gap: 1%;
}
.artbox {
    position: relative;
    cursor: pointer;
    break-inside: avoid;
    margin-bottom: 0.5vw;
    width: 100%;
    box-sizing: border-box;
}
.artbox-inner {
	position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}
.view-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
}
button.viewbtn {
    background: #ff0000;
    color: #fff;
    width: 80px;
    height: 45px;
    border-radius: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
.artbox:hover .view-overlay {
	visibility: visible;
	opacity: 1;
}
.awcode {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34px;
    background: rgb(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.end-preview {
    text-align: center;
    color: #6d6d6d;
}

.modal-dialog.popup {
    max-width: 600px;
}
.modal-content.portfolio {
    background: none;
	border: none;
    padding: 0;
}
button.close-x {
    position: absolute;
    right: -12px;
    top: -11px;
    color: #fff;
    z-index: 1;
    background: #ff0000;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
.codedis {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    background: rgb(0, 0, 0, 0.8);
    padding: 10px 15px;
    border-radius: 6px 6px 0 0;
}
.mb-footer-nav {
    display: none;
}
.pgtitle-1 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.pgsubtitle-1 {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}
.logo-categoty-wrapper {
    padding: 30px 0;
}
.logo-guide-wrap {
    display: grid;
    grid-template-columns: 18% 26% 26% 26%;
    grid-gap: 1%;
    margin-bottom: 30px;
	font-size: 14px;
}
.logo-style-info {
    position: relative;
    font-weight: 500;
	padding: 10px 10px;
}
.lgnum {
    font-size: 24px;
    font-weight: 600;
    color: #ec1d25;
    border-bottom: 2px solid #ec1d25;
    margin-bottom: 10px;
    max-width: max-content;
}
.lgs-title {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 5px;
}
.lgs-note {
    font-size: 90%;
}
.lgs-text {
    margin-bottom: 10px;
}
.lg-guide-box {
	position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #9e9e9e;
}
.logo-space {
    text-align: center;
    padding: 15px 15px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-space img {
    max-height: 70%;
    max-width: 90%;
}
.logo-space.lgsmall img {
    max-width: 130px;
}
.lg-btm-row {
    display: grid;
    grid-template-columns: 40% auto;
    border-top: 1px solid #9e9e9e;
	font-weight: 500;
	font-size: 95%;
}
.lgbtm-1 {
    font-weight: 600;
    height: 45px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 5px;
    line-height: 1;
}
.lg-icon {
    margin-right: 5px;
}
.lg-icon img {
    max-height: 20px;
}
.lgbtm-2 {
	border-left: 1px solid #9e9e9e;
    padding: 5px;
}
.banner-guide-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 15px;
    padding: 30px 0;
}
.banner-guide-wrap {
    display: grid;
    grid-template-columns: 35% auto;
    grid-gap: 1%;
    font-size: 14px;
}
.bn-guide-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #9e9e9e;
    margin-bottom: 15px;
}
.bn-inner-img {
    padding: 15px;
}
.bn-inner-name {
    text-align: center;
    height: 35px;
	border-top: 1px solid #9e9e9e;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 500;
	color: #000;
}
.video-container {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 14px;
}
.showcase-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.video-guide-wrap {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #9e9e9e;
	margin-bottom: 30px;
}
.video-frame {
    padding: 15px;
    height: 500px;
}
.gif-box {
    display: inline-block;
    position: relative;
    margin: 10px 0.5%;
    max-width: 255px;
    width: 23.5%;
    background: #000;
    border-radius: 12px;
    text-align: center;
    vertical-align: top;
    padding: 15px 15px;
    color: #fff;
}
.gif-img {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 5px;
}
.gif-img img {
	object-fit: contain;
	height: 100%;
}
.gameprovider-wrapper {
    position: relative;
    padding: 30px 0;
}
.gamepvd-guide-wrap {
	display: grid;
    grid-template-columns: 20% auto;
    grid-gap: 15px;
}
.gamepvd-guide-outer {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
}
.gamepdv-box {
	position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #9e9e9e;
    margin-bottom: 15px;
}
.gamepdv-box .bn-inner-img img {
	border-radius: 12px;
	overflow: hidden;
}
.bn-inner-img.others {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bn-inner-img.others img {
    object-fit: contain;
    height: 100%;
}
.gamepdv-box.wide {
    grid-column: 1 / 3;
}
.art-search-wrap {
	text-align: right;
	position: relative;
	max-width: 300px;
	margin: 0 0 15px auto;
}
.search-icon {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
	color: #6F6F6F;
}
.art-search-input {
    width: 100%;
    height: 45px;
    border: 1px solid #ff0000;
    border-radius: 8px;
    background: #fff;
    color: #000;
    padding: 0 15px 0 40px;
    font-weight: 500;
}
.art-search-input::placeholder {
	color: #6F6F6F;
	font-weight: 400;
}
.artbox.hide-art {
	display: none;
}
.tab-pane.hide-pane {
	display: none !important;
}
.landing-inner-img {
    padding: 15px;
    height: 500px;
    overflow: hidden;
}
.landing-inner-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top center;
	border-radius: 10px;
}



@media (max-width: 1080px) {
.header-top{
    transition: opacity .4s ease;
}
.header-top.hide{
    opacity:0;
    pointer-events:none;
}	
.header-menu {
	display: none;
}
.header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 10px;
	border-bottom: 2px solid #ff0000;
}	
.header-logo img {
    max-height: 45px;
}	
button.mobile-menu-btn {
    font-size: 28px;
    color: #ec1c24;
}	
.artwork-container {
column-count: 4;
}
.header-top {
    width: 100%;
}	
.page-container {
    padding: 70px 1% 70px;
}	
.main-sec {
    display: block;
}
.menu-container {
    display: none;
}	
.mb-footer-nav {
	display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    padding: 8px 0;
}	
ul.nav.mobile-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}
ul.nav.mobile-nav li a {
    font-size: 12px;
	font-weight: 600;
    color: #3E3E3E;
}	
ul.nav.mobile-nav li a i {
	font-size: 18px;
	margin-bottom: 2px;
}
#backtop {
    bottom: 70px;
    font-size: 28px;
}
.logo-guide-wrap {
    grid-template-columns: auto;
	grid-gap: 10px;
}
.banner-guide-wrapper {
    grid-template-columns: auto;
}
.gamepvd-guide-wrap {
    grid-template-columns: auto;
}	
.bn-inner-img.others {
    height: 50vw;
}	
	
.lgbtm-2 {
    display: flex;
    align-items: center;
}	
}


@media (max-width: 768px) {
::-webkit-scrollbar {
	width: 6px;
}	
.artwork-container {
column-count: 3;
}
button.viewbtn {
    width: 70px;
    height: 40px;
    font-size: 14px;
    border-radius: 8px;	
}
ul.nav.nav-category li.nav-item a.nav-link {
	font-size: 14px;
}
.mitem {
    font-size: 13px;
	line-height: 1;
}	
.banner-guide-wrap {
    grid-template-columns: auto;
}
.gif-box {
    width: 31.5%;
}
.gif-img {
    height: 200px;
}
.gamepvd-guide-outer {
    grid-template-columns: repeat(2, 1fr);
}
.gamepdv-box.wide {
    grid-column: auto;
}	
.video-frame {
    height: 65vw;
}	
.art-search-wrap {
    text-align: center;
    position: relative;
    max-width: 300px;
    margin: 0 auto 15px;
}	
	
}

@media (max-width: 480px) {
.mitem {
	font-size: 11px;
	margin: 0 3px;
}	
.artwork-container {
	column-count: 2;
}
.main-sec {
    grid-template-columns: 50px auto;
}
.sidemenu {
    width: 50px;
    padding: 15px 5px;
}
ul.nav.left-nav li {
    margin: 0 0 20px;
    border-radius: 11px;
    width: 35px;
    height: 35px;
}
ul.nav.left-nav li a {
    font-size: 22px;
}	
ul.nav.nav-category li.nav-item {
	margin: 0 1% 7px;
	width: 47%;
	text-align: center;
}
ul.nav.nav-category li.nav-item a.nav-link {
	font-size: 12px;
	background: #f1f1f1;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	border: none;
}
ul.nav.nav-category li.nav-item a.nav-link.active {
    border-bottom: none;
    color: #fff;
    background: #ff0000;
}
ul.nav.nav-category li.nav-item a.nav-link:hover {
    border-bottom: none;
}	
.awcode {
    font-size: 13px;
}	
.gif-box {
	width: 48%;
}
.gif-img {
    height: 170px;
}	
.gamepvd-guide-outer {
    grid-template-columns: auto;
}
.bn-inner-img.others {
	height: auto;
}	
.pgtitle-1 {
    font-size: 20px;
}
.logo-space {
    height: 200px;
}
.art-search-wrap {
	max-width: 100%;
}	
.art-search-input {
    font-size: 90%;
}
}
























