﻿@charset "utf-8";

@font-face { font-family: spaceage;src: url('../font/space_age.ttf'); }
@font-face { font-family: neotechalt;src: url('../font/NeoTechAlt.otf'); }
@font-face { font-family: neotechaltbold;src: url('../font/NeoTechAlt-Bold.otf'); }
@font-face { font-family: neotechaltmedium;src: url('../font/NeoTechAlt-Medium.otf'); }
@font-face { font-family: neotechaltultra;src: url('../font/NeoTechAlt-Ultra.otf'); }
@font-face {font-family: "neuropolnova";
  src: url("../font/nova/nova.eot"); /* IE9*/
  src: url("../font/nova/nova.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../font/nova/nova.woff") format("woff"), /* chrome、firefox */
  url("../font/nova/nova.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../font/nova/nova.svg#nova") format("svg"); /* iOS 4.1- */
}

body { width: 100%; height: 100%; overflow: hidden; overflow-y: scroll; }
.content { width: 100%; position: absolute; top: 0; left: 0%;   }

.header 
{ width: 100%; height: 43px; background: transparent; position: absolute; top: 0; left: 0; float: left; z-index: 600; }
		
.header ul { display: inline-block;width: 460px;margin: 0;position: absolute;top: 12px;left: 50%;margin-left: -240px; }
.header ul li { display: inline-block; width: 110px; color: #ccc; font-size: 15px; font-family: monospace; letter-spacing: .3px; text-align: center; }
.header ul li a { color: #ccc; }
.header #trg_nav { float: right; margin: 13px; background-size: 21px; text-decoration: none; }
.header #trg_nav span{ display: block; margin-top: -43px; font-size: 43px; color: #fff; }

/***===-----------------------------------------------------------------------------------------------===***/
.modalbox {
    display: none;
    position: fixed; 
    top: 0px; 
    left: 0%;
    width: 100%;
    height: 2px; 
    /*background: url("../img/bg_modal.jpg") no-repeat #fff ;*/
    background: rgba(255, 255, 255, .7);
    border-top: 1px solid #ccc;
    z-index: 9999999;
    overflow: hidden;
}
.modalbox.bg {
    display: none;
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .7); 
    z-index: 99999;
    margin-left: 0;
}
.modalbox.bg_loading {
    display: none;
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%;
    background: transparent; 
    z-index: 99999;
    margin-left: 0;
    border-top: 0;
}
.modalbox input[type="password"],
.modalbox input[type="text"] {
    border: 1px solid #000;
    border-radius: 21px;
    padding: 7px;
    background: rgba(0,0,0,.9);
    color: #eee;
    position: relative;
    left: 50%;
    margin: 7px 0 7px -150px;
    display: block;
    text-align: center;
    width: 283px;
    font-size: 12px;
    letter-spacing: .3px;
}
.modalbox h1 {
    color: #901;
    display: inline-block;
    float: left;
    margin: 7px 21px;
}
.modalbox span {
    display: inline-block;
    float: left;
    text-align: left;
    width: 200px;
    margin: 7px 27px;
    font-family: monospace;
    font-size: 16px;
}
.modalbox span.att {
    float: left;
    width: 160px;
    margin: 7px 0;
    margin-left: 0px;
    font-size: 13px;
}

.modalbox .close {
    float: right; color: #901; font-family: neotechaltmedium; font-size: 25px; margin: 1px 9px;
}
.modalbox .send {
    display: inline-block;
    position: absolute;
    bottom: 7px; 
    right: 7px;
}
.modalbox .send img {
    width: 61px;
    margin: 7px -1px;
    
}


#modal_loading span {
    position: absolute;
    font-family: monospace;
    font-size: 12px;
    top: 7px;
    left: 0;
}
#modal_alert img,
#modal_loading img {
    width: 100%;
    opacity: .1;
}
#modal_alert img {
    opacity: .7;
}
#modal_alert,
#modal_loading,
#modal_expand {
    top: 0; 
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 100%; 
    border-top: 7px solid #901;
    text-align: center; 
    vertical-align: middle;
    background: rgba(255,255,255,.9);
}
#modal_alert,
#modal_loading {
    background: rgba(255,255,255,.7);
    border: 0!important;
    border-top:0;
}
#modal_expand object, #modal_expand iframe {
    position: absolute; 
    top: 43px; 
    left: 0;
    max-width: 100%; 
    max-height: 100%;
    width: auto; 
    height: auto; 
}
/***===-----------------------------------------------------------------------------------------------===***/

