@charset "UTF-8";
#home .section-wrapper {
  position: relative;
  max-width: 1280px;
  height: inherit;
  margin: auto;
  padding: 3rem 1rem; }

@media (min-width: 769px) {
  #home .section-wrapper {
    padding: 8rem 1rem; } }

#home .main-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  background: #000; }
  #home .main-banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/theme/vessel/assets/images/home/main_new_m.png") center/cover no-repeat; }
  #home .main-banner__center-box {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 10%; }
  #home .main-banner__title {
    margin-left: -7%; }
  #home .main-banner__subtitle {
    margin-left: 7vw;
    margin-bottom: 1rem;
    color: #fff;
    font-family: 'Pretendard';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-transform: uppercase; }
  #home .main-banner__text {
    margin-left: 7vw;
    color: #fff;
    font-family: 'Pretendard';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-transform: uppercase; }
    #home .main-banner__text span {
      display: block; }
  @media (min-width: 769px) {
    #home .main-banner {
      height: 900px;
      padding-top: 100px;
      padding-bottom: 150px;
      min-height: auto; }
      #home .main-banner__background {
        background-image: url("/theme/vessel/assets/images/home/main_new_w.png"); }
      #home .main-banner .text-wrapper {
        padding-left: 0px; }
      #home .main-banner__center-box {
        padding: 5rem 0px 0px 10%;
        width: 100%;
        height: auto;
        position: relative;
        bottom: 0; }
      #home .main-banner__title {
        margin-left: -60px;
        padding: 30px 0 0;
        text-align: left; }
        #home .main-banner__title img {
          width: auto; }
      #home .main-banner__subtitle {
        margin-left: 2rem;
        margin-bottom: 0;
        font-family: 'Pretendard';
        font-size: 40px;
        line-height: 50px; }
      #home .main-banner__text {
        margin-left: 2rem;
        font-family: 'Pretendard';
        font-size: 30px;
        line-height: 50px; }
        #home .main-banner__text span {
          display: inline; } }
  @media (min-width: 769px) and (max-width: 960px) {
    #home .main-banner__subtitle {
      font-size: calc(min(4vw, 40px)); }
    #home .main-banner__text {
      font-size: calc(min(3vw, 30px)); } }

#home .main-title {
  color: #000;
  font-family: 'Pretendard';
  font-size: 40px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 0.2px;
  padding-bottom: 30px; }

#home .description {
  background-color: #fff; }
  #home .description .slide-content {
    height: 600px; }
  #home .description__wrapper {
    position: relative;
    max-width: 1280px;
    height: inherit;
    margin: auto;
    padding: 0px 1rem; }
  #home .description__subtitle {
    color: #00479D;
    font-family: 'Pretendard';
    font-size: 20px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0.2px;
    padding-top: 80px; }
  #home .description__card {
    padding: 0px 10px; }
    #home .description__card .img-description p {
      text-align: right; }
    #home .description__card .img-description .year {
      color: #000;
      font-family: 'Pretendard';
      font-size: 60px;
      font-weight: 400;
      line-height: 24px; }
    #home .description__card .img-description .c-00479D {
      color: 00479D; }
    #home .description__card .img-description .text {
      padding: 30px 0px;
      font-family: 'Pretendard';
      font-size: 14px;
      font-weight: 300;
      line-height: 24px; }
    #home .description__card img {
      width: 100%; }
  #home .description__page .page-wrapper {
    height: 100%; }
  #home .description__page .textbox {
    background-color: #F3F4F6;
    margin-right: 0px; }
  #home .description__page .textcontent {
    width: 100%;
    height: 310px;
    align-items: center;
    justify-content: space-between; }
    #home .description__page .textcontent .pagebox {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 20px; }
    #home .description__page .textcontent .textcontent-wrapper {
      justify-content: center;
      padding: 30px;
      height: 100%;
      display: flex;
      flex-direction: column; }
    #home .description__page .textcontent .subtitle {
      opacity: 40%;
      font-family: 'Noto Sans KR';
      font-size: 16px;
      font-weight: 700;
      line-height: 30px; }
    #home .description__page .textcontent .title {
      padding: 10px 0px 20px 0px;
      font-family: 'Noto Sans KR';
      font-size: 24px;
      font-weight: 700;
      line-height: 30px; }
    #home .description__page .textcontent .text {
      font-family: 'Noto Sans KR';
      font-size: 16px;
      font-weight: 400;
      line-height: 26px; }
  #home .description__page .page-index {
    display: flex;
    align-items: center; }
    #home .description__page .page-index .page-number {
      display: flex;
      padding: 0px 10px;
      color: #000;
      font-family: 'Roboto';
      font-size: 20px;
      font-weight: 700;
      line-height: 30px; }
      #home .description__page .page-index .page-number .slash {
        padding: 0px 5px;
        color: #D2D2D2;
        font-weight: 500; }
    #home .description__page .page-index .disabled {
      opacity: 30%; }
  #home .description__slide-container {
    width: 100%;
    overflow: hidden; }
  #home .description__slider {
    display: flex;
    transition: transform 0.5s ease-in-out; }
    #home .description__slider .slide {
      min-width: 100%; }
  @media (min-width: 769px) {
    #home .description {
      padding: 10rem 0px 20rem;
      margin-bottom: 5rem; }
      #home .description .textbox {
        margin-right: 0px;
        margin-right: 100px; }
      #home .description .textcontent {
        width: calc(100% + 100px);
        height: 310px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #home .description .textcontent .textcontent-wrapper {
          width: 500px; }
      #home .description__subtitle {
        padding-top: 0px; }
      #home .description__img {
        display: flex;
        padding-bottom: 100px; }
        #home .description__img .content-box {
          display: flex;
          width: 50%; }
        #home .description__img .main-title {
          width: 50%; }
      #home .description__page .page-wrapper {
        height: -moz-fit-content;
        height: fit-content; }
      #home .description__page .imgbox {
        width: 748px;
        height: 100%;
        padding-top: 30px; }
      #home .description__page .page-index {
        position: absolute;
        bottom: -8rem;
        left: 30; } }

