/* layout */
#wrap {
  position: relative;
  min-width: 375px;
  max-width: 640px;
  overflow-x: hidden;
  margin: 0 auto;
}

section {
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 50px;
}

section.align .container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 50px);
  max-height: 650px;
}

section.align .content_wrap {
  width: 100%;
  margin: 20px 0 80px;
}

section .content_wrap {
  position: relative;
}

.container {
  position: relative;
  width: 375px;
  margin: 0 auto;
}

/* common */
body {
  color: #777;
}

img {
  max-width: 100%;
}

.btn {
  text-indent: -99999px;
  overflow: hidden;
  background-color: #2e3191;
  background-size: auto 100%;
  background-position: 50% 0;
}

.util li {
  width: 30px;
  height: 30px;
}

.util a, .util button {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/spr_btn_util.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.util .btn_yt {
  background-position: 0px 0;
}

.util .btn_fr {
  background-position: -30px 0;
}

.util .btn_fb {
  background-position: -60px 0;
}

.util .btn_tw {
  background-position: -90px 0;
}

.util .btn_copy {
  background-position: -120px 0;
}

#btn_toggle {
  position: fixed;
  top: 8px;
  left: 25px;
  width: 33px;
  height: 33px;
  z-index: 110;
}

#btn_toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2E3191;
  transition: transform 300ms ease;
}

#btn_toggle span:nth-child(1) {
  top: 6px;
}

#btn_toggle span:nth-child(2) {
  top: 15px;
}

#btn_toggle span:nth-child(3) {
  top: 24px;
}

.gnb_show #btn_toggle {
  left: 21px;
}

.gnb_show #btn_toggle span:first-child, .gnb_show #btn_toggle span:last-child {
  top: 15px;
  width: 28px;
  left: 2px;
  background: #ffba00;
}

.gnb_show #btn_toggle span:nth-child(2) {
  opacity: 0;
}

.gnb_show #btn_toggle span:first-child {
  transform: rotate(45deg);
}

.gnb_show #btn_toggle span:last-child {
  transform: rotate(-45deg);
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

header h1 {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 104px;
  height: 35px;
  margin-left: -52px;
}

header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/h1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.tw header h1 a {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/h1.png);
}

header .util {
  position: absolute;
  top: 9px;
  right: 0;
  width: 94px;
  overflow: hidden;
}

header .util li {
  float: left;
  margin: 0 7px;
}

.gnb {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
}

#wrap.gnb_show .gnb {
  display: block;
}

.gnb .gnb_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.gnb .container {
  padding: 100px 0;
}

.gnb .logo {
  display: block;
  width: 240px;
  height: 81px;
  margin: 0 auto 50px;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/h1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.tw .gnb .logo {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/h1.png);
}

.gnb nav li {
  width: 240px;
  margin: 0 auto 39px;
}

.gnb nav li:last-child {
  margin-bottom: 0;
}

.gnb nav a {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  height: 35px;
  background-size: auto 280px !important;
}

.kr .gnb nav a {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/spr_txt_nav.png) 50% 0 no-repeat;
}

.en .gnb nav a {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/en/spr_txt_nav.png) 50% 0 no-repeat;
}

.tw .gnb nav a {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/spr_txt_nav.png) 50% 0 no-repeat;
}

.th .gnb nav a {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/th/spr_txt_nav.png) 50% 0 no-repeat;
}

.gnb nav .nav1 a {
  background-position: 50% 0px;
}

.gnb nav .nav1.on a {
  background-position: 50% -35px;
}

.gnb nav .nav2 a {
  background-position: 50% -70px;
}

.gnb nav .nav2.on a {
  background-position: 50% -105px;
}

.gnb nav .nav3 a {
  background-position: 50% -140px;
}

.gnb nav .nav3.on a {
  background-position: 50% -175px;
}

.gnb nav .nav4 a {
  background-position: 50% -210px;
}

.gnb nav .nav4.on a {
  background-position: 50% -245px;
}

.gnb .util {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 68px;
}

.gnb .util li {
  margin: 0 12px;
}

/* footer */
.footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 9px;
}

.footer .nexon {
  display: block;
  width: 57px;
  height: 18px;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/logo_nexon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 114px auto;
  margin: 0 auto;
}

.footer div {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 14px;
}

.footer .copyright {
  height: 16px;
}

