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

@import url('style.css');

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

/*-------------------------------------------- 
	content1
---------------------------------------------*/
#content1 {
    width: 100%;
    position: relative;
    /*margin-bottom: 40px;*/
}

.label_menu_title {
    position: relative;
    max-width: 1280px;
    margin: auto;
}
.label_menu_title h1 {
    position: absolute;
    /*margin: 250px 0 0px 15%;*/
    /*margin: 12% 0 0px 15%;*/
    /*margin: 80px 0 0px 15%;*/
    font-size: 4.2rem;
    color: #fff;
    /*border-radius: 6px;*/
    /*background: rgba(0%,10%,20%,0.6);*/
    /*top: 118px;*/
    /*left: 300px;*/
}

.list_breadcrumb_blue01 {
    overflow: hidden;
    margin: 0px auto;
    padding: 0px 0px;
    background: #f8f8f8;
}
.list_breadcrumb_blue01 ul {
    display: flex;
    justify-content: flex-end;
    max-width: 1280px;
    margin: 0 auto;
    /*margin: 0 10% 0 0;*/
    padding: 0;
    list-style: none;
}
.list_breadcrumb_blue01 li {
    float: left;
    line-height: 48px;
    font-size: 1.6rem;
    /*color: #F3BD37;*/
    /*font-weight: bold;*/
}
.list_breadcrumb_blue01 li a {
    color: #849293;
}
.list_breadcrumb_blue01 li a:hover {
    color: #399b8e;
}
.list_breadcrumb_blue01 li .crumb_tag {
    color: #849293;
}

.image_menu_box {
    /*background: rgba(0,0,0,0.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;*/
}
.image_menu {
    max-height: 300px;
}
.image_menu img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

/*-------------------------------------------- 
	content2
---------------------------------------------*/
#content2 {
}

#side1 {
    /*float: left;*/
    /*width: 20%;*/
    flex: 0 0 20%;
    min-height: 500px;
    padding: 0 0 0 20px;
}

/*-------------------------------------------- 
	menu
---------------------------------------------*/
.tree_gray_v {
    overflow: hidden;
    /*width: 220px;*/
    width: 100%;
    margin: 0;
    /*border: 3px solid #F90;*/
}
.tree_gray_v h1 {
    display: block;
    margin: 25px 0 18px 0;
    text-align: center;
    color: #d90000;
    /*font-size: 150%;*/
    /*font-family: 'Helvetica', 'arial';*/
    /*font-family: 'Myriad pro', 'arial';*/
    /*font-weight: bold;*/
}

/*-------------------------------------------- 
	first_menu
---------------------------------------------*/
.tree_gray_v .mw-nav > li {
    /*text-indent: 22px;
	line-height: 42px;
	background: url(../../../../../cufiles/images/web/layout/list_squire_gray.png) 0px 15px no-repeat;*/
    /*border-bottom:1px solid #FFF;*/
}
.tree_gray_v .mw-nav > li > a {
    /*color:#666;
	margin: 0px 0;
	line-height: 36px;
	background: #EEE;
	border-bottom: 0px solid #EEE;
	border-left: 4px solid #D9534F;*/

    text-indent: 22px;
    line-height: 42px;
    font-size: 2rem;
    /*font-weight: 400;*/
    background: url(../../../../../cufiles/images/web/layout/list_arraw_gray.png) 0px 15px no-repeat;
    border-bottom: 1px solid #eee;
}
.tree_gray_v .mw-nav li.action > a {
    color: #ef8200;
    font-weight: bold;
}

.tree_gray_v .mw-nav > li > a:hover {
    color: #ef8200;
}
.tree_gray_v .mw-nav > li > a.active {
    color: #ef8200;
    background: url(../../../../../cufiles/images/web/layout/list_arraw_yellow.png) 0px 15px no-repeat;
}

