body {
  font-family: 'Noto Sans KR', sans-serif; }

a {
  color: inherit;
  text-decoration: none; }

button {
  border: none;
  color: inherit; }

ul, ol {
  list-style: none; }

sub, sup {
  font-size: 0.5em; }

.dev {
    margin: 20px 0;
    padding: 200px 100px;
    border: 1px solid #FF0000;
    background-image: url(/img/dev.jpg);
    border-radius: 6px;
    font-size: 2.2em;
    text-align: center; 
}

.imgbox {
  line-height: 0;
  text-align: center; }
  .imgbox img {
    width: 100%;
    max-width: 100%; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (max-width: 768px) {
  .only-web {
    display: none !important; } }

@media (min-width: 769px) {
  .only-mobile {
    display: none !important; } }

.hero-wrap {
  display: flex;
  height: 245px;
  justify-content: center;
  align-items: center;
  background: transparent center/cover no-repeat; }
  .hero-wrap h1 {
    margin-top: 60px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-transform: uppercase; }
  @media (min-width: 769px) {
    .hero-wrap {
      height: 490px; }
      .hero-wrap h1 {
        margin-top: 100px; } }

.breadcrumb {
  display: none; }
  @media (min-width: 769px) {
    .breadcrumb {
      display: block;
      padding: 18px 0 100px; }
      .breadcrumb ol {
        display: flex; }
      .breadcrumb li {
        color: #909090;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.2px;
        text-transform: uppercase; }
        .breadcrumb li + li::before {
          content: '>';
          margin: 0 4px;
          color: #909090; }
        .breadcrumb li:last-child {
          color: #000000; } }

.container {
  max-width: 1280px;
  margin: auto;
  padding: 0 15px 90px; }
  @media (min-width: 769px) {
    .container {
      padding: 0 0 130px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 0 1rem;
  background-color: rgba(255, 255, 255, 0.7); }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: auto; }
  .header__logo {
    display: flex;
    align-items: center;
    max-width: 143px; }
  @media (max-width: 768px) {
    .header__wrapper {
      height: 59px; }
    .header__menu-button {
      overflow: hidden;
      width: 20px;
      height: 20px;
      background: url("/theme/vessel/assets/images/header_menu_icon_m.png") center/cover no-repeat;
      text-indent: -999px; }
    .header__menu {
      visibility: hidden;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none; }
      .header__menu ul {
        position: relative;
        float: right;
        width: 230px;
        height: 100%;
        padding-top: 130px;
        background-color: #fff;
        z-index: 0;
        background: #fff url("/theme/vessel/assets/images/vessel_logo.png") 32px 30px/142px no-repeat;
        transform: translateX(100%);
        transition: transform .4s ease; }
    .header__menu--active {
      visibility: visible; }
      .header__menu--active::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2); }
      .header__menu--active ul {
        transform: translateX(0); }
    .header__menu-item {
      border-bottom: 1px solid #D9D9D9; }
      .header__menu-item:first-child {
        border-top: 1px solid #D9D9D9; }
      .header__menu-item a {
        display: block;
        height: 62px;
        line-height: 62px;
        text-align: center;
        font-family: 'Pretendard';
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.2px; } }
  @media (min-width: 769px) {
    .header__menu {
      margin: 0; }
      .header__menu ul {
        display: flex;
        gap: 20px;
        list-style: none; }
    .header__menu-item {
      position: relative;
      height: 98px;
      padding: 15px 0;
      font-family: 'Pretendard';
      color: #000000;
      font-size: 16px;
      font-weight: 700;
      line-height: 0;
      letter-spacing: 0.2px; }
      .header__menu-item::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        height: 0;
        width: 100%;
        background-color: #00479D; }
      .header__menu-item:hover, .header__menu-item.on {
        color: #00479D;
        transition: color ease-out .3s; }
        .header__menu-item:hover::after, .header__menu-item.on::after {
          height: 4px;
          transition: height ease-out .3s; }
      .header__menu-item a {
        display: block;
        height: 66px;
        padding: 19px 5px;
        line-height: 26px;
        white-space: nowrap; } }

.footer {
  background-color: #fff;
  padding: 0 15px; }
  .footer span {
    display: block;
    color: #5F5F5F; }
  .footer a[href] {
    text-decoration: underline; }
  .footer__mobile {
    max-width: 1280px;
    margin: auto;
    padding: 3rem 1rem;
    font-size: 14px;
    color: #5f5f5f; }
    .footer__mobile .number {
      display: flex;
      gap: 1rem; }
    .footer__mobile .email {
      margin-top: 1rem; }
    .footer__mobile .footer__images {
      margin-top: 2rem; }
      .footer__mobile .footer__images img {
        margin-bottom: -3rem; }
  .footer__web {
    display: none; }
  @media (min-width: 769px) {
    .footer {
      height: 307px;
      background-color: #474747; }
      .footer__mobile {
        display: none; }
      .footer__web {
        display: flex;
        align-items: center;
        position: relative;
        max-width: 1280px;
        height: inherit;
        margin: auto; }
        .footer__web h1 {
          font-family: 'Noto Sans KR';
          color: #fff;
          font-size: 20px;
          font-weight: 700;
          line-height: 40px;
          letter-spacing: 0.2px; }
        .footer__web .text {
          font-family: 'Noto Sans KR';
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          line-height: 40px;
          letter-spacing: 0.2px; }
        .footer__web .number, .footer__web span {
          display: flex;
          gap: 15px;
          font-family: 'Noto Sans KR';
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          line-height: 40px;
          letter-spacing: 0.2px; }
        .footer__web .email {
          font-family: 'Noto Sans KR';
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          line-height: 40px; } }
