@charset "UTF-8";
.game-list a {
	position: relative;
}
.game-list .btnPlay {
	position: absolute;
	background: #ff000045;
	border-radius: 5px;
	z-index: 5;
	left:50%;
	top: 50%;
	transform: translate(-50%, 0%);
	transition: all .5s;
	opacity: 0;
	display:flex;
	align-items: center;
	color: white;
	padding: 6px 8px;
	border: 1px solid var(--main);
	justify-content: center;
}
.game-list .btnPlay:after {
	content:'\eacb';
	font-family:'icomoon';
	margin-left:2px;
	font-size: 12px;
}
.game-list a:hover .btnPlay {
	transform: translate(-50%, -50%);
	opacity:1;
}
.game-list .mask {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease-out;
    opacity: 0;
    color: white;
}
.game-list img.full {
	width: 100%;
}
.inspection {
    pointer-events: none;
}
.inspection .mask {
    opacity:1;
    background: #00000066;
}
.homeWrapper .game-list {
    display:flex;
}
.homeWrapper .game-bg {
    height: 165px;
    border-radius: 10px;
    background: linear-gradient(180deg, var(--main03) 0,var(--main05));
    box-shadow: 0 4px 10px #8a8a8a;
    position: relative;
    cursor: pointer;
    transition: .4s;
    width: 230px;
    margin: 5px;
    margin-top: 50px;
}
.homeWrapper .game-bg .logo {
    position: absolute;
    width: 40%;
    left: 3%;
    top: 3%;
    z-index: 3;
}

.homeWrapper .game-bg .model {
    width: 70%;
    transition: .3s ease-out;
    position: absolute;
    right: -2%;
    bottom: 0%;
}
.homeWrapper .game-bg .model img {
	width:100%;
}
.homeWrapper .game-bg .txt {
    position: absolute;
    z-index: 2;
    bottom: 10%;
    left: 6%;
}

.homeWrapper .game-bg .tit {
    font-size: 18px;
    color: #ffffff;
    transition: .4s;
    font-weight: 600;
    margin-bottom: 3px;
}

.homeWrapper .game-bg .sub {
    font-size: 14px;
    color: var(--main01);
}

.homeWrapper .game-bg:hover .model {
    transform-origin: bottom;
    transform: scale(1.05);
}

.homeWrapper .game-bg.slot .model {
    width: 85%;
    bottom: -10%;
    right: -14%;
}

.gameWrapper {
    display: flex;
    margin: auto;
    align-items: flex-start;
    max-width: 1440px;
    margin-bottom: 20px;
}

.gameWrapper .img-box {
    width: 50%;
    animation: rightIn .4s;
}

.gameWrapper .img-box img {
    width: 100%;
}

.gameWrapper .game-list {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    justify-content: space-around;
    gap: 10px;
    animation: leftIn .4s;
}

.gameWrapper .game-bg {
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: .4s;
    width:100%;
    height: 0;
    padding-bottom: 83.5%;
    margin: 0;
    background: #ebebeb;
    box-shadow: 1px 1px 3px #afa2a2;
}
.gameWrapper .game-bg .logo {
    position: absolute;
    width: 40%;
    z-index: 3;
    left: 53%;
    top: 10%;
    filter: drop-shadow(1px 1px 0px var(--main03));
}

