/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html body {
  height: 100%;
}

body {
  line-height: 1; 
  background:#EEE;}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

img{max-width:100%;}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  /*font-family: Avant;
  src: url(ITCAvantGardeStd-XLt.otf);*/
}

html,body {
    height: 100%;
    float: left;
}
body {
  font-family:Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  /*color: #717071; */
}

a {
  text-decoration: none;
  color: #717071;  
  -o-transition:color .3s linear,background .3s linear;
  -webkit-transition:color .3s linear,background .3s linear;
  -moz-transition:color .3s linear,background .3s linear;
  transition:color .3s linear,background .3s linear
  }

a:hover {
  color: #0793e2; 
}

.textcenter{  text-align: center;}

  h1{font-size: 30px;}
  h2{font-size: 28px;}
  h3{font-size: 26px;} 
  h4{font-size: 24px;} 
  h5{font-size: 22px;} 
  h6{font-size: 18px;}  

  p{ 
    font-size:14px; 
    color: #717071;  
  }


  .right{
    float:right;
  }


/* 首頁內文 框架
---------------------------------------------------------------*/
  .contentword{
   /* width:100%;*/
    min-width: 960px;
    width: 1100px;
    max-width: 1100px;/*60%*/
    margin: 0% auto;
    /*background:#ff0;*/
    overflow: visible;
  }

  .contentwordlogos{
   
    min-width: 960px;
    width: 1200px;
    max-width: 1200px;/*60%*/
    margin: 0% auto;
    /*padding: 1% 0;
    /*height: 100%;*/
    background:#ff0;
  }
  
  .co-1x,.co-2x,.co-3x,.co-4x,
  .po-1x,.po-2x,.po-3x,.po-4x,.po-5x.po-6x,
  .col-1x,.col-2x,.col-3x,.col-4x,.col-5x,.col-6x,.col-7x,.col-8x,.col-9x,.col-10x,
  .lo-1x,.lo-2x,.lo-3x,.lo-4x,.lo-5x,.lo-6x,.lo-7x,.lo-8x{
    float:left;
    position: relative;
    overflow: hidden;
    /*width: 100%;*/
  }

  .co-1x{ width:25%;  width:275px;}
  .co-2x{ width:50%;  width:550px;}
  .co-3x{ width:75%;  width:825px}
  .co-4x{ width:100%; /*width:1100px;*/}

  .po-1x{width:16.5%;  width:183.3px;}
  .po-2x{width:33.33%; width:366.6px;}
  .po-3x{width:50%;    width:549.9px;}
  .po-4x{width:66.5%;  width:733.2px;}
  .po-5x{width:83.5%;  width:916.5px;}
  .po-6x{width:100%;   width:1099.8px;}

  .col-1x{/*width:10%;*/  width:110px;}
  .col-2x{/*width:20%;*/  width:220px;}
  .col-3x{/*width:30%;*/  width:330px;}
  .col-4x{/*width:40%;*/  width:440px;}
  .col-5x{/*width:50%;*/  width:550px;}
  .col-6x{/*width:60%;*/  width:660px;}
  .col-7x{/*width:70%;*/  width:770px;}
  .col-8x{/*width:80%;*/  width:880px;}
  .col-9x{/*width:90%;*/  width:990px;}
  .col-10x{/*width:100%;*/width:1100px;}

  .lo-1x{ width:150px; max-width:150px; }
  .lo-2x{ width:25%;  max-width:175px; }
  .lo-3x{ width:37.5%; max-width:175px; }
  .lo-4x{ width:50%; max-width:175px; }
  .lo-5x{ width:62.5%; max-width:175px; }
  .lo-6x{ width:75%; max-width:175px; }
  .lo-7x{ width:87.5%; max-width:175px; }
  .lo-8x{ width:100%; max-width:175px; }

/*@media (min-width: 600px) {

  h1{font-size: 2.8em;}
  h2{font-size: 2em}
  h3{font-size: 1.4em} 
  h4{font-size: 1.2em} 
  h5{font-size: 1em} 
  h6{font-size: .9em}  
  
} */

/*@media (min-width: 900px) {

 
  .contentword{
    width: 80%;
    max-width: 990px;
  }

  .po-1x,.po-2x,.po-3x,.po-4x,.po-5x,.po-6x{
    float: left;
    position: relative;
  }

  


}*/


/*@media (min-width: 1200px) {

   .contentword{
    width: 80%;
    max-width: 1100px;
  }

  .woods { width:100%; }

}

@media (min-width: 1600px) {

   .contentword{
      width:100%;
      max-width: 1345px;
  }

}
*/

