
    .page-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-frame {
        float: left;
        font-size: 13px;
        width: 160px;
        border: 0;
    }

    .page-type {
        margin-bottom: 16px;
        width: 120px;
        border-bottom: 3px solid #c65752;
        padding: 5px 0;
        font-family: Noto Sans TC;
        font-size: 18px;
    }

    .page-images {
        max-width: 130px;
        /*height: 150px;*/
        position: center;
        border: 0;
    }

    .page-images>img {
        width: 400px;
        /*height: 150px;*/
        position: center;
        border: 0;
    }

    .contact-frame {
        float: left;
        font-size: 13px;
        width: 400px;
    }

    .contact-type {
        margin-bottom: 12px;
        width: 350px;
        border-bottom: 3px solid #f1025e;
        padding: 5px 0;
        font-family: Noto Sans TC;
        font-size: 18px;
    }

    .contact-type-empty {
        margin-bottom: 12px;
        width: 350px;
        /*border-bottom: 3px solid #f1025e;*/
        padding: 5px 0;
        font-family: Noto Sans TC;
        font-size: 18px;
    }

    .contact-info {
        max-width: 400px;
        /*height: 150px;*/
        position: center;
        border: 0;
        font-size: 14px;
        font-weight: 600;
    }

    .contact-images {
        width: 400px;
        /*height: 150px;*/
        position: center;
        border: 0;
    }

    .contact-images>img {
        width: 400px;
        /*height: 150px;*/
        position: center;
        border: 0;
    }
    .title-frame {
        float: left;
        font-size: 13px;
        width: 800px;
    }
    
    .title-info {
        max-width: 800px;
        /*height: 150px;*/
        position: center;
        border: 0;
        font-size: 18px;
        font-weight: 600;
    }
.recruit-notice
{
	color: red;
	font-weight: bold;
	font-size: 18px;
}
