/***************************************
		copyright by MaxWeb.com.tw 
***************************************/
@import url('style.css');

body {
    font-family: 'Noto Sans TC', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', 'Microsoft YaHei';
    font-weight: 400;
    color: #333;
    font-size: 18px;
    /*1.6 × 10px = 16px */
    line-height: 1.8;
    height: 100%;
}

/*-------------------------------------------- 
	container
---------------------------------------------*/
#container {
    overflow: hidden;
    width: 100%;
}

/*-------------------------------------------- 
	content1
---------------------------------------------*/
#content1 {
    width: 100%;
    position: relative;
}

.content1 .content_image {
    background-color: rgb(35 63 87);
    /*height: 200px;*/
}

/*breadcrumb*/
.list_breadcrumb_blue01 {
    position: absolute;
    width: 100%;
    background: rgba(190, 190, 190, 0.6509803922);
    background: linear-gradient(90deg, rgba(190, 190, 190, 0.6509803922) 70%, rgba(255, 255, 255, 0));
    z-index: 9;
}

.list_breadcrumb_blue01 ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 6px 100px;
    font-size: 1.4rem;
    width: 1680px;
    margin: auto;
}

.list_breadcrumb_blue01 li a {
    color: #e5e5e5;
}

.list_breadcrumb_blue01 li a:hover {
    color: #fff;
}

.list_breadcrumb_blue01 li .crumb_tag {
    color: #e5e5e5;
}

.list_breadcrumb_blue01 li:last-child {
    color: #20445a;
}

.list_breadcrumb_blue01 li:last-child a {
    color: #20445a;
}

.image_menu .image_menu_box .content_image img {
    width: 100%;
    object-fit: cover;
}

.label_menu_title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 64%;
    z-index: 8;
    transform: translate(0, -70%);
}
.label_menu_title h1 {
    max-width: 1440px;
    margin: auto;
    color: #fff;
    font-size: 4.2rem;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    color: #1b2c3c;
}
/*table td{
	padding: 8;
}*/
table caption {
    /*font-size: 1.8rem;*/
    font-weight: 700;
    text-align: center;
}
table thead {
    background: #70b4df;
    color: #fff;
    /*cursor: pointer;*/
}
table thead th {
    text-align: center;
}
/*.tablesorter {
	margin:0;
	width: 100%;
	text-align: left;
	border:0;
	background: #FFF;
}
.tablesorter thead tr th{
	font-weight:normal;
	color:#FFF;
	line-height:23px;
	text-indent:10px;
	border-right: 1px Solid #FFF;
}
*/

/*-------------------------------------------- 
	content2
---------------------------------------------*/
#content2 {
    width: 1280px;
    margin: auto;
    padding: 80px 0;
}
@media (max-width: 1279px) {
    #content2 {
        width: 100%;
        padding: 50px;
    }
}
@media (max-width: 1023px) {
    #content2 {
        padding: 50px 25px;
    }
}
@media (max-width: 767px) {
    #content2 {
        padding: 50px 20px;
    }
}

/*-------------------------------------------- 
	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*/
@media screen and (max-width: 1023px) {
    .label_menu_title h1 {
        /*margin: 8% 0 0px 15%;*/
        /*padding: 0px 20px;*/
        font-size: 3rem;
    }
    .canvas_post img {
        /*width: 100%;*/
        max-width: 100%;
    }
}
/*iPhone*/
@media screen and (max-width: 767px) {
    .label_menu_title h1 {
        /*margin: 5% 0 0px 5%;*/
        font-size: 2rem;
    }
    .list_breadcrumb_blue01 ul {
        width: 100%;
        padding: 2px 10px;
    }
    .list_breadcrumb_blue01 li {
        font-size: 1.4rem;
    }
    .image_menu_box .content_image img {
        /*height: 200px;*/
    }
    .label_menu_title h1 {
        padding: 0 10px;
    }
}
