@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@600;700;800&display=swap");
/* COMMON CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
}

q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, fieldset {
  border: 0;
}

img, input, select, label, textarea {
  font-family: "Noto Sans KR", sans-serif;
  vertical-align: middle;
}

address, caption, em {
  font-weight: normal;
  font-style: normal;
}

body {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Noto Sans', sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  color: #333;
}

a {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  padding: 0;
  outline: none;
}

hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  font-size: 0;
}

a#skip_nav {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}

a#skip_nav:hover, a#skip_nav:focus, a#skip_nav:active {
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}

/* FOOTER */
.footer {
  width: 100%;
  height: 128px;
  line-height: 128px;
  z-index: 1000;
}

.footer .foot_inner {
  width: 1200px;
  height: 119px;
  line-height: 119px;
  margin: auto;
  text-align: center;
}

.footer .clearfix {
  width: 1200px;
  margin: auto;
}

.footer .clearfix .left {
  float: left;
}

.footer .clearfix .right {
  float: right;
}

.footer .f_btn, .footer .copyright, .footer .evt_btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.footer .f_btn + .f_btn {
  margin-left: 20px;
}

.footer .f_btn.neowiz {
  width: 89px;
  height: 15px;
  background: url("../images/footer_sg.png") -68px -19px;
}

.footer .f_btn.wisecat {
  width: 58px;
  height: 31px;
  background: url("../images/footer_sg.png") 0px -19px;
}

.footer .copyright {
  margin-left: 30px;
  width: 262px;
  height: 9px;
  background: url("../images/footer_sg.png") 0px 0px;
}

.footer .evt_btn.qna {
  width: 61px;
  height: 10px;
  background: url("../images/footer_sg.png") 0px -60px;
}

.footer .evt_btn.all {
  margin-left: 30px;
  width: 81px;
  height: 10px;
  background: url("../images/footer_sg.png") -167px -19px;
  display: none;
}

/* MODAL POPUP */
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -9999px;
  width: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.modal .close {
  position: absolute;
  font-size: 0;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 9999;
}

.modal.on {
  left: 0;
}

.modal .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.80;
}

.modal .modal_body {
  right: 0 !important;
  left: 0 !important;
  margin: auto;
  bottom: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s,  -webkit-transform 0.4s;
}

.modal.on {
  visibility: visible;
  opacity: 1;
}

.modal.on .modal_body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#modal_notice .modal_body {
  top: 132px !important;
  width: 644px;
  height: 675px;
  background: url("../images/modal_notice.png") no-repeat;
}

#modal_history:after {
  content: "Mask";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

#modal_history.on:after {
  opacity: 1;
}

#modal_history .modal_body {
  top: 0px !important;
  width: 755px;
  height: 742px;
  background: url("../images/modal_history.png") no-repeat;
  z-index: 100;
}

#modal_history .modal_body .close {
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}

#modal_history .modal_body .tab {
  padding: 53px 0 28px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

#modal_history .modal_body .tab [data-tab] {
  display: inline-block !important;
  margin: 0 11px;
  cursor: pointer;
}

#modal_history .modal_body .tab [data-tab="0"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1040px -959px;
  width: 230px;
  height: 50px;
}

#modal_history .modal_body .tab [data-tab="0"].active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -800px -959px;
  width: 230px;
  height: 50px;
}

#modal_history .modal_body .tab [data-tab="1"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1040px -1019px;
  width: 230px;
  height: 50px;
}

#modal_history .modal_body .tab [data-tab="1"].active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -800px -1019px;
  width: 230px;
  height: 50px;
}

#modal_history .modal_body [data-page] {
  display: none;
}

#modal_history .modal_body [data-page].active {
  display: block;
}

#modal_history .modal_body .buy_list .buy {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -656px 0px;
  width: 646px;
  height: 513px;
  margin: 0 auto;
}

#modal_history .modal_body .buy_list .history_table .date {
  width: 182px;
}

