@charset "utf-8";

/* butti-header [tiMTI6Xe71] */
.butti-header {
  width: 100%;
  min-height: 6rem;
  background: rgba(0, 0, 0, 0.7);
  will-change: background, height;
  transition: background 0.3s, min-height 0.3s;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99
}

.butti-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 0.3s, visibility 0.3s
}

.butti-header.top-menu-active {
  padding-top: 6.7rem
}

.butti-header.header-top-active {
  background: transparent
}

.butti-header.header-top-active::after {
  opacity: 1;
  visibility: visible
}

.butti-header.header-top-active:hover {
  background: rgba(0, 0, 0, 0.7)
}

.butti-header.header-top-active:hover::after {
  opacity: 0;
  visibility: hidden
}

.butti-header.gnb-active {
  min-height: 28rem
}

.butti-header.top-menu-active.gnb-active {
  min-height: calc(28rem + 6.6rem)
}

.butti-header.block-active {
  background: #000 !important
}

.butti-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 8rem;
  box-sizing: border-box
}

.butti-header.top-menu-active .header-container {
  padding-top: 6.7rem
}

.butti-header .header-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111
}

.butti-header .user-menu {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem;
  margin: 0 auto
}

.butti-header .user-menu li {
  position: relative
}

.butti-header .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #767676
}

.butti-header .user-menu li a {
  padding: 2rem 1.2rem;
  color: #e5e5e5;
  text-align: center;
  white-space: nowrap
}

.butti-header .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem
}

.butti-header .header-left {
  display: flex;
  align-items: center;
  gap: 3rem
}

.butti-header .header-title {
  margin-bottom: 0
}

.butti-header .header-title a {
  height: 3.2rem
}

.butti-header .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top
}

.butti-header .header-gnb {
  position: relative
}

.butti-header .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.butti-header .header-gnbitem {
  position: relative
}

.butti-header .header-gnblink {
  height: 100%;
  padding: 2.8rem 3rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: var(--fw-medium)
}

.butti-header .header-gnblink span {
  position: relative
}

.butti-header .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
  position: absolute;
  bottom: -100%;
  left: 0
}

.butti-header .header-sublist {
  width: 100%;
  position: absolute;
  top: 100%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1
}

.butti-header .header-gnb:hover .header-sublist {
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
  transition: opacity 0.3s 0.3s
}

.butti-header .header-gnbitem:hover .header-gnblink span::after {
  background: #fff;
  transform: scaleX(1)
}

.butti-header .header-subitem {
  width: 100%;
  text-align: center;
  overflow: hidden
}

.butti-header .header-subitem:hover {
  color: #fff
}

.butti-header .header-sublink {
  width: 100%;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s, background 0.2s;
  will-change: color, background
}

.butti-header .header-sublink:hover {
  color: #fff
}

.butti-header .header-right {
  display: flex;
  align-items: center
}

.butti-header .header-right .header-gnb {
  margin-right: 1.8rem
}

.butti-header .header-lang {
  position: relative
}

.butti-header .header-langbtn {
  position: relative;
  border: none;
  background: none
}

.butti-header .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111
}

.butti-header .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden
}

.butti-header .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7
}

.butti-header .header-langitem a:hover {
  opacity: 1
}

.butti-header .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg)
}

.butti-header .header-lang:hover .header-langitem {
  max-height: 6.8rem
}

.butti-header .header-utils>ul {
  display: flex;
  align-items: center
}

.butti-header .header-utils>ul>li {
  margin-left: 1.2rem
}

.butti-header .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top
}

.butti-header .header-utils img {
  filter: invert(1)
}

.butti-header .header-right button {
  max-width: 3.2rem;
  background: none;
  border: none
}

.butti-header .header-right button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}

.butti-header .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block
}

.butti-header .header-utils .member img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}

.butti-header .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem
}

.butti-header .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem
}

.butti-header .header-utils .btn-allmenu .ico-hamburger,
.butti-header .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity
}

.butti-header .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.butti-header .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem
}

.butti-header .btn-momenu {
  display: none
}

.butti-header .btn-moclose {
  display: none
}

.butti-header .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #000;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.butti-header .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0
}

.butti-header .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0
}

.butti-header .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0
}

.butti-header .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0
}

.butti-header .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible
}

.butti-header .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto
}

.butti-header .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem
}

.butti-header .fullmenu-title {
  margin-bottom: 0
}

