@charset "UTF-8";
a:hover,a:focus{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
button,span,p{
    margin: 0;
    padding: 0;
}
.pos-a{
    position: absolute;
}
.pos-r{
    position: relative;
}


button{
    border: none;
    background: transparent;
}
.container{
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}
.bold{
    font-weight: bold;
}
.write{
    color: #ffffff;
}
.green{
    color:#7cbd27;
}
.gray4d{
    color:#4d4d4d;
}
.gray60{
    color:#606060;
}
.blue-c3{
    color: #c3e3ff;
}
.com-12{font-size: 12px}
.com-14{font-size: 14px}
.com-18{font-size: 18px}
.com-20{font-size: 20px}
.com-24{font-size: 24px}
.com-26{font-size: 26px}
