@charset "UTF-8";

html,
body {
    font-family: 'Samsung One', 'Noto Sans KR', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    /*font-size: 0.8333333333333vw;*/
    font-size: 16px;
    color: #333;
    letter-spacing: -0.025em;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

a {
    color: #333;
    text-decoration: none;
}

h1,
h2,
.font-cheil-roman {
    font-family: 'Cheil Roman', 'Noto Sans KR', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
}

.font-bold {
    font-weight: 700;
}


.page-dark {
    color: #fff;
}

.font-bold {
    font-weight: 700 !important;
}

.font-extrabold {
    font-weight: 900 !important;
}

.font-white {
    color: #fff !important;
}


.color-agree {
    color: #46bebe;
}

.color-disagree {
    color: #46bebe;
}


.font-light {
    font-weight: 100 !important;
}

.text-opacity-0 {
    opacity: 0 !important;
}

.underlined {
    text-decoration: underline;
}
