﻿@charset "utf-8";

@font-face {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 400;
    src:
        url(../fonts/NotoSansKR-Regular.woff) format('woff'),
        url(../fonts/NotoSansKR-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 500;
    src:
        url(../fonts/NotoSansKR-Medium.woff) format('woff'),
        url(../fonts/NotoSansKR-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 600;
    src: 
        url(../fonts/NotoSansKR-Bold.woff) format('woff'),
        url(../fonts/NotoSansKR-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-2ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Noto Sans CJK KR' !important;
    word-break: keep-all;
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans CJK KR' !important;
}
fieldset, img {
    border: 0 none;
    font-family: 'Noto Sans CJK KR' !important;
}
dl, ul, ol, menu, li {
    list-style: none;
    font-family: 'Noto Sans CJK KR' !important;
}
blockquote, q {
    quotes: none;
    font-family: 'Noto Sans CJK KR' !important;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
    font-family: 'Noto Sans CJK KR' !important;
}
input, select, textarea, button {
    border-radius: 0;
    vertical-align: middle;
    font-family: 'Noto Sans CJK KR' !important;
}
input::-ms-clear{display:none;font-family: 'Noto Sans CJK KR' !important;}
button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    font-family: 'Noto Sans CJK KR' !important;
}
body {
    background: #fff;
    direction: ltr;
    -webkit-text-size-adjust: none;
    font-family: 'Noto Sans CJK KR' !important;
}
body, th, td, input, select, textarea, button {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Noto Sans CJK KR' !important;
    color: #222;
    letter-spacing: -0.5px;
    font-weight: 400;
}
.os_mac body,.os_mac th,.os_mac td,.os_mac input,.os_mac select,.os_mac textarea,.os_mac button{letter-spacing:0}
a {
    color: #222;
    text-decoration: none;
    font-family: 'Noto Sans CJK KR' !important;
}
a:hover {
    color: none;
    text-decoration: none;
}
/*a:active {
    background-color: transparent;
}*/
address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
    font-family: 'Noto Sans CJK KR' !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Noto Sans CJK KR' !important;
}
input,textarea,a:focus { outline: none; }
button:focus { outline: none; }
select {
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
}
select::-ms-expand {
    display:none;
}
select:focus {
    outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
.bootstrap-select .btn:focus {
    outline: 0 !important;
}


/* Skip area */
#Skip-navigation {position: absolute; left: 0; top: -100px; z-index: 1001; width: 100%; height: 60px; line-height: 60px; text-align: center; font-size: 20px; color: #fff; transition: all 0.5s; background: #666;}
#Skip-navigation:focus { top:0;}

/* ir */
.ir {width:0; height:0; overflow:hidden; font-size:0; line-height:0; position:absolute; left:0; top:0;}

/* clearfix */
.clearfix {*zoom:1;}
.clearfix:before, .clearfix:after {display:block; content:'';line-height: 0;}
.clearfix:after {clear:both;}

.mt40 {
    margin-top: 40px !important;
}

