@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;500;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:wght@100;200;300;500;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:wght@100;200;300;500;600;700;900&display=swap);.HeaderWrap{position:fixed;width:100%;z-index:100}@-webkit-keyframes fadeInOut{0%{background-color:red}50%{background-color:#540808}to{background-color:red}}@keyframes fadeInOut{0%{background-color:red}50%{background-color:#540808}to{background-color:red}}.NavWrap{align-items:center;display:flex;height:90px;position:relative;text-align:left;width:100%}#HeaderBgColor{background-color:#000;height:100%;left:0;opacity:0;position:absolute;top:0;transition:.5s;width:100%;z-index:-1}.NavWrap>.Hlogo{cursor:pointer;padding:9px 15px 9px 21px;transition:.3s;z-index:10}.NavWrap>.Hlogo>img{height:auto;width:100%}.NavWrap .NavContainer{padding-left:10px}.NavWrap .NavContainer .NavContainerWrap ul li{display:inline-block;margin:0 9px;vertical-align:middle}.NavWrap .NavContainer .NavContainerWrap ul li:not(:first-child){margin-left:0}.NavWrap .NavContainer .NavContainerWrap ul li a{color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:900;letter-spacing:.04em;outline:none;padding:20px 15px;transition:all .2s ease-out}.NavWrap .NavContainer .NavContainerWrap ul li a:hover{color:#48d3f9}.NavWrap .NavContainer .NavContainerWrap ul li .active{color:#ffc835;pointer-events:none}#Nav:checked+.NavOpen{position:fixed;right:0;top:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}#Nav:checked+.NavOpen i{background:#fff;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}#Nav:checked+.NavOpen i:first-child{-webkit-transform:translateY(6px) rotate(180deg);transform:translateY(6px) rotate(180deg)}#Nav:checked+.NavOpen i:nth-child(2){opacity:0}#Nav:checked+.NavOpen i:nth-child(3){-webkit-transform:translateY(-6px) rotate(90deg);transform:translateY(-6px) rotate(90deg)}#Nav:checked~.NavContainer{display:block;opacity:1;z-index:100}#Nav:checked~.NavContainer .Dropdown,#Nav:checked~.NavContainer ul li button{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.hidden{display:none!important}.ColorLine{-webkit-animation:gradient 12s ease infinite;animation:gradient 12s ease infinite;background:linear-gradient(-45deg,#f0606d,#ffc835,#48d3f9);background-size:400% 400%;height:3px}@-webkit-keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.NavContainerWrap>ul>li>.Dropdown>.Dropbtn{align-items:center;background-color:#000;background:url(https://data.actgames.co/actgames/images/common/dropdown_arrow_n.png)no-repeat right 12px center;background-size:30px 30px;border-top:2px solid #fff;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;height:90px;justify-content:center;line-height:45px;min-width:250px;padding-left:18px!important;text-align:left;transition:.3s}.NavContainerWrap>ul>li>.Dropdown>.Dropbtn:hover{background:url(https://data.actgames.co/actgames/images/common/dropdown_arrow_h.png)no-repeat right 12px center!important;background-color:#1a1a1a!important;background-size:30px 30px!important;border-top:2px solid #48d3f9}.NavContainerWrap>ul>li>.Dropdown:hover .Dropbtn{background:url(https://data.actgames.co/actgames/images/common/dropdown_arrow_h_white.png)no-repeat right 12px center;background-color:#1a1a1a;background-size:30px 30px}.NavContainerWrap>ul>li>.Dropdown>.DropDownContent{background-color:#1a1a1a;box-shadow:0 8px 16px 0 rgba(0,0,0,.3);display:none;min-width:250px;overflow:hidden;position:absolute;z-index:11}.NavContainerWrap>ul>li>.Dropdown>.DropDownContent>a{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:900;padding:18px;transition:.3s;width:100%}.NavContainerWrap>ul>li>.Dropdown>.DropDownContent>a:hover{background-color:#48d3f9;color:#1a1a1a}.NavContainerWrap>ul>li>.Dropdown:hover .DropDownContent{display:block}@media screen and (max-width:1100px){.NavContainerWrap{width:100%}.NavContainerWrap>ul>li a{display:block!important;padding:9px!important}.NavContainerWrap>ul>li>.Dropdown>.Dropbtn{background-color:#000;background:none;border-top:0 solid #fff;box-sizing:border-box;color:#fff;cursor:pointer;display:block;height:auto;line-height:auto;min-width:auto;padding:6px!important;transition:.3s}.NavContainerWrap>ul>li>.Dropdown:hover,.NavContainerWrap>ul>li>.Dropdown:hover .Dropbtn{background:none}.NavContainerWrap>ul>li>.Dropdown>.Dropbtn:hover{background:none!important;background-color:none!important;border-top:0 solid #fff}.NavContainerWrap>ul>li>.Dropdown>.DropDownContent{background-color:initial;box-shadow:none;min-width:none;overflow:visible;position:relative}.NavContainerWrap>ul>li>.Dropdown>.DropDownContent>a{color:#fff;cursor:pointer;font-size:13px;font-weight:900;padding:12px!important;transition:.3s}.NavContainerWrap>ul>li>.Dropdown>.DropDownContent>a:hover{background-color:initial;color:#48d3f9}.NavContainerWrap>ul>li>.Dropdown>.DropDownContent{display:block}}.LanguageButtonWrap{position:absolute;right:15px;top:24px}.LanguageButtonWrap>.Dropdown>.Dropbtn{align-items:center;background-color:#000;background:url(https://data.actgames.co/actgames/images/common/dropdown_arrow_n.png)no-repeat right 3px center;background-size:30px 30px;border:2px solid #fff;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:800;min-width:75px;padding:9px 12px;text-align:left;text-transform:uppercase;transition:.3s}.LanguageButtonWrap>.Dropdown>.Dropbtn:hover{background:url(https://data.actgames.co/actgames/images/common/dropdown_arrow_h_white.png)no-repeat right 3px center!important;background-color:#1a1a1a!important;background-size:30px 30px!important}.LanguageButtonWrap>.Dropdown:hover .Dropbtn{background:url(https://data.actgames.co/actgames/images/common/dropdown_arrow_h_white.png)no-repeat right 3px center;background-color:#1a1a1a;background-size:30px 30px;border:2px solid #1a1a1a}.LanguageButtonWrap>.Dropdown>.DropDownContent{background-color:#1a1a1a;box-shadow:0 8px 16px 0 rgba(0,0,0,.3);display:none;min-width:75px;overflow:hidden;position:absolute;z-index:11}.LanguageButtonWrap>.Dropdown>.DropDownContent>button{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:900;padding:12px;text-transform:uppercase;transition:.3s;width:100%}.LanguageButtonWrap>.Dropdown>.DropDownContent>button:hover{background-color:#48d3f9;color:#1a1a1a}.LanguageButtonWrap>.Dropdown:hover .DropDownContent{display:block}.LanguageButtonWrap>.Dropdown>.DropDownContent>.active{background-color:#48d3f9;color:#1a1a1a;opacity:1;pointer-events:none}@media screen and (max-width:1100px){.LanguageButtonWrap{position:relative}.LanguageButtonWrap>.Dropdown>.Dropbtn{display:none}.LanguageButtonWrap>.Dropdown>.DropDownContent{background-color:initial;box-shadow:0 8px 16px 0 transparent;display:block;justify-content:left;overflow:visible;padding:6px 15px;position:relative;z-index:11}.LanguageButtonWrap>.Dropdown>.DropDownContent>button{background-color:initial;display:inline-block;margin:3px 6px;width:auto}.LanguageButtonWrap>.Dropdown>.DropDownContent>button:hover{background-color:initial;color:#48d3f9}.HeaderWrap{width:100%}.HeaderWrap .NavWrap .NavContainer{background:#2c2c2c;display:none;height:100vh;left:0;opacity:0;overflow-x:hidden;padding-left:0;position:fixed;top:0;width:100vw;z-index:10}.HeaderWrap .NavContainer .NavContainerWrap{display:block;overflow-x:hidden;overflow-y:scroll;position:relative;width:100%}.HeaderWrap .NavContainer ul{padding:30px 6px 0;position:relative;width:100%}.HeaderWrap .NavContainer ul li{display:block;float:none;text-align:left;width:100%}.HeaderWrap .NavContainer ul li:not(:first-child){margin-left:0}.HeaderWrap .NavContainer .NavContainerWrap ul li a{color:#fff;font-size:15px;font-weight:700;opacity:1;padding:3px 12px;-webkit-transform:translateY(-20px);transform:translateY(-20px);transition:all .2s ease}.NavWrap .NavContainer .NavContainerWrap ul li a:hover{color:#51c4e4}.NavWrap .NavContainer .NavContainerWrap ul li .Active{color:#ffc835;pointer-events:none}.HeaderWrap .NavWrap{position:relative;width:100%}.HeaderWrap .NavWrap .NavOpen{border-radius:50%;cursor:pointer;display:block;height:48px;position:absolute;right:10px;top:20px;width:48px;z-index:30000}.HeaderWrap .NavOpen i{background:#fff;border-radius:2px;display:block;height:2px;margin-left:14px;width:20px}.HeaderWrap .NavOpen i:first-child{margin-top:16px}.HeaderWrap .NavOpen i:nth-child(2){margin-top:4px;opacity:1}.HeaderWrap .NavOpen i:nth-child(3){margin-top:4px}.NavWrap .NavContainer .IsLogin{display:block;padding-left:40px;position:relative}#HeaderBgColor{background-color:#000;opacity:.7!important}}.AppIcon{border-radius:20%;height:auto;margin-right:9px;max-width:42px;width:100%}.Zoids{content:url(https://data.actgames.co/actgames/images/games/zoids/app.webp)}.Bubs{content:url(https://data.actgames.co/actgames/images/games/bubs/app.webp)}.Aggre{content:url(https://data.actgames.co/actgames/images/games/aggretsuko/app.webp)}.Peko{content:url(https://data.actgames.co/actgames/images/games/pekopop/app.webp)}.MogMog{content:url(https://data.actgames.co/actgames/images/games/mogmog/app.webp)}.Transformers{content:url(https://data.actgames.co/actgames/images/games/Transformer/app.webp)}.Kity{content:url(https://data.actgames.co/actgames/images/games/kity/app.webp)}.Disabled{pointer-events:none}.Disabled img{-webkit-filter:grayscale(100);filter:grayscale(100)}.Disabled p{color:#828282}.Disabled span{color:#51c4e4}.Flex{display:flex;justify-content:left}.Flex div{display:inline-block}.Footer{background-color:#000;display:block;position:relative;width:100%;z-index:1}.Footer>.FooterWrap{align-items:center;display:flex;justify-content:space-between;justify-content:center;padding:24px}.Footer>.FooterWrap>.FooterLogoWrap{text-align:left;width:20%}.Footer>.FooterWrap>.TermsBtn{text-align:left;width:100%}.Footer>.FooterWrap>.TermsBtn>a{color:#fff;cursor:pointer;font-size:14px;font-weight:700;margin:6px 12px;transition:.2s}.Footer>.FooterWrap>.TermsBtn a:hover{color:#51c4e4}.Footer>.FooterWrap>.FooterBtnWpap{text-align:right;width:100%}.Footer>.FooterWrap>.FooterBtnWpap>a>img{height:auto;margin:6px;max-width:150px;transition:.4s}.Footer>.FooterWrap>.FooterBtnWpap>a:hover img{background-color:#51c4e4;border-radius:6%;box-shadow:0 0 10px 1px #51c4e4,0 0 30px 3px #51c4e4;left:50%;top:50%}.Footer .FooterWrap .Flogo{cursor:pointer;height:60px;position:relative;width:110px}.CopyRightWrap{padding:15px;text-align:left}.CopyRightWrap>.CopyRight{color:#7c7c7c;font-size:12px;font-weight:400}@media only screen and (max-width:1100px){.Footer>.FooterWrap{flex-direction:column;justify-content:center;text-align:center}.Footer>.FooterWrap>.FooterLogoWrap{padding:12px;text-align:center;width:auto}.Footer>.FooterWrap>.FooterBtnWpap,.Footer>.FooterWrap>.TermsBtn{padding:12px;text-align:center}.Footer>.FooterWrap>.FooterBtnWpap>a{margin:12px 6px}.Footer>.CopyRightWrap{padding:12px;text-align:center}}@media only screen and (max-width:460px){.Footer>.FooterWrap>.TermsBtn>a{font-size:12px;margin:6px}}.SectionMain{background:radial-gradient(#0b1633,#01091d,#000);min-height:100vh;overflow:hidden;position:relative;z-index:2}.StarsCanvas{-webkit-animation:StarsIn 2.2s ease-out;animation:StarsIn 2.2s ease-out;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@-webkit-keyframes StarsIn{0%{opacity:0;top:100%}to{opacity:1;top:0}}@keyframes StarsIn{0%{opacity:0;top:100%}to{opacity:1;top:0}}.SectionMain .BGVideo{height:100vh!important;left:0;object-fit:cover!important;position:absolute;top:0;width:100%!important;z-index:-1}.BGPattern100{background:url(https://imgs.zoidsnft.io/images/bg_main_pattern100.png) 0 0 repeat;height:100vh;z-index:-1}.SectionMain>.SectionMainWrap>.ContentsWrap{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;position:relative;text-align:center;width:100%;z-index:10}.GlobeWrap{-webkit-animation:globeIn 2s ease-in-out;animation:globeIn 2s ease-in-out;height:100vh;left:0;position:absolute;top:40%;width:100%;z-index:-1}@-webkit-keyframes globeIn{0%{top:100%}to{top:40%}}@keyframes globeIn{0%{top:100%}to{top:40%}}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.SectionMain>.SectionMainWrap>.ContentsWrap>h2{color:#fff;font-size:54px;font-weight:900;white-space:pre-wrap}.SectionMain>.SectionMainWrap>.ContentsWrap>h5{color:#fff;font-size:27px;font-weight:900}.SectionMain>.SectionMainWrap>.ContentsWrap>h6{color:#fff;font-size:14px;font-weight:500}@media screen and (max-width:1024px){.SectionMain>.SectionMainWrap>.ContentsWrap>h2{font-size:45px}}@media screen and (max-width:720px){.SectionMain>.SectionMainWrap>.ContentsWrap>h2{font-size:39px}}@media screen and (max-width:480px){.SectionMain>.SectionMainWrap>.ContentsWrap>h2{font-size:27px}}.SectionMain>.SectionMainWrap>.ContentsWrap>.VideoPlayBtn{-webkit-animation:glowInOut 3s linear infinite;animation:glowInOut 3s linear infinite;background:url(https://data.actgames.co/actgames/images/common/video_n.png) no-repeat 50%;background-size:contain;border-radius:100%;cursor:pointer;height:90px;margin:15px;min-height:60px;min-width:60px;position:relative;width:90px}.SectionMain>.SectionMainWrap>.ContentsWrap>.VideoPlayBtn:hover{background:url(https://data.actgames.co/actgames/images/common/video_h.png) no-repeat 50%;background-color:#fff;background-size:contain;border-radius:100%;box-shadow:0 0 10px 1px #fff,0 0 30px 3px #fff;transition:.3s}@-webkit-keyframes glowInOut{0%{box-shadow:0 0 0 0 #fff,0 0 0 0 #fff}50%{box-shadow:0 0 30px 1px #fff,0 0 60px 3px #48d3f9}to{box-shadow:0 0 0 0 #fff,0 0 0 0 #fff}}@keyframes glowInOut{0%{box-shadow:0 0 0 0 #fff,0 0 0 0 #fff}50%{box-shadow:0 0 30px 1px #fff,0 0 60px 3px #48d3f9}to{box-shadow:0 0 0 0 #fff,0 0 0 0 #fff}}.SectionMainNews{align-items:center;display:flex;flex-direction:column;padding:30px 0}.SectionMainNews>.SectionMainNewsWrap{display:flex;flex-direction:column;justify-content:center;max-width:1500px;width:98%}.SectionMainNews>.SectionMainNewsWrap>.NewsTitleWrap{align-items:center;display:flex;justify-content:space-between;padding:30px 0}.SectionMainNews>.SectionMainNewsWrap>.NewsTitleWrap>h2{font-size:30px;padding:15px 18px}.SectionMainNews>.SectionMainNewsWrap>.NewsTitleWrap>a{color:#000;font-size:15px;font-weight:700;margin-top:6px;padding:15px;transition:.2s}.SectionMainNews>.SectionMainNewsWrap>.NewsTitleWrap>a:hover{color:#48d3f9}.SectionMainNews>.SectionMainNewsWrap>.NewsTitleWrap>a:hover img{content:url(https://data.actgames.co/actgames/images/common/arrow_right_point.png)}.SectionMainNews>.SectionMainNewsWrap>.NewsTitleWrap>a>img{content:url(https://data.actgames.co/actgames/images/common/arrow_right_black.png);display:inline-block;height:24px;margin-top:-1px;padding-left:3px;transition:.2s;vertical-align:middle;width:24px}.SectionMainNews>.SectionMainNewsWrap>.NewsContentWrap{align-items:center;display:flex;justify-content:space-between;padding:0 0 30px;width:100%}.SectionMainNews>.SectionMainNewsWrap>.NewsContentWrap>a{box-shadow:0 6px 21px 0 rgba(0,0,0,.1);cursor:pointer;margin:18px;transition:.6s;width:90%}.SectionMainNews>.SectionMainNewsWrap>.NewsContentWrap>a:hover{box-shadow:0 6px 21px 0 rgba(81,196,228,.7)}.SectionMainNews>.SectionMainNewsWrap>.NewsContentWrap>a>.imgWrap{overflow:hidden;width:100%}.SectionMainNews>.SectionMainNewsWrap>.NewsContentWrap>a>.TextWrap{box-sizing:border-box;padding:15px 15px 21px;width:100%}.SectionMainNews>.SectionMainNewsWrap>.NewsContentWrap>a>.TextWrap>p{color:#ff5968;font-size:13px;font-weight:500;padding:3px 0}.SectionMainNews>.SectionMainNewsWrap>.NewsContentWrap>a>.TextWrap>h5{color:#242424;font-size:18px;font-weight:900;padding:3px 0}.SectionMainNews>.SectionMainNewsWrap>.NewsContentWrap>a>.imgWrap>img{height:auto;width:100%}@media screen and (max-width:550px){.SectionMainNews>.SectionMainNewsWrap>.NewsContentWrap{flex-direction:column}.SectionMainNews>.SectionMainNewsWrap>.NewsContentWrap>a>.TextWrap>p{font-size:12px;font-weight:600;padding:3px 0}.SectionMainNews>.SectionMainNewsWrap>.NewsContentWrap>a>.TextWrap>h5{font-size:15px;font-weight:800;padding:3px 0}}.MainGamesSection{align-items:center;background-size:cover;background:radial-gradient(#0b1633,#01091d,#000);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow-x:hidden;width:100%}.MainGamesSectionWrap>.MainGamesSwiper{align-items:center;display:flex;justify-content:space-between;position:relative;width:100%}.MainGamesSwiperWrap{position:relative;width:50%}.MainGamesSwiperWrap>.CardSwiper{height:auto;max-width:1024px;min-width:280px;width:100%}.MainGamesSwiperWrap>.CardSwiper .swiper-slide{filter:blur(66px);-webkit-filter:blur(66px);mix-blend-mode:overlay;overflow:visible!important;transition:.6s}.MainGamesSwiperWrap>.CardSwiper .swiper-slide-active{filter:blur(0);-webkit-filter:blur(0);mix-blend-mode:normal;transition:.6s}.MainGamesSwiperWrap>.swiper-3d .swiper-slide-shadow{background:transparent!important}.MainGamesSwiperWrap>.CardSwiper .swiper-slide img{height:auto;width:100%}.MainGamesSwiper>.TextWrap{color:#fff;width:50%;z-index:10}.MainGamesSwiper>.TextWrap>h2{font-size:48px;font-weight:900}.MainGamesSwiper>.TextWrap>h6{font-size:15px;font-weight:600}.MainGamesSwiper>.TextWrap>.BtnWrap{margin:30px 0}.MainGamesSwiper>.TextWrap>.BtnWrap>a{background-color:#48d3f9;border-radius:5px;color:#000;font-size:18px;font-weight:900;margin:24px 0;padding:10px 36px;text-transform:uppercase;transition:.2s}.MainGamesSwiper>.TextWrap>.BtnWrap>a:hover{background-color:#fff}@media screen and (max-width:1920px){.MainGamesSwiperWrap>.CardSwiper{max-width:720px}}@media screen and (max-width:1100px){.MainGamesSwiperWrap>.CardSwiper{max-width:512px}}@media screen and (max-width:700px){.MainGamesSectionWrap>.MainGamesSwiper{flex-direction:column}.MainGamesSwiperWrap{width:80%}.MainGamesSwiper>.TextWrap{width:90%}}@media screen and (max-width:500px){.MainGamesSwiper>.TextWrap,.MainGamesSwiperWrap{width:70%}}@media screen and (max-width:390px){.MainGamesSwiper>.TextWrap,.MainGamesSwiperWrap{width:55%}}.MainCareerSection{align-items:center;background-size:cover;background:radial-gradient(#0b1633,#01091d,#000);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow-x:hidden;width:100%}.MainCareerSection>.MainCareerSectionWrap{max-width:1500px;width:100%}.MainCareerSection>.MainCareerSectionWrap>.MainCareerWrap{align-items:center;display:flex;justify-content:space-between;position:relative;width:100%}.MainCareerSection>.MainCareerSectionWrap>.MainCareerWrap>.TextWrap{color:#fff;width:100%;z-index:10}.MainCareerSection>.MainCareerSectionWrap>.MainCareerWrap>.TextWrap>h2{font-size:48px;font-weight:900;padding:3px 15px}.MainCareerSection>.MainCareerSectionWrap>.MainCareerWrap>.TextWrap>h6{font-size:15px;font-weight:600;padding:3px 15px}.MainCareerSection>.MainCareerSectionWrap>.MainCareerWrap>.TextWrap>.BtnWrap{margin:30px 15px}.MainCareerSection>.MainCareerSectionWrap>.MainCareerWrap>.TextWrap>.BtnWrap>a{background-color:#48d3f9;border-radius:5px;color:#000;font-size:18px;font-weight:900;margin:24px 0;padding:10px 36px;text-transform:uppercase;transition:.2s}.MainCareerSection>.MainCareerSectionWrap>.MainCareerWrap>.TextWrap>.BtnWrap>a:hover{background-color:#fff}.MainCareerSection>.MainCareerSectionWrap>.MainCareerWrap>.ImageWrap{width:100%}.MainCareerSection>.MainCareerSectionWrap>.MainCareerWrap>.ImageWrap>img{height:auto;width:100%}@media screen and (max-width:700px){.MainCareerSection>.MainCareerSectionWrap>.MainCareerWrap{flex-direction:column}}@media screen and (min-width:2500px){.MainCareerSection>.MainCareerSectionWrap{max-width:1920px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;overflow:clip;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transform-origin:center bottom;transform-origin:center bottom}.NotFound{align-items:center;background-color:#2c2c2c;display:flex;flex-direction:column;justify-content:center;min-height:100vh;text-align:center;width:100%}.NotFound>.NotFoundWrap{color:#fff;padding:15px;z-index:2}.NotFound>.NotFoundWrap>span{color:#f0606d;font-size:18vw;font-weight:900}.NotFound>.NotFoundWrap>h1{font-size:28px;font-weight:900}.NotFound>.NotFoundWrap>h6{color:#a0a0a0;font-size:18px;font-weight:400}.CareersSection{align-items:center;display:flex;flex-direction:column;overflow-x:hidden}:lang(en),:lang(jp),:lang(kr){font-family:Noto Sans KR,sans-serif!important}.CareersSection>.SectionHeaderWrap{align-items:center;background:url(https://data.actgames.co/actgames/images/carrers/headerimg.png) no-repeat 50%;background-color:#000;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:390px;overflow:hidden;position:relative;text-align:center;width:100%;z-index:1}.SectionHeaderWrap>.MovieScreen{background:url(https://data.actgames.co/actgames/images/common/screen.png) 0 0 repeat;height:50vh;left:0;opacity:.3;position:absolute;top:0;width:100%;z-index:-1}.SectionHeaderWrap>.BGPattern100{z-index:-1}.CareersSection>.SectionHeaderWrap>h2{color:#fff;font-size:39px}.CareersSection>.CareersIntronWrap{align-items:center;display:flex;justify-content:space-between;min-height:100vh;width:100%}.CareersIntronWrap>.IntroImgWrap{background:url(https://data.actgames.co/actgames/images/carrers/weare_1.png) no-repeat 50%;background-size:cover;min-height:100vh;width:100%}.CareersIntronWrap>.TextWrap{align-items:center;display:flex;justify-content:center;width:100%}.CareersIntronWrap>.TextWrap>.PaddingWrap{padding:60px 30px}.CareersIntronWrap>.TextWrap>.PaddingWrap>h2{font-size:54px;font-weight:900}.CareersIntronWrap>.TextWrap>.PaddingWrap>h6{font-size:14px;font-weight:500;padding:3px;white-space:pre-wrap}.CareersIntronWrap>.TextWrap>.PaddingWrap>p{font-size:14px;font-weight:800;padding:9px 3px}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C1{padding:15px 3px}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C1>h5{color:#f0606d;font-size:24px;font-weight:900}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C1>h6{color:#494949;font-size:15px;font-weight:800}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C2{padding:15px 3px}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C2>h5{color:#ffc835;font-size:24px;font-weight:900}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C2>h6{color:#494949;font-size:15px;font-weight:800}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C3{padding:15px 3px}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C3>h5{color:#50bdda;font-size:24px;font-weight:900}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C3>h6{color:#494949;font-size:15px;font-weight:800}@media screen and (max-width:820px){.CareersSection>.CareersIntronWrap{flex-direction:column-reverse}.CareersIntronWrap>.IntroImgWrap{min-height:50vh}}@media screen and (max-width:720px){.CareersIntronWrap>.TextWrap>.PaddingWrap>h2{font-size:48px}.CareersIntronWrap>.TextWrap>.PaddingWrap>h6,.CareersIntronWrap>.TextWrap>.PaddingWrap>p{font-size:13px}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C1>h5{font-size:18px}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C1>h6{font-size:14px}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C2>h5{font-size:18px}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C2>h6{font-size:14px}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C3>h5{font-size:18px}.CareersIntronWrap>.TextWrap>.PaddingWrap>.C3>h6{font-size:14px}}.CareersSection>.WelfareWarp{align-items:center;display:flex;flex-direction:column;min-height:690px;width:100%}.CareersSection>.WelfareWarp>.PaddingWrap{max-width:1650px;padding:60px 0;width:100%}.CareersSection>.WelfareWarp>.PaddingWrap>.WelfareListWrap{display:flex;justify-content:space-between;width:100%}.CareersSection>.WelfareWarp>.PaddingWrap>.TitleWrap{padding:45px 15px 60px;text-align:center}.CareersSection>.WelfareWarp>.PaddingWrap>.TitleWrap>h2{font-size:54px;font-weight:900}.CareersSection>.WelfareWarp>.PaddingWrap>.TitleWrap>h5{font-size:14px;font-weight:800;padding:3px}.WelfareIconeTypeWrap{grid-column-gap:15px;grid-row-gap:60px;display:grid;grid-template-columns:repeat(4,1fr)}.WelfareIconeTypeWrap>.IconType{align-items:center;display:flex;flex-direction:column;text-align:center}.WelfareIconeTypeWrap>.IconType img{height:auto;max-width:120px;width:100%}.WelfareIconeTypeWrap>.IconType h6{font-size:16px;padding:15px 3px 3px}.WelfareIconeTypeWrap>.IconType p{font-size:14px;font-weight:500;padding:3px}@media screen and (max-width:720px){.WelfareIconeTypeWrap{grid-template-columns:repeat(2,1fr)}.WelfareIconeTypeWrap>.IconType img{max-width:90px}.WelfareIconeTypeWrap>.IconType h6{font-size:14px;padding:15px 3px 3px}.WelfareIconeTypeWrap>.IconType p{font-size:12px;font-weight:500;padding:3px}}@media screen and (max-width:600px){.CareersSection>.WelfareWarp>.PaddingWrap>.WelfareListWrap{flex-direction:column}.CareersSection>.WelfareWarp>.PaddingWrap>.WelfareListWrap>.WelfareContent{padding:30px 6px}.CareersSection>.WelfareWarp>.PaddingWrap>.WelfareListWrap>.WelfareContent>img{height:auto;width:98%}.CareersSection>.WelfareWarp>.PaddingWrap>.WelfareListWrap>.WelfareContent>ul li{color:#444;font-size:14px;font-weight:500}}.JobList{display:flex;flex-direction:column;max-width:1500px;min-height:100vh;width:100%}.JobList>.JobListWrap{padding:15px}.JobList>.JobListWrap>h2{font-size:54px;font-weight:900;padding:15px 3px}.JobCategory>.JobCategoryWrap{width:100%}.JobCategory>.JobCategoryWrap>button{border-bottom:3px solid hsla(0,0%,100%,0);color:#2c2c2c;cursor:pointer;font-size:12px;font-weight:900;margin-right:9px;padding:9px 15px;transition:.2s}.JobCategory>.JobCategoryWrap>.active,.JobCategory>.JobCategoryWrap>button:hover{border-bottom:3px solid #51c4e4;color:#51c4e4}.JobCategory>.JobCategoryWrap>.active{pointer-events:none}.JobContentWrap{display:flex;flex-direction:column;justify-content:center}.JobContentWrap>.Collapsible{border-bottom:1px solid #e3e3e3;cursor:pointer;padding:21px 15px;transition:.2s;vertical-align:middle}.JobContentWrap>.Collapsible:hover{border-bottom:1px solid #000}.JobContentWrap>.active{border-bottom:2px solid #000}.JobContentWrap>.Collapsible>h5{font-size:15px;font-weight:700}.JobContentWrap>.Collapsible>h3{font-size:18px;font-weight:800;padding:3px 0}.JobContentWrap>.Collapsible>div>p{color:#4b4949;display:inline-block;font-size:12px;font-weight:700;margin:0 6px 0 0}.JobContentWrap>.Collapsible>div>p:after{content:"-";padding-left:6px}.JobContentWrap>.Collapsible>div>.Date{color:#f0606d}.JobContentWrap>.Collapsible>div>.Date:after{content:""}.JobContentWrap>.CollapsibleContent{background-color:#f7f7f7;border-bottom:2px solid #000;padding:15px}.JobContentWrap>.CollapsibleContent>.ContentWrap{display:flex;justify-content:left;padding:12px;position:relative}.JobContentWrap>.CollapsibleContent>.ContentWrap>h6{color:#242424;font-size:14px;font-weight:900;min-width:90px}.JobContentWrap>.CollapsibleContent>.ContentWrap>.ContentTextWrap{color:#242424;display:flex;font-size:13px;font-weight:500;justify-content:left;position:relative;z-index:1}.JobContentWrap>.CollapsibleContent>.ContentWrap>.ContentTextWrap>span{margin-left:-3px}.JobContentWrap>.CollapsibleContent>.ContentWrap>.ContentTextWrap>span>a{color:#000;cursor:pointer;font-weight:900;padding:0 5px;text-decoration:underline;transition:.2s}.JobContentWrap>.CollapsibleContent>.ContentWrap>.ContentTextWrap>span>a:hover{color:#51c4e4}.JobContentWrap>.CollapsibleContent>.ContentWrap>.ContentStepWrap{color:#242424;display:flex;font-size:13px;font-weight:500;justify-content:left;min-width:240px;position:relative;z-index:1}.JobContentWrap>.CollapsibleContent>.ContentWrap>.Line{background-color:#eaeaea;height:1px;left:150px;position:absolute;top:37%;width:180px}.JobContentWrap>.CollapsibleContent>.ContentWrap>.ContentStepWrap>.Step{align-items:center;display:flex;flex-direction:column;padding:3px 18px}.JobContentWrap>.CollapsibleContent>.ContentWrap>.ContentStepWrap>.Step div{background-color:#c9c9c9;border-radius:50%;height:15px;margin:6px;text-align:center;width:15px}.JobContentWrap>.CollapsibleContent>.ContentWrap>.ContentStepWrap>.EndPoint div{background-color:#f0606d;box-shadow:0 0 0 6px rgba(240,96,109,.25)}@media screen and (max-width:720px){.JobContentWrap>.CollapsibleContent>.ContentWrap{flex-direction:column;padding:12px 3px}.JobContentWrap>.CollapsibleContent>.ContentWrap>.Line{background-color:#eaeaea;height:1px;left:50px;position:absolute;top:48px;width:160px}.JobContentWrap>.CollapsibleContent>.ContentWrap>.ContentStepWrap>.Step{padding:3px 15px}}.NewsSection{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100%}.NewsSection>.SectionHeaderWrap{background:url(https://data.actgames.co/actgames/images/news/news_header.png) no-repeat 0 0;background-size:cover;justify-content:center;min-height:300px;overflow:hidden;position:relative;text-align:center;z-index:1}.NewsSection>.SectionHeaderWrap,.NewsSectionWrap{align-items:center;display:flex;flex-direction:column;width:100%}.NewsSectionWrap{padding:18px 3px}.NewsSectionWrap>h4{font-size:39px;font-weight:900;padding:30px 15px}.NewsListWarp{flex-direction:column;max-width:1300px;width:97%}.NewsListWarp>.ContentWrap{box-shadow:0 6px 21px 0 rgba(0,0,0,.1);cursor:pointer;display:flex;justify-content:space-between;margin:30px 6px;transition:.2s}.NewsListWarp>.ContentWrap:hover{box-shadow:0 6px 21px 0 rgba(81,196,228,.7)}.NewsListWarp>.ContentWrap>.ImageWrap{max-width:530px;width:100%}.NewsListWarp>.ContentWrap>.ImageWrap>img{height:100%;width:100%}.NewsListWarp>.ContentWrap>.TextWrap{padding:9px 0;width:100%}.NewsListWarp>.ContentWrap>.TextWrap>.PaddingWrap{padding:9px 15px}.NewsListWarp>.ContentWrap>.TextWrap>.PaddingWrap>span{color:#f0606d;font-size:12px;font-weight:500}.NewsListWarp>.ContentWrap>.TextWrap>.PaddingWrap>h5{-webkit-line-clamp:1;color:#242424;font-size:18px;font-weight:900;padding:6px 0}.NewsListWarp>.ContentWrap>.TextWrap>.PaddingWrap>h5,.NewsListWarp>.ContentWrap>.TextWrap>.PaddingWrap>p{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:keep-all}.NewsListWarp>.ContentWrap>.TextWrap>.PaddingWrap>p{-webkit-line-clamp:3;color:#3d3d3d;font-size:14px;font-weight:400}@media screen and (max-width:560px){.NewsListWarp>.ContentWrap{flex-direction:column}.NewsListWarp>.ContentWrap>.TextWrap>.PaddingWrap>h5{font-size:15px}.NewsListWarp>.ContentWrap>.TextWrap>.PaddingWrap>p{font-size:13px}}.GamesSetion{display:flex;flex-direction:column;width:100%}.GamesDetailsSetion,.GamesSetion{min-height:100vh}.GamesSetion>.SectionHeaderWrap{background:url(https://data.actgames.co/actgames/images/games/games_header.png) no-repeat 50%;background-color:#000;background-size:cover;color:#fff;min-height:360px;overflow:hidden;position:relative;text-align:center;z-index:1}.GamesListWrap,.GamesSetion>.SectionHeaderWrap{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.GameList{margin:45px 0;padding:15px}.GameList>.GameGrid{grid-column-gap:2%;grid-row-gap:60px;display:grid;grid-template-columns:repeat(2,1fr);padding:12px}.GameList>.GameGrid>.GameContent{box-shadow:0 6px 21px 0 rgba(0,0,0,.1);position:relative;text-align:center;transition:.4s}.GameList>.GameGrid>.GameContent:hover{box-shadow:0 6px 21px 0 rgba(81,196,228,.9);position:relative;text-align:center}.GameList>.GameGrid>.GameContent>h6{color:#242424;font-size:18px;font-weight:900;padding:9px 3px}.GameList>.GameGrid>.GameContent>p{color:#48d3f9;font-size:15px;font-weight:900;padding:9px 3px}.GameList>.GameGrid>.GameContent>img{height:auto;width:100%}.GameContent>.ServiceIcon{padding:15px}.ServiceIcon>img{height:auto;margin:3px;max-width:120px;width:100%}@media screen and (max-width:1150px){.ServiceIcon>img{max-width:90px}}@media screen and (max-width:920px){.GameList>.GameGrid{grid-template-columns:repeat(1,1fr)}}.GameWrap{overflow:hidden}.GamesDetailsSetion{align-items:center;background-size:cover;display:flex;flex-direction:column;min-height:70vh;overflow:hidden;position:relative;width:100%}.GamesDetailsSetion>.BGVideo{height:100%!important;left:50%;object-fit:cover!important;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%!important}.BGPattern100{background:url(https://data.actgames.co/actgames/images/common/dot.png) 0 0 repeat;height:100%;z-index:1}.BGPattern100,.MovieScreen{left:0;position:absolute;top:0;width:100%}.MovieScreen{background:url(https://data.actgames.co/actgames/images/common/screen.png) 0 0 repeat;height:70vh;opacity:.6}.GamesDetailsSetion>.VideoPlayBtn{background-color:#fff;border-radius:5px;bottom:10%;color:#000;cursor:pointer;font-size:15px;font-weight:900;padding:10px 30px 10px 27px;position:absolute;transition:.2s;z-index:2}.VideoPlayBtn>.SmVideo{content:url(https://data.actgames.co/actgames/images/common/s_video_n.png);height:21px;margin-top:-3px;transition:.2s;vertical-align:middle;width:21px}.GamesDetailsSetion>.VideoPlayBtn:hover{background-color:#51c4e4;color:#fff}.GamesDetailsSetion>.VideoPlayBtn:hover .SmVideo{content:url(https://data.actgames.co/actgames/images/common/s_video_h.png)}.IntroduceGame{display:flex;flex-direction:column;overflow-x:hidden;-webkit-user-select:none;user-select:none;width:100%}.IntroduceGame>.IntroduceGameWrap{display:flex;justify-content:space-between;margin-top:45px;width:100%}.IntroduceGame>.IntroduceGameWrap>.PhoneImgWrap{display:flex;width:50%}.IntroduceGame>.IntroduceGameWrap>.WidthPhone{align-items:center;justify-content:center;margin:40px 0 60px}.HeightSwiper{max-width:60%;min-width:320px;width:100%}.HeightSwiper .HeightImg{height:auto;width:100%}.WidthSwiper{width:100%}.WidthSwiper .HeightImg{height:auto;width:100%}@media screen and (max-width:640px){.IntroduceGame>.IntroduceGameWrap{flex-direction:column-reverse}.IntroduceGame>.IntroduceGameWrap>.PhoneImgWrap{display:flex;flex-direction:column-reverse;width:100%}}.GameText{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.GameText>.GameTextWrap{padding:15px}.GameText>.GameTextWrap>img{border-radius:25%;height:auto;max-width:120px;width:100%}.GameText>.GameTextWrap>h4{font-size:21px;font-weight:900;padding:15px 3px;white-space:pre-wrap}.GameText>.GameTextWrap>p{font-size:13px;font-weight:400;padding:15px 3px;white-space:pre-wrap}@media screen and (max-width:720px){.GameText>.GameTextWrap>h4{font-size:18px}.GameText>.GameTextWrap>p{font-size:12px}}.GameText>.GameTextWrap>.DownloadLink{padding:15px 0}.GameText>.GameTextWrap>.DownloadLink>a{margin:6px}.GameText>.GameTextWrap>.DownloadLink>a>img{height:auto;max-width:150px;width:100%}.ImagesSwiper img{height:auto;width:100%}.GameImageSection{margin:-6px}.CopyRight{align-items:center;display:flex;flex-direction:column}.CopyRight>.CopyRightWrap{padding:15px;text-align:center}.CopyRight>.CopyRightWrap>.BtnWrap{padding:30px 15px}.CopyRight>.CopyRightWrap>.BtnWrap>a{color:#000;font-size:15px;font-weight:900;margin:6px 9px;transition:.2s}.CopyRight>.CopyRightWrap>.BtnWrap>a:hover{color:#51c4e4}.CopyRight>.CopyRightWrap>p{color:#2b2b2b;font-size:12px;font-weight:600;padding:9px}.NextPrevWrap{background-color:#000;justify-content:space-between}.NextPrevWrap,.NextPrevWrap>a{align-items:center;display:flex;width:100%}.NextPrevWrap>a{color:#fff;-webkit-filter:grayscale(0);filter:grayscale(0);font-weight:900;min-height:270px;padding:15px;transition:.2s}.NextPrevWrap>a:hover{-webkit-filter:grayscale(100);filter:grayscale(100)}.NextPrevWrap>a>.TextWrap{color:#fff;text-shadow:0 0 15px #000;z-index:10}.NextPrevWrap>a>.TextWrap>img{height:27px;vertical-align:middle;width:27px}.NextPrevWrap>.PrevBtn{justify-content:left}.NextPrevWrap>.PrevBtn>.TextWrap>img{content:url(https://data.actgames.co/actgames/images/common/arrow_left_white.png)}.NextPrevWrap>.NextBtn{justify-content:right}.NextPrevWrap>.NextBtn>.TextWrap>img{content:url(https://data.actgames.co/actgames/images/common/arrow_right_white.png)}.ThumbZoids{background:url(https://data.actgames.co/actgames/images/games/zoids/thumb.png)no-repeat 50%;background-size:cover}.ThumbBubs{background:url(https://data.actgames.co/actgames/images/games/bubs/thumb.png)no-repeat 50%;background-size:cover}.ThumbAgg{background:url(https://data.actgames.co/actgames/images/games/aggretsuko/thumb.png)no-repeat 50%;background-size:cover}.ThumbPeko{background:url(https://data.actgames.co/actgames/images/games/pekopop/thumb.png)no-repeat 50%;background-size:cover}.ThumbMogMog{background:url(https://data.actgames.co/actgames/images/games/mogmog/thumb.png)no-repeat 50%;background-size:cover}.NextPrevWrap>.BGPattern100{background:url(https://data.actgames.co/actgames/images/common/dot.png) 0 0 repeat;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (max-width:720px){.NextPrevWrap{flex-direction:column}}.VideoModal{background:rgba(0,0,0,.9);height:100%;left:0;position:fixed;text-align:center;top:0;vertical-align:middle;width:100%;z-index:100}.VideoModal .ModalVideo{height:auto;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%}.VideoModal>.CloseBtn{background:url(https://data.actgames.co/actgames/images/common/close_n.png) no-repeat 50%;background-size:contain;cursor:pointer;height:60px;position:absolute;right:1%;top:5%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.3s;width:60px;z-index:100}.VideoModal>.CloseBtn:after,.VideoModal>.CloseBtn:hover{background:url(https://data.actgames.co/actgames/images/common/close_h.png) no-repeat 50%;background-size:contain}@media only screen and (max-width:720px){.VideoModal>.CloseBtn{left:50%;right:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.AboutSetion{background-color:#000;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100%}.AboutSetion>.AboutSetionWrap>.SectionHeaderWrap{align-items:center;background:url(https://data.actgames.co/actgames/images/about/header_images.png) no-repeat top;background-color:#000;background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:72vh;overflow:hidden;text-align:center;width:100%;z-index:1}.AboutSetion>.AboutSetionWrap>.SectionHeaderWrap>h2{font-size:42px;font-weight:900;z-index:5}.AboutSetion>.AboutSetionWrap>.SectionHeaderWrap>.BGPattern100{background:url(https://data.actgames.co/actgames/images/common/dot.png) 0 0 repeat;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.AboutSetion>.AboutSetionWrap>.SectionHeaderWrap>.MovieScreen{background:url(https://data.actgames.co/actgames/images/common/screen.png) 0 0 repeat;height:72vh;left:0;opacity:.75;position:absolute;top:0;width:100%;z-index:1}.About{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%;z-index:1}.About>.AboutWrap{max-width:1300px;width:100%}.About>.AboutWrap>.TextWrap{padding:45px}.About>.AboutWrap>.TextWrap>h2{font-size:51px;font-weight:900}.About>.AboutWrap>.TextWrap>p{font-size:15px;font-weight:500;white-space:pre-wrap}.About>.AboutWrap>.TextWrap>h5{color:#000;font-size:27px;font-weight:700;padding-bottom:24px}.About>.AboutWrap>.TextWrap>h6{font-size:15px;font-weight:700;padding-top:24px}@media screen and (max-width:720px){.About>.AboutWrap>.TextWrap>h2{font-size:36px}.About>.AboutWrap>.TextWrap>p{font-size:12px}.About>.AboutWrap>.TextWrap>h5{font-size:21px}.About>.AboutWrap>.TextWrap>h6{font-size:13px}}.History{align-items:center;background-size:cover;background:radial-gradient(#0b1633,#01091d,#000);color:#fff;display:flex;flex-direction:column;min-height:450px;width:100%;z-index:1}.History>.HistoryWrap{padding:15px}.HistorySwiper{overflow-x:visible;padding-bottom:50px;padding-top:50px;-webkit-user-select:none;user-select:none;width:100%}.HistorySwiper .swiper-slide{filter:blur(15px);-webkit-filter:blur(15px);transition:.6s;width:100%}.HistorySwiper .swiper-slide-active{filter:blur(0);-webkit-filter:blur(0);mix-blend-mode:normal;transition:.6s}.swiper-pagination-bullet{background-color:#fff!important}.swiper-pagination-bullet-active{background-color:#00c8ff!important}.History>.HistoryWrap{max-width:1300px;overflow-x:visible;width:100%}.History>.HistoryWrap>h4{font-size:42px;padding:30px}.YearWrap{display:flex;justify-content:space-between}.YearWrap>.YearContent{display:flex;justify-content:left;padding-left:45px;width:50%}.YearWrap>.YearContent>.TextWrap>h1{color:#45d4fc;font-size:150px}.YearWrap>.YearContent>.TextWrap{font-size:14px;font-weight:700}.YearWrap>.YearContent>.TextWrap ul li{padding:9px}.YearWrap>.YearContent>.TextWrap ul li span{padding-right:6px}.YearWrap>.YearImg{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.YearWrap>.YearImg>.Widthimg{height:auto;width:90%}.YearWrap>.YearImg>.Heightimg{height:auto;width:80%}@media screen and (max-width:720px){.HistorySwiper{padding-bottom:15px;padding-top:15px}.History>.HistoryWrap>h4{padding:30px 15px 15px}.YearWrap{flex-direction:column}.YearWrap>.YearContent{display:flex;justify-content:center;padding:0;width:100%}.YearWrap>.YearImg>img{height:auto;width:70%}}.Advisory{align-items:center;background-color:#fff;display:flex;flex-direction:column;width:100%}.Advisory>.AdvisoryWrap{max-width:1200px;padding:50px 0;width:100%}.Advisory>.AdvisoryWrap>h2{font-size:42px;font-weight:900;padding-left:15px}.Advisory>.AdvisoryWrap>.AdvisoryList{margin:15px}.Advisory>.AdvisoryWrap>.AdvisoryList>.Member{box-shadow:0 6px 21px 0 rgba(0,0,0,.1);display:flex;justify-content:space-between;margin:30px 0}.Member>.ImgWrap>img{height:100%;width:300px}.MemberContent{padding:15px;position:relative}.MemberContent>h6{color:#f0606d;font-size:15px;font-weight:700}.MemberContent>h4{color:#242424;font-size:33px;font-weight:900}.DecWrap{-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-ms-flexbox;display:box;margin-top:9px;max-height:154px;overflow:hidden;text-overflow:ellipsis;vertical-align:top;width:100%;word-break:break-all}.DecWrap>p{font-size:13px;font-weight:500}.MemberContent>.BtnWrap{bottom:18px;position:absolute;right:18px}.MemberContent>.BtnWrap>button{bottom:21px;color:#00c8ff;cursor:pointer;font-size:13px;font-weight:900;right:21px;transition:.2s}.MemberContent>.BtnWrap>button:hover{color:#000}@media screen and (max-width:610px){.DecWrap{-webkit-line-clamp:4;max-height:37px;width:100%}.DecWrap>p{font-size:12px;font-weight:500}.Member>.ImgWrap>img{height:100%;width:150px}.MemberContent>h6{font-size:13px}.MemberContent>h4{font-size:21px}.MemberContent>.BtnWrap{bottom:12px;position:absolute;right:18px}}@media screen and (max-width:390px){.Advisory>.AdvisoryWrap>.AdvisoryList>.Member{flex-direction:column;max-height:none}.Member>.ImgWrap>img{height:auto;width:100%}.MemberContent>.BtnWrap{bottom:0;display:flex;justify-content:end;margin-top:30px;position:relative;right:0}}.DviewWrapBg{background-color:hsla(0,0%,100%,.97);height:100vh;left:0;position:fixed;top:0;width:100%;z-index:5000}.DviewWrapBg>.DviewWrap{display:block;height:100vh;overflow-y:scroll;padding:30px 15px;position:relative;text-align:center}.DviewWrapBg>.DviewWrap>.CloseBtn{background:url(https://data.actgames.co/actgames/images/common/closeblack_n.png)no-repeat 50%;cursor:pointer;height:24px;position:absolute;right:30px;top:15px;transition:all .2s;width:24px;z-index:2}.DviewWrapBg>.DviewWrap>.CloseBtn:hover{background:url(https://data.actgames.co/actgames/images/common/close_h.png)no-repeat 50%}.DviewWrapBg>.DviewWrap>.ContentWrap{align-items:center;display:flex;flex-direction:column;padding:60px 0;position:relative}.DviewWrapBg>.DviewWrap>.ContentWrap>h6{font-size:15px;font-weight:500;margin:9px 6px;padding:0}.DviewWrapBg>.DviewWrap>.ContentWrap>h4{font-size:30px;font-weight:700;margin:6px;padding:0}.DviewWrapBg>.DviewWrap>.ContentWrap>.DviewDecWrap{color:#383838;font-size:15px;max-width:1100px;padding:15px;text-align:left}@media (max-width:480px){.MembersSection>.MembersSectionWrap>.MembersWrap{flex-direction:column}}.Contact{align-items:center;background:url(https://data.actgames.co/actgames/images/about/contact_bg.png) no-repeat 50%;background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;position:relative;text-align:center;width:100%}.Contact>.ContactWrap{max-width:1200px;width:100%;z-index:2}.Contact>.ContactWrap>.InfoTextWrap{padding:15px 9px}.Contact>.ContactWrap>.InfoTextWrap>h6{font-size:14px;font-weight:600;padding:6px 0}.Contact>.ContactWrap>.InfoTextWrap>p{font-size:13px;font-weight:400}.Contact>.ContactWrap>h6{color:#fff;font-size:42px;margin-bottom:30px}.Contact>.ContactWrap>.InfoWrap{display:flex;justify-content:space-between}.Contact>.ContactWrap>.InfoWrap>.BoxWrap{align-items:center;background-color:#232427;cursor:pointer;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:12px;max-height:240px;max-width:300px;padding:12px;transition:.2s;width:80%}.Contact>.ContactWrap>.InfoWrap>.BoxWrap>.TextWrap{display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.Contact>.ContactWrap>.InfoWrap>.BoxWrap>.TextWrap>h4{font-size:30px}.Contact>.ContactWrap>.InfoWrap>.BoxWrap>.TextWrap>p{color:#fff;font-size:15px;padding:3px}.Contact>.ContactWrap>.InfoWrap>.BoxWrap>.Line{align-items:center;border-top:1px solid #323234;display:flex;flex-direction:column;height:25%;justify-content:center;width:90%}.Contact>.ContactWrap>.InfoWrap>.BoxWrap>.Line>a{color:#fff;font-size:13px;font-weight:700;transition:.2s}.Contact>.ContactWrap>.InfoWrap>.BoxWrap>.Line>a:hover{text-decoration:underline}.Contact>.BGPattern100{background:url(https://data.actgames.co/actgames/images/common/dot.png) 0 0 repeat;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.BorderRed{border:1px solid #f0606d}.BorderRed:hover{box-shadow:0 0 10px 1px #fff,0 0 60px 6px #f0606d}.BorderYellow{border:1px solid #ffc835}.BorderYellow:hover{box-shadow:0 0 10px 1px #fff,0 0 60px 6px #ffc835}.BorderBlue{border:1px solid #51c4e4}.BorderBlue:hover{box-shadow:0 0 10px 1px #fff,0 0 60px 6px #51c4e4}@media (max-width:600px){.Contact>.ContactWrap>.InfoWrap{align-items:center;flex-direction:column}}.swiper-button-prev{background:url(https://data.actgames.co/actgames/images/about/arrow_next.png) no-repeat 50%!important;background-size:contain!important}.swiper-button-next,.swiper-button-prev{height:45px!important;transition:.2s;width:45px!important}.swiper-button-next{background:url(https://data.actgames.co/actgames/images/about/arrow_prev.png) no-repeat 50%!important;background-size:contain!important}.swiper-button-next:after,.swiper-button-prev:after{content:""!important;font-family:none!important}.swiper-button-prev:hover{background:url(https://data.actgames.co/actgames/images/about/arrow_next_h.png) no-repeat 50%!important;background-size:contain!important;height:45px!important;width:45px!important}.swiper-button-next:hover{background:url(https://data.actgames.co/actgames/images/about/arrow_prev_h.png) no-repeat 50%!important;background-size:contain!important;height:45px!important;width:45px!important}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;-webkit-transform-origin:center;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.NewsDetailSection{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100%}.NewsDetailSection>.SectionHeaderWrap{background:url(https://data.actgames.co/actgames/images/news/news_header.png) no-repeat 0 0;background-size:cover;justify-content:center;min-height:300px;overflow:hidden;position:relative;text-align:center;z-index:1}.NewsDetailSection>.SectionHeaderWrap,.NewsDetailSectionWrap{align-items:center;display:flex;flex-direction:column;width:100%}.NewsDetailSectionWrap>.NewsDetailWrap{max-width:1300px;padding:30px 15px}.NewsDetailSectionWrap>.NewsDetailWrap>span{color:#f0606d;font-size:14px;font-weight:400}.NewsDetailSectionWrap>.NewsDetailWrap>h5{color:#000;font-size:21px;font-weight:900;padding-bottom:30px}.NewsDetailSectionWrap>.NewsDetailWrap>.DetailImageWrap{width:100%}.NewsDetailSectionWrap>.NewsDetailWrap>.DetailImageWrap>img{height:auto;width:100%}.NewsDetailSectionWrap>.NewsDetailWrap>.TextWrap{padding:30px 15px}.NewsDetailSectionWrap>.NewsDetailWrap>.TextWrap>p{font-size:15px;line-height:27px;white-space:pre-wrap}.NewsDetailSectionWrap>.BtnWrap{margin-bottom:50px;padding:15px}.NewsDetailSectionWrap>.BtnWrap>a{background-color:#48d3f9;border-radius:5px;color:#000;font-size:15px;font-weight:900;margin:24px 0;padding:10px 36px;text-transform:uppercase;transition:.2s}.NewsDetailSectionWrap>.BtnWrap>a:hover{background-color:#000;color:#fff}@media (max-width:767px){.rewardTable{padding:0 16px}}@media (max-width:480px){.rewardTable{padding:0 12px}}.swiper-slide{display:flex;justify-content:center;position:relative}.rewardTable{box-sizing:border-box;margin:0 auto;max-width:600px;padding:0 16px;width:100%}.rewardTable h3.sub_title{color:#000;font-size:2.2em;margin:0 0 15px;text-align:center}.rewardTable .rewardTable_box{margin-top:32px}.rewardTable .rewardTable_box>div+div{margin-top:48px}.rewardTable .rewardTable_box h4{align-items:center;color:#000;display:flex;font-size:1.5em;font-weight:700;gap:8px;margin-bottom:15px}.rewardTable .rewardTable_box h4:before{border:3px solid #ff5967;border-radius:50%;content:"";display:inline-block;flex-shrink:0;height:12px;width:12px}.rewardTable .rewardTable_box .rewardTable_table{margin:10px 0;overflow-x:auto}.rewardTable .rewardTable_box .rewardTable_table table{border:1px solid #eee;border-bottom:0;border-collapse:collapse;width:100%}.rewardTable .rewardTable_box .rewardTable_table table tr{border-bottom:1px solid #eee}.rewardTable .rewardTable_box .rewardTable_table table td,.rewardTable .rewardTable_box .rewardTable_table table th{border-right:1px solid #eee;font-size:1em;padding:5px 10px;text-align:center}.rewardTable .rewardTable_box .rewardTable_table table td:nth-child(2){min-width:80px}.rewardTable .rewardTable_box .rewardTable_table table td:last-child,.rewardTable .rewardTable_box .rewardTable_table table th:last-child{border-right:0}.rewardTable .rewardTable_box .rewardTable_table table th{background-color:#666;color:#fff}.rewardSwiperWrap{position:relative}.swiper-pagination{display:flex;flex-direction:column;gap:5px;position:fixed!important;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10}.swiper-pagination-bullet{background-color:rgba(0,0,0,.3);border-radius:50%;height:10px;opacity:1;transition:all .3s ease;width:10px}.swiper-pagination-bullet-active{background-color:#00bfff;-webkit-transform:scale(1.5);transform:scale(1.5)}.swiper-pagination-bullet{cursor:pointer}.slider-wrapper{height:100vh;overflow:hidden;position:relative}.slider-track{display:flex;flex-direction:column;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.slider-slide{box-sizing:border-box;height:100vh;overflow-y:auto;padding:0 16px}.slider-dots{background-color:hsla(0,0%,100%,.9);border-radius:16px 0 0 16px;box-shadow:0 0 4px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:10px;padding:6px;position:fixed;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10}.slider-dots .dot{background:#ccc;border-radius:50%;cursor:pointer;height:10px;transition:background .3s,-webkit-transform .3s;transition:background .3s,transform .3s;transition:background .3s,transform .3s,-webkit-transform .3s;width:10px}.slider-dots .dot.active{background:#00bfff;-webkit-transform:scale(1.3);transform:scale(1.3)}.container{box-sizing:border-box;max-width:600px;padding:0 16px}@media (max-width:480px){.slider-dots{gap:8px;padding:4px;right:4px}}:root{--PointRed:#f0606d;--PointYellow:#ffc835;--PointBlue:#51c4e4}.PointRed{color:#f0606d}.PointYellow{color:#ffc835}.PointBlue{color:#51c4e4}body,html{-webkit-overflow-scrolling:touch!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;width:100%}:lang(en){font-family:Noto Sans,sans-serif}:lang(kr){font-family:Noto Sans KR,sans-serif}:lang(jp){font-family:Noto Sans JP,sans-serif}body:after{height:0;overflow:hidden;position:absolute;width:0;z-index:-1}address,blockquote,body,caption,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,legend,li,ol,p,pre,ul{letter-spacing:-.1px;margin:0;padding:0}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0;table-layout:fixed}a{text-decoration:none}caption,th{text-align:left}abbr,acronym,fieldset,img{border:0}img{-ms-interpolation-mode:bicubic}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}button{all:unset}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1);border-radius:6px}::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#ffc000}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #00292e;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}input:autofill,input:autofill:active,input:autofill:focus,input:autofill:hover{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #00292e;transition:background-color 5000s ease-in-out 0s}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@font-face{font-family:ONE-Mobile-POP;font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-POP.woff) format("woff")}@font-face{font-family:NikumaruFont;src:url(/static/media/NikumaruFont.04429237d7a934b03929.otf) format("truetype")}.en,.kr{font-family:ONE-Mobile-POP!important}.en>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG>h5,.en>.CouponSectionWrap>.BaseWrap>.InputWrap>.CouponCode,.en>.CouponSectionWrap>.BaseWrap>.InputWrap>.ERmessage,.en>.CouponSectionWrap>.BaseWrap>.InputWrap>.UserName,.en>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text],.en>.CouponSectionWrap>.ResultWrap>h4,.en>.CouponSectionWrap>h6,.kr>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG>h5,.kr>.CouponSectionWrap>.BaseWrap>.InputWrap>.CouponCode,.kr>.CouponSectionWrap>.BaseWrap>.InputWrap>.ERmessage,.kr>.CouponSectionWrap>.BaseWrap>.InputWrap>.UserName,.kr>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text],.kr>.CouponSectionWrap>.ResultWrap>h4,.kr>.CouponSectionWrap>h6{font-family:ONE-Mobile-POP!important;font-weight:700}.jp{font-family:NikumaruFont!important}.jp>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG>h5,.jp>.CouponSectionWrap>.BaseWrap>.InputWrap>.CouponCode,.jp>.CouponSectionWrap>.BaseWrap>.InputWrap>.ERmessage,.jp>.CouponSectionWrap>.BaseWrap>.InputWrap>.UserName,.jp>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text],.jp>.CouponSectionWrap>.ResultWrap>h4,.jp>.CouponSectionWrap>h6{font-family:NikumaruFont!important;font-weight:700}.CouponSection{align-items:center;display:flex;flex-direction:column;height:100vh;margin:0;min-height:600px;padding:0;width:100%}.CouponSection>.CouponSectionWrap{margin:0;max-width:720px;padding:6px 12px}.CouponTitle{font-family:ONE-Mobile-POP;font-size:24px;margin:6px 3px;text-align:center}.CouponSection>.CouponSectionWrap>.BaseWrap>.InputWrap{padding:9px 3px}.CouponSection>.CouponSectionWrap>.BaseWrap>.InputWrap>label{font-size:14px;font-weight:700}.CouponSection>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]{background-color:transparent;border:none;box-sizing:border-box;display:inline-block;font-size:18px;font-weight:600;margin:3px 0;outline:none;padding:14px 10px;transition:.2s;width:100%}.CouponSection>.CouponSectionWrap>.BaseWrap>.InputWrap>.ERmessage{color:#ff3232;font-size:13px;font-weight:600;padding:3px}.CouponSectionWrap>.BaseWrap>.ButtonWrap>.LeftBG{height:80px;width:40px}.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG{height:80px;width:calc(100% - 80px)}.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG>h5{font-size:27px;margin-top:21px;padding:0;text-align:center}.CouponSectionWrap>.BaseWrap>.ButtonWrap>.RightBG{height:80px;width:40px}.CouponSectionWrap>.BaseWrap>.ButtonWrap{cursor:pointer;display:flex;justify-content:space-between;max-width:720px;padding-top:30px;width:100%}.CouponSectionWrap>.BaseWrap>.ButtonWrap:active,.CouponSectionWrap>.BaseWrap>.ButtonWrap:hover{-webkit-filter:grayscale(100);filter:grayscale(100);transition:.2s}.ResultWrap{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%}.ResultWrap>img{height:105px;width:105px}.ResultWrap>h4{font-size:24px;font-weight:700;margin:0;padding:0}.pekopop{background-color:#fffef9;color:#623305}.pekopop>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::-webkit-input-placeholder{color:#b99981}.pekopop>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::placeholder{color:#b99981}.pekopop>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]{border-bottom:4px solid #623305;color:#623305}.pekopop>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]:focus{border-bottom:4px solid #e63b37;color:#623305}.pekopop>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.LeftBG{background:url(https://data.actgames.co/actgames/images/coupon/peko_btn_left.png)no-repeat top}.pekopop>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG{background:url(https://data.actgames.co/actgames/images/coupon/peko_btn_center.png) repeat top;background-size:contain}.pekopop>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.RightBG{background:url(https://data.actgames.co/actgames/images/coupon/peko_btn_right.png)no-repeat top}.pekopop>.CouponSectionWrap>.ResultWrap>.CheckImg{content:url(https://data.actgames.co/actgames/images/coupon/peko_check.png)}.aggretsuko{background-color:#f1faff;color:#0c2543}.aggretsuko>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::-webkit-input-placeholder{color:#828fa0}.aggretsuko>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::placeholder{color:#828fa0}.aggretsuko>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]{border-bottom:4px solid #0c2543;color:#0c2543}.aggretsuko>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]:focus{border-bottom:4px solid #2c93f0;color:#0c2543}.aggretsuko>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.LeftBG{background:url(https://data.actgames.co/actgames/images/coupon/agg_btn_left.png)no-repeat top}.aggretsuko>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG{background:url(https://data.actgames.co/actgames/images/coupon/agg_btn_center.png) repeat top;background-size:contain}.aggretsuko>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.RightBG{background:url(https://data.actgames.co/actgames/images/coupon/agg_btn_right.png)no-repeat top}.aggretsuko>.CouponSectionWrap>.ResultWrap>.CheckImg{content:url(https://data.actgames.co/actgames/images/coupon/agg_check.png)}.bubspuzzleblast{background-color:#f1faff;color:#0c2543}.bubspuzzleblast>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::-webkit-input-placeholder{color:#828fa0}.bubspuzzleblast>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::placeholder{color:#828fa0}.bubspuzzleblast>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]{border-bottom:4px solid #0c2543;color:#0c2543}.bubspuzzleblast>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]:focus{border-bottom:4px solid #4cc9e9;color:#0c2543}.bubspuzzleblast>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.LeftBG{background:url(https://data.actgames.co/actgames/images/coupon/bub_btn_left.png)no-repeat top}.bubspuzzleblast>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG{background:url(https://data.actgames.co/actgames/images/coupon/bub_btn_center.png) repeat top;background-size:contain}.bubspuzzleblast>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.RightBG{background:url(https://data.actgames.co/actgames/images/coupon/bub_btn_right.png)no-repeat top}.bubspuzzleblast>.CouponSectionWrap>.ResultWrap>.CheckImg{content:url(https://data.actgames.co/actgames/images/coupon/bub_check.png)}.mogmogplanet{background-color:#f6ecd1;color:#895d3a}.mogmogplanet>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::-webkit-input-placeholder{color:#bda587}.mogmogplanet>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::placeholder{color:#bda587}.mogmogplanet>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]{border-bottom:4px solid #b8632c;color:#895d3a}.mogmogplanet>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]:focus{border-bottom:4px solid #addd1b;color:#895d3a}.mogmogplanet>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.LeftBG{background:url(https://data.actgames.co/actgames/images/coupon/mog_btn_left.png)no-repeat top}.mogmogplanet>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG{background:url(https://data.actgames.co/actgames/images/coupon/mog_btn_center.png) repeat top;background-size:contain}.mogmogplanet>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG>h5{color:#187b38;margin-top:16px}.mogmogplanet>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.RightBG{background:url(https://data.actgames.co/actgames/images/coupon/mog_btn_right.png)no-repeat top}.mogmogplanet>.CouponSectionWrap>.ResultWrap>.CheckImg{content:url(https://data.actgames.co/actgames/images/coupon/mog_check.png)}.mogmogplanet>.CouponSectionWrap>.ResultWrap>h4{color:#895d3a}.kitty{background-color:#ffedeb;color:#ff6baf}.kitty>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::-webkit-input-placeholder{color:#f9cada}.kitty>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::placeholder{color:#f9cada}.kitty>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]{border-bottom:4px solid #e8d3c4;color:#a67c52}.kitty>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]:focus{border-bottom:4px solid #ff91af;color:#865a5a}.kitty>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.LeftBG{background:url(https://data.actgames.co/actgames/images/coupon/agg_btn_left.png)no-repeat top;background-size:contain}.kitty>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG{background:url(https://data.actgames.co/actgames/images/coupon/agg_btn_center.png) repeat top;background-size:contain}.kitty>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG>h5{color:#ff6ba8;margin-top:16px}.kitty>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.RightBG{background:url(https://data.actgames.co/actgames/images/coupon/agg_btn_right.png)no-repeat top;background-size:contain}.kitty>.CouponSectionWrap>.ResultWrap>.CheckImg{content:url(https://data.actgames.co/actgames/images/coupon/agg_check.png)}.kitty>.CouponSectionWrap>.ResultWrap>h4{color:#ffc1cc}.zoidswild{background-color:#00130e;color:#fff;font-family:Archivo Black,sans-serif;font-family:Rajdhani,sans-serif;min-height:300px}.zoidswild>.CouponSectionWrap>.CouponTitle{display:none}.zoidswild>.CouponSectionWrap{width:100%}.zoidswild>.CouponSectionWrap>.BaseWrap{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:12px}.zoidswild>.CouponSectionWrap>.BaseWrap>.InputWrap{margin:0;padding:6px 3px;width:100%}.zoidswild>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::-webkit-input-placeholder{color:hsla(0,0%,100%,.5)}.zoidswild>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]::placeholder{color:hsla(0,0%,100%,.5)}.zoidswild>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]{background-color:#333;border:1px solid #535353;color:#fff;font-family:Archivo Black,sans-serif;font-family:Rajdhani,sans-serif}.zoidswild>.CouponSectionWrap>.BaseWrap>.InputWrap>input[type=text]:focus{background-color:#14372e;border:1px solid #7ef8ef;color:#fff}.zoidswild>.CouponSectionWrap>.BaseWrap>.ButtonWrap{background-image:linear-gradient(180deg,#102625,#235653);border:2px solid #67faf0;border-radius:0;box-shadow:0 0 12px 3px rgba(103,250,240,.6);color:#67faf0;cursor:pointer;font-weight:bolder;height:45px;margin:21px 0 0;max-width:150px;padding:3px 0;text-align:center}.zoidswild>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.LeftBG{background:none;display:none}.zoidswild>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG{align-items:center;background:none;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.zoidswild>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.CenterBG>h5{color:#67faf0;font-family:Archivo Black,sans-serif;font-family:Rajdhani,sans-serif;font-size:21px;margin:0;padding:0;text-transform:uppercase}.zoidswild>.CouponSectionWrap>.BaseWrap>.ButtonWrap>.RightBG{background:none;display:none}.zoidswild>.CouponSectionWrap>.ResultWrap>.CheckImg{content:url(https://data.actgames.co/actgames/images/coupon/zoids_check.png)}.zoidswild>.CouponSectionWrap>.ResultWrap>h4{color:#b8f866;font-family:Archivo Black,sans-serif;font-family:Rajdhani,sans-serif;font-size:27px;text-align:center}hr.star-light,hr.star-primary{border:none;border-top:4px solid;margin:10px auto 40px;max-width:70px;padding:0;text-align:center}hr.star-light:after,hr.star-primary:after{display:inline-block;font-size:2em;padding:0 .25em;position:relative;top:-.8em}hr.star-light{border-color:#fff}hr.star-light:after{background-color:#18bc9c;color:#fff}hr.star-primary{border-color:#ff5967}hr.star-primary:after{background-color:#fff;color:#2a7bec}.navbar-default .navbar-nav>li>a.active{background-color:#1a242f;color:#fff}.floating-label-form-group{border-bottom:1px solid #eee;margin-bottom:0;padding-bottom:.5em;position:relative}.floating-label-form-group input,.floating-label-form-group textarea{background:none;border:none;border-radius:0;box-shadow:none!important;font-size:1.2em;padding-left:0;padding-right:0;position:relative;resize:none;z-index:1}.floating-label-form-group label{display:block;font-size:.85em;line-height:1.764705882em;margin:0;opacity:0;position:relative;top:2em;transition:top .3s ease,opacity .3s ease;vertical-align:middle;vertical-align:initial;z-index:0}.floating-label-form-group:not(:first-child){border-left:1px solid #eee;padding-left:14px}.floating-label-form-group-with-value label{opacity:1;top:0}.floating-label-form-group-with-focus label{color:#18bc9c}form .row:first-child .floating-label-form-group{border-top:1px solid #eee}.bold{font-weight:600}h2.title{margin:0;padding-top:350px;text-align:center}h3.sub_title{font-size:2.2em;margin:0 0 15px;text-align:center}.container{margin:0 auto;max-width:1200px;padding:70px 20px 60px;width:100%}#container{margin-top:90px}.terms{padding-right:40px}.terms h3.sub_title{color:#000}.terms .terms_box{margin-top:60px}.terms .terms_box h4{color:#000;font-size:1.5em;margin-bottom:15px;padding-left:20px;position:relative}.terms .terms_box h4:before{border:3px solid #ff5967;border-radius:50%;content:"";display:inline-block;height:12px;left:0;position:absolute;top:8px;width:12px}.terms .terms_box p{color:#777;font-size:1.1em;padding-bottom:15px}.terms .terms_box>ul{padding-left:20px}.terms .terms_box>ul>li{color:#777;font-size:1.1em;line-height:1.5;list-style:decimal;margin-bottom:10px}.terms .terms_box>ul>li:last-child{margin-bottom:0}.terms .terms_box ul li ul.sub_list li{font-size:.9em;line-height:1.3;margin-top:5px}.terms .terms_box .terms_table{margin:10px 0}.terms .terms_box .terms_table table{border:1px solid #eee;border-bottom:0}.terms .terms_box .terms_table table tr{border-bottom:1px solid #eee}.terms .terms_box .terms_table table td,.terms .terms_box .terms_table table th{border-right:1px solid #eee;font-size:1em;padding:5px 10px}.terms .terms_box .terms_table table td:nth-child(2){min-width:200px}.terms .terms_box .terms_table table td:last-child,.terms .terms_box .terms_table table th:last-child{border-right:0}.terms .terms_box .terms_table table th{background-color:#666;color:#fff;text-align:center}@media (max-width:767px){h2.title{padding-top:180px}h3.sub_title{font-size:1.8em}hr.star-light,hr.star-primary{margin-bottom:30px}.container{padding:60px 15px}#container{margin-top:58px}.terms .terms_box{margin-top:40px}.terms .terms_box h4{font-size:1.3em}.terms .terms_box p{font-size:.95em}.terms .terms_box>ul>li{font-size:.95em;margin-bottom:5px}.terms .terms_box .terms_table{overflow-x:scroll}}@media (max-width:400px){h2.title{padding-top:130px}h3.sub_title{font-size:1.6em}hr.star-primary{max-width:50px}.terms .terms_box h4{font-size:1.2em}.terms .terms_box>ul>li{font-size:.9em}#footer{font-size:.75em}}
/*# sourceMappingURL=main.16b72915.css.map*/