* {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -1px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}.

nav_wrap p a {
    color: #555555;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
}

.nav_wrap p a:hover {
    color: highlight;
    ;
    text-decoration: none;
}

.nav_wrap p b {
    margin-left: 2px;
    margin-right: 7px;
}

@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

title-0 {
    font-family: 'Noto Sans KR';
    font-size: 22px;
    color: #20d2b3;
    font-weight: 700;
}

title-1 {
    font-family: 'Noto Sans KR';
    font-size: 22px;
    color: #333333;
    font-weight: 700;
}



title-on {
    font-family: 'Noto Sans KR';
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

title-off {
    font-family: 'Noto Sans KR';
    font-size: 14px;
    color: #555555;
    font-weight: 600;
}

title-sm {
    font-family: 'Noto Sans KR';
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

.std_img {
    width: 90%;
    border: 0px solid #eeeeee;
    padding: 10px;
    object-fit: scale-down;
    margin: auto;
    display: block;
}

.button-off {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px #dddddd;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 0px;
    border-radius: 4px;
    cursor: pointer;
    width: 130px;
}

.button-on {
    background-color: rgba(dd,dd,dd, 0.5);
    border: 1px solid #eeeeee;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 0px;
    border-radius: 4px;
    cursor: pointer;
    width: 130px;
    box-shadow: rgba(50,50,50,0.5) 2px 2px inset
}

.indent-0 {
    margin-left: 30px;
}

.fNor {
    font-family: 'Noto Sans KR', font-size: 12px;
    font-weight: 400;
    color: #333333;
}

.fBol {
    font-family: 'Noto Sans KR', font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.fSml {
    font-family: 'Noto Sans KR', font-size: 10px;
    font-weight: 100;
    color: #000000;
}

.fLrg {
    font-family: 'Noto Sans KR';
    font-size: 16px;
    font-weight: 600;
    color: #5dba5d;
}


.mobile_line {
    display: block;
    width: 90%;
    height: 1px;
    float: center; // left 로 지정하면 화면 찢어지는 경우 있음(특히 explorer)
    background-color: #c9c9c9;
    margin: 50px 0 50px 0;
}



