@charset utf-8;

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
hr {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal;
    font-family: 'noto-m';
    line-height: 1em;
}
fieldset{
	border:0;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

body {
    font-size: 16px;
    line-height: 1em;
    color: #373737;
    margin: 0;
    font-family: 'noto-r';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    line-height: 1em;
}

a {
    color: #373737;
    text-decoration: none;
    letter-spacing: -0.6px;
    line-height: 1em;
}

li {
    list-style: none;
}

img {
    border: 0;
}

input,
button {
    font-family: 'nanumsquarer', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

/* ie placeholder */
input:-ms-input-placeholder {
    font-family: 'nanumsquarer', 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

input::-ms-value {
    font-family: 'nanumsquarer', 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}
input[type=button]{
    cursor: pointer;
    outline: none;
    background-color: #fff;
}

/*나눔스퀘어 폰트*/
.ns{
    font-family: 'nanumsquarer';
}
/* 텍스트숨기기 */
.blind {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* float */
.cf {}

.cf:after {
    content: '';
    display: block;
    clear: both;
}
.cf2 {display: none;}


.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

/*모바일 반응형*/
@media screen and (max-width:720px){
    
}

/**/
.w_100 {
    width: 100%
}

.w_90 {
    width: 90%
}

.w_80 {
    width: 80%
}

.w_70 {
    width: 70%
}

.w_60 {
    width: 60%
}

.w_50 {
    width: 50%
}

.w_40 {
    width: 40%
}

.w_30 {
    width: 30%
}

.w_20 {
    width: 20%
}

.w_10 {
    width: 10%
}
/*폰트컬러*/
.f-color-wh{
    color: #fff !important;
}

/*모바일 반응형*/
@media screen and (max-width:720px){
.f-color-wh.system {display: block; margin-left:63px;}
.w_50 {width: 100%;}
}

/**/
.t-align-r{
	text-align:right;
}
.t-align-c{
	text-align:center;
}
/**/
.margin-top-10{margin-top:10px}
.margin-top-20{margin-top:20px}
.margin-top-30{margin-top:30px}
.margin-top-40{margin-top:40px}
.margin-top-50{margin-top:50px}

/* 모바일 반응형 이숙희 */
@media screen and (max-width:720px){
.m_100{display:none;}
}