#modal_history .modal_body .buy_list .history_table .time {
  width: 157px;
}

#modal_history .modal_body .buy_list .history_table .item {
  width: 307px;
}

#modal_history .modal_body .buy_list .history_table th {
  height: 53px;
}

#modal_history .modal_body .buy_list .history_table td {
  height: 46px;
  line-height: 44px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  color: #adacac;
}

#modal_history .modal_body .get_list .get {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px 0px;
  width: 646px;
  height: 523px;
  margin: 0 auto;
}

#modal_history .modal_body .get_list .buy_date {
  position: relative;
  height: 32px;
}

#modal_history .modal_body .get_list .buy_date .date {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #47b0bd;
  display: block;
  position: absolute;
  top: -4px;
  left: 75px;
}

#modal_history .modal_body .get_list .list {
  overflow: hidden;
}

#modal_history .modal_body .get_list .list .item {
  position: relative;
  width: 320px;
  height: 96px;
  margin: 0 0 2px 2px;
  float: left;
}

#modal_history .modal_body .get_list .list .item .count {
  position: absolute;
  top: 27px;
  left: 230px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffbe2e;
  width: 73px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

#modal_history .modal_body .get_list .list .item .count:before {
  content: "X";
  margin-right: 5px;
}

#modal_history .modal_body .pagination {
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

#modal_history .modal_body .pagination span.prev,
#modal_history .modal_body .pagination span.next {
  position: absolute;
  top: 3px;
  display: block;
  z-index: 1000;
}

#modal_history .modal_body .pagination span.prev a,
#modal_history .modal_body .pagination span.next a {
  display: block;
  cursor: pointer;
}

#modal_history .modal_body .pagination span.prev {
  left: 50%;
  margin-left: -170px;
}

#modal_history .modal_body .pagination span.prev a {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -2751px -2086px;
  width: 21px;
  height: 26px;
}

#modal_history .modal_body .pagination span.next {
  right: 50%;
  margin-right: -172px;
}

#modal_history .modal_body .pagination span.next a {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -2751px -2050px;
  width: 21px;
  height: 26px;
}

#modal_history .modal_body .pagination .num {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

#modal_history .modal_body .pagination .num a {
  display: inline-block;
  font-size: 12px;
  width: 28px;
  height: 28px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: bold;
  color: #346676;
  vertical-align: top;
  line-height: 28px;
}

#modal_history .modal_body .pagination .num a strong {
  position: relative;
  display: block;
  color: #ffbe2e;
  font-weight: bold;
  background-color: #031e26;
  border: solid 2px #0c3e4e;
  border-radius: 100%;
  font-size: 12px;
  width: 28px;
  height: 28px;
  line-height: 25px;
  text-indent: 1px;
  box-sizing: border-box;
}

#modal_choice:after {
  content: "Mask";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

#modal_choice.on:after {
  opacity: 1;
}

#modal_choice .modal_body {
  top: 0px !important;
  width: 785px;
  height: 742px;
  background: url("../images/modal_select.png") no-repeat;
  z-index: 100;
}

#modal_choice .modal_body .btn_confirm {
  position: absolute;
  top: 635px;
  left: 266px;
  width: 117px;
  height: 48px;
  text-indent: -9999px;
}

#modal_choice .modal_body .btn_cancel {
  position: absolute;
  top: 635px;
  left: 400px;
  width: 117px;
  height: 48px;
  text-indent: -9999px;
}

#modal_choice .modal_body .choice_list {
  position: absolute;
  top: 140px;
  left: 49px;
  width: 684px;
  height: 514px;
  text-align: center;
  font-size: 0;
}

#modal_choice .modal_body .choice_list [data-item] {
  display: inline-block;
  width: 149px;
  height: 218px;
  margin: 0 11px 26px;
}

#modal_choice .modal_body .choice_list [data-item] .item {
  cursor: pointer;
}