.butti-header .fullmenu-title a {
  height: 4.3rem
}

.butti-header .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.butti-header .fullmenu-gnblist {
  display: flex;
  justify-content: center
}

.butti-header .fullmenu-gnbitem {
  width: 20%
}

.butti-header .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem
}

.butti-header .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.butti-header .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: #ffffff;
  transition: 0.2s
}

.butti-header .fullmenu-gnblink.on::after {
  width: 18rem
}

.butti-header .fullmenu-sublist {
  padding-top: 4rem
}

.butti-header .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem
}

.butti-header .fullmenu-sublink {
  color: #a2a2a2;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s
}

.butti-header .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.butti-header .fullmenu-sublink:hover {
  color: var(--white)
}

.butti-header .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0
}

.butti-header .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none
}

.butti-header .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (max-width: 1120px) {
  .butti-header .header-title a {
    height: 2.4rem
  }

  .butti-header .header-gnblink {
    padding: 2.8rem 2.4rem
  }
}

@media (max-width: 992px) {
  .butti-header {
    padding-top: 0;
    padding-bottom: 0
  }

  .butti-header.header-top-active:hover {
    background: transparent
  }

  .butti-header.top-menu-active .header-container {
    padding-top: 0
  }

  .butti-header.gnb-active,
  .butti-header.top-menu-active.gnb-active {
    min-height: auto
  }

  .butti-header.header-top-active:hover::after {
    opacity: 1;
    visibility: visible
  }

  .butti-header .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #111;
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9
  }

  .butti-header.block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto
  }

  .butti-header .header-container {
    min-height: 6rem
  }

  .butti-header .header-top {
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s, visibilty 0.3s 0.1s;
    will-change: opacity, visibility;
    z-index: 10
  }

  .butti-header.block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible
  }

  .butti-header .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start
  }

  .butti-header .user-menu li a,
  .butti-header .user-menu li:last-child a {
    padding: 2.4rem 1.2rem
  }

  .butti-header .user-menu li:first-child a {
    padding-left: 0
  }

  .butti-header .header-title a {
    width: 8.2rem;
    height: 2.6rem
  }

  .butti-header .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none
  }

  .butti-header .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s
  }

  .butti-header .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #707070
  }

  .butti-header.top-menu-active .header-gnbitem:first-child .header-gnblink {
    padding-top: 6.8rem
  }

  .butti-header .header-gnbitem:hover .header-gnblink span {
    border: none
  }

  .butti-header .header-gnbitem:hover .header-gnblink span::after {
    content: none
  }

  .butti-header .header-sublist {
    display: none;
    height: auto;
    position: relative;
    opacity: 1;
    padding: 1.8rem 0 2rem 0
  }

  .butti-header .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #fff
  }

  .butti-header .header-subitem {
    width: 100%;
    text-align: left
  }

  .butti-header .header-subitem+.header-subitem {
    padding-top: 0.8rem
  }

  .butti-header .header-sublink {
    padding: 0;
    color: var(--text-color3)
  }

  .butti-header .header-sublink:active {
    color: #111111
  }

  .butti-header .header-right button,
  .butti-header .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem
  }

  .butti-header .header-lang:hover .header-langitem {
    max-height: 0
  }

  .butti-header .header-lang.lang-active .header-langitem {
    max-height: 6.8rem
  }

  .butti-header .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0)
  }

  .butti-header .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg)
  }

  .butti-header .header-utils>ul>li {
    margin-left: 0.6rem
  }

  .butti-header .header-utils .allmenu {
    display: none
  }

  .butti-header .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0.6rem
  }

  .butti-header .btn-momenu .ico-hamburger {
    width: 2rem
  }

  .butti-header .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem
  }

  .butti-header.block-active .header-center {
    pointer-events: auto
  }

  .butti-header.block-active .header-gnblist {
    opacity: 1;
    visibility: visible
  }

  .butti-header .header-gnbitem:has(.header-subitem) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform
  }

  .butti-header.block-active .header-gnblink {
    align-items: center;
    justify-content: space-between
  }

  .butti-header.block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg)
  }

  .butti-header.block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg)
  }

  .butti-header.block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg)
  }

  .butti-header.block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden
  }

  .butti-header .header-fullmenu {
    display: none
  }
}
/* course_move [tcmcA6inD5] */
body {
  position: relative
}

.course_move {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 2rem;
  z-index: 99;
  pointer-events: none;
  width: 100%
}

