@charset "utf-8";

html.black {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  z-index: 99999;
}

html.black::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

html.black #hd {
  z-index: -1;
}

#container,
#hd {
  max-width: 640px;
  margin: 0 auto;
}

#hd {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


#container .inner {
  /* max-width: 1200px; */
  width: 100%;
  margin: 0 auto;
}

.mainPage {
  width: 100%;
  padding-bottom: 14%;
  background-color: #0033a1;
}

.mainPage .title {
  margin-bottom: -42%;
  padding-top: 80px;
}

.mainPage .title video {
  max-width: 640px;
  width: 100%;
  height: auto;
  padding-bottom: 3%;
  background-color: #0033a1;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=Page] .btnBox {
  padding: 0;
  text-align: center;
}

.mainPage .btnBox,
.ticketPage .btnBox {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.mainPage .btnBox {
  padding: 11% 0 18%;
}

.ticketPage .btnBox {
  padding: 11% 10% 0;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  background-color: #16339a;
}


.mainPage .btnBox a,
[class*=Page] .btnBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.5% 0 6%;
  border-radius: 50px;
  background-color: #fff;
  font-size: clamp(16px, 5vw, 32px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.mapPage .btnBox a {
  width: 80%;
  margin: 0 auto;
  padding: 3% 0;
}

.ticketPage .btnBox a {
  background: #23abff;
  color: #fff;
  font-size: clamp(19px, 6vw, 38px);
}

.mainPage .btnBox a~a {
  margin-top: 5%;
}

.ticketPage .btnBox a:hover {
  background-color: #57a9f8;
  color: #fff;
}

.mainPage .btnBox a span,
[class*=Page] .btnBox a span {
  width: 8%;
  margin-left: 2%;
}

[class*=Page] .menuBox {
  width: 100%;
  background-color: #fff;
  font-size: clamp(15px, 4.6875vw, 30px);
  text-align: center;
}

[class*=Page] .menuBox h1 {
  padding: 13% 0 4.6%;
  font-size: clamp(30px, 9.375vw, 60px);
  font-weight: normal;
}

.ticketPage .menuBox h1 {
  padding: 13% 0 0;
}

.ticketPage .menuBox p {
  margin: 2% 0 10%;
  font-size: clamp(15px, 4.6875vw, 30px);
}

[class*=Page] .menuBox .menuBtn a {
  position: relative;
  display: inline-block;
  padding: 4.5% 6%;
  padding-right: 7%;
  color: #bce0ff;
}

[class*=Page] .menuBox .menuBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 40%;
  border-radius: 5px;
  background-color: #bce0ff;
}

[class*=Page] .menuBox .menuBtn a:first-child {
  padding-left: 0;
}

[class*=Page] .menuBox .menuBtn a:last-child {
  padding-right: 0;
}

[class*=Page] .menuBox .menuBtn a:last-child::after {
  content: none;
}

[class*=Page] .menuBox .menuBtn {
  width: 94%;
  margin: 0 auto;
}

[class*=Page] .menuBox.fixEvt {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 640px;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}

[class*=Page] .menuBox.fixEvt h1 {
  display: none;
}

[class*=Page] .conBox .conBox_bg {
  position: absolute;
  z-index: -1;
}

[class*=Page] .conBox .con01 {
  background: #0033a1 url(../../2023_momo/res/all_bg.png) no-repeat top center/contain;
}

[class*=Page] .conBox .con02 {
  background: none;
}

[class*=Page] .conBox .con01 h3 {
  font-size: clamp(26px, 8.125vw, 52px);
  text-align: center;
}

[class*=Page] .conBox .con h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 9%;
  padding-top: 18%;
  color: #fff;
  font-size: clamp(26px, 8.125vw, 52px);
  font-weight: 400;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

[class*=Page] .conBox .con h2>span {
  margin: 0 1%;
  color: #22abff;
  font-size: clamp(15px, 3vw, 20px);
}

[class*=Page] .conBox .con .txt {
  max-width: 600px;
  width: 93.75%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'NanumSquareNeo', 'Malgun Gothic', dotum, sans-serif !important;
}

[class*=Page] .conBox .con .txt .txtInner {
  padding: 11.6% 6%;
  counter-reset: numbering;
}

[class*=Page] .conBox .con .txt .txtInner p {
  margin-left: 7%;
  font-size: clamp(12px, 3.4vw, 22px);
  font-weight: bold;
  line-height: 1.5;
  text-indent: -7%;
}

[class*=Page] .conBox .con .txt .txtInner p~p {
  margin-top: 3%;
}

[class*=Page] .conBox .con .txt .txtInner p::before {
  content: counter(numbering);
  display: inline-block;
  width: clamp(14px, 3.75vw, 24px);
  height: clamp(14px, 3.75vw, 24px);
  margin-bottom: 0.2%;
  margin-right: 2%;
  border-radius: 50%;
  background-color: #0033a1;
  color: #fff;
  font-size: clamp(10px, 2.5vw, 16px);
  font-weight: bold;
  line-height: clamp(14px, 3.75vw, 24px);
  text-align: center;
  text-indent: 0;
  counter-increment: numbering;
}

[class*=Page] .conBox .con .txt .txtInner p span {
  color: #22abff;
  font-weight: 800;
}

[class*=Page] .conBox .con .txt .txtInner p span.hightlight {
  background: #d1eeff;
  color: #0033a1;
}

[class*=Page] .conBox .con .txt .txtInner .con03_notice {
  line-height: 1.9;
}

[class*=Page] .conBox .con .txt .txtInner ul {
  margin-top: 4%;
}

[class*=Page] .conBox .con .txt .txtInner ul~ul {
  margin-top: 7.5%;
  margin-bottom: 4%;
}

[class*=Page] .conBox .con .txt .txtInner ul li {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 1.8;
}

[class*=Page] .conBox .con .txt .txtInner ul li:first-child {
  margin-bottom: 3.5%;
  color: #333;
  font-size: clamp(18px, 3.125vw, 20px);
  font-weight: 900;
}

[class*=Page] .conBox .con .txt .txtInner ul li>span {
  display: block;
}

[class*=Page] .txtImgBox {
  text-align: center;
}

[class*=Page] .box01 img {
  margin-bottom: 17%;
}

[class*=Page] .txtImgBox.artistBox {
  position: relative;
}

[class*=Page] .txtImgBox.artistBox .artist {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 90%;
  flex-wrap: wrap;
}

[class*=Page] .txtImgBox.artistBox .artist div {
  width: 48%;
  margin-bottom: 4%;
}

[class*=Page] .txtImgBox.artistBox .artist div.special {
  width: 100%;
}

[class*=Page] .conBox .con .txt .txtInner .txtImgBox img {
  margin-top: 18%;
}

[class*=Page] .conBox .con .txt .txtInner .txtImgBox img.abTxtImg03 {
  margin-top: 9%;
}

[class*=Page] .conBox .con02 h3:not(.h3Tit) span {
  display: inline-block;
  margin-bottom: 4%;
  background: #0033a1;
  color: #fff;
  font-size: clamp(13px, 4vw, 26px);
  font-weight: normal;
}


[class*=Page] .conBox .con02 h3 span:first-child {
  width: 37%;
  padding: 1% 0;
  border-radius: 20px;
}

[class*=Page] .conBox .con02 h3 span:last-child {
  background: #fff;
  color: #333;
  font-size: clamp(12px, 3.5vw, 23px);
  font-weight: bold;
}

[class*=Page] .conBox .con02 {
  text-align: center;
}

[class*=Page] .conBox .con .conInner {
  position: relative;
}

.linePage {
  padding-bottom: 14%;
  background-color: #0033a1;
}

.aboutPage {
  padding-bottom: 16%;
  background-color: #0033a1;
}

.mainPage .con_vid {
  position: relative;
}

.mainPage .con_vid iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 100%;
}

