@font-face {
  font-family: "Ownglyph_JAEGEONSA-Rg";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2405-2@1.0/Ownglyph_JAEGEONSA-Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GenKJwajinOTF-Rg";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GenKJwajinOTF-Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.bg_1 {
  width: 100%;
  /* background: url("/prereg/theme/BUM/img/bg/bg_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; */
  position: relative;
}

.bg_1 .prereg_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: url("/prereg/theme/BUM/img/bg/bg_1.jpg");   */
  background-color: #000;  
  background-size: cover;     
  background-position: center center; 
  background-repeat:no-repeat;
  transform: translateZ(0);
  will-change: transform; 
  transition:0.1s ease;
  z-index: -1;
  padding-top: 56.2757202%;
}

.bg_1 .prereg_bg .videoarea 
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg_1 .blkbg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 5s ease;
  z-index: 0.2;
}
.bg_1 .blkbg_banner2 {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 1s ease;
  z-index: 0;
  opacity: 0.5;
}
.bg_1 .title_img {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-top: 130px;
  opacity: 0;
  transition: all 2s ease;
  position: relative;
  z-index: 1;
}
.bg_1.animated .blkbg {
  opacity: 0;
}
.bg_1.animated img {
  opacity: 1;
}

.intro_bg {
  width: 100%;
  height: 100vh;
  /* transition:all 5s ease; */
  position: relative;
}
.intro_bg .blkbg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 5s ease;
  z-index: 0;
}
.intro_bg img {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-top: 130px;
  opacity: 0;
  transition: all 2s ease;
  position: relative;
  z-index: 1;
}
.intro_bg.animated .blkbg {
  opacity: 0;
}
.intro_bg.animated img {
  opacity: 1;
}

.main_bg {
  width: 100%;
  /* height: 100vh; */
  height: 110vh;
}