.course_move .contents-container {
  width: 100%
}

.course_move .contents-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  max-width: 56rem;
  min-height: 8rem;
  border: 1px solid var(--secondary);
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 0 0 1.6rem rgba(245, 245, 245, 0.025);
  pointer-events: auto
}

.course_move .contents-inner h2 {
  flex: 1;
  font-weight: var(--fw-medium)
}

.course_move .contents-inner .btnset {
  flex-shrink: 0
}

@media (max-width: 992px) {
  .course_move .contents-inner {
    gap: 0.8rem;
    padding: 1.6rem 1.2rem;
    min-height: 0
  }

  .course_move {}
}
/* butti-footer [zRMk22N7UP] */
.butti-footer {
  position: relative;
  background: #111111;
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden
}

.butti-footer .footer-container {
  display: flex;
  justify-content: space-between
}

.butti-footer .footer-left {
  display: flex
}

.butti-footer .footer-content {
  width: 100%;
  margin-left: 4rem
}

.butti-footer .footer-logo {
  margin-bottom: 0
}

.butti-footer .footer-logo img {
  height: 1.8rem;
  object-fit: contain
}

.butti-footer .footer-menulist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: var(--fs-p2)
}

.butti-footer .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white)
}

.butti-footer .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem
}

.butti-footer .footer-menulink {
  position: relative
}

.butti-footer .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.1)
}

.butti-footer .footer-txtgroup {
  margin-top: 1.2rem
}

.butti-footer .footer-sns {
  display: flex;
  align-items: center
}

.butti-footer .footer-snslist {
  display: flex;
  align-items: center
}

.butti-footer .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem
}

.butti-footer .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem
}

.butti-footer .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.butti-footer .footer-bottom {
  margin-top: 1.2rem
}

.butti-footer .footer-txt {
  display: flex
}

.butti-footer .footer-txt+.footer-txt {
  margin-top: 0.3rem
}

.butti-footer .footer-txt p {
  margin-bottom: 0;
  color: var(--text-color3)
}

.butti-footer .footer-txt p+p {
  margin-left: 0.8rem
}

.butti-footer .footer-txt p span+span {
  margin-left: 0.8rem
}

.butti-footer .footer-txt span {
  color: var(--text-color3)
}

.butti-footer .footer-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden
}

.butti-footer .footer-modal.block-active {
  opacity: 1;
  visibility: visible
}

.butti-footer .modal-area {
  width: 100%;
  max-width: 92rem;
  background: var(--white);
  border-radius: 0.6rem
}

.butti-footer .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5
}

.butti-footer .modal-close {
  cursor: pointer
}

.butti-footer .info-area {
  overflow-y: auto
}

.butti-footer .modal-email .info-area {
  max-height: 17rem
}

.butti-footer .modal-privacy .info-area {
  max-height: 70.3rem
}

.butti-footer .info-group+.info-group {
  margin-top: 2.4rem
}

.butti-footer .info-group strong {
  padding-bottom: 1.2rem;
  display: block
}

.butti-footer .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none
}

.butti-footer .info-desc p.fw-medium {
  font-weight: var(--fw-medium)
}

.butti-footer .info-desc .mtb {
  margin: 2.4rem 0
}

.butti-footer .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center
}

.butti-footer .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem
}

.butti-footer .info-list p {
  padding-left: 1.2rem
}

@media (max-width: 992px) {
  .butti-footer {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .butti-footer .footer-container {
    flex-direction: column
  }

  .butti-footer .footer-left {
    flex-direction: column
  }

  .butti-footer .footer-content {
    flex-direction: column;
    margin: 2.4rem 0 1.2rem
  }

  .butti-footer .footer-txt {
    flex-direction: column
  }

  .butti-footer .footer-txt+.footer-txt {
    margin-top: 0.6rem
  }

  .butti-footer .footer-txt p+p {
    margin-left: 0
  }
}
/* private_link [pdMt19Whcf] */
:root {
  --font-size-mt6rjp09: 1.6rem
}

.private_link {
  overflow: hidden;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem
}

.private_link .contents-inner {
  padding: 6rem;
  background: #121212;
  border-radius: 4rem;
  text-align: center
}

.private_link .contents-text {
  color: var(--white)
}

.private_link .contents-inner .btnset {
  font-weight: var(--fw-medium)
}

@media (max-width: 992px) {
  .private_link {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .private_link .contents-inner {
    padding: 3rem;
    border-radius: 3rem
  }
}
/* youtube_link [NNmTCgDJmi] */
.youtube_link {
  overflow: hidden;
  position: relative;
  background: #f5f5f5
}

.youtube_link .contents-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%
}

.youtube_link .title-area {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  pointer-events: none
}

.youtube_link .title-area h2 {
  display: inline-block;
  margin-bottom: 4rem;
  pointer-events: auto
}

.youtube_link .link-wrap {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  pointer-events: none
}

.youtube_link .link-wrap .btnset {
  pointer-events: auto
}

.youtube_link .btnset+.btnset {
  margin: 0
}

.youtube_link .thumb-area {
  overflow: hidden;
  position: relative;
  width: 100vw
}

.youtube_link .thumb-area .dim {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 0.6);
  pointer-events: none
}

