@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src:
    url('../fonts/NanumSquareNeo-bRg.ttf') format('woff'),
    url('../fonts/NanumSquareNeoOTF-Rg.otf') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src:
    url('../fonts/NanumSquareNeo-cBd.ttf') format('woff'),
    url('../fonts/NanumSquareNeoOTF-Bd.otf') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src:
    url('../fonts/NanumSquareNeo-eHv.ttf') format('woff'),
    url('../fonts/NanumSquareNeoOTF-Hv.otf') format('woff');
  font-weight: 800;
}

@font-face {
  font-family: 'Tenada';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Tenada.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'yg-jalnan';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'NanumSquareNeo-Variable';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
}

b {
  font-weight: 800;
}

.wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.main .contents {
  background-color: #fff;
}

.contents {
  background-color: #efefef;
  padding: 40px 50px;
}

.content-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 40px 34px;
}

.contents .content-inner:not(:first-child) {
  margin-top: 43px;
}

.content-inner.type2.bo {
  border: 5px solid #cdeffb;
}

.content-inner.type2.ba {
  background-color: #cdeffb;
}

.content-inner.type2.color2.bo {
  border: 5px solid #eef6d1;
}

.content-inner.type2.color2.ba {
  background-color: #ecf6d3;
}

.content-inner.type2 h2 {
  padding-top: 30px;
}

.content-inner.type2.ba h2 {
  color: #000;
}

.content-inner.type2 h2.letter-33 {
  letter-spacing: -3.3px;
}

.content-inner.type2 .go-btn {
  display: flex;
  /* align-items: flex-end; */
  align-items: center;
  gap: 20px;
  position: relative;
}

.content-inner.type2 .go-btn>span {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.content-inner.type2 .go-btn p {
  padding-bottom: 42px;
  color: #1c181f;
  word-break: keep-all;
}

.content-inner.type2 .bottom-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.content-inner.type2 .bottom-wrap p {
  word-break: keep-all;
}

.content-inner.type2 .go-title {
  justify-content: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.content-inner.type2 p.img {
  width: 50%;
  padding-bottom: 0;
  margin-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.content-inner p.img.box-shadow {
  box-shadow: -3px 3px 5px 2px rgba(0, 0, 0, .2);
}

.content-inner.type2 p.img.after-no::after {
  content: none;
}

.content-inner.type2 p.img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 80%,
      rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}

.content-inner.type2 .img img {
  border-radius: 0;
}

.content-inner.type2 .img small {
  z-index: 2;
}

.content-inner.letter {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./images/letter-bg.png);
  background-size: cover;
  padding: 35px 20px 30px;
}

.content-inner.letter h2 {
  text-align: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -.05rem;
  color: #3d015b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.content-inner.letter p {
  text-align: center;
  padding-bottom: 10px;
}

.content-inner.type2.bo .title-tag {
  right: -5px;
  top: -5px;
}

.title-tag {
  padding: 30px 10px 0;
  max-width: 90px;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.title-tag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.title-tag span {
  display: block;
  position: relative;
  z-index: 2;
  letter-spacing: -.03rem;
  text-align: center;
}

.main h2 {
  font-size: 30px;
  padding-bottom: 7px;
}

.sub h2 {
  text-align: center;
}

.sub p {
  word-break: keep-all;
}

.sub .content-inner {
  padding-top: 110px;
}

h2 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -.05rem;
  line-height: 1.3;
  padding-bottom: 20px;
}

h3 {
  font-size: 24px;
  letter-spacing: -.05rem;
  line-height: 1.3;
  padding-bottom: 20px;
}

h4 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.05rem;
  line-height: 1.3;
  margin-top: 50px;
  padding-bottom: 10px;
}

p {
  line-height: 25px;
  font-size: 17px;
  letter-spacing: -.03rem;
  padding-bottom: 30px;
}

p.lead {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #cbcbcb;
}

