.w_auto{
    width: auto;
}
.w90 {
    width: 90px;
}
.w100 {
    width: 100px;
}
.w120 {
    width: 120px;
}
.w160 {
    width: 160px;
}
.w170 {
    width: 170px;
}
.w200 {
    width: 200px;
}
.w215 {
    width: 215px;
}
.w265 {
    width: 265px;
}
.w300 {
    width: 300px;
}
.wp100 {
    width: 100%;
}
.h50 {
    height: 50px;
}
.h60 {
    height: 60px;
}
.h-auto {
    height: auto;
}
.m60{
    margin: 60px 0px;
}
.ml10{
    margin-left: 10px;
}
.ml15{
    margin-left: 15px;
}
.ml80 {
    margin-left: 80px;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.mr20{
    margin-right: 20px;
}
.mr80 {
    margin-right: 80px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt45{
    margin-top: 45px;
}
.mt50{
    margin-top: 50px;
}
.mt60{
    margin-top: 60px;
}
.mt50p{
    margin-top: 50%;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb60 {
    margin-bottom: 60px;
}
.dp-flex {
    display: flex;
}
.dp-block {
    display: block;
}
.al-base{
    align-self: baseline;
}
.al-center {
    align-items: center;
}
as-fs {
    align-self: flex-start;
}
.fs14 {
    font-size: 14px;
}
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}
.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.txt-blue {
    color: #1765be;
}
.txt-dark-gray {
    color: #5d5d5d;
}
.txt-light-gray {
    color: #737373;
}
.bold {
    font-weight: bold;
}
.bg-people-power {
    background-color: #fddadb;
}
.bg-the-minjoo {
    background-color: #ccecf9;
}
.bg-justice21 {
    background-color: #fff4cd;
}
.bg-basic-income {
    background-color: #dcdde1;
}
.bg-transition {
    background-color: #ded0e5;
}
.bg-jinbo-party {
     background-color: #f4b2ba;
 }
.p-relative {
    position: relative;
}