.footer a {
  height: 16px;
  box-sizing: border-box;
  border: 0.5px solid #777;
  padding: 0 5px;
  margin-left: 5px;
}

.tw .footer .grade {
  width: 332px;
  height: 15px;
  text-indent: -99999px;
  overflow: hidden;
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile//tw/logo_grade.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.content3 .footer {
  color: #d7d7d7;
}

.content3 .footer .nexon {
  background-position: -57px 0;
}

.content3 .footer .grade {
  background-position: 0 -15px;
}

.content3 .footer a {
  border-color: #d7d7d7;
}

/* main */
.main {
  z-index: 2;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/bg_main.jpg");
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.main .container {
  height: calc(100vh - 50px);
  min-height: 390px;
}

.main .title_wrap {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100%;
}

.main .title_wrap h2 {
  height: 98px;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/logo_kartrush.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.tw .main .title_wrap h2 {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/logo_kartrush.png);
}

.main .title_wrap p {
  height: 60px;
  text-indent: -99999px;
  overflow: hidden;
  background-size: auto 100% !important;
}

.kr .main .title_wrap p {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/txt_main.png) 50% 0 no-repeat;
}

.en .main .title_wrap p {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/en/txt_main.png) 50% 0 no-repeat;
}

.tw .main .title_wrap p {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/txt_main.png) 50% 0 no-repeat;
}

.th .main .title_wrap p {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/th/txt_main.png) 50% 0 no-repeat;
}

.main .title_wrap .btn_play {
  position: absolute;
  top: -108px;
  left: 50%;
  width: 93px;
  height: 93px;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/icon_play_main.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 34px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  margin-left: -47px;
}

.main .title_wrap .download_btn {
  display: flex;
  width: 304px;
  height: 53px;
  justify-content: space-between;
  margin: 0 auto;
}

.main .title_wrap .download_btn a {
  width: 145px;
  height: 100%;
  background-size: auto 100%;
  text-indent: -99999px;
  overflow: hidden;
}

.kr .main .title_wrap .download_btn a {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/spr_btn_main.png");
}

.en .main .title_wrap .download_btn a {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/en/spr_btn_main.png");
}

.tw .main .title_wrap .download_btn a {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/spr_btn_main.png");
}

.th .main .title_wrap .download_btn a {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/th/spr_btn_main.png");
}

.main .title_wrap .download_btn .btn_google {
  background-position: 100% 0;
}

.main .banner {
  position: absolute;
  top: 60px;
  right: 11px;
  width: 136px;
  height: 132px;
}

.main .banner a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/bg_banner_match.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: scale(0);
}

.main.load .banner {
  animation: vibrateBanner 100ms 10 ease;
}

.main.load .banner a {
  transform: scale(1);
  transition: transform 300ms cubic-bezier(0, 0.3, 0.3, 1.5);
}

/*supermatch*/
.supermatch .bg {
  position: absolute;
  left: 50%;
  width: 640px;
  height: 100%;
  background-size: 640px auto;
  margin-left: -320px;
}

.supermatch:not(.event2) .bg {
  top: 50px;
}

.supermatch .btn {
  position: absolute;
  left: 50%;
  width: 180px;
  height: 43px;
  margin-left: -90px;
}

.matchmain {
  z-index: 1;
  margin: -50px 0;
}

.matchmain .bg {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/bg_main_DAA4138BAF521823.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

.matchmain .container {
  height: 550px;
}

.matchmain .btn_apply {
  bottom: 29px;
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/btn_apply_DAA4138BAF521823.png);
}

.matchmain .btn_play {
  position: absolute;
  left: 50%;
  bottom: 132px;
  width: 52px;
  height: 52px;
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/btn_play.png);
  background-size: 52px auto;
  margin-left: -26px;
}

.event1 .bg {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 640px;
  height: 100%;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/bg_event1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: -320px;
  background-size: 640px auto;
}

.event1 .container {
  height: 1234px;
  padding-top: 758px;
  box-sizing: border-box;
}

.event1 .vote_wrap {
  height: 476px;
}

.event1 .vote_wrap > div {
  position: relative;
}

.event1 .vote_wrap .dao {
  left: 0;
}

.event1 .vote_wrap .bazzi {
  right: 0;
}