/*-------------------------------------------- 
	second_menu
---------------------------------------------*/
.tree_gray_v ul.arrow-pad {
    /*display: none;*/
    margin: 0 0 0 12px;
    padding: 0 10px;
    list-style: none;
    /*border:1px solid #0F0; */
}
.tree_gray_v .mw-nav > li > ul.arrow-pad > li {
    /*border-bottom:1px solid #EEE;*/
}
.tree_gray_v .mw-nav > li > ul.arrow-pad > li > a {
    margin: 6px 0;
    /*font-size: 1.4rem;*/
    text-indent: 22px;
    line-height: 40px;
    background: url(../../../../../cufiles/images/web/layout/list_arraw_gray.png) 0px 15px no-repeat;
    border-bottom: 1px solid #eee;
    color: #666;
}
.tree_gray_v .mw-nav > li > ul.arrow-pad > li > a:hover {
    color: #ef8200;
}
.tree_gray_v .mw-nav > li > ul.arrow-pad > li > a.active {
    color: #000;
    font-weight: bold;
    background: url(../../../../../cufiles/images/web/layout/list_arraw_yellow.png) 0px 15px no-repeat;
}

#side2 {
    float: right;
    /*width: 75%;*/
    min-height: 500px;
    padding: 0 50px;
    flex: 0 0 80%;
}

#block1 {
    overflow: hidden;
    background: #fff;
    /*border:1px solid #FFF;*/
}

#block2 {
    /*width: 860px;*/
    padding: 0 0 40px 0;
    position: relative;
}

.canvas_post .content {
    max-width: 1280px;
}
.canvas_post table {
    width: 100%;
    text-align: center;
    /*border: 1px solid #DDD;*/
}
.canvas_post table th {
    min-width: 56px;
    /*line-height: 20px;*/
    text-align: center;
    padding: 8px;
    color: #fff;
    /*text-shadow: 0 1px 0 #FFF;*/
    background-color: #686868;
}

.canvas_post table tbody td {
    /*border-left: 1px dashed #DDD;*/
}
.canvas_post table tbody tr td:first-child {
    /*border-left: 0px dashed #DDD;*/
    /*text-align: center;*/
}
.canvas_post table td {
    padding: 8px;
    vertical-align: middle;
}

/*-------------------------------------------- 
	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) {
    #content2 {
        /*margin: 40px 50px;*/
    }

    .canvas_post {
    }

    .list_breadcrumb_blue01 {
        padding: 0 50px;
    }
    .label_menu_title {
        margin: 0 50px;
    }
}

/*iPad*/
@media screen and (max-width: 1023px) {
    #content2 .list_gray_light {
        margin: 0 25px;
    }
    .label_menu_title h1 {
        /*margin: 8% 0 0px 15%;*/
        /*padding: 0px 20px;*/
        font-size: 3rem;
    }
    #side1 {
        padding: 0;
        display: none;
    }
    #side2 {
        /*float: left;*/
        padding: 0;
        flex: 0 0 100%;
    }
    .canvas_post {
        /*margin: 0 25px 50px;*/
    }
    .canvas_post img {
        /*width: 100%;*/
        max-width: 100%;
    }

    .list_breadcrumb_blue01 {
        padding: 0 25px;
    }
    .label_menu_title {
        margin: 0 25px;
    }
}

/*iPhone*/
@media screen and (max-width: 767px) {
    #container {
        margin-top: 56.83px;
    }
    #content2 .list_gray_light {
        margin: 0 10px;
    }
    .canvas_post {
        /*margin: 0 10px 50px;*/
    }

    .label_menu_title h1 {
        /*margin: 5% 0 0px 5%;*/
        font-size: 2rem;
    }

    .list_breadcrumb_blue01 ul {
        margin: 0 3% 0 0;
    }
    .list_breadcrumb_blue01 li {
        font-size: 1.4rem;
        line-height: 36px;
    }

    #side2 {
        width: 100%;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        /*width:100%;*/
    }

    .list_breadcrumb_blue01 {
        padding: 0 10px;
    }
    .label_menu_title {
        margin: 0 10px;
    }
}