.youtube_link .thumb-area::before,
.youtube_link .thumb-area::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 33.5rem;
  pointer-events: none
}

.youtube_link .thumb-area::before {
  top: 0;
  transform: translateY(-25%);
  background: url(../images/contest_N9_01.png) no-repeat center/cover
}

.youtube_link .thumb-area::after {
  bottom: 0;
  transform: translateY(35%);
  background: url(../images/contest_N9_02.png) no-repeat center/cover
}

.youtube_link .thumb-list {
  display: flex;
  width: max-content
}

.youtube_link .thumb-list.row {
  animation: contest-N9-Loop 30s infinite linear
}

.youtube_link .thumb-list.row-reverse {
  animation: contest-N9-LoopReverse 30s infinite linear
}

.youtube_link .thumb-list+.thumb-list {
  margin-top: 2rem
}

.youtube_link .thumb {
  overflow: hidden;
  flex-shrink: 0;
  width: 42rem;
  height: 24rem;
  border-radius: 1.2rem
}

.youtube_link .thumb+.thumb {
  margin-left: 2rem
}

.youtube_link .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@keyframes contest-N9-Loop {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(-50%, 0, 0)
  }
}

@keyframes contest-N9-LoopReverse {
  0% {
    transform: translate3d(-50%, 0, 0)
  }

  100% {
    transform: translate3d(0, 0, 0)
  }
}

@media (max-width: 992px) {
  .youtube_link .title-area h2 {
    margin-bottom: 2rem
  }

  .youtube_link .link-wrap {
    gap: 0.8rem
  }

  .youtube_link .thumb-area::before,
  .youtube_link .thumb-area::after {
    height: 10.4rem
  }

  .youtube_link .thumb-area::before {
    background: url(../images/contest_N9_18.png) no-repeat center/cover;
    transform: translateY(-5%)
  }

  .youtube_link .thumb-area::after {
    background: url(../images/contest_N9_19.png) no-repeat center/cover;
    transform: translateY(5%)
  }

  .youtube_link .thumb-list+.thumb-list {
    margin-top: 1rem
  }

  .youtube_link .thumb {
    width: 17.2rem;
    height: 9.9rem
  }

  .youtube_link .thumb+.thumb {
    margin-right: 1rem
  }
}
/* youtube_txt [FImTCgl1Tc] */
.youtube_txt {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0rem
}

.youtube_txt .textset {
  margin-bottom: 0;
  text-align: center
}

.youtube_txt .textset .textset-tit {
  font-weight: 400
}

@media (max-width: 992px) {
  .youtube_txt {
    padding-top: 1rem;
    padding-bottom: 0rem
  }
}
/* youtube_txt [KaMtF5T8Dc] : 편집됨 */
.youtube_txt[id='KaMtF5T8Dc'] {
  padding-top: 1rem;
  padding-bottom: 2rem
}

@media (max-width: 992px) {
  .youtube_txt[id='KaMtF5T8Dc'] {
    padding-bottom: 1rem
  }
}
/* youtube_txt [NoMTF6e83X] : 편집됨 */
.youtube_txt[id='NoMTF6e83X'] {
  padding-top: 1rem;
  padding-bottom: 2rem
}

@media (max-width: 992px) {
  .youtube_txt[id='NoMTF6e83X'] {
    padding-bottom: 1rem
  }
}
/* youtube_txt [lxmTF7aEQ9] : 편집됨 */
.youtube_txt[id='lxmTF7aEQ9'] {
  padding-top: 1rem;
  padding-bottom: 2rem
}