.aboutPage .con_vid {
  margin: 5% 0;
  border-radius: 30px;
  overflow: hidden;
}

.aboutPage .map {
  position: relative;
}

.aboutPage .map a {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 640px;
  width: 80%;
  height: 7%;
}

.mapPage .viewMap {
  display: block;
}

.mapPage .conBox .con02 {
  padding-bottom: 20%;
  background: #0033a1 !important;
}

.mapPage .market {
  text-align: center;
}

.mapPage .street {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.mapPop {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
  z-index: 10000;
}

.mapPop>div {
  position: relative;
  max-width: 980px;
  width: 95%;
  margin: 5% auto 0;
}

.mapPop>div span {
  position: absolute;
  top: 15px;
  right: 5%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #84c7ef;
  z-index: 10000;
  box-shadow: inset 0px 0px 4px 1px #fff;
  cursor: pointer;
}

.mapPop>div span::after,
.mapPop>div span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  height: 2px;
  background-color: #eee;
}

.mapPop>div span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mapPop>div span::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.mapPop img {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 980px;
  width: 95%;
  padding-bottom: 5%;
}

.mapOpen {
  z-index: 10000;
}

.ticketPage .conBox {
  padding-bottom: 15%;
  background: #0033a1 url(../../2023_momo/res/all_bg.png) no-repeat top center/contain;
}

