@charset "utf-8";
/* RealClear Digital, FEB 2015 */

/*************************General**********************************/

/* Color Chart - Green : #76b800 */

body              { margin: 0; background: #000; min-width: 990px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale; 
                  }
a, 
a:visited, 
a:active, 
a:hover           { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                 { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus           { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */

a:link            { text-decoration: none;}
a:visited         { text-decoration: none;}
a:hover           { text-decoration: none;}
input,
select,
textarea          { font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;}
input:focus,
textarea:focus    { outline: none;}


/*************************Universal**********************************/
.wrapper{
    min-width: 990px;
    color: #eee;
    font-size: 15px; 
    font-family: 'Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.wrapper p{
    line-height: 1.5em;
}


.footer{
    width: 960px;
    margin: 50px auto 30px auto;
    text-align: right;
}
.footer img{
    vertical-align: middle;
    padding-right: 10px;
}

.steps{
    width: 960px;
    position: relative;
    margin: 20px auto;
    padding: 0 0 10px 0;
    list-style-type: none;
    font-size: 0.85em;
}
.steps:after{
    clear: both;
    display: block;
    content: '';
}
.steps a{
    color: #fff;
}
.steps li{
    margin: 0;
    float: left;
    height: 115px;
    text-shadow: 1px 1px 4px #000,  1px 1px 4px #000;
}
.steps li.off{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8-9 */
    filter : alpha(opacity=30);
    opacity : 0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.steps .steps-1{
    background: url("../Image/steps-1.jpg") no-repeat;
    width: 140px;
    padding: 15px 5px 0 75px;
}
.steps .steps-2{
    background: url("../Image/steps-2.jpg") no-repeat;
    width: 125px;
    padding: 15px 10px 0 110px;
}
.steps .steps-3{
    background: url("../Image/steps-3.jpg") no-repeat;
    width: 110px;
    padding: 15px 10px 0 120px;
}
.steps .steps-4{
    background: url("../Image/steps-4.jpg") no-repeat;
    width: 120px;
    padding: 15px 10px 0 110px;
}

.copyright{
    width: 960px;
    margin: 0px auto 0 auto;
    border-top: 1px solid #444;
}
.copyright > img{
    border-bottom: 1px solid #444;
    padding: 10px 0;
}
.copyright p{
    font-size: 0.8em;
    color: #888;
    padding: 0 27px;
}
.copyright p img{
    float: left;
    margin-right: 10px;
}

.set-lang{
    width: 960px;
    margin: 25px auto -37px auto;
    margin: 25px auto 0 auto;
    z-index: 2;
}
.set-lang select{
    width: 130px;
    margin-left: 15px;
}


/*************************Home**********************************/

.hero{
    /*background: url("../Image/hero.jpg") center top no-repeat;*/
    margin: 10px auto 0 auto;

}
.hero h1, .hero h2{
    text-indent: -9999em;
    position: absolute;
}
.hero-img{
    width: 1328px;
    margin: 0 auto;
    z-index: 1;
}


.home-intro{
    margin: 30px auto;
    width: 960px;
}
.home-intro:after{
    clear: both;
    display: block;
    content: '';
}
.home-intro p{
    width: 960px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}


.home-content{
    margin: 60px auto 30px auto;
    width: 960px;
    text-align: center;
}
.home-content:after{
    clear: both;
    display: block;
    content: '';
}
.home-content h2{
    /*border-bottom: 3px solid #76b900;*/
    font-weight: normal;
    display: inline;
    margin-left: 30px;
}
.home-content > p{
    margin-left: 30px;
    padding-top: 10px;
}
.content p a{
    color: #40acf7;
    text-decoration: underline;
}
.content p a:hover{
    color: #76b900;
}

.content ol li{
    margin-bottom: 15px;
    line-height: 1.5em;
}
.content ol b{
    color: #FFC90E;
}
.content ol i{
    color: #ff1a1a;
    font-style: normal;
    font-weight: bold;
}
.content ol a{
    color: #40acf7;
    text-decoration: underline;
}
.content ol a:hover{
    color: #76b900;
}


.home-armory{
    margin: 30px 0 40px 30px;
}
.home-armory:after{
    clear: both;
    display: block;
    content: '';
}
.home-armory div{
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 40px;
    text-align: center;
}
.home-armory div:nth-child(4){
    clear: both;
    margin-left: 150px;
}
.home-armory div img{
    width: 90%;
}
.home-armory h3{
    color: #76b900;
    margin: 0.3em 0 0.5em 0;
}
.wtb span{
    padding: 8px 27px;
    background: url("../Image/btn-bg.jpg") center bottom repeat-x;
    color: #ccc;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0px 1px 3px #000;
    border: 2px solid #888;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.home-armory a:hover{
    border-color: #fff;
    color: #fff;
    text-shadow: 0px 1px 3px #000, 0px 1px 3px #000, 0px 1px 3px #000;
}



.home-action{
    clear: both;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    background: url("../Image/line.png") center center no-repeat;
}
.home-action a{
    padding: 13px 20px;
    background: url("../Image/btn-bg.jpg") center bottom repeat-x;
    color: #ccc;
    display: inline-block;
    font-size: 2.2em;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0px 1px 3px #000;
    border: 3px solid #888;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.home-action a:hover{
    border-color: #fff;
    color: #fff;
    text-shadow: 0px 1px 3px #000, 0px 1px 3px #000, 0px 1px 3px #000;
}



/*------ popout ------*/

.pop-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.pop-inner{
    position: relative;
    height: 20px; /* 避免遮掉mask感應範圍 */
}


.pop-wrapper .close{
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    text-indent: -9999px;
    width: 23px;
    height: 23px;
    background: url("../Image/close.png") center center no-repeat;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.pop-wrapper .close:hover{
    -moz-transform: scale(1) rotate(90deg) translate(0px);
    -webkit-transform: scale(1) rotate(90deg) translate(0px);
    -o-transform: scale(1) rotate(90deg) translate(0px);
    transform: scale(1) rotate(90deg) translate(0px);
}
.pop-area{
    width: 700px;
    height: 280px;
    position: relative;
    padding: 30px 20px 20px 20px;
    margin: 12% auto 0 auto;
    background: #000;
    border: 1px solid #888;
    border-radius: 3px;
}
.pop-area h3{
    font-weight: normal;
}
.pop-area p a{
    display: block;
    float: left;
    width: 32%;
    margin-right: 1%;
    height: 90px;
    padding-top: 60px;
    background: #333;
    color: #fff;
    text-align: center;
    vertical-align: top;
    font-size: 1.2em;
    border-radius: 3px;
}
.pop-area p a:hover{
    background: #76b900;
    color: #222;
}
.pop-area p a span{
    font-size: 0.7em;
}
