html, body, a {
    background:#fff;
    color:#666;
    font-size:1em!important;;
    font-family: 'Noto Sans KR',sans-serif;
}

/* header */
header{
    background:#fff;
    text-align:right;
    position: fixed;
    z-index:1000;
    width:100%;
    height:70px;
    float:left;
    padding:30px 0 0;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
}

header h1{
    position:absolute;
    left:15px;
    top:0px;

}

header h1 img{
    width: 173px;
    height: 31px;
    vertical-align:top;
}

header a{
    display:block;
    text-decoration:none;
}

header ul{
    padding-right:20px;
}

header ul li {
    display:inline-block;
    padding-left:30px;
}

header ul li a{
    color:#027DB8;
}

.link_tap {
    color:#666;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 15px;
    line-height: 35px;
    vertical-align: top;
    margin-left: 100px
}

a:hover {
    text-decoration: underline;
}

content-moved {
    margin-top: 20px;
    transition: margin-top 0.3s ease;
}

.terms_privacy {
    padding-top:80px;

}

.title {
    text-align: center
}

body {
    margin-top: 0px;
}

.policyTitle {
    margin: 30px 100px 20px 100px;
}

.policyContent {
    border-bottom:1px solid #C9C8D1;
    margin: 0 100px 0 100px;
    padding-bottom: 40px;
}

.policyContent:last-of-type {
    border-bottom:0px
}