@media (max-width: 992px) {
  .youtube_txt[id='lxmTF7aEQ9'] {
    padding-bottom: 1rem
  }
}
/* youtube_txt [vFMtF7ccRB] : 편집됨 */
.youtube_txt[id='vFMtF7ccRB'] {
  padding-top: 1rem;
  padding-bottom: 2rem
}

@media (max-width: 992px) {
  .youtube_txt[id='vFMtF7ccRB'] {
    padding-bottom: 1rem
  }
}
/* youtube_txt [FkMTR34gc9] : 편집됨 */
.youtube_txt[id='FkMTR34gc9'] {
  padding-top: 2rem;
  padding-bottom: 0rem
}

@media (max-width: 992px) {
  .youtube_txt[id='FkMTR34gc9'] {
    padding-top: 1rem;
    padding-bottom: 0rem
  }
}
/* course_app [oQmtBIKvuC] */
body {
  position: relative
}

.course_app {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 2rem;
  z-index: 99;
  pointer-events: none;
  width: 100%;
  padding-bottom: 0rem
}

.course_app .contents-container {
  width: 100%
}

.course_app .contents-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  max-width: 56rem;
  min-height: 8rem;
  border: 1px solid var(--secondary);
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 0 0 1.6rem rgba(245, 245, 245, 0.025);
  pointer-events: auto
}

.course_app .contents-inner h2 {
  flex: 1;
  font-weight: var(--fw-medium)
}

.course_app .contents-inner .btnset {
  flex-shrink: 0
}

@media (max-width: 992px) {
  .course_app .contents-inner {
    gap: 0.8rem;
    padding: 1.6rem 1.2rem;
    min-height: 0
  }

  .course_app {
    padding-bottom: 0rem
  }
}
/* cl_2030_btm [xsmteBSgFA] */
.cl_2030_btm[id='xsmteBSgFA'] {
  position: relative;
  overflow: hidden;
  --height-mtebszru: 300px;
  background: url(../images/img_mtea67br.jpg) no-repeat center / cover
}

.cl_2030_btm[id='xsmteBSgFA'] .contents-container {
  display: flex;
  align-items: center;
  height: 80rem
}

.cl_2030_btm[id='xsmteBSgFA'] .title-area {
  width: 100%
}

.cl_2030_btm[id='xsmteBSgFA'] .title-area h2 {
  color: var(--white)
}

@media (max-width: 992px) {
  .cl_2030_btm[id='xsmteBSgFA'] .contents-container {
    height: 62rem
  }

  .cl_2030_btm[id='xsmteBSgFA'] {
    --height-mtebszru: 200px
  }
}
/* cl_2030_btm [irmtF6E83x] */
.cl_2030_btm[id='irmtF6E83x'] {
  position: relative;
  overflow: hidden;
  --height-mtebszru: 300px;
  background: url(../images/img_mtcnbd3m.jpg) no-repeat center / cover
}

.cl_2030_btm[id='irmtF6E83x'] .contents-container {
  display: flex;
  align-items: center;
  height: 80rem
}

.cl_2030_btm[id='irmtF6E83x'] .title-area {
  width: 100%
}

.cl_2030_btm[id='irmtF6E83x'] .title-area h2 {
  color: var(--white)
}

@media (max-width: 992px) {
  .cl_2030_btm[id='irmtF6E83x'] .contents-container {
    height: 62rem
  }

  .cl_2030_btm[id='irmtF6E83x'] {
    --height-mtebszru: 200px
  }
}
/* cl_4050_04 [eZmtf6e83x] */
.cl_4050_04 {
  overflow: hidden;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem
}

.cl_4050_04 .contents-inner {
  width: 100%
}

.cl_4050_04 .cardset.cardset-hor {
  align-items: center
}

.cl_4050_04 .cardset.cardset-hor .cardset-figure {
  flex: 1;
  width: auto;
  height: 40rem
}

.cl_4050_04 .cardset.cardset-hor .cardset-body {
  flex: 1;
  margin-left: 4rem;
  padding: 0
}

.cl_4050_04 .cardset.cardset-hor+.cardset.cardset-hor {
  margin-top: 10rem
}

.cl_4050_04 .cardset .cardset-desc {
  overflow: visible;
  -webkit-line-clamp: inherit;
  color: #777;
  font-weight: var(--fw-regular)
}

.cl_4050_04 .cardset .cardset-tit+.cardset-desc,
.cardset .cardset-desc+.cardset-txt {
  margin: 2rem 0 0
}

