@charset "utf-8";

/* reset */
/* 여백 초기화 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    word-break: keep-all;
        -webkit-tap-highlight-color : transparent;
}

/* html5shiv */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

img {
    width: 100%;
    height: 100%;
    vertical-align: middle;

}
/* 대문자 */
.capital {
    text-transform: uppercase;
}
/* 단어 줄바꿈 */
p,
span {
    word-break: keep-all;
}

/* a 링크 초기화 */
a {
    -webkit-tap-highlight-color:transparent;
    display: inline-block;
    color: #454951;
    text-decoration: none;
}

/*:before, :after*/
*,
*:after,
*:before {
    box-sizing: border-box;
}

/* 블릿기호 초기화 */
li,
ol,
ul {
    list-style: none;
}

/*버튼 초기화*/
button {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 100;
    src: url("/css/fonts/NotoSansKR-Thin.woff") format('woff'),
    url("/css/fonts/NotoSansKR-Thin.woff2") format('woff2');
    unicode-range: U+AC00-D7A3;
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 200;
    src: url("/css/fonts/NotoSansKR-Light.woff") format('woff'),
    url("/css/fonts/NotoSansKR-Light.woff2") format('woff2');
    unicode-range: U+AC00-D7A3;
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    src: url("/css/fonts/NotoSansKR-DemiLight.woff") format('woff'),
    url("/css/fonts/NotoSansKR-DemiLight.woff2") format('woff2');
    unicode-range: U+AC00-D7A3;
}

@font-face {
   font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    src: url("/css/fonts/NotoSansKR-Regular.woff") format('woff'),
   url("/css/fonts/NotoSansKR-Regular.woff2") format('woff2');
    unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    src: url("/css/fonts/NotoSansKR-Medium.woff") format('woff'),
    url("/css/fonts/NotoSansKR-Medium.woff2") format('woff2');
    unicode-range: U+AC00-D7A3;
}

@font-face {
   font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    src: url("/css/fonts/NotoSansKR-Bold.woff") format('woff'),
    url("/css/fonts/NotoSansKR-Bold.woff2") format('woff2');
    unicode-range: U+AC00-D7A3;
}

@font-face {
   font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 900;
    src: url("/css/fonts/NotoSansKR-Black.woff") format('woff'),
    url("/css/fonts/NotoSansKR-Black.woff2") format('woff2');
    unicode-range: U+AC00-D7A3;
}
/* 원 모바일 POP체 */
@font-face {
    font-weight: 400;
    font-family: "ONE-MOBILE-POP";
    font-style: normal;
    src: url("/css/fonts/ONE-MOBILE-POP-OTF.woff") format('woff'),
        url("/css/fonts/ONE-MOBILE-POP-OTF.woff2") format('woff2');

}

*,
p,
address,
body,
button,
em,
input,
input::placeholder,
select,
table,
textarea,
a {
    color: #454951;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    font-style: inherit;
    font-family: 'Montserrat',"Noto Sans KR",sans-serif;
    letter-spacing: -1px;
}


select {
    background: #fff;
}

textarea {
    resize: none;
}

/* 블릿기호 초기화 */
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

/*input box 초기화*/
input {
    border: 0;
    background: none;
}

/*table*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*form 초기화*/
fieldset {
    border: 0;
}

/*IR효과*/
.ir {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
/* 웹접근성을 고려한 블라인드 처리 */
.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
}

/* clearfix */
.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

.btn_margin {
    font-size: 0;
    line-height: 0;
}

html {
    font-size: 15px;
}
@media screen and (max-width : 1320px) {
    html {
        font-size: 14px
    }
}
@media screen and (max-width : 1024px) {
    html {
        font-size: 13px
    }
}
@media screen and (max-width : 768px) {
    html {
        font-size: 12px
    }
}
@media screen and (max-width : 480px) {
    html {
        font-size: 11px
    }
}

@media screen and (max-width : 320px) {
    html {
        font-size: 10px
    }
}
