@charset "utf-8";
/* CSS Document */
img{
    display:block;
    width:100%;
    height:auto;
}
th{
    color:#E5DECA;
}
.product_list{
    text-align:left;
}
.product_list dt{
    
}
/*
#design{
    background:linear-gradient(#4A7664,#0D3B2B);
    color:#fff;
}
#game{
    background:linear-gradient(#FDF6E9,#F29EA2);
    color:#000;
}
#animation{
    background:linear-gradient(#A3A3E8,#00005B);
    color:#fff;
}
#programing{
    background:linear-gradient(#A5D4AD,#3F5444);
    color:#fff;
}
#algorithm{
    background:linear-gradient(#C77665,#B2291C);
    color:#fff;
}
#c_language{
    background:linear-gradient(#FFFFFF,#FFF7E8);
    color:#000;
}*/
.cm_list{
    display:flex;
    flex-direction:row;
}
@media only screen and (min-width:1023px), print {
    .cm_list{
        display:flex;
        flex-direction:column;
    }
}
.cm{
    width:100%;
    max-width:300px;
    height:250px;
    overflow:hidden;
}