@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');
@import url('https://fonts.googleapis.com/earlyaccess/jejumyeongjo.css');
@import url('https://fonts.cdnfonts.com/css/segoe-ui-4');
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    letter-spacing: -0.05em;
}
.score {
    font-family: 'SCoreDream', 'Pretendard', 'Noto Sans KR';
}
.title {
    font-family: 'Nanum Myeongjo', serif;
}
.en_font {
    font-family: 'Roboto', sans-serif;
}
.serif {
    font-family: 'Noto Serif KR', serif;
}
.segoe {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.jjmj {
    font-family: 'Jeju Myeongjo', serif;
}
.pre {
    font-family: 'Pretendard', sans-serif;
}
.sans {
    font-family: 'Noto Sans KR', sans-serif;
}
body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
    min-width: 1903px;
    padding-top: 95px;
}
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: 1400px;
    width: 100%;
    margin: 0 auto;
}

/* header */
#header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 101;
    top: 0px;
    left: 0px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
}
.hd_wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 95px;
    align-items: center;
}
.hd_wrap > .pc_con {
    display: flex;
}
.hd_wrap > ul > li > a {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 500;
    margin-left: 55px;
    transition: all 0.2s;
}
.hd_wrap > ul > li > a:hover {
    color: #4aacc6;
    /* font-weight: 700; */
}