@media (max-width: 992px) {
  .cl_4050_04 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .cl_4050_04 .cardset.cardset-hor+.cardset.cardset-hor {
    margin-top: 4rem
  }

  .cl_4050_04 .cardset.cardset-hor .cardset-figure {
    width: 100%;
    height: 24rem
  }

  .cl_4050_04 .cardset.cardset-hor .cardset-body {
    margin: 2rem 0 0 0;
    width: 100%
  }

  .cl_4050_04 .cardset.cardset-xl .cardset-tit+.cardset-desc {
    margin-top: 0.8rem
  }
}
/* ask_tk [VlmcaanIj2] */
.ask_tk {
  overflow: hidden;
  position: relative;
  padding-bottom: 5rem;
  padding-top: 5rem
}

.ask_tk .contents-inner {
  width: 100%
}

.ask_tk h2 {
  margin-bottom: 3rem
}

.ask_tk .link-area {
  display: flex;
  border: 1px solid var(--border-color)
}

.ask_tk .link {
  flex: 1
}

.ask_tk .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  padding: 3.5rem
}

.ask_tk .link:not(:first-child) a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.1rem;
  height: calc(100% - 7rem);
  background: var(--border-color)
}

.ask_tk .thumb {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  background: #e9e9e9;
  border-radius: 50%;
  transition: background .3s
}

.ask_tk .link a:hover .thumb {
  background: var(--primary)
}

.ask_tk .thumb img {
  width: 4.1rem;
  height: 4.1rem;
  object-fit: contain;
  transition: filter .3s
}

.ask_tk .link a:hover img {
  filter: invert(1) brightness(2)
}

.ask_tk .desc strong {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  transition: color .3s
}

.ask_tk .link a:hover strong {
  color: var(--primary)
}

.ask_tk .desc span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: var(--text-color3);
  font-weight: var(--fw-bold)
}

.ask_tk .link i {
  display: none;
  margin-left: auto
}

@media (max-width: 992px) {
  .ask_tk {
    padding-bottom: 3rem;
    padding-top: 3rem
  }

  .ask_tk h2 {
    text-align: center
  }

  .ask_tk .link-area {
    flex-direction: column
  }

  .ask_tk .link a {
    justify-content: flex-start;
    padding: 1.5rem
  }

  .ask_tk .link+.link {
    border-top: 1px solid var(--border-color)
  }

  .ask_tk .link:not(:first-child) a::before {
    content: none
  }

  .ask_tk .thumb {
    width: 4.5rem;
    height: 4.5rem
  }

  .ask_tk .thumb img {
    width: 3.1rem;
    height: 3.1rem
  }

  .ask_tk .link i {
    display: block
  }
}
/* proj_link [NwmtJT5tqD] */
body {
  position: relative
}

.proj_link {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 2rem;
  z-index: 99;
  pointer-events: none;
  width: 100%
}

.proj_link .contents-container {
  width: 100%
}

.proj_link .contents-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  max-width: 56rem;
  min-height: 8rem;
  border: 1px solid var(--secondary);
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 0 0 1.6rem rgba(245, 245, 245, 0.025);
  pointer-events: auto
}

.proj_link .contents-inner h2 {
  flex: 1;
  font-weight: var(--fw-medium)
}

.proj_link .contents-inner .btnset {
  flex-shrink: 0
}

@media (max-width: 992px) {
  .proj_link .contents-inner {
    gap: 0.8rem;
    padding: 1.6rem 1.2rem;
    min-height: 0
  }

  .proj_link {}
}
/* proj_mm [CCmTiE6tT4] */
.proj_mm {
  border-bottom: 1px solid var(--border-color);
  display: none
}

