@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: 24px;
  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;
}

.w_yt24 {
  min-width: 1140px;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 56px;
  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: 616px;
  background: #101010 url("https://event.sbsnews.co.kr/ytevent_2024/img/remove-bg.png") no-repeat center 200px;
}
.w_intro .txt {
  display: block;
  margin: 96px auto 0;
}
.w_intro .star1 {
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -1000px;
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .star2 {
  position: absolute;
  top: 172px;
  left: 50%;
  margin-left: -690px;
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .star3 {
  position: absolute;
  top: 362px;
  left: 50%;
  margin-left: -537px;
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .star4 {
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: 170px;
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .star5 {
  position: absolute;
  top: 112px;
  left: 50%;
  margin-left: 1038px;
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .star6 {
  position: absolute;
  top: 198px;
  left: 50%;
  margin-left: 964px;
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .star7 {
  position: absolute;
  top: 556px;
  left: 50%;
  margin-left: 786px;
  -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: -131px;
  -webkit-animation-name: phone;
          animation-name: phone;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .talk {
  display: inline-block;
  height: 40px;
  line-height: 42px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #4b64de;
  position: absolute;
  left: 50%;
  -webkit-animation-name: phone;
          animation-name: phone;
}
.w_intro .talk.t1 {
  top: 426px;
  margin-left: -338px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.w_intro .talk.t2 {
  top: 497px;
  margin-left: -247px;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.w_intro .talk.t3 {
  top: 456px;
  margin-left: 148px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.w_intro .talk.t4 {
  top: 539px;
  margin-left: 67px;
  -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 .tit {
  margin: 50px 0 24px;
  text-align: center;
}

.table {
  position: relative;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  background: #ededed;
  border-radius: 60px;
  padding: 55px 60px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table:after {
  position: absolute;
  top: 55px;
  right: 80px;
  display: block;
  width: 251px;
  height: 125px;
  background: url("https://event.sbsnews.co.kr/ytevent_2024/img/gift.png") no-repeat right top;
  content: "";
}
.table .tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}
.table .tr.step {
  padding: 15px 0 18px;
}
.table .tr .th {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 123px;
      flex-basis: 123px;
  margin-left: 10px;
}
.table .tr .td {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table .tr .link {
  position: absolute;
  width: 285px;
  height: 255px;
  top: 0;
  left: 0;
  text-indent: -99999em;
  line-height: 0;
  overflow: hidden;
}

.w_btns {
  margin-top: 40px;
}

.b_join {
  position: relative;
  width: 400px;
  height: 80px;
  margin: 0 auto;
  background: url("https://event.sbsnews.co.kr/ytevent_2024/img/event_btn.png") no-repeat;
}
.b_join .btn {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  text-indent: -999999em;
  line-height: 0;
  overflow: hidden;
}

.w_tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -13px;
  line-height: 36px;
  padding: 25px 0 55px;
  border-bottom: solid 1px #ccc;
}
.w_tip strong {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.w_notice {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 55px 0 90px;
}
.w_notice .tit {
  color: #222;
}
.w_notice .notice {
  margin-top: 15px;
  line-height: 40px;
  color: #898989;
  font-size: 23px;
}

.foot {
  line-height: 84px;
  background: #171717;
  text-align: center;
  color: #ccc;
  font-size: 18px;
}