* {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-drag: none;
}

html {
  color-scheme: light !important;
  user-select: none;
}

@media (prefers-color-scheme: dark) {
  img, svg, picture, video {
    filter: none !important;
    mix-blend-mode: normal !important;
  }
}
.container {
  background-color: #000 !important;
  color: #fff !important;
  /* 삼성 인터넷 다크모드 방지 */
  filter: none !important;
  -webkit-filter: none !important;
}

.chk_wrap {
  margin-top: 20px;
}
.chk_wrap label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.chk_wrap input[type="checkbox"] {
  display: none;
}

.checkbox-custom {
  width: 20px;
  height: 20px;
  background-image: url("../img/btn_checkbox_off.png");
  background-size: cover;
  flex-shrink: 0;
}
.chk_wrap label input[type="checkbox"]:checked + .checkbox-custom {
  background-image: url("../img/btn_checkbox_on.png");
}
.checkbox-text {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.kv {
  margin-bottom: 10%;
}
.kv .inner {
  background-color: #000;
  position: relative;
  padding-bottom: 170px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  z-index: 50;
}
.kv .content {
  max-width: 1200px;
  width:100%;
  margin:40px auto 0;
}
.kv .img_box {
  position: relative;
  z-index: 94;
}

.kv .absolute_link {
  position: absolute;
  z-index: 40;
  bottom:13.8%;
  left:33.5%;
   width:20%;
  height:25px;
}

.form {
  position: relative;
  background-image: url(../img/form_bg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding:120px 0; */
  padding-top: 14%;
  padding-bottom: 6%;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  margin-top: -18%;
}
.form .form_content {
  max-width: 760px;
  width:100%;
}

.form .absolute_input {
  position: absolute;
  height: 10%;
  max-width: 29%;
  z-index: 10;
}
.form .absolute_input input {
  width:100%;
  height:100%;
  background: transparent !important;
  color: #000;
  font-size: 16px;
  font-family: 'NotoSans';
  height: 100%;
  padding: 0px 8px;
}

.form .absolute_input.answer {
  top: 9.5%;
  left: 74%;
  max-width: 20.5%;
}

.form .absolute_input.name {
  top: 35.7%;
  left: 66%;
}

.form .absolute_input.tel {
  top: 62%;
  left: 65.9%;
  max-width: 33.6%;
  display: flex;
  gap: 3%;
}

.form .absolute_input.tel input {
  flex:1;
}
.form .absolute_input.instagram {
  top: 87.9%;
  left: 65.9%;
}
@media screen and (max-width:1440px) {
  .kv .content {
    padding:0px 20px;
  }
}


@media screen and (max-width:1440px) {
  .form .absolute_input {
    max-width: 29%;
    min-width: 220px;
  }
  .form .absolute_input.answer {
    min-width: 160px;
  }
  .terms .inner_800 {
    padding:0px 20px;
  }
}

/* @media screen and (max-width:1200px) {
  .form .absolute_input.answer {
    top: 24%;
  }

  .form .absolute_input.name {
    top: 40%;
  }

  .form .absolute_input.tel {
    top:19.9vw;
  }
  .form .absolute_input.instagram {
    top:25.2vw;
  }
}

@media screen and (max-width:1000px) {
  .form .absolute_input.answer {
    top: 23%;
  }

  .form .absolute_input.name {
    top: 39%;
  }

  .form .absolute_input.tel {
    top: 56.5%;
  }
  .form .absolute_input.instagram {
    top: 71.5%;
  }
} */

@media screen and (max-width:768px) {
  .kv {
    margin-bottom: 6%;
  }
  .inner_800 {
    padding:0px 14px !important;
  }
  .form {
    padding:10% 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .form .form_content {
    padding: 10% 14px 0px 14px;
    /* position: relative; */
  }
  .form .absolute_input {
    height: 5.7%;
    max-width: none !important;
    z-index: 10;
    width: 91.56%;
  }
  .form .absolute_input input {
    font-size: 16px;
    max-width:none;
  }

  .form .absolute_input.answer {
    top: 36.5%;
    left: 15%;
    width: 80%;
  }

  .form .absolute_input.name {
    top: 49.7%;
    left: 4.5%;
  }

  .form .absolute_input.tel {
    top: 63%;
    left: 4.5%;
    gap: 3.2%;
  }
  .form .absolute_input.instagram {
    top: 76.3%;
    left: 4.5%;
  }
}


.terms {
  padding: 180px 0px 80px 0;
}
.terms .noti_txt {
  position: relative;
  font-size: 24px;
  padding-left: 30px;
}
.terms .noti_txt::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../img/icn_noti.png);
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.terms .terms_title {
  position: relative;
  font-size: 20px;
  padding-left: 30px;
}
.terms .terms_title::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icn_noti_wh.png);
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.terms .terms_box {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e2e2e7;
  padding: 20px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.terms .terms_box ul li {
  position: relative;
  padding-left: 10px;
  word-break: keep-all;
  font-size:15px;
}
.terms .terms_box ul li + li {
  margin-top: 8px;
}
.terms .terms_box ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #333;
}
.terms .flex {
  display: flex;
  gap: 20px; 
  margin-top: 46px;
}
.terms .flex .flex-1 {
  flex: 1;
}
.terms .flex .terms_box.pre-line {
  height: 200px;
  overflow: auto;
  white-space: pre-line;
}
.btn_wrap {
  text-align: center;
  margin-top: 90px;
}

.footer_logo {
  margin-top: 50px;
  text-align: center;
}
.footer_logo img {
  width: 120px;
}
.link_wrap {
  padding-bottom: 120px;
}
.link_wrap .inner_1200 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  text-align: center;
}
.link_wrap a {
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
#submit_btn {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .kv .inner {
    background-color: #000;
    position: relative;
    padding-bottom: 68px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 32;
  }
  .kv .content {
    width:100%; 
    margin-top:40px;
    padding:0px 14px;
  }
  .kv .img_box {
    position: relative;
  }

  .kv .absolute_link {
    position: absolute;
    z-index: 40;
    bottom:14.8%;
    left:40%;
    width:12.5vw;
    height:2vw;
  }
  .kv .img_box {
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 24;
  }
  .kv .absolute_link {
    bottom: 16%;
    left:10%;
    width:30vw;
    height:5vw;
  }
  .chk_wrap {
    margin-top: 14px;
  }
  .checkbox-text {
    font-size: 12px;
    line-height: 20px;
  }
  .form {
    position: relative;
    z-index: 10;
    margin-top: -14%;
  }
  .terms {
    padding: 60px 0px 48px 0;
  }
  .terms .noti_txt {
    position: relative;
    font-size: 14px;
    padding-left: 25px;
  }
  .terms .noti_txt::before {
    content: "";
    width: 16px;
    height: 16px;
  }
  .terms .terms_title {
    font-size:14px;
    padding-left: 25px;
  }
  .terms .terms_title::before {
    content: "";
    width: 16px;
    height: 16px;
  }
  .terms .terms_box {
    margin-top: 10px;
    padding: 16px 12px;
    font-size: 12px;
  }
  .terms .terms_box ul li {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    word-break: break-all;
  }
  .terms .terms_box ul li + li {
    margin-top: 8px;
  }
  .terms .terms_box ul li::before {
    top: 8px; 
    height: 4px;
    width: 4px;
  }
  .terms .flex {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    flex-direction: column;
  }
  .terms .flex .flex-1 {
    flex: 1;
  }
  .terms .flex .terms_box.pre-line {
    height: 100px;
  }
  .btn_wrap {
    margin-top: 60px;
  }
  #submit_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    font-size: 18px;
    background-color: transparent;
  }
  .footer_logo {
    margin-top: 50px;
    text-align: center;
  }
  .link_wrap {
    padding-bottom: 80px;
  }
  .link_wrap .inner_1200 {
    padding: 0px 14px;
    padding-top: 30px;
  }
  .link_wrap a {
    font-size: 12px;
  }
  .form .inner .q_box {
    margin-top:40px;
  }
  .form .inner .q_box,
  .form .inner .a_box {
    width: 100%;
    align-items: center;
  }
  .form .inner .a_box .input_wrap {
    width: 100%;
  }
}

