/* =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%;
  vertical-align: baseline;
}

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

html,
body {
    height: 100%;
    
}
body {
  line-height: 1.85em; 
  font-size: 1em;
  letter-spacing: 2px;
  overflow-x: hidden;
   height: 100%;
}

@font-face {
  font-family: seg;
  src: url(segoeui.ttf);
}


*,body{ font-family:seg,Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/}


ol, ul {
  list-style: none; }

b{
  font-weight:bold; }

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;
}


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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
   

a {
  text-decoration: none;
  color: #3cb5f9;
  outline: none!important;
  -o-transition:color .15s linear,background .15s linear;
  -webkit-transition:color .15s linear,background .15s linear;
  -moz-transition:color .15s linear,background .15s linear;
  transition:color .15s linear,background .15s linear
  cursor: pointer;
}

a:focus,a:active {
  text-decoration: none;
  color: #3cb5f9;
  outline: none!important;
  outline-width: 0px!important;
  -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; 
}

b{
  font-weight: bold;
}

.bgblack{
  background:#000;
  text-transform:uppercase;
  -o-transition:color .5s linear,background .5s linear;
  -webkit-transition:color .5s linear,background .5s linear;
  -moz-transition:color .5s linear,background .5s linear;
  transition:color .5s linear,background .5s linear
}

.gostore{
  color: #5f5f5f;
  font-size: 12px;
  letter-spacing:1px;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 13px;
  text-align: center;
}
.gostore:hover{
  color:#f5a300;
}

.minheight{
  min-height: 90%;
}


.floatleft{ float: left!important;}
.floatright{float:right!important;}

.mobonly { display:block!important;; }
.webonly { display:none!important;; }

.text-center{ text-align: center;}
.text-left  { text-align: left;  }
.text-right { text-align: right; }
.text-justify{ text-align: justify;}

.minwidth{min-width:1000px;}



  h1,.h1{ font-size: 2.4em; line-height: 1.45em; }
  h2,.h2{ font-size: 1.45em; line-height: 1.2em;  }
  h3,.h3{ font-size: 1.4em; line-height: 1.2em;  } 
  h4,.h4{ font-size: 1.25em;line-height: 1.8em;  } 
  h5,.h5{ font-size: 1.18em;line-height: 1.2em;  } 
  h6,.h6{ font-size: 1.02em;line-height: 1.2em;  }  
     .h7{ font-size: 0.65em;line-height: 1.2em;  }  

  .flex{
    display: inline-block;
    align-items: center;
  }

/* 首頁內文 框架
---------------------------------------------------------------*/
  .contentword{
    width:100%;
    margin: 0% auto;
    padding: 0 8%;
    overflow: hidden;
  }

  .contentwordfooter{
    width:100%;
    margin: 0% auto;
    overflow: hidden;
  }

  .col-1x,.col-2x,.col-3x,.col-4x,.col-5x,.col-6x,.col-7x,.col-8x,.col-9x,.col-10x,
  .po-1x,.po-2x,.po-3x,.po-4x,.po-5x,.po-6x,
  .co-1x,.co-2x,.co-3x,.co-4x,
  .com-1s,.com-2s,.com-3s,.com-4s,.com-5s,.com-6s,.com-7s,.com-8s,.com-9s,.com-10s,
  .dom-1s,.dom-2s,.dom-3s,.dom-4s,.dom-5s,.dom-6s,.dom-7s,.dom-8s,.dom-9s,.dom-10s,
  .pos-1x,.pos-2x,.pos-3x,.pos-4x,.pos-5x,
  .cul-1x,.cul-2x,.cul-3x,.cul-4x,.cul-5x,.cul-6x,.cul-7x,.cul-8x{
    float: left;
    position: relative;
    width:100%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  }

  .dom-1s {  width:10%; }
  .dom-2s {  width:20%; }
  /*.dom-3s {  width:30%; }*/
  .dom-4s {  width:40%; }
  .dom-5s {  width:50%; }
  .dom-6s {  width:60%; }
  /*.dom-7s {  width:70%; }*/
  .dom-8s {  width:80%; }
  .dom-9s {  width:90%; }
  .dom-10s{  width:100%; }

  .mob-textleft{text-align: left;}
  .mob-textright{ text-align: right;}
  .mob-text-tight{padding:0 0 0 10px;}
  .text-center{ text-align: center; }
  /*.text-justify{text-align: justify;}*/


  .text-right{text-align: right;}


  .mob-flex{
    display: flex;
  }
 .dom-3v {  width:33.33%; }
 .dom-7v {  width:70%; }

