@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  src: url("../img/Pretendard-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../img/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: bold;
}
html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

body, div, ul, li, h1, h2, h3, h4, h5, h6, p, th, td {
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4 {
  font-family: "Pretendard", "맑은 고딕", "Apple SD Gothic Neo", "Malgun Gothic", "Dotum", "돋움", Arial, sans-serif;
  font-size: 15px;
  color: #222;
  line-height: normal;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
  border: 0 none;
}

a {
  text-decoration: none;
  color: inherit;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 50px;
  background: rgba(34, 34, 34, 0.5);
  -webkit-transition: -webkit-backdrop-filter 50ms ease-in-out 0s;
  transition: -webkit-backdrop-filter 50ms ease-in-out 0s;
  transition: backdrop-filter 50ms ease-in-out 0s;
  transition: backdrop-filter 50ms ease-in-out 0s, -webkit-backdrop-filter 50ms ease-in-out 0s;
}
.head.fixed {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.head .logo {
  margin: 18px 0 0 20px;
}

.w_intro {
  position: relative;
  overflow: hidden;
  height: 420px;
  background: #171717;
}
.w_intro:before {
  display: block;
  position: absolute;
  top: 44px;
  left: 0;
  width: 126px;
  height: 81px;
  background: url("https://event.sbsnews.co.kr/ytevent_2024/img/m/dragon-head-left.png") no-repeat;
  background-size: 126px auto;
  content: "";
}
.w_intro:after {
  display: block;
  position: absolute;
  bottom: 32px;
  right: 0;
  width: 77px;
  height: 180px;
  background: url("https://event.sbsnews.co.kr/ytevent_2024/img/m/dragon-end-right.png") no-repeat;
  background-size: 77px auto;
  content: "";
}
.w_intro .txt {
  display: block;
  margin: 70px auto 0;
}
.w_intro .star1 {
  position: absolute;
  top: 238px;
  left: 10px;
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .star2 {
  position: absolute;
  top: 35px;
  right: 42px;
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .phone {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -76px;
  -webkit-animation-name: phone;
          animation-name: phone;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .talk {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 13px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #4b64de;
  position: absolute;
  left: 50%;
  -webkit-animation-name: phone;
          animation-name: phone;
  z-index: 1;
}
.w_intro .talk.t1 {
  top: 300px;
  margin-left: -145px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .talk.t2 {
  top: 350px;
  margin-left: -156px;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.w_intro .talk.t3 {
  top: 330px;
  margin-left: 42px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.w_intro .talk.t4 {
  top: 375px;
  margin-left: 35px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes star {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes star {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes phone {
  0% {
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes phone {
  0% {
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.w_how {
  padding: 0 20px;
}
.w_how .tit {
  margin: 40px 0 15px;
  text-align: center;
}

.table {
  background: #ededed;
  border-radius: 16px;
  padding: 30px 20px 25px;
  margin: 0 auto;
}
.table .tbl_in {
  max-width: 280px;
  margin: 0 auto;
}
.table img {
  width: 100%;
}
.table .tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 13px;
}
.table .tr.coupon {
  padding: 2px 0 30px;
}
.table .tr.step {
  padding: 15px 0 30px;
}
.table .tr .th {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
}
.table .tr .td {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.w_btns {
  margin-top: 20px;
}

.b_join {
  text-align: center;
}

.w_tip {
  text-align: center;
  padding: 20px 0 45px;
  border-bottom: solid 1px #ccc;
}
.w_tip strong {
  display: block;
}
.w_tip p {
  padding-top: 12px;
  line-height: 22px;
}

.w_notice {
  padding: 50px 20px 60px;
}
.w_notice .tit {
  color: #222;
}
.w_notice .notice {
  margin-top: 12px;
  line-height: 24px;
  color: #898989;
}
.w_notice .notice li {
  position: relative;
  padding-left: 12px;
}
.w_notice .notice li:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "• ";
}

.foot {
  padding: 20px 0;
  text-align: center;
  background: #171717;
  color: #ccc;
  font-size: 12px;
  line-height: 20px;
}