﻿html, body, div, span, select, textarea, input, button, a, ul, dl, dd, dt, ol, p  {font-family: 'Pretendard'; margin:0; padding:0; color:#000; font-size:14px; font-weight:400; line-height:22px;}
button, input {background:none; border:none; outline: none}
button, a {cursor: pointer}
h1 {margin:0;}
a{text-decoration: none}
a:hover {text-decoration: none}
div, span, p, ul,dl,dd,dt,ol,li, input, textarea {list-style: none; box-sizing: border-box;}
em, i {font-style: normal}
table {width:100%; border-collapse: collapse; border-spacing: 0}
.blind {display: none}
img {width:100%; height:100%;}
table {width:100%;}
caption {display:none;}
td, th {text-align: center;height: 0}
textarea,
textarea:focus,
textarea:active{
    border: none;
    box-shadow: none;
    outline: none;
    resize: none;
}

input::-webkit-input-placeholder {
    color: #000; opacity:.5;
}
input:-moz-placeholder {
    color: #000; opacity:.5;
}
input::-moz-placeholder {
    color: #000; opacity:.5;
}
input:-ms-input-placeholder {
    color: #000; opacity:.5;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    src: url('../font/Pretendard-Bold.woff2') format('woff2'), url('../font/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    src:  url('../font/Pretendard-Medium.woff2') format('woff2'), url('../font/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    src:  url('../font/Pretendard-Regular.woff2') format('woff2'), url('../font/Pretendard-Regular.woff') format('woff');
}
