@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css');
@import url('https://webfontworld.github.io/SCoreDream/SCoreDream.css');

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    letter-spacing: -0.05em;
}
.title {
    font-family: 'Nanum Myeongjo', serif;
}
.en_font {
    font-family: 'Roboto', sans-serif;
}
body {
    padding-top: 100px;
    position: relative;
    overflow-x: hidden;
    font-family: 'Pretendard', sans-serif;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
}
a {
    color: #191919;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}
li {
    list-style: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.m_con {
    display: none;
}
.blind {
    text-indent: -9999px;
    line-height: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
    margin: 0;
}
.center {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

/* header */
#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    z-index: 101;
}
.pc_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pc_nav > ul {
    display: flex;
}
.pc_nav > ul > li {
    position: relative;
}
.pc_nav > ul > li > ul {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 101;
    width: 163px;
    text-align: center;
    display: none;
    padding: 0px 0px 20px;
}
.pc_nav > ul > li > ul > li > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}
.pc_nav > ul > li > ul > li > a:hover {
    color: #37b296;
}
.pc_nav > ul > li > a {
    font-size: 18px;
    font-weight: 700;
    height: 100px;
    display: flex;
    padding: 0px 20px;
    transition: all 0.2s;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pc_nav > ul > li > a span {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 500;
}
.pc_nav > ul > li > a:hover {
    color: #37b296;
}
.hd_con {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.hd_con > h3 {
    font-size: 50px;
    font-weight: 700;
    color: #37b296;
    line-height: 47px;
}
.hd_con > div {
    display: flex;
    align-items: center;
}
.hd_swiper {
    height: 34px;
    overflow: hidden;
    margin-right: 14px;
}
.hd_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.hd_swiper .swiper-slide p {
    font-size: 16px;
    font-weight: 500;
    color: #727272;
    height: 100%;
}
.hd_swiper .swiper-slide img {
    margin-right: 7px;
}