.event1 .vote_wrap .state {
  height: 59px;
  padding: 42px 10px 0;
}

.event1 .vote_wrap .state:after {
  content: "";
  display: block;
  clear: both;
}

.event1 .vote_wrap .state > div {
  position: relative;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 100%;
}

.event1 .vote_wrap .state > div:first-child {
  float: left;
}

.event1 .vote_wrap .state > div:last-child {
  float: right;
}

.event1 .vote_wrap .state > div > span {
  position: absolute;
}

.event1 .vote_wrap .state .char {
  top: -12px;
  left: -8px;
  width: 69px;
  height: 68px;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/spr_char_state.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 136px;
}

.event1 .vote_wrap .state .per {
  opacity: 0;
  position: absolute;
  bottom: 2px;
  color: #fff;
  font-size: 20px;
}

.event1 .vote_wrap .state .bubble {
  top: -12px;
  width: 103px;
  height: 44px;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/spr_bubble_state.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 206px auto;
  opacity: 0;
  transform: scale(0);
}

.event1 .vote_wrap .state .dao .per {
  left: 60px;
}

.event1 .vote_wrap .state .dao .bubble {
  left: 59px;
}

.event1 .vote_wrap .state .bazzi .per {
  right: 63px;
}

.event1 .vote_wrap .state .bazzi .bubble {
  right: 62px;
}

.event1 .vote_wrap .state .dao .char {
  background-position: 0 0px;
}

.event1 .vote_wrap .state .dao .bubble {
  background-position: 0px 0;
}

.event1 .vote_wrap .state .dao.loose .char {
  background-position: -69px 0px;
}

.event1 .vote_wrap .state .dao.loose .bubble {
  background-position: 0px -44px;
}

.event1 .vote_wrap .state .dao.win .char {
  background-position: -138px 0px;
}

.event1 .vote_wrap .state .dao.win .bubble {
  background-position: 0px -88px;
}

.event1 .vote_wrap .state .bazzi .char {
  background-position: 0 -68px;
}

.event1 .vote_wrap .state .bazzi .bubble {
  background-position: -103px 0;
}

.event1 .vote_wrap .state .bazzi.loose .char {
  background-position: -69px -68px;
}

.event1 .vote_wrap .state .bazzi.loose .bubble {
  background-position: -103px -44px;
}

.event1 .vote_wrap .state .bazzi.win .char {
  background-position: -138px -68px;
}

.event1 .vote_wrap .state .bazzi.win .bubble {
  background-position: -103px -88px;
}

.event1 .vote_wrap .graph {
  height: 40px;
  margin-bottom: 11px;
}

.event1 .vote_wrap .graph > span {
  position: absolute;
  top: 0;
  width: 50%;
  height: 10px;
  border-top: 15px solid;
  border-bottom: 15px solid;
}

.event1 .vote_wrap .graph .dao {
  transform-origin: 0 50%;
  background: #1534e8;
  border-color: #0b00ba;
  z-index: 1;
}

.event1 .vote_wrap .graph .bazzi {
  transform-origin: 100% 50%;
  width: 100%;
  background: #ff4276;
  border-color: #eb306e;
}

.event1 .vote_wrap .vote_btn {
  position: relative;
  height: 44px;
}

.event1 .vote_wrap .vote_btn button {
  position: absolute;
  top: 0;
  width: 116px;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/spr_btn_vote.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 232px auto;
  background-color: #2f0093;
  height: 100%;
  border-bottom: 4px solid #FE8A01;
}

.event1 .vote_wrap .vote_btn .dao {
  background-position: 0px;
}

.event1 .vote_wrap .vote_btn .bazzi {
  background-position: -116px;
}

.event1 .vote_wrap.active .per {
  opacity: 1;
}

.event1 .vote_wrap.active .bubble {
  opacity: 1;
  transform: scale(1);
  transition: all 300ms ease;
}

.event1 .vote_wrap.active .dao .bubble {
  animation: daoBubbleMotion 800ms 300ms infinite linear;
}

.event1 .vote_wrap.active .bazzi .bubble {
  animation: bazziBubbleMotion 800ms 300ms infinite linear;
}

.event2 {
  padding-top: 0;
}

