﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#ContentPane .ModuleSet_Standard_9319 .SetContentPane {
    float: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ContentPane .ModuleSet_Standard_9319 .Item_Banner .ModuleReference {
    float: none;
    width: 270px;
    margin: 0px;
    padding: 0px;
}

.ModuleSet_Standard_9319 .Item_Banner .base_img {
}

.ModuleSet_Standard_9319 .Item_Banner .base_img a {
}

.ModuleSet_Standard_9319 .Item_Banner .base_img img {
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#ContentPane .ModuleSet_Standard_9319 .SetContentPane {
    float: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ContentPane .ModuleSet_Standard_9319 .Item_Banner .ModuleReference {
    float: none;
    width: 155px;
    margin: 0px;
    padding: 0px;
}

.ModuleSet_Standard_9319 .Item_Banner .base_img {
}

.ModuleSet_Standard_9319 .Item_Banner .base_img a {
}

.ModuleSet_Standard_9319 .Item_Banner .base_img img {
}
}