#modal_choice .modal_body .choice_list [data-item] .item .character_radio {
  display: none;
}

#modal_choice .modal_body .choice_list [data-item] .item .character_radio:checked + .choice_count:after {
  content: "Frame";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 2px #e6cf05;
  z-index: 11;
}

#modal_choice .modal_body .choice_list [data-item] .item .choice_count {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#modal_choice .modal_body .choice_list [data-item] .item .choice_count .count {
  position: absolute;
  top: 170px;
  left: 26px;
  font-size: 13px;
  width: 98px;
  height: 29px;
  line-height: 28px;
  padding-right: 57px;
  box-sizing: border-box;
  text-align: right;
  font-weight: bold;
  font-family: 'Nanum Gothic', sans-serif;
  color: #ffbe2e;
}

/* COSTOM */
#wrap {
  position: relative;
  min-width: 1200px;
  height: 1900px;
  z-index: 800;
  background: url(../images/background.jpg) no-repeat top center;
  background-color: #ededed;
}

#content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.sg_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.sg_header {
  position: relative;
  z-index: 2000;
  width: 100%;
  height: 128px;
}

.sg_header .sg_logo a {
  position: absolute;
  top: 26px;
  left: 1px;
  width: 120px;
  height: 65px;
  text-indent: -9999px;
}

.sg_header .sg_gnb {
  position: absolute;
  top: 41px;
  right: 4px;
  overflow: hidden;
}

.sg_header .sg_gnb li {
  text-align: center;
  height: 41px;
  line-height: 41px;
  float: left;
}

.sg_header .sg_gnb li a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  margin: 0 auto;
}

.sg_header .sg_gnb .gnb_home {
  width: 73px;
}

.sg_header .sg_gnb .gnb_login {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1197px -533px;
  width: 76px;
  height: 41px;
}

.sg_header .sg_gnb .gnb_logout {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1197px -584px;
  width: 76px;
  height: 41px;
}

.sg_header .sg_gnb .gnb_start {
  width: 86px;
}

#timer {
  position: relative;
  width: 960px;
  height: 210px;
  margin: 0 auto;
}

#timer .time {
  position: absolute;
  top: 140px;
  left: 425px;
  width: 270px;
  height: 24px;
  font-size: 17px;
  font-weight: bold;
  font-family: 'Nanum Gothic', sans-serif;
  color: #dac305;
}

#timer .time .day {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
}

#timer .time .hour {
  position: absolute;
  top: 0;
  left: 65px;
  width: 46px;
  height: 24px;
  letter-spacing: 0.75em;
  text-indent: 7px;
}

#timer .time .minute {
  position: absolute;
  top: 0;
  left: 164px;
  width: 46px;
  height: 24px;
  letter-spacing: 0.75em;
  text-indent: 7px;
}

#package {
  position: relative;
  width: 960px;
  height: 1100px;
  margin: 0 auto;
}

#package .btn_target {
  position: absolute;
  top: 385px;
  left: 118px;
  width: 180px;
  height: 100px;
  text-indent: -9999px;
}

#package .btn_history {
  position: absolute;
  top: 385px;
  left: 660px;
  width: 180px;
  height: 100px;
  text-indent: -9999px;
}

#package .chance_count {
  position: absolute;
  top: 385px;
  left: 323px;
  width: 320px;
  height: 100px;
}

#package .chance_count .count {
  position: absolute;
  top: 13px;
  left: 191px;
  width: 73px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-family: Tahoma;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.020em;
  color: #dac305;
}

#package .chance_count .btn_prob {
  position: absolute;
  top: 30px;
  left: 280px;
  width: 38px;
  height: 38px;
  font-size: 0;
  cursor: default;
}

#package .chance_count .btn_prob:hover + .modal_prob {
  display: block;
}

#package .chance_count .modal_prob {
  position: absolute;
  top: 23px;
  left: -174px;
  z-index: 10;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -446px -533px;
  width: 505px;
  height: 416px;
  display: none;
}