.event2 .bg {
  top: 0;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/bg_event2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

.event2 .container {
  height: 464px;
}

.event2 .btn_share {
  top: 146px;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/btn_share.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.event2 .btn_caution {
  position: absolute;
  left: 50%;
  bottom: 37px;
  width: 119px;
  height: 26px;
  background-color: #7728f9;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/btn_caution.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-left: -59px;
}

/* content2 */
.content2 {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/bg_content2.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.content2 .content_wrap {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/bg_char_content2.png");
  background-position: 0 112px;
  background-repeat: no-repeat;
  height: 559px;
  background-size: 370px auto;
}

.kr .content2 .content_wrap h2 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/tit_content2.png) 50% 0 no-repeat;
}

.kr .content2 .content_wrap .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/btn_forum_content2.png);
}

.en .content2 .content_wrap h2 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/en/tit_content2.png) 50% 0 no-repeat;
}

.en .content2 .content_wrap .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/en/btn_forum_content2.png);
}

.tw .content2 .content_wrap h2 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/tit_content2.png) 50% 0 no-repeat;
}

.tw .content2 .content_wrap .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/btn_forum_content2.png);
}

.th .content2 .content_wrap h2 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/th/tit_content2.png) 50% 0 no-repeat;
}

.th .content2 .content_wrap .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/th/btn_forum_content2.png);
}

.content2 h2 {
  height: 138px;
  text-indent: -99999px;
  overflow: hidden;
  background-size: 375px auto !important;
}

.content2 .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 250px;
  height: 65px;
  margin-left: -125px;
}

.en .content2 .container {
  padding-top: 60px;
}

.en .content2 .content_wrap {
  height: 566px;
}

.en .content2 .sns_wrap {
  position: relative;
  width: 214px;
  margin: 20px auto 0;
  padding-bottom: 33px;
}

.en .content2 .sns_wrap ul:after {
  content: "";
  display: block;
  clear: both;
}

.en .content2 .sns_wrap li {
  float: left;
  height: 78px;
  margin-right: 20px;
}

.en .content2 .sns_wrap li:nth-child(3n) {
  margin-right: 0;
}

.en .content2 .sns_wrap a {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 100%;
  background: #2e3191;
}

.en .content2 .sns_wrap a span {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 58px;
  height: 58px;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/en/spr_icon_sns.png);
  background-size: 348px auto;
  pointer-events: none;
}

.en .content2 .sns_wrap a.insta span {
  height: 78px;
}

.en .content2 .sns_wrap .facebook span {
  background-position: 0px 0;
}

.en .content2 .sns_wrap .twitter span {
  background-position: -58px 0;
}

.en .content2 .sns_wrap .twitch span {
  background-position: -116px 0;
}

.en .content2 .sns_wrap .insta_na span {
  background-position: -174px 0;
}

.en .content2 .sns_wrap .insta_sea span {
  background-position: -232px 0;
}

.en .content2 .sns_wrap .discord span {
  background-position: -290px 0;
}

.content3 {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/bg_content3.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.kr .content3 h2 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/tit_content3.png) 50% 0 no-repeat;
}

.kr .content3 .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/btn_forum_content2.png);
}

.en .content3 h2 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/en/tit_content3.png) 50% 0 no-repeat;
}

.en .content3 .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/en/btn_forum_content2.png);
}

.tw .content3 h2 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/tit_content3.png) 50% 0 no-repeat;
}

.tw .content3 .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/btn_forum_content2.png);
}

.th .content3 h2 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/th/tit_content3.png) 50% 0 no-repeat;
}

.th .content3 .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/th/btn_forum_content2.png);
}

.content3 h2 {
  height: 109px;
  text-indent: -99999px;
  overflow: hidden;
  background-size: 375px auto !important;
}

.content3 .slide_wrap {
  position: relative;
  width: 325px;
  margin: 0 auto;
}

.content3 .slide_wrap .slide_list {
  width: 100%;
  overflow: hidden;
}

.content3 .slide_wrap .slide_list li {
  float: left;
}

.content3 .slide_wrap .slide_list li img {
  width: 325px;
}

.content3 .slide_wrap .slide_nav {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}

.content3 .slide_wrap .slide_nav span {
  width: 13px;
  height: 13px;
  margin: 0 4px;
}

.content3 .slide_wrap .move {
  position: absolute;
  top: 92px;
  width: 61px;
  height: 61px;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/spr_btn_slide.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 5;
}

