div img{	width: 100%;display: block;	}
table{width: 100%;}
ol,ul{    padding-left: 1.5em;margin: 0;    display: inline-block;}
.font-no-w{font-weight: normal;}
/* a{text-decoration: none;} */
.padding-100{padding-bottom: 100px!important;}
/*換行*/
.word-break{-ms-word-break: keep-all; word-break: keep-all;}
/*直式文字*/
.text_ver{writing-mode: tb-rl;direction: ltr;-webkit-writing-mode: vertical-lr;writing-mode: vertical-lr; }
.flexBox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: stretch;
    align-items: stretch;
}
.flexBox>div{min-height: 1em;}
.flexBox>div>div{height: 100%;}
.flexBox.aingn-center{-ms-align-items: center;align-items: center;}
#page section{max-width: 1000px;margin:auto;padding:1em;}
@media screen and (min-width:1000px){
.show-medium{display: none;}
}
@media screen and (min-width:600px){
.show-small{display: none;}
.padding-lr{padding: 0.75em 2em;}
}
@media screen and (min-width:350px){
.show-tiny{display: none;}
}
/*-----------------------------------------顏色、背景-----------------------------------------*/
body{background: #D3E8C3;color: #231815}
#page{background:url('../images/index-bg-1.png')top center no-repeat;background-size: 100%;background-attachment: fixed;}
#page>div>section h1{color: #1A685F;}
.teal,.hover-teal:hover{color:#fff!important;background-color:#31B387!important}
.text-teal,.hover-text-teal:hover{color:#31B387!important}
.green,.hover-green:hover{color:#fff!important;background-color:#006934!important}
.text-green,.hover-text-green:hover{color:#006934!important}
/*-------------------------------------END-顏色-----------------------------------------*/
/*-----------------------------------------按鈕-----------------------------------------*/
/*底部滑動橫條*/
#bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 2em;
    z-index: 10000;
    text-align: center!important;
    /* background-color: rgba(255,255,255,0.5); */
}
#goTop{position: absolute;top:-2em;right: 1em;width: 3em;height: 3em;padding: 0.5em;}
@media screen and (max-width:601px){
#bottom>div>a{    padding: 2%;    line-height: 1.2;}
}
/*側邊line@群組*/
.ask {
    color: #fff;
    background-color: #31B387;
    line-height: 1;
    position: fixed;
    top:45vh;    right: 0.5em;
    padding: 0.5em;
    border-radius: 1em 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    outline: 0;
    line-height: 1.25;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    /* overflow: hidden; */
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
}
.ask.green{
    top: calc(45vh + 4em);
}
/*-------------------------------------END-按鈕-----------------------------------------*/
/*----------------------------------------- BAN區塊-----------------------------------------*/
#page #ban{position: relative;}
#page #ban:after{
    position: absolute;
    content: "";
    width: 100%;height: 100%;
    background: url('../images/index-bg-2.png')top center no-repeat;
    background-size: 100%;
    top: 0;left: 0;
}
#page #ban .content{    padding-top: 10vw;}
#page #ban .col{    margin-top: 1em;}
#page #ban .s12{
    background-color: rgba(255,255,255,0.3);
    border: 1em solid #3A885E;
    -webkit-border-image-source: url('../images/index-box-1.png'); 
    -moz-border-image-source: url('../images/index-box-1.png'); 
    border-image-source: url('../images/index-box-1.png'); 
    -webkit-border-image-width: 0.3em;
    -moz-border-image-width: 0.3em;
    border-image-width: 0.3em;
    -webkit-border-image-slice: 4.5;
    -moz-border-image-slice: 4.5;
    border-image-slice: 4.5;
    -webkit-border-image-repeat: stretch;
    -moz-border-image-repeat: stretch;
    border-image-repeat: stretch;
    font-size: 14px;
    font-weight: 100;

}
@media screen and (min-width:601px){
#page #ban .s12{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
}}
#page #btns h6{height: 100%;}

/*-------------------------------------END-BAN區塊-----------------------------------------*/

/*----------------------------------------- 區塊a01 -----------------------------------------*/
#page section{
    position: relative;
    background: white url('../images/index-bg-4.png')top left no-repeat;
    background-size: 6em;
    padding: 0 5em 1em;
    margin: 3em auto;
    border: 0.25em solid yellow;
    -webkit-border-image-source: url('../images/index-box-2.png'); 
    -moz-border-image-source: url('../images/index-box-2.png'); 
    border-image-source: url('../images/index-box-2.png'); 
    -webkit-border-image-width: 0.25em;
    -moz-border-image-width: 0.25em;
    border-image-width: 0.25em;
    -webkit-border-image-slice: 4.5;
    -moz-border-image-slice: 4.5;
    border-image-slice: 4.5;
    -webkit-border-image-repeat: stretch;
    -moz-border-image-repeat: stretch;
    border-image-repeat: stretch;
}
#page section:before{
    position: absolute;
    content: "";
    width: 10em;height: 10em;
    background: url('../images/index-leaf.png')top center no-repeat;
    background-size: 10em;
    top: -2em;left: -5em;
}
#page section h1{
    display: inline-block;
    min-width: 6em;
    background: url('../images/index-border.png')bottom left no-repeat;
    background-size: 100%;
    margin: 0.25em 0 0.25em -1em;
    padding:0.25em 1.25em;
}

@media screen and (max-width:768px){
#page section{    padding:inherit;}
#page section h1{padding-left: 2em;    margin-left: 0;}
}
 li{margin-bottom:0.5em;}
#page #a01 ul>li {
    text-indent: -3em;
    padding-left: 2.5em;
    margin-bottom: 0;
    font-weight: 600;
position: relative;
}
#page #a01 span.img {
position: absolute;
    bottom: 100%;
    right: -2.5em;
    width: 9em;
    height: 5em;
    text-align: center;
    padding: 1em 0.5em 0.5em 2em;
    background: url(../images/index-01.png)top left no-repeat;
    background-size: 100% 100%;
    color: white;
    text-indent: initial;
}

/*-------------------------------------END- 區塊a01 -----------------------------------------*/
/*----------------------------------------- 區塊a02 -----------------------------------------*/
#page #a02{}
/*-------------------------------------END- 區塊a02 -----------------------------------------*/
/*----------------------------------------- 區塊a03 -----------------------------------------*/
#page #a03{}
/*-------------------------------------END- 區塊a03 -----------------------------------------*/
/*-------------------------------------END- 區塊a04 -----------------------------------------*/
#page #a04 {}
/*-------------------------------------END- 區塊a04 -----------------------------------------*/
/*----------------------------------------- 區塊 buttones -----------------------------------------*/

#page #buttones{}
/*-------------------------------------END- 區塊 buttones -----------------------------------------*/


