@charset "utf-8";
/* 
------------------------------------------------------------
MGAME Web Design Team
first written : Yang Young bok 260623
updated :
------------------------------------------------------------
*/
/* reset */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
html{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;-moz-text-size-adjust:none;font-size:62.5%}
body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,p,th,td,caption,fieldset,legend,input,button,textarea{margin:0;padding:0}
body,input,button,select,textarea{font-family:'Pretendard Variable',Pretendard,arial;font-weight:500;font-size:1.4rem;color:#2f2f2f}
img,button,fieldset{border:0}
img{vertical-align:middle}
ul,ol,li{list-style:none}
a{color:#323232;text-decoration:none}
button{cursor:pointer}
table{border-collapse:collapse;width:100%}
/* Mobile */
.wrap{margin:0 auto;min-width:320px;max-width:2560px;overflow-x:hidden}
.wrap.fixed{position:fixed;width:100%;overflow:hidden}
.header{position:fixed;top:0;width:100%;max-width:2560px;height:50px;background:#000;z-index:200}
.header h1{display:flex;align-items:center;margin:0 auto;width:91px;height:100%}
.header h1 img{width:100%}
.footer{padding:20px;background:#000;font-size:0.9rem;color:#666;text-align:center}
.terms{display:flex;justify-content:center;margin:0 0 5px 0;font-size:1.1rem}
.terms a{color:#666}
.terms a:hover{color:#fff17c}
.terms li:not(:first-child)::before{display:inline-block;content:'';margin:-2px 7px 0 7px;width:1px;height:10px;background:#666;vertical-align:middle}
address{font-style:normal}
/* gnb */
.gnb{width:0;max-height:100vh;overflow-y:auto}
.gnb .btnMenu{position:absolute;top:12px;right:8px;padding:5px;display:none}
.gnb .btnMenu span{width:23px;height:1px;border:none;background:#000;transform:rotate(-45deg)}
.gnb .btnMenu:before{top:13.5px;width:23px;height:1px;border:none;background:#000;transform:rotate(45deg)}
.gnb .btnMenu:after{display:none}
.gnb>div{position:relative;left:-100%;box-sizing:border-box;padding:60px 0 0 0;width:0;min-height:100%;background:#fff;transition:left .3s ease}
.gnb.open{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75)}
.gnb.open>div{left:0;width:78%;min-width:280px}
.gnb.open .btnMenu{display:block}
.btnMenu{position:absolute;top:11px;left:15px;padding:6px 5px 4px 5px;width:30px;height:28px;background:none}
.btnMenu span{display:block;width:20px;height:2px;border-top:2px solid #fff;font:0/0 arial;text-indent:-9999px}
.btnMenu:before,.btnMenu:after{content:'';position:absolute;left:5px;width:20px;height:2px;border-top:2px solid #fff;overflow:hidden}
.btnMenu:before{top:7px}
.btnMenu:after{bottom:5px}
.menu li{font-weight:900;font-size:2.4rem;line-height:4rem}
.menu a{display:block;padding:10px 30px}
.menu a:hover{font-size:3rem;color:#0a9d11}
.sns{display:flex;gap:20px;margin:45px 30px 0 30px;padding:0 0 30px 0}
.sns ul{display:flex;gap:20px}
.sns li{width:41px;height:41px;overflow:hidden}
.sns ul img{width:100%}
.sns ul img:hover{margin-top:-41px}
.btnPlay{display:none}
/* content */
.top{position:fixed;bottom:10px;right:5px;width:60px;height:60px;background:url(https://netgameimage.gscdn.com/games/baccarat/common/btn_top.png) no-repeat;background-size:cover;z-index:100;transition:all 0.3s ease;display:none}
.top a{display:flex;justify-content:center;align-items:center;height:100%;font-weight:900;color:#fff17c;transition:all 0.3s ease}
.top:hover{filter:brightness(110%)}
.top:hover a{color:#fec61a}
/* Mobile - Landscape */
@media all and (min-width:576px) {
.gnb.open>div{width:50%}
}
/* Desktop */
@media all and (min-width:1024px) {
.btnMenu{display:none}
.header{display:flex;justify-content:space-between;align-items:center;gap:30px;height:90px;background:rgba(0,0,0,.75)}
.header h1{margin:0 0 0 23px;width:196px}
.terms{font-size:1.8rem}
.footer{padding:60px;font-size:1.6rem}
.gnb{flex-grow:1;overflow:inherit}
.gnb>div{display:flex;justify-content:space-between;align-items:center;gap:30px;left:0;padding:0;width:100%;background:none}
.gnb.open{position:relative;top:inherit;left:inherit;width:0;background:none}
.gnb.open>div{left:inherit;width:100%}
.menu{display:flex;justify-content:space-between;align-items:center;flex-grow:1;gap:10px;margin:0 auto;max-width:588px}
.menu li{position:relative;font-weight:500}
.menu a{padding-left:0;padding-right:0;font-size:2rem;color:#fff;transition:all .3s}
.menu a:hover{font-weight:900;font-size:2rem;color:#32ea3e;letter-spacing:-0.5px}
.menu a:hover:before{opacity:1}
.menu a:before{display:block;content:'';position:absolute;top:59px;left:calc(50% - 16px);width:32px;height:32px;background:url(https://netgameimage.gscdn.com/games/baccarat/common/icon_gnb.png) no-repeat;opacity:0;transition:all .3s}
.sns{align-items:center;gap:5px;margin:0;padding:0}
.sns ul{gap:14px}
.sns li{width:35px;height:35px}
.sns a:hover img{margin-top:-35px}
.btnPlay{display:block;width:154px;height:92px;background:url(https://netgameimage.gscdn.com/games/baccarat/common/btn_play.png) no-repeat;font:0/0 arial;transition:all 0.3s ease}
.btnPlay:hover{background-image:url(https://netgameimage.gscdn.com/games/baccarat/common/btn_play_on.png)}
.top{bottom:40px;right:40px;width:120px;height:120px;font-size:2.8rem}
}
/* Desktop - wide */
@media all and (min-width:1260px) {
.sns{gap:15px}
}