.main_bg2 {
  width: 100%;
  /* height: 100vh; */
  height: 110vh;
  background: url("/prereg/theme/BUM/img/bg/bg_3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.inner {
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
}
.inner.centerlock {
  display: flex;
  align-items: center;
}

.inner_wide {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
}
.inner_wide.centerlock {
  display: flex;
  align-items: center;
}

.bg_in {
  position: absolute;
  width: 100%;
  height: 700px;
  left: 0;
  top: 0;
}

.intro_title {
  font-family: "Ownglyph_JAEGEONSA-Rg";
  font-weight: normal;
  font-style: normal;
  font-size: 6rem;
  position: relative;
  background: rgb(237, 218, 176);
  background: linear-gradient(90deg, rgb(237, 218, 176) 20%, rgb(198, 172, 134) 40%, rgb(179, 150, 114) 50%, rgb(189, 161, 124) 60%, rgb(237, 218, 176) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  z-index: 1;
  filter: drop-shadow(0px 0px 3px #000);
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: black;
  opacity: 0;
  transition: 4s ease;
}

.blindtext {
  overflow: hidden;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}

.box_prereg {
  width: 100%;
  height: 584px;
  margin: 0 auto;
  background: url("/prereg/theme/BUM/img/modal_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.box_prereg2 {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background: url("/prereg/theme/BUM/img/modal_back_wide.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.in_prereg {
  padding: 45px 250px 0 250px;
}

.form-check-input {
  border-color: #bfbfbf;
  border-width: 2px;
  width: 30px;
  height: 30px;
  border-radius: unset !important;
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  margin-top: 6px;
  position: relative;
}
.form-check-input:checked {
  border-color: #bfbfbf;
  background: unset;
}
.form-check-input:checked::after {
  position: absolute;
  left: 50%;
  bottom: 55%;
  content: "";
  border: 2px solid #bfbfbf;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  width: 10px;
  height: 15px;
  transform: translate(-50%, 50%) rotate(45deg);
}

.form-check-input.form-check-input2 {
  border-color: #bfbfbf;
  border-width: 2px;
  width: 20px;
  height: 20px;
  border-radius: unset !important;
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  margin-top: 6px;
  position: relative;
}
.form-check-input.form-check-input2:checked {
  border-color: #bfbfbf;
}
.form-check-input.form-check-input2:checked::after {
  position: absolute;
  left: 50%;
  bottom: 55%;
  content: "";
  border: 2px solid #bfbfbf;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  width: 5px;
  height: 10px;
  transform: translate(-50%, 50%) rotate(45deg);
}

.form-check-label {
  color: #bfbfbf;
  font-size: 1.8rem;
  font-weight: 300;
  display: inline-block;
  margin-left: 5px;
}

.form-check-label2 {
  color: #bfbfbf;
  font-size: 1.3rem;
  font-weight: 300;
  display: inline-block;
  margin-left: 5px;
}

.form_f {
  display: flex;
}

.form_f.form_top {
  justify-content: space-between;
  margin-top: 35px;
}

.form_f.form_mid {
  margin-top: 35px;
  margin-bottom: 35px;
  gap: 30px;
}

.code_select {
  width: 30%;
  position: relative;
}
.code_select .form-select {
  font-size: 1.3rem;
  text-align: center;
  font-family: "Pretendard Variable";
  color: #bfbfbf;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #bfbfbf;
  box-sizing: border-box;
  border-radius: unset !important;
  position: relative;
}
.code_select::after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #bfbfbf;
}

.ph_input {
  width: 70%;
}
.ph_input .form-control {
  font-family: "Pretendard Variable";
  font-size: 1.3rem;
  text-align: center;
  color: #bfbfbf;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #bfbfbf;
  box-sizing: border-box;
  border-radius: unset !important;
  position: relative;
}
.ph_input .form-control::-moz-placeholder {
  color: #bfbfbf;
}
.ph_input .form-control::placeholder {
  color: #bfbfbf;
}
.ph_input .form-control::-ms-input-placeholder {
  color: #bfbfbf;
}

.form_b_div {
  margin-bottom: 10px;
}

.form_submit_area {
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, -50%);
}

.button_submit {
  border: 2px solid #666;
  box-sizing: border-box;
  font-family: "Pretendard Variable";
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  color: #111;
  padding: 5px 40px;
  background: rgb(215, 215, 215);
  background: linear-gradient(90deg, rgb(215, 215, 215) 11%, rgb(163, 163, 163) 31%, rgb(202, 202, 202) 51%, rgb(173, 173, 173) 69%, rgb(192, 192, 192) 86%);
}

span.red {
  color: red;
}

span.yellow {
  color: #d8d622;
}

.modals {
  position: fixed;
  left: 0;
  top: 0;
  /* background: rgba(0,0,0,0.2); */
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: flex;
  align-items: center;
}

.modals#modal_prereg {
  display: none;
}

.modals#modal_prereg_info {
  display: none;
}

.modals#modal_cbt_info {
  display: none;
}

.modals#modal_event_info {
  display: none;
}

.modals#modal_reward_info1 {
  display: none;
}

.modals#modal_reward_info2 {
  display: none;
}

.modal_box {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}
.modal_box > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.modal_in {
  width: 100%;
  height: 100%;
  padding: 62px 48px 48px 48px;
  position: relative;
}
.modal_in.preregbox {
  padding: 62px 90px 48px 90px;
}
.modal_in .modal_close {
  position: absolute;
  right: 30px;
  /* top: 9px; */
  top: 30px;
  font-size: 3rem;
  color: #eee;
  cursor: pointer;
}
.modal_in img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.modal_in h5 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 800;
  font-family: "Pretendard Variable";
}
.modal_in p {
  color: #eee;
  font-size: 1.1rem;
  margin: 22px auto;
  font-weight: 200;
}
.modal_in p:first-child {
  margin-top: 0;
}
.modal_in p:last-child {
  margin-bottom: 0;
}
.modal_in .modal_ok_box {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, -50%);
}
.modal_in button {
  border: 2px solid #666;
  box-sizing: border-box;
  font-family: "Pretendard Variable";
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  color: #111;
  margin-top: 25px;
  padding: 3px 80px;
  background: rgb(215, 215, 215);
  background: linear-gradient(90deg, rgb(215, 215, 215) 11%, rgb(163, 163, 163) 31%, rgb(202, 202, 202) 51%, rgb(173, 173, 173) 69%, rgb(192, 192, 192) 86%);
}

