.gallery_area {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery_area li{
    box-shadow: 1px 1px 4px rgba(0,0,0,.1);
    margin-bottom: 5px;
    display: flex;
    width: 100%;
}
.gallery_area li a {
    background-color: #FFFFFF;
    display: flex;
    width: 100%;
    align-items: center;
    color: #004c8f;
    text-decoration: none;
}
.gallery_area li a .img {
    width: 336px
}
.gallery_area li a .text {
    width: calc(100% - 336px);
    padding: 10px;
    box-sizing: border-box
}
.gallery_area p.day{
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    padding: 0;
}
.gallery_area .day + p{
    /* margin: 3px 0; */
    text-align: left;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}
.gallery_area li:nth-child(odd){
    /* width: 340px; */
    /* height: 340px; */
    /* float: left; */
    text-align: center;
}
.gallery_area li:nth-child(even){
    /* width: 340px; */
    /* height: 340px; */
    /* float: right; */
    text-align: center;
}
.gallery_area li.full{
    height: auto;
    text-align: center;
    margin: 10px auto;
}
.gallery_contents{
    width: 690px;
    /* height: 1550px; */
    margin: 0 auto;
}

.gallery_area li img{
    width: 100%;
}

.line{
    margin: 5px 0;
    border-top: 1px dotted #039BE5;
}
.title{
    background-color: #0A4C94;
    color: #FFFFFF;
    padding-left: 25px;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}