.dep-title {
  padding: 12px 14px 8px 14px;
  border: 1px solid #3d015b;
  border-bottom: 3px solid #3d015b;
  margin-top: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
  background: linear-gradient(to right top, #7e34d1, #683b83);
  color: transparent;
}

.dep-title small {
  background: linear-gradient(to right top, #7e34d1, #683b83);
  color: transparent;
  padding-top: 0;
  display: inline-block;
  font-weight: 300;
}

.marker {
  font-size: 20px;
}

.highlight {
  background: linear-gradient(to top, #f5c1d8, #f5c1d8);
}

.highlight-purple {
  background: linear-gradient(to top, #dacdff 50%, #dacdff 50%);
}

.highlight2 {
  background: linear-gradient(to top, #f5c1d8 40%, transparent 60%);
}

.highlight2-purple {
  background: linear-gradient(to top, #f1a0b7 50%, transparent 50%);
}

.highlight-y {
  background: linear-gradient(to top, #fef89a, #fef89a);
}

.highlight-green {
  background: linear-gradient(to top, #d0ec98, #d0ec98);
}

.highlight-orange {
  background: linear-gradient(to top, #fac6a1, #fac6a1);
}

.go-btn .go-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.go-btn .go-title span {
  padding: 7px 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  background-color: #000;
  flex-shrink: 0;
}

.event-banner {
  margin-top: 43px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40% 32px 50px;
  background-image: url(./images/event_bg.jpg);
  background-position: top;
  background-color: #ceebf9;
}

.event-banner .box {
  padding: 25px;
}

.event-banner .ev-po img {
  transform: translateX(20px);
}

.event-banner .icon {
  margin-right: 30px;
}

.event-banner h6,
.event-banner h6 span {
  /* font-family: "Tenada"; */
  /* font-family: "yg-jalnan"; */
  font-size: 45px;
  line-height: 1.3;
  letter-spacing: -.2rem;

}

.event-banner h6 {
  padding-bottom: 15px;
  text-align: center;
  /* display: flex; */
}

.event-banner h6 .img {
  flex-shrink: 0;
  margin-left: 20px;
  margin-bottom: 0;
}

.event-banner p {
  font-size: 15px;
  padding-bottom: 10px;
}

.event-banner .go {
  margin-top: 20px;
  display: flex;
  justify-content: right;
}

.event-banner .go span,
.event-banner .go a {
  gap: 9px;
  display: flex;
  align-items: center;
  padding: 12px 28px;
  background-color: #fff;
  border-radius: 30px;
}

.event-banner .ev-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.event-box03 {
  display: block;
  padding: 24px 10%;
  margin: 0 10px;
  border-bottom: 1px dashed #aaa;
}

.img {
  margin-bottom: 40px;
  padding-bottom: 0;
  text-align: center;
  position: relative;
}

.img>span {
  display: inline-block;
}

.img img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 20px;
}

small {
  font-size: 15px;
  color: #535353;
  letter-spacing: -.03rem;
  padding-top: 5px;
  display: block;
  text-align: right;
}

.in-small {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #fff;
}

.flex {
  display: flex;
}

.flex>span {
  margin-right: 24px;
}

.flex>span:last-child {
  margin-right: 0;
}

.bottom {
  display: flex;
  margin-top: 50px;
  gap: 40px;
  align-items: center;
}

.more-tx {
  font-size: 20px;
  letter-spacing: -.05rem;
  color: #3d015b;
  font-weight: 800;
  margin: 40px 0 20px;
}

.links {
  display: flex;
  gap: 12px;
}

.links a {
  border: 4px solid #701ea1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 14px;
  position: relative;
  min-height: 120px;
  flex: 1;
}

.links a.main {
  background-color: #3d015b;
  color: #fff;
  border: 0;
  padding: 18px;
}

.links a.main::after {
  background-image: url(./images/button_bullet.png);
}

.links a:hover:not(.main) {
  background-color: #701ea1;
  border: 4px solid #701ea1;
  color: #fff;
  transition: all .2s;
}

.links a:hover:not(.main)::after {
  background-image: url(./images/button_bullet.png);
}

.links a::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: '';
  display: block;
  width: 27px;
  height: 17px;
  background-image: url(./images/button_bullet_on.png);
  background-repeat: no-repeat;
  background-position: center;
}

.list {
  padding: 24px;
  border: 1px solid #999;
  margin-bottom: 45px;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.list>p {
  display: flex;
}

.list>p span:nth-child(1) {
  margin-right: 10px;
}

.list>p:last-child {
  padding-bottom: 0;
}

.list .deps {
  display: flex;
}

.list .deps>span:nth-child(1) {
  margin-right: 5px;
  font-size: 15px;
}

.link-list {
  width: 100%;
  display: flex;
  justify-content: center;
}

.link-list a {
  display: block;
  color: #fff;
  position: relative;
  padding: 14px 60px 14px 14px;
  background-color: #aa89bd;
  border: 1px solid #9263ad;
  border-radius: 12px;
  max-width: 40%;
}

.link-list a::after {
  content: '>>>';
  position: absolute;
  right: 14px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.center {
  text-align: center;
}

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  margin-bottom: 40px;
}

table td,
table th {
  border: 1px solid #eee;
  padding: 12px;
}

table th {
  background-color: #efefef;
  text-align: center;
}

.main-footer .funct * {
  font-family: 'Noto Sans KR', sans-serif;
}

.main-footer .funct {
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.main-footer .funct p {
  font-size: 24px;
  line-height: 36px;
}

.main-footer .funct .sns {
  /* margin-top: 40px; */
  display: flex;
  justify-content: center;
  gap: 30px;
}

.main-footer .funct .sns a {
  display: flex;
  gap: 8px;
  font-size: 15px;
  align-items: center;
}

.main-footer .funct .btns {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  font-size: 19px;
}

.main-footer .funct .btns a {
  background-color: #7642c1;
  color: #fff;
  padding: 17px;
  min-width: 250px;
  text-align: center;
}

/* .main-footer .info {
  padding: 24px 32px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.main-footer .info p {
  color: #535353;
  padding-bottom: 8px;
  font-size: 15px;
  text-align: unset;
  display: flex;
}
.main-footer .info p b {
  min-width: 40px;
  flex-shrink: 0;
  margin-right: 3px;
  display: inline-block;
}

.main-footer .info p b span {
  font-weight: 400;
}
.main-footer .info a {
  background-color: #f7f8f8;
  padding: 8px 12px;
  font-size: 14px;
  letter-spacing: -.01rem;
  border-radius: 20px;
  float: right;
}

.main-footer .info::after {
  content: '';
  display: block;
  clear: both;
} */

footer {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #999;
}

footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}

footer .footer-inner .logo img {
  width: 140px;
  display: block;
}

footer .footer-inner .info {
  flex: 1;
}

footer .footer-inner .info>div {
  display: flex;
  gap: 22px;
}

footer .footer-inner>div p {
  flex: 1;
}

footer p {
  text-align: left;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  padding-bottom: 10px;
}

footer p b {
  margin-right: 5px;
  flex-shrink: 0;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }

  .pc-in {
    display: inline-block;
  }

  .mo {
    display: none;
  }

  .mo-flex {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .contents {
    padding: 20px;
  }

  .content-inner {
    padding: 24px 20px;
  }

  .title-tag {
    width: 80px;
    padding: 28px 10px 0;
  }

  .content-inner.type2 p.img {
    width: 100%;
  }

  .content-inner.letter h2 img {
    width: 40px;
  }

  .title-tag span {
    font-size: 15px;
  }

  .content-inner.letter {
    background-image: url(./images/letter_bg_mo.jpg);
    padding: 45px 14px 30px;
  }

  .go-btn .go-title span {
    font-size: 13px;
  }

  .event-banner .ev-flex {
    /* flex-direction: column; */
    display: block;
    font-size: 14px;
  }

  .main h2,
  h2 {
    font-size: 24px;
  }

  .content-inner.type2 h2 {
    letter-spacing: -.05em !important;
  }

  h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  h4 {
    font-size: 17px;
  }

  p {
    font-size: 15px;
    padding-bottom: 23px;
  }

  small {
    font-size: 13px;
  }

  .content-inner.type2 .go-btn {
    flex-direction: column;
  }

  .content-inner.type2 .img,
  .content-inner.type2 .go-btn>span {
    width: 100%;
  }

  .content-inner.type2 .img img {
    width: 100%;
  }

  .event-banner {
    display: block;
    /* flex-direction: column;
    align-items: center; */
    padding: 24px 18px;
    background-image: url(./images/event_bg_mo.jpg);
    padding-top: 35%;
  }

  .event-banner .box {
    padding: 25px 14px;
    letter-spacing: -.5px;
  }

  .event-banner .ev-po img {
    transform: translateX(0px);
  }


  .event-banner .icon {
    margin-right: 0;
    margin-top: 24px;
    text-align: center;
  }

  .event-banner .icon img {
    margin: 0 auto;
  }

  .event-banner h6,
  .event-banner h6 span {
    font-size: 24px;
    text-align: center;
  }

  .event-banner h6 {
    /* padding-bottom: 20px; */
    padding-top: 5%;
    gap: 12px;
    flex-direction: column;
  }

  .event-banner h6 .img {
    margin-left: 0;
    margin-bottom: 0;
  }


  .event-banner .go.type2 a {
    padding: 12px 14px;
    font-size: 14px;
    width: 100%;
    justify-content: space-between;
  }

  .event-banner .go span {
    font-size: 15px;
  }

  .event-box03 {
    padding: 24px 3%;
  }

  .link-list a {
    max-width: 256px;
  }

  .bottom {
    gap: 20px;
  }

  .bottom .links a {
    width: 100%;
    margin-right: 0;
    font-size: 15px;
  }

  .main-footer .funct p {
    font-size: 20px;
  }

  .main-footer .funct .sns {
    margin-top: 24px;
  }

  .main-footer .funct .sns a span {
    font-size: 14px;
  }

  .main-footer .funct .btns {
    width: 100%;
    margin-top: 30px;
  }

  .main-footer .funct .btns a {
    min-width: unset;
    width: 50%;
    font-size: 15px;
  }

  footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  footer .footer-inner .info>div {
    flex-direction: column;
    gap: 0;
  }

  footer .footer-inner .info .ri p:first-child {
    padding-bottom: 10px;
  }

  footer p .i {
    margin-right: 5px;
    color: #535353;
  }

  .flex {
    flex-wrap: wrap;
  }

  .flex>span {
    width: 100%;
    max-width: 100% !important;
    margin-right: 0;
  }

  table th,
  table td {
    font-size: 15px;
    padding: 8px;
  }

  .pc {
    display: none !important;
  }

  .pc-in {
    display: none !important;
  }


  .mo-flex {
    display: flex !important;
  }

  .more-tx {
    font-size: 18px;
  }

  .links {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 8px;
  }

  .links a {
    flex: unset;
    padding: 12px;
    width: 31%;
    min-height: unset;
    height: 110px;
    font-size: 14px;
  }

  .links a.main {
    padding: 12px;
  }

  .links a::after {
    bottom: 10px;
    right: 10px;
  }

  .list {
    padding: 20px 18px 20px 10px;
  }

  .list>p span:nth-child(1) {
    margin-right: 3px;
  }
}

@media screen and (max-width: 480px) {

  .main h2,
  h2 {
    font-size: 21px;
  }

  .content-inner.letter h2 img {
    width: 32px;
  }

  .main-footer .funct .sns {
    width: 100%;
    gap: 20px;
    justify-content: center;
  }
}