:root {
  font-size: 100px;
  font-family: "Pretendard JP",'Poppins', serif;
  color: #FFFFFF;
}
html {
  transition: font-size 0.3s ease-in-out;
}
body {
  background-color: #192227;
}
a, a:link, a:visited {
  color: #FFFFFF;
}
.text-block {
  white-space: normal;
  word-break: keep-all;
}
.breakpoint {
  display: inline-block; /* 줄바꿈 허용 포인트로 작동 */
}
.apply-period__end {
  white-space: nowrap;   /* 이 span 내부에서는 줄바꿈 금지 */
  display: inline-block; /* inline 상태에서 폭 계산을 안정화 */
}

#content {
  padding-top: 0px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content #left {
  position: fixed;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url(/img/bg_edit_1.png);
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

#content #right {
  position: relative;
  top: 0;
  left: 40%;
  width: 60%;
  margin: 0;
  background-image: url('/img/bg00_03.png');
  background-color: #192227;
}

#content #right .right-wrapper {
  padding: 50px 0.85rem 100px 0.85rem;
}

#content #right .right-wrapper .section {
  padding: 0;
  margin: 0 0 60px 0;
}

.section > .title {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.4em;
  border: 1px solid #FFFFFF;
  border-radius: 46px;
  padding: 8px 28px;
  width: fit-content;
  margin-bottom: 18px;
}
.section > .items > .item {
  margin-bottom: 30px;
}
.section > .items > .item .item-title {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.4em;
  padding-bottom: 4px;
}
.section > .items > .item .item-notice {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.4em;
}
.section > .items > .item .item-desc {
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 1.4em;
}
.section > .items > .item .item-desc .item-label{
  font-weight: 500;
}
.section .section-notice {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.4em;
}

#title {
  text-align: center;
}
#title .tour-logo {
  padding: 10px;
}
#title .tour-logo .tour-logo-img {
  width: 36%;
}
#title .tour-title {
  font-family: "Poppins", serif;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 1.4em;
  color: #FFFFFF;
}
#title .event-title {
  font-family: "Poppins", serif;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.4em;
  color: #FFD369;
  padding-bottom: 10px;
}
#title .event-date {
  font-size: 0.20rem;
  font-weight: 600;
  line-height: 1.4em;
  color: #2D363B;
  background-color: #FFD369;
  border-radius: 128px;
  padding: 8px 28px;
  width: fit-content;
  margin: 0 auto;
}
#title .event-sub-title {
  font-size: 0.56rem;
  font-weight: 100;
  line-height: 1.4em;
  opacity: 0.8;
  padding-top: 45px;
}

#ticket-schedule .detail-release {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.4em;
  background-color: #192227;
  padding: 20px;
  text-align: center;
}

#contact-info .items .item .item-desc {
  opacity: 0.8;
}
#contact-info .section-notice {
  opacity: 0.8;
}

#footer {
  background-color: #192227;
  color: white;
  font-size: 0.12rem;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

@media (min-width: 1921px) {
  :root {
    font-size: 100px;
  }
}

@media (max-width: 1501px) {
  :root {
    font-size: 90px;
  }
}

@media (max-width: 1201px) {
  :root {
    font-size: 80px;
  }
}

@media (max-width: 981px) {
  #content #left {
    position: relative;
    width: 100%;
    height: auto;
    padding: 125% 0 0 0;
  }
  #content #right {
    left: 0;
    width: 100%;
  }
  #content #right .right-wrapper {
    padding: 45px 15px 20px 15px;
  }
}

@media (max-width: 520px) {
  #title .tour-title {
    font-size: 0.25rem;
    font-weight: 400;
  }
  #title .event-title {
    font-size: 0.60rem;
  }
  #title .event-date {
    font-size: 0.20rem;
  }
  #title .event-sub-title {
    font-size: 0.38rem;
  }

}