.btn_prereg {
  position: fixed;
  right: 0;
  top: 160px;
  /* width: 223px; */
  width: 166px;
  background: transparent;
  border: unset;
  z-index: 1;
}
.btn_prereg img {
  display: block;
  width: 100%;
}

.modal_in button.notice_btn {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-decoration: underline;
  border: unset;
  font-family: "Pretendard Variable";
  font-weight: 200;
  display: inline-block;
  background: #a76d37;
  padding: 2px 8px;
  border-radius: 25px;
  font-size: 1rem;
  margin-top: 0;
}

.modal_in a.notice_btn {
  display: inline-block;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-decoration: underline;
  border: unset;
  font-family: "Pretendard Variable";
  font-weight: 200;
  display: inline-block;
  background: #a76d37;
  padding: 2px 8px;
  border-radius: 25px;
  font-size: 1rem;
  margin-top: 0;
}

.h3_notice {
  font-weight: 400;
  font-size: 2rem;
  background: rgb(124, 123, 123);
  background: linear-gradient(90deg, rgb(124, 123, 123) 22%, rgb(255, 255, 255) 51%, rgb(181, 180, 180) 86%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  font-family: "Pretendard Variable";
}

.modals#modal_reward_info1 .h3_notice {
  font-family: "Pretendard Variable";
}

.modals#modal_reward_info1 p {
  font-family: "Pretendard Variable";
  font-weight: normal;
}

.modals#modal_reward_info2 .h3_notice {
  font-family: "Pretendard Variable";
}

.modals#modal_reward_info2 p {
  font-family: "Pretendard Variable";
  font-weight: normal;
}

.prereg_title {
  display: block;
  margin: 0 auto;
}

.prereg_subtitle {
  color: #a6a6a6;
  text-align: center;
  font-size: 1.3rem;
  margin: 20px 0 20px 0;
}

.event_subtitle {
  color: #c9c9c9;
  text-align: center;
  font-size: 1.3rem;
}

.event_subtitle2 {
  color: #ccc;
  text-align: center;
  font-size: 1.3rem;
  margin: 8px 0 30px 0;
}

.bar2 {
  display: block;
  margin: 0 auto;
}

.in_prereg2 {
  padding-top: 60px;
  /* padding-left: 250px;
  padding-right: 250px; */
  padding-left: 90px;
  padding-right: 90px;
  text-align: center;
}
.in_prereg2 h4 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Pretendard Variable";
  background: rgb(231, 199, 179);
  background: linear-gradient(180deg, rgb(231, 199, 179) 15%, rgb(199, 91, 18) 78%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  z-index: 1;
}

.prereg2_flex {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.prereg2_flex a {
  color: #a6a6a6;
  position: relative;
  top: -20px;
}

.bottom_middile_pc {
  display: block;
  width: 100%;
}

.bottom_middile_m {
  display: none;
}

.bottom_left {
  text-align: center;
}
.bottom_left img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.bottom_left img:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 25px;
}

.bottom_middle {
  text-align: center;
}

.bottom_right {
  text-align: center;
}
.bottom_right img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.bottom_right img:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 20px;
}

.date_notice {
  text-align: center;
  color: #d7d7d7;
  font-size: 1rem;
  font-weight: 300;
}

.progress_box {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
}

