@charset "UTF-8";
:root {
  --primary-color-1: #0096ff;
  --primary-color-2: #f4f7fc;
  --primary-color-3: #e5eefc;
  --primary-color-4: #121212;
  --red-color-1: #ff0606;
  --font-color-1: #121212;
  --font-color-2: #6a6a6a;
  --font-color-3: #9e9e9e;
  --border-radius-1: 4px;
}
html,
body {
  color: #121212;
  font-size: 10px;
  font-family: "Pretendard", sans-serif;
}

@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
.spoqaHanSansNeo {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
}
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.scrollLock {
  overflow: hidden;
}
.pos_rel {
  position: relative;
}
.wrap2 {
  padding-bottom: 90px;
}
.wrap {
  padding: 0 1.6rem;
  width: 100%;
}
.fwb {
  font-weight: bold;
}
.bg_color {
  background: var(--primary-color-2);
}
.color_main {
  color: var(--primary-color-1) !important;
}
.color_red {
  color: var(--red-color-1) !important;
}
.btn_main {
  border-radius: 4px;
  background-color: var(--primary-color-1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  width: 100%;
}
.btn_main.off {
  background: #ccd2db;
}

.btn_main span {
  line-height: 1;
  letter-spacing: -0.45px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
.btn_border {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid var(--primary-color-1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  width: 100%;
}
.btn_border span {
  line-height: 1;
  letter-spacing: -0.45px;
  text-align: center;
  color: var(--primary-color-1);
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
.btn_wrap02 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn_wrap02 li {
  width: calc((100% - 1.2rem) / 2);
}
.overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.overlay.on {
  display: block;
}
.default_modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  display: none;
}
.default_modal.on {
  display: block;
}

.default_modal_box {
  position: relative;
  padding-top: 3.4rem;
  width: 32rem;
  height: 18.4rem;
  background: #fff;
  border-radius: 8px;
}
.default_modal2 .default_modal_box {
  padding-top: 4.4rem;
}
.modal_logout .default_modal_box {
  padding-top: 4.4rem;
}
.default_modal .tit {
  line-height: 1.25;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.default_modal .txt {
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  color: #121212;
}
.btn_modal {
  border-top: 1px solid #e7ebf2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.btn_modal a {
  display: block;
  font-size: 1.4rem;
  line-height: 4.9rem;
  text-align: center;
  color: #6a6a6a;
}
.modal_choice02 .btn_modal ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_choice02 .btn_modal li {
  width: 50%;
}
.icon_box img {
  display: block;
  width: 100%;
}
.flex_box {
  display: flex;
}
.flex_ac {
  display: flex;
  align-items: center;
}
header {
  background-color: #fff;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  height: 5.2rem;
  width: 100%;
  border-bottom: 1px solid #e7ebf2;
}
header h1.logo {
  width: 9.8rem;
}
header h1.logo a {
  display: block;
}
header h1.logo a img {
  width: 100%;
  display: block;
}
.icon_point {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
}
.icon_point .icon {
  width: 2.4rem;
}
.icon_point img {
  width: 100%;
  display: block;
}
.icon_point span {
  font-size: 1.6rem;
}
.icon_box {
  width: 2.4rem;
}
.icon_box img {
  width: 100%;
  display: block;
}
.default_tag {
  color: #6a6a6a;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 1.9rem;
  letter-spacing: -0.36px;
  font-size: 1.2rem;
  padding: 0 0.8rem;
  line-height: 0.9;
  border-radius: 1rem;
  border: solid 1px #d6dbe3;
}
.tag_red {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 1.9rem;
  letter-spacing: -0.36px;
  font-size: 1.2rem;
  padding: 0 0.8rem;
  line-height: 0.9;
  border-radius: 1rem;
  background: #eb0000;
}
.tag_correct {
  color: #fff;
  display: flex;
  align-items: center;
  width: fit-content;
  column-gap: 0.2rem;
  height: 1.9rem;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0.8rem;
  line-height: 1.9rem;
  border-radius: 1rem;
  background: #4bae4f;
}
.tag_correct .icon_box {
  width: 1.2rem;
  display: block;
}
.modal_pick_details.on {
  max-height: 90vh;
  display: block;
  opacity: 1;
  height: fit-content;
  transform: translateY(0);
}
.modal_bottom,
.modal_charging,
.modal_pick_details,
.modal_completed,
.modal_duy {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 100%;
  height: 0;
  overflow: hidden;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.15s ease-in;
}
.modal_bottom.on,
.modal_charging.on,
.modal_completed.on,
.modal_duy.on {
  overflow: initial;
  display: block;
  opacity: 1;
  height: fit-content;
  transform: translateY(0);
}
.modal_bottom .modal_bottom_box,
.modal_charging .modal_duy_box,
.modal_pick_details_box,
.modal_completed .modal_duy_box,
.modal_duy_box {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 16px 16px 0 0;
  position: relative;
  padding: 2.2rem 1.6rem 4rem;
}
.modal_bottom .tit,
.modal_charging .tit,
.modal_pick_details .tit,
.modal_completed .tit,
.modal_duy .tit {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
.modal_bottom .btn_close,
.modal_charging .btn_close,
.modal_pick_details .btn_close,
.modal_duy_box .btn_close {
  width: 4rem;
  display: block;
  position: absolute;
  right: 1.6rem;
  top: 1.2rem;
}
.modal_bottom .btn_close img,
.modal_duy_box .btn_close img {
  width: 100%;
  display: block;
}
.modal_duy .txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.2rem;
  text-align: center;
}
.modal_duy_cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1.7rem 1.7rem;
  row-gap: 0.8rem;
  background-color: var(--primary-color-2);
  padding: 0.8rem;
  margin-bottom: 3.7rem;
}
.modal_bundle .modal_duy_cont,
.pick_modal .modal_duy_cont {
  grid-template-columns: 0.8fr 1fr 2fr;
}
.modal_duy_cont .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_duy_cont .item span {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.42px;
  text-align: center;
  display: block;
}

.modal_duy_cont .item + .item {
  border-left: 1px solid #e7ebf2;
}
.modal_duy_cont .item:nth-child(4) {
  border-left: none;
}

.icon_tooltip {
  width: 1.6rem;
  display: block;
  position: relative;
  margin-left: 0.2rem;
}
.modal_duy_botm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e7ebf2;
  margin-bottom: 2rem;
}

.modal_duy_botm p {
  color: #6a6a6a;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 0.92;
}
.modal_duy_point {
  display: flex;
  align-items: center;
}
.modal_duy_point p {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--font-color-1);
  margin-right: 0.6em;
}
.modal_completed .tit {
  margin-bottom: 4.3rem;
}
.modal_completed .icon_box {
  width: 4.8rem;
  display: block;
  margin: 0 auto 2.4rem;
}
.modal_completed .txt_box {
  margin-bottom: 3.2rem;
}
.modal_completed .txt_box p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  text-align: center;
}
.modal_completed .txt_box span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.48px;
  text-align: center;
  width: 100%;
}
.modal_pick_details .pick_details_top {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 1.6rem;
}
.modal_pick_details .pick_details_top .profile_img {
  width: 4.8rem;
  height: 4.8rem;
}
.modal_pick_details .pick_details_top .txt_box span {
  line-height: 1;
  letter-spacing: -0.54px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
  display: block;
}
.modal_pick_details .pick_details_top .txt_box p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.42px;
}

