@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

.list_tilelist {
    /*border:1px solid #00F;/* 顯示外框(測試用) */
}

.list_tilelist ul .item_content img {
    width: 100%;
}
.list_tilelist ul .item_content .name {
    min-height: 50px;
}

/*-------------------------------------------------
 內容
--------------------------------------------------*/
#holder {
    display: flex;
    max-width: 1280px;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    /* padding-inline-end: 40px; */
}

#holder li {
    max-width: 224px;
}

#holder li img {
    width: 100%;
}

.list_tilelist .swControls {
    position: relative;
    margin: -544px 0 0 0;
    padding-left: 400px;
    _padding-left: 150px;
    *padding-left: 150px;
    /*border:1px solid #F00; /*顯示外框(測試用) */
}

.list_tilelist a.swShowPage {
    /* 分頁按鈕 */
    background-color: #444;
    float: left;
    height: 15px;
    margin: 4px 3px;
    text-indent: -9999px;
    width: 15px;

    /*border:1px solid #444;
	
	/* CSS3 rounded corners*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.list_tilelist a.swShowPage:hover,
.list_tilelist a.swShowPage.active {
    background-color: #2993dd;
}

/*-------------------------------------------------
 分頁
--------------------------------------------------*/
.list_tilelist .jPaginate {
    float: left;
    width: 650px;
}

.list_tilelist .jPaginate li {
    border: none;
}