#package .chance_count .modal_prob:hover {
  display: block;
}

#package .target_character {
  position: absolute;
  top: 475px;
  left: 305px;
}

#package .target_character[data-character="0"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -2194px;
  width: 350px;
  height: 400px;
}

#package .target_character[data-character="1"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -2425px -410px;
  width: 350px;
  height: 400px;
}

#package .target_character[data-character="2"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -2425px 0px;
  width: 350px;
  height: 400px;
}

#package .target_character[data-character="3"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -360px -2194px;
  width: 350px;
  height: 400px;
}

#package .target_character[data-character="4"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -2425px -1640px;
  width: 350px;
  height: 400px;
}

#package .target_character[data-character="5"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -2425px -820px;
  width: 350px;
  height: 400px;
}

#package .target_character[data-character="6"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -2425px -1230px;
  width: 350px;
  height: 400px;
}

#package .btn_buy {
  position: absolute;
  top: 850px;
  left: 323px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -2425px -2050px;
  width: 316px;
  height: 103px;
}

#notice {
  width: 960px;
  height: 333px;
  margin: 0 auto;
}

#cardPack {
  display: none;
}

#cardPack .card_item {
  position: absolute;
  top: 685px;
  left: 50%;
  margin-left: -180px;
  z-index: 120;
}

#cardPack .card_item [data-object] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1855px -1646px;
  width: 361px;
  height: 511px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10;
  transition: all 0.35s ease-out;
  opacity: 0;
}

#cardPack .card_item [data-object].on {
  top: 0;
  opacity: 1;
}

#cardPack .card_item [data-object][data-object="100"] .count_box {
  display: none;
}

#cardPack .card_item [data-object][data-item="0"]:after {
  content: "박찬호";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1079px -533px;
  width: 108px;
  height: 114px;
}

#cardPack .card_item [data-object][data-item="1"]:after {
  content: "임창용";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -961px -657px;
  width: 108px;
  height: 114px;
}

#cardPack .card_item [data-object][data-item="2"]:after {
  content: "김병현";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1079px -657px;
  width: 108px;
  height: 114px;
}

#cardPack .card_item [data-object][data-item="3"]:after {
  content: "선동열(선발)";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -961px -781px;
  width: 108px;
  height: 114px;
}

#cardPack .card_item [data-object][data-item="4"]:after {
  content: "선동열(구원)";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1079px -781px;
  width: 108px;
  height: 114px;
}

#cardPack .card_item [data-object][data-item="5"]:after {
  content: "오승환";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -446px -959px;
  width: 108px;
  height: 114px;
}

#cardPack .card_item [data-object][data-item="6"]:after {
  content: "김선우";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -564px -959px;
  width: 108px;
  height: 114px;
}

#cardPack .card_item [data-object][data-item="7"]:after {
  content: "구대성";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -682px -959px;
  width: 108px;
  height: 114px;
}

#cardPack .card_item [data-object][data-item="8"]:after {
  content: "2만 캣 교환권";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -961px -533px;
  width: 108px;
  height: 114px;
}

#cardPack .card_item [data-object][data-confirm="true"][data-item="0"]:after {
  content: "박찬호";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1312px 0px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-confirm="true"][data-item="1"]:after {
  content: "임창용";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1312px -548px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-confirm="true"][data-item="2"]:after {
  content: "김병현";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -1098px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-confirm="true"][data-item="3"]:after {
  content: "선동열(선발)";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -371px -1098px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-confirm="true"][data-item="4"]:after {
  content: "선동열(구원)";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -742px -1098px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-confirm="true"][data-item="5"]:after {
  content: "오승환";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1113px -1098px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-confirm="true"][data-item="6"]:after {
  content: "김선우";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1683px 0px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-confirm="true"][data-item="7"]:after {
  content: "구대성";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1683px -548px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-confirm="true"]:after {
  top: 0 !important;
  left: 0 !important;
}