@media (min-width: 640px) {
    h1,.h1{ font-size: 2.4em; line-height: 1.45em; }
  h2,.h2{ font-size: 1.7em; line-height: 1.2em;  }
  h3,.h3{ font-size: 1.5em; line-height: 1.2em;  } 
  h4,.h4{ font-size: 1.25em;line-height: 1.8em;  } 
  h5,.h5{ font-size: 1.18em;line-height: 1.2em;  } 
  h6,.h6{ font-size: 1.02em;line-height: 1.2em;  }  
     .h7{ font-size: 0.65em;line-height: 1.2em;  }  
}
@media (min-width: 640px) {

  .dom-10s{  width:50%; }
.contentword {
    width: 98%;
    }
  .dom-3s {  width:33.33%; }
  .dom-7s {  width:66%; }

.blogflex{
  display: flex;
    align-items: center;
}
}


@media screen and (min-width: 641px) and ( max-width: 999px ){
  .flex{
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1000px), print  {

  .contentword{ 
    width:90%;
    max-width: 1200px;
    padding: 0 0;
  }

  .com-1s,.com-2s,.com-3s,.com-4s,.com-5s,.com-6s,.com-7s,.com-8s,.com-9s,.com-10s,
  .dom-1s,.dom-2s,.dom-3s,.dom-4s,.dom-5s,.dom-6s,.dom-7s,.dom-8s,.dom-9s,.dom-10s,
  .dom-3v,.dom-7v{
    width: auto;
  }
  
  .co-1x{ width:25%; }
  .co-2x{ width:50%; }
  .co-3x{ width:75%; }
  .co-4x{ width:100%;}

  .col-1x { width:calc(100%/10*1); }
  .col-2x { width:calc(100%/10*2); }
  .col-3x { width:calc(100%/3); }
  .col-4x { width:calc(100%/10*4.5); }
  .col-5x { width:calc(100%/10*5); }
  .col-6x { width:calc(100%/10*6); }
  .col-7x { width:calc(100%/10*7); }
  .col-8x { width:calc(100%/10*8); }
  .col-9x { width:calc(100%/10*9); }
  .col-10x{ width:100%; }

  .po-1x {width:16.5%;}
  .po-2x {width:33.33%;}
  .po-3x {width:50%;  }
  .po-4x {width:66.5%;}
  .po-5x {width:83.5%;}
  .po-6x {width:100%; }

  .pos-1x {width:20%;}
  .pos-2x {width:40%;}
  .pos-3x {width:60%;}
  .pos-4x {width:80%;}
  .pos-5x {width:100%;}

  .cul-1x { width:12.5%;}
  .cul-2x { width:25%;  }
  .cul-3x { width:37.5%;}
  .cul-4x { width:50%;  }
  .cul-5x { width:62.5%;}
  .cul-6x { width:75%;  }
  .cul-7x { width:87.5%;}
  .cul-8x { width:100%; }
  
  .mob-textleft  { text-align:inherit; }
  .mob-textright { text-align: inherit;}
  .mob-text-tight{ padding:0 0 0 0px;  }

  .mobonly { display:none!important; }
  .webonly { display:block!important; }

  .web-floatright{
    float: right;
  }



/*div .text-justify {
  text-align: justify; 
  text-justify:inter-ideograph;
　-ms-text-justify: inter-ideograph; 
　-moz-text-align-last:justify;
　-webkit-text-align-last:justify; 

}
div .text-justify::after{
　content: '';
　display: inline-block;
　width: 100%;
}*/

  .flex{
    display: flex;
    align-items: center;
  }

}



@media screen and (min-width: 1200px){
  .contentword{ 
    width:100%;
    max-width: 1200px;
    padding: 0 0;
    overflow: visible;
  }

}