@import url(/static/portal/fonts/pretendard-gov/pretendardvariable-gov-dynamic-subset.css?v1217);
@import url(/static/commons/css/common.css?v1217);
:root {
  --form-height:46px;
  --p1:15px;
  --p2:30px;
  --modal-padding:40px;
}
@media screen and (max-width: 743px) {
  :root {
    --p1:15px;
    --p2:20px;
    --modal-padding:32px;
  }
}

:root {
  --white:#fff;
  --slate-grey:#58616a;
  --area-util-border-color:var(--slate-grey);
  --basic: #1e2124;
  --primary01: #e42c01;
  --primary10: #e5ecff;
  --primary30: #99b2ff;
  --primary40: #668bff;
  --primary50: #5175e4;
  --primary60: #4867c9;
  --primary70: #3f5ab0;
  --primary80: #0e0c7f;
  --primary95: #08074d;
  --primary-gray30: #95a9e5;
  --txt-point: #3616cf;
  --point: #0e0c7f;
  --point40: #d65c66;
  --dark-indigo:#08074d;
  --dark-sky-blue:#5175e4;
  --indigo-blue:#3616cf;
  --border-td-btm: #b7c4eb;
  --chkeckbox-color:var(--dark-sky-blue);
  --border-gray-light: #cdd1d5;
}

.color-green {
  color: #345604 !important;
}

.color-blue {
  color: #236dc7;
}

.color-red {
  color: #cf0000 !important;
}

.color-hilight {
  color: var(--indigo-blue);
}

.color-orange {
  color: #ef4036 !important;
}

.color-black {
  color: #000 !important;
}

.color-sky {
  color: #2098dc !important;
}

.color-green {
  color: #42a771 !important;
}

.color-point40 {
  color: var(--point40) !important;
}

.color-point {
  color: var(--point);
}

.color-indigo {
  color: var(--dark-indigo);
}

.color-success {
  color: #228738;
}