#cardPack .card_item [data-object][data-object="100"]:after {
  top: 0 !important;
  left: 0 !important;
}

#cardPack .card_item [data-object][data-object="100"][data-item="0"]:after {
  content: "박찬호";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1683px -1096px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-object="100"][data-item="1"]:after {
  content: "임창용";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -2054px 0px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-object="100"][data-item="2"]:after {
  content: "김병현";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -2054px -548px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-object="100"][data-item="3"]:after {
  content: "선동열(선발)";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -2054px -1096px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-object="100"][data-item="4"]:after {
  content: "선동열(구원)";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -1646px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-object="100"][data-item="5"]:after {
  content: "오승환";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -371px -1646px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-object="100"][data-item="6"]:after {
  content: "김선우";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -742px -1646px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-object="100"][data-item="7"]:after {
  content: "구대성";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1113px -1646px;
  width: 361px;
  height: 538px;
}

#cardPack .card_item [data-object][data-item]:after {
  position: absolute;
  top: 272px;
  left: 127px;
}

#cardPack .btn_skip {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -720px -2194px;
  width: 196px;
  height: 59px;
  position: absolute;
  top: 1280px;
  left: 50%;
  margin-left: -98px;
  z-index: 300;
  display: none;
}

#cardPack .count_box {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 53px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: 'Oxanium', cursive;
  font-size: 24px;
  text-indent: 4px;
  font-weight: 700;
  color: #001f23;
  border-radius: 0 0 0 2px;
  background: #248591;
  z-index: 1000;
  background: linear-gradient(90deg, #248591 0%, #23a6b5 100%);
}

#cardPack .card_break {
  position: absolute;
  top: 339px;
  left: 50%;
  margin-left: -700px;
  z-index: 101;
  display: none;
}

#cardPack .card_break .card_front {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -533px;
  width: 436px;
  height: 555px;
  position: absolute;
  top: 350px;
  left: 482px;
  transition: all 0.5s ease-out;
  opacity: 0;
}

#cardPack .card_break .card_front.on {
  top: 298px;
  opacity: 1;
}

#cardPack .card_break .card_back {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1484px -1646px;
  width: 361px;
  height: 511px;
  position: absolute;
  top: 346px;
  left: 519px;
  display: none;
  transition: all 0.5s ease-out;
}

#cardPack .card_break .card_back.on {
  opacity: 0;
  top: 260px;
}

#cardPack .card_break #cardBreakVideo {
  display: none;
}

#cardPack .dim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
}

#cardPack .pack_get_list {
  display: none;
  position: absolute;
  top: 450px;
  left: 50%;
  margin-left: -378px;
  width: 755px;
  height: 742px;
  background: url(../images/modal_card_get.png) no-repeat;
  z-index: 300;
}

#cardPack .pack_get_list .get {
  position: absolute;
  top: 131px;
  left: 0;
  width: 100%;
  height: 523px;
  overflow: hidden;
}

#cardPack .pack_get_list .get .list {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px 0px;
  width: 646px;
  height: 523px;
  margin: -30px auto 0;
  overflow: hidden;
}

#cardPack .pack_get_list .get .list .item {
  position: relative;
  width: 320px;
  height: 96px;
  margin: 0 0 2px 2px;
  float: left;
}

#cardPack .pack_get_list .get .list .item:nth-child(1), #cardPack .pack_get_list .get .list .item:nth-child(2) {
  margin-top: 31px;
}

#cardPack .pack_get_list .get .list .item .count {
  position: absolute;
  top: 27px;
  left: 230px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffbe2e;
  width: 73px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

#cardPack .pack_get_list .get .list .item .count:before {
  content: "X";
  margin-right: 5px;
}

#cardPack .card_close {
  position: absolute;
  top: 645px;
  left: 318px;
  width: 116px;
  height: 46px;
  font-size: 0;
}

#cardDB {
  display: none;
}
