* {
  color: var(--text-color);
  box-sizing: border-box;
  /*
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  */
  -webkit-tap-highlight-color : transparent;
}
html {
  scroll-behavior : smooth;
}
body {
  font-family: "Pretendard", "Open Sans";
  font-weight: 400;
  font-size: 100%;
  color: #333;
  position: relative;
}
main {
  padding-top: 80px;
  height: auto;
  min-height: calc(100% - 261px);
}
.wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.wrap.basic {
  padding: 100px 0;
}
/*Floating*/
.floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.floating .top-btn {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #004f9d;
  margin-bottom: 30px;
  cursor: pointer;
}
.floating .top-btn img {
  width: 20px;
}
.floating .drt-btn {
  width: 190px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}
.floating .drt-btn:hover > .ft {
  background-color: var(--bg-color);
}
.floating .drt-btn.mb-10 {
  margin-bottom: 10px;
}
.floating .drt-btn .hd {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating .drt-btn .hd.oc {
  background-color: #004f9d;
}
.floating .drt-btn .hd.kc {
  background-color: var(--kakao-color);
}
.floating .drt-btn .hd img {
  width: 20px;
}
.floating .drt-btn .ft {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.floating .drt-btn .ft p:first-child {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
}
.floating .drt-btn .ft p:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}
/*Header*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: white;
}
.header-wrap .box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrap .box a {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #004f9d;
}
.header-wrap .box a img {
  width: 30px;
  height: 100%;
  margin-right: 10px;
}
.header-wrap .box .bora-naver {
  width: 250px;
}
/*Footer*/
.footer-wrap {
  background-color: #004f9d;
}
.footer-wrap .wrap {
  padding: 30px 0;
}
.footer-wrap .logo {
  text-align: center;
  margin-bottom: 20px;
}
.footer-wrap .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: white;
  font-size: 32px;
  font-weight: 600;
}
.footer-wrap .logo img {
  width: 50px;
  height: 50px;
}
.footer-wrap .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.footer-wrap .info span {
  display: inline-block;
  color: white;
}
.footer-wrap .info span b {
  font-weight: 600;
}
.footer-wrap .support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.footer-wrap .support img {
  width: 30px;
  height: 28px;
}
.footer-wrap .copy {
  font-size: 14px;
  font-weight: 300;
  color: white;
  text-align: center;
  line-height: 1.2;
}
.footer-wrap .copy b {
  font-weight: 600;
}
.mobile-footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  box-shadow: 3px -5px 15px 5px rgba(0, 0, 0, 0.05);
  display: none;
}
.mobile-footer .btn-wrap {
  display: flex;
  align-items: center;
}
.mobile-footer .btn-wrap a {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
}
.mobile-footer .btn-wrap a.mc {
  background-color: #004f9d;
}
.mobile-footer .btn-wrap a.kc {
  background-color: var(--kakao-color);
}
.mobile-footer .btn-wrap a img {
  width: 25px;
}
.mobile-footer .btn-wrap a div span {
  display: block;
}
.mobile-footer .btn-wrap a div span:first-child {
  font-size: 12px;
  margin-bottom: 3px;
}
.mobile-footer .btn-wrap a.mc div span:first-child {
  color: white;
}
.mobile-footer .btn-wrap a.mc div span:last-child {
  color: white;
}
.mobile-footer .btn-wrap a div span:last-child {
  font-size: 14px;
  font-weight: 600;
}
/*메인*/
.bg-wrap.gc {
  background-color: var(--bg-color);
}
.bg-wrap.mc {
  background-color: #004f9d;
}
.bg-wrap.pc {
  background-color: #FAF8FF;
}
.bg-wrap.mc .wrap {
  padding: 60px 0 100px;
  text-align: center;
}
.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.logo-box img {
  width: 60px;
  height: 60px;
}
.logo-box span {
  font-size: 48px;
  font-weight: 600;
  color: white;
  display: inline-block;
}
.main-phone {
  width: 100%;
  max-width: 350px;
  margin: 50px 0;
}
.support-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: -58px;
}
.support-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 5px;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.support-wrap a:hover {
  transform: translateY(-5px);
  transition: all 0.2s;
}
.support-wrap a.mc {
  background-color: white;
}
.support-wrap a.kc {
  background-color: var(--kakao-color);
}
.support-wrap a.mc .tit {
  color: #004f9d;
}
.support-wrap a .tit {
  font-size: 14px;
  font-weight: 600;
}
.support-wrap a .add {
  font-size: 20px;
  font-weight: 700;
}
.support-wrap a span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.support-wrap a span img {
  width: 20px;
}
.support-wrap a.mc span {
  background-color: #004f9d;
  color: white;
  border-radius: 10px;
  padding: 5px 40px;
}
.support-wrap a.kc span {
  background-color: white;
  border-radius: 10px;
  padding: 5px 40px;
}
.sub-tit {
  font-size: 48px;
  font-weight: 700;
  color: #004f9d;
  text-align: center;
  margin-bottom: 5px;
}
.big-tit {
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
}
.big-tit.mb-15 {
  margin-bottom: 15px;
}
.sml-tit {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 50px;
}
.big-tit span {
  display: inline-block;
  color: #004f9d;
  font-weight: 600;
}
/*진행 현황*/
.live-wrap {
  height: auto;
}
.live-wrap .th {
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #004f9d;
  border-radius: 10px;
}
.live-wrap .th li {
  width: 100%;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.live {
  pointer-events: none;
}
.live.mobile {
  display: none;
}
.live .box {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid rgba(123, 103, 185, 0.2);
  border-radius: 10px;
  margin: 5px 0;
  padding: 10px 0;
}
.live .box span {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: var(--caption-color);
}
.live .box .name {
  color: var(--text-color);
  font-weight: 600;
}
.live .box .result {
  background-color: #004f9d;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  padding: 5px 8px;
  display: inline-block;
}
.live .box .result.fail {
  background-color: var(--red-color);
}
.why-box {
  display: flex;
  align-items: center;
  gap: 130px;
}
.why-box li {
  position: relative;
  width: 200px;
  border-radius: 100%;
  background-color: white;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  scale: 1;
  transition: all 0.2s;
}
.why-box li::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.why-box li .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.why-box li:hover {
  scale: 1.1;
  transition: all 0.2s;
}
.why-box li img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.why-box li .tit {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.why-box li .content {
  font-size: 14px;
  text-align: center;
  word-break: keep-all;
  line-height: 1.2;
}
.step {
  max-width: 90%;
  margin-bottom: 50px;
}
.warning {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
  margin-bottom: 10px;
}
.warning span {
  display: inline-block;
  color: #004f9d;
}
.warning-sub {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
}
.warning-sub span {
  display: inline-block;
  color: var(--red-color);
}
.gift-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.gift-box li {
  width: calc(100% / 3 - 14px);
}
.gift-box li .img-box {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 15px 30px;
  position: relative;
}
.gift-box li .img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
.gift-box li:hover > ::after {
  background-color: rgba(0, 0, 0, 0.0);
  transition: all 0.2s;
}
.gift-box li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gift-box li .content {
  background-color: #004f9d;
  padding: 15px;
}
.gift-box li .content .name {
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}
.gift-box li .content .expl {
  min-height: 35px;
  font-size: 14px;
  font-weight: 300;
  color: white;
  line-height: 1.2;
}
.pay-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}
.pay-box .item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
    width: 200px;
}
.pay-box .item .img-box {
    background-color: #a091ce;
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay-box .item .img-box img {
    width: 80px;
    object-fit: cover;
}
.pay-box .item .info {
    background-color: white;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.pay-box .item .info-tit {
    margin-bottom: 5px;
    font-weight: 600;
}
.pay-box .item .price {
    font-size: 20px;
    font-weight: 600;
    color: #004f9d;
}
.pay-box .item .expl {
    font-size: 14px;
    color: var(--caption-color);
    margin-top: 5px;
}
