@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css');
* {
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
    letter-spacing: -0.05em;
}
.serif {
    font-family: 'Noto Serif KR', serif;
}
.pre {
    font-family: 'Pretendard', sans-serif;
}
body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Pretendard', sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
    max-width: 1920px;
    margin: 0 auto;
}
a {
    color: #202020;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}
li {
    list-style: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
    margin: 0;
}
small {
    font-style: normal;
}
.center {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
#fp-nav ul li .fp-tooltip {
    top: -5px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 0;
    transform: translateX(-50%) translateY(-50%);
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    margin: 0;
    background-color: #fff;
    width: 10px;
    height: 10px;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 8px;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: 0;
}
.fp-watermark {
    display: none !important;
}
/* header */
.header {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 102;
    padding: 0px 50px;
    background-color: #fff;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    transition: all 0.2s;
}
.hd_wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    z-index: 1;
    position: relative;
}
.hd_menu {
    display: flex;
    align-items: center;
}
.hd_menu > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    padding: 0px 50px;
}
.hd_menu > li > a > span {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
}
.hd_tel {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    color: #fff;
    padding: 6px 18px;
    background-color: #034580;
    border-radius: 10px;
}
.hd_tel img {
    margin-right: 10px;
}
.hd_tel span {
    opacity: 0.5;
}
.hd_con {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
}
.hd_con p {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 120%;
}
.hd_con span {
    font-weight: 700;
    color: #333;
}
.hd_con > div {
    display: flex;
    align-items: center;
}
.hd_con img {
    margin-right: 8px;
}
.sub_menu_wrap {
    position: fixed;
    left: 0px;
    top: -600px;
    background-color: #fff;
    width: 100%;
    padding: 100px 0px 20px;
    transition: all 0.2s;
    z-index: 101;
    padding-right: 142px;
    text-align: center;
}
.hd_sub_menu {
    width: 1096px;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
}
.hd_sub_menu ul:nth-child(1) {
    width: 226px;
}
.hd_sub_menu ul:nth-child(2) {
    width: 218px;
}
.hd_sub_menu ul:nth-child(3) {
    width: 164px;
}
.hd_sub_menu ul:nth-child(4) {
    width: 164px;
}
.hd_sub_menu ul:nth-child(5) {
    width: 197px;
}
.hd_sub_menu ul:nth-child(6) {
    width: 173px;
}
.hd_sub_menu ul {
    margin-top: 20px;
}
.hd_sub_menu a {
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.hd_sub_menu a:hover {
    font-weight: 700;
    color: #034580;
}
/* subpg_menu */
.subpg_menu {
    position: fixed;
    top: 100px;
    z-index: 101;
    left: 0px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.subpg_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subpg_menu a {
    padding: 0px 30px;
    line-height: 90px;
    font-size: 18px;
    font-weight: 400;
    color: #9b9b9b;
    display: inline-block;
    position: relative;
}

.subpg_menu a:hover {
    font-weight: 700;
    color: #333;
}

.subpg_menu a.active {
    font-weight: 700;
    color: #333;
}

.subpg_menu a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: #c8c8c8;
}

.subpg_menu a.active::before {
    height: 2px;
    background-color: #000;
}
/* footer */
.footer {
    background-color: #333;
    border-top: 1px solid #bbbbbb;
    padding: 44px 0px;
}
.footer > div {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ft_menu {
    font-size: 15px;
    font-weight: 400;
    color: #f4f4f4;
}
.ft_menu * {
    color: #f4f4f4;
}
.ft_left p {
    font-size: 15px;
    font-weight: 400;
    color: #f4f4f4;
    line-height: 160%;
    margin: 30px 0px;
}
.ft_left span {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
}

/* quick_menu */
.quick_menu {
    position: fixed;
    bottom: 47px;
    right: 71px;
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.quick_menu a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.quick_menu a:last-child {
    margin: 0;
}
.quick_menu a img {
    margin-bottom: 10px;
}
@media screen and (min-width: 1921px) {
    .footer {
        padding: 120px 0px;
    }
}
