.evt-popup__contents::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.evt-popup__contents::-webkit-scrollbar-button:start:decrement, .evt-popup__contents::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 0px;
  height: 0px;
  background-color: #000;
}
.evt-popup__contents::-webkit-scrollbar-track {
  background: #161616;
}
.evt-popup__contents::-webkit-scrollbar-thumb {
  background: rgba(124, 135, 152, 0.5568627451);
  border-radius: 6px;
}

.support--area.terms .terms--box::-webkit-scrollbar, .wrapper__mypage::-webkit-scrollbar, .evt-contents .login-form--agree .textbox__inner::-webkit-scrollbar {
  display: block;
  width: 9px;
  border: 3px solid rgba(0, 0, 0, 0);
}
.support--area.terms .terms--box::-webkit-scrollbar-track, .wrapper__mypage::-webkit-scrollbar-track, .evt-contents .login-form--agree .textbox__inner::-webkit-scrollbar-track {
  background: transparent;
}
.support--area.terms .terms--box::-webkit-scrollbar-thumb, .wrapper__mypage::-webkit-scrollbar-thumb, .evt-contents .login-form--agree .textbox__inner::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: padding-box;
  background-color: transparent;
  border-radius: 6px;
}
.support--area.terms .terms--box::-webkit-scrollbar-thumb:hover, .wrapper__mypage::-webkit-scrollbar-thumb:hover, .evt-contents .login-form--agree .textbox__inner::-webkit-scrollbar-thumb:hover {
  background-color: #535353;
}

.wrapper__mypage .mypage__table::-webkit-scrollbar {
  height: 9px;
  border: 3px solid rgba(0, 0, 0, 0);
}
.wrapper__mypage .mypage__table::-webkit-scrollbar-track {
  background: transparent;
}
.wrapper__mypage .mypage__table::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: padding-box;
  background-color: transparent;
  border-radius: 6px;
}
.wrapper__mypage .mypage__table::-webkit-scrollbar-thumb:hover {
  background-color: #535353;
}

.evt-container {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100% - 140px);
  margin-top: 140px;
  background-color: #0b0f0f;
  z-index: 5;
}
@media (max-width: 768px) {
  .evt-container {
    height: calc(100% - 55px);
    margin-top: 55px;
  }
}
.evt-container.login {
  height: calc(100% - 100px);
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .evt-container.login {
    height: calc(100% - 6.25rem);
    margin-top: 6.25rem;
  }
}
@media (max-width: 768px) {
  .evt-container.login {
    height: calc(100% - 27.7777777778vw);
    margin-top: 27.7777777778vw;
  }
}
.evt-container .footer {
  position: relative;
}
.evt-contents .event--banner {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.evt-contents .event--banner img.img-pc, .evt-contents .event--banner img.img-mo {
  margin-top: 0;
  margin-bottom: 0;
}
.evt-contents .event--banner img.img-pc {
  max-width: 1920px;
}
.evt__title {
  color: #ffffff;
  text-align: center;
}
.evt__title .title {
  font-family: Avenir;
  font-size: 68px;
  font-weight: 800;
  line-height: 93px;
}
.evt__title .title::first-letter {
  text-transform: uppercase;
}
.evt__title .title span {
  font-family: Avenir;
  font-weight: 200;
}
.evt__title .title span::first-letter {
  text-transform: uppercase;
}
.evt__title .text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .evt__title .title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
  }
  .evt__title .title span {
    display: block;
  }
  .evt__title .text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media (max-width: 768px) {
  .evt__title .title {
    font-size: 8.3333333333vw;
    line-height: 11.3888888889vw;
  }
  .evt__title .text {
    margin-top: 2.2222222222vw;
    font-size: 3.8888888889vw;
    line-height: 4.4444444444vw;
  }
}
.evt__buttons {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .evt__buttons {
    gap: 0.75rem;
  }
}
@media (max-width: 768px) {
  .evt__buttons {
    gap: 3.3333333333vw;
  }
}
.evt__buttons button,
.evt__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 68px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .evt__buttons button,
  .evt__buttons a {
    height: 3.75rem;
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .evt__buttons button,
  .evt__buttons a {
    height: 16.6666666667vw;
    font-size: 6.1111111111vw;
  }
}
.evt__buttons button.blue,
.evt__buttons a.blue {
  background-color: #00bab3;
}
.evt__buttons button.white,
.evt__buttons a.white {
  background-color: #242727;
}