.pick_details_hd {
  background: var(--primary-color-3);
  padding: 0.6rem 0.8rem 0.5rem;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr 1fr 1fr;
  column-gap: 0.8rem;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
}
.pick_details_hd span {
  line-height: 2.8rem;
  font-size: 1.4rem;
  text-align: center;
  display: block;
}
.pick_details_conts_item {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 4.4rem;
  column-gap: 0.8rem;
  padding: 0.4rem;
  border-bottom: solid 1px #e7ebf2;
}
.pick_details_conts_item .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}
.pick_details_conts_item .item.on {
  border-radius: 4px;
  border: solid 1px var(--primary-color-1);
  background-color: #e5eefc;
}
.pick_details_conts_item .item.lose {
  border-radius: 4px;
  border: 1px solid #ff0606;
  background-color: #fce5e5;
}
.pick_details_conts_item .item.draw {
  border-radius: 4px;
  border: 1px solid #333;
  background-color: #eee;
}
.pick_details_conts_item .item.draw span {
  color: #333;
  font-weight: bold;
}
.pick_details_conts_item .item.lose span {
  font-weight: bold;
  color: var(--red-color-1);
}
.pick_details_conts_item .item span {
  font-size: 1.4rem;
  line-height: 1.29;
  letter-spacing: -0.42px;
  font-weight: normal;
  text-align: center;
  display: block;
}
.pick_details_conts_item .item.on span {
  color: var(--primary-color-1);
  font-weight: bold;
}
.modal_pick_details_box {
  height: 100%;
}
.pick_details_conts::-webkit-scrollbar {
  width: 4px;
}
.pick_details_conts::-webkit-scrollbar-thumb {
  background: #ccd2db;
  border-radius: 10px;
}

