#title_area{
    background-image: url(../img/specials/title_bg.png);
}


#content01{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

#content01 li{
    padding: 15px;
    box-sizing: border-box;
}

#content01 a{
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.2);
    position: relative;
}

#content01 figure{
    width: 100%;
    height: auto;
    overflow: hidden;
}

#content01 figure img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transform: scale(1);
    transition: .3s;
}

#content01 li:hover figure img{
    transform: scale(1.1);
}

#content01 figcaption{
    display: table;
    text-align: center;
    position: relative;
    width: 100%!important;
    height: 110px;
    box-sizing: border-box;
    background-color: #fff;
}

#content01 .textwrap{
    display: table-cell;
    vertical-align: middle;
    width: 100%!important;
    height: 110px;
}


#content01 figcaption h4{
    font-size: 34px;
    color: #333;
}

#content01 figcaption .bold{
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

#content01 figcaption p{
    font-size: 15px;
    color: #666;
}

@media (max-width:1024px) {
    #title_area{
        margin-top: 50px;
    }
    
    
    header{ 
        height: 50px; 
        background: #fff; 
        transition: 0.3s;
    }

    header .hbottom{
        top: 0;
    }

    header .mo-reserv{
        margin: 8px 0;
    }
    
    header .mologo{
        margin: 7px auto;
    }
    
    header .h-mo-logo{
        display: none;
    }
    
    header .h-scroll-logo{
        display: block;
    }
    
    header #panelbtn{
        margin: 5px 0;
    }
    
    header #panelbtn span{
        background-color: #333;
    }
    
    
    
    
    
    #content01 li{
        padding: 10px;
        box-sizing: border-box;
    }

}


@media (max-width:540px) {
    #content01 li{
        padding: 5px;
        box-sizing: border-box;
    }
    #content01 figure{
        height: 120px;
    }
    
    #content01 figure img{
    height: 120px;
    object-fit: cover;
    transform: scale(1);
    transition: .3s;
}
    
    #content01 figcaption{
        height: 80px;
    }

    #content01 .textwrap{
        height: 80px;
    }


    #content01 figcaption h4{
        font-size: 20px;
        color: #333;
    }

    #content01 figcaption .bold{
        font-size: 12px;
        color: #333;
        font-weight: 600;
    }

    #content01 figcaption p{
        font-size: 12px;
        color: #666;
    }
}