.gameWrapper .game-bg .model {
    position: absolute;
    right: -2%;
    bottom: 0%;
    left: 0%;
    width: 63%;
    background: url(../images/common/card_bg.png) no-repeat;
}
.gameWrapper .game-bg .model img {
	width:100%;
	transition: .3s ease-out;
}
.gameWrapper .game-bg .txt {
    position: absolute;
    z-index: 2;
    bottom: 0;
	width:100%;
	text-align:center;
	background: linear-gradient(transparent, #dddddd);
    padding: 8px 0;
}

.gameWrapper .game-bg .tit {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.gameWrapper .game-bg .sub {
    font-size: 14px;
    color: var(--main01);
    display: none;
}
.gameWrapper .game-bg:hover .model img {
    transform-origin: bottom;
    transform: scale(1.05);
}
.gameWrapper.mini .game-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
}

.gameWrapper .mini-bg {
    position: relative;
    cursor: pointer;
    width:100%;
    box-shadow: 1px 1px 3px #afa2a2;
    background: url(../images/common/mini_bg.png) no-repeat #e7e7e7;
    background-size: 100% 100%;
    padding-bottom: 26%;
    height: 0;
    border-radius: 20px;
}
.gameWrapper .mini-bg:hover{
    background-color: var(--main);
}
.gameWrapper .mini-bg .model{
    position: absolute;
    width: 48%;
    top: -22%;
    right: 0%;
}
.gameWrapper .mini-bg .model img {
	width:100%;
}
.gameWrapper .mini-bg .txt {
    position: absolute;
    top: 28%;
    left: 10%;
}

.gameWrapper .mini-bg .tit {
    color: black;
    font-weight: 500;
    font-size: 20px;
}

.gameWrapper .mini-bg .sub {
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 8px;
}
.slotWrapper {
    max-width: 1440px;
    margin: 30px auto;
}

.slotWrapper .tabZone {
    animation: topIn .4s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.slotWrapper .tabZone .more {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.slotWrapper .tabZone .more:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--font01);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.slotWrapper .tabZone .more .arrowZone {
    height: 47px;
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    z-index: 1;
    cursor: pointer;
    border-radius: 100px
}

.slotWrapper .tabZone .more .arrowZone span {
    color: var(--font01);
    font-size: 20px;
    transition: .4s ease-out;
    transform: rotate(180deg);
}

.slotWrapper .tabZone .more .arrowZone.arrowGO span {
    transform: rotate(0);
}

.slotWrapper .tabZone .more .arrowZone .txt {
    color: var(--font01);
    font-size: 18px;
    padding: 0 10px;
}

.slotWrapper .tabZone ul {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 8px;
    overflow: hidden;
    height: 92px;
}

.slotWrapper .tabZone ul.all{
    height: unset;
}
.slotWrapper .tabZone ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-out;
    width: 100%;
    position: relative;
    background: #d9d9d9;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #949494;
}

.slotWrapper .tabZone ul li span {
    font-size: 46px;
    background: #b4b4b4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .4s ease-out;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slotWrapper .tabZone ul li h4 {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.slotWrapper .tabZone ul li h4.mask{
    position:absolute;
	left:0px;
	top:0px;
	height:90px;
	line-height:90px;
    display:none;
}
.slotWrapper .tabZone ul li.inspection .pic {
    opacity: 0.2;
}
.slotWrapper .tabZone ul li.inspection h4.mask{
    display:block;
}

.slotWrapper .tabZone ul li:hover,
.slotWrapper .tabZone ul li.active {
    background: linear-gradient(180deg,var(--main01),var(--main03));
}

.slotWrapper .tabZone ul li.active span,
.slotWrapper .tabZone ul li:hover span {
    background: #00a8ea;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.slotWrapper .tabZone ul li img.logo {
    width: 85%;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slotWrapper .searchZone {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 0px 15px;
    background: white;
    margin: 10px auto;
    border-radius: 30px;
    border: 1px solid #dadada;
}

.slotWrapper .searchZone input {
    border-radius: 6px;
    padding-left: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
    margin-bottom: 0;
    border: none;
}

.slotWrapper .searchZone input:placeholder-shown + .searchIcon .icon-search{
    display: block;
}

.slotWrapper .searchZone input:placeholder-shown + .searchIcon .icon-delet{
    display: none;
}

.slotWrapper .searchZone input:not(:placeholder-shown) + .searchIcon .icon-search{
    display: none;
}

.slotWrapper .searchZone input:not(:placeholder-shown) + .searchIcon .icon-delet{
    display: block;
}

.slotWrapper .searchZone input::placeholder {
    color: #b6b6b6;
    font-size: 14px
}

.slotWrapper .searchZone .searchIcon {
    position: absolute;
    right: 0px;
    top: 9px
}

.slotWrapper .searchZone .searchIcon span {
    color: #b4b4b4;
    font-size: 13px;
    padding: 2px;
    cursor: pointer;
}


.slotWrapper .slotZone {
    overflow: hidden;
    height: auto;
    width: 100%;
    padding-bottom: 11px;
    animation: downIn .4s;
    animation-fill-mode: forwards;
    opacity: 0;
    min-height: 300px;
}

.slotWrapper .slotZone.off {
    animation-name: none
}
.slotWrapper .slotZone .tab-content {
	position: relative;
	min-height: 250px;
}
.slotWrapper .slotZone ul.slot-list {
    display: grid;
    grid-template-columns: var(--pc-slot-cnt);
    gap: 12px;
}

.slotWrapper .slotZone ul.slot-list li {
    margin-bottom: 10px;
    width: 100%;
    min-height: 15.5vh;
    position: relative;
    overflow: hidden;
}

.slotWrapper .slotZone ul.slot-list li .pic {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
    overflow: hidden;
    border-radius: 9px;
}

.slotWrapper .slotZone ul.slot-list li .pic img {
    z-index: 1;
    position: relative;
    transition: .3s ease-out;
    width: 100%;
    height: auto
}


.slotWrapper .slotZone ul.slot-list li .name {
    position: relative;
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.slotWrapper .slotZone ul.slot-list li .name span {
    z-index: 1;
    color: #a4e3ff;
    font-weight: bolder;
    font-size: .9vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slotWrapper .slotZone ul.slot-list li .name span::before {
    margin: 0px 10px;
    color: #66696c;
}

.slotWrapper .slotZone ul.slot-list li .mask {
    width: 100%;
    height: 100%;
    background-color: #000000b0;
    z-index: 2;
    position: absolute;
    border-radius: 5px;
    display: block;
    transition: .4s all;
    cursor: pointer;
    opacity: 0;
}

.slotWrapper .slotZone ul.slot-list li .mask .imgFrame {
    height: 24%;
    width: 100%!important;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-116%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.slotWrapper .slotZone ul.slot-list li .mask .imgFrame img {
    height: auto!important;
    width: 45px!important
}

.slotWrapper .slotZone ul.slot-list li .mask .gogo {
    position: relative;
    cursor: pointer;
    transition: .4s ease-out;
    position: absolute;
    top: 50%;
    transform: translate(-50%,6%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid var(--main02);
    margin-top: 10px;
}

.slotWrapper .slotZone ul.slot-list li:hover .mask {
    opacity: 1;
}

.fixHeight{
    min-height: 100vh
}

.gameZone .tabZone ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 20px;
}

.gameZone .tabZone ul li {
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-out;
    position: relative;
}

.gameZone .tabZone ul li span {
    font-size: 46px;
    background: #b4b4b4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .4s ease-out;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center
}

.gameZone .tabZone ul li h4 {
    color: #a4e3ff;
    font-size: 14px;
    transition: .4s ease-out;
    white-space: normal;
    width: 100%;
    text-align: center;
    word-wrap: break-word
}

.gameZone .tabZone ul li:hover h4 {
    color: #4fcdff
}

.gameZone .tabZone ul li img.logo {
    width: 100%;
    padding-bottom: 66.3%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .4s ease-out;
    filter: grayscale(1);
}
.gameZone .tabZone ul li:hover img.logo,
.gameZone .tabZone ul li.active img.logo {
    filter: grayscale(0);
}

#attendance .calendar-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
            flex-flow: column;
    gap: 0.2em;
}
#attendance .calendar-wrap .head {
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    font-size: 1em;
}
#attendance .calendar-wrap .head .left-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
#attendance .calendar-wrap .head .left-wrap select {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1), 0px 2px 8px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 1.2em;
    padding: 0.75em;
    padding-right: 2em;
    width: 115px;
}

#attendance .calendar-wrap .head .left-wrap select.month {
    margin-left: 0.2em;
}
#attendance .calendar-wrap .head .right-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.2em;
    background: var(--main);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1), 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0 1em;
    border-radius: 3em;
    color: #ffffff;
}
#attendance .calendar-wrap .head .right-wrap .ac_cnt {
    font-weight: 700;
    padding: 0 1em;
}
#attendance .calendar-wrap .calendar {
    margin-top: 1em;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
            flex-flow: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1), 0px 2px 8px rgba(0, 0, 0, 0.1);
}
#attendance .calendar-wrap .calendar .cols {
    display: grid;
    -webkit-justify-content: center;
            justify-content: center;
    grid-template-columns: repeat(7, 1fr);
    background-color: var(--main);
}
#attendance .calendar-wrap .calendar .cols .cell {
    height: 2em;
    color: white;
    font-size: 1.5em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}
