@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
}

body {
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
}

.wrap {
  position: relative; 
}

/* ---------------------------------------------------------------- */
header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 9999;
    border-bottom: 1px solid #eee;
}

.h_logo {
    width: 34.06%;
    height: 42px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    margin-left: 80px;
}

ul.gnb {
    width: 820px;
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.gnb>li>a>p {
    color: #555;
    text-align: center;
    font-family: "Roboto";
    font-size: 23px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.253px;
    transition: all 0.3s ease;
}

ul.gnb>li:hover p {
    color: #00ADA4;
    text-align: center;
    font-family: "Roboto";
    font-size: 23px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.253px;
}

.side_menu {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.side_menu>i {
    font-size: 20px;
    color: #555;
}


/* ---------------------------------------------------------------- */
ul.gnb>li.active p {
    color: #00ADA4;
    font-weight: 700;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