#bg_base {
    opacity: .1;
    height: 100%;
    width: 100%;
    float: left;
    left: 0;
    position: absolute;
    right: auto;
    margin: 0;
}

.light {
    color: #fc0;
}

.block_pages, .pagebox {
    position: relative; float: left; width: 100%; height: auto; padding: 16px 0px; /*margin-top: 2.1px;*/ opacity: 0; 
}
#box_layer_dgw.block_pages {
    position: absolute; float: left; width: 100%; height: 100%; padding: 16px 0px;
    background: #333;
    top: 0;
    opacity: .9;
}
#box_layer_dgw.block_pages .sign_txt { opacity: 0;text-align: center;position: absolute;left: 0;top: 21%;width: 100%;font-family: monospace;letter-spacing: 3.4px;color: #777; }

#box_pages.block_pages {
    left: 0;
    top: -250px;
}

.pagebox {
    overflow: hidden;
    background: #fff;padding: 3.4px 0px;padding-top: 5.4px; 
}
.pagebox.productbox { opacity: 0; } 
/* .pagebox.productbox .right { width: 264px; }  */

.pagebox > div {
    position: relative; top: 0; float: left; overflow: hidden;
}
.pagebox .top {
    width: 100%;background: #fff;
}
.pagebox .left {
    max-width: 30%;background: #fff;
}
.pagebox .left img { width: 81px; padding: 16px; }
.pagebox .right {
    float: right; max-width: 70%; height: auto; min-height: 120px;
    background: #fff; WIDTH: 70%;
}
.pagebox h4.title,
.pagebox .right h4 {
    color: #666;
    font-weight: 600;
    font-family: monospace;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 16px;
}
.pagebox h4.title {
    text-align: center;
}
.pagebox p.txt span,
.pagebox .right p
{
    float: left; position: relative;  margin-top: 3.4px; 
    font-family: Tahoma; color: #111; letter-spacing: 2.1px; font-size: 8px; text-align: left;
    line-height: 16px;
    width: 72%;
}
.pagebox p.txt img {
    width: 25px;
}
a.btn_round,
.pagebox a.btn_round,
.modalbox a.btn_round,
.pagebox a.tellmemore, 
.pagebox .right a
{
    display: inline-block;
    position: absolute;
    top: 66px;
    right: 12px;
    width: 34px;
    height: 34px;
    float: left;

    background: #0fe;
    padding: 7px;
    border-radius: 100px;
    border: 1px solid #eee;
}
.pagebox .right a img {
    width: 34px;
    
}
.modalbox a.tellmemore,
.pagebox a.tellmemore {
    border-radius: 0;
    right: -2.1px;
    color: #fff;
    font-family: monospace;
    height: 54px;
    width: 43px;
    bottom: 7px;
    top: auto;
}
.modalbox a.tellmemore.line,
.pagebox a.tellmemore.line {
    width: 102px;
    height: 12px;
    position: absolute;
    top: auto;
    bottom: 6.1px;
}
.modalbox a.tellmemore.span,
.pagebox a.tellmemore span {
    font-family: neotechalt;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1.2px;
}

.modalbox .btn_wide,
.pagebox .btn_wide {
    position: relative;
    top: 9px;
    left: 50%;
    display: inline-block;
    text-align: center;
    margin-left: -39%;
    background: url(../img/play.png) no-repeat;
    background-size: 21px;
    background-position: 5.4px 4.3px;
    padding: 6.1px 16px 6px 12px;
    border: 1px solid #eee;
    opacity: 1;
    width: 70%;
}
.modalbox .btn_wide span,
.pagebox .btn_wide span {
    font-family: monospace;
    color: #666;
    letter-spacing: 2px;
    font-size: 9px;
}