@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.port-filter {
    /*display: none;*/
}
.list_vert {
    /*background-image: url('../../../../../../mw/cufiles/images/about/content_box_6_bg.webp');*/
    /*background-repeat: no-repeat;*/
    background-color: #fff;
}

.list_vert ul {
    margin: auto;
}

.list_vert li .list_tilelist ul > div {
    width: auto;
    overflow: unset;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px #878787;
    padding: 0;
    border-radius: 10px;
    margin: 0px;
}
.list_vert li .list_tilelist ul > div .item_image {
    width: 100%;
    height: 400px;
}
.list_vert li .list_tilelist ul > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 10px 0 0;
}
.list_vert li .list_tilelist ul > div h2 {
    color: #208a73;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
}

.list_vert ul .item_content .item .item_text {
    padding: 10px;
}

.list_vert ul .item_content .item .item_box .item_text .title {
    /*display: flex;
	align-items: center;
	gap:20px;*/
}
.list_vert li .list_tilelist ul > div .tag_box {
    display: flex;
    flex-wrap: wrap;
    overflow: unset;
    margin: 0;
    min-height: unset;
}
.list_vert li .item_box .item_text .tag_box span {
    font-size: 1.8rem;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    padding: 2px 10px;
    color: #959595;
    margin-right: 8px;
}

.item_description {
    display: none;
}
.item_button {
    display: none;
}

.list_vert li .list_tilelist ul {
    display: grid;
    grid-template-columns: repeat(3, 400px);
    justify-content: center;
    gap: 40px;
}
/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/
/*iPad Pro*/
@media screen and (max-width: 1279px) {
    .list_vert li .list_tilelist ul {
        grid-template-columns: repeat(auto-fit, 400px);
        gap: 20px;
    }
}
/*iPad*/
@media screen and (max-width: 1023px) {
}

/*iPhoe*/
@media screen and (max-width: 767px) {
}