#ticket {
  font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  background-color: #2e335d;
}
#ticket .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#ticket .ticket__inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#ticket .ticket__hero {
  background: url("../images/ticket/bg-x.png") 0 0 repeat-x;
  margin-bottom: 50px;
  text-align: center;
}
#ticket .ticket__hero-img {
  font-size: 0;
}
#ticket .ticket__hero-img > img {
  max-width: 1726px;
  width: 100%;
}
#ticket .ticket__notice {
  margin-bottom: 80px;
  background-color: #d43e3e;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__notice {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__notice {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__notice ~ .ticket__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#ticket .ticket__notice-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 72px;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__notice-box {
    height: auto;
    padding: 20px 0;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__notice-box {
    padding: 15px 0;
  }
}
#ticket .ticket__notice-icon {
  font-size: 0;
}
#ticket .ticket__notice-icon > img {
  height: 36px;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__notice-icon > img {
    height: 18px;
    min-width: 17px;
  }
}
#ticket .ticket__notice-text {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.75px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__notice-text {
    font-size: 18px;
    letter-spacing: -0.35px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__notice-text {
    font-size: 14px;
    line-height: 1.3;
  }
}
#ticket .ticket__report {
  padding: 60px 80px;
  background-color: #25294e;
  border-radius: 30px;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__report {
    padding: 30px 20px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__report {
    border-radius: 0px;
    padding: 30px 15px 45px;
  }
}
#ticket .ticket__report-title {
  font-size: 66px;
  font-weight: 800;
  letter-spacing: -1.65px;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__report-title {
    font-size: 30px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
  }
}
#ticket .ticket__report-box {
  padding: 40px 50px;
  background-color: #424884;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__report-box {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
  }
}
#ticket .ticket__report-list {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__report-list {
    gap: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #ticket .ticket__report-list {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }
}
#ticket .ticket__report-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__report-item {
    gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  #ticket .ticket__report-item {
    width: 100%;
  }
}
#ticket .ticket__report-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
#ticket .ticket__report-label {
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.05px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__report-label {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__report-label {
    font-size: 16px;
  }
}
#ticket .ticket__report-label b {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__report-icon {
    font-size: 0;
  }
  #ticket .ticket__report-icon img {
    height: 40px;
  }
}
#ticket .ticket__report-btn {
  width: 198px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d43e3e;
  border: 1px solid #ef7474;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1;
  border-radius: 15px;
  transition: all 0.1s;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__report-btn {
    width: auto;
    height: auto;
    padding: 15px 25px;
    font-size: 24px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__report-btn {
    margin-left: auto;
    padding: 12px 20px;
    font-size: 16px;
  }
}
#ticket .ticket__report-btn:hover {
  background-color: #c43333;
}
#ticket .ticket__report-download {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  width: 100%;
  height: 80px;
  background-color: #2e335d;
  border-radius: 15px;
  border: 1px solid #1a1d3b;
  color: #c2c4e6;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.85px;
  line-height: 1;
  transition: all 0.1s;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__report-download {
    font-size: 20px;
    height: auto;
    padding: 15px 0;
    letter-spacing: -0.55px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 450px) {
  #ticket .ticket__report-download {
    font-size: 18px;
  }
}
#ticket .ticket__report-download:hover {
  background-color: #25294E;
}
#ticket .ticket__report-download b {
  color: #fff;
  font-weight: 500;
}
#ticket .ticket__report-caption {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.45px;
  padding-left: 20px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__report-caption {
    font-size: 14px;
    padding-left: 15px;
    line-height: 1.4;
  }
}
#ticket .ticket__report-caption::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  width: 3px;
  height: 3px;
  background-color: #fed30a;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__report-caption::before {
    left: 5px;
  }
}
#ticket .ticket__video {
  margin-bottom: 80px;
}
#ticket .ticket__video-frame {
  border: none;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__video {
    margin-bottom: 40px;
  }
}
#ticket .ticket__info {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__info {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__info {
    flex-direction: column;
    gap: 8px;
  }
}
#ticket .ticket__info-icon img {
  height: 41px;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__info-icon img {
    height: 20px;
  }
}
#ticket .ticket__info-body {
  flex: 1;
}
#ticket .ticket__info-text {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.45px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__info-text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.25px;
  }
}
#ticket .ticket__info-text:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__info-text:not(:first-child) {
    margin-top: 16px;
  }
}
#ticket .ticket__info-text--point {
  color: #fb7373;
}
#ticket .ticket__card {
  margin-top: 80px;
  background-color: #20244D;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__card {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__card {
    border-radius: 0px;
  }
}
#ticket .ticket__card-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.9px;
  color: #9194c0;
  text-align: center;
  line-height: 1;
  padding: 30px 0;
  margin-bottom: 40px;
  background-color: #161936;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__card-title {
    font-size: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__card-title {
    font-size: 20px;
    padding: 20px 0;
  }
}
#ticket .ticket__card-slider {
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__card-slider {
    padding: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  #ticket .ticket__card-slider {
    padding: 0 15px;
  }
}
#ticket .ticket__card-swiper {
  overflow: hidden;
}
#ticket .ticket__card-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
  cursor: pointer;
}
#ticket .ticket__card-swiper .swiper-slide:focus, #ticket .ticket__card-swiper .swiper-slide:focus-visible {
  outline: 2px dashed #1a1d3b;
  outline-offset: -8px;
  border-radius: 15px;
}
#ticket .ticket__card-swiper .swiper-slide > img {
  display: block;
  width: 100%;
  aspect-ratio: 280/350;
  height: auto;
  border-radius: 10px;
}
#ticket .ticket__card-bottom {
  position: relative;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__card-bottom {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 500px) {
  #ticket .ticket__card-bottom {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
  }
}
#ticket .ticket__card-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#ticket .ticket__card-prev, #ticket .ticket__card-next, #ticket .ticket__card-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 99px;
  background-color: #2e335d;
  border: 1px solid #1a1d3b;
  transition: all 0.1s;
  outline-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__card-prev, #ticket .ticket__card-next, #ticket .ticket__card-toggle {
    width: 50px;
    height: 50px;
  }
}
#ticket .ticket__card-prev:hover, #ticket .ticket__card-next:hover, #ticket .ticket__card-toggle:hover {
  background-color: #424884;
}
#ticket .ticket__card-sns {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  letter-spacing: -0.45px;
  color: #fff;
  line-height: 1;
  transition: all 0.1s;
  padding: 0 20px;
  height: 60px;
  background-color: #2e335d;
  border: 1px solid #1a1d3b;
  border-radius: 15px;
}
#ticket .ticket__card-sns:hover {
  background-color: #424884;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__card-sns {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__card-sns {
    position: static;
    transform: none;
    font-size: 13px;
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
  #ticket .ticket__card-sns {
    margin-left: 0;
  }
}
#ticket .ticket__card-sns-arrow img {
  height: 10px;
}
#ticket .ticket__popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
#ticket .ticket__popup.is-open {
  display: flex;
}
#ticket .ticket__popup button:focus, #ticket .ticket__popup button:focus-visible {
  outline: 2px dashed #fff;
  outline-offset: -3px;
}
#ticket .ticket__popup-dim {
  position: absolute;
  inset: 0;
  background-color: rgba(15, 17, 40, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
#ticket .ticket__popup-body {
  position: relative;
  margin: 0 auto;
  width: min(64dvh, 90vw, 580px);
  aspect-ratio: 1080/1350;
}
#ticket .ticket__popup-close {
  position: absolute;
  bottom: -17.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 99px;
  padding: 0;
  border: 0;
  background-color: #000;
  border: 1px solid #1a1d3b;
  cursor: pointer;
  transition: all 0.1s;
}
@media screen and (max-width: 500px) {
  #ticket .ticket__popup-close {
    width: 35px;
    height: 35px;
  }
}
#ticket .ticket__popup-close::before, #ticket .ticket__popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  #ticket .ticket__popup-close::before, #ticket .ticket__popup-close::after {
    width: 15px;
  }
}
#ticket .ticket__popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#ticket .ticket__popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#ticket .ticket__popup-slider {
  position: relative;
}
#ticket .ticket__popup-swiper {
  border-radius: 15px;
  overflow: hidden;
}
#ticket .ticket__popup-swiper .swiper-slide {
  height: auto;
}
#ticket .ticket__popup-swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: auto;
  user-drag: none;
  -webkit-user-drag: none;
}
#ticket .ticket__popup-prev, #ticket .ticket__popup-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  padding: 0;
  border: 1px solid #1a1d3b;
  border-radius: 99px;
  background-color: #2e335d;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.1s;
}
@media screen and (max-width: 500px) {
  #ticket .ticket__popup-prev, #ticket .ticket__popup-next {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
  }
}
#ticket .ticket__popup-prev > img, #ticket .ticket__popup-next > img {
  display: block;
  height: 14px;
  width: auto;
}
@media screen and (max-width: 500px) {
  #ticket .ticket__popup-prev > img, #ticket .ticket__popup-next > img {
    height: 10px;
    opacity: 0.7;
  }
}
#ticket .ticket__popup-prev:hover, #ticket .ticket__popup-next:hover {
  background-color: #424884;
}
#ticket .ticket__popup-prev {
  left: -25px;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__popup-prev {
    left: 15px;
  }
}
@media screen and (max-width: 500px) {
  #ticket .ticket__popup-prev {
    left: 10px;
  }
}
#ticket .ticket__popup-next {
  right: -25px;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__popup-next {
    right: 15px;
  }
}
@media screen and (max-width: 500px) {
  #ticket .ticket__popup-next {
    right: 10px;
  }
}
#ticket .ticket__footer {
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  #ticket .ticket__footer {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .ticket__footer {
    margin-top: 0px;
  }
}
#ticket .ticket__footer-contact {
  background-color: #1f2241;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__footer-contact {
    padding: 20px 0;
  }
}
#ticket .ticket__footer-contact-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fb7373;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__footer-contact-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
#ticket .ticket__footer-contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  #ticket .ticket__footer-contact-list {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}
#ticket .ticket__footer-contact-item {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__footer-contact-item {
    font-size: 14px;
    line-height: 20px;
  }
}
#ticket .ticket__footer-contact-item strong {
  font-weight: 400;
}
#ticket .ticket__footer-contact-item:not(:first-child)::before {
  content: "|";
  color: #474a6f;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__footer-contact-item:not(:first-child)::before {
    margin: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  #ticket .ticket__footer-contact-item:not(:first-child)::before {
    display: none;
  }
}
#ticket .ticket__footer-logobox {
  background-color: #161936;
  border-bottom: 1px solid #424884;
}
#ticket .ticket__footer-logos {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__footer-logos {
    padding: 20px 0;
    gap: 25px;
  }
}
@media screen and (max-width: 500px) {
  #ticket .ticket__footer-logos {
    padding: 7.5px 0;
    flex-wrap: wrap;
    gap: 0;
  }
  #ticket .ticket__footer-logos > li {
    width: 50%;
    padding: 7.5px 15px;
  }
}
#ticket .ticket__footer-info {
  padding: 30px 0;
  background-color: #161936;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #c3c3c3;
}
@media screen and (max-width: 768px) {
  #ticket .ticket__footer-info {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.3;
  }
  #ticket .ticket__footer-info p {
    margin-top: 5px;
  }
}
#ticket .ticket__footer-address {
  font-style: normal;
}
/*# sourceMappingURL=ticket.css.map */