#attendance .calendar-wrap .calendar .rows {
    display: grid;
    -webkit-justify-content: center;
            justify-content: center;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    font-family: "Pretendard";
    font-size: 1.25em;
}
#attendance .calendar-wrap .calendar .rows .cell {
    height: 7em;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}
#attendance .calendar-wrap .calendar .rows .cell:nth-child(7n+1) {
    color: var(--color-error);
}
#attendance .calendar-wrap .calendar .rows .cell:nth-child(7n) {
    color: var(--blue-04);
}
#attendance .calendar-wrap .calendar .rows .cell.day.today {
	background: linear-gradient(0deg, #9fd0ff, #d8f3ff);
}
#attendance .calendar-wrap .calendar .rows .cell.day {
    font-weight: 700;
    padding-top: 0.5em;
    background: linear-gradient(0deg, #ebebeb, #ffffff);
    border: 1px solid #c5c5c5;
}
#attendance .calendar-wrap .calendar .rows .cell.day .image {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
    -webkit-flex-grow: 1;
            flex-grow: 1;
    margin: 0.25em;
    background: url(../images/common/att2.png) no-repeat center;
    background-size: contain;
}
#attendance .calendar-wrap .calendar .rows .cell.day .image.consec {
    background-image: url(../images/common/att1.png);
}