.progress_line {
  display: block;
  /* width: 100%; */
  /* width: 60%; */
  width: 0%;
  height: 100%;
  position: relative;
  /* transition:0.5s ease; */
}
.progress_line .linedraw {
  display: block;
  width: 100%;
  height: 100%;
  background: #ce9b6a;
}
.progress_line img {
  width: 24px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.in_prereg2 h4.event_reward_title {
  font-size: 4rem;
  position: relative;
  font-family: "Pretendard Variable";
  font-weight: 600;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 23%, rgb(216, 185, 186) 50%, rgb(255, 255, 255) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  z-index: 1;
}

.event_box {
  padding-top: 35px;
}

.event_pc {
  display: block;
  width: 100%;
}

.event_mo {
  display: none;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .box_prereg2 {
    width: 100%;
    height: unset;
    background-size: cover;
  }
}
@media screen and (max-width: 992px) {
  .in_prereg2 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .in_prereg {
    padding: 45px 50px 0 50px;
  }
  .box_prereg2 {
    width: 100%;
    height: unset;
    background-size: cover;
  }
  .prereg_title {
    width: 50%;
  }
  .in_prereg2 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .bottom_left img {
    width: 100%;
  }
  .bottom_left img:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .bottom_right img {
    width: 100%;
  }
  .bar2 {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .box_prereg {
    height: unset;
    background-size: cover;
  }
  .in_prereg {
    padding: 45px 18px 25px 18px;
  }
  .prereg_subtitle {
    font-size: 1rem;
  }
  .form-check-input {
    width: 20px;
    height: 20px;
  }
  .form-check-label {
    font-size: 1rem;
  }
  .notice_btn {
    font-size: 0.8rem;
  }
  .code_select .form-select {
    text-align: left;
    font-size: 0.8rem;
  }
  .ph_input .form-control {
    font-size: 0.8rem;
    text-align: left;
  }
  .form-check-label2 {
    font-size: 0.8rem;
  }
  .form-check-input:checked::after {
    width: 5px;
    height: 10px;
  }
  .form_submit_area {
    margin-top: 0;
    position: unset;
    transform: unset;
  }
  .button_submit {
    font-size: 1rem;
  }
  .main_bg {
    height: unset;
    padding: 60px 0;
  }
  .main_bg2 {
    height: unset;
    padding: 60px 0;
  }
  .inner_wide {
    padding-top: 10px;
  }
  .in_prereg2 {
    /* padding-left: 20px;
    padding-right: 20px; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .in_prereg2 h4 {
    font-size: 17px;
  }
  .date_notice {
    font-size: 0.8rem;
    margin-top: 15px;
  }
  .prereg2_flex {
    flex-direction: column;
  }
  .bottom_middile_pc {
    display: none;
  }
  .bottom_middile_m {
    display: block;
    width: 100%;
  }
  .bottom_left img:nth-child(1) {
    /* width: 50%; */
    width: 90%;
  }
  .bottom_left img:nth-child(2) {
    width: 50%;
  }
  .bottom_left img:nth-child(3) {
    width: 100%;
  }
  .bottom_right img:nth-child(1) {
    /* width: 50%; */
    width: 90%;
  }
  .bottom_right img:nth-child(2) {
    width: 50%;
  }
  .bottom_right img:nth-child(3) {
    width: 100%;
  }
  .event_subtitle {
    font-size: 1rem;
  }
  .event_subtitle2 {
    font-size: 1rem;
  }
  .modal_in {
    padding: 46px 36px 36px 36px;
  }
  .modal_in.preregbox {
    padding: 46px 22px 36px 22px;
  }
  .modal_in .modal_close {
    top: 20px;
    right: 20px;
    width: 30px;
    font-size: 2rem;
  }
  .modal_in .modal_close img {
    display: block;
    width: 100%;
  }
  .modal_in img {
    width: 50%;
  }
  .modal_in p {
    font-size: 0.8rem;
    margin: 14px auto;
  }
  .modal_in button {
    font-size: 1rem;
    margin-top: 15px;
    padding: 3px 20px;
  }
  .modal_in .modal_ok_box {
    position: unset;
    transform: unset;
  }
  .modal_box {
    width: 100%;
    height: auto;
  }
  .btn_prereg {
    top: 200px;
    width: 80px;
    z-index: 1;
  }
  .prereg2_flex a {
    top: -10px;
    font-size: 1rem;
  }
}/*# sourceMappingURL=custom.css.map */