.content3 .slide_wrap .move.btn_prev {
  left: -35px;
}

.content3 .slide_wrap .move.btn_next {
  right: -35px;
  background-position: 100% 0;
}

.kr .content3 .youtube_wrap h3 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/tit_youtube_content3.png) 50% 0 no-repeat;
}

.kr .content3 .youtube_wrap .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/btn_yt_content3.png);
}

.en .content3 .youtube_wrap h3 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/en/tit_youtube_content3.png) 50% 0 no-repeat;
}

.en .content3 .youtube_wrap .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/en/btn_yt_content3.png);
}

.tw .content3 .youtube_wrap h3 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/tit_youtube_content3.png) 50% 0 no-repeat;
}

.tw .content3 .youtube_wrap .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/tw/btn_yt_content3.png);
}

.th .content3 .youtube_wrap h3 {
  background: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/th/tit_youtube_content3.png) 50% 0 no-repeat;
}

.th .content3 .youtube_wrap .btn {
  background-image: url(https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/th/btn_yt_content3.png);
}

.content3 .youtube_wrap h3 {
  height: 64px;
  background-size: 375px auto !important;
  text-indent: -99999px;
  overflow: hidden;
}

.content3 .youtube_wrap .btn {
  display: block;
  width: 250px;
  height: 65px;
  margin: 0 auto;
}

/* layerpop */
.layerpop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.8);
}

.layerpop.show {
  display: block;
  opacity: 0;
}

.layerpop .pop_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  align-items: center;
}

.layerpop .pop_content {
  position: relative;
  width: 92%;
  max-width: 460px;
  margin: auto;
}

.layerpop .pop_content:before, .layerpop .pop_content:after {
  content: "";
  display: block;
  padding-top: 9.86%;
}

.layerpop .btn_x {
  position: absolute;
  top: 0;
  left: 50%;
  width: 8.27%;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/btn_pop_close.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: -4.14%;
}

.layerpop .btn_x:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.layerpop .pop_body {
  font-size: 13px;
  background: #fff;
  line-height: 1.35;
  text-align: center;
  letter-spacing: -0.05em;
  padding: 37px 20px 40px;
}

.kr .layerpop .pop_body {
  word-break: keep-all;
}

.layerpop h2 {
  color: #2e3191;
  letter-spacing: -0.08em;
}

.layerpop .team {
  color: #ff5a00;
}

.layerpop .pop_btn {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 14px -5px 0;
}

.layerpop .pop_btn button {
  display: inline-block;
  width: 120px;
  height: 46px;
  background-size: auto 100%;
  text-indent: -99999px;
  overflow: hidden;
  background-color: #2e3191;
  background-position: center top;
  margin: 0 5px;
}