@media (max-width: 992px) {
  .proj_mm {
    display: block
  }

  :root {
    --padding-left-mqj844kj: 0.1rem;
    --padding-right-mqj844kj: 0.1rem;
    --padding-left-mqj84bd6: 0.1rem;
    --padding-right-mqj84bd6: 0.1rem;
    --padding-left-mqj84kea: 0.1rem;
    --padding-right-mqj84kea: 0.1rem;
    --height-mqj86jku: 49px;
    --padding-left-mqj976se: 0.1rem;
    --padding-right-mqj976se: 0.1rem;
    --padding-left-mqj97ifb: 1.2rem;
    --padding-right-mqj97ifb: 1.2rem;
    --padding-left-mqj98rkj: 1.2rem;
    --padding-right-mqj98rkj: 1.2rem;
    --padding-left-mqj99c2u: 1.2rem;
    --padding-right-mqj99c2u: 1.2rem;
    --padding-left-mqj99zce: 1.2rem;
    --padding-right-mqj99zce: 1.2rem;
    --font-size-mqkef86q: 1.6rem;
    --letter-spacing-mt6t5oms: -0.05rem;
    --letter-spacing-mt6t5tou: -0.05rem;
    --letter-spacing-mt6t5y5n: -0.05rem;
    --letter-spacing-mt6t64gr: -0.05rem;
    --letter-spacing-mt6tlrdv: -0.05rem;
    --letter-spacing-mt6tlz1v: -0.05rem;
    --font-size-mt6vt6yq: 1.6rem
  }
}
/* proj_ms [SOmTIE6VZk] */
.proj_ms {
  border-bottom: 1px solid var(--border-color);
  display: none;
  background: var(--black)
}

:root {
  --padding-left-mqj8qyej: 0.1rem;
  --padding-right-mqj8qyej: 0.1rem;
  --padding-left-mqj8rqdi: 0.1rem;
  --padding-right-mqj8rqdi: 0.1rem;
  --padding-left-mqj8rzue: 0.1rem;
  --padding-right-mqj8rzue: 0.1rem;
  --padding-left-mqj8scqp: 0.4rem;
  --padding-right-mqj8scqp: 0.4rem;
  --padding-left-mqj9an4h: 0.4rem;
  --padding-right-mqj9an4h: 0.4rem;
  --padding-left-mqj9blzp: 0.4rem;
  --padding-left-mqj9c8nq: 0.4rem;
  --padding-right-mqj9c8nq: 0.4rem;
  --padding-left-mqj9cq9j: 0.4rem;
  --padding-right-mqj9cq9j: 0.4rem;
  --height-mqj9ne65: 48px;
  --height-mqj9ov2b: 48px
}

.tabset-list {
  background-color: black
}

@media (max-width: 992px) {
  .proj_ms {
    display: block
  }

  :root {
    --padding-right-mqkfy1h4: 1rem;
    --letter-spacing-mt6tyohy: -0.05rem;
    --letter-spacing-mt6tysye: -0.05rem;
    --letter-spacing-mt6tywzi: -0.05rem;
    --letter-spacing-mt6tz0py: -0.05rem;
    --letter-spacing-mt6uksqu: -0.05rem;
    --letter-spacing-mt6ukxez: -0.05rem;
    --letter-spacing-mt6ul2i3: -0.05rem;
    --letter-spacing-mt6ul72r: -0.05rem
  }
}
/* proj_02 [kkmTiBZhOk] */
.proj_02 {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden
}

.proj_02 .textset {
  text-align: center
}

.proj_02 .textset .textset-desc {
  margin-top: 2rem;
  color: var(--text-color3)
}

@media (max-width: 992px) {
  .proj_02 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
}

@media (max-width: 576px) {
  .proj_02 .textset .textset-desc br {
    display: none
  }
}
/* proj_02 [ErmTJvst3u] : 편집됨 */
.proj_02[id='ErmTJvst3u'] {
  padding-top: 3rem;
  padding-bottom: 3rem
}

@media (max-width: 576px) {
  .proj_02[id='ErmTJvst3u'] .textset .textset-desc {
    margin-top: 1rem
  }
}
/* proj_03 [BmmtIbZHoK] */
.proj_03 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden
}

.proj_03 .textset {
  text-align: center
}

.proj_03 .textset .textset-desc {
  margin-top: 2rem;
  color: var(--text-color3)
}

@media (max-width: 992px) {
  .proj_03 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
}

@media (max-width: 576px) {
  .proj_03 .textset .textset-desc br {
    display: none
  }

  .proj_03 .textset .textset-desc {
    margin-top: 1rem
  }
}
/* proj_04 [ACMTJPV45w] */
.proj_04 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden
}

.proj_04 .textset {
  text-align: center
}

.proj_04 .textset .textset-desc {
  margin-top: 2rem;
  color: var(--text-color3)
}

@media (max-width: 992px) {
  .proj_04 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
}

@media (max-width: 576px) {
  .proj_04 .textset .textset-desc br {
    display: none
  }

  .proj_04 .textset .textset-desc {
    margin-top: 1rem
  }
}