@charset "UTF-8";
html {
  word-break: keep-all;
  font-family: "Pretendard";
}

.font02 {
  font-family: "Pretendard";
}

/* 레이아웃 */
.wrap {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.wrap[max="1720"] {
  max-width: 1720px;
}

.wrap[max="1440"] {
  max-width: 1440px;
}

.wrap[max="1400"] {
  max-width: 1400px;
}

.wrap[max="1350"] {
  max-width: 1350px;
}

.wrap[max="1320"] {
  max-width: 1320px;
}

.wrap[max="1280"] {
  max-width: 1280px;
}

@media screen and (max-width: 768px) {
  .wrap {
    width: 90%;
  }
}
.header {
  font-weight: 500;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  color: #000;
  transition: background-color 0.5s, backdrop-filter 0.5s, box-shadow 0.5s;
}
.header.white .wrap .logo {
  color: #fff;
  transition: all 0s;
}
.header.white .wrap .logo a img {
  filter: brightness(1);
  transition: all 0s;
}
.header.white .lab .lang {
  color: #fff;
  transition: all 0s;
}
.header.white .lab .menu span {
  background-color: #fff;
  transition: all 0s;
}
.header.white .gnb > li > a {
  color: #fff;
  transition: all 0s;
}
.header.black .wrap .logo {
  color: #000;
}
.header.black .wrap .logo a img {
  filter: brightness(0);
}
.header.black .lab .menu span {
  background-color: #000;
}
.header.scroll {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  height: 90px;
  position: relative;
  z-index: 2;
  justify-content: flex-end;
  max-width: 1700px;
}
@media screen and (max-width: 820px) {
  .header .wrap {
    height: 72px;
  }
}
.header .logo {
  display: flex;
  align-items: center;
  z-index: 22;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 26px;
  letter-spacing: -0.04em;
  font-family: "Pretendard";
}
@media screen and (max-width: 820px) {
  .header .logo {
    width: 250px;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .header .logo {
    width: 60px;
    font-size: 14px;
  }
}
.header .logo a img {
  height: 40px;
  width: auto;
  max-width: unset;
  filter: brightness(0);
  transition: filter 0.5s;
}
.header .gnb {
  display: flex;
  align-items: center;
  margin: 0;
  margin-right: -28px;
}
.header .gnb > li {
  font-size: 20px;
  letter-spacing: -0.025em;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
}
.header .gnb > li > a {
  font-weight: 600;
  transition: color 0.5s;
}
@media screen and (min-width: 821px) {
  .header .gnb > li > a:hover {
    color: #d4a2b7;
  }
}
.header .gnb .dep2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  text-align: center;
  white-space: nowrap;
  padding-top: 50px;
  display: none;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 0;
  top: 85%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.header .gnb .dep2 li {
  font-size: 18px;
  letter-spacing: -0.025em;
}
.header .gnb .dep2 li:first-child a {
  padding-top: 14px;
}
.header .gnb .dep2 li:last-child a {
  padding-bottom: 14px;
}
.header .gnb .dep2 li > a {
  position: relative;
  line-height: 1.2;
  background-color: #fff;
  display: block;
  padding: 8px 20px;
  transition: none;
  min-width: 150px;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) {
  .header .gnb .dep2 li > a:hover {
    background-color: #2d2d2d;
    color: #fff;
  }
}
.header .gnb .dep2 li.act > a {
  color: #d4a2b7;
}
.header .gnb .dep2 li.act > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #072855;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .header .gnb {
    margin: -1.625em;
  }
  .header .gnb > li {
    font-size: 18px;
    padding: 0 1.625em;
  }
  .header .gnb .dep2 li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnb > li {
    font-size: 16px;
  }
  .header .gnb .dep2 li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnb {
    display: none;
  }
}
.header .lab {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 22;
}
.header .lab .sns {
  display: flex;
  align-items: center;
  margin-right: 1em;
  font-size: 30px;
}
.header .lab .sns a {
  border-radius: 1000px;
  background: #fff;
  position: relative;
  width: 1.6666666667em;
  display: block;
  color: #3e98d4;
}
.header .lab .sns a + a {
  margin-left: 10px;
}
.header .lab .sns a::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.header .lab .sns a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #222;
}
@media screen and (min-width: 1025px) {
  .header .lab .sns {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header .lab .sns {
    font-size: 20px;
  }
}
.header .lab .lang {
  font-size: 20px;
  letter-spacing: -0.025em;
  position: relative;
  transition: color 0.5s;
}
.header .lab .lang p {
  cursor: pointer;
  font-weight: 600;
}
.header .lab .lang .mor {
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  padding: 0.7em 0.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  margin-top: 10px;
  display: none;
  color: #000;
}
.header .lab .lang .mor li + li {
  margin-top: 0.25em;
}
@media screen and (max-width: 820px) {
  .header .lab .lang {
    font-size: 18px;
  }
}
.header .lab .menu {
  width: 24px;
  height: 14px;
  position: relative;
  margin-left: 25px;
  cursor: pointer;
  margin-left: 14px;
}
.header .lab .menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  transition: background-color 0.5s;
  background-color: #000;
}
.header .lab .menu span:nth-of-type(1) {
  top: 0;
}
.header .lab .menu span:nth-of-type(2) {
  top: 50%;
}
.header .lab .menu span:nth-of-type(3) {
  top: 100%;
}
@media screen and (min-width: 1025px) {
  .header .lab .menu {
    display: none;
  }
}
.header .lab .menu.act span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .lab .menu.act span:nth-of-type(2) {
  transform: translate(-100%, -50%);
  opacity: 0;
}
.header .lab .menu.act span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header .fm {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  background: #fff;
  padding-top: 72px;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: transform 0.4s;
  min-height: 100vh;
  max-height: 100vh;
  height: auto;
  max-width: 500px;
}
.header .fm.act {
  transform: translateX(0);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header .fm.act::-webkit-scrollbar {
  display: none;
}
.header .fm .sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
}
.header .fm .sns a {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 14px;
  font-size: 28px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.header .fm .dep1 {
  border-top: 1px solid #000;
  box-sizing: border-box;
  padding: 0.4166666667em 5% 0;
  font-size: 24px;
}
.header .fm .dep1 > li {
  border-bottom: 1px solid #000;
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
  cursor: pointer;
}
.header .fm .dep1 > li:nth-of-type(1) {
  border-top: 0;
}
.header .fm .dep1 > li > p {
  letter-spacing: -0.025em;
  display: flex;
  justify-content: space-between;
}
.header .fm .dep1 > li .dep2 {
  padding-top: 2em;
  font-size: 20px;
  letter-spacing: -0.025em;
  display: none;
}
.header .fm .dep1 > li .dep2 li + li {
  margin-top: 1.5em;
}
@media screen and (min-width: 1025px) {
  .header .fm {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header .fm .dep1 {
    font-size: 18px;
  }
  .header .fm .dep1 > li .dep2 {
    font-size: 16px;
  }
}

.footer {
  background: linear-gradient(180deg, #f39c12 0%, #f99d1a 40%, #3e0fb5 100%);
  color: #fff;
  padding: 50px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.footer > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1320px;
  margin: 0 auto;
}
.footer .left-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer .row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer .row .logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.footer .row .logo img {
  display: block;
}
.footer .row .logo.smf img {
  height: 60px;
  width: auto;
}
.footer .row .logo.seoul img {
  height: 20px;
  width: auto;
}
.footer .adr {
  margin: 0;
}
.footer .adr dl {
  margin: 0;
}
.footer .adr dl dt {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 4px;
}
.footer .adr dl dd {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.footer .copy {
  font-size: 13px;
  letter-spacing: -0.025em;
  opacity: 0.6;
}
.footer .sns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .sns a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .sns a img {
  height: 16px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer > .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.__viewmore {
  position: fixed;
  left: 0;
  top: 0;
  width: 80px;
  border-radius: 1000px;
  overflow: hidden;
  z-index: 9999;
  pointer-events: none;
  box-sizing: border-box;
  opacity: 0;
}
.__viewmore .cir {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  transition-property: transform, background;
  border-radius: 1000px;
  transform: scale(0);
}
.__viewmore p {
  position: absolute;
  left: 50%;
  top: calc(50% + 7px);
  transform: translate(-50%, -50%);
  font-size: 12px;
  letter-spacing: -0.045em;
  color: #fff;
  padding-bottom: 4px;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
}
.__viewmore p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}
.__viewmore::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.__viewmore[color="1"] {
  background: #fff;
}
.__viewmore[color="1"] .cir {
  background: #fdd203;
}
.__viewmore[color="1"] p {
  color: #000;
}
.__viewmore[color="1"] p::after {
  background: #000;
}
.__viewmore[color="1"].act .cir {
  transform: scale(1);
}
.__viewmore[color="2"] {
  background: #018539;
}
.__viewmore[color="2"] .cir {
  background: #fdd203;
}
.__viewmore[color="2"] p {
  color: #fff;
}
.__viewmore[color="2"] p::after {
  background: #fff;
}
.__viewmore[color="2"].act .cir {
  transform: scale(1);
}
@media screen and (max-width: 1280px) {
  .__viewmore {
    width: 150px;
  }
  .__viewmore p {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .__viewmore {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  header .wrap {
    height: 60px;
  }
  header .wrap .logo a img {
    height: 32px;
  }
}
@media screen and (max-width: 500px) {
  header .wrap {
    height: 50px;
  }
  header .wrap .logo a img {
    height: 26px;
  }
}
@media screen and (max-width: 320px) {
  header .lab .menu {
    margin-left: 10px;
  }
}
br {
  display: inline !important;
}
.main {
  background-color: #fff;
}
.main .link {
  margin-top: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.main .link a {
  border: 2px solid #222 !important;
  color: #222;
  padding: 15px 25px;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 900;
  display: block;
  transition: 0.3s;
  background: linear-gradient(90deg, #ff7e47 0%, #ffe600 50%, #ff7e47 100%);
  text-align: center;
}
.main .link a::before {
  background-color: #fffa6d !important;
}
.main .link a:hover {
  background: #222;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .main .link {
    margin-top: 50px;
  }
}
.main .visual ._obj.n1 {
  top: -7%;
  left: calc(100% + 40px);
}
.main .visual ._obj.n2 {
  bottom: 25%;
  left: calc(100% + 60px);
  transform: translateY(60px);
}
.main .visual ._obj.n3 {
  bottom: -70px;
  right: calc(100% - 62px);
  transform: translateY(60px);
}
.main .s4 ._obj.n1 {
  top: 0;
  left: calc(100% - 120px);
}
.main .s4 ._obj.n2 {
  top: calc(100% - 30px);
  right: calc(100% - 60px);
}
.main ._obj {
  position: absolute;
  z-index: 0;
}
.main ._obj img {
  max-width: unset;
}
.main .intro {
  background-image: url(/asset/img_2026/main/intro_bg02.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main .intro .imgBx {
  text-align: center;
  width: 100%;
}
.main .intro .imgBx img {
  opacity: 0;
}
.main .intro .imgBx img:nth-child(1) {
  width: 27.8125vw;
  margin-bottom: 1.8229166667vw;
  min-width: 180px;
}
.main .intro .imgBx img:nth-child(2) {
  width: calc(100% - 4px);
}
.main .visual {
  transform: translateY(100vh);
  padding-top: 90px;
}
@media screen and (max-width: 820px) {
  .main .visual {
    padding-top: 72px;
  }
}
.main .visual .wrap {
  position: relative;
}
.main .visual .imgBx {
  text-align: center;
  width: 534px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.main .visual .imgBx .logoBx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .visual .imgBx .logoBx div {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.main .visual .imgBx .logoBx div img {
  filter: brightness(0);
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(100%);
}
.main .visual .imgBx .logoBx div:nth-child(1) {
  aspect-ratio: 534/179;
  margin-bottom: 1.8229166667vw;
}
.main .visual .imgBx .logoBx div:nth-child(2) {
  aspect-ratio: 1912/213;
  margin-bottom: 12px;
}
.main .visual .imgBx .logoBx div:nth-child(3) {
  aspect-ratio: 525/110;
}
.main .visual .videoBx {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin: 0 auto;
  position: relative;
}
.main .visual .videoBx video {
  width: 100%;
}
.main .visual .videoBx iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .s1 {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url("/asset/img_2026/main/s1_bg.png");
  background-size: cover;
  width: 100%;
  background-position: center bottom;
}
@media screen and (max-width: 1280px) {
  .main .s1 {
    padding: 80px 0;
    margin-top: 0;
  }
  .main .s1 ._obj {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .main .s1 {
    padding: 60px 0;
  }
}
.main .s1 .s1_start {
  margin-bottom: 150px;
  text-align: center;
}
.main .s1 .s1_start .s1_logo {
  width: 100%;
}
.main .s1 .s1_start .s1_logo img {
  width: 100%;
  max-width: 438px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .main .s1 .s1_start {
    width: 80%;
  }
}
.main .s1 .s1_start .s1_txt {
  margin-top: 50px;
}
.main .s1 .s1_start .s1_txt p {
  font-size: 24px;
  margin-top: 20px;
  line-height: 40px;
}
.main .s1 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  z-index: 1;
}
.main .s1 .wrap .tbx, .main .s1 .wrap .table {
  flex: 1;
  box-sizing: border-box;
}
.main .s1 .wrap .tbx > img {
  max-width: 400px;
  filter: brightness(0);
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .main .s1 .wrap .tbx > img {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .main .s1 .wrap .tbx > img {
    max-width: 120px;
  }
}
.main .s1 .wrap .tbx h4 {
  font-size: 34px;
  letter-spacing: -0.025em;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.4117647059em;
}
.main .s1 .wrap .tbx h1 {
  font-weight: 900;
  letter-spacing: -0.025em;
  font-size: 92px;
}
.main .s1 .wrap .tbx h1 p {
  font-family: "Pretendard";
  color: #000;
  margin-left: -0.0652173913em;
  letter-spacing: -0.025em;
  line-height: 0.8;
  margin-bottom: 0.0869565217em;
}
.main .s1 .wrap .tbx h1 img {
  width: 2.9673913043em;
  opacity: 0.8;
}
.main .s1 .wrap .tbx > p {
  font-size: 20px;
  letter-spacing: -0.045em;
  line-height: 30/20;
  font-weight: 500;
  padding-top: 2.5em;
}
.main .s1 .wrap .tbx .link {
  font-size: 18px;
  letter-spacing: -0.045em;
  margin-top: 5em;
}
.main .s1 .wrap .tbx .link a {
  font-weight: bold;
  color: #2467c7;
  width: 10em;
  height: 2.7777777778em;
  box-sizing: border-box;
  border: 1px solid #2467c7;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: color 0.4s;
}
.main .s1 .wrap .tbx .link a::before {
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  background: #2467c7;
  transition: width 0.4s;
  z-index: -1;
}
@media screen and (min-width: 821px) {
  .main .s1 .wrap .tbx .link a:hover {
    color: #fff;
  }
  .main .s1 .wrap .tbx .link a:hover::before {
    width: 100%;
  }
}
.main .s1 .wrap .tbx .s1_lft {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main .s1 .wrap .tbx .s1_lft img {
    width: 100%;
  }
}
.main .s1 .wrap .table {
  margin-left: 0;
  padding-left: 70px;
}
.main .s1 .wrap .table .td {
  display: flex;
  align-items: center;
  font-size: 22px;
}
.main .s1 .wrap .table .td strong {
  font-size: 1.5909090909em;
  letter-spacing: -0.025em;
  font-family: "Pretendard";
  line-height: 1.2;
}
.main .s1 .wrap .table .td h2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: bold;
  white-space: nowrap;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 3.2727272727em;
  height: auto;
  padding: 0;
  color: #000;
  background: none;
}
.main .s1 .wrap .table .td .r {
  line-height: 1.5;
  font-size: inherit;
  font-weight: bold;
  margin-left: 1.8181818182em;
}
.main .s1 .wrap .table .td ~ .td {
  margin-top: 1.5909090909em;
}
@media screen and (max-width: 1480px) {
  .main .s1 .wrap .tbx h4 {
    font-size: 28px;
  }
  .main .s1 .wrap .tbx h1 {
    font-size: 86px;
  }
}
@media screen and (max-width: 1280px) {
  .main .s1 .wrap .tbx h4 {
    font-size: 26px;
  }
  .main .s1 .wrap .tbx h1 {
    font-size: 80px;
  }
  .main .s1 .wrap .tbx > p {
    font-size: 18px;
  }
  .main .s1 .wrap .tbx .link {
    font-size: 20px;
  }
  .main .s1 .wrap .table {
    margin-left: 60px;
  }
  .main .s1 .wrap .table .td {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .main .s1 .wrap {
    display: block;
  }
  .main .s1 .wrap .tbx .link {
    font-size: 18px;
  }
  .main .s1 .wrap .table {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 820px) {
  .main .s1 .wrap .tbx h4 {
    font-size: 24px;
  }
  .main .s1 .wrap .tbx h1 {
    font-size: 52px;
  }
  .main .s1 .wrap .tbx > p {
    font-size: 16px;
    word-break: keep-all;
    max-width: 480px;
  }
  .main .s1 .wrap .tbx > p br {
    display: none;
  }
  .main .s1 .wrap .tbx .link {
    font-size: 16px;
    margin-top: 3em;
  }
  .main .s1 .wrap .table .td {
    font-size: 18px;
  }
  .main .s1 .wrap .table .td .r img {
    width: 110px;
  }
}
@media screen and (max-width: 480px) {
  .main .s1 .wrap .tbx h4 {
    font-size: 20px;
  }
  .main .s1 .wrap .tbx h1 {
    font-size: 38px;
  }
  .main .s1 .wrap .tbx .link {
    font-size: 14px;
  }
  .main .s1 .wrap .table .td {
    font-size: 16px;
  }
  .main .s1 .wrap .table .td .r img {
    width: 100px;
  }
}
.main .s2 {
  padding-top: 0;
  background: none;
  color: inherit;
  padding-bottom: 74px;
  overflow: hidden;
  padding-top: 40px;
}
.main .s2 .tbx {
  margin-bottom: 50px;
}
.main .s2 .tbx .tit dd {
  font-size: 80px;
  margin-top: 0;
  font-family: "Pretendard";
  text-align: center;
}
.main .s2 .tbx .tit dd div {
  display: inline-block;
}
.main .s2 .tbx .tit dd p {
  color: #17c200;
  position: relative;
  z-index: 2;
}
.main .s2 .tbx .tit dd .__dot {
  width: 1.2125em;
  height: 1.2125em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-20%, -50%);
}
.main .s2 .tbx .tit dd .__dot > * {
  background-color: #000;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.main .s2 .swiper {
  overflow: visible;
}
.main .s2 .swiper .swiper-slide {
  background-color: #efefef;
  mix-blend-mode: multiply;
  height: auto;
}
.main .s2 .swiper .swiper-slide a {
  display: block;
  position: relative;
  padding: 30px;
  padding-bottom: 50px;
  box-sizing: border-box;
  text-align: center;
}
.main .s2 .swiper .swiper-slide a .imgBx {
  aspect-ratio: 350/300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .s2 .swiper .swiper-slide a .txtBx {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.main .s2 .swiper .swiper-slide a .txtBx p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.025em;
}
.main .s2 .swiper .swiper-slide a .txtBx strong {
  font-family: "Pretendard";
  font-size: 35px;
  letter-spacing: -0.025em;
  line-height: 1.14285;
  text-transform: uppercase;
  margin-top: 0.2857142857em;
  margin-bottom: 0.4em;
}
.main .s2 .swiper .swiper-slide a .txtBx small {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.main .s2 .swiper .swiper-slide.n1 .txtBx strong {
  color: #f49801;
}
.main .s2 .swiper .swiper-slide.n2 .txtBx strong {
  color: #601986;
}
.main .s2 .swiper .swiper-slide.n3 .txtBx strong {
  color: #17c200;
}

/* ============================================
   S3 (COMMUNITY / NOTICE)
   ============================================ */
.main .s3 {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

/* 타이틀 줄: [타이틀+캐릭터 그룹] --------- [VIEW MORE 버튼] */
.main .s3 .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%; /* 부모(.wrap)의 align-items:center 때문에 shrink-to-fit 되어
                  타이틀+버튼이 가운데로 뭉치던 문제 방지 */
}
.main .s3 .tit .titleGroup {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.main .s3 .tit .up {
  font-size: 48px;
  letter-spacing: -0.025em;
  font-weight: 900;
  color: #151515;
  margin-top: 0.2173913043em;
  white-space: nowrap;
}
.main .s3 .tit .link {
  margin-top: 0;
  flex: 0 0 auto;
}

/* 커뮤니티 캐릭터 크기 (EXPERIENCE와 동일하게 확대) */
.main .s3 .charBx {
  position: relative;
  top: auto;
  width: 170px;
  margin: 0;
  flex: 0 0 auto;
  pointer-events: none;
}
.main .s3 .charBx img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 820px) {
  .main .s3 .charBx {
    width: 76px;
  }
}
@media screen and (max-width: 480px) {
  .main .s3 .charBx {
    width: 56px;
  }
}

/* 타이틀 글자 크기 반응형 축소 (COMMUNITY 텍스트가 캐릭터/버튼과 안 겹치도록) */
@media screen and (max-width: 1480px) {
  .main .s3 .tit .up {
    font-size: 46px;
  }
}
@media screen and (max-width: 1280px) {
  .main .s3 .tit .up {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .main .s3 .tit .up {
    font-size: 38px;
  }
}
@media screen and (max-width: 820px) {
  .main .s3 .tit .up {
    font-size: 34px;
  }
}
/* 좁은 화면: 타이틀+캐릭터 / 버튼을 줄바꿈하여 겹침 방지 (s4와 동일 패턴) */
@media screen and (max-width: 600px) {
  .main .s3 .tit {
    flex-wrap: wrap;
  }

  .main .s3 .tit .link {
    order: 3;
    width: fit-content;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .main .s3 .tit .up {
    font-size: 28px;
  }
}

@media screen and (max-width: 820px) {
  .main .s3 {
    padding: 100px 0 100px;
  }
}
.main .s3 .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.main .s3 .tbx {
  flex: 1;
  margin-right: 25px;
}
.main .s3 .tbx dl dt {
  font-size: 30px;
  letter-spacing: -0.025em;
  font-family: "Pretendard";
  font-weight: bold;
}
.main .s3 .tbx dl dd {
  transform: translateX(-0.0625em);
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.025em;
  margin-top: 0.3125em;
}
.main .s3 .tbx dl dd img {
  width: 6.65em;
  opacity: 0.8;
}
.main .s3 .tbx .link a {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.045em;
  color: #04533c;
  margin-top: 3.1818181818em;
  border-radius: 1000px;
  box-sizing: border-box;
  border: 2px solid #04533c;
  display: flex;
  width: 9.5454545455em;
  height: 2.6818181818em;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: color 0.4s;
}
.main .s3 .tbx .link a::before {
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  background: #04533c;
  transition: width 0.4s;
  z-index: -1;
}
@media screen and (min-width: 821px) {
  .main .s3 .tbx .link a:hover {
    color: #fff;
  }
  .main .s3 .tbx .link a:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 1480px) {
  .main .s3 .tbx dt {
    font-size: 28px;
  }
  .main .s3 .tbx dd {
    font-size: 46px;
  }
}
@media screen and (max-width: 1280px) {
  .main .s3 .tbx dt {
    font-size: 26px;
  }
  .main .s3 .tbx dd {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .main .s3 .tbx dd {
    font-size: 38px;
  }
}
@media screen and (max-width: 820px) {
  .main .s3 .tbx dt {
    font-size: 24px;
  }
  .main .s3 .tbx dd {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .main .s3 .tbx dt {
    font-size: 20px;
  }
  .main .s3 .tbx dd {
    font-size: 34px;
  }
}
.main .s3 .board {
  flex: 1;
  border-top: 2px solid #6d6d6d;
  border-bottom: 2px solid #6d6d6d;
  width: 100%;
}
.main .s3 .board li ~ li {
  border-top: 1px solid #c1c1c1;
}
.main .s3 .board li a {
  font-size: 18px;
  letter-spacing: -0.025em;
  font-weight: 600;
  padding: 1.9444444444em 0 2.2222222222em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  word-break: keep-all;
  transition: color 0.4s;
  padding-left: 10px;
}
.main .s3 .board li a .date {
  color: #a3a3a3;
  font-weight: 500;
  margin-left: 1.3888888889em;
  white-space: nowrap;
}
@media screen and (min-width: 821px) {
  .main .s3 .board li a:hover {
    color: #d4a2b7;
  }
}
@media screen and (max-width: 1024px) {
  .main .s3 .board {
    margin-top: 50px;
  }
}
@media screen and (max-width: 820px) {
  .main .s3 .board li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .main .s3 .board li a {
    font-size: 14px;
  }
}
.main .s3 .link {
  margin-top: 0;
}
.main .banner {
  font-weight: 900;
  letter-spacing: -0.045em;
  font-size: 40px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #3C3B8F 0%, #7B4590 20%, #C24A3D 38%, #F07A10 46%, #FF8B00 50%, #F07A10 54%, #E8512A 62%, #E83C63 72%, #B23291 88%, #92399D 100%);
  color: #fff;
  height: 80px;
  margin-top: 50px;
}
.main .banner .wbx {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  animation: scroll-left 10s linear infinite;
}
.main .banner .wave {
  font-size: inherit;
  font-family: "Pretendard";
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.main .banner .wave.line {
  color: #d4a2b7;
}
.main .banner .arr {
  flex: 0 0 auto;
  margin-left: 1em;
  margin-right: 0.8em;
}
.main .banner .arr img {
  vertical-align: initial;
  max-width: 38px;
}
@media screen and (max-width: 1480px) {
  .main .banner {
    font-size: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .main .banner {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .main .banner {
    font-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  .main .banner {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .main .banner {
    font-size: 18px;
    height: 60px;
  }
}
.main .banner02 {
  margin-top: 0;
  background: linear-gradient(90deg, #92399D 0%, #B23291 12%, #E83C63 28%, #E8512A 38%, #F07A10 46%, #FF8B00 50%, #F07A10 54%, #C24A3D 62%, #7B4590 80%, #3C3B8F 100%);
}
.main .banner02 .wbx {
  animation: scroll-left 10s linear infinite reverse;
}
.main .banner02 .wbx:first-child {
  margin-left: -300px;
}

/* ============================================
   S4 (SEOUL MUSIC CURATION / EXPERIENCE)
   ============================================ */
.main .s4 {
  padding: 150px 0 150px;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  width: 100%;
  /* 배경 이미지를 늘려서 쓰면 안의 오브젝트가 찌그러지므로,
     배경은 순수 CSS 그라데이션으로 처리하고
     오브젝트(텐트, 푸드트럭, 새, 별)는 개별 이미지로 따로 배치한다. */
  background:
    radial-gradient(ellipse 900px 700px at 100% 0%, rgba(219, 21, 150, 0.85) 0%, rgba(219, 21, 150, 0) 60%),
    linear-gradient(180deg, #3b3aa0 0%, #6b3a9c 45%, #7d3aa3 70%, #3b3aa0 100%);
}
@media screen and (max-width: 820px) {
  .main .s4 {
    padding: 120px 0 140px;
  }
}

.main .s4 .curationBlock {
  position: relative;
  overflow: hidden; /* 오브젝트가 가장자리에 걸쳐도 가로 스크롤 생기지 않도록 */
}
.main .s4 .curationBlock > .wrap {
  position: relative;
  z-index: 1;
}
.main .s4 .curationBlock + .curationBlock {
  margin-top: 120px;
}
@media screen and (max-width: 820px) {
  .main .s4 .curationBlock + .curationBlock {
    margin-top: 80px;
  }
}

/* ------- 배경 오브젝트(장식) ------- */
.main .s4 .s4Deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
}
.main .s4 .s4Deco img {
  display: block;
  width: 100%;
  height: auto;
}

/* CURATION 블록: 왼쪽 하단 텐트/포장마차 */
.main .s4 .deco-tent {
  left: -30px;
  bottom: -20px;
  width: 260px;
}
/* CURATION 블록: 오른쪽 상단 별 무리 */
.main .s4 .deco-stars {
  top: 0;
  right: 655px;
  width: 250px;
  opacity: 0.95;
}
/* EXPERIENCE 블록: 오른쪽 상단 푸드트럭 (가장자리에 살짝 걸치도록) */
.main .s4 .deco-truck {
  top: 132px;
  right: -17px;
  width: 300px; 
}
/* EXPERIENCE 블록: 오른쪽 하단 새 + 음표 */
.main .s4 .deco-bird {
  bottom: -0px;
  right: 60px;
  width: 180px;
}

@media screen and (max-width: 1280px) {
  .main .s4 .deco-tent {
    width: 260px;
  }
  .main .s4 .deco-truck {
    width: 240px;
  }
  .main .s4 .deco-stars,
  .main .s4 .deco-bird {
    width: 120px;
  }
}
@media screen and (max-width: 820px) {
  .main .s4 .deco-tent {
    width: 190px;
    left: -20px;
    bottom: -10px;
  }
  .main .s4 .deco-truck {
    width: 190px;
    top: -10px;
    right: -30px;
  }
  .main .s4 .deco-stars {
    width: 90px;
    top: 4px;
    right: 20px;
  }
  .main .s4 .deco-bird {
    width: 100px;
    right: 24px;
  }
}
@media screen and (max-width: 480px) {
  /* 좁은 화면에서는 카드/텍스트를 가리지 않도록 크기를 더 줄이고 흐리게 */
  .main .s4 .deco-tent,
  .main .s4 .deco-truck {
    width: 140px;
    opacity: 0.85;
  }
  .main .s4 .deco-stars,
  .main .s4 .deco-bird {
    width: 70px;
  }
}

/* 타이틀 줄: [타이틀+캐릭터 그룹] --------- [VIEW MORE 버튼] */
.main .s4 .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
}
.main .s4 .tit .titleGroup {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.main .s4 .tit .up {
  font-size: 48px;
  letter-spacing: -0.025em;
  font-weight: 900;
  color: #fff;
  margin-top: 0.2173913043em;
  white-space: nowrap;
}
.main .s4 .tit .link {
  margin-top: 0;
  flex: 0 0 auto;
}

/* 캐릭터: 타이틀 옆에 인라인 배치 (sticky 제거), 크기 확대 */
.main .s4 .charBx {
  position: relative;
  top: auto;
  width: 100px;
  margin: 0;
  flex: 0 0 auto;
  pointer-events: none;
}
.main .s4 .charBx img {
  width: 100%;
  display: block;
}
.main .s4 .charBx.char2 {
  top: auto;
}

@media screen and (max-width: 1480px) {
  .main .s4 .tit .up {
    font-size: 46px;
  }
}
@media screen and (max-width: 1280px) {
  .main .s4 .tit .up {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .main .s4 .tit .up {
    font-size: 38px;
  }
}
@media screen and (max-width: 820px) {
  .main .s4 .tit .up {
    font-size: 36px;
  }
  .main .s4 .charBx {
    width: 84px;
  }
}
@media screen and (max-width: 600px) {
  .main .s4 .tit {
    flex-wrap: wrap;
  }

  .main .s4 .tit .link {
    order: 3;
    width: fit-content;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .main .s4 .tit .up {
    font-size: 30px;
  }
  .main .s4 .charBx {
    width: 64px;
  }
}

/* 카드 리스트: 3개 고정 노출 */
.main .s4 .cardList {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 1320px;
  margin-top: 50px;
  list-style: none;
}
.main .s4 .cardList li {
  flex: 1 1 0;
  min-width: 0;
}
.main .s4 .cardList .card {
  display: block;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid transparent;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.main .s4 .cardList .imgBx {
  aspect-ratio: 1/1; /* 와이드 비율(16/10)에서도 잘림이 느껴진다는 피드백 반영 - 정사각형으로 변경 */
  overflow: hidden;
  background-color: #000;
}
.main .s4 .cardList .imgBx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}
.main .s4 .cardList .txtBx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 24px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.main .s4 .cardList .txtBx p {
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 6px;
}
.main .s4 .cardList .txtBx strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

/* 호버 시에만 빛나는 효과 */
@media screen and (min-width: 821px) {
  .main .s4 .cardList .card:hover {
    border-color: #ffd400;
    box-shadow: 0 0 40px rgba(255, 212, 0, 0.6);
  }
  .main .s4 .cardList .card:hover .imgBx img {
    transform: scale(1.05);
  }
}

.main .s4 .cad {
  max-width: 1320px;
  width: 95%;
  margin: 70px auto 0;
  text-align: center;
}
.main .s4 .cad p {
  font-size: 18px;
  letter-spacing: -0.045em;
  font-weight: bold;
  margin-bottom: 1.5555555556em;
  color: #b7b7e0; /* 시안과 동일한 연한 라벤더 톤 */
}
.main .s4 .cad .drag {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.28); /* 배경(보라)과 어울리는 연한 트랙 컬러 */
  border-radius: 1000px;
  position: relative;
}
.main .s4 .cad .drag span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /* 시안과 동일한 빨강 → 주황 → 노랑 그라데이션 */
  background: linear-gradient(90deg, #e13a3a 0%, #f2833c 45%, #f9d94a 100%);
  width: 100%;
  transition: width 0.35s ease; /* 카드 호버 시 게이지가 부드럽게 채워지도록 */
}

@media screen and (max-width: 1024px) {
  .main .s4 .cad {
    margin-top: 50px;
  }
  .main .s4 .cad p {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .main .s4 .cad {
    margin-top: 25px;
  }
  .main .s4 .cad p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .main .s4 .cad p {
    font-size: 14px;
  }
}

/* 모바일: 카드 리스트 가로 스크롤 전환 */
/* @media screen and (max-width: 820px) {
  .main .s4 .cardList {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-top: 30px;
  }
  .main .s4 .cardList li {
    flex: 0 0 78%;
    scroll-snap-align: center;
  }
  .main .s4 .cardList .txtBx strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .main .s4 .cardList li {
    flex: 0 0 85%;
  }
} */

/* ============================================
   S4 반응형 카드
   - 모바일에서도 3개 카드 모두 노출
   - 화면 폭에 맞춰 카드가 자동 축소
   ============================================ */

.main .s4 .cardList {
  display: flex;
  width: 100%;
  max-width: 1320px;
  gap: 24px;
  margin-top: 50px;
  padding: 0;
  box-sizing: border-box;
}

.main .s4 .cardList li {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
}

/* 이미지 비율 유지 */
.main .s4 .cardList .imgBx {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.main .s4 .cardList .imgBx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 태블릿 */
@media screen and (max-width: 1024px) {
  .main .s4 .cardList {
    gap: 16px;
    margin-top: 35px;
  }

  .main .s4 .cardList .txtBx {
    padding: 15px;
  }

  .main .s4 .cardList .txtBx p {
    font-size: 13px;
  }

  .main .s4 .cardList .txtBx strong {
    font-size: 18px;
  }
}

/* 모바일 */
@media screen and (max-width: 820px) {
  .main .s4 .cardList {
    width: 100%;
    gap: 10px;
    margin-top: 30px;

    /* 가로 스크롤 제거 */
    overflow: visible;

    /* 3장 모두 화면 안에 표시 */
    display: flex;
  }

  .main .s4 .cardList li {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
  }

  .main .s4 .cardList .card {
    width: 100%;
    border-width: 2px;
    border-radius: 10px;
  }

  .main .s4 .cardList .imgBx {
    aspect-ratio: 1 / 1;
  }

  .main .s4 .cardList .txtBx {
    padding: 10px 8px;
  }

  .main .s4 .cardList .txtBx p {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .main .s4 .cardList .txtBx strong {
    font-size: 13px;
    line-height: 1.25;
  }
}

/* 작은 모바일 */
@media screen and (max-width: 480px) {
  .main .s4 .cardList {
    gap: 6px;
    margin-top: 25px;
  }

  .main .s4 .cardList .card {
    border-width: 1px;
    border-radius: 7px;
  }

  .main .s4 .cardList .txtBx {
    padding: 7px 6px;
  }

  .main .s4 .cardList .txtBx p {
    font-size: 8px;
  }

  .main .s4 .cardList .txtBx strong {
    font-size: 10px;
  }
}


.main .s5 {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  background-image: url("/asset/img_2026/main/s5_bg.jpg");
  background-size: cover;
  background-position: center bottom;
}
.main .s5 .wrap .scroll-banner {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation: scroll-left 10s linear infinite;
}
.main .s5 .wrap .scroll-banner img {
  margin-top: 100px;
  flex-shrink: 0;
  width: 100%;
  max-width: 2111px;
  margin-right: 50px;
}
@media screen and (max-width: 1280px) {
  .main .s5 {
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .main .s5 {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .main .s5 {
    height: 150px;
  }
  .main .s5 img {
    margin-top: 50px !important;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 50px));
  }
}

@media screen and (max-width: 1600px) {
  .main ._obj img {
    width: 100%;
  }
  .main .visual ._obj.n1 {
    left: unset;
    right: 0;
    width: 120px;
  }
  .main .visual ._obj.n2 {
    display: none;
  }
  .main .visual ._obj.n3 {
    right: unset;
    bottom: unset;
    top: 20px;
    left: -5px;
    width: 200px;
  }
  .main .s4 ._obj.n1 {
    width: 300px;
    left: unset;
    right: -100px;
  }
  .main .s4 ._obj.n2 {
    width: 270px;
    right: unset;
    left: -40px;
  }
  .main .s4 ._obj.n1 img {
    opacity: 0.3;
  }
  .main .s4 ._obj.n2 img {
    opacity: 0.3;
  }
}
@media screen and (max-width: 1440px) {
  .main .s2 .swiper .swiper-slide a {
    padding-bottom: 40px;
  }
  .main .s2 .swiper .swiper-slide a .imgBx {
    aspect-ratio: 1.2;
  }
  .main .s2 .swiper .swiper-slide a .txtBx strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .main .visual .imgBx {
    width: max(41.71875vw, 180px);
  }
  .main .visual ._obj.n1 {
    width: max(9.375vw, 40px);
    opacity: 0.5;
  }
  .main .visual ._obj.n3 {
    width: max(15.625vw, 40px);
    opacity: 0.5;
  }
  .main .s1 .wrap .tbx h1 p.n2 {
    -webkit-text-stroke: 1px #000;
  }
  .main .s1 .wrap .table .td {
    font-size: 20px;
  }
  .main .s2 .tbx .tit dd {
    font-size: 60px;
  }
  .main .s2 .swiper {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .main .intro .imgBx img:nth-child(2) {
    width: calc(100% - 40px);
  }
  .main .s1 .wrap .table {
    padding-left: 0;
    margin-top: 50px;
  }
  .main .s2 .tbx .tit dd {
    font-size: 50px;
  }
}
@media screen and (max-width: 820px) {
  .main .s2 .swiper {
    width: 360px;
  }
  .main .s4 {
    padding: 100px 0;
  }
  .main .s4 ._obj.n1 {
    width: 200px;
    right: -40px;
    opacity: 0.5;
    top: -90px;
  }
  .main .s4 ._obj.n2 {
    width: 200px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 500px) {
  .main .visual .imgBx {
    margin-bottom: 40px;
  }
  .main .visual ._obj.n1 {
    opacity: 0.3;
  }
  .main .visual ._obj.n3 {
    opacity: 0.3;
    top: 10px;
  }
  .main .s4 ._obj.n1 {
    width: 90px;
    right: -20px;
    top: -120px;
    opacity: 0.3;
  }
  .main .s4 ._obj.n2 {
    width: 100px;
    opacity: 0.3;
    top: unset;
    bottom: -10px;
    left: 0;
  }
  .main .s1 .wrap .tbx > p {
    font-size: 14px;
  }
  .main .s1 .wrap .table .td {
    font-size: 15px;
  }
  .main .s2 .tbx {
    margin-bottom: 30px;
  }
  .main .s2 .tbx .tit dd {
    font-size: 34px;
  }
  .main .s2 .swiper {
    width: min(84vw, 360px);
  }
  .main .s2 .swiper .swiper-slide a {
    padding: 20px;
    padding-bottom: 40px;
  }
  .main .s2 .swiper .swiper-slide a .imgBx img {
    height: 70%;
  }
  .main .s2 .swiper .swiper-slide a .txtBx p {
    font-size: 16px;
  }
  .main .s2 .swiper .swiper-slide a .txtBx strong {
    font-size: 6.8vw;
    margin-bottom: 14px;
  }
  .main .s2 .swiper .swiper-slide a .txtBx small {
    line-height: 1.4;
    font-size: 14px;
    max-width: 180px;
  }
}
@media screen and (max-width: 320px) {
  .main .s1 .wrap .table .td {
    font-size: 14px;
  }
}
._sub_visual {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}
._sub_visual .wrap {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
._sub_visual .tit {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
._sub_visual .tit h4 {
  font-size: 24px;
  font-family: "Pretendard";
  font-weight: 600;
  letter-spacing: -0.025em;
  opacity: 0.46;
  transform: translateY(50px);
  opacity: 0;
  text-shadow: 0px 2px 10px #555;
}
._sub_visual .tit dd {
  font-size: 34px;
  letter-spacing: -0.025em;
  margin-top: 30px;
}
._sub_visual .tit dd h1 {
  transform: translateY(50px);
  opacity: 0;
  width: 14.2352941176em;
  display: flex;
  justify-content: center;
  align-items: center;
}
._sub_visual .tit dd p {
  font-family: "Pretendard";
  font-weight: bold;
  transform: translateY(50px);
  opacity: 0;
  text-transform: uppercase;
  font-size: 1.9117647059em;
  text-shadow: 0px 2px 10px #555;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1280px) {
  ._sub_visual .tit h4 {
    font-size: 26px;
  }
  ._sub_visual .tit dd {
    font-size: 28px;
  }
}
@media screen and (max-width: 820px) {
  ._sub_visual {
    height: 400px;
  }
  ._sub_visual .tit h4 {
    font-size: 3.1707317073vw;
  }
  ._sub_visual .tit dd {
    font-size: 3.4146341463vw;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  ._sub_visual {
    height: 200px;
  }
  ._sub_visual .tit h4 {
    font-size: 4.7272727273vw;
  }
  ._sub_visual .tit dd {
    font-size: 5.0909090909vw;
  }
  ._sub_visual .tit dd p {
    font-size: 1.7647058824em;
  }
}

._sub._landing {
  width: 100%;
}
._sub._landing .wrap .imgBx {
  width: 100%;
  height: 600px;
  display: block;
  margin: 0 auto 150px;
  background-image: url("/asset/img_2026/sub/landing_2025.jpg");
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
._sub._landing .wrap .imgBx img {
  width: 100%;
  max-width: 390px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  ._sub._landing .wrap .imgBx {
    width: 92%;
  }
}

._tabBx {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: left;
  font-family: "Pretendard";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
._tabBx.mb {
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  ._tabBx {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  ._tabBx {
    margin-top: 40px;
  }
  ._tabBx.mb {
    margin-bottom: 60px;
    flex-direction: column;
    gap: 2px;
  }
  ._tabBx.mb a {
    width: 100%;
  }
  ._tabBx::before {
    display: none;
  }
}
._tabBx a {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #e1e1e1;
  transition: all 0.2s;
  padding-top: 0.2em;
}
._tabBx a.on {
  color: #151515;
  position: relative;
}
@media screen and (min-width: 821px) {
  ._tabBx a:hover {
    color: #333333;
  }
}
._tabBx a small {
  font-size: 0.55em;
  margin-left: 0.7272em;
}
._tabBx a:not(:first-child) {
  margin-left: 1em;
}
@media screen and (max-width: 1280px) {
  ._tabBx a {
    font-size: 32px;
  }
}
@media screen and (max-width: 820px) {
  ._tabBx a {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  ._tabBx a {
    font-size: 18px;
    display: block;
    padding-top: 0;
    padding: 0.6em 0.1em;
    border: 1px solid #e1e1e1;
    text-align: center;
    background-color: #fff;
  }
  ._tabBx a.on {
    background-image: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    color: #fff !important;
    background: -webkit-linear-gradient(-38deg, #ca179c 0% 20%, #4042ae 80%);
  }
  ._tabBx a.on::before {
    display: none;
  }
  ._tabBx a:not(:first-child) {
    margin-left: 0;
    margin-top: 6px;
  }
}

._lineup ._tabBx a {
  font-size: 40px;
}

._lineup ._tabBx small {
  font-size: 0.55em;
}

@media screen and (max-width: 1280px) {
  ._lineup ._tabBx a {
    font-size: 36px;
  }
}
@media screen and (max-width: 820px) {
  ._lineup ._tabBx a {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  ._lineup ._tabBx a {
    font-size: 18px;
  }
}
/* 커뮤니티,갤러리 탭버튼 */
.__tp {
  text-align: center;
  margin: 0 auto;
  max-width: 740px;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 40px;
}
.__tp.mb {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .__tp {
    margin-top: 40px;
  }
  .__tp.mb {
    margin-bottom: 60px;
  }
}
.__tp .bx {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.__tp ul {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 22px;
  border-radius: 1000px;
}
.__tp ul li {
  display: inline-block;
  position: relative;
  z-index: 3;
  flex: 1;
}
.__tp a {
  color: #e1e1e1;
  font-weight: 500;
  transition: color 0.3s;
  cursor: pointer;
}
.__tp ul li.on a {
  color: #151515;
}
@media screen and (max-width: 600px) {
  .__tp ul li.on a {
    color: #fff;
  }
}

._comm .__tp ul {
  border-color: #f9d235;
}
._comm .__tp .bef {
  background: #f9d235;
}

._gallery .__tp ul {
  border-color: #50b90a;
}
._gallery .__tp .bef {
  background: #50b90a;
  width: 25%;
}

@media screen and (max-width: 820px) {
  .__tp {
    border-radius: 0;
    max-width: 500px;
  }
  .__tp .bef {
    display: none;
  }
  .__tp ul {
    flex-direction: column;
    border: none;
    border-radius: 0;
    font-size: 18px;
  }
  .__tp ul li {
    border: 1px solid #e1e1e1;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.5em;
    padding: 0;
  }
  .__tp ul li:last-child {
    margin-bottom: 0;
  }
  .__tp a {
    display: block;
    padding: 0.6em 0.1em;
    box-sizing: border-box;
    color: #e1e1e1;
  }
  .__tp li.on {
    background-image: linear-gradient(-38deg, #ca179c 0% 20%, #4042ae 80%);
  }
}
@media screen and (max-width: 820px) {
  ._sub._about.index .contents {
    padding-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  ._sub._about.index .contents {
    padding-top: 0;
  }
}
._sub._about.index .contents .s1 {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  overflow: hidden;
  background-image: url("/asset/img_2026/sub/about/index_bg.png");
  background-size: cover;
}
._sub._about.index .contents .s1 .imgBx {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 400px;
}
._sub._about.index .contents .s1 .txtBx {
  position: relative;
  color: #fff;
}
._sub._about.index .contents .s1 .txtBx strong {
  display: block;
  font-weight: 600;
  font-size: 60px;
  letter-spacing: -0.025em;
  margin-bottom: 0.5217391304em;
  overflow: hidden;
  padding-top: 0.1em;
}
._sub._about.index .contents .s1 .txtBx strong br {
  display: none;
}
._sub._about.index .contents .s1 .txtBx > p {
  font-size: 26px;
  letter-spacing: -0.025em;
  line-height: 1.53846;
  font-weight: 500;
}
._sub._about.index .contents .s1 .txtBx > p em {
  display: inline-block;
  background-image: linear-gradient(to right, #FF8C00, #FFF36E);
  color: #fff;
  font-weight: 700;
  padding: 0 0.3em;
}
._sub._about.index .contents .s1 .txtBx p.n2 {
  margin-top: 0.8em;
}
._sub._about.index .contents .s1 .txtBx p.n3 {
  margin-top: 0.8em;
}
._sub._about.index .contents .s1 .obj {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
._sub._about.index .contents .s1 .obj img:not(:first-child) {
  position: absolute;
}
._sub._about.index .contents .s1 .obj img {
  animation: scale infinite 3s ease-in-out;
}
._sub._about.index .contents .s1 .obj img:nth-child(2) {
  animation-delay: 0.2s;
}
._sub._about.index .contents .s1 .obj img:nth-child(3) {
  animation-delay: 0.4s;
}
._sub._about.index .contents .s1 .obj img:nth-child(4) {
  animation-delay: 0.6s;
}
._sub._about.index .contents .s1 .obj img:nth-child(5) {
  animation-delay: 0.8s;
}
._sub._about.index .contents .s1 .obj img:nth-child(6) {
  animation-delay: 1s;
}
._sub._about.index .contents .s1 .obj img:nth-child(7) {
  animation-delay: 1.2s;
}
._sub._about.index .contents .s1 .obj.n1 {
  bottom: 361px;
  left: -332px;
}

/* 0908 - 오브제 위치 재배치 */

._sub._about.index .contents .s1 .obj.n1 img:nth-child(1) {
    position: relative;
    top: -156px;
    left: 152px;
}
._sub._about.index .contents .s1 .obj.n1 img:nth-child(2) {
  top: 320px;
  left: 40px;
}

/* n2 그룹: obj02_01(포장마차) 오른쪽 상단 / obj02_02(별) 오른쪽 하단 */
._sub._about.index .contents .s1 .obj.n2 {
  top: 60px;
  bottom: auto;
  right: -291px;
}
._sub._about.index .contents .s1 .obj.n2 img:nth-child(1) {
  position: relative;
  top: 0;
  right: 0;
}
._sub._about.index .contents .s1 .obj.n2 img:nth-child(2) {
  top: 428px;
  right: 174px;
}
/*끝*/

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
._sub._about.index .contents .s2 {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
  overflow: hidden;
  background-image: url(/asset/img_2026/sub/about/index_bg2.png);
  background-size: cover;
}
._sub._about.index .contents .s2 .wrap {
  display: flex;
  align-items: flex-start;
  padding: 50px 0;
}
._sub._about.index .contents .s2 .wrap > div {
  width: 50%;
}
._sub._about.index .contents .s2 .wrap .imgBx {
  text-align: left;
}
._sub._about.index .contents .s2 .wrap .txtBx {
  padding-top: 22px;
  padding-left: 44px;
  box-sizing: border-box;
}
._sub._about.index .contents .s2 .wrap .txtBx .top {
  margin-bottom: 50px;
}
._sub._about.index .contents .s2 .wrap .txtBx .top > img {
  filter: brightness(0);
}
@media screen and (max-width: 500px) {
  ._sub._about.index .contents .s2 .wrap .txtBx .top > img {
    max-width: 120px;
  }
}
._sub._about.index .contents .s2 .wrap .txtBx .top small {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}
._sub._about.index .contents .s2 .wrap .txtBx .top p {
  font-weight: 800;
  font-size: 65px;
  color: #43b133;
  font-family: "Pretendard";
  letter-spacing: -0.025em;
}
._sub._about.index .contents .s2 .wrap .txtBx ul li {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  margin-bottom: 35px;
  position: relative;
}
/* 0908 - 프로그램 항목만 상단 정렬 + 줄간격 넓히기 */
._sub._about.index .contents .s2 .wrap .txtBx ul li:last-child {
  align-items: flex-start;
}
._sub._about.index .contents .s2 .wrap .txtBx ul li:last-child > p {
  line-height: 1.8;
}
._sub._about.index .contents .s2 .wrap .txtBx ul li strong {
  font-size: 30px;
  letter-spacing: -0.025em;
  font-family: "Pretendard";
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  ._sub._about.index .contents .s2 .wrap .txtBx ul li strong {
    font-size: 18px;
  }
}
._sub._about.index .contents .s2 .wrap .txtBx ul li:last-child {
  margin-bottom: 0;
}
._sub._about.index .contents .s2 .wrap .txtBx ul li em {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 80px;
  height: 26px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 65px;
  letter-spacing: -0.045em;
  box-sizing: border-box;
}
._sub._about.index .contents .s2 .wrap .txtBx ul li.time em,
._sub._about.index .contents .s2 .wrap .txtBx ul li:last-child em {
  align-self: flex-start;
  margin-top: 0.3em;
}

._sub._about.index .contents .s2 .wrap .txtBx ul li > p {
  font-size: 22px;
  letter-spacing: -0.025em;
  font-weight: 500;
}
/* 0908 시간 항목 추가 */
._sub._about.index .contents .s2 .wrap .txtBx ul li.time {
  align-items: flex-start;
}
._sub._about.index .contents .s2 .wrap .txtBx ul li.time .timeList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._sub._about.index .contents .s2 .wrap .txtBx ul li.time .timeList p {
  display: flex;
  align-items: center;
  font-size: 22px;
  letter-spacing: -0.025em;
  font-weight: 500;
}
._sub._about.index .contents .s2 .wrap .txtBx ul li.time .timeList .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #151515;
  color: #fff;
  border-radius: 100px;
  font-size: 0.7em;
  font-weight: 700;
  padding: 0.4em 1em;
  margin-right: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  ._sub._about.index .contents .s2 .wrap .txtBx ul li.time .timeList p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1600px) {
  ._sub._about.index .contents .s1 .imgBx img {
    width: max(34vw, 200px);
  }
}
@media screen and (max-width: 1440px) {
  ._sub._about.index .contents .s1 .txtBx strong {
    font-size: max(4.7916666667vw, 44px);
  }
  ._sub._about.index .contents .s1 .txtBx > p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  ._sub._about.index .contents .s1 .obj.n1 {
    width: 31.25vw;
    filter: opacity(0.3);
    left: -13vw;
  }
  ._sub._about.index .contents .s1 .obj.n2 {
    width: 46.875vw;
    filter: opacity(0.3);
    right: -5vw;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx {
    padding-left: 10px;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx .top p {
    font-size: 50px;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx ul li em {
    margin-right: 30px;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx ul li img {
    left: 112px;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  ._sub._about.index .contents .s2 .wrap {
    flex-direction: column;
  }
  ._sub._about.index .contents .s2 .wrap > div {
    width: 100%;
  }
  ._sub._about.index .contents .s2 .wrap .imgBx {
    padding: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 820px) {
  ._sub._about.index .contents .s1 .imgBx {
    margin-top: 120px;
  }
  ._sub._about.index .contents .s1 .txtBx strong {
    font-size: max(5.3658536585vw, 20px);
  }
  ._sub._about.index .contents .s1 .txtBx > p {
    max-width: 500px;
    margin: 0 auto;
    font-size: 20px;
  }
  ._sub._about.index .contents .s1 .txtBx p.n1 {
    margin: 30px auto;
  }
  ._sub._about.index .contents .s1 .txtBx > p br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  ._sub._about.index .contents .s1 {
    padding-bottom: 100px;
  }
  ._sub._about.index .contents .s1 .imgBx {
    margin-top: 80px;
  }
  ._sub._about.index .contents .s1 .txtBx strong {
    font-size: 28px;
    line-height: 1.4;
  }
  ._sub._about.index .contents .s1 .txtBx strong br {
    display: block;
  }
  ._sub._about.index .contents .s1 .txtBx > p {
    font-size: 14px;
  }
  ._sub._about.index .contents .s1 .obj.n1 {
    bottom: 150px;
  }
  ._sub._about.index .contents .s1 .obj.n2 {
    bottom: -60px;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx {
    padding-left: 0px;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx .top {
    margin-bottom: 30px;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx .top p {
    font-size: 36px;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx ul li {
    margin-bottom: 24px;
    align-items: flex-start;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx ul li em {
    margin-right: 10px;
    min-width: 70px;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx ul li p {
    font-size: 14px;
    line-height: 1.4;
  }
  ._sub._about.index .contents .s2 .wrap .txtBx ul li > p {
    padding-top: 4px;
  }
}
._sub.sitemap .imgBx img {
  width: 100%;
}

._sub.location {
  font-size: 20px;
  letter-spacing: -0.025em;
}
._sub.location .secMap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 11em;
}
._sub.location .secMap .mapWrap {
  position: relative;
  width: 100%;
}
._sub.location .secMap .mapWrap #map {
  width: 100%;
  height: 24.5em;
  position: relative;
}
._sub.location .secMap .mapWrap #map .root_daum_roughmap_landing {
  width: 100%;
  height: 100%;
}
._sub.location .secMap .mapWrap #map .root_daum_roughmap .wrap_map {
  height: 100%;
}

._sub.location .secMap .mapWrap #map .root_daum_roughmap_landing .border3, ._sub.location .secMap .mapWrap #map .root_daum_roughmap_landing .border4, ._sub.location .secMap .mapWrap #map .root_daum_roughmap .border1 {
  z-index: -1;
}
._sub.location .secMap .mapWrap .circl {
  position: absolute;
  left: 0em;
  bottom: 0em;
  z-index: 1;
}
._sub.location .secMap .mapWrap .circl::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
._sub.location .secMap .mapWrap .circl li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
._sub.location .secMap .mapWrap .circl li:not(:nth-of-type(3)) {
  border: 1px solid transparent;
}
._sub.location .secMap .mapWrap .circl li:not(:nth-of-type(3))::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  padding: 1px;
  background: linear-gradient(135deg, #5b2c8f 0%, #d43d7c 50%, #f7931e 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}
._sub.location .secMap .mapWrap .circl li:nth-of-type(1) {
  width: 14em;
  height: 14em;
  opacity: 0.1;
}
._sub.location .secMap .mapWrap .circl li:nth-of-type(2) {
  width: 12.75em;
  height: 12.75em;
  opacity: 0.5;
}
._sub.location .secMap .mapWrap .circl li:nth-of-type(3) {
  width: 11.5em;
  height: 11.5em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #5b2c8f 0%, #d43d7c 50%, #f7931e 100%);
  border-radius: 100%;
}
._sub.location .secMap .mapWrap .circl li:nth-of-type(3) span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #fff;
  margin-bottom: 0.5em;
}
._sub.location .secMap .mapWrap .circl li:nth-of-type(3) p {
  color: #fff;
  line-height: 1.5;
  font-size: max(12px, 1em);
}
._sub.location .pblcTrnsp {
  position: relative;
}
._sub.location .pblcTrnsp::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
._sub.location .pblcTrnsp .wrap {
  padding: 3.5em 0 6.75em;
}
._sub.location .pblcTrnsp .wrap .title {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
}
._sub.location .pblcTrnsp .wrap > ul {
  margin-top: 3em;
}
._sub.location .pblcTrnsp .wrap > ul > li {
  display: flex;
  align-items: center;
  gap: 2.25em;
}
._sub.location .pblcTrnsp .wrap > ul > li .type {
  min-width: 7.5em;
  padding: 1.75em 0 1.25em;
  border: 1px solid rgba(0, 0, 0, 0.2196078431);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._sub.location .pblcTrnsp .wrap > ul > li .type img {
  margin-bottom: 1.25em;
}
._sub.location .pblcTrnsp .wrap > ul > li .type span {
  font-weight: 500;
  letter-spacing: 0;
  color: #424242;
  font-size: max(14px, 1em);
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 2.25em;
  font-size: max(14px, 1em);
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li {
  display: flex;
  align-items: center;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li > span {
  font-weight: 600;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li b {
  border-radius: 3em;
  margin-right: 1em;
  font-size: 0.8em;
  font-weight: 500;
  width: 4.6em;
  padding: 0.3em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li p {
  font-weight: 400;
  line-height: 1.6;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li p span {
  font-weight: bold;
}

/* 0908 - 1호선/4호선 배지 상단 정렬 */
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way1,
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way2 {
  align-items: flex-start;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way1 b,
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way2 b {
  margin-top: 0.2em;
}
/* 0908 - 1호선/4호선 배지 상단 정렬// */
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way1 b {
  background: #273f94;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way1 p span {
  color: #273f94;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way2 b {
  background: #219de1;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way2 p span {
  color: #219de1;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way3 b {
  background: #cfa52c;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way3 p span {
  color: #cfa52c;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way4 b {
  background: #2d3192;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.way5 b {
  background: #25b573;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li + li {
  margin-top: 1.25em;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.small {
  margin-top: 10px;
  margin-bottom: 5px;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.small p {
  font-weight: 400;
  font-size: max(14px, 1em);
  line-height: 1.6;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.small b.busMain {
  background: #0068b7;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.small b.busBranch {
  background: #53b332;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_new li.small li.small:last-child {
  margin-bottom: 0;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  font-size: max(14px, 1em);
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(50% - 20px);
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li > span {
  font-weight: 600;
}
/* 0908 지도 */
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li .map {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}
/* 0908 - 지도 내부 콘텐츠 가운데 정렬 */
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li .map {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li .map > div {
  margin: 0 auto;
}
/* 0908 - 지도 내부 콘텐츠 가운데 정렬 // */
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li .map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li b {
  border-radius: 3em;
  margin-right: 1em;
  font-size: 0.8em;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li p {
  font-weight: 500;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li p span {
  font-weight: bold;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way1 {
  width: 100% !important;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way1 b {
  background: #273f94;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way1 p span {
  color: #273f94;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way1 b:nth-child(4) {
  background: #219de1;
  margin-left: 50px;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way2 {
  margin-top: 0;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way2 b {
  background: #219de1;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way2 p span {
  color: #219de1;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way3 b {
  background: #cfa52c;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way3 p span {
  color: #cfa52c;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way4 b {
  background: #25b573;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way5 b {
  background: #25b573;
}
._sub.location .pblcTrnsp .wrap > ul > li .desc_park li + li {
  margin-top: 1.25em;
}
._sub.location .pblcTrnsp .wrap > ul > li + li {
  margin-top: 2.5em;
}
._sub.location .pblcTrnsp .wrap .btmText {
  display: flex;
  align-items: center;
  margin-top: 4em;
}
._sub.location .pblcTrnsp .wrap .btmText span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #153a83;
  width: 1.4em;
  height: 1.4em;
  color: #153a83;
  background: #fff;
  margin-right: 0.75em;
}
._sub.location .pblcTrnsp .wrap .btmText p {
  font-weight: 500;
  letter-spacing: 0;
  color: #6b6b6b;
  font-size: max(14px, 1em);
  line-height: 1.3;
}
@media screen and (max-width: 1600px) {
  ._sub.location {
    font-size: 13px;
  }
  ._sub.location .wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1280px) {
  ._sub.location {
    font-size: 10px;
  }
  ._sub.location .wrap {
    width: 80%;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li {
    flex-direction: column;
    align-items: center;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .type {
    padding: 1em 0;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .type img {
    scale: 0.7;
    margin-bottom: 1em;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_new li {
    align-items: flex-start;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_new li p {
    line-height: 1.5;
    word-break: keep-all;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_park {
    flex-direction: column;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_park li {
    width: 100%;
    align-items: center;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_park li p {
    line-height: 1.5;
    word-break: keep-all;
    width: calc(100% - 220px - 1em);
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_park li b {
    min-width: 180px;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way1 b:nth-child(4) {
    margin-left: 0;
    margin-top: 20px;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_park li.way1 p:nth-child(5) {
    margin-top: 20px;
  }
  ._sub.location .secMap .mapWrap .circl li:nth-of-type(1) {
    width: 19em;
    height: 19em;
    opacity: 0.1;
  }
  ._sub.location .secMap .mapWrap .circl li:nth-of-type(2) {
    width: 17.75em;
    height: 17.75em;
    opacity: 0.5;
  }
  ._sub.location .secMap .mapWrap .circl li:nth-of-type(3) {
    width: 16.5em;
    height: 16.5em;
  }
}
@media screen and (max-width: 820px) {
  ._sub.location .wrap {
    width: 70%;
  }
  ._sub.location .pblcTrnsp .wrap .title {
    text-align: center;
    white-space: nowrap;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .type {
    margin-bottom: 3em;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_new {
    margin-left: 0;
    align-self: flex-start;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_new li b {
    white-space: nowrap;
    min-width: 4.6em;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_park {
    margin-left: 0;
    align-self: flex-start;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc_park li b {
    white-space: nowrap;
  }
}
@media screen and (min-width: 500px) {
  ._sub.location .pblcTrnsp .wrap .btmText p .br-none {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  ._sub.location {
    font-size: 9px;
  }
  ._sub.location .wrap {
    width: 95%;
  }
  ._sub.location .secMap .mapWrap .circl {
    left: 50%;
    top: 100%;
    bottom: auto;
    transform: translateX(-50%);
  }
  ._sub.location .pblcTrnsp .wrap .btmText {
    margin-top: 1em;
  }
  ._sub.location .pblcTrnsp .wrap .btmText p .br-none {
    display: block;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .type {
    width: 9.5em;
    padding: 1em;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc {
    align-self: center;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc li {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  ._sub.location .pblcTrnsp .wrap > ul > li .desc li b {
    margin-right: 0;
  }
}

._sub.schedule {
  padding-bottom: 140px;
}
@media screen and (max-width: 820px) {
  ._sub.schedule {
    padding-bottom: 100px;
  }
}
._sub.schedule .imgBx {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
._sub.schedule .imgBx img {
  min-width: 800px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  ._sub.schedule .imgBx {
    overflow: scroll;
  }
}
._sub.schedule .drag {
  margin-bottom: 140px;
  font-size: 16px;
  letter-spacing: -0.025em;
  background-color: #4a4a4a;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  display: none;
}
._sub.schedule .drag i {
  margin-left: 0.5em;
}
@media screen and (max-width: 820px) {
  ._sub.schedule .drag {
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
  }
}

._sub._program {
  padding-bottom: 60px;
  overflow: hidden;
}
._sub._program .wrap {
  text-align: center;
}
._sub._program .wrap .tit {
  margin-bottom: 50px;
}
._sub._program .wrap .tit h3 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
}
._sub._program .wrap .tit h3 .purple {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  ._sub._program .wrap .tit h3 img {
    max-width: unset;
    width: 170vw;
  }
}
._sub._program .wrap .tit small {
  display: block;
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 30px;
  color: #333333;
  font-weight: 700;
}
._sub._program .wrap .tit small br {
  display: none;
}
._sub._program .wrap .tit b {
  font-size: 22px;
  letter-spacing: -0.025em;
  font-family: "Pretendard";
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  ._sub._program .wrap .tit b {
    font-size: 18px;
  }
}
._sub._program .wrap .tit p {
  font-size: 30px;
  color: #e182b3;
  font-weight: 800;
}
._sub._program .wrap .tit em {
  display: block;
  font-family: "Pretendard";
  line-height: 1.3;
  color: red;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-top: 1em;
}
._sub._program .wrap .tit em a {
  display: block;
  margin-top: 0.3em;
  color: #666;
}
._sub._program .wrap .tit .subTit {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #666;
  letter-spacing: -0.025em;
  padding: 1em;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 1.3;
  border-radius: 10px;
  font-family: "Pretendard";
  margin: 0.5em 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
._sub._program .wrap .tit .subTit br {
  display: none;
}
@media screen and (max-width: 820px) {
  ._sub._program .wrap .tit .subTit {
    font-size: 18px;
  }
  ._sub._program .wrap .tit .subTit br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  ._sub._program .wrap .tit .subTit {
    font-size: 14px;
  }
}
._sub._program .wrap .col .day {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
  background-color: #601986;
  border-radius: 100px;
  margin-bottom: 38px;
}
._sub._program .wrap .col .day span {
  color: #fff;
}
._sub._program .wrap .col .day em {
  color: #fff;
  margin-left: 0.8em;
}
._sub._program .wrap .col .day.orange {
  background-color: #FF9900;
}
._sub._program .wrap .col .day.green {
  background-color: #04A821;
}
._sub._program .wrap .col .concept {
  letter-spacing: -0.025em;
  font-weight: 800;
  line-height: 1.3;
  font-size: 24px;
  color: #333;
  margin-bottom: 2em;
}
._sub._program .wrap .col .concept p {
  margin-bottom: 0.2em;
  position: relative;
  padding: 0 0.3em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
._sub._program .wrap .col .concept p span {
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -5%;
  background-color: rgba(28, 235, 0, 0.2784313725);
}
@media screen and (max-width: 820px) {
  ._sub._program .wrap .col .concept p {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  ._sub._program .wrap .col .concept p {
    font-size: 17px;
  }
}
._sub._program .wrap .col .concept small {
  display: block;
  color: #666;
  font-size: 0.75em;
  font-family: "Pretendard";
  font-weight: 600;
}
._sub._program .wrap .col .boxArea > small {
  color: #000;
  padding: 0 0.1em;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.025em;
  border-bottom: 2px solid #000;
  margin-bottom: 36px;
}
._sub._program .wrap .col .boxArea .itemBx {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 86px;
  width: calc(100% + 78px);
  margin-left: -39px;
}
._sub._program .wrap .col .boxArea .itemBx:last-child {
  margin-bottom: 100px;
}
._sub._program .wrap .col .boxArea .itemBx .item_open {
  width: 600px !important;
}
._sub._program .wrap .col .boxArea .itemBx .item {
  padding: 0 39px;
  width: 410px;
  box-sizing: border-box;
}
._sub._program .wrap .col .boxArea .itemBx .item .imgBx {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 410/337;
  position: relative;
  background-color: #b7b7b7;
}
._sub._program .wrap .col .boxArea .itemBx .item .imgBx img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
._sub._program .wrap .col .boxArea .itemBx .item p {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0.75em;
}

._sub._program.island .wrap .col .boxArea .itemBx {
  flex-wrap: wrap;
}
@media screen and (max-width: 1212px) {
  ._sub._program.island .wrap .col .boxArea .itemBx .item:nth-child(3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  ._sub._program.island .wrap .col .boxArea .itemBx .item:nth-child(3) {
    margin-top: 40px;
  }
}
._sub._program.island .wrap .col .day {
  background-color: #2ba6e5;
}

._sub._program.talk .wrap .tit .imgBx {
  margin-top: 40px;
}
._sub._program.talk .wrap .tit .imgBx img {
  border-radius: 20px;
}
._sub._program.talk .wrap .tit .imgBx p {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0.75em;
}
._sub._program.talk .wrap .col .day {
  background-color: #601986;
}

@media screen and (max-width: 1024px) {
  ._sub._program .wrap .tit h3 {
    font-size: 40px;
  }
  ._sub._program .wrap .tit small {
    font-size: 26px;
  }
  ._sub._program .wrap .tit p {
    font-size: 26px;
  }
  ._sub._program .wrap .col .boxArea .itemBx {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  ._sub._program .wrap .col .boxArea .itemBx .item {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 820px) {
  ._sub._program .wrap .tit h3 {
    font-size: 34px;
  }
  ._sub._program .wrap .tit small {
    font-size: 22px;
    line-height: 1.4;
  }
  ._sub._program .wrap .tit small br {
    display: block;
  }
  ._sub._program .wrap .col .day {
    width: auto;
    height: auto;
    padding: 10px 40px;
    font-size: 22px;
  }
  ._sub._program .wrap .col .boxArea > small {
    font-size: 22px;
  }
  ._sub._program .wrap .col .boxArea .itemBx {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  ._sub._program .wrap .col .boxArea .itemBx .item {
    width: 50%;
    padding: 0 10px;
  }
  ._sub._program .wrap .col .boxArea .itemBx .item p {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  ._sub._program .wrap .tit h3 {
    font-size: 28px;
  }
  ._sub._program .wrap .tit small {
    font-size: 18px;
  }
  ._sub._program .wrap .tit p {
    font-size: 18px;
  }
  ._sub._program .wrap .col .boxArea > small {
    margin-bottom: 24px;
  }
  ._sub._program .wrap .col .boxArea .itemBx {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  ._sub._program .wrap .col .boxArea .itemBx:last-child {
    margin-bottom: 40px;
  }
  ._sub._program .wrap .col .boxArea .itemBx .item_open {
    width: 100% !important;
  }
  ._sub._program .wrap .col .boxArea .itemBx .item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  ._sub._program .wrap .col .boxArea .itemBx .item .imgBx {
    border-radius: 10px;
  }
}
@media screen and (max-width: 320px) {
  ._sub._program .wrap .tit h3 {
    font-size: 20px;
  }
  ._sub._program .wrap .tit small {
    font-size: 16px;
  }
  ._sub._program .wrap .tit p {
    font-size: 16px;
  }
}
._sub.etc {
  padding-bottom: 180px;
}
@media screen and (max-width: 820px) {
  ._sub.etc {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  ._sub.etc {
    padding-bottom: 60px;
  }
}
._sub.etc ._subTab {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 820px) {
  ._sub.etc ._subTab {
    margin-bottom: 40px;
  }
}
._sub.etc ._subTab ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  ._sub.etc ._subTab ul {
    flex-direction: column;
  }
}
._sub.etc ._subTab ul li {
  font-size: 20px;
  position: relative;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #e1e1e1;
  border: 2px solid #e1e1e1;
  box-sizing: border-box;
  padding: 0.5em 1em;
  padding-bottom: 0.4em;
  border-radius: 100px;
  transition: color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 820px) {
  ._sub.etc ._subTab ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  ._sub.etc ._subTab ul li {
    font-size: 16px;
    text-align: center;
    border-width: 1px;
  }
}
._sub.etc ._subTab ul li.on {
  background-image: linear-gradient(to right, #184b90 0%, #089042 100%);
  border: none;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
._sub.etc ._subTab ul li:nth-child(2) {
  margin: 0 1em;
}
@media screen and (max-width: 500px) {
  ._sub.etc ._subTab ul li:nth-child(2) {
    margin: 0.5em 0;
  }
}
._sub.etc .contents .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f1f1f1;
  margin-bottom: 60px;
  padding: 62px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  ._sub.etc .contents .box {
    padding: 40px;
  }
}
@media screen and (max-width: 820px) {
  ._sub.etc .contents .box {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  ._sub.etc .contents .box {
    padding: 14px !important;
    padding-bottom: 40px !important;
  }
}
._sub.etc .contents .box:nth-child(1) {
  padding: 40px 60px;
}
@media screen and (max-width: 1280px) {
  ._sub.etc .contents .box:nth-child(1) {
    padding: 30px 40px;
  }
}
._sub.etc .contents .box:last-child {
  margin-bottom: 0;
}
._sub.etc .contents .box .imgBx {
  margin-right: 75px;
}
@media screen and (max-width: 1280px) {
  ._sub.etc .contents .box .imgBx {
    max-width: 50%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 820px) {
  ._sub.etc .contents .box .imgBx {
    max-width: unset;
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  ._sub.etc .contents .box .txtBx {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 820px) {
  ._sub.etc .contents .box .txtBx {
    transform: unset;
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  ._sub.etc .contents .box .txtBx {
    max-width: 300px;
  }
}
html.pc ._sub.etc ._subTab ul li {
  cursor: pointer;
}
html.pc ._sub.etc ._subTab ul li:hover {
  background-image: none;
  color: #333;
  border-color: #333;
}
html.pc ._sub.etc ._subTab ul li.on {
  background-image: linear-gradient(to right, #184b90 0%, #089042 100%);
  border: none;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

/* PAGE */
._page {
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  margin-top: 60px;
}
._page li a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-right-color: transparent;
  color: #000;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
._page li:last-child a {
  border-right-color: #ddd;
}
._page li a.active {
  background: #595959;
  color: #fff;
  border-color: #595959;
}

/* notice */
._notice {
  padding-bottom: 300px;
}
._notice .table_layout01 {
  border-top: 1px solid #e3e3e3;
}
._notice .table_layout01 table {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  border-collapse: collapse;
  text-align: center;
}
._notice .table_layout01 tr {
  border-bottom: 1px solid #e3e3e3;
}
._notice .table_layout01 tr.np {
  background: #f9f9f9;
}
._notice .table_layout01 th {
  height: 70px;
  font-weight: 400;
  vertical-align: middle;
}
._notice .table_layout01 td {
  height: 70px;
  font-weight: 400;
  vertical-align: middle;
}
._notice .table_layout01 td:nth-of-type(2) {
  text-align: left;
}
._notice .table_layout01 td a {
  color: #000;
}
._notice .table_layout01 td.title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._notice .table_layout01 .date, ._notice .table_layout01 .views {
  white-space: nowrap;
}
._notice .board-sch-box {
  text-align: center;
  padding: 40px 0px;
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
  margin-top: 50px;
}
._notice .board-sch-box .input-box {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 40px;
}
._notice .board-sch-box .input-box input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  padding: 0 30px 0 10px;
  outline: 0;
}
._notice .board-sch-box .input-box .btn {
  position: absolute;
  right: 14px;
  top: 13px;
}
._notice .board-sch-box select {
  width: 150px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 10px;
  background: #fff;
  margin-left: 20px;
}
._notice .mob, ._notice .pc {
  display: none;
}
._notice .notice_view_layout {
  border-top: 1px solid rgba(227, 227, 227, 0.8901960784);
  margin-top: 80px;
}
._notice .notice_view_layout .top {
  background: #f9f9f9;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  flex-wrap: wrap;
}
._notice .notice_view_layout .top h2 {
  font-weight: bold;
  word-break: break-all;
  line-height: normal;
}
._notice .notice_view_layout .top > * {
  font-size: 16px;
}
._notice .notice_view_layout .top ul {
  display: flex;
}
._notice .notice_view_layout .top ul li:first-child {
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
}
._notice .notice_view_layout .top ul li:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 80%;
  background: #000;
  transform: translateY(-50%);
}
._notice .notice_view_layout .cont {
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
  padding: 20px;
  text-align: center;
}
._notice .notice_view_layout .contt {
  margin-top: 25px;
}
._notice .notice_view_layout .contt img {
    max-width: 100%;
    height: auto !important;
}
._notice .notice_view_layout .files {
  margin-top: 15px;
  text-align: left;
}
._notice ._btn {
  display: block;
  width: 140px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  background: #505192;
  margin-top: 30px;
  margin-left: auto;
}
._notice .board-sch-box select {
  margin-left: 0px;
  width: 80px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  background-image: url(/asset/img/main/wave_arr.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
._notice {
  padding-bottom: 100px;
}

@media screen and (min-width: 769px) {
  ._notice .pc {
    display: table-column-group;
  }
}
@media screen and (max-width: 768px) {
  ._notice {
    padding-bottom: 39.0625vw;
  }
  ._notice .mob {
    display: table-column-group;
  }
  ._notice .table_layout01 table {
    font-size: 14px;
  }
  ._notice .table_layout01 .num {
    display: none;
  }
  ._notice .table_layout01 td.title {
    padding: 0 10px;
  }
}
/*공지사항 뷰 레이아웃*/
@media screen and (max-width: 768px) {
  ._notice._view {
    padding-bottom: 50.0625vw;
  }
  ._notice .notice_view_layout .top > *, ._notice .notice_view_layout .cont {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  ._notice {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  ._notice .board-sch-box {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-top: 0;
  }
  ._notice .board-sch-box .input-box {
    width: 100%;
  }
  ._notice .board-sch-box select {
    width: 100%;
    margin-top: 4px;
    background-position: calc(100% - 16px) center;
  }
}
/* faq */
._faq {
  padding-bottom: 300px;
}
._faq .faq_layout {
  margin-top: 80px;
}
._faq .faq_layout ul li {
  padding: 15px 25px;
  border: 2px solid #d9d9d9;
}
._faq .faq_layout ul li + li {
  margin-top: 15px;
}
._faq .faq_layout ul li > div {
  font-size: 17px;
  display: flex;
}
._faq .faq_layout ul li > div span {
  font-size: 30px;
  color: #fff;
  font-family: var(--gmarket);
  max-width: 72px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  flex: 1;
  height: 52px;
}
._faq .faq_layout ul li > div p {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
._faq .faq_layout ul li .q span {
  background: #505192;
}
._faq .faq_layout ul li .a span {
  background: #ea5366;
}
._faq .faq_layout ul li .q {
  position: relative;
  cursor: pointer;
}
._faq .faq_layout ul li .q i {
  font-style: normal;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #505192;
}
._faq .faq_layout ul li .a {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid #d9d9d9;
}

@media screen and (max-width: 768px) {
  ._faq {
    padding-bottom: 60px;
  }
  ._faq .faq_layout {
    margin-top: 40px;
  }
  ._faq .faq_layout ul li > div {
    font-size: 14px;
  }
  ._faq .faq_layout ul li > div span {
    max-width: 52px;
    height: 40px;
    font-size: 24px;
    margin-right: 15px;
  }
}
/* inquiry */
._inquiry {
  padding-bottom: 160px;
}
@media screen and (max-width: 820px) {
  ._inquiry {
    padding-bottom: 100px;
  }
}
._inquiry .contents.img {
  display: flex;
  align-items: center;
  justify-content: center;
}
._inquiry .contents.img .box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._inquiry .contents.img a {
  position: absolute;
  z-index: 1;
  width: 14%;
  animation: floating forwards infinite 5s;
}
._inquiry .contents.img a img {
  transition: all 0.5s;
}
@media screen and (min-width: 820px) {
  ._inquiry .contents.img a:hover img {
    transform: scale(1.1);
  }
}
._inquiry .contents.img a p {
  display: none;
}
._inquiry .contents.img .n1 {
  left: 27%;
  bottom: 23%;
}
._inquiry .contents.img .n2 {
  right: 28%;
  bottom: 11%;
  animation-delay: 0.4s;
}
@keyframes floating {
  0% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(-5%);
  }
}

@media screen and (max-width: 500px) {
  ._inquiry .contents.img .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  ._inquiry .contents.img .box > img {
    margin-bottom: 40px;
  }
  ._inquiry .contents.img a {
    position: unset;
    width: auto;
    animation: none;
    text-align: center;
  }
  ._inquiry .contents.img a.n1 {
    position: relative;
    left: unset;
    bottom: unset;
    padding-right: 20px;
    margin-right: 20px;
  }
  ._inquiry .contents.img a.n1::before {
    content: "";
    display: block;
    width: 4px;
    height: 30px;
    background-color: rgba(233, 233, 233, 0.8039215686);
    border-radius: 10px;
    position: absolute;
    right: -2px;
    top: 32%;
    transform: translateY(-50%);
  }
  ._inquiry .contents.img a img {
    width: 100%;
    max-width: 80px;
  }
  ._inquiry .contents.img a p {
    display: block;
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 600;
    margin-top: 0.5em;
    line-height: 1.2;
  }
}
/* gallery */
._gallery {
  background: #fff;
  padding-bottom: 100px;
}
._gallery .gallery_layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
._gallery .gallery_layout li {
  width: calc(49.9% - 15px);
  position: relative;
  padding: 6px;
  box-sizing: border-box;
  border: 2px solid;
  border-image: linear-gradient(135deg, #FF6A00 0%, #EE4380 50%, #3851B5 100%) 1;
  border-image-slice: 1;
  margin-right: 30px;
  margin-bottom: 30px;
}
._gallery .gallery_layout li:nth-of-type(2n) {
  margin-right: 0;
}
._gallery .gallery_layout li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
._gallery .gallery_layout li::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
._gallery .gallery_layout li .imgbox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  transition-duration: 0.3s;
  transition-property: border;
}
._gallery .gallery_layout li .imgbox h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  background: #fff;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0;
  box-sizing: border-box;
  padding: 0 5%;
  text-align: center;
}
._gallery .gallery_layout li .imgbox h2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  z-index: -1;
}
._gallery .gallery_layout li:hover .imgbox {
  border: 9px solid;
  border-image: linear-gradient(135deg, #FF6A00 0%, #EE4380 50%, #3851B5 100%) 1;
  border-image-slice: 1;
}
._gallery .gallery_layout li:hover .imgbox h2 {
  opacity: 1;
}
._gallery .gallery_view {
  border-top: 6px solid;
  border-image: linear-gradient(135deg, #FF6A00 0%, #EE4380 50%, #3851B5 100%) 1;
  border-image-slice: 1;
  margin-top: 80px;
}
._gallery .gallery_view .top {
  margin-bottom: 25px;
}
._gallery .gallery_view .top h2 {
  font-size: 20px;
  height: 90px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
}
._gallery .gallery_view .imgbox {
  background-size: cover;
  background-position: center;
  background-size: cover;
}
._gallery .gallery_view .imgbox::after {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
._gallery .gallery_view .sub_tap {
  margin-bottom: 25px;
}
._gallery .gallery_view .sub_tap ul {
  height: auto;
}
._gallery .gallery_view .cont {
  font-size: 16px;
}
._gallery .gallery_view .contt {
  margin-top: 25px;
}
._gallery .gallery_view .video {
  position: relative;
}
._gallery .gallery_view .video::after {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
._gallery .gallery_view .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._gallery ._btn {
  display: block;
  width: 140px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  background: #505192;
  margin-top: 30px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  ._gallery {
    padding-bottom: 60px;
  }
  ._gallery .gallery_layout li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(49.9% - 7.5px);
  }
  ._gallery .gallery_layout li:hover .imgbox {
    border: none;
  }
  ._gallery .gallery_layout li:hover .imgbox h2 {
    opacity: 0;
  }
}
/*갤러리 뷰 레이아웃*/
@media screen and (max-width: 768px) {
  ._gallery._view {
    padding-bottom: 60px;
  }
  ._gallery .gallery_view {
    margin-top: 40px;
  }
  ._gallery .gallery_view .top h2 {
    font-size: 18px;
    word-break: keep-all;
    padding: 0 10px;
  }
  ._gallery .gallery_view .cont {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  ._gallery .gallery_view .top h2 {
    font-size: 16px;
  }
}
._sub._lineup {
  padding: 150px 0;
}
@media screen and (max-width: 820px) {
  ._sub._lineup {
    padding: 100px 0;
  }
}
._sub._lineup .contents {
  transition: height 0.5s;
  position: relative;
}
._sub._lineup .contents .cont {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  transition: opacity 0.5s, top 0.5s;
}
._sub._lineup .contents .cont.on {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.4s;
}
._sub._lineup .bottom-obj {
  position: absolute;
  bottom: 0;
  right: 0;
}/*# sourceMappingURL=style_2026.css.map */