#attendance .attendance-reward-wrap .attendance-reward-btn {
    width: 100px;
    height: 35px;
}

#roulette .roulette-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

#roulette .roulette-info {
    position: relative;
    background: #fffae4;
    padding: 15px;
    width: 500px;
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.49);
    height: 600px;
}

#roulette .roulette-info .title {
    font-size: 1.4em;
    color: #825000;
    font-weight: 700;
    padding: 1em 0;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}
#roulette .roulette-info .coupon {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	margin-top:15%;
}
#roulette .roulette-info .coupon .coupon-cnt {
    font-size: 24px;
    background: #f0ac19;
    color: #fff;
    border: 1px solid #825000;
    padding: 5px 30px;
    border-radius: 8px;
    margin:0 5px
}

#roulette .roulette {
    max-width: 500px;
    position: relative;
    display: block;
    z-index: 1;
}
#roulette .roulette .wheel {
    position: absolute;
    display: flex;
    width: 90%;
    top: 3.8%;
    left: 5%;
    transition: transform 6.5s cubic-bezier(0, 0, 0.3, var(--pt-bezier)), -webkit-transform 6.5s cubic-bezier(0, 0, 0.3, var(--pt-bezier));
}
#roulette .roulette .wheel.waiting {
    transition-duration: 60s;
}
#roulette .roulette .wheel .roulete_img {
    will-change: transform;
    border-radius: 50%;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
    width: 100%;
}

#roulette .roulette .outside {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
#roulette .roulette .outside img {
    width: 100%;
    height: auto;
}

#roulette .roulette .btn-start {
    z-index: 103;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 37.5%;
    left: 50%;
    background: url(../images/roulette/start.png) center no-repeat;
    background-size: contain;
    width: 100px;
    height: 120px;
    border-radius: 100px;
    border-style: none;
    transition: all 0.3s;
}
#roulette .roulette .btn-start::after {
    content: "";
    position: absolute;
    display: block;
    top: 53%;
    left: 49%;
    width: 45%;
    height: 22%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 12px;
    background: rgba(59, 23, 1, 0.85);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    box-shadow: 0 0 1px 1px rgba(59, 23, 1, 0.85);
    opacity: 0;
    transition: all 0.2s;
}
#roulette .roulette .btn-start.disabled {
    filter: grayscale(1);
    opacity: 1;
}
#roulette .roulette .btn-start.disabled::after {
    opacity: 1;
}

#roulette .wheel-slice {
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 7%;
    font-weight: 900;
    text-align: center;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    padding-left: 10%;
    -webkit-transform: translateY(-50%) rotate(136deg);
            transform: translateY(-50%) rotate(136deg);
    color: white;
}
#roulette .wheel-slice:nth-child(1) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 0));
            transform: translateY(-50%) rotate(calc(30deg * 0));
}
#roulette .wheel-slice:nth-child(2) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 1));
            transform: translateY(-50%) rotate(calc(30deg * 1));
}
#roulette .wheel-slice:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 2));
            transform: translateY(-50%) rotate(calc(30deg * 2));
}
#roulette .wheel-slice:nth-child(4) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 3));
            transform: translateY(-50%) rotate(calc(30deg * 3));
}
#roulette .wheel-slice:nth-child(5) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 4));
            transform: translateY(-50%) rotate(calc(30deg * 4));
}
#roulette .wheel-slice:nth-child(6) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 5));
            transform: translateY(-50%) rotate(calc(30deg * 5));
}
#roulette .wheel-slice:nth-child(7) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 6));
            transform: translateY(-50%) rotate(calc(30deg * 6));
}
#roulette .wheel-slice:nth-child(8) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 7));
            transform: translateY(-50%) rotate(calc(30deg * 7));
}
#roulette .wheel-slice:nth-child(9) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 8));
            transform: translateY(-50%) rotate(calc(30deg * 8));
}
#roulette .wheel-slice:nth-child(10) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 9));
            transform: translateY(-50%) rotate(calc(30deg * 9));
}
#roulette .wheel-slice:nth-child(11) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 10));
            transform: translateY(-50%) rotate(calc(30deg * 10));
}
#roulette .wheel-slice:nth-child(12) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 11));
            transform: translateY(-50%) rotate(calc(30deg * 11));
}
#roulette .wheel-slice:nth-child(even) {
    color: #d20000;
}
#roulette .wheel-slice .coupon {
    width: 40%;
}

@media screen and (max-width: 990px) {
    #roulette .roulette-info {
		height: auto;
		border-radius: 12px;
	}
	#roulette .roulette-info .coupon {
		margin:30px 0;
	}
}
