.sub01_02_sub_s2 {
    width: 1400px;
    padding: 195px 0 145px 0;
}

.sub_s2_top {
    display: flex;
    width: 1400px;
    height: 355px;
    justify-content: space-between;
    align-items: center;
}

.s_s2_txt {
    display: inline-flex;
    flex-direction: column;
}

.s_title {
    font-size: 45px;
    color: #333;
    letter-spacing: -1px;
}

.hippen {
    width: 45px;
    height: 3px;
    background: #333;
    margin: 39px 0 46px 0;
}

.s_text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.sub_s2_bottom {
    display: flex;
    width: 100%;
    height: 320px;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.grid {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;
    max-height: 100%;
    filter: brightness(0.8);
    min-height: 312px;
    min-width: 1000px;*/
}

.logo_box {
    display: flex;
    width: 1000px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}

.download {
    display: flex;
    width: 194px;
    height: 60px;
    border: 1px solid #333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 25px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.download img {
    float: right;
    width: 17px;
    height: 18px;
    margin-left: 12px;
}

.sub2_section02 {
    width: 100%;
    overflow: hidden;
}

.sub_s2 {
    width: 1400px;
    height: 100%;
}

.sub_2_wrap {
    float: left;
    display: flex;
    width: 1075px;
    flex-direction: column;
}

.color_wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.colors {
    float: left;
    display: flex;
    width: 30%;
    justify-content: space-around;
    align-items: center;
}

.colors li {
    font-size: 16px;
    font-family: 'Play', sans-serif;
}

.colors li:last-child {
    color: #666;
}

/*
@media all and (max-width:1650px) {
    .sub_s2_top {
        width: 100%;
    }

    .grid {
        min-height: 312px;
    }

    .logo_box {
        width: 71.5%;
    }

    .sub_2_wrap {
        width: 90.4%;
    }
}

@media all and (max-width:1100px) {
    .s_text {
        font-size: 1.5vw;
    }
}

@media all and (max-width:1023px) {

    .sub_s2_top {
        flex-direction: column;
    }

    .s_title {
        float: left;
        width: 100%;
        font-size: 30px;
    }
    
    .s_text{
        font-size: 16px;
    }
    
    .logo_box{
        flex-direction: column;
        padding-top: 30px;
    }
    
    .in_logo{
        margin-bottom: 50px;
    }
    
    .sub01_02_sub_s2{
        padding: 55px 0 145px 0;
    }
    
    .colors{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .cb li{
        width: 33.33%;
    }
}


@media all and (min-width:600px) and (max-width:1022px) {
    
    .s_text br{
        display: none;
    }
}

@media all and (min-width:500px) and (max-width:599px) {
    
    .s_text br{
        display: none;
    }
}
*/