.layerpop .pop_btn .btn_share {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/btn_share_pop.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.layerpop .pop_btn .btn_confirm {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/btn_confirm_pop.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.layerpop .pop_btn .btn_register {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/btn_register_pop.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.layerpop .pop_btn .btn_finish {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/btn_finish_pop.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.layerpop .pop_btn .btn_cancel {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/kr/btn_cancel_pop.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #888;
}

.pop_alert .pop_body {
  font-size: 15px;
}

.pop_alert h2 {
  font-size: 28px;
}

.pop_alert .alert_wrap {
  margin-bottom: 29px;
}

.pop_alert .alert_wrap h2 {
  margin: -3px 0 25px;
}

.pop_alert .alert_wrap strong {
  display: block;
}

.pop_alert .alert_wrap .cs {
  font-size: 17px;
  color: #4e4d4d;
  margin: 4px 0;
}

.kr .pop_alert .alert_wrap .date {
  color: #6a6cad;
  margin-bottom: 19px;
}

.pop_alert .alert_wrap .date strong {
  font-size: 17px;
  margin-bottom: 6px;
  color: #2e3191;
}

.pop_info h2 {
  font-size: 24px;
  margin-bottom: 14px;
}

.pop_info li {
  position: relative;
  text-align: left;
  padding-left: 10px;
}

.pop_info li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 2px;
  height: 2px;
  background: #9E9E9E;
}

.pop_info .agree1 .h2 {
  margin-top: 40px;
}

.pop_info .agree1 p {
  color: #6a6cad;
}

.pop_info .agree1 table {
  width: 100%;
  margin-top: 11px;
}

.pop_info .agree1 table th, .pop_info .agree1 table td {
  border: 1px solid #aaa;
}

.pop_info .agree1 table th {
  width: 110px;
  height: 35px;
  color: #4d4d4d;
  background: #e5e5e5;
}

.pop_info .agree1 table td {
  text-align: center;
}

.pop_info .agree1 table td strong {
  font-size: 14px;
  color: #4e4d4d;
  font-weight: normal;
}

.pop_info .agree1 ul {
  padding-top: 8px;
}

.pop_info .agree1 li {
  font-size: 13px;
  margin-top: 3px;
}

.pop_info .agree1 li strong {
  font-weight: normal;
  text-decoration: underline;
  color: #4e4d4d;
  font-size: 14px;
}

.pop_info .agree2 p {
  color: #4d4d4d;
}

.pop_info .caution .pop_body {
  padding-bottom: 37px;
}

.pop_info .caution li {
  margin-bottom: 5px;
}

.pop_info .caution li:last-child {
  margin-bottom: 0;
}

.pop_info .caution li:before {
  top: 13px;
}

.pop_video .video_wrap {
  position: relative;
  background: #000;
  width: 100%;
  padding-top: 56.2%;
}

.pop_video .video_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pop_event .msg {
  font-size: 13px;
  text-align: center;
  margin-top: 2px;
}

.pop_event .id_wrap {
  position: relative;
  border: 1px solid #aaa;
  overflow: hidden;
  margin-top: 13px;
}

.pop_event .id_wrap input {
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  -webkit-appearance: none;
  color: #888;
  text-align: center;
  border: 0 none;
  border-radius: 0;
}

.pop_event .id_wrap .option {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  border-right: 1px solid #aaa;
}

.pop_event .id_wrap .userid {
  width: 100%;
  padding-left: 71px;
  box-sizing: border-box;
}

.pop_event .agree_wrap {
  padding-top: 10px;
}

.pop_event .agree_wrap li {
  position: relative;
  text-align: left;
  color: #888;
  min-height: 19px;
  font-size: 13px;
  padding: 1px 0 0 25px;
  margin-bottom: 6px;
}

.pop_event .agree_wrap li:last-child {
  margin-bottom: 0;
}

.pop_event .agree_wrap button {
  color: #4e4d4d;
  text-decoration: underline;
}

.pop_event .agree_wrap .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
}

.pop_event .agree_wrap .checkbox.checked {
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/bg_checkbox.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.pop_event .agree_wrap .checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#popShareReg .share_msg {
  text-align: center;
  color: #4d4d4d;
  margin: 10px 0 15px;
}

#popShareReg .share_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

#popShareReg .share_btn button {
  width: 54px;
  height: 54px;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/spr_share_pop.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 5px;
}

#popShareReg .share_btn .btn_video_fb {
  background-position: 0px 0;
}

#popShareReg .share_btn .btn_video_tw {
  background-position: -54px 0;
}

#popShareReg .share_btn .btn_video_copy {
  background-position: -108px 0;
}

#popVote .pop_body {
  padding-top: 20px;
}

#popVote .img {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("https://nxm-mt.akamaized.net/Contents/kartrush.nexon.com/launching/images_9B452F71D3CCA09B/mobile/match_6CAFCCD48D0BDF06/spr_team_pop.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 100%;
  overflow: hidden;
  background-color: #eee;
  margin: 0 auto 5px;
}

#popVote .team2 .img {
  background-position: 100% 0;
}

@keyframes daoBubbleMotion {
  0% {
    transform: rotate(0) scale(1);
  }
  25% {
    transform: rotate(2deg) scale(0.98);
  }
  50% {
    transform: rotate(0) scale(1);
  }
  75% {
    transform: rotate(-2deg) scale(1.02);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes bazziBubbleMotion {
  0% {
    transform: rotate(0) scale(1);
  }
  25% {
    transform: rotate(-2deg) scale(1.02);
  }
  50% {
    transform: rotate(0) scale(1);
  }
  75% {
    transform: rotate(-2deg) scale(0.98);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes vibrateBanner {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-2deg);
  }
  20% {
    transform: translate(1px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(2deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-2deg);
  }
  60% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-2deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(0.5deg);
  }
  90% {
    transform: translate(-1px, 2px) rotate(2deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-2deg);
  }
}