/* 응모완료 페이지 */
.share_wrap {
  padding: 50px 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.share_wrap a {
  width: 24px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .share_wrap {
    padding: 20px 0;
    gap: 16px;
  }
}
/* 제출완료 팝업 신규 */ 
.common_pop.full {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height:100%;
  background-color: #000;
  z-index: 9999;
  display: none;
}
.common_pop.full .pop_head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right:40px;
  height:100px;
  background: transparent;
  z-index: 10000;
  position: fixed;
  top: 0;
  width: 100%;
}
.common_pop.full .pop_head .pop_close_btn {
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(../img/btn_close.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.common_pop.full .pop_con {
  height:100dvh;
  overflow: auto;
  position: relative;
  padding-top: 100px;
}
.common_pop.full .pop_con .img_box {
  position: relative;
}
.common_pop.full .pop_con .absolute_pop_link {
  display: flex;
  position: absolute;
  z-index: 1000;
  gap: 2%;
  width: 98%;
  height:100px;
  top: 76.4%;
  left: 1.5%;
}
.common_pop.full .pop_con .absolute_pop_link .btn {
  background-color: transparent;
  flex:1;
}
.common_pop.full .content1 {
  background-color: #000;
  padding-bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.common_pop.full .content1 .img_box {
  max-width:  626px;
  width:100%;
  margin:0 auto;
}
.common_pop.full .content2  {
  background-image: url(../img/form_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding:5% 0;
}
.common_pop.full .content2 .img_box {
  max-width:  626px;
  width:100%;
  margin:0 auto;
}
@media screen and (max-width: 768px) { 
  .common_pop.full .pop_head {
    padding-right:14px;
    height:60px;
  }
  .common_pop.full .pop_con {
    height: 100dvh;
    padding-top: 60px;
  }
  .mobile-safari .common_pop.full .pop_con {
    padding-bottom:10px;
  }
  .common_pop.full .content1 {
    background-color: #000;
    padding-bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .common_pop.full .content1 .img_box {
  }
  .common_pop.full .content2  {
    padding:10% 0;
  }
  .common_pop.full .pop_con .absolute_pop_link {
    flex-direction: column;
    width: 73%;
    left: 50%;
    transform: translateX(-50%);
    height: 45%;
    gap: 16%;
    top: 56%;
  }
}