.ticketPage .quizWrap {
  position: fixed;
  top: 2.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  max-width: 600px;
  width: 93.75%;
  height: 95%;
  border-radius: 20px;
  background: #d1eefe;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  opacity: 0;
  z-index: -1;
}

.ticketPage .quizWrap.op {
  z-index: 9999;
  opacity: 1;
  transition: all 0.5s;
}

.ticketPage .quizWrap .quizHdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 7% 0 3%;
  color: #0033a1;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.ticketPage .quizWrap .quizHdr h3 {
  width: 100%;
  font-size: clamp(21px, 6.5vw, 42px);
}

.ticketPage .quizCloseBtn {
  position: absolute;
  top: 5%;
  right: 3.5%;
  width: 7%;
  height: 30px;
  cursor: pointer;
}

.ticketPage .quizCloseBtn span {
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  height: 5px;
  border-radius: 10px;
  background: #a1d2f1;
}

.ticketPage .quizCloseBtn span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #a1d2f1;
  cursor: pointer;
}

.ticketPage .quizWrap .quizFtr {
  width: 100%;
}

.ticketPage .quizWrap .quizFtr>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83%;
  margin: 2.5% auto;
  padding: 5%;
  border-radius: 50px;
  background-color: #333;
  color: #fff;
  font-size: clamp(21px, 6.5vw, 42px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ticketPage .quizWrap .quizFtr>a.submitBtn {
  background: #0033a1;
}

.ticketPage .quizWrap .quizFtr>a>span {
  width: 8%;
  margin-left: 2%;
}

.ticketPage .quizWrap .quizCon {
  overflow: hidden;
}

.ticketPage .quizWrap .quizCon>div {
  width: 87.5%;
  height: 100%;
  margin: 0 auto;
  overflow-y: scroll;
}

.ticketPage .quizWrap .quizCon>div.noPass {
  padding-bottom: 50vh;
  overflow-y: hidden;
}

.ticketPage .quizWrap .quizCon>div>div {
  width: 100%;
  margin-bottom: 5%;
  padding: 4.5% 6.5%;
  border-radius: 20px;
  background: #fff;
}

.ticketPage .quizWrap .quizCon .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ticketPage .quizWrap .quizCon .tit h4 {
  color: #0033a1;
  font-size: clamp(18px, 5.7vw, 37px);
}

.ticketPage .quizWrap .quizCon p {
  min-height: 40px;
  margin-top: 2%;
  color: #333;
  font-size: clamp(15px, 3.125vw, 20px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-family: 'NanumSquareNeo', 'Malgun Gothic', dotum, sans-serif !important;
}

.ticketPage .quizWrap .quizCon .oxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.ticketPage .quizWrap .quizCon .oxWrap label {
  position: relative;
  width: 48%;
  height: 80px;
  border-radius: 20px;
  background: #c8eaff;
  overflow: hidden;
  cursor: pointer;
}

.ticketPage .quizWrap .quizCon .oxWrap label span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 80px;
  font-family: '맑은 고딕, malgun gothic, AppleGothicNeoSD, Apple SD 산돌고딕 Neo, Microsoft NeoGothic,  Droid sans, sans-serif !important';
}

.ticketPage .quizWrap .quizCon .oxWrap label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ticketPage .quizWrap .quizCon .oxWrap label:has(input:checked) {
  background-color: #22abff;
}

.ticketPage .quizWrap .quizCon .nopassTxt .passTit {
  padding-bottom: 20vh;
}

.ticketPage .quizWrap .quizCon .passTit h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5%;
  font-size: clamp(25px, 7.8vw, 50px);
  font-weight: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ticketPage .quizWrap .quizCon .passTit h4 span:first-child {
  width: 13%;
  margin-bottom: 4%;
}

.ticketPage .quizWrap .quizCon .passTit p {
  font-size: clamp(12px, 3.5vw, 23px);
}

.ticketPage .quizWrap .quizCon .passWrap p {
  margin-top: -2%;
  font-size: clamp(12px, 3.5vw, 22px);
  font-family: 'MBC1961GulimM', 'Malgun Gothic', dotum, sans-serif !important;
}

.ticketPage .quizWrap .quizCon .passTit .hintWrap {
  margin-top: 10%;
}

.ticketPage .quizWrap .quizCon .passTit h5 {
  display: inline-block;
  margin-bottom: 1%;
  padding: 1.5% 2.5% 1.1%;
  border-radius: 6px;
  background: #333333;
  color: #fff;
  font-size: clamp(12px, 3.5vw, 23px);
  font-weight: normal;
}

.ticketPage .quizWrap .quizCon .passNotice {
  font-size: clamp(15px, 3.125vw, 20px);
  font-weight: bold;
}

.ticketPage .quizWrap .quizCon .passNotice>span {
  display: block;
  margin-bottom: 4%;
}

.ticketPage .quizWrap .quizCon .passNotice textarea {
  width: 100%;
  border: 2px solid #dedede;
  border-radius: 6px;
  font-size: 14px;
}

.ticketPage .quizWrap .quizCon .passWrap form>div {
  margin-top: 5%;
  font-size: clamp(15px, 3.125vw, 20px);
  font-weight: bold;
  font-family: 'NanumSquareNeo', 'Malgun Gothic', dotum, sans-serif !important;
}

.ticketPage .quizWrap .quizCon .passWrap form>div.chkBox {
  cursor: pointer;
}

.ticketPage .quizWrap .quizCon .passWrap form>div label {
  display: inline-block;
  width: 44%;
  margin-bottom: 3%;
  cursor: pointer;
}

.ticketPage .quizWrap .quizCon .passWrap form>div.conDate label input {
  width: clamp(15px, 3.125vw, 20px);
  height: clamp(15px, 3.125vw, 20px);
  margin-right: 3%;
  padding: 0;
  border: 2px solid #22abff;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ticketPage .quizWrap .quizCon .passWrap form>div.conDate label input:checked {
  background-color: #22abff;
}

.ticketPage .quizWrap .quizCon .passWrap form>div.conDate>div {
  margin-bottom: 3%;
}

.ticketPage .quizWrap .quizCon .passWrap form>div.chkBox {
  margin-top: 3%;
}

.ticketPage .quizWrap .quizCon .passWrap form>div.chkBox input {
  width: clamp(14px, 2.65vw, 17px);
  height: clamp(14px, 2.65vw, 17px);
  margin-right: 3%;
  padding: 0;
  border: 2px solid #d0d0d0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ticketPage .quizWrap .quizCon .passWrap form>div.chkBox input:checked {
  border: 2px solid #22abff;
  background-color: #22abff;
}

.ticketPage .quizWrap .quizCon .passWrap form>div.chkBox label {
  width: 100%;
  margin-bottom: 0;
  font-size: clamp(14px, 2.65vw, 17px);
}

.ticketPage .quizWrap .quizCon .passWrap form>div.chkBox label span {
  display: block;
  margin-top: 2%;
  font-size: clamp(12px, 2.5vw, 14px);
}

.ticketPage .quizWrap .quizCon .passWrap form>div input {
  width: 100%;
  padding: 2% 3%;
  border: 2px solid #dedede;
  border-radius: 6px;
}

.ticketPage .quizWrap .quizCon .passWrap form>div input::-webkit-input-placeholder {
  font-size: clamp(12px, 2.34vw, 15px);
}

.ticketPage .quizWrap .quizCon .passWrap form>div input::-moz-placeholder {
  font-size: clamp(12px, 2.34vw, 15px);
}

.ticketPage .quizWrap .quizCon .passWrap form>div input:-ms-input-placeholder {
  font-size: clamp(12px, 2.34vw, 15px);
}

.ticketPage .quizWrap .quizCon .passWrap form>div input::-ms-input-placeholder {
  font-size: clamp(12px, 2.34vw, 15px);
}

.ticketPage .quizWrap .quizCon .passWrap form>div input::placeholder {
  font-size: clamp(12px, 2.34vw, 15px);
}

.linePage .conBox {
  background-color: #0033a1;
}

.linePage .conBox .conLine {
  text-align: center;
}

.linePage .conBox .btnBox a {
  width: 100% !important;
  background: #22abff !important;
}

.linePage .conBox .btnBox.lineBtn {
  position: absolute;
  bottom: 0.7%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.linePage .conBox>div {
  position: relative;
}

.aboutPage .conBox .con02 h3 {
  margin-bottom: 3%;
}

.aboutPage .conBox .con02 h3:last-child {
  margin-bottom: 10%;
}


.linePage .conBox .con .artist {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  width: 100%;
  font-size: clamp(21px, 6.56vw, 42px);
  text-align: center;
}

.linePage .conBox .con .artist .logo_tit {
  width: 27.8%;
  margin: 0 auto 23%;
}

.linePage .conBox .con .artist .tit {
  width: 39%;
  margin: 0 auto 5%;
}

.linePage .conBox .con .artist p {
  line-height: 1.7;
}

.linePage .conBox .con .artist .tit02,
.linePage .conBox .con .artist .iu {
  width: 70%;
  margin: 0 auto;
}

.linePage .conBox .con .artist .tit02 {
  margin: 10% auto 5%;
}

.ticketPage .conBox .con02 p {
  margin-left: 0 !important;
  text-indent: 0 !important;
}

.ticketPage .conBox .con02 p>span {
  margin-left: 7%;
  font-size: clamp(10px, 2.8vw, 18px);
}

.aboutPage .conBox .con02 h3:not(.h3Tit) span {
  margin: 0;
}

.aboutPage .conBox .con02 h3 span:last-child {
  font-size: clamp(12px, 3.125vw, 20px);
}

.aboutPage .conBox .shuttle_map {
  margin-bottom: 5%;
}


/* PC */
.mainPage .sc02 .pcInner img~img {
  margin-top: 9%;
}

@media screen and (max-width:640px) {

  .displayPc {
    display: none !important;
  }

  .displayMo {
    display: block !important;
  }

  .mainPage .con_vid {
    max-height: 360px;
    overflow: hidden;
  }

  .mainPage .con_vid>div {
    padding-bottom: 56%;
  }

  .mainPage .con_vid iframe {
    max-height: 360px;
  }

  [class*=Page] .inner1200 {
    width: 93.75%;
    margin: 0 auto;
    padding: 0;
  }

  .mainPage .artBox01 {
    margin-bottom: 10% !important;
  }

  .slash {
    font-size: 0;
  }

  .mapPage .conBox .con01 h3 {
    color: #333;
    font-size: clamp(22px, 6.5vw, 52px);
  }

  .mapPage .conBox .con01 h3>span:last-child {
    color: #22abff;
    font-size: clamp(28px, 9vw, 60px);
    font-weight: normal;
  }

  .mapPage .conBox .con02 h3>span:last-child {
    font-size: clamp(28px, 8vw, 60px);
  }

  .mapPage .conBox .moW60 {
    width: 60%;
  }

  .mapPage .conBox .moW80 {
    width: 80%;
  }

  .mapPage .conBox .moMgTB05 {
    margin: 5% auto;
  }
}

@media screen and (min-width:641px) {

  #container,
  #ft,
  #hd {
    /* max-width: none !important; */
    max-width: 1920px;
  }

  html.black {
    max-width: none;
  }

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

  .displayPc {
    display: block !important;
  }

  .displayMo {
    display: none !important;
  }

  .mainPage {
    padding-bottom: 170px;
  }

  .mainPage .con_vid {
    max-height: 670px;
    overflow: hidden;
  }

  .mainPage .con_vid>div {
    padding-bottom: 56%;
  }

  .mainPage .con_vid iframe {
    max-height: 670px;
  }

  .mainPage .btnBox,
  .aboutPage .btnBox {
    max-width: 520px;
  }



  [class*=Page] .conBox .con .txt {
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    background: transparent;
  }

  [class*=Page] .conBox .con .txt .txtInner {
    padding: 7.5% 8.333%;
    border-radius: 20px;
    background: #fff;
  }

  [class*=Page] .conBox .con .txt .txtInner .txtImgBox img {
    margin-top: 7%;
  }

  [class*=Page] .conBox .con .txt .txtInner .txtImgBox img.abTxtImg03 {
    margin-top: 5%;
  }

  [class*=Page] .txtImgBox.artistBox .artist {
    top: 17%;
    max-width: 1080px;
  }

  [class*=Page] .txtImgBox.artistBox .artist img {
    width: 100%;
  }

  [class*=Page] .txtImgBox.artistBox .artist div {
    width: 23%;
    margin-bottom: 3%;
  }

  [class*=Page] .txtImgBox.artistBox .artist div.special {
    width: 50%;
    margin: 0 auto;
  }

  [class*=Page] .menuBox.fixEvt {
    max-width: 100%;
  }

  [class*=Page] .menuBox h1 {
    padding: 5.25% 0 0;
  }

  [class*=Page] .menuBox .menuBtn a {
    padding: 1.5% 6%;
  }

  [class*=Page] .conBox .con01 {
    background: #0033a1 url(../../2023_momo/res/pc/all_bg.png) no-repeat top center;
  }

  [class*=Page] .conBox .con02 {
    background: none;
  }

  [class*=Page] .conBox .con h2 {
    margin-bottom: 50px;
    padding-top: 150px;
    /* font-size: clamp(26px, 2.125vw, 52px); */
    font-size: 52px;
  }

  [class*=Page] .conBox .con02 h3 span:first-child {
    width: 190px;
    margin-right: 2%;
    padding: 0.7% 0;
  }

  .mainPage {
    background: #0033a1 url(../../2023_momo/res/pc/mainBg.png) no-repeat top/1920px 100%;
  }

  .mainPage .btnBox {
    padding: 50px 0 120px;
  }

  .mapPage .btnBox a {
    width: 60%;
  }

  .mapPage .conBox .con01 h3 {
    color: #333;
    font-size: clamp(25px, 5.125vw, 50px);
  }

  .mapPage .conBox .con02 {
    padding-bottom: 130px;
  }

  .mapPage .conBox .con02 h3 span:last-child {
    color: #22abff;
    font-size: clamp(25px, 5.125vw, 50px);
    font-weight: normal;
  }

  .mapPop>div span {
    width: 50px;
    height: 50px;
  }

  .mainPage .pcMgB {
    margin-bottom: 60px;
  }

  .aboutPage {
    padding-bottom: 170px;
  }

  .aboutPage .conBox .con02 h3 span.mgR0 {
    margin-right: 0;
  }

  .mainPage .btnBox,
  .ticketPage .btnBox,
  .aboutPage .btnBox {
    width: 80%;
    margin: 0 auto;
  }

  .ticketPage .btnBox {
    max-width: 640px;
    padding-top: 4%;
  }


  .aboutPage .btnBox a {
    font-size: clamp(16px, 4vw, 32px);
  }

  .mainPage .btnBox a:hover,
  .aboutPage .btnBox a:hover {
    opacity: 0.7;
  }

  .aboutPage .con_vid {
    max-height: none;
    margin: 5% 0;
    border-radius: 20px;
  }

  .aboutPage .conBox .con01 h3 {
    font-size: clamp(26px, 6.125vw, 52px);
  }

  .aboutPage .conBox .con02 h3 {
    margin-bottom: 7%;
  }

  .aboutPage .conBox .con02 h3:not(.h3Tit) {
    display: flex;
    align-items: center;
  }


  .aboutPage .conBox .con02 h3 span:last-child {
    width: 100%;
    background: transparent;
    text-align: left;
  }

  .aboutPage .conBox .con02 .txt .txtInner {
    position: relative;
  }

  .aboutPage .conBox .con02 .txt .txtInner::after {
    content: "";
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 83.333%;
    height: 69%;
    border-radius: 20px;
    background: #e2f4ff;
  }

  .aboutPage .conBox .con02 .txt .txtInner h3,
  .aboutPage .conBox .con02 .txt .txtInner>div {
    position: relative;
    z-index: 2;
  }

  .linePage .conBox .con .artist {
    top: 27%;
    max-width: 800px;
    font-size: clamp(21px, 3vw, 42px);
  }

  .linePage .conBox .con .artist .tit {
    max-width: 250px;
    width: 31%;
    margin: 0 auto 3%;
  }

  .linePage .conBox .con .artist .tit02 {
    max-width: 430px;
    width: 57%;
    margin: 5% auto 3%;
  }

  .linePage .conBox .con .artist .iu {
    width: 51.25%;
  }

  .linePage .conBox .btnBox.lineBtn {
    position: absolute;
    bottom: 3.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 43%;
  }

  .linePage .conBox .btnBox.lineBtn a {
    margin-bottom: 0;
  }

  .linePage .artistList {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .linePage .artistList>p::after {
    content: "·";
    margin: 0 10px;
  }

  .linePage .artistList>p:last-child::after {
    content: none;
  }

  .linePage .goodStore {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .linePage .goodStore>span {
    position: relative;
    width: 50%;
  }

  .linePage .goodStore>span.brder05::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -3px;
    height: 60%;
    border-right: 3px solid #d1eeff;
  }

  .linePage .btnBox {
    width: 52.3%;
    margin: 0 auto;
  }

  .linePage .btnBox a {
    margin-bottom: 20%;
    font-size: clamp(16px, 2.5vw, 32px);
  }

  .ticketPage .menuBox p {
    margin-bottom: 0;
  }

  .ticketPage .conBox {
    padding-bottom: 8%;
    background: #0033a1 url(../../2023_momo/res/pc/all_bg.png) no-repeat top center;
  }


  .ticketPage .conBox .con .txt.pcBg {
    padding: 5%;
    background: #fff;
  }

  .ticketPage .conBox .con .txt.pcBg .txtInner {
    padding: 5%;
    background: #e2f4ff;
  }

  .ticketPage .conBox .con .txt .txtInner ul~ul {
    margin-top: 4.5%;
  }

  .ticketPage .conBox .con .txt .txtInner ul li {
    font-size: 16px;
  }

  .ticketPage .conBox .con .txt .txtInner .con03_notice {
    font-size: 14px;
  }

  .ticketPage .conBox .con .txt .txtInner ul li:first-child {
    margin-bottom: 1.5%;
  }

  .ticketPage .conBox .con02 h3 {
    display: flex;
    align-items: center;
  }

  .ticketPage .conBox .con02 h3 span:first-child {
    max-width: 190px;
    min-width: 190px;
  }

  .ticketPage .conBox .con02 h3 span:last-child {
    background: transparent;
    text-align: left;
  }

  .ticketPage .conBox .con02 h3>div {
    width: 100%;
    text-align: left;
  }

  .ticketPage .conBox .con02 p {
    margin-left: 7% !important;
    text-indent: -7% !important;
  }

  .ticketPage .conBox .con02 p.mgT0 {
    margin-top: 0% !important;
  }

  .ticketPage .txtImg {
    max-width: 600px;
    width: 60%;
    margin: 0 auto;
    text-align: left;
  }

  .ticketPage .txtImg img {
    display: inline-block;
  }

  .ticketPage .quizWrap {
    max-width: 1000px;
    width: 83.3333%;
  }

  .ticketPage .quizWrap .quizHdr {
    padding: 4% 0 3%;
  }

  .ticketPage .quizWrap .quizCon .tit+div {
    display: flex;
    justify-content: space-between;
  }

  .ticketPage .quizWrap .quizCon p {
    margin-right: 5%;
  }

  .ticketPage .quizWrap .quizCon .oxWrap {
    flex-direction: column;
    justify-content: center;
    min-width: 140px;
    width: 140px;
    margin-top: -6%;
  }

  .ticketPage .quizWrap .quizCon .oxWrap label {
    width: 100%;
    height: 60px;
    border-radius: 10px;
  }

  .ticketPage .quizWrap .quizCon .oxWrap label~label {
    margin-top: 5%;
  }

  .ticketPage .quizCloseBtn {
    top: 3%;
    right: 2%;
    height: 7%;
  }

  .ticketPage .quizCloseBtn span {
    margin-top: 40%;
  }

  .ticketPage .quizWrap .quizFtr>a {
    width: 52%;
    padding: 2.5%;
    font-size: clamp(21px, 4.5vw, 42px);
  }

  #hd #hd_wrapper {
    width: 92%;
    margin: 0 auto;
  }

  #hd #gnb {
    width: 90px;
  }

  #hd #gnb .gnb_open ul {
    margin-top: 10%;
  }

  #hd #gnb.menuOpen .gnb_open li a {
    position: relative;
    transition: all 0.3s;
  }

  #hd #gnb.menuOpen .gnb_open li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-110%);
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background: #22abff;
  }

  #hd #gnb.menuOpen .gnb_open li a:hover {
    color: #22abff;
    opacity: 1;
  }

  #hd #gnb.menuOpen .gnb_open li a:hover::after {
    transform: translateX(0%);
    transition: all 0.3s;
  }

  #ft .ft_inr {
    position: relative;
    width: 92%;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }

  #ft .ft_inr .ft_logo {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30%;
    text-align: right;
  }

  #ft .ft_inr .ft_logo a:first-child {
    width: 60%;
  }

  #ft .ft_inr .ft_logo a:last-child {
    width: 40%;
  }

  #ft .ft_inr .ft_txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    width: 70%;
  }

  #ft .ft_inr .copy {
    text-align: left;
  }

  #ft .fixBan01 {
    display: block;
  }

  #ft .ft_inr .privacy {
    margin-bottom: 0;
    margin-right: 1%;
  }

  .fixBan {
    display: none !important;
  }

  .noticePage .title h1 {
    padding: 4%;
  }

  .noticePage .title .lnb a:first-child {
    padding-right: 3%;
  }

  .noticePage .title .lnb a:last-child {
    padding-left: 3%;
  }

  .noticePage .tbl_wrap table {
    max-width: 1500px;
    width: 100%;
  }

  .noticePage thead tr {
    padding: 3% 5%;
  }

  .noticePage tbody tr td .bo_tit {
    padding: 3% 0;
  }

  .noticePage .pages {
    padding: 5% 0 8%;
  }

  .noticePage .pages .pg_current {
    padding: 0 0.5%;
  }

  #bo_v.notice_v {
    position: relative;
    min-height: 1080px;
  }

  #bo_v.notice_v .bo_v_nb {
    position: absolute;
    bottom: 0;
    max-width: 1200px;
    width: 100%;
  }

  .faqPage .title h1 {
    padding: 4% 0 0;
  }

  .faqPage #bo_cate {
    max-width: 1200px;
    margin: 0 auto 4%;
  }

  .faqPage #bo_cate ul {
    flex-wrap: nowrap;
  }

  .faqPage #bo_cate ul li {
    width: calc(100% / 6);
    margin-bottom: 0;
  }

  .faqPage #bo_cate ul li~li {
    margin-left: 1%;
  }

  .faqPage #bo_cate a {
    padding: 10.68% 0;
    font-size: clamp(15px, 2.2vw, 22px);
  }

  .faqPage .title .lnb {
    margin-bottom: 1.5%;
  }

  .faqPage .title .lnb a {
    display: inline-block;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }

  #faq_wrap {
    max-width: 1500px;
  }

  #faq_wrap li h3 a {
    padding: 30px 3%;
  }

  #faq_wrap li h3 a .openBar {
    max-width: 35px;
    width: 4.5%;
    height: 3px;
  }

  #faq_con .con_inner {
    padding: 3% 6%;
  }

  .mainPage .artist div img {
    transition: all 0.7s;
  }

  .mainPage .artist div:hover img {
    transform: rotate3d(0, 10, 1, 360deg);
    transition: all 1.2s;
  }
}