.pick_details_conts::-webkit-scrollbar-track {
  background: transparent;
}
.pick_details_conts {
  max-height: calc(85vh - 246px);
  overflow-y: auto;
  margin-bottom: 1.2rem;
}
.pick_details_memo {
  height: 7.4rem;
  width: 100%;
  display: block;
  border-radius: 4px;
  padding: 0.8rem;
  border: solid 1px #e7ebf2;
  background-color: var(--primary-color-2);
}
.pick_details_memo p {
  line-height: 1.33;
  font-size: 1.5rem;
}
.sec_top {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  position: relative;
  padding: 0 0.8rem;
}
.sec_top .tit {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.48px;
  text-align: center;
  width: calc(100% - 8rem);
}
.sec_top .btn_back {
  width: 4rem;
  position: absolute;
  left: 0.8rem;
  top: 0;
}
.sec_top .btn_x {
  width: 4rem;
  position: absolute;
  right: 0.8rem;
  top: 0;
}
.sec_top .btn_x a,
.sec_top .btn_back a {
  display: block;
}

.sec_top .btn_x a img,
.sec_top .btn_back a img {
  width: 100%;
  display: block;
}
.modal_charging_list label {
  position: relative;
  display: block;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url("../images/icon_Check_f.svg") no-repeat center;
  background-size: contain;
}
input[type="checkbox"]:checked {
  background: url("../images/Icon_Check.png") no-repeat center;
  background-size: contain;
}
.navbar_bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  background: #fff;
  padding: 0 1rem 3.2rem;
  border-top: 1px solid #e7ebf2;
}
.navbar_bottom ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.navbar_bottom ul li {
  width: calc(100% / 5);
}
.navbar_bottom ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 0.6rem;
  padding-top: 1.6rem;
}
.navbar_bottom ul li .icon_box {
  width: 2rem;
}
.navbar_bottom ul li.on .icon_box svg {
  animation-name: navbar_bottom;
  animation-duration: 0.15s;
}
@keyframes navbar_bottom {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
.navbar_bottom ul li span {
  text-align: center;
  color: #ccd2db;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.33px;
}
.navbar_bottom ul li.on span {
  text-align: center;
  color: #121212;
  font-weight: 500;
}
.navbar_bottom ul li .icon_box svg {
  fill: #ccd2db;
}
.navbar_bottom ul li.on .icon_box svg {
  fill: #000 !important;
}
.login_cont {
  padding-top: 9rem;
}
.login_cont .login_logo {
  width: 9.8rem;
}
.login_cont .login_logo a {
  display: block;
}
.login_cont .login_logo a img {
  width: 100%;
  display: block;
}
.login_cont .txt {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: -0.6px;
  margin-top: 1.6rem;
  margin-bottom: 4rem;
}
.login_cont .txt span {
  font-weight: bold;
}
.login_cont .btn_appcard, .login_cont .btn_apple {
  margin-bottom: 1.6rem;
}
.login_cont .btn_appcard a{
  background: #4a5cff;
  height: 4.8rem;
}
.login_cont .btn_apple a {
  height: 4.8rem;
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}