﻿#now01 {
    margin: 0 auto 10%;
    padding: 0;
}
#now01 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#now01 h1 {
    margin: 0 0 7%;
    padding: 0;
}
#now01 h1 img {
    margin: 0;
    padding: 0;
}
#now01 .pickup {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7%;
}
#now01 .pickup .item {
    width: 32.5%;
    display: flex;
    flex-direction: column;
}
#now01 .pickup .item p {
    font-size: 14px;
}
#now01 .pickup .item .exp_txt {
    margin: 1em 4%;
}
#now01 .pickup .item ul {
    margin: 0 0 0 4%;
    padding: 0;
    list-style: none;
}
#now01 .pickup .item ul li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 2em; 
    font-size: 14px;
}
#now01 .pickup .item ul li::before {
    content: "";
    width: 1.3em;
    height: 1.3em;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0.1em;
}
#now01 .pickup .item:nth-child(1) ul li::before {
    background: url("/img/usr/genre/now01/260616_now01_check1.png") no-repeat center/contain;
}
#now01 .pickup .item:nth-child(2) ul li::before {
    background: url("/img/usr/genre/now01/260616_now01_check2.png") no-repeat center/contain;
}
#now01 .pickup .item:nth-child(3) ul li::before {
    background: url("/img/usr/genre/now01/260616_now01_check3.png") no-repeat center/contain;
}
#now01 .pickup .item p.center {
    text-align: center;
    margin-bottom: 0.7em;
}
#now01 .cgsbanner {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
#now01 .cgsbanner p {
    font-size: 20px;
    margin-bottom: 0.7em;
}



@media (max-width: 1180px) {
    
#now01 .pickup .item ul li {
    font-size: 11px;
}
#now01 .pickup .item p {
    font-size: 11px;
}
#now01 .cgsbanner p {
    font-size: 15px;
}
    
}