.header.login .header_cont::before {
  display: none;
}
@media (max-width: 1024px) {
  .header.login {
    height: 6.25rem;
  }
  .header.login .header_cont {
    padding-top: 4.0625rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .header.login .header_cont .logo_header {
    width: 7.5625rem;
    height: 1rem;
    background-size: contain;
  }
  .header.login .header_cont::before {
    display: block;
    right: 1.25rem;
    left: 1.25rem;
  }
}
@media (max-width: 768px) {
  .header.login {
    height: 27.7777777778vw;
  }
  .header.login .header_cont {
    padding-top: 18.0555555556vw;
    padding-right: 5.5555555556vw;
    padding-left: 5.5555555556vw;
  }
  .header.login .header_cont .logo_header {
    width: 33.6111111111vw;
    height: 4.4444444444vw;
    right: 5.5555555556vw;
    left: 5.5555555556vw;
  }
}

.evt-main .event--buttons {
  padding-top: 160px;
  padding-bottom: 180px;
}
.evt-main .event--buttons button,
.evt-main .event--buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #00bab3;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
}
@media (max-width: 1024px) {
  .evt-main .event--buttons {
    padding: 3.75rem 1.25rem;
  }
  .evt-main .event--buttons button,
  .evt-main .event--buttons a {
    width: 100%;
    height: auto;
    max-width: 37.5rem;
    padding: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .evt-main .event--buttons {
    padding: 16.6666666667vw 5.5555555556vw;
  }
  .evt-main .event--buttons button,
  .evt-main .event--buttons a {
    max-width: none;
    padding: 5.5555555556vw;
    font-size: 6.1111111111vw;
  }
}

.evt-contents .login-form {
  flex-wrap: wrap;
  max-width: 600px;
  min-width: 0;
  padding-top: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .evt-contents .login-form {
    max-width: 600px;
    padding: 5rem 1.25rem 4.625rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form {
    max-width: none;
    padding: 22.2222222222vw 5.5555555556vw 20.5555555556vw;
  }
}
.evt-contents .login-form--row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--row {
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--row {
    gap: 2.2222222222vw;
  }
}
.evt-contents .login-form--row label {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--row label {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--row label {
    font-size: 5vw;
    line-height: 5.5555555556vw;
  }
}
.evt-contents .login-form--row input {
  height: 56px;
  padding: 0 20px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--row input {
    height: 2.5rem;
    padding: 0 0.5625rem;
    border-width: 0.0625rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--row input {
    height: 11.1111111111vw;
    padding: 12px 2.5vw;
    border-width: 0.2777777778vw;
    font-size: 3.8888888889vw;
  }
}
.evt-contents .login-form--row input:not([type=checkbox]):not([type=radio]):focus {
  border-color: #00bab3;
}
.evt-contents .login-form--row input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.evt-contents .login-form--row input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.evt-contents .login-form--row select {
  height: 56px;
  padding: 0 20px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
.evt-contents .login-form--row select option {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--row select {
    height: 2.5rem;
    padding: 0 0.5625rem;
    border-width: 0.0625rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--row select {
    height: 11.1111111111vw;
    padding: 12px 2.5vw;
    border-width: 0.2777777778vw;
    font-size: 3.8888888889vw;
  }
}
.evt-contents .login-form--row .input-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--row .input-box {
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--row .input-box {
    gap: 2.2222222222vw;
  }
}
.evt-contents .login-form--row .input-box.has-checkbox, .evt-contents .login-form--row .input-box.has--button {
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--row .input-box.has-checkbox, .evt-contents .login-form--row .input-box.has--button {
    gap: 1.25rem;
    align-items: center;
  }
  .evt-contents .login-form--row .input-box.has-checkbox .login-form--check, .evt-contents .login-form--row .input-box.has--button .login-form--check {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--row .input-box.has-checkbox, .evt-contents .login-form--row .input-box.has--button {
    gap: 5.5555555556vw;
  }
}
.evt-contents .login-form--row .input-box.has-checkbox input, .evt-contents .login-form--row .input-box.has--button input {
  flex: 1;
}
.evt-contents .login-form--row .input-box.has--button {
  gap: 20px;
}
.evt-contents .login-form--row .input-box.has--button button,
.evt-contents .login-form--row .input-box.has--button a {
  width: 221px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--row .input-box.has--button {
    gap: 0.5rem;
    align-items: stretch;
  }
  .evt-contents .login-form--row .input-box.has--button button,
  .evt-contents .login-form--row .input-box.has--button a {
    width: 8.25rem;
    border-width: 0.0625rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--row .input-box.has--button {
    gap: 2.2222222222vw;
  }
  .evt-contents .login-form--row .input-box.has--button button,
  .evt-contents .login-form--row .input-box.has--button a {
    flex-shrink: 0;
    flex-grow: 0;
    width: 36.6666666667vw;
    border-width: 0.2777777778vw;
    font-size: 3.8888888889vw;
  }
}
.evt-contents .login-form--row .input-box.has--toggle {
  flex-direction: row;
  gap: 19px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--row .input-box.has--toggle {
    gap: 0.75rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--row .input-box.has--toggle {
    gap: 3.3333333333vw;
  }
}
.evt-contents .login-form--row .input-box.has--toggle p {
  position: relative;
  flex: 1;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
}
.evt-contents .login-form--row .input-box.has--toggle p input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.evt-contents .login-form--row .input-box.has--toggle p input:checked + span {
  background-color: #00bab3;
  border: none;
}
.evt-contents .login-form--row .input-box.has--toggle p span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #ffffff;
  z-index: 5;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--row .input-box.has--toggle p {
    gap: 0.75rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
  .evt-contents .login-form--row .input-box.has--toggle p span {
    border-width: 0.0625rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--row .input-box.has--toggle p {
    gap: 3.3333333333vw;
    height: 11.1111111111vw;
    font-size: 3.8888888889vw;
  }
  .evt-contents .login-form--row .input-box.has--toggle p span {
    border-width: 0.2777777778vw;
  }
}
.evt-contents .login-form--row + .login-form--row {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--row + .login-form--row {
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--row + .login-form--row {
    margin-top: 5.5555555556vw;
  }
}
.evt-contents .login-form--check {
  flex: 0;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--check {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--check {
    margin-top: 4.4444444444vw;
  }
  .evt-contents .login-form--check > label {
    margin-right: auto !important;
  }
}
.evt-contents .login-form--check label {
  position: relative;
}
.evt-contents .login-form--check label input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.evt-contents .login-form--check label input:checked + .text::before {
  background-image: url(../evt/ico/check-point.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #00bab3;
  border-color: #00bab3;
}
.evt-contents .login-form--check label .text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  z-index: 5;
}
.evt-contents .login-form--check label .text::before {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  content: "";
}
@media (max-width: 1024px) {
  .evt-contents .login-form--check label .text {
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .evt-contents .login-form--check label .text::before {
    width: 1rem;
    height: 1rem;
    border-width: 0.0625rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--check label .text {
    gap: 2.2222222222vw;
    font-size: 3.65vw;
    line-height: 4.4444444444vw;
  }
  .evt-contents .login-form--check label .text::before {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
    border-width: 0.2777777778vw;
  }
}
.evt-contents .login-form--utill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.evt-contents .login-form--forgot {
  display: flex;
  gap: 20px;
}

.evt-contents .login-form--forgot .v-line {
  border-left: 2px solid #FFF;
  height: 20px;
}

@media (max-width: 1024px) {
  .evt-contents .login-form--utill {
    flex-direction: column;
  }
  .evt-contents .login-form--forgot .v-line {
    border-left: 2px solid #FFF;
    margin-top: 2.5rem;
    height: 1rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--forgot .v-line {
    border-left: 2px solid #FFF;
    margin-top: 11.1111111111vw;
    height: 4.5vw;
  }
}
.evt-contents .login-form--utill a,
.evt-contents .login-form--utill button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--utill a,
  .evt-contents .login-form--utill button {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--utill a,
  .evt-contents .login-form--utill button {
    margin-top: 11.1111111111vw;
    font-size: 3.8888888889vw;
    line-height: 4.4444444444vw;
  }
}
.evt-contents .login-form--agree {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--agree {
    gap: 0.5625rem;
    margin-top: 2.5rem;
  }
  .evt-contents .login-form--agree.open .login-form--check > button {
    transform: translateY(-50%) rotate(180deg);
  }
  .evt-contents .login-form--agree.open .textbox {
    height: 12.5rem;
  }
  .evt-contents .login-form--agree.open .textbox__inner {
    padding: 1.25rem;
    border-width: 0.0625rem;
    font-size: 1rem;
    height: 100%;
  }
  .evt-contents .login-form--agree.open .textbox__inner a {
    padding: 0.125rem 0;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--agree {
    gap: 2.5vw;
    margin-top: 11.1111111111vw;
  }
  .evt-contents .login-form--agree.open .textbox {
    height: 55.5555555556vw;
  }
  .evt-contents .login-form--agree.open .textbox__inner {
    padding: 5.5555555556vw;
    border-width: 0.2777777778vw;
    font-size: 4.4444444444vw;
  }
  .evt-contents .login-form--agree.open .textbox__inner a {
    padding: 0.5555555556vw 0;
  }
}
.evt-contents .login-form--agree .login-form--check {
  display: flex;
  margin-top: 0;
}
.evt-contents .login-form--agree .login-form--check > button {
  display: none;
}
.evt-contents .login-form--agree .login-form--check .text {
  gap: 10px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--agree .login-form--check .text {
    gap: 0.75rem;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--agree .login-form--check .text {
    gap: 3.3333333333vw;
  }
}
.evt-contents .login-form--agree .login-form--check strong.valid {
  display: block;
  margin-left: -6px;
  color: #00bab3;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--agree .login-form--check strong.valid {
    margin-left: -0.25rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--agree .login-form--check strong.valid {
    margin-left: -1.1111111111vw;
  }
}
@media (max-width: 1024px) {
  .evt-contents .login-form--agree .login-form--check {
    position: relative;
    width: 100%;
    padding-right: 1.625rem;
  }
  .evt-contents .login-form--agree .login-form--check > button {
    position: absolute;
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    top: 50%;
    right: -0.3125rem;
    background-image: url(../evt/ico/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    color: transparent;
    font-size: 0;
    transform: translateY(-50%);
    transition: transform 0.4s;
  }
}
.evt-contents .login-form--agree .textbox {
  overflow: hidden;
}
.evt-contents .login-form--agree .textbox__inner {
  overflow: hidden;
  overflow-y: auto;
  height: 150px;
  padding: 20px;
  border: 1px solid #ffffff;
}
.evt-contents .login-form--agree .textbox__inner,
.evt-contents .login-form--agree .textbox__inner a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}
.evt-contents .login-form--agree .textbox__inner a {
  padding: 2px 0;
  border-bottom: 1px solid #ffffff;
}
.evt-contents .login-form--agree .textbox__inner::-webkit-scrollbar-thumb {
  background-color: #535353;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--agree .textbox {
    height: 0;
    border-width: 0;
    transition: height 0.4s;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--agree .textbox {
    height: 0;
    border-width: 0;
  }
}
.evt-contents .login-form--agree + .login-form--agree {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--agree + .login-form--agree {
    margin-top: 1.75rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--agree + .login-form--agree {
    margin-top: 7.7777777778vw;
  }
}
.evt-contents .login-form--agree + .login-form--check {
  overflow: hidden;
  margin-top: 32px;
}
.evt-contents .login-form--agree + .login-form--check label {
  float: right;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--agree + .login-form--check {
    margin-top: 1.75rem;
  }
  .evt-contents .login-form--agree + .login-form--check label {
    float: none;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--agree + .login-form--check {
    margin-top: 7.7777777778vw;
  }
}
.evt-contents .login-form--sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding-bottom: 103px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--sns {
    padding-right: 1.25rem;
    padding-bottom: 4rem;
    padding-left: 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--sns {
    padding-right: 5.5555555556vw;
    padding-bottom: 17.7777777778vw;
    padding-left: 5.5555555556vw;
  }
}
.evt-contents .login-form--sns .form-sns__desc {
  position: relative;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--sns .form-sns__desc {
    margin-top: -2.125rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--sns .form-sns__desc {
    margin-top: -9.4444444444vw;
  }
}
.evt-contents .login-form--sns .form-sns__desc::before {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%);
  z-index: 5;
  content: "";
}
.evt-contents .login-form--sns .form-sns__desc span {
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #090c0c;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--sns .form-sns__desc span {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--sns .form-sns__desc span {
    padding-right: 2.2222222222vw;
    padding-left: 2.2222222222vw;
    font-size: 3.8888888889vw;
    line-height: 3.8888888889vw;
  }
}
.evt-contents .login-form--sns .form-sns__button {
  width: 100%;
  padding-top: 8px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--sns .form-sns__button {
    padding-top: 0.75rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--sns .form-sns__button {
    padding-top: 3.3333333333vw;
  }
}
.evt-contents .login-form--sns .form-sns__button button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-top: 20px;
  padding-right: 74px;
  padding-left: 74px;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--sns .form-sns__button button {
    height: 3.75rem;
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--sns .form-sns__button button {
    height: 16.6666666667vw;
    margin-top: 4.4444444444vw;
    font-size: 4.4444444444vw;
  }
}
.evt-contents .login-form--sns .form-sns__button button .icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .evt-contents .login-form--sns .form-sns__button button .icon {
    left: 1rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--sns .form-sns__button button .icon {
    left: 4.4444444444vw;
  }
}
.evt-contents .login-form--sns .form-sns__button button.kakao {
  background-color: #fee502;
  color: #000;
}
.evt-contents .login-form--sns .form-sns__button button.kakao .icon {
  width: 34px;
  height: 34px;
  background-image: url(../evt/ico/login-kakao.svg);
}
@media (max-width: 1024px) {
  .evt-contents .login-form--sns .form-sns__button button.kakao .icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--sns .form-sns__button button.kakao .icon {
    width: 7.7777777778vw;
    height: 7.7777777778vw;
  }
}
.evt-contents .login-form--sns .form-sns__button button.naver {
  background-color: #03c75b;
  color: #ffffff;
}
.evt-contents .login-form--sns .form-sns__button button.naver .icon {
  width: 34px;
  height: 28px;
  background-image: url(../evt/ico/login-naver.svg);
}
@media (max-width: 1024px) {
  .evt-contents .login-form--sns .form-sns__button button.naver .icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form--sns .form-sns__button button.naver .icon {
    width: 7.7777777778vw;
    height: 7.7777777778vw;
  }
}
.evt-contents .login-form .evt__buttons {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form .evt__buttons {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form .evt__buttons {
    margin-top: 13.3333333333vw;
  }
}
.evt-contents .login-form.join {
  max-width: 767px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.join {
    max-width: 47.9375rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.join {
    max-width: none;
  }
}
.evt-contents .login-form.join .login-form--row {
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .evt-contents .login-form.join .login-form--row {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.evt-contents .login-form.join .login-form--row label {
  flex-shrink: 0;
  flex-grow: 0;
  width: 202px;
  height: 56px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.join .login-form--row label {
    max-width: 11.25rem;
    height: 2.1875rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.join .login-form--row label {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
.evt-contents .login-form.join .login-form--row label[for=sexM] {
  height: 50px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.join .login-form--row label[for=sexM] {
    height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.join .login-form--row label[for=sexM] {
    height: auto;
  }
}
.evt-contents .login-form.join .login-form--row .login-form--check {
  margin: 0;
}
.evt-contents .login-form.join .login-form--row .login-form--check label {
  width: auto;
  max-width: none;
}
.evt-contents .login-form.join .login-form--row > input,
.evt-contents .login-form.join .login-form--row .input-box {
  flex: 1;
}
@media (max-width: 768px) {
  .evt-contents .login-form.join .login-form--row > input,
  .evt-contents .login-form.join .login-form--row .input-box {
    flex: auto;
  }
  .evt-contents .login-form.join .login-form--row .input-box {
    flex: auto;
  }
  .evt-contents .login-form.join .login-form--row .input-box #cosDate{
    width: 100%;
  }
}
.evt-contents .login-form.join .evt__title {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.join .evt__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.join .evt__title {
    margin-bottom: 8.8888888889vw;
  }
}
.evt-contents .login-form.join .evt__buttons {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.join .evt__buttons {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.join .evt__buttons {
    margin-top: 13.3333333333vw;
  }
}
.evt-contents .login-form.complete {
  max-width: none;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-width: 0;
    height: 100%;
    padding: 5rem 1.25rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete {
    padding: 22.2222222222vw 5.5555555556vw 5.5555555556vw;
  }
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info .evt__title {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .evt-contents .login-form.complete.find-info .evt__title p {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .evt__title {
    margin-right: 0;
    margin-left: 0;
  }
}
.evt-contents .login-form.complete.find-info .login-form.find__inner {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner {
    height: 100%;
    margin-top: 3.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner {
    margin: 16.6666666667vw 0 7.7777777778vw;
  }
}
.evt-contents .login-form.complete.find-info .login-form.find__inner .evt__buttons {
  margin-top: 28px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner .evt__buttons {
    width: 100%;
    margin: 1.25rem 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner .evt__buttons {
    margin: 1.25rem 0 2.5rem;
  }
}
.evt-contents .login-form.complete.find-info .login-form.find__inner .login-form--row + .login-form--row {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner .login-form--row + .login-form--row {
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner .login-form--row + .login-form--row {
    margin-top: 5.5555555556vw;
  }
}
.evt-contents .login-form.complete.find-info .login-form.find__inner .input-box.has--icon {
  position: relative;
}
.evt-contents .login-form.complete.find-info .login-form.find__inner .input-box.has--icon::before {
  position: absolute;
  width: 42px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px auto;
  z-index: 10;
  content: "";
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner .input-box.has--icon::before {
    width: 1.75rem;
    background-size: 1rem auto;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner .input-box.has--icon::before {
    width: 7.7777777778vw;
    background-size: 4.4444444444vw auto;
  }
}
.evt-contents .login-form.complete.find-info .login-form.find__inner .input-box.has--icon.email::before {
  background-image: url(../evt/ico/email-gray.svg);
}
.evt-contents .login-form.complete.find-info .login-form.find__inner .input-box.has--icon input {
  position: relative;
  padding-right: 52px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner .input-box.has--icon input {
    padding-right: 2.5rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner .input-box.has--icon input {
    padding-right: 11.1111111111vw;
  }
}
.evt-contents .login-form.complete.find-info .login-form.find__inner, .evt-contents .login-form.complete.find-info .login-form.find__inner + .evt__buttons {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner, .evt-contents .login-form.complete.find-info .login-form.find__inner + .evt__buttons {
    max-width: none;
  }
}
.evt-contents .login-form.complete.find-info .login-form.find__inner + .evt__buttons {
  margin-top: 28px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner + .evt__buttons {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .login-form.find__inner + .evt__buttons {
    padding-bottom: 5.5555555556vw;
  }
}
.evt-contents .login-form.complete.find-info .find__result {
  padding-top: 120px;
  padding-bottom: 120px;
}
.evt-contents .login-form.complete.find-info .find__result p {
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info .find__result p {
    text-align: left;
  }
}
.evt-contents .login-form.complete.find-info .find__result .title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info .find__result .title {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .find__result .title {
    margin-bottom: 11.1111111111vw;
    font-size: 5.5555555556vw;
    line-height: 5.5555555556vw;
  }
}
.evt-contents .login-form.complete.find-info .find__result .id {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info .find__result .id {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .find__result .id {
    font-size: 4.4444444444vw;
    line-height: 5.5555555556vw;
  }
}
.evt-contents .login-form.complete.find-info .find__result .date {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info .find__result .date {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .find__result .date {
    margin-top: 3.3333333333vw;
    font-size: 3.3333333333vw;
    line-height: 3.8888888889vw;
  }
}
.evt-contents .login-form.complete.find-info .find__result p, .evt-contents .login-form.complete.find-info .find__result + .evt__buttons {
  width: 100%;
  max-width: 600px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete.find-info .find__result p, .evt-contents .login-form.complete.find-info .find__result + .evt__buttons {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.evt-contents .login-form.complete.find-info.type--pw-change .login-form.find__inner + .evt__buttons {
  margin-top: 120px;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete.find-info.type--pw-change .login-form.find__inner + .evt__buttons {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete .evt__title .title {
    line-height: 2.75rem;
  }
  .evt-contents .login-form.complete .evt__title .text {
    margin-top: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete .evt__title {
    text-align: left;
  }
  .evt-contents .login-form.complete .evt__title .title {
    line-height: 12.2222222222vw;
  }
  .evt-contents .login-form.complete .evt__title .text {
    margin-top: 4.4444444444vw;
    line-height: 5.5555555556vw;
  }
}
.evt-contents .login-form.complete .evt__buttons {
  width: 600px;
  margin-top: 240px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .evt-contents .login-form.complete .evt__buttons {
    width: 37.5rem;
    margin-top: 6.25rem;
  }
}
@media (max-width: 768px) {
  .evt-contents .login-form.complete .evt__buttons {
    width: 100%;
    margin-top: 27.7777777778vw;
  }
}

.evt-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  z-index: 9999;
}
@media (max-width: 1024px) {
  .evt-popup {
    padding: 1.75rem 1rem;
  }
}
@media (max-width: 768px) {
  .evt-popup {
    padding: 7.7777777778vw 4.4444444444vw;
  }
}
.evt-popup, .evt-popup__dim {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.evt-popup__dim {
  background-color: rgba(11, 15, 15, 0.8);
  z-index: 5;
}
.evt-popup__container {
  position: relative;
  width: 810px;
  height: 810px;
  max-width: 100%;
  max-height: 100%;
  background-color: #161616;
  color: #ffffff;
  z-index: 10;
}
@media (max-width: 1024px) {
  .evt-popup__container {
    width: 100%;
    max-width: 50.625rem;
    height: auto;
  }
}
@media (max-width: 768px) {
  .evt-popup__container {
    width: 100%;
    max-width: none;
    height: auto;
  }
}
.evt-popup__contents {
  position: relative;
  flex-direction: column;
  overflow: auto;
  display: flex;
  max-height: 100%;
  z-index: 5;
  -webkit-transform: translate3d(0, 0, 0);
}
.evt-popup__contents::-webkit-scrollbar {
  width: 13px;
}
.evt-popup__contents::-webkit-scrollbar-button:start:decrement, .evt-popup__contents::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 0;
  height: 0;
}
.evt-popup__contents::-webkit-scrollbar-track {
  background: transparent;
}
.evt-popup__contents::-webkit-scrollbar-thumb {
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: #d9d9d9;
  border-radius: 6px;
}
.evt-popup__close, .evt-popup__close[type=button] {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 8px;
  right: 8px;
  background-image: url(../evt/ico/close-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .evt-popup__close, .evt-popup__close[type=button] {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.375rem;
    right: 0.375rem;
    background-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-popup__close, .evt-popup__close[type=button] {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: 1.6666666667vw;
    right: 1.6666666667vw;
    background-size: 3.8888888889vw;
  }
}
.evt-popup__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 490px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .evt-popup__buttons {
    gap: 1rem;
    max-width: none;
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-popup__buttons {
    gap: 4.4444444444vw;
    max-width: none;
    margin-top: 5.5555555556vw;
  }
}

/* passport-auth 안에서만 한 줄 flex */
.passport-auth {
    display: flex !important;
    flex-direction: row !important;
    align-items: center; /* 높이 정렬 */
    gap: 0.5rem;
    flex-wrap: nowrap; /* 한 줄 강제 */
}

/* input 크기 비율 */
.passport-auth input[type="text"] {
    flex: 2 1 auto; /* input이 버튼보다 조금 넓게 */
    min-width: 180px; /* 너무 좁아지지 않도록 */
    box-sizing: border-box;
    align-self: stretch; /* 부모 높이에 맞춰 확장 */
    font-size: 16px;
}

/* 버튼 크기 */
.passport-auth .evt-popup__buttons {
    flex: 1 1 auto; /* 남은 공간 차지 */
    max-width: 160px; /* 너무 커지지 않도록 제한 */
    margin-top: 0 !important;
    display: flex;
    justify-content: flex-end; /* 버튼 오른쪽 정렬 */
    align-items: center; /* 버튼 세로 중앙 정렬 */
}

.passport-auth .evt-popup__buttons button {
    height: 100% !important;        /* input 높이와 동일 */
    border-radius: 4px !important;
    font-size: 14px !important;
    line-height: 44px !important;   /* 버튼 텍스트 세로 중앙 정렬 */
    padding: 0 1rem !important;
}

.evt-popup__buttons button[type=button],
.evt-popup__buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  background-color: #242727;
  border-radius: 8px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .evt-popup__buttons button[type=button],
  .evt-popup__buttons a {
    height: 3.75rem;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-popup__buttons button[type=button],
  .evt-popup__buttons a {
    height: 16.6666666667vw;
    border-radius: 2.2222222222vw;
    font-size: 5vw;
    line-height: 5.5555555556vw;
  }
}
.evt-popup.authenticating-check .evt-popup__contents {
  max-height: 100%;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-check .evt-popup__contents {
    padding: 0 1.25rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-check .evt-popup__contents {
    padding: 0 5.5555555556vw 5.5555555556vw;
  }
}
.evt-popup.authenticating-check .authenticating-check__image {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  width: 666px;
  height: 552px;
  margin-right: auto;
  padding-top: 40px;
  margin-left: auto;
  -webkit-transform: translate3d(0, 0, 0);
}
.evt-popup.authenticating-check .authenticating-check__image img {
  display: block;
  width: 100%;
}
.evt-popup.authenticating-check .authenticating-check__image::-webkit-scrollbar {
  width: 13px;
}
.evt-popup.authenticating-check .authenticating-check__image::-webkit-scrollbar-button:start:decrement, .evt-popup.authenticating-check .authenticating-check__image::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 0;
  height: 0;
}
.evt-popup.authenticating-check .authenticating-check__image::-webkit-scrollbar-track {
  background: transparent;
}
.evt-popup.authenticating-check .authenticating-check__image::-webkit-scrollbar-thumb {
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: #d9d9d9;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-check .authenticating-check__image {
    width: auto;
    height: auto;
    min-height: 12.5rem;
    padding-top: 3.75rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-check .authenticating-check__image {
    width: auto;
    height: auto;
    min-height: 55.5555555556vw;
    padding-top: 16.6666666667vw;
  }
}
.evt-popup.authenticating-check .authenticating-check__input {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 490px;
  height: 56px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  background-color: #cecfcf;
  border: 2px solid #565656;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-check .authenticating-check__input {
    max-width: none;
    height: 2.625rem;
    margin-top: 1.25rem;
    border-width: 0.125rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-check .authenticating-check__input {
    max-width: none;
    height: 11.6666666667vw;
    margin-top: 5.5555555556vw;
    border-width: 0.5555555556vw;
    border-radius: 2.2222222222vw;
  }
}
.evt-popup.authenticating-check .authenticating-check__input input {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 20px;
  background-color: transparent;
  z-index: 10;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-check .authenticating-check__input input {
    padding: 0 0.875rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-check .authenticating-check__input input {
    padding: 0 3.8888888889vw;
    font-size: 3.8888888889vw;
  }
}
.evt-popup.authenticating-check .authenticating-check__input input:valid + .placeholder {
  display: none;
}
.evt-popup.authenticating-check .authenticating-check__input .placeholder {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 20px;
  z-index: 5;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-check .authenticating-check__input .placeholder {
    padding: 0 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-check .authenticating-check__input .placeholder {
    padding: 0 3.8888888889vw;
  }
}
.evt-popup.authenticating-check .authenticating-check__input .placeholder,
.evt-popup.authenticating-check .authenticating-check__input .placeholder p:not(.box) {
  color: #9a9b9b;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-check .authenticating-check__input .placeholder,
  .evt-popup.authenticating-check .authenticating-check__input .placeholder p:not(.box) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-check .authenticating-check__input .placeholder,
  .evt-popup.authenticating-check .authenticating-check__input .placeholder p:not(.box) {
    font-size: 3.8888888889vw;
    line-height: 5.5555555556vw;
  }
}
.evt-popup.authenticating-check .authenticating-check__input .placeholder span {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-left: 8px;
  background-image: url(../evt/ico/question-gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-check .authenticating-check__input .placeholder span {
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0.0625rem;
    margin-left: 0.5rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-check .authenticating-check__input .placeholder span {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
    margin-top: 0.2777777778vw;
    margin-left: 2.2222222222vw;
  }
}
.evt-popup.authenticating-check .authenticating-check__input .placeholder .box {
  position: absolute;
  padding: 3px 8px;
  top: 10px;
  left: 30px;
  background-color: #565656;
  border-radius: 4px;
  color: #cecfcf;
  font-size: 12px;
  white-space: nowrap;
  transform: translateY(-100%);
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-check .authenticating-check__input .placeholder .box {
    padding: 0.5rem;
    width: calc(100% - 3.75rem);
    top: 0.3125rem;
    left: 1.875rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    white-space: inherit;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-check .authenticating-check__input .placeholder .box {
    padding: 2.2222222222vw;
    width: calc(100% - 16.6666666667vw);
    top: 1.3888888889vw;
    left: 8.3333333333vw;
    border-radius: 1.1111111111vw;
    font-size: 3.3333333333vw;
    line-height: 4.4444444444vw;
  }
}
.evt-popup.authenticating-complete .evt-popup__contents {
  padding-top: 88px;
  padding-bottom: 48px;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-popup__contents {
    padding: 6.25rem 1.25rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .evt-popup__contents {
    padding: 27.7777777778vw 5.5555555556vw 5.5555555556vw;
  }
}
.evt-popup.authenticating-complete .authenticating-complete__agrees {
  position: relative;
  margin-top: 32px;
  z-index: 5;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .authenticating-complete__agrees {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .authenticating-complete__agrees {
    margin-top: 13.3333333333vw;
  }
}
.evt-popup.authenticating-complete .authenticating-complete__agrees p.title {
  padding-bottom: 4px;
  color: #9a9b9b;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .authenticating-complete__agrees p.title {
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .authenticating-complete__agrees p.title {
    padding-bottom: 1.1111111111vw;
    font-size: 3.3333333333vw;
    line-height: 3.8888888889vw;
  }
}
.evt-popup.authenticating-complete .authenticating-complete__agrees .agree--row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .authenticating-complete__agrees .agree--row {
    margin-top: 0.75rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .authenticating-complete__agrees .agree--row {
    margin-top: 3.3333333333vw;
  }
}
.evt-popup.authenticating-complete .authenticating-complete__agrees .agree--row .text {
  color: #9a9b9b;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .authenticating-complete__agrees .agree--row .text {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .authenticating-complete__agrees .agree--row .text {
    font-size: 3.3333333333vw;
    line-height: 3.8888888889vw;
  }
}
.evt-popup.authenticating-complete .authenticating-complete__agrees .agree--row a {
  color: #9a9b9b;
  font-size: 10px;
  font-weight: 200;
  line-height: 12px;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .authenticating-complete__agrees .agree--row a {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .authenticating-complete__agrees .agree--row a {
    font-size: 2.7777777778vw;
    line-height: 3.3333333333vw;
  }
}
.evt-popup.authenticating-complete .evt-popup__buttons,
.evt-popup.authenticating-complete .evt-contents {
  width: 100%;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-popup__buttons,
  .evt-popup.authenticating-complete .evt-contents {
    max-width: none;
    width: 100%;
  }
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form.join,
.evt-popup.authenticating-complete .evt-contents .login-form.join {
  padding: 0;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form.join,
  .evt-popup.authenticating-complete .evt-contents .login-form.join {
    max-width: none;
  }
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form--row,
.evt-popup.authenticating-complete .evt-contents .login-form--row {
  position: relative;
  overflow: hidden;
  background-color: #cecfcf;
  border: 2px solid #565656;
  border-radius: 8px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form--row,
  .evt-popup.authenticating-complete .evt-contents .login-form--row {
    border-width: 0.125rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form--row,
  .evt-popup.authenticating-complete .evt-contents .login-form--row {
    border-width: 0.5555555556vw;
    border-radius: 2.2222222222vw;
  }
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form--row input,
.evt-popup.authenticating-complete .evt-contents .login-form--row input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #565656;
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form--row input::-moz-placeholder, .evt-popup.authenticating-complete .evt-contents .login-form--row input::-moz-placeholder {
  color: #9a9b9b;
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form--row input::placeholder,
.evt-popup.authenticating-complete .evt-contents .login-form--row input::placeholder {
  color: #9a9b9b;
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form--row input[type=date]::-webkit-calendar-picker-indicator,
.evt-popup.authenticating-complete .evt-contents .login-form--row input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 19px;
  background-image: url(../evt/ico/calendar-gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-50%);
  opacity: 1;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form--row input[type=date]::-webkit-calendar-picker-indicator,
  .evt-popup.authenticating-complete .evt-contents .login-form--row input[type=date]::-webkit-calendar-picker-indicator {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form--row input[type=date]::-webkit-calendar-picker-indicator,
  .evt-popup.authenticating-complete .evt-contents .login-form--row input[type=date]::-webkit-calendar-picker-indicator {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form--row.has--icon,
.evt-popup.authenticating-complete .evt-contents .login-form--row.has--icon {
  overflow: visible;
  position: relative;
  padding-right: 50px;
  z-index: 20;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form--row.has--icon,
  .evt-popup.authenticating-complete .evt-contents .login-form--row.has--icon {
    padding-right: 2.8125rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form--row.has--icon,
  .evt-popup.authenticating-complete .evt-contents .login-form--row.has--icon {
    padding-right: 12.5vw;
  }
}

.evt-popup.authenticating-complete .evt-contents .login-form--row--two--box {
  overflow: visible;
  position: relative;
  padding-right: 0;
  z-index: 30;
  display: flex;
  margin-bottom: 2rem;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-contents .login-form--row--two--box {
    padding-right: 2.8125rem;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .evt-contents .login-form--row--two--box {
    padding-right: 12.5vw;
    padding-right: 0;
  }
}

.evt-popup.authenticating-complete .evt-contents .login-form--row.has--icon.half-row {
  overflow: visible;
  position: relative;
  display: block;
  padding-right: 0 !important;
  z-index: 30;
  margin-top: 0;
  width: 48%;
}

.evt-popup.authenticating-complete .evt-contents .login-form--row.has--icon.half-row input {
  width: 100%;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-contents .login-form--row.has--icon.half-rowv {
    padding-right: 2.8125rem;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .evt-contents .login-form--row.has--icon.half-row {
    display: block;
  }
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form--row.has--icon input,
.evt-popup.authenticating-complete .evt-contents .login-form--row.has--icon input {
  padding-right: 0;
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form--row.has--icon .icon,
.evt-popup.authenticating-complete .evt-contents .login-form--row.has--icon .icon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 19px;
  background-image: url(../evt/ico/search-gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form--row.has--icon .icon,
  .evt-popup.authenticating-complete .evt-contents .login-form--row.has--icon .icon {
    width: 0.875rem;
    height: 0.875rem;
    right: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form--row.has--icon .icon,
  .evt-popup.authenticating-complete .evt-contents .login-form--row.has--icon .icon {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
    right: 4.7222222222vw;
  }
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form--check,
.evt-popup.authenticating-complete .evt-contents .login-form--check {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(154, 155, 155, 0.7);
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form--check .text,
.evt-popup.authenticating-complete .evt-contents .login-form--check .text {
  color: #9a9b9b;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form--check,
  .evt-popup.authenticating-complete .evt-contents .login-form--check {
    padding-top: 1rem;
    margin-top: 1rem;
    border-width: 0.0625rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form--check,
  .evt-popup.authenticating-complete .evt-contents .login-form--check {
    padding-top: 4.4444444444vw;
    margin-top: 4.4444444444vw;
    border-width: 0.2777777778vw;
  }
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form .evt__title,
.evt-popup.authenticating-complete .evt-contents .login-form .evt__title {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form .evt__title,
  .evt-popup.authenticating-complete .evt-contents .login-form .evt__title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form .evt__title,
  .evt-popup.authenticating-complete .evt-contents .login-form .evt__title {
    margin-bottom: 13.3333333333vw;
  }
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form .evt__title .title,
.evt-popup.authenticating-complete .evt-contents .login-form .evt__title .title {
  font-size: 60px;
  line-height: 70px;
  text-align: left;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form .evt__title .title,
  .evt-popup.authenticating-complete .evt-contents .login-form .evt__title .title {
    font-size: 2.25rem;
    line-height: 3.125rem;
  }
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form .evt__title .title br,
  .evt-popup.authenticating-complete .evt-contents .login-form .evt__title .title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form .evt__title .title,
  .evt-popup.authenticating-complete .evt-contents .login-form .evt__title .title {
    font-size: 10vw;
    line-height: 13.8888888889vw;
  }
}
.evt-popup.authenticating-complete .evt-popup__buttons .login-form .evt__title .text,
.evt-popup.authenticating-complete .evt-contents .login-form .evt__title .text {
  text-align: left;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form .evt__title .text,
  .evt-popup.authenticating-complete .evt-contents .login-form .evt__title .text {
    margin-top: 1.75rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .evt-popup__buttons .login-form .evt__title .text,
  .evt-popup.authenticating-complete .evt-contents .login-form .evt__title .text {
    margin-top: 7.7777777778vw;
    line-height: 7.2222222222vw;
  }
}
.evt-popup.authenticating-complete .autocomplete-layer {
  position: absolute;
  width: calc(100% + 4px);
  top: 100%;
  right: -2px;
  left: -2px;
  margin-top: 10px;
  z-index: 30;
  height: 200px;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.evt-popup.authenticating-complete .autocomplete-layer::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .autocomplete-layer {
    width: calc(100% + 0.25rem);
    right: -0.125rem;
    left: -0.125rem;
    margin-top: 0.625rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .autocomplete-layer {
    width: calc(100% + 1.1111111111vw);
    right: -0.5555555556vw;
    left: -0.5555555556vw;
    margin-top: 2.7777777778vw;
  }
}
.evt-popup.authenticating-complete .autocomplete-layer ul {
  width: 100%;
  padding: 15px 0;
  background-color: #cecfcf;
  border: 2px solid #565656;
  border-radius: 8px;
  z-index: 30;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .autocomplete-layer ul {
    padding: 0.9375rem 0;
    border-width: 0.125rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .autocomplete-layer ul {
    padding: 4.1666666667vw 0;
    border-width: 0.5555555556vw;
    border-radius: 2.2222222222vw;
  }
}
.evt-popup.authenticating-complete .autocomplete-layer ul li {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .autocomplete-layer ul li {
    margin-top: 0.625rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .autocomplete-layer ul li {
    margin-top: 2.7777777778vw;
  }
}
.evt-popup.authenticating-complete .autocomplete-layer ul button[type=button] {
  display: block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  color: #525252;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .autocomplete-layer ul button[type=button] {
    font-size: 0.75rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .autocomplete-layer ul button[type=button] {
    font-size: 3.3333333333vw;
    padding-right: 3.8888888889vw;
    padding-left: 3.8888888889vw;
  }
}
.evt-popup.authenticating-complete .autocomplete-layer ul p {
  padding: 20px 0;
  color: #242727;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-complete .autocomplete-layer ul p {
    padding: 0.875rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-complete .autocomplete-layer ul p {
    padding: 3.8888888889vw 0;
    font-size: 3.8888888889vw;
    line-height: 5.5555555556vw;
  }
}

/* f-nation */
#f-nation {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0; /* row와 동일하게 */
}

/* 부모 div에 position relative 적용 */
.parent-relative {
    position: relative;
}

/* f-nation 자동완성 스타일 */
#nationBox {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0; /* margin 제거 */
    z-index: 30;
    height: 200px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#nationBox::-webkit-scrollbar {
    display: none;
}

#nationBox ul {
    margin: 0;
    padding: 0; /* row 간격과 동일 */
    list-style: none;
    border: 1px solid #565656;
    border-radius: 8px;
    background-color: #cecfcf;
}

#nationBox ul li {
    margin: 0; /* row 간격과 동일 */
}

#nationBox ul button[type=button] {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem; /* row 내부 input padding과 비슷하게 */
    background: transparent;
    color: #525252;
    font-size: 16px;
    text-align: left;
    border: none;
}

/* 반응형 */
@media (max-width: 1024px) {
    #nationBox ul button[type=button] {
        padding: 0.5rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 768px) {
    #nationBox ul button[type=button] {
        padding: 2.222vw;
        font-size: 3.888vw;
    }
}

.evt-popup.authenticating-entry .evt-popup__contents {
  justify-content: space-between;
  min-height: 100%;
  padding-top: 120px;
  padding-bottom: 48px;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-entry .evt-popup__contents {
    padding: 6.25rem 1.25rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-entry .evt-popup__contents {
    padding: 27.7777777778vw 5.5555555556vw 5.5555555556vw;
  }
}
.evt-popup.authenticating-entry .evt-popup__buttons,
.evt-popup.authenticating-entry .evt-contents {
  width: 100%;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-entry .evt-popup__buttons,
  .evt-popup.authenticating-entry .evt-contents {
    max-width: none;
    width: 100%;
  }
}
.evt-popup.authenticating-entry .evt-popup__buttons .login-form.join,
.evt-popup.authenticating-entry .evt-contents .login-form.join {
  max-width: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-entry .evt-popup__buttons .login-form.join,
  .evt-popup.authenticating-entry .evt-contents .login-form.join {
    max-width: none;
  }
}
.evt-popup.authenticating-entry .login-form {
  padding-top: 0;
}
.evt-popup.authenticating-entry .login-form .evt__title {
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-entry .login-form .evt__title {
    max-width: none;
    width: 100%;
  }
}
.evt-popup.authenticating-entry .login-form .evt__title .title {
  font-size: 60px;
  line-height: 70px;
  text-align: left;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-entry .login-form .evt__title .title {
    font-size: 2.25rem;
    line-height: 3.125rem;
  }
  .evt-popup.authenticating-entry .login-form .evt__title .title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-entry .login-form .evt__title .title {
    font-size: 10vw;
    line-height: 13.8888888889vw;
  }
}
.evt-popup.authenticating-entry .login-form .evt__title .text {
  text-align: left;
}
@media (max-width: 1024px) {
  .evt-popup.authenticating-entry .login-form .evt__title .text {
    margin-top: 1.75rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 768px) {
  .evt-popup.authenticating-entry .login-form .evt__title .text {
    margin-top: 7.7777777778vw;
    line-height: 7.2222222222vw;
  }
}

.wrapper__mypage .mypage-container.profile .login-form--check > label, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.has--button > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.has--checkbox > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row input {
  height: 50px;
  padding-right: 17px;
  padding-left: 17px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .login-form--check > label, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.has--button > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.has--checkbox > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row input {
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .login-form--check > label, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.has--button > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.has--checkbox > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row input {
    height: 2.5rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1024.01px) {
  .wrapper__mypage .mypage-container.profile .login-form--check > label, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.has--button > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.has--checkbox > input, .wrapper__mypage .mypage-container.profile .login-form .login-form--row input {
    flex: unset;
  }
}

.wrapper__mypage {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100% - 140px);
  margin-top: 140px;
  margin-bottom: 400px;
  color: #fff;
}
@media (max-width: 768px) {
  .wrapper__mypage {
    height: calc(100% - 55px);
    margin-top: 55px;
    margin-bottom: 43.58vh;
  }
}
.wrapper__mypage .mypage-container {
  max-width: 1340px;
  min-height: calc(100% - 400px);
  padding: 120px 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container {
    padding: 60px 24px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container {
    padding: 3.75rem 1.5rem 6.25rem;
  }
}
.wrapper__mypage .mypage-container .evt-contents {
  max-width: 1200px;
  padding-top: 70px;
}
.wrapper__mypage .mypage-container .evt-contents .login-form, .wrapper__mypage .mypage-container .evt-contents .login-form.join {
  max-width: none;
  padding: 0;
  margin: 0;
}
.wrapper__mypage .mypage-container .evt-contents .mypage__btn {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    margin-left: auto;
}
.wrapper__mypage .mypage-container .evt-contents .mypage__btn .mypage__btn_add {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 100;
    padding-left: 7px;
    line-height: 38px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container .evt-contents {
    padding-top: 27px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container .evt-contents {
    padding-top: 1.6875rem;
  }
  .wrapper__mypage .mypage-container .evt-contents .mypage__btn {
    width: 30px;
    height: 30px;
  }
  .wrapper__mypage .mypage-container .evt-contents .mypage__btn .mypage__btn_add {
    font-size: 2rem;
    padding-left: 6px;
    line-height: 26px;
  }
}
.wrapper__mypage .mypage-container .evt-contents .evt__buttons {
  max-width: 736px;
  margin-right: auto;
  margin-left: auto;
}
.wrapper__mypage .mypage-container.profile .mypage__title,
.wrapper__mypage .mypage-container.profile .mypage__title p,
.wrapper__mypage .mypage-container.profile .mypage__title strong, .wrapper__mypage .mypage-container.auth .mypage__title,
.wrapper__mypage .mypage-container.auth .mypage__title p,
.wrapper__mypage .mypage-container.auth .mypage__title strong, .wrapper__mypage .mypage-container.draw .mypage__title,
.wrapper__mypage .mypage-container.draw .mypage__title p,
.wrapper__mypage .mypage-container.draw .mypage__title strong, .wrapper__mypage .mypage-container.inquiry .mypage__title,
.wrapper__mypage .mypage-container.inquiry .mypage__title p,
.wrapper__mypage .mypage-container.inquiry .mypage__title strong {
  font-size: 88px;
  text-align: left;
  line-height: 120px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .mypage__title,
  .wrapper__mypage .mypage-container.profile .mypage__title p,
  .wrapper__mypage .mypage-container.profile .mypage__title strong, .wrapper__mypage .mypage-container.auth .mypage__title,
  .wrapper__mypage .mypage-container.auth .mypage__title p,
  .wrapper__mypage .mypage-container.auth .mypage__title strong, .wrapper__mypage .mypage-container.draw .mypage__title,
  .wrapper__mypage .mypage-container.draw .mypage__title p,
  .wrapper__mypage .mypage-container.draw .mypage__title strong, .wrapper__mypage .mypage-container.inquiry .mypage__title,
  .wrapper__mypage .mypage-container.inquiry .mypage__title p,
  .wrapper__mypage .mypage-container.inquiry .mypage__title strong {
    font-size: 30px;
    line-height: 41px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .mypage__title,
  .wrapper__mypage .mypage-container.profile .mypage__title p,
  .wrapper__mypage .mypage-container.profile .mypage__title strong, .wrapper__mypage .mypage-container.auth .mypage__title,
  .wrapper__mypage .mypage-container.auth .mypage__title p,
  .wrapper__mypage .mypage-container.auth .mypage__title strong, .wrapper__mypage .mypage-container.draw .mypage__title,
  .wrapper__mypage .mypage-container.draw .mypage__title p,
  .wrapper__mypage .mypage-container.draw .mypage__title strong, .wrapper__mypage .mypage-container.inquiry .mypage__title,
  .wrapper__mypage .mypage-container.inquiry .mypage__title p,
  .wrapper__mypage .mypage-container.inquiry .mypage__title strong {
    font-size: 1.875rem;
    line-height: 2.5625rem;
  }
}
.wrapper__mypage .mypage-container.profile .mypage__title {
  max-width: 1200px;
  margin: -60px auto 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .mypage__title {
    margin-top: 0;
  }
}
.wrapper__mypage .mypage-container.profile .mypage__title span {
  background-image: url(../evt/img/mypage-01.png);
}
.wrapper__mypage .mypage-container.profile .login-form .login-form--row {
  gap: 0;
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row {
    gap: 0;
    padding: 16px 4px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row {
    gap: 0;
    padding: 1rem 0.25rem;
  }
}
.wrapper__mypage .mypage-container.profile .login-form .login-form--row > label {
  height: 50px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row > label {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row > label {
    height: 2.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.wrapper__mypage .mypage-container.profile .login-form .login-form--row input {
  width: 320px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row input {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row input {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box {
  gap: 12px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box {
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box {
    gap: 0.5rem;
  }
}
.wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box .desc {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box .desc {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box .desc {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.is--text {
  justify-content: center;
  padding-right: 18px;
  padding-left: 18px;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.is--text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.is--text {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.has--button button {
  width: 161px;
  border-width: 1px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.has--button button {
    width: 108px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .login-form .login-form--row .input-box.has--button button {
    width: 6.75rem;
    font-size: 0.875rem;
  }
}
.wrapper__mypage .mypage-container.profile .login-form--check > label .text {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .login-form--check > label .text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .login-form--check > label .text {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.wrapper__mypage .mypage-container.profile .login-form .evt__buttons {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .login-form .evt__buttons {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .login-form .evt__buttons {
    margin-top: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.profile .login-form .evt__buttons button {
    height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.profile .login-form .evt__buttons button {
    height: 3.75rem;
    font-size: 1.25rem;
  }
}
.wrapper__mypage .mypage-container.auth .mypage__title span {
  background-image: url(../evt/img/mypage-02.png);
}
.wrapper__mypage .mypage-container.draw .mypage__title span {
  background-image: url(../evt/img/mypage-03.png);
}
.wrapper__mypage .mypage-container.current-point .mypage__title span {
  background-image: url(../evt/img/mypage-03.png);
}
.wrapper__mypage .mypage-container.inquiry .mypage__title span {
  background-image: url(../evt/img/mypage-04.png);
}
.wrapper__mypage .mypage-container.inquiry .evt__buttons {
  margin-top: 160px;
}
@media (max-width: 1204px) {
  .wrapper__mypage .mypage-container.inquiry .evt__buttons {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage-container.inquiry .evt__buttons {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage-container.inquiry .evt__buttons {
    margin-top: 3.75rem;
  }
}
.wrapper__mypage .mypage__title {
  font-family: "manrope";
  text-align: center;
}
.wrapper__mypage .mypage__title,
.wrapper__mypage .mypage__title p {
  font-size: 40px;
  font-style: italic;
  font-weight: 200;
  line-height: 55px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage__title,
  .wrapper__mypage .mypage__title p {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage__title,
  .wrapper__mypage .mypage__title p {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
.wrapper__mypage .mypage__title p {
  text-align: left;
}
.wrapper__mypage .mypage__title strong {
  font-weight: 700;
}
.wrapper__mypage .mypage__title span {
  vertical-align: top;
  display: inline-block;
  width: 200px;
  height: 72px;
  margin-top: 27px;
  margin-left: 38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 100px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage__title span {
    width: 60px;
    height: 22px;
    margin-top: 11px;
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage__title span {
    width: 3.75rem;
    height: 1.375rem;
    margin-top: 0.6875rem;
    margin-left: 0.75rem;
  }
}
.wrapper__mypage .mypage__menu {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 1204px) {
  .wrapper__mypage .mypage__menu {
    margin-top: 100px;
  }
}
@media (max-width: 1284px) {
  .wrapper__mypage .mypage__menu {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin: 60px auto 0;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage__menu {
    gap: 3.75rem;
    width: 14rem;
    margin-top: 3.75rem;
  }
}
.wrapper__mypage .mypage__menu li a {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage__menu li a {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage__menu li a {
    gap: 0.75rem;
    margin-top: 0.75rem;
  }
}
.wrapper__mypage .mypage__menu li .img {
  width: 250px;
  height: 72px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100px;
}
@media (max-width: 2204px) {
  .wrapper__mypage .mypage__menu li .img {
    width: 220px;
    height: 48px;
    margin: 14px
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage__menu li .img {
    width: 13.75rem;
    height: 3rem;
  }
}
.wrapper__mypage .mypage__menu li .text {
  font-size: 32px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 1204px) {
  .wrapper__mypage .mypage__menu li .text {
    font-size: 36px;
    line-height: 47px;
  }
}
@media (max-width: 1024px) {
  .wrapper__mypage .mypage__menu li .text {
    font-size: 30px;
    line-height: 41px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage__menu li .text {
    font-size: 1.875rem;
    line-height: 2.5625rem;
  }
}
.wrapper__mypage .mypage__menu li:nth-child(1) .img {
  background-image: url(../evt/img/mypage-01.png);
}
.wrapper__mypage .mypage__menu li:nth-child(2) .img {
  background-image: url(../evt/img/mypage-02.png);
}
.wrapper__mypage .mypage__menu li:nth-child(3) .img {
  background-image: url(../evt/img/mypage-03.png);
}
.wrapper__mypage .mypage__menu li:nth-child(4) .img  {
  background-image: url(../evt/img/mypage-03.png);
}
.wrapper__mypage .mypage__menu li:nth-child(5) .img {
  background-image: url(../evt/img/mypage-04.png);
}
.wrapper__mypage .mypage__table {
  overflow: hidden;
  overflow-x: auto;
  margin: 100px 0 0 0;
}
@media (max-width: tablepx) {
  .wrapper__mypage .mypage__table {
    margin: 46px -24px 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage__table {
    margin: 2.875rem -1.5rem 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.wrapper__mypage .mypage__table table {
  max-width: 1200px;
  table-layout: auto;
}
@media (max-width: tablepx) {
  .wrapper__mypage .mypage__table table {
    width: 100%;
    min-width: 930px;
  }
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage__table table {
    min-width: 58.125rem;
  }
}
.wrapper__mypage .mypage__table th,
.wrapper__mypage .mypage__table td {
  padding: 10px;
  white-space: nowrap;
  color: #fff;
  max-width: 500px;
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage__table th,
  .wrapper__mypage .mypage__table td {
    padding: 0.625rem;
  }
}
.wrapper__mypage .mypage__table thead th {
  border-top: 1px solid #d9d9d9;
}
.wrapper__mypage .mypage__table tbody tr:first-child td {
  border-top: 1px solid rgba(217, 217, 217, 0.3);
}
.wrapper__mypage .mypage__table tbody tr.empty td {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 85px;
  padding-bottom: 85px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 768px) {
  .wrapper__mypage .mypage__table tbody tr.empty td {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
.wrapper__mypage .mypage__table tbody td {
  text-align: center;
}
.wrapper__mypage .footer {
  position: relative;
}

.board--list {
  margin-top: 30px;
  border-top: 2px solid #ffffff;
}
@media (max-width: 1024px) {
  .board--list {
    margin-top: 0.35rem;
  }
}
@media (max-width: 768px) {
  .board--list {
    margin-top: 1.5555555556vw;
  }
}
.board--list li {
  border-bottom: 1px solid #ddd;
  list-style: none;
}
.board--list > li > button,
.board--list > li > a {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 13px;
  width: 100%;
  padding: 30px 25px;
  padding-right: 60px;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .board--list li button,
  .board--list li a:not(.evt__link) {
    gap: 0.4375rem;
    padding: 1.3125rem 0.4375rem;
    padding-right: 3.0625rem;
    font-size: 1.225rem;
  }
}
@media (max-width: 768px) {
  .board--list li button,
  .board--list li a:not(.evt__link) {
    gap: 1.9444444444vw;
    padding: 5.8333333333vw 1.9444444444vw;
    padding-right: 13.6111111111vw;
    font-size: 5.4444444444vw;
  }
}
.board--list li button::after,
.board--list li a:not(.evt__link)::after {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  background-image: url(../evt/ico/footer-next.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
  z-index: 5;
  content: "";
}
@media (max-width: 1024px) {
  .board--list li button::after,
  .board--list li a:not(.evt__link)::after {
    width: 3.0625rem;
    height: 3.0625rem;
    background-size: 3.0625rem;
  }
}
@media (max-width: 768px) {
  .board--list li button::after,
  .board--list li a:not(.evt__link)::after {
    width: 13.6111111111vw;
    height: 13.6111111111vw;
    background-size: 13.6111111111vw;
  }
}
.board--list li button.on + .list__contents,
.board--list li a.on + .list__contents {
  height: auto;
  padding: 25px;
  border-top: 1px solid #515151;
}
@media (max-width: 1024px) {
  .board--list li button.on + .list__contents,
  .board--list li a.on + .list__contents {
    padding: 1.09375rem 0.4375rem;
  }
}
@media (max-width: 768px) {
  .board--list li button.on + .list__contents,
  .board--list li a.on + .list__contents {
    padding: 4.8611111111vw 1.9444444444vw;
  }
}
.board--list li button.on::after,
.board--list li a.on::after {
  transform: translateY(-50%) rotate(-90deg);
}
.board--list li .list__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  word-break: break-all;
}
@media (max-width: 1024px) {
  .board--list li .list__title {
    margin-top: 0;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .board--list li .list__title {
    font-size: 4.4444444444vw;
  }
}
.board--list li .list__title span {
  vertical-align: top;
  display: inline-block;
  padding: 3px 8px;
  margin-right: 10px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .board--list li .list__title span {
    padding: 0.375rem 0.625rem;
    margin-right: 0.625rem;
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .board--list li .list__title span {
    padding: 1.6666666667vw 2.7777777778vw;
    margin-right: 2.7777777778vw;
    font-size: 3.3333333333vw;
    line-height: 1;
  }
}
.board--list li .list__date {
  color: #aaa;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .board--list li .list__date {
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .board--list li .list__date {
    font-size: 3.6111111111vw;
  }
}
.board--list li .list__contents:not(.evt__link) {
  overflow: hidden;
  height: 0;
  padding: 0 25px;
  background-color: #0b0f0f;
  color: #fafafa;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  word-break: break-all;
  transition: all 0.3s;
}
.board--list li .list__contents img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .board--list li .list__contents:not(.evt__link) {
    padding: 0 0.4375rem;
    font-size: 0.7875rem;
  }
}
@media (max-width: 768px) {
  .board--list li .list__contents:not(.evt__link) {
    padding: 0 1.9444444444vw;
    font-size: 3.5vw;
  }
}
.board--list li .list__contents .answer-box {
  position: relative;
  padding: 30px 0 0 58px;
  margin-top: 30px;
  margin-bottom: 5px;
  border-top: 1px solid #494949;
}
@media (max-width: 1024px) {
  .board--list li .list__contents .answer-box {
    padding: 1.3125rem 0 0 2.5375rem;
    margin-top: 1.3125rem;
  }
}
@media (max-width: 768px) {
  .board--list li .list__contents .answer-box {
    padding: 5.8333333333vw 0 0 11.2777777778vw;
    margin-top: 5.8333333333vw;
  }
}
.board--list li .list__contents .answer-tag {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #00bab3;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .board--list li .list__contents .answer-tag {
    left: 0.4375rem;
    font-size: 1.53125rem;
  }
}
@media (max-width: 768px) {
  .board--list li .list__contents .answer-tag {
    left: 1.9444444444vw;
    font-size: 6.8055555556vw;
  }
}
.board--list li.comp .list__title span {
  background-color: #00bab3;
}
.board--list li.ready .list__title span {
  background-color: #777777;
}
.board--list li.empty {
  padding: 25px;
}
@media (max-width: 1024px) {
  .board--list li.empty {
    padding: 1.125rem;
  }
}
@media (max-width: 768px) {
  .board--list li.empty {
    padding: 5vw;
  }
}
.board--list li.empty .list__title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1024px) {
  .board--list li.empty .list__title {
    font-size: 1.225rem;
  }
}
@media (max-width: 768px) {
  .board--list li.empty .list__title {
    font-size: 5.4444444444vw;
  }
}

.support-tab {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .support-tab {
    margin-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .support-tab {
    padding-right: 2.555556vw;
    padding-left: 2.555556vw;
  }
}
.support-tab ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 60px;
}
@media (max-width: 1024px) {
  .support-tab ul {
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .support-tab ul {
    gap: 4.5555555556vw;
  }
}
.support-tab ul li {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1024px) {
  .support-tab ul li {
    width: 100%;
  }
}
.support-tab ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 32px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .support-tab ul li a {
    height: 42px;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .support-tab ul li a {
    height: 11.6666666667vw;
    font-size: 3.8888888889vw;
  }
}
.support-tab ul li.active {
  border-top-color: transparent;
  border-bottom-color: #00bab3;
}
.support-tab ul li.active a {
  color: #00bab3;
  font-weight: 600;
}
.support--area.terms {
  overflow: hidden;
  margin-top: -120px;
}
@media (max-width: 1024px) {
  .support--area.terms {
    margin-top: -60px;
  }
}
@media (max-width: 768px) {
  .support--area.terms {
    margin-top: -3.75rem;
  }
}
.support--area.terms .support-title {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .support--area.terms .support-title {
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .support--area.terms .support-title {
    margin-top: 7.7777777778vw;
  }
}
.support--area.terms .support-tab {
  margin: 48px 50px;
}
@media (max-width: 1024px) {
  .support--area.terms .support-tab {
    margin: 28px -40px;
  }
}
@media (max-width: 768px) {
  .support--area.terms .support-tab {
    margin: 7.7777777778vw -11.1111111111vw;
  }
}
.support--area.terms .terms--box {
  overflow: hidden;
  overflow-y: auto;
  max-width: 1200px;
  height: 600px;
  padding: 40px;
  margin: 0 auto;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .support--area.terms .terms--box {
    height: 380px;
    padding: 20px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .support--area.terms .terms--box {
    height: 105.5555555556vw;
    padding: 5.5555555556vw;
    font-size: 3.8888888889vw;
    line-height: 8.3333333333vw;
  }
}
.support--area.terms .terms--box::-webkit-scrollbar-thumb {
  background-color: #535353;
  font-family: Pretendard;
}
.support--area.terms .terms--box .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .support--area.terms .terms--box .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .support--area.terms .terms--box .title {
    font-size: 6.1111111111vw;
    line-height: 8.3333333333vw;
  }
}
.support--area.terms .terms--box .subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .support--area.terms .terms--box .subtitle {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .support--area.terms .terms--box .subtitle {
    font-size: 5vw;
    line-height: 8.3333333333vw;
  }
}
.support-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  max-width: 820px;
  margin: 120px auto 140px;
}
@media (max-width: 1024px) {
  .support-center {
    justify-content: stretch;
    flex-direction: column;
    gap: 3.75rem;
    max-width: none;
    padding: 0 1.5rem;
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 768px) {
  .support-center {
    gap: 16.6666666667vw;
    padding: 0 6.6666666667vw;
    margin-top: 27.7777777778vw;
    margin-bottom: 27.7777777778vw;
  }
}
.support-center .center--left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 26px;
}
@media (max-width: 1024px) {
  .support-center .center--left {
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (max-width: 768px) {
  .support-center .center--left {
    gap: 5.5555555556vw;
  }
}
.support-center .center--left .img {
  width: 280px;
  height: 280px;
  border-radius: 280px;
  background-color: #00bab3;
  background-image: url(../evt/ico/support-ico.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .support-center .center--left .img {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 768px) {
  .support-center .center--left .img {
    width: 22.2222222222vw;
    height: 22.2222222222vw;
  }
}
.support-center .center--left .text {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}
.support-center .center--left .text .center-logo {
  vertical-align: middle;
  display: inline-block;
  width: 180px;
  height: 25px;
  margin-right: 16px;
  background-image: url(../evt/img/rejuran-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  font-size: 0;
}
@media (max-width: 1024px) {
  .support-center .center--left .text {
    display: block;
    padding-left: 1.875rem;
    margin-right: 0;
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
  .support-center .center--left .text .center-logo {
    width: 13.125rem;
    height: 1.875rem;
    margin-bottom: 0.625rem;
    margin-left: -1.875rem;
  }
}
@media (max-width: 768px) {
  .support-center .center--left .text {
    padding-left: 8.3333333333vw;
    font-size: 7.7777777778vw;
    line-height: 9.1666666667vw;
  }
  .support-center .center--left .text .center-logo {
    display: block;
    width: 58.3333333333vw;
    height: 8.3333333333vw;
    margin-bottom: 2.7777777778vw;
    margin-left: -8.3333333333vw;
  }
}
.support-center .center--right {
  padding-bottom: 54px;
}
@media (max-width: 1024px) {
  .support-center .center--right {
    flex: 1;
    padding-bottom: 0;
    text-align: center;
  }
}
.support-center .center--right .number {
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  line-height: 53px;
}
@media (max-width: 1024px) {
  .support-center .center--right .number {
    font-size: 2.125rem;
    line-height: 2.5625rem;
  }
}
@media (max-width: 768px) {
  .support-center .center--right .number {
    font-size: 9.4444444444vw;
    line-height: 11.3888888889vw;
  }
}
.support-center .center--right .text {
  margin-top: 28px;
}
@media (max-width: 1024px) {
  .support-center .center--right .text {
    margin-top: 1.75rem;
  }
}
@media (max-width: 768px) {
  .support-center .center--right .text {
    margin-top: 7.7777777778vw;
  }
}
.support-center .center--right .text p {
  margin-top: 12px;
  color: #999;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .support-center .center--right .text p {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .support-center .center--right .text p {
    margin-top: 3.3333333333vw;
    font-size: 3.8888888889vw;
    line-height: 4.7222222222vw;
  }
}
.support-center .center--right .text p:first-child {
  margin-top: 0;
}
.support-title {
  margin-top: 80px;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
  text-align: center;
}
@media (max-width: 1024px) {
  .support-title {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
}
@media (max-width: 768px) {
  .support-title {
    margin-top: 11.1111111111vw;
    margin-bottom: 11.1111111111vw;
    font-size: 7.7777777778vw;
    line-height: 9.1666666667vw;
  }
}
.support-form {
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .support-form {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 768px) {
  .support-form {
    margin-bottom: 27.7777777778vw;
  }
}
.support-form .login-form.join {
  padding-top: 0;
  padding-bottom: 0;
}
.support-form .login-form.join .login-form--row label {
  width: 72px;
}
@media (max-width: 1024px) {
  .support-form .login-form.join .login-form--row label {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .support-form .login-form.join .login-form--row label {
    width: auto;
  }
}
.support-form .login-form.join .login-form--row .evt__buttons {
  margin-top: 28px;
}
@media (max-width: 1024px) {
  .support-form .login-form.join .login-form--row .evt__buttons {
    margin-top: 1.75rem;
  }
}
@media (max-width: 768px) {
  .support-form .login-form.join .login-form--row .evt__buttons {
    margin-top: 7.7777777778vw;
  }
}
.support-form .input-box textarea {
  height: 300px;
  padding: 13px 18px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  resize: vertical;
}
@media (max-width: 1024px) {
  .support-form .input-box textarea {
    height: 18.75rem;
    padding: 0.4375rem 0.5625rem;
    border-width: 0.0625rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .support-form .input-box textarea {
    height: 83.3333333333vw;
    padding: 1.9444444444vw 2.5vw;
    border-width: 0.2777777778vw;
    font-size: 3.8888888889vw;
  }
}
.support-form .input-box textarea:not([type=checkbox]):not([type=radio]):focus {
  border-color: #00bab3;
}
.support-form .input-box textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.support-form .input-box textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.evt__link {
	color: #ffffff;
}

.custom-select {
    display: flex;
    align-items: center!important;
	position: relative;
    width: 100%;
    height: 56px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    padding: 0 20px;
}

.custom-select select {
	display: none; /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.select-selected:after {
	position: absolute;
    content: "";
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
    top: 40%;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 30%;
}

/* style the items (options), including the selected item: */
.select-selected {
    color: #ffffff;
    cursor: pointer;
    width: 100%;
}

.select-items div {
	padding: 10px 0;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #000000;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #ffffff;
    padding: 0 2rem;
       height: 250px;
  		overflow-y: scroll;
}

/* Hide the items when the select box is closed: */
.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.custom-select-over {
	z-index:1;
	margin-top:-68px;
}

.input-file {
	width: 100% !important;
	border:1px solid #ffffff; 
	padding: 0 1rem;
	font-weight:200;
	font-size:18px;
}

@media (max-width: 768px) {
	.custom-select {
	    height: 11.1111111111vw;
	    padding: 12px 2.5vw;
	    border-width: 0.2777777778vw;
	    font-size: 3.8888888889vw;
	}
	
	.custom-select-over {
		margin-top: -13vw;
    	border: 0;
	} 
	
	.select-items div {
	    cursor: pointer;
	    padding: 10px 0;
	}
	
	.input-file {
		width: 100% !important;
		max-width: 100% !important;
		height: 11.1111111111vw;
	    padding: 12px 2.5vw;
	    border-width: 0.2777777778vw;
	    font-size: 3.8888888889vw !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.custom-select {
        height: 2.5rem;
	    padding: 0 0.5625rem;
	    border-width: 0.0625rem;
	    font-size: 0.875rem;
	}
	
	.custom-select-over {
		margin-top:-42px;
	} 
	
	.select-items div {
	    cursor: pointer;
	    padding: 10px 0;
	}
	
	.input-file {
		width: 100% !important;
		max-width: 100% !important;
		font-size: 0.875rem !important;
	}
}

.foreigner-form .success {
	border: 1px solid green !important;
}
.foreigner-form .fail {
	border: 1px solid red !important;
}
.bg-primary {
	background-color: #00bbb4 !important;
}

