@font-face {
    font-family: NanumSquareOTF_acEB;
    src: url("./OTF/NanumSquareOTF_acEB.otf");
}

@font-face {
    font-family: NanumSquare_ac;
    src: url("./OTF/NanumSquare_ac.ttf");
}

@font-face {
    font-family: OTSBAggroB;
    src: url("./OTF/OTSBAggroB.ttf");
}

html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
  }

body {
    height: 100%;
    background-color: #080808;
    margin: 0 auto;
    color: #9A9B9B;
    font-family: NanumSquareOTF_acEB;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}
*::-webkit-scrollbar-thumb {
    background: #636363;
}

*::-webkit-scrollbar-track {
    background: #cacaca;
}
.div-center{
    width: 100%;
    min-width: 1400px;
    max-width: 2300px;
    margin: 0 auto;
    background-color: #000000;
}
video{
    margin: 0 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    position: fixed;
}

.main {
    min-width: 1400px;
    max-width: 2300px;
    margin: 0 auto;
    padding: 0 150px;
}

.header {
    width: 100%;
    margin: 0 auto;
    max-width: 2400px;
    position: relative;
}

/*----------------MODALS---------------*/

.modals {
    display: block;
    position: fixed;
	max-height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.closeBtn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-image: url('../images/pc/login/close.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.Modal {
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    width: 50%;
    max-width: 1000px;
    min-width: 800px;
    max-height: 100%;
    overflow: visible;
    background-color: #2E323B66;
}

.modalLeft {
   height: 100%;
   align-self: center;
   border-radius: 20px 0px 0px 20px;
}
.modalRight {
    background-color: #2D313A;
    max-height: 100%;
    border-radius: 0px 20px 20px 0px;
}
.logInForm{
    display: block;
    margin: 0 auto;
    overflow: auto;
    max-height: 100%;
}
.logInForm::-webkit-scrollbar {
    height: 0px;
    width: 0px;
}

.logInForm::-webkit-scrollbar-thumb {
    background: #262b32;
}

.logInForm::-webkit-scrollbar-track {
    background: #141921;
}

.logInHead{
    width: fit-content;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 10px 0px;
    color: #FFFFFF;
    font-size: 14px;
    border-bottom: solid 2px #FFFFFF;
}
.inputGroup{
    display: flex;
    margin: 0 auto;
    margin-top: 25px;
    width: 90%;
    padding: 10px;
    background-color: #373B42;
    border-radius: 5px;
}
.inputIcon{
    min-width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: NanumSquareOTF_acEB;
    margin-top: auto;
}
.inputField{
    height: 100%;
    background-color: unset;
    color: #ffffff;
    border: unset;
    margin-left: 10px;
    font-size: 14px;
    font-family: NanumSquareOTF_acEB;
    padding: 0;
}
.inputField:focus{
    outline-offset: unset;
    outline: none;
}
.bankName{
    background-color: #373B41;
    color: #A9A9A9;
    border: none;
    font-size: 14px;
}
.bankName:focus{
    outline-offset: unset;
    outline: none;
}
.bankName option{
    background-color: unset;
    color: #A9A9A9;
    border: unset;
    margin-left: 0px;
    font-size: 14px;
}
.logInBtn{
    width: 90%;
    padding: 10px;
    background-color: #54565C;
    border-radius: 5px;
    text-align: center;
    margin: 16px auto;
    font-size: 16px;
    font-weight: bold;
}
.logInBtn:hover{
    background-image: url('../images/pc/login/LoginButtonHover.png');;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #6E401F;
}
.logInBtnActive{
    background-image: url('../images/pc/login/LoginButtonHover.png');;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #6E401F;
}

.visit{
    display: flex;
    justify-content: center;
}
.visitHead{
    width: fit-content;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 10px 0px;
    color: #FFFFFF;
    font-size: 21px;
}
.visitContent{
    width: 90%;
    margin: 0 auto;
    /* display: flex;
    justify-content: center; */
    text-align: center;
}
.visitBtn{
    width: 200px;
    height: 45px;
    border-radius: 20px;
    border: solid 1px #D5BA88;
    color: #DEAA6E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.visitBtn:hover{
    background: linear-gradient(to right, #DEAA6D 0%, #F1D195 100%);
    color: #582A0D;
}
.visitEvents{
    display: flex;
    justify-content: center;
    padding: 15px
}
.visitImages{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
}
/*---------------------------------------*/
.officialHead{
    width: fit-content;
    padding: 20px 0px;
    color: #FFFFFF;
    font-size: 16px;
}
.officialItems{
    display: flex;
    margin: 0 auto;
}
.officialItem{
    border-radius: 15px;
    background-color: #3C3F49;
    display: flex;
    margin-bottom: 10px;
}
.officialItem:hover{
    background-color: #141619;
}
.officialItemLeft{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
    border-radius: 15px;
}
.officialItemRight{
    display: block;
    margin: 15px;
    border-radius: 15px;
    border-radius: 0px 20px 20px 0px;
}
.officialItemRight .title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
.officialItemRight .info {
    display: flex;
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
}
.officialItemRight .info .detail{
    /* justify-content: end; */
    margin-left: auto;
}
.officialItemRight .info .detail img{
    margin-left:5px
}
.officialItemRight .content {
    display: flex;
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 10px;
}
.officialItemRight .content .contentRight{
    margin-left: auto;
}

.paging {
	display: flex;
    align-items: center;
    justify-content: center;
}

.paging strong {
	padding:3px 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #F1B065;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.paging a {
	padding:3px 5px;
    border-radius: 5px;
    color: #A9A9A9;
    background-color: #33363C;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.paging a:hover {
    background-color: #F1B065;
    color: #ffffff;
}

.officialPageNation{
    display: flex;
    justify-content: center;
    align-items: center;
}
.officialPageNationBtn{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #A9A9A9;
    background-color: #33363C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.officialPageNationBtn:hover{
    background-color: #F1B065;
    color: #ffffff;
}
.LeftArrow{
    background-image: url('../images/pc/officialAnnouncement/LeftArrow.png');
    background-position: center;
    background-repeat: no-repeat;
}
.LeftArrow:hover{
    background-image: url('../images/pc/officialAnnouncement/화살표복사.png');
}
.RightArrow{
    background-image: url('../images/pc/officialAnnouncement/RightArrow.png');
    background-position: center;
    background-repeat: no-repeat;
}
.RightArrow{
    background-image: url('../images/pc/officialAnnouncement/화살표.png');
}
/*---------------------------------------*/
.exchangeLeft{
    width: 25%;
    padding: 20px;
    background-color: #282C34;
    border-radius: 20px 0px 0px 20px;
}
.exchangeItem{
    border-radius:20px;
    height: 50px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border: solid 1px #282C34;
}
.exchangeItem img{
    margin-right: 10px;
}
.exchangeItem:hover{
    background-color: #3E4149;
    border: solid 1px #51545B;
}
.exchangeItemActive{
    background-color: #3E4149;
    border: solid 1px #51545B;
}
.exchangeRight{
    background-color: #2D3039;
    margin-left: -2px;
    border-radius: 0px 20px 20px 0px;
}
.exchangeHead{
    width: fit-content;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    color: #FFFFFF;
    font-size: 18px;
}
.exchangeInputGroup{
    margin: 0 auto;
    margin-top: 5px;
    width: 90%;
    padding: 10px;
    background-color: #4C5056;
    border-radius: 5px;
}
.inputWarnning {
    margin: 0 auto;
    margin-top: 5px;
    width: 90%;
    vertical-align: middle;
    font-size: 12px;
    color:#ff0000;
    font-weight: bold;
}
.inputLabel {
    margin: 0 auto;
    margin-top: 5px;
    width: 90%;
    vertical-align: middle;
    font-size: 15px;
    color:#FFFFFF;
}
.exchangeButtonBox{
    margin: 20px auto;
    width: 90%;
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
    gap: 10px;
    text-align: center;
}
.exchangeButton{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exchangeButton:hover{
    background-color: #51473E;
    border: solid 1px #F1B065;
    color: #F1B065;
}

.accountHead{
    width: fit-content;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0px;
    color: #FFFFFF;
    font-size: 18px;
}
.dateBox{
    margin: 0px auto;
    width: 90%;
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
    gap: 10px;
    text-align: center;
}
/*--------------- HEADER-------------- */

/*-------------------LOGIN LOGOUT--------------------*/
.topLogo{
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    font-weight: bold;
}
.logButton{
    width: 100px;
    height: 35px;
    color: #C4A947;
    border:  solid 1px #C4A947;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
}
.logButton:hover{
    background: linear-gradient(to right, #B79D3E 0%, #E8CA5E 100% );
    color: #3A2714
}
.flag{
    font-size: 14pt;
}
.flag-div{
    position: absolute;
    right: 15px;
    top: 60px;
    width: 165px;
    background-color: #343741;
    padding: 10px 0px;
    border-radius: 20px;
    z-index: 1;
}
.flagItem{
    display: flex;
    padding: 10px 15px;
    color: #FFFFFF;
}
.flagItem:hover{
    color: #DFAC63;
}
.flagLeft{
    display: flex;
    align-items: center;
}
.flagRight{
    margin-left: auto;
}

.info-div{
    padding: 4px;
    margin-right: 20px;
    display: flex;
    background-color: #1D2228;
    border-radius: 10px;
}

.avator-div{
    padding: 3px;
    display: flex;
    align-items: center;
    margin-bottom: auto;
    background-color: #1D2228;
    border-radius: 10px;
}

.showDownImg{
    margin-left: 10px;
    margin-right: 5px;
}

.showPoints{
    display: block;
}

.showPoint{
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    margin-right: 20px;
}

.showPoint img{
    padding: 3px;
}

.showPoint span{
    padding: 3px;
}

.chargeButton{
    padding: 5px 27px;
    font-size: 14px;
    background: linear-gradient(to right, #DEB073 0%, #F4D79D 100%);
    border-radius: 20px;
    color: #3A2714;
}

/* .chargeButton:hover{
    background-color: #55575D;
} */

.myInfo{
    width: 320px;
    position: absolute;
    right: 0px;
    top: 80px;
    padding: 15px;
    background-color: #39404B;
    display: block;
    border-radius: 25px;
    z-index: 2;
}

.myInfo span{
    margin-left: 5px;
    color: #FFFFFF;
}

.hideInfo{
    width: auto;
    margin-left: auto;
}

.hideInfoImg{
    margin-left: auto;
}

.hideInfo:hover .hideInfoImg{
    display: none;
}

.hideInfoImgOver{
    display: none;
    margin-left: auto;
}

.hideInfo:hover .hideInfoImgOver{
    display: block;
}

.infoTop{
    width: 100%;
    display: flex;
    margin: 8px 0px;
    display: flex;
    align-items: center;
}

.infoTop:hover .hideInfoImg{
    display: none;
}
.infoTop:hover span{
    color: #FDB925;
}
.infoTop:hover .hideInfoImgOver{
    display: block;
}

.infoBody{
    padding: 1px 0;
    padding-bottom: 20px;
}

.infoContentMoney{
    padding: 15px;
    background-color: #292D35;
    border-radius: 10px;
    margin: 8px 0px;
}

.infoContent{
    padding: 15px;
    background-color: #292D35;
    border-radius: 10px;
    display: flex;
    margin: 16px 0px;
    justify-content: center;
}

.infoList{
    display: flex;
}

.deposit{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: 30%;
}

.depositIcon{
    display: block;
}
.depositIconOver{
    display: none;
}
.deposit:hover .depositIcon{
    display: none;
}
.deposit:hover .depositIconOver{
    display: block;
}

.ParaoMark {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.navItems {
    padding-bottom: 10px;
    min-width: 1400px;
    max-width: 2300px;
    margin: 0 auto;
}

.nav {}

.nav-link {
    color: #6E6E6E;
    border-bottom: solid 2px #00000000;
}

.nav-item:hover .nav-link {
    color: #D0A515;
    border-bottom: solid 2px #D0A515;
}

.nav-item {
    padding: 0 10px;
}

.nav-item ul {
    width: 100%;
    min-width: 1400px;
    max-width: 2300px;
    margin: 0 auto;
    display: none;
    position: absolute;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #000000BB;
    list-style-type: none;
    opacity: 0;
}

.nav-item:hover ul {
    opacity: 1;
    padding: 20px;
    display: flex;
}

.nav-item:hover ul li .hoverImages {
    height: auto;
    border-radius: 30px;
    border: solid 1px #FFFFFFBB;
}

.nav-item ul li {
    width: 25%;
    position: relative;
    filter: grayscale(0) brightness(0.9);
    margin: 10px;
}

.nav-item ul li:hover {
    box-shadow: 0px 0px 30px #FFFFFF;
    filter: grayscale(0) brightness(1);
    border-radius: 35px;
}

.nav-item:hover ul li {
    height: auto;
}

.hoverImages {
    width: 100%;
    border: solid 1px #00000001;
    border-radius: 30px;
}

.navPlayText {
    position: absolute;
    width: 25%;
    height: 17%;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #2C3A59;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: auto; */
    cursor: pointer;
    z-index: 3;
    margin-left: 35px;
    bottom: 40px;
    border-radius: 5px;
}

.navPlayText:hover{
    background-color: #CB9F28;
}

.navPlay {
    margin-left: 10px!important;
    height: 11px!important;
    width: auto!important;
}

/*---------------- MAIN--------------- */

.mainTitle {
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 30px;
}

.shadowItem {
    width: 100%;
    border-radius: 20px;
    filter: grayscale(0) brightness(0.8);
}

.shadowItem img {
    width: 100%;
    border-radius: 25px;
    border: solid 1px #00000000;
}

.shadowItem:hover {
    border-radius: 30px;
    box-shadow: 0px 0px 30px #D1A608;
    filter: grayscale(0) brightness(1);
}

.shadowItem:hover img{
    border-radius: 25px;
    border: solid 1px #D1A608;
}
/*----------------CAROSEL---------------*/

.carousel {
    min-width: 1000px;
    max-width: 2300px;
    margin: 25px auto;
}

.carousel-indicators{
    left: auto;
    margin-right: 15px;
    z-index: 1;
}
.carousel-indicators li{
    width: 20px;
    background-color: #404348;
    bottom: -20px;
    border-radius: 3px;
    height: 5px;
}

.carousel-item {
    margin: 0 auto;
    min-width: 1000px;
    max-width: 2300px;
}

.carousel-item img {
    padding: 0;
}

.carousel-inner {
    min-width: 1000px;
    max-width: 2300px;
    border-radius: 20px;
}

/*---------------공지사항-----------------*/

.officialAnnouncement {
    width: 100%;
    border-radius: 20px;
    font-size: 16px;
    background-color: #1F2430;
    margin: 25px auto;
    padding: 5px 0px;
    height: 35px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
}

/*-------------게임바로가기--------------*/

.goGame {
    display: flex;
    padding: 0px;
    margin: 40px 0;
}

.EvolutionGaming {
    display: flex;
    width: 60%;
    height: 400px;
    padding: 0px;
    background-image: url('../images/pc/goGame/evolutionBack.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.evolutionLeftBox {
    width: 90%;
    padding: 40px 30px;
    position: relative;
    font-size: 12px;
    color: #DAD2EC;
    font-family: NanumSquare_ac;
}

.evolutionStep {
    display: flex;
}

.evolutionStep span {
    color: #F19C0D;
    cursor: pointer;
}

.evolutionStep ul {
    list-style-type: disc;
    display: flex;
}

.evolutionStep ul li {
    margin-right: 35px;
    cursor: pointer;
}

.evolutionTitle {
    margin-top: 40px;
    font-size: 40px;
    font-weight: bold;
    font-family: OTSBAggroB;
}

.bettingLimit {
    margin: 25px 0px;
}

.evolutionPlay {
    width: 110px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #2C3A59;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    cursor: pointer;
    border-radius: 5px;
}

.evolutionPlay:hover {
    background-color: #F19C0D;
}

.evolutionPlay img {
    margin-left: 10px;
    height: 11px;
}

.evolutionRightBox {
    display: flex;
    justify-content: flex-end;
    width: 10%;
    padding: 0px;
    height: 100%;
}

.evolutionRightBox img {
    height: 100%;
}

.others {
    display: block;
    padding-left: 15px;
    padding-right: 0px;
}

.goLiveCasino {
    display: flex;
    height: 190px;
    padding: 0;
    border-radius: 15px;
    background-color: #272A30;
}

.goLiveCasino img{
    height: 100%
}

.casinoImage {
    display: flex;
    align-items: center;
    margin: 15px;
    border-radius: 15px;
}

.casinoDescription {
    display: block;
    margin: auto 0;
}

.casinoDescription .title {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
}

.casinoDescription .content {
    color: #CECECF;
    margin-bottom: 10px;
}

.goArrow {
    width: 35px;
    border-radius: 0px 15px 15px 0px;
    background-color: #32343A;
    background-image: url(../images/pc/goGame/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
}

.goArrow:hover {
    background-image: url(../images/pc/goGame/arrowHover.png);
}

/*-------------LIVECASINOITEMS-----------*/

.liveCasinoItems {
   width: 100%;
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(8, 1fr);
    padding-top: 20px;
    padding-bottom: 40px;
    gap: 16px;
}

/*-------------SLOTITEMS-----------*/

.slotGameItems {
   width: 100%;
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(8, 1fr);
    padding-top: 20px;
    padding-bottom: 40px;
    gap: 16px;
}

/*-------------MINIGAME-----------*/

.minigameItems {
    width: 100%;
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(8, 1fr);
    padding-top: 20px;
    padding-bottom: 40px;
    gap: 16px;
}

/*----------------RECOMEMNDEDGAME--------------*/

.recommendgameItems {
    width: 100%;
    display: flex;
    padding-top: 20px;
    padding-bottom: 75px;
}

/*-----------------SBO------------------*/

.SBOcardItem {
    display: flex;
    width: 25%;
    min-width: 350px;
    height: 220px;
    background-image: url('../images/pc/recommendGame/SBOBack.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
    transition: all 0.2s;
}

.SBOcardItem:hover {
    /* flex-basis: 0; */
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    background-image: url('../images/pc/recommendGame/SBO_ActiveBack.png');
}

.SBOLeftBox {
    width: 90%;
    padding: 40px 30px;
    display: block;
    margin: auto 0;
}

.SBOLeftBox .title {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: bold;
}

.SBOLeftBox .content {
    color: #CECECF;
}

.SBORightBox {
    display: flex;
    justify-content: flex-end;
    width: 10%;
    padding: 0px;
    height: 100%;
}

.SBORightBox img {
    height: 100%;
}

.SBORightBox .normalImage {
    display: block;
    transition: all 0.2s;
}

.SBORightBox .activeImage {
    display: none;
    transition: all 0.2s;
}

.SBOcardItem:hover .SBORightBox .normalImage {
    display: none;
    transition: all 0.2s;
}

.SBOcardItem:hover .SBORightBox .activeImage {
    display: block;
    transition: all 0.2s;
}

/*-----------------BTI------------------*/

.BTIcardItem {
    display: flex;
    width: 25%;
    min-width: 350px;
    height: 220px;
    background-image: url('../images/pc/recommendGame/BTIBack.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
    transition: all 0.2s;
}

.BTIcardItem:hover {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    background-image: url('../images/pc/recommendGame/BTI_ActiveBack.png');
}

.BTILeftBox {
    width: 90%;
    padding: 40px 30px;
    display: block;
    margin: auto 0;
}

.BTILeftBox .title {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: bold;
}

.BTILeftBox .content {
    color: #CECECF;
}

.BTIRightBox {
    display: flex;
    justify-content: flex-end;
    width: 10%;
    padding: 0px;
    height: 100%;
}

.BTIRightBox img {
    height: 100%;
}

.BTIRightBox .normalImage {
    display: block;
    transition: all 0.2s;
}

.BTIRightBox .activeImage {
    display: none;
    transition: all 0.2s;
}

.BTIcardItem:hover .BTIRightBox .normalImage {
    display: none;
}

.BTIcardItem:hover .BTIRightBox .activeImage {
    display: block;
}

/*-----------------SABA------------------*/

.SABAcardItem {
    display: flex;
    width: 25%;
    min-width: 350px;
    height: 220px;
    background-image: url('../images/pc/recommendGame/SABABack.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
    transition: all linear 0.2s;
}

.SABAcardItem:hover {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    background-image: url('../images/pc/recommendGame/SABA_ActiveBack.png');
}

.SABALeftBox {
    width: 90%;
    padding: 40px 30px;
    display: block;
    margin: auto 0;
}

.SABALeftBox .title {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: bold;
}

.SABALeftBox .content {
    color: #CECECF;
}

.SABARightBox {
    display: flex;
    justify-content: flex-end;
    width: 10%;
    padding: 0px;
    height: 100%;
}

.SABARightBox img {
    height: 100%;
}

.SABARightBox .normalImage {
    display: block;
    transition: all 0.2s;
}

.SABARightBox .activeImage {
    display: none;
    transition: all 0.2s;
}

.SABAcardItem:hover .SABARightBox .normalImage {
    display: none;
}

.SABAcardItem:hover .SABARightBox .activeImage {
    display: block;
}

/*---------------- FOOTER --------------*/

.footer {
    width: 100%;
    margin: 0 auto;
    background-color: #0C1116;
    min-height: 340px;
    max-width: 2400px;
    position: relative;
    padding: 0 150px;
}

.request {
    position: absolute;
    top: 35px;
    right: 15px;
    float: right;
    display: flex;
    font-size: 12px;
    z-index: 10;
}

.request img {
    height: 12px;
}

.telegram {
    width: 95px;
    height: 35px;
    margin-left: 25px;
    border-radius: 15px;
    background-color: #17B7FD;
    color: #ffffff;
    cursor: pointer;
    filter: grayscale(0) brightness(1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.telegram:hover {
    background-color: #66d1ff;
    filter: grayscale(0) brightness(1);
}

.kakao {
    width: 95px;
    height: 35px;
    margin-left: 25px;
    border-radius: 15px;
    background-color: #FDE622;
    color: #2F0F0F;
    cursor: pointer;
    filter: grayscale(0) brightness(1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.kakao:hover {
    background-color: #fff176;
    filter: grayscale(0) brightness(1);
}

.logoImage {
    width: 100%;
    min-width: 1200px;
    max-width: 2300px;
    margin: 0 auto;
    margin-top: auto;
    position: relative;
}

.logo {
    padding-right: 55px;
    min-width: 1200px;
    max-width: 2300px;
    margin: 0 auto;
    margin-top: 45px;
    z-index: 1;
}

.chatIcon {
    position: fixed;
    right: 30px;
    bottom: 55px;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background-color: #30313F;
    z-index: 10;
}

@media screen and (min-width:2300px)
{
    .chatIcon {
        right: calc(50% - 1100px);
        bottom: 400px;
    }
}