#home .tv {
  background-color: F3F3F3; }
  #home .tv .card__img img {
    width: 100%;
    padding: 30px 0px; }
  #home .tv .card__text {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    margin: auto; }
    #home .tv .card__text .title {
      font-family: 'Noto Sans KR';
      font-size: 20px;
      font-weight: 700;
      line-height: 24px; }
    #home .tv .card__text .desc {
      font-family: 'Noto Sans KR';
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      color: #747474; }
  @media (min-width: 769px) {
    #home .tv {
      height: 744px; }
      #home .tv .content {
        display: flex;
        gap: 20px;
        height: 355px; }
      #home .tv__main {
        float: left;
        width: 50%; }
      #home .tv__list {
        float: right;
        width: 50%;
        display: flex;
        flex-direction: column; }
      #home .tv .card {
        display: flex;
        height: 0;
        flex: 1;
        padding-bottom: 10px;
        gap: 10px; }
        #home .tv .card__img {
          flex-shrink: 0; }
          #home .tv .card__img img {
            height: 100%;
            padding: 0px; }
      #home .tv .card:last-child {
        padding-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 960px) {
    #home .tv .card__text .title {
      font-size: calc(min(2vw, 20px));
      line-height: calc(min(2.4vw, 24px)); }
    #home .tv .card__text .desc {
      font-size: calc(min(1.6vw, 16px));
      line-height: calc(min(2vw, 20px)); } }

#home .lab {
  overflow: hidden; }
  #home .lab .lab-section-wrapper {
    padding: 3rem 1rem 0px; }
  #home .lab .content {
    position: relative; }
  #home .lab__gallery::-webkit-scrollbar {
    display: none; }
  #home .lab__gallery {
    padding: 0px 1rem 8rem;
    overflow-x: auto;
    white-space: nowrap; }
    #home .lab__gallery img {
      height: 300px;
      width: auto;
      margin-right: 10px; }
  #home .lab__more-btn {
    position: absolute;
    bottom: -250%;
    width: 100%;
    height: 60px;
    border: 1px solid #000;
    background-color: transparent;
    display: flex;
    align-items: center;
    place-content: center;
    font-size: calc(min(3.6vw, 18px)); }
  #home .lab__more-btn:hover {
    background-color: #F3F6F8;
    /* 마우스 오버시 배경색 변경 */ }
  #home .lab__more-btn:active {
    background-color: #dcdcdc;
    /* 마우스 오버시 배경색 변경 */ }
  @media (min-width: 769px) {
    #home .lab .lab-section-wrapper {
      padding: 8rem 1rem; }
    #home .lab__gallery {
      max-width: 1280px;
      margin: auto;
      overflow: scroll; }
    #home .lab__more-btn {
      width: 200px;
      top: 0;
      right: 0; } }

#home .event {
  display: flex;
  background-color: #00479D;
  height: 500px; }
  #home .event .content {
    display: flex; }
  #home .event .event-wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 50px; }
  #home .event__header {
    font-family: 'Noto Sans KR';
    color: #fff;
    font-size: calc(min(4.8vw, 32px));
    font-weight: 700;
    line-height: calc(min(6.4vw, 48px));
    padding-bottom: 30px; }
  #home .event__title {
    font-family: 'Noto Sans KR';
    color: #fff;
    font-size: calc(min(4.2vw, 24px));
    font-weight: 700;
    line-height: calc(min(5.6vw, 32px));
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top; }
  #home .event__desc {
    font-family: 'Noto Sans KR';
    color: #fff;
    font-size: calc(min(4.2vw, 24px));
    font-weight: 400;
    line-height: calc(min(5.6vw, 32px));
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top; }
  #home .event__regist {
    display: flex;
    justify-content: center; }
    #home .event__regist .regist-btn {
      height: 60px;
      width: 300px;
      min-width: 300px;
      background-color: #fff;
      font-family: 'Pretendard';
      border-radius: 8px;
      color: #00479D;
      font-size: 18px;
      font-weight: 700;
      line-height: 50px;
      letter-spacing: 0.2px;
      cursor: pointer; }
  @media (min-width: 769px) {
    #home .event {
      height: 400px; }
      #home .event .event-wrapper {
        max-width: 1500px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        grid-gap: initial; }
      #home .event__header {
        text-align: left; }
      #home .event__title {
        font-size: 24px;
        line-height: 30px;
        padding-right: 50px;
        vertical-align: inherit; }
      #home .event__desc {
        font-size: 24px;
        line-height: 30px;
        padding-right: 50px;
        vertical-align: inherit; }
      #home .event__regist .regist-btn {
        font-size: 28px;
        width: 300px; } }

#home .sponsor {
  padding: 3.5rem 30px;
  background-color: #F3F6F8; }
  #home .sponsor__background {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5%; }
  #home .sponsor .sponsor_banner {
    flex: 0 0 30%;
    margin-bottom: 10px; }
  @media (min-width: 769px) {
    #home .sponsor__background {
      gap: 35px; }
    #home .sponsor .sponsor_banner {
      flex: 0 0 130px; } }
