@charset "UTF-8";

/* Noto Sans KR - Light */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/NotoSansKR-Light.woff') format('woff');
}
/* Noto Sans KR - Regular */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/NotoSansKR-Regular.woff') format('woff');
}
/* Noto Sans KR - Regular */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/NotoSansKR-Medium.woff') format('woff');
}
/* Noto Sans KR - Bold */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/NotoSansKR-Bold.woff') format('woff');
}

html {
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: antialiased;
    height: 100%;
    font-size: 62.5%;
    letter-spacing: -0.04em;
    scroll-behavior: smooth;
}
@media (min-width: 1280px) {
    html {
        font-size: 10px;
    }
}
@media (max-width: 1280px) {
    html {
        font-size: 9.3px;
    }
}
@media (max-width: 768px) {
    html {
        font-size: 9.2px;
    }
}
@media (max-width: 480px) {
    html {
        font-size: 8px;
    }
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -0.04em;
}

fieldset,
img {
    border: 0
}

dl,
li,
menu,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

button,
input,
select,
textarea {
    border-radius: 0;
    vertical-align: middle
}

input::-ms-clear {
    display: none
}

hr {
    display: none
}

button {
    background-color: transparent;
    border: 0;
    color: #222;
    cursor: pointer
}

button:disabled {
    cursor: auto
}

button.btn:disabled {
    background-color: #cdcdcd !important;
    border-color: #cdcdcd !important;
    color: #fff
}

button,
input {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    direction: ltr;
    word-break: keep-all
}

body,
button,
input,
select,
td,
textarea,
th {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
}

a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none
}

button:active,
button:focus {
    outline: none;
}

mark {
    word-break: break-all
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: 400
}

img {
    vertical-align: middle
}

b,
font,
strong {
    font-size: inherit
}

em,
i {
    font-style: normal
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent
}

input:-ms-input-placeholder {
    color: #949494
}

input::-ms-input-placeholder {
    color: #949494;
    font-size: inherit;
}

input::placeholder {
    color: #949494;
    font-size: inherit;
}

input::-webkit-input-placeholder {
    color: #949494;
    font-size: inherit;
}

input::-moz-placeholder {
    color: #949494;
    font-size: inherit;
}

input:-ms-input-placeholder {
    color: #949494 !important;
    font-size: inherit;
}

input:-mos-input-placeholder {
    color: #949494;
    font-size: inherit;
}

input[disabled]::-ms-input-placeholder {
    color: #949494;
    font-size: inherit;
}

input[disabled]::placeholder {
    color: #949494;
    font-size: inherit;
}

input[disabled]::-webkit-input-placeholder {
    color: #949494;
    font-size: inherit;
}

input[disabled]::-moz-placeholder {
    color: #949494;
    font-size: inherit;
}

input[disabled]:-ms-input-placeholder {
    color: #949494;
    font-size: inherit;
}

input[type=button]::-webkit-input-placeholder {
    color: #949494;
    font-size: inherit;
}

input[type=button]::-moz-placeholder {
    color: #949494;
    font-size: inherit;
}

input[type=button]:-ms-input-placeholder {
    color: #949494;
    font-size: inherit;
}

input[type=button]::-ms-input-placeholder {
    color: #949494;
    font-size: inherit;
}

input[type=button]::placeholder {
    color: #949494;
    font-size: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-text-fill-color: #222 !important;
    -webkit-transition: background-color 5000s;
    transition: background-color 5000s
}

textarea {
    resize: none
}

textarea:-ms-input-placeholder {
    color: #949494
}

textarea::-ms-input-placeholder {
    color: #949494;
    font-size: 14px
}

textarea::placeholder {
    color: #949494;
    font-size: 14px
}

textarea::-webkit-input-placeholder {
    color: #949494;
    font-size: 14px
}

textarea::-moz-placeholder {
    color: #949494;
    font-size: 14px
}

textarea:-ms-input-placeholder {
    color: #949494 !important;
    font-size: 14px
}

textarea:-mos-input-placeholder {
    color: #949494;
    font-size: 14px
}

textarea[disabled]::-ms-input-placeholder {
    color: #949494;
    font-size: 14px
}

textarea[disabled]::placeholder {
    color: #949494;
    font-size: 14px
}

textarea[disabled]::-webkit-input-placeholder {
    color: #949494;
    font-size: 14px
}

textarea[disabled]::-moz-placeholder {
    color: #949494;
    font-size: 14px
}

textarea[disabled]:-ms-input-placeholder {
    color: #949494;
    font-size: 14px
}

textarea:focus {
    outline: none
}

.hide,
.pop_hide {
    display: none !important
}

.visually_hidden {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.sr_only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.hidden {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden !important
}

.scroll {
    -webkit-overflow-scrolling: touch
}

.pc_only {
    display: block;
}

.mo_only {
    display: none;
}

@media screen and (max-width: 1024px) {
    .pc_only {
        display: none;
    }

    .mo_only {
        display: block;
    }
}

#skip_nav {
    position: relative;
    z-index: 999
}

#skip_nav a {
    background: #222;
    border: 1px solid #fff;
    color: #fff;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: -200px;
    width: 160px
}

#skip_nav a:active,
#skip_nav a:focus {
    top: 0
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.mt_0 {
    margin-top: 0 !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mt_30 {
    margin-top: 30px !important;
}

.mt_40 {
    margin-top: 40px !important;
}

.mt_60 {
    margin-top: 60px !important;
}

.mt_80 {
    margin-top: 80px !important;
}

.mt_100 {
    margin-top: 100px !important;
}
.mt_0 {
    margin-bottom: 0 !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mb_40 {
    margin-bottom: 40px !important;
}

.mb_60 {
    margin-bottom: 60px !important;
}

.mb_80 {
    margin-bottom: 80px !important;
}

.mb_100 {
    margin-bottom: 100px !important;
}

/* iframe 반응형 */
.iframe_container {
    position: relative;
    width: 100%;
    height: 0;
}
/* 16:9 */
.iframe16to9 {
    padding-top: 56.25%;
}
/* 4:3 */
.iframe4to3 {
    padding-top: 75%;
}
/* 4:1 */
.iframe4to1 {
    padding-top: 27%;
}
/* 2:1 */
.iframe2to1 {
    padding-top: 50%;
}
.iframe_container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.iframe_container .click_area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

/* blind */

.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}